/* This code is subject to LICENSE in root of this repository */

/* Used to detect in JavaScript if apps have loaded styles or not. */
:root {
  --reach-dialog: 1;
}

[data-reach-dialog-overlay] {
  background: hsla(0, 0%, 0%, 0.33);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
}

[data-reach-dialog-content] {
  width: 50vw;
  margin: 10vh auto;
  background: white;
  padding: 2rem;
  outline: none;
}

.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;
  -moz-box-sizing: border-box;
  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%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-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,.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(#cacccd,10%);
  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 {
  -moz-box-sizing: border-box;
  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;
  -ms-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: 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: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}
.DayPickerNavigation_button {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-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: .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,.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,.05),0 0 0 1px rgba(0,0,0,.07);
  border-radius: 3px
}
.DayPicker_portal__horizontal {
  box-shadow: none;
  position: absolute;
  left: 50%;
  top: 50%
}
.DayPicker_portal__vertical {
  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 {
  -webkit-transition: height .2s ease-in-out;
  -moz-transition: height .2s ease-in-out;
  transition: height .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: .2px;
  padding: 7px 7px 5px
}
.DateInput_input__regular {
  font-weight: auto
}
.DateInput_input__readOnly {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-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%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-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,.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(#cacccd,10%);
  text-decoration: none
}
.DateRangePicker_closeButton_svg {
  height: 15px;
  width: 15px;
  fill: #cacccd
}
/* ------------------------------------------------------- */
/* GENERIC DATEPICKER STYLES */
/* ------------------------------------------------------- */

.DateInput {
	width: calc(100% - 50px);
	background: none;
}

.DateInput_input {
	background: none;
	width: 100%;
	padding: 16px;
	border-radius: 8px;
	font-weight: 400;
}

.DateInput_input__focused {
	border: 0;
}

.DateInput_fang {
	display: none;
}

.DayPickerNavigation_svg__horizontal {
	display: none;
}

.DayPicker_weekHeader {
	top: 70px;		
}

.DayPicker_weekHeader_ul {
	font-size: 18px;
	color: #060A0D;	
	margin: -6px 0;
}

.DayPicker_weekHeader_ul {
	font-size: 20px;
}

.CalendarMonth_caption {
	color: #060A0D;
	padding-top: 20px;
	padding-bottom: 48px;
	display: flex;
	justify-content: flex-end;
}

.CalendarMonth_caption select {
	border: 0;
	font-size: 20px;
	font-weight: bold;
}

.CalendarDay__selected,
.CalendarDay__selected:hover,
.CalendarDay__selected:active {
	border-color: #767676;
}

.CalendarDay__default {
	font-size: 18px;
}

.CalendarDay__outside {
	color: #AFB1B3;
}

.CalendarDay__selected.CalendarDay__outside {
	color: #FFFFFF;
}

.CalendarDay__highlighted_calendar:not(.CalendarDay__selected) {
	color: #060A0D;
}

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

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

.DayPickerNavigation_button:last-of-type {
	position: relative;
    left: -250px;
}

/* Coop */
.brand-coop .CalendarDay__selected,
.brand-coop .CalendarDay__selected:hover,
.brand-coop .CalendarDay__selected:active {
	background-color: #0074cc;
}

.brand-coop .CalendarDay__highlighted_calendar:not(.CalendarDay__selected) {
	background: #f2f9ff
}


/* Smile */
.brand-smile .CalendarDay__selected,
.brand-smile .CalendarDay__selected:hover,
.brand-smile .CalendarDay__selected:active {
	background-color: #D2277D;
}

.brand-smile .CalendarDay__highlighted_calendar:not(.CalendarDay__selected) {
	background: #fde7f3
}

/* ------------------------------------------------------- */
/* SINGLE DATE PICKER */
/* ------------------------------------------------------- */

.SingleDatePicker {
	font-family: CoopBank;
	width: 100%;
}

.datepicker-focused .SingleDatePickerInput {
	box-shadow: 4px 4px 0px #7fc8ff, -4px -4px 0px #7fc8ff, -4px 4px 0px #7fc8ff, 4px -4px 0px #7fc8ff;
	outline: none;
}

.datepicker-error .SingleDatePickerInput {
	border: 2px solid #DA1E28;
}

.SingleDatePickerInput {
	border: solid 1px #767676;
	width: 100%;
}

.SingleDatePickerInput {
	border-radius: 8px;
}

.brand-smile .SingleDatePickerInput {
	border-radius: 4px;
}

.SingleDatePickerInput_calendarIcon {
	margin: 0;
	padding: 16px;
}	

.SingleDatePicker_picker__portal {
	z-index: 11;
}

.SingleDatePicker_picker {
	overflow:hidden;
	box-shadow: 0px 5px 8px 4px rgba(0, 0, 0, 0.25);
	border-radius: 2px;
}
.rdp {
	overflow: hidden;
	box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.25);
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	z-index: 11;
	position: absolute;
}

.rdp-months {
	position: relative;
	background-color: #FFFFFF;
}

.rdp-table button {
	background-color: #FFFFFF;
	border: none;
	cursor: pointer;
	width: 100%;
	height: 100%;
}

.rdp-day {
	color: #002663;
}

.brand-smile .rdp-day {
	color: #D2277D;
}

.rdp-day_outside {
	color: #767676;
	cursor: default;
    pointer-events: none;
}

.brand-smile .rdp-day_outside {
	color: #767676;
	cursor: default;
    pointer-events: none;
}

.rdp-day_disabled {
	color: #767676;
	cursor: default;
    pointer-events: none;
}

.brand-smile .rdp-day_disabled {
	color: #767676;
	cursor: default;
    pointer-events: none;
}

.rdp-day_today {
	text-decoration: underline;
}

.rdp button:hover {
	border-radius: 5px;
    background-color: #E3F4FD;
}

.rdp button:focus {
	border-radius: 5px;
	border: 2px solid grey;
	outline: 2px solid #002663;
	outline-offset: 2px;
}

.brand-smile .rdp button:focus {
	border-radius: 5px;
	border: 2px solid grey;
	outline: 2px solid #D2277D;
	outline-offset: 2px;
}

.rdp-head_row .rdp-head_cell {
	padding: 16px 0 16px 0;
}

.rdp-nav_button_next {
	margin-left: 4px;
}

.rdp-display-month-heading {
	font-weight: bold;
	margin: 0 auto;
}

.rdp-caption {
	display: flex;
	flex-direction: row;
	padding: 8px 8px 0px 8px;
}

.rdp-caption button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	height: 44px;
	width: 44px;
}

