.fc-1 {
    color: #141414;
}

.fc-2 {
    color: #656565;
}

.fc-3 {
    color: #32B87D;
}

.fc-4 {
    color: #092767;
}

.fc-5 {
    color: #132637;
}

.fc-6 {
    color: #0D5CF9;
}

.fc-b {
    color: #000;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

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

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-17 {
    font-size: 17px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-24 {
    font-size: 24px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

input[type="date"] {
    -moz-appearance: textfield;
}

input[type="date"] {
    appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.text-underline {
    border-color: inherit;
    border-bottom: 1px solid;
}

.card-20 {
    padding: 20px;
    border-radius: 10px;
    background: #fff;
}

.card-hdr {
    margin: 0 0 20px;
}

.card-h2 h2 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin: 0;
}

.btn-w-icon i {
    margin-right: 15px;
}

.rdt_TableHeadRow {
    background: #f6f4fc !important;
}

.table-avatar-info {
    display: flex;
}

.gap-10 {
    gap: 10px;
}

.gap-20 {
    gap: 20px;
}

.gap-30 {
    gap: 30px;
}

.avatar-icon {
    width: 30px;
    height: 30px;
}

.table-ainfo {
    width: calc(100% - 40px);
}

.ant-switch.ant-switch-checked {
    background-color: #34C759;
}

.avatar-icon img {
    border-radius: 50%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.badge-border {
    font-size: 12px;
    padding: 4px 15px;
    border-radius: 20px;
}

.badge-active {
    color: #092767;
    border: 1px solid #092767;
    background: #0927670D;
}

.badge-inactive {
    color: #FE754A;
    border: 1px solid #FF3B30;
    background: #FE754A0D;
}

.table-btn-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
}

.table-btn-list .btn {
    border-radius: 6px;
    padding: 5px 15px;
    font-weight: 500;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
}

.table-btn-list .btn i {
    margin-right: 10px;
}

.btn.btn-edit {
    border: 1px solid #656565;
    color: #656565;
}

.btn.btn-edit:hover {
    background: #656565;
    color: #fff;
}

.btn.btn-delete {
    color: #F82F56;
    border: 1px solid #F82F56;
}

.btn.btn-delete:hover {
    background: #f82f56;
    color: #fff;
}

.btn.btn-view {
    color: #092767;
    border: 1px solid #092767;
}

.btn.btn-view:hover {
    background: #092767;
    color: #fff;
}

.btn.btn-resch {
    color: #F5A623;
    border: 1px solid #F5A623;
}

.btn.btn-resch:hover {
    background: #F5A623;
    color: #fff;
}

.btn.btn-join {
    background: #32B87D;
    border: 1px solid #32B87D;
    color: #fff;
}

.btn.btn-join:hover {
    background: #2bf19b;
    color: #fff;
}

.appointment-join-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

@media (max-width: 767px) {
    .appointment-join-actions .btn.btn-join,
    .appointment-join-actions .btn.btn-join-call {
        width: 100%;
        justify-content: center;
    }
}

.btn.btn-download,
.btn.btn-refund {
    color: #656565;
    border: 1px solid #656565;
}

.btn.btn-download:hover,
.btn.btn-refund:hover {
    background: #656565;
    color: #fff;
}

.modal-form-hdr h2 {
    font-weight: 600;
    font-size: 23px;
    color: #141414;
    margin: 0;
}

.modal-form-hdr {
    border-bottom: 1px solid #14141433;
    padding: 5px 0 15px;
    align-items: center;
}

.modal-form-hdr i {
    font-size: 20px;
    color: #1D1B20;
    cursor: pointer;
    transition: all 0.5s;
    transform-origin: center;
}

.modal-form-hdr i:hover {
    color: #F82F56;
    transform: rotate(180deg);
}

.mform-subhdr {
    font-size: 20px;
    font-weight: 500;
    color: #141414;
    margin: 0 0 30px;
}

.modal-form {
    padding: 15px 0 0;
}

.card-bg-1 {
    background: #0927670D;
    padding: 20px;
    border-radius: 10px;
}

.data-info-list-1 {
    border-bottom: 1px solid #D7D9DC;
    padding: 0 0 20px;
    margin: 0 0 20px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.data-info-list-1 li:not(:last-child) {
    border-right: 1px solid #D7D9DC;
    padding-right: 25px;
}

.data-info-list-1-wq.data-info-list-1 li {
    width: calc(50% - 15px);
}

ul {
    padding: 0;
    margin: 0;
}

.data-info-list-2 {
    display: flex;
    flex-flow: wrap;
    gap: 25px;
}

.data-info-list-2 li {
    min-width: 30%;
}

.data-info-list-2-lw.data-info-list-2 li {
    min-width: 22%;
}

.data-info-list-2 h5 {
    margin: 0 0 5px;
}

.data-info-list-1 h5 {
    margin: 0 0 10px;
}

.mndr-tag {
    margin: 0 0 0 10px;
    font-size: 14px;
    font-weight: 400;
    background: #0927670D;
    padding: 5px 10px;
    color: #141414;
}

.card-15 {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    margin: 0 0 30px;
}

.dash-card i {
    color: #092767;
    font-size: 24px;
}

.dash-card p {
    color: #656565;
    margin: 5px 0 10px;
}

.dash-card h3 {
    margin: 0;
    font-size: 25px;
    color: #141414;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-10 {
    padding-bottom: 10px;
}

.bb1 {
    border-bottom: 1px solid #E5E5EF;
}

.bt1 {
    border-top: 1px solid #E5E5EF;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-05 {
    margin-bottom: 5px;
}

.p-10 {
    padding: 10px;
}

.card-hdr-link i {
    margin-left: 10px;
    font-size: 20px;
}

.card-hdr-link {
    font-weight: 500;
    color: #656565;
    display: inline-flex;
    align-items: center;
}

.bookingrange-btn.bookingrange-btn-white {
    background: #fff;
    border: 1px solid #14141433;
    height: 44px;
    gap: 5px;
    white-space: nowrap;
}

.bookingrange-btn {
    border: 1px solid #CCCCCC;
    background: #F9F9F9;
    border-radius: 5px;
    color: #232323;
    display: inline-flex;
    align-items: center;
    height: 40px;
    padding: 0 10px;
    gap: 20px;
}

.bookingrange-btn i {
    font-size: 20px;
}

.nav-tabs.nav-tabs-d1 {
    border: 0;
    background: #0927670D;
    width: 100%;
    padding: 7px;
    border-radius: 10px;
    display: inline-flex;
    gap: 5px;
    flex-flow: wrap;
}

.nav-tabs.nav-tabs-d1 a {
    flex: 1 0 0;
    border: 0;
    text-align: center;
    color: #000;
    border-radius: 10px;
    transition: all 0.5s;
}

.nav-tabs.nav-tabs-d1 a.active {
    background: #092767;
    color: #fff;
}

.nav-tabs.nav-tabs-d1 a:focus {
    /* background: transparent;
    color: #000; */
    background: #004fa8;
    color: #fff;
}

/* .appointment_tab_custom_focus .nav-tabs.nav-tabs-d1 a:focus{
     background: transparent;
    color: #000;
} */

.nav-tabs.nav-tabs-d1 a:hover {
    /* background: transparent;
    color: #000; */
    /* background: #004fa8;  */
    background: #09276747;
    color: #000;
}

.nav-link-active {
    background: #092767 !important;
    color: #fff !important;
}

.nav-link-disabled {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}

.nav-tabs.nav-tabs-d1.nav-tabs-d1-nolink a:focus,
.nav-tabs.nav-tabs-d1.nav-tabs-d1-nolink a:hover {
    background: linear-gradient(to right, #092767, #0153ab, #004896, #5caa98, #004fa8);
    color: #fff;
}

.nav-tabs.nav-tabs.nav-tabs-d1.nav-tabs-d1-nolink a:not(.active),
.nav-tabs.nav-tabs.nav-tabs-d1.nav-tabs-d1-nolink a:not(.active):hover {
    background: transparent;
    color: #000;
    cursor: not-allowed !important;
}

.mhdr-tag {
    background: #0927670D;
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
    padding: 5px 10px;
    white-space: nowrap;
    display: inline-flex;
}

.card-hdr-b {
    border-bottom: 1px solid #14141433;
    padding: 0 0 20px;
    margin: 0 0 30px;
}

.card-hdr-b h3 {
    font-size: 23px;
    font-weight: 600;
    margin: 0;
}

.card-b1 {
    border: 1px solid #3F404033;
}

.data-info-list-1.bb0,
.modal-form-hdr.bb0 {
    border-bottom: 0;
}

.card-w-hdr {
    background: #fff;
    border: 1px solid #E5E5E5;
    border-radius: 6px;
}

.bg-hdr {
    background: #E5E5E5;
    padding: 10px;
}

.card-y-20 {
    padding: 15px 20px;
}

.card-border {
    border: 1px solid #E6E9F4;
    border-radius: 6px;
}

.x-20 {
    padding-left: 20px;
    padding-right: 20px;
    ;
}

.y-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.card-lab-info-l {
    border-right: 1px solid #14141433;
    margin-right: 20px;
    padding-right: 20px;
}

.card-lab-info-r {
    width: calc(100% - 200px);
}

.card-bg-1.p-15 {
    padding: 15px;
}

.lab-report-file-list {
    display: flex;
    gap: 10px;
    flex-flow: wrap;
}

.lab-report-file-list li {
    width: calc(50% - 10px);
    background: #fff;
    padding: 15px 20px;
    border-radius: 6px;
}

.lreport-r .btn-primary {
    background: #0927670D;
    color: #656565;
    width: 38px;
    height: 38px;
}

.lreport-r .dropdown-toggle::after {
    display: none;
}

.fu1 {
    display: none;
}

.fu1+label {
    background: #0927670D;
    cursor: pointer;
    margin: 0;
    padding: 10px 10px;
    border-radius: 10px;
    white-space: nowrap;
}

.fu1+label:hover {
    background: #dad7f0;
}

.fu1+label i {
    margin-right: 5px;
}

.modal-form-ib-1 .form-group {
    margin-bottom: 15px;
}

.modal-btn-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 30px 0 0;
}

.form-btn-list {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 30px 0 0;
}

.modal-btn-list .btn,
.form-btn-list .btn {
    font-family: var(--font-family-titillium-web);
    padding: 10px 30px;
    font-size: 16px;
    border-radius: 10px;
    text-transform: uppercase;
}

.form-group .form-group {
    margin: 0;
}

.card-hdr .btn {
    font-family: 'Titillium Web';
}

.bl-auth-card {
    background: #0927670D;
    border-radius: 6px;
    padding: 10px;
}

.auth-img-grid {
    position: relative;
    display: inline-flex;
    align-items: flex-end;
}

.auth-img-grid-input {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}

.filed2 {
    opacity: 0;
    position: absolute;
    width: 100%;
    /* Full width of label */
    height: 100%;
    /* Full height of label */
    top: 0;
    left: 0;
    cursor: pointer;
    /* Ensures it's clickable */
}

.filed2+label {
    background: #fff;
    border-radius: 50%;
    padding: 5px;
    display: inline-flex;
    width: 24px;
    height: 24px;
    color: #092767;
    align-items: center;
    justify-content: center;
    /* Center icon */
    position: absolute;
    right: 0;
    cursor: pointer;
    overflow: hidden;
    /* Ensure hidden input does not affect layout */
}


.modal-btn-list .btn-trans:hover,
.form-btn-list .btn-trans:hover {
    background: #f25666;
    color: #fff;
}

.follow-icon i {
    width: 45px;
    height: 45px;
    background: #EDF2FF;
    border-radius: 6px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #656565;
    font-size: 20px;
    margin: 0 0 10px;
    position: relative;
    z-index: 1;
}

.active .follow-icon i {
    background: #092767;
    color: #fff;
}

.follow-stages {
    padding: 10px 0;
    display: flex;
}

.follow-stages li {
    text-align: center;
    flex: 1 0 0;
}

.follow-icon {
    position: relative;
    margin: 0 0 10px;
}

.follow-stages li .follow-icon:after {
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    background: #ddd;
    top: 20px;
    right: 50%;
}

.follow-stages li:first-child .follow-icon:after {
    display: none;
}

.follow-stages .active .follow-icon:after {
    background: #092767;
}

.pat-info-grid-top {
    display: flex;
    gap: 20px;
}

.pat-info-img {
    width: 85px;
}

.pat-info-img img {
    border-radius: 50%;
}

.pat-info-topdata {
    width: 100%;
}

.pat-l1 {
    display: flex;
    flex-flow: wrap;
    gap: 20px;
}

.pat-l1 li {
    width: calc(50% - 10px);
}

.table-sort-grid {
    display: flex;
    gap: 10px;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
}

.table-sort-grid .form-select {
    background-color: #0927670D;
    color: #656565;
    font-size: 14px;
    height: 33px;
    font-weight: 500;
}

.tab-search-box {
    position: relative;
    display: flex;
    align-items: center;
}

.tab-search-box i {
    position: absolute;
    left: 12px;
    color: #656565;
    font-size: 18px;
}

.tab-search-box input[type="text"] {
    padding-left: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #14141433;
    border-radius: 8px;
    max-width: 200px;
}

.table.cust-table-1 th {
    min-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 130px;
    background: #0927670D;
}

.table.cust-table-2 th {
    background: #0927670D;
}

.table.cust-table-2 th,
.table.cust-table-1 th,
.table.cust-table-2 td,
.table.cust-table-1 td {
    border: 0;
}

.table.cust-table-2 td.bt1 {
    border-top: 1px solid #E5E5E5;
}

.list-ifo-wtick {
    display: flex;
    flex-flow: wrap;
    gap: 10px;
    font-size: 12px;
}

.list-ifo-wtick>span {
    width: calc(50% - 5px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-ifo-wtick i {
    margin-right: 10px;
    font-size: 16px;
}

.para-count {
    background: #092767;
    color: #fff;
    border-radius: 4px;
    margin: 0 0 0 5px;
    padding: 2px 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.file-d1 {
    width: 100%;
    border: 1px solid #E6E6E6;
    border-radius: 6px;
    cursor: pointer;
}

.file-d1::file-selector-button {
    background: #0927670D;
    font-size: 14px;
    color: #8C8C8C;
    font-weight: 400;
    padding: 0 25px;
    border: 0 none;
    height: 55px;
}

.formAdd-upload1 .file-d1::file-selector-button {
    height: 44px;
}

.formAdd-upload1 .file-d1 {
    background: #0927670D;
}

.file-info-grid {
    background: #F6F4FC;
    border-radius: 8px;
    padding: 15px 20px;
    display: inline-flex;
    justify-content: space-between;
    gap: 10px;
    margin: 10px 0 0;
}

.file-info-grid i {
    margin-right: 5px;
}

.p-form textarea.form-control {
    height: auto;
    min-height: 105px;
    resize: none;
}

.form-inp-group label {
    display: block;
}

.form-inp-group {
    position: relative;
}

.form-inp-group input[type="text"] {
    padding-left: 85px;
    border: 1px solid;
    height: 55px;
    border-radius: 10px;
    border: 1px solid #D5D4D4;
    width: 100%;
}

.form-inp-g-txt {
    position: absolute;
    left: 20px;
    font-size: 16px;
    color: #000;
    top: 15px;
    border-right: 1px solid #14141433;
    width: 50px;
}

.form-inp-g-txt i {
    font-size: 24px;
}

.cust-dd .btn.btn-primary {
    background: #0927670D;
    border-radius: 5px;
    border: 1px solid #656565;
    font-size: 12px;
    font-weight: 500;
    color: #656565;
    height: 37px;
    min-width: 122px;
}

.cust-dd .btn.btn-primary:after {
    display: none;
}

.cust-dd .btn.btn-primary i {
    margin-left: 20px;
}

.delete-dialog {
    text-align: center;
}

.delete-dialog h2 {
    font-size: 24px;
    font-weight: 500;
    margin: 30px 0 0;
    color: #131523;
}

.rd-list1 {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 0 0 10px;
}

.rd-list1 label {
    margin: 0 0 0 4px;
    cursor: pointer;
}

.message-inp {
    resize: none;
    height: 130px;
    border: 1px solid #14141433;
    border-radius: 5px;
    padding: 15px;
}

.btn.lbl-btn {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    padding: 3px 10px;
}

.t-sline {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;
}

.radius-5 {
    border-radius: 5px;
}

.btn-status1 {
    display: inline-flex;
    background: #D9D9D9;
    height: 37px;
    align-items: center;
    padding: 0 10px;
    border: 1px solid #656565;
    border-radius: 5px;
    font-weight: 500;
    font-size: 12px;
    min-width: 100px;
    text-transform: uppercase;
    color: #141414;
}

.hd-2l {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.dashboard-menuRight .btn-grad {
    background: #092767;
    color: #fff;
}

.btn.btn-gradi {
    background: #092767;
    color: #fff;
}

.btn.btn-borderprimary {
    display: inline-flex;
    border: 1px solid #092767;
    height: 48px;
    align-items: center;
    justify-content: center;
    gap: 15px;
    color: #092767;
    font-size: 16px;
    padding: 5px 30px;
    border-radius: 10px;
}

.btn.btn-bordersecondary {
    display: inline-flex;
    border: 1px solid #FD7272;
    height: 48px;
    align-items: center;
    justify-content: center;
    gap: 15px;
    color: #FD7272;
    font-size: 16px;
    padding: 5px 30px;
    border-radius: 10px;
}

.btn-bookingrange.btn-bookingrange-bg-white {
    background: #fff;
    border: 1px solid #14141433;
}

.btn-bookingrange.btn-bookingrange-bg-white i {
    font-size: 16px;
    color: #141414;
}

.btn-bookingrange {
    background: #f6f4fc;
    display: flex;
    height: 40px;
    align-items: center;
    padding: 5px 15px;
    border-radius: 5px;
    gap: 10px;
    color: #141414;
    cursor: pointer;
}

.btn-bookingrange:hover {
    background: #e2e1e6;
}

.bookingrangeico {
    display: flex;
    gap: 5px;
    align-items: center;
}

.bookingrangeico i {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}


.form-float-input .form-focus .focus-label,
.form-float-input .form-group label,
.form-float-input .inner-wrap .form-focus .focus-label {
    font-size: 15px;
    font-weight: 400;
    pointer-events: none;
    color: #8C8C8C;
    margin-bottom: 5px;
    position: absolute;
    -webkit-transform: translate3d(0, 22px, 0) scale(1);
    -ms-transform: translate3d(0, 22px, 0) scale(1);
    -o-transform: translate3d(0, 22px, 0) scale(1);
    transform: translate3d(0, 22px, 0) scale(1);
    transform-origin: left top;
    transition: 240ms;
    left: 15px;
    top: -12px;
    z-index: 1;
}

.form-float-input .form-focus.focused .focus-label {
    opacity: 1;
    top: -31px;
    font-size: 11px;
    z-index: 1;
    background: var(--white);
    padding: 0 5px;
    color: var(--secondary);
    font-weight: 400;
    width: auto;
}

.form-float-input .form-focus .form-control:focus~.focus-label,
.form-float-input .form-focus .form-control:-webkit-autofill~.focus-label {
    opacity: 1;
    font-weight: 400;
    top: -18px;
    font-size: 12px;
    z-index: 1;
}

.switch-toggle {
    display: none;
}

.switch-toggle+label {
    position: relative;
    padding-left: 44px;
    margin: 0;
    min-height: 24px;
}

.switch-toggle+label:before {
    content: "";
    position: absolute;
    width: 44px;
    height: 24px;
    background: #cdcdcd;
    border-radius: 40px;
    left: 0;
    bottom: 0;
}

.switch-toggle+label:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    left: 2px;
    bottom: 2px;
    border-radius: 50%;
}

.switch-toggle:checked+label:after {
    left: 22px;
}

.switch-toggle:checked+label:before {
    background: #34C759;
}

.stiings-check-list li:not(:last-child) {
    border-bottom: 1px solid #14141433;
    margin: 0 0 24px;
    padding: 0 0 15px;
}

.login-content {
    height: 100vh;
    overflow: hidden;
}

.login-wrapper {
    height: 100%;
    overflow-y: auto;
    padding: 40px 20px;
    align-items: center;
    margin: 0 auto;
}

.loginbg-grid {
    background-image: url('../../assets/images/login-bg-new.png');
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    border-radius: 20px;
    text-align: center;
    padding: 70px 70px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.loginbg-grid:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background-image: linear-gradient(to right, #092767, #0153ab, #004896, #5caa98, #004fa8);
    opacity: 0.5;
    z-index: -1;
    pointer-events: none;
    border-radius: 20px;
}

.loginbg-grid img {
    max-height: 100%;
}

.loginbg-grid-hdr {
    text-align: left;
    color: #fff;
    position: relative;
}

.loginbg-grid-hdr h1 {
    color: #fff;
    font-weight: 500;
    font-size: 45px;
}

.loginbg-grid-img {
    height: calc(100% - 120px);
    display: none;
}

.loginbg-grid-hdr::after {
    content: url(../images/login-text-icon.svg);
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
}

.btn.btn-grey {
    display: inline-flex;
    height: 40px;
    background: #f6f4fc;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
    gap: 10px;
    color: #141414;
}

.btn.btn-grey:hover {
    background: #e2e1e6;
}

.login-header {
    text-align: center;
}

.rdt_Table {
    border: 1px solid #14141433;
    border-radius: 10px;
}

.pnf-bg {
    background: url(../img/404bg.jpg) no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.pnf-card {
    background: #ffff;
    padding: 40px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 4px 10px 10px rgba(0, 0, 0, 0.1);
}

.pnf-card h1 {
    font-size: 136px;
    font-family: var(--font-family-titillium-web);
    color: #004fa8;
}

.pnf-card p {
    font-size: 34px;
    color: #afb0b2;
    font-family: var(--font-family-noto-sans);
    text-transform: uppercase;
}

.pnf-card a {
    background: #092767;
    color: #fff;
    padding: 10px 25px;
    display: inline-flex;
    border-radius: 40px;
}

.pnf-card a:hover {
    background: #004fa8;
}

.form-lbl-alias {
    font-size: 16px;
    font-weight: 400;
    /* pointer-events: none; */
    color: #141414;
    margin-bottom: 5px;
}

.form-lbl-alias .focus-label {
    display: none;
}

.mandatory {
    color: var(--danger);
}

.pro-bg-grid {
    background: #0927670D;
    padding: 20px;
    border-radius: 10px;
    display: flex;
}

.pro-bg-l {
    display: flex;
    gap: 20px;
    align-items: center;
    width: 50%;
}

.pro-bg-r {
    width: 50%;
    border-left: 5px solid #092767;
    padding-left: 15px;
    display: flex;
    align-items: center;
}

.pro-bg-ico {
    width: 85px;
    height: 85px;
    position: relative;
}

.pro-bg-ico-img {
    border-radius: 50%;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.pro-edit {
    bottom: 0;
    position: absolute;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    right: 5px;
    border: none;
    padding: 0;
    cursor: pointer;
    color: inherit;
}

.upload-img-grid {
    width: 100px;
    height: 100px;
}

.upload-img-grid img {
    border-radius: 5px;
}

.btn.btn-plus {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border: 1px solid #14141433;
    border-radius: 5px;
    height: 30px;
    padding: 2px 10px;
    font-size: 14px;
    color: #141414;
}

.btn.btn-plus:hover {
    background: #f4f4f4;
}

.modal-form-up textarea.form-control {
    height: 150px;
    resize: none;
}

.modal-form-up .upload-file-blk .file-upload {
    font-weight: 400;
    font-size: 18px;
}

.ap-date-grid-list {
    display: block;
    white-space: nowrap;
    padding: 0 0 20px;
}

.ap-date-grid-list li {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 95px;
    height: 95px;
    border: 1px solid #14141433;
    border-radius: 10px;
    font-family: 'Titillium Web';
    transition: all 0.5s;
    position: relative;
    cursor: pointer;
}

.ap-date-grid-list li:not(:last-child) {
    margin-right: 10px;
}

.ap-date-grid-list li.active {
    background: #004fa8;
}

.ap-date-grid-list li .btn-none {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.ap-date-day {
    font-weight: 600;
    font-size: 20px;
    color: #000;
}

.ap-date-grid-list li.active .ap-date-day {
    color: #fff;
}

.ap-date-days {
    font-size: 16px;
    font-weight: 600;
    color: #656565C4;
}

.ap-date-grid-list li.active .ap-date-days {
    color: #FFFFFFC4;
}

.ap-date-today .ap-date-days {
    color: #092767;
}

.ap-date-today:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-image: linear-gradient(to right, #092767, #0153ab, #004896, #5caa98, #004fa8);
    right: 10px;
    top: 10px;
}

.ap-date-grid-list li.active:after {
    content: url(../img/icons/tick-white.png);
    position: absolute;
    right: 10px;
    top: 10px;
}

.ap-price-grid {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #14141433;
    border-top: 1px solid #14141433;
    margin: 0 0 25px;
}

.ap-price-card {
    border: 1px solid #3F404033;
    padding: 13px;
    border-radius: 10px;
    color: #141414;
}

.ap-price-card ul {
    display: flex;
    gap: 20px;
    align-items: center;
}

.ap-price-card li:not(:last-child) {
    border-right: 1px solid #14141433;
    padding-right: 20px;
}

.ap-price-card i {
    background: #ecf3fd;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #092767;
    font-size: 20px;
    margin-right: 10px;
}

.ap-available-slot-grid {
    margin: 25px 0 0;
    font-family: 'Titillium Web';
}

.p-available-slot-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.p-available-slot-time {
    background: #6565651A;
    display: inline-flex;
    min-width: 120px;
    height: 44px;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    font-size: 16px;
    color: #000;
    transition: all 0.5s;
    cursor: pointer;
}

.p-available-slot-list .active .p-available-slot-time,
.p-available-slot-list .p-available-slot-time:hover {
    background-image: linear-gradient(to right, #092767, #0153ab, #004896, #5caa98, #004fa8);
    color: #fff;
}

.ap-pay-fee-list,
.ap-pay-total-list {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.ap-pay-fee-list li,
.ap-pay-total-list li {
    display: flex;
    justify-content: space-between;
}

.ap-pay-lbl {
    color: #656565;
}

.ap-pay-price {
    color: #141414;
    font-weight: 500;
}

.ap-pay-total-list.card-bg-1 {
    border: 1px solid #14141433;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0 20px;
}

.ap-pay-total-list li:last-child {
    /* border-top: 1px solid #14141433; */
    padding: 10px 0 0;
}

.ap-pay-total-list li:last-child .ap-pay-lbl {
    font-size: 16px;
    font-weight: 500;
}

.ps-6 {
    padding-left: 54px;
}

.ap-booking-user-img-grid {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ap-booking-user-img-success {
    position: absolute;
}

.ap-booking-user-img-card {
    display: flex;
    position: relative;
    width: 100%;
    padding: 20px 42px;
}

/* .ap-booking-user21::after {
    position: absolute;
    content: url(../img/frame2.png);
    right: 0;
    height: 100%;
    top: 0;
} */
/* .ap-booking-user11 {
    position: absolute;
    left: 0;
    width: 60%;
}

.ap-booking-user21 {
    margin-left: auto;
    width: 60%;
    position: relative;
    height: 250px;
} */

.ap-booking-user21 img {
    height: 100%;
    z-index: 0;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 146%, 32% 53%);
}

.ap-booking-user11,
.ap-booking-user21 {
    width: 50%;
    position: relative;
    height: 308px;
}

.ap-booking-user21::after {
    content: url(../img/ap-frame.png);
    position: absolute;
    right: 45px;
    z-index: 0;
    top: 0;
    left: auto;
}

.ap-booking-user21 {
    width: 70%;
    z-index: 0;
    position: absolute;
    right: 0;
}

.ap-booking-user11 {
    width: 58%;
    position: relative;
    z-index: 0;
}

.ap-booking-user11 img {
    border-radius: 50px;
    height: 100%;
    clip-path: polygon(0 -25%, 72% 29%, 128% 67%, 0 140%);
    position: relative;
    z-index: 6;
}

.ap-booking-user11:after {
    content: "";
    position: absolute;
    width: 150%;
    left: 0;
    background: #fff;
    z-index: -1;
    height: 100%;
}

.checkd1 {
    display: none;
}

.checkd1+label {
    padding-left: 26px;
    position: relative;
    cursor: pointer;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 3px;
    transition: all 0.5s;
}

.checkd1+label:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border: 1px solid #999999;
    border-radius: 4px;
    left: 0;
}

.agree-terms a {
    text-decoration: underline;
    font-weight: 500;
}

.agree-terms {
    font-weight: 500;
    color: #6B7280;
}

.checkd1:checked+label:after {
    background: var(--primarycolor);
}

.checkd1:checked+label:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 6px;
    border-style: solid;
    border-color: #fff;
    border-width: 0 0 2px 2px;
    left: 3px;
    z-index: 1;
    transform: rotate(-53deg);
}

.no-lbl .focus-label {
    display: none;
}

.form-group .form-control::placeholder {
    opacity: 1;
    color: #656565;
}

.radio-group-d1 {
    border: 1px solid #D0D0D0;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    align-items: center;
}

.radio-group-d1 li {
    flex: 1 0 0;
}

.radio-d1 {
    display: none;
}

.radio-d1+label {
    margin: 0;
    cursor: pointer;
    padding-left: 34px;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #656565;
}

.radio-d1+label:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #092767;
    left: 0;
}

.radio-d1:checked+label:before {
    background: #092767;
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 7px;
}

.form-control-filed1 {
    display: none;
}

.form-control-filed1+label {
    display: flex;
    flex-direction: column;
    padding: 30px;
    align-items: center;
    border: 3px dashed #C9C7CE;
    border-radius: 6px;
    color: #757779;
    cursor: pointer;
}

.form-control-filed1+label i {
    width: 40px;
    height: 40px;
    background: #092767;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px;
}

.ufileinfo {
    display: inline-block;
    min-width: 200px;
}

.l-link-list {
    display: flex;
    gap: 10px;
    color: #32B87D;
}

.l-link-list a {
    color: #32B87D;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    display: inline-flex;
    align-items: center;
}

.l-link-list a img {
    margin-right: 3px;
}

.l-link-list a:not(:last-child):after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #65656580;
    border-radius: 50%;
    right: 0;
}

.l-link-list a:not(:last-child) {
    padding-right: 15px;
}

.statbadge i {
    font-size: 18px;
}

.status-completed,
.status-confirmed {
    color: #32B87D;
}

.status-cancelled {
    color: #F82F56;
}

.status-expired {
    color: #A0A0A0;
}

.status-declined {
    color: #FF9800;
}

.status-pending {
    color: #f8c316;
}

.status-followup {
    color: #092767;
}

.statbadge {
    font-size: 12px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.mhdr-tag.mhdr-tag-success {
    background: #32B87D;
    color: #fff;
}

.mhdr-tag.mhdr-tag-danger {
    background: #F82F56;
    color: #fff;
}

.tti {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ad-pos-btn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.btn-grey-i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #f9f9f9;
    border: 1px solid #CCCCCC;
    font-size: 14px;
    font-weight: 400;
    color: #232323;
    padding: 5px 15px;
}

.btn-grey-i:hover {
    background: #e0dede;
}

.income-card-list {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 10px;
}

.income-card-list li {
    flex: 1 1 auto;
    background: #F9F7FC;
    border-radius: 10px;
    border: 1px solid #F9F7FC;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-flow: wrap;
}

.ic-ico {
    width: 60px;
    border-right: 1px solid #14141433;
}

.ic-info {
    width: calc(100% - 70px);
}

/* .ic-info {
    width: calc(100% - 100px);
} */
.ic-ico i {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #092767;
    border-radius: 50%;
    color: #fff;
    font-size: 32px;
}

.income-card-list h5 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
}

.nav-tabs-d1.nav-tabs-d1-fw {
    display: flex;
}

.nav-tabs-d1.nav-tabs-d1-fw a {
    min-width: auto;
    flex: 1 0 0;
    padding: 8px 4px;
}

.trans-inpdate .form-control {
    background: transparent;
    border: 0;
    font-size: 16px;
    font-family: 'Titillium Web';
    color: #141414;
}

/* .upload-holder-inp {
    position: absolute;
    bottom: 16px;
} */
.inpfile3 {
    display: none;
}

.inpfile3+label {
    background: #0927670D;
    border: 1px solid #092767;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    height: 48px;
    padding: 5px 30px;
    border-radius: 100px;
    font-size: 16px;
    color: #092767;
    cursor: pointer;
}

.upimg-dv {
    width: 100%;
    height: 100%;
}

.upimg-dv button.close {
    position: absolute;
    right: 16px;
    top: 16px;
    background: #ffffff;
    opacity: 1;
    padding: 5px;
}

.upimg-dv i {
    color: #f82f56;
    font-size: 18px;
}

.data-list-w-50 {
    display: flex;
    flex-flow: wrap;
    row-gap: 20px;
}

.data-list-w-50 li {
    width: 50%;
}

.ctype-panel .p-panel-header {
    padding: 12px;
    background: #0927670D;
    border-radius: 6px;
}

.ctype-panel .p-toggleable-content {
    padding: 10px 20px;
}

.ctype-panel .p-panel-header-icon {
    border-radius: 50%;
    border: 1px solid #656565;
    width: 20px;
    height: 20px;
}

.ctype-panel .p-panel-header-icon svg {
    width: 10px;
}

.ctype-panel {
    border: 1px solid #E5E5E5;
    border-radius: 6px;
    margin: 0 0 15px;
}

.checkds1list {
    display: flex;
    gap: 15px;
    margin: 0 0 20px;
}

.checkds1 {
    display: none;
}

.checkds1+label,
.medi-time {
    margin: 0;
    cursor: pointer;
    display: inline-flex;
    height: 48px;
    background: #0927670D;
    border: 1px solid #14141433;
    border-radius: 30px;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 10px;
    position: relative;
    color: #000;
    font-size: 14px;
}

.checkds1list li {
    flex: 1 0 0;
}

.checkds1:checked+label:after,
.medi-time.active:after {
    content: url(../img/icons/check-mark2.png);
    position: absolute;
    right: 0;
    top: -10px;
}

.checkds1:checked+label,
.medi-time.active {
    background: #092767;
    color: #fff;
    transition: all 0.5s;
}

.checkds1+label i {
    font-size: 22px;
}

.checkds2-list {
    display: flex;
    flex-flow: wrap;
    gap: 10px;
    margin: 0 0 20px;
}

.checkds2+label {
    width: 100%;
    margin: 0;
    background: #0927670D;
    padding: 13px;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
}

.checkds2 {
    display: none;
}

.checkds2-list li {
    flex: 0 0 calc(33.3% - 10px);
}

.act-tick {
    opacity: 0;
    transition: all 0.5s;
}

.checkds2:checked+label .act-tick {
    opacity: 1;
}

.c-card-hdr {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border: 1px solid #E6E9F4;
    padding: 12px;
    border-radius: 6px 6px 0 0;
    background: #fff;
}

.consultation-card {
    background: #F8F8F9;
}

.call-body {
    display: flex;
    align-items: center;
    justify-content: center;
}

.inlbl {
    min-width: 40%;
    display: inline-flex;
}

.consultation-card .dropdown-toggle::after {
    display: none;
}

.custom-tooltip-chart {
    background: #092767;
    padding: 12px;
    border-radius: 8px;
    position: relative;
    color: #fff;
}

.btn.btn-bg-none {
    padding: 0;
    margin: 0;
}

.table-btn-list-nest {
    display: flex;
    gap: 10px;
}

.table-btn-list-nest .btn-bg-none {
    color: #656565;
    font-weight: 500;
}

.table-btn-list-nest .btn-bg-none:hover {
    color: #092767;
}

.btn-devider {
    padding-left: 10px;
}

.btn-devider .btn {
    height: 100%;
}

.card-ed-btns {
    text-align: right;
    display: flex;
    justify-content: end;
    gap: 10px;
}

.card-ed-btns .btn {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}

.p-available-slot-list .disabled {
    -webkit-filter: blur(2px);
    /* Safari, Older Chrome */
    -moz-filter: blur(2px);
    /* Older Firefox */
    -o-filter: blur(2px);
    /* Older Opera */
    -ms-filter: blur(2px);
    /* Older IE */
    filter: blur(2px);
    /* Standard */
    cursor: not-allowed;
}

.p-available-slot-list .disabled .p-available-slot-time {
    cursor: not-allowed;
}

.dashboard-menuRight .dropdown-item:active {
    background: #fff;
    color: #656565;
}

.table-avatar-info .avatar-icon {
    display: none;
}

.table-avatar-info .table-ainfo {
    width: 100%;
}

.preview.preview-uploaded {
    text-align: center;
}

input[type="time"]::-webkit-datetime-edit-fields-wrapper {
    visibility: hidden;
}

input[type="time"]:focus::-webkit-datetime-edit-fields-wrapper {
    visibility: visible;
}

.lpform-body.form-float-input .form-group .form-control {
    background: #fff;
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #E8E8E8;
    border-radius: 0;
}

.lpform-body.form-float-input .css-1s2u09g-control {
    background-color: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.lpform-body.form-float-input .css-b62m3t-container {
    border-style: solid;
    border-width: 0 0 1px;
    border-radius: 0 !important
}

.lpform-body.form-float-input .css-tlfecz-indicatorContainer,
.lpform-body.form-float-input .css-1hb7zxy-IndicatorsContainer {
    display: none;
}

.lpform-body.form-float-input .form-focus .focus-label span {
    display: none;
}

.header-leftflex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.appointment-alert {
    margin-left: 15px;
    border: 1px solid #FF7C0A;
    display: inline-flex;
    width: 27px;
    height: 27px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #FF7C0A;
}

.appointment-alert:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background: #FF7C0A;
    right: 0;
    top: 0;
    border-radius: 50%;
    border: 1px solid #FFF6DE;
    position: relative;
}

p.table-p p {
    margin: 0;
}

.contact-us-left img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.ap-booking-img-success {
    text-align: center;
    margin: 0 0 40px;
}

.btn-round-download {
    border-radius: 50%;
    background: #d6d9da;
    margin-left: 10px;
    padding: 5px;
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.btn-round-download:hover {
    background: #cdcdcd;
}

.login-wrapper .number-col .react-date-picker__inputGroup input,
.form-focus input {
    border: 0;
    padding: 0;
    min-width: auto;
    background: #fff;
}
.login-wrapper .form-group .form-control {
    background: #fff;
}
.login-wrapper .number-col .react-date-picker__inputGroup input::-webkit-input-placeholder {
    color: transparent;
}

span.react-date-picker__inputGroup__divider {
    color: transparent;
}

.focused span.react-date-picker__inputGroup__divider {
    color: inherit;
}

.react-date-picker__wrapper {
    border: 0 !important;
}

button.react-date-picker__calendar-button.react-date-picker__button {
    display: none;
}

button.react-date-picker__clear-button.react-date-picker__button {
    display: none;
}

.react-date-picker__calendar {
    z-index: 999;
}

input,
textarea {
    font-size: 16px !important;
    touch-action: manipulation;
}

/* datepicker mac fix */

.react-date-picker__calendar {
    z-index: 9999 !important;
    position: absolute !important;
}

.react-date-picker {
    width: 100%;
}

.react-date-picker__wrapper {
    border: none !important;
}

.react-date-picker__inputGroup {
    font-size: 16px !important;
    /* Fixes zoom issue on iOS */
}

/* Logout: use button instead of Link to="#" so router does not steal the click */
button.header-logOut {
    display: inline-flex;
    align-items: center;
    color: #141414;
}

button.mob-header-logOut {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}