*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}
body ul{
    margin: 0;
    padding: 0;
}
body{
    font-family: 'Roboto', sans-serif;
}
body a{
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6, p, span, ul li, a, label{
    font-family: 'Roboto', sans-serif;
}
input::placeholder{
    font-family: 'Roboto', sans-serif;
    color: var(--lightgray)!important;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 16px;
    color:var(--blue-main);
}
:root{
    --black:#000;
    --white:#fff;
    --blue-main:#06143B;
    --yellow:#E1C331;
    /* --gray:#c7c7c7; */
    --gray:#808080;
    --lightgray:#CECECE;
    --shadowlight: 0px 0px 10px rgb(255 255 255 / 30%);
    --shadowdark: 0px 0px 10px rgb(0 0 0 / 30%);
    --lightgray:#d3d3d3;
    /* Dashboard Color */
    --db-yellow1:#F2AC29;
    --db-yellow2:#F2B846;
    --db-green1:#3F7B43;
    --db-green2:#61BE67;
    --db-red1:#D95436;
    --db-red2:#C9644D;
    --db-sky1:#26B8E6;
    --db-sky2:#56ABC5;
}
.font-14{
    font-size: 14px;
}
.link-01{
    color: var(--blue-main);
    transition: 300ms;
    text-decoration: none;
}
a:hover{
    text-decoration: none!important;
}

/* Login Page Starts */

.login-wrapper{
    background-image: url(../images/bg-img-1.png);
	background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-box{
    width: 100%;
    margin: auto;
    background: var(--white);
    border-radius: 15px;
    padding: 50px!important;
    max-width: 540px;
    margin-inline: auto;    
}
.login-box .logo{
    margin-bottom: 2rem;
}
/* .login-box .logo img{
    width: 150px;
} */
.formicon-parent {
    position: relative;
}
.input-icon-left{
    position: absolute;
    z-index: 999;
    left: 10px;
    top: 20px;
    color: var(--lightgray);
    font-size: 16px;
}
.frm-input-1{
    padding: 15px!important;
    border-radius: 10px!important;
}
.input-icon-right{
    position: absolute;
    z-index: 999;
    right: 10px;
    top: 20px;
    font-size: 16px;
}
.frm-input-1{
    padding-left: 30px!important;
    font-size: 14px;
}
.frm-input-2{
    padding-left: 10px!important;
    font-size: 14px;
    border-radius: 10px!important;
}
.cli-grp{
    margin-bottom: 10px!important;
}
.frm-input-1:focus{
    box-shadow: none!important;
}
.login-box form input::placeholder{
    color:var(--gray);
    font-size: 14px;
}
.login-btn-01{
    background: var(--yellow) !important;
    color: var(--white) !important;
    border-radius: 30px!important;
    box-shadow: var(--shadowdark);
    transition: 300ms;
}
.aw{
    color: var(--gray);
}
.login-btn-01:hover{
    background: var(--blue-main);
}
.login-icon-right{
    position: absolute;
    z-index: 999;
    right: 20px;
    top: 20px;
    color: var(--white);
    font-size: 16px;
}
.for-pass{
    color: var(--blue-main);
}

.margin-1{
    margin-bottom: 35px!important;
}
.login-btn-01{
    background: #E1C331;
    padding: 15px 0!important;
}
.login-btn-02{
    padding: 10px 0!important;
    margin: 20px 0;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 14px;
}
.p-pad{
    padding: 10px 80px;
}
.star{
    color:red
}
@media (max-width: 1024px) {
    .font-14 {
        font-size: 12px;
    }
}
@media(max-width:768px){
    .p-pad{
        padding: 5px 30px;
    }
}
@media (max-width: 576px) {
    .font-14 {
        font-size: 12px;
    }
    .login-box {
        padding: 30px 20px 15px 20px!important;
    }
    .margin-1{
        margin-bottom: 16px!important;
    }
    .arr{
        top: 17px;
    }
    .login-btn-01{
        padding: 12px 0!important;
    }
}
/* Login Page Ends */


/* ======================================Dashboard Starts Here=================================== */
.db-wrapper{
    background: var(--white2);
    width: 100%;
    height: 100vh;
    /* display: flex; */
    display: inline-block;
}
.sidenav{
    width: 100px;
    height: 90vh !important;
    position: fixed !important;
    top: 0;
    left: 0;
    background: var(--blue-main);
    padding: 30px 20px 30px 20px;
    transition: 500ms;
    z-index: 1;
    margin-top: 80px;
    overflow:auto;
    transition: 700ms ease-in-out;
}
.sidenav:hover{
    width:300px;
}
.sidenav .db-menu{
    margin-top: 0px;
}
.sidenav .db-menu ul li{
    list-style-type: none;
    padding: 6px 15px;
    border-radius: 8px;
    margin-bottom: 15px;
    transition: 300ms;
}
.sidenav .db-menu ul li a{
    color: var(--white);
    width: 100%;
    display: block;
    font-size: 15px;
}
.sidenav .db-menu ul li span:first-child{
    margin-right: 1rem;
    font-size: 20px;
}
.sidenav .db-menu ul li a span:nth-child(2){
    display: none;
}
.sidenav:hover .db-menu ul li a span:nth-child(2){
    display: inline-block;
}
.sidenav .db-menu ul li.active-db-menu{
    background: var(--yellow);
}
.sidenav .db-menu ul li:hover{
    background: var(--yellow);
}
/* Dashboard Main Body Styling Starts */
#main {
    margin-left: 100px;
    padding-top: 100px;
    height: 100%;
    position: relative;
    width: calc(100% - 100px);
    transition: 700ms ease-in-out;
}
.toggleclass #dbSidenav{
    margin-left:-300px;
    transition: 700ms ease-in-out;
}
.toggleclass #main {
    transition: 700ms ease-in-out;
    margin-left: 0px;
    width: calc(100% - 0px);
}
.db-sidenav-ticon{
    width: 40px;
    height: 40px;
    background: var(--white);
    border-radius: 50%;
    box-shadow: var(--shadowdark);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--gray);
    font-size: 20px;
    cursor: pointer;
    z-index: 1;
}
/* .db-sidenav-ticon{
    position: absolute;
    top: 10px;
    right: -60px;
} */
.db-sidenav-ticon {
    position: fixed;
    top: 20px;
    left: 275px;
    z-index: 5;
}
/* Sidebar Ends */

