
li{
    list-style: none;
}
button{
   border: 0;
   background-color: transparent;
   padding: 0;
}
.object-cover{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.object-contain{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
input:focus, button:focus,select:focus{
    outline: none;
}
::selection{
    background-color: var(--bs-primary);
    color: var(--bs-white);
}
::-webkit-scrollbar{
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar-thumb:hover{
    background: #aaa;
}
::-webkit-scrollbar-thumb{
    background: #0001;
    border-radius: 4px;
}

.right-side-body{
    transition: all ease .5s;
}
.sidebar, .r-sidebar{
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1030;
    height: 100%;
    overflow: hidden auto;
    transition: all ease .5s;
    background-color: var(--bs-light);
}
.sidebar{
    left: 0;
}
.r-sidebar{
    width: 270px;
    right: -270px;
}
.panel.ractive .r-sidebar{
    right: 0;
}
.pointer-events-none{
    pointer-events: none;
}
::placeholder{
    font-size: 14px;
    color: var(--bs-gray-600);
}
.overflow-hidden{
    overflow: hidden;
}
.btn{
    text-transform: capitalize;
    white-space: nowrap;
}
select[multiple]{
    height: 36px;
}
input[type=number]::-webkit-inner-spin-button{
    appearance: none;
}
.cursor-pointer{
    cursor: pointer;
}

table tr th{ white-space: nowrap; text-transform: capitalize;}

.btn-group input[type=radio]:checked + label{
    color: var(--bs-white);
    background-color: var(--bs-primary);
}
.btn-group-auto .btn{
    flex: auto;
}
.flatpickr-input:not(:placeholder-shown) + .datepickr-clear{
    display: block;
}

/* validation */
.was-validated .label-group:has(input[type='radio']:invalid) + .invalid-feedback{
   display: block;
}
.was-validated .dropzone + .invalid-feedback{
   display: block;
}
.was-validated .dropzone.dz-max-files-reached + .invalid-feedback{
    display: none;
}
.was-validated .dropzone{
   border-color: var(--bs-danger);
}
.was-validated .dropzone.dz-max-files-reached {
   border-color: var(--bs-success);
}
.features-box{
    position: relative;
}
.features-box h5{
    text-transform: capitalize;
}
.features-box img{
    position: absolute;
    left: 0px;
    top: 0;
    width: 32px;
    height: 32px;
    object-fit: contain;
}
.rounded-top-left-16{
    border-top-left-radius: 16px;
}
.logo{
    height: 56px;
}
.logo img:nth-child(1){
    height: 100%;
}
.logo img:nth-child(2){
    height: 40px;
}
.main-content{
    height: 100%;
}
.navbar{
    overflow: hidden auto;
}
.icon-fa{
    width: 32px;
    height: 32px;
    user-select: none;
}
.icon-fa i{
    line-height: 32px;
}
.navbar .nav-item{
    position: relative;
}
.fs-12{
    font-size: 12px;
}
.navbar .nav-link{
    padding: 0;
    display: flex;
    align-items: center;
    height: 40px;
    overflow: hidden;
    border-radius: 8px;
}
.navbar .nav-link .nav-icon{
    width: 40px;
    height: 100%;
    text-align: center;
    color: var(--bs-gray-600);
}
.navbar .nav-link .nav-icon i{
    line-height: 40px !important;
}
.navbar .nav-link.active .nav-icon i{
    color: white;
}
.navbar .nav-link .nav-text{
    white-space: nowrap;
    width: calc(100% - 40px);
} 
.navbar .nav-link:not(.active):hover > *{
    color: var(--bs-primary);
}
.navbar .nav-link.active{
    color: white;
    background-color: var(--bs-primary);
}
.side-panel-container{
    position: fixed;
    top: 16px;
    right: -100%;
    height: calc(100vh - 16px);
    display: flex;
    justify-content: flex-end;
    z-index: 1000;
    opacity: 0;
    transition: all ease .3s;
}
.side-panel-header, .side-panel-container{
    border-top-left-radius: 32px;
}
.side-panel-container.active{
    opacity: 1;
    right: 0;
}
.side-panel{
    min-width: 360px;
    max-width: 500px;
    height: fit-content;
    position: relative;
    overflow-y: auto;
    max-height: 100%;
}
.side-panel-lg{
    width: calc(100% - 50%);
}
.panel.active .side-panel-w-100{
    width: calc(100% - 270px);
    max-width: calc(100% - 270px);
}
.panel .side-panel-w-100{
    width: calc(100% - 70px);
    max-width: calc(100% - 70px);
}
.scrollBody, .sd-body__page{
    overflow: hidden auto;
}
.scrollBody.landingPage {
    height: calc(100% - 56px);
}
.scrollBody.landingPage.loginpage {
    height: calc(100% - 117px);
}
.reform-month-list li{
    width: calc((100% - 88px) / 12);
    height: calc((100% - 88px) / 12);
    padding: 8px;
    background-color: white;
    border-radius: 4px;
    box-shadow:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    user-select: none;
    position: relative;
    font-size: 13px;
}
.reform-month-list li.active::before {
    content: '\f00c';
    font: var(--fa-font-sharp-solid);
    position: absolute;
    top: -4px;
    right: -4px;
    color: black;
    background-color: white;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    border-radius: 50%;
    z-index: 1;
    font-size: 11px;
    box-shadow: 0px 0px 3px 1px #515151;
}
.mis_tr{
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: end;
}
.mis_tr span{
    flex: 1;
    text-align: center;
}
.mis_tr .down-icon{
    width: 24px;
    text-align: end;
}
.line-height-normal{
    line-height: normal;
}
.table-responsive .form-check-input:checked {
    background-color: var(--bs-warning) !important;
    border-color: var(--bs-warning) !important;
}
.w-380{
    width: 380px;
}
.eodb-loader{
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    background-color: #0b0b0bb8;
}
.loader-wrapper {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 40px;
}
.eodb-loader.active{
    display: block;
}
#samplesize_table tr td, .table-responsive .table tr td{
    vertical-align: middle;
}
#dashboard_table .progress{
    width: 160px;
    height: 9px;
}
.overflowX-hidden{
   overflow-x: hidden;
}
.text-green{
    color: #1dcb1d;
}
.upload-status-panel{
    width: 300px;
    min-width: 300px;
    max-width: 300px;
}
.upload-status li{
    text-align: center;
    width: calc((100% - 48px) / 7);
    font-size: 13px;
    box-shadow: 0 0 1px 0 #ccc;
}
.text-right{
    text-align: end !important;
}
.tooltip.white{
    filter: drop-shadow(0 0 3px #0003);
}
.tooltip.white .tooltip-inner {
    color:#000;
    background-color: white;
    text-align: left;
}
.tooltip.white.bs-tooltip-top .tooltip-arrow::before{
    border-top-color: var(--bs-white) !important;
}
.tooltip.white.bs-tooltip-bottom .tooltip-arrow::before{
    border-bottom-color: var(--bs-white) !important;
}
.tooltip.white.bs-tooltip-start .tooltip-arrow::before{
    border-left-color: var(--bs-white) !important;
}
.tooltip.white.bs-tooltip-end .tooltip-arrow::before{
    border-right-color: var(--bs-white) !important;
}
.dashboard-list li{
  position: relative;
  padding-left: 32px;
}
.dashboard-list .tooltip-color-change {
    position: absolute;
    top: 0;
    left: 0;
}
.formula{
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 10px;
    text-align: center;
    background-color: black;
    color: white;
    border-radius: 50%;
}
.login-page{
    background: -webkit-linear-gradient(left, #1143a6, #00c6ff);
}
.surveyor_img{
    width: 90px;
}
#dashboard_table_wrapper tbody th, #dashboard_table_wrapper tbody td {
    padding: 12px 8px;
}
input[data-readonly]{
   pointer-events: none;
}
.map-sub-department .modal-body{
    height: 500px;
    overflow: hidden auto;
}
.bg-table-gray{
    background-color: #f1f1f2 !important;
}
.bg-table-orange{
    background-color: #fcc576 !important;
}
.fa-large{
    font-size: large;
}
.table.table-bordered td{
    vertical-align: middle;
}
.btn-group-radius{
    display: flex;
    align-items: center;
}
.btn-group-radius label{
    cursor: pointer;
    padding: 8px 24px;
    border: 1px solid rgba(var(--bs-secondary-rgb), .2);
}
.btn-group-radius label:nth-child(2){
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}
.btn-group-radius label:not(:last-child){
    border-right: 0px;
}
.btn-group-radius label:last-child{
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.btn-group-radius input[type=radio]:checked + label{
    color: var(--bs-white);
    background-color: var(--bs-primary);
}
.home-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.home-title{
    font-size: 48px;
}
.panel .logout-btn{
    padding: 6px 12px;
}
.panel .logout-btn span{
  display: none;
}
.panel.active .logout-btn span{
  display: inline-block;
}
.panel.active .btn-group-radius:not(.bgr-sm) label {
    padding: 8px 24px;
}
.panel .btn-group-radius:not(.bgr-sm) label {
    padding: 4px;
}
.search-form-control, .search-form-control:focus{
    border: none;
    background-color: #f5f5f5;
}
table tr td, table tr th{
    padding: 12px;
}
#score .highcharts-background{
    fill: #f1f1f2;
}
.interviewer-dashboard-page .dataTables_scrollFoot{
    position: sticky;
    bottom: 0;
}
.mydropdown-menu{
    position: fixed;
    bottom: 16px;
    left: 274px;
    background: white;
    margin-bottom: 0;
    padding-left: 0;
    border-radius: 8px;
    overflow: hidden;
    min-width: 150px;
    box-shadow: 2px 2px 4px 0px #ccc;
    user-select: none;
    display: none;
    z-index: 2000;
    transform-origin: left;
}
.mydropdown.active .mydropdown-menu{
    display: block;
    animation: dropdownHeight .3s ease-in-out;
}
.mydropdown-item{
    padding: 8px;
}
.mydropdown-item:hover{
    background-color: var(--bs-gray-100);
}
.mydropdown-item:not(:last-child){
    border-bottom: 1px solid var(--bs-gray-300);
}
/* MY Accord  */
.accord-item{
    border-radius: 16px;
    box-shadow: 1px 1px 0.25rem rgba(0, 0, 0, 0.1);
    margin-bottom: 16px;
}
.myAccord .accord-item.active .accord-item-btn {
    color: var(--bs-primary);
}
.myAccord .accord-item.active .accord-item-btn i{
    transform: translateY(-50%) rotate(90deg);
}

.accord-item-btn {
    width: 100%;
    padding: 16px;
    position: relative;
    text-align: left;
    cursor: pointer;
    user-select: none;
}
.accord-item-btn i{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.1);
    line-height: 32px;
    color: var(--bs-primary);
    transition:  all ease-in-out .5s;
}
.accord-item .accord-excel-btn{
    position: absolute;
    top: 16px;
    right: 56px;
    z-index: 1;
    cursor: pointer;
}
.accord-item-content{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #fff;
}
.accord-item.active .accord-item-content{
    max-height: 1000px;
}

.sd-selectbase{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 24px;
}
.form-group2{
    display: flex;
    align-items: center;
    gap: 8px;
    overflow: hidden;
    border-radius: 16px;
    padding:0 16px;
}
.form-control2{
    width: 100%;
    flex: 1;
    height: 40px;
    padding: 8px ;
    border:none;
}
.btn-white i{
    font-size: 16px;
}
.labour-action{
    display: flex;
    align-items: center;
    gap: 8px;
}
.labour-index{
    width: 20px;
}
.labour-action{
    width: 112px;
}
.datadatacard-pagination{
    display: inline-flex;
    align-items: center;
    user-select: none;
}

.datacard-pagination button, .datacard-pagination .dots{
    min-width: 28px;
    height: 28px;
    padding: 0 4px;
    text-align: center;
    line-height: 27px;
    margin: 0 2px;
}
.datacard-pagination button{
    border-radius: 3px;
}
.datacard-pagination button:not(:disabled):hover, .datacard-pagination button.active{
    color: var(--bs-white);
    border-color:var(--bs-primary);
    background-color: var(--bs-primary);
}
.tag-col{
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    padding: 4px 8px;
    border-radius: 16px;
}
.tag-item{
    display: inline-flex;
    gap: 4px;
    font-size: 11px;
    user-select: none;
    background: var(--bs-light);
    font-weight: 500;
    border-radius: 12px;
    overflow: hidden;
}
.tag-item i.tag-close-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    text-align: center;
    cursor: pointer;
    color: white;
    background: var(--bs-primary);
}
.dc-sorting{
    position: relative;
}
.dc-sorting::before{
    bottom: 50%;
    content: "▲";
    content: "▲" / "";
}
.dc-sorting::after{
    top: 50%;
    content: "▼";
    content: "▼" / "";
}
.dc-sorting::before, .dc-sorting::after{
    position: absolute;
    display: block;
    opacity: 0.15;
    right: 2px;
    line-height: 9px;
    font-size: 0.8em;
}
.dc-sorting[data-dir = "asc"]::before, .dc-sorting[data-dir = "desc"]::after{
    opacity: .8;
}
.getSurveyDetails small{
    display: block;
}
.getSurveyDetails small + .fw-medium{
   text-transform: capitalize;
}
.datatable_tfoot{
    visibility: hidden;
}
.datatable_tfoot.active{
    visibility: visible;
}
.dataTables_scrollFoot tr{
    border: 1px solid var(--bs-gray-300);
    border-top: 0px;
}
.labour-body ul li{
    padding: 0 4px;
}
.labour-body ul li{
    width:calc(100% / 7);
}
.employer-survey-list-page .labour-body ul li:nth-child(1){
    flex: 1;
}
.labour-list-page .labour-body ul li:nth-child(5){
    flex: 1;
}
.labour-body ul li:nth-child(7){
    width:10%;
}
.dashboard-card{
    gap: 12px;
}
.dashboard-card li{
   width: calc((100% - 60px)/5);
}
.history-container .table-sm thead tr{
    border:  1px solid transparent !important;
}
.history-container .table-sm th, .history-container .table-sm td{
    font-size: 0.9em;
    padding: 8px;
}
.history-container .table-sm th{
    font-weight: 500;
}
.history-container .table-sm td{
    border: 1px solid var(--bs-gray-200);
}
.history-container .table-sm td:nth-child(4){
    vertical-align: text-top;
}
.employer_form_page .sd-body__navigation {
    display: none;
}
.mini-title {
    font-size: 11px;
    text-transform: uppercase;
    /* color: #607D8B; */
    font-weight: 500;
    letter-spacing: 1.1px;
    margin-bottom: 2px;
}
.employer-survey-list-page .card {
    box-shadow: 1px 1px 0.1rem rgba(0, 0, 0, 0.1);
}
.employer-survey-list-page .card .card-show-btn i{
   transition: all ease .5s;
}
.employer-survey-list-page .card.active .card-show-btn i{
    transform-origin: center center;
    transform: rotate(180deg);
}
.border-t-dashed{
    border-top: 1px dashed var(--bs-gray-400);
}
.border-b-dashed{
    border-bottom: 1px dashed var(--bs-gray-400);
}
.card-content-hide{
    display: none;
}
img.survey-logo-1 {
    height: 60px;
    width: 156px;
    object-fit: contain;
    object-position: left;
}

