:root {
    --purple: #754C29;
    --lightGray: #FFEDDE;
    --darkGray: #2b3a4b;
    --richGray: #545d69;
    --richblack: #000819;
    --white: #ffffff;
    --fadeGray: #f3f5f7;
    --midgray: #ebeff2;
    --lightpurple: #dfe9ff;
    --fc-bg-event-color: #0000ff !important;
    --midyellow: #ffc727 !important;
    --lightbrown: #FFDDBF !important;
    
}

@font-face {
    font-family: "avertaw01-semiboldregular";
    src: url("../fonts/averta_w01_semibold-webfont.woff2") format("woff2"),
        url("../fonts/averta_w01_semibold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "averta_demo_pe_cutted_demoRg";
    src: url("../fonts/avertademopecutteddemo-regular-webfont.woff2")
            format("woff2"),
        url("../fonts/avertademopecutteddemo-regular-webfont.woff")
            format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "averta_demo_peextrabold";
    src: url("../fonts/avertademope-extrabold-webfont.woff2") format("woff2"),
        url("../fonts/avertademope-extrabold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

/* @font-face {
font-family: 'averta_demoregular';
src: url('../fonts/avertademo-regular-webfont.woff2') format('woff2'), url('../fonts/avertademo-regular-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
} */

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "avertaw01-semiboldregular";
}

p,
.form-label,
.dropdown-item,
.form-select,
.resent {
    font-family: "averta_demo_pe_cutted_demoRg";
    color: var(--richGray);
}
.inactive-client-status, .inactive-patient-status{margin: 15px 0 0 0;}
.selectorr{height:auto!important}
.selectorr option:hover{
    background-color: var(--purple) !important;
    color: var(--bs-white)!important;
  }
.form-control, .form-select, .form-select+.select2-container{background-color: #ffe2ca;border-color: var(--lightGray);}
.form-control:hover, .form-control:focus{background-color: var(--lightGray);border-color: var(--lightGray);
}
/*.selectorr option[value="Active"]:hover {
  background-color: #000000;
}*/

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #ffedde inset !important;border-color: var(--lightGray);
}
blockquote p,
figcaption {
    font-family: "averta_demo_pe_cutted_demoRg";
    color: var(--richGray);
    font-size: 16px;
    line-height: 21px;
}

/* .edit-client #collapseFour h4 {
    background-color: transparent;
    color: var(--darkGray);
    padding: 0;
} */

.edit-client .appointment-accordion h4 {
    background-color: transparent;
    color: var(--darkGray);
    padding: 0;
}

.form-check-label {
    font-family: "averta_demo_pe_cutted_demoRg";
    text-transform: capitalize;
}

.form-select {
    text-transform: capitalize;
    font-size: 1rem;
    color: #212529;
    height: 40px;
}

.form-control {
    border-radius: 3px;
    height: 40px;
    font-family: "averta_demo_pe_cutted_demoRg";
}

table tr td {
    font-family: "averta_demo_pe_cutted_demoRg";
    font-size: 0.875em;
    padding: 1.25rem 1.2rem !important;
    min-width: 145px;
    text-transform: capitalize;
}

.green {
    color: #21ce12;
}

.red {
    color: #ff0000;
}

.purple {
    color: #754C29;
}

.error {
    color: #ff0000;
}

table {
    background-color: var(--white);
}

table tr td span {
    font-size: 0.5em;
    text-transform: capitalize;
    display: block;
    font-weight: 400;
}

/* table tr td:last-child {
    font-size: 1.5em;
    font-weight: 600;
} */

.scroller table tr td:last-child {
    font-size: 1.5em;
    font-weight: 600;
}

table tbody tr:last-child {
    border: transparent;
}

table tbody tr th {
    font-family: "averta_demo_pe_cutted_demoRg";
    font-weight: 400;
    padding: 1.25rem 1.2rem !important;
    min-width: 145px;
}

table thead tr th {
    padding: 1.25rem 1.2rem !important;
    min-width: 145px;
    text-transform: capitalize;
}

.nav-link {
    color: var(--richGray);
}

a {
    text-decoration: none !important;
    color: var(--purple);
}

a:hover,
a:focus {
    color: #633d1d;
}

header {
    position: fixed;
    top: 0;
}

.login {
    height: 100vh;
    display: flex;
    align-items: center;
}

.login-form,
.rightside-content {
    font-size: 16px;
}

.login-form h3 {
    font-size: 1.5em;
    font-weight: 600;
    color: var(--purple);
    line-height: 37px;
}

.login-form .form-label {
    font-size: 1em;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

.login-form .form-label .text-danger {
    font-size: 1em;
}

.login-form .form-control {
    height: 2.5em;
    border-radius: 0;
    border: none;
}

.login-form .form-control.form-bg {
    background-color: var(--lightGray) !important;
}
.login-form .form-control.form-bg::-webkit-input-placeholder {
    font-size: 14px;
}
.login-form .form-control.form-bg::-moz-placeholder {
    font-size: 14px;
}
.login-form .form-control.form-bg:-ms-input-placeholder {
    font-size: 14px;
}
.login-form .form-control.form-bg:-moz-placeholder {
    font-size: 14px;
}

.login-form .form-control.form-bg::-webkit-input-placeholder {
    font-family: "averta_demo_pe_cutted_demoRg";
    text-transform: capitalize;
}

.login-form .form-control.form-bg::-ms-input-placeholder {
    font-family: "averta_demo_pe_cutted_demoRg";
    text-transform: capitalize;
}

.login-form .form-control.form-bg::placeholder {
    font-family: "averta_demo_pe_cutted_demoRg";
    text-transform: capitalize;
}

.login-form .form-control.form-bg.error,
.login-form .form-select.error {
    border: 1px solid rgba(255, 0, 0, 1);
    font-size: 1rem;
    border-radius: 0;
}
#client_alert-error,
#patient_alert-error {
    position: absolute;
    top: 100%;
}
.client-alert.error,
.patient-alert.error {
    border-right-color: transparent !important;
}

.error + .select2-container--bootstrap-5 {
    border: 1px solid rgba(255, 0, 0, 1);
    font-size: 1rem;
    border-radius: 0;
}
.error + .select2-container--bootstrap-5.border_remove {
    border: none;
}

.error + .select2-container--focus,
.error + .select2-container--above,
.error + .select2-container--below {
    border: none;
}

#email-error,
#color-error,
.error {
    font-size: 12px;
    font-weight: 400;
}

.login-form textarea.form-control.form-bg {
    min-height: calc(6.5em + 0.75rem + 13px);
}

input:-webkit-autofill {
    background-color: var(--lightGray) !important;
}

.login-form .btn-primary {
    background-color: var(--purple);
    min-width: 99px;
    height: 40px;
    border-color: var(--purple);
}

.login-form .btn-success {
    min-width: 99px;
    background-color: #21ce12;
    color: var(--white) !important;
    border-color: #21ce12;
}

.login-form .form-check-label .btn-primary {
    background-color: var(--purple);
    min-width: unset;
    height: 40px;
    border-color: var(--purple);
    width: 40px;
    border-radius: 50px;
    line-height: 25px;
}

.login-form .btn-link {
    background-color: var(--transparent);
    width: auto;
    height: 40px;
    border-color: var(--transparent);
    color: var(--purple);
    border: none;
    font-size: 14px;
    line-height: 26px;
}

.login-form .form-check {
    display: flex;
    align-items: center;
}
.login .login-form .form-check {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login-form .form-check .form-check-label {
    padding: 0rem 2rem 0rem 1rem;
    color: var(--richGray);
}

.login-form .form-check .form-check-input {
    /* margin-top: 0.2em */
    margin-top: 0;
}

.appointment-bg.border-bot .form-check .form-check-input {
    margin-top: 0em;
}

.login-form .resent {
    font-weight: 400;
    font-size: 14px;
    width: 330px;
    max-width: 100%;
}

.login-image {
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: var(--lightGray);
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    flex-direction: column;
    width: 50%;
}

.login-image h3 {
    font-size: 1.5em;
    color: var(--darkGray);
    /* width: 547px; */
    width: auto;
    margin: 10px auto;
}

.main-wrapper {
    display: flex;
}

.sidebar {
    width: 260px;
    border-right: 1px solid rgba(180, 182, 197, 0.38);
    padding: 17px 0px 0px 25px;
    min-height: 100vh;
    position: fixed;
    background-color: #fff;
    z-index: 99;
    height: 100vh;
    padding-bottom: 20px;
}

.sidebar.toggled {
    width: 70px;
}

.sidebar.toggled .navbar-nav .nav-item .nav-link small,
.sidebar.toggled .user-info small {
    display: none;
}

.sidebar.toggled .navbar-nav .nav-item .nav-link span,
.sidebar.toggled .user-info span {
    display: block;
}

.sidebar.toggled .navbar-expand-lg .navbar-nav .nav-link.active:before {
    display: none;
}

.sidebar.toggled .user-info .nav-item .dropdown-toggle::after {
    display: none;
}

.sidebar.toggled .user-info .nav-link img {
    width: 24px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.sidebar .navbar {
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
}

.sidebar .arrow-right,
.sidebar.toggled .arrow-left {
    display: none;
}

.sidebar.toggled .arrow-right {
    display: block;
}

.sidebar.toggled .navbar-expand-lg .navbar-collapse {
    align-items: flex-start;
}

.sidebar.toggled .navbar-expand-lg .navbar-collapse .navbar-brand img {
    width: 70px;
}
.sidebar.toggled .navbar-nav{overflow: hidden}

.sidebar .navbar-expand-lg .navbar-nav {
    flex-direction: column;
}

.sidebar .navbar-expand-lg .navbar-collapse {
    flex-direction: column;
}

.sidebar .navbar-expand-lg .navbar-nav .nav-link.active {
    color: var(--purple);
}

.sidebar .navbar-expand-lg .navbar-nav .nav-link {
    font-weight: 400;
    font-family: "averta_demo_pe_cutted_demoRg";
    width: 200px;
    position: relative;
    margin-top: 10px;
}

.sidebar .navbar-expand-lg .navbar-nav .nav-link:hover,
.sidebar .navbar-expand-lg .navbar-nav .nav-link:focus {
    color: var(--purple);
}

.sidebar .navbar-expand-lg .navbar-nav .nav-link:hover img,
.sidebar .navbar-expand-lg .navbar-nav .nav-link:focus img {
    display: none;
}

/* .sidebar .navbar-expand-lg .navbar-nav .nav-link.active:hover img {
  display: inline-block;
} */

.sidebar .navbar-expand-lg .navbar-nav .nav-link:hover .menu-image,
.sidebar .navbar-expand-lg .navbar-nav .nav-link:focus .menu-image {
    display: inline-block;
    position: static;
}

/* .sidebar .navbar-expand-lg .navbar-nav .nav-link.active:hover .menu-image {
                                    display: none
                                } */

.sidebar
    .navbar-expand-lg
    .navbar-nav
    .nav-item:first-child
    .nav-link.active
    .menu-image,
.sidebar
    .navbar-expand-lg
    .navbar-nav
    .nav-item:first-child
    .nav-link.active:hover
    .menu-image {
    display: inline-block;
}

.sidebar
    .navbar-expand-lg
    .navbar-nav
    .nav-item:first-child
    .nav-link.active
    img,
.sidebar
    .navbar-expand-lg
    .navbar-nav
    .nav-item:first-child
    .nav-link.active:hover
    img {
    display: none;
}

.sidebar
    .navbar-expand-lg
    .navbar-nav
    .nav-item:first-child
    .nav-link
    span
    .menu-image {
    position: static;
}

.sidebar .navbar-expand-lg .navbar-nav .nav-link.active:focus .menu-image {
    display: inline-block;
    position: static;
}

.sidebar .navbar-expand-lg .navbar-nav .nav-link span .menu-image {
    display: none;
    position: absolute;
    left: 0;
    top: 9px;
    right: auto;
    bottom: 0;
}

.sidebar .navbar-expand-lg .navbar-nav .nav-link.active span .menu-image {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 9px;
    right: auto;
    bottom: 0;
}

.sidebar .navbar-expand-lg .navbar-nav .nav-link.active:hover .menu-image,
.sidebar .navbar-expand-lg .navbar-nav .nav-link.active:focus .menu-image {
    display: inline-block;
    position: static;
}

.sidebar .navbar-expand-lg .navbar-nav .nav-item:first-child .nav-link {
    margin-top: 0px;
}

.sidebar .navbar-expand-lg .navbar-nav .nav-link.active:before {
    position: absolute;
    content: "";
    background-color: var(--lightGray);
    left: -25px;
    border-radius: 0 25px 25px 0px;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}

#sidebarToggleTop {
    width: 2.4em;
    height: 2.4em;
    /* background-color: rgb(95, 65, 178, 0.5); */
    color: rgb(117, 76, 41, 0.5);
    border-radius: 3em;
    line-height: 1.8em;
    border: none;
    padding: 4px 9px;
    box-shadow: none;
    text-align: center;
    line-height: 44px;
    /* color: #fff; */
    position: relative;
}

#sidebarToggleTop .arrow-right {
    position: absolute;
    left: 14px;
}

#sidebarToggleTop:hover,
#sidebarToggleTop:focus {
    /* background-color: rgb(95, 65, 178, 1); */
       color: rgb(117, 76, 41, 1);
}

.sidebar.toggled .navbar-brand {
    width: 50px;
    margin-left: -15px
}

.sidebar.toggled .navbar-expand-lg .navbar-nav,
.sidebar.toggled .navbar-expand-lg .navbar-nav .nav-link {
    width: 50px;
}

.top-content .arrow-right,
.top-content.icon-in .arrow-left {
    display: none;
}

.top-content.icon-in .arrow-right {
    display: block;
}

.main-wrapper .container-fluid {
    background-color: var(--white);
}

.rightside-content {
    padding: 0px 13px 0px 13px;
    margin-top: 108px;
    margin-left: 260px;
    overflow: hidden;
}

.button-scroll .btn-link {
    background-color: var(--purple) !important;
    color: var(--white) !important;
}

.rightside-content a.navbar-brand {
    font-size: 2.4em;
    font-weight: 600;
}

.rightside-content .card {
    border: none;
}

.rightside-content .card.patient-info {
    padding: 28px 28px 15px 28px;
    box-shadow: 0px 8px 64px rgba(15, 34, 67, 0.05),
        0px 0px 1px rgba(15, 34, 67, 0.08);
}

.rightside-content .card.active {
    background-color: var(--purple);
    color: var(--white);
}

/* #eye-click,
 #button-scroll {
     -webkit-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
     -ms-transition: all 0.3s ease 0s;
     transition: all 0.3s ease 0s
 } */

@keyframes smooth {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.patient-info,
.notepad,
.appointments-today,
.today-arrival,
.tasks {
    /* margin: 54px 30px 30px 30px; */
    margin: 27px 0px 30px 0px;
}

.today-arrival,
.tasks {
    /* margin: 54px 30px 30px 30px; */
    margin: 27px 0px 30px 0px;
    box-shadow: 0px 8px 64px rgba(15, 34, 67, 0.05),
        0px 0px 1px rgba(15, 34, 67, 0.08);
}

.appointments-today {
    margin: 27px 0px 0px 0px;
    box-shadow: 0px 8px 64px rgba(15, 34, 67, 0.05),
        0px 0px 1px rgba(15, 34, 67, 0.08);
}

.patient-detail {
    width: 255px;
    border-right: 1px solid rgba(180, 182, 197, 0.5);
    max-width: 100%;
}

.patient-detail ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.patient-info .card-body ul {
    display: flex;
    width: auto;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0;
}

.patient-info .card-body ul + ul {
    padding: 15px 0 0 0;
    margin: 15px 0 0 0;
    border-top: 1px solid rgba(180, 182, 197, 0.3);
}

.top-content {
    position: fixed;
    width: calc(100% - 260px);
    top: 0;
    /* z-index: 1040; */
    z-index: 98;
    /* box-shadow: 0 0 10px rgb(0 0 0 / 5%); */
    right: 0;
    left: auto;
}

.sidebar-toggled .top-content {
    width: calc(100% - 70px);
}

.sidebar-toggled .rightside-content {
    margin-left: 70px;
}

.top-content .navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
    align-items: flex-end;
}

.top-content .navbar-expand-lg {
    border-bottom: 1px solid rgba(235, 242, 239, 1);
    /* border-left: 1px solid rgba(180, 182, 197, 0.2); */
    /* margin: 0 -12px 0 -13px; */
    margin: 0px;
    padding: 20px 25px 20px 25px;
    background-color: var(--white);
}

.rightside-content .btn-link {
    color: var(--purple);
    font-size: 22px;
}

.rightside-content .btn-link[aria-expanded="true"] .fa-angle-down {
    transform: rotate(-180deg);
}

.rightside-content .table {
    margin: 0;
}

.edit-client .rightside-content .table {
    display: block;
    width: 100%;
}

.main-page.rightside-content .table-responsive {
    max-height: 360px;
    overflow: auto;
    width: 100%;
    display: block;
}
.rightside-content .table-responsive {
    max-height: 100%;
    overflow: initial;
    width: 100%;
    display: block;
}
.appointment-bg.labtest-table .table-responsive {
    overflow-x: auto;
}
.rightside-content .table-responsive.files-list{
    max-height: 300px;
    overflow: auto;
    width: 100%;
    display: block;
}
.rightside-content .patient-listing .table-responsive{overflow-x: auto;}
.rightside-content .table-responsive.user-listing  {
    max-height: calc(100vh - 200px);
    overflow: auto;
    width: 100%;
    display: block;
}

.edit-client.rightside-content .table {
    display: block;
    width: 100%;
    overflow-x: auto;
}

.edit-client.rightside-content .table-responsive {
    max-height: max-content;
    overflow: initial;
}
.client-portal.edit-client.rightside-content #clientTabContent table{display: table;
    width: 100%;
    overflow-x: initial;
    table-layout: fixed;}
