.rdp-calendar{padding:12px;font-family:DM Sans,sans-serif}.rdp-month,.rdp-months{display:flex;flex-direction:column}.rdp-month{gap:16px}.rdp-month_caption{display:flex;justify-content:center;align-items:center;padding-top:4px;position:relative}.rdp-caption_label{font-size:14px;font-weight:500;color:#1a1a1a}.rdp-nav{display:flex;align-items:center;gap:4px;position:absolute;width:100%;justify-content:space-between;padding:0 4px}.rdp-button_next,.rdp-button_previous{display:inline-flex;align-items:center;justify-content:center;height:28px;width:28px;background:transparent;border:none;border-radius:6px;cursor:pointer;opacity:.7;transition:opacity .2s,background-color .2s}.rdp-button_next:hover,.rdp-button_previous:hover{opacity:1;background-color:#f2f2f7}.rdp-button_next svg,.rdp-button_previous svg{width:16px;height:16px;color:#4a4a4c}.rdp-weeks{flex-direction:column;gap:2px}.rdp-weekdays,.rdp-weeks{display:flex}.rdp-weekday{width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:500;color:#4a4a4c}.rdp-week{display:flex}.rdp-day{width:36px;height:36px}.rdp-day,.rdp-day_button{display:flex;align-items:center;justify-content:center}.rdp-day_button{width:32px;height:32px;font-size:14px;font-weight:400;color:#1a1a1a;background:transparent;border:none;border-radius:6px;cursor:pointer;transition:background-color .2s,color .2s}.rdp-day_button:hover{background-color:#f2f2f7}.rdp-today .rdp-day_button{background-color:#e2e2e7;font-weight:500}.rdp-selected .rdp-day_button{background-color:#23366a;color:white;font-weight:500}.rdp-day_button[aria-selected=true]{background-color:#23366a;color:#ffffff;font-weight:500}.rdp-day_button[aria-selected=true]:hover,.rdp-selected .rdp-day_button:hover{background-color:#1a2850}.rdp-outside .rdp-day_button{color:#bbbbbb;opacity:.5}.rdp-disabled .rdp-day_button{color:#bbbbbb;opacity:.5;cursor:not-allowed}.rdp-disabled .rdp-day_button:hover{background:transparent}.rdp-hidden{visibility:hidden}.rdp-range_end .rdp-day_button,.rdp-range_start .rdp-day_button{background-color:#23366a;color:white;border-radius:6px}.rdp-range_middle .rdp-day_button{background-color:#d7e1f3;color:#23366a;border-radius:0;font-weight:500}.rdp-range_end .rdp-day_button[aria-selected=true],.rdp-range_start .rdp-day_button[aria-selected=true]{background-color:#23366a;color:#ffffff}.rdp-range_middle .rdp-day_button[aria-selected=true]{background-color:#d1dcf1;color:#23366a}.rdp-range_end,.rdp-range_middle,.rdp-range_start{background-color:#eef3fb}.rdp-preview_range .rdp-day_button{background-color:#e6ecf8;color:#23366a;border-radius:0;font-weight:500}