#calendar{background-color:#fff;border-radius:10px;box-shadow:0 0 15px #ccc;padding:30px;margin-bottom:1rem}#calendar .calendar-header{color:#161920;display:flex;font-size:20px;justify-content:space-between;margin-bottom:2rem}#calendar .calendar-header button{background-color:transparent;background-position:50%;background-repeat:no-repeat;background-size:auto 100%;border:none;display:flex;padding:0;width:20px}#calendar .calendar-header button.prev{background-image:url(/build/assets/icon_arrow_left-Bor2IZQc.svg)}#calendar .calendar-header button.next{background-image:url(/build/assets/icon_arrow_right--4f8XaGb.svg)}#calendar table{margin-bottom:0;width:100%}#calendar table th,#calendar table td{text-align:center;width:14.28%}#calendar table th{color:#ccc;padding-bottom:1rem;text-transform:uppercase}#calendar table td{color:#161920;font-weight:500;padding:8px 0}#calendar table .day{align-items:center;border-radius:100%;display:flex;height:30px;justify-content:center;margin:0 auto;width:30px}#calendar table .day.has-match{background-color:#157c00;color:#fff;cursor:pointer}