.edit-client.rightside-content .callbacks .table {
    table-layout: fixed;
    display: table;
}

.edit-client .user-info,
.service-table .user-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.edit-client table tr td .user-info .nav-link span,
.service-table tr td .user-info .nav-link span {
    width: 4px;
    height: 4px;
    background-color: var(--purple);
    border-radius: 10px;
    display: inline-block;
}

.edit-client .edit-client-listing.user-info {
    margin: 27px 0 0 0;
}

.edit-client .tabs_wrapper table tr td .nav-item {
    padding: 0;
}

.edit-client .tabs_wrapper table tr td .user-info .nav-item .dropdown-menu {
    width: 140px !important;
    padding: 5px 0px 5px 0px !important;
    position: absolute !important;
    left: 11% !important;
    transform: translateX(-50%) !important;
    top: 100% !important;
    bottom: auto !important;
    margin-top: 5px !important;
}

.edit-client
    .tabs_wrapper
    table
    tr
    td
    .user-info
    .nav-item
    .dropdown-menu:after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 12px solid var(--lightGray);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    bottom: 100%;
}

.edit-client .tabs_wrapper table tr td .user-info .nav-item .dropdown-menu li {
    width: 100%;
    float: none;
    border: none;
}

.edit-client
    .tabs_wrapper
    table
    tr
    td
    .user-info
    .nav-item
    .dropdown-toggle::after,
.service-table tr td .user-info .nav-item .dropdown-toggle::after,
.new-consultation
    .edit-client-listing
    table
    tr
    td
    .user-info
    .nav-item
    .dropdown-toggle::after {
    display: none;
}

.add-file .col-form-label {
    color: var(--white);
}

.chosenfile .fa-upload {
    color: #fff;
    padding-right: 5px;
}

.chosenfile .input-file {
    background-color: var(--lightGray);
    border-color: var(--lightGray);
    border-radius: 4px;
    height: 40px;
    width: 92%;
    color: #212529;
    font-family: "averta_demo_pe_cutted_demoRg";
}
#add-ticket .chosenfile .input-file{width:100%}
.chosenfile input[type="file"]::file-selector-button {
    color: #212529;
    border-right: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 0;
    padding-right: 10px;
    margin-right: 10px;
}
.files-list table tr td .user-info .nav-item .dropdown-menu {
    width: 140px !important;
    padding: 5px 0px 5px 0px !important;
    position: absolute !important;
    left: 11% !important;
    transform: translateX(-50%) !important;
    top: 100% !important;
    bottom: auto !important;
    margin-top: 5px !important;
}
.files-list table tr td .user-info .nav-item .dropdown-menu li a{
    color: var(--purple);
    display: block;
    font-size: 16px;
    text-transform: capitalize;
    text-align: left;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    height: 32px;
    line-height: 28px;
}
#credit-card-form .modal-header{justify-content: left;padding-left  :0px}
#credit-card-form .text-end{background-color: #fff;
    border-radius: 3px;
    width: 128px;
    /* margin: 0 auto 20px; */
    max-width: 100%;
    padding: 0px 5px;
    margin-bottom: 20px;
    margin-left: 30px;
    margin-right: 13px;}
    #credit-card-form .btn-close{right:35px;position: absolute;}

.chosenfile .input-file::file-selector-button {
    border: none;
    border-radius: 4px;
    color: white;
    background-color: transparent;
    border: 1px solid transparent;
    height: 40px;
    cursor: pointer;
    transition: all 0.25s ease-in;
    cursor: pointer;
    font-family: "averta_demo_pe_cutted_demoRg";
}

.chosenfile .input-file::file-selector-button:hover {
    background-color: transparent;
    color: #212529;
    opacity: 0.7;
    transition: all 0.25s ease-in;
    font-family: "averta_demo_pe_cutted_demoRg";
}

.notepad {
    background-color: var(--purple);
    padding: 20px;
    color: #fff;
}

.notepad h4 {
    padding: 0;
}

.notepad-bg {
    background-color: var(--white);
    box-shadow: 0px 8px 64px rgba(15, 34, 67, 0.05),
        0px 0px 1px rgba(15, 34, 67, 0.08);
    height: calc(100% - 27px);
}

.notepad-bg textarea.form-control {
    min-height: calc(20.4em + 1rem + 0px);
    /* min-height: auto; */
    border: none;
    box-shadow: none;
}

.notepad p {
    margin: 0;
    width: 210px;
    max-width: 100%;
    color: var(--white);
}

.appointments-today .card.active .card-body .card-title,
.appointments-today .card.active .card-body .card-text {
    color: var(--white);
}

.appointments-today .card-body .card-title {
    font-size: 2.5em;
    color: var(--richblack);
}

.appointments-today .card-body .card-text {
    font-size: 0.875em;
    width: 110px;
    max-width: 100%;
}

/* .user-info {
    position: fixed;
    bottom: 20px;
    top: auto
} */

.user-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.user-info .nav-item .dropdown-menu {
    position: absolute;
    top: 40%;
    transform: translateY(-80%);
    left: 100%;
    right: auto;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    border-radius: 0;
    border-top: transparent;
    border-left: transparent;
    border-right: 1px solid #ebeff2;
    border-bottom: transparent;
    background-color: var(--lightGray);
    width: 340px;
    padding: 15px 0px 0px 0px;
    margin: 0;
}

.user-info .nav-item .dropdown-menu li {
    width: 50%;
    float: left;
    border-right: 1px solid var(--midgray);
}

.user-info .nav-item .dropdown-menu li:nth-child(even) {
    border: none;
}

.user-info .nav-item .dropdown-menu li:last-child {
    width: 100%;
}

.user-info .nav-item .dropdown-menu .dropdown-item:hover,
.user-info .nav-item .dropdown-menu .dropdown-item:focus {
    color: #754C29;
    background-color: transparent;
    text-decoration: underline !important;
}

.user-info .nav-item .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: middle;
    content: "";
    border-top: 0.4em solid transparent;
    border-right: 0.4em solid transparent;
    border-bottom: 0.4em solid transparent;
    border-left: 0.4em solid;
}

.appointments-today h4 {
    background-color: var(--lightGray);
    color: var(--darkGray);
    padding: 20px;
    text-transform: capitalize;
    font-size: 1.25em;
    border-radius: 3px;
}

.appointment-bg {
    background-color: var(--white);
    padding: 30px;
    box-shadow: 0px 8px 64px rgb(15 34 67 / 5%), 0px 0px 1px rgb(15 34 67 / 8%);
}

.appointment-bg .appointment-bg {
    box-shadow: none !important;
    padding: 30px 0;
}

.appointments-today .card {
    background-color: var(--lightGray);
}

h4 {
    background-color: var(--purple);
    color: var(--white);
    padding: 20px;
    text-transform: capitalize;
    font-size: 1.25em;
    border-radius: 3px;
}

.today-arrival h4 {
    background-color: var(--purple);
    color: var(--white);
    padding: 20px;
    text-transform: capitalize;
    font-size: 1.25em;
    border-radius: 3px;
}

.tasks .navbar + .d-flex {
    padding: 30px;
    background-color: var(--white);
}

.tasks .navbar,
.tasks .navbar .container-fluid {
    background-color: var(--lightGray);
}

.tasks .navbar {
    padding: 20px;
}

.tasks h4 {
    background-color: transparent;
    color: var(--richblack);
    text-transform: capitalize;
    margin: 0;
    padding: 0;
}

.tasks p {
    font-size: 0.875em;
}

.tasks .nav {
    display: inline-flex;
    border: 1px solid var(--purple);
    border-radius: 3px;
}

.tasks .nav .nav-link {
    border-radius: 0px;
    text-transform: capitalize;
    font-size: 0.875em;
    font-family: "averta_demo_pe_cutted_demoRg";
    color: var(--purple);
}

.tasks .nav .nav-link.active {
    position: relative;
    color: var(--white);
}

.tasks .nav .nav-link.active:before {
    position: absolute;
    content: "";
    border-top: 10px solid var(--purple);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.tasks .user-info {
    position: static;
    background-color: var(--lightbrown);
    border-color: var(--lightbrown);
    width: 420px;
    max-width: 100%;
}

.tasks .user-info .nav-link {
    padding: 8px 15px !important;
}

.tasks .user-info .nav-item .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: middle;
    content: "";
    border-left: 0.4em solid transparent;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-top: 0.4em solid;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.tasks .user-info .nav-item .dropdown-menu {
    position: absolute;
    top: 100%;
    transform: none;
    left: auto;
    right: auto;
    border-top: transparent;
    border-left: transparent;
    border-right: 1px solid #ebeff2;
    border-bottom: transparent;
    margin-top: 10px;
    /* width: auto; */
    width: 100%;
    padding-top: 0;
}

.tasks .user-info .nav-item .dropdown-menu li {
    width: 100%;
    float: none;
}

.tasks ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tasks table tr td:last-child {
    font-size: 0.875em;
    color: var(--purple);
}

.create-callback .modal-content {
    background-color: var(--purple);
    padding: 1.5em 2.1875em 2.1875em 2.1875em;
}

.create-callback .modal-header {
    align-items: start;
}

.create-callback .modal-content .modal-title {
    font-size: 1.25em;
    color: var(--white);
    position: relative;
    padding-bottom: 0.875em;
    margin-bottom: 1.2em;
    text-transform: capitalize;
}

.create-callback .modal-content .modal-title:before {
    position: absolute;
    content: "";
    width: 62px;
    height: 1px;
    background-color: var(--white);
    left: 0;
    bottom: 0;
}

.create-callback .btn-close {
    background-color: var(--white);
    width: 20px;
    height: 20px;
    padding: 0;
    border-radius: 100%;
    margin: 0;
}

.create-callback .modal-body .form-label {
    color: var(--white);
    text-transform: capitalize;
}

.create-callback .modal-body .form-check-label {
    text-transform: capitalize;
    color: var(--white);
    font-family: "averta_demo_pe_cutted_demoRg";
}

.create-callback .form-control::-webkit-input-placeholder {
    color: var(--richGray);
    text-transform: capitalize;
}

.create-callback .form-control::-moz-placeholder {
    color: var(--richGray);
    text-transform: capitalize;
}

.create-callback .form-control:-ms-input-placeholder {
    color: var(--richGray);
    text-transform: capitalize;
}

.create-callback .form-control:-moz-placeholder {
    color: var(--richGray);
    text-transform: capitalize;
}

.create-callback input[type="date"] {
    color: var(--richGray);
    text-transform: normal;
}

.tasks [data-bs-toggle="modal"] {
    border-radius: 50px;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 2px;
    padding: 0;
}

.create-callback .modal-footer {
    justify-content: flex-start;
}

.create-callback .modal-footer .btn-default {
    background-color: var(--white);
    padding: 0.65em 1.8em;
    color: var(--purple);
    text-transform: capitalize;
    border-radius: 3px;
}

.create-callback .modal-footer .btn-default:hover,
.create-callback .modal-footer .btn-default:focus {
    color: var(--white);
}

.create-callback .modal-footer .btn-link {
    background-color: transparent;
    padding: 0.65em 1.8em;
    border: none;
    color: var(--white);
    text-transform: capitalize;
    border: 1px solid var(--white);
    border-radius: 3px;
    text-decoration: none;
}
#append_appointment_response .create-callback .modal-footer .btn-link {height: auto;font-size: 14px}
.create-callback .modal-footer .btn-danger {
    padding: 0.65em 1.8em;
}

.create-callback textarea.form-control {
    min-height: auto;
    height: auto;
}
.main-modal.create-callback .form-select + .error {
    position: absolute;
    top: 100%;
    margin-bottom: 22px;
    height: 20px;
    padding: 5px 0 0 0;
}

.adjust-balance.create-callback p,
.deceased.create-callback p {
    color: var(--white);
}
/* .create-callback .select2-container{width:427.5px!important;max-width: 100%!important;border-radius: 3px!important} */
.create-callback {
    width: 100%;
}
.create-callback .select2-container {
    max-width: 100% !important;
    border-radius: 3px !important;
}
.rightside-content .select2-container .select2-selection__rendered {
    color: var(--richGray) !important;
    font-weight: 100;
}
.select2-container.select2-container--open
    .select2-results__option--selectable {
    line-height: 1rem !important;
}
.select2-container.select2-container--open
    .select2-results__option--selectable.select2-results__option--selected {
    background-color: var(--purple);
    color: var(--bs-white);
}
.select2-container.select2-container--open
    .select2-search--dropdown
    input[type="search"] {
    height: 40px !important;
}
.select2-container.select2-container--open .select2-dropdown--below,
.select2-container.select2-container--open .select2-dropdown--above {
    border: 1px solid #767676 !important;
}
.select2-container.select2-container--open .select2-dropdown--below .select2-results,
.select2-container.select2-container--open .select2-dropdown--above .select2-results{
    max-height: 200px;
    overflow: auto;
}
select2-results
.edit-client .user-info .nav-item span {
    width: 4px;
    height: 4px;
    background-color: var(--purple);
    border-radius: 10px;
    display: inline-block;
}

.scroller::-webkit-scrollbar {
    width: 10px;
    /* height: 10px; */
    scroll-padding: 50px 0 0 50px;
}

.scroller::-webkit-scrollbar-track {
    background-color: #FFEDDE;
    border-radius: 20px;
    scroll-padding: 50px 0 0 50px;
}

.scroller::-webkit-scrollbar-thumb {
    background-color: #754C29;
    border-radius: 20px;
    scroll-margin: 50px 0 0 50px;
}

@media (min-width: 992px) {
    .user-info .nav-item .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }
}