.rdp-caption button:hover {
	background-color: #E1E4E5;
}

.rdp-caption button:disabled {
	visibility: hidden;
}

.rdp-caption .rdp-caption_label {
	margin: auto 25px auto auto;
	font-weight: bold;
}

.rdp-tbody .rdp-cell button {
	height: 44px;
	width: 44px;
}

.rdp-day_selected {
	background-color:#002663 !important;
	color: #FFFFFF;
	border: none;
	border-radius: 5px;
}

.rdp-day_selected:hover {
	background-color:#002663 !important;
	color: #FFFFFF;
	border: none;
	border-radius: 5px;
}

.rdp-day_selected:focus {
	background-color:#002663 !important;
	color: #FFFFFF;
	border: none !important;
	border-radius: 5px;
	outline: 2px solid #002663;
	outline-offset: 2px;
}

.brand-smile .rdp-day_selected {
	background-color:#D2277D !important;
	color: #FFFFFF;
	border: none;
	border-radius: 5px;
}

.brand-smile .rdp-day_selected:hover {
	background-color:#D2277D !important;
	color: #FFFFFF;
	border: none;
	border-radius: 5px;
}

.brand-smile .rdp-day_selected:focus {
	background-color:#D2277D !important;
	color: #FFFFFF;
	border: none !important;
	border-radius: 5px;
	outline: 2px solid #D2277D;
	outline-offset: 2px;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
   -webkit-tap-highlight-color: transparent;
}

html {
	line-height: 1.45; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
	margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
	display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
	background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
	font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
	font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
	border-style: none;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
	/* 1 */
	overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
	/* 1 */
	text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
	vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
	overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type='checkbox'],
[type='radio'] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
	display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
	display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
	display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
	display: none;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

html body {
	max-width: 1280px;
	margin: auto !important; /* to override modal styles that get applied */
	padding: 0 !important; /* to override modal styles that get applied */
}

