.calendar-day{color:#151544;cursor:pointer;background-color:transparent;border:none;justify-content:center;align-items:center;width:calc(14.2857% - 2px);height:35px;font-size:15px;font-weight:700;display:flex;position:relative}.calendar-day--selected{color:#fff;z-index:1;position:relative}.calendar-day--selected:before{content:"";z-index:-1;background-color:#151544;border-radius:50%;width:35px;height:35px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.calendar-day--disabled{color:#8f9daf;cursor:not-allowed}
.calender-arrow-btn{color:#151544;cursor:pointer;font-size:22px}
.calendar__header{color:#fff;cursor:pointer;background-color:#151544;justify-content:space-between;align-items:center;width:100%;padding:10px;display:flex}.calendar__header-left{align-items:center;display:flex}.calendar__header-text{font-size:13px}.calendar__arrow{font-size:22px;transition:transform .2s}.calendar__arrow--rotated{transform:rotate(180deg)}.calendar__icon{width:20px;height:20px;margin-right:10px}.calendar__content{background-color:#fff;max-height:0;transition:max-height .2s ease-in-out;overflow:hidden}.calendar__content--visible{max-height:500px}.calendar__content--rounded{border-bottom-right-radius:20px;border-bottom-left-radius:20px}.calendar__controls{justify-content:space-between;align-items:center;padding:10px;display:flex}.calendar__month{color:#151544;font-size:16px;font-weight:700}.calendar__weekdays{justify-content:space-between;padding:5px 10px;display:flex}.calendar__weekday{text-align:center;color:#8f9daf;flex:1;font-size:15px}.calendar__days{flex-wrap:wrap;justify-content:center;padding:10px 0;display:flex}
