.payment-chose-div i {
    color: #535353;
}

.xdsoft_datetimepicker {
    float: left;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    padding-right: 0;
}

.appoinment-booking-area .single-booking-support {
    min-height: 300px;
}

.appoinment-booking-area .form-wrap .form-control {
    width: 100%;
    padding: 15px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 8px;
    color: #ffffff;
    font-size: 16px;
    transition: all 0.3s ease;
}

.appoinment-booking-area .form-wrap .form-control:focus {
    outline: none;
    border-color: var(--theamColor) !important;
    background: rgba(255, 165, 0, 0.05);
    box-shadow: 0 0 20px rgba(255, 165, 0, 0.2);
    color: white;
}

.appoinment-booking-area .form-wrap {
    text-align: center;
}

.appoinment-booking-area {
    margin-top: -65px;
}

.appoinment-booking-area .single-booking-area {
    padding: 20px;
    background-color: #000;
    border-radius: 10px;
    box-shadow: 0px 0px 30px 0px rgb(0 42 106 / 10%);
    position: relative;
}

#serviceDate {
    width: 242px;
    margin-bottom: 0;
    border-bottom: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    text-align: center;
    background: #fff;
    display: none;
}

#divTopDays {
    padding-top: 18px !important;
}

#iPrvDate {
    background: var(--theamColor);
    padding: 5px 8px 4px 5px;
    border-radius: 24px;
    cursor: pointer;
    color: #fff;
    height: 25px;
    width: 26px;
}

#iNextDate {
    background: var(--theamColor);
    padding: 5px 5px 4px 8px;
    border-radius: 24px;
    cursor: pointer;
    color: #fff;
    height: 25px;
    width: 26px;
}

#iPrvDate:hover {
    background: var(--theamHoverColor);
}

#iNextDate:hover {
    background: var(--theamHoverColor);
}

#divPreNext {
    width: 60px;
}

label {
    font-weight: 500;
    margin-bottom: 1px !important;
    color: var(--theamColor);
}

#divDaysName {
    font-weight: 400;
    font-size: 17px;
    color: var(--theamColor);
}

#divServiceAvaiableTime {
    border: 1px solid #dbdbdb;
    height: 455px;
    border-radius: 2px;
    padding: 7px;
    overflow-y: auto;
}

.divServiceAvaiable {
    padding: 15px;
    padding-top: 6px;

}

.divTimeSlot {
    float: left;
    border: 1px solid #d2d2d2;
    border-radius: 1px;
    margin: 3px 3px;
    padding: 7px 7px;
    background: #fefefe;
    font-weight: 600;
    color: #666363;
    box-shadow: 1px 1px 3px -2px;
    cursor: pointer;
    min-width: 118px;
    font-size: 15px;
}

.divTimeSlotActive {
    color: #fff;
    background: var(--theamColor);
    border-color: var(--theamColor);
    border-radius: 2px;
}

.divTimeSlotActive:hover {
    color: #fff;
    background: var(--theamHoverColor) !important;
    border-color: var(--theamHoverColor) !important;
    border-radius: 2px;
}

.divTimeSlot:hover {
    background: #f5f5f5;
}

.divSelectedService {
    color: #fff;
    border-radius: 2px;
    text-align: left;
    padding: 2px 15px;
    background: var(--theamColor);
}


.wizard>.content>.body {
    float: none;
    position: unset;
    width: auto;
    height: auto;
    padding: 1px;
}

.wizard>.content {
    background: none;
    display: unset;
    margin: auto;
    min-height: auto;
    overflow: auto;
    position: none;
    width: auto;
    -webkit-border-radius: auto;
    -moz-border-radius: auto;
    border-radius: auto;
}


.wizard>.steps .number {
    font-size: 13px;
}

.wizard>.steps {
    margin-bottom: 5px;
}

.wizard>.actions>ul {
    margin-bottom: -4px;
}

.wizard>.actions {
    margin-top: 10px;
}

.wizard>.actions a,
.wizard>.actions a:hover,
.wizard>.actions a:active {
    border-radius: 2px;
}

.wizard>.steps .current a,
.wizard>.steps .current a:hover,
.wizard>.steps .current a:active {
    background: var(--theamColor) !important;
    color: black;
}

.wizard>.steps .done a,
.wizard>.steps .done a:hover,
.wizard>.steps .done a:active {
    background: var(--theamActiveColor) !important;
}

.wizard>.steps a,
.wizard>.steps a:hover,
.wizard>.steps a:active {
    padding: 1px;
    margin: 1px;
    border-radius: 0px;
}

