/* ===== Google Font Import - Poppins ===== */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

:root{
    /* ===== Colors ===== */
    /*--primary-color: #0E4BF1;*/    
    --primary-color: #777777;
    --panel-color: #FFF;
    --text-color: #000;
    --black-light-color: #707070;
    --border-color: #e6e5e5;
    --toggle-color: #DDD;
    /*--box1-color: #4DA3FF;*/
    --box1-color: #e6dab3;
    /*--box2-color: #FFE6AC; */
    --box2-color: #faf2c7;     
    /*--box3-color: #E7D1FC;*/
    --box3-color: #f8f1a9;
    --title-icon-color: #fff;
    --color-change-color: #000;
    
    /* ====== Transition ====== */
    --tran-05: all 0.5s ease;
    --tran-03: all 0.3s ease;
    --tran-03: all 0.2s ease;

    --shdow: 0px 3px 4px rgba(0, 0, 0, 0.13);
    --text-black: #000;
    --gray21: #dee2e6;
    --border:#ced4da;
    --bg:#dcd0a9;
    --close-btn:#000; 

}

body{
    min-height: 100vh;
    /* background-color: #f1f5f8; */
    padding-bottom: 42px;
}

.backgray{
    background: #f9f9f9;
}

.modal-footer {
    border-top:var(--border-color) 1px solid !important;
}
.border-bottom {
    border-bottom:var(--border-color) 1px solid !important;
}

.hgb {
    background: var(--bg);    
}
.bg-content {
    background: var(--panel-color); 
}

.text-color-change {
   color: var(--text-color);
}




@-moz-document url-prefix() {



.timeicon input[type="time"] {
    background-position: right -6px !important;
}

.form-floating > .form-control:focus, 
.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.1rem;
  padding-bottom: .625rem;
}

}





button.close-btn {
    color: var(--close-btn) !important;
}
button.close-btn:hover {
    color: var(--primary-color) !important;
}

.border-change {
    border-bottom:var(--border) solid 1px;
}


.bg-color-change {
 background: var(--panel-color);
}
.modal-header {
  border-bottom:var(--gray21) solid 1px;
  padding: 0.7rem 1rem;

}
.entire-border {
  border:var(--gray21) solid 1px;
}

button.close {
    color:var(--text-white);
}
button.close:hover {
    color:var(--toggle-color);
}

.radius {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.theme-color-main {
    padding: 0 13px;
}
.select-theme {
    all: unset;
    display: inline-flex;
    align-items: center;
    margin-bottom: 15px;
    border: #dee2e6 solid 1px;

    border-radius: 0.25rem;
    background: #f7f7f7;
}
.select-theme .form-check-input {
    margin: 0 10px 0 10px;
}
.select-theme .form-check-label {
    margin: 0px;
    padding: 12px 10px; 
    border-left: #dee2e6 solid 1px; 
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    width: 85px;
    min-height: 40px;
}


/*.streetaddress label {
    z-index: 2147483648;
}*/



.form-floating .fstdropdown > .fstselected {
    padding: 17px 24px 2px 12px;
}




.border-top-dark{
    border-top: 1px solid #000 !important;
}
.border-top{
    border-top: 1px solid #ccc !important;
}
/* .tox-editor-container{
    background: #dcd0a9 !important;
}

body.dark .tox .tox-edit-area__iframe {
    background-color: #b7b7b7 !important;   
}

.tox .tox-edit-area__iframe{
    background: initial !important;
} */



.btn-salus.btn-salus-black, body.dark .btn-salus.btn-salus-black {
    color: #fff !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
    transition: all 0.3s;
} 
.btn-salus.btn-salus-black:hover, body.dark .btn-salus.btn-salus-black:hover {
    color: #000 !important;
    background-color: #dcd0a9 !important;
    border-color: #ab9e76 !important;
    transition: all 0.3s;
}




body.dark .timeicon input[type="time"] {    
    background: url(../Images/clockw.png) no-repeat;
    background-position: right -14px;
    padding-right: 11px !important;
    background-origin: content-box;
}

/*body.dark .timeicon:before {
    content: '';
    background: url(../Images/clockw.png) no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    right: 12px;
}
*/




.proceedit .form-select {
    height: 30px;
    font-size: 12px;
    padding: 0 8px;
}

.input-group-text {
    background-color: #f5f2e5;
    border: 1px solid #dcd0a9;
}

.proceedit input.form-control{
    height: 30px;
    font-size: 12px;
    padding: 4px 8px;
}


label.form-check-label {
    margin-bottom: 5px;
}
button.btn-check:focus+.btn-info, button.btn-info:focus {
    box-shadow: none;
    border-color: transparent;
}

.light-thene-logo {
    background:#fff;
}


.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #3a3c39;
  border: transparent !important;
  color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background:#3a3c39;
    border: transparent;
    color: #fff !important;
}



.fstdropdown .fstAll {
    background-color: #f7f0a8;
    color: #000;
    font-size: 16px;
}
.fstdropdown .fstAll:hover {
    background-color: #000;
    color: #fff;
}

.btn-check:focus+.btn-danger, .btn-danger:focus {
    box-shadow: none;
}


.swal2-icon.swal2-info {
    /* color: #dcd0a9 !important; */
    /* border-color: #dcd0a9 !important; */
}
.swal2-confirm.swal2-styled {
    background:#dc3545 !important;
    transition: all 0.3s ease-in-out;
    font-weight: 300 !important;
    border-radius: 0.25rem !important;
}
.swal2-confirm.swal2-styled:hover {
  background: #bb2d3b !important;
  transition: all 0.3s ease-in-out;
}
.swal2-popup .swal2-styled:focus {
    box-shadow: none !important;
    transition: all 0.3s ease-in-out;
}
button.swal2-cancel.swal2-styled {
    background-color: #3a3c39 !important;
    color: #fff;
    transition: all 0.3s ease-in-out;
    font-weight: 300 !important;
    border-radius: 0.25rem !important;
}
button.swal2-cancel.swal2-styled:hover {
    background-color: #000 !important;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.swal2-modal {
    border-radius: 0.25rem !important;
}
.swal2-modal .swal2-title {
    font-weight: 500 !important;
}



.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
    font-size: 14px;
    height: 35px;
    color: #000;
}

.fstdropdown .fstlist > div:hover,
.fstdropdown .fstlist > div.selected {
    background-color: #dcd0a9;
    color: #000;
}

.fstdropdown .fstsearchinput {
    padding: 4px 10px;
}


.timeicon input[type="time"] {    
    background: url(../Images/clock.png) no-repeat;
    background-position: right -14px;
    padding-right: 11px !important;
    background-origin: content-box;
}

.dropdown-item.active, .dropdown-item:active {
    color: #000;
    text-decoration: none;
    background-color: #dcd0a9;
}


/*
.timeicon:before {
    content: '';
    background: url(../Images/clock.png) no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    right: 12px;
}*/
input[type="time"]::-webkit-calendar-picker-indicator {
    background: none;
}

.btn-edit {
    color: #fff;
    background-color: #09830c;
    border-color: #09830c;
}
.btn-edit:hover {
    color: #fff;
    background-color: #026204;
    border-color: #026204;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 7px 10px;
}
table.dataTable>thead>tr>th, table.dataTable>thead>tr>td {
    padding: 10px 10px 10px 10px; 
}


/* === Custom Scroll Bar CSS === */
/*::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #e6e5e5;
}
::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 12px;
    transition: all 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
    background: #e6e5e5;
}

body.dark::-webkit-scrollbar-thumb:hover,
body.dark .activity-data::-webkit-scrollbar-thumb:hover{
    background: #e6e5e5;
}*/

