@use 'sass:map';
:export {
  accentPrimary: var(--colors-accent-primary);
  accentSecondary: var(--colors-accent-secondary);
  accentDark: var(--colors-accent-dark);
  textPrimary: var(--colors-text-primary);
  textSecondary: #3a3a3a;
  textTertiary: #808080;
  neutralGrey: #cdcdcd;
  neutralLightGrey: #f3f3f3;
  neutralLightestGrey: #f3f3f3;
  neutralDarkGrey: #141414;
  successPrimary: var(--colors-success-primary);
  successSecondary: var(--colors-success-secondary);
  failurePrimary: var(--colors-failure-primary);
  failureSecondary: var(--colors-failure-secondary);
  warningPrimary: var(--colors-warning-primary);
  warningSecondary: var(--colors-warning-secondary);
  branchPrimary: var(--actionBlockColors-branch-primary);
  branchSecondary: var(--actionBlockColors-branch-secondary);
  informativePrimary: var(--actionBlockColors-informative-primary);
  informativeSecondary: var(--actionBlockColors-informative-secondary);
  inputPrimary: var(--actionBlockColors-inputOnly-primary);
  inputSecondary: var(--actionBlockColors-inputOnly-secondary);
  thirdPartyPrimary: var(--actionBlockColors-thirdParty-primary);
  thirdPartySecondary: var(--actionBlockColors-thirdParty-secondary);
  triggersPrimary: var(--actionBlockColors-triggers-primary);
  triggersSecondary: var(--actionBlockColors-triggers-secondary);
  wotFunctionsPrimary: var(--actionBlockColors-wotFunctions-primary);
  wotFunctionsSecondary: var(--actionBlockColors-wotFunctions-secondary);
  newHeading1FontFamily: var(--text-newHeading1-fontFamily);
  newHeading2FontFamily: var(--text-newHeading2-fontFamily);
  newHeading3FontFamily: var(--text-newHeading3-fontFamily);
  newHeading4FontFamily: var(--text-newHeading4-fontFamily);
  newBody1FontFamily: var(--text-newBody1-fontFamily);
  newBody2FontFamily: var(--text-newBody2-fontFamily);
  newBody3FontFamily: var(--text-newBody3-fontFamily);
  newBody4FontFamily: var(--text-newBody4-fontFamily);
  newBody5FontFamily: var(--text-newBody5-fontFamily);
  newHeading1FontSize: var(--text-newHeading1-fontSize);
  newHeading2FontSize: var(--text-newHeading2-fontSize);
  newHeading3FontSize: var(--text-newHeading3-fontSize);
  newHeading4FontSize: var(--text-newHeading4-fontSize);
  newBody1FontSize: var(--text-newBody1-fontSize);
  newBody2FontSize: var(--text-newBody2-fontSize);
  newBody3FontSize: var(--text-newBody3-fontSize);
  newBody4FontSize: var(--text-newBody4-fontSize);
  newBody5FontSize: var(--text-newBody5-fontSize);
  newHeading1FontWeight: var(--text-newHeading1-fontWeight);
  newHeading2FontWeight: var(--text-newHeading2-fontWeight);
  newHeading3FontWeight: var(--text-newHeading3-fontWeight);
  newHeading4FontWeight: var(--text-newHeading4-fontWeight);
  newBody1FontWeight: var(--text-newBody1-fontWeight);
  newBody2FontWeight: var(--text-newBody2-fontWeight);
  newBody3FontWeight: var(--text-newBody3-fontWeight);
  newBody4FontWeight: var(--text-newBody4-fontWeight);
  newBody5FontWeight: var(--text-newBody5-fontWeight);
  newHeading1LineHeight: var(--text-newHeading1-lineHeight);
  newHeading2LineHeight: var(--text-newHeading2-lineHeight);
  newHeading3LineHeight: var(--text-newHeading3-lineHeight);
  newHeading4LineHeight: var(--text-newHeading4-lineHeight);
  newBody1LineHeight: var(--text-newBody1-lineHeight);
  newBody2LineHeight: var(--text-newBody2-lineHeight);
  newBody3LineHeight: var(--text-newBody3-lineHeight);
  newBody4LineHeight: var(--text-newBody4-lineHeight);
  standardBorderRadius: var(--borderRadius-standard);
  constantsWhite: #ffffff;
  constantsBlack: #000000;
  constantsLightWhite: #e8e9ef;
  constantsLightGray: #f0f0f0;
  constantsLightGreen: #12bc65;
  constantsDarkLightGray: #afb2b3;
  constantsHover: #091e420a;
  glictchColor: #3a43a8;
  lightRed: #ffe4e4;
  roleLabelTextColor: #e7e7e7;
  passwordStrengthColorGreyPrimary: #858585;
  passwordStrengthColorGreySecondary: #b1b8bb;
  passwordStrengthColorRedPrimary: #ff0000;
  passwordStrengthColorRedSecondary: #ff000029;
  passwordStrengthColorOrangePrimary: #fc7c29;
  passwordStrengthColorOrangeSecondary: #f5be4f;
  passwordStrengthColorYellowPrimary: #f1b000;
  passwordStrengthColorYellowSecondary: #f1b00029;
  passwordStrengthColorGreenPrimary: #13be66;
  passwordStrengthColorGreenSecondary: #13be6629;
  gray100: #f3f3f3;
  gray200: #e4e4e4;
  gray400: #cdcdcd;
  gray500: #808080;
  gray600: #6d6d6d;
  primary50: #eff4ff;
  weight500: 500;
  weight400: 400;
  weight600: 600; }

