#myBooking,#myDeal, #booking-notification, review-form-popup {
    position: relative;
    z-index: 1000;
}
#myBooking .modals-overlay,
#booking-notification .modals-overlay,
#myDeal .modals-overlay,
#review-form-popup .modals-overlay,
#delete-confirmation-popup .modals-overlay {
    background-color: rgba(51, 51, 51, 0.55);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}
#myBooking .modal-inner-wrap,
#booking-notification .modal-inner-wrap,
#myDeal .modal-inner-wrap,
#review-form-popup .modal-inner-wrap,
#delete-confirmation-popup .modal-inner-wrap{
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    pointer-events: none;
    z-index: 1002;
}
#myBooking .modal-content,
#booking-notification .modal-content,
#review-form-popup .modal-content,
#delete-confirmation-popup .modal-content,
#myDeal .modal-content {
    position: absolute;
    margin-left: -400px;
    width: 800px;
    left: 50%;
    z-index: 1002;
    background: #fff;
    pointer-events: auto;
    margin-top: 5rem;
    margin-bottom: 5rem;
    padding: 30px;
}
#delete-confirmation-popup .modal-content{
    width: 500px;
    top: 10%;
    margin-left: -250px;
    padding: 20px;
}
#myBooking .modal-content .modal-header,
#booking-notification .modal-header,
#myDeal .modal-content .modal-header {
    text-align: center;
    padding: 0 0 20px;
    position: relative;
    margin: 0 0 20px;
    border-bottom: 1px solid #e5e6e9;
}
#delete-confirmation-popup .modal-content .modal-header,
#review-form-popup .modal-content .modal-header {
    text-align: center;
    position: relative;
    padding: 0 0 20px;
    margin: 0 0 20px;
}
#review-form-popup .modal-content .sidebar-comment-form {
    position: relative;
    bottom: 0;
    padding-bottom: 20px;
}

#review-form-popup .modal-content .sidebar-comment-form #commentform,
#review-form-popup .modal-content .sidebar-comment-form #form_review {
    border: 1px solid #e5e6e9;
    padding: 20px;
}
#myBooking .modal-content .modal-header .modal-title,
#review-form-popup .modal-content .modal-header .modal-title,
#delete-confirmation-popup .modal-content .modal-header .modal-title,
#booking-notification .modal-header .modal-title,
#myDeal .modal-content .modal-header .modal-title {
    font-size: 30px;
    line-height: 41px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
    margin: 0;
    color: #000;
}
#delete-confirmation-popup .modal-content .modal-header .modal-title{
    font-size: 24px;
}
#myBooking .modal-content .close,
#review-form-popup .modal-content .close,
#delete-confirmation-popup .modal-content .close,
#booking-notification .close,
#myDeal .modal-content .close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 30px;
    color: #000;
    opacity: 1;
    float: none;
    line-height: 15px;
}
#myBooking .modal-content #modal-body,
#review-form-popup .modal-content #modal-body,
#booking-notification #modal-body,
#myDeal .modal-content #modal-body {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 600px;
    padding-right: 10px;
}
#review-form-popup .sidebar-comment-form textarea {
    border: none;
}
#review-form-popup .review-gallery-label,
#review-form-popup .sidebar-comment-form .form-group > label {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    line-height: 19px;
    font-weight: bold;
    color: #000000;
}
#review-form-popup .sidebar-comment-form .buttons.button-2 {
    padding: 13px 25px;
    display: flex;
    align-items: center;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    bottom: -60px;
    left: 0;
}
#handle-update-review:disabled {
    opacity: 0.5;
    cursor: none;
}
#myDeal .modal-content .listing-title {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    color: #000000;
}
#myDeal .modal-content .profile-tagline {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    line-height: 19px;
    font-weight: normal;
    color: #000000;
}
#delete-confirmation-popup .modal-inner-wrap .modal-content #modal-body p{
    font-size: 16px;
    text-align: center;
    margin-bottom: 40px;
}
#delete-confirmation-popup #modal-body .modal-footer{
    display: flex;
    gap: 16px;
    justify-content: center;
}
#delete-confirmation-popup #modal-body .modal-footer .button{
    font-size: 16px;
    font-weight: 700;
    background: var(--accent);
    color: #fff;
}
#delete-confirmation-popup #modal-body .modal-footer .button:hover{
    opacity: 0.9;
}
#myBooking .ui-widget.ui-widget-content,
#myDeal .ui-widget.ui-widget-content {

}
#delete-confirmation-popup .modal-content #modal-body .modal-footer .button{
    padding: 15px 30px;
    border-radius: 5px;
}
.ea-bootstrap .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before,
.ea-bootstrap .ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
    content: none;
}
.ea-bootstrap .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ea-bootstrap .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
    position: absolute;
    top: 0;
    right: 15px;
    background: transparent;
}
.ea-bootstrap .ui-datepicker .ui-datepicker-header .ui-datepicker-next,
.ea-bootstrap .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
}
.ea-bootstrap .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ea-bootstrap .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #BAC0CA;
    content: "";
    background: transparent;
    border-left: none;
    cursor: pointer;
}
.ea-bootstrap .ui-datepicker .ui-datepicker-header .ui-datepicker-next,
.ea-bootstrap .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #BAC0CA;
    content: "";
    background: transparent;
    border-right: none;
    cursor: pointer;
    font-size: 0;
}
#myBooking .ui-datepicker .ui-datepicker-header,
#myDeal .ui-datepicker .ui-datepicker-header {
    margin-bottom: 10px;
}
#myBooking .ea-bootstrap,
#myDeal .ea-bootstrap {
    padding: 5px;
}
#myBooking .ea-bootstrap button,
#myDeal .ea-bootstrap button {
    color: #fff;
}
#myDeal .modal-footer {
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}

