.booking_calendar{margin:0;padding:0;font-family:'Poppins', sans-serif;background:#fff;border-radius:10px;box-shadow:0 15px 40px rgba(0,0,0,0.12)}.booking_calendar *{margin:0;padding:0}.booking_calendar header{display:flex;align-items:center;padding:25px 30px 10px;justify-content:space-between}.booking_calendar header .calendar-navigation{display:flex}.booking_calendar header .calendar-navigation span{height:38px;width:38px;margin:0 1px;cursor:pointer;text-align:center;line-height:38px;border-radius:50%;user-select:none;color:#aeabab;font-size:1.9rem;display:flex;align-items:center;justify-content:center}.booking_calendar header .calendar-navigation span:last-child{margin-right:-10px}.booking_calendar header .calendar-navigation span:hover{background:#f2f2f2}.booking_calendar header .calendar-navigation span svg{height:50%;overflow:visible}.booking_calendar header .calendar-current-date{font-weight:500;font-size:1.45rem}.booking_calendar .calendar-body{padding:20px}.booking_calendar .calendar-body ul{list-style:none;flex-wrap:wrap;display:flex;text-align:center}.booking_calendar .calendar-body .calendar-dates{margin-bottom:20px}.booking_calendar .calendar-body .calendar-dates li{position:relative;z-index:1;height:50px;display:flex;justify-content:center;align-items:center}.booking_calendar .calendar-body .calendar-dates li.inactive{color:#aaa}.booking_calendar .calendar-body .calendar-dates li.today{color:#fff}.booking_calendar .calendar-body .calendar-dates li .active{position:absolute;content:'';z-index:-1;top:50%;left:50%;width:40px;height:40px;border-radius:50%;transform:translate(-50%, -50%);background:#6332c5}.booking_calendar .calendar-body .calendar-dates li.last_half_booked::after{position:absolute;content:'';z-index:-2;right:0;width:50%;height:100%;background:#ff9e9e;border-radius:10px 0 0 10px}.booking_calendar .calendar-body .calendar-dates li.last_half_booked.inactive::after{background:#ffc2c2}.booking_calendar .calendar-body .calendar-dates li.first_half_booked::before{position:absolute;content:'';z-index:-2;width:50%;height:100%;left:0;background:#ff9e9e;border-radius:0 10px 10px 0}.booking_calendar .calendar-body .calendar-dates li.first_half_booked.inactive::before{background:#ffc2c2}.booking_calendar .calendar-body .calendar-dates li.last_half_unbookable::after{position:absolute;content:'';z-index:-2;right:0;width:50%;height:100%;background:#dedede;border-radius:10px 0 0 10px}.booking_calendar .calendar-body .calendar-dates li.last_half_unbookable.inactive::after{background:#eeeeee}.booking_calendar .calendar-body .calendar-dates li.first_half_unbookable::before{position:absolute;content:'';z-index:-2;width:50%;height:100%;left:0;background:#dedede;border-radius:0 10px 10px 0}.booking_calendar .calendar-body .calendar-dates li.first_half_unbookable.inactive::before{background:#eeeeee}.booking_calendar .calendar-body .calendar-dates li.booked{background:#ff9e9e}.booking_calendar .calendar-body .calendar-dates li.booked.inactive{background:#ffc2c2}.booking_calendar .calendar-body .calendar-dates li.unbookable{background:#dedede}.booking_calendar .calendar-body .calendar-dates li.unbookable.inactive{background:#eeeeee}.booking_calendar .calendar-body li{width:calc(100% / 7);font-size:1.07rem;color:#414141;border:0.5px solid #eeeeee}.booking_calendar .calendar-body .calendar-weekdays li{cursor:default;font-weight:500;height:50px;display:flex;align-items:center;justify-content:center}
/*# sourceMappingURL=booking_calendar.css.map */