.payment-chose-div i {
    color: #535353;
}

.xdsoft_datetimepicker {
    float: left;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.appoinment-booking-area .single-booking-support {
    min-height: 300px;
}

.appoinment-booking-area .form-wrap .form-control {
    padding: 1px 7px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 2px;
    margin-bottom: 10px;
    border-color: #d2d2d2;
    height: 30px !important;
}

.appoinment-booking-area .form-wrap {
    text-align: center;
}

.heard-about {
    text-align: left;
}

.appoinment-booking-area {
    margin-top: -65px;
}

.appoinment-booking-area .single-booking-area {
    padding: 20px;
    background-color: #fff;
    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;
}

#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: 220px;
    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;
}

.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;
}

.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 {
    float: left;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    margin: 3px 3px;
    padding: 9px 9px;
    cursor: pointer;

}

#divPaymentMethod {
    max-width: 300px;
    padding-top: 10px;
}

.payment-chose-div img {
    width: 87px;
    height: 32px;
}

.payment-chose {
    background: var(--theamColorRgba);
    border: 1px solid var(--theamColorRgba);
}

.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;
}

#coupon_code {
    height: auto !important;
    margin-bottom: auto !important;
    padding: 10px 20px !important;
    font-size: 20px !important;
}

/* Highlight available dates in green */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_date.has-availability:not(.xdsoft_other_month):not(.xdsoft_current) {
    background-color: #d4edda !important;
    color: #155724 !important;
    font-weight: bold !important;
    opacity: 1 !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_date.has-availability:not(.xdsoft_other_month):not(.xdsoft_current):hover {
    background-color: #c3e6cb !important;
}

/* Force enable dates that have availability */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_date.has-availability {
    cursor: pointer !important;
    pointer-events: auto !important;
    opacity: 1 !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_date.xdsoft_current {
    background-color: var(--theamColor) !important;
    color: #fff !important;
}

/* PREMIUM REDESIGN OVERRIDES */
.appoinment-booking-area .single-booking-area {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08) !important;
    border-radius: 12px !important;
    border-top: 4px solid #d4af37;
    background-color: #ffffff;
    padding: 30px !important;
}

.wizard>.steps {
    display: flex;
    justify-content: center;
    margin-bottom: 30px !important;
    position: relative;
}

.wizard>.steps>ul {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 10px;
}

.wizard>.steps>ul>li {
    width: 33.33%;
    text-align: center;
    position: relative;
}

.wizard>.steps a, .wizard>.steps a:hover, .wizard>.steps a:active {
    background: transparent !important;
    color: #999;
    padding: 10px;
    border-radius: 0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.wizard>.steps .number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background-color: #f5f5f5;
    color: #999;
    border-radius: 50%;
    margin-right: 8px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.wizard>.steps .current a {
    color: #d4af37 !important;
}

.wizard>.steps .current .number {
    background-color: #d4af37 !important;
    color: #fff !important;
    box-shadow: 0 4px 10px rgba(212, 175, 55, 0.3);
}

.wizard>.steps .done a {
    color: #fff !important;
}

.wizard>.steps .done .number {
    background-color: #333 !important;
    color: #fff !important;
}

.wizard>.content {
    background: transparent;
    border: none;
    padding: 20px 0;
}

.wizard>.actions {
    text-align: right;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eaeaea;
}

.wizard>.actions a, .wizard>.actions a:hover, .wizard>.actions a:active {
    background: #d4af37 !important;
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 10px rgba(212, 175, 55, 0.3);
    border: none;
    transition: all 0.3s ease;
}

.wizard>.actions a:hover {
    background: #b5952f !important;
    transform: translateY(-2px);
}

.wizard>.actions ul li.disabled a, .wizard>.actions ul li.disabled a:hover {
    background: #e0e0e0 !important;
    color: #999;
    box-shadow: none;
    cursor: not-allowed;
}

.divTimeSlot {
    border: 1px solid #eaeaea !important;
    border-radius: 6px !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.02) !important;
    transition: all 0.2s ease;
}

.divTimeSlot:hover {
    border-color: #d4af37 !important;
    color: #d4af37 !important;
    background: #fffcf5 !important;
}

.divTimeSlotActive {
    background: #d4af37 !important;
    border-color: #d4af37 !important;
    box-shadow: 0 4px 10px rgba(212, 175, 55, 0.3) !important;
}

#divOrderSummary {
    border: none !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    border-radius: 10px !important;
    overflow: hidden;
    background: #fff;
}

#divOrderSummary h5 {
    background: #333 !important;
    color: #d4af37 !important;
    border-radius: 0;
    padding: 15px 25px !important;
    margin: 0;
    font-weight: 600;
    letter-spacing: 1px;
}