/*input[readonly] {
  pointer-events: none;
}*/

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {

  -webkit-box-shadow: 0 0 0px 1000px #e0ded6 inset;
  transition: background-color 5000s ease-in-out 0s;
  color : #000 !important;
  -webkit-text-fill-color: #000 !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}


.btn-salus {
    color: #fff !important;
    background-color: #3a3c39 !important;
    border-color: #3a3c39 !important;
    transition: all 0.3s;
    /*min-width: 120px;*/
}

.btn-salus:hover {
    color: #000 !important;
    background-color: #dcd0a9 !important;
    border-color: #dcd0a9 !important;
    transition: all 0.3s;
}

.btn-salus:focus {

    box-shadow: none !important;
    transition: all 0.3s;
}

.btn-check:focus+.btn-danger, .btn-danger:focus {
    box-shadow: none;
}

.image-title {
    color: var(--color-change-color);
}

table.dataTable tbody th, table.dataTable tbody td {
    vertical-align: middle;
}

.h4, h4 {
    font-size: 1rem;
}

nav{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 250px;
    padding: 10px 0px;
    background-color: var(--panel-color);
    border-right: 1px solid var(--border-color);
    transition: var(--tran-05);
    z-index: 22;
}
nav.close{
    width: 73px;
}
nav .logo-name{
    display: flex;
    align-items: center;
    justify-content: center;
}
nav .logo-image{
    display: flex;
    justify-content: center;
    min-width: 45px;
    min-height: 63px;
    align-items: center;
}
nav .logo-image img{
    width: 126px;
    object-fit: cover;
}

nav .logo-name .logo_name{
    font-size: 22px;
    font-weight: 600;
    color: var(--text-color);
    margin-left: 14px;
    transition: var(--tran-05);
}
nav.close .logo_name{
    opacity: 0;
    pointer-events: none;
}
nav .menu-items{
    margin-top: 20px;
    height: calc(100% - 90px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.menu-items li{
    list-style: none;
}
.menu-items li a {
    display: flex;
    align-items: center;
    /* height: 50px; */
    text-decoration: none;
    position: relative;
    padding: 5px 10px;
    cursor: pointer;
    width: 100%;
    color: #000;
}
.nav-links li a:hover:before{
    content: "";
    position: absolute;
    left: -7px;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: var(--primary-color);
    display: none;
}

.menu-items li a i{
    font-size: 24px;
    min-width: 45px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--black-light-color);
}
.menu-items li a .link-name{
    font-size: 15px;
    font-weight: 400;
    color: var(--black-light-color);    
    transition: var(--tran-05);
    white-space: normal;
    line-height: 16px;
}




nav.close li a .link-name{
    opacity: 0;
    pointer-events: none;
}
.nav-links li a:hover i,
.nav-links li a:hover .link-name{
    color: var(--text-black);
}


.menu-items .logout-mode{
    padding-top: 10px;
    border-top: 1px solid var(--border-color);
}
.menu-items .mode{
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.menu-items .mode-toggle{
    position: absolute;
    right: 14px;
    height: 50px;
    min-width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.mode-toggle .switch{
    position: relative;
    display: inline-block;
    height: 22px;
    width: 40px;
    border-radius: 25px;
    background-color: var(--toggle-color);
}
.switch:before{
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    height: 15px;
    width: 15px;
    background-color: var(--panel-color);
    border-radius: 50%;
    transition: var(--tran-03);
}


.dashboard{
    position: relative;
    left: 250px;
    
    /* min-height: 100vh;*/
    width: calc(100% - 250px);
    padding: 10px 14px;
    transition: var(--tran-05);
    min-height: calc(100vh - 24px);
    height: 100%;
    padding-bottom: 50px;
}
nav.close ~ .dashboard{
    left: 73px;
    width: calc(100% - 73px);
}
.dashboard .top{
    position: fixed;
    top: 0;
    left: 250px;
    display: flex;
    width: calc(100% - 250px);
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
    background-color: var(--panel-color);
    transition: var(--tran-05);
    z-index: 10;
    filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.13));
}
nav.close ~ .dashboard .top{
    left: 73px;
    width: calc(100% - 73px);
}
.dashboard .top .sidebar-toggle{
    font-size: 26px;
    color: var(--text-color);
    cursor: pointer;
}
.dashboard .top .search-box{
    position: relative;
    height: 45px;
    max-width: 600px;
    width: 100%;
    margin: 0 30px;
}
.top .search-box input{
    position: absolute;
    border: 1px solid var(--border-color);
    background-color: var(--panel-color);
    padding: 0 25px 0 50px;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    color: var(--text-color);
    font-size: 15px;
    font-weight: 400;
    outline: none;
}
.top .search-box i{
    position: absolute;
    left: 15px;
    font-size: 22px;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    color: var(--black-light-color);
}
.top img{
    width: 40px;
    border-radius: 50%;
}
.dashboard .dash-content{
    padding-top: 80px;
}
.dash-content .title{
    display: flex;
    align-items: center;
    margin: 60px 0 30px 0;
}
.dash-content .title i{
    position: relative;
    height: 35px;
    width: 35px;
    background-color: var(--primary-color);
    border-radius: 6px;
    color: var(--title-icon-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}
.dash-content .title .text{
    font-size: 24px;
    font-weight: 500;
    color: var(--text-color);
    margin-left: 10px;
}
.dash-content .boxes{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.dash-content .boxes .box{
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0.25rem;
    width: calc(100% / 3 - 15px);
    padding: 15px 20px;
    /* background-color: var(--box1-color); */
    transition: var(--tran-05);    
    box-shadow:var(--shdow); 

}
.boxes .box i{
    font-size: 35px;
    color: var(--text-color);
}
.boxes .box .text{
    white-space: nowrap;
    font-size: 18px;
    font-weight: 500;
    color: var(--text-color);
}
.boxes .box .number{
    font-size: 20px;
    font-weight: 600;
    color: var(--text-color);
}
.boxes .box.box2{
    background-color: var(--box2-color);
}
.boxes .box.box3{
    background-color: var(--box3-color);
}
.dash-content .activity .activity-data{
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-evenly;*/
    align-items: center;
    width: 100%;
    gap: 10px;
}
.activity .activity-data{
    display: flex;
}
.activity-data .data{
    display: flex;
    flex-direction: column;
    /*margin: 5px;*/
    background: #fff;
    width: 19.5%;
    padding: 15px;
    border-radius: 5px;
    box-shadow:var(--shdow);
    border-radius: 15px;
    border: 1px solid #D5CCCC;
}
.activity-data .data-title{
    font-size: 20px;
    font-weight: 500;
    color: var(--black-change-color);
    border-bottom: #d3d3d3 dashed 1px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.activity-data .data .data-list{
    font-size: 14px;
    font-weight: 400;
    margin-top: 0px;
    white-space: wrap;
    color: var(--black-change-color);
    word-break: break-all;
}

/* my changes */

/*.color-change {
    color: var(--color-change-color) !important;
}*/


.editorLabelClass
{
    margin-top: 10px;
}

.tox-editor-header
{
    margin-top: 15px !important;
}


.btn-change-css {
    color: #fff !important;
    background-color: #3a3c39 !important;
    border-color: #3a3c39 !important;
    transition: all 0.3s;
    border-radius: 4px !important;
    max-width: 250px;
    width: 100%;
    padding: 11px 18px !important;
    font-weight: 400 !important;
    min-height: 42px;
    line-height:18px !important;
}

.btn-change-css:hover {
    color: #000 !important;
    background-color: #dcd0a9 !important;
    border-color: #dcd0a9 !important;
    transition: all 0.3s;
}

.btn-change-css:focus,
.btn-change-css.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5) !important;
    transition: all 0.3s;
}

.imagePreview {
    background-image: url('../../assets/images/upload-image.jpg');
    height: 254px;
    max-width: 254px;
    width: 100%;
    background-size: 250px 250px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border-radius: 0.25rem !important;
    margin-top: 5px;
    border: 1px solid #dee2e6;
    margin-bottom: 5px;
    position: relative;
}

.close_img{
    position: absolute;
    right: 0;
    border: 1px solid red;
    border-radius: 50%;
    font-size: 15px;
    padding: 2px;
    color: red;
    cursor: pointer;
}

.imagePreview.procedure{
    height: 250px;
    width: 250px;
}

.imagePreview2{
    height: 427px;
    max-width: 254px;
    width: 100%;
    background-size: 250px 250px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0.25rem !important;
    margin-top: 5px;
    border: 1px solid #dee2e6;
    margin-bottom: 5px;
}


.imagePreview2 img{
    transform: scale(1);
    transition: all 0.9s;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

input.img_show_percentage{
    width: 254px;    
}

.activeClass {
    background-color: #fff;
}

.activeMenuClass {
    display: block;
}

.in {
    display: block;
}

.valid {
    color: green;
    font-weight: 500;
    font-size: 14px;
}

.invalid {
    color: red;  
    font-weight: 500;
    font-size: 14px;
}
.Errorphone {
    font-size: 14px;
}

.toggle-password, .toggle-password1 {
    position: absolute;
    /* top: 14px; */
    right: 8px;
}
.dob_div  select{
    padding: .375rem 1.25rem .375rem .75rem;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    margin: 0 3px;
    height: 42px;  
    width: 32.1%;
    box-sizing: border-box;
}

.dob_div .date-dropdowns {
    display: flex;
}

.ques-title{
    color: #000;
    margin-bottom: 8px;
    font-weight: 600;
}
.checkboxall.checkbox_div ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}


.checkboxall.checkbox_div2 ul {
   display: grid;
    grid-template-columns: repeat(3, 1fr); 
}

span.inactive_span p {
    background: #e97040;
    color: #FFFFFF;
    font-size: 12px;
    /* width: 75%; */
    padding: 12px 10px;
    text-align: left;
    border-radius: 4px;
    font-weight: 500;
    text-align: center;
    margin: 2px 0;
}

span.suspended_span p {
    background: #f74444;
    color: #FFFFFF;
    font-size: 12px;
    /* width: 100%; */
    padding: 12px 10px;
    text-align: left;
    border-radius: 4px;
    font-weight: 500;
    text-align: center;
    margin: 2px 0;
}

span.nologin_span p {
    background: #B2D8F6F2;
    color: #0E4670;
    font-size: 12px;
    /* width: 100%; */
    padding: 12px 10px;
    text-align: left;
    border-radius: 4px;
    font-weight: 500;
    text-align: center;
    margin: 2px 0;
}

span.active_span p {
    background: #D9EFD9C2;
    color: #077E07;
    font-size: 12px;
    /* width: 100%; */
    padding: 12px 10px;
    text-align: left;
    border-radius: 4px;
    font-weight: 500;
    text-align: center;
    margin: 2px 0;
}


.dark .color-change
{
    color: #dcd0a9 !important;
    transition: all 0.3s;
}

.color-change
{
    color: #000 !important;
    transition: all 0.3s;
}

.maintab
{
    background-color: #dcd0a9;
    border-color: #dcd0a9;
    padding: 10px 15px;
    border-top-left-radius: 0.25em;
    border-top-right-radius: 0.25em;
}

.maintab h2
{
    font-size: 17px;
    margin: 0;
}

.maintab2 {
    background-color: #dcd0a9b3;
    /*background-color: #dcd0a952;*/
    /*border-bottom: 2px solid #dcd0a9;*/
    border-radius: 0.25em;
    padding: 8px 13px;
}

.maintab2 h2
{
    font-size: 17px;
    margin: 0;
}


a {
    text-decoration: none;
}
ol, ul {
    margin: 0;
    padding: 0;
}

.form-group, .form-floating {
    margin-bottom: 15px;
}
.customtable, .customtable-style {
    border: #ced4da solid 1px;
    /* border-radius: 0.25rem; */
}
.customtable th, .customtable-style th {
    background: #525252;
    color: #fff;
    font-size: 13px;
    font-weight: 600 !important;
}
.customtable .newtable-heading th:first-child, .customtable-style th:first-child  {
   border-top-left-radius: 0;
}
.customtable .newtable-heading th:last-child, .customtable-style thth:last-child {
   border-top-right-radius: 0;
}

.customtable tfoot th:first-child, .customtable-style tfoot th:first-child  {
   border-bottom-left-radius: 0.25rem;
}
.customtable tfoot th:last-child, .customtable-style tfoot th:last-child {
 border-bottom-right-radius: 0.25rem; 
}

.customtable td, .customtable-style td {
    font-size: 14px;
    /* color: #6b7881 !important; */
}

.table-pn .dataTables_paginate .paginate_button {
   border-radius: 5px;
   padding: 0.2em 1em;
}

.table-pn .dataTables_length {
    margin-bottom: 15px;
}

/* .dataTables_wrapper .dataTables_filter {
    margin-bottom: 10px !important;
} */

.heightclascard{
  overflow: scroll;
  height: 55vh;
} 

img {
    max-width: 100%;
}
.logo-icon {
    display: none;
}
.close .logo-icon {
 width: 45px;
 display: inline-block;
}
.close .logo, .dark .close .logo-gold {
 display: none;
}


.dark .logo {
  display: none;
}
.dark .logo-gold {
    display: block;
}
.logo-gold {
    display: none;
}


.form-floating>.form-control {
    padding: 0.5rem 0.75rem;
}
.form-floating>.form-control, .form-floating>.form-select {
    height: calc(2.5rem + 2px);
    line-height: 1.25;
    font-size: 14px;
    background: #f3f3f3;
}
.form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
    font-size: 13px;
}
.preferredlg label {
    font-size: 13px;
}
.form-select{
    background-color: #f3f3f3;
}

.form-floating>label {
    padding: 0.5rem .75rem;
}

.btn {
    padding: .6rem .75rem;
    font-size: 0.8rem;
}
hr {
   opacity: 0.1;
   background: #000; 
   margin: 0;
}




.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #000;
    outline: 0;
    box-shadow: none;
}