#myDeal .modal-footer h4 {
    margin: 0 0 10px;
    padding: 0 10px 5px;
    display: inline-block;
    border-bottom: 1px solid #6322F6;
}
#notification-popup {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    min-height: 70vh;
    display: flex;
    align-items: center;
}
#notification-popup p {
    display: block;
    text-align: center;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 50px;
    line-height: 116px;
    font-weight: 900;
    color: #000000;
    margin: 0;
}
#notification-popup.success {
}
.ea-bootstrap .ui-datepicker .ui-datepicker-calendar {
    margin: 0;
}
.ea-bootstrap .ui-datepicker .ui-datepicker-header,
.ea-bootstrap .ui-datepicker .ui-datepicker-header {
    position: relative;
}
.ea-bootstrap .ui-datepicker .ui-datepicker-header .ui-datepicker-title,
.ea-bootstrap .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    text-align: left;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #000000;
    position: relative;
    max-width: 80%;
}
.ea-bootstrap .ui-widget.ui-widget-content {
    border: 1px solid #BAC0CA;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 15px;
}
.ea-bootstrap .ui-datepicker table {
    border: none;
}
.ea-bootstrap .ui-datepicker .ui-datepicker-calendar th {
    padding: 5px 0 10px;
    border-bottom: 1px solid #BAC0CA;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 16px;
    line-height: 19px;
    font-family: "Roboto", Sans-serif;
    font-weight: normal;
    color: #000;
}
#myBooking .ea-bootstrap .date-time-fields, #myDeal .ea-bootstrap .date-time-fields {
    padding: 0 10px;
}
.ea-bootstrap .ui-datepicker .ui-datepicker-calendar td {
    padding: 10px 0;
    border: none;
    font-size: 16px;
    line-height: 19px;
    font-family: "Roboto", Sans-serif;
    font-weight: normal;
    color: #000;
}
.ea-bootstrap .ui-datepicker .ui-datepicker-calendar td:hover,
.ea-bootstrap .ui-datepicker .ui-datepicker-current-day {
    background: #6C1CFF;
    border-radius: 0;
}
.ea-bootstrap .ui-state-default, .ea-bootstrap .ui-widget-content .ui-state-default {
    font-size: 16px;
    line-height: 19px;
    font-family: "Roboto", Sans-serif;
    font-weight: normal;
    text-align: center;
}
.ea-bootstrap .ui-datepicker .ui-datepicker-calendar td:hover .ui-state-default {
    color: #fff;
}
.ea-bootstrap .ui-datepicker .ui-datepicker-calendar .well {
    padding: 5px 15px;
    background: transparent;
    border: none;
}
.ea-bootstrap .ui-datepicker .ui-datepicker-calendar .time-row td {
    background: #6C1CFF;
}
.ea-bootstrap .ui-datepicker .ui-datepicker-calendar .time-value {
    font-size: 14px;
    line-height: 18px;
    font-family: "Roboto", Sans-serif;
    font-weight: normal;
    color: #000;
}
.ea-bootstrap .ui-datepicker .ui-datepicker-calendar .time-disabled {
    font-size: 14px;
    line-height: 18px;
    font-family: "Roboto", Sans-serif;
    font-weight: normal;
    color: #666;
}
.ea-bootstrap .ui-datepicker .ui-datepicker-calendar .time-value:hover {
    font-size: 14px;
    line-height: 18px;
    font-family: "Roboto", Sans-serif;
    font-weight: normal;
    color: #000;
}
.ea-bootstrap .ui-datepicker .ui-datepicker-calendar .time-value.selected-time {
    color: #fff;
}
.ea-bootstrap .step.final {
    background: #FFFFFF;
    box-shadow: 0 3px 6px #00000029;
    border-radius: 10px;
    margin-bottom: 40px;
}
.ea-bootstrap .fa {
    font-family: "Font Awesome 5 Free";
}
.ea-bootstrap .form-horizontal .step.final .title-style-1 {
    padding: 20px;
    border-bottom: 1px solid #BAC0CA;
    display: flex;
    align-items: center;
    gap: 10px;
}
.ea-bootstrap .form-horizontal .step.final .title-style-1 i {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #6C1CFF;
    padding: 8px;
    text-align: center;
    font-weight: 900;
    color: #fff;
}
.ea-bootstrap .form-horizontal .step.final .title-style-1 h5 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    line-height: 19px;
    font-weight: bold;
    color: #000000;
    margin: 0;
}
.ea-bootstrap .form-horizontal .control-label {
    margin-bottom: 5px;
}
.ea-bootstrap .form-horizontal .control-label.required:after {
    content: "*";
    color: red;
    margin-left: 5px;
}
.ea-bootstrap .form-horizontal .step.final .form-group {
    margin: 0;
    padding: 20px;
    border-bottom: 1px solid #BAC0CA;
}
.ea-bootstrap .form-horizontal .step.final .form-group .form-selection {
    display: flex;
    align-items: center;
    gap: 5px;
}
.ea-bootstrap .form-horizontal .step.final .form-group .form-selection label {
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    font-weight: normal;
}