/* Dashboard Header Starts */
.db-header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0px 20px;
    position: fixed;
    top: 0;
    background: var(--white);
    box-shadow: var(--shadowdark);
    height: 80px;
    z-index: 1;
}
.db-user {
    display: flex;
    justify-content: center;
    align-items: center;
}
.db-user-image img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
}
.db-user-text {
    margin-right: 10px;
}
.db-user-text p{
    margin-bottom: 0rem;
    text-align: right;
}
.db-user-name{
    color: var(--black2);
    font-size: 16px;
    font-weight: 500;
}
.db-name{
    color: var(--gray);
}
.db-viewemail{
    font-size: 14px;
    font-weight: 500;
    color: var(--gray);
    cursor: pointer;
}
.dropdown-menu.show {
    margin-top: 32px;
}
.dropdown a{
    color: black;
}
.dd-icon .fa-chevron-down{
    font-size: 12px;
    color: var(--gray);
}
/* Dashboard Body Section Starts here */

/* Box 1 */
.eql4-1-box p{
    padding: 0px;
    margin: 0px;
}
.eql4-1-box{
    background-color: var(--db-yellow2);
    box-shadow: var(--shadowdark);
    border-radius: 12px;
    color: var(--white);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;
}
.eql4-1-box .eql4-icon-box{
    background: var(--db-yellow1);
    text-align: center;
    border-radius: 12px;
    box-shadow: var(--shadowdark);
    width: 100px;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.eql4-icon-box i{
    font-size: 26px;
    margin-bottom: 10px;
}
.eql4-icon-box p{
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.eql4-text-box p:first-child{
    font-size: 26px;
    font-weight: 500;
    text-align: right;
}
.eql4-text-box p:last-child a{
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
}
.eql4-text-box p:last-child i{
    font-size: 14px;
    margin-left:10px;
}

/* Box 2 */
.eql4-2-box p{
    padding: 0px;
    margin: 0px;
}
.eql4-2-box{
    background-color: var(--db-green2);
    box-shadow: var(--shadowdark);
    border-radius: 12px;
    color: var(--white);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;
}
.eql4-2-box .eql4-icon-box{
    background: var(--db-green1);
    text-align: center;
    border-radius: 12px;
    box-shadow: var(--shadowdark);
    width: 100px;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* Box 3 */
.eql4-3-box p{
    padding: 0px;
    margin: 0px;
}
.eql4-3-box{
    background-color: var(--db-red2);
    box-shadow: var(--shadowdark);
    border-radius: 12px;
    color: var(--white);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;
}
.eql4-3-box .eql4-icon-box{
    background: var(--db-red1);
    border-radius: 12px;
    box-shadow: var(--shadowdark);
    width: 100px;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* Box 4 */
.eql4-4-box p{
    padding: 0px;
    margin: 0px;
}
.eql4-4-box{
    background-color: var(--db-sky2);
    box-shadow: var(--shadowdark);
    border-radius: 12px;
    color: var(--white);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;
}
.eql4-4-box .eql4-icon-box{
    background: var(--db-sky1);
    border-radius: 12px;
    box-shadow: var(--shadowdark);
    width: 100px;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.db-heading{
    color: var(--black);
    font-size: 18px;
    font-weight: 500;
}


/* Dashboard Table */
.dashboard-table1{
    background: var(--white);
    margin-top: 20px;
    margin-bottom: 40px;
    border-radius: 25px;
    padding: 30px;
    box-shadow: var(--shadowdark);
    overflow-x: auto;
}
.dataTables_wrapper .dataTables_filter input {
    border: 1px solid var(--lightgray);
    padding: 5px;
    margin-left: 3px;
    border-radius: 25px;
}
.dataTables_wrapper .dataTables_filter input:focus-visible{
    outline: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: var(--blue-main);
    color: var(--white)!important;
    border: none;
    border-radius: 50%;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: transparent;
    color: var(--blue-main)!important;
    border: none;
    border-radius: 50%;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 0px solid transparent;
}
table.dataTable thead th, table.dataTable thead td {
    border-bottom: 0px solid var(--lightgray);
}
table.dataTable.no-footer {
    border-bottom: 1px solid var(--lightgray);
}
.dataTables_wrapper .dataTables_length select:focus-visible{
    outline: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: var(--gray) !important;
    border: none;
    background: transparent;
    box-shadow: none;
    outline: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:focus {
    border: none;
    background: transparent;
    box-shadow: none;
    outline: none;
}
table.dataTable thead th, table.dataTable tfoot th {
    font-weight: 600;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    min-width: 1em;
    padding: 0.3em 0.8em;
}
.db-action-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.db-action-box i{
    color: var(--gray);
    font-size: 18px;
    margin-right: 10px;
    cursor: pointer;
}

.submit-btn{   
     display: inline-block;
    width: 100%;
}

@media (max-width: 768px){
    .ipad-mt-20{
        margin-top: 20px;
    }
}

@media (max-width: 576px) {
    .p-mt-20{
        margin-top: 20px;
    }
    .db-user{
        display: none!important;
    }
    .db-sidenav-ticon {
        position: fixed;
        top: 20px;
        left: auto;
        right: 20px;
        z-index: 5;
    }
    #main {
        margin-left: 0px;
    }
    .sidenav{
        display: none;
    }
    .phonetoggle #dbSidenav{
        display: block;
    }
}
/*---------------------headquarter management-------------------------------*/
.btn-main {
    padding:10px 15px;
    border: none;
    color: white;
    background: var(--blue-main);
    font-weight: bold;
    border-radius: 30px;
    cursor: pointer;
}
.hm-dis{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.modal-content{
    border-radius: 30px!important;
    box-shadow:var(--shadowdark) ;
}
.modal-body{
    padding-top: 0!important;
}
@media(max-width:768px){
    .hm-dis{
        display: flex;   
        flex-wrap: wrap;

    }

}
@media(max-width:768px){
    .btn-main {
        padding:8px 15px;
        border: none;
        color: white;
        background: var(--blue-main);
        font-weight: normal;
        border-radius: 30px;
    }
}
/*-------------------------role and permission------------------------------*/
.role-main{
    padding: 30px 50px;
}
.rol-content {
    padding: 20px;
    border-radius: 9px;
    box-shadow: var(--shadowdark);
    padding-bottom: 100px;
}
.check-hide{
    font-size: 12px;
}
.sho{
    /* width: 120px; */
}
.check-hide input[type="checkbox"]{
    width: 10px!important;
    height: 10px!important;
}
#myDIV, #myDIVa, #myDIVb, #myDIVc, #myDIVd, #myDIVe, #myDIVf, #myDIVg, #myDIVh, #myDIVi{
    display: none;
}
.role-a{
    margin-bottom: 20px;
}
.lft-arrow{
    text-align: center;
    border: none;
    background: var(--blue-main);
    color: white;
    padding: 10px 15PX;
    width:135px;
    border-radius: 25px; 
    cursor: pointer;
}
.role-butt{
    text-align: center;
}
.lft-arrow{
    position: relative;
}
.rol-lf {
    position: absolute;
    top: 12px;
    left:15px;
    color: white;
    z-index: 100;
}
.rgt-arrow{
    text-align: center;
    border: none;
    background: var(--yellow);
    color: white;
    padding: 10px 15PX;
    width:135px;
    border-radius: 25px; 
    position: relative;
    cursor: pointer;
}
.rgt-arrow:focus, .lft-arrow:focus{
    border: none;
    outline: 0;
}
.rol-rt{
    position: absolute;
    top: 12px;
 right:15px;
    color: white;
    z-index: 100;
}
.mtb{
    margin: 30px 0;
}
@Media(max-width:768px){
    .rol-list{
        margin-top: 20px;
    }
}
@Media(max-width:576px){
    .lft-arrow, .rgt-arrow{
        width: 100%;
    }
    .rgt-arrow{
        margin-top: 10px;
    }
    .role-main {
        padding: 20px;
    }
    .rol-content{
        padding-bottom: 150px;
    }
}
/*-------------------------------clinic list----------------------------------*/
.t-btn{
    padding: 2px 5px ;
    border: none;
    box-shadow: var(--shadowdark);
    background: white;
    border-radius: 9px;
    font-size: 14px;
}
.t-btn:focus{
    border: none;
    outline: 0;
}
.td-img img{
    width: 20px;
    height: 25px;
}
.tb-bw-img img{
    width: 30px;
    height: 40px;
}
.arro{
    top: 15px;
}
.mc-clinic{
    padding: 0 20px;
}
label {
    margin-bottom: 5px!important;
}
.frm-input-2:focus, .frm-input-1:focus{

    box-shadow: none!important;
    box-shadow: var(--shadowlight);
}
button:focus {
    outline: 0!important;
}
@media(max-width:1024px){
    .clinic-btn{
        width: 175px;
    }
}
@media(max-width:992px){
    .clinic-btn{
        width: 183px;
    }
}
@media(max-width:768px){
    .clinic-btn{
        width: auto;
    }
}
/*-----------------------------new dashboard--------------------------------*/
.mdb-form{
    display: flex;
}
.mdb-inp{
    margin-left:20px; 
}
.m-8{
    margin-top: 8px;
}
.r-search{
    right: 30px;
    top: 13px;
    color: var(--lightgray);
}
.opt-mdb{
    background: var(--white);
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 25px;
    padding: 30px;
    box-shadow: var(--shadowdark);
    overflow-x: clip;
}
.pad-left{
    padding-left: 130px;
}
#search{
    border-radius: 20px;
}
.mtdb-btn {
    text-align: right;
}
.dp-none{
    display: none;
}
@media(max-width:1400px){
    .mr-lft{
        padding-left: 45px;
    }
    .role-main {
        padding:30px;
    }
}

@media(max-width:1200px){
    .mr-lft{
        padding-left: 0px;
    }
    .role-main {
        padding:30px 10px;
    }
}
@media(max-width:992px){
    .role-main {
        padding:30px 50px;
    }
    .rol-list{
        margin-top: 20px;
    }
}
/*------------------------------------------------------------*/
.mtdb-btn {
    width: 100%;
    text-align: right;
    padding-right: 20px;
}
.frm-lab{
    width: 100vw;
}
.vb-hide{
    visibility: hidden;
}
.sear-abso{
    right: 30px;
    top: 12px;
}
@media(max-width:1199px){
.sear-top{
    margin-top: -55px;
}
/* .vb-hide{
    display: none;
} */
.vb-hide{
    visibility: hidden;
}
}
@media(max-width:1024px){
    .frm-lab{
      width: 100vw!important;
      display: block;
    }
    .mtdb-btn {
        padding-right: 15px;
    }
}
@media(max-width:992px){
    .sear-top{
        margin-top: 0px;
    }
    .new-db-1{
        margin-top: -55px;
    }
    .sear-top{
        margin-top: -55px;
    }
}
@media(max-width:990px){
    
    .sear-top,  .new-db-1{
        margin-top: 0px;
    }
}
@media(max-width:768px){
   
    .db-mt{
        margin-top: 0px;
    }
    .new-db-2{
        margin-top: -35px;
    }
}
@media(max-width:576px){
    .vb-hide{
        display: none;
    }
    .db-mt{
        margin-top: 0px;
    }
    .mtdb-btn {
        padding-right: 0px;
    }
}
/*------------------------------ Examinee list--------------------------*/
.form-control{
    border-radius: 10px!important;
}
.check-b{display: flex;
    margin-top: 20px;
}
.f-mar-rt{
    padding-right: 50px!important;
}
.check-b .f-check{
 margin: 0 10px;
}
.Ex-btn{
    text-align: right;
    margin-top: 45px;
    padding: 0 40px!important;
}
/* .ex-btn-botm{
    text-align: right;
    padding-right: 50px;
} */
.ex-btn-botm {
    margin-top: 10px;
}
.red-clr{
    color:red!important;
    opacity: 0.5;
}
/*------------------modal of examinee------------------*/
.Ex-form{
    padding: 10px !important;
}
input.form-control.pad-10 {
    padding: 15px 5px;
}
.gray{
    color:var(--lightgray);
}
.sticky{
    padding: 10px 30px;
}
.sti-1 {
    width: 80px;
    /* padding: 5px 10px!important; */
}

@media(max-width:1200px){
    .f-mar-rt{
        padding-right: 0px!important;
    }
    .Ex-btn{ 
        padding: 0 0px!important;
    }
    .Examinee-btn{
        width: 220px;
    }
	.AddExaminee-btn{
        width: 155px;
    }
}
@media(max-width:874px) {
    .oncall strong {
        font-size: 14px;
    }
}
@media(max-width:1024px){
    .check-b{display: flex;
        flex-direction: column;
        margin-top: 0px;
        margin-left:  20px;
    }
    .ex-btn-botm{
        padding-right: 0px;
        
    }
    .check-b .f-check{
        margin: 0;
       }
       .Examinee-btn{
        width: 235px;
    }
}
@media (max-width: 992px){
    .Examinee-btn {
        width: 238px;
    }
    .Ex-btn{
        margin-top: 20px;
    }
}
@media (max-width: 768px){
    .Examinee-btn {
        width: 150px;
    }
    .ex-btn-botm {
        margin-top: 0px!important;
    }
}

@media(max-width:576px){
    .Ex-btn {
        text-align:center;
        margin-top: 15px;
    }
}
/*--------------------------------location--------------------------*/
.pad-x{
    padding: 0 40px!important;
}
.loc-btn{
    margin-right: 30px;
    margin-top: 20px;
}
.hm-dis-1{
    padding: 20px;
    padding-bottom: 0;
}
.ex-inp{
    margin: 20px 0;
}
@media(max-width:1024px){ 
    .show-search-list, .show-data-list{
        width: 100%;
    }
}
@media (max-width: 992px){
    .pad-x{
        padding: 0 10px!important;
    }
    .loc-btn{
        margin-right: 0px;
    }
}
@media (max-width: 992px){
    .show-search-list{
        margin-top: 20px;
    }
}
/*-------------multidropdown----------------------*/
#multiSelectElementsSelected {
    border: 1px solid rgb(197, 201, 197);
    width: 100%;
    min-height: 25px;
    line-height: 30px;
    padding-right: 5px;
    padding-left: 5px;
    float: left;
    }
    .multiSelectElementSelected {
    line-height: 20px;
    height: 20px;
    float: left;
    padding-left: 5px;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius : 2px 2px 2px 2px;
    -ms-border-radius : 2px 2px 2px 2px;
    -o-border-radius : 2px 2px 2px 2px;
    border-radius : 2px 2px 2px 2px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    }
    .multiSelectElementSelected .multiSelectClose {
    float: right;
    padding-right: 5px;
    padding-left: 5px;
    cursor: pointer;
    color: #966737;
    font-size: 8px;
    }
    
    #multiSelectElements {
    display: none;
    min-height: 20px;
    line-height: 20px;
    min-height: 20px;
    clear: both;
    border: 1px solid rgb(197, 201, 197);
    border-top: none;
    padding: 0 10px;
    }
    #multiSelectElementsSelected{
        position: relative;
        border: none;
        border: 1px solid rgb(197, 201, 197);
        border-radius: 10px;
        padding: 5px;
        
    }
    #multiSelectClick{
        position: absolute;
        right:5px;
        border: none;
        padding: 10px;
        border-top-right-radius:10px ;
        background: none;
    }
    @media(max-width:992px){
        #multiSelectClick{
            right:10px;
        }
    }
    /*--------------------error----------------*/
    .error-img img{
        width: 200px;
    text-align: center;
}
.error-msg{
    width: 100%;
   display: flex;
   justify-content: center;
}
.error-msg h5{
    color: var(--yellow);

}
/*------confirm-------------------*/
.confirm-box {
    width: 100%;
    margin: auto;
    background: var(--white);
    border-radius: 15px;
    padding: 50px 0px;
}
.confirm-form{
  padding: 0  80px;
}
.show-data-list{
    width: 60%;
    position: relative;
}
.show-data-list{
    width: 60%;
    position: relative;
}
.show-data-list-1{
    float: right;
}
.show-data-list-1{
    width: 35%;
    float: right;
}
 @media(max-width:1400px){
    .show-data-list-1 {
        width: 55%;
    }
 } 
 @media(max-width:1200px){
    .show-data-list-1 {
        width: 90%;
    }
 } 
 @media(max-width:992px){
    .show-data-list-1 {
        width: 100%;
    }
 } 
 @media(max-width:768px){
    .show-data-list-1 {
        width: 100%;
    }
 }
 
 #dropdownMenuButton .imageCircle {
    border-radius: 100%!important;
    padding: 10px!important;
    background-color: #dbdbdb!important;
    width: 50px;
    height: 50px;
    display: inline-block;
 }

 #dropdownMenuButton .imageText {
    font-size: 15px!important;
 }

 .swal-icon--custom img {
    width:50px!important;
    height:50px!important;
}
.swal-modal .swal-text {
    text-align: center;
}
.swal-footer {
    text-align: center!important;
}
.input-icon-right {
    cursor: pointer;
}