/* .main-wrapper {
                    padding: 32px 28px;
                } */

/**************************************************user-management****************************************************/

.form-label,
.col-form-label {
    text-transform: capitalize;
}

.form-text {
    font-family: "averta_demo_pe_cutted_demoRg";
    font-size: 0.75em;
}

.form-text.ps-4 {
    padding-left: 2rem !important;
}

.login-form .appointment-bg {
    box-shadow: 0px 8px 64px rgba(15, 34, 67, 0.05),
        0px 0px 1px rgba(15, 34, 67, 0.08);
}

.login-details {
    background-color: var(--purple);
    border-radius: 3px;
    padding: 20px 20px 100px 20px;
    position: relative;
    box-shadow: 0px 8px 64px rgba(15, 34, 67, 0.05),
        0px 0px 1px rgba(15, 34, 67, 0.08);
}

.login-details:before {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/lock.png);
    width: 175px;
    height: 120px;
    top: auto;
    bottom: -30px;
}

.login-details .form-label,
.login-details .form-text {
    color: var(--white);
}

.login-details h4 {
    color: var(--white);
    position: relative;
    padding: 0 0 15px 0;
    margin-bottom: 15px;
}

.login-details h4:before {
    position: absolute;
    content: "";
    width: 62px;
    height: 1px;
    background-color: var(--white);
    top: auto;
    bottom: 0;
    left: 0;
}

.settings-bg.appointment-bg {
    background-color: var(--lightGray);
}

.appointment-bg .form-check,
.history-content .form-check {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    height: 40px;
}

.appointment-bg .form-check .form-check-label span {
    font-family: "averta_demo_pe_cutted_demoRg";
}

.tooltip-inner {
    background-color: var(--lightGray);
    color: var(--richGray);
    opacity: 1 !important;
    width: 440px;
    max-width: 100%;
    padding: 15px 22px;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
}

.appointment-bg .form-select {
    background-color: var(--lightGray);
    border: none;
    height: 2.5rem;
    font-family: "averta_demo_pe_cutted_demoRg";
}

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

.rightside-content .right-btn .btn {
    font-size: 14px;
    line-height: 26px;
    color: var(--purple);
}

.rightside-content .right-btn .btn-default {
    color: var(--purple);
    border: 1px solid var(--purple);
}

.rightside-content .right-btn .btn-default:hover,
.rightside-content .right-btn .btn-default:focus {
    color: var(--white);
    border: 1px solid transparent;
    background-color: var(--purple);
}

.rightside-content .right-btn .btn-primary {
    color: var(--white);
}
.rightside-content .new-consultation .right-btn .edit-client-listing:last-child a:first-child {
    background-color: var(--purple);
    min-width: unset;
    height: 40px;
    border-color: var(--purple);
    width: 40px;
    border-radius: 50px;
    line-height: 25px;
}

.rightside-content .right-btn .btn-link {
    font-size: 16px;
    text-transform: capitalize;
}

.right-btn .btn {
    text-transform: capitalize;
}

.rightside-content .text-danger {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.75rem;
}

/**************************************************client-management****************************************************/

.search-client {
    background-color: var(--purple);
    padding: 20px;
    border-radius: 3px;
}

.search-client.patient-info {
    margin: 27px 0px 0px 0px;
}

.search-client h4 {
    padding: 0px;
    background-color: transparent;
    color: var(--white);
    text-transform: capitalize;
    font-size: 1.25em;
}

.login-form .search-client .btn-primary,
.search-client .btn-primary {
    background-color: var(--white);
    color: var(--purple);
    text-transform: capitalize;
}
.search-client .btn-primary:hover {
    color: var(--white);
}

.login-form .search-client .btn-primary:hover,
.login-form .search-client .btn-primary:focus {
    color: var(--white) !important;
}

.create-callback .modal-footer .btn-link:hover,
.create-callback .modal-footer .btn-link:focus {
    background-color: var(--white) !important;
    color: var(--purple);
    border: 1px solid transparent;
}
.create-callback .modal-footer .btn-link.close-modal.lab-provider-cancel-btn {
    font-size: var(--bs-btn-font-size);
}
button.btn.btn-link.close-modal.vendor-cancel-btn {
     font-size: var(--bs-btn-font-size);
}
.permissions.appointment-bg.border-bot .row .col-xl-2 {
    flex: 0 0 auto;
    width: 12.666667%;
}

.permissions.appointment-bg.border-bot .row .col-xl-10 {
    flex: 0 0 auto;
    width: 87.333333%;
}

.client-management .appointment-bg table tr td:last-child {
    font-family: "averta_demo_pe_cutted_demoRg";
    font-size: 0.875em;
    padding: 1.25rem 1.2rem !important;
    min-width: 145px;
    font-weight: 400;
}
.client-management .appointment-bg .procedure-list table tr td table tr td {
    margin-bottom: 15px;
    display: block;
}
.patient-management .user-info .sort-by.nav-item .dropdown-menu {
    width: 212px !important;
}

/**************************************************add-new-client****************************************************/

.sort-by .dropdown-toggle::after,
.user-info .sort-by.nav-item .dropdown-toggle::after {
    display: none !important;
}

.user-info .sort-by.nav-item .dropdown-menu li {
    width: 100% !important;
    float: none !important;
}

.user-info .sort-by {
    position: relative;
}

.user-info .sort-by.nav-item .dropdown-menu {
    width: 190px !important;
    padding: 15px 0px 0px 15px !important;
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 100% !important;
    margin-top: 5px !important;
}

.login-form .user-info .sort-by .form-check .form-check-label {
    padding: 0rem 1rem 0rem 1rem;
}

.user-info .sort-by.nav-item .dropdown-menu:after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 10px solid var(--lightGray);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: 100%;
    margin-top: 10px;
}

.user-info .input-group-text {
    width: 80px;
    background-color: var(--purple);
    border: none;
    color: var(--white);
    justify-content: center;
    border-radius: 0;
}

.client-management .appointment-bg .form-check {
    height: auto;
}

.magnifying-glass {
    width: 225px;
}

.magnifying-glass.patient-info {
    margin: 27px 0 0 0;
}

.consultation-management .magnifying-glass.patient-info {
    margin: 0px 0 0 0;
}

.client-management .appointments-today {
    background-color: var(--lightGray);
    padding: 30px;
}

.client-management .appointments-today .card {
    background-color: transparent;
}

.client-management .appointments-today .card {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 3px;
    border: 1px solid var(--purple);
    display: inline-block;
    margin: 0 12px 12px 0;
    font-size: 12px;
    text-align: center;
    color: var(--purple);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.client-management .appointments-today .card:not(a) {
    padding: 0px 8px 0px 10px;
}

.client-management .appointments-today .card:hover,
.client-management .appointments-today .card:focus,
.client-management .appointments-today .card.active {
    background-color: var(--purple);
    color: var(--white);
}

.client-management .appointment-bg table tbody tr th a,
.client-management .appointment-bg table tbody tr td a,
.edit-client .appointment-bg table tbody tr th a,
.edit-client .appointment-bg table tbody tr td a {
    color: var(--purple);
    display: block;
    font-size: 14px;
    text-transform: capitalize;
}
.client-management .appointment-bg table tbody tr th .bd-highlight a,
.client-management .appointment-bg table tbody tr td .bd-highlight a,
.edit-client .appointment-bg table tbody tr th .bd-highlight a,
.edit-client .appointment-bg table tbody tr td .bd-highlight a {
    display: inline-block;
}

.practice-affiliation.login-details {
    padding: 20px;
}

.practice-affiliation.login-details,
.practice-affiliation.login-details h4 {
    background-color: var(--lightGray);
    color: var(--darkGray);
}

.practice-affiliation.login-details h4:before {
    background-color: var(--darkGray);
}

.practice-affiliation.login-details:before {
    display: none;
}

.practice-affiliation .form-check-input {
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    border: 2px solid var(--darkGray);
}

.practice-affiliation .form-check-input:checked {
    border: 2px solid var(--purple);
}

.practice-affiliation .form-check-input[type="radio"]:before {
    width: 1rem;
    height: 1rem;
    position: absolute;
    content: "";
}

.practice-affiliation .form-check-input[type="radio"]:checked:after {
    border-radius: 50%;
    width: 0.625rem;
    height: 0.625rem;
    border-color: var(--purple);
    background-color: var(--purple);
    transition: border-color;
    transform: translate(-50%, -50%);
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
}
.calendar-popup
    .practice-affiliation
    .form-check-input[type="radio"]:checked:after {
    border-color: var(--white);
    background-color: var(--white);
}
.calendar-popup .modal-lg{width: 800px;max-width: 100%}

.practice-affiliation .form-check-input[type="radio"],
.practice-affiliation .form-check-input[type="radio"]:checked {
    background-image: none;
    background-color: var(--lightGray);
}

.practice-affiliation .form-check-label {
    text-transform: capitalize;
}

.practice-affiliation.login-details .form-text {
    color: var(--darkGray);
}

.practice-affiliation + .login-details {
    padding: 20px;
}

.practice-affiliation + .login-details label {
    color: var(--white);
}

.practice-affiliation + .login-details:before {
    display: none;
}

.add-new-client.notepad-bg {
    height: calc(100% - 54px);
}

.add-new-client.notepad-bg textarea.form-control {
    min-height: calc(13em + 1rem + 0px);
}

/********************************************edit-client**********************************************************/

/* Mixins */

/* Vars */

/* .tabs_wrapper {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    background: transparent;
} */

ul.nav-tabs {
    /* display: inline-block;
    vertical-align: top; */
    position: relative;
    /* z-index: 10; */
    margin: 27px 0 0;
    padding: 0;
    width: 100%;
    border: none;
    text-align: left;
    list-style: none;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.edit-client .tabs_wrapper .nav-link {
    display: inline-block;
}

.edit-client .tabs_wrapper .nav-link {
    background-color: transparent;
    padding: 0;
    color: var(--richGray);
    text-transform: capitalize;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.edit-client .tabs_wrapper .nav-item {
    padding: 0.5rem 1rem;
}

.edit-client .tabs_wrapper .nav-link.active {
    background-color: transparent;
}

.edit-client .tabs_wrapper .nav-link.active {
    background-color: transparent;
    color: var(--purple);
    border-bottom: 1px solid var(--purple);
}

.edit-client .tabs_wrapper .nav-link h4 {
    color: var(--richGray);
    font-weight: 600;
}

.edit-client .login-details:before {
    display: none;
}

.edit-client .login-details {
    padding: 20px;
}

.edit-client
    .tabs_wrapper
    form
    .row
    .col-xl-6:nth-child(3)
    .login-details
    .form-check-label {
    color: var(--white);
}

.edit-client .tabs_wrapper form .row .col-xl-6:nth-child(3) .login-details {
    height: 100%;
}

.edit-client .tabs_wrapper .notepad {
    background-color: var(--lightGray);
    border-radius: 3px;
    color: var(--darkGray);
}

.edit-client .tabs_wrapper .notepad h4 {
    background-color: transparent;
    color: var(--darkGray);
}

.edit-client-listing {
    margin: 27px 0 0 0;
}

.edit-client-listing ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.edit-client-listing ul li a {
    display: block;
    margin-bottom: 10px;
    font-size: 0.875rem;
    padding: 10px 0;
    text-transform: capitalize;
}

.edit-client-listing ul li a[data-bs-toggle="modal"] {
    text-transform: capitalize;
}

.edit-client-listing ul li:last-child a {
    margin-bottom: 0;
}

.edit-client-listing ul li .btn-default {
    background-color: var(--lightGray);
    color: var(--darkGray);
    border: 1px solid transparent;
}

.edit-client-listing ul li .btn-default:hover,
.edit-client-listing ul li .btn-default:focus {
    color: var(--white);
}

.edit-client-listing ul li .btn-default.active {
    background-color: var(--lightGray);
    color: var(--purple);
}

.edit-client-listing ul li .btn-default.active:hover {
    color: var(--white);
}

.edit-client-listing p {
    padding: 20px 0;
    font-size: 15px;
    font-weight: 600;
}

.edit-client .edit-client-listing .appointment-bg {
    padding: 20px 0px;
}
.edit-client .edit-client-listing .border-bot+.appointment-bg{padding: 20px;}
.edit-client #collapseTwo .appointment-bg,
.edit-client #collapseFour .appointment-bg,
.edit-client #collapseFive .appointment-bg,
.edit-client #collapseSix .appointment-bg,
.edit-client #collapseSeven .appointment-bg,
.edit-client #collapseEight .appointment-bg {
    padding: 0;
}

.edit-client.rightside-content #collapseFive .table,
.edit-client.rightside-content #collapseSix .table,
.edit-client.rightside-content #collapseSeven .table {
    display: table;
    width: 100%;
    overflow-x: auto;
    table-layout: fixed;
}

#collapseFour .edit-client-listing,
#collapseFive .edit-client-listing {
    margin: 45px 0 0 30px;
}

#collapseFour .edit-client-listing:last-child,
#collapseFive .edit-client-listing:last-child {
    margin: 45px 30px 0 0;
}

#collapseSix .user-info .input-group-text,
#collapseNine .user-info .input-group-text {
    width: 130px !important;
}

.edit-client table tr td span.color {
    width: 26px;
    height: 26px;
    border-radius: 30px;
    background: #750b0b;
}

.patient-management table tr td span.color {
    width: 26px;
    height: 26px;
    border-radius: 30px;
    background: #750b0b;
}

.patient-management table tr td span.color-w {
    width: 25px;
    height: 25px;
    border-radius: 30px;
    background: #fff;
    border: 1px solid #eaf0ff;
}

.green {
    color: #21ce12;
}

/* .cut-text {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
} */

.edit-client .login-form .form-check-inline {
    display: inline-block !important;
}

.edit-client .login-form .form-check .form-check-label {
    padding: 0rem 2rem 0rem 0rem;
}

.edit-patient.edit-client .login-form .form-check .form-check-label {
    padding: 0rem 2rem 0rem 1rem;
}

.edit-client .accordion-body {
    padding: 0;
}

.edit-client #collapseThree .appointment-accordion .accordion-body {
    padding: var(--bs-accordion-body-padding-y)
        var(--bs-accordion-body-padding-x);
}

.edit-client .accordion-item {
    border: none;
}
.notifications-alert .edit-client .accordion-item {
    height: calc(100vh - 111px) !important;
    overflow: auto !important;
}

.edit-client .tab-content {
    text-align: left;
}

.edit-client .tabs_wrapper .tasks .nav-item {
    padding: 0;
}

