.datepicker-orient-bottom {
    display: block !important;
    position: absolute !important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
}

.datepicker {
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr;
}


.appointment-btn-icon {
    position: fixed;
    top: 235px;
    right: 0px;
    background-color: #ededed;
    padding: 12px 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 8px 0 0 8px;
    z-index: 5;
}

.appointment-btn-icon svg {
    height: 30px;
    width: 30px;
}

.appointment-btn-icon svg path {
    stroke: #545454;
}


.alert {
    padding: 10px 15px;
    gap: 10px;
    margin-bottom: 15px;
}

.alert.alert-danger {
    background-color: #f8d7da;
    color: #842029;
}

.d-none {
    display: none;
}


.appointment-forms .final_step .appointment-wrp {
    display: flex;
    justify-content: center;
    align-items: center;
}

.appointment-forms .final_step .form-group,
.appointment-forms .final_step .form-group label {
    margin: 0;
}

.appointment-forms .final_step .form-group span {
    display: flex;
    align-items: center;
    gap: 10px;
}

.appointment-forms .final_step .form-group span svg {
    height: 20px;
    width: 20px;
}

.appointment-forms .final_step .form-group span svg path {
    fill: var(--white);
}

.appointment-forms .final_step .form-group span {
    background: var(--theme-color);
    color: var(--white);
    padding: 10px 15px;
    border-radius: 10px;
}

.form-one .appointment-wrp .form-group .chose-files {
    background-color: var(--theme-color);
    border-radius: 15px;
    color: var(--white);
    text-align: center;
    cursor: pointer;
    position: relative;
}

.chose-files input {
    font-size: 0px;
    border: 0;
    outline: none;
    cursor: pointer;
    padding: 20px;
}

.form-one .appointment-wrp .form-group .chose-files span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    color: white;
}

.form-one .appointment-wrp .form-group .chose-files input::-webkit-file-upload-button {
    display: none;
}

.form-one .appointment-forms {
    height: 100%;
}

.appointment-sec .checkbox-custom .timeslot-flexible {
    border-color: var(--black) !important;
}

.appointment-sec .checkbox-custom .timeslot-flexible span {
    font-weight: 600 !important;
}

.toast {
    background-color: #ff3a6e;
    padding: 12px;
    color: var(--white);
    border-radius: 5px;
}

.toast.bg-primary {
    background-color: #0CAF60;
}

.toast .d-flex {
    display: flex;
    align-items: center;
    gap: 20px;
}

.position-fixed {
    position: fixed;
    top: 15px;
    right: 15px;
    max-width: 300px;
    width: 100%;
}

.btn-close {
    box-sizing: content-box;
    width: 16px;
    height: 16px;
    padding: 4;
    color: #000000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 16 16'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 10px;
    opacity: 0.5;
    filter: invert(1) grayscale(100%) brightness(200%);
    margin: 0 0 0 auto;
}

.toast.showing {
    opacity: 0;
}

.toast:not(.show) {
    display: none;
}

.toast-body {
    font-size: 14px;
}

.finle-step-btn .step-btn-wrapper {
    display: flex;
    gap: 15px;
    margin-left: auto;

}

.appointment-sec .step-btns .action-btn {
    gap: 15px;
    display: flex;
    padding-top: 10px;
}

.payment-method-form .radio-group {
    margin-bottom: 15px;
}

.finle-step-btn .step-btn-wrapper,
.Shoppint-Cart-btn .action-btn {
    display: flex;
    gap: 15px;
}

.appointment-sec {
    margin-bottom: 60px;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}


#payment-options-container .radio-group {
    margin-bottom: 15px;
}

.appointment-form .form-group ul.list {
    max-height: 300px;
    overflow-y: auto;
}
.appointment-form .form-group ul.list::-webkit-scrollbar {
    width: 7px;       /* increase width */
    height: 7px;      /* horizontal scrollbar height */
}
.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important;
}

.appointment-sec .appointment-wrp .step-btns.finle-step-btn {
    display: flex !important;
    justify-content: end !important;
}

.promo-code-wrapper {
    position: relative;
}

.promo-code-wrapper .btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    border-radius: 10px !important;
}

.promo-code-wrapper .form-control {
    padding-right: 95px;
    border-radius: 10px;
}

.appointment_info_details {
    gap: 15px;
}

.promo_code {
    margin-right: auto;
}

.errors {
    color: red;
}



/* sanjay style css start  */
.file-preview-wrapper {
    margin-bottom: 15px;
    position: relative;
}

.file-metadata {
    background: var(--second-color);
    padding: 10px;
    border: 1px solid #ccc;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    word-break: break-word;
}