.wizard>.actions a,
.wizard>.actions a:hover,
.wizard>.actions a:active {
    background: var(--theamColor);
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    background: var(--theamColor) !important;
    box-shadow: none;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    color: var(--theamColor);
}

.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
    border: none;
    background: none;
}

.xdsoft_datetimepicker {
    height: 214px;
}


.serviceTime {
    margin: 5px 3px;
}

.cp {
    cursor: pointer;
}

.payment-radio {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    cursor: pointer;
}

.color-black {
    color: #000 !important;
}

.appoinment-booking-area .form-wrap .form-control.border-red {
    border: 2px solid red !important;
}

.disabled-service {
    background: #eeeeee;
    border: 1px solid #d8d1d1;
    color: red;
}

.disabled-service-text {
    text-decoration: line-through !important;
}

.color-success {
    color: #3ac259;
}

@media only screen and (max-width: 768px) {
    .divTimeSlot {
        width: 46% !important;
    }

    /* #divServiceCalendar {
        display: none;
    } */
    .payment-chose-div img{
        height: 20px !important;
    }
}


.payment-chose-div {
    /* float: left; */
    border: 1px solid rgba(255, 165, 0, 0.2) !important;
    border-radius: 2px;
    margin: 3px 3px;
    padding: 9px 9px;
    cursor: pointer;
    background: rgb(255, 255, 255);
    width: 100%;

}

#divPaymentMethod {
    width: 100%;
    padding-top: 10px;
}

.payment-chose-div img {
    /* width: 87px; */
    height: 32px;
}

.payment-chose-div {
    color: white;
    text-align: left;
}

.payment-chose-div small {
    color: #777777;
}

.payment-chose-div h6 {
    margin-bottom: 0;
}

#divPaymentMethod.flex-wrap {
    gap: 15px;
}

#divPaymentMethod.flex-wrap .payment-chose-div {
    width: calc(50% - 15px);
}

.payment-chose {
    background: var(--theamColorRgba);
    border: 1px solid var(--theamColorRgba);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), 0 0 100px rgba(255, 165, 0, 0.1);
}

.payment-chose h5,
.payment-chose h6 {
    color: #000 !important;
}

.payment-chose small {
    color: #000 !important;
}

.payment-chose div {
    color: #fff !important;
}

.payment-chose i {
    color: #fff !important;
}

.table>:not(:first-child) {
    border-top: none;
}

#add-service-btn {
    padding: 3px 9px;
    font-size: 14px;
}

#tbl-service-cart thead tr {
    background: var(--theamColorRgba);
}

#tbl-service-cart {
    border: 1px solid #f1f1f1;
}

#divOrderSummary h5 {
    background: var(--theamColorRgba);
    padding: 11px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding-left: 24px;
}

#divOrderSummary {
    border: 1px solid #f3f0f0;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    padding-bottom: 30px;
}

.summary-service {
    width: 100%;
    float: left;
    padding: 14px 21px;
    border-bottom: 1px solid #f2f2f2;
}

.service-item {
    width: 100%;
    float: left;
    padding: 8px 20px;
}

.service-border-button {
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

#coupon_code {
    height: auto !important;
    margin-bottom: auto !important;
    padding: 10px 20px !important;
    font-size: 20px !important;
}

.xdsoft_datetimepicker .xdsoft_monthpicker {
    display: flex;
    align-items: center;
}

.xdsoft_datetimepicker .xdsoft_today_button {
    margin-left: auto;
}

.xdsoft_datetimepicker .xdsoft_year {
    margin-right: auto;
}

.xdsoft_datetimepicker.xdsoft_inline {
    height: 480px;
}

.xdsoft_datetimepicker table {
    height: 430px;
}

.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
    border: 1px solid rgba(255, 165, 0, 0.2);
}

.xdsoft_datetimepicker .xdsoft_datepicker {
    padding-bottom: 5px !important;
    margin-left: 0 !important;
}

.coupon-container {
    flex-wrap: nowrap;
}

.coupon-container .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.coupon-container .btn-booking {
    width: max-content;
    white-space: nowrap;
    color: black;
}
.redirect-link{
    color: var(--theamColor);
    width: 100%;
    text-align: center;
}

@media(max-width:991px){
    #divServiceAvaiableTime{
        height: auto;
    }
    .xdsoft_datetimepicker.xdsoft_inline{
        height: 385px;
    }
    .xdsoft_datetimepicker table{
        height: 340px;
    }
}