#dbSidenav::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#dbSidenav::-webkit-scrollbar
{
	width: 8px;
	background-color: #F5F5F5;
}

#dbSidenav::-webkit-scrollbar-thumb
{
	background-color: #ffffff;
	
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da!important;
    border-radius: 4px!important;
    cursor: text!important;
    padding-bottom: 5px!important;
    padding-right: 5px!important;
    position: relative!important;
    margin-bottom: 0px!important;
    background-color: #ffffff!important;
    border-radius: 14px!important;
    min-height: 38px!important;
}
.btn-main {
     padding: 0px ; 
    border: none;
    color: white;
    background: var(--blue-main);
    font-weight: bold;
    border-radius: 12px;
    cursor: pointer;
    min-width: 80px;
    display: inline-block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin: 0px 5px;
    padding: 0px 7px;
}

i.rotate-icon {
    transform: rotate(96deg);
    margin-right: 5px;

}

.dataTables_wrapper .dataTables_filter input::-webkit-search-cancel-button {
    -webkit-appearance: button !important;
    -moz-appearance: button !important; 
  }


  /* 06-04-2022 */
body.toggleclass table.patienttable2{
    font-size: 14px !important;
}
table.patienttable2 td:last-child .db-action-box{
    justify-content: center;
}

/* styles of ckeditor */
span#cke_11, span#cke_19, span#cke_21, span#cke_25, span#cke_30, span#cke_32, span#cke_39, span#cke_9, span#cke_10, span#cke_46, a#cke_36, a#cke_38  {
    display: none;
}

