.custom-calendar{width:100%;border-width:0;padding:.5rem}.custom-calendar .react-calendar__navigation{margin-bottom:1rem;display:flex;align-items:center;justify-content:space-between}.custom-calendar .react-calendar__navigation button{cursor:pointer;border-width:0;background-color:initial;font-size:1.125rem;line-height:1.75rem;font-weight:600;color:hsl(var(--foreground))}.custom-calendar .react-calendar__navigation button:hover{color:hsl(var(--primary))}.custom-calendar .react-calendar__navigation button{min-width:44px}.custom-calendar .react-calendar__navigation button:disabled{color:hsl(var(--muted-foreground));opacity:.5}.custom-calendar .react-calendar__month-view__weekdays{text-align:center;font-size:.875rem;line-height:1.25rem;font-weight:600;color:hsl(var(--muted-foreground))}.custom-calendar .react-calendar__month-view__weekdays__weekday{padding:.5rem}.custom-calendar .react-calendar__tile{display:flex;height:2.5rem;width:2.5rem;cursor:pointer;align-items:center;justify-content:center;border-radius:9999px;border-width:0;background-color:initial;font-size:.875rem;line-height:1.25rem;font-weight:500;color:hsl(var(--foreground));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.custom-calendar .react-calendar__tile:hover{background-color:hsl(var(--muted))}.custom-calendar .react-calendar__tile--now{background-color:hsl(var(--primary)/.1);font-weight:700;color:hsl(var(--primary))}.custom-calendar .react-calendar__tile--active{background-color:hsl(var(--primary))!important;color:hsl(var(--primary-foreground))!important;transform:scale(1.05)}.custom-calendar .react-calendar__tile--active:hover{background-color:hsl(var(--primary))}.custom-calendar .react-calendar__tile--neighboringMonth{color:hsl(var(--muted-foreground)/.5)}