.edit-client .tabs_wrapper .tasks .nav-link {
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
}

.edit-client .tabs_wrapper .tasks .nav-link.active {
    background-color: var(--bs-nav-pills-link-active-bg);
    color: var(--white);
}

.edit-client .tasks table tr td:last-child {
    color: #21ce12;
}

.accordion-button.collapsed {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.edit-client .accordion-button {
    text-transform: capitalize;
}

.edit-client .accordion-button:not(.collapsed) {
    background-color: var(--lightGray);
    color: var(--purple);
}

.appointment-accordion .accordion-item:first-of-type {
    border-radius: 0;
}

.appointment-accordion dd {
    font-family: "averta_demo_pe_cutted_demoRg";
}

.appointment-accordion .accordion-item:first-of-type .accordion-button {
    border-radius: 0;
}

.appointment-accordion .accordion-button {
    background-color: var(--lightGray);
    box-shadow: none;
    color: var(--purple);
}

.appointment-accordion .accordion-button span {
    color: var(--darkGray);
}

.appointment-accordion .accordion-body {
    box-shadow: 0px 8px 64px rgb(15 34 67 / 5%), 0px 0px 1px rgb(15 34 67 / 8%);
}

.appointment-accordion .accordion-item {
    border: none;
}

.appointment-accordion .accordion-header {
    margin-top: 15px;
}

/**********************************************edit-patient***************************************************************/

.file-upload + .edit-client-listing {
    margin: 67px 0 0 0;
}

.file-upload .image-box {
    margin: 0 auto;
    margin-top: 1em;
    min-height: 15em;
    height: 100%;
    background: #FFEDDE;
    position: relative;
    width: 100%;
    pointer-events: none;
}

.file-upload .image-box .btn-primary {
    position: absolute;
    bottom: auto;
    top: 100%;
    width: 100%;
    left: 0;
    right: 0;
    margin-top: 0;
    background-color: var(--purple) !important;
    height: 40px;
    border-color: var(--purple);
    color: var(--white);
    line-height: 26px;
    pointer-events: all;
}

.file-upload .image-box img {
    display: none;
}

.file-upload .image-box .imgAdd {
    height: auto;
    display: block;
}

.file-upload .imgAdd {
    width: auto;
    border-radius: 0%;
}

.file-upload .image-box .imgAdd {
    position: relative;
    color: #fff;
}

.plus-icon a {
    width: 34px;
    height: 34px;
    background: var(--purple);
    line-height: 34px;
    color: var(--white) !important;
    text-align: center;
}

.consults {
    padding: 30px;
}

.consults .right-btn.mt-5 {
    margin-top: 2rem !important;
}

.consults.right-btn .row div[class*="col-"]:last-child .mb-3,
#collapseTwelve .appointment-bg .row div[class*="col-"]:last-child .mb-3 {
    margin-top: 32px;
}

.edit-patient.edit-client.rightside-content .table {
    display: table;
    width: 100%;
    overflow-x: auto;
    table-layout: fixed;
}

.consults .edit-client {
    min-width: 145px;
}

.consults .edit-client p {
    float: left;
}

.consults .edit-client .user-info {
    display: inline-block;
}

.consults .edit-client .nav-item {
    padding: 0rem 1rem;
}

.consults .edit-client .nav-item .dropdown-menu {
    width: 140px !important;
    padding: 5px 0px 5px 0px !important;
    position: absolute !important;
    left: 11% !important;
    transform: translateX(-50%) !important;
    top: 100% !important;
    bottom: auto !important;
    margin-top: 5px !important;
}

.consults .user-info .nav-item .dropdown-toggle::after {
    display: none;
}

.consults .edit-client .nav-item .dropdown-menu::after {
    position: absolute;
    content: "";
    left: 64%;
    transform: translateX(-50%);
    border-bottom: 10px solid var(--lightGray);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: 100%;
    margin-top: 10px;
}

.consults .user-info .nav-item .dropdown-menu li {
    width: 100%;
    float: none;
    border-right: none;
}

.consults .right-btn .m-0 p {
    width: 225px !important;
    max-width: 100%;
    text-transform: capitalize;
    font-weight: 600;
}

.consults .right-btn .edit-client p {
    width: auto !important;
    max-width: 100%;
    text-transform: capitalize;
    font-weight: 600;
}

.consults-info p {
    margin: 0;
}

.consults-info .right-btn {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.consults-info {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 20px;
    border-radius: 20px;
    padding: 20px;
}

.consults-info .edit-client {
    min-width: 145px;
}

.consults-info .edit-client p {
    float: left;
}

.consults-note p {
    text-align: left !important;
    margin-bottom: 5px;
}
.consults-note span {
    text-align: left !important;
    margin-bottom: 5px;
}


.consults-note .badge {
    background-color: var(--purple) !important;
}

.consults-info .consults-note:nth-child(2) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.consults-info .right-btn .m-0 p {
    width: 225px !important;
    max-width: 100%;
    text-transform: capitalize;
    font-weight: 600;
}

.consults-info .user-info .nav-item .dropdown-toggle::after {
    display: none;
}

.consults-info .edit-client .user-info {
    display: inline-block;
}

.consults-info .right-btn .edit-client p {
    width: auto !important;
    max-width: 100%;
    text-transform: capitalize;
    font-weight: 600;
}

.consults-info .edit-client .nav-item {
    padding: 0rem 1rem;
}

.consults-info table {
    margin-top: 1.25rem !important;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.vaccine table tr td:last-child {
    min-width: 80px;
}

.vaccine tbody tr td:last-child ul li {
    width: 40px;
    display: inline-flex;
}

.vaccine tbody tr td:last-child ul li a {
    min-width: 40px;
    color: var(--white);
    position: relative;
    padding: 10px 12px;
}
.vaccine tbody tr td:last-child ul li .dropdown-item {
    color: var(--purple);
}

.vaccine tbody tr td:last-child ul li a[aria-expanded="true"] .fa-minus,
.vaccine tbody tr td:last-child ul li a[aria-expanded="true"] .fa-eye-slash {
    display: block;
}

.vaccine tbody tr td:last-child ul li a[aria-expanded="false"] .fa-plus,
.vaccine tbody tr td:last-child ul li a[aria-expanded="false"] .fa-eye {
    display: block;
}

.vaccine tbody tr td:last-child ul li a[aria-expanded="false"] .fa-minus,
.vaccine tbody tr td:last-child ul li a[aria-expanded="false"] .fa-eye-slash {
    display: none;
}

.vaccine tbody tr td:last-child ul li a[aria-expanded="true"] .fa-plus,
.vaccine tbody tr td:last-child ul li a[aria-expanded="true"] .fa-eye {
    display: none;
}

.vaccine thead {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.vaccine.table > :not(caption) > * > * {
    border-bottom-width: 0px;
}

.vaccine .card-body {
    background-color: var(--lightGray);
    padding: 20px;
}

.edit-patient .patient-info .card-body ul {
    display: block;
}

.edit-patient .vaccine tbody tr td:last-child ul li {
    width: 100%;
    line-height: 20px;
    margin-bottom: 5px;
}

.rightside-content .vaccine .card {
    background-color: var(--lightGray);
}

.vaccine .card-body p {
    font-size: 16px;
    font-weight: 600;
}

.edit-patient #collapseSix .edit-client-listing {
    margin: 27px 30px 0px 0px;
}

/* .edit-patient.edit-client .user-info .nav-item span {
    width: auto;
    height: auto;
    background-color: transparent;
} */

.toggle-click-button {
    position: relative;
}

.toggle-click-button input[name="dob"] {
    width: 75%;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
}
#create-new-patient-form #dob-boxes, #create-new-client-patient-form #dob-boxes{height:56px}
.toggle-click-button .form-control.error {
    margin-bottom: 16px;
}
.toggle-click-button #years-error,
.toggle-click-button #months-error,
.toggle-click-button #days-error,
.toggle-click-button #date-error {
    position: absolute;
    left: 0;
    top: auto;
    padding-bottom: 16px;
    height: 30px;
    bottom: -18px;
}

.dob-text {
    color: var(--richGray);
    font-size: 0.875rem;
    float: right;
    padding: 9px;
}

#dob-boxes span {
    font-size: 0.75rem;
    color: var(--richGray);
    margin-right: 10px;
}
#dob-date {
    height: 56px;
}

#addnewModal .modal-body .toggle-click-button {
    position: relative;
}

#addnewModal .modal-body .toggle-click-button input[name="dob"] {
    width: 75%;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
}

#addnewModal .modal-body .toggle-click-button .dob-text a {
    color: var(--white) !important;
}

#addnewModal .modal-dialog-scrollable .modal-body::-webkit-scrollbar {
    width: 10px;
    /* height: 10px; */
    scroll-padding: 50px 0 0 50px;
} 
#addnewModal .modal-dialog-scrollable .modal-body::-webkit-scrollbar-track {
    background-color: #FFEDDE;
    border-radius: 20px;
    scroll-padding: 50px 0 0 50px;
}

#addnewModal .modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
    background-color: #a97c50;
    border-radius: 20px;
    scroll-margin: 50px 0 0 50px;
}

#addnewModal .modal-dialog-scrollable .modal-body{overflow-x: hidden;}

/********************************************consultation-managment**********************************************************/

.consultation-management .magnifying-glass {
    width: 258px;
    text-align: right;
}

.consultation-management .user-info p {
    font-weight: 600;
    font-size: 16px;
}

.head-wat {
    color: var(--purple);
    background-color: transparent;
    padding: 0px 0px 20px 0px;
}

.vital-table .input-group .dropdown-toggle,
.consults .input-group .dropdown-toggle,
.waiht + .input-group .dropdown-toggle {
    background-color: var(--purple);
    border-color: var(--purple);
    color: var(--white);
}

.vital-table .input-group .dropdown-menu,
.consults .input-group .dropdown-menu,
.waiht + .input-group .dropdown-toggle {
    position: absolute !important;
    left: 0 !important;
    transform: none !important;
    top: 100% !important;
    margin-top: 5px !important;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    border-radius: 0;
    border-top: transparent;
    border-left: transparent;
    border-right: 1px solid #ebeff2;
    border-bottom: transparent;
    background-color: var(--lightGray);
    padding: 0;
}

.vital-table .input-group .dropdown-menu li a:hover,
.vital-table .input-group .dropdown-menu li a:focus,
.consults .input-group .dropdown-menu li a:hover,
.consults .input-group .dropdown-menu li a:focus,
.waiht + .input-group .dropdown-toggle:hover,
.waiht + .input-group .dropdown-toggle:focus {
    background-color: var(--purple);
    color: var(--white);
}

.vital-table .input-group .dropdown-toggle:hover,
.vital-table .input-group .dropdown-toggle:focus,
.consults .input-group .dropdown-toggle:hover,
.consults .input-group .dropdown-toggle:focus,
.waiht + .input-group .dropdown-toggle:hover,
.waiht + .input-group .dropdown-toggle:focus {
    background-color: #633d1d !important;
    border-color: #633d1d !important;
}

/*.waiht+.input-group{background-color: var(--purple)!important;}*/

.waiht + .input-group .btn-outline-secondary {
    background-color: var(--purple);
    box-shadow: none;
    border-color: var(--purple);
    color: var(--white);
    border-radius: 0px;
}

.waiht + .input-group .btn-outline-secondary:hover,
.waiht + .input-group .btn-outline-secondary:focus {
    box-shadow: none;
    background-color: var(--purple) !important;
    border-color: var(--purple) !important;
}
#vital-info .waiht + .input-group > .form-control {
    flex: 1 1 auto;
}
.waiht + .input-group > .form-control {
    flex: 1 0 50%;
    border-left-color: var(--lightGray);
}

.waiht + .input-group > .form-control.form-bg.error {
    border-left-color: var(--lightGray) !important;
}

.edit-patient .vital-table tbody tr td .btn-primary {
    min-width: 60px;
    color: var(--white);
}

.vitalsigns-info {
    position: relative;
}

.vital-table .col {
    display: table-cell;
}
#add-vitals {
    margin-right: 20px;
}
.edit-client.rightside-content #collapseSeven .vital-table {
    table-layout: auto;
}
.edit-client.rightside-content .vital-list.table-responsive {
    overflow: auto;
}
.vital-table .close-modal,
.vital-table .save-vital {
    width: 40px;
    height: 40px;
    line-height: 25px !important;
    border-radius: 40px;
    min-width: auto !important;
}
.vital-table tr td,
.vital-table tr th {
    padding: 1.25rem 0.5rem !important;
}
/* .vital-table .close-modal .fa-xmark, .vital-table .save-vital .fa-check{font-size: 18px;} */

/********************************************new-consultation**********************************************************/

.info-consultation.login-details:before {
    display: none;
}

.edit-appointment .info-consultation.login-details h4:before {
    display: block;
}

.info-consultation.login-details h4 {
    margin-bottom: 0px;
}

.info-consultation.login-details h4 {
    margin-bottom: 15px;
}

.info-consultation.login-details {
    padding: 20px 20px 5px 20px;
}

.info-consultation.login-details ul {
    list-style: none;
    padding: 0 0 15px 0;
    margin: 0;
    border-bottom: 1px solid var(--white);
}

.info-consultation.login-details ul li {
    color: var(--white);
    font-weight: 400;
    font-family: "averta_demo_pe_cutted_demoRg";
    font-size: 14px;
    line-height: 24px;
}

.info-consultation p {
    color: var(--white);
}

.info-consultation + .practice-affiliation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-consultation + .practice-affiliation ul li a {
    font-size: 14px;
    font-weight: 400;
    font-family: "averta_demo_pe_cutted_demoRg";
    background-color: transparent;
    border: none;
    padding: 0.375rem 0rem 0rem 0rem;
    color: var(--purple);
    text-align: left;
}

.info-consultation + .practice-affiliation ul li a:hover,
.info-consultation + .practice-affiliation ul li a:focus {
    background-color: transparent !important;
    border-color: transparent !important;
    color: var(--purple);
}
.info-consultation {
    visibility: hidden;
}
.show-patient-info.info-consultation {
    visibility: visible;
}

.new-consultation.login-form textarea.form-control.form-bg {
    min-height: 55px;
    height: 118px;
    position: relative;
}

.new-consultation .tasks {
    box-shadow: none;
}

.new-consultation .tasks .nav .nav-item:nth-child(2) {
    border-right: 1px solid rgb(95 65 178);
    border-left: 1px solid rgb(95 65 178);
}

.new-consultation .product-service-content .float-end ul li:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 1);
    padding-bottom: 7px;
    margin-bottom: 0px;
}

.new-consultation .product-service-content .float-end ul + .row {
    padding: 0px 20px 20px 20px;
    width: 324px;
}

.new-consultation.login-form .form-check-label .btn-primary {
    line-height: 40px;
}

.calendar-date {
    position: relative;
}

.calendar-date .fa-calendar {
    position: absolute;
    top: 12px;
    right: 10px;
    transform: none;
    z-index: 0;
    pointer-events: none;
}

.service-table thead tr {
    background-color: var(--purple);
    color: var(--white);
}

.service-table tr td:nth-child(3),
.service-table tr td:nth-child(6),.service-table tr td:nth-child(8) {
    position: relative;
}

.service-table tr td .fa-calendar,
.service-table tr td .user-info {
    position: absolute;
    top: 8px;
    transform: none;
    left: auto;
    right: 10px;
}

