/* Links */
/* Footer top region */
/* Footer middle region */
/* Footer bottom region */
/* Submit button */
/* Button variant 1 */
/* Button variant 1 - alternative */
/* Button variant 2 */
/* Button variant 2 - alternative*/
/* Box shadow colors */
/* Container colors */
/* Search colors */
/* Menu colors */
/** General **/
/** Mobile **/
/* Navigation colors */
@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Thin.ttf);
  font-weight: 200;
}
@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Light.ttf);
  font-weight: 300;
}
@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Black.ttf);
  font-weight: 900;
}
@keyframes load {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
.PresetDateRangePicker_panel {
  padding: 0 22px 11px;
}

.PresetDateRangePicker_button {
  position: relative;
  height: 100%;
  text-align: center;
  background: 0 0;
  border: 2px solid #00a699;
  color: #00a699;
  padding: 4px 12px;
  margin-right: 8px;
  font: inherit;
  font-weight: 700;
  line-height: normal;
  overflow: visible;
  box-sizing: border-box;
  cursor: pointer;
}

.PresetDateRangePicker_button:active {
  outline: 0;
}

.PresetDateRangePicker_button__selected {
  color: #fff;
  background: #00a699;
}

.SingleDatePickerInput {
  display: inline-block;
  background-color: #fff;
}

.SingleDatePickerInput__withBorder {
  border-radius: 2px;
  border: 1px solid #dbdbdb;
}

.SingleDatePickerInput__rtl {
  direction: rtl;
}

.SingleDatePickerInput__disabled {
  background-color: #f2f2f2;
}

.SingleDatePickerInput__block {
  display: block;
}

.SingleDatePickerInput__showClearDate {
  padding-right: 30px;
}

.SingleDatePickerInput_clearDate {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  padding: 10px;
  margin: 0 10px 0 5px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.SingleDatePickerInput_clearDate__default:focus,
.SingleDatePickerInput_clearDate__default:hover {
  background: #dbdbdb;
  border-radius: 50%;
}

.SingleDatePickerInput_clearDate__small {
  padding: 6px;
}

.SingleDatePickerInput_clearDate__hide {
  visibility: hidden;
}

.SingleDatePickerInput_clearDate_svg {
  fill: #82888a;
  height: 12px;
  width: 15px;
  vertical-align: middle;
}

.SingleDatePickerInput_clearDate_svg__small {
  height: 9px;
}

.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;
}

.SingleDatePicker {
  position: relative;
  display: inline-block;
}

.SingleDatePicker__block {
  display: 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__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: #b0b3b4;
  text-decoration: none;
}

.SingleDatePicker_closeButton_svg {
  height: 15px;
  width: 15px;
  fill: #cacccd;
}

.DayPickerKeyboardShortcuts_buttonReset {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  cursor: pointer;
  font-size: 14px;
}

.DayPickerKeyboardShortcuts_buttonReset:active {
  outline: 0;
}

.DayPickerKeyboardShortcuts_show {
  width: 33px;
  height: 26px;
  position: absolute;
  z-index: 2;
}

.DayPickerKeyboardShortcuts_show::before {
  content: "";
  display: block;
  position: absolute;
}

.DayPickerKeyboardShortcuts_show__bottomRight {
  bottom: 0;
  right: 0;
}

.DayPickerKeyboardShortcuts_show__bottomRight::before {
  border-top: 26px solid transparent;
  border-right: 33px solid #00a699;
  bottom: 0;
  right: 0;
}

.DayPickerKeyboardShortcuts_show__bottomRight:hover::before {
  border-right: 33px solid #008489;
}

.DayPickerKeyboardShortcuts_show__topRight {
  top: 0;
  right: 0;
}

.DayPickerKeyboardShortcuts_show__topRight::before {
  border-bottom: 26px solid transparent;
  border-right: 33px solid #00a699;
  top: 0;
  right: 0;
}

.DayPickerKeyboardShortcuts_show__topRight:hover::before {
  border-right: 33px solid #008489;
}

.DayPickerKeyboardShortcuts_show__topLeft {
  top: 0;
  left: 0;
}

.DayPickerKeyboardShortcuts_show__topLeft::before {
  border-bottom: 26px solid transparent;
  border-left: 33px solid #00a699;
  top: 0;
  left: 0;
}

.DayPickerKeyboardShortcuts_show__topLeft:hover::before {
  border-left: 33px solid #008489;
}

.DayPickerKeyboardShortcuts_showSpan {
  color: #fff;
  position: absolute;
}

.DayPickerKeyboardShortcuts_showSpan__bottomRight {
  bottom: 0;
  right: 5px;
}

.DayPickerKeyboardShortcuts_showSpan__topRight {
  top: 1px;
  right: 5px;
}

.DayPickerKeyboardShortcuts_showSpan__topLeft {
  top: 1px;
  left: 5px;
}

.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;
  text-align: left;
}

.DayPickerKeyboardShortcuts_title {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

.DayPickerKeyboardShortcuts_list {
  list-style: none;
  padding: 0;
  font-size: 14px;
}

.DayPickerKeyboardShortcuts_close {
  position: absolute;
  right: 22px;
  top: 22px;
  z-index: 2;
}

.DayPickerKeyboardShortcuts_close:active {
  outline: 0;
}

.DayPickerKeyboardShortcuts_closeSvg {
  height: 15px;
  width: 15px;
  fill: #cacccd;
}

.DayPickerKeyboardShortcuts_closeSvg:focus,
.DayPickerKeyboardShortcuts_closeSvg:hover {
  fill: #82888a;
}

.CalendarDay {
  box-sizing: border-box;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
}

.CalendarDay:active {
  outline: 0;
}

.CalendarDay__defaultCursor {
  cursor: default;
}

.CalendarDay__default {
  border: 1px solid #e4e7e7;
  color: #484848;
  background: #fff;
}

.CalendarDay__default:hover {
  background: #e4e7e7;
  border: 1px solid #e4e7e7;
  color: inherit;
}

.CalendarDay__hovered_offset {
  background: #f4f5f5;
  border: 1px double #e4e7e7;
  color: inherit;
}

.CalendarDay__outside {
  border: 0;
  background: #fff;
  color: #484848;
}

.CalendarDay__outside:hover {
  border: 0;
}

.CalendarDay__blocked_minimum_nights {
  background: #fff;
  border: 1px solid #eceeee;
  color: #cacccd;
}

.CalendarDay__blocked_minimum_nights:active,
.CalendarDay__blocked_minimum_nights:hover {
  background: #fff;
  color: #cacccd;
}

.CalendarDay__highlighted_calendar {
  background: #ffe8bc;
  color: #484848;
}

.CalendarDay__highlighted_calendar:active,
.CalendarDay__highlighted_calendar:hover {
  background: #ffce71;
  color: #484848;
}

.CalendarDay__selected_span {
  background: #66e2da;
  border: 1px double #33dacd;
  color: #fff;
}

.CalendarDay__selected_span:active,
.CalendarDay__selected_span:hover {
  background: #33dacd;
  border: 1px double #33dacd;
  color: #fff;
}

.CalendarDay__selected,
.CalendarDay__selected:active,
.CalendarDay__selected:hover {
  background: #00a699;
  border: 1px double #00a699;
  color: #fff;
}

.CalendarDay__hovered_span,
.CalendarDay__hovered_span:hover {
  background: #b2f1ec;
  border: 1px double #80e8e0;
  color: #007a87;
}

.CalendarDay__hovered_span:active {
  background: #80e8e0;
  border: 1px double #80e8e0;
  color: #007a87;
}

.CalendarDay__blocked_calendar,
.CalendarDay__blocked_calendar:active,
.CalendarDay__blocked_calendar:hover {
  background: #cacccd;
  border: 1px solid #cacccd;
  color: #82888a;
}

.CalendarDay__blocked_out_of_range,
.CalendarDay__blocked_out_of_range:active,
.CalendarDay__blocked_out_of_range:hover {
  background: #fff;
  border: 1px solid #e4e7e7;
  color: #cacccd;
}

.CalendarDay__hovered_start_first_possible_end {
  background: #eceeee;
  border: 1px double #eceeee;
}

.CalendarDay__hovered_start_blocked_min_nights {
  background: #eceeee;
  border: 1px double #e4e7e7;
}

.CalendarMonth {
  background: #fff;
  text-align: center;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.CalendarMonth_table {
  border-collapse: collapse;
  border-spacing: 0;
}

.CalendarMonth_verticalSpacing {
  border-collapse: separate;
}

.CalendarMonth_caption {
  color: #484848;
  font-size: 18px;
  text-align: center;
  padding-top: 22px;
  padding-bottom: 37px;
  caption-side: top;
  caption-side: initial;
}

.CalendarMonth_caption__verticalScrollable {
  padding-top: 12px;
  padding-bottom: 7px;
}

.CalendarMonthGrid {
  background: #fff;
  text-align: left;
  z-index: 0;
}

.CalendarMonthGrid__animating {
  z-index: 1;
}

.CalendarMonthGrid__horizontal {
  position: absolute;
  left: 9px;
}

.CalendarMonthGrid__vertical,
.CalendarMonthGrid__vertical_scrollable {
  margin: 0 auto;
}

.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;
}

.CalendarMonthGrid_month__hidden {
  visibility: hidden;
}

.DayPickerNavigation {
  position: relative;
  z-index: 2;
}

.DayPickerNavigation__horizontal {
  height: 0;
}

.DayPickerNavigation__verticalScrollable_prevNav {
  z-index: 1;
}

.DayPickerNavigation__verticalDefault {
  position: absolute;
  width: 100%;
  height: 52px;
  bottom: 0;
  left: 0;
}

.DayPickerNavigation__verticalScrollableDefault {
  position: relative;
}

.DayPickerNavigation__bottom {
  height: auto;
}

.DayPickerNavigation__bottomDefault {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: flex;
  justify-content: space-between;
}

.DayPickerNavigation_button {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 0;
  padding: 0;
  margin: 0;
}

.DayPickerNavigation_button__default {
  border: 1px solid #e4e7e7;
  background-color: #fff;
  color: #757575;
}

.DayPickerNavigation_button__default:focus,
.DayPickerNavigation_button__default:hover {
  border: 1px solid #c4c4c4;
}

.DayPickerNavigation_button__default:active {
  background: #f2f2f2;
}

.DayPickerNavigation_button__disabled {
  cursor: default;
  border: 1px solid #f2f2f2;
}

.DayPickerNavigation_button__disabled:focus,
.DayPickerNavigation_button__disabled:hover {
  border: 1px solid #f2f2f2;
}

.DayPickerNavigation_button__disabled:active {
  background: 0 0;
}

.DayPickerNavigation_button__horizontalDefault {
  position: absolute;
  top: 18px;
  line-height: 0.78;
  border-radius: 3px;
  padding: 6px 9px;
}

.DayPickerNavigation_bottomButton__horizontalDefault {
  position: static;
  margin: -10px 22px 30px;
}

.DayPickerNavigation_leftButton__horizontalDefault {
  left: 22px;
}

.DayPickerNavigation_rightButton__horizontalDefault {
  right: 22px;
}

.DayPickerNavigation_button__verticalDefault {
  padding: 5px;
  background: #fff;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  display: inline-block;
  text-align: center;
  height: 100%;
  width: 50%;
}

.DayPickerNavigation_nextButton__verticalDefault {
  border-left: 0;
}

.DayPickerNavigation_nextButton__verticalScrollableDefault,
.DayPickerNavigation_prevButton__verticalScrollableDefault {
  width: 100%;
}

.DayPickerNavigation_svg__horizontal {
  height: 19px;
  width: 19px;
  fill: #82888a;
  display: block;
}

.DayPickerNavigation_svg__vertical {
  height: 42px;
  width: 42px;
  fill: #484848;
}

.DayPickerNavigation_svg__disabled {
  fill: #f2f2f2;
}

.DayPicker {
  background: #fff;
  position: relative;
  text-align: left;
}

.DayPicker__horizontal {
  background: #fff;
}

.DayPicker__verticalScrollable {
  height: 100%;
}

.DayPicker__hidden {
  visibility: hidden;
}

.DayPicker__withBorder {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.07);
  border-radius: 3px;
}

