.DayPicker{border-radius:10px}.CalendarMonth_table .CalendarDay__selected_start{border-bottom-right-radius:50%;border-top-right-radius:50%}.CalendarMonth_table .CalendarDay__selected_end{border-bottom-left-radius:50%;border-top-left-radius:50%}.CalendarDay__selected_span{background:var(--color-accent);color:var(--color-dark);filter:brightness(108%);border:none;border-top:2px dotted var(--color-accent);border-bottom:2px dotted var(--color-accent)}.CalendarDay__selected{background:var(--color-primary);color:#fff;border-radius:20em}.CalendarDay:not(.CalendarDay__selected_span){border:none}.CalendarDay__selected:hover{background:var(--color-primary)}.CalendarDay__hovered_span{color:var(--color-dark);border-top:2px dotted var(--color-accent);border-bottom:2px dotted var(--color-accent)}.CalendarDay__hovered_span,.CalendarDay__hovered_span:hover{background:var(--color-accent);opacity:.5}.DateRangePicker_picker{z-index:99}.DateRangePicker,.DateRangePicker>div,.SingleDatePicker{width:100%}.DateRangePickerInput,.SingleDatePickerInput{width:100%;background-color:initial;display:flex;justify-content:space-between}.DateRangePickerInput .DateInput:first-child{margin-right:0}.DateRangePickerInput__withBorder,.SingleDatePickerInput__withBorder{border:none}.DateInput_input__disabled{background-color:#fff!important;font-style:normal!important}.DateInput input{font-family:var(--font-family-main);font-weight:var(--font-weight-small);font-size:16px}.DateInput input::placeholder{color:var(--color-darkgray)}.DateRangePickerInput_arrow{display:none}.SingleDatePickerInput .DateInput{width:100%}@media only screen and (min-width:320px) and (max-width:576px){.SingleDatePickerInput .DateInput{width:100%!important}.DateInput:first-of-type,.DateInput:last-of-type{width:48%}}@media only screen and (min-width:576px) and (max-width:768px){.SingleDatePickerInput .DateInput{width:100%!important}.DateInput:first-of-type,.DateInput:last-of-type{width:48%}}@media only screen and (min-width:768px) and (max-width:992px){.SingleDatePickerInput .DateInput{width:100%!important}.DateInput:first-of-type,.DateInput:last-of-type{width:48%}}@media only screen and (min-width:992px) and (max-width:1200px){.SingleDatePickerInput .DateInput{width:100%!important}}body{margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,"Courier New",monospace}body,html,main{max-width:100%;min-height:100vh;padding:0;scroll-behavior:smooth}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.main_loader{border:8px solid #f3f3f3;border-top:6px solid var(--color-primary);border-radius:50%;width:30px;height:30px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);animation:spin 2s linear infinite}.page{display:flex;flex-direction:column}.double_inputs{display:flex;justify-content:space-between;align-items:center}.input_error_message{font-size:12px;margin:5px 0;color:var(--color-red)}.input_white_message{font-size:12px;margin:5px 0;color:var(--color-light)}.input_success_message{font-size:12px;margin:5px 0;color:var(--color-secondary)}.half_width_input{width:48%;max-width:48%}.rotate180{transform:rotate(180deg)}.sticky{position:fixed;z-index:1000;margin-top:0!important}@media screen and (max-width:800px){.notification{min-width:calc(100vw - 30px)}}.notification__message{padding:5px}body>iframe[style*="2147483647"]:not([id=webpack-dev-server-client-overlay]){display:none}