.service-table tr td .user-info .dropdown-menu {
    position: absolute !important;
    width: 140px !important;
    left: -80% !important;
    transform: translateX(-65%) !important;
    top: 100% !important;
    bottom: auto !important;
    margin-top: 5px !important;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    border-radius: 0;
    border-top: transparent;
    border-left: transparent;
    border-right: 1px solid #ebeff2;
    border-bottom: transparent;
    background-color: var(--lightGray);
    padding: 0 !important;
}

.service-table tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

.service-table tr:last-child th:last-child {
    border-top-right-radius: 3px;
}

.product-service-content {
    background-color: var(--lightGray);
    overflow: hidden;
}
.show-subtotal-price p,
.show-tax-total-price p,
.show-total-price p,
.product-service-content p {
    text-align: right;
}

.product-service-content .float-end ul {
    width: 300px;
    max-width: 100%;
    list-style: none;
    padding: 20px;
    margin: 0;
}

.product-service-content .float-end ul li:last-child {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 1);
}

.service-table tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-top: 1px solid transparent !important;
    border-left: 1px solid transparent !important;
}

.service-table tbody tr th,
.service-table tbody tr td {
    border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.service-table tbody tr th,
.service-table tbody tr td {
    padding: 0 !important;
}

.service-table tbody tr th .form-control,
.service-table tbody tr td .form-control {
    font-size: 0.875rem !important;
}

.service-table tbody tr td .user-info .nav-item .dropdown-menu li {
    width: 100%;
    float: none;
    border: none;
}

.service-table tbody tr td:last-of-type {
    border-right: none !important;
}

.service-table tr,
.service-table th {
    border: none;
    padding: 0;
}

.show-column.btn-primary {
    height: auto;
    padding: 0 5px;
    border-radius: 0;
    margin-top: -4px;
}

.chk-spacing {
    padding: 1.25rem 1.2rem;
}

.product-service-content .form-check {
    clear: both;
}

.spacing {
    padding: 1.25rem 1.2rem;
}

.product-service-content + .d-block {
    border-radius: 0px 0 3px 3px;
}

.history-content .form-select {
    background-color: var(--lightGray);
    border: none;
    height: 2.5rem;
    font-family: "averta_demo_pe_cutted_demoRg";
}

.product-service-content table {
    background-color: var(--lightGray);
}

.provider-table.service-table tbody tr th,
.provider-table.service-table tbody tr td {
    padding: 1.25rem 1.2rem !important;
}

.consults .service-table tbody tr:last-of-type {
    border-bottom: none !important;
}

.consult-history {
    background-color: transparent;
    padding: 0px 0px 20px 0px;
    color: var(--darkGray);
}

.history-content label {
    position: relative;
}

.history-content .dropdown-toggle {
    margin-top: 0.5rem;
}

.history-content .dropdown-menu {
    width: 100% !important;
    padding: 15px 0px 0px 15px !important;
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 100% !important;
    margin-top: 12px !important;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    border-radius: 0;
    border-top: transparent;
    border-left: transparent;
    border-right: 1px solid #ebeff2;
    border-bottom: transparent;
    background-color: var(--lightGray);
}

.history-content .dropdown-menu:after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 10px solid var(--lightGray);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: 100%;
    margin-top: 10px;
}

.history-content a:hover,
.history-content a:focus {
    color: #fff;
}

.overwritewarning.create-callback .modal-content .modal-title,
.editreminder.create-callback .modal-content .modal-title {
    font-size: 1.25em;
    color: var(--white);
    position: relative;
    padding-bottom: 0.875em;
    margin-bottom: 0;
    text-transform: capitalize;
}

.overwritewarning.create-callback .modal-content .modal-title:before,
.editreminder.create-callback .modal-content .modal-title:before {
    display: none;
}

.editrx .modal-body form .row div[class*="col-"] .row:first-of-type {
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.editrx .modal-body span {
    width: 70px;
    height: 70px;
    line-height: 36px;
    background-color: var(--white);
    display: inline-block;
    padding: 10px;
    border-radius: 50px;
}

.editrx .modal-body .card-body h5,
.editrx .modal-body p,
.editrx .modal-body label {
    color: var(--white);
    margin: 0;
}
.editrx .rx-product-name {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
}

.editrx .modal-body .card-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.editrx .modal-body .card-body ul li {
    color: var(--white);
    display: inline-block;
}

.editrx .modal-body .row div[class*="col-"] .row .col-md-6:first-child {
    padding-right: 15px;
    margin-right: 0px;
    border-right: 1px solid rgba(255, 255, 255, 1);
}

.tasks .edit-client-listing .user-info {
    width: 100%;
    background-color: var(--white);
    border-color: var(--white);
}

.tasks .edit-client-listing [data-bs-toggle="modal"] {
    border-radius: 0px;
    width: auto;
    height: 40px;
    text-align: center;
    line-height: 40px;
    padding: 0;
}

.new-consultation .edit-client-listing .edit-client-listing {
    margin: 27px -12px 0px -12px;
}

.new-consultation .edit-client-listing .table {
    display: table;
    width: 100%;
    overflow-x: auto;
}

.new-consultation .edit-client-listing table tr td .user-info .nav-link span {
    width: 4px;
    height: 4px;
    background-color: var(--purple);
    border-radius: 10px;
    display: inline-block;
}

#collapseTwelve .user-info .sort-by.nav-item .dropdown-menu {
    width: 340px !important;
}

/*********************************************schedule***********************************************************/

.schedule .appointment-bg .user-info .right-btn.mt-5 {
    margin-top: 2rem !important;
}

.schedule .appointment-bg .fc-scrollgrid .fc-scrollgrid-sync-table,
.schedule .appointment-bg .fc-scrollgrid .fc-col-header {
    background-color: var(--lightGray) !important;
}

.fc-daygrid-dot-event.fc-event-mirror,
.fc-daygrid-dot-event:hover {
    background: rgba(95, 65, 178, 0.1) !important;
}

.fc-scrollgrid table {
    background-color: var(--lightGray);
}
.schedule .appointment-bg .fc .fc-dayGridMonth-view .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    min-height: 8em;
    position: relative;
}
.fc .fc-button-primary {
    background-color: var(--purple) !important;
    border-color: var(--purple) !important;
}

.fc .fc-button-primary.fc-button-active {
    background-color: #633d1d !important;
    border-color: #633d1d !important;
}

.fc .fc-button-primary:focus {
    box-shadow: 0 0 0 0rem rgba(95, 65, 178, 0.2) !important;
}

.fc .fc-non-business {
    background-color: transparent !important;
}

.fc-scrollgrid thead tr th,
.fc-scrollgrid tbody tr td,
.client-management .appointment-bg .fc-scrollgrid tbody tr td:last-child {
    padding: 0 !important;
}


.client-management .appointment-bg .fc-scrollgrid tr td,
.client-management .appointment-bg .fc-scrollgrid tr td span {
    font-size: 1em;
}

.client-management .appointment-bg .fc-scrollgrid tbody tr td {
    min-width: auto;
}

#proceduretemplateModal ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#proceduretemplateModal ul li span {
    display: block;
    color: #fff;
}

#proceduretemplateModal table {
    background-color: transparent;
    color: var(--white);
}

#proceduretemplateModal table tbody tr th a {
    color: var(--white);
}

#proceduretemplateModal table tbody tr td .form-control {
    background-color: transparent;
    color: var(--white);
}

.pagination .page-item.active .page-link {
    color: var(--white);
}

.pagination .page-item .page-link {
    width: 50px;
    height: 50px;
    border: 1px solid var(--purple);
    border-radius: 3px;
    color: var(--purple);
    margin-right: 12px;
    padding: 0 5px;
    text-align: center;
    line-height: 48px;
}

.pagination .page-item .page-link:hover,
.pagination .page-item .page-link:focus {
    background-color: var(--purple);
    color: var(--white);
}

/********************************************branch-detail**********************************************************/

.imagePreview {
    width: 180px;
    height: 96px;
    background-position: center center;
    background: url(http://cliquecities.com/assets/no-image-e3699ae23f866f6cbdf8ba2443ee5c4e.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
}

.imgUp .btn-primary {
    display: block;
    border-radius: 0px;
    margin-top: -5px;
    line-height: 18px;
    background-color: #754C29; !important;
    color: #ffffff;
    border: none;
    margin: 40px 0 0 0;
}

.imagePreview i {
    font-size: 50px;
}

.imgUp {
    margin-bottom: 0px;
}

.imgUp .mb-3 {
    background-color: var(--lightGray);
    padding: 40px 0 0 0;
    text-align: center;
}

.imgUp .form-text {
    background-color: #fff;
    text-align: left;
    margin-top: 0;
    padding-top: 0.25rem;
}

.del {
    position: absolute;
    top: 0px;
    right: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
}

.imgAdd {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    color: var(--purple);
    text-align: center;
    line-height: 30px;
    margin-top: 0px;
    cursor: pointer;
    font-size: 15px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    padding: 30px;
}

/* ---------------------------------------start-Pushplata-css----------------------------------------------- */

.circular-bg {
    width: 95px;
    height: 95px;
    left: 319px;
    top: 235px;
    border-radius: 50%;
    background: #FFEDDE;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-img {
    width: 54px;
    height: 54px;
}

.reminder h4 {
    background-color: var(--white);
    position: relative;
    top: 0;
    padding: 15px 0px;
    text-transform: capitalize;
    font-size: 1.25em;
    border-radius: 3px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    display: flex;
    align-items: center;
    color: #2b3a4b;
}

.reminder .border-bottom {
    width: 62px;
    height: 0px;
    position: absolute;
    top: 53px;
    color: rgba(43, 58, 75, 1);
    border-bottom: 1px solid !important;
}

/* .text-a{
    font-family: 'AvertaW01-Semibold';
font-style: normal;
font-weight: 600;
font-size: 22px;
line-height: 27px;
display: flex;
align-items: center;

color: #2B3A4B;
}
.text-b{
    
font-family: 'AvertaW01-Semibold';
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 17px;
display: flex;
align-items: center;

color: #545D69;
} */

.edit-heading {
    font-family: "Averta Demo PE Cutted Demo";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    /* identical to box height, or 106% */
    color: #2b3a4b;
}

/* .inner-text{
    font-family: 'Averta Demo PE Cutted Demo';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 24px;
/* identical to box height, or 171% */

/* display: flex;
align-items: center;

color: #545D69; */

/* } */

.reminder li {
    margin: 20px 0px;
    font-family: "Averta Demo PE Cutted Demo";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    /* or 143% */
    letter-spacing: 0.03em;
    color: #545d69;
}

.reminder .p-0 {
    font-family: "AvertaW01-Semibold";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    /* or 143% */
    letter-spacing: 0.03em;
    color: #545d69;
}

.edit-recent {
    font-family: "Averta Demo PE Cutted Demo";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    /* or 125% */
    letter-spacing: 0.03em;
    color: #545d69;
}

.reminder-list {
    list-style: disc !important;
    padding: 0 0 0 17px !important;
}

.day-entries {
    /*    font-family: 'AvertaW01-Semibold';*/
    font-style: normal;
    font-weight: 600;
    font-size: 14px !important;
    line-height: 20px;
    /* identical to box height, or 143% */
    letter-spacing: 0.03em;
    color: #2b3a4b !important;
}

.weekly-color .green {
    color: #21ce12 !important;
}

.weekly-color .yellow {
    color: #ff9800 !important;
}

.weekly-color .orange {
    color: #ff7426 !important;
}

.weekly-color .dropdown-toggle::after {
    display: none !important;
}

.weekly-color ul {
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
    border-bottom: 1px solid var(--midgray);
}

.weekly-color ul li .nav-link {
    background-color: transparent;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-radius: 0;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
}

.weekly-color ul li .nav-link:hover,
.weekly-color ul li .nav-link:focus {
    color: var(--purple);
}

.weekly-color ul li .nav-link.active {
    background-color: transparent;
    border-bottom: 2px solid var(--purple);
    color: var(--purple);
}

/* .schedule .user-info .appointment-bg {
    position: relative;
} */

.schedule .appointment-bg .table tbody tr th.dropdown {
    cursor: pointer;
    vertical-align: middle;
}

.schedule .appointment-bg .table tbody tr td {
    vertical-align: middle;
}

.schedule .appointment-bg .table tbody tr th.dropdown .green {
    position: relative;
}

.schedule .appointment-bg .table tbody tr th .dropdown-menu {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    left: 100% !important;
    right: auto !important;
    background-color: var(--lightGray);
    min-width: 800px;
    bottom: auto !important;
    width: 100%;
    height: auto !important;
    border: none;
    border-radius: 0;
}

.schedule .appointment-bg .table tbody tr th .dropdown-menu:after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    border-right: 10px solid var(--lightGray);
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    right: 100%;
    margin-left: 10px;
}

.schedule .appointment-bg .table tbody tr th .dropdown-menu .tab-content {
    padding: 28px;
}

.schedule.rightside-content {
    overflow: initial !important;
}

.patient {
    padding-right: 50px;
    flex: 1;
}

.client.patient {
    flex: 0 0 150px;
    padding-right: 50px;
}

.room.patient {
    padding-right: 0px;
}

.room.patient span {
    display: block;
}

.patient small {
    font-size: 12px;
    font-weight: 600;
}

.patient p {
    font-size: 14px;
}

.patient a,
.patient h5 {
    color: var(--purple);
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    padding: 5px 0;
}

.patient h5 {
    color: var(--darkGray);
    font-family: "averta_demo_pe_cutted_demoRg";
}

.schedule.client-management .appointment-bg .info-button a {
    display: inline-block;
    vertical-align: middle;
    color: var(--white);
}
.schedule.client-management .appointment-bg .info-button .btn-warning {
    background-color: #ff9800;
    border-color: #ff9800;
}

.schedule.client-management .appointment-bg .info-button a:last-child {
    font-size: 24px;
    color: var(--purple);
}

.schedule.client-management .appointment-bg .tab-content .d-flex:first-of-type {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.schedule.rightside-content .table-responsive {
    max-height: none;
    overflow: initial;
}

.schedule .edit-client .form-check-inline {
    display: inline-block !important;
}

.schedule
    .appointment-bg
    .table
    tbody
    tr
    th
    .dropdown-menu
    .tab-content
    .btn-primary {
    display: inline-block;
    color: var(--white);
    font-size: 14px;
}

.schedule
    .appointment-bg
    .table
    tbody
    tr
    th
    .dropdown-menu
    .tab-content
    #pills-timeline
    .patient {
    margin-bottom: 0.25rem;
}

.schedule
    .appointment-bg
    .table
    tbody
    tr
    th
    .dropdown-menu
    .tab-content
    #pills-timeline
    .patient:last-of-type {
    margin-bottom: 0px;
}

.block-appointment.practice-affiliation .form-check-inline {
    display: inline-block !important;
}

.block-appointment .client-management .appointments-today {
    background-color: none !important;
    margin: 27px 0px 0px 0px;
    box-shadow: none !important;
    padding: 0px !important;
}

.badge {
    font-size: 10px;
    padding: 6px;
    max-width: 100%;
    display: inline-block;
    width: 75px;
}

.custom-weekdays {
    box-shadow: none;
    background: none !important;
    padding: 0 15px !important;
}

#append-audit-list-table .tablesorter-default {
    font-size: 16px;
}