.DayPicker_portal__horizontal {
  box-shadow: none;
  position: absolute;
  left: 50%;
  top: 50%;
}

.DayPicker_portal__vertical {
  position: static;
  position: initial;
}

.DayPicker_focusRegion {
  outline: 0;
}

.DayPicker_calendarInfo__horizontal,
.DayPicker_wrapper__horizontal {
  display: inline-block;
  vertical-align: top;
}

.DayPicker_weekHeaders {
  position: relative;
}

.DayPicker_weekHeaders__horizontal {
  margin-left: 9px;
}

.DayPicker_weekHeader {
  color: #757575;
  position: absolute;
  top: 62px;
  z-index: 2;
  text-align: left;
}

.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;
  font-size: 14px;
}

.DayPicker_weekHeader_li {
  display: inline-block;
  text-align: center;
}

.DayPicker_transitionContainer {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}

.DayPicker_transitionContainer__horizontal {
  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;
}

.DateInput {
  margin: 0;
  padding: 0;
  background: #fff;
  position: relative;
  display: inline-block;
  width: 130px;
  vertical-align: middle;
}

.DateInput__small {
  width: 97px;
}

.DateInput__block {
  width: 100%;
}

.DateInput__disabled {
  background: #f2f2f2;
  color: #dbdbdb;
}

.DateInput_input {
  font-weight: 200;
  font-size: 19px;
  line-height: 24px;
  color: #484848;
  background-color: #fff;
  width: 100%;
  padding: 11px 11px 9px;
  border: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 2px solid transparent;
  border-left: 0;
  border-radius: 0;
}

.DateInput_input__small {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.2px;
  padding: 7px 7px 5px;
}

.DateInput_input__regular {
  font-weight: auto;
}

.DateInput_input__readOnly {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.DateInput_input__focused {
  outline: 0;
  background: #fff;
  border: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 2px solid #008489;
  border-left: 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;
}

.DateInput_fang {
  position: absolute;
  width: 20px;
  height: 10px;
  left: 22px;
  z-index: 2;
}

.DateInput_fangShape {
  fill: #fff;
}

.DateInput_fangStroke {
  stroke: #dbdbdb;
  fill: transparent;
}

.DateRangePickerInput {
  background-color: #fff;
  display: inline-block;
}

.DateRangePickerInput__disabled {
  background: #f2f2f2;
}

.DateRangePickerInput__withBorder {
  border-radius: 2px;
  border: 1px solid #dbdbdb;
}

.DateRangePickerInput__rtl {
  direction: rtl;
}

.DateRangePickerInput__block {
  display: block;
}

.DateRangePickerInput__showClearDates {
  padding-right: 30px;
}

.DateRangePickerInput_arrow {
  display: inline-block;
  vertical-align: middle;
  color: #484848;
}

.DateRangePickerInput_arrow_svg {
  vertical-align: middle;
  fill: #484848;
  height: 24px;
  width: 24px;
}

.DateRangePickerInput_clearDates {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  padding: 10px;
  margin: 0 10px 0 5px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.DateRangePickerInput_clearDates__small {
  padding: 6px;
}

.DateRangePickerInput_clearDates_default:focus,
.DateRangePickerInput_clearDates_default:hover {
  background: #dbdbdb;
  border-radius: 50%;
}

.DateRangePickerInput_clearDates__hide {
  visibility: hidden;
}

.DateRangePickerInput_clearDates_svg {
  fill: #82888a;
  height: 12px;
  width: 15px;
  vertical-align: middle;
}

.DateRangePickerInput_clearDates_svg__small {
  height: 9px;
}

.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: 0 5px 0 10px;
}

.DateRangePickerInput_calendarIcon_svg {
  fill: #82888a;
  height: 15px;
  width: 14px;
  vertical-align: middle;
}

.DateRangePicker {
  position: relative;
  display: inline-block;
}

.DateRangePicker__block {
  display: block;
}

.DateRangePicker_picker {
  z-index: 1;
  background-color: #fff;
  position: absolute;
}

.DateRangePicker_picker__rtl {
  direction: rtl;
}

.DateRangePicker_picker__directionLeft {
  left: 0;
}

.DateRangePicker_picker__directionRight {
  right: 0;
}

.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: #b0b3b4;
  text-decoration: none;
}