.survey-info{
    font-size: 0.8em;
}
.survey-info ul li{
    list-style: decimal;
}
.employer-survey-page .sd-root-modern.sd-root-modern--full-container{
    height: auto;
}
.employer-survey-page .middle-section{
    position: sticky;
    top: 0;
    z-index: 999;
    background: white;
}
.table.table-border td {
    border: 1px solid var(--bs-gray-200);
}
.nested-content{
    visibility: collapse;
}
.nested-content.active{
    visibility: visible;
}
.nested-content .nested-item:not(.active){
    border-bottom: 0 ;
}
.nested-content .nested-content:not(.active){
    border-top: 0 ;
    border-bottom: 0 ;
}
.change-password-panel{
    position: fixed;
    bottom: -100%;
    background: white;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    z-index: 2000;
    transition: all ease .5s;
}
.change-password-panel.active{
    bottom: 0;
}
.toggle-password{
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 60%;
}
.login-slider{
    position: relative;
    overflow-x: hidden;
}
.login-slider .login-container{
    position: absolute;
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
    transition: .5s all ease;
}
#otp-box .form-control {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.login-item{
    height: 260px;
}

.tamil label, .tamil .label{
    font-weight: 600;
}
.tamil .getSurveyDetails small {
    font-size: 13px;
    letter-spacing: .2px;
    color: #6c757d;
}
.tamil{
    font-size: 14px;
}

