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