.custom-calendar{width:100%}.custom-calendar .rdp-months{position:relative}.custom-calendar .rdp-month_caption{display:flex;justify-content:space-between;align-items:center;height:auto;margin-bottom:2rem;position:relative}.custom-calendar .rdp-caption_label{font-family:var(--font-the-seasons),serif;font-size:1.25rem;font-weight:400;color:hsl(var(--foreground));letter-spacing:.02em;text-transform:lowercase;position:absolute;left:50%;transform:translateX(-50%)}.custom-calendar .rdp-nav{position:static;display:flex;justify-content:space-between;align-items:center;width:100%;pointer-events:auto}.custom-calendar .rdp-button_next,.custom-calendar .rdp-button_previous{position:relative!important;width:3rem;height:3rem;border-radius:.5rem;background-color:hsl(var(--background));border:1px solid hsl(var(--border));cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;pointer-events:auto}.custom-calendar .rdp-button_next:hover,.custom-calendar .rdp-button_previous:hover{background-color:hsl(var(--accent));border-color:hsl(var(--accent))}.custom-calendar .rdp-chevron{width:1.25rem;height:1.25rem;fill:hsl(var(--foreground))}.custom-calendar .rdp-weekday{font-size:.875rem;font-weight:400;color:hsl(var(--muted-foreground));opacity:1;padding:.75rem 0;text-align:center;text-transform:lowercase}.custom-calendar .rdp-day{width:auto;height:auto}.custom-calendar .rdp-day_button{width:3.5rem;height:3.5rem;border-radius:.5rem;font-size:1.125rem;font-weight:400;color:hsl(var(--foreground));background:none;border:none;cursor:pointer;transition:all .3s ease;position:relative}.custom-calendar .rdp-day_button:hover:not(:disabled){background-color:hsl(var(--secondary))}.custom-calendar .rdp-today:not(.rdp-outside) .rdp-day_button{background-color:hsl(var(--secondary));color:hsl(var(--foreground));font-weight:500;border:1px solid hsl(var(--border))}.custom-calendar .rdp-selected .rdp-day_button{background-color:hsl(var(--primary))!important;color:hsl(var(--primary-foreground))!important;font-weight:500}.custom-calendar .rdp-selected:hover .rdp-day_button{background-color:hsl(var(--primary))!important;opacity:.9}.custom-calendar .rdp-disabled .rdp-day_button{color:hsl(var(--muted-foreground));cursor:not-allowed;position:relative;opacity:.4}.custom-calendar .rdp-disabled .rdp-day_button:after{content:"";position:absolute;left:15%;right:15%;top:50%;transform:translateY(-50%) rotate(-15deg);height:1px;background-color:currentColor}.custom-calendar .rdp-outside{opacity:0;pointer-events:none}.custom-calendar .rdp-month_grid{width:100%;border-collapse:separate;border-spacing:.25rem}@media (max-width:640px){.custom-calendar .rdp-day_button{width:2.75rem;height:2.75rem;font-size:1rem}.custom-calendar .rdp-button_next,.custom-calendar .rdp-button_previous{width:2.5rem;height:2.5rem}.custom-calendar .rdp-caption_label{font-size:1.125rem}}