#append-audit-list-table .tablesorter-default th,
#append-audit-list-table .tablesorter-default thead td {
    vertical-align: middle;
    font-weight: 400;
}

/* .circular-day {
     
        background: #E6DDFF !important ;
        color: #545D69 !important;
        border: 0 !important;
        text-transform: uppercase !important;
        padding: -40px !important;
        font-size: 9.29902px !important;
    }
    .cir-active{
        background: var(--purple) !important ;
        color: var(--white) !important;
    } */

/* .circular-day:hover {
        background: var(--purple) !important ;
        color: var(--white) !important;
    } */

.block-appointment.practice-affiliation .form-check-inline {
    display: inline-block !important;
}

/* .circular-day {
    border-radius: 50% !important;
    background: #E6DDFF !important ;
    color: #545D69 !important;
    border: 0 !important;
    text-transform: uppercase !important;
    padding: -40px !important;
    font-size: 9.29902px !important;
} */

.block-appointment .client-management .appointments-today {
    background-color: none !important;
    margin: 27px 0px 0px 0px;
    box-shadow: none !important;
    padding: 0px !important;
}

.addblock-appointment .custom-weekdays .card {
    background: #e6ddff;
    color: rgba(84, 93, 105, 1) !important;
    border: none;
    margin: 0 12px 12px 0;
    text-align: center;
    font-size: 9px;
}

.addblock-appointment.client-management .appointments-today {
    background-color: transparent;
    box-shadow: none;
    padding: 0px;
}

.addblock-appointment.client-management .appointments-today .card.active {
    background-color: var(--purple);
    color: var(--white) !important;
}

.addblock-appointment.client-management .appointments-today .card:hover,
.client-management .appointments-today .card:focus,
.client-management .appointments-today .card.active {
    background-color: var(--purple);
    color: var(--white) !important;
}

.edit-pen .fa-pen {
    cursor: pointer !important;
    color: #545d69;
}

.edit-pen .fa-mobile-screen-button {
    cursor: pointer !important;
    color: #545d69;
}

.product-table.service-table textarea.search-company {
    height: auto !important;
}

.search-ul {
    max-height: 360px;
    overflow: auto !important;
}
.new-consultation.login-form
    textarea.form-control.form-bg
    + .search-ul.product-append-data {
    position: absolute;
    background-color: var(--lightGray);
    border: 1px solid rgba(0, 0, 0, 0.5);
    width: 100%;
}

.search-ul .custom-list {
    cursor: pointer;
    padding: 5px 5px 5px 15px;
    font-size: 14px;
    display: block;
    width: 100%;
}

.search-ul .custom-list:hover,
.search-ul .custom-list:focus {
    background-color: var(--purple);
    color: var(--white);
}

.sub-total-popup ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: var(--white);
    padding: 10px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.sub-total-popup ul li dd {
    margin: 0;
}

.product-table.service-table {
    table-layout: fixed;
}

.product-table.service-table thead tr th,
.product-table.service-table tbody tr td {
    width: 15%;
}
.product-table.service-table thead tr th:nth-child(3),
.product-table.service-table tbody tr td:nth-child(3) {
    width: 20%;
}
.product-table.service-table thead tr th:nth-child(5),
.product-table.service-table tbody tr td:nth-child(5) {
    width: 11%;
}

.product-table.service-table thead tr th:first-child,
.product-table.service-table tbody tr th:first-child {
    width: 30%;
}

.product-table.service-table tbody tr th:first-child {
    position: relative;
}

.product-table.service-table tbody tr th:first-child a {
    position: absolute;
    right: 10px;
    left: auto;
    top: 5px;
    bottom: auto;
    color: var(--darkGray);
}

.product-table.service-table thead tr th:last-child,
.product-table.service-table tbody tr td:last-child {
    width: 14% !important;
}

.service-table thead tr th {
    border-right: 1px solid rgba(255, 255, 255, 1) !important;
}

.addblock-appointment .custom-weekdays .card {
    background: #e6ddff;
    color: rgba(84, 93, 105, 1);
    border: none;
    margin: 0 12px 12px 0;
    text-align: center;
    font-size: 9px;
}

.addblock-appointment.client-management .appointments-today {
    background-color: transparent;
    box-shadow: none;
    padding: 0px;
}

.add-newcounter .notepad {
    background-color: var(--lightGray) !important;
    color: var(--darkGray) !important;
}

.add-newcounter h4 {
    background-color: transparent;
    color: var(--darkGray);
    padding: 0px;
    text-transform: capitalize;
    font-size: 1.25em;
    border-radius: 3px;
}

.add-counter .login-details h4:before {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    background-color: var(--white);
    top: auto;
    bottom: 0;
    left: 0;
}
.show-patient-info.login-details h4:before {
    position: absolute;
    content: "";
    width: 62px;
    height: 1px;
    background-color: var(--white);
    top: auto;
    bottom: 0;
    left: 0;
}

.add-counter .info-consultation.login-details ul {
    list-style: none;
    padding: 0 0 15px 0;
    margin: 0;
    border-bottom: 1px solid var(--white);
}

.add-counter
    .new-consultation
    .product-service-content
    .float-end
    ul
    li:last-child {
    border-bottom: 0;
    padding-bottom: 7px;
    margin-bottom: 0px;
}

.add-counter ul li {
    list-style-type: none !important;
}

.search-list {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    /* or 171% */
    color: #545d69;
}

.add-counter .fa-trash-can {
    width: 14px;
    height: 18px;
    color: #ff0000;
    display: flex;
    justify-content: center;
}

.add-counter .custom-list {
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    /* or 171% */
    display: flex;
    align-items: center;
    color: #545d69;
}

.calendar-popup .weekly-color ul {
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
    border-bottom: 1px solid var(--midgray);
}

.calendar-popup .weekly-color ul li .nav-link {
    background-color: transparent;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-radius: 0;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
    color: var(--lightGray);
}

.calendar-popup .weekly-color ul li .nav-link:hover,
.calendar-popup .weekly-color ul li .nav-link:focus {
    color: var(--white);
}

.calendar-popup .weekly-color ul li .nav-link.active {
    background-color: transparent;
    border-bottom: 2px solid var(--white);
    color: var(--white);
}

.calendar-popup .weekly-color .d-flex h5 {
    color: var(--white);
}

.calendar-popup .weekly-color .tab-content .info-button .fa-pen {
    color: var(--white);
}

.calendar-popup .weekly-color .tab-content .btn-primary {
    background-color: var(--white);
    color: var(--purple);
    border-color: var(--white);
}

.calendar-popup .weekly-color .tab-content .btn-primary:hover,
.calendar-popup .weekly-color .tab-content .btn-primary:focus {
    color: var(--white);
}

.calendar-popup .weekly-color .form-check-inline {
    color: var(--white);
    display: inline-block !important;
}

.calendar-popup .weekly-color .form-check .form-check-label {
    color: var(--white);
}

.calendar-popup
    .weekly-color
    .practice-affiliation
    .form-check-input[type="radio"],
.calendar-popup
    .weekly-color
    .practice-affiliation
    .form-check-input[type="radio"]:checked {
    background-color: transparent;
}

.calendar-popup .weekly-color .practice-affiliation .form-check-input {
    border: 2px solid var(--white);
}

/* .practice-affiliation .form-check-input[type=radio]:checked:after {
    border-color: var(--white);
    background-color: var(--white);
} */

.calendar-popup.create-callback .modal-header {
    justify-content: end;
}

/* ---------------------------------------end-Pushplata-css----------------------------------------------- */

/* ---------------------------------------selct2----------------------------------------------- */

.select2-container--open .select2-dropdown--above,
.select2-container--open .select2-dropdown--below {
    border: 1px inset rgba(0, 0, 0, 0.02);
    background-color: rgba(244, 247, 254, 1);
    padding: 10px;
    border-radius: 0;
}

.select2-container--open .select2-dropdown--above .select2-search--dropdown,
.select2-container--open .select2-dropdown--below .select2-search--dropdown {
    padding: 0px;
    top: auto !important;
    bottom: auto;
}

/* .select2-container--open .select2-dropdown--above .select2-results__option {
    height: 20px;
    padding: 0px 6px;
    line-height: 20px;
} */
.select2-container--open
    .select2-dropdown--above
    .select2-results__option
    .select2-results__group,
.select2-container--open
    .select2-dropdown--below
    .select2-results__option
    .select2-results__group {
    color: #afafaf;
}
.select2-container--open
    .select2-dropdown--above
    .select2-results__option:hover,
.select2-container--open
    .select2-dropdown--above
    .select2-results__option:focus,
.select2-container--open
    .select2-dropdown--below
    .select2-results__option:hover,
.select2-container--open
    .select2-dropdown--below
    .select2-results__option:focus {
    /*    background-color: rgba( 30, 144, 255, 1);*/
    background-color: rgba(117, 76, 41, 1);
    color: var(--white);
}
li.ui-timepicker-selected, .ui-timepicker-list li:hover, .ui-timepicker-list .ui-timepicker-selected:hover{background-color: rgba(117, 76, 41, 1)!important;
    color: var(--white)!important;}
/*    .ui-timepicker-wrapper{width: 100%!important}*/
.select2-container--open
    .select2-dropdown--above
    .select2-results__option
    .select2-results__option--selectable:hover,
.select2-container--open
    .select2-dropdown--above
    .select2-results__option
    .select2-results__option--selectable:focus,
.select2-container--open
    .select2-dropdown--below
    .select2-results__option
    .select2-results__option--selectable:hover,
.select2-container--open
    .select2-dropdown--below
    .select2-results__option
    .select2-results__option--selectable:focus {
    background-color: rgba(0, 0, 0, 0.5);
    color: var(--white);
}
.select2-search--dropdown input[type="search"] {
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.form-select.error {
    color: #212529;
}
#patient_consultation_symptom_ids+.select2-container {
    line-height: 22px!important;
    background-color: transparent;
    min-height: 32px!important;
}

/* ---------------------------------------calendar pop up----------------------------------------------- */

.calendar-popup .d-flex:first-of-type {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.calendar-popup .tab-content {
    padding: 28px;
}

.calendar-popup p {
    color: var(--white);
}

.calendar-popup .patient {
    padding-right: 50px;
    flex: 1;
}

.calendar-popup .client.patient {
    flex: 0 0 150px;
    padding-right: 50px;
}

.calendar-popup .room.patient {
    padding-right: 0px;
}

.calendar-popup .room.patient span {
    display: block;
}

.calendar-popup .patient small {
    font-size: 12px;
    font-weight: 600;
    color: var(--white);
}

.calendar-popup .patient p {
    font-size: 14px;
    color: var(--white);
}

.calendar-popup .patient a {
    color: var(--white);
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    padding: 5px 0;
    display: block;
}

.calendar-popup .patient h5 {
    font-family: "averta_demo_pe_cutted_demoRg";
    color: var(--white);
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    padding: 5px 0;
    display: block;
}

.calendar-popup .info-button a {
    display: inline-block;
    vertical-align: middle;
}

.appointment-info {
    padding: 10px;
    overflow: hidden;
}

.appointment-info h5 {
    font-family: "averta_demo_pe_cutted_demoRg";
    color: var(--purple);
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    white-space: normal;
}

.appointment-info span {
    display: block;
    padding: 5px 0;
}

.appointment-info p {
    white-space: normal;
    color: var(--white);
}

.appointment-info .fa-clock {
    color: var(--bs-blue);
    top: 2px;
    position: relative;
}

#calendar .fc-event-selected:after,
#calendar .fc-event:focus:after {
    background: none !important;
}

.appointment-info .text-lowercase {
    font-size: 1em;
}


div.appointment-info[data-reason="drop-off-appointment"], div.appointment-info[data-reason="drop-off-appointment"] p,  div.appointment-info[data-reason="drop-off-appointment"] h5,  div.appointment-info[data-reason="drop-off-appointment"] span, div.appointment-info[data-reason="drop-off-appointment"] .fa-clock {
    background-color: var(--darkGray)!important;
    color:var(--bs-white)!important;
   }
div.appointment-info[data-reason="dental"], div.appointment-info[data-reason="dental"] p, div.appointment-info[data-reason="dental"] h5, div.appointment-info[data-reason="dental"] span, div.appointment-info[data-reason="dental"] .fa-clock {
    background-color: #800080;
    color:var(--bs-white)!important;
   }
div.appointment-info[data-reason="dr-gill-appointment"], div.appointment-info[data-reason="dr-gill-appointment"] p, div.appointment-info[data-reason="dr-gill-appointment"] h5, div.appointment-info[data-reason="dr-gill-appointment"] span, div.appointment-info[data-reason="dr-gill-appointment"] .fa-clock {
    background-color: #2d81e5;
    color:var(--bs-white)!important;
   }
div.appointment-info[data-reason="euthanasia"], div.appointment-info[data-reason="euthanasia"] p, div.appointment-info[data-reason="euthanasia"] h5, div.appointment-info[data-reason="euthanasia"] span, div.appointment-info[data-reason="euthanasia"] .fa-clock {
    background-color: #ffb6c1;
    color:var(--bs-white)!important;
   }
div.appointment-info[data-reason="new-client-dr-appointment"], div.appointment-info[data-reason="new-client-dr-appointment"] p, div.appointment-info[data-reason="new-client-dr-appointment"] span, div.appointment-info[data-reason="new-client-dr-appointment"] h5, div.appointment-info[data-reason="new-client-dr-appointment"] .fa-clock {
    background-color: #0067b8;
    color:var(--bs-white)!important;
   }
div.appointment-info[data-reason="relief-dr-appointment"], div.appointment-info[data-reason="relief-dr-appointment"] p, div.appointment-info[data-reason="relief-dr-appointment"] h5, div.appointment-info[data-reason="relief-dr-appointment"] span, div.appointment-info[data-reason="relief-dr-appointment"] .fa-clock {
    background-color: #006400;
     color:var(--bs-white)!important;
   }
div.appointment-info[data-reason="sickurgent-appointment"], div.appointment-info[data-reason="sickurgent-appointment"]  p, div.appointment-info[data-reason="sickurgent-appointment"]  h5, div.appointment-info[data-reason="sickurgent-appointment"]  span, div.appointment-info[data-reason="sickurgent-appointment"] .fa-clock {
    background-color: #a38850;
    color:var(--bs-white)!important;
   }
div.appointment-info[data-reason="surgery"], div.appointment-info[data-reason="surgery"] p, div.appointment-info[data-reason="surgery"] h5, div.appointment-info[data-reason="surgery"] span, div.appointment-info[data-reason="surgery"] .fa-clock {
    background-color: #d46123;
    color:var(--bs-white)!important;
   }
div.appointment-info[data-reason="tech-appointment"], div.appointment-info[data-reason="tech-appointment"] p, div.appointment-info[data-reason="tech-appointment"] h5, div.appointment-info[data-reason="tech-appointment"] span, div.appointment-info[data-reason="tech-appointment"] .fa-clock {
    background-color: #02a9f7!important;
    color:var(--bs-white)!important;
   }
div.appointment-info[data-reason="vaccine-appointment"], div.appointment-info[data-reason="vaccine-appointment"] p, div.appointment-info[data-reason="vaccine-appointment"] span, div.appointment-info[data-reason="vaccine-appointment"] h5, div.appointment-info[data-reason="vaccine-appointment"] .fa-clock {
    background-color: #007d8a;
    color:var(--bs-white)!important;
   }
