.SingleDatePicker {
  position: relative;
  display: inline-block;
}
.SingleDatePicker_picker {
  z-index: 1;
  background-color: #fff;
  position: absolute;
}
.SingleDatePicker_picker__rtl {
  direction: rtl;
}
.SingleDatePicker_picker__directionLeft {
  left: 0;
}
.SingleDatePicker_picker__directionRight {
  right: 0;
}
.SingleDatePicker_picker__openDown {
  top: 72px;
}
.SingleDatePicker_picker__openUp {
  bottom: 72px;
}
.SingleDatePicker_picker__portal {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.SingleDatePicker_picker__fullScreenPortal {
  background-color: #fff;
}
.SingleDatePicker_closeButton {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  z-index: 2;
}
.SingleDatePicker_closeButton:focus,
.SingleDatePicker_closeButton:hover {
  color: darken(#b7c3ce; /* cloudGrey */, 10%);
  text-decoration: none;
}
.SingleDatePicker_closeButton_svg {
  height: 15px;
  width: 15px;
  fill: #b7c3ce; /* cloudGrey */
}
.SingleDatePickerInput {
  background-color: #fff;
  border: 1px solid #dbdbdb;
}
.SingleDatePickerInput__rtl {
  direction: rtl;
}
.SingleDatePickerInput__disabled {
  background-color: #f2f2f2;
}
.SingleDatePickerInput_clearDate {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  margin: 0 10px 0 5px;
}
.SingleDatePickerInput_clearDate:focus,
.SingleDatePickerInput_clearDate:hover {
  background: #dbdbdb;
  border-radius: 50%;
}
.SingleDatePickerInput_clearDate__hide {
  visibility: hidden;
}
.SingleDatePickerInput_clearDate_svg {
  fill: #82888a;
  height: 12px;
  width: 15px;
  vertical-align: middle;
}
.SingleDatePickerInput_calendarIcon {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  margin: 0 5px 0 10px;
}
.SingleDatePickerInput_calendarIcon_svg {
  fill: #82888a;
  height: 15px;
  width: 14px;
  vertical-align: middle;
}
.DateRangePicker {
  position: relative;
  display: inline-block;
  width: 100%;
}
.DateRangePicker_picker {
  z-index: 1;
  background-color: transparent;
  position: absolute;
}
.DateRangePicker_picker__rtl {
  direction: rtl;
}
.DateRangePicker_picker__directionLeft {
  left: 0;
}
.DateRangePicker_picker__directionRight {
  right: 0;
}
.DateRangePicker_picker__openDown {
  top: 72px;
}
.DateRangePicker_picker__openUp {
  bottom: 48px;
}
.DateRangePicker_picker__portal {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.DateRangePicker_picker__fullScreenPortal {
  background-color: #fff;
}
.DateRangePicker_closeButton {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  z-index: 2;
}
.DateRangePicker_closeButton:focus,
.DateRangePicker_closeButton:hover {
  color: darken(#b7c3ce; /* cloudGrey */, 10%);
  text-decoration: none;
}
.DateRangePicker_closeButton_svg {
  height: 15px;
  width: 15px;
  fill: #b7c3ce; /* cloudGrey */
}
.DayPicker {
  background: #fff;
  position: relative;
  text-align: left;
}
.DayPicker__horizontal {
  margin: auto;
  background: #fff;
  /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.07); */
  border-radius: 3px;
  width: 552px !important;
}

.DayPicker__verticalScrollable {
  height: 100%;
}
.DayPicker__hidden {
  visibility: hidden;
}
.DayPicker_portal__horizontal {
  box-shadow: none;
  position: absolute;
  left: 50%;
  top: 50%;
}
.DayPicker_portal__vertical {
  position: initial;
}
.DayPicker_focusRegion {
  outline: 0;
}
.DayPicker_weekHeaders {
  position: relative;
}
.DayPicker_weekHeader {
  color: #2c3541; /* ink */
  background: #e0f2f9; /* iceBlue */
  position: absolute;
  top: 54px;
  z-index: 2;
  padding: 4px 14px 4px 21px;
  text-align: left;
  width: 290px;
}
.DayPicker_weekHeader_1 {
  padding-right: 24px;
  left: 275px;
}

.DayPicker_weekHeader_1:nth-of-type(2) {
  left: 280px !important;
}

.DayPicker_weekHeader__vertical {
  left: 50%;
}
.DayPicker_weekHeader__verticalScrollable {
  top: 0;
  display: table-row;
  border-bottom: 1px solid #dbdbdb;
  background: #fff;
  margin-left: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.DayPicker_weekHeader_ul {
  list-style: none;
  margin: 1px 0;
  padding-left: 0;
  padding-right: 0;
  width: 277px;
  margin-left: -12px;
}
.DayPicker_weekHeader_li {
  display: inline-block;
  text-align: center;
}
.DayPicker_weekHeader_li small {
  font-size: 12px;
  font-family: 'Larsseit-Light';
  color: #2c3541; /* ink */
}
.DayPicker_transitionContainer {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  background-color: white;
  /* height: 288px; */
  width: 570px !important;

  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.07);
}
.DayPicker_transitionContainer__horizontal {
  -webkit-transition: height 0.2s ease-in-out;
  -moz-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}
.DayPicker_transitionContainer__vertical {
  width: 100%;
}
.DayPicker_transitionContainer__verticalScrollable {
  padding-top: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow-y: scroll;
}
.DayPickerKeyboardShortcuts_buttonReset {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  cursor: pointer;
}
.DayPickerKeyboardShortcuts_buttonReset:active {
  outline: 0;
}
.DayPickerKeyboardShortcuts_show {
  width: 22px;
  position: absolute;
  z-index: 2;
  display: none;
}

.DayPickerKeyboardShortcuts_show__bottomRight {
  border-top: 26px solid transparent;
  border-right: 33px solid #03a9f4; /* azure */
  bottom: 0;
  right: 0;
}
.DayPickerKeyboardShortcuts_show__bottomRight:hover {
  border-right: 33px solid #03a9f4; /* azure */
}
.DayPickerKeyboardShortcuts_show__topRight {
  border-bottom: 26px solid transparent;
  border-right: 33px solid #03a9f4; /* azure */
  top: 0;
  right: 0;
}
.DayPickerKeyboardShortcuts_show__topRight:hover {
  border-right: 33px solid #03a9f4; /* azure */
}
.DayPickerKeyboardShortcuts_show__topLeft {
  border-bottom: 26px solid transparent;
  border-left: 33px solid #03a9f4; /* azure */
  top: 0;
  left: 0;
}
.DayPickerKeyboardShortcuts_show__topLeft:hover {
  border-left: 33px solid #03a9f4; /* azure */
}
.DayPickerKeyboardShortcuts_showSpan {
  color: #fff;
  position: absolute;
}
.DayPickerKeyboardShortcuts_showSpan__bottomRight {
  bottom: 0;
  right: -28px;
}
.DayPickerKeyboardShortcuts_showSpan__topRight {
  top: 1px;
  right: -28px;
}
.DayPickerKeyboardShortcuts_showSpan__topLeft {
  top: 1px;
  left: -28px;
}
.DayPickerKeyboardShortcuts_panel {
  overflow: auto;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  padding: 22px;
  margin: 33px;
}
.DayPickerKeyboardShortcuts_title {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.DayPickerKeyboardShortcuts_list {
  list-style: none;
  padding: 0;
}
.DayPickerKeyboardShortcuts_close {
  position: absolute;
  right: 22px;
  top: 22px;
  z-index: 2;
}
.DayPickerKeyboardShortcuts_close:active {
  outline: 0;
}
.DayPickerKeyboardShortcuts_closeSvg {
  height: 15px;
  width: 15px;
  fill: #b7c3ce; /* cloudGrey */
}
.DayPickerKeyboardShortcuts_closeSvg:focus,
.DayPickerKeyboardShortcuts_closeSvg:hover {
  fill: #82888a;
}
.KeyboardShortcutRow {
  list-style: none;
  margin: 6px 0;
}
.KeyboardShortcutRow__block {
  margin-bottom: 16px;
}
.KeyboardShortcutRow_keyContainer {
  display: inline-block;
  white-space: nowrap;
  text-align: right;
  margin-right: 6px;
}
.KeyboardShortcutRow_keyContainer__block {
  width: auto;
  text-align: left;
  display: inline;
}
.KeyboardShortcutRow_key {
  font-family: monospace;
  font-size: 12px;
  text-transform: uppercase;
  background: #f2f2f2;
  padding: 2px 6px;
}
.KeyboardShortcutRow_action {
  display: inline;
  word-break: break-word;
  margin-left: 8px;
}
.DayPickerNavigation_container {
  position: relative;
  z-index: 2;
}
.DayPickerNavigation_container__vertical {
  background: #fff;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 52px;
  width: 100%;
}
.DayPickerNavigation_container__verticalScrollable {
  position: relative;
}
.DayPickerNavigation_button {
  cursor: pointer;
  line-height: 0.78;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.DayPickerNavigation_button__default {
  border: none;
  background-color: transparent;
  color: inherit;
}
.DayPickerNavigation_button__default:focus,
.DayPickerNavigation_button__default:hover {
  border: none;
}
.DayPickerNavigation_button__default:active {
  background-color: transparent;
}
.DayPickerNavigation_button__horizontal {
  border: none;
  background: transparent;
  top: 18px;
  position: absolute;
}
.DayPickerNavigation_leftButton__horizontal {
  left: 22px;
}
.DayPickerNavigation_rightButton__horizontal {
  right: 0;
}
.DayPickerNavigation_button__vertical {
  display: inline-block;
  position: relative;
  height: 100%;
  width: 50%;
}
.DayPickerNavigation_button__vertical__default {
  padding: 5px;
}
.DayPickerNavigation_nextButton__vertical__default {
  border-left: 0;
}
.DayPickerNavigation_nextButton__verticalScrollable {
  width: 100%;
}
.DayPickerNavigation_svg__horizontal {
  height: 19px;
  width: 19px;
  fill: #82888a;
}

.DayPickerNavigation_svg__vertical {
  height: 42px;
  width: 42px;
  fill: #2c3541; /* ink */
}
.CalendarMonthGrid {
  background: #fff;
  text-align: left;
  z-index: 0;
}
.CalendarMonthGrid__animating {
  z-index: 1;
}
.CalendarMonthGrid__horizontal {
  position: absolute;
  left: 8px;
}
.CalendarMonthGrid__vertical {
  margin: 0 auto;
}
.CalendarMonthGrid__vertical_scrollable {
  margin: 0 auto;
  overflow-y: scroll;
}
.CalendarMonthGrid_month__horizontal {
  display: inline-block;
  vertical-align: top;
  min-height: 100%;
}
.CalendarMonthGrid_month__hideForAnimation {
  position: absolute;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}
.CalendarMonth {
  background: #fff;
  text-align: center;
  padding: 0 8px;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: -8px;
}
.CalendarMonth_table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-left: -6px;
}

.CalendarMonth_caption {
  color: #03a9f4; /* azure */
  font-size: 16px;
  text-align: center;
  padding-top: 19px;
  padding-bottom: 48px;
  caption-side: initial;
  font-family: Larsseit;
}
.CalendarMonth_caption strong {
  font-family: 'Larsseit-Bold';
  font-weight: normal;
}

.CalendarMonth_caption__verticalScrollable {
  padding-top: 12px;
  padding-bottom: 7px;
}
.CalendarDay_container {
  border: 1px solid transparent;
  padding: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #2c3541; /* ink */
  background: #fff;
  position: relative;
}
.CalendarDay_container:hover {
  background: inherit;
  /* border: 1px double #03a9f4; /* azure */
  color: inherit;
}

.CalendarDay_container:not(.CalendarDay__selected):not(.CalendarDay__blocked_minimum_nights):hover
  span:nth-of-type(1) {
  position: absolute;
  width: 100%;
  height: 38px;
  margin-top: -1px;
  border: 1px solid #9ad8fb;
  border-radius: 20px;
}

.CalendarDay__selected_span:hover span:nth-of-type(1) {
  border: 1px solid transparent;
}
.CalendarDay_button {
  position: relative;
  height: 100%;
  width: 100%;
  text-align: center;
  background: 0 0;
  border: 0;
  margin: 0;
  padding: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.CalendarDay_button:active {
  outline: 0;
}
.CalendarDay_button__default {
  cursor: default;
}
.CalendarDay__outside {
  border: 0;
  background: #fff;
  color: #2c3541; /* ink */
}
.CalendarDay__blocked_minimum_nights {
  background: #fff;
  /* border: 1px solid #eceeee; */
  color: #b7c3ce; /* cloudGrey */
}
.CalendarDay__blocked_minimum_nights:active,
.CalendarDay__blocked_minimum_nights:hover {
  background: #fff;
  color: #b7c3ce; /* cloudGrey */
}
.CalendarDay__highlighted_calendar {
  background: #ffe8bc;
  color: #2c3541; /* ink */
}
.CalendarDay__highlighted_calendar:active,
.CalendarDay__highlighted_calendar:hover {
  background: #ffce71;
  color: #2c3541; /* ink */
}
.CalendarDay__selected_span {
  background: #9ad8fb; /* aquamarine */
  border: 1px double #9ad8fb; /* azure */
  color: #2c3541; /* ink */
}
.CalendarDay__selected_span:active,
.CalendarDay__selected_span:hover {
  background: #03a9f4; /* azure */
  border: 1px double #03a9f4; /* azure */
  color: #2c3541; /* ink */
}
.CalendarDay__last_in_range {
  border-right: #03a9f4; /* azure */
}
.CalendarDay__selected,
.CalendarDay__selected:active,
.CalendarDay__selected:hover {
  /* background: #03a9f4; /* azure */
  /* border: 1px double #03a9f4; /* azure */
  color: #fff;
}

.CalendarDay__hovered_span,
.CalendarDay__hovered_span:hover {
  background: #9ad8fb; /* aquamarine */
  border: 1px double #9ad8fb; /* azure */
  color: #2c3541; /* ink */
}
.CalendarDay__hovered_span:active {
  background: #03a9f4; /* azure */
  /* border: 1px solid #03a9f4; /* azure */
  color: #2c3541; /* ink */
}
.CalendarDay__blocked_calendar,
.CalendarDay__blocked_calendar:active,
.CalendarDay__blocked_calendar:hover {
  background: #b7c3ce; /* cloudGrey */
  /* border: 1px solid #b7c3ce; /* cloudGrey */
  color: #82888a;
}
.CalendarDay__blocked_out_of_range,
.CalendarDay__blocked_out_of_range:active,
.CalendarDay__blocked_out_of_range:hover {
  background: #fff;
  border: none;
  color: #b7c3ce; /* cloudGrey */
}
.CalendarDay__selected.CalendarDay__blocked_out_of_range {
  background: #b7c3ce; /* cloudGrey */
}

.CalendarDay_span1 {
  position: absolute;
  /* width: 100%; */
}

.CalendarDay_span__selected {
  position: absolute;
  background: #03a9f4;
  width: 100%;
  height: 39px;
  margin-top: -1px;
  border-radius: 20px;
}

.CalendarDay__selected_span_start {
  position: absolute;
  background: #9ad8fb;
  width: 50%;
  left: 50%;
  margin-top: -1px;
  height: 39px;
}

.CalendarDay__selected_span_end {
  position: absolute;
  background: #9ad8fb;
  width: 50%;
  left: 0%;
  margin-top: -1px;
  height: 39px;
}

.DateRangePickerInput {
  background-color: transparent;
  border: 1px solid #dee4e5;
  display: inline-block;
  width: 100%;
  height: 40px;
}

.DateRangePickerInput.DateRangePickerInput_1 {
  padding: 0 20px;
  display: flex;
  align-items: center;
}

.DateRangePickerInput__disabled {
  background: #f2f2f2;
}
.DateRangePickerInput__rtl {
  direction: rtl;
}
.DateRangePickerInput_arrow {
  display: inline-block;
  overflow: hidden;
  border: 1px solid var(--ink); /* ink */
  border-radius: 2px;
  margin: 0 12px 2px 28px;
}
.DateRangePickerInput_arrow_svg {
  vertical-align: middle;
  fill: var(--ink); /* ink */
  height: 24px;
  width: 24px;
}
.DateRangePickerInput_clearDates {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  margin: 0 10px 0 5px;
}
.DateRangePickerInput_clearDates:focus,
.DateRangePickerInput_clearDates:hover {
  background: #dbdbdb;
  border-radius: 50%;
}
.DateRangePickerInput_clearDates__hide {
  visibility: hidden;
}
.DateRangePickerInput_clearDates_svg {
  fill: #82888a;
  height: 12px;
  width: 15px;
  vertical-align: middle;
}
.DateRangePickerInput_calendarIcon {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  margin: 2px 5px 7px -20px;
}
.DateRangePickerInput_calendarIcon_svg {
  fill: #82888a;
  height: 15px;
  width: 14px;
  vertical-align: middle;
}

.DateInput {
  font-weight: 200;
  font-size: 18px;
  line-height: 24px;
  color: #757575;
  padding: 0;
  background: transparent;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.DateInput input {
  background: transparent;
  width: 100%;
}

.DateInput.DateInput_1 {
  width: 215px;
}

.DateInput__withCaret:after,
.DateInput__withCaret:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: auto;
  border: 10px solid transparent;
  left: 22px;
  z-index: 2;
}
.DateInput__openUp:before {
  border-bottom: 0;
  top: -24px;
  border-top-color: rgba(0, 0, 0, 0.1);
}
.DateInput__openUp:after {
  border-bottom: 0;
  top: -25px;
  border-top-color: #fff;
}
.DateInput__openDown:before {
  border-top: 0;
  top: 62px;
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
.DateInput__openDown:after {
  border-top: 0;
  top: 63px;
  border-bottom-color: #fff;
}
.DateInput__disabled {
  color: #dbdbdb;
}
.DateInput_input {
  font-family: 'Larsseit';
  font-size: 14px;
  padding: 12px 0;
  border: 0;
  font-weight: 300;
}
.DateInput_input__readOnly {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.DateInput_input__focused {
  outline: 0;
  background: transparent;
  border: 0;
}
.DateInput_input__disabled {
  background: #f2f2f2;
  font-style: italic;
}
.DateInput_screenReaderMessage {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#endDate {
  float: right;
  text-align: left;
}

#startDate {
  padding-left: 0px;
}

/* FUN FUN FUN */
#alwaysOpen {
  width: 552px;
  position: absolute;
  top: -114px;
  left: 79px;
  box-shadow: 3px 3px 3px -3px rgba(0, 0, 0, 0.3), 3px 10px 3px -3px rgba(0, 0, 0, 0.3),
    3px -3px 3px -3px rgba(0, 0, 0, 0.3), -3px 3px 3px -3px rgba(0, 0, 0, 0.3),
    -3px -3px 3px -3px rgba(0, 0, 0, 0.3), -3px 10px 3px -3px rgba(0, 0, 0, 0.3);
  z-index: 10;
}

#alwaysOpen .DateRangePicker_picker {
  left: 0 !important;
  background: white;
  top: 40px;
  width: 552px;
  box-shadow: 3px 3px 3px -3px rgba(0, 0, 0, 0.3), 3px 3px 3px -3px rgba(0, 0, 0, 0.3),
    -3px 3px 3px -3px rgba(0, 0, 0, 0.3);
  border-top: 1px solid #dee4e5;
}

#alwaysOpen .DateRangePickerInput {
  border: none;
  background: white;
}

#alwaysOpen .DateInput__openDown:after,
#alwaysOpen .DateInput__openDown:before {
  display: none;
}

#alwaysOpen .DayPicker__horizontal {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.3);
}

#alwaysOpen .DayPicker_transitionContainer {
  border: none;
}