s {
    text-decoration: line-through;
}

a.twoLineText p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
span.hover_show-text .hoverdiv_spdl {
    overflow: visible;
    text-overflow: unset;
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: vertical;
    position: absolute;
    max-width: 400px;
    width: 230px;
    top: 0;
    left: 0px;
    background: white;
    padding: 20px;
    border-radius: 14px;
    display: none;
	z-index: 9;
}
a.twoLineText {
    position: relative;
}
	a.twoLineText:hover span.hover_show-text .hoverdiv_spdl{
    display: block;
}
a.twoLineText .hoverdiv_spdl p {
    -webkit-line-clamp: unset;
    overflow: hidden;
    text-overflow: unset;
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
}
.text-overflow_lines {
    word-break: break-all;
    white-space: break-spaces;
    min-width: 300px;
    position: relative;
}
.checkmark{
    top:-5px !important;
    border-radius: 2px !important;
}
span.p-1.text-overflow_lines b {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.overflow_text-hides {
    overflow: visible;
    text-overflow: unset;
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: vertical;
    position: absolute;
    max-width: 400px;
    width: 260px;
    top: 0;
    left: 86px;
    background: white;
    padding: 20px;
    border-radius: 14px;
    display: none;
}
.text-overflow_lines:hover .overflow_text-hides{
    display: block;
}

@media(min-width: 1024px){
    .state_doc_ex {
        margin-top: 52px;
    }
    .view_doc_btn{
        margin-left: -18px;
    }
}
.doc-downloadBtn a {
    /* background-color: #06143B; */
    color: #fff !important;
    /* border-radius: 10px;
    font-size: 10px;
    padding: 7px 10px;
    letter-spacing: 1px;
    font-weight: 700;
    cursor: pointer; */
}
.emailback span {
    font-weight: 500;
    color: #5e5e5e;
}
.emailback input {
    padding: 2px 5px;
    border-radius: 5px;
    border: 1px solid #cdcdcd;
    width: 50%;
}
.emailback input:focus {
    border: 1px solid #cdcdcd;
    outline: none !important;
}
/* toggle button css */
/*------------ CHECKBOX -------------*/
.toggle-switch {
    margin: 0 auto;
    margin-top: 10px;
    position: relative;
}
.toggle-switch label {
    padding: 0;
}
input#doc_ai {
    display: none;
}
input#genReport {
    display: none;
}
input#examiner_confirm {
    display: none;
}
input#edit_doc_ai {
    display: none;
}
input#edit_genReport {
    display: none;
}
input#editExaminer {
    display: none;
}
.toggle-switch label input + span {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    width: 3rem;
    height: 1.5rem;
    background: #bdc1c8;
    border: 1px solid #eee;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    box-shadow: inset 0 0 5px #828282;
}
.toggle-switch label input + span small {
    position: absolute;
    display: block;
    width: 1rem;
    height: 1rem;
    border-radius: 1.875rem;
    background: #fff;
    transition: all 0.3s ease-in-out;
    top: 0.2rem;
    left: 0.2rem;
}
.toggle-switch label input:checked + span {
background-color: #06143B;
}
.toggle-switch label input:checked + span small{
    left: 1.7rem;
    transition: left .25s;
}