.menu-dp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

nav .menu-items li .dropdown-menu {
    min-width: 249px;
}
nav .menu-items li .dropdown-menu.show li a {
    padding-left: 25px;
}

.menu-items .dropdown-menu {
    position: relative !important;
    transform: inherit !important;
    width: 100%;
    background:#dcd0a9;
    border-radius: 0px;
    border: transparent;

}

.menu-items .dropdown.active {
  background:#dcd0a9;
}
.menu-items .dropdown.active a.dropdown-toggle::after {
    color: var(--text-black);
}
/*.menu-items .dropdown.active .dropdown-menu {
    display:block;
}*/
.menu-items .dropdown-menu li a {
 padding-left:55px;
 font-size: 15px;
}

.menu-items .dropdown.active .link-name,
.menu-items .dropdown.active a i {
  color: var(--text-black);
}

i.content-icon svg {
    width: 22px;
}
.menu-items li a:hover i.content-icon svg path,
.menu-items li a:hover i.service-icon svg path{
   fill: var(--text-black);
}



i.content-icon svg path,
i.service-icon svg path {
    fill: var(--black-light-color);
}

.menu-items .dropdown.active i.content-icon svg path,
.menu-items .dropdown.active i.service-icon svg path  {
  fill: var(--text-black);
}


/* footer.footer-main {
    width: calc(100% - 250px);
    left: 250px;
    text-align: center;
    z-index: 11;
    position: fixed;
    background: #dcd0a9;
    bottom: 0;
    top: auto;
    transition: var(--tran-05);
} */
footer.footer-main {
    width: 100%;
    left: 350px;
    text-align: center;
    z-index: 11;
    position: fixed;
    background: #dcd0a9;
    bottom: 0;
    top: auto;
    transition: var(--tran-05);
    left: 0;
}
nav.close ~ footer.footer-main {
 width: calc(100% - 73px);
 left: 73px;
 transition: var(--tran-05);
}

nav.close .menu-items li a i {
    min-width: auto;
}
/*nav.close .menu-items li .dropdown-toggle {
 left: 6px !important;
}*/


.menu-items li a.dropdown-toggle::after {
    color: #dcd0a9;
    right: 10px;
    position: absolute;
    transform: rotate(-90deg);
}

.menu-items li a.dropdown-toggle.rotate::after {
  transform: rotate(180deg);
}

nav.close .menu-items .dropdown-menu li a {
    padding-left: 10px;
    color: #000;
}
/*nav.close .menu-items li {    
    overflow: hidden;
}*/

nav.close .menu-items li a {
  padding: 5px 24px;
}
.menu-items .dropdown-item:focus, .menu-items .dropdown-item:hover {
 background-color: #fff;
 color: #000;
}

.copyright-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.copyright {
    font-size: 12px;
    align-items: center;
    padding: 5px 0;
}

.copyright p {
 margin: 0;
 text-align: right;
}
span.trustlogo {  
    display: flex;
    justify-content: flex-start;
    margin-left: 10px;
}

.profile-dropdown .dropdown-toggle {
 border: transparent;
 background: transparent;
}
.profile-dropdown .dropdown-menu {
    right: 0;
}

.dropdown.profile-dropdown {
    margin-right: 16px;
}
.profile-dropdown svg {
   width: 16px;
} 
.profile-dropdown i {
    font-size: 16px;
} 

.profile-dropdown  li {
    font-size: 14px;
}

.profile-dropdown .dropdown-toggle::after {
  display: none;
}

.admin-profile-main {
    display: flex;
    /*flex-wrap: wrap;*/ 
    align-items: center;
    justify-content: flex-end;   
}
.admin-profile-main span.topnameh {
    font-weight: 600;
}
.admin-name {
    flex-direction: column;
    display: flex;
    margin-right: 15px;
    line-height: 18px;
    text-align: right;
}

.tox div.tox-editor-header {
    z-index: 0;
}

.toggle-password, .toggle-password1 {
    position: absolute;
    /* top: 14px; */
    right: 8px;
}


.tox-editor-header {
    padding: 8px 0 4px 0 !important;
}



.active-status {
    color: #008000;
}

.btn-smt {
    margin-top: 31px;
}


.user-upload-img .imagePreview {
    width: 32px !important;
    height: 32px !important;
    background-size: 32px 32px !important;
    position: absolute;
    top: 0;
    right: 5px;
}

.description-main label {
    background: #fff;
    opacity: 1 !important;
    width: 97.5%;
    height: 25px;
    color: #a3a3a3;
    top: 8px;
    padding: 0;
    margin: 0 1.5%;
}

div.tox-tinymce {
    background: #fff;
}

div.tox-tinymce {    
    border: 1px solid #ced4da;
}

.form-floating.textarea-main:before {
    content: '';
    position: absolute;
    top: 1px;    
    height: 20px;
    width: calc(100% - 19px);
    background: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-left: 1px;
}

.form-floating.textarea-main.readonly:before{
    background: unset !important;
}

select.readonly{
    pointer-events: none;
    background-color: #e9ecef;
}

.labelupfixed {
    top: -10px !important; font-size: 14px; opacity: 0.5;
}
.form-floating.textarea-main>.form-control {    
    height: 70px;
}

/*.form-floating.textarea-main label {
    background: #fff;
    opacity: 1 !important;
    width: 96%;
    height: 25px;
    color: #a3a3a3;
    top: 8px;
    padding: 0;
    margin: 0 10px;
}
*/

nav .menu-items .dropdown-item.active, nav .menu-items .dropdown-item:active {
    background-color: #fff;
    color: #000;
}



.user_inactive {
    display: flex;
    align-items: center;
    justify-content: flex-end;    
}
.user_inactive i {
    padding-right: 2px;
}
.user_inactive span {
    font-size: 12px;
}



.popover-head {
  position: relative;
  margin-top: 0;
  display: inline-block;
}
.popover-head .title-role {
    background: #f0f0f0;
    padding: 10px;
    border-bottom: #ccc solid 1px;
    text-align: center;
    font-weight: 600;
    color: #000;
    font-size: 16px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.popover-head .popover-title {
    font-size: 18px;
    /* line-height: 36px; */
    text-decoration: none;
    color: #bd9d58;
    text-align: center;
    padding: 0;
    /* background: #fff; */
    border-radius: 50px;
    height: 17px;
    width: 16px;
}

.popover-head .popover-content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -100px;
    transform: translate(0, 10px);
    background-color: #fff;
    padding: 0;
    filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.13));
    width: auto;
    right: -50px;
    margin-top: 7px;
    border: #ccc solid 1px;
    border-radius: 5px;
}
.popover-head .popover-content:before {
  position: absolute;
  z-index: -1;
  content: "";
  right: calc(50% - 10px);
  top: -8px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #bfbfbf transparent;
  transition-duration: 0.3s;
  transition-property: transform;
  right: 46px;
}
.popover-head:hover .popover-content {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  transform: translate(0, -0px);
  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}
.popover-head .popover-message {
  text-align: center;
}

.popover-head .popover-content ul {
    list-style: none;
    text-align: left;
    padding: 10px 15px;
}
.popover-head .popover-content ul li {
    font-size: 15px;
    line-height: 18px;
    padding: 5px 0;
    white-space: nowrap;
    border-bottom: #ccc solid 1px;
    color: #000;
}
.popover-head .popover-content ul li:last-child {
    border: transparent;
}

.newadminss {
    font-size: 14px;
}


.form-floating .tox-tinymce {
    border-radius: 0.25rem;
}