#alwaysOpen .DateInput {
  min-width: 61px;
  width: auto;
}

#alwaysOpen .DateInput input {
  width: auto;
}

#alwaysOpen .DateInput_input[value=''] {
  max-width: 61px;
}

#alwaysOpen .DateInput_input:not([value='']) {
  width: 76px;
}

#alwaysOpen #endDate {
  float: left;
  text-align: left;
}

#alwaysOpen .DateInput.DateInput_1 input:focus {
  color: #03a9f4;
}

#alwaysOpen .DateInput.DateInput_1 input:not([value='']) {
  color: #03a9f4;
}

#alwaysOpen .DateRangePickerInput_arrow {
  display: inline-block;
  overflow: hidden;
  border: 1px solid var(--ink); /* ink */
  border-radius: 2px;
  width: 6px;
  margin: 0 12px 2px;
}

.DateRangePicker_picker_1.DateRangePicker_picker {
  z-index: 201;
}

/* Keep this here */
/* .CalendarDay__selected_span:hover {

} */

/* Single Calendar  */
.single-calendar {
  position: relative;
}

.single-calendar .DayPicker__horizontal {
  width: 284px !important;
  overflow: hidden;

  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.07);
}

.single-calendar .DateInput__withCaret:after,
.single-calendar .DateInput__withCaret:before {
  display: none;
  position: relative;
  content: '';
}

.single-calendar > button {
  position: absolute;
  border: none;
  outline: none;
  background-color: transparent;
  margin: 10px 4px;
  z-index: 1;
  cursor: initial;
}

.single-calendar .CalendarDay__blocked_calendar {
  background-color: unset;
  color: #b7c3ce;
}

.single-calendar .DayPickerNavigation_container .DayPickerNavigation_rightButton__horizontal {
  right: 12px;
}

/* Remove selector on hover */
.single-calendar .CalendarDay__blocked_out_of_range:hover > span:nth-child(1),
.single-calendar .CalendarDay__blocked_calendar:hover > span:nth-child(1) {
  border: none !important;
}

.single-calendar .DayPickerNavigation_svg__horizontal {
  fill: #03a9f4;
}

.single-calendar .CalendarMonth_table {
  font-family: 'Larsseit-Light';
}

.single-calendar .SingleDatePicker_picker {
  top: 0;
}

.single-calendar .SingleDatePicker_1 {
  width: 100%;
}

.single-calendar .SingleDatePickerInput_1 {
  height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 13px 34px;
}

.single-calendar .DateInput.DateInput.DateInput_1 {
  width: 100%;
}