@media screen and (min-width:991px){
    .change-password-panel{
        left: 70px;
        width: 400px;
    }
    .panel.active .change-password-panel{
        left: 270px;
    }
    .panel.active .navbar .mini-title, .navbar .mini-title::before{
        font-size: 12px;
    }
    .navbar .mini-title, .panel.active .navbar .mini-title::before {
        font-size: 0;
    }
    .navbar .mini-title::before {
        content: '---';
        color: var(--bs-gray-600);
        text-align: center;
        display: block;
    }
    .panel:not(.active) .lt-1, 
    .panel.active .lt-2{
       display: none;
    }

    .labour-index{
        text-align: center;
    }
    #labour-list-container .labour-body{
        word-break: break-all;
    }
    #labour-list-container .labour-body small{
        display: none;
    }
    #labour-list-container .labour-body{
        border-left: 1px solid var(--bs-gray-300);
        border-right: 1px solid var(--bs-gray-300);
    }
    .side-bar-toggler{
        position: absolute;
        top: 14px;
        left: -16px;
        z-index: 2000;
    }
    @keyframes dropdownHeight {
        from {
            transform: scaleX(0);
            opacity: 0;
        }
        to{
            transform: scaleX(1);
            opacity: 1;
        }
    }

    .not-active-md-hide{
        transition: all ease .5s;
    }
    .panel:not(.active) .not-active-md-hide{
        opacity: 0;
    }
    .search{
        width: 300px;
    }
    .h-md-100{
        height: 100%;
    }
    .rounded-pill-start{
        border-top-left-radius: 15% 50%;
        border-bottom-left-radius: 15% 50%;
    }
    .sidebar{
        width: 70px;
    }
    .right-side-body{
        width: calc(100% - 70px);
        margin-left: 70px;
    }
    .panel.active .right-side-body{
        width: calc(100% - 270px);
        margin-left: 270px;
    }
    .panel.ractive .right-side-body{
        width: calc(100% - 340px);
        margin-left: 70px;
    }
    .panel.active .sidebar{
        width: 270px;
    }
    .panel:not(.active) .sidebar header{
        justify-content: center;
    }
    .logo img:nth-child(1){
        display: none;
    }
    .panel.active .logo img:nth-child(1){
        display: block;
    }
    .panel.active .logo img:nth-child(2), .close-side-bar{
        display: none;
    }
}
@media screen and (max-width:991px){
    img.survey-logo-1 {
        height: 40px;
        width: 100px;
    }
    .logo-title{
        font-size: 18px !important;
    }
    .logo {
        height: 48px;
    }
    .dashboard-card li{
        width: calc((100% - 12px)/2);
     }
    .labour-action{
        gap: 16px;
    }
    .mydropdown-menu{
        left: 50%;
        transform: translateX(-50%);
    }
    @keyframes dropdownHeight {
        from {
            opacity: 0;
        }
        to{
            opacity: 1;
        }
    }
    .home-title{
        font-size: 48px;
    }
    .sidebar{
        width: 270px;
    }
    .panel.active .sidebar, .panel.ractive .sidebar{
        left: -270px;
    }
    .panel .sidebar header{
        justify-content: space-between;
    }
    .side-panel.side-panel-lg{
        width: 100%;
    }
    .right-side-body{
        width: 100%;
    }
    .navbar .small{
        font-size: 12px;
    }
    .logo img:nth-child(2){
        display: none;
    }
    .login-img {
        height: 50px;
    }
    .login-title{
        font-size: 20px;
        text-align: center;
    }
    .side-panel {
        min-width: 400px;
        max-width: 400px;
    }
}
@media screen and (max-width:600px){
    .change-password-panel{
        width: 100%;
    }
    .logo-title{
        font-size: 12px !important;
    }
    .survey-page-title{
        font-size: 14px;
    }
    .dashboard-card li{
        width: 100%;
     }
    .child-flex-1-only-mobile .btn{
        flex: 1;
    }
    .home-title{
        font-size: 32px;
    }
    .btn-group-radius label{
        padding: 6px 16px;
    }
    .features-box h5{
        font-size: 16px;
    }
    .features-box img {
        width: 24px;
        height: 24px;
        top: 50%;
        transform: translateY(-50%);
    }
    .home_logo {
        width: 100px;
    }
    .features-box p {
        font-size: 13px;
    }
    .features-box {
        padding-left: 36px;
    }
    .dataTables_wrapper .bottom {
        justify-content: center;
    }
    .sd-selectbase{
        gap: 10px;
        align-items: start;
        flex-direction: column;
    }
    .side-panel {
        min-width: 300px;
        max-width: 300px;
    }
}
