:root {
    --background-color-error: #fff;
    --text-color-error: #000;
    --active-day: #3dda91;
    --active-day-text: #000;
    --black: #000;
    --white: #fff;

    --font-weight-5: 500;
    --alert-padding: 0.6rem;
}

.fs-error {
    font-size: 0.775rem;
    font-weight: 650;
}

.select2-container--default .select2-selection--single {
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
    padding: 0.375rem 0.75rem;
    height: calc(2.25rem + 2px);
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 1.5;
}

#notifications {
    cursor: pointer;
    position: fixed;
    right: 0px;
    z-index: 9999;
    bottom: 0px;
    margin-bottom: 22px;
    margin-right: 15px;
    max-width: 300px;
}

.ck-editor__editable,
.email-body {
    min-height: 30rem !important;
}

#filter-dropdown {
    width: auto;
    display: inline-block;
    margin-left: 10px;
}

#today-button {
    margin-left: 10px;
}

.calendar-data td {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.calendar-data tr:first-child td {
    border-top: 1px solid #ddd;
}

.calendar-data td {
    vertical-align: top !important;
}

.date__entry {
    font-size: 0.95rem !important;
}

.disabled-td {
    pointer-events: none;
    opacity: 0.5;
    background-color: #e5dddd !important;
}

.active_day {
    background-color: var(--active-day) !important;
    color: var(--active-day-text) !important;
}

/* ---------------------------------------Modification----------------------------------------------------------------- */

.calendar-header {
    /* display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px; */
    border-bottom: 1px solid #e9ecef;
    /* background-color: #f8f9fa; */
}

.calendar-header h2 {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
}

.header-right .btn-group {
    margin-left: auto;
}

/* .calendar-header .header-left {
    display: flex;
    align-items: center;
    gap: 10px;
} */

/* .calendar-header .btn-today {
    font-size: 0.875rem;
    margin-right: 10px;
    border-radius: 20px;
} */

.calendar-header .form-control {
    font-size: 0.875rem;
    padding: 5px 10px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    width: 250px;
}

.calendar-header .btn-group .btn-dark {
    font-size: 0.875rem;
    font-weight: 600;
    padding: 6px 16px;
    background-color: #212529;
    border-color: #212529;
    border-radius: 4px;
}

.table-calendar {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

/* .table-calendar th,
.table-calendar td {
    border: 1px solid #e9ecef;
    padding: 10px;
    vertical-align: top;
    font-size: 0.875rem;
    color: #495057;
} */

.table-calendar th {
    background-color: #f8f9fa;
    font-weight: 600;
    text-align: center;
}

.table-calendar .event {
    /* padding: 10px; */
    border-radius: 4px;
    font-size: 0.875rem;
    color: #212529;
    margin-bottom: 5px;
    text-align: left;
    padding: 0 5px;
    overflow: hidden;
    word-wrap: break-word;
}

.calendar-view .custom-letter-spacing {
    letter-spacing: 0.5px;
}

.calendar-view .calendar-container {
    /* margin: 0px !important; */
    margin-top: 5px;
    background: #fff;
    -webkit-transition: width 0.1s ease;
    -o-transition: width 0.1s ease;
    transition: width 0.1s ease;
}

.calendar-view .custom-color {
    color: rgb(14, 14, 14);
}

.calendar-view .calendar-fw-bold {
    font-weight: 600;
    line-height: 28px;
}

/* Specific styles for different event statuses */
.table-calendar .event.event-pending {
    background-color: #eaebb5;
    border-left: 4px solid #eeda23;
}

.table-calendar .event.event-confirm {
    background-color: #d4edda;
    border-left: 4px solid #28a745;
}

.table-calendar .event.event-rejected {
    background-color: #ffccd5;
    border-left: 4px solid #f75f7d;
}

.table-calendar .event.event-complete {
    background-color: #cce5ff;
    border-left: 4px solid #007bff;
}

.table-calendar .event p {
    font-size: 0.75rem;
    margin: 5px 0 0 0;
    color: #6c757d;
    text-wrap: wrap;
}

.time-column {
    width: 60px;
    text-align: right;
    font-size: 0.875rem;
    font-weight: 600;
    background-color: #f8f9fa;
    border-right: 1px solid #e9ecef;
    padding-right: 10px;
}

.time-column td {
    height: 50px;
    padding-right: 10px;
}

.table-calendar .listingTitle {
    z-index: 3;
    color: #686868;
    background: var(--white);
    font-size: 0.8em !important;
    padding: 5px 3px !important;
    font-weight: 400;
    position: relative;
    cursor: default;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.table-calendar .timeslot:hover {
    z-index: 10;
}

.table-calendar .timeslot {
    font-weight: 400;
    height: 84px;
    font-size: 0.9em;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    border: 1px solid #fff;
    z-index: 1;
}

/* .navigation-arrows {
    font-size: 0.875rem;
    cursor: pointer;
    color: #495057;
    background-color: #ffffff;
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 5px 10px;
    margin-right: 10px;
} */

.dropdown-toggle::after {
    margin-left: 10px;
}

/* canva */
.offcanvas-end {
    /* width: 350px; */
    background-color: #f8f9fa;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
}

.btn-link {
    color: #007bff;
    text-decoration: none;
    padding-left: 0;
}

.btn-link:hover {
    text-decoration: underline;
}

.text-muted {
    color: #6c757d;
    font-size: 12px;
}

/* ----------------- */
.appointment-details-page .appointment-details-date-time {
    color: #313131;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.appointment-details-page .appt-info,
.appointment-details-page .appt-info-no-flex {
    width: 100%;
    word-break: break-word;
    padding: 8px 0;
    border-bottom: 1px solid #e1e1e1;
}

.appointment-details-page .appt-info .horizontal-align {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.appointment-details-page .primary-btn {
    color: #0888c8;
    text-decoration: none !important;
}

.appointment-details-page .btn-group .btn {
    margin-right: 5px;
}

.appointment-details-page.offcanvas.offcanvas-end {
    /* width: auto !important; */
    max-width: 500px;
}

.appointment-details-page .appointment-details-label .btn-small {
    line-height: 25px;
}

.appointment-details-page .top-container .btn-detail-back {
    margin: 0 !important;
}

.appointment-details-page .top-container {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 10px;
}

.appointment-details-page .offcanvas-header .btn-close {
    background: transparent;
    border: none;
    padding: 0;
}

.appointment-details-page .offcanvas-header .btn-close .btn-close svg {
    width: 22px;
    height: 22px;
}

.appointment-details-page .appointment-details-header {
    font-weight: var(--font-weight-5);
    font-size: 22px;
    margin-top: 44px;
}

.appointment-details-page .appointment-details-header .label {
    margin-right: 22px;
}

.appointment-details-page .appointment-details-header-margin {
    padding-bottom: 14px !important;
}

.appointment-details-page .vertical-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.appointment-details-page .appt-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.appointment-details-page .appt-info-label-container,
.appointment-details-page .detail-value.total-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.appointment-details-page .detail-label {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    font-size: 14px;
    line-height: 22px;
}

.appointment-details-page .detail-value {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    text-align: right;
}

.btn-inverse {
    background-color: #ebebeb;
    color: #313131;
}

.btn-inverse:hover {
    background-color: #f6f6f6;
}

.btn-inverse:focus {
    background-color: #d6d6d6;
}

.btn-inverse:active {
    background-color: #ebebeb;
}

.btn-group .btn-inverse {
    border-color: var(--white);
}

.btn-danger,
.btn-delete {
    border-color: hsla(0, 0%, 100%, 0);
    background-color: hsla(0, 0%, 100%, 0);
    color: #ec3e3d;
}

.calx13sept24-calendar {
    background-color: #f8f9fa;
    border-radius: 8px;
    max-width: 400px;
    margin: 0 auto;
}

.calx13sept24-month-title {
    font-weight: bold;
    color: var(--black);
}

.calx13sept24-row div {
    padding: 6px;
    cursor: pointer;
}

.calx13sept24-calendar button {
    color: #007bff;
    font-size: 18px;
    border: none;
}

.calx13sept24-calendar button:focus {
    outline: none;
}

.calx13sept24-calendar .card {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.calx13sept24-selected {
    background-color: var(--active-day);
    color: var(--black);
    border-radius: 10%;
    font-weight: bold;
}

.servx13sept24-service-container {
    background-color: #f8f9fa;
    max-height: 300px;
    overflow-y: auto;
    padding: 0.85rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    /*border: 1px solid #ddd;*/
}

.servx13sept24-service-item {
    border-bottom: 1px solid #ddd;
    border-radius: 5px;
    position: relative;
    padding-bottom: 0.05rem;
}

/* ----------------------------------------------Booking Page In User---------------------------------------------------------- */

.animated-underline {
    position: relative;
    display: inline-block;
    color: var(--black);
    text-decoration: none;
}

.animated-underline::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: var(--black);
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s ease-out;
}

.animated-underline:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.otp-input {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 24px;
    margin: 0 5px;
    border: 1px solid #ced4da;
    border-radius: 10px;
    transition: border-color 0.3s;
}

.otp-input:focus {
    border-color: #495057;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.btn-verify {
    background-color: #212529;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 10px;
    margin-top: 20px;
    transition: background-color 0.3s;
    width: 100%;
}

.btn-verify:hover {
    background-color: #343a40;
}

.resend-link {
    color: #212529;
    display: block;
    margin-top: 15px;
    text-decoration: none;
    transition: color 0.3s;
}

.resend-link:hover {
    color: #495057;
}

/* Media Query for Smaller Screens (Tablet and Mobile) */
@media (max-width: 768px) {
    .calendar-table th,
    .calendar-table td {
        height: 25px;
        width: 25px;
    }

    .calendar-data tr td {
        min-width: 2rem;
        max-width: 2rem;
    }

    .calendar-data td,
    .calendar-data th {
        min-height: 2rem;
        height: 2rem;
    }

    .calendar-event {
        font-size: 10px;
    }

    .device-d-none {
        display: none;
    }
}

/* Media Query for Extra Small Screens (Mobile) */
@media (max-width: 576px) {
    .calendar-header h2 {
        font-size: 16px;
    }

    .device-d-none {
        display: none;
    }

    .appointment-details-page.offcanvas.offcanvas-end {
        /* width: auto !important; */
        max-width: 100%;
    }
}

/* ---------------------------------------------------------------------------------- */

.alert-custom {
    border-radius: 12px;
    background: rgb(51, 51, 51);
    color: rgb(255, 255, 255);
    animation: 0.35s cubic-bezier(0.21, 1.02, 0.73, 1) 0s 1 normal forwards
        running go1245975167;
    padding: var(--alert-padding);
}

.go2072408551 {
    display: flex;
    align-items: center;
    background: #fff;
    color: #363636;
    line-height: 1.3;
    will-change: transform;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1), 0 3px 3px rgba(0, 0, 0, 0.05);
    max-width: 350px;
    pointer-events: auto;
    padding: 8px 10px;
    border-radius: 8px;
}

.alert-custom .close {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
    position: absolute;
    right: 10px !important;
    top: 50% !important;
    transform: translateY(-50%);
    opacity: 0.7;
    margin-top: -15px !important;
}

.alert-custom .close:hover {
    opacity: 1;
}

.alert-custom .close::before {
    content: "×";
    font-family: sans-serif;
    font-size: 20px;
}

/* Icon Styles */
.alert-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    min-width: 35px;
    border-radius: 50%;
    margin-right: 15px;
    font-size: 20px;
}

.alert-custom .alert-message {
    display: flex;
    justify-content: center;
    margin: 4px 10px;
    color: inherit;
    flex: 1 1 auto;
    white-space: pre-line;
}

.alert-notify-success .alert-icon::before {
    content: "\e801";
    font-family: "Tim Icons";
}

.alert-notify-info .alert-icon::before {
    content: "\e802";
    font-family: "Tim Icons";
}

.alert-notify-warning .alert-icon::before {
    content: "\e803";
    font-family: "Tim Icons";
}

[data-notify="icon"] {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    border-radius: 5px;
}

.notify-success {
    background: url("../../Resource/image/alert-success.svg") no-repeat center;
}

.notify-warning {
    background: url("../../Resource/image/alert-warning.svg") no-repeat center;
}

.notify-danger {
    background: url("../../Resource/image/alert-danger.svg") no-repeat center;
}

.notify-info {
    background: url("../../Resource/image/alert-info.svg") no-repeat center;
}

.alert-notify-danger .alert-icon::before {
    content: "\e804";
    font-family: "Tim Icons";
}

@media only screen and (max-width: 768px) {
    .hide-on-mobile {
        display: none;
    }
}

.cancelmodalBox .modal-content {
    border-radius: 0;
    border: 2px solid #000;
    padding: 10px;
}

.cancelmodalBox .modal-heading {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}

.modal-textarea textarea::placeholder {
    color: #67748e;
}

.modal-textarea textarea {
    height: 180px;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 100%;
    padding: 8px;
    resize: none;
    outline: none !important;
    font-size: 14px;
}

.back-btn {
    margin-left: 0 !important;
    padding: 10px 25px 10px 25px !important;
    text-transform: capitalize;
    background-color: #3b3b3b;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    list-style: none;
    border: 1px solid transparent;
    white-space: nowrap;
    font-weight: 600;
}

.back-btn:hover {
    background-color: #038890;
    border: 1px solid #038890;
    color: var(--white);
}

.reset-btn {
    padding: 12px 25px 11px 25px !important;
    margin: 0;
    border-radius: 4px;
    font-size: 14px;
    list-style: none;
    border: 1px solid transparent;
    white-space: nowrap;
    font-weight: 600;
    background-color: #038890;
    border: 1px solid #038890;
    color: #fff;
}

.reset-btn:hover {
    background-color: #3b3b3b;
    color: #fff;
}

.password-filed {
    position: relative;
}

.eye-icon-bx {
    position: absolute;
    top: 10px;
    right: 15px;
}

.btn_close {
    background-color: transparent;
    border: none;
    padding: 0;
}

.payment-method-box .select_bank_inner {
    min-height: 90px;
    width: 100%;
    align-items: flex-start;
    border: 2px solid transparent;
    cursor: pointer;
    margin: 0;
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.payment-method-box .form-check-input:checked + .select_bank_inner {
    background-color: #fff;
    border: 2px solid #038890;
    color: #038890;
}

.select_bank_inner {
    border-radius: 10px;
    background: #f1f1f1;
    padding: 14px 21px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.payment-method-box
    .form-check-input:checked
    + .select_bank_inner
    .select_bank_left
    .card_heading {
    color: #038890;
}

.payment-method-box .card_heading {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    padding-top: 7px;
}

.select-paymat-heading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.modal-heading-track {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: capitalize;
    color: #000;
}

.aapInfo_list_bx {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    width: 100%;
}

.aapInfo_items_bx {
    display: flex;
    gap: 7px;
    margin-bottom: 5px;
    justify-content: space-between;
}

.aapInfo_items_bx:last-child {
    margin-bottom: 0;
}

.aapInfo_itemsTrack {
    display: block;
    min-width: 86px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.aapInfo_itemsTrack svg {
    width: 20px;
    min-width: 20px;
    height: 20px;
}

.details-bx {
    padding: 0 !important;
    border-bottom: 1px solid #e1e1e1 !important;
    padding-bottom: 20px !important;
    margin-bottom: 20px;
}

.status-label {
    background: #f0f3f5;
    padding: 3px 20px;
    border-radius: 20px;
    margin-bottom: 10px;
    display: block;
    width: fit-content;
    font-size: 14px;
    margin-left: auto;
}

.modalMain_heading {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.address-track {
    font-weight: 400;
}

.aapInfo_items_bx a {
    color: #767483;
    font-weight: 400;
}

.status-box {
    display: flex;
    justify-content: flex-end;
    gap: 5px;
    flex-wrap: wrap;
}

.calendarHeading_box {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.sectionHeading {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
}

.cursor-pointer {
    cursor: pointer;
}

.back_page_height {
    min-height: calc(100vh - 42px);
}

/* Base styles for larger screens */
@media (min-width: 768px) {
    .day-column {
        display: table-cell;
    }
    .mobile-day-arrow{
        display: none;
    }
}

/* For mobile devices, hide all columns except the first one */
@media (max-width: 767px) {
    .day-column {
        display: none;
    }

    .mobile-day-arrow {
        display: block;
    }

    .day-column.active {
        display: table-cell;
    }

    .event {
        width: 100%;
        box-sizing: border-box;
    }

    .table-calendar {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}