.ea-bootstrap .form-horizontal .step.final .form-group .form-selection input:checked + label {
    font-weight: bold;
}
.ea-bootstrap .form-horizontal .step.final .form-group:last-child {
    border: none;
}
.ea-bootstrap .form-horizontal .step.final .control-label {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    line-height: 19px;
}
.ea-bootstrap .form-horizontal .step.final .form-control {
    padding: 10px 0 0;
    border: none;
    box-shadow: none;
    box-sizing: content-box;
}
.ea-bootstrap .step.final .ea-actions-group button, .ea-bootstrap .step.final .ea-actions-group a {
    margin: 0;
    background: #6C1CFF;
    border-color: #6C1CFF;
    height: 50px;
    padding: 0;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    line-height: 19px;
    font-weight: 900;
    color: #fff;
}
@media only screen and (max-width: 1024px) {
    #myBooking .modal-content,
    #booking-notification .modal-content,
    #review-form-popup .modal-content,
    #myDeal .modal-content {
        position: absolute;
        margin-left: -300px;
        width: 600px;
        left: 50%;
        z-index: 1002;
        background: #fff;
        pointer-events: auto;
        margin-top: 5rem;
        margin-bottom: 5rem;
        padding: 30px;
    }
}
@media only screen and (max-width: 768px) {
    #myBooking .modal-content,
    #myBooking .booking-notification,
    #booking-notification .modal-content,
    #review-form-popup .modal-content,
    #myDeal .modal-content {
        width: 90%;
        left: 5%;
        margin-left: 0;
        max-width: 600px;
        padding: 15px;
        max-height: 500px;
        overflow-y: auto;
    }
    #myBooking .modal-content #modal-body, #booking-notification #modal-body, #myDeal .modal-content #modal-body {
        padding: 0;
    }
    .ea-bootstrap .form-horizontal .step.final .form-group .form-selection {
        display: block;
    }
    #booking-notification #notification-popup p {
        font-size: 30px;
        line-height: 45px;
    }
    #myBooking .ea-bootstrap .date-time-fields,
    #myDeal .ea-bootstrap .date-time-fields {
        border: none;
        padding: 0;
    }
    #myBooking .ea-bootstrap .date-time-fields .select2-container,
    #myDeal .ea-bootstrap .date-time-fields .select2-container {
        display: block;
        width: 100% !important;
        border: 1px solid #BAC0CA;
        border-radius: 10px;
        padding: 0 10px;
        margin-bottom: 15px;
    }
    .select2-container .select2-dropdown {
        width: 100%;
        max-width: 300px;
    }
    #delete-confirmation-popup .modal-content{
        width: 450px;
        margin-left: -225px;
    }
    #delete-confirmation-popup .modal-content .modal-header {
        padding: 20px 0 0;
        margin: 0;
    }
    #delete-confirmation-popup .modal-inner-wrap .modal-content #modal-body p {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 480px) {
     #delete-confirmation-popup .modal-content{
         width: 300px;
         margin-left: -150px;
     }
 }