.custom-toast {
    position: fixed;
    top: 10px;
    /* left: 0; */
    right: 0;
    padding: 15px;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    width: 300px;
    text-align: center;
    display: none;
    z-index: 9999;
    margin:  0 auto;
}

.success-toast {
    background-color: #28a745;
}

.error-toast {
    background-color: #dc3545;
    color: #fff !important;
}

.warning-toast {
    background-color: #ffc107;
}


.profile-dtl {
    margin-top: 5px;
}





.service_summary textarea::placeholder {
  color: #000;
}

.service_summary textarea::-ms-input-placeholder { /* Edge 12 -18 */
  color: #000;
}

.popup-cover {
    background: rgba(0,0,0,0.8);
}
button.close {
    font-size: 34px;
    padding: 0px;
    background: transparent;
    margin: 0;   
    height: 20px;
    line-height: 12px;
    border:transparent
}

/*.video-modal .modal-body {
    height: 600px;
}*/
video#videoframe {
    max-height: 100vh;
    object-fit: cover;
    height: 100%;
}


.main-spinner
{
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100vh;
    margin: 0;
    display: grid;
    place-items: center;   
    position: fixed; 
    z-index: 99;
}


.main-spinner .spinner {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: conic-gradient(
    from 180deg at 50% 50%,
    rgba(189, 183, 148, 0.5) 0deg,
    #BDB794 360deg
);
  animation: spin 2s infinite linear;
}
.main-spinner .spinner::before {
  content: "";
  border-radius: 50%;
  width: 80%;
  height: 80%;
  background-color: #000;
}

@keyframes spin {
  to {
    transform: rotate(1turn);
}
}

.display-none
{
	display: none;
}

.f-12{
    font-size: 12px;
}

.imp_note{
    background-color: #fff2e0;
    color: #b2540f;
}

.dashobardprimarycolor{
    background-color: #dcd0a9;
}

#EmailModal .modal-dialog{
    max-width: 650px;
}

.swal2-modal{
    background-color: #dcd0a9 !important;
}

.swal2-success-circular-line-left , .swal2-success-circular-line-right, .swal2-success-fix{
    background: initial !important;
}

.swal2-icon.swal2-success{
    border-color: #72ab52 !important;
}

.swal2-icon.swal2-success [class^=swal2-success-line]{
    background-color: #72ab52 !important;
}

.dashobardsecondarycolor{
    background-color: rgb(248, 239, 152);
}

.dashboardinputcolor, .dashboardinputcolor:focus, .dashboardinputcolor:active{
   background-color: #d9d5c7;
}

tr.selected_tr, tr.selected_tr td
{
    background-color: #dcd0a9 !important;
}

th.dtfc-fixed-left, th.dtfc-fixed-right
{
    background: #525252 !important;
    /* background-color: unset !important; */
}
table.table tr{
    /* background-color: #e6e6e6 !important; */
}

/* .table-striped>tbody>tr:nth-of-type(odd) td.dtfc-fixed-left {
    background-color: #f2f2f2 !important;
} */



.disable-height{
    height: unset !important;
}


.wh-main {
    margin:20px 0 40px 0;
}

.w-main {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}




.wdn {
    margin-right: 10px;
    width: 98px;
} 

.f-time {
    border-bottom: #ccc solid 1px;
    margin: 0 0 0 18px;
}


.wh-toggle {
  cursor: pointer;
  display: inline-block;
}