.DateRangePicker_closeButton_svg {
  height: 15px;
  width: 15px;
  fill: #cacccd;
}
/* Links */
/* Footer top region */
/* Footer middle region */
/* Footer bottom region */
/* Submit button */
/* Button variant 1 */
/* Button variant 1 - alternative */
/* Button variant 2 */
/* Button variant 2 - alternative*/
/* Box shadow colors */
/* Container colors */
/* Search colors */
/* Menu colors */
/** General **/
/** Mobile **/
/* Navigation colors */
@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Thin.ttf);
  font-weight: 200;
}
@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Light.ttf);
  font-weight: 300;
}
@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Black.ttf);
  font-weight: 900;
}
@keyframes load {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
#react-widget-container {
  /* position: absolute; */
  width: 100%;
  /* top: -65px; */
  display: flex;
  flex-wrap: wrap;
  padding: 50px;
  background-color: #ffffff;
  border-radius: 15px;
  min-height: 350px;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  #react-widget-container {
    margin: 0;
    padding: 20px;
    min-height: 480px;
  }
}
#react-widget-container .alternative-widget-text {
  width: 33%;
  margin-left: 30px;
  padding-left: 30px;
  border-left: 1px solid #e5e5e5;
}
@media (max-width: 1024px) {
  #react-widget-container .alternative-widget-text {
    display: none;
  }
}
#react-widget-container .widget-app-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#react-widget-container .widget-app-container.has-alternative-text {
  width: 64%;
}
@media (max-width: 1024px) {
  #react-widget-container .widget-app-container.has-alternative-text {
    width: 100%;
  }
}
#react-widget-container .widget-app-container.has-alternative-text .date-pick-bottom,
#react-widget-container .widget-app-container.has-alternative-text .date-pick-top,
#react-widget-container .widget-app-container.has-alternative-text .pickup-date-container,
#react-widget-container .widget-app-container.has-alternative-text .dropoff-date-container {
  min-width: 270px !important;
  max-width: 270px !important;
}
#react-widget-container .widget-app-container.has-alternative-text .date-pick-bottom input::-moz-placeholder, #react-widget-container .widget-app-container.has-alternative-text .date-pick-top input::-moz-placeholder, #react-widget-container .widget-app-container.has-alternative-text .pickup-date-container input::-moz-placeholder, #react-widget-container .widget-app-container.has-alternative-text .dropoff-date-container input::-moz-placeholder {
  font-size: 14px;
}
#react-widget-container .widget-app-container.has-alternative-text .date-pick-bottom input::placeholder,
#react-widget-container .widget-app-container.has-alternative-text .date-pick-top input::placeholder,
#react-widget-container .widget-app-container.has-alternative-text .pickup-date-container input::placeholder,
#react-widget-container .widget-app-container.has-alternative-text .dropoff-date-container input::placeholder {
  font-size: 14px;
}
#react-widget-container .widget-app-container.has-alternative-text .date-pick-top {
  margin-right: 20px;
}
#react-widget-container .widget-app-container.has-alternative-text .date-pick-diff {
  margin-top: 30px;
  margin-left: 14px;
}
#react-widget-container .widget-app-container .date-pick-container > button {
  margin: auto 0 0 auto;
  order: 3;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  color: #fff;
  background: #ea5353;
  border-radius: 96px;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #ffffff;
  width: 120px;
  height: 48px;
}
#react-widget-container .widget-app-container .date-pick-container > button:focus {
  border: 1px solid white;
  outline: 1px solid #005ecc;
}
#react-widget-container .widget-app-container .date-pick-container > button:hover {
  background: rgba(234, 83, 83, 0.78);
}
#react-widget-container .widget-app-container .date-pick-container > button:empty {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  position: relative;
  overflow: hidden;
  width: 168px;
  height: 48px;
}
#react-widget-container .widget-app-container .date-pick-container > button:empty:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background: linear-gradient(to right, transparent 0%, #fff 50%, transparent 100%);
  animation: load 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@media (max-width: 1024px) {
  #react-widget-container .widget-app-container .date-pick-container > button {
    width: 100%;
    margin-top: 10px;
  }
}
#react-widget-container .widget-app-container .location {
  display: flex;
  order: 1;
  width: 100%;
}
@media (max-width: 1024px) {
  #react-widget-container .widget-app-container .location {
    flex-wrap: wrap;
  }
}
#react-widget-container .widget-app-container .location-container {
  width: 100%;
  position: relative;
}
#react-widget-container .widget-app-container .location-container .map-element__container {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  #react-widget-container .widget-app-container .location-container .map-element__container {
    left: 0;
    top: 25px;
    justify-content: flex-start;
  }
}
#react-widget-container .widget-app-container .location-container .map-element__container a {
  margin-right: 10px;
  font-size: 17px;
  text-decoration: underline;
  cursor: pointer;
}
#react-widget-container .widget-app-container .location-container .map-element__container svg {
  width: 17px;
}
#react-widget-container .widget-app-container .location__name__container label {
  font-weight: 600;
  font-size: 17px;
  line-height: 26px;
  color: #313131;
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 1024px) {
  #react-widget-container .widget-app-container .location__name__container label {
    margin-bottom: 40px;
  }
}
#react-widget-container .widget-app-container .location__name {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  position: relative;
  width: 100%;
  max-width: 100%;
  background: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 8px;
  padding: 15px;
  /* padding-left: 30px; */
  margin-top: 15px;
  /* [contentEditable=true]:empty:not(:focus):before {
            content: attr(data-text);
        } */
}
#react-widget-container .widget-app-container .location__name.error-highlight {
  border-color: #ea5353;
}
#react-widget-container .widget-app-container .location__name.error-highlight input::-moz-placeholder {
  color: #ea5353;
}
#react-widget-container .widget-app-container .location__name.error-highlight input::placeholder {
  color: #ea5353;
}
#react-widget-container .widget-app-container .location__name.error-highlight #multilineinput::before,
#react-widget-container .widget-app-container .location__name.error-highlight #multilineinput2::before {
  color: #ea5353;
}
#react-widget-container .widget-app-container .location__name .input-container-optional {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
#react-widget-container .widget-app-container .location__name--icon {
  /* position: absolute;
  left: 10px;
  bottom: 10px; */
  line-height: 0;
}
#react-widget-container .widget-app-container .location__name input {
  visibility: hidden;
  width: 0;
  height: 0;
}
#react-widget-container .widget-app-container .date-pick {
  display: flex;
  flex-wrap: wrap;
  order: 2;
  width: 100%;
}
#react-widget-container .widget-app-container .date-pick-container {
  width: 100%;
  position: relative;
  display: flex;
}
@media (max-width: 1024px) {
  #react-widget-container .widget-app-container .date-pick-container {
    flex-wrap: wrap;
    gap: 17px;
    margin-top: 10px;
  }
}
#react-widget-container .widget-app-container .date-pick-container .toggle-active > div {
  transform: rotate(-135deg) !important;
}
#react-widget-container .widget-app-container .date-pick-container .toggle-active > div {
  margin-top: 10px;
}
#react-widget-container .widget-app-container .date-pick-container .time-toggle-active > div {
  transform: rotate(-135deg) !important;
}
#react-widget-container .widget-app-container .date-pick-container .time-toggle-active > div {
  margin-top: 10px;
}
#react-widget-container .widget-app-container .date-pick svg {
  width: 20px;
}
#react-widget-container .widget-app-container .date-pick-top {
  width: 35%;
  margin-right: 25px;
}
@media (max-width: 1024px) {
  #react-widget-container .widget-app-container .date-pick-top {
    width: 100%;
    margin-right: 0;
  }
}
#react-widget-container .widget-app-container .date-pick-top > label {
  font-weight: 600;
  font-size: 17px;
  line-height: 26px;
  display: block;
  margin-bottom: 8px;
}
#react-widget-container .widget-app-container .date-pick-top .pickup-date-container {
  display: flex;
  background: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 8px;
  min-width: 320px;
}
@media (max-width: 576px) {
  #react-widget-container .widget-app-container .date-pick-top .pickup-date-container {
    min-width: 0;
    min-width: initial;
    max-width: 100%;
  }
}
#react-widget-container .widget-app-container .date-pick-top .pickup-date-container.error-highlight {
  border-color: #ea5353;
}
#react-widget-container .widget-app-container .date-pick-top .pickup-date-container.error-highlight .pickup-date-input-container input::-moz-placeholder {
  color: #ea5353;
}
#react-widget-container .widget-app-container .date-pick-top .pickup-date-container.error-highlight .pickup-date-input-container input::placeholder {
  color: #ea5353;
}
#react-widget-container .widget-app-container .date-pick-top .pickup-date-container.error-highlight .timepicker__container-header {
  color: #ea5353;
}
#react-widget-container .widget-app-container .date-pick-top .pickup-date-container .icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
}
#react-widget-container .widget-app-container .date-pick-top .pickup-date-container .pickup-date-input-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  position: relative;
}
#react-widget-container .widget-app-container .date-pick-top .pickup-date-container .pickup-date-input-container:after {
  content: "";
  height: 75%;
  width: 1px;
  background-color: #ced4da;
  position: absolute;
  right: 0;
}
#react-widget-container .widget-app-container .date-pick-top .pickup-date-container .pickup-date-input-container input {
  border: 0;
  background: #fff;
  text-align: center;
  height: 40px;
  padding: 0;
  width: 85%;
  padding-bottom: 0px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  cursor: pointer;
  font-family: "Poppins";
  pointer-events: none;
}
#react-widget-container .widget-app-container .date-pick-top .pickup-date-container .pick-up-date-hour {
  display: flex;
  width: 40%;
  justify-content: space-between;
  margin-left: 15px;
}
#react-widget-container .widget-app-container .date-pick-top .pickup-date-container .pick-up-date-hour-icon, #react-widget-container .widget-app-container .date-pick-top .pickup-date-container .pick-up-date-hour-date {
  display: flex;
  justify-content: center;
  align-items: center;
}
#react-widget-container .widget-app-container .date-pick-top .pickup-date-container .pick-up-date-hour-date {
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
}
#react-widget-container .widget-app-container .date-pick-top .pickup-date-container .pick-up-date-hour-date .timepicker--disabled {
  cursor: default;
  color: gray;
}
#react-widget-container .widget-app-container .date-pick-top .pickup-date-container .pick-up-date-hour-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: -5px;
  padding-right: 10px;
  padding-left: 10px;
}
#react-widget-container .widget-app-container .date-pick-top .pickup-date-container .pick-up-date-hour-toggle .pick-up-toggle {
  border: solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  height: 10px;
  padding: 3px;
  transform: rotate(45deg);
  transition: all 0.2s;
  width: 10px;
  cursor: pointer;
}
#react-widget-container .widget-app-container .date-pick-top .pickup-date-container .pick-up-date-hour-toggle .timepicker--disabled {
  cursor: default;
  border: solid gray;
  border-width: 0 2px 2px 0;
}
#react-widget-container .widget-app-container .date-pick-bottom {
  width: 35%;
}
@media (max-width: 1024px) {
  #react-widget-container .widget-app-container .date-pick-bottom {
    width: 100%;
  }
}
#react-widget-container .widget-app-container .date-pick-bottom > label {
  font-weight: 600;
  font-size: 17px;
  line-height: 26px;
  display: block;
  margin-bottom: 8px;
}
#react-widget-container .widget-app-container .date-pick-bottom .dropoff-date-container {
  display: flex;
  background: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 8px;
  min-width: 320px;
}
@media (max-width: 576px) {
  #react-widget-container .widget-app-container .date-pick-bottom .dropoff-date-container {
    min-width: 0;
    min-width: initial;
    max-width: 100%;
  }
}
#react-widget-container .widget-app-container .date-pick-bottom .dropoff-date-container.error-highlight {
  border-color: #ea5353;
}
#react-widget-container .widget-app-container .date-pick-bottom .dropoff-date-container.error-highlight .pickup-date-input-container input::-moz-placeholder {
  color: #ea5353;
}
#react-widget-container .widget-app-container .date-pick-bottom .dropoff-date-container.error-highlight .pickup-date-input-container input::placeholder {
  color: #ea5353;
}
#react-widget-container .widget-app-container .date-pick-bottom .dropoff-date-container.error-highlight .timepicker__container-header {
  color: #ea5353;
}
#react-widget-container .widget-app-container .date-pick-bottom .dropoff-date-container .icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
}
#react-widget-container .widget-app-container .date-pick-bottom .dropoff-date-container .pickup-date-input-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  position: relative;
}
#react-widget-container .widget-app-container .date-pick-bottom .dropoff-date-container .pickup-date-input-container:after {
  content: "";
  height: 75%;
  width: 1px;
  background-color: #ced4da;
  position: absolute;
  right: 0;
}
#react-widget-container .widget-app-container .date-pick-bottom .dropoff-date-container .pickup-date-input-container input {
  border: 0;
  background: #fff;
  text-align: center;
  height: 40px;
  padding: 0;
  width: 85%;
  padding-bottom: 0px;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  font-family: "Poppins";
  pointer-events: none;
}
#react-widget-container .widget-app-container .date-pick-bottom .dropoff-date-container .pick-up-date-hour {
  display: flex;
  width: 40%;
  justify-content: space-between;
  margin-left: 15px;
}
#react-widget-container .widget-app-container .date-pick-bottom .dropoff-date-container .pick-up-date-hour-icon, #react-widget-container .widget-app-container .date-pick-bottom .dropoff-date-container .pick-up-date-hour-date {
  display: flex;
  justify-content: center;
  align-items: center;
}
#react-widget-container .widget-app-container .date-pick-bottom .dropoff-date-container .pick-up-date-hour-date {
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
}
#react-widget-container .widget-app-container .date-pick-bottom .dropoff-date-container .pick-up-date-hour-date .timepicker--disabled {
  cursor: default;
  color: gray;
}
#react-widget-container .widget-app-container .date-pick-bottom .dropoff-date-container .pick-up-date-hour-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: -5px;
  padding-right: 10px;
  padding-left: 10px;
}
#react-widget-container .widget-app-container .date-pick-bottom .dropoff-date-container .pick-up-date-hour-toggle .pick-up-toggle {
  border: solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  height: 10px;
  padding: 3px;
  transform: rotate(45deg);
  transition: all 0.2s;
  width: 10px;
  cursor: pointer;
}
#react-widget-container .widget-app-container .date-pick-bottom .dropoff-date-container .pick-up-date-hour-toggle .timepicker--disabled {
  cursor: default;
  border: solid gray;
  border-width: 0 2px 2px 0;
}
#react-widget-container .widget-app-container .date-pick-diff {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 30px;
  margin-left: 25px;
  font-weight: 400;
  font-size: 17px;
  line-height: 18px;
  cursor: pointer;
  min-width: 90px;
}
#react-widget-container .widget-app-container > button {
  order: 3;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  color: #fff;
  background: #ea5353;
  border-radius: 96px;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #ffffff;
  width: 120px;
  height: 48px;
}
#react-widget-container .widget-app-container > button:focus {
  border: 1px solid white;
  outline: 1px solid #005ecc;
}
#react-widget-container .widget-app-container > button:hover {
  background: rgba(234, 83, 83, 0.78);
}
#react-widget-container .widget-app-container > button:empty {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  position: relative;
  overflow: hidden;
  width: 168px;
  height: 48px;
}
#react-widget-container .widget-app-container > button:empty:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background: linear-gradient(to right, transparent 0%, #fff 50%, transparent 100%);
  animation: load 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@media (max-width: 1024px) {
  #react-widget-container .widget-app-container > button {
    width: 100%;
    margin-top: 10px;
  }
}
#react-widget-container .widget-app-container .trip-editor {
  width: 100%;
}
#react-widget-container .widget-app-container input[type=text] {
  /* font-style: normal;
      font-weight: 500;
      font-size: 17px;
      line-height: 26px;
      color: #313131; */
}
#react-widget-container .widget-app-container input[type=text]::-moz-placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  color: #313131;
}
#react-widget-container .widget-app-container input[type=text]::placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  color: #313131;
}
#react-widget-container .widget-app-container #multilineinput,
#react-widget-container .widget-app-container #multilineinput2 {
  position: absolute;
  padding-left: 26px;
  top: 15px;
  width: 90%;
  word-wrap: break-word;
  font-size: 16px;
  font-weight: 400;
  z-index: 66;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #313131;
  cursor: text;
}
#react-widget-container .widget-app-container #multilineinput:focus,
#react-widget-container .widget-app-container #multilineinput2:focus {
  outline: none;
}
#react-widget-container .widget-app-container #multilineinput.input-not-empty,
#react-widget-container .widget-app-container #multilineinput2.input-not-empty {
  position: static;
  padding-left: 0;
  width: 100%;
}
#react-widget-container .widget-app-container .checklist-item {
  margin-top: 20px;
  position: relative;
}
#react-widget-container .widget-app-container .checklist-item label {
  display: flex;
  height: 24px;
  padding-top: 1px;
}
#react-widget-container .widget-app-container .checklist-item label .custom-checkbox {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
}
#react-widget-container .widget-app-container .checklist-item label .checkmark {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  display: block;
  border: 1px solid #b0b0b0;
  border-radius: 4px;
}
#react-widget-container .widget-app-container .checklist-item label input {
  position: absolute;
  top: 1px;
  left: 1px;
  margin: 0;
  height: 22px;
  width: 22px;
}
#react-widget-container .widget-app-container .checklist-item label input:checked ~ .checkmark {
  background-color: #ea5353;
  cursor: pointer;
}
#react-widget-container .widget-app-container .checklist-item label input:checked ~ .checkmark:after {
  display: block;
}
#react-widget-container .widget-app-container .checklist-item label .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 8px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
#react-widget-container .widget-app-container .checklist-item label > span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 34px;
}