.progress {
    width: 100%;
    background-color: var(--white);
    overflow: hidden;
    height: 15px;
}

.progress-bar {
    height: 100%;
    width: 0%;
    background-color: var(--theme-color);
    text-align: center;
    color: var(--white);
    line-height: 15px;
    transition: width 0.3s ease;
}

.remove-cross.text-danger {
    cursor: pointer;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -15px;
    right: -18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: red;
    color: var(--white);
    border-radius: 100%;
}

.no-staff-message {
    color: #ff0000;
}

body .fancybox__backdrop {
    opacity: 0.8 !important;
}

.description-wrapper p {
    padding-top: 7px;
    line-height: 1.3;
    color: #595959;
}

.input-wrapper.file-input-wrapper {
    padding: 0px;
    width: 100%;
}

.input-wrapper.file-input-wrapper .chose-files {
    max-width: 200px;
    width: 100%;
}

.time-slot-list .checkbox-custom {
    list-style: none;
}

.form-one .appointment-sec .tabs li {
    list-style: none;
}

.Formlayout2-v1 .appointment-sec .container {
    padding: 0px;
}

.Formlayout3-v1 .appointment-sec .container {
    padding: 0px;
}

.Formlayout9-v1 .appointment-sec .container {
    padding: 0px;
}


.appointment-sec .container-offset.offset-right,
.appointment-sec .container-offset.offset-left {
    padding: 0px;
}

.form-one.Formlayout9-v1 .appointment-wrp .form-group .choices__input{
    padding: 11px;
}

@media only screen and (max-width: 991px) {
    .Formlayout5-v1 .form-inner {
        gap: 15px;
    }

    .Formlayout5-v1.form-one .form-right-inner {
        padding: 10px;
    }
       .remove-cross.text-danger {
        top: -9px;
        right: -8px;
    }
}


@media only screen and (max-width: 767px) {
    .finle-step-btn .btn {
        padding: 10px 14px !important;
    }

    .appointment-sec {
        margin-bottom: 30px;
    }

    .row .step-section-top {
        padding: 0px;
    }

    .Formlayout3-v1 .booking-step-nav-item {
        padding: 4px;
    }

    .form-one .appointment-sec .tabs li {
        font-size: 14px;
    }

    .form-one .form-right-inner .section-title h2 {
        font-size: 16px;
    }

    .form-one.Formlayout6-v1 .steps {
        padding: 0px;
    }

    .form-one.Formlayout6-v1 .booking-step-row ul li.booking-step-nav-item {
        margin: 70px -70px 20px 20px;
        padding: 5px 5px;
        min-width: 180px;
    }

 
}

@media only screen and (max-width: 575px) {
    .finle-step-btn .step-btn-wrapper {
        width: 100%;
        margin-left: 0;
    }

    .appointment_info_details p {
        font-size: 14px;
        padding: 5px 15px;
    }

    .appointment-btn-icon {
        padding: 10px;
    }

    .appointment-btn-icon svg {
        height: 25px;
        width: 25px;
    }


    .Formlayout3-v1 .flatpickr-calendar.inline {
        left: -5px;
    }

    .Formlayout7-v1 .flatpickr-calendar.inline {
        left: -5px;
    }

    .Formlayout6-v1 .flatpickr-calendar.inline {
        left: -7px;
        width: 285px;
    }

    .Formlayout4-v1 .flatpickr-calendar.inline {
        left: -10px;
        width: 300px;
    }

    .Formlayout4-v1 .flatpickr-weekdays {
        width: 300px;
    }

    .Formlayout6-v1 .flatpickr-weekdays {
        width: 285px;
    }

    .Formlayout4-v1 .dayContainer {
        width: 300px;
        max-width: 300px;
        min-width: 300px;
    }

    .Formlayout6-v1 .dayContainer {
        width: 285px;
        max-width: 285px;
        min-width: 285px;
    }


    .Formlayout5-v1 .flatpickr-calendar.inline {
        left: 0px;
        width: 300px;
    }


    .Formlayout5-v1 .flatpickr-weekdays {
        width: 300px;
    }

    .Formlayout5-v1 .dayContainer {
        width: 300px;
        max-width: 300px;
        min-width: 300px;
    }


    .Formlayout10-v1 .flatpickr-calendar.inline {
        left: -7px;
        width: 285px;
    }


    .Formlayout10-v1 .flatpickr-weekdays {
        width: 285px;
    }

     .Formlayout10-v1 .dayContainer {
        width: 285px;
        max-width: 285px;
        min-width: 285px;
    }


}