.wh-toggle-switch {
  display: inline-block;
  background: #ccc;
  border-radius: 16px;
  width: 44px;
  height: 20px;
  position: relative;
  vertical-align: middle;
  transition: background 0.25s;
}
.wh-toggle-switch:before, .wh-toggle-switch:after {
  content: "";
}
.wh-toggle-switch:before {
  display: block;
  background: linear-gradient(to bottom, #fff 0%, #eee 100%);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  width: 24px;
  height: 24px;
  position: absolute;
  top: -2px;
  left: -2px;
  transition: left 0.25s;
}
.wh-toggle:hover .wh-toggle-switch:before {
  background: linear-gradient(to bottom, #fff 0%, #fff 100%);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}
.wh-toggle-checkbox:checked + .wh-toggle-switch {
  background: #5e5e5e;
}
.wh-toggle-checkbox:checked + .wh-toggle-switch:before {
  left: 21px;
  background: #000000;
}

.wh-toggle-checkbox {
  position: absolute;
  visibility: hidden;
}

.wh-toggle-label {
  margin-left: 5px;
  position: relative;
  top: 2px;
}

.hide{
    display: none;
}

span.white-code {
    color: #fff;
    line-height: 19px;
    display: block;
    font-size: 14px;
}
span.black-code {
    color: #000;
    line-height: 19px;
    display: block;
    font-size: 14px;
}

.fa-clone{
    cursor: pointer;
}

 /* INPUT TAGS */
input.tags {
    border: none;
    box-shadow: none;
    width: 100%;
    margin: 0;
    padding: 0;
}
input.tags:focus {
    outline:none;
    background: transparent;
}
.tag-cloud {
  display:block;
  min-height: 80px;
  padding: .25em;
  margin: .25em 0;
  background: #FFF;
  border: solid 1px #999;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0,0,0,0.5), 0 1px 0 #FFF;
}
.tag {
  display:inline-block;
  border-radius: 4px;
  background: #dcd0a9;
  color: #5a5a5a;
  margin: 5px 5px 0 0;
  padding: .25em;
}
a.close {
  display: block;
  float: right;
  white-space: nowrap;
  overflow: hidden;
  width: 1em;
  height: 1em;
  margin: .325em 0 0 .5em;
  text-indent: -999em;
}
a.close:before {
  display:block;
  float: left;
  content: "\2716";
  font-size: 1em;
  font-weight: bold;
  text-indent: 0;
  text-shadow: 0 -1px 0 #123;
  line-height: 1em;
  color: #6d6753;
}

.f-size-23{
    font-size: 23px !important;
}

.align-item-center{
    align-items: center;
}


ul.nav-links {
    overflow-y: auto;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #dcd0a9 !important;
    color: #212529;
}

.nav-pills .nav-link{
    color: #212529;
}

.checkbox_div2 li {
   justify-content: space-between;
}

.patient-profile-chk ul li  {
 margin-right: 1rem;
 display: flex;
}
.patient-profile-chk ul li label {
 margin-left: 0.5rem;
}


.vitals label {
  font-size: 14px;
}

.personal-tabs {
    /* overflow: auto; */
    display: flex;
    /* gap: 5px;
    margin: 0 4px; */
}


.sub-option {
    float: left;
    display: flex;
    background: #DCD0A9;
    border-radius: 0.25rem;
    padding: 2px 5px;
    margin-right: 5px;
    align-items: center;
    margin-bottom: 5px;
}
.sub-option label {
    margin: 0 0 0 5px !important;
    line-height: 16px;
    padding: 2px;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.sub-option .form-check-input  {
    margin: 0;
}

.medical-chk {
    display: flex; align-items: center; margin-right:5px;
}

.radius-roundup {
    border-radius: 0.25rem !important; 
}

/*add-time-slot-calendar css start here*/

.add-time-slot-calendar th.fc-col-header-cell  {
     background: #dcd0a9;
    color: #000;
}
.add-time-slot-calendar th.fc-col-header-cell a {   
    color: #000;
    padding: 8px 4px;
}
.add-time-slot-calendar .fc-event, .add-time-slot-calendar .fc-event-dot {
    background: #525252;
    /* padding: 10px !important; */
}

.add-time-slot-calendar a.fc-event {
   border: 1px solid #000000 !important;
}

.fc-event-title.fc-sticky{
    color: #fff !important;
    padding: 6px 4px !important;
}

.add-time-slot-calendar td.fc-day.fc-day-tue.fc-day-today.fc-daygrid-day {
    background-color: transparent;
}

.add-time-slot-calendar.fc-col-header-cell th:first-child {
    border-top-left-radius: 0.25rem; 
}
.add-time-slot-calendar.fc-col-header-cell th:last-child {
    border-top-right-radius: 0.25rem;
}
.add-time-slot-calendar.fc-theme-standard td:first-child {
    border-bottom-left-radius: 0.25rem;    
}
.add-time-slot-calendar.fc-theme-standard td:last-child {
    border-bottom-right-radius: 0.25rem;
}

.add-time-slot-calendar.fc-theme-standard .fc-scrollgrid {
    border-radius: 0.25rem;  
    overflow: hidden;  
}
.add-time-slot-calendar .fc-button {    
    display: flex;
    align-items: center;
}
.add-time-slot-calendar .fc-button-primary {
    background-color: #dcd0a9;
    border-color: #3a3c39; 
}
.add-time-slot-calendar .fc-button-primary:hover {
    background-color: #dcd0a9;
    border-color: #dcd0a9;    
    color: #000;
}
button.fc-today-button.fc-button.fc-button-primary {
    text-transform: capitalize;
}
.remove-items a {
    color: #ff0000;
}
.remove-items a:hover {
    color: #bd0404;
}
.align-ctn {
    justify-content: center !important;
    display: flex;
    align-items: center;
}

.add-time-slot-calendar a.fc-daygrid-day-number {
    width: 100%;
    text-align: center;
    color: #000;
}
.add-time-slot-calendar .fc-toolbar-title {
    font-size: 1.2em;   
}

.modal-dialog.add-time-slot {
    max-width: 800px;
}

.fixscroll {
    max-height: calc(100vh - 120px);
    overflow-y: auto;
}

.close-psf {
    position: absolute;
    top: auto;
    left: auto;
    right: -17px;
    width: auto;
    bottom: 7px;
}

div:where(.swal2-icon) .swal2-icon-content {
    font-size: 1em !important;
}
div:where(.swal2-container) .swal2-html-container p {
    color:var(--text-white);
}

.add-time-slot-calendar tr.selected_tr, .add-time-slot-calendar tr.selected_tr td {
    background-color: transparent !important;
}


/*add-time-slot-calendar css start here*/

 .Signatire, .signature-pad  {
        width: 100%;
        background: #d0d0d0;
        height: 160px;
        border: 1px dashed black;
        border-radius: .25rem;
    }

    .clear-button {
        margin: 0 10px;
    }

body.dark .MsoNormal {
 color: rgba(255, 255, 255, 0.6);
}


.signature-pad {
    width: 30% !important;
}

.signatures .font-list, .signatures .input-text {
    width: 30%;
    clear: both;
}

.signatures .use-saved-button, .signatures .clear-button, .signatures .update-in-profile-button {
   
}

.btnauto {
    max-width: max-content;
}

.m-l-10 {
    margin-left: 10px;
}




.customer-main {
    max-width: 800px;
    margin: 0 auto;
}

.form-floating>.form-select2 {
    padding-top: 1rem;
    padding-bottom: 0.2rem;
}

.add-an-item-main, .customer-search {
  margin: 20px 0;
}
.add-an-item-main .plus-btn, .customer-search .plus-btn {
    position: absolute;
    top: 50%;
    left: 20px;
    z-index: 9;
    background: transparent;
    border: none;
    transform: translateY(-50%);
    font-size: 20px;
}

.add-an-item-main .form-control, .customer-search .form-control {   
    padding-left: 55px !important;
    height: 55px;
}
.add-an-item-main label, .customer-search label {
    margin-left: 45px;
    line-height: 40px;
}


.scaner-btn {
    margin: 0 0 0 20px;
}
.scaner-btn img {
    filter: invert(1);
}
.scaner-btn:hover img {
    filter: invert(0);
}

.addcustomamount {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
    font-size: 20px !important;
    color: #ccc;
    cursor: pointer;
}
.addcustomamount:hover {
    color: #000;
}
.all-total-details {

}

.btn-link {
    color: #d4c679;
}
.btn-link:hover {
    color: #dcd0a9;
}
.alert-warning {
    background: #FFF9DA;
}
.payment-method {
    padding: 15px;
    border-bottom: #dee2e6 solid 1px;
    transition: all 0.3s;
}
.payment-method:hover {
  background: #FFF9DA;
  cursor: pointer;
  border-bottom: #FFF9DA solid 1px;
  transition: all 0.3s;
  border-radius: 0.25rem;
}

.checksize {
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.switchsize {
    height:20px; width: 40px !important;
}

.ml-20 {
    margin-left: 20px;
}

.fa-trash-btn {
    color: #ccc;    
}
.btn.fa-trash-btn:hover {
    color: #ff0000 !important;    
}




.add-customer .modal-dialog, .create-customer .modal-dialog {
  max-width: 660px;
}
.create-customer .modal-body, .plan-modal .modal-body {
    overflow-y: auto;
    max-height: calc(100vh - 195px);
}

.plan-modal .modal-dialog {
  max-width: 720px;
}



.customer-rghts {
    display: grid;
    margin-left: 15px;
}

.cutomer-nm {
    background: #f3f3f3;
    color: #8d8d8d;
    width: 44px;
    height: 44px;
}




.email-address i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.customer-card, .plan-card{    
    transition: all 0.3s;
    padding: 10px;
    cursor: pointer;
}
.customer-card:hover, .plan-card:hover {
    background: #FFF9DA;
    transition: all 0.3s;
}


.addbg {
    background: #fff7e7;
}

.bdr-show {
    border-bottom: #7e7862 solid 1px !important;
}
.bdr-show .addbg {
    background: #7e7862;
    color: #fff;
}

.dollar-btn {
    background: #d4c679;
    border: #3a3c39 solid 1px;
}

.dollar-btn.active-btn {
    background: #fff;   
}
.add-discount-cnt .form-control {
    padding: 0.8rem .75rem;
}

.qty-line-item {
    width: 100%;
}

.body-scroll-hide {
    overflow: hidden;
}

.customer-searcharea, .plan-searcharea {
    overflow: auto;
    max-height: 400px;
}
.a-info {
    column-gap: 4px;
}



     .table-style-main .items {
        width: 300px;
     }         


.table-style-main tr.selected_tr, .table-style-main tr.selected_tr td {
    background-color: transparent !important;
}

.table-style-main table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.table-style-main table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

.table-style-main table tr {
 /* background-color: #f8f8f8;*/
  border: 1px solid #ddd;
  padding: .35em;
}
.table-style-main table th:last-child,
.table-style-main table td:last-child {
  text-align: right;
 
}

.table-style-main table th,
.table-style-main table td {
  padding: .625em;
 
}

.table-style-main table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.newtheme {
    background: #FCF7EB;
}

.siteforegroundcolor .form-group b {
    margin-bottom: 8px;
    display: block;
    font-weight: 500 !important;
}
.rating-stars ul.stars {
    list-style: none;
    display: flex;
}
.siteforegroundcolor .form-group p {
    font-size: 13px;
    color: #8a8a8a !important;
    margin-bottom: 6px;
}
.siteforegroundcolor{
    background: #e5dece70;
    border-radius: 6px;

}
.siteforegroundcolor .form-group label {
    font-weight: 500;
    margin-bottom: 8px;
}
.advised {
    padding: 20px 20px;
    background: #cccccc3d;
    border-radius: 4px;
    margin-top: 30px;
}
.advised p {
    font-size: 13px;
    margin-bottom: 8px;
}
.printname {
    padding: 20px 0;
}
.flexint {
    display: flex
;
    column-gap: 20px;
}
 .sq-card-iframe-container {
    height: 50px !important;
}
.dealicense table thead tr th {
    white-space: nowrap;
    font-size: 14px;
}
.dealicense .table-responsive {
    padding: 0;
}
/* .btn-dark, .btn-danger, .btn-warning, .btn-succes, .btn-salus, .btn-style1 {
    position: relative;
    transition: all 0.65s;
}
.btn-dark::before, .btn-danger::before, .btn-warning::before, .btn-success::before, .btn-salus::before .btn-style1::before {
    width: 100%;
    height: 1em;
    position: absolute;
    left: 0;
    bottom: -1.35em;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    opacity: 0;
    content: "";
}
.btn-dark:hover, .btn-danger:hover, .btn-warning:hover, .btn-success:hover, .btn-salus:hover .btn-style1:hover {
    transform: translateY(-0.25em);
}
.btn-dark:hover::before, .btn-danger:hover::before, .btn-warning:hover::before, .btn-success:hover::before, .btn-salus:hover::before .btn-style1:hover::before {
    opacity: 1;
} */

#sortableTabs::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#sortableTabs::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

#sortableTabs::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.3);
	background-color: #ccc;
}
.filepond--item {
    width: 150px !important;
}
a.filepond--credits {
    display: none !important;
}
.image-preview {
    position: relative;
    display: inline-flex;
}
.image-preview button.remove-image {
    position: absolute;
    top: -10px;
    border: none;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 50%;
    right: -8px;
}

.card-title .filter {
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin: 0 0 20px;
}

.pull-right.filterbox {
    width: 220px;
}

.imgopenmodal {
    border: none;
}

.procedure_list .accordion-button{
        padding: 10px;
}
.accordion-button::after{
        background-size: 1rem;
}
img.commmonsize {
    width: 200px;
    height: 160px;
    object-fit: cover;
}
div#sortableTabs {
    overflow-x: auto;
}
/* .personal-tabs.justify-content-end {
    overflow-x: auto;
}    */
.wrapbuttns {
    overflow-x: auto;
}
.scroll-container {
  /* overflow-y: auto; */
  /* border: 1px solid gray; */
  position: relative;
}

.dropdown-menu {
  position: absolute !important;
  will-change: transform;
  z-index: 9999;
}
.modal-content.openimgmodalbig {
    background: #f1f5f8 !important;
    border: none;
}
.zoomimg {
    background: #00000061;
}
.smallimg ul li img.thumbnail-img {
    width: 100%;
    object-fit: contain;
}
.smallimg {
    display: flex;
    align-items: center;
    column-gap: 30px;
    justify-content: center;
}

/*  */


.img-magnifier-container {
  position: relative;
  text-align: center;
}
.smallimg ul li {
    list-style: none;
    width: 150px;
    height: 100px;
    overflow: hidden;
}
.smallimg ul {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    margin-top: 10px;
}
.img-magnifier-glass {
  position: absolute;
  border: 3px solid #8a3033;
  border-radius: 50%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 180px;
  height: 180px;
}
button.left {
    border: none;
    background: #ccccccc7;
    display: flex;
    align-items: center;
    height: 30px;
    width: 30px;
    text-align: center;
    padding: 8px;
    border-radius: 40px;
    justify-content: center;
}
button.right {
    border: none;
    background: #ccccccc7;
    display: flex;
    align-items: center;
    height: 30px;
    width: 30px;
    text-align: center;
    padding: 8px;
    border-radius: 40px;
    justify-content: center;
}
button.left i {
    font-size: 20px;
}
button.right i {
    font-size: 20px;
}
.outerimg {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 40px 0px;
}
img#myimage {
    object-fit: contain;
}
/*  */



/*  */
.loupe {
    display: none;
    position: absolute;
    width: 200px;
    height: 200px;
    border: 1px solid black;
    box-shadow: 5px 5px 12px black;
    background: rgba(0, 0, 0, 0.25);
    cursor: crosshair;
    overflow: hidden;
  }
  
  .loupe img {
    position: absolute;
    right: 0;
  }


.magnify{
  border-radius: 50%;
  border: 2px solid black;
  position: absolute;
  z-index: 9999;
  background-repeat: no-repeat;
  background-color: white;
  box-shadow: inset 0 0 20px rgba(0,0,0,.5);
  display: none;
  cursor: default;
}
/*  */
        .addquestion {
            position: sticky;
            top: 193px;
            z-index: 1;
            background: #ffff;
            padding: 20px 0;
        }
        p.chiefblock {
            margin: 8px 0 10px;
            font-weight: 600;
            font-size: 15px;
        }
        .editpwrap h3 {
            font-size: 18px;
        }
        .editpwrap label {
            font-size: 14px;
            margin-bottom: 6px;
        }     
        .editpwrap em{
            font-size: 13px;
        }   
        .editpwrap textarea {
            font-size: 14px;
        }
        .note-history h5 {
            font-size: 17px;
        }
        .heading {
            display: flex;
            align-items: center;
            justify-content: space-between;
            column-gap: 10px;
        }
         .appen {
            font-size: 14px;
        }
        .chiefblock span {
            font-weight: 400;
        }
        .signinfo ul {
            list-style: none;
            padding: 0;
            padding-left: 0px !important;
        }
        .printable-notes ul li {
            display: inline-block;
            width: 49%;
        }
        .signinfo {
            margin-top: 10px;
        }
        .tbcustom-heading {
            align-items: center;
            flex-wrap: wrap;
        }
        .tbcustom-heading i {
            color: #000;
        }
        .hometogl {
            border: 1px solid #ccc;
            padding: 0px 8px;
            border-radius: 4px;
            margin-right: 8px;
        }

        .stepdropdown .dropdown-submenu {
            position: relative;
            }

            .stepdropdown .dropdown-submenu .dropdown-menu {
            top: 0;
            left: 100%;
            margin-top: -1px;
            }
            .stepdropdown ul li {
                padding: 2px 0px;
                border-bottom: 1px solid #ccc;
                font-size: 12px;
            }
            .stepdropdown ul{
                padding: 4px 6px;
            }
            .stepdropdown ul li:last-child {
                border: none;
            }
            .stepdropdown .dropdown-menu > li > a{
                color: #000;
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: space-between;
                padding: 1px 6px;
            }

        /*  */
        .ghostimg_container img
        {
            object-fit: contain;
            height: 100%;
        }
        .ghostimg_container {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
        }
        .ghostimg_row {
            height: 350px;
            position: relative;
            overflow: hidden;
        }
        .dashobardprimarycolor .compare_img_tabs button {
            padding: 3px 10px;
            font-size: 13px;
            letter-spacing: 2px;
        }
        .dashobardprimarycolor .compare_img_tabs button
                {
                    padding: 3px 10px;
                    font-size: 13px;
                    letter-spacing: 2px;
                    border-color: #000 !important;
                }
        .compare_img_tabs {
            border-color: #000;
        }
        .gfeprovider .select2-container{
                z-index: 0;
        }
        /*  */
@media screen and (max-width: 600px) {
    .table-style-main table tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em;
    }
  .table-style-main table {
    border: 0;
  }

  .table-style-main table caption {
    font-size: 1.3em;
  }
  
  .table-style-main table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .table-style-main table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  .table-style-main table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  .table-style-main table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .table-style-main table td:last-child {
    border-bottom: 0;
  }
  .procedure-action-buttons{
    position: initial !important;
    margin-bottom: 10px;
  }
}









@media (max-width: 1600px) {
    .checkboxall.checkbox_div2 ul {
       display: grid;
        grid-template-columns: repeat(2, 1fr); 
    }

}

@media (max-width: 1399px) {

    .activity-data .data {
        width: 31%;
    }
}
@media (max-width:1199px) {

    .form-floating.textarea-main:before {
        width: calc(100% - 3.5%);
    }
    .checkboxwrapper {
        flex-wrap: wrap;
    }

}

@media (max-width: 1024px) {

    .close .logo-icon {
        display: inline-block;
    }
    .close .logo {
        display: none;
    }

    nav.close .menu-items li {
        overflow: visible;
    }
    nav {
        width: 0px;
        /* overflow: hidden; */
    }
    nav.close {
        width: 250px;
        z-index: 5;
        overflow: visible;
        position: absolute;
    }
    nav .logo_name{
        opacity: 0;
        pointer-events: none;
    }
    nav.close .logo_name{
        opacity: 0;
        pointer-events: none;
    }
    nav li a .link-name{
        opacity: 0;
        pointer-events: none;
    }
    nav.close li a .link-name{
        opacity: 1;
        pointer-events: none;
        margin-left: 5px;
    }
    nav ~ .dashboard{
        left: 0;
        width: 100%;
    }
    /*nav.close ~ .dashboard{
        left: 73px;
        width: calc(100% - 73px);
    }*/
    nav.close ~ .dashboard {
        left: 0;
        width: calc(100% - 0px);
    }
    nav ~ .dashboard .top{
        left: 0;
        width: 100%;
    }
    nav.close ~ .dashboard .top{
        /*left: 73px;
        width: calc(100% - 73px);*/

        left: 0;
        width: 100%;
    }

    nav.close .menu-items li a {
        padding: 5px 24px 5px 10px;
    }
    



    nav.close ~ footer.footer-main {
        /*left: 73px;
        width: calc(100% - 73px);*/
        left: 0;
        width: 100%;
    }
    footer.footer-main {
        left: 0;
        width: 100%;
    }

    /* .customtable {
        min-width: 1100px;
    } */

    /* .customtable thead tr td {
        width: 100%;
    } */

    /* nav {
        margin-top: 75px;
    } */

    .signature-pad {
       width: 50% !important;
    }

    .signatures .font-list, .signatures .input-text {
        width: 50%;
    }


}


@media (max-width: 1000px) {
    /*nav{
        width: 73px;
    }
    nav.close{
        width: 250px;
    }
    nav .logo_name{
        opacity: 0;
        pointer-events: none;
    }
    nav.close .logo_name{
        opacity: 1;
        pointer-events: auto;
    }
    nav li a .link-name{
        opacity: 0;
        pointer-events: none;
    }
    nav.close li a .link-name{
        opacity: 1;
        pointer-events: auto;
    }
    nav ~ .dashboard{
        left: 73px;
        width: calc(100% - 73px);
    }
    nav.close ~ .dashboard{
        left: 250px;
        width: calc(100% - 250px);
    }
    nav ~ .dashboard .top{
        left: 73px;
        width: calc(100% - 73px);
    }
    nav.close ~ .dashboard .top{
        left: 250px;
        width: calc(100% - 250px);
    }
    nav.close ~ footer.footer-main {
        left: 250px;
        width: calc(100% - 250px);
    }
    footer.footer-main {
        left: 73px;
        width: calc(100% - 73px);
    }
*/

    .activity .activity-data{
        overflow-X: scroll;
    }
}

@media (max-width: 992px) {

/*.video-modal .modal-body {
    height: 500px;
}*/

.select-theme .form-check-label {   
    padding: 12px 4px;   
    width: 70px;    
}

span.black-code, span.white-code {
    font-size: 13px;
}

.checkboxall.checkbox_div ul {   
    grid-template-columns: repeat(3, 1fr);
}

    .checkboxall.checkbox_div2 ul {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .modal-dialog.add-time-slot {
    max-width: 750px;
}
.customtable tbody tr td:first-child{
    position: inherit !important;
}
.customtable tbody tr td:nth-child(2) {
    position: inherit !important;
}
.customtable tbody tr td:nth-child(3) {
    position: inherit !important;
}

.customtable thead tr th:first-child {
    position: inherit !important;
}
.customtable thead tr th:nth-child(2) {
    position: inherit !important;
}
.customtable thead tr th:nth-child(3) {
    position: inherit !important;
}

.p-info-left .img{
    width: 100%;
}

}


@media (max-width: 780px) {
    .dash-content .boxes .box{
        width: calc(100% / 2 - 15px);
        margin-top: 15px;
    }
}


@media (max-width: 767px) {
    .add-time-slot-calendar .fc-dayGridMonth-view {
        overflow: auto;
    }
    .add-time-slot-calendar .fc-scrollgrid {
        width: 767px !important;
    }

    .reverse-dtl {
        order: -1;
    }
    .dashboard {
        padding: 0 0 10px 0;
    }
    
    nav .logo-image {
        min-height: 32px;
    }
    span.trustlogo, .copyright p {    
        justify-content: center;
        text-align: center;
    }

    .mce-content-body h2  {
        font-size: 18px !important;
    }
    body {
        padding-bottom: 60px;
    }
    footer.footer-main {
        width: 100%;
        left: 0;  
    }


    .close .logo-icon {   
        display: inline-block;
    }
    /* .logo {
        display: none;
    } */

    /*.logo-icon {   
        display: inline-block;;
    }
    .logo {
        display:none;
    }*/
    nav .menu-items {
        height: calc(100% - 176px);
    }
    .menu-items .logout-mode {
        padding-top: 2px;
    }

    .admin-name {   
        margin-right: 5px;
        line-height: 15px;
        font-size: 12px;
    }

    .dash-content .title {
        margin: 34px 0 23px 0;
    }
    .activity-data .data {
        width: 48%;
    }

    .title.mt-20 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    nav .logo-image {
        margin-left: 14px;
    }
    .dropdown.profile-dropdown {
        margin-right: 0;
    }
    .dash-content .title .text {
        font-size: 17px;
        font-weight: 600;
    }

    .boxes .box .number {
        font-size: 24px;
        font-weight: 600;
    }

    .activity-data .data-title {
        font-size: 15px;
        font-weight: 600;
    }

   /* .video-modal .modal-body {
    height: 400px;
}*/

    .signature-pad {
       width: 100% !important;
    }

    .signatures .font-list, .signatures .input-text {
        width: 100%;
    }
    .btnlist a {
        margin-bottom: 6px;
    }
.palldatatns {
    row-gap: 5px;
}
   .tbcustom-heading{
    align-items: center;
    flex-wrap: wrap !important;
    row-gap: 7px;
    justify-content: flex-start !important;
} 


.dash-content {margin-bottom: 94px;}

}



@media (max-width: 640px) {
    .activity-data .data {
        width: 100%;
    }

    .dataTables_wrapper .dataTables_filter {
        margin-top: 0em;
        margin-bottom: 15px;
    }

    .dataTables_wrapper .dataTables_length {
        float: left;
    }
    .dataTables_wrapper .dataTables_filter {
        float: right;
    }

     .checkboxall.checkbox_div ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .medical-chk {
        width: 100%;
        margin-bottom: 5px;
    }

    .plan-mg {
      font-size: 15px !important;
    }

}

@media (max-width: 600px) {


 body.dark .table-style-main table td, body.dark .table-style-main table th {
    border: 1px solid #ccc;
    color: #000;
}

.qtyinput {
    width: 100px !important;
}

.table-style-main tr.selected_tr, .table-style-main tr.selected_tr td {
    background-color: #fff !important;
}

}



@media (max-width: 560px) {

    .dash-content .boxes .box{
        width: 100% ;
    }

    .table-pn .dataTables_length {
      margin-bottom: 15px;
      font-size: 0px;
      width: 55px 
  }
  .dataTables_wrapper .dataTables_filter {    
    font-size: 0px;
}

.f-time {    
    margin: 0 0 0 9px;
    font-size: 15px;
}

   

}

@media (max-width: 575px) {

 .align-ctn {
    justify-content: flex-end !important;
}

.add-time-slot label {
    font-size: 15px;
}

.btnauto {
    max-width: 100%;
}
.clear-button {
    margin: 0 0px;
}

}


@media (max-width: 514px) {

    .w-main {
        flex-wrap: wrap;
    }

    .whclosed, .f-time {
        font-size: 14px;
    }

    .wdn {   
        margin-bottom: 7px;
        font-weight: 600;
    }
    

}


@media (max-width: 506px) {

    .whclosed {
        width: 50%;
        margin-bottom: 7px;
    }

    .f-time {
        margin: 5px 3% 0 0px;
        width: 47%;
        box-sizing: border-box;
    }


}

@media (max-width: 480px) {

    body {
        padding-bottom: 91px;
    }


}


@media (max-width: 420px) {

.checkboxall.checkbox_div2.patient-profile-chk ul li {    
    flex-wrap: wrap;
}

}



/* ============= */

.p-info img {
    width: 100%;
    object-fit: contain;
    height: 100%;
}
.pat-info h1 {
    font-size: 16px;
    margin-bottom: 0px;
}
.pat-info {
       flex: 1;
}
.pat-info p {
    font-size: 13px;
    margin-bottom: 0px;
}
.p-info {
    column-gap: 10px;
    margin-bottom: 5px;
}
.p-info-right .accordion-header button {
    background: #dcd0a95c;
}

.a-info {
    justify-content: space-between;
}

.a-info {
    color: var(--black-light-color);
    width: 94%;
}
.p-provider {
    width: 116px;
}
.a-info p {
    margin: 0;
}
.p-date h6 {
    font-size: 14px;
    font-weight: 800;
}
.p-date p {
    font-size: 13px;
}

.p-provider h6 {
    margin: 0;
    font-size: 12px;
}
.p-provider p {
    margin: 0;
    font-size: 14px;
}
.p-location h6 {
    margin: 0;
    font-size: 12px;
}
.p-location p {
    margin: 0;
    font-size: 14px;
}
.accordion-button:focus {
    z-index: 3;
    border-color: none;
    box-shadow:none;
}
.p-detail h3 {
    font-size: 15px;
    margin-bottom: 0px;
    padding-top: 0px;
}
.p-detail .border-note {
    border: 1px solid #ccc;
    padding: 10px 18px 18px;
    border-radius: 5px;
    position: relative;
}
.p-detail .border-note p {
    font-size: 13px;
    margin: 0;
}
.patient_right_panel li button {
    font-size: 13px;
}
.p-info-right .search_icon input {
    font-size: 13px;
}
 .p-info-left label {
    font-size: 14px;
}
.minrightside .col-12 .card
 {
    border: none;
}
.procedure_list .p-location p {
    font-size: 12px;
}
.procedure_list .p-provider p {
    font-size: 12px;
}
.border-note span {
    position: absolute;
    background: #fff;
    font-size: 14px;
    top: -10px;
    font-weight: 500;
    padding: 0 5px;
}
.ser-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0px 0;
}
.switchesblock {
    padding: 4px 0;
}
.viewaller {
    font-size: 13px;
}
.accordion {
    margin-bottom: 10px;
}
.p-info-left .img {
    width: 120px;
    height: 120px;
    border-radius: 5px;
    overflow: hidden;
}
.p-info-left .img img {
    object-fit: contain;
}
.modal-content{
    background-color: #dcd0a9 !important;
}
.pf-flex {
    background: #dcd0a95c;
    border-radius: 8px;
    padding: 16px;
    justify-content: space-between;
}
.pf-info p {
    margin: 0;
}
.center-pf .img img {
    width: 80px;
    height: 80px;
    border-radius: 6px;
    overflow: hidden;
    object-fit: cover;
}
.left-pf p, .center-pf p, .right-pf p{
    font-size: 13px;
}
.left-pf b {
    font-size: 13px;
}
.center-pf .c-info {
    margin-left: 12px;
}

.c-info b {
    font-size: 13px;
}
.right-pf {
    font-size: 13px;
    text-align: right;
}
.pf-flex p {
    color: var(--black-light-color);
}
.p-info-left .form-check.form-switch label{
    font-size: 13px;
    margin: 0;
}
.tab-pf .nav {
    padding: 30px 0 0;
}
.health-content {
    padding: 20px;
    border: 1px solid #dee2e6 ;
}
.health-content h4 {
    margin-bottom: 10px;
    color: var(--black-light-color);
}
.health-content p {
    font-size: 13px;
    margin-bottom: 10px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    font-weight: bold;
    padding: 8px 6px;
}
.nav-tabs .nav-link {
    color: #495057;
}
/* only date */
.datepicker td {
    font-size: 13px !important;
}
 .datepicker th {
    font-size: 13px !important;
}
.datepicker {
    padding: 14px !important;
}
.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover{
    background-color: #dcd0a9 !important;
    background-image:none !important;
}
.datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active{
    background-color: #dcd0a9 !important;
    background-image:none !important;
}
.datepicker td, .datepicker th{
    height: 26px !important;
}
.datepicker table {
    border-collapse: inherit;
}

/* datetime */
.datetimepicker td {
    font-size: 13px !important;
}
 .datetimepicker th {
    font-size: 13px !important;
}
.datetimepicker {
    padding: 14px !important;
}
.datetimepicker table tr td span.active, .datetimepicker table tr td span.active:hover, .datetimepicker table tr td span.active.disabled, .datetimepicker table tr td span.active.disabled:hover{
    background-color: #dcd0a9 !important;
    background-image:none !important;
}
.datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover:active, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active.active, .datetimepicker table tr td.active:hover.active, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled:hover.active{
    background-color: #dcd0a9 !important;
    background-image:none !important;
}
.datetimepicker td, .datetimepicker th{
    height: 26px !important;
}
.datetimepicker table {
    border-collapse: inherit;
}
.datetimepicker{
    margin-left: -1px;
}

@media (max-width: 1199.98px) { 
.p-info-left .img{
    width: 100%;
}
.d-flex.p-info{
    flex-wrap: wrap;
}
.pat-info {
    margin: 0;
    margin-top: 10px;
}
.ser-grid {
    grid-template-columns: 1fr;
}
.switchesblock .btn {
    margin-bottom: 10px;
}
}
@media (max-width: 991.98px) { 
.p-info {
    flex-wrap: wrap;
    row-gap: 10px;
}
.ser-grid {
    grid-template-columns: 1fr;
    padding: 0;
}
.pat-info {
    margin-left: 0;
}
.dealicense h2 {
    font-size: 20px;
    padding: 0;
    margin-bottom: 15px;
}
.dealicense table thead tr th {
    white-space: nowrap;
    font-size: 14px;
}
.dash-content .radius {
    padding: 18px !important;
}
.btntt button {
    margin-bottom: 10px;
}
div#datatableRecords1_info {
    font-size: 12px;
}
.imagePreview{
    background-size: 150px 150px !important;
}
.form-group label {
    font-size: 14px;
}
.pat-info {
    width: 100%;
}
.img-border {
    margin: auto;
}
}
@media (max-width: 767.98px) { 
    .pat-info {
        width: 100%;
    }
    .p-info-right .accordion-header button {
        overflow-x: auto;
    }
    .imgboxblock {
        margin-bottom: 20px;
    }
}
@media (max-width: 575.98px) { 

    .pf-flex {
        flex-wrap: wrap;
        row-gap: 14px;
    }
    .right-pf {
        text-align: left;
    }
    .p-location p {
        font-size: 12px;
    }
    .p-date p {
        font-size: 10px;
    }
    .left-pf p, .center-pf p, .right-pf p {
        font-size: 12px;
    }
    .left-pf b {
        font-size: 12px;
    }
    .btn {
        padding: 0.6rem 0.5rem;
    }
    .text-center {
        text-align: center !important;
    }
    
}