.banner-element .alternative-widget-container {
  visibility: hidden;
  height: 0;
  width: 0;
}

.daypicker-main-container {
  position: absolute;
  z-index: 500;
  display: block;
  top: 285px;
  font-family: "Poppins";
}
@media (max-width: 1024px) {
  .daypicker-main-container {
    width: 100%;
  }
}
.daypicker-main-container .DayPicker {
  width: 750px !important;
}
.daypicker-main-container .DayPicker {
  height: 370px;
}
@media (max-width: 1024px) {
  .daypicker-main-container .DayPicker {
    width: 100% !important;
  }
  .daypicker-main-container .DayPicker {
    height: 100%;
  }
}
.daypicker-main-container .DayPicker > div > div {
  width: 750px !important;
  height: 360px !important;
}
@media (max-width: 1024px) {
  .daypicker-main-container .DayPicker > div > div {
    width: 100% !important;
    height: 100% !important;
  }
}
.daypicker-main-container .DayPicker .DayPicker_transitionContainer {
  width: 750px !important;
  height: 360px !important;
}
@media (max-width: 1024px) {
  .daypicker-main-container .DayPicker .DayPicker_transitionContainer {
    width: 100% !important;
    height: 100% !important;
  }
  .daypicker-main-container .DayPicker .DayPicker_transitionContainer {
    padding-top: 45px;
  }
}
.daypicker-main-container .DayPickerNavigation_rightButton__horizontalDefault,
.daypicker-main-container .DayPickerNavigation_leftButton__horizontalDefault {
  border: none;
}
.daypicker-main-container .DayPickerNavigation_rightButton__horizontalDefault .DayPickerNavigation_svg__horizontal,
.daypicker-main-container .DayPickerNavigation_leftButton__horizontalDefault .DayPickerNavigation_svg__horizontal {
  fill: black;
}
.daypicker-main-container .DayPicker_weekHeaders .DayPicker_weekHeader:last-child {
  left: 360px !important;
}
@media (max-width: 1024px) {
  .daypicker-main-container .DayPicker_weekHeaders .DayPicker_weekHeader:last-child {
    left: auto !important;
    left: initial !important;
  }
  .daypicker-main-container .DayPicker_weekHeaders .DayPicker_weekHeader:last-child {
    border-bottom: 0;
  }
  .daypicker-main-container .DayPicker_weekHeaders .DayPicker_weekHeader:last-child::before {
    content: "";
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 20px;
    left: 0;
    background: white;
  }
}
.daypicker-main-container .DayPicker_weekHeader {
  top: 40px;
}
.daypicker-main-container .DayPicker_weekHeader_ul {
  padding: 0 !important;
}
.daypicker-main-container .DayPicker_weekHeader_ul {
  margin: 20px 0;
}
@media (max-width: 1024px) {
  .daypicker-main-container .DayPicker_weekHeader_ul {
    margin: 0;
  }
}
.daypicker-main-container .DayPicker_weekHeader_li {
  width: 48px !important;
}
.daypicker-main-container .DayPicker_weekHeader_li small {
  font-size: 17px;
}
.daypicker-main-container .DayPickerKeyboardShortcuts_show::before {
  display: none;
}
.daypicker-main-container .CalendarDay__default {
  width: 48px !important;
  height: 44px !important;
}
.daypicker-main-container .CalendarDay__default {
  vertical-align: middle;
  border: none;
  font-size: 17px;
}
.daypicker-main-container table {
  border-collapse: separate !important;
  border-spacing: 0 3px !important;
}
.daypicker-main-container .CalendarDay__hovered_span,
.daypicker-main-container .CalendarDay__selected_span,
.daypicker-main-container .CalendarDay__hovered_span:hover,
.daypicker-main-container .CalendarDay__selected_span:hover,
.daypicker-main-container .CalendarDay__selected,
.daypicker-main-container .CalendarDay__selected:hover {
  background: transparent;
  border-color: transparent;
  color: inherit;
}
.daypicker-main-container .CalendarDay__default:hover {
  background: transparent;
}
.daypicker-main-container .custom-calendar-day {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  border: 1px solid transparent;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.daypicker-main-container .custom-calendar-day--hover-range {
  background: #ffe8d6;
  color: #8a4a12;
  border-color: #ffe8d6;
}
.daypicker-main-container .CalendarDay__default:hover .custom-calendar-day {
  background: #f5993c;
  border-color: #f5993c;
  color: #ffffff;
}
.daypicker-main-container .custom-calendar-day--companion {
  background: #f7b16a;
  color: #ffffff;
  border-color: #f7b16a;
}
.daypicker-main-container .custom-calendar-day--selected {
  background: #f5993c;
  color: #ffffff;
  border-color: #f5993c;
}
.daypicker-main-container .custom-calendar-day--today {
  border-color: #f5993c;
}

.timepicker__container {
  width: 3.5em;
  margin: 0 auto;
  position: relative;
}
.timepicker__container-header {
  font-size: 16px;
  color: black;
  text-align: center;
  cursor: pointer;
}
.timepicker__container-list-box {
  position: absolute;
  z-index: 100;
  width: 7.5em;
  left: -40px;
  top: 42px;
}
.timepicker__container-list-box::before {
  position: absolute;
  width: 10px;
  content: " ";
  display: block;
  background: #fff;
  height: 10px;
  transform: rotate(45deg) translateX(-50%);
  top: 0;
  left: 50%;
  right: auto;
  border: 1px solid #e5e5e5;
  border-bottom: 0;
  border-right: 0;
  z-index: 2;
  transition: opacity 0.2s ease-in-out;
}
.timepicker__container-list-box--title {
  display: none;
}
.timepicker__container-list {
  padding: 0 !important;
  margin: 0 !important;
  margin-top: 0 !important;
}
.timepicker__container-list {
  text-align: center;
  background: #ffffff;
  border: 2px solid #e5e5e5;
  box-sizing: border-box;
  font-size: 16px;
  color: black;
  font-weight: 500;
  max-height: 300px;
  overflow-y: scroll;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.timepicker__container-list::-webkit-scrollbar {
  width: 4px;
}
.timepicker__container-list::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.timepicker__container-list::-webkit-scrollbar-thumb {
  background: #888;
  width: 4px;
}
.timepicker__container-list::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.timepicker__container-list::-moz-scrollbar-button:decrement, .timepicker__container-list::-moz-scrollbar-button:increment, .timepicker__container-list::-webkit-scrollbar-button:decrement, .timepicker__container-list::-webkit-scrollbar-button:increment {
  width: 0px;
}
.timepicker__container-list-item {
  list-style: none;
  padding: 5px 20px;
  padding-left: 35px;
}
.timepicker__container-list-item:hover {
  color: white;
  background-color: #ea5353;
}
.timepicker__container-list-item.selected-list-item {
  color: white;
  background-color: #ea5353;
}

.date-pick-span {
  width: 100%;
  margin: 20px 0;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
}
.date-pick-span strong {
  background: #4ba7ee;
  border-radius: 4px;
  color: white;
  padding: 0px 5px;
}

.location__suggestion__container {
  top: 100%;
}
.location__suggestion__container.loading {
  border-bottom-right-radius: 0;
  height: 60px;
}
.location__suggestion__container .lds-ellipsis {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
.location__suggestion__container .lds-ellipsis div {
  top: 27px;
}

.value-shadow {
  display: none;
}
.value-shadow.show {
  display: block;
  line-height: 20px;
  /* position: absolute;
  padding-left: 10px; */
}

.location__suggestion__container {
  position: absolute;
  z-index: 666;
  width: 35%;
  background: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  border: 0px;
  border-radius: 0px 0px 20px 20px;
  overflow: hidden;
  top: calc(100% + 0px);
  left: 32px;
  max-height: 300px;
  overflow-y: scroll;
}
@media (max-width: 768px) {
  .location__suggestion__container {
    width: 100%;
    left: 0;
  }
}
.location__suggestion__container::-webkit-scrollbar {
  width: 0px;
  margin-left: 5px;
}
.location__suggestion__container::-webkit-scrollbar-track {
  background: rgba(245, 143, 60, 0.2);
}
.location__suggestion__container::-webkit-scrollbar-thumb {
  background: rgba(245, 143, 60, 0.5);
}
.location__suggestion__container::-webkit-scrollbar-thumb:hover {
  background: rgba(245, 143, 60, 0.7);
}
.location__suggestion__container .location__suggestion {
  border: none;
  margin: 0;
  background: #fff;
  color: #000;
  padding: 0.75rem 2.5rem;
  text-align: left;
  width: 100%;
  font-size: 16px;
  cursor: pointer;
}
.location__suggestion__container .location__suggestion:last-child {
  border: 0px;
  border-radius: 0px 0px 20px 20px;
  overflow: hidden;
}
.location__suggestion__container .location__suggestion:hover {
  background: #e8e8e8;
}
.location__suggestion__container .location__suggestion.highlighted {
  background: #ea5353;
  color: #fff;
}
.location__suggestion__container .location__suggestion.highlighted:hover {
  background: #e73c3c;
  color: #fff;
}

body .dialog-off-canvas-main-canvas .widget-span-opened .widget-container #react-widget-container {
  min-height: 475px;
}

body .dialog-off-canvas-main-canvas .widget-span-opened.banner-location-is-the-same .widget-container #react-widget-container {
  min-height: 535px;
}

.mobile-title {
  font-weight: 900;
  font-size: 28px;
  line-height: 42px;
  color: #000000;
  padding: 10px 0;
}

@media (max-width: 1024px) {
  #react-widget-container .date-pick-diff {
    display: none;
  }
  .has-mobile-title .widget-container {
    /* margin-bottom: 460px !important; */
  }
  .has-mobile-title .widget-container #react-widget-container {
    min-height: 525px !important;
  }
  .has-mobile-title.banner-location-is-the-same .widget-container {
    margin-bottom: 515px !important;
  }
  .has-mobile-title.banner-location-is-the-same .widget-container #react-widget-container {
    min-height: 590px !important;
  }
  .has-mobile-title.widget-span-opened .widget-container {
    margin-bottom: 600px !important;
  }
  .has-mobile-title.widget-span-opened .widget-container #react-widget-container {
    min-height: 680px !important;
  }
  .has-mobile-title.widget-span-opened.banner-location-is-the-same .widget-container {
    margin-bottom: 680px !important;
  }
  .has-mobile-title.widget-span-opened.banner-location-is-the-same .widget-container #react-widget-container {
    min-height: 750px !important;
  }
  .widget-modal-opened {
    /* .widget-container {
      position: unset !important;
    } */
  }
  .widget-modal-opened .layout-width-container {
    /* margin-top: 0 !important; */
    padding: 0;
  }
  .widget-modal-opened .banner-element__container--image {
    max-height: none !important;
    max-height: initial !important;
  }
  .widget-modal-opened .banner-element__container--image {
    /* z-index: 999; */
    /* height: 300px; */
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .widget-modal-opened .banner-element__container--image > .media {
    max-height: none !important;
    max-height: initial !important;
  }
  .widget-modal-opened .banner-element__container--image > .media {
    /* height: 300px; */
  }
  .widget-modal-opened .daypicker-main-container {
    position: fixed;
    top: 90px;
    right: 0;
    bottom: 0;
    left: 0;
    height: calc(100vh - 180px);
    background: rgba(0, 0, 0, 0.3);
  }
  .widget-modal-opened .daypicker-main-container__box {
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  .widget-modal-opened .daypicker-main-container__close {
    position: relative;
  }
  .widget-modal-opened .daypicker-main-container__close .daypicker-close-btn {
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 6;
    font-size: 20px;
  }
  .widget-modal-opened .DayPickerNavigation {
    display: none;
  }
  .widget-modal-opened .CalendarMonthGrid {
    width: 100% !important;
  }
  .widget-modal-opened .CalendarMonthGrid {
    margin-top: 55px;
  }
  .widget-modal-opened .DayPicker_weekHeader {
    margin-left: 0 !important;
  }
  .widget-modal-opened .DayPicker_weekHeader {
    top: 20px;
  }
  .widget-modal-opened .DayPicker {
    border-radius: 15px 15px 0px 0px;
    overflow: hidden;
    height: 550px;
    overflow-y: scroll;
    padding-top: 55px;
  }
  .widget-modal-opened .CalendarMonth_table {
    margin: 0 auto;
  }
  .widget-modal-opened .CalendarMonth_caption {
    color: #000000;
    font-family: "Poppins";
    font-size: 17px;
    line-height: 24px;
    text-transform: uppercase;
  }
  .widget-modal-opened .CalendarMonth_caption strong {
    font-weight: 900;
  }
  .widget-modal-opened .daypicker-main-container .DayPicker_weekHeader_li {
    padding-left: 0px;
    color: #000000;
    font-family: "Poppins";
    font-size: 17px;
    line-height: 24px;
  }
}
.edit-trip-popup .location {
  display: flex;
  order: 1;
  width: 100%;
}
@media (max-width: 1024px) {
  .edit-trip-popup .location {
    flex-wrap: wrap;
  }
}
.edit-trip-popup .location-container {
  width: 100%;
  position: relative;
}
.edit-trip-popup .location-container .map-element__container {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .edit-trip-popup .location-container .map-element__container {
    left: 0;
    top: 25px;
    justify-content: flex-start;
  }
}
.edit-trip-popup .location-container .map-element__container a {
  margin-right: 10px;
  font-size: 17px;
  text-decoration: underline;
  cursor: pointer;
}
.edit-trip-popup .location-container .map-element__container svg {
  width: 17px;
}
.edit-trip-popup .location__name__container label {
  font-weight: 600;
  font-size: 17px;
  line-height: 26px;
  color: #313131;
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 1024px) {
  .edit-trip-popup .location__name__container label {
    margin-bottom: 40px;
  }
}
.edit-trip-popup .location__name {
  position: relative;
  width: 100%;
  background: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 8px;
  padding: 15px;
  padding-left: 30px;
  margin-top: 15px;
  /* [contentEditable=true]:empty:not(:focus):before {
            content: attr(data-text);
        } */
}
.edit-trip-popup .location__name.error-highlight {
  border-color: #ea5353;
}
.edit-trip-popup .location__name.error-highlight input::-moz-placeholder {
  color: #ea5353;
}
.edit-trip-popup .location__name.error-highlight input::placeholder {
  color: #ea5353;
}
.edit-trip-popup .location__name.error-highlight #multilineinput::before,
.edit-trip-popup .location__name.error-highlight #multilineinput2::before {
  color: #ea5353;
}
.edit-trip-popup .location__name--icon {
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.edit-trip-popup .location__name input {
  visibility: hidden;
  width: 0;
  height: 0;
}
.edit-trip-popup .date-pick {
  display: flex;
  flex-wrap: wrap;
  order: 2;
  width: 100%;
}
.edit-trip-popup .date-pick-container {
  width: 100%;
  position: relative;
  display: flex;
}
@media (max-width: 1024px) {
  .edit-trip-popup .date-pick-container {
    flex-wrap: wrap;
    margin-top: 10px;
  }
}
.edit-trip-popup .date-pick svg {
  width: 20px;
}
.edit-trip-popup .date-pick-top {
  width: 36%;
  margin-right: 25px;
}
@media (max-width: 1024px) {
  .edit-trip-popup .date-pick-top {
    width: 100%;
  }
}
.edit-trip-popup .date-pick-top > label {
  font-weight: 600;
  font-size: 17px;
  line-height: 26px;
  display: block;
  margin-bottom: 8px;
}
.edit-trip-popup .date-pick-top .pickup-date-container {
  display: flex;
  background: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 8px;
  min-width: 320px;
}
.edit-trip-popup .date-pick-top .pickup-date-container.error-highlight {
  border-color: #ea5353;
}
.edit-trip-popup .date-pick-top .pickup-date-container.error-highlight .pickup-date-input-container input::-moz-placeholder {
  color: #ea5353;
}
.edit-trip-popup .date-pick-top .pickup-date-container.error-highlight .pickup-date-input-container input::placeholder {
  color: #ea5353;
}
.edit-trip-popup .date-pick-top .pickup-date-container.error-highlight .timepicker__container-header {
  color: #ea5353;
}
.edit-trip-popup .date-pick-top .pickup-date-container .icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
}
.edit-trip-popup .date-pick-top .pickup-date-container .pickup-date-input-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  position: relative;
}
.edit-trip-popup .date-pick-top .pickup-date-container .pickup-date-input-container:after {
  content: "";
  height: 75%;
  width: 1px;
  background-color: #ced4da;
  position: absolute;
  right: 0;
}
.edit-trip-popup .date-pick-top .pickup-date-container .pickup-date-input-container input {
  border: 0;
  background: #fff;
  text-align: center;
  height: 40px;
  padding: 0;
  width: 85%;
  padding-bottom: 0px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  cursor: pointer;
  font-family: "Poppins";
}
.edit-trip-popup .date-pick-top .pickup-date-container .pick-up-date-hour {
  display: flex;
  width: 40%;
  justify-content: space-between;
  margin-left: 15px;
}
.edit-trip-popup .date-pick-top .pickup-date-container .pick-up-date-hour-icon, .edit-trip-popup .date-pick-top .pickup-date-container .pick-up-date-hour-date {
  display: flex;
  justify-content: center;
  align-items: center;
}
.edit-trip-popup .date-pick-top .pickup-date-container .pick-up-date-hour-date {
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
}
.edit-trip-popup .date-pick-top .pickup-date-container .pick-up-date-hour-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: -5px;
  padding-right: 10px;
  padding-left: 10px;
}
.edit-trip-popup .date-pick-top .pickup-date-container .pick-up-date-hour-toggle .pick-up-toggle {
  border: solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  height: 10px;
  padding: 3px;
  transform: rotate(45deg);
  transition: all 0.2s;
  width: 10px;
  cursor: pointer;
}
.edit-trip-popup .date-pick-bottom {
  width: 36%;
}
@media (max-width: 1024px) {
  .edit-trip-popup .date-pick-bottom {
    width: 100%;
  }
}
.edit-trip-popup .date-pick-bottom > label {
  font-weight: 600;
  font-size: 17px;
  line-height: 26px;
  display: block;
  margin-bottom: 8px;
}
.edit-trip-popup .date-pick-bottom .dropoff-date-container {
  display: flex;
  background: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 8px;
  min-width: 320px;
}
.edit-trip-popup .date-pick-bottom .dropoff-date-container.error-highlight {
  border-color: #ea5353;
}
.edit-trip-popup .date-pick-bottom .dropoff-date-container.error-highlight .pickup-date-input-container input::-moz-placeholder {
  color: #ea5353;
}
.edit-trip-popup .date-pick-bottom .dropoff-date-container.error-highlight .pickup-date-input-container input::placeholder {
  color: #ea5353;
}
.edit-trip-popup .date-pick-bottom .dropoff-date-container.error-highlight .timepicker__container-header {
  color: #ea5353;
}
.edit-trip-popup .date-pick-bottom .dropoff-date-container .icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
}
.edit-trip-popup .date-pick-bottom .dropoff-date-container .pickup-date-input-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  position: relative;
}
.edit-trip-popup .date-pick-bottom .dropoff-date-container .pickup-date-input-container:after {
  content: "";
  height: 75%;
  width: 1px;
  background-color: #ced4da;
  position: absolute;
  right: 0;
}
.edit-trip-popup .date-pick-bottom .dropoff-date-container .pickup-date-input-container input {
  border: 0;
  background: #fff;
  text-align: center;
  height: 40px;
  padding: 0;
  width: 85%;
  padding-bottom: 0px;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  font-family: "Poppins";
}
.edit-trip-popup .date-pick-bottom .dropoff-date-container .pick-up-date-hour {
  display: flex;
  width: 40%;
  justify-content: space-between;
  margin-left: 15px;
}
.edit-trip-popup .date-pick-bottom .dropoff-date-container .pick-up-date-hour-icon, .edit-trip-popup .date-pick-bottom .dropoff-date-container .pick-up-date-hour-date {
  display: flex;
  justify-content: center;
  align-items: center;
}
.edit-trip-popup .date-pick-bottom .dropoff-date-container .pick-up-date-hour-date {
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
}
.edit-trip-popup .date-pick-bottom .dropoff-date-container .pick-up-date-hour-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: -5px;
  padding-right: 10px;
  padding-left: 10px;
}
.edit-trip-popup .date-pick-bottom .dropoff-date-container .pick-up-date-hour-toggle .pick-up-toggle {
  border: solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  height: 10px;
  padding: 3px;
  transform: rotate(45deg);
  transition: all 0.2s;
  width: 10px;
  cursor: pointer;
}
.edit-trip-popup .date-pick-diff {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 15px;
  margin-left: 15px;
  text-decoration: underline;
  font-weight: 400;
  font-size: 17px;
  line-height: 18px;
  cursor: pointer;
}
.edit-trip-popup .trip-editor > button {
  order: 3;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  color: #fff;
  background: #ea5353;
  border-radius: 96px;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #ffffff;
}
.edit-trip-popup .trip-editor > button:focus {
  border: 1px solid white;
  outline: 1px solid #005ecc;
}
.edit-trip-popup .trip-editor > button:hover {
  background: rgba(234, 83, 83, 0.78);
}
.edit-trip-popup .trip-editor > button:empty {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  position: relative;
  overflow: hidden;
  width: 168px;
  height: 48px;
}
.edit-trip-popup .trip-editor > button:empty:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background: linear-gradient(to right, transparent 0%, #fff 50%, transparent 100%);
  animation: load 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@media (max-width: 1024px) {
  .edit-trip-popup .trip-editor > button {
    width: 100%;
    margin-top: 10px;
  }
}
.edit-trip-popup .trip-editor > button:disabled {
  background-color: #888;
}
/* Links */
/* Footer top region */
/* Footer middle region */
/* Footer bottom region */
/* Submit button */
/* Button variant 1 */
/* Button variant 1 - alternative */
/* Button variant 2 */
/* Button variant 2 - alternative*/
/* Box shadow colors */
/* Container colors */
/* Search colors */
/* Menu colors */
/** General **/
/** Mobile **/
/* Navigation colors */
@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Thin.ttf);
  font-weight: 200;
}
@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Light.ttf);
  font-weight: 300;
}
@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Black.ttf);
  font-weight: 900;
}
@keyframes load {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
.map-popup {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(41, 51, 92, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 199;
}
.map-popup .map-container > div > div {
  right: 0 !important;
  left: auto !important;
  left: initial !important;
}
.map-popup .map-container > div > div.map-dashboard {
  width: 0px !important;
  left: 0 !important;
}
.map-popup .map-container > div > div.map-dashboard {
  max-width: 100%;
  overflow: hidden;
}
.map-popup .map-container > div > div.map-dashboard.opened {
  width: 350px !important;
}
@media (max-width: 768px) {
  .map-popup .map-container > div > div.map-dashboard.opened {
    width: 100vw !important;
  }
}
.map-popup .map-container > div > .close-sidebar {
  left: 3% !important;
}
.map-popup .map-container > div > .close-sidebar {
  top: 115px;
  position: absolute;
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 8px;
  cursor: pointer;
}
.map-popup .map-container > div > .close-sidebar::after {
  content: "";
  position: absolute;
  border: solid #000;
  border-width: 2px 2px 0px 0;
  display: inline-block;
  height: 4px;
  width: 4px;
  padding: 3px;
  transform: rotate(45deg);
  transition: transform 0.2s;
  margin-bottom: 5px;
  right: 17px;
  top: 13px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .map-popup .map-container > div > .close-sidebar {
    left: auto !important;
    left: initial !important;
    right: 2% !important;
  }
  .map-popup .map-container > div > .close-sidebar {
    top: 245px;
    z-index: 999;
  }
}
.map-popup .map-container > div > .close-sidebar.opened {
  left: 380px !important;
}
@media (max-width: 768px) {
  .map-popup .map-container > div > .close-sidebar.opened {
    left: auto !important;
    left: initial !important;
    right: 2% !important;
  }
  .map-popup .map-container > div > .close-sidebar.opened {
    top: 95px;
    border: 1px solid #ced4da;
  }
}
.map-popup .map-container > div > .close-sidebar.opened::after {
  transform: rotate(-135deg);
  right: 11px;
}
.map-popup .map-container > div > .map-close {
  right: 2% !important;
}
.map-popup .map-container > div > .map-close {
  position: absolute;
  top: 115px;
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  padding: 12px;
  cursor: pointer;
}
.map-popup .map-container > div > .map-zoom-nav {
  right: 2% !important;
}
.map-popup .map-container > div > .map-zoom-nav {
  position: absolute;
  top: 160px;
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: 8px;
  overflow: hidden;
}
.map-popup .map-container > div > .map-zoom-nav .button-zoom {
  height: 40px;
  width: 40px;
  background: white;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.map-popup .map-container > div > .map-zoom-nav .button-zoom:first-of-type {
  border-bottom: 2px solid #ededed;
}
.map-popup .map-dashboard {
  position: absolute;
  top: 90px;
  right: 0;
  width: 400px;
  background-color: #f7f7f7;
  height: 100%;
  padding: 25px 0px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
  z-index: 210;
}
.map-popup .map-dashboard > .location-row {
  padding: 0 15px;
}
.map-popup .map-dashboard .location-info-box-container.active {
  background: #f7f8f8;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
}
.map-popup .map-dashboard .location-info-box-container--count {
  width: 100%;
  display: flex;
  margin: auto;
  padding: 10px 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  align-items: center;
}
.map-popup .map-dashboard .location-info-box-container--icon {
  align-items: center;
  display: flex;
  margin-right: 15px;
}
.map-popup .map-dashboard .location-info-box-container-list {
  display: flex;
  flex-wrap: wrap;
  overflow-y: scroll;
  height: 520px;
  -webkit-overflow-scrolling: touch;
}
.map-popup .map-dashboard .location-info-box-container-list.selected-location-opened {
  height: 380px;
}
.map-popup .map-dashboard .location-info-box-container-list::-webkit-scrollbar {
  width: 7px;
  margin-left: 5px;
}
.map-popup .map-dashboard .location-info-box-container-list::-webkit-scrollbar-track {
  background: rgba(245, 143, 60, 0.2);
}
.map-popup .map-dashboard .location-info-box-container-list::-webkit-scrollbar-thumb {
  background: rgba(245, 143, 60, 0.5);
}
.map-popup .map-dashboard .location-info-box-container-list::-webkit-scrollbar-thumb:hover {
  background: rgba(245, 143, 60, 0.7);
}
.map-popup .map-dashboard .location-info-box-container-list .info-box-container {
  padding: 10px 15px;
  background: white;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  border-bottom: 1px solid #ebebeb;
}
.map-popup .map-dashboard .location-info-box-container-list .info-box-container.active {
  background: #f7f8f8;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
}
.map-popup .map-dashboard .location-info-box-container-list .info-box-container input {
  visibility: hidden;
}
.map-popup .map-dashboard .location-info-box-container-list .info-box-container h1 {
  font-weight: 800;
  font-size: 17px;
  color: #f5993c;
}
.map-popup .map-dashboard .location-info-box-container-list .info-box-container .checklist-item .checkmark {
  top: 8px !important;
}
.map-popup .map-dashboard .location-info-box-container-list .info-box-container .btn-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.map-popup .map-dashboard .location-info-box-container-list .info-box-container .btn-container button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px;
  color: black;
  background: white;
  border-radius: 96px;
  border: 1px solid #ea5353;
  cursor: pointer;
  width: 100%;
  padding: 10px 17px;
  margin-top: 10px;
}
.map-popup .map-dashboard .location-info-box-container-list .info-box-container .btn-container button:focus {
  outline: 1px solid #005ecc;
}
.map-popup .map-dashboard .location-info-box-container-list .info-box-container .btn-container button:hover {
  background: #fdeeee;
}
.map-popup .map-dashboard .location-info-box-container-list .info-box-container .btn-container button:empty {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  position: relative;
  overflow: hidden;
}
.map-popup .map-dashboard .location-info-box-container-list .info-box-container .btn-container button:empty:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background: linear-gradient(to right, transparent 0%, #fff 50%, transparent 100%);
  animation: load 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.map-popup .map-dashboard .location-info-box-container-list .info-box-container .opening-hours {
  height: 0px;
  overflow: hidden;
}
.map-popup .map-dashboard .location-info-box-container-list .info-box-container .opening-hours.opened {
  height: 100%;
}
.map-popup .map-dashboard .location-info-box-container-list .info-box-container .opening-hours--title {
  position: relative;
  font-weight: 500;
}
.map-popup .map-dashboard .location-info-box-container-list .info-box-container .opening-hours--title::after {
  content: "";
  position: absolute;
  border: solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  height: 4px;
  width: 4px;
  padding: 3px;
  transform: rotate(45deg);
  transition: transform 0.2s;
  margin-bottom: 5px;
  right: 20px;
  top: 0;
  cursor: pointer;
}
.map-popup .map-dashboard .location-info-box-container-list .info-box-container .opening-hours--title.opened::after {
  transform: rotate(-135deg);
  margin-top: 8px;
}
.map-popup .map-dashboard .selected-location {
  margin: 10px 0;
  background: white;
  padding: 20px;
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-color: #ededed;
}
.map-popup .map-dashboard .selected-location .header-container {
  display: flex;
  position: relative;
}
.map-popup .map-dashboard .selected-location .header-container .toggle-btn {
  content: "";
  position: absolute;
  border: solid black;
  border-width: 0px 3px 3px 0px;
  display: inline-block;
  height: 10px;
  width: 10px;
  padding: 3px;
  transform: rotate(45deg);
  transition: transform 0.2s;
  margin-bottom: 5px;
  right: 17px;
  top: 8px;
  cursor: pointer;
}
.map-popup .map-dashboard .selected-location .header-container .toggle-btn.opened {
  transform: rotate(-135deg);
  top: 10px;
}
.map-popup .map-dashboard .selected-location .content-container .selected-dropdown-container {
  height: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s;
}
.map-popup .map-dashboard .selected-location .content-container .selected-dropdown-container.opened {
  max-height: 300px;
}
.map-popup .map-dashboard .selected-location h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-size: 17px;
  line-height: 26px;
  color: #f5993c;
}
.map-popup .map-dashboard .selected-location .address {
  display: flex;
  flex-wrap: wrap;
}
.map-popup .map-dashboard .selected-location .address .title {
  width: 100%;
  font-weight: 500;
}
.map-popup .map-dashboard .selected-location .content-container {
  display: flex;
  flex-wrap: wrap;
}
.map-popup .map-dashboard .selected-location .content-container label {
  width: 100%;
}
.map-popup .map-dashboard .selected-location .content-container input {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  width: 100%;
  margin: 10px 0;
}
.map-popup .map-dashboard .selected-location .content-container button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  color: #fff;
  background: #ea5353;
  border-radius: 96px;
  border: 1px solid transparent;
  cursor: pointer;
  width: 100%;
  padding: 10px 17px;
  margin-top: 10px;
}
.map-popup .map-dashboard .selected-location .content-container button:focus {
  border: 1px solid white;
  outline: 1px solid #005ecc;
}
.map-popup .map-dashboard .selected-location .content-container button:hover {
  background: rgba(234, 83, 83, 0.78);
}
.map-popup .map-dashboard .selected-location .content-container button:empty {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  position: relative;
  overflow: hidden;
  width: 168px;
  height: 48px;
}
.map-popup .map-dashboard .selected-location .content-container button:empty:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background: linear-gradient(to right, transparent 0%, #fff 50%, transparent 100%);
  animation: load 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.map-popup .map-dashboard .country-selector {
  background: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 73px;
  padding: 0px 20px;
  width: 100%;
  height: 48px;
  display: flex;
  position: relative;
}
.map-popup .map-dashboard .country-selector .filter-search-icon {
  background: url(../assets/svgs/search_orange.svg);
  width: 18px;
  height: 18px;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.map-popup .map-dashboard .country-selector .country__suggestion-list,
.map-popup .map-dashboard .country-selector .state__suggestion-list {
  padding: 15px;
  width: 290px;
  background: #ffffff;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  position: absolute;
  display: flex;
  top: 50px;
  z-index: 6;
  flex-wrap: wrap;
}
.map-popup .map-dashboard .country-selector .country__suggestion__container,
.map-popup .map-dashboard .country-selector .state__suggestion__container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow-y: scroll;
}
.map-popup .map-dashboard .country-selector .country__suggestion__container::-webkit-scrollbar,
.map-popup .map-dashboard .country-selector .state__suggestion__container::-webkit-scrollbar {
  width: 7px;
  margin-left: 5px;
}
.map-popup .map-dashboard .country-selector .country__suggestion__container::-webkit-scrollbar-track,
.map-popup .map-dashboard .country-selector .state__suggestion__container::-webkit-scrollbar-track {
  background: rgba(245, 143, 60, 0.2);
}
.map-popup .map-dashboard .country-selector .country__suggestion__container::-webkit-scrollbar-thumb,
.map-popup .map-dashboard .country-selector .state__suggestion__container::-webkit-scrollbar-thumb {
  background: rgba(245, 143, 60, 0.5);
}
.map-popup .map-dashboard .country-selector .country__suggestion__container::-webkit-scrollbar-thumb:hover,
.map-popup .map-dashboard .country-selector .state__suggestion__container::-webkit-scrollbar-thumb:hover {
  background: rgba(245, 143, 60, 0.7);
}
.map-popup .map-dashboard .country-selector .country__suggestion__container .suggested-result,
.map-popup .map-dashboard .country-selector .state__suggestion__container .suggested-result {
  width: 95%;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  font-family: "Poppins";
  font-style: normal;
  cursor: pointer;
}
.map-popup .map-dashboard .country-selector .country__suggestion__container .suggested-result:hover,
.map-popup .map-dashboard .country-selector .state__suggestion__container .suggested-result:hover {
  background: rgba(245, 153, 60, 0.2);
  border-radius: 8px;
}
.map-popup .map-dashboard .country-selector .country__suggestion__container .suggested-result button,
.map-popup .map-dashboard .country-selector .state__suggestion__container .suggested-result button {
  border: none;
  background: transparent;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  cursor: pointer;
}
.map-popup .map-dashboard .country-selector input {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  width: 90%;
  margin: auto;
  border: none;
  background: transparent;
}
.map-popup .location-info-box-container {
  display: flex;
  flex-wrap: wrap;
}

.toolbar-horizontal .map-popup .map-container > div > div.map-dashboard.opened {
  padding-top: 110px;
}
.toolbar-horizontal .map-popup .map-container > div > .map-close {
  top: 180px;
}
.toolbar-horizontal .map-popup .map-container > div > .map-zoom-nav {
  top: 240px;
}
.toolbar-horizontal .map-popup .map-container > div > .close-sidebar {
  top: 200px;
}