/*---------------- search auth css -------------------------------------------*/


.authInput-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

#close-icon {
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: 74%;
    transform: translateY(-50%);
    color: #666;
    font-size: 15px;
    display: none;
}

#seachAuth {
    padding-right: 30px;
}

#seachAuth:focus + #close-icon,
#seachAuth:not(:placeholder-shown) + #close-icon {
    display: block;
}
.table-toggle {
    font-size: 14px;
    margin-bottom: 12px;
    cursor: pointer;
}
/* --------------------------Table toggle color change--------------------------- */
a.toggle-head {
    color : #7bbbff !important;
}

table.dataTable td.dt-type-numeric {
    text-align: left !important;
}
table.dataTable th.dt-type-numeric {
    text-align: left !important;
}

/* -------------------------------Toogle switch to activate the OCR Start ------------------- */

.sliderWrapper{display: inline-block;margin:1px 10px 1px 10px; postion:relative;}
.sliderWrapper div{
    display: inline-block;
    /* line-height:60px; */
    font-weight: 700;
}
 /* The switch - the box around the slider */
.switch {
    vertical-align: middle;
    position: relative;
    display: inline-block;
    padding:0px;
    width: 54px;
    height: 28px;
}
/* Hide default HTML checkbox */
.switch input {display:none;}
/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #bdc1c8;
    border: 1px solid #eee;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50px;
}
.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}
input:checked + .slider {background-color: #06143B;}
input:focus + .slider {box-shadow: 0 0 1px #06143B;}
input:checked + .slider:before {-webkit-transform: translateX(26px);-ms-transform: translateX(26px);transform: translateX(26px);}

/* -------------------------------Toogle switch to activate the OCR End ------------------- */

.speicalIns {
    width: 8%;
}


.announcement-nav {
    float: right;
    margin-bottom: 10px;
}

.next-slide {
    padding: 8px 15px;
    font-size: 16px;
    color: #eaeaeb;
    background-color: #06143B;
    border-radius: 5px;
    font-weight: bold;
    display: block;
    content: 'Next';
    margin-right: 15px;
    margin-top: 10px;
}

.ok-button {
    display: none;
}

/* .formicon-parent button {
    width: 50%;
    float: right;
} */
.submit-form {
    cursor: pointer;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 600;
    color: white;
    background-color: #ffc107;
    padding-top: 12px;
    text-align: center;
    padding-bottom: 12px;
    width: 25%;
    border: none;
}
.auth-checkboxes {
    white-space: nowrap;
    display:inline;
}
/*--------------------- compliance disclaimer css ----------------------*/
#listResults .checkbox * {
    cursor: pointer;
    }
    
    #listResults .checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    }
    #listResults .checkbox-green label{
        background-color: #008000 !important;
        border-color: #008000;
        content: "\f00c";
    }
    #listResults .checkbox-red label{
        background-color: #d12525 !important;
        border-color: #d12525;
        content: "\f00c";
    }
    #listResults .checkbox label {
        width: 18px;
        height: 18px;
        left: 0;
        border-radius: 5px;
    }
    .checkbox .check {
        display: inline-block;
        transform: rotate(45deg);
        height: 10px;
        width: 5px;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        margin-left: -16px;
        margin-bottom: 2px;
    }
    button.btn.btn-success.agreed_btn {
        width: 160px;
        white-space: normal !important;
        padding: 1px 0px !important;
        border-radius: 20px;
    }
    button.btn.btn-danger.exam_btn {
        padding: 10px 40px;
        border-radius: 20px;
    }
    .db-action-box-exam i {
        color: var(--gray);
        font-size: 18px;
        cursor: pointer;
    }