div.appointment-info[data-reason="radiographs"], div.appointment-info[data-reason="radiographs"] p, div.appointment-info[data-reason="radiographs"] h5, div.appointment-info[data-reason="radiographs"] span, div.appointment-info[data-reason="radiographs"] .fa-clock {
    background-color: #65c7c6;
    color:var(--bs-white)!important;
   }

div.appointment-info[data-reason] p{font-size: 12px;}
#calendar.fc .fc-scrollgrid-sync-table .fc-daygrid-day.fc-day-today {
    background-color: transparent !important;
}

#calendar.fc .fc-v-event .fc-event-main {
    color: var(--darkGray);
}

div[data-status="unconfirmed"] {
    background-color: #ff9800;
    color: var(--white);
}

div[data-status="confirmed"] h5,
div[data-status="confirmed"] p,
div[data-status="confirmed"] span,
div[data-status="confirmed"] .fa-clock {
    color: var(--bs-white);
}

div[data-status="confirmed"] {
    background-color: #228b22;
}

.login-form .calendar-popup .btn-primary {
    background-color: var(--bs-white);
    color: var(--purple);
}

.login-form .calendar-popup .btn-primary:hover,
.login-form .calendar-popup .btn-primary:focus {
    color: var(--bs-white);
}

.login-form .calendar-popup .btn-default {
    border-color: var(--bs-white);
    color: var(--bs-white);
}

/*****************************administration*********************************************/

.administartion .navbar-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.administartion .navbar-nav li {
    position: relative;
    padding-left: 25px;
}

.administartion .navbar-nav .nav-item.active {
    color: var(--purple);
}

.administartion .navbar-nav .nav-item.active .nav-link {
    text-decoration: underline !important;
    color: var(--purple);
}

.administartion .navbar-nav .nav-item:hover,
.administartion .navbar-nav .nav-item:focus {
    color: var(--purple);
}

.administartion .navbar-nav li span {
    position: absolute;
    left: 0;
    top: 7px;
}

.user-management .table-responsive ul {
    padding: 0;
}

.user-management .search-client .btn-primary:hover,
.user-management .search-client .btn-primary:focus {
    color: var(--white);
}

.user-management table .btn-primary {
    background-color: var(--purple);
    min-width: unset;
    height: 40px;
    border-color: var(--purple);
    width: 40px;
    border-radius: 50px;
    line-height: 25px;
}
.user-management table .btn-primary.update_lab_status {
    width: auto;
    border-radius: var(--bs-btn-border-radius);
}
.user-management table .btn-primary.update_vendor_status {
    width: auto;
    border-radius: var(--bs-btn-border-radius);
}
.user-management table .btn-primary.editVendorBtn {
    width: auto;
    border-radius: var(--bs-btn-border-radius);
}
.user-management table .btn-primary.editProviderBtn {
    width: auto;
    border-radius: var(--bs-btn-border-radius);
}

/********************************************sms-manager**********************************************************/

.sms-manager .appointment-bg .tab-content .row div[class*="col-"] .right-btn {
    margin-top: 32px;
}

.sms-manager form > .right-btn {
    padding-bottom: 30px;
}

.sms-manager .right-btn a span {
    line-height: 38px;
}

.sms-manager .edit-client-listing {
    background-color: var(--lightGray);
}

.sms-manager .tasks .edit-client-listing .nav {
    border-color: transparent;
}

.sms-manager .tasks .edit-client-listing .nav .nav-link.active {
    color: var(--white);
}

.sms-manager .tasks .edit-client-listing .nav .nav-link {
    font-weight: 400;
    color: var(--darkGray);
    font-size: 15px;
}

.sms-manager .edit-note {
    font-size: 16px !important;
    color: var(--purple) !important;
    width: 16px;
    height: 16px;
}

.sms-manager table tr td label {
    width: 120px;
    max-width: 100%;
    text-align: center;
}

.sms-manager table tr td label:first-child {
    background-color: #ff7426;
    border-radius: 3px;
    padding: 4px 12px;
    color: var(--white);
    margin-bottom: 3px;
}

.sms-manager table tr td label:last-child {
    background-color: #ffc727;
    border-radius: 3px;
    padding: 4px 12px;
    color: var(--white);
}

/******************************alerts-notifications******************************************/

.notify-button a {
    position: fixed;
    right: 10px;
    left: auto;
    top: auto;
    bottom: 10px;
    background-color: var(--purple);
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    text-align: center;
    color: var(--white);
    font-size: 20px;
    box-shadow: 0 0 10px rgb(255 255 255 / 40%);
    z-index: 1;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
    15% {
        -webkit-transform: translateX(-20%) rotate(-4deg);
        -ms-transform: translateX(-20%) rotate(-4deg);
        transform: translateX(-20%) rotate(-4deg);
    }
    30% {
        -webkit-transform: translateX(15%) rotate(2deg);
        -ms-transform: translateX(15%) rotate(2deg);
        transform: translateX(15%) rotate(2deg);
    }
    45% {
        -webkit-transform: translateX(-10%) rotate(-2deg);
        -ms-transform: translateX(-10%) rotate(-2deg);
        transform: translateX(-10%) rotate(-2deg);
    }
    60% {
        -webkit-transform: translateX(8%) rotate(1.5deg);
        -ms-transform: translateX(8%) rotate(1.5deg);
        transform: translateX(8%) rotate(1.5deg);
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }
    100% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}

.notifications-alert {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 450px;
    display: block !important;
    right: -450px;
    background-color: #fff;
    left: auto;
    padding: 0px;
    box-shadow: 0px 8px 64px rgb(15 34 67 / 8%), 0px 0px 1px rgb(15 34 67 / 8%);
    z-index: 9999;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.notifications-alert.active {
    right: 0;
}

.notifications-alert.active .notify-button a {
    right: -50px;
}
.notify-button .count-item {
    position: absolute;
    width: 12px;
    height: 12px;
    line-height: 9px;
    background-color: #ff9800;
    color: var(--bs-white);
    font-size: 8px;
    border-radius: 20px;
    top: 10px;
    left: auto;
    right: 12px;
    padding: 1px;
}

.close-sidebar {
    position: absolute;
    top: 20px;
    right: 10px;
    background-color: #ffffff;
    color: #754C29;
    text-align: center;
    line-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 40px;
    font-size: 16px;
    margin: 0;
    padding: 0;
    z-index: 2;
    border: none;
}

.notifications-alert ul.nav-tabs {
    padding: 70px 0 0 0;
    justify-content: center;
    margin: 0;
}

.notifications-alert ul.nav-tabs {
    background-color: var(--purple);
    border-radius: 0px 0px 3px 3px;
}

.notifications-alert .tabs_wrapper .nav-link {
    color: var(--white);
}

.notifications-alert .tabs_wrapper .nav-link.active {
    background-color: transparent;
    color: var(--white);
    border-bottom: 1px solid var(--white);
}

.notifications-alert .tabs_wrapper .accordion-body {
    padding: 20px 20px 0px 20px;
}

.notifications-alert .tabs_wrapper .accordion-body .card {
    border: none;
}

.notifications-alert .tabs_wrapper .accordion-body .card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.notifications-alert .tabs_wrapper .accordion-body .card ul li {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.notifications-alert
    .tabs_wrapper
    .accordion-body
    .card
    ul
    li
    span:first-child {
    width: 40px;
    height: 40px;
    background-color: rgba(117, 76, 41, 1);
    border-radius: 3px;
    text-align: center;
    line-height: 40px;
    color: var(--white);
    margin-right: 20px;
}

.notifications-alert .tabs_wrapper .accordion-body .card ul li span h5,
.notifications-alert .tabs_wrapper .accordion-body .card ul li span p {
    margin: 0;
    font-size: 0.875em;
}

.notifications-alert .tabs_wrapper .accordion-body .card ul li span.badge {
    background-color: var(--purple) !important;
}

.notifications-alert
    .tabs_wrapper
    .accordion-body
    .card
    ul
    li
    span:nth-child(2) {
    width: 280px;
    text-align: left;
}

.notifications-alert .tabs_wrapper .accordion-body .card ul li:last-child {
    border: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.overlayy:before {
    position: fixed;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block !important;
    visibility: visible;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
}

/*------------consultation-pop-up---------------*/

#productservicesModal table tr td {
    min-width: auto;
    padding: 0 !important;
    color: var(--white);
    font-size: 1em;
    border: none;
}

#productservicesModal table tr td .well {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 20px;
    border-radius: 3px;
}

#productservicesModal table tr td .well:first-child {
    padding: 10px;
    margin-bottom: 10px;
    border: none;
}

#productservicesModal table tr td p {
    color: var(--white);
    margin: 0;
}

#productservicesModal table {
    background-color: transparent;
    padding: 0 !important;
}
#append-history-data .consults-note{padding: 15px;}
.swal2-popup {
    background-color: var(--purple) !important;
}
.swal2-icon.swal2-warning {
    border-color: var(--bs-white) !important;
    color: var(--bs-white) !important;
}
.swal2-title {
    color: var(--bs-white) !important;
    font-family: "avertaw01-semiboldregular" !important;
}
.swal2-html-container {
    color: var(--bs-white) !important;
    font-family: "averta_demo_pe_cutted_demoRg" !important;
}
.swal2-actions .swal2-styled.swal2-confirm {
    background-color: var(--white) !important;
    padding: 0.65em 1.8em;
    color: var(--purple) !important;
    text-transform: capitalize;
    border-radius: 3px;
}
.swal2-icon.swal2-success .swal2-success-ring {
    border: 0.25em solid rgb(255 255 255 / 30%);
}
.swal2-actions .swal2-styled.swal2-confirm:hover,
.swal2-actions .swal2-styled.swal2-confirm:focus {
    background-color: #633d1d !important;
    border-color: #633d1d !important;
    color: var(--white) !important;
}
.swal2-icon.swal2-success [class^="swal2-success-line"] {
    background-color: var(--bs-white) !important;
}
.swal2-icon.swal2-success .swal2-success-ring {
    border: 0.25em solid rgba(255, 255, 255, 0.3) !important;
}
.swal2-actions .swal2-styled.swal2-cancel {
    background-color: transparent !important;
    padding: 0.65em 1.8em;
    border: none;
    color: var(--white) !important;
    text-transform: capitalize;
    border: 1px solid var(--white) !important;
    border-radius: 3px;
    text-decoration: none;
}
.swal2-actions .swal2-styled.swal2-cancel:hover,
.swal2-actions .swal2-styled.swal2-cancel:focus {
    background-color: var(--white) !important;
    color: var(--purple) !important;
    border: 1px solid transparent;
}
.ui-timepicker-standard {
    z-index: 9999 !important;
}

/**************************************support*****************************************************/

.user-listing table tr td .user-info{list-style: none;margin: 0;padding: 0}
.user-listing table tr td .user-info li a span{width: 4px;
    height: 4px;
    background-color: var(--purple);
    border-radius: 10px;
    display: inline-block;}
    .user-listing table tr td .user-info li{
        width: 100%!important;
    float: none!important;
    border: none!important;
    }

.user-listing table tr td .user-info .nav-item .dropdown-toggle::after{display: none}
.user-listing table tr td .user-info .nav-item .dropdown-menu{
    width: 140px !important;
    padding: 5px 0px 5px 0px !important;
    position: absolute !important;
    left: 11% !important;
    transform: translateX(-50%) !important;
    top: 100% !important;
    bottom: auto !important;
    margin-top: 5px !important;
}
.appointment-bg.support{overflow: auto;}
.support .image-list>*{flex:0 0 auto;width:20%}
.support .img-thumbs>*{flex:0 0 auto;width:20%}
.wrapper-thumb{position: relative;}
.wrapper-thumb:nth-child(5n+1){margin-bottom: 60px}

 #myModal2 .modal-content{text-align: center}
 #myModal2:before{position: fixed;content:'';top:0;left:0;bottom: 0;right:0;background-color: rgba(0,0,0,0.5)}
 #myModal2 .modal-content .modal-header{flex-direction: column;border:none;padding: 0;text-align: center;align-items: center;}
 #myModal2 h5{font-size: 20px;color:#ffffff;display:block;width:100%;margin-bottom: 15px;padding-bottom: 15px;border-bottom: 1px solid rgba(255,255,255,0.5)}
 #myModal2 p{font-size: 16px;color: #ffffff;margin: 0 0 10px 0;text-align: center}
 #myModal2 .fa-spin{font-size:24px;color: #ffffff;margin: 0 auto}


 /*******Tests required css start**********/
.test-title {
    padding: 1.25rem 0rem 0rem;
}
.test-title h2 {
    color: #2b3a4b;
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
    margin: 0px;
}
.total-cost {
    background-color: var(--purple);
}
.consultation-management .user-info .total-cost p {
    font-size: 22px;
    color: #fff;
}
.action-buttons ul {
    display: inline-flex;
}
.action-buttons ul li {
    margin: 0px 10px 0px 0px;
    line-height: 38px;
}
.action-buttons {
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
}
.action-buttons button.add-btn {
    border: 1px solid #45ad1b;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 6px;
    color: #45ad1b;
    text-align: center;
    background-color: #fff;
    font-size: 16px;
    margin-right: 10px;
}
.action-buttons button.add-btn:hover {
    background-color: #45ad1b;
    color: #fff;
}
.action-buttons button.remove-btn {
    border: 1px solid #d70f0f;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 6px;
    text-align: center;
    color:#d70f0f;
    background-color: #fff;
    font-size: 16px;
}
.action-buttons button.remove-btn:hover{
    background-color: #d70f0f;
    color: #fff;
}
.add-new-note.notepad-bg textarea.form-control {
    min-height: calc(3em + 1rem + 0px);
}
.user-info .form-control {
    border-radius: 0.375rem;
}

.edit-client.test-detail .patient-tab.tabs_wrapper .nav-item {
    width: calc(100% / 4);
    text-align: center;
    padding: 0.5rem 0.2rem;
}
.edit-client.test-detail .patient-tab.tabs_wrapper .nav-item a {
    width: 100%;
    border-bottom: none;
    border-radius: 10px;
    padding: 10px 0px;
    background-color: #e0e2e4;
}
.edit-client.test-detail .patient-tab.tabs_wrapper .nav-item a:hover,.edit-client.test-detail .patient-tab.tabs_wrapper .nav-item a.active {
    background-color: #754c29;
    color: #fff;
}
.slidecontainer input {
    width: 100%;
}
.table-container.test-table table tr td span {
    font-size: 16px;
}
.total-cost-po p{
    width:100%;
}
.total-cost-po.cost-preview {
    width: 100%;
}
.consultation-management .user-info p.cost {
    font-weight: 500;
}
.preview-check.form-check.form-switch .form-check-input {
    width: 3rem;
    height: 1.4rem;
}
.subtitle-item p {
    color: var(--bs-table-color);
}
span.sub-heading {
    font-size: 0.9rem;
    font-weight: 600;
}
.card-description p.title {
    color: #754c29;
}
.shipment-detail {
    width: 70%;
}
.shipment-cards{
    min-height: 330px;
    max-height: 330px;
    overflow: auto;
}
.login-form .mb-3.subtitle-item .form-label {
    color: var(--bs-table-color);
}
.shipment-detail .card .angle {
    font-size: 22px;
    color: #754c29;
}
.shipment-detail h3 {
    color: var(--bs-table-color);
    background-color: transparent;
    margin-bottom: 20px;
}
.shipment-detail .card {
    background-color: #f5f5f5;
    margin-right:10px;
}
.shipment-detail .card table {
    background-color: #f5f5f5;
}
.orderpreview-footer {
    padding: 42px 0px 0px;
}
.orderpreview-footer a.back {
    color: var(--purple);
}
ul.ul-preview li {
    list-style: none;
    margin-right: 40px;
    font-size: 16px;
}
ul.ul-preview li:last-child {
    margin-right: 0px;
}
.print-label {
    background-color: #f5f5f5; 
    max-width: 600px;
    margin: 0 auto;
    padding: 32px 32px;
}

