
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;
}
header{
    height: 56px;
}
.right-side-body{
    transition: all ease .5s;
}
.sidebar, .r-sidebar{
    position: fixed;
    top: 0;
    z-index: 1030;
    height: 100vh;
    overflow: hidden auto;
    transition: all ease .5s;
}
.sidebar{
    left: 0;
    border-right: 1px solid var(--bs-lightblue);
}
.r-sidebar{
    width: 270px;
    right: -270px;
    border-left: 1px solid var(--bs-lightblue);
}
.panel.ractive .r-sidebar{
    right: 0;
}
.pointer-events-none{
    pointer-events: none;
}
.h-100vh{
    height: 100vh;
}
::placeholder{
    font-size: 12px;
    color: var(--bs-gray-200);
}
.overflow-hidden{
    overflow: hidden;
}
.btn{
    font-weight: 500;
    text-transform: capitalize;
    white-space: nowrap;
}
select[multiple]{
    height: 31px;
}
input[type=number]::-webkit-inner-spin-button{
    appearance: none;
}
.cursor-pointer{
    cursor: pointer;
}

table tr th{ white-space: nowrap; text-transform: capitalize; font-weight: 500; font-size: 14px;}

.btn-group input[type=radio]:checked + label{
    color: var(--bs-white);
    background-color: var(--bs-indigo);
}
.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;
    padding-left: 64px;
}
.features-box h5{
    text-transform: capitalize;
}
.features-box img{
    position: absolute;
    left: 0px;
    top: 0;
    width: 32px;
    height: 32px;
    object-fit: contain;
}
.home_logo{
    width: 131px;
    height: 40px;
}
.logo img{
    height: 48px;
}
.login-img{
    height: 80px;
}
.tamilnadu-logo{
    height: 200px;
}
.main-content{
    height: calc(100vh - 56px);
}
.navbar, .main-content{
    overflow: hidden auto;
}
.main-content{
    overflow: hidden;
}
.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;
    font-weight: 500;
    display: flex;
    align-items: center;
    height: 40px;
    overflow: hidden;
    border-radius: 40px;
}
.hindi .navbar .nav-link{
    font-weight: 600;
}
.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 .nav-text{
    white-space: nowrap;
    width: calc(100% - 40px);
} 
.navbar .nav-link:hover > *{
    color: var(--bs-indigo);
}
.navbar .nav-link.active{
    background-color: var(--bs-lightblue);
}
.side-panel-container{
    position: fixed;
    bottom: 0;
    right: -100%;
    width: 100%;
    height: calc(100vh - 56px);
    background: rgba(var(--bs-indigo-rgb), .2);
    display: flex;
    justify-content: flex-end;
    z-index: 1000;
    opacity: 0;
    transition: all ease .5s;
}
.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(100vh - 125px)
}
.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;
}
.table tbody{
    font-size: 13px;
}
.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;
}
.hindi .sd-element__title, .hindi b, .hindi strong{
    font-weight: 600;
}
.table.table-bordered td{
    vertical-align: middle;
    border: 1px solid rgba(var(--bs-secondary-rgb), .2);
}
.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: 32px !important;
    border-bottom-left-radius: 32px !important;
}
.btn-group-radius label:not(:last-child){
    border-right: 0px;
}
.btn-group-radius label:last-child{
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
}
.btn-group-radius input[type=radio]:checked + label{
    color: var(--bs-indigo);
}
.btn-group-radius.bgr-sm label{
    font-size: 13px;
    padding: 6px 12px;
}
.home-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.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;
}
@media screen and (min-width:991px){
    .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;
    }
    .left-side{
        width: calc(75% - 4px);
    }
    .right-side{
        width: calc(25% - 4px);
        height: 100%;
        position: sticky;
        top: 0;
    }
}
@media screen and (max-width:1400px){
    .home-title{
        font-size: 32px;
    }
}
@media screen and (max-width:991px){
    .home-title{
        font-size: 24px;
    }
    .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(1){
        width: 120px;
    }
    .logo img:nth-child(2){
        display: none;
    }
    .tamilnadu-logo {
        height: 80px;
    }
    .login-img {
        height: 50px;
    }
    .login-title{
        font-size: 20px;
        text-align: center;
    }
    .side-panel {
        min-width: 300px;
        max-width: 100%;
    }
    .reform-month-list li{
        width: calc((100% - 40px) / 6);
        height: calc((100% - 40px) / 6);
    }
}
@media screen and (max-width:600px){
    .home-title{
        font-size: 20px;
    }
    .reform-month-list li{
        width: calc((100% - 8px) / 2);
        height: calc((100% - 8px) / 2);
    }
    .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;
    }
}