/*---------------------------------------------css for X-ray button ---------------------------*/
.xray-only span {
    /* border-radius: 30px;
    border: 2px solid black; */
    font-size: 13px;
}
.btn-xray span {
    color: #000;
}
.x-ray-complete span {
    color: red;
}
/*--------------------------- datatable per page css -----------------------------*/
.dt-length label {
    margin-left: 10px;
}
/*----------------- css for minimize location on schedule page -----------------*/
.twoLineTextschedule span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
span.hover_show-text .hoverdiv_spdl {
    overflow: visible;
    text-overflow: unset;
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: vertical;
    position: absolute;
    max-width: 600px;
    width: 600px;
    top: 0;
    left: 0px;
    background: white;
    padding: 20px;
    border-radius: 14px;
    display: none;
    z-index: 9;
    border: 1px solid black;
}
.twoLineTextschedule {
    position: relative;
}
.twoLineTextschedule:hover span.hover_show-text .hoverdiv_spdl{
    display: block;
}
.twoLineTextschedule .hoverdiv_spdl p {
    -webkit-line-clamp: unset;
    overflow: hidden;
    text-overflow: unset;
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
}
/*----------------- css for minimize location on schedule page -----------------*/
/* pagiantion top and bottom */
.dt-paging{
    float: right!important;
}
.dt-search{
    float: right!important; 
}
/*----------------------------*/
.alert1 {
    padding: 3px 0px;
    border-radius: 8px;
    margin-top: 10px;
}
.success-msg {
    width: 100%;
    display: flex;
    justify-content: center;
}
/**------------------------------ Tabs on notification templates module -------------*/
.tab-container {
    /* max-width: 400px; */
    margin: 10px auto;
    padding: 9px 0px;
}