#date-placeholder {
  font-family: var(--text-newBody1-fontFamily);
  font-size: var(--text-newBody1-fontSize);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  letter-spacing: normal;
  text-align: left;
  color: #808080; }

.custom-datepicker {
  position: relative; }

.headerDatePicker {
  position: absolute;
  right: 0; }

.custom-datepicker .PresetDateRangePicker_panel {
  padding: 0 22px 11px; }

.custom-datepicker .PresetDateRangePicker_button {
  position: relative;
  height: 100%;
  text-align: center;
  background: 0 0;
  border: 2px solid #000000 !important;
  color: var(--colors-text-primary) !important;
  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; }

.custom-datepicker .PresetDateRangePicker_button:active {
  outline: 0; }

.custom-datepicker .PresetDateRangePicker_button__selected {
  color: #ffffff;
  background: #00a699 !important; }

.custom-datepicker .SingleDatePickerInput {
  display: inline-block;
  background-color: #ffffff; }

.custom-datepicker .SingleDatePickerInput__withBorder {
  border-radius: 2px;
  border: 1px solid #808080; }

.custom-datepicker .SingleDatePickerInput__rtl {
  direction: rtl; }

.custom-datepicker .SingleDatePickerInput__disabled {
  background-color: #f2f2f2; }

.custom-datepicker .SingleDatePickerInput__block {
  display: block; }

.custom-datepicker .SingleDatePickerInput__showClearDate {
  padding-right: 30px; }

.custom-datepicker .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%); }

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

.custom-datepicker .SingleDatePickerInput_clearDate__small {
  padding: 6px; }

.custom-datepicker .SingleDatePickerInput_clearDate__hide {
  visibility: hidden; }

.custom-datepicker .SingleDatePickerInput_clearDate_svg {
  fill: var(--colors-text-primary);
  height: 12px;
  width: 15px;
  vertical-align: middle; }

.custom-datepicker .SingleDatePickerInput_clearDate_svg__small {
  height: 9px; }

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

.custom-datepicker .SingleDatePickerInput_calendarIcon_svg {
  fill: var(--colors-text-primary);
  height: 15px;
  width: 14px;
  vertical-align: middle; }

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

.custom-datepicker .SingleDatePicker__block {
  display: block; }

.custom-datepicker .SingleDatePicker_picker {
  z-index: 1;
  background-color: #ffffff;
  position: absolute; }

.custom-datepicker .SingleDatePicker_picker__rtl {
  direction: rtl; }

.custom-datepicker .SingleDatePicker_picker__directionLeft {
  left: 0; }

.custom-datepicker .SingleDatePicker_picker__directionRight {
  right: 0; }

.custom-datepicker .SingleDatePicker_picker__portal {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.custom-datepicker .SingleDatePicker_picker__fullScreenPortal {
  background-color: #ffffff; }

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

.custom-datepicker .SingleDatePicker_closeButton:focus,
.custom-datepicker .SingleDatePicker_closeButton:hover {
  color: #b0b3b4;
  text-decoration: none; }

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

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

.custom-datepicker .DayPickerKeyboardShortcuts_buttonReset:active {
  outline: 0; }

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

.custom-datepicker .DayPickerKeyboardShortcuts_show::before {
  content: '';
  display: block;
  position: absolute; }

.custom-datepicker .DayPickerKeyboardShortcuts_show__bottomRight {
  bottom: 0;
  right: 0;
  display: none; }

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

.custom-datepicker .DayPickerKeyboardShortcuts_show__topRight {
  top: 0;
  right: 0; }

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

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

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

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

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

.custom-datepicker .DayPickerKeyboardShortcuts_showSpan {
  color: #ffffff;
  position: absolute; }

.custom-datepicker .DayPickerKeyboardShortcuts_showSpan__bottomRight {
  bottom: 0;
  right: 5px; }

.custom-datepicker .DayPickerKeyboardShortcuts_showSpan__topRight {
  top: 1px;
  right: 5px; }

.custom-datepicker .DayPickerKeyboardShortcuts_showSpan__topLeft {
  top: 1px;
  left: 5px; }

.custom-datepicker .DayPickerKeyboardShortcuts_panel {
  overflow: auto;
  background: #ffffff;
  border: 1px solid #808080;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  padding: 22px;
  margin: 33px;
  text-align: left; }

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

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

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

.custom-datepicker .DayPickerKeyboardShortcuts_close:active {
  outline: 0; }

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

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

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

.custom-datepicker .CalendarDay:active {
  outline: 0; }

.custom-datepicker .CalendarDay__defaultCursor {
  cursor: default; }

.custom-datepicker .CalendarDay__default {
  border: 0px solid #e4e7e7 !important;
  color: #000000;
  background: #ffffff;
  font-family: var(--text-newHeading4-fontFamily) !important; }

.custom-datepicker .CalendarDay__default:hover {
  background: #e4e7e7 !important;
  border: 0px solid #e4e7e7 !important;
  color: inherit;
  border-radius: 8px; }

.custom-datepicker .CalendarDay__hovered_offset {
  background: #f4f5f5 !important;
  border: 1px double #e4e7e7;
  color: inherit; }

.custom-datepicker .CalendarDay__outside {
  border: 0;
  background: #ffffff;
  color: var(--colors-text-primary) !important;
  font-family: var(--text-newHeading4-fontFamily) !important; }

.custom-datepicker .CalendarDay__outside:hover {
  border: 0; }

.custom-datepicker .CalendarDay__blocked_minimum_nights {
  background: #ffffff;
  border: 1px solid #eceeee;
  color: #cacccd; }

.custom-datepicker .CalendarDay__blocked_minimum_nights:active,
.custom-datepicker .CalendarDay__blocked_minimum_nights:hover {
  background: #ffffff;
  color: #cacccd; }

.custom-datepicker .CalendarDay__highlighted_calendar {
  background: var(--colors-accent-primary);
  color: #ffffff !important;
  border-radius: 8px; }

.custom-datepicker .CalendarDay__highlighted_calendar:active,
.custom-datepicker .CalendarDay__highlighted_calendar:hover {
  background: var(--colors-accent-primary);
  color: #ffffff !important;
  border-radius: 8px; }

.custom-datepicker .CalendarDay__selected_span {
  background: var(--colors-accent-secondary) !important;
  border: 0px double #33dacd !important;
  color: var(--colors-text-primary) !important; }

.custom-datepicker .CalendarDay__selected_span:active,
.custom-datepicker .CalendarDay__selected_span:hover {
  background: var(--colors-accent-primary) !important;
  border: 0px double #33dacd !important;
  color: #ffffff !important; }

.custom-datepicker .CalendarDay__selected,
.custom-datepicker .CalendarDay__selected:active,
.custom-datepicker .CalendarDay__selected:hover {
  background: var(--colors-accent-primary);
  border: 0px double #00a699 !important;
  color: #ffffff; }

.custom-datepicker .CalendarDay__hovered_span,
.custom-datepicker .CalendarDay__hovered_span:hover {
  background: var(--colors-accent-secondary);
  border: 1px double var(--colors-accent-secondary);
  color: #000; }

.custom-datepicker .CalendarDay__hovered_span:active {
  background: var(--colors-accent-secondary);
  border: 1px double var(--colors-accent-secondary);
  color: #000; }

.custom-datepicker .CalendarDay__blocked_calendar,
.custom-datepicker .CalendarDay__blocked_calendar:active,
.custom-datepicker .CalendarDay__blocked_calendar:hover {
  background: #ffffff !important;
  border: 0px solid #e4e7e7 !important;
  color: #cacccd !important; }

.custom-datepicker .CalendarDay__blocked_out_of_range,
.custom-datepicker .CalendarDay__blocked_out_of_range:active,
.custom-datepicker .CalendarDay__blocked_out_of_range:hover {
  background: #ffffff;
  border: 0px solid #e4e7e7 !important;
  color: #cacccd; }

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

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

.custom-datepicker .CalendarMonth {
  background: #ffffff;
  text-align: center;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 13px !important; }

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

.custom-datepicker .CalendarMonth_verticalSpacing {
  border-collapse: separate; }

.custom-datepicker .CalendarMonth_caption {
  color: var(--colors-text-primary) !important;
  font-size: var(--text-newHeading4-fontSize) !important;
  text-align: center !important;
  padding-top: 19px !important;
  padding-bottom: 49px !important;
  caption-side: initial !important;
  font-family: var(--text-newHeading4-fontFamily) !important; }

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

.custom-datepicker .CalendarMonthGrid {
  background: #ffffff;
  text-align: left;
  z-index: 0; }

.custom-datepicker .CalendarMonthGrid__animating {
  z-index: 1; }

.custom-datepicker .CalendarMonthGrid__horizontal {
  position: absolute;
  left: 10px; }

.custom-datepicker .CalendarMonthGrid__vertical {
  margin: 0 auto; }

.custom-datepicker .CalendarMonthGrid__vertical_scrollable {
  margin: 0 auto;
  overflow-y: scroll; }

.custom-datepicker .CalendarMonthGrid_month__horizontal {
  display: inline-block;
  vertical-align: top;
  min-height: 100%; }

.custom-datepicker .CalendarMonthGrid_month__hideForAnimation {
  position: absolute;
  z-index: -1;
  opacity: 0;
  pointer-events: none; }

.custom-datepicker .CalendarMonthGrid_month__hidden {
  visibility: hidden; }

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

.custom-datepicker .DayPickerNavigation__horizontal {
  height: 0; }

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

.custom-datepicker .DayPickerNavigation__verticalScrollableDefault {
  position: relative; }

.custom-datepicker .DayPickerNavigation__bottom {
  height: auto; }

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

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

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

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

.custom-datepicker .DayPickerNavigation_button__default:active {
  background: #f2f2f2; }

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

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

.custom-datepicker .DayPickerNavigation_button__disabled:active {
  background: 0 0; }

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

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

.custom-datepicker .custom-datepicker .DayPickerNavigation_leftButton__horizontalDefault,
.custom-datepicker .DayPickerNavigation_leftButton__horizontalDefault {
  left: 22px; }

.custom-datepicker .custom-datepicker .DayPickerNavigation_rightButton__horizontalDefault,
.custom-datepicker .DayPickerNavigation_rightButton__horizontalDefault {
  right: 22px; }

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

.custom-datepicker .DayPickerNavigation_nextButton__verticalDefault {
  border-left: 0; }

.custom-datepicker .DayPickerNavigation_nextButton__verticalScrollableDefault {
  width: 100%; }

.custom-datepicker .DayPickerNavigation_svg__horizontal {
  height: 19px;
  width: 19px;
  fill: var(--colors-text-primary);
  display: block; }

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

.custom-datepicker.DayPickerNavigation_svg__disabled {
  fill: #f2f2f2; }

.custom-datepicker .DayPicker {
  background: #ffffff;
  position: relative;
  text-align: left; }

.custom-datepicker.DayPicker__horizontal {
  background: #ffffff; }

.custom-datepicker.DayPicker__verticalScrollable {
  height: 100%; }

.custom-datepicker.DayPicker__hidden {
  visibility: hidden; }

.custom-datepicker .DayPicker__withBorder {
  margin-top: 2px !important;
  z-index: 9 !important;
  box-shadow: 0 1px 1px #e4e4e4, 0 0 0 1px #e4e4e4;
  border-radius: 8px; }

.custom-datepicker .custom-tag-datepicker .DayPicker__withBorder {
  margin-top: 2px !important;
  z-index: 9 !important;
  margin-left: -4px;
  border-radius: 8px;
  box-shadow: 0 1px 1px #e4e4e4, 0 0 0 1px #e4e4e4; }

.custom-datepicker .custom-tag-datepicker .icon-calender-small {
  font-size: 20px; }

.custom-datepicker.tag_input-helperText .DayPicker__withBorder {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.07);
  margin-top: 5px !important;
  margin-left: -15px !important;
  z-index: 9 !important; }

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

.custom-datepicker .DayPicker_portal__vertical {
  position: initial; }

.custom-datepicker .DayPicker_focusRegion {
  outline: 0; }

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

.custom-datepicker .DayPicker_weekHeaders {
  position: relative; }

.custom-datepicker .DayPicker_weekHeaders__horizontal {
  margin-left: 9px; }

.custom-datepicker .DayPicker_weekHeader {
  color: #808080 !important;
  position: absolute;
  top: 62px;
  z-index: 2;
  text-align: left;
  font-family: var(--text-newHeading4-fontFamily) !important;
  opacity: 0.5 !important;
  padding: 0px 13px !important; }

.custom-datepicker .DayPicker_weekHeader__vertical {
  left: 50%; }

.custom-datepicker .DayPicker_weekHeader__verticalScrollable {
  top: 0;
  display: table-row;
  border-bottom: 1px solid #dbdbdb;
  background: #ffffff;
  margin-left: 0;
  left: 0;
  width: 100%;
  text-align: center; }

.custom-datepicker .DayPicker_weekHeader_ul {
  list-style: none;
  margin: 1px 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px; }

.custom-datepicker .DayPicker_weekHeader_li {
  display: inline-block;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

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

.custom-datepicker .DayPicker_transitionContainer__horizontal {
  -webkit-transition: height 0.2s ease-in-out;
  -moz-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out; }

.custom-datepicker .DayPicker_transitionContainer__vertical {
  width: 100%; }

.custom-datepicker .DayPicker_transitionContainer__verticalScrollable {
  padding-top: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow-y: scroll; }

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

.custom-datepicker .DateInput__small {
  width: 95px !important; }

.custom-datepicker .DateInput__block {
  width: 100%; }

.custom-datepicker .DateInput__disabled {
  background: #f2f2f2;
  color: #dbdbdb;
  cursor: not-allowed !important; }

.custom-datepicker .DateInput_input {
  color: var(--colors-text-primary) !important;
  background-color: #ffffff;
  width: 100%;
  border: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  font-weight: var(--text-newBody1-fontWeight) !important;
  font-family: var(--text-newBody1-fontFamily) !important;
  font-size: var(--text-newBody1-fontSize) !important;
  line-height: var(--text-newBody1-lineHeight) !important;
  letter-spacing: 0.2px !important;
  border-radius: 8px !important;
  height: 36px; }

.custom-datepicker .errored-date {
  max-width: 100% !important;
  cursor: pointer !important;
  justify-content: space-between;
  display: flex;
  align-items: center;
  padding: 0px 10px;
  border: 1px solid var(--colors-failure-primary) !important; }

.custom-datepicker .errored-date:hover,
.custom-datepicker .errored-date:active {
  max-width: 100% !important;
  cursor: pointer !important;
  border: 1px solid var(--colors-failure-primary) !important;
  box-shadow: none !important; }

.custom-datepicker .DateInputWrapper {
  max-width: 100% !important;
  cursor: pointer !important;
  border: 1px solid #e4e4e4 !important;
  justify-content: space-between;
  display: flex;
  align-items: center;
  padding: 0px 10px; }

.custom-datepicker .DateInputWrapper:hover {
  max-width: 100% !important;
  cursor: pointer !important;
  box-shadow: 0px 0px 0 2px var(--colors-accent-secondary) !important;
  border: 1px solid var(--colors-accent-primary) !important; }

.custom-datepicker .DateInputWrapperActive {
  max-width: 100% !important;
  cursor: pointer !important;
  box-shadow: 0px 0px 0 2px var(--colors-accent-secondary) !important;
  border: 1px solid var(--colors-accent-primary) !important; }

.custom-datepicker .DateInput__disabled:hover {
  border: none !important;
  box-shadow: none !important; }

.custom-datepicker .DateInput__disabled {
  cursor: not-allowed !important;
  pointer-events: visible !important; }
  .custom-datepicker .DateInput__disabled div {
    color: #808080; }

.custom-datepicker .DateInput__disabled:hover {
  box-shadow: none !important;
  border: 1px solid #808080 !important;
  cursor: not-allowed !important;
  pointer-events: visible !important; }
  .custom-datepicker .DateInput__disabled:hover div {
    color: #808080; }

.custom-datepicker .DateInput_input__small {
  font-size: var(--text-newBody1-fontSize);
  font-family: var(--text-newBody1-fontFamily);
  font-weight: var(--text-newBody1-fontWeight);
  line-height: 18px;
  letter-spacing: 0.2px;
  padding: 8px 10px 5px !important; }

.custom-datepicker .DateInput_input__regular {
  font-weight: auto; }

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

.custom-datepicker .DateInput_input__focused {
  outline: 0;
  background: #ffffff;
  border: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 0px solid #008489 !important;
  border-left: 0; }

.custom-datepicker .DateInput_input__disabled {
  background: #f2f2f2;
  font-style: italic; }

.custom-datepicker .DateInput_screenReaderMessage {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.custom-datepicker .DateInput_fang {
  position: absolute;
  width: 20px;
  height: 10px;
  left: 22px;
  z-index: 2;
  display: none !important; }

.custom-datepicker .DateInput_fangShape {
  fill: #ffffff; }

.custom-datepicker .DateInput_fangStroke {
  stroke: #dbdbdb;
  fill: transparent; }

.custom-datepicker .DateRangePickerInput {
  background-color: #ffffff;
  display: inline-block; }

.custom-datepicker .DateRangePickerInput__disabled {
  background: #f2f2f2; }

.custom-datepicker .DateRangePickerInput__withBorder {
  border: 1px solid #808080;
  border-radius: 3px !important; }

.custom-datepicker .DateRangePickerInput__withBorder:hover {
  border: 1px solid var(--colors-accent-primary) !important;
  border-radius: 3px !important; }

.custom-datepicker .DateRangePickerInput__rtl {
  direction: rtl; }

.custom-datepicker .DateRangePickerInput__block {
  display: block; }

.custom-datepicker .DateRangePickerInput__showClearDates {
  padding-right: 30px; }

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

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

.custom-datepicker .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%); }

.custom-datepicker .DateRangePickerInput_clearDates__small {
  padding: 6px; }

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

.custom-datepicker .DateRangePickerInput_clearDates__hide {
  visibility: hidden; }

.custom-datepicker .DateRangePickerInput_clearDates_svg {
  fill: var(--colors-text-primary);
  height: 12px;
  width: 15px;
  vertical-align: middle; }

.custom-datepicker .DateRangePickerInput_clearDates_svg__small {
  height: 9px; }

.custom-datepicker .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-left: 0px !important;
  padding-right: 8px !important; }

.custom-datepicker .DateRangePickerInput_calendarIcon_svg {
  fill: var(--colors-text-primary);
  height: 10px !important;
  width: 10px !important;
  vertical-align: middle; }

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

.custom-datepicker .DateRangePicker__block {
  display: block; }

.custom-datepicker .DateRangePicker_picker {
  z-index: 1;
  background-color: #ffffff;
  position: absolute; }

.custom-datepicker .DateRangePicker_picker__rtl {
  direction: rtl; }

.custom-datepicker .DateRangePicker_picker__directionLeft {
  left: 0; }

.custom-datepicker .DateRangePicker_picker__directionRight {
  right: 0; }

.custom-datepicker .DateRangePicker_picker__portal {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.custom-datepicker.DateRangePicker_picker__fullScreenPortal {
  background-color: #ffffff; }

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

.custom-datepicker.DateRangePicker_closeButton:focus,
.custom-datepicker.DateRangePicker_closeButton:hover {
  color: #b0b3b4;
  text-decoration: none; }

.custom-datepicker.DateRangePicker_closeButton_svg {
  height: 15px;
  width: 15px;
  fill: #cacccd; }

.custom-datepicker tbody > tr:hover {
  background-color: #ffffff !important; }

#datepicker-dropdown .DayPicker__withBorder {
  left: 0 !important;
  position: absolute; }

.custom-datepicker .custom-tag-datepicker .icon-calender-small:before {
  font-size: 20px;
  color: var(--colors-accent-primary) !important;
  cursor: pointer; }