/* ==================================== */
.main-header {
    /* max-height: 125px; */
    z-index: 999;
    position: relative;
}
.layout-top-nav .main-header {
    width: 100%;
    margin: 0 auto;
}
.fixed .main-header {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;
}
@media (min-width: 768px) {
    .layout-top-nav.fixed .main-header {
        background: #fff;
    }
    body.layout-top-nav.fixed.dark .main-header {
        background: #242526;
    }
}
.layout-top-nav .main-header .inside-header {
    width: 95%;
    margin: 0 auto;
    background: #fff;
}
.layout-top-nav .main-header .logo-box {
    border-right: none !important;
}
.main-header div.logo-box {
    width: 18.58rem;
    float: left;
    -webkit-transition: -webkit-transform .3s ease-in-out, width .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out, width .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out, width .3s ease-in-out;
    transition: transform .3s ease-in-out, width .3s ease-in-out;
    background: #fff;
    border-top-right-radius: 0px;
}
.layout-top-nav .main-header .logo-box .logo {
    padding: 0;
}
th {
    white-space: nowrap;
}
@media (min-width: 768px) {
    .main-header .logo {
        display: block;
    }
}
.main-header .logo .logo-lg {
    line-height: 60px;
    display: inline-block;
    padding-left: 5px;
}
.main-header .logo .logo-lg .light-logo {
    display: block;
}
.main-header .logo .logo-lg .dark-logo {
    display: none;
}
.layout-top-nav .main-header .navbar {
    margin-left: 0;
}
.layout-top-nav .main-header .navbar {
    border-bottom: none !important;
}