.box {
    box-shadow: 0 3px 12px rgba(0,0,0,0.15);
    background-color: #fff;
    border-radius: 3px;
    overflow: hidden;
}

.tab-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    position: relative;
}
.tab-list::before {
    content: '';
    display: block;
    height: 2px;
    width: 25%;
    position: absolute;
    bottom: 0;
    background-color: #aaa;
    transition: .3s;
}

.tab-item {
    flex: 1;
    text-align: center;
    transition: .3s;
    opacity: 0.5;
    /* padding: 5px; */
}
.tab-toggle {
    display: none;
}

.tab-content {
    display: none;
}

.tab-toggle:nth-child(1):checked ~ .tab-list .tab-item:nth-child(1),
.tab-toggle:nth-child(2):checked ~ .tab-list .tab-item:nth-child(2), 
.tab-toggle:nth-child(3):checked ~ .tab-list .tab-item:nth-child(3),
.tab-toggle:nth-child(4):checked ~ .tab-list .tab-item:nth-child(4) {
  opacity: 1;
}

/* tab bar */
.tab-toggle:nth-child(2):checked ~ .tab-list::before {
  transform: translateX(100%);
}

.tab-toggle:nth-child(3):checked ~ .tab-list::before {
  transform: translateX(200%);
}

.tab-toggle:nth-child(4):checked ~ .tab-list::before {
    transform: translateX(300%);
  }