@font-face {
	font-family: CoopBank;
	src: url(/openbanking/assets/fonts/CoopBank.eot);
	src: url(/openbanking/assets/fonts/CoopBank.eot?#iefix) format('embedded-opentype'), url(/openbanking/assets/fonts/CoopBank.woff) format('woff'),
		url(/openbanking/assets/fonts/CoopBank.ttf) format('truetype'), url(/openbanking/assets/fonts/CoopBank.svg#CoopBank) format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: CoopBank;
	src: url(/openbanking/assets/fonts/CoopBank-LightItalic.eot);
	src: url(/openbanking/assets/fonts/CoopBank-LightItalic.eot?#iefix) format('embedded-opentype'),
		url(/openbanking/assets/fonts/CoopBank-LightItalic.woff) format('woff'),
		url(/openbanking/assets/fonts/CoopBank-LightItalic.ttf) format('truetype'),
		url(/openbanking/assets/fonts/CoopBank-LightItalic.svg#CoopBank) format('svg');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: CoopBank;
	src: url(/openbanking/assets/fonts/CoopBank-ExtraBold.eot);
	src: url(/openbanking/assets/fonts/CoopBank-ExtraBold.eot?#iefix) format('embedded-opentype'),
		url(/openbanking/assets/fonts/CoopBank-ExtraBold.woff) format('woff'),
		url(/openbanking/assets/fonts/CoopBank-ExtraBold.ttf) format('truetype'),
		url(/openbanking/assets/fonts/CoopBank-ExtraBold.svg#CoopBank) format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: CoopBank;
	src: url(/openbanking/assets/fonts/CoopBank-Light.eot);
	src: url(/openbanking/assets/fonts/CoopBank-Light.eot?#iefix) format('embedded-opentype'),
		url(/openbanking/assets/fonts/CoopBank-Light.woff) format('woff'), url(/openbanking/assets/fonts/CoopBank-Light.ttf) format('truetype'),
		url(/openbanking/assets/fonts/CoopBank-Light.svg#CoopBank) format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: CoopBank;
	src: url(/openbanking/assets/fonts/CoopBank-Bold.eot);
	src: url(/openbanking/assets/fonts/CoopBank-Bold.eot?#iefix) format('embedded-opentype'),
		url(/openbanking/assets/fonts/CoopBank-Bold.woff) format('woff'), url(/openbanking/assets/fonts/CoopBank-Bold.ttf) format('truetype'),
		url(/openbanking/assets/fonts/CoopBank-Bold.svg#CoopBank) format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: CoopBank;
	src: url(/openbanking/assets/fonts/CoopBank-Thin.eot);
	src: url(/openbanking/assets/fonts/CoopBank-Thin.eot?#iefix) format('embedded-opentype'),
		url(/openbanking/assets/fonts/CoopBank-Thin.woff) format('woff'), url(/openbanking/assets/fonts/CoopBank-Thin.ttf) format('truetype'),
		url(/openbanking/assets/fonts/CoopBank-Thin.svg#CoopBank) format('svg');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: CoopBank;
	src: url(/openbanking/assets/fonts/CoopBank-ThinItalic.eot);
	src: url(/openbanking/assets/fonts/CoopBank-ThinItalic.eot?#iefix) format('embedded-opentype'),
		url(/openbanking/assets/fonts/CoopBank-ThinItalic.woff) format('woff'),
		url(/openbanking/assets/fonts/CoopBank-ThinItalic.ttf) format('truetype'),
		url(/openbanking/assets/fonts/CoopBank-ThinItalic.svg#CoopBank) format('svg');
	font-weight: 100;
	font-style: italic;
}

@font-face {
	font-family: CoopBank;
	src: url(/openbanking/assets/fonts/CoopBank-Italic.eot);
	src: url(/openbanking/assets/fonts/CoopBank-Italic.eot?#iefix) format('embedded-opentype'),
		url(/openbanking/assets/fonts/CoopBank-Italic.woff) format('woff'), url(/openbanking/assets/fonts/CoopBank-Italic.ttf) format('truetype'),
		url(/openbanking/assets/fonts/CoopBank-Italic.svg#CoopBank) format('svg');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: CoopBank;
	src: url(/openbanking/assets/fonts/CoopBank-BoldItalic.eot);
	src: url(/openbanking/assets/fonts/CoopBank-BoldItalic.eot?#iefix) format('embedded-opentype'),
		url(/openbanking/assets/fonts/CoopBank-BoldItalic.woff) format('woff'),
		url(/openbanking/assets/fonts/CoopBank-BoldItalic.ttf) format('truetype'),
		url(/openbanking/assets/fonts/CoopBank-BoldItalic.svg#CoopBank) format('svg');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: HelveticaNeue;
	src:url(/openbanking/assets/fonts/HelveticaNeueLTPro47LightCondensed.eot),
	url(/openbanking/assets/fonts/HelveticaNeueLTPro47LightCondensed.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: HelveticaNeue;
	src:url(/openbanking/assets/fonts/HelveticaNeueLTPro45Light.eot),
	url(/openbanking/assets/fonts/HelveticaNeueLTPro45Light.ttf) format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: HelveticaNeue;
	src:url(/openbanking/assets/fonts/HelveticaNeueLTPro75Bold.eot),
	url(/openbanking/assets/fonts/HelveticaNeueLTPro75Bold.ttf) format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: HelveticaNeue;
	src:url(/openbanking/assets/fonts/HelveticaNeueLTPro87HeavyCondensed.eot),
	url(/openbanking/assets/fonts/HelveticaNeueLTPro75Bold.ttf) format('truetype');
	font-weight: bold;
	font-style: normal;
}

html {
	font-family: CoopBank;
	font-size: 18px;
	color: #060A0D;
}

