.calendar-container{background:#e9dbc7;border-radius:10px;width:400px;top:25%;box-shadow:0 15px 40px #0000001f;position:sticky!important}.calendar-container header{justify-content:space-between;align-items:center;padding:25px 30px 10px;display:flex}header .calendar-navigation{display:flex}header .calendar-navigation span{cursor:pointer;text-align:center;-webkit-user-select:none;user-select:none;color:#aeabab;border-radius:0%;width:38px;height:38px;margin:0 1px;font-size:1.9rem;line-height:38px}.calendar-navigation span:last-child{margin-right:-10px}header .calendar-navigation span:hover{background:#f2f2f2}header .calendar-current-date{font-size:1.45rem;font-weight:500}.calendar-body{width:358px;padding:20px}.calendar-body ul{text-align:center;flex-wrap:wrap;list-style:none;display:flex}.calendar-body .calendar-dates{margin-bottom:20px}.calendar-body li{color:#fff;width:14.2857%;font-size:1.07rem}.calendar-body .calendar-weekdays li{color:#000;cursor:default;font-weight:500}.calendar-body .calendar-dates li{z-index:1;margin-top:30px;position:relative}.calendar-dates li.inactive{color:#aaa}.calendar-dates li.active,li.active-start,li.active-end{color:#004225!important}.calendar-dates li:before{content:"";z-index:-1;width:40px;height:40px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.calendar-dates li.active:before{background:#e63946}.calendar-dates li.active-start:before{background-image:-webkit-linear-gradient(-45deg,#6a994e 50%,#e63946 50%)}.calendar-dates li.active-end:before{background-image:-webkit-linear-gradient(-45deg,#e63946 50%,#6a994e 50%)}.calendar-dates li:before{cursor:pointer;background:#6a994e}@media (width<=500px){.calendar-dates,.calendar-weekdays{padding:0!important}}