/*  */
.tab-toggle:nth-child(1):checked ~ .tab-container .tab-content:nth-child(1),
.tab-toggle:nth-child(2):checked ~ .tab-container .tab-content:nth-child(2),
.tab-toggle:nth-child(3):checked ~ .tab-container .tab-content:nth-child(3),
.tab-toggle:nth-child(4):checked ~ .tab-container .tab-content:nth-child(4) {
  display: block;
}

.tab-trigger {
  display: block;
  padding: 10px 0;
  cursor: pointer;
  font-size: 16px;
}
/*-------------------------- 2 FA CSS -------------------------------------*/
.auth-confirm-box {
    padding: 0 55px;
}
.btn-block {
    display: block;
    width: 100%;
    background: #E1C331;
}

i.fas.fa-arrow-right.login-icon-right.arro.login-arrow {
    position: absolute;
    top: 41%;
    transform: translateX(-50%);
}
.formicon-parent span i {
    top: 40%;
}

 /* form row start*/
 .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-group {
    margin-bottom: 1rem;
}
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}
.dashboard-table1 table#DataTables_Table_0 td a {
    color: #000;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}
.badge-success {
    color: #fff;
    background-color: #28a745;
}
.badge-warning{
    color: #fff;
    background-color: #ffc107 !important;
}
 /* form row end */
 span.select2-container.select2-container--default.select2-container--open {
    z-index: 9999;
}

.cstmNowrap {
    color: #0d6efd!important;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: #f9f9f9 !important;
    color: var(--bs-table-striped-color);
}
 td{
    border-color: #f5f5f5 !important;
    border-style: solid;
    border-width: 0;
}

.table>:not(:last-child)>:last-child>*{
    border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important;
}
.dashboard-table1 div.dt-container div.dt-layout-row.dt-layout-table {
    display: block;
    overflow-x: auto;
}

.announcementTemp img {
    width: 100%;  /* Set all images to take full width */
    height: 200px; /* Set a uniform height */
    object-fit: cover; /* Ensures images maintain aspect ratio while covering the area */
    border-radius: 10px; /* Optional: rounded corners */
    margin-top: 10px;
    margin-bottom: 10px;
  }

.announcement-post {
    text-align: center;
    border: none;
    background: #06143B;
    color: white;
    padding: 10px 15PX;
    width: 135px;
    border-radius: 25px;
    position: relative;
    cursor: pointer;
}

.temp-attachment span{
    font-size: 14px;
}