.card{
    z-index: 1;
        background-color: #f3f3f3;
}
.chatlio-online-dot{
    background-color: #2F4E4E !important;
}

.sketchpad{
    cursor: crosshair;
    width: 100%;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
}

.btn-salus:hover{
    color: #fff !important;
    background-color: #292b29 !important;
    border-color: #292b29 !important;
}

.boxstep {
    border: 1px solid #000;
    padding: 0px;
    border-radius: 8px;
    overflow: hidden;
    margin:30px;
}
.boxheading {
    background: #ccc;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    column-gap: 6px;
    overflow: hidden;
}
.testlist {
    padding: 20px 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.boxheading input, .testnames input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
  }
   .testnames label {
    position: relative;
    cursor: pointer;
    display: flex;
      align-items: center;
  }
 .testnames label:before {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #566E6C;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
  }
   .testnames input:checked + label:after {
      content: '';
      display: block;
      position: absolute;
      top: 5px;
      left: 6px;
      width: 6px;
      height: 11px;
      border: solid #566E6C;
      border-width: 0 3px 3px 0;
      transform: rotate(45deg);
  }
    
  .boxheading {
      background: #DCD0A9;
  }

  .height-100vh{
    height: calc(100vh - 100px);
  }

  .mic-block-wrapper{
    position: relative;
  }

  .mic-block-wrapper i{
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 5px;
    cursor: pointer;
  }

  .mic-block-wrapper.input i{
    position: absolute;
    top: 4px;
    padding: 5px;
    cursor: pointer;
    right: 2px;
    font-size: 13px;
  }

  .mic-block-wrapper i.active{
    background: #d8d7d7;
    color: #3c3c3c;
    border-radius: 53px;
  }

  .fw-13{
    font-size: 13px !important;
  }

  div.search_icon{
    position: relative;
  }

  div.search_icon input{
    padding-left: 30px;;
  }

  div.search_icon i{
    position: absolute;
    top: 8px;
    left: 7px;
    color: #a7a7a7;
  }

  div#no-procedures-message{
    color: grey !important;
  }

  .error-tooltip {
    color: red !important;
    font-size: 12px;
    margin-left: 5px;
    display: inline-block;
}