.print-inner {
    text-align: center;
    border-bottom: 1px solid #000;
}

.print-inner p>strong {
    font-size: 20px;
    color: #2b3a4b;
    font-weight: bold;
}
 
.print-inner p {
    font-size: 16px;
    color: #2b3a4b;
    font-weight: 600;
}
.print-inner p span.subtitle {
    margin-right: 10px;
    font-weight: bold;
    font-size: 18px;
    color: #2b3a4b;
}
.print-inner.print-noborder {
    border-bottom: none;
}
/* .searchModel .modal-dialog {
    position: relative;
    margin-top: 18.5%;
    margin-right: 3.5%;
    min-width: 880px;
}
.searchModel .modal-dialog .modal-content {
    border-radius: 4px;
} */

.search-custom-popup {
    position: relative;
}
.popupcustom{display: block;opacity: 0;visibility: hidden;   
    /* box-shadow: 0 0 10px rgba(0,0,0,0.2); */
    border-radius: 4px;
    margin-top: 0px;
    position: absolute;
    border: 1px solid rgba(180, 182, 197, 0.38);
    right: 0;
    width: 100%;
    background-color: #fff;
    z-index: 99;
}
.popupcustom.show{ 
    opacity: 1;
    visibility: visible;
 
}
.purchase-order.rightside-content .table-responsive {
    overflow: auto;
}
.inventory-module.rightside-content .table-responsive {
    overflow: auto;
}
.purchase-order.rightside-content{overflow: visible;}
.popupcustom .modal-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 16px 16px;
    color: #744c29;
}
.popupcustom .modal-header button.close.close-modal {
    background-color: #744c29;
    color: #ffff;
    border: none;
    border-radius: 4px;
    margin-right: 10px;
    width: 30px;
    font-size: 18px;
}
.popupcustom .shipment-cards .card {
    background-color: #f5f5f5;
    margin: 16px 16px 0px 10px;
}
.popupcustom .shipment-cards .card .card-body table tbody tr td:first-child {
    width: 40%;
}
.shipment-cards .card .card-body .card-description h6 {
    color: #754c29;
    font-weight: 800;
    font-size: 18px;
    letter-spacing: 0;
}
.shipment-cards .card .card-body .card-description p {
    font-size: 18px;
    font-weight: 500;
    margin: 0px;
}
.shipment-cards .card .card-body .card-description p strong {
    color: #744c29;
    margin-right: 4px;
}
.searchModel .modal-title {
    color: #744c29;
}
.searchModel button.close {
    background-color: #744c29;
    color: #ffff;
    border: none;
    border-radius: 4px;
    margin-right: 10px;
    width: 30px;
    font-size: 18px;
}
ul.list-footer li {
    display: inline-block;
    margin: 10px 10px 0px 0px;
    font-size: 18px;
    font-weight: 500;
}
.action-wrap {
    display: flex;
    justify-content: flex-end;
}
.searchModel .shipment-cards .card {
    background-color: #f5f5f5;
    margin-right:10px;
}
.shipment-cards .card .card-body .table{
    background-color: transparent;
}
.action-wrap button {
    border: 1px solid #45ad1b;
    height: 38px;
    line-height: 38px;
    border-radius: 6px;
    color: #45ad1b;
    text-align: center;
    background-color:transparent;
    font-size: 16px;
    padding: 0px 12px;
}
.action-wrap button:hover {
    background-color: #45ad1b;
    color: #fff;
}
.action-wrap button.remove {
    border-color: red;
    color: red;
}
.action-wrap button.remove.remove-btn:hover {
    background-color: red;
    color: #fff;
}

/***********pims-immersion frame css************/
.pims-immersion {
    position: absolute;
    top: 10%;
    width: 80%;
    min-height: 978px;
    background-color: #fff;
    z-index: 9999;
}

#popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
     /* background: rgba(255, 255, 255, 0.8); */
    background-color: rgba(0, 0, 0, 0.5); /* Adjust the alpha (last value) for transparency */
    z-index: 9999;
}

.all-wrapper.mvpPortal {
    z-index: 99999 !important;
}
.orphan-results .modal-dialog {
    max-width: 80%;
}

.accordion.accordion-flush .accordion-button:not(.collapsed) {
    background-color: transparent;
    padding-left: 0px;
    padding-top: 0px;
}
.accordion-flush .accordion-item .accordion-button {
    border-bottom: 0px;
    color: var(--purple);
    font-size: 14px;
    text-transform: capitalize;
}
.accordion.accordion-flush .accordion-body {
    position: absolute;
    right: 48px;
    z-index: 99;
    left: 48px;
    background-color: rgb(236 236 237);
    box-shadow: 0px 9.75px 9.75px -4.875px rgba(94, 147, 202, 0.03), 0px 24.375px 29.25px -4.875px rgba(94, 147, 202, 0.08);
    border: none;
    min-height: 200px;
    max-height: 200px;
    overflow: auto;
}
.accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0;
    padding-left: 0px;
    padding-top: 0px;
}
.appointment-bg.orphan-result-table>div {
    min-height: 400px;
    max-height: 800px;
    overflow: auto;
    display: block;
}
.appointment-bg.orphan-result-table .accordion-button::after {
    margin-left: 10px;
}
.appointment-bg.orphan-result-table .accordion-button::after {
    margin-left: 10px;
    background-size: 18px;

}
.accordion.accordion-flush .accordion-body table tr{
    border-color: var(--bs-border-color);
    border-bottom-width: 1px;
}
.accordion.accordion-flush .accordion-body table thead tr th {
    font-weight: 700;
    letter-spacing: 0.5px;
    color: var(--bs-table-color);
    border-color: var(--bs-border-color);
    border-bottom-width: 1px;
}

@media (max-width: 1400px) {
    /* .top-content .navbar-expand-lg {
            padding: 0;
            margin: 0
        } */
    .patient-info {
        margin: 27px 0px 30px 0px;
    }
    .procedure .magnifying-glass {
        justify-content: center !important;
        margin: 0 auto !important;
    }
}

@media (max-width: 1280px) {
    .rightside-content {
        padding: 17px 0px 0px 0px;
    }
    .user-management .permissions.appointment-bg .form-check {
        height: 62px;
        margin-bottom: 10px;
    }
}

@media (max-width: 1199px) {
    .patient-info,
    .notepad {
        margin: 0px 0px 30px 0px;
    }
    .permissions.appointment-bg.border-bot .row .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .permissions.appointment-bg.border-bot .row .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .user-management .row .col-xl-12 .login-form {
        margin-top: 30px;
    }
    .form-text.ps-4 {
        padding-left: 0rem !important;
    }
}

@media (max-width: 991px) {
    .sidebar .collapse:not(.show) {
        display: block;
    }
    .rightside-content .dropdown-toggle span {
        display: none;
    }
    .rightside-content {
        margin-top: 123px;
    }
    .sidebar.toggled {
        width: 0 !important;
        padding: 0;
        border: none;
        overflow: hidden;
    }
    .top-content .navbar-expand-lg {
        padding: 5px 12px 10px 12px;
    }
    .top-content .navbar-expand-lg .navbar-collapse {
        flex-basis: 100%;
        flex-grow: initial;
        background-color: var(--lightGray);
    }
    .top-content .navbar-nav .nav-link {
        padding: 8px !important;
    }
    .patient-detail {
        width: 100%;
        border: none;
    }
    .patient-info .card-body {
        border-top: 1px solid rgba(180, 182, 197, 0.5);
        padding: 20px 0px 0px 0px;
        margin: 10px 0px 0px 0px;
        overflow-x: auto;
        width: 100%;
    }
    .patient-info .card-body ul li {
        min-width: 145px;
    }
    .sidebar {
        padding: 17px 0px 0px 10px;
    }
    .sidebar .navbar-collapse {
        flex-basis: auto;
    }
    .sidebar-toggled .top-content {
        width: calc(100% - 0px);
    }
    .sidebar-toggled .rightside-content {
        margin-left: 0px;
    }
    /* #sidebarToggleTop {
                            width: 2.4em;
                            height: 2.4em;
                            background-color: rgb(95, 65, 178, 0.5);
                            border-radius: 3em;
                            line-height: 1.8em;
                            border: none;
                            padding: 4px 9px;
                            box-shadow: none;
                        }
                        #sidebarToggleTop:hover,
                        #sidebarToggleTop:focus {
                            background-color: rgb(95, 65, 178, 1);
                        } */
    header {
        position: static;
    }
    .login {
        flex-direction: column;
    }
    .login-image {
        position: static;
        width: 100%;
        padding: 20px 0;
    }
    .login .login-form {
        width: 547px;
        margin: 0 auto;
        max-width: 100%;
    }
    .login-form {
        width: 100%;
        margin: 0 auto;
        max-width: 100%;
    }
    .login-form .form-check .btn-link {
        height: auto;
    }
    /* .login-form .form-check {
                              display: block;
                          } */
    .login-form .form-check .form-check-label {
        padding: 0 0.75rem;
    }
    .patient-info .card-body ul + ul {
        padding: 15px 0 15px 0;
    }
    .user-management .login-form {
        width: 100%;
    }
    .permissions .login-form .form-check {
        display: flex;
    }
    .tabs_wrapper .tab-content > .tab-pane {
        display: block;
        opacity: 1;
    }
    .edit-client .login-form {
        width: 100%;
    }
    .edit-client .accordion-body {
        margin-top: 10px;
    }
    #collapseEight .tab-content > .tab-pane.active {
        display: block;
    }
    #collapseEight .tab-content > .tab-pane {
        display: none;
    }
}

@media (max-width: 767px) {
    .login-image h3 {
        font-size: 1.2em;
        padding: 0 10px;
    }
    .waiht + .input-group > .form-control {
        flex: 1 0 75%;
    }
    #weight-error {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .sidebar {
        padding: 10px 0px 0px 0px;
        width: 150px;
    }
    .sidebar .navbar-expand-lg .navbar-collapse {
        overflow-y: auto;
        height: 390px;
        width: 100%;
    }
    .sidebar .navbar-expand-lg .navbar-nav .nav-link {
        width: auto;
    }
    .sidebar .navbar-nav .nav-item {
        text-align: center;
    }
    .sidebar .navbar {
        align-items: center;
    }
    .sidebar .navbar-collapse .navbar-brand {
        margin: 0 auto;
        text-align: center;
        display: block;
        width: 100px;
    }
    .sidebar .navbar-nav .nav-item span {
        display: block;
    }
    .top-content .navbar .navbar-brand {
        font-size: 1.5rem;
    }
    .rightside-content {
        margin-left: 150px;
    }
    .top-content {
        width: calc(100% - 150px);
    }
    .rightside-content {
        margin-top: 103px;
    }
    .rightside-content a.navbar-brand {
        font-size: 1.5em;
    }
    .tasks .navbar + .d-flex {
        display: block !important;
    }
    .tasks .nav {
        width: 100%;
    }
    .tasks .nav .nav-item {
        width: 50%;
    }
    .tasks .nav .nav-link {
        width: 100%;
        height: 100%;
    }
    .tasks .user-info {
        width: 220px;
    }
    .tasks .navbar {
        padding: 5px;
    }
    .sidebar-toggled .tasks .navbar {
        padding: 20px;
    }
    .patient-info,
    .notepad {
        margin: 0px 0px 10px 0px;
    }
    .permissions.appointment-bg.border-bot .row .col-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .consults .d-flex {
        display: block !important;
    }
    .consults .right-btn .m-0 p {
        width: auto !important;
    }
    .consults .edit-client {
        min-width: auto;
        width: 100%;
        margin-bottom: 15px !important;
    }
    .appointment-bg {
        padding: 10px;
    }
    .login-form.patient-info .d-flex {
        display: block !important;
    }
    #js-daterangepicker-predefined span {
        font-size: 14px;
    }
    .client-management .appointments-today .card {
        margin: 0 7px 12px 0;
    }
}

@media (max-width: 480px) {
    .sidebar {
        padding: 17px 0px 0px 0px;
    }
}

@media (max-width: 420px) {
    .tasks h4 {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
}

/* ---------------------Loader-------------------------- */

#site-loader {
    width: 100vw;
    height: 100vh;
    margin: 0;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: fixed;
    z-index: 9990;
}
.loader {
    width: 6vmax;
    height: 6vmax;
    border-right: 3px solid #754C29;
    border-radius: 100%;
    -webkit-animation: spinRight 800ms linear infinite;
    animation: spinRight 800ms linear infinite;
}
.loader:before,
.loader:after {
    content: "";
    width: 4vmax;
    height: 4vmax;
    display: block;
    position: absolute;
    top: calc(50% - 2vmax);
    left: calc(50% - 2vmax);
    border-left: 2px solid #754C29;
    border-radius: 100%;
    -webkit-animation: spinLeft 800ms linear infinite;
    animation: spinLeft 800ms linear infinite;
}
.loader:after {
    width: 2vmax;
    height: 2vmax;
    top: calc(50% - 1vmax);
    left: calc(50% - 1vmax);
    border: 0;
    border-right: 1px solid #754C29;
    -webkit-animation: none;
    animation: none;
}
@-webkit-keyframes spinLeft {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(720deg);
    }
}
@keyframes spinLeft {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(720deg);
    }
}
@-webkit-keyframes spinRight {
    from {
        transform: rotate(360deg);
    }
    to {
        transform: rotate(0deg);
    }
}
@keyframes spinRight {
    from {
        transform: rotate(360deg);
    }
    to {
        transform: rotate(0deg);
    }
}

/*------------reports---------------*/
.edit-reports.edit-client #collapseTwo .appointment-bg,
.edit-reports.edit-client #collapseFour .appointment-bg {
    padding: 30px;
}
.edit-reports .login-form .btn-primary {
    background-color: #f4f6f9;
    border-color: #f4f6f9;
}
.edit-reports.rightside-content .right-btn .btn-primary {
    color: var(--purple);
}
.edit-reports .login-form .btn-primary:hover,
.edit-reports .login-form .btn-primary:focus {
    background-color: #eceef1 !important;
    border-color: #eceef1 !important;
}
.edit-reports .login-form .right-btn {
    margin-top: 32px;
}
#Div2,
#Div4 {
    display: none;
}
#Div4 {
    position: relative;
}
.info {
    position: absolute;
    top: 50%;
    left: 150px;
    transform: translateY(-50%);
}
.info.info2 {
    top: 200px;
    transform: none;
    right: 200px;
    left: auto;
}
.info p {
    color: var(--white);
    font-size: 40px;
    font-weight: 600;
    margin: 0;
}
.info p span {
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0px;
    text-align: left;
    display: block;
}
