/* ********************************************************************
*        HARDCODED IMPORT FROM THIRD PARTY LIBRARY                    *
***********************************************************************
*    react-dates start                                                *
********************************************************************* */
.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, 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: 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: 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 0.2s ease-in-out;
  -moz-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}
.DayPicker_transitionContainer__vertical {
  width: 100%;
}
.DayPicker_transitionContainer__verticalScrollable {
  padding-top: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow-y: scroll;
}
.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;
  -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, 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;
}
/* ********************************************************************
*    react-dates end                                                  *
********************************************************************* */
@font-face {
  font-family: 'proxima-nova';
  src: url('./fonts/ProximaNovaThin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'proxima-nova';
  src: url('./fonts/ProximaLight.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'proxima-nova';
  src: url('./fonts/ProximaNovaRegular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'proxima-nova';
  src: url('./fonts/ProximaMedium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'proxima-nova';
  src: url('./fonts/ProximaNovaSemibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'proxima-nova';
  src: url('./fonts/ProximaNovaBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'proxima-nova';
  src: url('./fonts/ProximaNovaExtrabold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'proxima-nova';
  src: url('./fonts/ProximaNovaBlack.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'proxima-nova';
  src: url('./fonts/ProximaNovaThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'proxima-nova';
  src: url('./fonts/ProximaLightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'proxima-nova';
  src: url('./fonts/ProximaNovaRegularItalic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'proxima-nova';
  src: url('./fonts/ProximaMediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'proxima-nova';
  src: url('./fonts/ProximaNovaSemiboldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'proxima-nova';
  src: url('./fonts/ProximaNovaBoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'proxima-nova';
  src: url('./fonts/ProximaNovaExtraboldItalic.woff') format('woff');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'proxima-nova';
  src: url('./fonts/ProximaNovaBlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
}

/**
Ellie Mae Default Theme
Below, you will find the default theme for DimSum. You can modify the theme's 
styling values in accordance with the Brand Identity you would like to convey. 

// Variables should follow the `$component-state-property-size` formula for
// consistent naming
*/
/**
Color Palette
Change these color values below to your brand colors.
*/
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * 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 {
  display: inline-block;
  border-style: none;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

/* Form
   ========================================================================== */
/**
 * 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.
 */
/**
 * 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;
}

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin: 0 auto;
}
@media screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin: 0 auto;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0px;
}
.cell.shrink {
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}

.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink,
.grid-x > .small-full,
.grid-x > .small-1,
.grid-x > .small-2,
.grid-x > .small-3,
.grid-x > .small-4,
.grid-x > .small-5,
.grid-x > .small-6,
.grid-x > .small-7,
.grid-x > .small-8,
.grid-x > .small-9,
.grid-x > .small-10,
.grid-x > .small-11,
.grid-x > .small-12 {
  flex-basis: auto;
}

@media screen and (min-width: 40em) {
  .grid-x > .medium-shrink,
  .grid-x > .medium-full,
  .grid-x > .medium-1,
  .grid-x > .medium-2,
  .grid-x > .medium-3,
  .grid-x > .medium-4,
  .grid-x > .medium-5,
  .grid-x > .medium-6,
  .grid-x > .medium-7,
  .grid-x > .medium-8,
  .grid-x > .medium-9,
  .grid-x > .medium-10,
  .grid-x > .medium-11,
  .grid-x > .medium-12 {
    flex-basis: auto;
  }
}

@media screen and (min-width: 64em) {
  .grid-x > .large-shrink,
  .grid-x > .large-full,
  .grid-x > .large-1,
  .grid-x > .large-2,
  .grid-x > .large-3,
  .grid-x > .large-4,
  .grid-x > .large-5,
  .grid-x > .large-6,
  .grid-x > .large-7,
  .grid-x > .large-8,
  .grid-x > .large-9,
  .grid-x > .large-10,
  .grid-x > .large-11,
  .grid-x > .large-12 {
    flex-basis: auto;
  }
}

.grid-x > .small-1 {
  width: 8.33333%;
}

.grid-x > .small-2 {
  width: 16.66667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.33333%;
}

.grid-x > .small-5 {
  width: 41.66667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.33333%;
}

.grid-x > .small-8 {
  width: 66.66667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.33333%;
}

.grid-x > .small-11 {
  width: 91.66667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .medium-shrink {
    flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.33333%;
  }
  .grid-x > .medium-2 {
    width: 16.66667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.33333%;
  }
  .grid-x > .medium-5 {
    width: 41.66667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.33333%;
  }
  .grid-x > .medium-8 {
    width: 66.66667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.33333%;
  }
  .grid-x > .medium-11 {
    width: 91.66667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}

@media screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .large-shrink {
    flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.33333%;
  }
  .grid-x > .large-2 {
    width: 16.66667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.33333%;
  }
  .grid-x > .large-5 {
    width: 41.66667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.33333%;
  }
  .grid-x > .large-8 {
    width: 66.66667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.33333%;
  }
  .grid-x > .large-11 {
    width: 91.66667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}

.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.33333% - 1.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.66667% - 1.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.33333% - 1.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.66667% - 1.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.33333% - 1.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.66667% - 1.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.33333% - 1.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.66667% - 1.25rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}
@media screen and (min-width: 40em) {
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.33333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.66667%;
}

.small-up-7 > .cell {
  width: 14.28571%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.33333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.66667%;
  }
  .medium-up-7 > .cell {
    width: 14.28571%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}

@media screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.33333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.66667%;
  }
  .large-up-7 > .cell {
    width: 14.28571%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media screen and (min-width: 40em) {
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

@media screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.33333%;
}
.small-margin-collapse > .small-2 {
  width: 16.66667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.33333%;
}
.small-margin-collapse > .small-5 {
  width: 41.66667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.33333%;
}
.small-margin-collapse > .small-8 {
  width: 66.66667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.33333%;
}
.small-margin-collapse > .small-11 {
  width: 91.66667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

.medium-margin-collapse > .small-1 {
  width: 8.33333%;
}

.medium-margin-collapse > .small-2 {
  width: 16.66667%;
}

.medium-margin-collapse > .small-3 {
  width: 25%;
}

.medium-margin-collapse > .small-4 {
  width: 33.33333%;
}

.medium-margin-collapse > .small-5 {
  width: 41.66667%;
}

.medium-margin-collapse > .small-6 {
  width: 50%;
}

.medium-margin-collapse > .small-7 {
  width: 58.33333%;
}

.medium-margin-collapse > .small-8 {
  width: 66.66667%;
}

.medium-margin-collapse > .small-9 {
  width: 75%;
}

.medium-margin-collapse > .small-10 {
  width: 83.33333%;
}

.medium-margin-collapse > .small-11 {
  width: 91.66667%;
}

.medium-margin-collapse > .small-12 {
  width: 100%;
}

@media screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

.large-margin-collapse > .small-1 {
  width: 8.33333%;
}

.large-margin-collapse > .small-2 {
  width: 16.66667%;
}

.large-margin-collapse > .small-3 {
  width: 25%;
}

.large-margin-collapse > .small-4 {
  width: 33.33333%;
}

.large-margin-collapse > .small-5 {
  width: 41.66667%;
}

.large-margin-collapse > .small-6 {
  width: 50%;
}

.large-margin-collapse > .small-7 {
  width: 58.33333%;
}

.large-margin-collapse > .small-8 {
  width: 66.66667%;
}

.large-margin-collapse > .small-9 {
  width: 75%;
}

.large-margin-collapse > .small-10 {
  width: 83.33333%;
}

.large-margin-collapse > .small-11 {
  width: 91.66667%;
}

.large-margin-collapse > .small-12 {
  width: 100%;
}

@media screen and (min-width: 40em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem);
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 0.625rem);
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 0.625rem);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.625rem);
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 0.625rem);
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 0.625rem);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.625rem);
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 0.625rem);
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 0.625rem);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.625rem);
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 0.625rem);
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 0.625rem);
}

@media screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}

@media screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}

.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  width: auto;
  max-width: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink,
.grid-y > .small-full,
.grid-y > .small-1,
.grid-y > .small-2,
.grid-y > .small-3,
.grid-y > .small-4,
.grid-y > .small-5,
.grid-y > .small-6,
.grid-y > .small-7,
.grid-y > .small-8,
.grid-y > .small-9,
.grid-y > .small-10,
.grid-y > .small-11,
.grid-y > .small-12 {
  flex-basis: auto;
}
@media screen and (min-width: 40em) {
  .grid-y > .medium-shrink,
  .grid-y > .medium-full,
  .grid-y > .medium-1,
  .grid-y > .medium-2,
  .grid-y > .medium-3,
  .grid-y > .medium-4,
  .grid-y > .medium-5,
  .grid-y > .medium-6,
  .grid-y > .medium-7,
  .grid-y > .medium-8,
  .grid-y > .medium-9,
  .grid-y > .medium-10,
  .grid-y > .medium-11,
  .grid-y > .medium-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 64em) {
  .grid-y > .large-shrink,
  .grid-y > .large-full,
  .grid-y > .large-1,
  .grid-y > .large-2,
  .grid-y > .large-3,
  .grid-y > .large-4,
  .grid-y > .large-5,
  .grid-y > .large-6,
  .grid-y > .large-7,
  .grid-y > .large-8,
  .grid-y > .large-9,
  .grid-y > .large-10,
  .grid-y > .large-11,
  .grid-y > .large-12 {
    flex-basis: auto;
  }
}
.grid-y > .small-1 {
  height: 8.33333%;
}
.grid-y > .small-2 {
  height: 16.66667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.33333%;
}
.grid-y > .small-5 {
  height: 41.66667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.33333%;
}
.grid-y > .small-8 {
  height: 66.66667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.33333%;
}
.grid-y > .small-11 {
  height: 91.66667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.33333%;
  }
  .grid-y > .medium-2 {
    height: 16.66667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.33333%;
  }
  .grid-y > .medium-5 {
    height: 41.66667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.33333%;
  }
  .grid-y > .medium-8 {
    height: 66.66667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.33333%;
  }
  .grid-y > .medium-11 {
    height: 91.66667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.33333%;
  }
  .grid-y > .large-2 {
    height: 16.66667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.33333%;
  }
  .grid-y > .large-5 {
    height: 41.66667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.33333%;
  }
  .grid-y > .large-8 {
    height: 66.66667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.33333%;
  }
  .grid-y > .large-11 {
    height: 91.66667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media screen and (min-width: 40em) {
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}

@media screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
}

@media screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}

@media screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}

@media screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}

@media screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media screen and (min-width: 40em) {
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}
@media screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

:root {
  font-family: 'proxima-nova', Arial, sans-serif;
  font-size: 13px;
  color: #333333;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-size: 2.7692rem;
  line-height: normal;
  font-weight: 400;
}

h2 {
  font-size: 1.8461rem;
  line-height: normal;
  font-weight: 400;
}

h3 {
  font-size: 1.3846rem;
  line-height: 1.2;
  font-weight: 400;
}

h4 {
  font-size: 1.2307rem;
  line-height: normal;
  font-weight: 400;
}

p {
  font-size: 1rem;
  line-height: normal;
  font-weight: 400;
}

a {
  line-height: 1.5;
  font-weight: 400;
  color: #1e79c2;
  cursor: pointer;
}

.em-ds-h1-text-style {
  font-size: 2.7692rem;
  line-height: normal;
  font-weight: 400;
}

.em-ds-h2-text-style {
  font-size: 1.8461rem;
  line-height: normal;
  font-weight: 400;
}

.em-ds-h3-text-style {
  font-size: 1.3846rem;
  line-height: 1.2;
  font-weight: 400;
}

.em-ds-h4-text-style {
  font-size: 1.2307rem;
  line-height: normal;
  font-weight: 400;
}

.em-ds-section-header-text-style {
  font-size: 1.0769rem;
  line-height: normal;
  font-weight: 600;
  text-transform: uppercase;
}

.em-ds-body-text-style {
  font-size: 1rem;
  line-height: normal;
  font-weight: 400;
}

.em-ds-body-small-text-style {
  font-size: 0.923rem;
  line-height: normal;
  font-weight: 400;
}

.em-ds-link-text-style {
  line-height: 1.5;
  font-weight: 400;
  color: #1e79c2;
  cursor: pointer;
}

.em-ds-selectbox__control {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: solid 1px #8c93a6;
  transition: all 200ms cubic-bezier(0.64, 0, 0.35, 1);
  background: transparent;
  height: 2.16rem;
  outline: none;
  color: #25292f;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
  padding-right: 0;
}
.em-ds-selectbox__control + div {
  position: absolute;
  z-index: 1000;
  width: 100%;
}
.em-ds-selectbox__control:focus-within .em-ds-selectbox__indicator-separator {
  background-color: transparent;
}
.em-ds-selectbox__control:active {
  border-color: #006aa9;
  color: #25292f;
}
.em-ds-selectbox__control:active .em-ds-selectbox__indicator {
  color: #ffffff;
}
.em-ds-selectbox__control:disabled,
.em-ds-selectbox__control--is-disabled {
  cursor: not-allowed;
  pointer-events: none;
  border-radius: 2px;
  border: none;
  box-shadow: inset 0 0 0 1px #8c93a6;
  cursor: not-allowed;
  pointer-events: none;
  border-radius: 2px;
  background: #ebedf0;
  color: #616b7f;
}
.em-ds-selectbox__control:disabled .em-ds-selectbox__indicator-separator,
.em-ds-selectbox__control--is-disabled .em-ds-selectbox__indicator-separator {
  background-color: #8c93a6;
}
.em-ds-selectbox__control--is-focused .em-ds-selectbox__indicator-separator {
  background-color: transparent;
}

.em-ds-selectbox__placeholder {
  font-size: 1rem;
  line-height: normal;
  font-weight: 400;
  color: #697489;
  font-style: italic;
  position: absolute;
  pointer-events: none;
  top: 0.4rem;
}

.em-ds-selectbox__option {
  padding: 0.61538rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  word-wrap: break-word;
  cursor: pointer;
  display: block;
  overflow: hidden;
}
.em-ds-selectbox__option--is-focused {
  background-color: #ebf6ff;
}
.em-ds-selectbox__option--is-selected {
  background-color: #1e79c2;
  color: #ffffff;
}
.em-ds-selectbox__option--is-selected svg,
.em-ds-selectbox__option--is-selected svg:not([fill]) {
  fill: #ffffff;
}

.floating-label-input-controller .em-ds-selectbox__dropdown-indicator {
  margin-top: -0.15385rem;
}

.em-ds-selectbox__control .dropdown-indicator {
  width: 2.14154rem;
}

.em-ds-selectbox__control .em-ds-selectbox__indicators {
  position: relative;
}
.em-ds-selectbox__control .em-ds-selectbox__indicators .clear-indicator svg,
.em-ds-selectbox__control .em-ds-selectbox__indicators .clear-indicator svg:not([fill]) {
  padding: 0;
  margin-top: calc(0.30769rem * (-0.5));
}

.em-ds-selectbox__control--is-focused:not(.em-ds-selectbox__control--menu-is-open) .em-ds-selectbox__value-container {
  outline: none;
  border: calc(0.30769rem * 0.25) solid #1e79c2;
  box-shadow: inset 0 0 0 1px #8cc2ed;
  border-radius: 2px;
}

.em-ds-selectbox__indicators:focus-within .em-ds-selectbox__indicator-separator {
  background-color: transparent;
}

.em-ds-selectbox__indicator-separator {
  margin-top: 0%;
  margin-bottom: 0;
  height: 60%;
  width: 1px;
  background-color: #cbcfd7;
}

/**
VARIANTS
**/
.em-ds-selectbox--variant-focus-input .em-ds-selectbox__indicator-separator {
  background-color: transparent;
}

.em-ds-selectbox--variant-focus-input .em-ds-selectbox__value-container {
  outline: none;
  border: calc(0.30769rem * 0.25) solid #1e79c2;
  box-shadow: inset 0 0 0 1px #8cc2ed;
  border-radius: 2px;
}

.em-ds-selectbox--variant-active-input .em-ds-selectbox__indicator-separator {
  background-color: transparent;
}

.em-ds-selectbox--variant-active-input .em-ds-selectbox__value-container {
  outline: none;
  border: calc(0.30769rem * 0.25) solid #006aa9;
  border-radius: 2px;
}

.em-ds-selectbox__control--menu-is-open .em-ds-selectbox__indicator-separator,
.em-ds-selectbox--variant-active-icon .em-ds-selectbox__indicator-separator {
  background-color: transparent;
}

.em-ds-selectbox__control--menu-is-open .em-ds-selectbox__indicators,
.em-ds-selectbox--variant-active-icon .em-ds-selectbox__indicators {
  outline: none;
  border: calc(0.30769rem * 0.25) solid #006aa9;
  border-radius: 2px;
}

.em-ds-selectbox--variant-focus-icon .em-ds-selectbox__indicators {
  outline: none;
  border: calc(0.30769rem * 0.25) solid #1e79c2;
  box-shadow: inset 0 0 0 1px #8cc2ed;
  border-radius: 2px;
}

.em-ds-selectbox--variant-disabled .em-ds-selectbox__single-value {
  cursor: not-allowed;
  pointer-events: none;
  border-radius: 2px;
  background: #ebedf0;
  color: #616b7f;
}

.em-ds-selectbox--variant-error .em-ds-selectbox__control {
  box-shadow: inset 0 0 0 1px #c64252;
  border-radius: 2px;
}

.combobox-menu-menu {
  outline: none;
  border: calc(0.30769rem * 0.25) solid #006aa9;
  border-radius: 2px;
  padding: 0;
  box-shadow: none;
  margin-top: 0.30769rem;
}

.combobox-menu-list .em-ds-selectbox__option {
  overflow: hidden;
}
.combobox-menu-list .em-ds-selectbox__option--is-selected {
  background-color: #1e79c2;
  color: #ffffff;
}
.combobox-menu-list .em-ds-selectbox__option--is-selected svg,
.combobox-menu-list .em-ds-selectbox__option--is-selected svg:not([fill]) {
  fill: #ffffff;
}

.combobox-menu-list.combobox-menu-list-is-multi .em-ds-selectbox__option--is-selected {
  background-color: transparent;
}

.combobox-multi-select-header {
  padding: 1.23077rem;
}

.em-ds-selectbox__value-container:focus-within {
  outline: none;
  box-shadow: inset 0 0 0 1px #006aa9;
  border-radius: 2px;
}

.em-ds-selectbox__value-container.em-ds-selectbox__value-container--has-value {
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  color: #25292f;
}

.em-ds-selectbox__value-container--is-multi.em-ds-selectbox__value-container--has-value {
  flex-wrap: nowrap;
}
.em-ds-selectbox__value-container--is-multi.em-ds-selectbox__value-container--has-value
  .em-ds-selectbox__multi-value
  div {
  max-width: 100%;
}
.em-ds-selectbox__value-container--is-multi.em-ds-selectbox__value-container--has-value
  .em-ds-selectbox__multi-value__remove {
  background: none !important;
  padding-left: 0;
}

.combobox-value-container {
  width: 100%;
}
.combobox-value-container:focus {
  outline: none;
  border: calc(0.30769rem * 0.25) solid #1e79c2;
  box-shadow: inset 0 0 0 1px #8cc2ed;
  border-radius: 2px;
}

.em-ds-combobox-container {
  width: 100%;
  height: 2.16rem;
  background: #ffffff;
}
.em-ds-combobox-container input[type='text'] {
  background: #ffffff !important;
  color: #25292f !important;
}

.em-ds-combobox__control {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  outline: none;
  position: relative;
  background: transparent;
  height: 2.16rem;
  outline: none;
  color: #697489;
  display: flex;
  flex-wrap: nowrap;
}
.em-ds-combobox__control:after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: solid 1px #8c93a6;
  border-radius: 2px;
}
.em-ds-combobox__control.with-error {
  outline: none;
  position: relative;
}
.em-ds-combobox__control.with-error:after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: solid 1px #c64252;
  border-radius: 2px;
}
.em-ds-combobox__control:hover {
  outline: none;
  position: relative;
}
.em-ds-combobox__control:hover:after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: solid 1px #1e79c2;
  border-radius: 2px;
}
.em-ds-combobox__control:focus-within {
  outline: none;
  position: relative;
}
.em-ds-combobox__control:focus-within:after {
  content: '';
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  outline: none;
  border: calc(0.30769rem * 0.25) solid #1e79c2;
  box-shadow: inset 0 0 0 1px #8cc2ed;
  border-radius: 2px;
}

.em-ds-combobox-container > div {
  height: 100%;
}

.em-ds-combobox-container.with-error:not(:focus-within) .em-ds-combobox__control {
  outline: none;
  position: relative;
}
.em-ds-combobox-container.with-error:not(:focus-within) .em-ds-combobox__control:after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: solid 1px #c64252;
  border-radius: 2px;
}

.em-ds-combobox-container.is-disabled {
  cursor: not-allowed;
  pointer-events: none;
  border-radius: 2px;
  background: #ebedf0;
  color: #616b7f;
}
.em-ds-combobox-container.is-disabled input[type='text'] {
  background: #ebeef1 !important;
}

.em-ds-combobox__placeholder {
  color: #697489;
  position: absolute;
  top: 0;
  left: 0;
  height: 2.16rem;
  display: flex;
  align-items: center;
  padding-left: 0.61538rem;
  font-style: italic;
}

.em-ds-combobox__value-container {
  color: #25292f;
  height: 2.16rem;
  padding: 0 0.61538rem !important;
}
.em-ds-combobox__value-container span {
  line-height: calc(2.16rem - 1px);
  pointer-events: none;
}

.combobox-v2-value-container {
  width: calc(100% - 2.21538rem);
  margin-right: auto;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.combobox-v2-value-container.has-value {
  width: calc(100% - 4.06154rem);
}
.combobox-v2-value-container.dropdown-indicator-removed {
  width: calc(100% - 0rem);
}

.em-ds-combobox__indicator-separator {
  align-self: stretch;
  background-color: #8c93a6;
  margin-bottom: 0.30769rem;
  margin-top: 0.30769rem;
  width: 1px;
}

.em-ds-combobox__menu {
  margin: 0;
  top: 100%;
  background: #ffffff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: solid 1px #8c93a6;
  -webkit-box-shadow:
    0 12px 15px 0 rgba(0, 0, 0, 0.24),
    0 17px 50px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow:
    0 12px 15px 0 rgba(0, 0, 0, 0.24),
    0 17px 50px 0 rgba(0, 0, 0, 0.19);
  -ms-box-shadow:
    0 12px 15px 0 rgba(0, 0, 0, 0.24),
    0 17px 50px 0 rgba(0, 0, 0, 0.19);
  -o-box-shadow:
    0 12px 15px 0 rgba(0, 0, 0, 0.24),
    0 17px 50px 0 rgba(0, 0, 0, 0.19);
  box-shadow:
    0 12px 15px 0 rgba(0, 0, 0, 0.24),
    0 17px 50px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 8px;
  margin-top: 0.61538rem;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.em-ds-combobox-trigger {
  position: relative;
  top: -2.5rem;
  height: 2.16rem;
}

.em-ds-layout__header {
  z-index: 1;
}

.combobox-v2-option-multiple-container {
  pointer-events: none;
  height: 100%;
  display: flex;
  align-items: center;
}
.combobox-v2-option-multiple-container .em-ds-form-element-checkbox {
  padding-bottom: 0;
}

.combobox-v2-option-multiple-truncated-label {
  pointer-events: auto;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.em-ds-button.dropdown-indicator.active {
  border: none;
  box-shadow: none;
  outline: none;
  position: relative;
  border-color: solid #006aa9 1px;
}
.em-ds-button.dropdown-indicator.active:after {
  box-shadow: none !important;
  border-color: transparent;
}
.em-ds-button.dropdown-indicator.active:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: solid 1px #006aa9;
  border-radius: 2px;
}

.combobox-menu-wrapper-external .em-ds-menu {
  padding: 0;
}

.em-ds-combobox__option {
  height: 2.69046rem;
  line-height: 2.69046rem;
  cursor: pointer;
  padding: 0 1.23077rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  word-wrap: break-word;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.em-ds-combobox__option--is-focused,
.em-ds-combobox__option:hover {
  outline: calc(0.30769rem * 0.25) solid #1e79c2;
  outline-offset: calc(0.30769rem * -0.25);
}
.em-ds-combobox__option:active {
  background-color: #ebf6ff;
}
.em-ds-combobox__option--is-selected {
  background-color: #ebf6ff;
  color: #25292f;
}
.em-ds-combobox__option--is-selected svg,
.em-ds-combobox__option--is-selected svg:not([fill]) {
  fill: #ffffff;
}

.combobox-menu-list-is-multi .em-ds-combobox__option--is-selected {
  background-color: #ebf6ff;
}

.em-ds-expandable-input {
  display: flex;
  position: relative;
  height: 2.16rem;
  outline: none;
  color: #697489;
  box-sizing: border-box;
  background: #ffffff;
  transition: all 200ms cubic-bezier(0.64, 0, 0.35, 1);
  width: 2.4rem;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.em-ds-expandable-input .em-ds-input:focus,
.em-ds-expandable-input .em-ds-button:focus {
  box-shadow: none;
}
.em-ds-expandable-input > * {
  width: 100%;
}
.em-ds-expandable-input .em-ds-input-addon-wrapper {
  border: none;
  height: initial;
  flex: initial;
  transition: all 200ms cubic-bezier(0.64, 0, 0.35, 1);
}
.em-ds-expandable-input .em-ds-input-addon-wrapper .expandable-input__input {
  width: 0;
  position: relative;
  opacity: 0;
  border: none;
  padding: 0;
  flex: initial;
  transition: all 200ms cubic-bezier(0.64, 0, 0.35, 1);
}
.em-ds-expandable-input .em-ds-input-addon-wrapper__addon:last-child {
  position: absolute;
  right: 0;
}
.em-ds-expandable-input .em-ds-button {
  height: 100%;
}
.em-ds-expandable-input__wrapper {
  width: 100%;
}
.em-ds-expandable-input--opened {
  width: 100%;
  box-shadow: inset 0 0 0 1px #cbcfd7;
  border-radius: 2px;
}
.em-ds-expandable-input--opened .em-ds-input-addon-wrapper .expandable-input__input {
  opacity: 1;
  width: calc(100% - 2.1rem);
  padding: 0 0.61538rem;
  position: relative;
  z-index: 2;
}
.em-ds-expandable-input--opened .em-ds-input-addon-wrapper .expandable-input__input:focus,
.em-ds-expandable-input--opened .em-ds-input-addon-wrapper .expandable-input__input:focus-within {
  outline: none;
  border: calc(0.30769rem * 0.25) solid #1e79c2;
  box-shadow: inset 0 0 0 1px #8cc2ed;
  border-radius: 2px;
}
.em-ds-expandable-input--opened .em-ds-input-addon-wrapper .expandable-input__input .expandable-input__input:focus,
.em-ds-expandable-input--opened
  .em-ds-input-addon-wrapper
  .expandable-input__input
  .expandable-input__input:focus-within {
  border: none;
  box-shadow: none;
}

.em-ds-searchbox-toggle .em-ds-expandable-input {
  width: 2.2rem;
}

.em-ds-searchbox-toggle .em-ds-input.expandable-input__input:not(.floating-label-input-controller):hover {
  border: none;
  box-shadow: none;
}

.em-ds-searchbox-toggle .em-ds-input.expandable-input__input:active {
  border: none;
  box-shadow: none;
}

.em-ds-searchbox-toggle
  .em-ds-input-addon-wrapper:focus-within
  .em-ds-input-addon-wrapper__addon
  .em-ds-input__clearable,
.em-ds-searchbox-toggle .em-ds-input-addon-wrapper:active .em-ds-input-addon-wrapper__addon .em-ds-input__clearable {
  border: none;
  box-shadow: none;
}

.em-ds-searchbox-toggle .em-ds-input-addon-wrapper:hover .em-ds-input-addon-wrapper__addon .em-ds-input__clearable {
  border: none;
  box-shadow: none;
}

.em-ds-input-time {
  height: 100%;
  display: flex;
  align-items: center;
}

.em-ds-input-times-group {
  display: flex;
  align-items: center;
}
.em-ds-input-times-group .em-ds-input-times-group__divider {
  font-style: italic;
  color: #697489;
}
.em-ds-input-times-group .em-ds-input-times-group__divider--value {
  font-style: unset;
  color: #25292f;
}
.em-ds-input-times-group__input {
  text-align: center;
  border: none;
  width: 25px;
  outline: none;
  background: none;
  user-select: none;
}
.em-ds-input-times-group__input::-webkit-input-placeholder {
  color: #697489;
  font-style: italic;
}
.em-ds-input-times-group__input:-moz-placeholder {
  color: #697489;
  font-style: italic;
}
.em-ds-input-times-group__input::-moz-placeholder {
  color: #697489;
  font-style: italic;
}
.em-ds-input-times-group__input:-ms-input-placeholder {
  color: #697489;
  font-style: italic;
}
.em-ds-input-times-group__input:focus {
  background: #a3d6ff;
}
.em-ds-input-times-group__input::placeholder {
  text-align: center;
  font-style: italic;
}
.em-ds-input-times-group__input:placeholder-shown {
  text-align: left;
  width: 25px;
}
.em-ds-input-times-group__input:nth-child(3) {
  margin: 0 0.18462rem;
}
.em-ds-input-times-group__am-pm-input {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: none;
  outline: none;
  padding: 0.15385rem 0.30769rem;
}
.em-ds-input-times-group__am-pm-input::-ms-expand {
  display: none;
}
.em-ds-input-times-group__am-pm-input:focus {
  background: #a3d6ff;
}

.em-ds-input-addon-group {
  display: flex;
  align-items: flex-start;
}
.em-ds-input-addon-group__addon {
  position: relative;
}
.em-ds-input-addon-group__addon:hover,
.em-ds-input-addon-group__addon:focus-within {
  z-index: 3;
}
.em-ds-input-addon-group *:not(:last-child) {
  margin-right: -1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.em-ds-input-addon-group *:not(:last-child) .em-ds-labeled-outline__idle,
.em-ds-input-addon-group *:not(:last-child) .em-ds-input,
.em-ds-input-addon-group *:not(:last-child) .em-ds-button,
.em-ds-input-addon-group *:not(:last-child) .em-ds-icon-button,
.em-ds-input-addon-group *:not(:last-child) .em-ds-selectbox__control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.em-ds-input-addon-group *:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.em-ds-input-addon-group *:not(:first-child) .em-ds-labeled-outline__idle,
.em-ds-input-addon-group *:not(:first-child) .em-ds-input,
.em-ds-input-addon-group *:not(:first-child) .em-ds-button,
.em-ds-input-addon-group *:not(:first-child) .em-ds-icon-button,
.em-ds-input-addon-group *:not(:first-child) .em-ds-selectbox__control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.em-ds-input-addon-group .em-ds-labeled-outline,
.em-ds-input-addon-group .em-ds-input,
.em-ds-input-addon-group .em-ds-selectbox-wrapper,
.em-ds-input-addon-group .em-ds-form-item {
  position: relative;
  flex: 1;
  margin-top: 0;
}
.em-ds-input-addon-group .em-ds-labeled-outline:focus-within,
.em-ds-input-addon-group .em-ds-input:focus-within,
.em-ds-input-addon-group .em-ds-selectbox-wrapper:focus-within,
.em-ds-input-addon-group .em-ds-form-item:focus-within {
  z-index: 3;
}
.em-ds-input-addon-group .em-ds-labeled-outline:hover,
.em-ds-input-addon-group .em-ds-input:hover,
.em-ds-input-addon-group .em-ds-selectbox-wrapper:hover,
.em-ds-input-addon-group .em-ds-form-item:hover {
  z-index: 3;
}

.em-ds-form-element-checkbox__label-text {
  position: relative;
  margin-left: 0.61538rem;
  bottom: -0.07692rem;
}

*::-ms-backdrop,
.em-ds-form-element-checkbox__label-text {
  bottom: 0;
}

/* IE11 */
.em-ds-form-element-checkbox__label {
  font-size: 1rem;
  line-height: normal;
  font-weight: 400;
  display: flex;
  align-items: flex-start;
  position: relative;
  cursor: pointer;
  color: #25292f;
}
.em-ds-form-element-checkbox__label .em-ds-form-element-checkbox__input-button {
  pointer-events: none;
}
.em-ds-form-element-checkbox__label:first-child:not(:last-child) {
  margin-right: 0.61538rem;
}
.em-ds-form-element-checkbox__label > span:first-child {
  height: 16px;
}

.em-ds-form-element-checkbox__checkbox-children {
  padding-left: 1.84615rem;
}

.em-ds-form-element-checkbox {
  padding-bottom: 1.23077rem;
}

.em-ds-form-element-checkbox--disabled .em-ds-form-element-checkbox__label {
  cursor: not-allowed;
}

.em-ds-form-element-checkbox--disabled .em-ds-form-element-checkbox__label-text {
  color: #697489;
}

.em-ds-form-element-checkbox__label:hover .em-ds-form-element-checkbox__input-button {
  outline: none;
  border: calc(0.30769rem * 0.25) solid #1e79c2;
}
.em-ds-form-element-checkbox__label:hover .em-ds-form-element-checkbox__input-button.checkbox-true {
  background-color: #ebf6ff;
}

.em-ds-form-element-checkbox__label:active .em-ds-form-element-checkbox__input-button {
  outline: none;
  background-color: #ebf6ff;
}

.em-ds-form-element-checkbox__input-button {
  position: relative;
  transition: 200ms cubic-bezier(0.64, 0, 0.35, 1);
  width: 1.23077rem;
  height: 1.23077rem;
  border: solid 1px #8c93a6;
  border-radius: 0.15385rem;
  background: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.em-ds-form-element-checkbox__input-button.checkbox-true:after {
  width: 0.30769rem;
  height: 0.61538rem;
  display: block;
  content: '';
  border-right: solid 1px transparent;
  border-bottom: solid 1px transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0.15385rem;
  left: 0.38462rem;
  border-color: #1e79c2;
}
.em-ds-form-element-checkbox__input-button.checkbox-mixed:after {
  width: 0.61538rem;
  height: 0.07692rem;
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 0.24615rem;
  background: #1e79c2;
}
.em-ds-form-element-checkbox__input-button:hover:not(.disabled) {
  outline: none;
  border: calc(0.30769rem * 0.25) solid #1e79c2;
}
.em-ds-form-element-checkbox__input-button:focus {
  outline: none;
}
.em-ds-form-element-checkbox__input-button:focus:not(.disabled),
.em-ds-form-element-checkbox__input-button.variant-focus:not(.disabled) {
  outline: none;
  border: calc(0.30769rem * 0.25) solid #1e79c2;
  box-shadow: inset 0 0 0 1px #8cc2ed;
  border-radius: 2px;
}
.em-ds-form-element-checkbox__input-button:active:not(.disabled),
.em-ds-form-element-checkbox__input-button.variant-active:not(.disabled) {
  outline: none;
  background-color: #ebf6ff;
}
.em-ds-form-element-checkbox__input-button.disabled {
  cursor: not-allowed;
  pointer-events: none;
}

.em-ds-form-element-checkbox--error:hover .em-ds-form-element-checkbox__input-button {
  border-color: #c64252;
}

.em-ds-form-element-checkbox--error:active .em-ds-form-element-checkbox__input-button {
  background-color: #f7cdd2;
}

.em-ds-form-element-checkbox--error .em-ds-form-element-checkbox__input-button {
  border-color: #c64252;
}
.em-ds-form-element-checkbox--error .em-ds-form-element-checkbox__input-button.checkbox-mixed:after {
  background: #c64252;
}
.em-ds-form-element-checkbox--error .em-ds-form-element-checkbox__input-button.checkbox-true:after {
  border-color: #c64252;
}

.em-ds-form-element-checkbox--disabled:hover .em-ds-form-element-checkbox__input-button {
  border-color: #8c93a6;
}

.em-ds-form-element-checkbox--disabled:active .em-ds-form-element-checkbox__input-button {
  background: #ebedf0;
}

.em-ds-form-element-checkbox__input-button.variant-disabled,
.em-ds-form-element-checkbox__input-button[aria-disabled='true'] {
  pointer-events: none;
  border-color: #8c93a6;
  background: #ebedf0;
  color: #697489;
}
.em-ds-form-element-checkbox__input-button.variant-disabled.checkbox-mixed:after,
.em-ds-form-element-checkbox__input-button[aria-disabled='true'].checkbox-mixed:after {
  background: #697489;
}
.em-ds-form-element-checkbox__input-button.variant-disabled.checkbox-true:after,
.em-ds-form-element-checkbox__input-button[aria-disabled='true'].checkbox-true:after {
  border-color: #697489;
}

@media (max-width: 48rem) {
  .em-ds-form-element-checkbox__label:hover .em-ds-form-element-checkbox__input-button {
    outline: none;
    border: 2px solid #1e79c2;
  }
  .em-ds-form-element-checkbox__label:active .em-ds-form-element-checkbox__input-button {
    outline: none;
    border: 2px solid #1e79c2;
  }
  .em-ds-form-element-checkbox__input-button {
    -webkit-tap-highlight-color: transparent;
    width: 1.5rem;
    height: 1.5rem;
    border: 2px solid #8c93a6;
  }
  .em-ds-form-element-checkbox__input-button:focus:not(.disabled),
  .em-ds-form-element-checkbox__input-button.variant-focus:not(.disabled) {
    outline: none;
    border: 2px solid #1e79c2;
    box-shadow: inset 0 0 0 1px #8cc2ed;
    border-radius: 2px;
  }
  .em-ds-form-element-checkbox__input-button:hover:not(.disabled) {
    outline: none;
    border: 2px solid #1e79c2;
  }
  .em-ds-form-element-checkbox__input-button.checkbox-true {
    outline: none;
    border: 2px solid #1e79c2;
  }
  .em-ds-form-element-checkbox__input-button.checkbox-true:after {
    width: 0.5rem;
    height: 1rem;
    top: 0.01562rem;
    left: 0.375rem;
    border-right: solid 2px transparent;
    border-bottom: solid 2px transparent;
    border-color: #1e79c2;
  }
}

@media only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .em-ds-form-element-checkbox__label:hover .em-ds-form-element-checkbox__input-button {
    outline: none;
    border: 2px solid #1e79c2;
  }
  .em-ds-form-element-checkbox__label:active .em-ds-form-element-checkbox__input-button {
    outline: none;
    border: 2px solid #1e79c2;
  }
  .em-ds-form-element-checkbox__input-button {
    -webkit-tap-highlight-color: transparent;
    width: 1.5rem;
    height: 1.5rem;
    border: 2px solid #8c93a6;
  }
  .em-ds-form-element-checkbox__input-button:focus:not(.disabled),
  .em-ds-form-element-checkbox__input-button.variant-focus:not(.disabled) {
    outline: none;
    border: 2px solid #1e79c2;
    box-shadow: inset 0 0 0 1px #8cc2ed;
    border-radius: 2px;
  }
  .em-ds-form-element-checkbox__input-button:hover:not(.disabled) {
    outline: none;
    border: 2px solid #1e79c2;
  }
  .em-ds-form-element-checkbox__input-button.checkbox-true {
    outline: none;
    border: 2px solid #1e79c2;
  }
  .em-ds-form-element-checkbox__input-button.checkbox-true:after {
    width: 0.5rem;
    height: 1rem;
    top: 0.01562rem;
    left: 0.375rem;
    border-right: solid 2px transparent;
    border-bottom: solid 2px transparent;
    border-color: #1e79c2;
  }
}

@media only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .em-ds-form-element-checkbox__label:hover .em-ds-form-element-checkbox__input-button {
    outline: none;
    border: 2px solid #1e79c2;
  }
  .em-ds-form-element-checkbox__label:active .em-ds-form-element-checkbox__input-button {
    outline: none;
    border: 2px solid #1e79c2;
  }
  .em-ds-form-element-checkbox__input-button {
    -webkit-tap-highlight-color: transparent;
    width: 1.5rem;
    height: 1.5rem;
    border: 2px solid #8c93a6;
  }
  .em-ds-form-element-checkbox__input-button:focus:not(.disabled),
  .em-ds-form-element-checkbox__input-button.variant-focus:not(.disabled) {
    outline: none;
    border: 2px solid #1e79c2;
    box-shadow: inset 0 0 0 1px #8cc2ed;
    border-radius: 2px;
  }
  .em-ds-form-element-checkbox__input-button:hover:not(.disabled) {
    outline: none;
    border: 2px solid #1e79c2;
  }
  .em-ds-form-element-checkbox__input-button.checkbox-true {
    outline: none;
    border: 2px solid #1e79c2;
  }
  .em-ds-form-element-checkbox__input-button.checkbox-true:after {
    width: 0.5rem;
    height: 1rem;
    top: 0.01562rem;
    left: 0.375rem;
    border-right: solid 2px transparent;
    border-bottom: solid 2px transparent;
    border-color: #1e79c2;
  }
}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
  .em-ds-form-element-checkbox__label:hover .em-ds-form-element-checkbox__input-button {
    outline: none;
    border: 2px solid #1e79c2;
  }
  .em-ds-form-element-checkbox__label:active .em-ds-form-element-checkbox__input-button {
    outline: none;
    border: 2px solid #1e79c2;
  }
  .em-ds-form-element-checkbox__input-button {
    -webkit-tap-highlight-color: transparent;
    width: 1.5rem;
    height: 1.5rem;
    border: 2px solid #8c93a6;
  }
  .em-ds-form-element-checkbox__input-button:focus:not(.disabled),
  .em-ds-form-element-checkbox__input-button.variant-focus:not(.disabled) {
    outline: none;
    border: 2px solid #1e79c2;
    box-shadow: inset 0 0 0 1px #8cc2ed;
    border-radius: 2px;
  }
  .em-ds-form-element-checkbox__input-button:hover:not(.disabled) {
    outline: none;
    border: 2px solid #1e79c2;
  }
  .em-ds-form-element-checkbox__input-button.checkbox-true {
    outline: none;
    border: 2px solid #1e79c2;
  }
  .em-ds-form-element-checkbox__input-button.checkbox-true:after {
    width: 0.5rem;
    height: 1rem;
    top: 0.01562rem;
    left: 0.375rem;
    border-right: solid 2px transparent;
    border-bottom: solid 2px transparent;
    border-color: #1e79c2;
  }
}

@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  .em-ds-form-element-checkbox__label:hover .em-ds-form-element-checkbox__input-button {
    outline: none;
    border: 2px solid #1e79c2;
  }
  .em-ds-form-element-checkbox__label:active .em-ds-form-element-checkbox__input-button {
    outline: none;
    border: 2px solid #1e79c2;
  }
  .em-ds-form-element-checkbox__input-button {
    -webkit-tap-highlight-color: transparent;
    width: 1.5rem;
    height: 1.5rem;
    border: 2px solid #8c93a6;
  }
  .em-ds-form-element-checkbox__input-button:focus:not(.disabled),
  .em-ds-form-element-checkbox__input-button.variant-focus:not(.disabled) {
    outline: none;
    border: 2px solid #1e79c2;
    box-shadow: inset 0 0 0 1px #8cc2ed;
    border-radius: 2px;
  }
  .em-ds-form-element-checkbox__input-button:hover:not(.disabled) {
    outline: none;
    border: 2px solid #1e79c2;
  }
  .em-ds-form-element-checkbox__input-button.checkbox-true {
    outline: none;
    border: 2px solid #1e79c2;
  }
  .em-ds-form-element-checkbox__input-button.checkbox-true:after {
    width: 0.5rem;
    height: 1rem;
    top: 0.01562rem;
    left: 0.375rem;
    border-right: solid 2px transparent;
    border-bottom: solid 2px transparent;
    border-color: #1e79c2;
  }
}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
  .em-ds-form-element-checkbox__label:hover .em-ds-form-element-checkbox__input-button {
    outline: none;
    border: 2px solid #1e79c2;
  }
  .em-ds-form-element-checkbox__label:active .em-ds-form-element-checkbox__input-button {
    outline: none;
    border: 2px solid #1e79c2;
  }
  .em-ds-form-element-checkbox__input-button {
    -webkit-tap-highlight-color: transparent;
    width: 1.5rem;
    height: 1.5rem;
    border: 2px solid #8c93a6;
  }
  .em-ds-form-element-checkbox__input-button:focus:not(.disabled),
  .em-ds-form-element-checkbox__input-button.variant-focus:not(.disabled) {
    outline: none;
    border: 2px solid #1e79c2;
    box-shadow: inset 0 0 0 1px #8cc2ed;
    border-radius: 2px;
  }
  .em-ds-form-element-checkbox__input-button:hover:not(.disabled) {
    outline: none;
    border: 2px solid #1e79c2;
  }
  .em-ds-form-element-checkbox__input-button.checkbox-true {
    outline: none;
    border: 2px solid #1e79c2;
  }
  .em-ds-form-element-checkbox__input-button.checkbox-true:after {
    width: 0.5rem;
    height: 1rem;
    top: 0.01562rem;
    left: 0.375rem;
    border-right: solid 2px transparent;
    border-bottom: solid 2px transparent;
    border-color: #1e79c2;
  }
}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  .em-ds-form-element-checkbox__label:hover .em-ds-form-element-checkbox__input-button {
    outline: none;
    border: 2px solid #1e79c2;
  }
  .em-ds-form-element-checkbox__label:active .em-ds-form-element-checkbox__input-button {
    outline: none;
    border: 2px solid #1e79c2;
  }
  .em-ds-form-element-checkbox__input-button {
    -webkit-tap-highlight-color: transparent;
    width: 1.5rem;
    height: 1.5rem;
    border: 2px solid #8c93a6;
  }
  .em-ds-form-element-checkbox__input-button:focus:not(.disabled),
  .em-ds-form-element-checkbox__input-button.variant-focus:not(.disabled) {
    outline: none;
    border: 2px solid #1e79c2;
    box-shadow: inset 0 0 0 1px #8cc2ed;
    border-radius: 2px;
  }
  .em-ds-form-element-checkbox__input-button:hover:not(.disabled) {
    outline: none;
    border: 2px solid #1e79c2;
  }
  .em-ds-form-element-checkbox__input-button.checkbox-true {
    outline: none;
    border: 2px solid #1e79c2;
  }
  .em-ds-form-element-checkbox__input-button.checkbox-true:after {
    width: 0.5rem;
    height: 1rem;
    top: 0.01562rem;
    left: 0.375rem;
    border-right: solid 2px transparent;
    border-bottom: solid 2px transparent;
    border-color: #1e79c2;
  }
}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
  .em-ds-form-element-checkbox__label:hover .em-ds-form-element-checkbox__input-button {
    outline: none;
    border: 2px solid #1e79c2;
  }
  .em-ds-form-element-checkbox__label:active .em-ds-form-element-checkbox__input-button {
    outline: none;
    border: 2px solid #1e79c2;
  }
  .em-ds-form-element-checkbox__input-button {
    -webkit-tap-highlight-color: transparent;
    width: 1.5rem;
    height: 1.5rem;
    border: 2px solid #8c93a6;
  }
  .em-ds-form-element-checkbox__input-button:focus:not(.disabled),
  .em-ds-form-element-checkbox__input-button.variant-focus:not(.disabled) {
    outline: none;
    border: 2px solid #1e79c2;
    box-shadow: inset 0 0 0 1px #8cc2ed;
    border-radius: 2px;
  }
  .em-ds-form-element-checkbox__input-button:hover:not(.disabled) {
    outline: none;
    border: 2px solid #1e79c2;
  }
  .em-ds-form-element-checkbox__input-button.checkbox-true {
    outline: none;
    border: 2px solid #1e79c2;
  }
  .em-ds-form-element-checkbox__input-button.checkbox-true:after {
    width: 0.5rem;
    height: 1rem;
    top: 0.01562rem;
    left: 0.375rem;
    border-right: solid 2px transparent;
    border-bottom: solid 2px transparent;
    border-color: #1e79c2;
  }
}

@media (max-width: 48rem) {
  .em-ds-form-element-checkbox__label-text {
    margin-left: 1rem;
  }
  .em-ds-form-element-checkbox {
    padding-bottom: 1rem;
  }
}

@media only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .em-ds-form-element-checkbox__label-text {
    margin-left: 1rem;
  }
  .em-ds-form-element-checkbox {
    padding-bottom: 1rem;
  }
}

@media only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .em-ds-form-element-checkbox__label-text {
    margin-left: 1rem;
  }
  .em-ds-form-element-checkbox {
    padding-bottom: 1rem;
  }
}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
  .em-ds-form-element-checkbox__label-text {
    margin-left: 1rem;
  }
  .em-ds-form-element-checkbox {
    padding-bottom: 1rem;
  }
}

@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  .em-ds-form-element-checkbox__label-text {
    margin-left: 1rem;
  }
  .em-ds-form-element-checkbox {
    padding-bottom: 1rem;
  }
}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
  .em-ds-form-element-checkbox__label-text {
    margin-left: 1rem;
  }
  .em-ds-form-element-checkbox {
    padding-bottom: 1rem;
  }
}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  .em-ds-form-element-checkbox__label-text {
    margin-left: 1rem;
  }
  .em-ds-form-element-checkbox {
    padding-bottom: 1rem;
  }
}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
  .em-ds-form-element-checkbox__label-text {
    margin-left: 1rem;
  }
  .em-ds-form-element-checkbox {
    padding-bottom: 1rem;
  }
}

.em-ds-error {
  padding: 0.61538rem 0;
  color: #cc0000;
}

.em-ds-label {
  padding: 0;
  display: inline-flex;
  max-width: 100%;
}

legend.em-ds-label--group {
  display: inline;
}

@media (max-width: 48rem) {
  .em-ds-label {
    font-size: 0.8125rem;
    font-weight: 400;
  }
  .em-ds-label--group {
    font-size: 0.99994rem;
    font-weight: 600;
  }
}

@media only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .em-ds-label {
    font-size: 0.8125rem;
    font-weight: 400;
  }
  .em-ds-label--group {
    font-size: 0.99994rem;
    font-weight: 600;
  }
}

@media only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .em-ds-label {
    font-size: 0.8125rem;
    font-weight: 400;
  }
  .em-ds-label--group {
    font-size: 0.99994rem;
    font-weight: 600;
  }
}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
  .em-ds-label {
    font-size: 0.8125rem;
    font-weight: 400;
  }
  .em-ds-label--group {
    font-size: 0.99994rem;
    font-weight: 600;
  }
}

@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  .em-ds-label {
    font-size: 0.8125rem;
    font-weight: 400;
  }
  .em-ds-label--group {
    font-size: 0.99994rem;
    font-weight: 600;
  }
}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
  .em-ds-label {
    font-size: 0.8125rem;
    font-weight: 400;
  }
  .em-ds-label--group {
    font-size: 0.99994rem;
    font-weight: 600;
  }
}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  .em-ds-label {
    font-size: 0.8125rem;
    font-weight: 400;
  }
  .em-ds-label--group {
    font-size: 0.99994rem;
    font-weight: 600;
  }
}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
  .em-ds-label {
    font-size: 0.8125rem;
    font-weight: 400;
  }
  .em-ds-label--group {
    font-size: 0.99994rem;
    font-weight: 600;
  }
}

.em-ds-form-item {
  margin-bottom: 0.61538rem;
  position: relative;
  z-index: 0;
  width: 100%;
}
.em-ds-form-item .em-ds-input {
  width: 100%;
  min-width: 0;
}

fieldset.em-ds-form-item-content {
  display: block;
  margin-inline-start: unset;
  margin-inline-end: unset;
  padding-block-start: unset;
  padding-inline-start: unset;
  padding-inline-end: unset;
  padding-block-end: unset;
  min-inline-size: unset;
  border-width: unset;
  border-style: unset;
  border-color: unset;
  border-image: unset;
  padding: unset;
}

.em-ds-form-item--with-left-label .em-ds-form-item-content {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.em-ds-form-item--with-left-label label {
  padding-right: 0.30769rem;
  display: inline-flex;
  align-items: center;
}

.em-ds-form-item--with-left-label .em-ds-form-item__feedback {
  display: flex;
  margin-left: auto;
  width: 80%;
  justify-content: flex-end;
  overflow: hidden;
  text-overflow: ellipsis;
}

.em-ds-form-item--fit-content {
  width: fit-content;
}

.em-ds-form-item--with-highlight::after {
  position: absolute;
  content: '';
  left: -8px;
  top: -4px;
  z-index: -1;
  width: calc(100% + 16px);
  height: calc(100% + 8px);
  background-color: #fefbee;
  border: 1px solid #8f6326;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.35);
}

.em-ds-form-item--with-highlight:hover::after,
.em-ds-form-item--with-highlight:focus-within::after {
  position: absolute;
  content: '';
  left: -8px;
  top: -4px;
  z-index: -1;
  width: calc(100% + 16px);
  height: calc(100% + 8px);
  background-color: #fff9d3;
  border: 2px solid #8f6326;
  border-radius: 4px;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3);
}

.em-ds-form-item__feedback {
  font-size: 0.8461rem;
  line-height: normal;
  font-weight: 400;
  color: #697489;
  text-align: right;
  display: block;
  font-style: italic;
  line-height: 15px;
}

.em-ds-form-item--error .em-ds-form-item__feedback {
  text-align: right;
  color: #c64252;
}

.em-ds-form-item--error .em-ds-form-item__feedback--helper {
  display: none;
}

@media (max-width: 48rem) {
  .em-ds-form-item__feedback {
    font-size: 0.8125rem;
  }
}

@media only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .em-ds-form-item__feedback {
    font-size: 0.8125rem;
  }
}

@media only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .em-ds-form-item__feedback {
    font-size: 0.8125rem;
  }
}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
  .em-ds-form-item__feedback {
    font-size: 0.8125rem;
  }
}

@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  .em-ds-form-item__feedback {
    font-size: 0.8125rem;
  }
}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
  .em-ds-form-item__feedback {
    font-size: 0.8125rem;
  }
}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  .em-ds-form-item__feedback {
    font-size: 0.8125rem;
  }
}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
  .em-ds-form-item__feedback {
    font-size: 0.8125rem;
  }
}

.em-ds-input {
  position: relative;
  height: 2.16rem;
  width: 100%;
  outline: none;
  color: #25292f;
  box-sizing: border-box;
  display: flex;
  background: #ffffff;
  transition: border 200ms cubic-bezier(0.64, 0, 0.35, 1);
  padding: 0 0.61538rem;
  z-index: 1;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: solid 1px #8c93a6;
  text-overflow: ellipsis;
}
.em-ds-input::-ms-clear {
  display: none;
}
.em-ds-input:-webkit-autofill,
.em-ds-input:-webkit-autofill:hover,
.em-ds-input:-webkit-autofill:focus textarea:-webkit-autofill {
  margin: 2px;
  height: calc(2.16rem - 4px);
}
.em-ds-input:not(.floating-label-input-controller):hover {
  outline: calc(0.30769rem * 0.25) solid #1e79c2;
  outline-offset: calc(0.30769rem * -0.25);
}
.em-ds-input:not(.floating-label-input-controller):hover:active,
.em-ds-input:not(.floating-label-input-controller):hover:focus {
  outline: none;
  border: calc(0.30769rem * 0.25) solid #1e79c2;
  box-shadow: inset 0 0 0 1px #8cc2ed;
  border-radius: 2px;
}
.em-ds-input:active {
  color: #25292f;
  outline: none;
  border: calc(0.30769rem * 0.25) solid #006aa9;
  border-radius: 2px;
}
.em-ds-input::-webkit-input-placeholder {
  color: #697489;
  font-style: italic;
}
.em-ds-input:-moz-placeholder {
  color: #697489;
  font-style: italic;
}
.em-ds-input::-moz-placeholder {
  color: #697489;
  font-style: italic;
}
.em-ds-input:-ms-input-placeholder {
  color: #697489;
  font-style: italic;
}
.em-ds-input:focus,
.em-ds-input:focus-within {
  outline: none;
  border: calc(0.30769rem * 0.25) solid #1e79c2;
  box-shadow: inset 0 0 0 1px #8cc2ed;
  border-radius: 2px;
}
.em-ds-input:disabled,
.em-ds-input.input-disabled {
  border: 1px solid #8c93a6;
  background: #ebedf0 !important;
  color: #616b7f;
  -webkit-text-fill-color: #616b7f;
  opacity: 1;
}
.em-ds-input:disabled::-webkit-input-placeholder,
.em-ds-input.input-disabled::-webkit-input-placeholder {
  color: #5c6574;
}
.em-ds-input:disabled:-moz-placeholder,
.em-ds-input.input-disabled:-moz-placeholder {
  color: #5c6574;
}
.em-ds-input:disabled::-moz-placeholder,
.em-ds-input.input-disabled::-moz-placeholder {
  color: #5c6574;
}
.em-ds-input:disabled:-ms-input-placeholder,
.em-ds-input.input-disabled:-ms-input-placeholder {
  color: #5c6574;
}
.em-ds-input.read-only {
  border: none;
  border-top: 1px solid #8c93a6;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  background: none;
  border-radius: 0;
  color: #697489;
}

.em-ds-input-addon-wrapper:focus-within .em-ds-input-addon-wrapper__addon .em-ds-input__clearable,
.em-ds-input-addon-wrapper:active .em-ds-input-addon-wrapper__addon .em-ds-input__clearable {
  opacity: 1;
  outline: none;
  border: calc(0.30769rem * 0.25) solid #1e79c2;
  box-shadow: inset 0 0 0 1px #8cc2ed;
  border-radius: 2px;
  border-left: unset;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
  color: #1e79c2;
  background-color: transparent;
}
.em-ds-input-addon-wrapper:focus-within .em-ds-input-addon-wrapper__addon .em-ds-input__clearable .em-ds-icon,
.em-ds-input-addon-wrapper:active .em-ds-input-addon-wrapper__addon .em-ds-input__clearable .em-ds-icon {
  fill: #1e79c2;
}
.em-ds-input-addon-wrapper:focus-within .em-ds-input-addon-wrapper__addon .em-ds-input__clearable:focus,
.em-ds-input-addon-wrapper:active .em-ds-input-addon-wrapper__addon .em-ds-input__clearable:focus {
  border: unset;
}

.em-ds-input-addon-wrapper:hover .em-ds-input-addon-wrapper__addon .em-ds-input__clearable {
  opacity: 1;
  outline: calc(0.30769rem * 0.25) solid #1e79c2;
  outline-offset: calc(0.30769rem * -0.25);
  color: #1e79c2;
  background-color: transparent;
}
.em-ds-input-addon-wrapper:hover .em-ds-input-addon-wrapper__addon .em-ds-input__clearable .em-ds-icon {
  fill: #1e79c2;
}

.em-ds-input__input {
  height: 100%;
  width: 100%;
  outline: none;
  border: none;
}

.em-ds-input-addon-wrapper .em-ds-input__clearable {
  margin-left: auto;
  opacity: 0;
  border-color: transparent;
  background: none;
  max-height: 100%;
  outline: none;
}
.em-ds-input-addon-wrapper .em-ds-input__clearable .em-ds-icon {
  fill: #1e79c2;
}
.em-ds-input-addon-wrapper .em-ds-input__clearable:hover,
.em-ds-input-addon-wrapper .em-ds-input__clearable:hover::after {
  opacity: 1;
  border: none;
}

.em-ds-input__clearable {
  margin-left: auto;
  opacity: 0;
  border-color: transparent;
  background: none;
}
.em-ds-input__clearable .em-ds-icon {
  fill: #1e79c2;
}
.em-ds-input__clearable:hover {
  opacity: 1;
}

.em-ds-input--disabled {
  border-color: #8c93a6;
}
.em-ds-input--disabled:focus-within,
.em-ds-input--disabled:hover {
  border-color: #8c93a6;
}
.em-ds-input--disabled:active {
  border-color: #8c93a6;
}
.em-ds-input--disabled .em-ds-input__input {
  color: #616b7f;
  cursor: not-allowed;
}

.em-ds-input--error {
  border-color: #c64252;
}
.em-ds-input--error:focus,
.em-ds-input--error:focus-within {
  outline: none;
  border: calc(0.30769rem * 0.25) solid #1e79c2;
  box-shadow: inset 0 0 0 1px #8cc2ed;
  border-radius: 2px;
}
.em-ds-input--error .em-ds-input__input {
  color: #697489;
}

.em-ds-input--readonly .em-ds-input__input {
  border: none;
  border-top: 1px solid #8c93a6;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  background: none;
  border-radius: 0;
  color: #697489;
}

.em-ds-form-item--variant-focus .em-ds-input {
  outline: none;
  border: calc(0.30769rem * 0.25) solid #1e79c2;
  box-shadow: inset 0 0 0 1px #8cc2ed;
  border-radius: 2px;
}

.em-ds-form-item--variant-active .em-ds-input {
  border: calc(0.30769rem * 0.25) solid #1e79c2;
}

.em-ds-form-item--variant-disabled .em-ds-input {
  border: 1px solid #8c93a6;
  background: #ebedf0 !important;
  color: #616b7f;
  -webkit-text-fill-color: #616b7f;
  opacity: 1;
}
.em-ds-form-item--variant-disabled .em-ds-input::-webkit-input-placeholder {
  color: #697489;
}
.em-ds-form-item--variant-disabled .em-ds-input:-moz-placeholder {
  color: #697489;
}
.em-ds-form-item--variant-disabled .em-ds-input::-moz-placeholder {
  color: #697489;
}
.em-ds-form-item--variant-disabled .em-ds-input:-ms-input-placeholder {
  color: #697489;
}

.em-ds-form-item--variant-read-only .em-ds-input {
  border: none;
  border-top: 1px solid #8c93a6;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  background: none;
  border-radius: 0;
  color: #697489;
}

.em-ds-form-item--error .em-ds-input {
  border: calc(0.30769rem * 0.25) solid #c64252;
}
.em-ds-form-item--error .em-ds-input:focus,
.em-ds-form-item--error .em-ds-input:focus-within {
  outline: none;
  border: calc(0.30769rem * 0.25) solid #1e79c2;
  box-shadow: inset 0 0 0 1px #8cc2ed;
  border-radius: 2px;
}

@media (max-width: 48rem) {
  .em-ds-input {
    height: 2rem;
    font-size: 0.99994rem;
    font-weight: 400;
    -webkit-appearance: none;
  }
}

@media only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .em-ds-input {
    height: 2rem;
    font-size: 0.99994rem;
    font-weight: 400;
    -webkit-appearance: none;
  }
}

@media only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .em-ds-input {
    height: 2rem;
    font-size: 0.99994rem;
    font-weight: 400;
    -webkit-appearance: none;
  }
}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
  .em-ds-input {
    height: 2rem;
    font-size: 0.99994rem;
    font-weight: 400;
    -webkit-appearance: none;
  }
}

@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  .em-ds-input {
    height: 2rem;
    font-size: 0.99994rem;
    font-weight: 400;
    -webkit-appearance: none;
  }
}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
  .em-ds-input {
    height: 2rem;
    font-size: 0.99994rem;
    font-weight: 400;
    -webkit-appearance: none;
  }
}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  .em-ds-input {
    height: 2rem;
    font-size: 0.99994rem;
    font-weight: 400;
    -webkit-appearance: none;
  }
}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
  .em-ds-input {
    height: 2rem;
    font-size: 0.99994rem;
    font-weight: 400;
    -webkit-appearance: none;
  }
}

.em-ds-date-input {
  height: 100%;
  display: flex;
  align-items: center;
}

.em-ds-input-date-group {
  display: flex;
  align-items: center;
}
.em-ds-input-date-group .em-ds-input-date-group__divider {
  font-style: italic;
  color: #697489;
}
.em-ds-input-date-group .em-ds-input-date-group__divider--value {
  font-style: unset;
  color: #25292f;
}
.em-ds-input-date-group__input {
  text-align: center;
  border: none;
  max-width: 2.03077rem;
  outline: none;
  background: none;
  user-select: none;
}
.em-ds-input-date-group__input::-webkit-input-placeholder {
  color: #697489;
  font-style: italic;
}
.em-ds-input-date-group__input:-moz-placeholder {
  color: #697489;
  font-style: italic;
}
.em-ds-input-date-group__input::-moz-placeholder {
  color: #697489;
  font-style: italic;
}
.em-ds-input-date-group__input:-ms-input-placeholder {
  color: #697489;
  font-style: italic;
}
.em-ds-input-date-group__input.input-year {
  min-width: 2.58462rem;
  max-width: 3.32308rem;
}
.em-ds-input-date-group__input:focus {
  background: #a3d6ff;
}
.em-ds-input-date-group__input:active {
  outline: none;
  border: calc(0.30769rem * 0.25) solid #006aa9;
  border-radius: 2px;
}

.em-ds-input-addon-wrapper {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: flex;
  box-shadow: inset 0 0 0 1px #8c93a6;
  height: 2.16rem;
  width: 100%;
}
.em-ds-input-addon-wrapper > * {
  height: 100%;
}
.em-ds-input-addon-wrapper .em-ds-input-addon-wrapper__addon--error {
  border: 1px solid #c64252;
  border-radius: 2px;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
  border-left: none;
}
.em-ds-input-addon-wrapper .em-ds-input-addon-wrapper__addon--error:focus {
  border: inherit;
}
.em-ds-input-addon-wrapper:focus-within .em-ds-input-addon-wrapper__addon--error {
  border: inherit;
}
.em-ds-input-addon-wrapper .em-ds-input {
  width: 100%;
  flex: 1;
  background: none;
}
.em-ds-input-addon-wrapper .em-ds-input.em-ds-input--clearable.em-ds-input--value:not(.input-disabled) {
  border-right: unset;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}
.em-ds-input-addon-wrapper::-ms-clear {
  display: none;
}

.em-ds-input-addon-wrapper:hover .em-ds-input-addon-wrapper__addon--error,
.em-ds-input-addon-wrapper:focus .em-ds-input-addon-wrapper__addon--error,
.em-ds-input-addon-wrapper:active .em-ds-input-addon-wrapper__addon--error {
  border: none;
}

.em-ds-input-addon-wrapper__clearable {
  opacity: 0;
  transition: 100ms cubic-bezier(0.64, 0, 0.35, 1);
}
.em-ds-input-addon-wrapper__clearable:hover {
  opacity: 1;
  outline: calc(0.30769rem * 0.25) solid #1e79c2;
  outline-offset: calc(0.30769rem * -0.25);
}

.em-ds-input-addon-wrapper__addon {
  display: flex;
}
.em-ds-input-addon-wrapper__addon > * {
  height: 100%;
}
.em-ds-input-addon-wrapper__addon:hover {
  outline: calc(0.30769rem * 0.25) solid #1e79c2;
  outline-offset: calc(0.30769rem * -0.25);
}
.em-ds-input-addon-wrapper__addon.em-ds-input-addon-wrapper__addon--right
  > .em-ds-input-addon-wrapper__clearable:not(.em-ds-input__clearable) {
  position: relative;
}
.em-ds-input-addon-wrapper__addon.em-ds-input-addon-wrapper__addon--right
  > .em-ds-input-addon-wrapper__clearable:not(.em-ds-input__clearable):before {
  content: '';
  position: absolute;
  height: 80%;
  top: 10%;
  right: 2.16rem;
  width: calc(0.30769rem * 0.25);
  background: #cbcfd7;
  pointer-events: none;
}
.em-ds-input-addon-wrapper__addon.em-ds-input-addon-wrapper__addon--right
  > .em-ds-input-addon-wrapper__clearable:not(.em-ds-input__clearable):focus-within:before {
  display: none;
}

@media (max-width: 48rem) {
  .em-ds-input-addon-wrapper {
    height: 2rem;
  }
}

@media only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .em-ds-input-addon-wrapper {
    height: 2rem;
  }
}

@media only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .em-ds-input-addon-wrapper {
    height: 2rem;
  }
}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
  .em-ds-input-addon-wrapper {
    height: 2rem;
  }
}

@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  .em-ds-input-addon-wrapper {
    height: 2rem;
  }
}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
  .em-ds-input-addon-wrapper {
    height: 2rem;
  }
}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  .em-ds-input-addon-wrapper {
    height: 2rem;
  }
}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
  .em-ds-input-addon-wrapper {
    height: 2rem;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.em-ds-form-element-toggle {
  -moz-border-radius: 0.61538rem;
  -webkit-border-radius: 0.61538rem;
  border-radius: 0.61538rem;
  position: relative;
  display: inline-block;
  opacity: 1;
  outline: none;
  touch-action: none;
  user-select: none;
  transition:
    background-color 0.1s ease 0s,
    box-shadow 0.1s ease 0s,
    opacity 0.1s ease 0s;
  height: 1.23077rem;
  width: calc((1.84615rem * 0.9166) * 2);
  position: relative;
  z-index: 0;
}
.em-ds-form-element-toggle.ds-form-element-toggle-hide {
  opacity: 0;
}
.em-ds-form-element-toggle.em-ds-form-element-toggle--s.em-ds-form-element-toggle__input {
  left: 37px;
}
.em-ds-form-element-toggle.em-ds-form-element-toggle--m.default-state-checked .em-ds-form-element-toggle__input {
  left: 54px;
}
.em-ds-form-element-toggle.em-ds-form-element-toggle--l.default-state-checked .em-ds-form-element-toggle__input {
  left: 71px;
}
.em-ds-form-element-toggle:focus:before {
  display: block;
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  pointer-events: none;
  border: solid 2px #1e79c2;
}
.em-ds-form-element-toggle:focus:after {
  display: block;
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  pointer-events: none;
  border: solid 1px #a3d6ff;
}
.em-ds-form-element-toggle:after,
.em-ds-form-element-toggle:before {
  -moz-border-radius: 1.23077rem;
  -webkit-border-radius: 1.23077rem;
  border-radius: 1.23077rem;
}

.em-ds-form-element-toggle-box {
  -moz-border-radius: 0.61538rem;
  -webkit-border-radius: 0.61538rem;
  border-radius: 0.61538rem;
  border: solid 1px #353c46;
  height: 1.23077rem;
  width: calc((1.84615rem * 0.9166) * 2);
  background: #697489;
  color: #ffffff;
  transition:
    background-color 0.1s ease 0s,
    box-shadow 0.1s ease 0s,
    opacity 0.1s ease 0s;
  display: flex;
  justify-content: flex-end;
  position: relative;
  cursor: pointer;
}
.em-ds-form-element-toggle-box:hover {
  background: #464f5c;
}

.em-ds-form-element-toggle__input {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: calc(1.23077rem - (0.30769rem * 0.5));
  width: calc(1.23077rem - (0.30769rem * 0.5));
  background: #ffffff;
  transition:
    background-color 0.1s ease 0s,
    box-shadow 0.1s ease 0s,
    opacity 0.1s ease 0s;
  display: inline-block;
  position: absolute;
  top: calc(0.30769rem * 0.25);
  left: 0;
  margin-left: calc((0.30769rem * 0.5) * 0.5);
  cursor: pointer;
}
.em-ds-form-element-toggle__input.default-state-checked {
  left: 58px;
}

.em-ds-form-element-toggle__icon-on,
.em-ds-form-element-toggle__icon-off {
  width: 100%;
  text-align: center;
  font-size: 0.8461rem;
  line-height: normal;
  font-weight: 600;
  padding: 0 0.30769rem;
  line-height: 1.23077rem;
}

.em-ds-form-element-toggle__icon-on {
  padding: 0 calc(1.23077rem - (0.30769rem * 0.5)) 0 calc(0.30769rem * 0.5);
}

.em-ds-form-element-toggle__icon-off {
  padding: 0 calc(0.30769rem * 0.5) 0 calc(1.23077rem - (0.30769rem * 0.5));
}

.em-ds-form-element-toggle__hidden-checkbox {
  display: none;
}

.em-ds-form-element-toggle--m {
  -moz-border-radius: 1.84615rem;
  -webkit-border-radius: 1.84615rem;
  border-radius: 1.84615rem;
  width: calc((1.84615rem * 0.9166) * 3);
  height: 1.84615rem;
}
.em-ds-form-element-toggle--m .em-ds-form-element-toggle-box {
  -moz-border-radius: 1.84615rem;
  -webkit-border-radius: 1.84615rem;
  border-radius: 1.84615rem;
  height: 1.84615rem;
  width: calc((1.84615rem * 0.9166) * 3);
}
.em-ds-form-element-toggle--m .em-ds-form-element-toggle__input {
  height: calc(1.84615rem - (0.30769rem * 0.5));
  width: calc(1.84615rem - (0.30769rem * 0.5));
}
.em-ds-form-element-toggle--m .em-ds-form-element-toggle__icon-on,
.em-ds-form-element-toggle--m .em-ds-form-element-toggle__icon-off {
  width: 100%;
  text-align: center;
  line-height: 1.84615rem;
  font-size: 1.0769rem;
  padding: 0 0.61538rem;
}
.em-ds-form-element-toggle--m .em-ds-form-element-toggle__icon-on {
  padding: 0 calc(1.84615rem - (0.30769rem * 0.5)) 0 0.30769rem;
}
.em-ds-form-element-toggle--m .em-ds-form-element-toggle__icon-off {
  padding: 0 0.30769rem 0 calc(1.84615rem - (0.30769rem * 0.5));
}
.em-ds-form-element-toggle--m:after,
.em-ds-form-element-toggle--m:before {
  -moz-border-radius: 1.84615rem;
  -webkit-border-radius: 1.84615rem;
  border-radius: 1.84615rem;
}

.em-ds-form-element-toggle--l {
  -moz-border-radius: 2.46154rem;
  -webkit-border-radius: 2.46154rem;
  border-radius: 2.46154rem;
  width: calc((1.84615rem * 0.9166) * 4);
  height: 2.46154rem;
}
.em-ds-form-element-toggle--l .em-ds-form-element-toggle-box {
  -moz-border-radius: 2.46154rem;
  -webkit-border-radius: 2.46154rem;
  border-radius: 2.46154rem;
  height: 2.46154rem;
  width: calc((1.84615rem * 0.9166) * 4);
}
.em-ds-form-element-toggle--l .em-ds-form-element-toggle__input {
  height: calc(2.46154rem - (0.30769rem * 0.5));
  width: calc(2.46154rem - (0.30769rem * 0.5));
}
.em-ds-form-element-toggle--l .em-ds-form-element-toggle__icon-on,
.em-ds-form-element-toggle--l .em-ds-form-element-toggle__icon-off {
  width: 100%;
  text-align: center;
  font-size: 0.8461rem;
  line-height: normal;
  font-weight: 600;
  line-height: 2.46154rem;
  font-size: 1.3846rem;
}
.em-ds-form-element-toggle--l .em-ds-form-element-toggle__icon-on {
  padding: 0 calc(2.46154rem - (0.30769rem * 0.5)) 0 0.61538rem;
}
.em-ds-form-element-toggle--l .em-ds-form-element-toggle__icon-off {
  padding: 0 0.61538rem 0 calc(2.46154rem - (0.30769rem * 0.5));
}
.em-ds-form-element-toggle--l:after,
.em-ds-form-element-toggle--l:before {
  -moz-border-radius: 2.46154rem;
  -webkit-border-radius: 2.46154rem;
  border-radius: 2.46154rem;
}

.em-ds-form-element-toggle--checked .em-ds-form-element-toggle-box {
  justify-content: flex-start;
  border: solid 1px #006aa9;
  background: #1e79c2;
  color: #ffffff;
}

.em-ds-form-element-toggle--checked .em-ds-form-element-toggle__input {
  margin-left: calc((0.30769rem * 0.5) * (-0.5));
}

.em-ds-form-element-toggle--checked:hover .em-ds-form-element-toggle-box {
  border: solid 1px #005181;
  background: #006aa9;
}

.em-ds-form-element-toggle--checked:focus:before {
  border: solid 2px #006aa9;
}

.em-ds-form-element-toggle--checked:focus:after {
  border: solid 1px #a3d6ff;
}

.em-ds-form-element-toggle--checked:active {
  background: #006aa9;
}

.em-ds-form-element-toggle--disabled .em-ds-form-element-toggle-box {
  cursor: not-allowed;
  border: solid 1px transparent;
  background: #e0e3e8;
  color: #5c6574;
}

.em-ds-form-element-toggle--disabled .em-ds-form-element-toggle__input {
  background: #ffffff;
}

.em-ds-form-element-toggle--disabled:hover .em-ds-form-element-toggle-box {
  border: solid 1px transparent;
  background: #e0e3e8;
}

.em-ds-form-element-toggle--readonly .em-ds-form-element-toggle-box {
  cursor: not-allowed;
  border: solid 1px #353c46;
  background: #697489;
  color: #ffffff;
}

.em-ds-form-element-toggle--readonly .em-ds-form-element-toggle__input {
  background: #e0e3e8;
}

.em-ds-form-element-toggle--readonly:hover .em-ds-form-element-toggle-box {
  border: solid 1px #353c46;
  background: #697489;
}

.em-ds-form-element-toggle--readonly:focus {
  -webkit-box-shadow: 0 0 3px 2px rgba(105, 116, 137, 0.5);
  -moz-box-shadow: 0 0 3px 2px rgba(105, 116, 137, 0.5);
  -ms-box-shadow: 0 0 3px 2px rgba(105, 116, 137, 0.5);
  -o-box-shadow: 0 0 3px 2px rgba(105, 116, 137, 0.5);
  box-shadow: 0 0 3px 2px rgba(105, 116, 137, 0.5);
}

.em-ds-labeled-outline {
  position: relative;
  color: #697489;
  margin-top: 0.61538rem;
  display: flex;
  align-items: center;
  z-index: 2;
}
.em-ds-labeled-outline:focus-within .em-ds-labeled-outline__outline,
.em-ds-labeled-outline:hover .em-ds-labeled-outline__outline {
  opacity: 1;
}
.em-ds-labeled-outline:focus-within .em-ds-labeled-outline__idle,
.em-ds-labeled-outline:hover .em-ds-labeled-outline__idle {
  opacity: 0;
}
.em-ds-labeled-outline:focus-within .em-ds-labeled-outline__label,
.em-ds-labeled-outline:hover .em-ds-labeled-outline__label {
  transform: translateY(-1.23077rem) translateX(0px) scale(0.9);
}
.em-ds-labeled-outline:focus-within .floating-label-input-controller,
.em-ds-labeled-outline:hover .floating-label-input-controller {
  opacity: 1;
  z-index: 3;
}
.em-ds-labeled-outline:focus-within .floating-label-input-controller:not(.em-ds-input-addon-group),
.em-ds-labeled-outline:hover .floating-label-input-controller:not(.em-ds-input-addon-group) {
  opacity: 1;
}
.em-ds-labeled-outline:focus-within
  .floating-label-input-controller.em-ds-input-addon-group
  > *:not(.em-ds-input-addon-group__addon),
.em-ds-labeled-outline:hover
  .floating-label-input-controller.em-ds-input-addon-group
  > *:not(.em-ds-input-addon-group__addon) {
  opacity: 1;
}
.em-ds-labeled-outline:focus-within .floating-label-input-controller .em-ds-input,
.em-ds-labeled-outline:hover .floating-label-input-controller .em-ds-input {
  background: transparent;
}
.em-ds-labeled-outline:focus-within .floating-label-input-controller.em-ds-datepicker .em-ds-input,
.em-ds-labeled-outline:hover .floating-label-input-controller.em-ds-datepicker .em-ds-input {
  border: none;
}
.em-ds-labeled-outline:focus-within .floating-label-input-controller.em-ds-datepicker .em-ds-button,
.em-ds-labeled-outline:focus-within .floating-label-input-controller.em-ds-datepicker .em-ds-button:hover,
.em-ds-labeled-outline:hover .floating-label-input-controller.em-ds-datepicker .em-ds-button,
.em-ds-labeled-outline:hover .floating-label-input-controller.em-ds-datepicker .em-ds-button:hover {
  background: none;
  border: none;
  position: relative;
}
.em-ds-labeled-outline:focus-within .floating-label-input-controller.em-ds-datepicker .em-ds-button:before,
.em-ds-labeled-outline:focus-within .floating-label-input-controller.em-ds-datepicker .em-ds-button:hover:before,
.em-ds-labeled-outline:hover .floating-label-input-controller.em-ds-datepicker .em-ds-button:before,
.em-ds-labeled-outline:hover .floating-label-input-controller.em-ds-datepicker .em-ds-button:hover:before {
  content: '';
  position: absolute;
  height: 80%;
  top: 10%;
  left: 0;
  width: calc(0.30769rem * 0.25);
  background: #cbcfd7;
  pointer-events: none;
  border: none;
}
.em-ds-labeled-outline:focus-within .em-ds-labeled-outline__outline svg .em-ds-labeled-outline__outline__path,
.em-ds-labeled-outline:focus-within svg:not([fill]) .em-ds-labeled-outline__outline__path,
.em-ds-labeled-outline:hover .em-ds-labeled-outline__outline svg .em-ds-labeled-outline__outline__path,
.em-ds-labeled-outline:hover svg:not([fill]) .em-ds-labeled-outline__outline__path {
  stroke: #1e79c2;
}
.em-ds-labeled-outline .input-date-input > .em-ds-input {
  box-shadow: none;
  border: none;
}
.em-ds-labeled-outline .em-ds-form-element-textarea-wrapper {
  padding-top: 0.30769rem;
}
.em-ds-labeled-outline .em-ds-input-addon-group {
  width: 100%;
}
.em-ds-labeled-outline:focus-within .em-ds-labeled-outline__outline svg,
.em-ds-labeled-outline:focus-within svg:not([fill]) {
  filter: drop-shadow(0px 0px 2px #1e79c2);
}
.em-ds-labeled-outline:focus-within .em-ds-labeled-outline__outline svg .em-ds-labeled-outline__outline__path,
.em-ds-labeled-outline:focus-within svg:not([fill]) .em-ds-labeled-outline__outline__path {
  stroke: #1e79c2;
}
.em-ds-labeled-outline .floating-label-input-controller {
  position: relative;
  background: transparent;
  border: none;
  width: 100%;
  transition: 200ms cubic-bezier(0.64, 0, 0.35, 1);
}
.em-ds-labeled-outline .floating-label-input-controller:not(.em-ds-input-addon-group),
.em-ds-labeled-outline
  .floating-label-input-controller.em-ds-input-addon-group
  > *:not(.em-ds-input-addon-group__addon) {
  opacity: 0;
}
.em-ds-labeled-outline .floating-label-input-controller > input,
.em-ds-labeled-outline .floating-label-input-controller textarea {
  background: transparent;
}
.em-ds-labeled-outline .floating-label-input-controller:focus-within .em-ds-labeled-outline__outline {
  opacity: 1;
}
.em-ds-labeled-outline .floating-label-input-controller:focus-within .em-ds-labeled-outline__idle {
  opacity: 0;
}
.em-ds-labeled-outline .floating-label-input-controller:focus-within .em-ds-labeled-outline__label {
  transform: translateY(-1.23077rem) translateX(0px) scale(0.9);
}
.em-ds-labeled-outline .floating-label-input-controller:focus-within .floating-label-input-controller {
  opacity: 1;
  z-index: 3;
}
.em-ds-labeled-outline
  .floating-label-input-controller:focus-within
  .floating-label-input-controller:not(.em-ds-input-addon-group) {
  opacity: 1;
}
.em-ds-labeled-outline
  .floating-label-input-controller:focus-within
  .floating-label-input-controller.em-ds-input-addon-group
  > *:not(.em-ds-input-addon-group__addon) {
  opacity: 1;
}
.em-ds-labeled-outline .floating-label-input-controller:focus-within .floating-label-input-controller .em-ds-input {
  background: transparent;
}
.em-ds-labeled-outline
  .floating-label-input-controller:focus-within
  .floating-label-input-controller.em-ds-datepicker
  .em-ds-input {
  border: none;
}
.em-ds-labeled-outline
  .floating-label-input-controller:focus-within
  .floating-label-input-controller.em-ds-datepicker
  .em-ds-button,
.em-ds-labeled-outline
  .floating-label-input-controller:focus-within
  .floating-label-input-controller.em-ds-datepicker
  .em-ds-button:hover {
  background: none;
  border: none;
  position: relative;
}
.em-ds-labeled-outline
  .floating-label-input-controller:focus-within
  .floating-label-input-controller.em-ds-datepicker
  .em-ds-button:before,
.em-ds-labeled-outline
  .floating-label-input-controller:focus-within
  .floating-label-input-controller.em-ds-datepicker
  .em-ds-button:hover:before {
  content: '';
  position: absolute;
  height: 80%;
  top: 10%;
  left: 0;
  width: calc(0.30769rem * 0.25);
  background: #cbcfd7;
  pointer-events: none;
  border: none;
}
.em-ds-labeled-outline .floating-label-input-controller .em-ds__control--is-focused {
  border: none !important;
}
.em-ds-labeled-outline .floating-label-input-controller div {
  border: none;
}
.em-ds-labeled-outline .floating-label-input-controller:focus-within,
.em-ds-labeled-outline .floating-label-input-controller * {
  box-shadow: none;
}
.em-ds-labeled-outline--has-value .em-ds-labeled-outline__outline {
  opacity: 1;
}
.em-ds-labeled-outline--has-value .em-ds-labeled-outline__idle {
  opacity: 0;
}
.em-ds-labeled-outline--has-value .em-ds-labeled-outline__label {
  transform: translateY(-1.23077rem) translateX(0px) scale(0.9);
}
.em-ds-labeled-outline--has-value .floating-label-input-controller {
  opacity: 1;
  z-index: 3;
}
.em-ds-labeled-outline--has-value .floating-label-input-controller:not(.em-ds-input-addon-group) {
  opacity: 1;
}
.em-ds-labeled-outline--has-value
  .floating-label-input-controller.em-ds-input-addon-group
  > *:not(.em-ds-input-addon-group__addon) {
  opacity: 1;
}
.em-ds-labeled-outline--has-value .floating-label-input-controller .em-ds-input {
  background: transparent;
}
.em-ds-labeled-outline--has-value .floating-label-input-controller.em-ds-datepicker .em-ds-input {
  border: none;
}
.em-ds-labeled-outline--has-value .floating-label-input-controller.em-ds-datepicker .em-ds-button,
.em-ds-labeled-outline--has-value .floating-label-input-controller.em-ds-datepicker .em-ds-button:hover {
  background: none;
  border: none;
  position: relative;
}
.em-ds-labeled-outline--has-value .floating-label-input-controller.em-ds-datepicker .em-ds-button:before,
.em-ds-labeled-outline--has-value .floating-label-input-controller.em-ds-datepicker .em-ds-button:hover:before {
  content: '';
  position: absolute;
  height: 80%;
  top: 10%;
  left: 0;
  width: calc(0.30769rem * 0.25);
  background: #cbcfd7;
  pointer-events: none;
  border: none;
}
.em-ds-labeled-outline--has-value .em-ds-form-required-mark {
  bottom: 0.30769rem;
}

.em-ds-labeled-outline__outline {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition:
    opacity 100ms cubic-bezier(0.64, 0, 0.35, 1),
    border-color 100ms cubic-bezier(0.64, 0, 0.35, 1);
  background-color: #ffffff;
}
.em-ds-labeled-outline__outline svg,
.em-ds-labeled-outline__outline svg:not([fill]) {
  width: 100%;
  height: 100%;
}

.em-ds-labeled-outline__idle {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition:
    opacity 100ms cubic-bezier(0.64, 0, 0.35, 1),
    border-color 100ms cubic-bezier(0.64, 0, 0.35, 1);
  opacity: 1;
  border: 0.07692rem solid #cbcfd7;
}

.em-ds-labeled-outline__outline__path {
  stroke-width: 1px;
  transition:
    stroke 100ms cubic-bezier(0.64, 0, 0.35, 1),
    stroke-width 100ms cubic-bezier(0.64, 0, 0.35, 1);
  fill: transparent;
  stroke: #cbcfd7;
}

.em-ds-labeled-outline__label {
  position: absolute;
  z-index: 1;
  margin: 0 0.61538rem;
  left: 0;
  top: 0.61538rem;
  transition:
    all 100ms cubic-bezier(0.64, 0, 0.35, 1),
    border-color 100ms cubic-bezier(0.64, 0, 0.35, 1);
}

.em-ds-labeled-outline--disabled * {
  cursor: not-allowed;
}

.em-ds-labeled-outline--disabled .em-ds-labeled-outline__outline__path {
  stroke: #e0e3e8;
}

.em-ds-labeled-outline--disabled .em-ds-labeled-outline__idle {
  border-color: #e0e3e8;
}

.em-ds-labeled-outline--disabled .em-ds-labeled-outline__label {
  color: #697489;
}

.em-ds-labeled-outline--readonly * {
  cursor: not-allowed;
}

.em-ds-labeled-outline--readonly .em-ds-labeled-outline__outline__path {
  stroke: #e0e3e8;
}

.em-ds-labeled-outline--readonly .em-ds-labeled-outline__idle {
  border-color: #e0e3e8;
}

.em-ds-labeled-outline--readonly .em-ds-labeled-outline__label {
  color: #697489;
}

.em-ds-labeled-outline--error input:focus ~ .em-ds-labeled-outline__outline svg {
  filter: drop-shadow(0px 0px 2px #c64252);
}

.em-ds-labeled-outline--error .em-ds-labeled-outline__outline__path {
  stroke: #c64252;
}

.em-ds-labeled-outline--error .em-ds-labeled-outline__idle {
  border-color: #c64252;
}

.em-ds-input-mask {
  position: relative;
  height: 2.16rem;
  width: 100%;
  outline: none;
  color: #697489;
  box-sizing: border-box;
  display: block;
  border: solid 1px #cbcfd7;
  background: #ffffff;
  transition: border 200ms cubic-bezier(0.64, 0, 0.35, 1);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.em-ds-input-mask:focus-within {
  -webkit-box-shadow: 0 0 4px 0 rgba(19, 148, 229, 0.7);
  -moz-box-shadow: 0 0 4px 0 rgba(19, 148, 229, 0.7);
  -ms-box-shadow: 0 0 4px 0 rgba(19, 148, 229, 0.7);
  -o-box-shadow: 0 0 4px 0 rgba(19, 148, 229, 0.7);
  box-shadow: 0 0 4px 0 rgba(19, 148, 229, 0.7);
}
.em-ds-input-mask:focus-within,
.em-ds-input-mask:hover,
.em-ds-input-mask:active {
  outline: none;
  border: calc(0.30769rem * 0.25) solid #1e79c2;
  box-shadow: inset 0 0 0 1px #8cc2ed;
  border-radius: 2px;
}
.em-ds-input-mask:focus-within .em-ds-input-mask__addon .em-ds-input-mask__clearable,
.em-ds-input-mask:hover .em-ds-input-mask__addon .em-ds-input-mask__clearable,
.em-ds-input-mask:active .em-ds-input-mask__addon .em-ds-input-mask__clearable {
  opacity: 1;
}

.em-ds-input-mask__input {
  height: 100%;
  width: 100%;
  outline: none;
  border: none;
  padding: 0 0.61538rem;
}
.em-ds-input-mask__input:active {
  color: #25292f;
}
.em-ds-input-mask__input::-webkit-input-placeholder {
  color: #697489;
  font-style: italic;
}
.em-ds-input-mask__input:-moz-placeholder {
  color: #697489;
  font-style: italic;
}
.em-ds-input-mask__input::-moz-placeholder {
  color: #697489;
  font-style: italic;
}
.em-ds-input-mask__input:-ms-input-placeholder {
  color: #697489;
  font-style: italic;
}

.em-ds-input-mask__clearable {
  opacity: 0;
  transition: 100ms cubic-bezier(0.64, 0, 0.35, 1);
}
.em-ds-input-mask__clearable:hover {
  opacity: 1;
}

.em-ds-input-mask__addon {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.em-ds-input-mask__addon--left {
  left: 0;
}
.em-ds-input-mask__addon--right {
  right: 0;
}

.em-ds-input-mask--disabled {
  border-color: #e0e3e8;
}
.em-ds-input-mask--disabled:focus-within,
.em-ds-input-mask--disabled:hover {
  border-color: #e0e3e8;
}
.em-ds-input-mask--disabled:active {
  border-color: #e0e3e8;
}
.em-ds-input-mask--disabled .em-ds-input-mask__input {
  color: #697489;
  cursor: not-allowed;
}

.em-ds-input-mask--error {
  border-color: #c64252;
}
.em-ds-input-mask--error:focus,
.em-ds-input-mask--error:hover,
.em-ds-input-mask--error:active {
  border-color: #c64252;
}
.em-ds-input-mask--error .em-ds-input-mask__input {
  color: #697489;
}

.em-ds-input-mask--readonly {
  border-color: #e0e3e8;
  cursor: not-allowed;
}
.em-ds-input-mask--readonly .em-ds-input-mask__input {
  color: #697489;
}

.em-ds-form-element-textarea-wrapper {
  width: 100%;
  display: flex;
}

.em-ds-form-element-textarea {
  position: relative;
  width: 100%;
  outline: none;
  color: #697489;
  display: flex;
  background: #ffffff;
  transition: border 200ms cubic-bezier(0.64, 0, 0.35, 1);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px #8c93a6;
  padding: 1px;
}
.em-ds-form-element-textarea:focus-within {
  padding: 0;
}
.em-ds-form-element-textarea:hover {
  outline: none;
  box-shadow: inset 0 0 0 1px #006aa9;
  border-radius: 2px;
}
.em-ds-form-element-textarea--error {
  box-shadow: inset 0 0 0 1px #c64252;
}

.em-ds-form-element-textarea__textarea {
  min-height: 2.16rem;
  width: 100%;
  outline: none;
  border: none;
  padding: 0.30769rem 0.61538rem;
  overflow: auto;
  background: none;
}
.em-ds-form-element-textarea__textarea:focus {
  outline: none;
  border: calc(0.30769rem * 0.25) solid #1e79c2;
  box-shadow: inset 0 0 0 1px #8cc2ed;
  border-radius: 2px;
}
.em-ds-form-element-textarea__textarea:active {
  color: #25292f;
}
.em-ds-form-element-textarea__textarea::-webkit-input-placeholder {
  color: #697489;
  font-style: italic;
}
.em-ds-form-element-textarea__textarea:-moz-placeholder {
  color: #697489;
  font-style: italic;
}
.em-ds-form-element-textarea__textarea::-moz-placeholder {
  color: #697489;
  font-style: italic;
}
.em-ds-form-element-textarea__textarea:-ms-input-placeholder {
  color: #697489;
  font-style: italic;
}

.em-ds-form-element-textarea--disabled {
  border-color: #e0e3e8;
}
.em-ds-form-element-textarea--disabled:focus-within,
.em-ds-form-element-textarea--disabled:hover {
  border-color: #e0e3e8;
}
.em-ds-form-element-textarea--disabled:active {
  border-color: #e0e3e8;
}
.em-ds-form-element-textarea--disabled .em-ds-form-element-textarea__textarea {
  color: #697489;
  cursor: not-allowed;
}

.em-ds-form-element-textarea--error {
  border-color: #c64252;
}
.em-ds-form-element-textarea--error:focus,
.em-ds-form-element-textarea--error:hover,
.em-ds-form-element-textarea--error:active {
  border-color: #c64252;
}
.em-ds-form-element-textarea--error .em-ds-form-element-textarea__textarea {
  color: #697489;
}

.em-ds-form-element-textarea--readonly {
  border-color: #e0e3e8;
  cursor: not-allowed;
}
.em-ds-form-element-textarea--readonly .em-ds-form-element-textarea__textarea {
  color: #697489;
}

.em-ds-counter__textarea {
  text-align: right;
  padding: 0.30769rem;
}
.em-ds-counter__textarea span {
  margin: 0 0.09231rem;
}
.em-ds-counter__textarea--limit-error {
  color: #c64252;
}

@media (max-width: 48rem) {
  .em-ds-form-element-textarea__textarea {
    font-size: 0.99994rem;
    font-weight: 400;
    min-height: 4rem;
  }
}

@media only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .em-ds-form-element-textarea__textarea {
    font-size: 0.99994rem;
    font-weight: 400;
    min-height: 4rem;
  }
}

@media only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .em-ds-form-element-textarea__textarea {
    font-size: 0.99994rem;
    font-weight: 400;
    min-height: 4rem;
  }
}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
  .em-ds-form-element-textarea__textarea {
    font-size: 0.99994rem;
    font-weight: 400;
    min-height: 4rem;
  }
}

@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  .em-ds-form-element-textarea__textarea {
    font-size: 0.99994rem;
    font-weight: 400;
    min-height: 4rem;
  }
}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
  .em-ds-form-element-textarea__textarea {
    font-size: 0.99994rem;
    font-weight: 400;
    min-height: 4rem;
  }
}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  .em-ds-form-element-textarea__textarea {
    font-size: 0.99994rem;
    font-weight: 400;
    min-height: 4rem;
  }
}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
  .em-ds-form-element-textarea__textarea {
    font-size: 0.99994rem;
    font-weight: 400;
    min-height: 4rem;
  }
}

.em-ds-form-element-radio__input {
  position: absolute;
  opacity: 0;
  right: 0;
}

.em-ds-form-element-radio__label-text {
  font-size: 1rem;
  line-height: normal;
  font-weight: 400;
  transition: 200ms cubic-bezier(0.64, 0, 0.35, 1);
  color: #25292f;
  line-height: 100%;
  position: relative;
  bottom: -1px;
}

.em-ds-form-element-radio__input-button {
  border-radius: 50% !important;
  transition: 200ms cubic-bezier(0.64, 0, 0.35, 1);
  width: 1.23077rem;
  min-width: 1.23077rem;
  height: 1.23077rem;
  margin-right: 0.61538rem;
  border: solid 1px #8c93a6;
  background: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
  position: relative;
}

.em-ds-form-element-radio__label {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.em-ds-form-element-radio__radio-children {
  padding-left: 1.84615rem;
}

.em-ds-form-element-radio {
  width: fit-content;
  padding-bottom: 1.23077rem;
}
.em-ds-form-element-radio circle.unchecked {
  fill: #ffffff;
}
.em-ds-form-element-radio .em-ds-form-element-radio__label:hover .em-ds-form-element-radio__input-button {
  border-color: #1e79c2;
  background-color: #ebf6ff;
}
.em-ds-form-element-radio .em-ds-form-element-radio__label:hover circle.unchecked {
  fill: #ebf6ff;
}
.em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button:focus {
  box-shadow: none;
}
.em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button:focus:not(:active) {
  border: solid 2px #006aa9;
}
.em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button:active {
  background-color: #ffffff;
}
.em-ds-form-element-radio
  .em-ds-form-element-radio__label
  .em-ds-form-element-radio__input-button:active
  circle.unchecked {
  fill: #ffffff;
}
.em-ds-form-element-radio
  .em-ds-form-element-radio__input:checked
  + .em-ds-form-element-radio__input-button
  circle.checked {
  fill: #1e79c2;
}

.em-ds-form-element-radio--error .em-ds-form-element-radio__input-button {
  border-color: #c64252;
}

.em-ds-form-element-radio--error
  .em-ds-form-element-radio__label:hover
  .em-ds-form-element-radio__input-button:not(:focus) {
  border-color: #c64252;
}

.em-ds-form-element-radio--error .em-ds-form-element-radio__label:active .em-ds-form-element-radio__input-button {
  border-color: #c64252;
}

.em-ds-form-element-radio--error .em-ds-form-element-radio__label:active circle.unchecked {
  fill: #ebedf0;
}

.em-ds-form-element-radio--error
  .em-ds-form-element-radio__input:checked
  + .em-ds-form-element-radio__input-button
  circle.checked {
  fill: #c64252;
}

.em-ds-form-element-radio--disabled circle.checked {
  fill: #8c93a6;
}

.em-ds-form-element-radio--disabled circle.unchecked {
  fill: #ebedf0;
}

.em-ds-form-element-radio--disabled .em-ds-form-element-radio__label {
  cursor: not-allowed;
}
.em-ds-form-element-radio--disabled .em-ds-form-element-radio__label:hover .em-ds-form-element-radio__input-button {
  border-color: #8c93a6;
  background-color: #ebedf0;
}
.em-ds-form-element-radio--disabled .em-ds-form-element-radio__label:hover circle.unchecked {
  fill: #ebedf0;
}
.em-ds-form-element-radio--disabled .em-ds-form-element-radio__label:active .em-ds-form-element-radio__input-button {
  background-color: #ebedf0;
}
.em-ds-form-element-radio--disabled .em-ds-form-element-radio__label:active circle.unchecked {
  fill: #ebedf0;
}
.em-ds-form-element-radio--disabled
  .em-ds-form-element-radio__label
  .em-ds-form-element-radio__input:checked
  + .em-ds-form-element-radio__input-button {
  background-color: #ebedf0;
}

.em-ds-form-element-radio--disabled .em-ds-form-element-radio__label-text {
  color: #697489;
}

.em-ds-form-element-radio--disabled .em-ds-form-element-radio__input-button {
  pointer-events: none;
  background: #ebedf0;
}
.em-ds-form-element-radio--disabled .em-ds-form-element-radio__input-button:hover {
  border-color: #8c93a6;
}

.em-ds-form-element-radio--readonly .em-ds-form-element-radio__label:hover .em-ds-form-element-radio__input-button {
  border-color: #8c93a6;
}

.em-ds-form-element-radio--readonly
  .em-ds-form-element-radio__input:checked
  + .em-ds-form-element-radio__input-button
  circle.checked {
  fill: #697489;
}

@media (max-width: 48rem) {
  .em-ds-form-element-radio__label-text {
    font-size: 16px;
  }
  .em-ds-form-element-radio {
    padding-bottom: calc(1.84615rem * 0.4);
    -webkit-tap-highlight-color: transparent;
  }
  .em-ds-form-element-radio .em-ds-form-element-radio__label {
    padding: calc(0.30769rem * 0.81) 0;
  }
  .em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
    border: solid 2px #8c93a6;
  }
  .em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button:focus {
    border: solid 3px #006aa9;
  }
  .em-ds-form-element-radio__input-button {
    width: calc(1.23077rem * 1.22);
    min-width: calc(1.23077rem * 1.22);
    height: calc(1.23077rem * 1.22);
    border: solid 2px #8c93a6;
    margin-right: calc(1.23077rem * 0.81);
  }
  .em-ds-form-element-radio--error .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
    border: solid 2px #c64252;
  }
}

@media only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .em-ds-form-element-radio__label-text {
    font-size: 16px;
  }
  .em-ds-form-element-radio {
    padding-bottom: calc(1.84615rem * 0.4);
    -webkit-tap-highlight-color: transparent;
  }
  .em-ds-form-element-radio .em-ds-form-element-radio__label {
    padding: calc(0.30769rem * 0.81) 0;
  }
  .em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
    border: solid 2px #8c93a6;
  }
  .em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button:focus {
    border: solid 3px #006aa9;
  }
  .em-ds-form-element-radio__input-button {
    width: calc(1.23077rem * 1.22);
    min-width: calc(1.23077rem * 1.22);
    height: calc(1.23077rem * 1.22);
    border: solid 2px #8c93a6;
    margin-right: calc(1.23077rem * 0.81);
  }
  .em-ds-form-element-radio--error .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
    border: solid 2px #c64252;
  }
}

@media only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .em-ds-form-element-radio__label-text {
    font-size: 16px;
  }
  .em-ds-form-element-radio {
    padding-bottom: calc(1.84615rem * 0.4);
    -webkit-tap-highlight-color: transparent;
  }
  .em-ds-form-element-radio .em-ds-form-element-radio__label {
    padding: calc(0.30769rem * 0.81) 0;
  }
  .em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
    border: solid 2px #8c93a6;
  }
  .em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button:focus {
    border: solid 3px #006aa9;
  }
  .em-ds-form-element-radio__input-button {
    width: calc(1.23077rem * 1.22);
    min-width: calc(1.23077rem * 1.22);
    height: calc(1.23077rem * 1.22);
    border: solid 2px #8c93a6;
    margin-right: calc(1.23077rem * 0.81);
  }
  .em-ds-form-element-radio--error .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
    border: solid 2px #c64252;
  }
}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
  .em-ds-form-element-radio__label-text {
    font-size: 16px;
  }
  .em-ds-form-element-radio {
    padding-bottom: calc(1.84615rem * 0.4);
    -webkit-tap-highlight-color: transparent;
  }
  .em-ds-form-element-radio .em-ds-form-element-radio__label {
    padding: calc(0.30769rem * 0.81) 0;
  }
  .em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
    border: solid 2px #8c93a6;
  }
  .em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button:focus {
    border: solid 3px #006aa9;
  }
  .em-ds-form-element-radio__input-button {
    width: calc(1.23077rem * 1.22);
    min-width: calc(1.23077rem * 1.22);
    height: calc(1.23077rem * 1.22);
    border: solid 2px #8c93a6;
    margin-right: calc(1.23077rem * 0.81);
  }
  .em-ds-form-element-radio--error .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
    border: solid 2px #c64252;
  }
}

@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  .em-ds-form-element-radio__label-text {
    font-size: 16px;
  }
  .em-ds-form-element-radio {
    padding-bottom: calc(1.84615rem * 0.4);
    -webkit-tap-highlight-color: transparent;
  }
  .em-ds-form-element-radio .em-ds-form-element-radio__label {
    padding: calc(0.30769rem * 0.81) 0;
  }
  .em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
    border: solid 2px #8c93a6;
  }
  .em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button:focus {
    border: solid 3px #006aa9;
  }
  .em-ds-form-element-radio__input-button {
    width: calc(1.23077rem * 1.22);
    min-width: calc(1.23077rem * 1.22);
    height: calc(1.23077rem * 1.22);
    border: solid 2px #8c93a6;
    margin-right: calc(1.23077rem * 0.81);
  }
  .em-ds-form-element-radio--error .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
    border: solid 2px #c64252;
  }
}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
  .em-ds-form-element-radio__label-text {
    font-size: 16px;
  }
  .em-ds-form-element-radio {
    padding-bottom: calc(1.84615rem * 0.4);
    -webkit-tap-highlight-color: transparent;
  }
  .em-ds-form-element-radio .em-ds-form-element-radio__label {
    padding: calc(0.30769rem * 0.81) 0;
  }
  .em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
    border: solid 2px #8c93a6;
  }
  .em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button:focus {
    border: solid 3px #006aa9;
  }
  .em-ds-form-element-radio__input-button {
    width: calc(1.23077rem * 1.22);
    min-width: calc(1.23077rem * 1.22);
    height: calc(1.23077rem * 1.22);
    border: solid 2px #8c93a6;
    margin-right: calc(1.23077rem * 0.81);
  }
  .em-ds-form-element-radio--error .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
    border: solid 2px #c64252;
  }
}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  .em-ds-form-element-radio__label-text {
    font-size: 16px;
  }
  .em-ds-form-element-radio {
    padding-bottom: calc(1.84615rem * 0.4);
    -webkit-tap-highlight-color: transparent;
  }
  .em-ds-form-element-radio .em-ds-form-element-radio__label {
    padding: calc(0.30769rem * 0.81) 0;
  }
  .em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
    border: solid 2px #8c93a6;
  }
  .em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button:focus {
    border: solid 3px #006aa9;
  }
  .em-ds-form-element-radio__input-button {
    width: calc(1.23077rem * 1.22);
    min-width: calc(1.23077rem * 1.22);
    height: calc(1.23077rem * 1.22);
    border: solid 2px #8c93a6;
    margin-right: calc(1.23077rem * 0.81);
  }
  .em-ds-form-element-radio--error .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
    border: solid 2px #c64252;
  }
}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
  .em-ds-form-element-radio__label-text {
    font-size: 16px;
  }
  .em-ds-form-element-radio {
    padding-bottom: calc(1.84615rem * 0.4);
    -webkit-tap-highlight-color: transparent;
  }
  .em-ds-form-element-radio .em-ds-form-element-radio__label {
    padding: calc(0.30769rem * 0.81) 0;
  }
  .em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
    border: solid 2px #8c93a6;
  }
  .em-ds-form-element-radio .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button:focus {
    border: solid 3px #006aa9;
  }
  .em-ds-form-element-radio__input-button {
    width: calc(1.23077rem * 1.22);
    min-width: calc(1.23077rem * 1.22);
    height: calc(1.23077rem * 1.22);
    border: solid 2px #8c93a6;
    margin-right: calc(1.23077rem * 0.81);
  }
  .em-ds-form-element-radio--error .em-ds-form-element-radio__label .em-ds-form-element-radio__input-button {
    border: solid 2px #c64252;
  }
}

.em-ds-radio-group-form-item-layout-wrapper {
  display: inline-flex;
}
.em-ds-radio-group-form-item-layout-wrapper .em-ds-radio-group {
  padding-top: 0.61538rem;
}

.em-ds-radio-group {
  display: flex;
  flex-wrap: wrap;
}
.em-ds-radio-group--vertical {
  flex-direction: column;
}
.em-ds-radio-group--horizontal .em-ds-form-element-radio {
  margin-right: 2.46154rem;
}

@media (max-width: 48rem) {
  .em-ds-radio-group-form-item-layout-wrapper .em-ds-radio-group {
    padding-top: calc(0.30769rem * 0.81);
  }
  .em-ds-radio-group-form-item-layout-wrapper .em-ds-em-ds-label__text {
    font-size: 16px;
  }
  .em-ds-radio-group--horizontal .em-ds-form-element-radio {
    margin-right: calc(1.23077rem * 0.81);
  }
}

@media only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .em-ds-radio-group-form-item-layout-wrapper .em-ds-radio-group {
    padding-top: calc(0.30769rem * 0.81);
  }
  .em-ds-radio-group-form-item-layout-wrapper .em-ds-em-ds-label__text {
    font-size: 16px;
  }
  .em-ds-radio-group--horizontal .em-ds-form-element-radio {
    margin-right: calc(1.23077rem * 0.81);
  }
}

@media only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .em-ds-radio-group-form-item-layout-wrapper .em-ds-radio-group {
    padding-top: calc(0.30769rem * 0.81);
  }
  .em-ds-radio-group-form-item-layout-wrapper .em-ds-em-ds-label__text {
    font-size: 16px;
  }
  .em-ds-radio-group--horizontal .em-ds-form-element-radio {
    margin-right: calc(1.23077rem * 0.81);
  }
}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
  .em-ds-radio-group-form-item-layout-wrapper .em-ds-radio-group {
    padding-top: calc(0.30769rem * 0.81);
  }
  .em-ds-radio-group-form-item-layout-wrapper .em-ds-em-ds-label__text {
    font-size: 16px;
  }
  .em-ds-radio-group--horizontal .em-ds-form-element-radio {
    margin-right: calc(1.23077rem * 0.81);
  }
}

@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  .em-ds-radio-group-form-item-layout-wrapper .em-ds-radio-group {
    padding-top: calc(0.30769rem * 0.81);
  }
  .em-ds-radio-group-form-item-layout-wrapper .em-ds-em-ds-label__text {
    font-size: 16px;
  }
  .em-ds-radio-group--horizontal .em-ds-form-element-radio {
    margin-right: calc(1.23077rem * 0.81);
  }
}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
  .em-ds-radio-group-form-item-layout-wrapper .em-ds-radio-group {
    padding-top: calc(0.30769rem * 0.81);
  }
  .em-ds-radio-group-form-item-layout-wrapper .em-ds-em-ds-label__text {
    font-size: 16px;
  }
  .em-ds-radio-group--horizontal .em-ds-form-element-radio {
    margin-right: calc(1.23077rem * 0.81);
  }
}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  .em-ds-radio-group-form-item-layout-wrapper .em-ds-radio-group {
    padding-top: calc(0.30769rem * 0.81);
  }
  .em-ds-radio-group-form-item-layout-wrapper .em-ds-em-ds-label__text {
    font-size: 16px;
  }
  .em-ds-radio-group--horizontal .em-ds-form-element-radio {
    margin-right: calc(1.23077rem * 0.81);
  }
}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
  .em-ds-radio-group-form-item-layout-wrapper .em-ds-radio-group {
    padding-top: calc(0.30769rem * 0.81);
  }
  .em-ds-radio-group-form-item-layout-wrapper .em-ds-em-ds-label__text {
    font-size: 16px;
  }
  .em-ds-radio-group--horizontal .em-ds-form-element-radio {
    margin-right: calc(1.23077rem * 0.81);
  }
}

.em-ds-checkbox-group-form-item-layout-wrapper {
  display: inline-flex;
}
.em-ds-checkbox-group-form-item-layout-wrapper .em-ds-checkbox-group {
  padding-top: 0.61538rem;
}

.em-ds-checkbox-group {
  display: flex;
  flex-wrap: wrap;
}
.em-ds-checkbox-group--vertical {
  flex-direction: column;
}
.em-ds-checkbox-group--vertical label {
  margin-bottom: 0.61538rem;
}
.em-ds-checkbox-group--horizontal .em-ds-form-element-checkbox {
  margin-right: 2.46154rem;
}

@media (max-width: 48rem) {
  .em-ds-checkbox-group--horizontal .em-ds-form-element-checkbox {
    margin-right: 1rem;
  }
  .em-ds-checkbox-group-form-item-layout-wrapper .em-ds-checkbox-group {
    padding-top: 0.5rem;
  }
}

@media only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .em-ds-checkbox-group--horizontal .em-ds-form-element-checkbox {
    margin-right: 1rem;
  }
  .em-ds-checkbox-group-form-item-layout-wrapper .em-ds-checkbox-group {
    padding-top: 0.5rem;
  }
}

@media only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .em-ds-checkbox-group--horizontal .em-ds-form-element-checkbox {
    margin-right: 1rem;
  }
  .em-ds-checkbox-group-form-item-layout-wrapper .em-ds-checkbox-group {
    padding-top: 0.5rem;
  }
}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
  .em-ds-checkbox-group--horizontal .em-ds-form-element-checkbox {
    margin-right: 1rem;
  }
  .em-ds-checkbox-group-form-item-layout-wrapper .em-ds-checkbox-group {
    padding-top: 0.5rem;
  }
}

@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  .em-ds-checkbox-group--horizontal .em-ds-form-element-checkbox {
    margin-right: 1rem;
  }
  .em-ds-checkbox-group-form-item-layout-wrapper .em-ds-checkbox-group {
    padding-top: 0.5rem;
  }
}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
  .em-ds-checkbox-group--horizontal .em-ds-form-element-checkbox {
    margin-right: 1rem;
  }
  .em-ds-checkbox-group-form-item-layout-wrapper .em-ds-checkbox-group {
    padding-top: 0.5rem;
  }
}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  .em-ds-checkbox-group--horizontal .em-ds-form-element-checkbox {
    margin-right: 1rem;
  }
  .em-ds-checkbox-group-form-item-layout-wrapper .em-ds-checkbox-group {
    padding-top: 0.5rem;
  }
}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
  .em-ds-checkbox-group--horizontal .em-ds-form-element-checkbox {
    margin-right: 1rem;
  }
  .em-ds-checkbox-group-form-item-layout-wrapper .em-ds-checkbox-group {
    padding-top: 0.5rem;
  }
}

.em-ds-form-required-mark {
  color: #c64252;
  font-size: 0.75rem;
  margin-left: 0.30769rem;
  position: relative;
  bottom: 0.30769rem;
}
.em-ds-form-required-mark.optional-mark {
  font-size: 0.75rem;
  color: #1e79c2;
  font-weight: 600;
}

legend.em-ds-label--group .em-ds-form-required-mark {
  bottom: 6px;
}

.em-ds-determinate-progress-indicator {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto;
  grid-template-areas: 'title counter' 'progressbar progressbar';
  margin: 1.23077rem 1.84615rem;
}
.em-ds-determinate-progress-indicator__title,
.em-ds-determinate-progress-indicator__counter {
  color: #697489;
  font-size: 0.8461rem;
  line-height: normal;
  font-weight: 400;
}
.em-ds-determinate-progress-indicator--disabled {
  color: #8c93a6;
}
.em-ds-determinate-progress-indicator .em-ds-truncated-tooltip-text {
  width: initial;
}
.em-ds-determinate-progress-indicator__title {
  padding-right: 1.23077rem;
  grid-area: title;
}
.em-ds-determinate-progress-indicator__counter {
  white-space: nowrap;
  grid-area: counter;
  text-align: right;
}
.em-ds-determinate-progress-indicator .em-ds-progress-bar {
  display: flex;
  grid-area: progressbar;
  height: 0.15385rem;
  position: relative;
  background: #e0e3e8;
  border-radius: 0.07692rem;
}
.em-ds-determinate-progress-indicator .em-ds-progress-bar__progress {
  transition: width 100ms cubic-bezier(0.64, 0, 0.35, 1);
  position: relative;
  height: 100%;
}
.em-ds-determinate-progress-indicator .em-ds-progress-bar__progress:not(:first-child) {
  margin-left: 0.15385rem;
}

.em-ds-determinate-progress-indicator--disabled .em-ds-determinate-progress-indicator__title {
  color: #8c93a6;
}

.em-ds-determinate-progress-indicator--disabled .em-ds-determinate-progress-indicator__counter {
  color: #cbcfd7;
}

.em-ds-determinate-progress-indicator--disabled .em-ds-progress-bar__progress {
  background: #cbcfd7;
}

.em-ds-progress-bar__progress--default {
  background-color: #697489;
}

.em-ds-progress-bar__progress--success {
  background-color: #207e56;
}

.em-ds-progress-bar__progress--warning {
  background-color: #d17a00;
}

.em-ds-progress-bar__progress--info {
  background-color: #1394e5;
}

.em-ds-progress-bar__progress--error {
  background-color: #c64252;
}

.em-ds-page-header-main-section {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.em-ds-page-header-title-section {
  display: flex;
  width: 100%;
}

.em-ds-page-header-backarrow {
  fill: #1e79c2;
  padding-right: 5px;
  cursor: pointer;
}

.em-ds-page-header-toolbar {
  flex: 1 1 0%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

_:-ms-fullscreen,
:root .em-ds-page-header-toolbar--ie-flex-basis-auto {
  flex-basis: auto;
}

.em-ds-page-header-breadcrumb {
  grid-area: breadcrumb;
  font-size: 0.923rem;
  line-height: normal;
  font-weight: 400;
}
.em-ds-page-header-breadcrumb ol {
  margin: 0;
}

.em-ds-page-header-title-wrapper {
  display: flex;
  flex: 1;
  min-width: 0;
  position: relative;
  width: 100%;
}

.em-ds-page-header-title {
  position: relative;
  display: flex;
  flex: 3;
  min-width: 0;
  align-items: center;
}
.em-ds-page-header-title__editable-title {
  position: absolute;
  top: -0.07692rem;
  left: -0.67692rem;
  width: 100%;
  height: fit-content;
  font-size: 1.8461rem;
  line-height: normal;
  font-weight: 400;
}
.em-ds-page-header-title__title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1.8461rem;
  line-height: normal;
  font-weight: 400;
}
.em-ds-page-header-title__subtitle {
  margin: 0.30769rem 0;
  color: #697489;
}

.em-ds-page-header {
  margin: 0 0 0.61538rem;
  display: flex;
  align-items: center;
}
.em-ds-page-header--with-subtitle .em-ds-page-header-title {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 0.61538rem;
}
.em-ds-page-header--with-subtitle .em-ds-page-header-title__toolbar {
  align-items: flex-end;
  justify-content: flex-end;
}
.em-ds-page-header--with-bottom-separator {
  border-bottom: 0.11538rem solid #8c93a6;
}
.em-ds-page-header .em-ds-page-header-breadcrumb a:first-child {
  padding-left: 1px;
}

.em-ds-truncated-tooltip-text {
  display: flex;
  min-width: 0;
}
.em-ds-truncated-tooltip-text__text {
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  max-width: 100%;
}

.em-ds-toolbar {
  display: inline-block;
  background: #ffffff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.76923rem;
  padding: 0 0.61538rem;
}
.em-ds-toolbar:not(.em-ds-toolbar--without-depth) {
  -webkit-box-shadow:
    0 1px 5px 0 rgba(0, 0, 0, 0.13),
    0 2px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow:
    0 1px 5px 0 rgba(0, 0, 0, 0.13),
    0 2px 4px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow:
    0 1px 5px 0 rgba(0, 0, 0, 0.13),
    0 2px 4px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow:
    0 1px 5px 0 rgba(0, 0, 0, 0.13),
    0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow:
    0 1px 5px 0 rgba(0, 0, 0, 0.13),
    0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.em-ds-toolbar > *:not(:last-child) {
  margin-right: 0.61538rem;
}
.em-ds-toolbar__button:not(:last-child) {
  margin-right: 0.30769rem;
}
.em-ds-toolbar--right {
  justify-content: flex-end;
}
.em-ds-toolbar--left {
  justify-content: flex-start;
}
.em-ds-toolbar--compact {
  padding: 0;
  height: 2.15383rem;
}
.em-ds-toolbar .toolbar-item {
  position: relative;
}

.em-ds-toolbar-group {
  display: flex;
}
.em-ds-toolbar-group > *:focus {
  z-index: 3;
}
.em-ds-toolbar-group--space-xs > *:not(:last-child) {
  margin-right: 0.61538rem;
}

.em-ds-toolbar__divider {
  width: 0.07692rem;
  height: 100%;
}

.em-ds-time-picker--isMenuOpened .em-ds-input-addon-group__addon {
  border-left: solid 1px #006aa9;
}
.em-ds-time-picker--isMenuOpened .em-ds-input-addon-group__addon .em-ds-button {
  border: solid 1px #006aa9;
}

.em-ds-time-picker .em-ds-input-addon-wrapper {
  min-width: 9.84615rem;
}
.em-ds-time-picker .em-ds-input-addon-wrapper__addon--right ::before {
  width: 0;
}

.em-ds-time-picker-menu {
  background-color: #ffffff;
  position: relative;
  flex-direction: column;
  display: flex;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow:
    0 6px 20px 0 rgba(0, 0, 0, 0.24),
    0 8px 17px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow:
    0 6px 20px 0 rgba(0, 0, 0, 0.24),
    0 8px 17px 0 rgba(0, 0, 0, 0.19);
  -ms-box-shadow:
    0 6px 20px 0 rgba(0, 0, 0, 0.24),
    0 8px 17px 0 rgba(0, 0, 0, 0.19);
  -o-box-shadow:
    0 6px 20px 0 rgba(0, 0, 0, 0.24),
    0 8px 17px 0 rgba(0, 0, 0, 0.19);
  box-shadow:
    0 6px 20px 0 rgba(0, 0, 0, 0.24),
    0 8px 17px 0 rgba(0, 0, 0, 0.19);
}
.em-ds-time-picker-menu .em-ds-time-picker-menu__header {
  background-color: #f6f7f9;
  color: #464f5c;
  font-weight: bold;
  text-align: center;
  padding: 1.23077rem 0;
  font-size: 1.2307rem;
}
.em-ds-time-picker-menu .em-ds-time-picker-menu__panel-container {
  flex-direction: row;
  display: flex;
}

.em-ds-time-picker-panel__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}
.em-ds-time-picker-panel__wrapper:last-of-type .em-ds-time-picker-panel {
  border-right: unset;
}
.em-ds-time-picker-panel__wrapper .em-ds-time-picker-panel__header {
  height: 100%;
  background-color: #f6f7f9;
  text-align: center;
  color: #25292f;
  padding: 0.55385rem 0;
  font-size: 0.923rem;
}
.em-ds-time-picker-panel__wrapper .em-ds-time-picker-panel {
  outline: none;
  position: relative;
  background: #ffffff;
  border-right: 0.07692rem solid #b0b9c8;
}
.em-ds-time-picker-panel__wrapper .em-ds-time-picker-panel:focus {
  -webkit-box-shadow: 0 0 4px 0 rgba(19, 148, 229, 0.7);
  -moz-box-shadow: 0 0 4px 0 rgba(19, 148, 229, 0.7);
  -ms-box-shadow: 0 0 4px 0 rgba(19, 148, 229, 0.7);
  -o-box-shadow: 0 0 4px 0 rgba(19, 148, 229, 0.7);
  box-shadow: 0 0 4px 0 rgba(19, 148, 229, 0.7);
  z-index: 10;
}
.em-ds-time-picker-panel__wrapper .em-ds-time-picker-panel__item-list-container {
  overflow: hidden;
  padding: 0 1.23077rem;
}
.em-ds-time-picker-panel__wrapper .em-ds-time-picker-panel__item-list {
  transition: transform 300ms cubic-bezier(0.64, 0, 0.35, 1);
}
.em-ds-time-picker-panel__wrapper .em-ds-time-picker-panel__item {
  font-size: 1rem;
  line-height: normal;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.46154rem;
  height: 2.46154rem;
  cursor: pointer;
  color: #25292f;
  vertical-align: center;
  text-align: center;
  border-radius: 50%;
  user-select: none;
  padding-top: 0.24615rem;
}
.em-ds-time-picker-panel__wrapper .em-ds-time-picker-panel__item--disabled {
  position: relative;
  color: #697489;
  cursor: not-allowed;
}
.em-ds-time-picker-panel__wrapper .em-ds-time-picker-panel__item--disabled::after {
  content: '';
  height: 1px;
  width: 50%;
  background: #697489;
  position: absolute;
  top: 50%;
}
.em-ds-time-picker-panel__wrapper .em-ds-time-picker-panel__item--disabled:hover {
  color: #697489;
}
.em-ds-time-picker-panel__wrapper
  .em-ds-time-picker-panel__item:hover
  :not(.em-ds-time-picker-panel__item--disabled)
  :not(.em-ds-time-picker-panel__item--selected) {
  border: 1px solid #1e79c2;
  box-shadow: inset 0 0 0 1px #a3d6ff;
  font-weight: lighter;
  color: #1e79c2;
}
.em-ds-time-picker-panel__wrapper .em-ds-time-picker-panel__item--disabled:hover {
  color: #697489;
}
.em-ds-time-picker-panel__wrapper .em-ds-time-picker-panel__item--selected {
  font-weight: 600;
  color: #ffffff;
}
.em-ds-time-picker-panel__wrapper .em-ds-time-picker-panel__item--selected:hover {
  border: solid 1px #1e79c2;
  font-weight: bolder;
  box-shadow: inset 0 0 0 1px #a3d6ff;
  color: #ffffff;
}
.em-ds-time-picker-panel__wrapper .em-ds-time-picker-panel__item--selected::after {
  background: #fff;
}
.em-ds-time-picker-panel__wrapper .em-ds-time-picker-panel--scrolling .em-ds-time-picker-panel__item-list {
  transition: transform 100ms cubic-bezier(0.64, 0, 0.35, 1);
}
.em-ds-time-picker-panel__wrapper .em-ds-time-picker-panel--scrolling .em-ds-time-picker-panel__item:hover {
  border: 1px solid rgba(0, 0, 0, 0);
}
.em-ds-time-picker-panel__wrapper .em-ds-time-picker-panel__selected-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 2.46154rem;
  width: 100%;
  display: flex;
  justify-content: center;
}
.em-ds-time-picker-panel__wrapper .em-ds-time-picker-panel__selected-circle {
  background-color: #1e79c2;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 50%;
  width: 2.46154rem;
  height: 2.46154rem;
}
.em-ds-time-picker-panel__wrapper .em-ds-time-picker-panel__arrow-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.96923rem;
}
.em-ds-time-picker-panel__wrapper .em-ds-time-picker-panel__arrow-container button:not(.em-ds-icon-button--disabled) {
  outline: none;
}
.em-ds-time-picker-panel__wrapper
  .em-ds-time-picker-panel__arrow-container
  button:not(.em-ds-icon-button--disabled)
  svg,
.em-ds-time-picker-panel__wrapper
  .em-ds-time-picker-panel__arrow-container
  button:not(.em-ds-icon-button--disabled)
  svg:not([fill]) {
  fill: #1e79c2;
}

.em-ds-time-picker.variant-disabled > .em-ds-input {
  background: #ebedf0;
  border-color: #8c93a6;
  pointer-events: none;
}
.em-ds-time-picker.variant-disabled > .em-ds-input input,
.em-ds-time-picker.variant-disabled > .em-ds-input select {
  color: #616b7f;
}

.em-ds-spinner {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.em-ds-spinner__spinner {
  transform-origin: 50% 50%;
  animation-name: scale;
  animation-duration: 1.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.em-ds-spinner__spinner--xxs {
  width: 8px;
  height: 8px;
  margin: 0.15385rem;
}
.em-ds-spinner__spinner--xxs svg {
  display: block;
  float: left;
  height: 4px;
  width: 4px;
}
.em-ds-spinner__spinner--xxs svg svg {
  height: 4px;
  width: 4px;
}
.em-ds-spinner__spinner--xs {
  width: 16px;
  height: 16px;
  margin: 0.30769rem;
}
.em-ds-spinner__spinner--xs svg {
  display: block;
  float: left;
  height: 8px;
  width: 8px;
}
.em-ds-spinner__spinner--xs svg svg {
  height: 8px;
  width: 8px;
}
.em-ds-spinner__spinner--s {
  width: 32px;
  height: 32px;
  margin: 0.61538rem;
}
.em-ds-spinner__spinner--s svg {
  display: block;
  float: left;
  height: 16px;
  width: 16px;
}
.em-ds-spinner__spinner--s svg svg {
  height: 16px;
  width: 16px;
}
.em-ds-spinner__spinner--m {
  width: 48px;
  height: 48px;
  margin: 0.92308rem;
}
.em-ds-spinner__spinner--m svg {
  display: block;
  float: left;
  height: 24px;
  width: 24px;
}
.em-ds-spinner__spinner--m svg svg {
  height: 24px;
  width: 24px;
}
.em-ds-spinner__spinner--l {
  width: 64px;
  height: 64px;
  margin: 1.23077rem;
}
.em-ds-spinner__spinner--l svg {
  display: block;
  float: left;
  height: 32px;
  width: 32px;
}
.em-ds-spinner__spinner--l svg svg {
  height: 32px;
  width: 32px;
}
.em-ds-spinner__spinner--xl {
  width: 96px;
  height: 96px;
  margin: 1.84615rem;
}
.em-ds-spinner__spinner--xl svg {
  display: block;
  float: left;
  height: 48px;
  width: 48px;
}
.em-ds-spinner__spinner--xl svg svg {
  height: 48px;
  width: 48px;
}
.em-ds-spinner__spinner--xxl {
  width: 128px;
  height: 128px;
  margin: 2.46154rem;
}
.em-ds-spinner__spinner--xxl svg {
  display: block;
  float: left;
  height: 64px;
  width: 64px;
}
.em-ds-spinner__spinner--xxl svg svg {
  height: 64px;
  width: 64px;
}
.em-ds-spinner__spinner .spinner-tl,
.em-ds-spinner__spinner .spinner-tr,
.em-ds-spinner__spinner .spinner-bl,
.em-ds-spinner__spinner .spinner-br {
  transform-origin: 50% 50%;
  animation-name: spin;
  animation-duration: 1.3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(90deg);
  }
  75% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(180deg);
  }
}

@keyframes scale {
  0% {
    transform: scale(1.2, 1.2);
  }
  25% {
    transform: scale(1.2, 1.2);
  }
  50% {
    transform: scale(1, 1);
  }
  75% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1.2, 1.2);
  }
}

.em-ds-loading-indicator {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 201;
}

.em-ds-tooltip {
  text-align: middle;
  max-width: 19.2rem;
  min-width: 4.32rem;
  padding: 0.30769rem 1.23077rem;
  position: relative;
  background-color: #ffffff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow:
    0 1px 5px 0 rgba(0, 0, 0, 0.13),
    0 2px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow:
    0 1px 5px 0 rgba(0, 0, 0, 0.13),
    0 2px 4px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow:
    0 1px 5px 0 rgba(0, 0, 0, 0.13),
    0 2px 4px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow:
    0 1px 5px 0 rgba(0, 0, 0, 0.13),
    0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow:
    0 1px 5px 0 rgba(0, 0, 0, 0.13),
    0 2px 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-filter: drop-shadow(0 0px 2px rgba(0, 0, 0, 0.3));
  -moz-filter: drop-shadow(0 0px 2px rgba(0, 0, 0, 0.3));
  -ms-filter: drop-shadow(0 0px 2px rgba(0, 0, 0, 0.3));
  -o-filter: drop-shadow(0 0px 2px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 0px 2px rgba(0, 0, 0, 0.3));
}

.em-ds-tooltip__arrow {
  position: absolute;
  font-size: 30px;
  height: 2.03077rem;
  width: 25px;
  pointer-events: none;
  background-color: transparent;
}
.em-ds-tooltip__arrow .stroke {
  fill: #ffffff;
}
.em-ds-tooltip__arrow .fill {
  fill: #ffffff;
}
.em-ds-tooltip__arrow[data-placement^='top'] {
  transform: rotateZ(180deg);
}
.em-ds-tooltip__arrow[data-placement^='right'] {
  transform: rotateZ(-90deg);
  height: 1.47692rem;
}
.em-ds-tooltip__arrow[data-placement^='bottom'] {
  transform: rotateZ(360deg);
  height: 1.84615rem;
}
.em-ds-tooltip__arrow[data-placement^='left'] {
  transform: rotateZ(90deg);
  height: 1.47692rem;
}

.em-ds-tooltip__text {
  white-space: normal;
  word-wrap: break-word;
  display: inline-block;
  color: #464f5c;
  max-width: 16.73846rem;
}

.tooltip-container--toolbar {
  padding: 0;
}

@media (max-width: 48rem) {
  .em-ds-tooltip {
    padding: 0.30769rem 8px;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.38);
    min-width: 16vw;
    max-width: 90vw;
    min-height: 20px;
    font-size: 14px;
    text-align: left;
    vertical-align: middle;
  }
  .em-ds-tooltip__text {
    color: #25292f;
  }
  .em-ds-tooltip__arrow[data-placement^='top'],
  .em-ds-tooltip__arrow[data-placement^='bottom'] {
    height: 1.47692rem;
  }
}

@media only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .em-ds-tooltip {
    padding: 0.30769rem 8px;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.38);
    min-width: 16vw;
    max-width: 90vw;
    min-height: 20px;
    font-size: 14px;
    text-align: left;
    vertical-align: middle;
  }
  .em-ds-tooltip__text {
    color: #25292f;
  }
  .em-ds-tooltip__arrow[data-placement^='top'],
  .em-ds-tooltip__arrow[data-placement^='bottom'] {
    height: 1.47692rem;
  }
}

@media only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .em-ds-tooltip {
    padding: 0.30769rem 8px;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.38);
    min-width: 16vw;
    max-width: 90vw;
    min-height: 20px;
    font-size: 14px;
    text-align: left;
    vertical-align: middle;
  }
  .em-ds-tooltip__text {
    color: #25292f;
  }
  .em-ds-tooltip__arrow[data-placement^='top'],
  .em-ds-tooltip__arrow[data-placement^='bottom'] {
    height: 1.47692rem;
  }
}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
  .em-ds-tooltip {
    padding: 0.30769rem 8px;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.38);
    min-width: 16vw;
    max-width: 90vw;
    min-height: 20px;
    font-size: 14px;
    text-align: left;
    vertical-align: middle;
  }
  .em-ds-tooltip__text {
    color: #25292f;
  }
  .em-ds-tooltip__arrow[data-placement^='top'],
  .em-ds-tooltip__arrow[data-placement^='bottom'] {
    height: 1.47692rem;
  }
}

@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  .em-ds-tooltip {
    padding: 0.30769rem 8px;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.38);
    min-width: 16vw;
    max-width: 90vw;
    min-height: 20px;
    font-size: 14px;
    text-align: left;
    vertical-align: middle;
  }
  .em-ds-tooltip__text {
    color: #25292f;
  }
  .em-ds-tooltip__arrow[data-placement^='top'],
  .em-ds-tooltip__arrow[data-placement^='bottom'] {
    height: 1.47692rem;
  }
}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
  .em-ds-tooltip {
    padding: 0.30769rem 8px;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.38);
    min-width: 16vw;
    max-width: 90vw;
    min-height: 20px;
    font-size: 14px;
    text-align: left;
    vertical-align: middle;
  }
  .em-ds-tooltip__text {
    color: #25292f;
  }
  .em-ds-tooltip__arrow[data-placement^='top'],
  .em-ds-tooltip__arrow[data-placement^='bottom'] {
    height: 1.47692rem;
  }
}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  .em-ds-tooltip {
    padding: 0.30769rem 8px;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.38);
    min-width: 16vw;
    max-width: 90vw;
    min-height: 20px;
    font-size: 14px;
    text-align: left;
    vertical-align: middle;
  }
  .em-ds-tooltip__text {
    color: #25292f;
  }
  .em-ds-tooltip__arrow[data-placement^='top'],
  .em-ds-tooltip__arrow[data-placement^='bottom'] {
    height: 1.47692rem;
  }
}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
  .em-ds-tooltip {
    padding: 0.30769rem 8px;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.38);
    min-width: 16vw;
    max-width: 90vw;
    min-height: 20px;
    font-size: 14px;
    text-align: left;
    vertical-align: middle;
  }
  .em-ds-tooltip__text {
    color: #25292f;
  }
  .em-ds-tooltip__arrow[data-placement^='top'],
  .em-ds-tooltip__arrow[data-placement^='bottom'] {
    height: 1.47692rem;
  }
}

.em-ds-popover {
  z-index: 0;
  text-align: center;
  max-width: 19.2rem;
  min-width: 4.32rem;
  padding: 0.61538rem 1.23077rem;
  background-color: #ffffff;
  white-space: normal;
  word-wrap: break-word;
  display: inline-block;
  color: #464f5c;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow:
    0 0 0 1px rgba(16, 22, 26, 0.1),
    0 2px 4px rgba(16, 22, 26, 0.2),
    0 8px 24px rgba(16, 22, 26, 0.2);
  -moz-box-shadow:
    0 0 0 1px rgba(16, 22, 26, 0.1),
    0 2px 4px rgba(16, 22, 26, 0.2),
    0 8px 24px rgba(16, 22, 26, 0.2);
  -ms-box-shadow:
    0 0 0 1px rgba(16, 22, 26, 0.1),
    0 2px 4px rgba(16, 22, 26, 0.2),
    0 8px 24px rgba(16, 22, 26, 0.2);
  -o-box-shadow:
    0 0 0 1px rgba(16, 22, 26, 0.1),
    0 2px 4px rgba(16, 22, 26, 0.2),
    0 8px 24px rgba(16, 22, 26, 0.2);
  box-shadow:
    0 0 0 1px rgba(16, 22, 26, 0.1),
    0 2px 4px rgba(16, 22, 26, 0.2),
    0 8px 24px rgba(16, 22, 26, 0.2);
  animation: 0.25s fadeIn;
}

@keyframes fadeIn {
  99% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}

.em-ds-popover__arrow {
  z-index: 100;
  position: absolute;
  width: 18px;
  height: 18px;
  pointer-events: none;
}
.em-ds-popover__arrow .stroke {
  fill: #697489;
  fill-opacity: 0.4;
}
.em-ds-popover__arrow .fill {
  fill: #ffffff;
}
.em-ds-popover__arrow[data-placement^='top'] {
  top: 100%;
}
.em-ds-popover__arrow[data-placement^='bottom'] {
  margin-bottom: -0.5px;
}

.em-ds-overlay {
  position: static;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.em-ds-overlay--with-scroll {
  position: fixed;
}
.em-ds-overlay--inline {
  display: inline;
  overflow: visible;
}

.em-ds-portal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

div.em-ds-button {
  appearance: initial;
}

.em-ds-button {
  font-size: 1rem;
  line-height: normal;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 3.2rem;
  line-height: unset;
  border-radius: 2px;
  padding: 0 1.23077rem;
  cursor: pointer;
  white-space: nowrap;
  transition: 200ms cubic-bezier(0.64, 0, 0.35, 1);
  position: relative;
}
.em-ds-button .label-wrapper {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.em-ds-button:focus {
  outline: none;
}
.em-ds-button--icon-only {
  min-width: auto;
  min-width: initial;
  padding-left: 0;
  padding-right: 0;
}
.em-ds-button .em-ds-icon:first-child:not(:last-child) {
  margin-right: 0.61538rem;
  margin-left: -0.61538rem;
}
.em-ds-button .em-ds-icon:last-child:not(:first-child) {
  margin-left: 0.61538rem;
  margin-right: -0.61538rem;
}
.em-ds-button .em-ds-icon:last-child .em-ds-button,
.em-ds-button .em-ds-icon:first-child .em-ds-button {
  padding-left: -1.23077rem;
  padding-right: -1.23077rem;
}

.em-ds-button--s {
  height: 1.38462rem;
  font-size: 0.923rem;
}
.em-ds-button--s.em-ds-button--icon-only {
  width: 1.38462rem;
}

.em-ds-button--m {
  height: 2.16rem;
  font-size: 1.0769rem;
}
.em-ds-button--m.em-ds-button--icon-only {
  width: 2.16rem;
}

.em-ds-button--l {
  height: 3.07692rem;
  font-size: 1.2307rem;
}
.em-ds-button--l.em-ds-button--icon-only {
  width: 3.07692rem;
}

.em-ds-button--fluid-width {
  width: 100%;
}

.em-ds-button--primary {
  color: #ffffff;
  background-color: #1e79c2;
  border: solid 0.07692rem #1e79c2;
}
.em-ds-button--primary .em-ds-icon {
  fill: #ffffff;
}
.em-ds-button--primary:hover:not([disabled]),
.em-ds-button--primary.em-ds-button--variant-hover {
  background-color: #006aa9;
  border: solid 0.07692rem #006aa9;
}
.em-ds-button--primary:active,
.em-ds-button--primary.em-ds-button--variant-active {
  background-color: #006aa9;
  border: solid 0.07692rem #006aa9;
}
.em-ds-button--primary:disabled,
.em-ds-button--primary.em-ds-button--variant-disabled {
  color: #5c6574;
  background-color: #e0e3e8;
  border-color: #e0e3e8;
  cursor: not-allowed;
}
.em-ds-button--primary:disabled .em-ds-icon,
.em-ds-button--primary.em-ds-button--variant-disabled .em-ds-icon {
  fill: #5c6574;
}
.em-ds-button--primary:focus::after,
.em-ds-button--primary.em-ds-button--variant-focus::after {
  position: absolute;
  content: '';
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: solid 0.15385rem #ffffff;
}
.em-ds-button--primary.em-ds-button--s:focus::after,
.em-ds-button--primary.em-ds-button--s.em-ds-button--variant-focus::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 0.07692rem #ffffff;
}

.em-ds-button--text {
  color: #1e79c2;
  text-transform: uppercase;
  letter-spacing: 0;
  background-color: transparent;
  border: none;
  font-weight: 600;
}
.em-ds-input-addon-group__addon .em-ds-button--text {
  border: solid 0.07692rem #8c93a6;
}
.em-ds-button--text .em-ds-icon {
  fill: #1e79c2;
}
.em-ds-button--text:hover:not([disabled]),
.em-ds-button--text.em-ds-button--variant-hover {
  color: #006aa9;
  background-color: #ebf6ff;
}
.em-ds-button--text:active,
.em-ds-button--text.em-ds-button--variant-active {
  color: #006aa9;
}
.em-ds-button--text:active .em-ds-icon,
.em-ds-button--text.em-ds-button--variant-active .em-ds-icon {
  fill: #006aa9;
}
.em-ds-button--text:disabled,
.em-ds-button--text.em-ds-button--variant-disabled {
  color: #697489;
  background: #ffffff;
  cursor: not-allowed;
}
.em-ds-button--text:disabled .em-ds-icon,
.em-ds-button--text.em-ds-button--variant-disabled .em-ds-icon {
  fill: #697489;
}
.em-ds-button--text:focus::after,
.em-ds-button--text:focus:not([disabled])::after,
.em-ds-button--text.em-ds-button--variant-focus::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  border: solid 0.15385rem #006aa9;
}

.em-ds-button--secondary {
  color: #1e79c2;
  background-color: #ffffff;
  border: solid 0.07692rem #8c93a6;
  border-radius: 2px;
}
.em-ds-input-addon-group__addon .em-ds-button--secondary {
  border: solid 0.07692rem #8c93a6;
}
.em-ds-button--secondary .em-ds-icon {
  fill: #1e79c2;
}
.em-ds-button--secondary:hover:not([disabled]),
.em-ds-button--secondary.em-ds-button--variant-hover {
  border: solid 0.07692rem #006aa9;
}
.em-ds-button--secondary:hover:not([disabled]) .em-ds-icon,
.em-ds-button--secondary.em-ds-button--variant-hover .em-ds-icon {
  fill: #006aa9;
}
.em-ds-button--secondary:active,
.em-ds-button--secondary.em-ds-button--variant-active {
  color: #006aa9;
  border: solid 0.07692rem #006aa9;
}
.em-ds-button--secondary:active .em-ds-icon,
.em-ds-button--secondary.em-ds-button--variant-active .em-ds-icon {
  fill: #006aa9;
}
.em-ds-button--secondary:disabled,
.em-ds-button--secondary.em-ds-button--variant-disabled {
  color: #697489;
  background-color: #ffffff;
  cursor: not-allowed;
}
.em-ds-button--secondary:disabled .em-ds-icon,
.em-ds-button--secondary.em-ds-button--variant-disabled .em-ds-icon {
  fill: #697489;
}
.em-ds-button--secondary:focus::after,
.em-ds-button--secondary.em-ds-button--variant-focus::after {
  position: absolute;
  content: '';
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 2px;
  border: solid 0.15385rem #006aa9;
}

.em-ds-button--link {
  line-height: 1.5;
  font-weight: 400;
  color: #1e79c2;
  cursor: pointer;
  padding: 0;
  color: #1e79c2;
  border: none;
  display: inline;
  height: unset;
  line-height: unset;
  background: transparent;
  min-width: auto;
  min-width: initial;
}
.em-ds-button--link:hover:not([disabled]) {
  text-decoration-line: underline;
}
.em-ds-button--link:active {
  color: #006aa9;
}
.em-ds-button--link:disabled {
  color: #8c93a6;
  cursor: not-allowed;
}
.em-ds-button--link.em-ds-button--icon-only:focus span.label-wrapper,
.em-ds-button--link.em-ds-button--icon-only.em-ds-button--variant-focus span.label-wrapper {
  outline: none;
  position: relative;
}
.em-ds-button--link.em-ds-button--icon-only:focus span.label-wrapper::after,
.em-ds-button--link.em-ds-button--icon-only.em-ds-button--variant-focus span.label-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  outline: none;
  border: calc(0.30769rem * 0.25) solid #1e79c2;
  box-shadow: inset 0 0 0 1px #8cc2ed;
  border-radius: 2px;
}
.em-ds-button--link.em-ds-button--icon-only:focus span.label-wrapper::after,
.em-ds-button--link.em-ds-button--icon-only.em-ds-button--variant-focus span.label-wrapper::after {
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
}

.em-ds-button-success.em-ds-button--text {
  color: #207e56;
}
.em-ds-button-success.em-ds-button--text:focus,
.em-ds-button-success.em-ds-button--text:focus:not([disabled]),
.em-ds-button-success.em-ds-button--text.em-ds-button--variant-focus {
  color: #207e56;
}
.em-ds-button-success.em-ds-button--text:focus::after,
.em-ds-button-success.em-ds-button--text:focus:not([disabled])::after,
.em-ds-button-success.em-ds-button--text.em-ds-button--variant-focus::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  border: solid 0.15385rem #207e56;
}
.em-ds-button-success.em-ds-button--text:hover,
.em-ds-button-success.em-ds-button--text:hover:not([disabled]),
.em-ds-button-success.em-ds-button--text.em-ds-button--variant-hover {
  color: #207e56;
}
.em-ds-button-success.em-ds-button--text:hover span.label-wrapper.no-icon::before,
.em-ds-button-success.em-ds-button--text:hover:not([disabled]) span.label-wrapper.no-icon::before,
.em-ds-button-success.em-ds-button--text.em-ds-button--variant-hover span.label-wrapper.no-icon::before {
  background-color: transparent;
  border-radius: 2px;
}
.em-ds-button-success.em-ds-button--text:active {
  color: #16553a;
}
.em-ds-button-success.em-ds-button--text:active .em-ds-icon {
  fill: #16553a;
}

.em-ds-button-danger.em-ds-button--text {
  color: #c64252;
}
.em-ds-button-danger.em-ds-button--text:focus,
.em-ds-button-danger.em-ds-button--text:focus:not([disabled]),
.em-ds-button-danger.em-ds-button--text.em-ds-button--variant-focus {
  color: #c64252;
}
.em-ds-button-danger.em-ds-button--text:focus::after,
.em-ds-button-danger.em-ds-button--text:focus:not([disabled])::after,
.em-ds-button-danger.em-ds-button--text.em-ds-button--variant-focus::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  border: solid 0.15385rem #c64252;
}
.em-ds-button-danger.em-ds-button--text:hover,
.em-ds-button-danger.em-ds-button--text:hover:not([disabled]),
.em-ds-button-danger.em-ds-button--text.em-ds-button--variant-hover {
  color: #c64252;
}
.em-ds-button-danger.em-ds-button--text:hover span.label-wrapper.no-icon::before,
.em-ds-button-danger.em-ds-button--text:hover:not([disabled]) span.label-wrapper.no-icon::before,
.em-ds-button-danger.em-ds-button--text.em-ds-button--variant-hover span.label-wrapper.no-icon::before {
  background-color: transparent;
  border-radius: 2px;
}
.em-ds-button-danger.em-ds-button--text:active {
  color: #a4313f;
}
.em-ds-button-danger.em-ds-button--text:active .em-ds-icon {
  fill: #a4313f;
}

.em-ds-button-warning.em-ds-button--text {
  color: #d17a00;
}
.em-ds-button-warning.em-ds-button--text:focus,
.em-ds-button-warning.em-ds-button--text:focus:not([disabled]),
.em-ds-button-warning.em-ds-button--text.em-ds-button--variant-focus {
  color: #d17a00;
}
.em-ds-button-warning.em-ds-button--text:focus::after,
.em-ds-button-warning.em-ds-button--text:focus:not([disabled])::after,
.em-ds-button-warning.em-ds-button--text.em-ds-button--variant-focus::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  border: solid 0.15385rem #d17a00;
}
.em-ds-button-warning.em-ds-button--text:hover,
.em-ds-button-warning.em-ds-button--text:hover:not([disabled]),
.em-ds-button-warning.em-ds-button--text.em-ds-button--variant-hover {
  color: #d17a00;
}
.em-ds-button-warning.em-ds-button--text:hover span.label-wrapper.no-icon::before,
.em-ds-button-warning.em-ds-button--text:hover:not([disabled]) span.label-wrapper.no-icon::before,
.em-ds-button-warning.em-ds-button--text.em-ds-button--variant-hover span.label-wrapper.no-icon::before {
  background-color: transparent;
  border-radius: 2px;
}
.em-ds-button-warning.em-ds-button--text:active {
  color: #9e5c00;
}
.em-ds-button-warning.em-ds-button--text:active .em-ds-icon {
  fill: #9e5c00;
}

.em-ds-button-info.em-ds-button--text {
  color: #1e79c2;
}
.em-ds-button-info.em-ds-button--text:focus,
.em-ds-button-info.em-ds-button--text:focus:not([disabled]),
.em-ds-button-info.em-ds-button--text.em-ds-button--variant-focus {
  color: #1e79c2;
}
.em-ds-button-info.em-ds-button--text:focus::after,
.em-ds-button-info.em-ds-button--text:focus:not([disabled])::after,
.em-ds-button-info.em-ds-button--text.em-ds-button--variant-focus::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  border: solid 0.15385rem #1e79c2;
}
.em-ds-button-info.em-ds-button--text:hover,
.em-ds-button-info.em-ds-button--text:hover:not([disabled]),
.em-ds-button-info.em-ds-button--text.em-ds-button--variant-hover {
  color: #1e79c2;
}
.em-ds-button-info.em-ds-button--text:hover span.label-wrapper.no-icon::before,
.em-ds-button-info.em-ds-button--text:hover:not([disabled]) span.label-wrapper.no-icon::before,
.em-ds-button-info.em-ds-button--text.em-ds-button--variant-hover span.label-wrapper.no-icon::before {
  background-color: transparent;
  border-radius: 2px;
}
.em-ds-button-info.em-ds-button--text:active {
  color: #175d96;
}
.em-ds-button-info.em-ds-button--text:active .em-ds-icon {
  fill: #175d96;
}

@media (max-width: 48rem) {
  .em-ds-button--s {
    height: calc(1.23077rem * 1.22);
  }
  .em-ds-button--s.em-ds-button--icon-only {
    width: calc(1.23077rem * 1.22);
  }
  .em-ds-button--m {
    font-size: tomobile(1.2307rem);
    height: calc(1.84615rem * 1.085);
  }
  .em-ds-button--m.em-ds-button--icon-only {
    width: calc(1.84615rem * 1.085);
  }
  .em-ds-button--m:not(.em-ds-button--icon-only).em-ds-button--primary,
  .em-ds-button--m:not(.em-ds-button--icon-only).em-ds-button--secondary {
    min-width: calc(2.46154rem * 1.016 * 2);
  }
  .em-ds-button--l {
    font-size: tomobile(1.2307rem);
    height: calc(2.46154rem * 1.016);
  }
  .em-ds-button--l.em-ds-button--icon-only {
    width: calc(2.46154rem * 1.016);
  }
}

@media only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .em-ds-button--s {
    height: calc(1.23077rem * 1.22);
  }
  .em-ds-button--s.em-ds-button--icon-only {
    width: calc(1.23077rem * 1.22);
  }
  .em-ds-button--m {
    font-size: tomobile(1.2307rem);
    height: calc(1.84615rem * 1.085);
  }
  .em-ds-button--m.em-ds-button--icon-only {
    width: calc(1.84615rem * 1.085);
  }
  .em-ds-button--m:not(.em-ds-button--icon-only).em-ds-button--primary,
  .em-ds-button--m:not(.em-ds-button--icon-only).em-ds-button--secondary {
    min-width: calc(2.46154rem * 1.016 * 2);
  }
  .em-ds-button--l {
    font-size: tomobile(1.2307rem);
    height: calc(2.46154rem * 1.016);
  }
  .em-ds-button--l.em-ds-button--icon-only {
    width: calc(2.46154rem * 1.016);
  }
}

@media only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .em-ds-button--s {
    height: calc(1.23077rem * 1.22);
  }
  .em-ds-button--s.em-ds-button--icon-only {
    width: calc(1.23077rem * 1.22);
  }
  .em-ds-button--m {
    font-size: tomobile(1.2307rem);
    height: calc(1.84615rem * 1.085);
  }
  .em-ds-button--m.em-ds-button--icon-only {
    width: calc(1.84615rem * 1.085);
  }
  .em-ds-button--m:not(.em-ds-button--icon-only).em-ds-button--primary,
  .em-ds-button--m:not(.em-ds-button--icon-only).em-ds-button--secondary {
    min-width: calc(2.46154rem * 1.016 * 2);
  }
  .em-ds-button--l {
    font-size: tomobile(1.2307rem);
    height: calc(2.46154rem * 1.016);
  }
  .em-ds-button--l.em-ds-button--icon-only {
    width: calc(2.46154rem * 1.016);
  }
}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
  .em-ds-button--s {
    height: calc(1.23077rem * 1.22);
  }
  .em-ds-button--s.em-ds-button--icon-only {
    width: calc(1.23077rem * 1.22);
  }
  .em-ds-button--m {
    font-size: tomobile(1.2307rem);
    height: calc(1.84615rem * 1.085);
  }
  .em-ds-button--m.em-ds-button--icon-only {
    width: calc(1.84615rem * 1.085);
  }
  .em-ds-button--m:not(.em-ds-button--icon-only).em-ds-button--primary,
  .em-ds-button--m:not(.em-ds-button--icon-only).em-ds-button--secondary {
    min-width: calc(2.46154rem * 1.016 * 2);
  }
  .em-ds-button--l {
    font-size: tomobile(1.2307rem);
    height: calc(2.46154rem * 1.016);
  }
  .em-ds-button--l.em-ds-button--icon-only {
    width: calc(2.46154rem * 1.016);
  }
}

@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  .em-ds-button--s {
    height: calc(1.23077rem * 1.22);
  }
  .em-ds-button--s.em-ds-button--icon-only {
    width: calc(1.23077rem * 1.22);
  }
  .em-ds-button--m {
    font-size: tomobile(1.2307rem);
    height: calc(1.84615rem * 1.085);
  }
  .em-ds-button--m.em-ds-button--icon-only {
    width: calc(1.84615rem * 1.085);
  }
  .em-ds-button--m:not(.em-ds-button--icon-only).em-ds-button--primary,
  .em-ds-button--m:not(.em-ds-button--icon-only).em-ds-button--secondary {
    min-width: calc(2.46154rem * 1.016 * 2);
  }
  .em-ds-button--l {
    font-size: tomobile(1.2307rem);
    height: calc(2.46154rem * 1.016);
  }
  .em-ds-button--l.em-ds-button--icon-only {
    width: calc(2.46154rem * 1.016);
  }
}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
  .em-ds-button--s {
    height: calc(1.23077rem * 1.22);
  }
  .em-ds-button--s.em-ds-button--icon-only {
    width: calc(1.23077rem * 1.22);
  }
  .em-ds-button--m {
    font-size: tomobile(1.2307rem);
    height: calc(1.84615rem * 1.085);
  }
  .em-ds-button--m.em-ds-button--icon-only {
    width: calc(1.84615rem * 1.085);
  }
  .em-ds-button--m:not(.em-ds-button--icon-only).em-ds-button--primary,
  .em-ds-button--m:not(.em-ds-button--icon-only).em-ds-button--secondary {
    min-width: calc(2.46154rem * 1.016 * 2);
  }
  .em-ds-button--l {
    font-size: tomobile(1.2307rem);
    height: calc(2.46154rem * 1.016);
  }
  .em-ds-button--l.em-ds-button--icon-only {
    width: calc(2.46154rem * 1.016);
  }
}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  .em-ds-button--s {
    height: calc(1.23077rem * 1.22);
  }
  .em-ds-button--s.em-ds-button--icon-only {
    width: calc(1.23077rem * 1.22);
  }
  .em-ds-button--m {
    font-size: tomobile(1.2307rem);
    height: calc(1.84615rem * 1.085);
  }
  .em-ds-button--m.em-ds-button--icon-only {
    width: calc(1.84615rem * 1.085);
  }
  .em-ds-button--m:not(.em-ds-button--icon-only).em-ds-button--primary,
  .em-ds-button--m:not(.em-ds-button--icon-only).em-ds-button--secondary {
    min-width: calc(2.46154rem * 1.016 * 2);
  }
  .em-ds-button--l {
    font-size: tomobile(1.2307rem);
    height: calc(2.46154rem * 1.016);
  }
  .em-ds-button--l.em-ds-button--icon-only {
    width: calc(2.46154rem * 1.016);
  }
}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
  .em-ds-button--s {
    height: calc(1.23077rem * 1.22);
  }
  .em-ds-button--s.em-ds-button--icon-only {
    width: calc(1.23077rem * 1.22);
  }
  .em-ds-button--m {
    font-size: tomobile(1.2307rem);
    height: calc(1.84615rem * 1.085);
  }
  .em-ds-button--m.em-ds-button--icon-only {
    width: calc(1.84615rem * 1.085);
  }
  .em-ds-button--m:not(.em-ds-button--icon-only).em-ds-button--primary,
  .em-ds-button--m:not(.em-ds-button--icon-only).em-ds-button--secondary {
    min-width: calc(2.46154rem * 1.016 * 2);
  }
  .em-ds-button--l {
    font-size: tomobile(1.2307rem);
    height: calc(2.46154rem * 1.016);
  }
  .em-ds-button--l.em-ds-button--icon-only {
    width: calc(2.46154rem * 1.016);
  }
}

.em-ds-separator-wrapper {
  display: inline-flex;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 1.23077rem 0;
}
.em-ds-separator-wrapper.em-ds-separator-wrapper--none {
  margin: 0;
}
.em-ds-separator-wrapper.em-ds-separator-wrapper--xs {
  margin: 0.61538rem 0;
}
.em-ds-separator-wrapper.em-ds-separator-wrapper--m {
  margin: 1.84615rem 0;
}
.em-ds-separator-wrapper.em-ds-separator-wrapper--l {
  margin: 2.46154rem 0;
}
.em-ds-separator-wrapper.em-ds-separator-wrapper--dashed * {
  height: 1px;
  overflow: hidden;
}
.em-ds-separator-wrapper.em-ds-separator-wrapper--horizontal.em-ds-separator-wrapper--initial {
  height: unset;
}
.em-ds-separator-wrapper.em-ds-separator-wrapper--center {
  align-items: center;
}
.em-ds-separator-wrapper.em-ds-separator-wrapper--end {
  align-items: flex-end;
}
.em-ds-separator-wrapper.em-ds-separator-wrapper--vertical {
  margin: 0 1.23077rem;
}
.em-ds-separator-wrapper.em-ds-separator-wrapper--vertical.em-ds-separator-wrapper--none {
  margin: 0;
}
.em-ds-separator-wrapper.em-ds-separator-wrapper--vertical.em-ds-separator-wrapper--xs {
  margin: 0 0.61538rem;
}
.em-ds-separator-wrapper.em-ds-separator-wrapper--vertical.em-ds-separator-wrapper--m {
  margin: 0 1.84615rem;
}
.em-ds-separator-wrapper.em-ds-separator-wrapper--vertical.em-ds-separator-wrapper--l {
  margin: 0 2.46154rem;
}
.em-ds-separator-wrapper.em-ds-separator-wrapper--vertical.em-ds-separator-wrapper--initial {
  width: unset;
}
.em-ds-separator-wrapper.em-ds-separator-wrapper--vertical.em-ds-separator-wrapper--center {
  justify-content: center;
}
.em-ds-separator-wrapper.em-ds-separator-wrapper--vertical.em-ds-separator-wrapper--end {
  justify-content: flex-end;
}
.em-ds-separator-wrapper .em-ds-separator {
  border-top: 0.5px solid #25292f;
}
.em-ds-separator-wrapper .em-ds-separator--vertical {
  width: 1px;
  border: inherit;
  border-left: 0.5px solid #25292f;
  height: 100%;
}
.em-ds-separator-wrapper .em-ds-separator--vertical.em-ds-separator--group-level,
.em-ds-separator-wrapper .em-ds-separator--vertical.em-ds-separator--non-form {
  border-left: 1.2px solid #b0b9c8;
}
.em-ds-separator-wrapper .em-ds-separator--vertical.em-ds-separator--dashed {
  width: 2px;
  border: none;
  background-image: linear-gradient(#b0b9c8 45%, rgba(255, 255, 255, 0) 0%);
  background-position: right;
  background-size: 1px 5px;
  background-repeat: repeat-y;
}
.em-ds-separator-wrapper .em-ds-separator--horizontal {
  flex: 100%;
  height: 1px;
}
.em-ds-separator-wrapper .em-ds-separator--horizontal.em-ds-separator--group-level {
  border-color: #464f5c;
}
.em-ds-separator-wrapper .em-ds-separator--horizontal.em-ds-separator--non-form {
  border-color: #b0b9c8;
}
.em-ds-separator-wrapper .em-ds-separator--horizontal.em-ds-separator--dashed {
  border: none;
  background-image: linear-gradient(to right, #b0b9c8 45%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 5px 1px;
  background-repeat: repeat-x;
}

.em-ds-labelValueGroup__wrapper {
  display: flex;
  flex-direction: column;
  width: fit-content;
  max-width: 100%;
}

.em-ds-labelValueGroup__wrapper--horizontal {
  flex-direction: row;
}
.em-ds-labelValueGroup__wrapper--horizontal.em-ds-labelValueGroup__wrapper--inline
  .em-ds-labelValue__wrapper
  .em-ds-labelValue__label-value-wrapper {
  flex-direction: row;
}
.em-ds-labelValueGroup__wrapper--horizontal.em-ds-labelValueGroup__wrapper--inline
  .em-ds-labelValue__wrapper
  .em-ds-labelValue__label-value-wrapper
  .em-ds-labelValue__label {
  margin-right: 0.61538rem;
}

.em-ds-labelValueGroup__wrapper--vertical {
  align-items: flex-end;
}
.em-ds-labelValueGroup__wrapper--vertical.em-ds-labelValueGroup__wrapper--inline {
  align-items: unset;
}
.em-ds-labelValueGroup__wrapper--vertical.em-ds-labelValueGroup__wrapper--inline .em-ds-labelValue__wrapper {
  margin: 0.61538rem;
}
.em-ds-labelValueGroup__wrapper--vertical.em-ds-labelValueGroup__wrapper--inline
  .em-ds-labelValue__wrapper
  .em-ds-labelValue__label-value-wrapper {
  flex-direction: row;
}
.em-ds-labelValueGroup__wrapper--vertical.em-ds-labelValueGroup__wrapper--inline
  .em-ds-labelValue__wrapper
  .em-ds-labelValue__label-value-wrapper
  .em-ds-labelValue__label {
  margin-right: 0.61538rem;
}

.em-ds-labelValue__wrapper {
  display: flex;
  flex-direction: row;
  width: auto;
  max-width: 100%;
  margin: 1.23077rem;
}
.em-ds-labelValue__wrapper .em-ds-icon {
  margin-top: 1rem;
  fill: #697489;
  height: auto;
  margin-right: 0.30769rem;
}
.em-ds-labelValue__wrapper .em-ds-icon svg {
  height: auto;
}
.em-ds-labelValue__wrapper.em-ds-labelValue__wrapper--inverted .em-ds-icon {
  margin-bottom: 1rem;
  margin-top: unset;
}
.em-ds-labelValue__wrapper .em-ds-labelValue__label-value-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-direction: column;
}
.em-ds-labelValue__wrapper .em-ds-labelValue__label-value-wrapper .em-ds-labelValue__value {
  display: inline-flex;
}
.em-ds-labelValue__wrapper .em-ds-labelValue__label-value-wrapper .em-ds-labelValue__label--neutral500,
.em-ds-labelValue__wrapper .em-ds-labelValue__label-value-wrapper .em-ds-labelValue__value--neutral500 {
  color: #697489;
}
.em-ds-labelValue__wrapper .em-ds-labelValue__label-value-wrapper .em-ds-labelValue__label--left,
.em-ds-labelValue__wrapper .em-ds-labelValue__label-value-wrapper .em-ds-labelValue__value--left {
  text-align: left;
}
.em-ds-labelValue__wrapper .em-ds-labelValue__label-value-wrapper .em-ds-labelValue__label--right,
.em-ds-labelValue__wrapper .em-ds-labelValue__label-value-wrapper .em-ds-labelValue__value--right {
  text-align: right;
}
.em-ds-labelValue__wrapper .em-ds-labelValue__label-value-wrapper .em-ds-labelValue__label--center,
.em-ds-labelValue__wrapper .em-ds-labelValue__label-value-wrapper .em-ds-labelValue__value--center {
  text-align: center;
}
.em-ds-labelValue__wrapper .em-ds-labelValue__label-value-wrapper .em-ds-labelValue__label--neutral700,
.em-ds-labelValue__wrapper .em-ds-labelValue__label-value-wrapper .em-ds-labelValue__value--neutral700 {
  color: #353c46;
}
.em-ds-labelValue__wrapper .em-ds-labelValue__label-value-wrapper .em-ds-labelValue__value--s {
  font-size: 1rem;
}
.em-ds-labelValue__wrapper .em-ds-labelValue__label-value-wrapper .em-ds-labelValue__value--m {
  font-size: 1.0769rem;
}
.em-ds-labelValue__wrapper .em-ds-labelValue__label-value-wrapper .em-ds-labelValue__value--l {
  font-size: 1.23077rem;
}
.em-ds-labelValue__wrapper .em-ds-labelValue__label-value-wrapper .em-ds-labelValue__value--semibold {
  font-weight: 600;
}

.em-ds-group-box__wrapper {
  display: flex;
  flex-direction: column;
}
.em-ds-group-box__wrapper--no-border {
  border: none;
}
.em-ds-group-box__wrapper--main-box > .em-ds-group-box__content--as-row {
  padding-left: 0;
  padding-right: 0;
}

.em-ds-group-box__content {
  padding: 1.84615rem 0;
  border: 1px solid #cbcfd7;
}
.em-ds-group-box__content--no-border-top {
  border-top: none;
}
.em-ds-group-box__content.em-ds-group-box__content--group-box {
  padding: 1.84615rem 0;
}
.em-ds-group-box__content--only-header {
  border: none;
}
.em-ds-group-box__content--no-border {
  border: none;
}
.em-ds-group-box__content--no-border .em-ds-group-box__label {
  border-bottom: none;
}

.em-ds-group-box__content--as-row {
  display: flex;
  flex-direction: row;
  padding-left: 0;
  padding-right: 0;
}
.em-ds-group-box__content--as-row
  .em-ds-group-box__wrapper.em-ds-group-box__wrapper--main-box
  .em-ds-group-box__content {
  padding-left: 0;
}
.em-ds-group-box__content--as-row .em-ds-group-box__wrapper {
  flex: 1;
  margin-left: 1.84615rem;
}
.em-ds-group-box__content--as-row .em-ds-group-box__wrapper:first-child {
  margin-left: 0;
  border-left: none;
}
.em-ds-group-box__content--as-row .em-ds-group-box__wrapper:last-child {
  border-right: none;
}

.em-ds-group-box__content--no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.em-ds-group-box__content--no-border {
  border: none;
}
.em-ds-group-box__content--no-border .em-ds-group-box__wrapper {
  border: none;
}

.em-ds-group-box__label--category-box {
  width: 100%;
  height: 2.76972rem;
  padding: 0 0;
  color: #25292f;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #cbcfd7;
}

.em-ds-group-box__label--no-border {
  border: none;
}

.em-ds-group-box__label.em-ds-group-box__label--group-box {
  border: unset;
  font-size: 1.0769rem;
  padding: 12px 0;
}
.em-ds-group-box__label.em-ds-group-box__label--group-box.em-ds-group-box__label--border-bottom {
  border-bottom: 1px solid #cbcfd7;
}

.em-ds-group-box__content--category-box .em-ds-group-box__wrapper--group-box:first-child {
  border-left: none;
}

.em-ds-group-box__content--category-box .em-ds-group-box__wrapper--group-box:last-child {
  border-right: none;
}

.em-ds-group-box__content--category-box .em-ds-group-box__wrapper .em-ds-group-box__content {
  padding-left: 1.23077rem;
}

.em-ds-group-box__content--category-box .em-ds-group-box__wrapper:first-child .em-ds-group-box__content {
  border-left: none;
}

.em-ds-group-box__content--category-box .em-ds-group-box__wrapper:last-child .em-ds-group-box__content {
  border-right: none;
}

.em-ds-group-box__wrapper--no-border
  .em-ds-group-box__content--category-box
  .em-ds-group-box__wrapper:first-child
  .em-ds-group-box__content {
  border-left: 1px solid #cbcfd7;
}

.em-ds-group-box__wrapper--no-border
  .em-ds-group-box__content--category-box
  .em-ds-group-box__wrapper:first-child
  .em-ds-group-box__content--no-border {
  border-left: none;
}

.em-ds-group-box__wrapper--no-border
  .em-ds-group-box__content--category-box
  .em-ds-group-box__wrapper:last-child
  .em-ds-group-box__content {
  border-right: 1px solid #cbcfd7;
}

.em-ds-group-box__wrapper--no-border
  .em-ds-group-box__content--category-box
  .em-ds-group-box__wrapper:last-child
  .em-ds-group-box__content--no-border {
  border-right: none;
}

.em-ds-group-box__wrapper--group-box > .em-ds-group-box__content--category-box {
  padding-top: 0;
}

.em-ds-text-wrapperRef {
  display: inline-flex;
  flex-direction: column;
}
.em-ds-text-wrapperRef.em-ds-text-wrapperRef--text-overflow-ellipsis {
  flex-direction: row;
}
.em-ds-text-wrapperRef.em-ds-text-wrapperRef--text-overflow-ellipsis .em-ds-text-wrapperRef__ellipsis-wrapperRef {
  white-space: nowrap;
  overflow: hidden;
}
.em-ds-text-wrapperRef.em-ds-text-wrapperRef--text-overflow-ellipsis:after {
  content: '...';
  display: inline;
}
.em-ds-text-wrapperRef.em-ds-text-wrapperRef--text-overflow-word-break {
  word-break: break-all;
}
.em-ds-text-wrapperRef.em-ds-text-wrapperRef--text-align-left {
  text-align: left;
}
.em-ds-text-wrapperRef.em-ds-text-wrapperRef--text-align-right {
  text-align: right;
}
.em-ds-text-wrapperRef.em-ds-text-wrapperRef--text-align-justify {
  text-align: justify;
}
.em-ds-text-wrapperRef.em-ds-text-wrapperRef--text-align-center {
  text-align: center;
}

.em-ds-card {
  border: 1px solid #f6f7f9;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
}
.em-ds-card .em-ds-card-header {
  color: #464f5c;
  padding: 6px 15px;
  border-bottom: 1px solid transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.em-ds-card .em-ds-card-header .em-ds-card-header__heading {
  color: #464f5c;
  font-family: inherit;
  font-size: 18pt;
}
.em-ds-card .em-ds-card-header .em-ds-card-header__pull-right {
  float: right;
}
.em-ds-card .em-ds-card-body {
  padding: 1rem;
}

.em-ds-button-group {
  display: flex;
}
.em-ds-button-group--horizontal.em-ds-button-group--s > .em-ds-button {
  margin-right: 1.23077rem;
}
.em-ds-button-group--horizontal.em-ds-button-group--m > .em-ds-button {
  margin-right: 1.84615rem;
}
.em-ds-button-group--horizontal.em-ds-button-group--l > .em-ds-button {
  margin-right: 2.46154rem;
}
.em-ds-button-group--horizontal .em-ds-button:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.em-ds-button-group--horizontal .em-ds-button:not(:first-child) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.em-ds-button-group--vertical {
  flex-direction: column;
}
.em-ds-button-group--vertical.em-ds-button-group--s > .em-ds-button {
  margin-bottom: 1.23077rem;
}
.em-ds-button-group--vertical.em-ds-button-group--m > .em-ds-button {
  margin-bottom: 1.84615rem;
}
.em-ds-button-group--vertical.em-ds-button-group--l > .em-ds-button {
  margin-bottom: 2.46154rem;
}
.em-ds-button-group .em-ds-button:hover {
  z-index: 3;
}
.em-ds-button-group .em-ds-button:focus {
  z-index: 2;
}

.em-ds-menu__backdrop {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
}

.em-ds-menu-s {
  border: 1px solid #cbcfd7;
  margin: 0;
  display: inline-block;
  padding: 0.61538rem 0;
  background: #ffffff;
  color: #25292f;
  list-style: none;
  width: 100%;
  min-width: 9.84615rem;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow:
    0 6px 20px 0 rgba(0, 0, 0, 0.24),
    0 8px 17px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow:
    0 6px 20px 0 rgba(0, 0, 0, 0.24),
    0 8px 17px 0 rgba(0, 0, 0, 0.19);
  -ms-box-shadow:
    0 6px 20px 0 rgba(0, 0, 0, 0.24),
    0 8px 17px 0 rgba(0, 0, 0, 0.19);
  -o-box-shadow:
    0 6px 20px 0 rgba(0, 0, 0, 0.24),
    0 8px 17px 0 rgba(0, 0, 0, 0.19);
  box-shadow:
    0 6px 20px 0 rgba(0, 0, 0, 0.24),
    0 8px 17px 0 rgba(0, 0, 0, 0.19);
}
.em-ds-menu-s--is-root {
  margin: 0.30769rem 0;
}
.em-ds-menu-s .em-ds-selectbox__control {
  margin: 0 0.61538rem;
}
.em-ds-menu-s .em-ds-selectbox__option {
  padding: 0.76923rem 2.46154rem 0.76923rem 1.23077rem;
}

.em-ds-menu__separator1 {
  margin: 0.61538rem 0;
}
.em-ds-menu__separator1 small {
  padding: 0 1.23077rem;
  color: #697489;
}
.em-ds-menu__separator1:after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background-color: #e0e3e8;
}

.em-ds-menu-items {
  display: flex;
  padding: 0.61538rem 0.92308rem 0.61538rem 0.92308rem;
  transition: background-color 100ms cubic-bezier(0.64, 0, 0.35, 1);
  align-items: center;
  height: 2.46154rem;
}
.em-ds-menu-items__content {
  cursor: pointer;
  display: flex;
  flex: 1;
  align-items: center;
}
.em-ds-menu-items__selectable-container {
  padding-right: 0.61538rem;
  min-width: 1.84615rem;
}
.em-ds-menu-items__selectable-container svg,
.em-ds-menu-items__selectable-container svg:not([fill]) {
  height: 16px;
  width: 16px;
  fill: #1e79c2;
}
.em-ds-menu-items__selectable-container svg svg,
.em-ds-menu-items__selectable-container svg:not([fill]) svg {
  height: 16px;
  width: 16px;
}
.em-ds-menu-items:hover,
.em-ds-menu-items--active {
  background-color: #ebf6ff;
}
.em-ds-menu-items .menu-item-icon {
  height: 16px;
  width: 16px;
  fill: #464f5c;
  margin-right: 0.92308rem;
}
.em-ds-menu-items .menu-item-icon svg {
  height: 16px;
  width: 16px;
}
.em-ds-menu-items .drill-down-icon {
  height: 16px;
  width: 16px;
  fill: #1e79c2;
  margin-left: 0.61538rem;
  margin-right: -0.30769rem;
}
.em-ds-menu-items .drill-down-icon svg {
  height: 16px;
  width: 16px;
}
.em-ds-menu-items__label {
  white-space: nowrap;
  text-overflow: ellipsis;
  user-select: none;
  margin-right: 1.23077rem;
  margin-top: 0.15385rem;
  flex: 1;
}
.em-ds-menu-items--selected {
  background: #1e79c2;
  color: #ffffff;
}
.em-ds-menu-items--selected svg,
.em-ds-menu-items--selected svg:not([fill]) {
  fill: #ffffff;
}
.em-ds-menu-items:active {
  background-color: #1e79c2;
  color: #ffffff;
}
.em-ds-menu-items:active svg,
.em-ds-menu-items:active svg:not([fill]) {
  fill: #ffffff;
}

.em-ds-menu-select__icon {
  padding: 0 0.30769rem 0 0.30769rem;
}

.em-ds-menu-separator {
  margin: 0.15385rem 1.23077rem;
}
.em-ds-menu-separator__title {
  margin: 0;
  margin-top: 0.61538rem;
  margin-bottom: 0.61538rem;
  padding: 0 1.23077rem;
  color: #697489;
}
.em-ds-menu-separator:after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background-color: #e0e3e8;
}
.em-ds-menu-separator:first-child {
  display: none;
}

.em-ds-menu .em-ds-separator-wrapper {
  margin: 0;
}

.menu-component-internal-wrapper {
  min-width: 12.30769rem;
  max-width: 34.46154rem;
}

.em-ds-menu {
  border: 1px solid #cbcfd7;
  margin: 0;
  padding: 0.61538rem 0;
  background: #ffffff;
  color: #25292f;
  list-style: none;
  min-width: 9.84615rem;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow:
    0 12px 15px 0 rgba(0, 0, 0, 0.24),
    0 17px 50px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow:
    0 12px 15px 0 rgba(0, 0, 0, 0.24),
    0 17px 50px 0 rgba(0, 0, 0, 0.19);
  -ms-box-shadow:
    0 12px 15px 0 rgba(0, 0, 0, 0.24),
    0 17px 50px 0 rgba(0, 0, 0, 0.19);
  -o-box-shadow:
    0 12px 15px 0 rgba(0, 0, 0, 0.24),
    0 17px 50px 0 rgba(0, 0, 0, 0.19);
  box-shadow:
    0 12px 15px 0 rgba(0, 0, 0, 0.24),
    0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
.em-ds-menu .em-ds-separator {
  border-color: #b0b9c8;
}
.em-ds-menu--type-phone {
  margin-top: 0.30769rem;
}

.em-ds-menu .em-ds-selectbox__control {
  margin: 0 0.61538rem;
}

.em-ds-menu .em-ds-selectbox__option {
  padding: 0.76923rem 2.46154rem 0.76923rem 1.23077rem;
}

.em-ds-menu-item {
  display: flex;
  transition: background-color 100ms cubic-bezier(0.64, 0, 0.35, 1);
  align-items: center;
  padding: 0 0.30769rem;
  height: 2.46154rem;
  min-width: 10.33846rem;
  max-width: 29.53846rem;
  border: 1px solid transparent;
}
.em-ds-menu-item:hover,
.em-ds-menu-item[aria-expanded='true'] {
  border-color: #1e79c2;
}
.em-ds-menu-item:hover .em-ds-menu-item__addon--fixedItem span,
.em-ds-menu-item[aria-expanded='true'] .em-ds-menu-item__addon--fixedItem span {
  transition: unset;
  background-color: inherit;
}
.em-ds-menu-item:hover .em-ds-menu-item__addon:last-child,
.em-ds-menu-item[aria-expanded='true'] .em-ds-menu-item__addon:last-child {
  opacity: 1;
}
.em-ds-menu-item .em-ds-menu-item__content {
  white-space: nowrap;
  text-overflow: ellipsis;
  user-select: none;
  height: 1.84615rem;
  margin-left: 0.92308rem;
  margin-right: 0.61538rem;
  min-width: 0;
  display: flex;
  align-items: center;
  flex: 1;
}
.em-ds-menu-item--disabled {
  pointer-events: none;
  opacity: 0.5;
}
.em-ds-menu-item .em-ds-menu-item--customRenderer:not(:hover) .em-ds-menu-item__addon:last-child {
  opacity: 1;
}
.em-ds-menu-item--fixedItem:active {
  pointer-events: none;
}
.em-ds-menu-item:focus-within .em-ds-menu-item__addon:last-child {
  opacity: 1;
}
.em-ds-menu-item:focus {
  background-color: #ebf6ff;
  outline: none;
}
.em-ds-menu-item:focus .em-ds-menu-item__addon:last-child {
  opacity: 1;
}
.em-ds-menu-item:active {
  background-color: #ebf6ff;
}
.em-ds-menu-item:active .em-ds-menu-item__addon:last-child {
  opacity: 1;
}
.em-ds-menu-item[role='menuitemcheckbox'] .checkable-mark svg,
.em-ds-menu-item[role='menuitemradio'] .checkable-mark svg {
  stroke: #1e79c2;
}
.em-ds-menu-item[role='menuitemcheckbox'] .em-ds-menu-item__addon:last-child,
.em-ds-menu-item[role='menuitemradio'] .em-ds-menu-item__addon:last-child {
  margin-left: 0.30769rem;
}
.em-ds-menu-item[role='menuitemcheckbox'] .em-ds-menu-item__addon--fixedItem span,
.em-ds-menu-item[role='menuitemradio'] .em-ds-menu-item__addon--fixedItem span {
  border: unset;
}
.em-ds-menu-item.no-options {
  pointer-events: none;
  color: #697489;
}
.em-ds-menu-item__addon {
  min-width: 1.23077rem;
}
.em-ds-menu-item__addon:first-child {
  margin-left: 0.61538rem;
}
.em-ds-menu-item > .em-ds-icon:first-child {
  margin-right: 0.61538rem;
}
.em-ds-menu-item > .em-ds-icon:last-child {
  margin-left: 0.61538rem;
}
.em-ds-menu-item--menu-type-phone {
  padding: 0 1.23077rem;
  cursor: pointer;
}
.em-ds-menu-item--menu-type-phone .em-ds-menu-item__content {
  margin: 0 0.61538rem 0 0;
  justify-content: flex-end;
  color: #697489;
  font-weight: 600;
  font-size: 0.923rem;
}
.em-ds-menu-item--menu-type-phone .em-ds-menu-item__custom-phone-render {
  margin: 0;
  padding: 0;
  color: #006aa9;
  font-weight: 600;
  font-size: 1rem;
}
.em-ds-menu-item--menu-type-phone:active .em-ds-menu-item__content {
  color: #ffffff;
}
.em-ds-menu-item--menu-type-phone:active .em-ds-menu-item__custom-phone-render {
  color: #ffffff;
}

.em-ds-menu-search-group__search-wrapper {
  padding: 0 0.61538rem 0.61538rem;
}

.em-ds-menu-search-group__no-options {
  height: 2.46154rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.em-ds-menu--menu-combo-box {
  padding: 0;
  padding-top: 0.61538rem;
  border: 1px solid #cbcfd7;
}
.em-ds-menu--menu-combo-box .em-ds-combobox-container {
  height: auto;
}
.em-ds-menu--menu-combo-box .em-ds-combobox__menu {
  margin-bottom: 0;
  position: initial;
  border: none;
  box-shadow: none;
}
.em-ds-menu--menu-combo-box .em-ds-combobox__control {
  margin-left: 0.61538rem;
  margin-right: 0.61538rem;
}

.em-ds-pill {
  outline: none;
  display: inline-flex;
  align-items: center;
  background-color: #ebf6ff;
  padding: 0 0.30769rem;
  border-radius: 1.23077rem;
  white-space: nowrap;
  margin-bottom: 0.61538rem;
}
.em-ds-pill__label {
  padding-top: 0.15385rem;
  margin: 0 0.61538rem;
  color: #25292f;
  font-size: 1rem;
  line-height: normal;
  font-weight: 400;
}
.em-ds-pill--title .em-ds-pill__label {
  font-size: 1rem;
  font-weight: 600;
}
.em-ds-pill--m {
  height: 1.84615rem;
}
.em-ds-pill--l {
  height: 2.46154rem;
}

.em-ds-pill.removable-pill:active,
.em-ds-pill.removable-pill:focus-within,
.em-ds-pill.dropdown-pill:active,
.em-ds-pill.dropdown-pill:focus-within,
.em-ds-pill.input-pill:active,
.em-ds-pill.input-pill:focus-within {
  outline: none;
  position: relative;
}
.em-ds-pill.removable-pill:active:after,
.em-ds-pill.removable-pill:focus-within:after,
.em-ds-pill.dropdown-pill:active:after,
.em-ds-pill.dropdown-pill:focus-within:after,
.em-ds-pill.input-pill:active:after,
.em-ds-pill.input-pill:focus-within:after {
  content: '';
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  outline: none;
  border: calc(0.30769rem * 0.25) solid #1e79c2;
  box-shadow: inset 0 0 0 1px #8cc2ed;
  border-radius: 2px;
  border-radius: 0;
  border-radius: 1.23077rem;
}

.em-ds-pill.dropdown-pill {
  cursor: pointer;
}
.em-ds-pill.dropdown-pill:hover .em-ds-pill__label,
.em-ds-pill.dropdown-pill:active .em-ds-pill__label,
.em-ds-pill.dropdown-pill:focus-within .em-ds-pill__label,
.em-ds-pill.dropdown-pill[aria-expanded='true'] .em-ds-pill__label {
  color: #005181;
}
.em-ds-pill.dropdown-pill:hover .em-ds-icon svg path,
.em-ds-pill.dropdown-pill:active .em-ds-icon svg path,
.em-ds-pill.dropdown-pill:focus-within .em-ds-icon svg path,
.em-ds-pill.dropdown-pill[aria-expanded='true'] .em-ds-icon svg path {
  fill: #005181;
}
.em-ds-pill.dropdown-pill .dropdown-pill-menu {
  margin-top: 0.30769rem;
}
.em-ds-pill.dropdown-pill .dropdown-pill-chevron-down {
  justify-content: center;
  margin-right: 0.30769rem;
}
.em-ds-pill.dropdown-pill .dropdown-pill-chevron-down svg {
  width: 0.92308rem;
}

.em-ds-pill.input-pill {
  cursor: pointer;
  background: #ffffff;
  border: solid 1px #cbcfd7;
  width: 9em;
}
.em-ds-pill.input-pill .em-ds-pill__label {
  margin: 0 0.30769rem 0 0.61538rem;
}
.em-ds-pill.input-pill.em-ds-input-pill--value {
  background-color: #ebf6ff;
  border: unset;
}
.em-ds-pill.input-pill.em-ds-input-pill--value .em-ds-input {
  background-color: #ebf6ff;
}
.em-ds-pill.input-pill.em-ds-input-pill--value:active,
.em-ds-pill.input-pill.em-ds-input-pill--value:focus-within,
.em-ds-pill.input-pill.em-ds-input-pill--value[aria-expanded='true'] {
  background-color: #ffffff;
}
.em-ds-pill.input-pill.em-ds-input-pill--value:active .em-ds-input,
.em-ds-pill.input-pill.em-ds-input-pill--value:focus-within .em-ds-input,
.em-ds-pill.input-pill.em-ds-input-pill--value[aria-expanded='true'] .em-ds-input {
  background-color: #ffffff;
}
.em-ds-pill.input-pill .em-ds-input {
  color: #005181;
  padding: unset;
  border: unset;
  height: inherit;
}
.em-ds-pill.input-pill .em-ds-input:focus {
  box-shadow: unset;
}

.dropdown-pill-menu {
  margin-top: 0.30769rem;
}

.em-ds-pill.removable-pill .remove-pill-button {
  cursor: pointer;
}

.em-ds-pill-group .em-ds-pill.dropdown-pill:active,
.em-ds-pill-group .em-ds-pill.dropdown-pill:focus-within,
.em-ds-pill-group .em-ds-pill.removable-pill:active,
.em-ds-pill-group .em-ds-pill.removable-pill:focus-within,
.em-ds-pill.input-pill:active,
.em-ds-pill.input-pill:focus-within {
  outline: none;
  position: relative;
}
.em-ds-pill-group .em-ds-pill.dropdown-pill:active:after,
.em-ds-pill-group .em-ds-pill.dropdown-pill:focus-within:after,
.em-ds-pill-group .em-ds-pill.removable-pill:active:after,
.em-ds-pill-group .em-ds-pill.removable-pill:focus-within:after,
.em-ds-pill.input-pill:active:after,
.em-ds-pill.input-pill:focus-within:after {
  content: '';
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  outline: none;
  border: calc(0.30769rem * 0.25) solid #1e79c2;
  box-shadow: inset 0 0 0 1px #8cc2ed;
  border-radius: 2px;
  border-radius: 0;
}

.em-ds-pill-group .em-ds-pill.dropdown-pill:first-child:not(:only-child):active,
.em-ds-pill-group .em-ds-pill.dropdown-pill:first-child:not(:only-child):focus-within,
.em-ds-pill-group .em-ds-pill.removable-pill:first-child:not(:only-child):active,
.em-ds-pill-group .em-ds-pill.removable-pill:first-child:not(:only-child):focus-within,
.em-ds-pill.input-pill:first-child:not(:only-child):active,
.em-ds-pill.input-pill:first-child:not(:only-child):focus-within {
  outline: none;
  position: relative;
}
.em-ds-pill-group .em-ds-pill.dropdown-pill:first-child:not(:only-child):active:after,
.em-ds-pill-group .em-ds-pill.dropdown-pill:first-child:not(:only-child):focus-within:after,
.em-ds-pill-group .em-ds-pill.removable-pill:first-child:not(:only-child):active:after,
.em-ds-pill-group .em-ds-pill.removable-pill:first-child:not(:only-child):focus-within:after,
.em-ds-pill.input-pill:first-child:not(:only-child):active:after,
.em-ds-pill.input-pill:first-child:not(:only-child):focus-within:after {
  content: '';
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  outline: none;
  border: calc(0.30769rem * 0.25) solid #1e79c2;
  box-shadow: inset 0 0 0 1px #8cc2ed;
  border-radius: 2px;
  border-radius: 0;
  border-bottom-left-radius: 1.23077rem;
  border-top-left-radius: 1.23077rem;
}

.em-ds-pill-group .em-ds-pill.dropdown-pill:last-child:not(:only-child):active,
.em-ds-pill-group .em-ds-pill.dropdown-pill:last-child:not(:only-child):focus-within,
.em-ds-pill-group .em-ds-pill.removable-pill:last-child:not(:only-child):active,
.em-ds-pill-group .em-ds-pill.removable-pill:last-child:not(:only-child):focus-within,
.em-ds-pill.input-pill:last-child:not(:only-child):active,
.em-ds-pill.input-pill:last-child:not(:only-child):focus-within {
  outline: none;
  position: relative;
}
.em-ds-pill-group .em-ds-pill.dropdown-pill:last-child:not(:only-child):active:after,
.em-ds-pill-group .em-ds-pill.dropdown-pill:last-child:not(:only-child):focus-within:after,
.em-ds-pill-group .em-ds-pill.removable-pill:last-child:not(:only-child):active:after,
.em-ds-pill-group .em-ds-pill.removable-pill:last-child:not(:only-child):focus-within:after,
.em-ds-pill.input-pill:last-child:not(:only-child):active:after,
.em-ds-pill.input-pill:last-child:not(:only-child):focus-within:after {
  content: '';
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  outline: none;
  border: calc(0.30769rem * 0.25) solid #1e79c2;
  box-shadow: inset 0 0 0 1px #8cc2ed;
  border-radius: 2px;
  border-radius: 0;
  border-bottom-right-radius: 1.23077rem;
  border-top-right-radius: 1.23077rem;
}

.em-ds-pill-group .em-ds-pill.dropdown-pill:only-child:active,
.em-ds-pill-group .em-ds-pill.dropdown-pill:only-child:focus-within,
.em-ds-pill-group .em-ds-pill.removable-pill:only-child:active,
.em-ds-pill-group .em-ds-pill.removable-pill:only-child:focus-within,
.em-ds-pill.input-pill:only-child:active,
.em-ds-pill.input-pill:only-child:focus-within {
  outline: none;
  position: relative;
}
.em-ds-pill-group .em-ds-pill.dropdown-pill:only-child:active:after,
.em-ds-pill-group .em-ds-pill.dropdown-pill:only-child:focus-within:after,
.em-ds-pill-group .em-ds-pill.removable-pill:only-child:active:after,
.em-ds-pill-group .em-ds-pill.removable-pill:only-child:focus-within:after,
.em-ds-pill.input-pill:only-child:active:after,
.em-ds-pill.input-pill:only-child:focus-within:after {
  content: '';
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  outline: none;
  border: calc(0.30769rem * 0.25) solid #1e79c2;
  box-shadow: inset 0 0 0 1px #8cc2ed;
  border-radius: 2px;
  border-radius: 0;
  border-radius: 1.23077rem;
}

.em-ds-pill-group {
  display: flex;
}
.em-ds-pill-group:not(:last-child) {
  margin-right: 0.61538rem;
}
.em-ds-pill-group .em-ds-pill {
  padding: 0;
  border-radius: 0;
}
.em-ds-pill-group .em-ds-pill__addon:last-child {
  margin-right: 0.15385rem;
}
.em-ds-pill-group .em-ds-pill:first-child {
  border-bottom-left-radius: 1.23077rem;
  border-top-left-radius: 1.23077rem;
  padding-left: 0.30769rem;
}
.em-ds-pill-group .em-ds-pill:first-child__addon:last-child {
  margin-right: 0;
}
.em-ds-pill-group .em-ds-pill:last-child {
  border-bottom-right-radius: 1.23077rem;
  border-top-right-radius: 1.23077rem;
  padding-right: 0.30769rem;
}
.em-ds-pill-group .em-ds-pill:last-child__addon:last-child {
  margin-right: 0;
}
.em-ds-pill-group .em-ds-pill:not(:last-child) {
  margin-right: 0.15385rem;
}

@media (max-width: 48rem) {
  .em-ds-pill--m {
    height: 1.5rem;
  }
  .em-ds-pill--l {
    height: 2rem;
  }
  .em-ds-pill {
    min-width: calc(2rem * 1.75);
    justify-content: center;
  }
  .em-ds-pill__label {
    font-size: 0.87498rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .em-ds-pill.removable-pill {
    justify-content: space-between;
  }
  .em-ds-pill.dropdown-pill {
    justify-content: space-between;
  }
}

@media only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .em-ds-pill--m {
    height: 1.5rem;
  }
  .em-ds-pill--l {
    height: 2rem;
  }
  .em-ds-pill {
    min-width: calc(2rem * 1.75);
    justify-content: center;
  }
  .em-ds-pill__label {
    font-size: 0.87498rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .em-ds-pill.removable-pill {
    justify-content: space-between;
  }
  .em-ds-pill.dropdown-pill {
    justify-content: space-between;
  }
}

@media only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .em-ds-pill--m {
    height: 1.5rem;
  }
  .em-ds-pill--l {
    height: 2rem;
  }
  .em-ds-pill {
    min-width: calc(2rem * 1.75);
    justify-content: center;
  }
  .em-ds-pill__label {
    font-size: 0.87498rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .em-ds-pill.removable-pill {
    justify-content: space-between;
  }
  .em-ds-pill.dropdown-pill {
    justify-content: space-between;
  }
}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
  .em-ds-pill--m {
    height: 1.5rem;
  }
  .em-ds-pill--l {
    height: 2rem;
  }
  .em-ds-pill {
    min-width: calc(2rem * 1.75);
    justify-content: center;
  }
  .em-ds-pill__label {
    font-size: 0.87498rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .em-ds-pill.removable-pill {
    justify-content: space-between;
  }
  .em-ds-pill.dropdown-pill {
    justify-content: space-between;
  }
}

@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  .em-ds-pill--m {
    height: 1.5rem;
  }
  .em-ds-pill--l {
    height: 2rem;
  }
  .em-ds-pill {
    min-width: calc(2rem * 1.75);
    justify-content: center;
  }
  .em-ds-pill__label {
    font-size: 0.87498rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .em-ds-pill.removable-pill {
    justify-content: space-between;
  }
  .em-ds-pill.dropdown-pill {
    justify-content: space-between;
  }
}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
  .em-ds-pill--m {
    height: 1.5rem;
  }
  .em-ds-pill--l {
    height: 2rem;
  }
  .em-ds-pill {
    min-width: calc(2rem * 1.75);
    justify-content: center;
  }
  .em-ds-pill__label {
    font-size: 0.87498rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .em-ds-pill.removable-pill {
    justify-content: space-between;
  }
  .em-ds-pill.dropdown-pill {
    justify-content: space-between;
  }
}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  .em-ds-pill--m {
    height: 1.5rem;
  }
  .em-ds-pill--l {
    height: 2rem;
  }
  .em-ds-pill {
    min-width: calc(2rem * 1.75);
    justify-content: center;
  }
  .em-ds-pill__label {
    font-size: 0.87498rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .em-ds-pill.removable-pill {
    justify-content: space-between;
  }
  .em-ds-pill.dropdown-pill {
    justify-content: space-between;
  }
}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
  .em-ds-pill--m {
    height: 1.5rem;
  }
  .em-ds-pill--l {
    height: 2rem;
  }
  .em-ds-pill {
    min-width: calc(2rem * 1.75);
    justify-content: center;
  }
  .em-ds-pill__label {
    font-size: 0.87498rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .em-ds-pill.removable-pill {
    justify-content: space-between;
  }
  .em-ds-pill.dropdown-pill {
    justify-content: space-between;
  }
}

.em-ds-zoom-resize {
  max-width: calc(3.69231rem + 3.69231rem);
}
.em-ds-zoom-resize .em-ds-selectbox__indicator-separator {
  display: none;
}
.em-ds-zoom-resize .em-ds-selectbox__input input:focus-within {
  min-width: 3.69231rem;
}
.em-ds-zoom-resize .em-ds-selectbox__control--is-focused .em-ds-selectbox__value-container--has-value span {
  display: none;
}

.em-ds-indeterminate-progress-indicator__bar {
  background-color: #e0e3e8;
  overflow: hidden;
}

.em-ds-indeterminate-progress-indicator__bar-indicator {
  height: 0.30769rem;
}

@keyframes indeterminateAnimation {
  0% {
    transform: scaleX(0.015);
    transform-origin: 0% 0%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8) 10%, #1394e5);
  }
  25% {
    transform: scaleX(0.4);
  }
  50% {
    transform: scaleX(0.015);
    transform-origin: 100% 0%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8) 10%, #1394e5);
  }
  50.1% {
    transform: scaleX(0.015);
    transform-origin: 100% 0%;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8) 10%, #1394e5);
  }
  75% {
    transform: scaleX(0.4);
  }
  100% {
    transform: scaleX(0.015);
    transform-origin: 0% 0%;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8) 10%, #1394e5);
  }
}

@keyframes processingSuccess {
  0%,
  30% {
    transform: translateX(-50%);
    width: 50%;
  }
  15% {
    transform: translateX(150%);
    width: 50%;
  }
  0%,
  60% {
    transform: translateX(-50%);
    width: 50%;
  }
  45% {
    transform: translateX(150%);
    width: 50%;
  }
  0%,
  90% {
    transform: translateX(-50%);
    width: 50%;
  }
  75% {
    transform: translateX(150%);
    width: 50%;
  }
  100% {
    transform: translateX(0%);
  }
}

@keyframes processingSuccessEnd {
  0% {
    transform: translateX(-50%);
    width: 50%;
  }
  45% {
    transform: translateX(150%);
    width: 50%;
  }
  100% {
    transform: translateX(0%);
    background-color: #207e56;
  }
}

@keyframes processingFail {
  0%,
  30% {
    transform: translateX(-50%);
    width: 50%;
  }
  15% {
    transform: translateX(150%);
    width: 50%;
  }
  0%,
  60% {
    transform: translateX(-50%);
    width: 50%;
  }
  45% {
    transform: translateX(150%);
    width: 50%;
  }
  0%,
  90% {
    transform: translateX(-50%);
    width: 50%;
  }
  75% {
    transform: translateX(150%);
    width: 50%;
  }
  100% {
    transform: translateX(0%);
  }
}

@keyframes processingFailEnd {
  0% {
    transform: translateX(-50%);
    width: 50%;
  }
  45% {
    transform: translateX(150%);
    width: 50%;
  }
  100% {
    transform: translateX(0%);
    background-color: #e34256;
  }
}

@keyframes labelAnimation {
  0% {
    opacity: 1;
  }
  92% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.em-ds-indeterminate-progress-indicator {
  width: 100%;
  padding: 0.61538rem 1.84615rem;
}
.em-ds-indeterminate-progress-indicator-default .em-ds-indeterminate-progress-indicator__bar-indicator {
  background-color: #697489;
  width: 50%;
}
.em-ds-indeterminate-progress-indicator-complete .em-ds-indeterminate-progress-indicator__bar-indicator {
  background-color: #207e56;
}
.em-ds-indeterminate-progress-indicator-failed .em-ds-indeterminate-progress-indicator__bar-indicator {
  background-color: #e34256;
}
.em-ds-indeterminate-progress-indicator-processing .em-ds-indeterminate-progress-indicator__bar-indicator {
  background-color: #1394e5;
  width: 50%;
}
.em-ds-indeterminate-progress-indicator-processing.animated .em-ds-indeterminate-progress-indicator__bar-indicator {
  width: 100%;
  animation: indeterminateAnimation 2s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
}
.em-ds-indeterminate-progress-indicator-processing.em-ds-indeterminate-progress-indicator-complete
  .em-ds-indeterminate-progress-indicator__bar-indicator {
  animation: processingSuccessEnd 1s ease-in-out;
  animation-fill-mode: forwards;
}
.em-ds-indeterminate-progress-indicator-processing.em-ds-indeterminate-progress-indicator-complete
  .em-ds-indeterminate-progress-indicator-tooltip-text {
  animation: labelAnimation 1s ease-in-out;
}
.em-ds-indeterminate-progress-indicator-processing-complete .em-ds-indeterminate-progress-indicator__bar-indicator {
  background-color: #1394e5;
  width: 50%;
  animation: processingSuccess 4s infinite;
  animation-fill-mode: forwards;
}
.em-ds-indeterminate-progress-indicator-processing-complete.em-ds-indeterminate-progress-indicator-complete
  .em-ds-indeterminate-progress-indicator__bar-indicator {
  animation: processingSuccessEnd 1s ease-in-out;
  animation-fill-mode: forwards;
}
.em-ds-indeterminate-progress-indicator-processing-complete.em-ds-indeterminate-progress-indicator-complete
  .em-ds-indeterminate-progress-indicator-tooltip-text {
  animation: labelAnimation 1s ease-in-out;
}
.em-ds-indeterminate-progress-indicator-processing-fail .em-ds-indeterminate-progress-indicator__bar-indicator {
  background-color: #1394e5;
  width: 50%;
  animation: processingFail 4s infinite;
  animation-fill-mode: forwards;
}
.em-ds-indeterminate-progress-indicator-processing-fail.em-ds-indeterminate-progress-indicator-failed
  .em-ds-indeterminate-progress-indicator__bar-indicator {
  animation: processingFailEnd 1s ease-in-out;
  animation-fill-mode: forwards;
}
.em-ds-indeterminate-progress-indicator-processing-fail.em-ds-indeterminate-progress-indicator-failed
  .em-ds-indeterminate-progress-indicator-tooltip-text {
  animation: labelAnimation 1s ease-in-out;
}
.em-ds-indeterminate-progress-indicator.line-only {
  padding: 0;
}

.em-ds-page-number {
  position: relative;
  display: inline-flex;
  border: 0.07692rem solid #cbcfd7;
  margin: 0.61538rem 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.em-ds-page-number .em-ds-time-picker-panel:not(:last-child) {
  border-right: 0.07692rem solid #cbcfd7;
}
.em-ds-page-number__pages {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.em-ds-page-number__ref {
  width: 2.46154rem;
  position: absolute;
  top: 0;
  pointer-events: none;
}
.em-ds-page-number__input {
  border: none;
  box-shadow: none;
  width: 2.46154rem;
  background: none;
  text-align: center;
  padding-right: 0.30769rem;
}
.em-ds-page-number__input:focus {
  border: none;
  box-shadow: none;
}
.em-ds-page-number__separator {
  width: 0.61538rem;
}
.em-ds-page-number__total {
  padding: 0.61538rem 14px;
}
.em-ds-page-number__limiter {
  width: 1px;
  background: #cbcfd7;
  height: calc(2.46154rem - 1.23077rem);
  margin-top: calc(0.30769rem * 1.5);
  margin-left: 0.61538rem;
}

.input-search-menu {
  width: 29.53846rem;
}

.em-ds-circular-progress-indicator-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: fit-content;
  margin: 0;
}

.em-ds-circular-progress-indicator__label {
  margin-top: 1.23077rem;
}

.em-ds-circular-progress-indicator__track {
  stroke: #e0e3e8;
}

.em-ds-circular-progress-indicator__arc-blue {
  transform-origin: 33px 33px;
  animation: rotation1 2.7s ease-out infinite;
}

.em-ds-circular-progress-indicator__arc-white {
  transform-origin: 33px 33px;
  animation: rotation2 2.7s ease-out infinite;
}

.em-ds-circular-progress-indicator__arc-gray {
  transform-origin: 33px 33px;
  animation: rotation2 2.7s ease-out infinite;
}

@keyframes rotation1 {
  0% {
    stroke: url(#grad1);
    transform: rotate(0deg);
  }
  49% {
    stroke: url(#grad1);
  }
  50% {
    stroke: #5594e2;
    transform: rotate(450deg);
  }
  51% {
    stroke: url(#grad2);
  }
  100% {
    stroke: url(#grad2);
    transform: rotate(0deg);
  }
}

@keyframes rotation2 {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(90deg);
  }
  60% {
    transform: rotate(90deg);
  }
  80% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #1e79c2;
  }
  50% {
    box-shadow: 0 0 5px 0 #1e79c2;
  }
  100% {
    box-shadow: 0 0 0 0 #1e79c2;
  }
}

.em-ds-shuttle {
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4em 0;
  height: 100%;
}

.em-ds-shuttle__empty-container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.em-ds-shuttle__empty-container span {
  color: #b0b9c8;
}

.em-ds-shuttle-wrapper {
  position: relative;
  min-width: 14.76923rem;
  width: 100%;
  height: 100%;
  max-width: 23.07692rem;
}
.em-ds-shuttle-wrapper .em-ds-shuttle-header {
  height: 2.30769rem;
  display: flex;
}
.em-ds-shuttle-wrapper .em-ds-shuttle-header__breadcrumb {
  overflow: hidden;
  align-self: center;
  flex: 1;
  padding: 4px 0;
}
.em-ds-shuttle-wrapper .em-ds-shuttle-header__breadcrumb .em-ds-breadcrumb {
  width: 100%;
}
.em-ds-shuttle-wrapper .em-ds-shuttle-header__breadcrumb .em-ds-breadcrumb ol {
  margin: 0;
}
.em-ds-shuttle-wrapper .em-ds-shuttle-list {
  flex: 1 1 50%;
  position: relative;
  border: 1px solid #cbcfd7;
  padding: 0;
  min-height: 22.89231rem;
  height: 100%;
  overflow: hidden;
  width: 100%;
  margin: 0 0 0.30769rem 0;
}
.em-ds-shuttle-wrapper .em-ds-shuttle-list__overflow {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transition:
    top 200ms cubic-bezier(0.64, 0, 0.35, 1),
    height 200ms cubic-bezier(0.64, 0, 0.35, 1);
}
.em-ds-shuttle-wrapper .em-ds-shuttle-list__overflow--searching {
  top: 2.21538rem;
  height: calc(100% - 2.21538rem);
}
.em-ds-shuttle-wrapper .em-ds-shuttle-list__overflow--empty {
  top: 0;
}
.em-ds-shuttle-wrapper .em-ds-shuttle-list__panel {
  width: 3.93846rem;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 1px;
  transition: transform 100ms cubic-bezier(0.64, 0, 0.35, 1);
  transform: translateX(4.92308rem);
  z-index: 1;
  box-shadow:
    0 1px 5px 0 rgba(0, 0, 0, 0.13),
    0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.em-ds-shuttle-wrapper .em-ds-shuttle-list__panel .em-ds-button {
  width: 100%;
  height: 100%;
}
.em-ds-shuttle-wrapper .em-ds-shuttle-list__panel--open {
  transform: translateX(0px);
}
.em-ds-shuttle-wrapper .em-ds-shuttle-list__loading-list,
.em-ds-shuttle-wrapper .em-ds-shuttle-list__empty-message {
  animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s;
}
.em-ds-shuttle-wrapper .em-ds-shuttle-list__loading-list {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.em-ds-shuttle-wrapper .em-ds-shuttle-list__empty-message {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #697489;
}
.em-ds-shuttle-wrapper .em-ds-shuttle-list--show-pulse {
  animation: pulse 0.5s infinite;
  animation-iteration-count: 1;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.em-ds-shuttle-wrapper .em-ds-shuttle-footer {
  display: flex;
  height: 1.53785rem;
  align-items: center;
}
.em-ds-shuttle-wrapper .em-ds-shuttle-footer__actions {
  flex: 1;
}
.em-ds-shuttle-wrapper .em-ds-shuttle-footer__counter {
  flex: 1;
  text-align: right;
}
.em-ds-shuttle-wrapper:first-child {
  margin-right: 16px;
}

.em-ds-shuttle-list-item {
  display: grid;
  grid-template-columns: auto min-content;
  align-items: center;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #e0e3e8;
  background-color: #ffffff;
  z-index: 999;
}
.em-ds-shuttle-list-item.drag-helper {
  border: 1px solid #e0e3e8;
}
.em-ds-shuttle-list-item__parent-helper-text {
  margin-left: 0.61538rem;
  color: #006aa9;
}
.em-ds-shuttle-list-item__content {
  display: grid;
  align-items: center;
  grid-template-columns: min-content minmax(0px, min-content) auto;
  height: 2.76923rem;
  padding-left: 0.61538rem;
  padding-right: 0.61538rem;
  border-left: 4px solid #e0e3e8;
  cursor: default;
  pointer-events: none;
}
.em-ds-shuttle-list-item__content span.shuttle-tooltip-text {
  cursor: pointer;
  pointer-events: all;
}
.em-ds-shuttle-list-item__content .gripper {
  pointer-events: all;
  margin-right: 0.61538rem;
}
.em-ds-shuttle-list-item__content--checked {
  border-left-color: #1e79c2;
}
.em-ds-shuttle-list-item__content--can-hover {
  cursor: pointer;
  pointer-events: all;
}
.em-ds-shuttle-list-item__content--can-hover:hover {
  background-color: #f6fbff;
}
.em-ds-shuttle-list-item__icon-wrapper > span {
  margin-right: 0.61538rem;
}
.em-ds-shuttle-list-item__actions {
  display: flex;
}
.em-ds-shuttle-list-item__actions .em-ds-button {
  color: #1e79c2;
  background-color: transparent;
  border: 1px solid transparent;
  cursor: pointer;
  height: 2.76923rem;
  width: 2.76923rem;
  border-left: 1px solid #e0e3e8;
}
.em-ds-shuttle-list-item__actions .em-ds-button svg,
.em-ds-shuttle-list-item__actions .em-ds-button svg:not([fill]) {
  fill: #1e79c2;
}
.em-ds-shuttle-list-item__actions .em-ds-button:hover:not(:disabled) {
  background-color: #f6fbff;
}
.em-ds-shuttle-list-item__actions .em-ds-button:disabled {
  cursor: auto;
}
.em-ds-shuttle-list-item__actions .em-ds-button:disabled svg {
  opacity: 0.3;
}

.em-ds-shuttle-search-box {
  position: absolute;
  width: 100%;
  z-index: 10;
  background-color: #ffffff;
  height: 2.21538rem;
  top: -2.21538rem;
  border-bottom: 1px solid #e0e3e8;
  align-items: center;
  transition: 200ms cubic-bezier(0.64, 0, 0.35, 1);
}
.em-ds-shuttle-search-box .em-ds-input-addon-wrapper {
  border: none;
  width: 100%;
}
.em-ds-shuttle-search-box .em-ds-input-addon-wrapper__addon::before {
  content: none;
}
.em-ds-shuttle-search-box .em-ds-input {
  border: none;
}
.em-ds-shuttle-search-box input {
  flex: 1;
  border: none;
}
.em-ds-shuttle-search-box--opened {
  top: 0;
}

.em-ds-shuttle-infinite-scroll-indicator {
  position: absolute;
  width: 100%;
  z-index: 10;
  background-color: #ffffff;
  height: 2.76923rem;
  bottom: -43px;
  border-top: 1px solid #e0e3e8;
  align-items: center;
  transition: 400ms cubic-bezier(0, 0, 0.42, 1);
}
.em-ds-shuttle-infinite-scroll-indicator--opened {
  transition: 400ms cubic-bezier(0.36, 0, 1, 1);
  bottom: 0;
}

.em-ds-filter-bar {
  display: flex;
  margin-bottom: 0.61538rem;
}

.em-ds-filter-bar__pills {
  display: flex;
  flex: 1;
  align-items: center;
  flex-wrap: wrap;
}

.em-ds-filter-bar__buttons {
  margin-left: 0.61538rem;
}

body.ReactModal__Body--open {
  overflow: hidden;
}

.em-ds-modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  outline: 0;
  background-color: rgba(37, 41, 47, 0.5);
  overflow: auto;
  -webkit-transition: 400ms cubic-bezier(0, 0, 0.42, 1);
  -moz-transition: 400ms cubic-bezier(0, 0, 0.42, 1);
  -o-transition: 400ms cubic-bezier(0, 0, 0.42, 1);
  transition: 400ms cubic-bezier(0, 0, 0.42, 1);
}
.em-ds-modal-overlay[class*='after-open'] {
  opacity: 1;
}
.em-ds-modal-overlay[class*='before-close'] {
  opacity: 0;
}
.em-ds-modal-overlay.em-ds-modal--center {
  display: flex;
  align-items: center;
}

.em-ds-modal {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  min-width: 9.84615rem;
}
.em-ds-modal:focus {
  outline: none;
}

.em-ds-modal--x-small {
  max-width: 24.61538rem;
  margin: 1.84615rem auto;
}

.em-ds-modal--small {
  max-width: 36.92308rem;
  margin: 1.84615rem auto;
}

.em-ds-modal--medium {
  max-width: 44.30769rem;
  margin: 1.84615rem auto;
}

.em-ds-modal--large {
  max-width: 59.07692rem;
  margin: 1.84615rem auto;
}

.em-ds-modal--x-large {
  max-width: 78.76923rem;
  margin: 1.84615rem auto;
}

.em-ds-modal-modal-header {
  background: #f6f7f9;
  display: flex;
  align-items: flex-start;
  border-bottom: solid 1px #ebedf0;
  padding: 1.23077rem;
  flex: 0 0 auto;
}

.em-ds-modal-modal-header__title {
  font-size: 1.3846rem;
  line-height: 1.2;
  font-weight: 400;
  color: #353c46;
  word-break: break-word;
}

.em-ds-modal-modal-header__icon {
  cursor: pointer;
  margin-left: auto;
  padding-left: 1.23077rem;
}

.em-ds-modal__body {
  padding: 1.84615rem;
  flex: 1 1 auto;
}

.em-ds-modal__body-wrapper {
  padding-bottom: 1.23077rem;
  overflow-y: hidden;
  overflow-x: auto;
  word-break: break-word;
}

.em-ds-modal-modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-top: solid 1px #ebedf0;
  padding: 1.23077rem;
  flex: 0 0 auto;
}

.em-ds-modal-modal-footer-actions {
  display: flex;
}

.em-ds-modal__button-action {
  margin-left: 1.23077rem;
}

.em-ds-modal-modal-footer--fluid-actions .em-ds-modal-modal-footer-actions {
  flex-direction: column;
  flex: 1;
}

.em-ds-modal-modal-footer--fluid-actions .em-ds-modal__button-action {
  margin-left: 0;
  width: 100%;
}

.em-ds-modal-feedback {
  display: flex;
  justify-content: center;
  padding-bottom: 1.23077rem;
}
.em-ds-modal-feedback .em-ds-icon {
  height: 4.92308rem;
  width: 4.92308rem;
}
.em-ds-modal-feedback--modal-type-warning .em-ds-icon {
  fill: #ff9400;
}
.em-ds-modal-feedback--modal-type-error .em-ds-icon {
  fill: #c64252;
}
.em-ds-modal-feedback--modal-type-success .em-ds-icon {
  fill: #207e56;
}
.em-ds-modal-feedback--modal-type-help .em-ds-icon {
  fill: #52a6ec;
}
.em-ds-modal-feedback--modal-type-info .em-ds-icon {
  fill: #52a6ec;
}

.em-ds-modal-v2 {
  position: relative;
  display: flex;
  flex-direction: column;
  width: auto;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  min-width: 300px;
  box-shadow: 0 10px 20px 0 #697489;
  margin: 24px;
  left: calc(50% - 24px);
  transform: translateX(-50%);
  max-width: 44.30769rem;
}
.em-ds-modal-v2:focus {
  outline: none;
}
.em-ds-modal-v2.em-ds-modal-v2-type-information,
.em-ds-modal-v2.em-ds-modal-v2-type-decision,
.em-ds-modal-v2.em-ds-modal-v2-type-form {
  max-width: 30.03077rem;
}

.em-ds-modal-v2__modal-header--decision {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  padding-right: 1.23077rem;
}

.em-ds-modal-v2__modal-header {
  height: 1.84615rem;
}
.em-ds-modal-v2__modal-header--with-close {
  height: 3.69231rem;
}

.em-ds-modal-v2__modal-header--selection {
  height: 3.69231rem;
  display: flex;
  align-items: flex-start;
  border-bottom: solid 1px #ebedf0;
  padding-top: 10px;
  padding-left: 1.23077rem;
  padding-right: 1.23077rem;
  flex: 0 0 auto;
  width: calc(100% - 1px);
}
.em-ds-modal-v2__modal-header--selection .em-ds-modal-v2__modal-header-close {
  background: #ffffff;
  margin-left: auto;
}
.em-ds-modal-v2__modal-header--selection .em-ds-modal-v2__modal-header-close--form {
  background: none;
  height: calc(1.84615rem * 1.16);
  align-items: center;
  display: flex;
}

body.ReactModal__Body--open {
  overflow: hidden;
}

.em-ds-modal-v2-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  outline: 0;
  background-color: rgba(37, 41, 47, 0.5);
  overflow: auto;
  -webkit-transition: 400ms cubic-bezier(0, 0, 0.42, 1);
  -moz-transition: 400ms cubic-bezier(0, 0, 0.42, 1);
  -o-transition: 400ms cubic-bezier(0, 0, 0.42, 1);
  transition: 400ms cubic-bezier(0, 0, 0.42, 1);
}
.em-ds-modal-v2-overlay[class*='after-open'] {
  opacity: 1;
}
.em-ds-modal-v2-overlay[class*='before-close'] {
  opacity: 0;
}
.em-ds-modal-v2-overlay.em-ds-modal-v2--top .em-ds-modal-v2 {
  margin-top: 20vh;
}
.em-ds-modal-v2-overlay.em-ds-modal-v2--center {
  display: flex;
  align-items: center;
}

.em-ds-modal-v2.em-ds-modal-v2--small {
  max-width: 320px;
  width: 100%;
}

.em-ds-modal-v2.em-ds-modal-v2--medium {
  max-width: 656px;
  width: 100%;
}

.em-ds-modal-v2.em-ds-modal-v2--large {
  max-width: 848px;
  width: 100%;
}

.em-ds-modal-v2.em-ds-modal-v2--x-large {
  max-width: 1024px;
  width: 100%;
}

.em-ds-modal-v2.em-ds-modal-v2--xx-large {
  max-width: 1600px;
  width: calc(100% - 48px);
}

.em-ds-modal-v2__modal-feedback {
  text-align: center;
  padding-bottom: 1.23077rem;
}
.em-ds-modal-v2__modal-feedback .em-ds-icon {
  height: 4.92308rem;
  width: 4.92308rem;
}
.em-ds-modal-v2__modal-feedback--information .em-ds-icon svg,
.em-ds-modal-v2__modal-feedback--information .em-ds-icon svg:not([fill]) {
  fill: #006aa9;
}
.em-ds-modal-v2__modal-feedback--warning .em-ds-icon svg,
.em-ds-modal-v2__modal-feedback--warning .em-ds-icon svg:not([fill]) {
  fill: #fbb431;
}
.em-ds-modal-v2__modal-feedback--error .em-ds-icon svg,
.em-ds-modal-v2__modal-feedback--error .em-ds-icon svg:not([fill]) {
  fill: #c64252;
}
.em-ds-modal-v2__modal-feedback--success .em-ds-icon svg,
.em-ds-modal-v2__modal-feedback--success .em-ds-icon svg:not([fill]) {
  fill: #207e56;
}

.em-ds-modal-v2-type-information,
.em-ds-modal-v2-type-decision {
  text-align: center;
}

.em-ds-modal-v2__modal-title {
  font-size: 1.3846rem;
  line-height: 1.2;
  font-weight: 400;
  color: #353c46;
  word-break: break-word;
  padding-bottom: 1.23077rem;
  padding-right: 1.23077rem;
  margin: 0;
}
.em-ds-modal-v2__modal-title--information,
.em-ds-modal-v2__modal-title--decision {
  padding: 0 1.23077rem 1.23077rem 1.23077rem;
}
.em-ds-modal-v2__modal-title--selection {
  padding-bottom: 0;
  line-height: calc(1.84615rem * 1.16);
}
.em-ds-modal-v2__modal-title--form {
  padding-bottom: 0;
  line-height: calc(1.84615rem * 1.16);
}

.em-ds-modal-v2__modal-content {
  overflow-y: auto;
  max-height: calc(80vh - 133px);
  font-size: 0.923rem;
  color: #353c46;
  font-size: 1rem;
  line-height: normal;
  font-weight: 400;
}
.em-ds-modal-v2__modal-content--information {
  padding-left: 3.69231rem;
  padding-right: 3.69231rem;
  padding-bottom: 2.46154rem;
}
.em-ds-modal-v2__modal-content--decision {
  padding-left: 1.84615rem;
  padding-right: 1.84615rem;
  padding-bottom: 1.23077rem;
}
.em-ds-modal-v2__modal-content--selection,
.em-ds-modal-v2__modal-content--form {
  padding-left: 1.23077rem;
  padding-right: 1.23077rem;
}
.em-ds-modal-v2__modal-content--form {
  padding-top: 1.23077rem;
}
.em-ds-modal-v2__modal-content--remove-padding {
  padding: 0;
}
.em-ds-modal-v2__modal-content .em-ds-data-grid-body__row:last-child {
  margin-bottom: 0;
}

.em-ds-modal-v2__modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-top: solid 1px #ebedf0;
  padding: 1.23077rem;
  flex: 0 0 auto;
}
.em-ds-modal-v2__modal-footer-actions {
  display: flex;
}
.em-ds-modal-v2__modal-footer-actions .action-reject,
.em-ds-modal-v2__modal-footer-actions .action-confirm {
  margin-left: 0.61538rem;
}

@keyframes overlayAnimation {
  0% {
    background: rgba(37, 41, 47, 0);
  }
  100% {
    background: rgba(37, 41, 47, 0.25);
  }
}

@keyframes overlayAnimationOut {
  0% {
    background: rgba(37, 41, 47, 0.25);
  }
  100% {
    background: rgba(37, 41, 47, 0);
  }
}

@keyframes contentAnimationOut {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}

@keyframes contentAnimationIn {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

.em-ds-modal-slide__wrapper {
  position: absolute;
  display: flex;
  height: calc(var(--height, 100%) * 1px);
  width: 100%;
  overflow: hidden;
  top: 0;
  z-index: 10;
}

.em-ds-modal-slide__overlay {
  height: 100%;
  width: 100%;
  background: rgba(37, 41, 47, 0.25);
  display: flex;
  animation: overlayAnimation calc(var(--fade-in, 500) * 1ms) linear;
}
.em-ds-modal-slide__overlay--disappearing {
  animation: overlayAnimationOut calc(var(--fade-out, 500) * 1ms) linear;
}

.em-ds-modal-slide__overlay--showing {
  display: flex;
  height: 100%;
}

.em-ds-modal-slide__content {
  height: calc(var(--height, 100%) * 1px);
  background: #ffffff;
  -webkit-box-shadow:
    0 6px 20px 0 rgba(0, 0, 0, 0.24),
    0 8px 17px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow:
    0 6px 20px 0 rgba(0, 0, 0, 0.24),
    0 8px 17px 0 rgba(0, 0, 0, 0.19);
  -ms-box-shadow:
    0 6px 20px 0 rgba(0, 0, 0, 0.24),
    0 8px 17px 0 rgba(0, 0, 0, 0.19);
  -o-box-shadow:
    0 6px 20px 0 rgba(0, 0, 0, 0.24),
    0 8px 17px 0 rgba(0, 0, 0, 0.19);
  box-shadow:
    0 6px 20px 0 rgba(0, 0, 0, 0.24),
    0 8px 17px 0 rgba(0, 0, 0, 0.19);
  width: calc(var(--width, 50) * 1%);
  margin-left: auto;
  align-items: center;
  flex-direction: column;
  display: flex;
  overflow-y: auto;
  border: 1px solid #b0b9c8;
  border-left: 2px solid #b0b9c8;
  animation: contentAnimationIn calc(var(--fade-in, 500) * 0.5ms) linear;
}
.em-ds-modal-slide__content--disappearing {
  animation: contentAnimationOut calc(var(--fade-out, 500) * 1ms) linear;
}
.em-ds-modal-slide__content .em-ds-separator-wrapper {
  margin-top: unset;
}

.em-ds-modal-slide__actual-content {
  display: flex;
  flex-direction: column;
}

.em-ds-modal-slide__header-left-side {
  width: 100%;
  display: flex;
  flex-direction: row;
  text-align: left;
  padding: 0.61538rem 1.23077rem 0.61538rem 0;
  height: 3.69231rem;
}
.em-ds-modal-slide__header-left-side .em-ds-button .em-ds-icon {
  fill: #1e79c2;
}
.em-ds-modal-slide__header-left-side .close-button {
  padding-left: 18px;
}

.em-ds-modal-slide__footer-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  text-align: left;
  align-items: center;
  justify-content: flex-end;
  padding: 0.61538rem 1.23077rem 0.61538rem 0;
  height: 3.69231rem;
}
.em-ds-modal-slide__footer-wrapper .em-ds-button {
  margin-left: 1.23077rem;
}

.em-ds-modal-slide__header {
  padding: 0 1.23077rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.em-ds-modal-slide__header .em-ds-modal-slide__title {
  font-size: 1.3846rem;
  color: #353c46;
}

.em-ds-modal-slide__wrapper .em-ds-modal-v2__modal-wrapper {
  flex: 1;
  padding: 1.84615rem 0;
}

.em-ds-modal-slide__wrapper .em-ds-modal-v2__modal-title {
  max-width: 80%;
  margin: 0 auto;
}

.em-ds-modal-v2 .em-ds-modal-slide__content .em-ds-modal-v2__modal-wrapper {
  display: flex;
  flex-direction: column;
}

.em-ds-modal-v2 .em-ds-modal-slide__content .em-ds-modal-v2__modal-footer {
  border-top: none;
}

.em-ds-data-grid-wrapper {
  display: flex;
  flex-direction: column;
  min-width: 34.46154rem;
  position: relative;
  z-index: 0;
}
.em-ds-data-grid-wrapper--fluid {
  width: 100%;
  height: 100%;
}

.em-ds-data-grid {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  width: 100%;
  height: 100%;
}
.em-ds-filter-bar + .em-ds-data-grid {
  height: calc(100% - 44px);
}
.em-ds-data-grid .em-ds-data-grid-header {
  overflow: hidden;
  border-bottom: 0.07692rem solid #cbcfd7;
}
.em-ds-data-grid .em-ds-data-grid-header__row {
  margin-left: 3px;
  display: flex;
}
.em-ds-data-grid .em-ds-data-grid-body {
  overflow-x: auto;
  position: relative;
  flex: 1 1 0%;
  height: 100%;
}
.em-ds-data-grid .em-ds-data-grid-body--is-grouped {
  padding-top: 0;
}
.em-ds-data-grid .em-ds-spinner {
  height: 100%;
  width: 100%;
  padding: 12.30769rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

_:-ms-fullscreen,
:root .em-ds-data-grid .em-ds-data-grid-body--ie-flex-basis-auto {
  flex-basis: auto;
}

.em-ds-data-grid-no-results {
  padding: 1.23077rem;
  height: 100%;
  overflow: auto;
}
.em-ds-data-grid-no-results .no-results-wrapper {
  position: absolute;
  pointer-events: none;
  width: 98%;
  display: flex;
  justify-content: center;
}

.em-ds-data-grid-header__cell {
  font-size: 1.0769rem;
  line-height: normal;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #ffffff;
  flex: 1 1 0%;
  display: flex;
  align-items: center;
  font-size: 0.923rem;
  text-align: left;
  border-right: 0.07692rem solid #ebedf0;
  box-sizing: border-box;
  padding: 0 0.61538rem;
  color: #353c46;
  min-height: 1.84615rem;
  height: auto;
}
.em-ds-data-grid-header__cell.em-ds-data-grid-header__cell--wrapText {
  align-items: unset;
  padding: 0.61538rem;
}
.em-ds-data-grid-header__cell.em-ds-data-grid-header__cell--wrapText .cell-value {
  line-height: unset;
}
.em-ds-data-grid-header__cell .cell-value {
  line-height: 1;
  min-width: 0;
}
.em-ds-data-grid-header__cell .drag-handle {
  transition: 100ms cubic-bezier(0.64, 0, 0.35, 1);
  width: 0;
  margin-right: 0;
  visibility: hidden;
  opacity: 0;
}
.em-ds-data-grid-header__cell:hover .drag-handle,
.em-ds-data-grid-header__cell:active .drag-handle,
.em-ds-data-grid-header__cell.header-dnd-column .drag-handle {
  width: 1.23077rem;
  visibility: visible;
  margin-right: 0.30769rem;
  opacity: 1;
}
.em-ds-data-grid-header__cell.with-filtering,
.em-ds-data-grid-header__cell.with-dnd-column,
.em-ds-data-grid-header__cell.with-sortable {
  border-bottom: 0.07692rem solid transparent;
  position: relative;
}
.em-ds-data-grid-header__cell.with-filtering:hover:after,
.em-ds-data-grid-header__cell.with-dnd-column:hover:after,
.em-ds-data-grid-header__cell.with-sortable:hover:after {
  content: '';
  z-index: 10;
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  pointer-events: none;
  width: 100%;
  background-color: #005181;
}

.window-scroller-override .em-ds-data-grid-body__row:last-child {
  margin-bottom: 0;
}

.virtualized-body .row-drag-helper {
  position: absolute !important;
}
.virtualized-body .row-drag-helper .em-ds-data-grid-body__row {
  opacity: 0.99;
  -webkit-box-shadow:
    0 1px 5px 0 rgba(0, 0, 0, 0.13),
    0 2px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow:
    0 1px 5px 0 rgba(0, 0, 0, 0.13),
    0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow:
    0 1px 5px 0 rgba(0, 0, 0, 0.13),
    0 2px 4px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
  top: -36px !important;
  position: fixed !important;
}
.virtualized-body .row-drag-helper .toolbar-trigger-container {
  top: -36px !important;
}

.virtualized-body .row-drag-helper.em-ds-data-grid-body__row {
  opacity: 0.99;
  -webkit-box-shadow:
    0 1px 5px 0 rgba(0, 0, 0, 0.13),
    0 2px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow:
    0 1px 5px 0 rgba(0, 0, 0, 0.13),
    0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow:
    0 1px 5px 0 rgba(0, 0, 0, 0.13),
    0 2px 4px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
  margin-top: -36px !important;
}

.row-drag-helper.em-ds-data-grid-body__row {
  z-index: 100 !important;
}

.row-drag-helper .em-ds-data-grid-body__row {
  top: 0px !important;
  z-index: 100 !important;
}

.row-drag-helper .toolbar-trigger-container {
  display: none !important;
}

.em-ds-data-grid-body__row {
  color: #353c46;
  display: flex;
  position: relative;
  background-color: #ffffff;
  margin-left: 2px;
  margin-right: 0.30769rem;
  width: 100%;
  max-width: calc(100% - 2px);
  box-sizing: border-box;
}
.em-ds-data-grid-body__row.row-drag-helper {
  opacity: 0.99;
  -webkit-box-shadow:
    0 1px 5px 0 rgba(0, 0, 0, 0.13),
    0 2px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow:
    0 1px 5px 0 rgba(0, 0, 0, 0.13),
    0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow:
    0 1px 5px 0 rgba(0, 0, 0, 0.13),
    0 2px 4px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.em-ds-data-grid-body__row:not(:last-child) {
  border-bottom: 0.07692rem solid #ebedf0;
}
.em-ds-data-grid-body__row:last-child {
  margin-bottom: 0.61538rem;
}
.em-ds-data-grid-body__row:hover:not(.expanded-row),
.em-ds-data-grid-body__row[aria-expanded='true'] {
  opacity: 0.99;
  -webkit-box-shadow:
    0 1px 5px 0 rgba(0, 0, 0, 0.13),
    0 2px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow:
    0 1px 5px 0 rgba(0, 0, 0, 0.13),
    0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow:
    0 1px 5px 0 rgba(0, 0, 0, 0.13),
    0 2px 4px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.em-ds-data-grid-body__cell {
  font-size: 1rem;
  line-height: normal;
  font-weight: 400;
  display: flex;
  height: 100%;
  padding-left: 0.61538rem;
  padding-right: 0.61538rem;
  word-break: break-all;
  align-items: center;
  flex: 1 1 0%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.em-ds-data-grid-body__cell:focus {
  outline: none;
  position: relative;
}
.em-ds-data-grid-body__cell:focus:after {
  content: '';
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  outline: none;
  border: calc(0.30769rem * 0.25) solid #1e79c2;
  box-shadow: inset 0 0 0 1px #8cc2ed;
  border-radius: 2px;
}
.em-ds-data-grid-body__cell.em-ds-data-grid-body__cell--wrapText {
  height: auto;
}
.em-ds-data-grid-body__cell.em-ds-data-grid-body__cell--wrapText .cell-value {
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: pre-wrap;
  overflow: hidden;
  display: inline-block;
  max-width: 100%;
  width: 100%;
}
.em-ds-data-grid-body__cell .cell-value {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-flex;
  max-width: 100%;
  width: 100%;
}
.em-ds-data-grid-body__cell .empty-cell {
  flex: 1 1 0%;
}
.em-ds-data-grid-body__cell:last-child {
  position: relative;
  min-width: 0px;
}

.ds-row-size-compact .em-ds-data-grid-body__row {
  min-height: 28px;
}
.ds-row-size-compact .em-ds-data-grid-body__row > .em-ds-data-grid-body__cell {
  min-height: 28px;
}

.ds-row-size-compact .toolbar-trigger {
  height: 28px;
}

.ds-row-size-compact .em-ds-data-grid-body__cell .cell-value {
  margin-top: 3px;
}

.ds-row-size-compact .virtualized-body .row-drag-helper.em-ds-data-grid-body__row {
  margin-top: 28px !important;
}

.ds-row-size-compact .virtualized-body .row-drag-helper .em-ds-data-grid-body__row {
  top: -28px !important;
}

.ds-row-size-compact .virtualized-body .row-drag-helper .toolbar-trigger-container {
  top: -28px !important;
}

.em-ds-data-grid-body__row {
  min-height: 36px;
}
.em-ds-data-grid-body__row > .em-ds-data-grid-body__cell {
  min-height: 36px;
}
.em-ds-data-grid-body__row .drag-handle {
  margin-left: -0.30769rem;
  margin-right: 0.61538rem;
  cursor: grab;
}

.em-ds-data-grid .em-ds-data-grid-body__row.hovered {
  opacity: 0;
}

.em-ds-data-grid .em-ds-data-grid-body .drag-handle {
  margin-left: -0.30769rem;
  margin-right: 0.61538rem;
  cursor: grab;
}

.em-ds-data-grid .em-ds-data-grid-body.dragging {
  pointer-events: none;
  user-select: none;
}

.em-ds-data-grid .em-ds-data-grid-body__row.select-highlight {
  background-color: #f6fbff;
}

.em-ds-data-grid-body__row .em-ds-form-element-radio,
.em-ds-data-grid-body__row .em-ds-form-element-checkbox,
.multi-select-wrapper .em-ds-form-element-radio,
.multi-select-wrapper .em-ds-form-element-checkbox {
  padding: 0;
  align-self: center;
}

.em-ds-data-grid .toolbar-trigger-container {
  z-index: 2;
}

.em-ds-data-grid .toolbar-trigger-container.move {
  left: var(--toolbar-scroll);
  position: absolute;
  transform-style: preserve-3d;
  background: white;
}

.em-ds-data-grid .toolbar-trigger-container.stay {
  left: var(--toolbar-scroll-paginated);
  position: absolute;
  transform-style: preserve-3d;
  background: white;
}

.em-ds-data-grid .toolbar-trigger {
  order: 3;
  border-left: 1px solid #e0e3e8;
  border-right: 1px solid #e0e3e8;
  background-color: white;
}
.em-ds-data-grid .toolbar-trigger span {
  fill: #697489;
}

.em-ds-data-grid .em-ds-data-grid-body__row.with-datagrid-toolbar {
  opacity: 0.99;
  -webkit-box-shadow:
    0 1px 5px 0 rgba(0, 0, 0, 0.13),
    0 2px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow:
    0 1px 5px 0 rgba(0, 0, 0, 0.13),
    0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow:
    0 1px 5px 0 rgba(0, 0, 0, 0.13),
    0 2px 4px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.em-ds-data-grid .em-ds-data-grid-body__row .em-ds-data-grid-body.scrolling .em-ds-overlay {
  opacity: 0;
}

.em-ds-data-grid .em-ds-data-grid-body__row .em-ds-toolbar {
  margin-right: 0.30769rem;
}

.em-ds-data-grid-body__cell:last-child {
  min-width: 0px;
}

.em-ds-data-grid-filter-header {
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: inherit;
  height: 100%;
}
.em-ds-data-grid-filter-header__value {
  align-items: center;
  flex: 1 1 0%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  word-wrap: break-word;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: inherit;
  height: 100%;
}
.em-ds-data-grid-filter-header__button {
  margin-left: 0.30769rem;
  display: none;
  opacity: 0;
  transition: 100ms cubic-bezier(0.64, 0, 0.35, 1);
}
.em-ds-data-grid-filter-header:hover .em-ds-data-grid-filter-header__button,
.em-ds-data-grid-filter-header--show-filter .em-ds-data-grid-filter-header__button {
  display: block;
  opacity: 1;
}

.filter-header-menu {
  margin-top: 0.46154rem;
  position: relative;
  right: -0.67692rem;
  background: white;
}

.dg-single-filter .menu-component-internal-wrapper,
.dg-multiple-filter .menu-component-internal-wrapper {
  max-width: 100%;
}

.em-ds-data-grid-body__cell.editable {
  cursor: text;
}
.em-ds-data-grid-body__cell.editable:not(.customEditor) {
  padding-right: 0;
  padding-left: 0;
}
.em-ds-data-grid-body__cell.editable > div {
  font-size: 1rem;
  line-height: normal;
  font-weight: 400;
  display: flex;
  height: 100%;
  padding-left: 0.61538rem;
  padding-right: 0.61538rem;
  word-break: break-all;
  align-items: center;
  flex: 1 1 0%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.em-ds-data-grid-body__cell.editable > div:focus {
  outline: none;
  position: relative;
}
.em-ds-data-grid-body__cell.editable > div:focus:after {
  content: '';
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  outline: none;
  border: calc(0.30769rem * 0.25) solid #1e79c2;
  box-shadow: inset 0 0 0 1px #8cc2ed;
  border-radius: 2px;
}
.em-ds-data-grid-body__cell.editable > div .cell-value {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  max-width: 100%;
  width: 100%;
}
.em-ds-data-grid-body__cell.editable > div .empty-cell {
  flex: 1 1 0%;
}
.em-ds-data-grid-body__cell.editable > div:last-child {
  position: relative;
}
.em-ds-data-grid-body__cell.editable .edit-pencil {
  display: none;
  cursor: pointer;
  visibility: hidden;
  fill: #697489;
  margin-left: auto;
}
.em-ds-data-grid-body__cell.editable:hover .em-ds-icon,
.em-ds-data-grid-body__cell.editable:focus .em-ds-icon {
  display: flex;
  visibility: visible;
}
.em-ds-data-grid-body__cell.editable:hover .edit-separator,
.em-ds-data-grid-body__cell.editable:focus .edit-separator {
  height: 28px;
  position: relative;
  right: -8px;
  margin-bottom: -1px;
  border-right: 1px solid #e0e3e8;
}

.em-ds-data-grid-sort-header {
  cursor: pointer;
  flex: 1 1 0%;
  position: relative;
  width: 100%;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: inherit;
  height: 100%;
}
.em-ds-data-grid-sort-header .header-value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  word-wrap: break-word;
  margin-right: 0.30769rem;
  display: flex;
  align-items: center;
  justify-content: inherit;
  height: 100%;
}

.em-ds-data-grid__controls-pagination {
  display: flex;
  justify-content: flex-end;
  padding-top: 2.46154rem;
}
.em-ds-data-grid__controls-pagination .em-ds-selectbox__single-value {
  font-size: 1rem;
  line-height: normal;
  font-weight: 400;
  color: #1e79c2;
}
.em-ds-data-grid__controls-pagination .per-page-dropdown {
  width: 9.84615rem;
}

.em-ds-data-grid__pagination .em-ds-data-grid__pagify-pagination {
  margin-left: 1.23077rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.em-ds-data-grid__pagination .em-ds-data-grid__pagify-pagination .button-disabled span {
  color: #8c93a6;
  cursor: not-allowed;
  pointer-events: none;
}
.em-ds-data-grid__pagination .em-ds-data-grid__pagify-pagination span {
  font-size: 1rem;
  line-height: normal;
  font-weight: 600;
  color: #1e79c2;
  background-color: #ffffff;
  border: solid 1px #8c93a6;
  display: inline-flex;
  box-sizing: border-box;
  padding: 0.30769rem 0.61538rem;
  align-items: center;
  height: 2.16rem;
  min-width: 1.84615rem;
  line-height: 2.16rem;
  border-radius: 2px;
  margin-right: 0.30769rem;
  cursor: pointer;
}
.em-ds-data-grid__pagination .em-ds-data-grid__pagify-pagination span:hover:not([disabled]) {
  border: solid 1px #1394e5;
}
.em-ds-data-grid__pagination .em-ds-data-grid__pagify-pagination span:active {
  color: #006aa9;
  border: solid 1px #006aa9;
}
.em-ds-data-grid__pagination .em-ds-data-grid__pagify-pagination div:first-child {
  margin-right: 0.36923rem;
}
.em-ds-data-grid__pagination .em-ds-data-grid__pagify-pagination div:last-child {
  margin-left: 0.36923rem;
}
.em-ds-data-grid__pagination .em-ds-data-grid__pagify-pagination .selected span {
  color: #ffffff;
  background-color: #1e79c2;
  border: solid 1px #006aa9;
}
.em-ds-data-grid__pagination .em-ds-data-grid__pagify-pagination .selected span:hover:not([disabled]) {
  background-color: #1394e5;
}
.em-ds-data-grid__pagination .em-ds-data-grid__pagify-pagination .selected span:active {
  background-color: #006aa9;
}
.em-ds-data-grid__pagination .em-ds-data-grid__pagify-pagination .ellipsis {
  margin-right: 0.61538rem;
}

.em-ds-data-grid-header__cell .resize-container {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: inherit;
  height: 100%;
}

.em-ds-data-grid-header__cell .resize-value,
.em-ds-data-grid-header__cell .row-value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  word-wrap: break-word;
  width: 100%;
}

.em-ds-data-grid-header__cell .resize-value {
  display: flex;
  align-items: center;
  justify-content: inherit;
  height: 100%;
}

.em-ds-data-grid-header__cell .resize-handle {
  cursor: col-resize;
  position: absolute;
  right: -1.23077rem;
  z-index: 100;
  width: 10px;
  height: 100%;
}

.em-ds-data-grid-header__cell .filter-header-menu {
  margin-top: 0.4rem;
  margin-left: -0.15385rem;
  margin-right: -0.55385rem;
  min-width: 9.84615rem !important;
}

.em-ds-data-grid .em-ds-data-grid-body__cell .has-children {
  width: 100%;
  display: flex;
}
.em-ds-data-grid .em-ds-data-grid-body__cell .has-children > div {
  width: calc(100% - 1.23077rem);
}

.em-ds-data-grid .em-ds-data-grid-body__cell .show-more:after {
  cursor: pointer;
  padding-right: 0.5em;
  content: '\25B8';
  font-size: large;
}

.em-ds-data-grid .em-ds-data-grid-body__cell .show-less:after {
  cursor: pointer;
  padding-right: 0.5em;
  content: '\25BE';
  font-size: large;
}

.visibility-container {
  min-height: 2.46154rem;
  max-width: 39.38462rem;
  display: flex;
  justify-content: space-between;
}
.visibility-container span {
  font-size: 1rem;
  line-height: normal;
  font-weight: 600;
  margin-right: 0.61538rem;
}

.em-ds-data-grid__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.61538rem;
}
.em-ds-data-grid__controls .em-ds-data-grid__per-page-container {
  margin-left: 0;
  display: flex;
  align-items: center;
}
.em-ds-data-grid__controls .em-ds-data-grid__per-page-container span {
  margin-right: 0.61538rem;
  font-size: 1rem;
  line-height: normal;
  font-weight: 600;
}
.em-ds-data-grid__controls .em-ds-data-grid__per-page-container .em-ds-input {
  width: 4.92308rem;
}

.em-ds-data-grid-expandable-column {
  width: 100%;
  height: 100%;
}
.em-ds-data-grid-expandable-column__label-description-wrapper {
  display: flex;
  flex-direction: column;
  min-width: 0;
  flex: 5;
}
.em-ds-data-grid-expandable-column__label {
  font-size: 1rem;
  line-height: normal;
  font-weight: 600;
  color: #353c46;
}
.em-ds-data-grid-expandable-column__description {
  font-size: 0.8461rem;
  line-height: normal;
  font-weight: 400;
}
.em-ds-data-grid-expandable-column__extra-column-data {
  flex: 2;
}

.em-ds-data-grid-expandable-column-details-wrapper {
  margin-top: 0.61538rem;
  padding-left: 1.23077rem;
  overflow-y: hidden;
  flex: 1 1 0%;
}

.em-ds-data-grid-expandable-column-master-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
}

.em-ds-data-grid-body.expandable .expandable-arrow {
  margin-right: 0.30769rem;
}
.em-ds-data-grid-body.expandable .expandable-arrow span {
  fill: #005181;
}

.em-ds-data-grid-body.expandable .em-ds-data-grid-expanded-row-details-wrapper {
  flex: 1 1 0%;
  overflow: hidden;
  padding: 0.61538rem;
}

.em-ds-data-grid-body.expandable .em-ds-data-grid-body__row {
  min-height: 2.76923rem;
  transition:
    height 300ms cubic-bezier(0.64, 0, 0.35, 1),
    top 300ms cubic-bezier(0.64, 0, 0.35, 1),
    box-shadow 100ms cubic-bezier(0.64, 0, 0.35, 1);
}

.em-ds-data-grid-body.expandable .em-ds-data-grid-body__row.expanded-detail-row {
  flex-direction: column;
}
.em-ds-data-grid-body.expandable
  .em-ds-data-grid-body__row.expanded-detail-row
  .em-ds-data-grid-body__row.master-row-expanded {
  border: none;
  transition: none;
  box-shadow: none;
  margin: 0;
  max-width: initial;
}

.em-ds-data-grid-body.expandable .em-ds-data-grid-body__row.expanded {
  opacity: 0.99;
  -webkit-box-shadow:
    0 1px 5px 0 rgba(0, 0, 0, 0.13),
    0 2px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow:
    0 1px 5px 0 rgba(0, 0, 0, 0.13),
    0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow:
    0 1px 5px 0 rgba(0, 0, 0, 0.13),
    0 2px 4px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
  width: auto;
}
.em-ds-data-grid-body.expandable .em-ds-data-grid-body__row.expanded .em-ds-data-grid-body {
  overflow: hidden;
}
.em-ds-data-grid-body.expandable .em-ds-data-grid-body__row.expanded .em-ds-data-grid-body .virtualized-body {
  overflow: hidden !important;
}
.em-ds-data-grid-body.expandable .em-ds-data-grid-body__row.expanded .em-ds-separator-wrapper {
  margin: 0;
  position: relative;
  left: -5px;
}

.em-ds-data-grid-body.expandable .expandable-row .em-ds-data-grid {
  margin-left: -4px;
  min-height: 0;
}

.em-ds-data-grid-body.expandable .expandable-row:not(.expanded) {
  background-color: #f6f7f9;
}
.em-ds-data-grid-body.expandable .expandable-row:not(.expanded) > .em-ds-data-grid-body__cell {
  background-color: #f6f7f9;
}

_:-ms-fullscreen,
:root .em-ds-data-grid-body.expandable .em-ds-data-grid-expanded-row-details-wrapper--ie-flex-basis-auto {
  flex-basis: auto;
}

.em-ds-columns-visibility-options {
  display: flex;
  flex-direction: column;
  padding: 0.30769rem 1.23077rem;
}
.em-ds-columns-visibility-options__title-section {
  font-size: 1rem;
  line-height: normal;
  font-weight: 400;
  margin-bottom: 0.73846rem;
}
.em-ds-columns-visibility-options__columns-group .column-checkbox {
  padding-bottom: 0;
}
.em-ds-columns-visibility-options__columns-group div:not(:last-child) .column-checkbox {
  padding-bottom: 0.92308rem;
}

.window-scroller-override {
  height: 100% !important;
  will-change: initial !important;
}

.em-ds-icon-column-cell {
  display: grid;
  gap: 0.61538rem;
  grid-template-columns: auto auto;
}

.icon-column-cell .em-ds-button {
  padding: 0;
}

.icc-success {
  color: #207e56;
}

.icc-danger {
  color: #c64252;
}

.icc-warning {
  color: #d17a00;
}

.icc-info {
  color: #1e79c2;
}

.em-ds-data-grid-group-row-header {
  min-height: 24px;
  background-color: #ebf6ff;
  display: flex;
  align-items: center;
  padding: 0 0.61538rem;
  border-top: solid 1px #1394e5;
}
.em-ds-data-grid-group-row-header__title {
  font-weight: 600;
  font-size: 12px;
}

body > .em-ds-tree-item {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.em-ds-tree-item {
  color: #25292f;
  display: flex;
  align-items: center;
  position: relative;
  background-color: #ffffff;
  padding: 0 0.30769rem;
  min-height: 36px;
}
.em-ds-tree-item--fixed-height {
  height: 36px;
}
.em-ds-tree-item--fixed-height-compact {
  height: 28px;
}
.em-ds-tree-item__value--wrap-all {
  max-width: 100%;
  word-break: break-all;
}
.em-ds-tree-item__value--truncate {
  white-space: nowrap;
}
.em-ds-tree-item-children-count-displayer {
  color: #697489;
}
.em-ds-tree-item--valid-drop-in:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #1e79c2;
}
.em-ds-tree-item--invalid-drop-in:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #c64252;
}
.em-ds-tree-item .em-ds-tree-item__value {
  min-width: 0;
  width: 100%;
  margin: 0.61538rem 0;
  margin-top: 0.92308rem;
}
.em-ds-tree-item .em-ds-tree-item__value .tree-item-value {
  margin-right: 2px;
}
.em-ds-tree-item .em-ds-tree-item__value--truncate {
  height: 16px;
}
.em-ds-tree-item__addons {
  display: flex;
  align-items: center;
  align-self: flex-start;
  height: 36px;
  margin-right: 0.15385rem;
}
.em-ds-tree-item__addons .em-ds-icon {
  fill: #005181;
}
.em-ds-tree-item.selected {
  background-color: #ebf6ff;
}
.em-ds-tree-item.selected:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1394e5;
  pointer-events: none;
}
.em-ds-tree-item.drag-overlay {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  padding-right: 0.61538rem;
}
.em-ds-tree-item--dragging {
  background-color: #ebedf0;
  color: #697489;
}
.em-ds-tree-item--dragging .em-ds-icon {
  fill: #697489;
}
.em-ds-tree-item .drag-handle {
  position: relative;
  transition: 100ms cubic-bezier(0.64, 0, 0.35, 1);
  align-items: center;
  display: flex;
  height: 24px;
  visibility: visible;
  opacity: 1;
  margin-left: 8px;
  outline: none;
  cursor: grab;
}
.em-ds-tree-item .drag-handle[data-isactive='true'],
.em-ds-tree-item .drag-handle[data-isdragoverlay='true'] {
  cursor: grabbing;
}
.em-ds-tree-item .drag-handle.focuseable:focus:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #006aa9;
  pointer-events: none;
}
.em-ds-tree-item .expandable-arrow {
  margin-left: 8px;
  width: 16px;
  height: 16px;
  min-width: unset;
  border: none;
}
.em-ds-tree-item-checkbox {
  width: 16px;
  height: 16px;
}
.em-ds-tree-item-checkbox,
.em-ds-tree-item-radio {
  margin-left: 8px;
}
.em-ds-tree-item-radio {
  padding-bottom: 0;
}
.em-ds-tree-item.can-group-over .em-ds-tree-item__value {
  font-weight: bold;
}
.em-ds-tree-item .em-ds-tree-item-content {
  display: flex;
  flex: 1;
  min-width: 0;
}
.em-ds-tree-item .tree-item-icon {
  margin-right: 0.30769rem;
  width: 16px;
  height: 16px;
  color: #005181;
}
.em-ds-tree-item .tree-item-radio {
  padding-bottom: 0;
}
.em-ds-tree-item.hover {
  background-color: #ebf6ff;
}
.em-ds-tree-item.hover.selected {
  background-color: #ebf6ff;
}
.em-ds-tree-item:focus {
  outline: none;
  box-shadow: unset;
  border-radius: 0px;
  z-index: 1;
}
.em-ds-tree-item:focus:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #006aa9;
  pointer-events: none;
}
.em-ds-tree-item:focus.selected {
  outline: unset;
}
.em-ds-tree-item .toolbar-trigger {
  margin-top: 0.30769rem;
}

.em-ds-tree-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  min-width: 240px;
}
.em-ds-tree-list.em-ds-tv-row-size-compact .em-ds-tree-item {
  min-height: 28px;
}
.em-ds-tree-list.em-ds-tv-row-size-compact .em-ds-tree-item__addons {
  height: 28px;
}
.em-ds-tree-list.em-ds-tv-row-size-compact .em-ds-tree-item__value {
  margin: 0;
  margin-top: 4px;
}
.em-ds-tree-list.em-ds-tv-row-size-compact .toolbar-trigger {
  margin-top: 0;
}

.em-ds-tree-list-no-items {
  display: flex;
  justify-content: center;
  padding-top: 1.84615rem;
  height: 100%;
  width: 100%;
}

.tree-text-highlight {
  font-weight: bold;
  background-color: #fbb431;
}

.em-ds-query-builder-row {
  display: grid;
  height: 2.46154rem;
  width: 100%;
}
.em-ds-query-builder-row.has-open-tooltip,
.em-ds-query-builder-row:hover {
  background: #ffffff;
}
.em-ds-query-builder-row.has-open-tooltip::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.64);
  position: absolute;
  top: 0;
  left: 0;
}
.em-ds-query-builder-row .row-icon-alert {
  padding: 6px 8px;
  display: inline-block;
}

.em-ds-query-builder-row__input-controller {
  height: 2.46154rem;
}
.em-ds-query-builder-row__input-controller .em-ds-datepicker-range-inputs .em-ds-input {
  width: 100%;
}
.em-ds-query-builder-row__input-controller .em-ds-datepicker-range {
  height: 32px;
}
.em-ds-query-builder-row__input-controller .em-ds-datepicker-range .em-ds-label {
  display: none;
}
.em-ds-query-builder-row__input-controller
  .em-ds-datepicker-range
  .em-ds-datepicker-wrapper-button-date-range-picker-controller {
  margin-bottom: 0;
}
.em-ds-query-builder-row__input-controller .em-ds-form-item {
  margin: 0;
}
.em-ds-query-builder-row__input-controller .em-ds-form-item .em-ds-label {
  display: none;
}
.em-ds-query-builder-row__input-controller .em-ds-datepicker-inputs {
  align-items: center;
}

.em-ds-query-builder-row-input {
  flex: 2;
  display: flex;
  height: 2.46154rem;
  border: none;
}
.em-ds-query-builder-row-input.row-input-error .em-ds-query-builder-row__input-controller {
  position: relative;
}
.em-ds-query-builder-row-input.row-input-error .em-ds-query-builder-row__input-controller:after {
  display: block;
  content: '';
  position: absolute;
  border: solid 1px #c64252;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.em-ds-query-builder-row-controller {
  display: flex;
  justify-content: center;
  align-items: center;
}

.em-ds-query-builder-row__drag-controller {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.84615rem;
  cursor: move;
}

.em-ds-query-builder-row {
  -webkit-box-shadow: 0 1px 2px 0 rgba(105, 116, 137, 0.5);
  -moz-box-shadow: 0 1px 2px 0 rgba(105, 116, 137, 0.5);
  -ms-box-shadow: 0 1px 2px 0 rgba(105, 116, 137, 0.5);
  -o-box-shadow: 0 1px 2px 0 rgba(105, 116, 137, 0.5);
  box-shadow: 0 1px 2px 0 rgba(105, 116, 137, 0.5);
  background: #ffffff;
}
.em-ds-query-builder-row__input-controller {
  width: 100%;
  height: 2.46154rem;
}
.em-ds-query-builder-row__input-controller .em-ds-input,
.em-ds-query-builder-row__input-controller .em-ds-input__input {
  height: 2.46154rem;
  border: none;
  background: none;
}
.em-ds-query-builder-row__input-controller .em-ds-input {
  z-index: initial;
}
.em-ds-query-builder-row .em-ds-combobox-container {
  border-radius: 0;
  border: none;
  height: 2.46154rem;
  padding-top: 0.15385rem;
  box-shadow: none;
}
.em-ds-query-builder-row .em-ds-combobox-container .em-ds-selectbox__indicator-separator {
  width: 0;
}
.em-ds-query-builder-row .em-ds-combobox-container .em-ds-combobox__control:after {
  border-color: transparent;
}
.em-ds-query-builder-row .em-ds-form-element-input {
  border-radius: 0;
  border: none;
  background: none;
  height: 2.46154rem;
}
.em-ds-query-builder-row .em-ds-datepicker .SingleDatePickerInput,
.em-ds-query-builder-row .em-ds-datepicker .DateInput_input,
.em-ds-query-builder-row .em-ds-datepicker .DateInput {
  background: none;
  border: none;
  border-radius: 0;
}
.em-ds-query-builder-row .em-ds-datepicker .DateInput_input {
  height: 2.46154rem;
}
.em-ds-query-builder-row .em-ds-datepicker-range__picker {
  height: 2.46154rem;
  background: none;
  border: none;
  border-radius: 0;
}

.em-ds-query-builder-row-input {
  border-right: solid calc(0.30769rem * 0.5) #ebedf0;
}
.em-ds-query-builder-row-input.child-type-value {
  border: none;
}

.em-ds-query-builder-row__drag-controller {
  border-right: solid calc(0.30769rem * 0.5) #ebedf0;
}

.em-ds-query-builder-row-controller {
  border-left: solid calc(0.30769rem * 0.5) #ebedf0;
}

.em-ds-query-builder-condition-controller {
  position: relative;
}
.em-ds-query-builder-condition-controller .em-ds-icon {
  fill: #005181;
}

.em-ds-query-builder-condition-controller-actions {
  background: #ffffff;
  display: flex;
  flex-direction: row;
  height: 2.46154rem;
}
.em-ds-query-builder-condition-controller-actions:hover {
  opacity: 1;
  visibility: visible;
}
.em-ds-query-builder-condition-controller-actions .em-ds-icon-button {
  margin: 0;
  height: 2.46154rem;
  width: 2.46154rem;
  border-right: solid calc(0.30769rem * 0.5) #ebedf0;
  padding: 0.30769rem 0.61538rem;
}
.em-ds-query-builder-condition-controller-actions .em-ds-icon-button.no-border-right {
  border-right: none;
}

.em-ds-query-builder-condition-controller__add-rule-container .em-ds-icon--s {
  height: calc(1.23077rem * 0.8);
  width: calc(1.23077rem * 0.8);
}

.em-ds-query-builder-condition-controller__add-rule-container,
.em-ds-query-builder-condition-controller__add-rule,
.em-ds-query-builder-condition-controller__remove-rule {
  height: 2.46154rem;
  border-right: solid 0.07692rem #f6f7f9;
}
.em-ds-query-builder-condition-controller__add-rule-container .em-ds-icon,
.em-ds-query-builder-condition-controller__add-rule .em-ds-icon,
.em-ds-query-builder-condition-controller__remove-rule .em-ds-icon {
  fill: #005181;
}

.em-ds-query-builder-and-or-controller {
  -webkit-box-shadow: 0 1px 2px 0 rgba(105, 116, 137, 0.5);
  -moz-box-shadow: 0 1px 2px 0 rgba(105, 116, 137, 0.5);
  -ms-box-shadow: 0 1px 2px 0 rgba(105, 116, 137, 0.5);
  -o-box-shadow: 0 1px 2px 0 rgba(105, 116, 137, 0.5);
  box-shadow: 0 1px 2px 0 rgba(105, 116, 137, 0.5);
  width: 2.46154rem;
  padding: 0;
  margin-right: 0.61538rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  font-size: 0.923rem;
  font-weight: 600;
}
.em-ds-query-builder-and-or-controller.is-main-group-join {
  margin-right: 0;
}
.em-ds-query-builder-and-or-controller .em-ds-query-builder-drag-group {
  opacity: 0;
}
.em-ds-query-builder-and-or-controller:hover .em-ds-query-builder-drag-group {
  opacity: 1;
}

.em-ds-query-builder-and-or-controller--default {
  background: #fbb431;
}

.em-ds-query-builder-and-or-controller--active {
  background: #a3d6ff;
}

.em-ds-query-builder-and-or-controller-content {
  position: relative;
  height: 100%;
  width: 100%;
}
.em-ds-query-builder-and-or-controller-content > div {
  position: relative;
  height: 100%;
  width: 100%;
}

.em-ds-query-builder-and-or-controller-trigger-controller {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.em-ds-query-builder-and-or-controller-trigger-controller--draggable
  .em-ds-query-builder-and-or-controller__condition-display {
  opacity: 1;
  transition: all cubic-bezier(0.64, 0, 0.35, 1) 200ms;
}
.em-ds-query-builder-and-or-controller-trigger-controller--draggable .em-ds-query-builder-drag-group {
  display: none;
  opacity: 0;
  transition: all cubic-bezier(0.64, 0, 0.35, 1) 200ms;
}
.em-ds-query-builder-and-or-controller-trigger-controller--draggable:hover
  .em-ds-query-builder-and-or-controller__condition-display {
  display: none;
  opacity: 0;
}
.em-ds-query-builder-and-or-controller-trigger-controller--draggable:hover .em-ds-query-builder-drag-group {
  display: flex;
  flex-direction: column;
  opacity: 1;
}

.em-ds-query-builder-and-or-controller-actions {
  background: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 2.46154rem;
  min-width: calc(3.69231rem * 2.1);
}
.em-ds-query-builder-and-or-controller-actions .em-ds-button--text {
  margin: 0;
  height: 2.46154rem;
  width: 2.46154rem;
  border-right: solid 0.07692rem #f6f7f9;
  padding: 0.30769rem 0.61538rem;
}
.em-ds-query-builder-and-or-controller-actions .em-ds-form-element-toggle {
  margin: 0 0.61538rem;
  border-right: solid 0.07692rem #f6f7f9;
}
.em-ds-query-builder-and-or-controller-actions .em-ds-icon {
  fill: #005181;
}

.em-ds-query-builder-and-or-controller__add-rule-container {
  height: 2.46154rem;
  border-right: solid 0.07692rem #f6f7f9;
}
.em-ds-query-builder-and-or-controller__add-rule-container .em-ds-icon--s {
  height: calc(1.23077rem * 0.8);
  width: calc(1.23077rem * 0.8);
}

.em-ds-query-builder-and-or-controller__condition-display {
  padding: 0.30769rem 0;
  width: 100%;
  text-align: center;
}
.em-ds-query-builder-and-or-controller__condition-display > .separator {
  margin: 0.30769rem auto;
  background: #e0e3e8;
  height: 1px;
  width: 50%;
}

.em-ds-query-builder-and-or-controller__condition-display-label {
  height: 1.23077rem;
  display: inline-block;
}

.em-ds-query-builder-and-or-controller__condition-separator {
  border-bottom: solid calc(0.30769rem * 0.25) #353c46;
  margin: 0.30769rem;
  width: 50%;
}

.em-ds-query-builder-and-or-controller__condition-display-step {
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
}

.em-ds-query-builder-drag-group {
  cursor: move;
  padding: 0.30769rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.em-ds-query-builder-drag-group .em-ds-icon.additional-drag {
  position: relative;
  bottom: 0.30769rem;
}
.em-ds-query-builder-drag-group .separator {
  margin: 0.30769rem 0;
  background: #e0e3e8;
  height: 1px;
  width: 80%;
}

.nested-main-group {
  position: relative;
  display: flex;
  flex-direction: row;
  min-width: 640px;
}
.nested-main-group .nestable {
  flex: 1;
}
.nested-main-group .nestable-list {
  order: 0;
}
.nested-main-group .rule-container-options {
  order: 1;
}

.nestable-item-type-group {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.nestable-item-type-group .nestable-list {
  order: 0;
  flex: 1;
}
.nestable-item-type-group .nestable-item-name--group {
  order: 1;
}

.nestable-item.is-dragging .em-ds-query-builder-row {
  -webkit-box-shadow: 0 1px 4px 0 rgba(105, 116, 137, 0.75);
  -moz-box-shadow: 0 1px 4px 0 rgba(105, 116, 137, 0.75);
  -ms-box-shadow: 0 1px 4px 0 rgba(105, 116, 137, 0.75);
  -o-box-shadow: 0 1px 4px 0 rgba(105, 116, 137, 0.75);
  box-shadow: 0 1px 4px 0 rgba(105, 116, 137, 0.75);
}

.nestable-group .nestable-item {
  margin-bottom: 0.61538rem;
}
.nestable-group .nestable-item:last-child {
  margin-bottom: 0;
}

.nestable-item > .nestable-list.nestable-child-count-single .is-or-filter .nestable-item-name--filter {
  background: #fbb431;
}

.nestable-item > .nestable-list.nestable-child-count-single .is-and-filter .nestable-item-name--filter {
  background: #a3d6ff;
}

.nestable-item > .nestable-list.nestable-child-count-single .nestable-item-name--filter {
  padding: 1px;
  padding-bottom: 20px;
  -webkit-box-shadow: -1px 1px 1px 0 rgba(105, 116, 137, 0.5);
  -moz-box-shadow: -1px 1px 1px 0 rgba(105, 116, 137, 0.5);
  -ms-box-shadow: -1px 1px 1px 0 rgba(105, 116, 137, 0.5);
  -o-box-shadow: -1px 1px 1px 0 rgba(105, 116, 137, 0.5);
  box-shadow: -1px 1px 1px 0 rgba(105, 116, 137, 0.5);
}

.nested-main-group > .nestable > .nestable-child-count-single .is-or-filter .nestable-item-name--filter {
  background: #fbb431;
}

.nested-main-group > .nestable > .nestable-child-count-single .is-and-filter .nestable-item-name--filter {
  background: #a3d6ff;
}

.nested-main-group > .nestable > .nestable-child-count-single .nestable-item-name--filter {
  padding: 1px;
  padding-bottom: 20px;
  -webkit-box-shadow: -1px 1px 1px 0 rgba(105, 116, 137, 0.5);
  -moz-box-shadow: -1px 1px 1px 0 rgba(105, 116, 137, 0.5);
  -ms-box-shadow: -1px 1px 1px 0 rgba(105, 116, 137, 0.5);
  -o-box-shadow: -1px 1px 1px 0 rgba(105, 116, 137, 0.5);
  box-shadow: -1px 1px 1px 0 rgba(105, 116, 137, 0.5);
}

.nested-main-group.query-main-single-row > .nestable > .nestable-child-count-single .nestable-item-name--filter {
  padding: 3px;
}

.nestable {
  position: relative;
}

.nestable .nestable-list {
  margin: 0;
  padding: 0 0 0 0;
  list-style-type: none;
}

.nestable > .nestable-list {
  padding: 0;
}

.nestable-item,
.nestable-item-copy {
  margin: 0 0;
}

.nestable-item:first-child,
.nestable-item-copy:first-child {
  margin-top: 0;
}

.nestable-item .nestable-list,
.nestable-item-copy .nestable-list {
  margin-top: 0;
}

.nestable-item {
  position: relative;
}

.nestable-item.is-dragging .nestable-list {
  pointer-events: none;
}

.nestable-item.is-dragging * {
  opacity: 0;
}

.nestable-item.is-dragging:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #a3d6ff;
}

.nestable-item-type-group.is-or-group .nestable-item.is-dragging:before,
.nested-main-group.is-or-group .nestable-item.is-dragging:before {
  background: #fbb431;
}

.nestable-item-icon {
  margin-right: 5px;
  cursor: pointer;
}

.nestable-drag-layer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  pointer-events: none;
}

.nestable-drag-layer > .nestable-list {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  -webkit-box-shadow: 0 1px 4px 0 rgba(105, 116, 137, 0.75);
  -moz-box-shadow: 0 1px 4px 0 rgba(105, 116, 137, 0.75);
  -ms-box-shadow: 0 1px 4px 0 rgba(105, 116, 137, 0.75);
  -o-box-shadow: 0 1px 4px 0 rgba(105, 116, 137, 0.75);
  box-shadow: 0 1px 4px 0 rgba(105, 116, 137, 0.75);
  min-width: calc(3.69231rem * 10);
}

.nestable-item-type-group:after {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  top: 40%;
  height: 0.30769rem;
  width: 0.61538rem;
  background: #a3d6ff;
  z-index: -1;
}

.nestable-item-type-group.is-or-group .nestable-item-type-group:after,
.nested-main-group.is-or-group .nestable-item-type-group:after {
  background: #fbb431;
}

.nestable-item-type-group.is-and-group .nestable-item-type-group:after,
.nested-main-group.is-and-group .nestable-item-type-group:after {
  background: #a3d6ff;
}

.nestable-list.nestable-child-count-multiple > .nestable-item-name--filter {
  padding-bottom: 0;
}

.nestable-list.nestable-child-count-multiple .nestable-item.nestable-item-type-filter.is-or-filter {
  background: #fbb431;
  padding: calc(0.30769rem * 0.5);
  padding-bottom: 0.30769rem;
}

.nestable-list.nestable-child-count-multiple .nestable-item.nestable-item-type-filter.is-and-filter {
  background: #a3d6ff;
  padding: calc(0.30769rem * 0.5);
  padding-bottom: 0.30769rem;
}

.nestable-list.nestable-child-count-multiple > .nestable-item.nestable-item-type-filter {
  margin-bottom: 0;
}

.nestable-list.nestable-child-count-multiple > .nestable-item.nestable-item-type-group {
  margin-top: 0.61538rem;
}

.nestable-list.nestable-child-count-single .nestable-item.nestable-item-type-filter.is-or-filter,
.nestable-list.nestable-child-count-single .nestable-item.nestable-item-type-filter.is-and-filter {
  padding: 0;
}

.em-ds-query-builder-output {
  padding: 0.61538rem 0;
}
.em-ds-query-builder-output .em-ds-accordion-item {
  border: none;
}
.em-ds-query-builder-output .em-ds-accordion-item:last-child {
  border: none;
}
.em-ds-query-builder-output .em-ds-accordion-item__title {
  color: #006aa9;
}
.em-ds-query-builder-output .em-ds-accordion-item__title h2 {
  font-size: 1rem;
  line-height: normal;
  font-weight: 600;
  line-height: 2.46154rem;
  text-transform: uppercase;
  margin: 0;
}
.em-ds-query-builder-output .em-ds-accordion-item__expand-zone-space {
  padding-top: 0;
}

.em-ds-query-builder-addon-search-field-container-selector {
  display: flex;
  width: 100%;
}

.em-ds-query-builder-addon-search-field__btn-selector {
  height: 2.46154rem;
  padding: 0 0.30769rem;
  overflow: hidden;
  text-align: left;
  justify-content: left;
  color: #697489;
  border: none;
  background: none;
}

.em-ds-query-builder-addon-search-field__btn-selector--btn-placeholder {
  color: #e0e3e8;
  font-style: italic;
}

.em-ds-query-builder-addon-search-field__dropdown-field-selector {
  width: 100%;
}

.advance-search-option-btn {
  height: 2.46154rem;
  width: 100%;
}

.advanced-search-option {
  border-top: solid 1px #e0e3e8;
}

.modal-search-field .datagrid-tab-content {
  height: calc(100vh - 19.69231rem);
}

.em-ds-form-group {
  display: flex;
  align-items: center;
  margin-bottom: 1.23077rem;
}
.em-ds-form-group .em-ds-input {
  width: 100%;
}
.em-ds-form-group .em-ds-form-label {
  line-height: 2.16rem;
  color: #697489;
  text-align: right;
  padding-right: 1.84615rem;
  min-width: 9.84615rem;
}
.em-ds-form-group .em-ds-form-field-group {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.em-ds-form-group .em-ds-form-field-group > div {
  flex: 1;
}
.em-ds-form-group .em-ds-form-field-group .em-ds-form-field {
  flex: 1;
}
.em-ds-form-group .em-ds-form-field-group .em-ds-form-field:first-child {
  margin-right: 0.61538rem;
}

.em-ds-date-time-predefined-range-selector hr {
  margin: 1.23077rem 0;
  border: solid 0.03846rem #e0e3e8;
}

.em-ds-date-time-predefined-range-selector .SingleDatePickerInput,
.em-ds-date-time-predefined-range-selector .em-ds-input-addon-group,
.em-ds-date-time-predefined-range-selector .em-ds-datepicker,
.em-ds-date-time-predefined-range-selector .em-ds-datepicker__picker,
.em-ds-date-time-predefined-range-selector .DateInput_input,
.em-ds-date-time-predefined-range-selector .em-ds-selectbox__control {
  height: 2.16rem;
}

.em-ds-date-time-predefined-range-selector .SingleDatePickerInput {
  flex: 1;
}

.em-ds-date-time-predefined-range-selector .DateInput_input {
  width: 100%;
}

.em-ds-repeat-picker-input-range-selector {
  margin-bottom: 0.61538rem;
}

.em-ds-repeat-picker-input-range-selector__label {
  line-height: 2.16rem;
  color: #697489;
}

.em-ds-start-date-time-picker {
  padding: 1.23077rem 0;
  margin: 0.61538rem 0;
}
.em-ds-start-date-time-picker .em-ds-input-addon-group {
  flex: 1;
}
.em-ds-start-date-time-picker .em-ds-input-addon-group > div {
  width: 50%;
}
.em-ds-start-date-time-picker .em-ds-input-addon-group > div .em-ds-labeled-outline {
  margin-top: 0;
}
.em-ds-start-date-time-picker .em-ds-input-addon-group .em-ds-icon-button {
  outline: none;
}

.em-ds-start-date-time-picker__label {
  line-height: 2.16rem;
  color: #697489;
}

.em-ds-datepicker-range-inputs {
  display: flex;
}
.em-ds-datepicker-range-inputs .SingleDatePicker {
  flex: 1;
}
.em-ds-datepicker-range-inputs .SingleDatePicker .SingleDatePickerInput,
.em-ds-datepicker-range-inputs .SingleDatePicker .DateInput {
  width: 100%;
}

.em-ds-modal.datetime-alert-modal {
  z-index: 112;
}

.em-ds-end-date-time-picker {
  padding: 1.23077rem 0;
  margin: 0.61538rem 0;
}
.em-ds-end-date-time-picker .em-ds-input-addon-group {
  flex: 1;
}
.em-ds-end-date-time-picker .em-ds-input-addon-group > div {
  width: 50%;
}
.em-ds-end-date-time-picker .em-ds-input-addon-group > div .em-ds-labeled-outline {
  margin-top: 0;
}

.em-ds-end-date-time-picker-inputs {
  display: flex;
  flex-direction: row;
  margin-bottom: 300px;
}

.em-ds-end-date-time-picker__label {
  line-height: 2.16rem;
  color: #697489;
}

.em-ds-week-days-week-days-picker {
  padding-top: 0.61538rem;
  padding-bottom: 0.30769rem;
}
.em-ds-week-days-week-days-picker .em-ds-form-element-radio__label-text,
.em-ds-week-days-week-days-picker .em-ds-form-element-checkbox__label-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.95385rem;
  height: 2.95385rem;
  line-height: calc(2.95385rem * 1.1);
  text-align: center;
}
.em-ds-week-days-week-days-picker .em-ds-radio-group,
.em-ds-week-days-week-days-picker .em-ds-checkbox-group {
  flex: 1;
  height: 2.95385rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.em-ds-week-days-week-days-picker .em-ds-radio-group .em-ds-form-element-radio,
.em-ds-week-days-week-days-picker .em-ds-radio-group .em-ds-form-element-checkbox,
.em-ds-week-days-week-days-picker .em-ds-checkbox-group .em-ds-form-element-radio,
.em-ds-week-days-week-days-picker .em-ds-checkbox-group .em-ds-form-element-checkbox {
  margin-right: 0.30769rem;
}
.em-ds-week-days-week-days-picker .em-ds-radio-group .em-ds-form-element-radio .em-ds-form-element-checkbox__label-text,
.em-ds-week-days-week-days-picker
  .em-ds-radio-group
  .em-ds-form-element-checkbox
  .em-ds-form-element-checkbox__label-text,
.em-ds-week-days-week-days-picker
  .em-ds-checkbox-group
  .em-ds-form-element-radio
  .em-ds-form-element-checkbox__label-text,
.em-ds-week-days-week-days-picker
  .em-ds-checkbox-group
  .em-ds-form-element-checkbox
  .em-ds-form-element-checkbox__label-text {
  margin: 0;
}
.em-ds-week-days-week-days-picker
  .em-ds-radio-group
  .em-ds-form-element-radio
  .em-ds-form-element-checkbox__input-button[aria-checked='true'],
.em-ds-week-days-week-days-picker
  .em-ds-radio-group
  .em-ds-form-element-checkbox
  .em-ds-form-element-checkbox__input-button[aria-checked='true'],
.em-ds-week-days-week-days-picker
  .em-ds-checkbox-group
  .em-ds-form-element-radio
  .em-ds-form-element-checkbox__input-button[aria-checked='true'],
.em-ds-week-days-week-days-picker
  .em-ds-checkbox-group
  .em-ds-form-element-checkbox
  .em-ds-form-element-checkbox__input-button[aria-checked='true'] {
  color: #ffffff;
  background-color: #1e79c2;
  border: solid 1px #006aa9;
}
.em-ds-week-days-week-days-picker
  .em-ds-radio-group
  .em-ds-form-element-radio
  .em-ds-form-element-checkbox__input-button[aria-checked='true']
  + .em-ds-form-element-radio__label-text,
.em-ds-week-days-week-days-picker
  .em-ds-radio-group
  .em-ds-form-element-radio
  .em-ds-form-element-checkbox__input-button[aria-checked='true']
  + .em-ds-form-element-checkbox__label-text,
.em-ds-week-days-week-days-picker
  .em-ds-radio-group
  .em-ds-form-element-checkbox
  .em-ds-form-element-checkbox__input-button[aria-checked='true']
  + .em-ds-form-element-radio__label-text,
.em-ds-week-days-week-days-picker
  .em-ds-radio-group
  .em-ds-form-element-checkbox
  .em-ds-form-element-checkbox__input-button[aria-checked='true']
  + .em-ds-form-element-checkbox__label-text,
.em-ds-week-days-week-days-picker
  .em-ds-checkbox-group
  .em-ds-form-element-radio
  .em-ds-form-element-checkbox__input-button[aria-checked='true']
  + .em-ds-form-element-radio__label-text,
.em-ds-week-days-week-days-picker
  .em-ds-checkbox-group
  .em-ds-form-element-radio
  .em-ds-form-element-checkbox__input-button[aria-checked='true']
  + .em-ds-form-element-checkbox__label-text,
.em-ds-week-days-week-days-picker
  .em-ds-checkbox-group
  .em-ds-form-element-checkbox
  .em-ds-form-element-checkbox__input-button[aria-checked='true']
  + .em-ds-form-element-radio__label-text,
.em-ds-week-days-week-days-picker
  .em-ds-checkbox-group
  .em-ds-form-element-checkbox
  .em-ds-form-element-checkbox__input-button[aria-checked='true']
  + .em-ds-form-element-checkbox__label-text {
  color: #ffffff;
}
.em-ds-week-days-week-days-picker
  .em-ds-radio-group
  .em-ds-form-element-radio
  .em-ds-form-element-checkbox__input-button:focus,
.em-ds-week-days-week-days-picker
  .em-ds-radio-group
  .em-ds-form-element-radio
  .em-ds-form-element-checkbox__input-button.em-ds-button--variant-focus,
.em-ds-week-days-week-days-picker
  .em-ds-radio-group
  .em-ds-form-element-checkbox
  .em-ds-form-element-checkbox__input-button:focus,
.em-ds-week-days-week-days-picker
  .em-ds-radio-group
  .em-ds-form-element-checkbox
  .em-ds-form-element-checkbox__input-button.em-ds-button--variant-focus,
.em-ds-week-days-week-days-picker
  .em-ds-checkbox-group
  .em-ds-form-element-radio
  .em-ds-form-element-checkbox__input-button:focus,
.em-ds-week-days-week-days-picker
  .em-ds-checkbox-group
  .em-ds-form-element-radio
  .em-ds-form-element-checkbox__input-button.em-ds-button--variant-focus,
.em-ds-week-days-week-days-picker
  .em-ds-checkbox-group
  .em-ds-form-element-checkbox
  .em-ds-form-element-checkbox__input-button:focus,
.em-ds-week-days-week-days-picker
  .em-ds-checkbox-group
  .em-ds-form-element-checkbox
  .em-ds-form-element-checkbox__input-button.em-ds-button--variant-focus {
  outline: none;
  border: calc(0.30769rem * 0.25) solid #1e79c2;
  box-shadow: inset 0 0 0 1px #8cc2ed;
  border-radius: 2px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.em-ds-week-days-week-days-picker
  .em-ds-radio-group
  .em-ds-form-element-radio
  .em-ds-form-element-radio__input:checked
  + .em-ds-form-element-radio__input-button,
.em-ds-week-days-week-days-picker
  .em-ds-radio-group
  .em-ds-form-element-radio
  .em-ds-form-element-radio__input:checked
  + .em-ds-form-element-checkbox__input-button,
.em-ds-week-days-week-days-picker
  .em-ds-radio-group
  .em-ds-form-element-radio
  .em-ds-form-element-checkbox__input:checked
  + .em-ds-form-element-radio__input-button,
.em-ds-week-days-week-days-picker
  .em-ds-radio-group
  .em-ds-form-element-radio
  .em-ds-form-element-checkbox__input:checked
  + .em-ds-form-element-checkbox__input-button,
.em-ds-week-days-week-days-picker
  .em-ds-radio-group
  .em-ds-form-element-checkbox
  .em-ds-form-element-radio__input:checked
  + .em-ds-form-element-radio__input-button,
.em-ds-week-days-week-days-picker
  .em-ds-radio-group
  .em-ds-form-element-checkbox
  .em-ds-form-element-radio__input:checked
  + .em-ds-form-element-checkbox__input-button,
.em-ds-week-days-week-days-picker
  .em-ds-radio-group
  .em-ds-form-element-checkbox
  .em-ds-form-element-checkbox__input:checked
  + .em-ds-form-element-radio__input-button,
.em-ds-week-days-week-days-picker
  .em-ds-radio-group
  .em-ds-form-element-checkbox
  .em-ds-form-element-checkbox__input:checked
  + .em-ds-form-element-checkbox__input-button,
.em-ds-week-days-week-days-picker
  .em-ds-checkbox-group
  .em-ds-form-element-radio
  .em-ds-form-element-radio__input:checked
  + .em-ds-form-element-radio__input-button,
.em-ds-week-days-week-days-picker
  .em-ds-checkbox-group
  .em-ds-form-element-radio
  .em-ds-form-element-radio__input:checked
  + .em-ds-form-element-checkbox__input-button,
.em-ds-week-days-week-days-picker
  .em-ds-checkbox-group
  .em-ds-form-element-radio
  .em-ds-form-element-checkbox__input:checked
  + .em-ds-form-element-radio__input-button,
.em-ds-week-days-week-days-picker
  .em-ds-checkbox-group
  .em-ds-form-element-radio
  .em-ds-form-element-checkbox__input:checked
  + .em-ds-form-element-checkbox__input-button,
.em-ds-week-days-week-days-picker
  .em-ds-checkbox-group
  .em-ds-form-element-checkbox
  .em-ds-form-element-radio__input:checked
  + .em-ds-form-element-radio__input-button,
.em-ds-week-days-week-days-picker
  .em-ds-checkbox-group
  .em-ds-form-element-checkbox
  .em-ds-form-element-radio__input:checked
  + .em-ds-form-element-checkbox__input-button,
.em-ds-week-days-week-days-picker
  .em-ds-checkbox-group
  .em-ds-form-element-checkbox
  .em-ds-form-element-checkbox__input:checked
  + .em-ds-form-element-radio__input-button,
.em-ds-week-days-week-days-picker
  .em-ds-checkbox-group
  .em-ds-form-element-checkbox
  .em-ds-form-element-checkbox__input:checked
  + .em-ds-form-element-checkbox__input-button {
  color: #ffffff;
  background-color: #1e79c2;
  border: solid 1px #006aa9;
}
.em-ds-week-days-week-days-picker
  .em-ds-radio-group
  .em-ds-form-element-radio
  .em-ds-form-element-radio__input:checked
  + .em-ds-form-element-radio__input-button
  + .em-ds-form-element-radio__label-text,
.em-ds-week-days-week-days-picker
  .em-ds-radio-group
  .em-ds-form-element-radio
  .em-ds-form-element-radio__input:checked
  + .em-ds-form-element-radio__input-button
  + .em-ds-form-element-checkbox__label-text,
.em-ds-week-days-week-days-picker
  .em-ds-radio-group
  .em-ds-form-element-radio
  .em-ds-form-element-radio__input:checked
  + .em-ds-form-element-checkbox__input-button
  + .em-ds-form-element-radio__label-text,
.em-ds-week-days-week-days-picker
  .em-ds-radio-group
  .em-ds-form-element-radio
  .em-ds-form-element-radio__input:checked
  + .em-ds-form-element-checkbox__input-button
  + .em-ds-form-element-checkbox__label-text,
.em-ds-week-days-week-days-picker
  .em-ds-radio-group
  .em-ds-form-element-radio
  .em-ds-form-element-checkbox__input:checked
  + .em-ds-form-element-radio__input-button
  + .em-ds-form-element-radio__label-text,
.em-ds-week-days-week-days-picker
  .em-ds-radio-group
  .em-ds-form-element-radio
  .em-ds-form-element-checkbox__input:checked
  + .em-ds-form-element-radio__input-button
  + .em-ds-form-element-checkbox__label-text,
.em-ds-week-days-week-days-picker
  .em-ds-radio-group
  .em-ds-form-element-radio
  .em-ds-form-element-checkbox__input:checked
  + .em-ds-form-element-checkbox__input-button
  + .em-ds-form-element-radio__label-text,
.em-ds-week-days-week-days-picker
  .em-ds-radio-group
  .em-ds-form-element-radio
  .em-ds-form-element-checkbox__input:checked
  + .em-ds-form-element-checkbox__input-button
  + .em-ds-form-element-checkbox__label-text,
.em-ds-week-days-week-days-picker
  .em-ds-radio-group
  .em-ds-form-element-checkbox
  .em-ds-form-element-radio__input:checked
  + .em-ds-form-element-radio__input-button
  + .em-ds-form-element-radio__label-text,
.em-ds-week-days-week-days-picker
  .em-ds-radio-group
  .em-ds-form-element-checkbox
  .em-ds-form-element-radio__input:checked
  + .em-ds-form-element-radio__input-button
  + .em-ds-form-element-checkbox__label-text,
.em-ds-week-days-week-days-picker
  .em-ds-radio-group
  .em-ds-form-element-checkbox
  .em-ds-form-element-radio__input:checked
  + .em-ds-form-element-checkbox__input-button
  + .em-ds-form-element-radio__label-text,
.em-ds-week-days-week-days-picker
  .em-ds-radio-group
  .em-ds-form-element-checkbox
  .em-ds-form-element-radio__input:checked
  + .em-ds-form-element-checkbox__input-button
  + .em-ds-form-element-checkbox__label-text,
.em-ds-week-days-week-days-picker
  .em-ds-radio-group
  .em-ds-form-element-checkbox
  .em-ds-form-element-checkbox__input:checked
  + .em-ds-form-element-radio__input-button
  + .em-ds-form-element-radio__label-text,
.em-ds-week-days-week-days-picker
  .em-ds-radio-group
  .em-ds-form-element-checkbox
  .em-ds-form-element-checkbox__input:checked
  + .em-ds-form-element-radio__input-button
  + .em-ds-form-element-checkbox__label-text,
.em-ds-week-days-week-days-picker
  .em-ds-radio-group
  .em-ds-form-element-checkbox
  .em-ds-form-element-checkbox__input:checked
  + .em-ds-form-element-checkbox__input-button
  + .em-ds-form-element-radio__label-text,
.em-ds-week-days-week-days-picker
  .em-ds-radio-group
  .em-ds-form-element-checkbox
  .em-ds-form-element-checkbox__input:checked
  + .em-ds-form-element-checkbox__input-button
  + .em-ds-form-element-checkbox__label-text,
.em-ds-week-days-week-days-picker
  .em-ds-checkbox-group
  .em-ds-form-element-radio
  .em-ds-form-element-radio__input:checked
  + .em-ds-form-element-radio__input-button
  + .em-ds-form-element-radio__label-text,
.em-ds-week-days-week-days-picker
  .em-ds-checkbox-group
  .em-ds-form-element-radio
  .em-ds-form-element-radio__input:checked
  + .em-ds-form-element-radio__input-button
  + .em-ds-form-element-checkbox__label-text,
.em-ds-week-days-week-days-picker
  .em-ds-checkbox-group
  .em-ds-form-element-radio
  .em-ds-form-element-radio__input:checked
  + .em-ds-form-element-checkbox__input-button
  + .em-ds-form-element-radio__label-text,
.em-ds-week-days-week-days-picker
  .em-ds-checkbox-group
  .em-ds-form-element-radio
  .em-ds-form-element-radio__input:checked
  + .em-ds-form-element-checkbox__input-button
  + .em-ds-form-element-checkbox__label-text,
.em-ds-week-days-week-days-picker
  .em-ds-checkbox-group
  .em-ds-form-element-radio
  .em-ds-form-element-checkbox__input:checked
  + .em-ds-form-element-radio__input-button
  + .em-ds-form-element-radio__label-text,
.em-ds-week-days-week-days-picker
  .em-ds-checkbox-group
  .em-ds-form-element-radio
  .em-ds-form-element-checkbox__input:checked
  + .em-ds-form-element-radio__input-button
  + .em-ds-form-element-checkbox__label-text,
.em-ds-week-days-week-days-picker
  .em-ds-checkbox-group
  .em-ds-form-element-radio
  .em-ds-form-element-checkbox__input:checked
  + .em-ds-form-element-checkbox__input-button
  + .em-ds-form-element-radio__label-text,
.em-ds-week-days-week-days-picker
  .em-ds-checkbox-group
  .em-ds-form-element-radio
  .em-ds-form-element-checkbox__input:checked
  + .em-ds-form-element-checkbox__input-button
  + .em-ds-form-element-checkbox__label-text,
.em-ds-week-days-week-days-picker
  .em-ds-checkbox-group
  .em-ds-form-element-checkbox
  .em-ds-form-element-radio__input:checked
  + .em-ds-form-element-radio__input-button
  + .em-ds-form-element-radio__label-text,
.em-ds-week-days-week-days-picker
  .em-ds-checkbox-group
  .em-ds-form-element-checkbox
  .em-ds-form-element-radio__input:checked
  + .em-ds-form-element-radio__input-button
  + .em-ds-form-element-checkbox__label-text,
.em-ds-week-days-week-days-picker
  .em-ds-checkbox-group
  .em-ds-form-element-checkbox
  .em-ds-form-element-radio__input:checked
  + .em-ds-form-element-checkbox__input-button
  + .em-ds-form-element-radio__label-text,
.em-ds-week-days-week-days-picker
  .em-ds-checkbox-group
  .em-ds-form-element-checkbox
  .em-ds-form-element-radio__input:checked
  + .em-ds-form-element-checkbox__input-button
  + .em-ds-form-element-checkbox__label-text,
.em-ds-week-days-week-days-picker
  .em-ds-checkbox-group
  .em-ds-form-element-checkbox
  .em-ds-form-element-checkbox__input:checked
  + .em-ds-form-element-radio__input-button
  + .em-ds-form-element-radio__label-text,
.em-ds-week-days-week-days-picker
  .em-ds-checkbox-group
  .em-ds-form-element-checkbox
  .em-ds-form-element-checkbox__input:checked
  + .em-ds-form-element-radio__input-button
  + .em-ds-form-element-checkbox__label-text,
.em-ds-week-days-week-days-picker
  .em-ds-checkbox-group
  .em-ds-form-element-checkbox
  .em-ds-form-element-checkbox__input:checked
  + .em-ds-form-element-checkbox__input-button
  + .em-ds-form-element-radio__label-text,
.em-ds-week-days-week-days-picker
  .em-ds-checkbox-group
  .em-ds-form-element-checkbox
  .em-ds-form-element-checkbox__input:checked
  + .em-ds-form-element-checkbox__input-button
  + .em-ds-form-element-checkbox__label-text {
  color: #ffffff;
}
.em-ds-week-days-week-days-picker .em-ds-radio-group .em-ds-form-element-radio .em-ds-form-element-radio__input:focus,
.em-ds-week-days-week-days-picker
  .em-ds-radio-group
  .em-ds-form-element-radio
  .em-ds-form-element-radio__input.em-ds-button--variant-focus,
.em-ds-week-days-week-days-picker
  .em-ds-radio-group
  .em-ds-form-element-radio
  .em-ds-form-element-checkbox__input:focus,
.em-ds-week-days-week-days-picker
  .em-ds-radio-group
  .em-ds-form-element-radio
  .em-ds-form-element-checkbox__input.em-ds-button--variant-focus,
.em-ds-week-days-week-days-picker
  .em-ds-radio-group
  .em-ds-form-element-checkbox
  .em-ds-form-element-radio__input:focus,
.em-ds-week-days-week-days-picker
  .em-ds-radio-group
  .em-ds-form-element-checkbox
  .em-ds-form-element-radio__input.em-ds-button--variant-focus,
.em-ds-week-days-week-days-picker
  .em-ds-radio-group
  .em-ds-form-element-checkbox
  .em-ds-form-element-checkbox__input:focus,
.em-ds-week-days-week-days-picker
  .em-ds-radio-group
  .em-ds-form-element-checkbox
  .em-ds-form-element-checkbox__input.em-ds-button--variant-focus,
.em-ds-week-days-week-days-picker
  .em-ds-checkbox-group
  .em-ds-form-element-radio
  .em-ds-form-element-radio__input:focus,
.em-ds-week-days-week-days-picker
  .em-ds-checkbox-group
  .em-ds-form-element-radio
  .em-ds-form-element-radio__input.em-ds-button--variant-focus,
.em-ds-week-days-week-days-picker
  .em-ds-checkbox-group
  .em-ds-form-element-radio
  .em-ds-form-element-checkbox__input:focus,
.em-ds-week-days-week-days-picker
  .em-ds-checkbox-group
  .em-ds-form-element-radio
  .em-ds-form-element-checkbox__input.em-ds-button--variant-focus,
.em-ds-week-days-week-days-picker
  .em-ds-checkbox-group
  .em-ds-form-element-checkbox
  .em-ds-form-element-radio__input:focus,
.em-ds-week-days-week-days-picker
  .em-ds-checkbox-group
  .em-ds-form-element-checkbox
  .em-ds-form-element-radio__input.em-ds-button--variant-focus,
.em-ds-week-days-week-days-picker
  .em-ds-checkbox-group
  .em-ds-form-element-checkbox
  .em-ds-form-element-checkbox__input:focus,
.em-ds-week-days-week-days-picker
  .em-ds-checkbox-group
  .em-ds-form-element-checkbox
  .em-ds-form-element-checkbox__input.em-ds-button--variant-focus {
  outline: none;
  border: calc(0.30769rem * 0.25) solid #1e79c2;
  box-shadow: inset 0 0 0 1px #8cc2ed;
  border-radius: 2px;
}
.em-ds-week-days-week-days-picker .em-ds-form-element-radio__label,
.em-ds-week-days-week-days-picker .em-ds-form-element-checkbox__label {
  position: relative;
  width: 2.95385rem;
  height: 2.95385rem;
  display: block;
}
.em-ds-week-days-week-days-picker .em-ds-form-element-radio__input-button,
.em-ds-week-days-week-days-picker .em-ds-form-element-checkbox__input-button {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  transition: 200ms cubic-bezier(0.64, 0, 0.35, 1);
  width: 2.95385rem;
  height: 2.95385rem;
  margin-right: 0.61538rem;
  background: #e0e3e8;
  border: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
  cursor: pointer;
}
.em-ds-week-days-week-days-picker .em-ds-form-element-radio__input-button:after,
.em-ds-week-days-week-days-picker .em-ds-form-element-checkbox__input-button:after {
  display: none;
}
.em-ds-week-days-week-days-picker .em-ds-form-element-radio__input-button:hover,
.em-ds-week-days-week-days-picker .em-ds-form-element-checkbox__input-button:hover {
  border: solid 1px #1e79c2;
}
.em-ds-week-days-week-days-picker .em-ds-form-element-radio__input-button:focus,
.em-ds-week-days-week-days-picker .em-ds-form-element-checkbox__input-button:focus {
  outline: none;
  border: calc(0.30769rem * 0.25) solid #1e79c2;
  box-shadow: inset 0 0 0 1px #8cc2ed;
  border-radius: 2px;
}

.em-ds-week-days-week-days-picker__label {
  line-height: 2.16rem;
  color: #697489;
}

.em-ds-form-element-radio__input:focus,
.em-ds-form-element-radio__input-button:focus {
  outline: none;
  border: calc(0.30769rem * 0.25) solid #1e79c2;
  box-shadow: inset 0 0 0 1px #8cc2ed;
  border-radius: 2px;
}

.em-ds-month-days-picker {
  padding: 1.23077rem 0;
  margin: 0.61538rem 0;
}

.em-ds-month-days-picker__label {
  line-height: 2.16rem;
  color: #697489;
}

.em-ds-year-days-picker {
  padding: 1.23077rem 0;
  margin: 0.61538rem 0;
}

.em-ds-year-days-picker__label {
  line-height: 2.16rem;
  color: #697489;
}

.em-ds-timezone-picker-input-range-selector {
  padding: 0 0 1.23077rem 0;
  margin: 0 0 0.61538rem 0;
}
.em-ds-timezone-picker-input-range-selector .em-ds-input-addon-group {
  flex: 1;
}
.em-ds-timezone-picker-input-range-selector .em-ds-input-addon-group > div {
  width: 50%;
}

.em-ds-timezone-picker-input-range-selector__label {
  line-height: 2.16rem;
  color: #697489;
}

.em-ds-field-wrapper {
  display: flex;
  flex-direction: row;
}
.em-ds-field-wrapper .em-ds-field-wrapper {
  padding-right: 0.61538rem;
  flex: 1;
}
.em-ds-field-wrapper .em-ds-field-wrapper:last-child {
  padding-right: 0;
}

.em-ds-field-wrapper .em-ds-input,
.em-ds-field-wrapper .em-ds-selectbox-wrapper,
.em-ds-field-wrapper .em-ds-datepicker,
.em-ds-field-wrapper .em-ds-time-picker .em-ds-input-addon-wrapper {
  width: 100%;
}

.em-ds-field-wrapper .em-ds-selectbox__control {
  padding-right: 0;
}

.em-ds-field-wrapper .em-ds-input-addon-group *:not(:last-child) {
  margin-right: 0;
}

.em-ds-field-wrapper
  .em-ds-input-addon-wrapper__addon
  .em-ds-input-addon-wrapper__addon--default
  .em-ds-input-addon-wrapper__addon--right:before {
  display: none;
}

.em-ds-label-wrapper {
  text-align: right;
  padding-right: 1.84615rem;
}

.em-ds-recurrence-selector-validation-message {
  text-align: center;
  padding: 0.61538rem;
}

.em-ds-query-builder-addon-number-range-field-wrapper {
  display: flex;
  flex-direction: row;
}
.em-ds-query-builder-addon-number-range-field-wrapper .em-ds-input {
  width: 100%;
}

.em-ds-query-builder-addon-number-range-field__separator {
  height: 2.46154rem;
  line-height: 2.46154rem;
  padding-left: 0.30769rem;
  padding-right: 0.30769rem;
  color: #cbcfd7;
}

.SingleDatePickerInput {
  border: none;
  border-right: none;
}

.CalendarDay__default {
  padding: 0 !important;
  position: relative;
  border: none;
}
.CalendarDay__default:hover {
  border: none;
}

.CalendarDay__outside {
  pointer-events: none;
}

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

.CalendarMonthGrid__horizontal {
  left: 0 !important;
}

.DayPicker_weekHeaders {
  margin-left: 0 !important;
}

.DayPicker_weekHeader {
  padding: 0 !important;
}

.DayPicker_weekHeader_ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}

.em-ds-date-picker-header {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  padding: 10px;
  background: #fff;
}

.em-ds-date-range__wrapper {
  display: flex;
  flex-direction: column;
  border: none;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.24);
}
.em-ds-date-range__wrapper > * > .DayPicker {
  box-shadow: none !important;
}

.em-ds-date-range__header {
  display: flex;
}

.em-ds-single-date__wrapper {
  display: flex;
  flex-direction: column;
  border: none;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.24);
  width: fit-content;
}
.em-ds-single-date__wrapper > * > .DayPicker {
  box-shadow: none !important;
}

.em-ds-date-range-picker__header {
  display: flex;
  justify-content: center;
  width: fit-content;
  flex-grow: 1;
  width: 0;
  background: #fff;
  padding: 0.61538rem;
}
.em-ds-date-range-picker__header .em-ds-input-addon-group {
  width: 100%;
}
.em-ds-date-range-picker__header--invalidDate .em-ds-input-addon-group .em-ds-input {
  border: solid 1px #c64252;
}

.em-ds-date-switcher__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: #fff;
}

.em-ds-date-switcher__header > .em-ds-date-picker-header {
  display: flex;
  justify-content: flex-end;
}

.switch-header__checkbox {
  padding: 0px;
  margin-left: 0.49231rem;
}

.em-ds-datepicker-inputs {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.DateInput_input {
  -moz-border-radius: calc(0.30769rem * 0.5) 0 0 calc(0.30769rem * 0.5);
  -webkit-border-radius: calc(0.30769rem * 0.5) 0 0 calc(0.30769rem * 0.5);
  border-radius: calc(0.30769rem * 0.5) 0 0 calc(0.30769rem * 0.5);
  transition: border 200ms cubic-bezier(0.64, 0, 0.35, 1);
  border: solid 1px #cbcfd7;
  border-right: none;
  height: calc(1.84615rem * 1.16666);
  padding: 0 0.61538rem;
  outline: none;
  box-sizing: border-box;
}
.DateInput_input:focus,
.DateInput_input:hover {
  border-color: #1e79c2;
}
.DateInput_input:active {
  border-color: #006aa9;
  color: #25292f;
}
.DateInput_input::-webkit-input-placeholder {
  color: #697489;
  font-style: italic;
}
.DateInput_input:-moz-placeholder {
  color: #697489;
  font-style: italic;
}
.DateInput_input::-moz-placeholder {
  color: #697489;
  font-style: italic;
}
.DateInput_input:-ms-input-placeholder {
  color: #697489;
  font-style: italic;
}

.DateInput_input__disabled {
  background: #ffffff;
  pointer-events: none;
  border-color: #e0e3e8;
  color: #697489;
  cursor: not-allowed;
}
.DateInput_input__disabled:focus,
.DateInput_input__disabled:hover {
  border-color: #e0e3e8;
}
.DateInput_input__disabled:active {
  border-color: #e0e3e8;
}

.em-ds-datepicker {
  z-index: 0;
}

.em-ds-datepicker .DateInput,
.SingleDatePicker_picker .DateInput,
.em-ds-date-range-selector-wrap-day-picker .DateInput,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .DateInput,
.em-ds-datepicker-wrapper-day-picker-single-date-controller .DateInput {
  width: auto;
}

.em-ds-datepicker .CalendarMonth,
.SingleDatePicker_picker .CalendarMonth,
.em-ds-date-range-selector-wrap-day-picker .CalendarMonth,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarMonth,
.em-ds-datepicker-wrapper-day-picker-single-date-controller .CalendarMonth {
  background: #f6f7f9;
}

.em-ds-datepicker .CalendarDay__default,
.em-ds-datepicker .CalendarDay__selected,
.em-ds-datepicker .CalendarDay__selected:active,
.em-ds-datepicker .CalendarDay__selected:hover,
.SingleDatePicker_picker .CalendarDay__default,
.SingleDatePicker_picker .CalendarDay__selected,
.SingleDatePicker_picker .CalendarDay__selected:active,
.SingleDatePicker_picker .CalendarDay__selected:hover,
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__default,
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__selected,
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__selected:active,
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__selected:hover,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__default,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__selected,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__selected:active,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__selected:hover,
.em-ds-datepicker-wrapper-day-picker-single-date-controller .CalendarDay__default,
.em-ds-datepicker-wrapper-day-picker-single-date-controller .CalendarDay__selected,
.em-ds-datepicker-wrapper-day-picker-single-date-controller .CalendarDay__selected:active,
.em-ds-datepicker-wrapper-day-picker-single-date-controller .CalendarDay__selected:hover {
  background: #ffffff;
  text-align: center;
  border: none;
}
.em-ds-datepicker .CalendarDay__default:focus,
.em-ds-datepicker .CalendarDay__selected:focus,
.em-ds-datepicker .CalendarDay__selected:active:focus,
.em-ds-datepicker .CalendarDay__selected:hover:focus,
.SingleDatePicker_picker .CalendarDay__default:focus,
.SingleDatePicker_picker .CalendarDay__selected:focus,
.SingleDatePicker_picker .CalendarDay__selected:active:focus,
.SingleDatePicker_picker .CalendarDay__selected:hover:focus,
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__default:focus,
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__selected:focus,
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__selected:active:focus,
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__selected:hover:focus,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__default:focus,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__selected:focus,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__selected:active:focus,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__selected:hover:focus,
.em-ds-datepicker-wrapper-day-picker-single-date-controller .CalendarDay__default:focus,
.em-ds-datepicker-wrapper-day-picker-single-date-controller .CalendarDay__selected:focus,
.em-ds-datepicker-wrapper-day-picker-single-date-controller .CalendarDay__selected:active:focus,
.em-ds-datepicker-wrapper-day-picker-single-date-controller .CalendarDay__selected:hover:focus {
  outline: none;
}

.em-ds-datepicker .CalendarDay__default:hover,
.em-ds-datepicker .CalendarDay__default:focus,
.SingleDatePicker_picker .CalendarDay__default:hover,
.SingleDatePicker_picker .CalendarDay__default:focus,
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__default:hover,
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__default:focus,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__default:hover,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__default:focus,
.em-ds-datepicker-wrapper-day-picker-single-date-controller .CalendarDay__default:hover,
.em-ds-datepicker-wrapper-day-picker-single-date-controller .CalendarDay__default:focus {
  background: #ffffff;
  border: none;
}
.em-ds-datepicker .CalendarDay__default:hover .em-ds-datepicker__day-contents,
.em-ds-datepicker .CalendarDay__default:focus .em-ds-datepicker__day-contents,
.SingleDatePicker_picker .CalendarDay__default:hover .em-ds-datepicker__day-contents,
.SingleDatePicker_picker .CalendarDay__default:focus .em-ds-datepicker__day-contents,
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__default:hover .em-ds-datepicker__day-contents,
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__default:focus .em-ds-datepicker__day-contents,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller
  .CalendarDay__default:hover
  .em-ds-datepicker__day-contents,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller
  .CalendarDay__default:focus
  .em-ds-datepicker__day-contents,
.em-ds-datepicker-wrapper-day-picker-single-date-controller .CalendarDay__default:hover .em-ds-datepicker__day-contents,
.em-ds-datepicker-wrapper-day-picker-single-date-controller
  .CalendarDay__default:focus
  .em-ds-datepicker__day-contents {
  background: #ffffff;
  border: solid 1px #1e79c2;
  color: #1e79c2;
}

.em-ds-datepicker .CalendarDay__selected,
.SingleDatePicker_picker .CalendarDay__selected,
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__selected,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__selected,
.em-ds-datepicker-wrapper-day-picker-single-date-controller .CalendarDay__selected {
  background: #fff;
  color: #ffffff;
  border: none;
}
.em-ds-datepicker .CalendarDay__selected .em-ds-datepicker__day-contents,
.em-ds-datepicker .CalendarDay__selected .em-ds-datepicker-range__day-contents,
.SingleDatePicker_picker .CalendarDay__selected .em-ds-datepicker__day-contents,
.SingleDatePicker_picker .CalendarDay__selected .em-ds-datepicker-range__day-contents,
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__selected .em-ds-datepicker__day-contents,
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__selected .em-ds-datepicker-range__day-contents,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller
  .CalendarDay__selected
  .em-ds-datepicker__day-contents,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller
  .CalendarDay__selected
  .em-ds-datepicker-range__day-contents,
.em-ds-datepicker-wrapper-day-picker-single-date-controller .CalendarDay__selected .em-ds-datepicker__day-contents,
.em-ds-datepicker-wrapper-day-picker-single-date-controller
  .CalendarDay__selected
  .em-ds-datepicker-range__day-contents {
  background-color: #1e79c2;
  border: solid 1px #1e79c2;
  color: #ffffff;
}
.em-ds-datepicker .CalendarDay__selected .em-ds-datepicker__day-contents:hover,
.em-ds-datepicker .CalendarDay__selected .em-ds-datepicker-range__day-contents:hover,
.SingleDatePicker_picker .CalendarDay__selected .em-ds-datepicker__day-contents:hover,
.SingleDatePicker_picker .CalendarDay__selected .em-ds-datepicker-range__day-contents:hover,
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__selected .em-ds-datepicker__day-contents:hover,
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__selected .em-ds-datepicker-range__day-contents:hover,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller
  .CalendarDay__selected
  .em-ds-datepicker__day-contents:hover,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller
  .CalendarDay__selected
  .em-ds-datepicker-range__day-contents:hover,
.em-ds-datepicker-wrapper-day-picker-single-date-controller
  .CalendarDay__selected
  .em-ds-datepicker__day-contents:hover,
.em-ds-datepicker-wrapper-day-picker-single-date-controller
  .CalendarDay__selected
  .em-ds-datepicker-range__day-contents:hover {
  box-shadow: inset 0 0 0 1px #a3d6ff;
}
.em-ds-datepicker .CalendarDay__selected.CalendarDay__selected_start.CalendarDay__selected_end:after,
.SingleDatePicker_picker .CalendarDay__selected.CalendarDay__selected_start.CalendarDay__selected_end:after,
.em-ds-date-range-selector-wrap-day-picker
  .CalendarDay__selected.CalendarDay__selected_start.CalendarDay__selected_end:after,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller
  .CalendarDay__selected.CalendarDay__selected_start.CalendarDay__selected_end:after,
.em-ds-datepicker-wrapper-day-picker-single-date-controller
  .CalendarDay__selected.CalendarDay__selected_start.CalendarDay__selected_end:after {
  display: none;
}
.em-ds-datepicker
  .CalendarDay__selected.CalendarDay__selected_start.CalendarDay__selected_end
  .em-ds-datepicker__day-contents,
.em-ds-datepicker
  .CalendarDay__selected.CalendarDay__selected_start.CalendarDay__selected_end
  .em-ds-datepicker-range__day-contents,
.SingleDatePicker_picker
  .CalendarDay__selected.CalendarDay__selected_start.CalendarDay__selected_end
  .em-ds-datepicker__day-contents,
.SingleDatePicker_picker
  .CalendarDay__selected.CalendarDay__selected_start.CalendarDay__selected_end
  .em-ds-datepicker-range__day-contents,
.em-ds-date-range-selector-wrap-day-picker
  .CalendarDay__selected.CalendarDay__selected_start.CalendarDay__selected_end
  .em-ds-datepicker__day-contents,
.em-ds-date-range-selector-wrap-day-picker
  .CalendarDay__selected.CalendarDay__selected_start.CalendarDay__selected_end
  .em-ds-datepicker-range__day-contents,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller
  .CalendarDay__selected.CalendarDay__selected_start.CalendarDay__selected_end
  .em-ds-datepicker__day-contents,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller
  .CalendarDay__selected.CalendarDay__selected_start.CalendarDay__selected_end
  .em-ds-datepicker-range__day-contents,
.em-ds-datepicker-wrapper-day-picker-single-date-controller
  .CalendarDay__selected.CalendarDay__selected_start.CalendarDay__selected_end
  .em-ds-datepicker__day-contents,
.em-ds-datepicker-wrapper-day-picker-single-date-controller
  .CalendarDay__selected.CalendarDay__selected_start.CalendarDay__selected_end
  .em-ds-datepicker-range__day-contents {
  background-color: #1e79c2;
  border: solid 1px #1e79c2;
  color: #ffffff;
}

.em-ds-datepicker .CalendarDay__selected:hover,
.SingleDatePicker_picker .CalendarDay__selected:hover,
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__selected:hover,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__selected:hover,
.em-ds-datepicker-wrapper-day-picker-single-date-controller .CalendarDay__selected:hover {
  color: #ffffff;
}
.em-ds-datepicker .CalendarDay__selected:hover .em-ds-datepicker__day-contents,
.em-ds-datepicker .CalendarDay__selected:hover .em-ds-datepicker-range__day-contents,
.SingleDatePicker_picker .CalendarDay__selected:hover .em-ds-datepicker__day-contents,
.SingleDatePicker_picker .CalendarDay__selected:hover .em-ds-datepicker-range__day-contents,
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__selected:hover .em-ds-datepicker__day-contents,
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__selected:hover .em-ds-datepicker-range__day-contents,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller
  .CalendarDay__selected:hover
  .em-ds-datepicker__day-contents,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller
  .CalendarDay__selected:hover
  .em-ds-datepicker-range__day-contents,
.em-ds-datepicker-wrapper-day-picker-single-date-controller
  .CalendarDay__selected:hover
  .em-ds-datepicker__day-contents,
.em-ds-datepicker-wrapper-day-picker-single-date-controller
  .CalendarDay__selected:hover
  .em-ds-datepicker-range__day-contents {
  background-color: #1e79c2;
  color: #ffffff;
}

.em-ds-datepicker .CalendarDay.CalendarDay__blocked_calendar,
.SingleDatePicker_picker .CalendarDay.CalendarDay__blocked_calendar,
.em-ds-date-range-selector-wrap-day-picker .CalendarDay.CalendarDay__blocked_calendar,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay.CalendarDay__blocked_calendar,
.em-ds-datepicker-wrapper-day-picker-single-date-controller .CalendarDay.CalendarDay__blocked_calendar {
  color: #697489;
  cursor: not-allowed;
}
.em-ds-datepicker .CalendarDay.CalendarDay__blocked_calendar > div.em-ds-datepicker-range__day-contents,
.SingleDatePicker_picker .CalendarDay.CalendarDay__blocked_calendar > div.em-ds-datepicker-range__day-contents,
.em-ds-date-range-selector-wrap-day-picker
  .CalendarDay.CalendarDay__blocked_calendar
  > div.em-ds-datepicker-range__day-contents,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller
  .CalendarDay.CalendarDay__blocked_calendar
  > div.em-ds-datepicker-range__day-contents,
.em-ds-datepicker-wrapper-day-picker-single-date-controller
  .CalendarDay.CalendarDay__blocked_calendar
  > div.em-ds-datepicker-range__day-contents {
  border: none;
  background-color: #fff;
  color: #697489;
  pointer-events: none;
  position: relative;
}
.em-ds-datepicker .CalendarDay.CalendarDay__blocked_calendar > div.em-ds-datepicker-range__day-contents::after,
.SingleDatePicker_picker .CalendarDay.CalendarDay__blocked_calendar > div.em-ds-datepicker-range__day-contents::after,
.em-ds-date-range-selector-wrap-day-picker
  .CalendarDay.CalendarDay__blocked_calendar
  > div.em-ds-datepicker-range__day-contents::after,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller
  .CalendarDay.CalendarDay__blocked_calendar
  > div.em-ds-datepicker-range__day-contents::after,
.em-ds-datepicker-wrapper-day-picker-single-date-controller
  .CalendarDay.CalendarDay__blocked_calendar
  > div.em-ds-datepicker-range__day-contents::after {
  content: '';
  height: 0.07692rem;
  width: 48%;
  background: #697489;
  position: absolute;
  pointer-events: none;
  top: 50%;
  margin-top: -0.04615rem;
  left: 26%;
}

.em-ds-datepicker .CalendarDay.CalendarDay__outside,
.SingleDatePicker_picker .CalendarDay.CalendarDay__outside,
.em-ds-date-range-selector-wrap-day-picker .CalendarDay.CalendarDay__outside,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay.CalendarDay__outside,
.em-ds-datepicker-wrapper-day-picker-single-date-controller .CalendarDay.CalendarDay__outside {
  color: #697489;
  pointer-events: none;
}
.em-ds-datepicker .CalendarDay.CalendarDay__outside > div.em-ds-datepicker-range__day-contents,
.SingleDatePicker_picker .CalendarDay.CalendarDay__outside > div.em-ds-datepicker-range__day-contents,
.em-ds-date-range-selector-wrap-day-picker .CalendarDay.CalendarDay__outside > div.em-ds-datepicker-range__day-contents,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller
  .CalendarDay.CalendarDay__outside
  > div.em-ds-datepicker-range__day-contents,
.em-ds-datepicker-wrapper-day-picker-single-date-controller
  .CalendarDay.CalendarDay__outside
  > div.em-ds-datepicker-range__day-contents {
  border: none;
  color: #697489;
  pointer-events: none;
}

.em-ds-datepicker .CalendarMonth_table,
.SingleDatePicker_picker .CalendarMonth_table,
.em-ds-date-range-selector-wrap-day-picker .CalendarMonth_table,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarMonth_table,
.em-ds-datepicker-wrapper-day-picker-single-date-controller .CalendarMonth_table {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #ffffff;
  width: calc(2.46154rem * 9.93) !important;
  margin-left: calc(1.84615rem * (-0.5));
  margin-top: 1.23077rem;
}

.em-ds-datepicker .DayPicker_weekHeader,
.SingleDatePicker_picker .DayPicker_weekHeader,
.em-ds-date-range-selector-wrap-day-picker .DayPicker_weekHeader,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .DayPicker_weekHeader,
.em-ds-datepicker-wrapper-day-picker-single-date-controller .DayPicker_weekHeader {
  position: absolute;
  color: #25292f;
  height: 1.84615rem;
  top: calc(2.46154rem * 1.55);
  z-index: 2;
  text-align: left;
}

.em-ds-datepicker .DayPicker_weekHeader_ul,
.SingleDatePicker_picker .DayPicker_weekHeader_ul,
.em-ds-date-range-selector-wrap-day-picker .DayPicker_weekHeader_ul,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .DayPicker_weekHeader_ul,
.em-ds-datepicker-wrapper-day-picker-single-date-controller .DayPicker_weekHeader_ul {
  font-size: 1.0769rem;
}

.em-ds-datepicker .DayPicker_weekHeader_li,
.SingleDatePicker_picker .DayPicker_weekHeader_li,
.em-ds-date-range-selector-wrap-day-picker .DayPicker_weekHeader_li,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .DayPicker_weekHeader_li,
.em-ds-datepicker-wrapper-day-picker-single-date-controller .DayPicker_weekHeader_li {
  display: inline-block;
  text-align: center;
  width: calc(0.61538rem * 5.625) !important;
}

.em-ds-datepicker .DayPicker_weekHeader_li small,
.SingleDatePicker_picker .DayPicker_weekHeader_li small,
.em-ds-date-range-selector-wrap-day-picker .DayPicker_weekHeader_li small,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .DayPicker_weekHeader_li small,
.em-ds-datepicker-wrapper-day-picker-single-date-controller .DayPicker_weekHeader_li small {
  font-size: 1rem;
}

.em-ds-datepicker .DayPicker__withBorder,
.SingleDatePicker_picker .DayPicker__withBorder,
.em-ds-date-range-selector-wrap-day-picker .DayPicker__withBorder,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .DayPicker__withBorder,
.em-ds-datepicker-wrapper-day-picker-single-date-controller .DayPicker__withBorder {
  box-shadow:
    0 6px 20px 0 rgba(0, 0, 0, 0.24),
    0 8px 17px 0 rgba(0, 0, 0, 0.19);
}

.em-ds-datepicker--focused .DateInput_input {
  border-color: #1e79c2;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.em-ds-datepicker--focused .em-ds-datepicker__picker:not([disabled]) {
  border-right-color: #1e79c2;
  border-top-color: #1e79c2;
  border-bottom-color: #1e79c2;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.em-ds-datepicker__day-contents,
.em-ds-datepicker-range__day-contents {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.46154rem;
  height: 2.46154rem;
  color: #25292f;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  border: solid 1px transparent;
}

.CalendarDay__outside .em-ds-datepicker__day-contents {
  color: #cbcfd7;
}

.CalendarDay__default:hover .em-ds-datepicker__day-contents,
.CalendarDay__default:hover .em-ds-datepicker-range__day-contents,
.CalendarDay__default:focus .em-ds-datepicker__day-contents,
.CalendarDay__default:focus .em-ds-datepicker-range__day-contents {
  background: #ffffff;
  border: solid 1px #1e79c2;
  color: #1e79c2;
}

.without-selected-date .CalendarDay__today .em-ds-datepicker-range__day-contents {
  border: solid 1px #697489;
  color: #25292f;
}

.em-ds-datepicker .DayPickerNavigation,
.SingleDatePicker_picker .DayPickerNavigation,
.DayPicker .DayPickerNavigation {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 25px;
  right: 25px;
  top: 10.9px;
  padding: 0.30769rem 0.61538rem 0 0.61538rem;
}

.em-ds-datepicker .CalendarMonth_caption,
.SingleDatePicker_picker .CalendarMonth_caption,
.DayPicker .CalendarMonth_caption {
  padding-top: calc(0.61538rem * 1.25);
  padding-bottom: calc(2.46154rem * 1.187);
  font-size: 1.0769rem;
  line-height: 1;
}
.em-ds-datepicker .CalendarMonth_caption strong,
.SingleDatePicker_picker .CalendarMonth_caption strong,
.DayPicker .CalendarMonth_caption strong {
  position: relative;
  top: 1px;
}

.em-ds-datepicker__picker {
  -moz-border-radius: 0 calc(0.30769rem * 0.5) calc(0.30769rem * 0.5) 0;
  -webkit-border-radius: 0 calc(0.30769rem * 0.5) calc(0.30769rem * 0.5) 0;
  border-radius: 0 calc(0.30769rem * 0.5) calc(0.30769rem * 0.5) 0;
  padding: 0 calc(0.30769rem * 0.5);
}
.em-ds-datepicker__picker:hover:not([disabled]) {
  border: solid 1px #1e79c2;
}
.em-ds-datepicker__picker.disabled {
  border: solid 1px #e0e3e8;
  pointer-events: none;
}

.em-ds-form-item--error:not(:focus-within) .em-ds-datepicker .em-ds-input {
  border-right-color: transparent;
}

.em-ds-form-item--error:not(:focus-within) .em-ds-datepicker .em-ds-datepicker-range__picker {
  border-top-color: #c64252;
  border-right-color: #c64252;
  border-bottom-color: #c64252;
}

.em-ds-date-time-picker__wrapper {
  display: flex;
  flex-direction: row;
  margin-top: 0.61538rem;
  box-shadow:
    0 6px 20px 0 rgba(0, 0, 0, 0.24),
    0 8px 17px 0 rgba(0, 0, 0, 0.19);
  background-color: #ffffff;
}
.em-ds-date-time-picker__wrapper .em-ds-date-time-picker__time-picker-wrapper {
  background-color: #f6f7f9;
  display: flex;
  flex-direction: column;
}
.em-ds-date-time-picker__wrapper .em-ds-date-time-picker__time-picker-wrapper .em-ds-time-picker-menu {
  border: unset;
  box-shadow: unset;
}
.em-ds-date-time-picker__wrapper .em-ds-datepicker-range-wrapper-day-picker-single-date-controller {
  border-right: 0.07692rem solid #cbcfd7;
}
.em-ds-date-time-picker__wrapper .em-ds-datepicker-range-wrapper-day-picker-single-date-controller .DayPicker {
  box-shadow: unset;
}

.em-ds-date-time-picker__date-input {
  padding-right: 0.61538rem;
}

.em-ds-datetimepicker {
  min-width: 223px;
}

.em-ds-form-item--error:not(:focus-within) .em-ds-datetimepicker .em-ds-input {
  border-right-color: transparent;
}

.em-ds-form-item--error:not(:focus-within) .em-ds-datetimepicker .em-ds-datepicker-range__picker {
  border-top-color: #c64252;
  border-right-color: #c64252;
  border-bottom-color: #c64252;
}

.em-ds-datepicker-wrapper-input-date-range-picker-controller {
  display: flex;
  flex-direction: row;
}
.em-ds-datepicker-wrapper-input-date-range-picker-controller div.em-ds-form-item {
  outline: none;
  box-shadow: none;
  margin-right: 0.61538rem;
}

.em-ds-datepicker-wrapper-button-date-range-picker-controller {
  margin-bottom: 0.61538rem;
}

.em-ds-datepicker-range .DateRangePicker,
.em-ds-date-range-selector-wrap-day-picker .DateRangePicker,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .DateRangePicker {
  min-width: calc(4.92308rem * (4.57));
}

.em-ds-datepicker-range .DateRangePickerInput,
.em-ds-date-range-selector-wrap-day-picker .DateRangePickerInput,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .DateRangePickerInput {
  border: none;
  border-right: none;
}

.em-ds-datepicker-range .DateInput,
.em-ds-date-range-selector-wrap-day-picker .DateInput,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .DateInput {
  margin-right: 1.23077rem;
}

.em-ds-datepicker-range .DateInput_input,
.em-ds-date-range-selector-wrap-day-picker .DateInput_input,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .DateInput_input {
  border: solid 1px #cbcfd7;
  -moz-border-radius: calc(0.30769rem * 0.5);
  -webkit-border-radius: calc(0.30769rem * 0.5);
  border-radius: calc(0.30769rem * 0.5);
}
.em-ds-datepicker-range .DateInput_input:disabled,
.em-ds-date-range-selector-wrap-day-picker .DateInput_input:disabled,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .DateInput_input:disabled {
  background-color: #ffffff;
}

.em-ds-datepicker-range .DateRangePickerInput_arrow,
.em-ds-date-range-selector-wrap-day-picker .DateRangePickerInput_arrow,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .DateRangePickerInput_arrow {
  display: none;
}

.em-ds-datepicker-range .DateInput_input__focused,
.em-ds-date-range-selector-wrap-day-picker .DateInput_input__focused,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .DateInput_input__focused {
  border: solid 1px #1e79c2;
  box-shadow: #52a6ec;
}

.em-ds-datepicker-range .DateRangePickerInput__disabled,
.em-ds-date-range-selector-wrap-day-picker .DateRangePickerInput__disabled,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .DateRangePickerInput__disabled {
  background: #ffffff;
  pointer-events: none;
  border-color: #e0e3e8;
  color: #697489;
  cursor: not-allowed;
}
.em-ds-datepicker-range .DateRangePickerInput__disabled:focus,
.em-ds-datepicker-range .DateRangePickerInput__disabled:hover,
.em-ds-date-range-selector-wrap-day-picker .DateRangePickerInput__disabled:focus,
.em-ds-date-range-selector-wrap-day-picker .DateRangePickerInput__disabled:hover,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .DateRangePickerInput__disabled:focus,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .DateRangePickerInput__disabled:hover {
  border-color: #e0e3e8;
}
.em-ds-datepicker-range .DateRangePickerInput__disabled:active,
.em-ds-date-range-selector-wrap-day-picker .DateRangePickerInput__disabled:active,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .DateRangePickerInput__disabled:active {
  border-color: #e0e3e8;
}
.em-ds-datepicker-range .DateRangePickerInput__disabled .DateInput_input__focused,
.em-ds-date-range-selector-wrap-day-picker .DateRangePickerInput__disabled .DateInput_input__focused,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller
  .DateRangePickerInput__disabled
  .DateInput_input__focused {
  border: solid 1px #e0e3e8 !important;
  box-shadow: none;
}

.em-ds-datepicker-range .CalendarDay__default,
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__default,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__default {
  padding: 0 !important;
  position: relative;
  border: none;
  background-color: #ffffff;
  text-align: center;
  transition: all 100ms cubic-bezier(0.18, 0.67, 0.6, 1.22);
}
.em-ds-datepicker-range .CalendarDay__default:focus,
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__default:focus,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__default:focus {
  outline: none;
}

.em-ds-datepicker-range .CalendarDay__default:hover,
.em-ds-datepicker-range .CalendarDay__default:focus,
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__default:hover,
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__default:focus,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__default:hover,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__default:focus {
  color: #ffffff;
}
.em-ds-datepicker-range .CalendarDay__default:hover .em-ds-datepicker-range__day-contents,
.em-ds-datepicker-range .CalendarDay__default:focus .em-ds-datepicker-range__day-contents,
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__default:hover .em-ds-datepicker-range__day-contents,
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__default:focus .em-ds-datepicker-range__day-contents,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller
  .CalendarDay__default:hover
  .em-ds-datepicker-range__day-contents,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller
  .CalendarDay__default:focus
  .em-ds-datepicker-range__day-contents {
  border: solid 1px #1e79c2;
  box-shadow: inset 0 0 0 1px #a3d6ff;
  color: #1e79c2;
}

.em-ds-datepicker-range .CalendarDay__selected,
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__selected,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__selected {
  color: #ffffff;
}

.em-ds-datepicker-range .CalendarDay__selected:hover,
.em-ds-datepicker-range .CalendarDay__selected:focus,
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__selected:hover,
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__selected:focus,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__selected:hover,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__selected:focus {
  color: #ffffff;
}
.em-ds-datepicker-range .CalendarDay__selected:hover .em-ds-datepicker-range__day-contents,
.em-ds-datepicker-range .CalendarDay__selected:focus .em-ds-datepicker-range__day-contents,
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__selected:hover .em-ds-datepicker-range__day-contents,
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__selected:focus .em-ds-datepicker-range__day-contents,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller
  .CalendarDay__selected:hover
  .em-ds-datepicker-range__day-contents,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller
  .CalendarDay__selected:focus
  .em-ds-datepicker-range__day-contents {
  color: #ffffff;
  background: #1e79c2;
  box-shadow: inset 0 0 0 1px #a3d6ff;
}

.em-ds-datepicker-range .CalendarDay__selected_span,
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__selected_span,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__selected_span {
  background: #ebf6ff;
  position: relative;
  z-index: 3;
}
.em-ds-datepicker-range .CalendarDay__selected_span:after,
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__selected_span:after,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__selected_span:after {
  content: '';
  border-top: calc(0.30769rem * 0.75) solid #ffffff;
  border-bottom: calc(0.30769rem * 0.75) solid #ffffff;
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  background: #ebf6ff;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .em-ds-datepicker-range .CalendarDay__selected_span:after,
  .em-ds-date-range-selector-wrap-day-picker .CalendarDay__selected_span:after,
  .em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__selected_span:after {
    border-top: none;
    border-bottom: none;
  }
}

.em-ds-datepicker-range .CalendarDay.CalendarDay__blocked_calendar:focus .em-ds-datepicker-range__day-contents,
.em-ds-datepicker-range .CalendarDay.CalendarDay__blocked_calendar:hover .em-ds-datepicker-range__day-contents,
.em-ds-date-range-selector-wrap-day-picker
  .CalendarDay.CalendarDay__blocked_calendar:focus
  .em-ds-datepicker-range__day-contents,
.em-ds-date-range-selector-wrap-day-picker
  .CalendarDay.CalendarDay__blocked_calendar:hover
  .em-ds-datepicker-range__day-contents,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller
  .CalendarDay.CalendarDay__blocked_calendar:focus
  .em-ds-datepicker-range__day-contents,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller
  .CalendarDay.CalendarDay__blocked_calendar:hover
  .em-ds-datepicker-range__day-contents {
  box-shadow: none;
  border: none;
}

.em-ds-datepicker-range .CalendarDay__selected_start:before,
.em-ds-datepicker-range .CalendarDay__selected_end:before,
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__selected_start:before,
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__selected_end:before,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__selected_start:before,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__selected_end:before {
  content: '';
  position: absolute;
  background-color: #ffffff;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.em-ds-datepicker-range .CalendarDay__selected_start:after,
.em-ds-datepicker-range .CalendarDay__selected_end:after,
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__selected_start:after,
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__selected_end:after,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__selected_start:after,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__selected_end:after {
  content: '';
  border-top: calc(0.30769rem * 0.75) solid #ffffff;
  border-bottom: calc(0.30769rem * 0.75) solid #ffffff;
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #ebf6ff;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .em-ds-datepicker-range .CalendarDay__selected_start:after,
  .em-ds-datepicker-range .CalendarDay__selected_end:after,
  .em-ds-date-range-selector-wrap-day-picker .CalendarDay__selected_start:after,
  .em-ds-date-range-selector-wrap-day-picker .CalendarDay__selected_end:after,
  .em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__selected_start:after,
  .em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__selected_end:after {
    border-top: none;
    border-bottom: none;
  }
}

.em-ds-datepicker-range .em-ds-range-picker__non-selected .CalendarDay__selected_start,
.em-ds-date-range-selector-wrap-day-picker .em-ds-range-picker__non-selected .CalendarDay__selected_start,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller
  .em-ds-range-picker__non-selected
  .CalendarDay__selected_start {
  background-color: #ffffff;
}

.em-ds-datepicker-range .CalendarDay__selected_start.CalendarDay__selected_end,
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__selected_start.CalendarDay__selected_end,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller
  .CalendarDay__selected_start.CalendarDay__selected_end {
  background-color: #ffffff;
}

.em-ds-datepicker-range .CalendarDay__selected_start:before,
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__selected_start:before,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__selected_start:before {
  left: 0;
  right: 50%;
}

.em-ds-datepicker-range .CalendarDay__selected_end:before,
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__selected_end:before,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__selected_end:before {
  right: 0;
  left: 50%;
}

.em-ds-datepicker-range .CalendarDay__hovered_span:hover,
.em-ds-datepicker-range .CalendarDay__hovered_span,
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__hovered_span:hover,
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__hovered_span,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__hovered_span:hover,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__hovered_span {
  background: #ebf6ff;
}
.em-ds-datepicker-range .CalendarDay__hovered_span:hover:after,
.em-ds-datepicker-range .CalendarDay__hovered_span:after,
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__hovered_span:hover:after,
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__hovered_span:after,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__hovered_span:hover:after,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__hovered_span:after {
  content: '';
  border-top: calc(0.30769rem * 0.75) solid #ffffff;
  border-bottom: calc(0.30769rem * 0.75) solid #ffffff;
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
}

.em-ds-datepicker-range .CalendarDay__hovered_span:hover:before,
.em-ds-date-range-selector-wrap-day-picker .CalendarDay__hovered_span:hover:before,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarDay__hovered_span:hover:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 50%;
  background: #ffffff;
  z-index: 0;
}

.em-ds-datepicker-range .DateRangePicker + .em-ds-datepicker__picker,
.em-ds-date-range-selector-wrap-day-picker .DateRangePicker + .em-ds-datepicker__picker,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .DateRangePicker + .em-ds-datepicker__picker {
  -moz-border-radius: calc(0.30769rem * 0.5);
  -webkit-border-radius: calc(0.30769rem * 0.5);
  border-radius: calc(0.30769rem * 0.5);
}

.em-ds-datepicker-range .CalendarMonth,
.em-ds-date-range-selector-wrap-day-picker .CalendarMonth,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarMonth {
  background: #f6f7f9;
  text-align: center;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.em-ds-datepicker-range .CalendarMonth_table,
.em-ds-date-range-selector-wrap-day-picker .CalendarMonth_table,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarMonth_table {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #ffffff;
  width: calc(2.46154rem * 9.93) !important;
  margin-left: calc(0.30769rem * (-3));
}

.em-ds-datepicker-range .CalendarMonthGrid__horizontal,
.em-ds-date-range-selector-wrap-day-picker .CalendarMonthGrid__horizontal,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .CalendarMonthGrid__horizontal {
  left: 0 !important;
}

.em-ds-datepicker-range .DayPicker_weekHeaders,
.em-ds-date-range-selector-wrap-day-picker .DayPicker_weekHeaders,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .DayPicker_weekHeaders {
  margin-left: 0 !important;
}

.em-ds-datepicker-range .em-ds-range-picker__icon,
.em-ds-date-range-selector-wrap-day-picker .em-ds-range-picker__icon,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .em-ds-range-picker__icon {
  border: solid 1px #cbcfd7;
  border-radius: 0.30769rem;
  display: inline-block;
  padding: calc(1.23077rem * (0.625));
}
.em-ds-datepicker-range .em-ds-range-picker__icon:hover,
.em-ds-date-range-selector-wrap-day-picker .em-ds-range-picker__icon:hover,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .em-ds-range-picker__icon:hover {
  border: solid 1px #1e79c2;
}
.em-ds-datepicker-range .em-ds-range-picker__icon.disabled,
.em-ds-date-range-selector-wrap-day-picker .em-ds-range-picker__icon.disabled,
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .em-ds-range-picker__icon.disabled {
  border: solid 1px #e0e3e8;
}

.em-ds-datepicker-range.em-ds-datepicker--error .em-ds-form-item__feedback {
  margin-right: -36px;
}

.em-ds-datepicker-range.em-ds-datepicker--error .em-ds-datepicker__picker {
  border: solid 1px #c64252;
}

.em-ds-datepicker__label-from,
.em-ds-datepicker__label-to {
  position: absolute;
  margin-top: 0;
  z-index: 1;
  color: #cbcfd7;
  background: #ffffff;
  padding: 0px calc(0.30769rem * 1.5);
  max-height: 0.30769rem;
}
.em-ds-datepicker__label-from span,
.em-ds-datepicker__label-to span {
  position: relative;
  display: block;
  top: calc(1.23077rem * (-0.625));
  max-width: calc(3.69231rem * 2);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-y: hidden;
}

.em-ds-datepicker__label-from {
  margin-left: calc(0.61538rem * 1.125);
}

.em-ds-datepicker__label-to {
  margin-left: calc(4.92308rem * 2.5);
}

.em-ds-code-editor-file-name {
  padding-bottom: 1.23077rem;
  border-bottom: 1px solid #f6f7f9;
}

.em-ds-code-editor-find-replace-btn {
  display: flex;
  margin-top: 1.23077rem;
  margin-bottom: 1.23077rem;
}
.em-ds-code-editor-find-replace-btn .em-ds-button:first-child {
  margin-right: 1.23077rem;
}

.em-ds-code-editor-next-back-btn,
.em-ds-code-editor-replace-btns {
  display: flex;
}

.em-ds-code-editor-replace,
.em-ds-code-editor-replace-btns {
  margin-top: 1.23077rem;
}

.em-ds-code-editor-replace-btns {
  margin-bottom: 1.23077rem;
}
.em-ds-code-editor-replace-btns .em-ds-button:first-child {
  margin-right: 1.23077rem;
}

.em-ds-code-editor-find {
  align-items: baseline;
}
.em-ds-code-editor-find .em-ds-input {
  margin-right: 0.61538rem;
}
.em-ds-code-editor-find .em-ds-form-element-checkbox {
  flex: 0.5;
}
.em-ds-code-editor-find .em-ds-form-element-checkbox .em-ds-form-element-checkbox__input-button {
  margin-right: 0.61538rem;
}

.em-ds-code-editor-options-group {
  padding: 0 0.61538rem;
  display: flex;
}
.em-ds-code-editor-options-group .em-ds-form-element-checkbox:not(:last-child) {
  margin-right: 1.23077rem;
}

.ace_editor {
  width: 100% !important;
}

.ds-ql-custom-toolbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.ds-ql-custom-toolbar .tooltip {
  position: relative;
  display: inline-block;
}
.ds-ql-custom-toolbar .tooltip .tooltiptext {
  visibility: hidden;
  min-width: 4.92308rem;
  max-width: 9.84615rem;
  background-color: #464f5c;
  color: #fff;
  text-align: center;
  border-radius: 0.30769rem;
  padding: 0.30769rem;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -2.46154rem;
  opacity: 0;
  transition: opacity 0.3s;
}
.ds-ql-custom-toolbar .tooltip .tooltiptext::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -0.30769rem;
  border-width: 0.30769rem;
  border-style: solid;
  border-color: #464f5c transparent transparent transparent;
}
.ds-ql-custom-toolbar .tooltip button:hover + .tooltiptext,
.ds-ql-custom-toolbar .tooltip span:hover + select + .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/*!
 * Quill Editor v1.3.6
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}

.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}

.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}

.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}

.ql-clipboard p {
  margin: 0;
  padding: 0;
}

.ql-editor {
  max-height: 400px;
  min-height: 200px;
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
  display: block;
}

.raw-editor {
  display: none;
}

.show-raw .quill {
  display: none;
}

.show-raw .raw-editor {
  display: block;
}

.ql-editor > * {
  cursor: text;
}

.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}

.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}

.ql-editor ul > li::before {
  content: '\2022';
}

.ql-editor ul[data-checked='true'],
.ql-editor ul[data-checked='false'] {
  pointer-events: none;
}

.ql-editor ul[data-checked='true'] > li *,
.ql-editor ul[data-checked='false'] > li * {
  pointer-events: all;
}

.ql-editor ul[data-checked='true'] > li::before,
.ql-editor ul[data-checked='false'] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}

.ql-editor ul[data-checked='true'] > li::before {
  content: '\2611';
}

.ql-editor ul[data-checked='false'] > li::before {
  content: '\2610';
}

.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}

.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}

.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}

.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}

.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}

.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}

.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}

.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}

.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}

.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}

.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}

.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}

.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}

.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}

.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}

.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}

.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}

.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}

.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}

.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}

.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}

.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}

.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}

.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}

.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}

.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}

.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}

.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}

.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}

.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}

.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}

.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}

.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}

.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}

.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}

.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}

.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}

.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}

.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}

.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}

.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}

.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}

.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}

.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}

.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}

.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}

.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}

.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}

.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}

.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}

.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}

.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}

.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}

.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}

.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}

.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}

.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}

.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}

.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}

.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}

.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}

.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}

.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}

.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}

.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}

.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}

.ql-editor .ql-bg-black {
  background-color: #000;
}

.ql-editor .ql-bg-red {
  background-color: #e60000;
}

.ql-editor .ql-bg-orange {
  background-color: #f90;
}

.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}

.ql-editor .ql-bg-green {
  background-color: #008a00;
}

.ql-editor .ql-bg-blue {
  background-color: #06c;
}

.ql-editor .ql-bg-purple {
  background-color: #93f;
}

.ql-editor .ql-color-white {
  color: #fff;
}

.ql-editor .ql-color-red {
  color: #e60000;
}

.ql-editor .ql-color-orange {
  color: #f90;
}

.ql-editor .ql-color-yellow {
  color: #ff0;
}

.ql-editor .ql-color-green {
  color: #008a00;
}

.ql-editor .ql-color-blue {
  color: #06c;
}

.ql-editor .ql-color-purple {
  color: #93f;
}

.ql-editor .ql-font-serif {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}

.ql-editor .ql-font-monospace {
  font-family:
    Monaco,
    Courier New,
    monospace;
}

.ql-editor .ql-font-arial {
  font-family: Arial, Helvetica, sans-serif;
}

.ql-editor .ql-font-georgia {
  font-family: Georgia, serif, monospace;
}

.ql-editor .ql-font-helvetica {
  font-family: Helvetica, Arial, sans-serif;
}

.ql-editor .ql-size-x-small {
  font-size: 0.75em;
}

.ql-editor .ql-size-large {
  font-size: 1.5em;
}

.ql-editor .ql-size-x-large {
  font-size: 2.5em;
}

.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}

.ql-editor .ql-align-center {
  text-align: center;
}

.ql-editor .ql-align-justify {
  text-align: justify;
}

.ql-editor .ql-align-right {
  text-align: right;
}

.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}

.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}

.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  text-transform: none;
  color: #444;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: fit-content;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover {
  background: none;
}
.ql-snow.ql-toolbar button span,
.ql-snow .ql-toolbar button span {
  fill: #444;
}

.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}

.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}

.ql-snow.ql-toolbar input.ql-image[type='file'],
.ql-snow .ql-toolbar input.ql-image[type='file'] {
  display: none;
}

.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}

.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}

.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}

@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}

.ql-snow {
  box-sizing: border-box;
}

.ql-snow * {
  box-sizing: border-box;
}

.ql-snow .ql-hidden {
  display: none;
}

.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}

.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}

.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}

.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}

.ql-snow .ql-formats {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
}

.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}

.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}

.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}

.ql-snow .ql-empty {
  fill: none;
}

.ql-snow .ql-even {
  fill-rule: evenodd;
}

.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}

.ql-snow .ql-transparent {
  opacity: 0.4;
}

.ql-snow .ql-direction svg:last-child {
  display: none;
}

.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}

.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}

.ql-snow .ql-editor h1 {
  font-size: 2em;
}

.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}

.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}

.ql-snow .ql-editor h4 {
  font-size: 1em;
}

.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}

.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}

.ql-snow .ql-editor a {
  text-decoration: underline;
}

.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}

.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}

.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}

.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}

.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}

.ql-snow .ql-editor img {
  max-width: 100%;
}

.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}

.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  width: 100%;
}

.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}

.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}

.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}

.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}

.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}

.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}

.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}

.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}

.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}

.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}

.ql-snow .ql-picker.ql-header {
  width: 98px;
}

.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value='1']::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='1']::before {
  content: 'Heading 1';
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value='2']::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='2']::before {
  content: 'Heading 2';
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value='3']::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='3']::before {
  content: 'Heading 3';
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value='4']::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='4']::before {
  content: 'Heading 4';
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value='5']::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='5']::before {
  content: 'Heading 5';
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value='6']::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='6']::before {
  content: 'Heading 6';
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='1']::before {
  font-size: 2em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='2']::before {
  font-size: 1.5em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='3']::before {
  font-size: 1.17em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='4']::before {
  font-size: 1em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='5']::before {
  font-size: 0.83em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='6']::before {
  font-size: 0.67em;
}

.ql-snow .ql-picker.ql-font {
  width: 108px;
}

.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='serif']::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='serif']::before {
  content: 'Serif';
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='monospace']::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='monospace']::before {
  content: 'Monospace';
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='arial']::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='arial']::before {
  content: 'Arial';
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='comic-sans']::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='comic-sans']::before {
  content: 'Comic Sans MS';
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='courier-new']::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='courier-new']::before {
  content: 'Courier New';
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='georgia']::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='georgia']::before {
  content: 'Georgia';
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='helvetica']::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='helvetica']::before {
  content: 'Helvetica';
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='lucida']::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='lucida']::before {
  content: 'Lucida';
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='serif']::before {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='monospace']::before {
  font-family:
    Monaco,
    Courier New,
    monospace;
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='arial']::before {
  font-family: Arial, Helvetica, sans-serif;
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='comic-sans']::before {
  font-family: 'Comic Sans MS', cursive, sans-serif;
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='courier-new']::before {
  font-family: 'Courier New', Courier, monospace;
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='georgia']::before {
  font-family: Georgia, serif, monospace;
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='helvetica']::before {
  font-family: Helvetica, Arial, sans-serif;
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='lucida']::before {
  font-family: 'Lucida Console', Monaco, monospace;
}

.ql-snow .ql-picker.ql-size {
  width: 98px;
}

.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value='x-small']::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value='x-small']::before {
  content: 'Small';
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value='large']::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value='large']::before {
  content: 'Large';
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value='x-large']::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value='x-large']::before {
  content: 'Huge';
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value='x-small']::before {
  font-size: 10px;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value='large']::before {
  font-size: 18px;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value='x-large']::before {
  font-size: 32px;
}

.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}

.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}

.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
  padding-left: 24px;
}

.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}

.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}

.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}

.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}

.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}

.ql-snow .ql-tooltip::before {
  content: 'Visit URL:';
  line-height: 26px;
  margin-right: 8px;
}

.ql-snow .ql-tooltip input[type='text'] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}

.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}

.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}

.ql-snow .ql-tooltip a {
  line-height: 26px;
}

.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}

.ql-snow .ql-tooltip.ql-editing input[type='text'] {
  display: inline-block;
}

.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}

.ql-snow .ql-tooltip[data-mode='link']::before {
  content: 'Enter link:';
}

.ql-snow .ql-tooltip[data-mode='formula']::before {
  content: 'Enter formula:';
}

.ql-snow .ql-tooltip[data-mode='video']::before {
  content: 'Enter video:';
}

.ql-snow a {
  color: #06c;
}

.ql-container.ql-snow {
  border: 1px solid #ccc;
}

.em-ds-modal.insert-field-modal {
  max-width: 300px;
}
.em-ds-modal.insert-field-modal :first-child {
  max-width: 100%;
}

.insert-field-modal .em-ds-modal__body {
  padding: 0px;
  overflow-y: hidden;
}

.insert-field-modal .em-ds-modal__body-wrapper {
  padding: 0px;
}

.insert-field-modal .em-ds-modal-overlay {
  z-index: 10;
}

.insert-field-modal .wrapper {
  display: flex;
}
.insert-field-modal .wrapper .col-1 {
  flex: 3;
  margin: 1.23077rem 0;
  overflow-y: auto;
  max-height: 60vh;
}
.insert-field-modal .wrapper .col-1 .title {
  font-size: 1.2307rem;
  font-weight: 600;
  position: sticky;
  padding: 0 1.23077rem 1.23077rem;
  top: 0;
  background-color: white;
  text-align: center;
}
.insert-field-modal .wrapper .col-1 .title span:first-of-type {
  padding-right: 1.23077rem;
}
.insert-field-modal .wrapper .col-1 .insertfieldmodal-element {
  padding: 1em 0;
  outline-style: none;
}
.insert-field-modal .wrapper .col-1 .insertfieldmodal-element .content {
  padding: 0 1.23077rem;
}
.insert-field-modal .wrapper .col-1 .insertfieldmodal-element .content .label {
  color: #697489;
  padding-left: 1.23077rem;
  padding-right: 0.61538rem;
  font-weight: 400;
}
.insert-field-modal .wrapper .col-1 .insertfieldmodal-element .content .value {
  font-weight: 600;
}
.insert-field-modal .wrapper .col-1 .insertfieldmodal-element:hover {
  background-color: #e0e3e8;
  cursor: pointer;
}
.insert-field-modal .wrapper .col-1 .insertfieldmodal-element:focus {
  background-color: #ebf6ff;
}

.em-ds-modal-image-library .em-ds-modal__body {
  padding: 0px;
  overflow-y: hidden;
}

.em-ds-modal-image-library .em-ds-modal__body-wrapper {
  padding: 0px;
}

.em-ds-modal-image-library .wrapper {
  display: flex;
}
.em-ds-modal-image-library .wrapper .col-1 {
  flex: 3;
  margin: 1.23077rem 0;
  overflow-y: auto;
  height: 60vh;
}
.em-ds-modal-image-library .wrapper .col-1 .title {
  font-size: 1.2307rem;
  font-weight: 600;
  position: sticky;
  padding: 0 1.23077rem 1.23077rem;
  top: 0;
  background-color: white;
}
.em-ds-modal-image-library .wrapper .col-1 .imglibmodal-element {
  padding: 0.61538rem 0;
  outline-style: none;
}
.em-ds-modal-image-library .wrapper .col-1 .imglibmodal-element .content {
  padding: 0 1.23077rem;
}
.em-ds-modal-image-library .wrapper .col-1 .imglibmodal-element:hover {
  background-color: #e0e3e8;
  cursor: pointer;
}
.em-ds-modal-image-library .wrapper .col-1 .imglibmodal-element:focus {
  background-color: #ebf6ff;
}
.em-ds-modal-image-library .wrapper .col-2 {
  flex: 5;
  border-left: 1px solid #ebedf0;
  padding: 1.23077rem;
  height: 65vh;
}
.em-ds-modal-image-library .wrapper .col-2 .title {
  text-align: center;
  font-size: 1.2307rem;
}
.em-ds-modal-image-library .wrapper .col-2 img,
.em-ds-modal-image-library .wrapper .col-2 .em-ds-range-picker__icon,
.em-ds-modal-image-library .wrapper .col-2 .em-ds-spinner {
  margin: auto;
  width: 100%;
  height: 85%;
  padding: 1.23077rem;
  max-height: 85%;
  object-fit: contain;
  display: flex;
  justify-content: center;
}
.em-ds-modal-image-library .wrapper .col-2 .info {
  display: flex;
  flex-direction: column;
  height: 5vh;
  justify-content: space-between;
}
.em-ds-modal-image-library .wrapper .col-2 .info .label {
  color: #697489;
  padding-left: 1.23077rem;
  padding-right: 0.61538rem;
  font-weight: 400;
}
.em-ds-modal-image-library .wrapper .col-2 .info .value {
  font-weight: 600;
}

.em-ds-card-array__wrapper {
  padding: 0.61538rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.em-ds-card-array__wrapper--cols-lg-1 .em-ds-card-array__box {
  width: calc(100% - (1.23077rem * 2));
}
.em-ds-card-array__wrapper--cols-lg-2 .em-ds-card-array__box {
  width: calc(50% - (1.23077rem * 2));
}
.em-ds-card-array__wrapper--cols-lg-3 .em-ds-card-array__box {
  width: calc(33.33333% - (1.23077rem * 2));
}
.em-ds-card-array__wrapper--cols-lg-4 .em-ds-card-array__box {
  width: calc(25% - (1.23077rem * 2));
}
@media (max-width: 1024px) {
  .em-ds-card-array__wrapper--cols-md-1 .em-ds-card-array__box {
    width: calc(100% - (1.23077rem * 2));
  }
  .em-ds-card-array__wrapper--cols-md-2 .em-ds-card-array__box {
    width: calc(50% - (1.23077rem * 2));
  }
  .em-ds-card-array__wrapper--cols-md-3 .em-ds-card-array__box {
    width: calc(33.33333% - (1.23077rem * 2));
  }
  .em-ds-card-array__wrapper--cols-md-4 .em-ds-card-array__box {
    width: calc(25% - (1.23077rem * 2));
  }
}
@media (max-width: 800px) {
  .em-ds-card-array__wrapper--cols-sm-1 .em-ds-card-array__box {
    width: calc(100% - (1.23077rem * 2));
  }
  .em-ds-card-array__wrapper--cols-sm-2 .em-ds-card-array__box {
    width: calc(50% - (1.23077rem * 2));
  }
  .em-ds-card-array__wrapper--cols-sm-3 .em-ds-card-array__box {
    width: calc(33.33333% - (1.23077rem * 2));
  }
  .em-ds-card-array__wrapper--cols-sm-4 .em-ds-card-array__box {
    width: calc(25% - (1.23077rem * 2));
  }
}

.em-ds-card-array__box {
  margin: 1.23077rem;
  width: calc(33.33% - (1.23077rem * 2));
  -webkit-box-shadow:
    0 1px 5px 0 rgba(0, 0, 0, 0.13),
    0 2px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow:
    0 1px 5px 0 rgba(0, 0, 0, 0.13),
    0 2px 4px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow:
    0 1px 5px 0 rgba(0, 0, 0, 0.13),
    0 2px 4px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow:
    0 1px 5px 0 rgba(0, 0, 0, 0.13),
    0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow:
    0 1px 5px 0 rgba(0, 0, 0, 0.13),
    0 2px 4px 0 rgba(0, 0, 0, 0.2);
  background: #ffffff;
  padding: 0.61538rem;
}