.pe-auto{
    cursor: pointer;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
    background: #dcd0a9 !important;
    border-color: #dcd0a9 !important;
}
.apply-btn {
    background-color: #dcd0a9 !important;
    color: #000 !important;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
    -webkit-box-shadow: -10px 0 0 #dcd0a9 !important;
    box-shadow: -10px 0 0 #dcd0a9 !important;
}

.green-bg, .green-bg span {
    background-color: green !important;
    color: white !important;
}

.red-bg, .red-bg span {
    background-color: red !important;
    color: white !important;
}

@media screen and (min-width: 768px) {
    .procedure_list{
        overflow-y: auto;
        /* overflow-x: hidden; */
        max-height: 65vh;
    }

    /* .procedure_consent_table {
        width: 100%;
        border-collapse: collapse;
    }

    .procedure_consent_table thead {
        position: sticky;
        top: 0;
        background: white;
        z-index: 10;
    }

    .procedure_consent_table thead th {
        padding: 10px;
        border-bottom: 2px solid #ddd;
    }

    .procedure_consent_table tbody {
        display: block;
        max-height: 250px; 
        overflow-y: auto;
        width: 100%;
    }

    .procedure_consent_table tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

    .procedure_consent_table td {
        padding: 10px;
        border-bottom: 1px solid #ddd;
    } */
}

.select2-container{
    padding-top: 20px;
    z-index: 9999;
    /* width: 100% !important; */
}
.select2-dropdown{
    width: 583px !important;
}
.select2-search__field, .select2-search{
    width: 100% !important;
}
.selected-tab{
    color: #000 !important;
    background-color: #dcd0a9 !important;
    border-color: #dcd0a9 !important;
    transition: all 0.3s;
}


/* REJECTED PROCEDURE */
tr.rejected.bg-danger td {
    color: #fff !important;
}

.reminder-wrapper {
    display: flex;
    align-items: center;
    gap: 4px; /* Small space between select and button */
}

.reminder-select {
    padding: 2px 4px;
    font-size: 12px;
    width: 50px; /* Make it compact */
}

.set-reminder-btn {
    padding: 2px 6px;
    font-size: 12px;
    cursor: pointer;
}








/*  */

.radioflexdiv {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
}
.severity_radio_custom {
    position: relative;
}
.severity_radio_custom input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}
.severity_radio_custom label {
    border: 1px solid #495057;
    margin: 0 !important;
    padding: 3px;
    height: 40px;
    width: 70px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #495057;
}
.severity_radio_custom input:checked + label span {
    background: #dcd0a9;
    width: 100%;
    display: flex;
    border-radius: 20px;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.radioquestion {
    display: flex;
    column-gap: 20px;
    align-items: center;
}
.radioquestion .labeldiscription {
    width: 162px;
}
.form-group.radioquestion b {
    margin: 0;
}

.cursor-pointer{
    cursor: pointer;
}

.prescription_row{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.prescription_row i{
    margin-top: 5px;
    margin-left:5px;
}

.discontinued-med-row{
    background-color: rgb(191 191 191) !important;
}

.img-max-unset{
    max-width: unset;
}

.face-option {
    width: 70px;
    height: 70px;
    margin: 5px;
    border: 2px solid transparent;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    font-size: 0.75rem;
  }

  .face-option img {
    width: 100%;
    height: auto;
    opacity: 0.3;
  }

  .face-option.active {
    border-color: limegreen;
  }

  .face-option.active img {
    opacity: 1;
  }

  .compare_photo_angle_text{
    color: #fff !important;
    background: rgb(0 0 0 / 30%);
  }

  .compare_angle_overlay{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* background: rgba(0, 0, 0, 0.4);  */
        background: rgb(220 208 169 / 30%);
        pointer-events: none;
  }

.overlay-container:hover .compare_angle_overlay {
    background: rgba(0, 0, 0, 0.2);
}

.overlay-container.active .compare_angle_overlay {
    background: rgba(63, 63, 63, 0.4);
}

.compare_img_tabs button{
    border-color: #dee2e6 #dee2e6 #fff !important;
}

.compare_img_tabs button.active{
    background-color: #8e8e8e !important;
    color: #fff !important;
}   

.m--s-list{
    z-index: 9 !important;
}

.quill-editor p {
    margin-bottom: 12px !important;
    line-height: 1.7 !important;
}

/* iPads in both orientations */
@media screen and (min-device-width: 768px) and (max-device-width: 1400px) {
    .searchhome{
        display: none !important;
    }
    .navbar-custom-menu.r-side {
        width: 300px !important;
    }
    .main-header.topsmallheader .navbar {
        justify-content: flex-end;
    }
  
}
  
#consents_assign_select_div .m--s-ipt{
    width: 100% !important;
}

.bg-upcoming_birth{
    background-color: #faf2c7;
}

.bg-upcoming_birth .bg-upcoming_birth_row{
    background-color: #e6dab3;
}


.filter-div i{
    color: #fff !important;
}

.unread-badge{
    border-radius: 50%;
    font-size: 0.7rem;
}

.phone-list {
      height: 80vh;
      overflow-y: auto;
      background-color: #fff;
      border-right: 1px solid #dee2e6;
    }
    .conversation-area {
      height: 80vh;
      overflow-y: auto;
      background-color: #fff;
    }
    .phone-item {
      padding: 15px;
      border-bottom: 1px solid #dee2e6;
      cursor: pointer;
    }
    .phone-item:hover {
      background-color: #f1f1f1;
    }
    .message {
      margin: 10px 0;
      max-width: 70%;
      padding: 10px 15px;
      border-radius: 15px;
    }
    .message.sent {
      background-color: #d1e7dd;
      align-self: flex-end;
    }
    .message.received {
      background-color: #e2e3e5;
      align-self: flex-start;
    }
    .message-container {
      display: flex;
      flex-direction: column;
      padding: 20px;
    }
    .phone-list{
        background-color: #dcd0a9 !important;
    }

    .phone-list{
        background-color: #dcd0a9 !important;
    }

    .send-message-btn-row {
        display: none;
    }

    .phone-item.active {
        background-color: #e6f2ff;
        border-left: 4px solid #0d6efd;
    }

    span#view_appt_desc p
    {
        font-size: 16px !important;
    }

    span#view_appt_desc h5{
        display: none;
    }