#CalendarReplace {
    background: #ffffff;
    box-shadow: 0 0 24px 0 rgb(0 0 0 / 22%);
    border-radius: 2px;
}
#CalendarReplace .choosendate {
    padding: 20px;
    background: #23527c;
    display: inline-block;
    width: 100%;
    color: #fff;
}
#CalendarReplace h4 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
}
#CalendarReplace > p {
    font-weight: bold;
    margin: 0;
    padding: 20px 0 10px 0;
    text-align: center;
    text-transform: capitalize;
}
#CalendarReplace table thead ,#CalendarReplace table tr {
    background: transparent;
}
#CalendarReplace table {
    border-collapse: separate;
    border-spacing: 10px;
    width: 100%;
    display: table;
}
#CalendarReplace table.calendar tr th {
    background: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.33;
    text-align: center;
    color: rgba(0, 0, 0, 0.87);
    opacity: 0.4;
    padding: 9px;
}
#CalendarReplace table.calendar tr td {
    padding: 5px;
    text-align: center;
    border: none;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.33;
    color: #444444;
}
#CalendarReplace table.calendar .calendar-day-np.calendar-day-disable {
    opacity: 0;
}
#CalendarReplace table td p {
    font-size: 12px;
    font-weight: bold;
}
#CalendarReplace table.calendar tr td.calendar-day {
    cursor: pointer;
}
#CalendarReplace table.calendar tbody tr td.today-day-number {
    background: red;
    color: #fff;
    border-radius: 37px;
    width: 35px;
    height: auto;
    line-height: 2;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
#CalendarReplace table.calendar tbody tr td.selected {
    background: #23527c;
    color: #fff;
    border-radius: 37px;
    width: 35px;
    height: auto;
    line-height: 2;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
#CalendarReplace table.calendar tbody tr td.selected p, #CalendarReplace table.calendar tbody tr td.today-day-number p {
    color: #fff;
}
#CalendarReplace table.calendar tr td {
    padding: 5px;
    text-align: center;
    border: none;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.33;
    color: #444444;
}
.choosendate h4 {
    color: #fff;
    margin-bottom: 0;
    font-family: 'Lato', sans-serif;
}
.booking-calendar  .buttonmonth #previous,.booking-calendar  .buttonmonth #next {
    position: absolute;

    cursor: pointer;
    left: 36px;
    top: 117px;
    font-size: 12px;
}
.booking-calendar  .buttonmonth #next {
    right: 36px;
    left: auto;
}
.tx-wng-booking-hours-title {
    font-size: 13px;
    font-weight: 500;
    color: #444444;
    margin: 15px 0;
}

#CalendarSliderReplace .switch {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 13px;
    margin-bottom: 13px;
}
#CalendarSliderReplace .switch label {
    font-size: 13px;
    font-weight: 500;
    color: #444444;
}

#CalendarSliderReplace .switch label {
    font-size: 13px;
    font-weight: 500;
    color: #444444;
}
#CalendarSliderReplace .switch label .lever:before {
    background-color: rgba(189,9,38,0.35);
}
#CalendarSliderReplace .switch, #CalendarSliderReplace .switch * {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#CalendarSliderReplace .switch label {
    cursor: pointer;
}
#CalendarSliderReplace .switch label input[type=checkbox] {
    opacity: 0;
    width: 0;
    height: 0;
}

#CalendarSliderReplace .switch label input[type=checkbox]:checked+.lever:before, #CalendarSliderReplace .switch label input[type=checkbox]:checked+.lever:after {
    left: 18px;
}


#CalendarSliderReplace .switch label input[type=checkbox]:checked+.lever:after{
    background-color: #23a832 ;
}
#CalendarSliderReplace .switch label input[type=checkbox]:checked+.lever{
    background-color: #b1e3ab ;
}

#CalendarSliderReplace .switch label input[type=checkbox][disabled]:checked+.lever {
    background-color: rgba(189,9,38,0.35) ;
}

#CalendarSliderReplace .switch label input[type=checkbox][disabled]:checked+.lever:after {
    background-color: #bd0926 ;
}

#CalendarSliderReplace .switch label .waiting:checked+.lever {
    background-color: #ff99659c !important;
}
#CalendarSliderReplace .switch label .waiting[disabled]:checked+.lever:after {
    background-color: #ff6617 !important;
}
#CalendarSliderReplace .switch label .lever {
    content: "";
    display: inline-block;
    position: relative;
    width: 36px;
    height: 14px;
    background-color: rgba(0, 0, 0, 0.38);
    border-radius: 15px;
    margin-right: 10px;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    vertical-align: middle;
    margin: 0 16px;
}
#CalendarSliderReplace .switch label .lever:before, #CalendarSliderReplace .switch label .lever:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    left: 0;
    top: -3px;
    -webkit-transition: left 0.3s ease,  background .3s ease,  -webkit-box-shadow 0.1s ease,  -webkit-transform .1s ease;
    transition: left 0.3s ease,  background .3s ease,  -webkit-box-shadow 0.1s ease,  -webkit-transform .1s ease;
    transition: left 0.3s ease,  background .3s ease,  box-shadow 0.1s ease,  transform .1s ease;
    transition: left 0.3s ease,  background .3s ease,  box-shadow 0.1s ease,  transform .1s ease,  -webkit-box-shadow 0.1s ease,  -webkit-transform .1s ease;
}
#CalendarSliderReplace .switch label .lever:before {
    background-color: rgba(38, 166, 154, 0.15);
}
#CalendarSliderReplace .switch label .lever:after {
    background-color: #F1F1F1;
    -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

#CalendarSliderReplace .switch input[type=checkbox][disabled]+.lever {
    cursor: default;
    background-color: rgba(0, 0, 0, 0.12);
}

#CalendarReplace table.calendar .calendar-day-np p {
    color: #e0dcdc ;
}
#powermail_field_date {
   display: none;
}