:root{--company-primary: #878dff;--company-primary-light: #9fa4ff;--company-primary-dark: #6e75fc;--company-primary-lighter: #525bfa;--company-holidays-color: coral}[data-theme=light] .rdp-root{--rdp-accent-color: var(--company-primary);--rdp-accent-background-color: var(--company-primary-light);--rdp-button-bg: var(--company-primary-lighter);--rdp-button-accent-bg: var(--company-primary-darker)}[data-theme=light] .rdp-month{background-color:var(--company-primary-lighter)}[data-theme=dark] .rdp-root{--rdp-accent-color: var(--company-primary);--rdp-accent-background-color: var(--company-primary-dark);--rdp-button-bg: var(--company-primary-darker);--rdp-button-accent-bg: var(--company-primary-lighter)}[data-theme=dark] .rdp-month{background-color:var(--company-primary-darker)}.rdp-root{--rdp-day-height: 2.5rem;--rdp-day-width: 2.5rem;--rdp-font-size: 1rem;--rdp-button-size: 2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:50px}.rdp-months{display:flex;flex-direction:row;align-items:stretch;justify-content:center;max-width:100%;width:100%}.rdp-month{padding:5px;flex-grow:1;display:flex;flex-direction:column;max-width:350px;border-radius:10px;border-width:1px}.responsive-calendar{width:100%;max-width:100%}.rdp-root .rdp-day,.rdp-root .rdp-weekday{font-size:var(--rdp-font-size);font-weight:var(--rdp-font-weight, 400)}.rdp-root .rdp-month_caption{margin-left:auto;margin-right:auto}.rdp-root .rdp-caption_label{font-size:calc(var(--rdp-font-size) + .125rem)}.rdp-root .rdp-nav{margin-top:-50px;display:flex;flex-direction:row;justify-content:space-between;width:100%}.rdp-root .rdp-button_next,.rdp-root .rdp-button_previous{border:1px solid var(--rdp-button-bg);background-color:var(--rdp-button-bg);border-radius:5px;width:var(--rdp-button-size);height:100%;font-size:calc(var(--rdp-font-size) - .25rem);padding:5px}.rdp-root .rdp-button_next:hover,.rdp-root .rdp-button_previous:hover{background-color:var(--rdp-accent-background-color)}.rdp-root .rdp-button_next .rdp-chevron,.rdp-root .rdp-button_previous .rdp-chevron{fill:var(--rdp-accent-color)}.rdp-root .rdp-button_next:hover .rdp-chevron,.rdp-root .rdp-button_previous:hover .rdp-chevron{fill:var(--rdp-button-accent-bg)}.requested-day{color:var(--company-primary)}.holiday-day{color:var(--company-holidays-color);font-weight:550!important}
