.rdp{--rdp-cell-size:40px;--rdp-accent-color:hsl(var(--primary));--rdp-background-color:hsl(var(--accent));font-family:var(--font-sans);margin:0}.rdp-months{gap:2rem;display:flex}.rdp-month{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:calc(var(--radius) - 2px);padding:1rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.rdp-caption{color:hsl(var(--foreground));justify-content:space-between;align-items:center;padding:.5rem 0;font-size:1.1rem;font-weight:500;display:flex}.rdp-caption_label{font-weight:600}.rdp-nav{gap:.5rem;display:flex}.rdp-nav_button{width:2.5rem;height:2.5rem;color:hsl(var(--muted-foreground));cursor:pointer;background:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:var(--radius);justify-content:center;align-items:center;transition:all .2s;display:flex}.rdp-nav_button:hover{color:hsl(var(--accent-foreground));background:hsl(var(--accent));border-color:hsl(var(--border))}.rdp-table{border-collapse:collapse;width:100%;margin-top:.5rem}.rdp-head_row{border-bottom:1px solid hsl(var(--border))}.rdp-head_cell{color:hsl(var(--muted-foreground));text-align:center;text-transform:uppercase;letter-spacing:.05em;padding:.75rem .5rem;font-size:.875rem;font-weight:500}.rdp-tbody{border-top:1px solid hsl(var(--border))}.rdp-cell{text-align:center;padding:.125rem}.rdp-day{width:var(--rdp-cell-size);height:var(--rdp-cell-size);color:hsl(var(--foreground));cursor:pointer;border-radius:var(--radius);background:0 0;border:1px solid #0000;justify-content:center;align-items:center;font-size:.875rem;transition:all .15s;display:flex;position:relative}.rdp-day:hover:not(.rdp-day_disabled):not(.rdp-day_selected){color:hsl(var(--accent-foreground));background:hsl(var(--accent))}.rdp-day_selected{z-index:2;color:hsl(var(--primary-foreground));background-color:var(--rdp-accent-color);font-weight:600}.rdp-day_range_middle{color:hsl(var(--accent-foreground));background-color:hsl(var(--accent));border-radius:0}.rdp-day_range_start{color:hsl(var(--primary-foreground));background-color:var(--rdp-accent-color);border-top-right-radius:0;border-bottom-right-radius:0}.rdp-day_range_end{color:hsl(var(--primary-foreground));background-color:var(--rdp-accent-color);border-top-left-radius:0;border-bottom-left-radius:0}.rdp-day_selected:not(.rdp-day_range_start):not(.rdp-day_range_end){border-radius:0}.rdp-day_today{border:2px solid hsl(var(--primary));font-weight:700}.rdp-day_outside{color:hsl(var(--muted-foreground));opacity:.5}.rdp-day_disabled{color:hsl(var(--muted-foreground));cursor:not-allowed;opacity:.3}.rdp-day_range_middle:before{z-index:1;content:"";background:hsl(var(--accent));height:2px;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}
