.rdp-custom{padding:1rem}.rdp-custom .rdp-months{display:flex;flex-direction:column;gap:1.5rem}@media (min-width:640px){.rdp-custom .rdp-months{flex-direction:row}}.rdp-custom .rdp-month{margin-bottom:1.25rem}.rdp-custom .rdp-month:last-child{margin-bottom:0}.rdp-custom .rdp-caption{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding-left:.25rem;padding-right:.25rem}.rdp-custom .rdp-caption_label{font-size:1rem;font-weight:600}.rdp-custom .rdp-nav{display:flex;gap:.5rem}.rdp-custom .rdp-nav_button{height:2.25rem;width:2.25rem;background-color:transparent;padding:0;opacity:.6;display:inline-flex;align-items:center;justify-content:center;border-radius:.5rem;font-size:.875rem;font-weight:500;transition:all .15s ease-in-out;border:none;cursor:pointer}.rdp-custom .rdp-nav_button:hover{opacity:1;background-color:hsl(var(--accent))}.rdp-custom .rdp-nav_button:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.rdp-custom .rdp-nav_button:disabled{pointer-events:none;opacity:.3}.rdp-custom .rdp-table{width:100%;border-collapse:collapse;border-spacing:.25rem}.rdp-custom .rdp-head_cell{color:hsl(var(--muted-foreground));font-size:.875rem;font-weight:500;width:2.75rem;padding-bottom:.5rem;padding-top:.25rem;text-align:center}.rdp-custom .rdp-cell{text-align:center;font-size:.875rem;padding:.125rem;position:relative}.rdp-custom .rdp-day{height:2.75rem;width:2.75rem;padding:0;font-weight:400;display:inline-flex;align-items:center;justify-content:center;border-radius:.5rem;transition:all .15s ease-in-out;border:none;background:none;cursor:pointer;color:inherit}.rdp-custom .rdp-day:hover:not(.rdp-day_disabled):not(.rdp-day_selected){background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));transform:scale(1.05)}.rdp-custom .rdp-day:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:1px}.rdp-custom .rdp-day:disabled{pointer-events:none;opacity:.4}.rdp-custom .rdp-day_selected{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));font-weight:600;box-shadow:0 1px 2px 0 rgb(0 0 0/.05)}.rdp-custom .rdp-day_selected:hover{background-color:hsl(var(--primary)/.9);color:hsl(var(--primary-foreground));transform:scale(1.05);box-shadow:0 4px 6px -1px rgb(0 0 0/.1),0 2px 4px -2px rgb(0 0 0/.1)}.rdp-custom .rdp-day_today{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));font-weight:500;box-shadow:0 0 0 2px hsl(var(--primary)/.2)}.rdp-custom .rdp-day_outside{color:hsl(var(--muted-foreground));opacity:.4}.rdp-custom .rdp-day_disabled{color:hsl(var(--muted-foreground));opacity:.3;text-decoration:line-through}.rdp-custom .rdp-day_hidden{visibility:hidden}