/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

@charset "UTF-8";
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker__navigation-icon::before {
  border-color: #ccc;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  top: 6px;
  width: 9px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  margin-left: -4px;
  position: absolute;
  width: 0;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  border-top: none;
  border-bottom-color: #f0f0f0;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  top: 0;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
  bottom: 0;
  margin-bottom: -8px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  border-bottom: none;
  border-top-color: #fff;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  bottom: 0;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
}

.react-datepicker {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}
.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}
.react-datepicker--time-only .react-datepicker__time,
.react-datepicker--time-only .react-datepicker__time-box {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

.react-datepicker-popper {
  z-index: 1;
}
.react-datepicker-popper[data-placement^=bottom] {
  padding-top: 10px;
}
.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle, .react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle {
  left: auto;
  right: 50px;
}
.react-datepicker-popper[data-placement^=top] {
  padding-bottom: 10px;
}
.react-datepicker-popper[data-placement^=right] {
  padding-left: 8px;
}
.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}
.react-datepicker-popper[data-placement^=left] {
  padding-right: 8px;
}
.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  padding: 8px 0;
  position: relative;
}
.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}
.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
  border-top-left-radius: 0;
}
.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 15px;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  align-items: center;
  background: none;
  display: flex;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 2px;
  padding: 0;
  border: none;
  z-index: 1;
  height: 32px;
  width: 32px;
  text-indent: -999em;
  overflow: hidden;
}
.react-datepicker__navigation--previous {
  left: 2px;
}
.react-datepicker__navigation--next {
  right: 2px;
}
.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 85px;
}
.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__navigation--years-previous {
  top: 4px;
}
.react-datepicker__navigation--years-upcoming {
  top: -4px;
}
.react-datepicker__navigation:hover *::before {
  border-color: #a6a6a6;
}

.react-datepicker__navigation-icon {
  position: relative;
  top: -1px;
  font-size: 20px;
  width: 0;
}
.react-datepicker__navigation-icon--next {
  left: -2px;
}
.react-datepicker__navigation-icon--next::before {
  transform: rotate(45deg);
  left: -7px;
}
.react-datepicker__navigation-icon--previous {
  right: -2px;
}
.react-datepicker__navigation-icon--previous::before {
  transform: rotate(225deg);
  right: -7px;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__year {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__year-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 180px;
}
.react-datepicker__year .react-datepicker__year-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}
.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: auto;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time] {
  -moz-appearance: textfield;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px;
}
.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -87px;
  top: 0;
}
.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + 1.7rem / 2);
  overflow-y: scroll;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  box-sizing: content-box;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected,
.react-datepicker__week-number--keyboard-selected):hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__week-number--selected {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__week-number--selected:hover {
  background-color: #1d5d90;
}
.react-datepicker__week-number--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff;
}
.react-datepicker__week-number--keyboard-selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__day-names {
  white-space: nowrap;
  margin-bottom: -8px;
}

.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text,
.react-datepicker__year-text {
  cursor: pointer;
}
.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover,
.react-datepicker__year-text:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today,
.react-datepicker__year-text--today {
  font-weight: bold;
}
.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted,
.react-datepicker__year-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}
.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover,
.react-datepicker__quarter-text--highlighted:hover,
.react-datepicker__year-text--highlighted:hover {
  background-color: #32be3f;
}
.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1,
.react-datepicker__year-text--highlighted-custom-1 {
  color: magenta;
}
.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2,
.react-datepicker__year-text--highlighted-custom-2 {
  color: green;
}
.react-datepicker__day--holidays,
.react-datepicker__month-text--holidays,
.react-datepicker__quarter-text--holidays,
.react-datepicker__year-text--holidays {
  position: relative;
  border-radius: 0.3rem;
  background-color: #ff6803;
  color: #fff;
}
.react-datepicker__day--holidays .holiday-overlay,
.react-datepicker__month-text--holidays .holiday-overlay,
.react-datepicker__quarter-text--holidays .holiday-overlay,
.react-datepicker__year-text--holidays .holiday-overlay {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease-in-out;
}
.react-datepicker__day--holidays:hover,
.react-datepicker__month-text--holidays:hover,
.react-datepicker__quarter-text--holidays:hover,
.react-datepicker__year-text--holidays:hover {
  background-color: #cf5300;
}
.react-datepicker__day--holidays:hover .holiday-overlay,
.react-datepicker__month-text--holidays:hover .holiday-overlay,
.react-datepicker__quarter-text--holidays:hover .holiday-overlay,
.react-datepicker__year-text--holidays:hover .holiday-overlay {
  visibility: visible;
  opacity: 1;
}
.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--in-range:hover,
.react-datepicker__year-text--selected:hover,
.react-datepicker__year-text--in-selecting-range:hover,
.react-datepicker__year-text--in-range:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #bad9f1;
  color: rgb(0, 0, 0);
}
.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover,
.react-datepicker__year-text--keyboard-selected:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range) {
  background-color: rgba(33, 107, 165, 0.5);
}
.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range), .react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}
.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled,
.react-datepicker__year-text--disabled {
  cursor: default;
  color: #ccc;
}
.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover,
.react-datepicker__quarter-text--disabled:hover,
.react-datepicker__year-text--disabled:hover {
  background-color: transparent;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}
.react-datepicker__input-container .react-datepicker__calendar-icon {
  position: absolute;
  padding: 0.5rem;
  box-sizing: content-box;
}

.react-datepicker__view-calendar-icon input {
  padding: 6px 10px 5px 25px;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
  position: relative;
}
.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}
.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  transform: rotate(135deg);
  right: -16px;
  top: 0;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}
.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}
.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0 6px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #216ba5;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "×";
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}
.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}
@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}
.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-datepicker__children-container {
  width: 13.8rem;
  margin: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
  height: auto;
}

.react-datepicker__aria-live {
  position: absolute;
  clip-path: circle(0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
  white-space: nowrap;
}

.react-datepicker__calendar-icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
}

/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
      -ms-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}
div.t2-datepicker {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
}
div.t2-datepicker *,
div.t2-datepicker *::before,
div.t2-datepicker *::after {
  box-sizing: border-box;
}
div.t2-datepicker > label {
  position: absolute;
  left: 10px;
  top: -7px;
  font-size: 12px;
  background-color: #ffffff;
  color: #3a3b3f;
  padding: 2px 6px;
  z-index: 1;
}
div.t2-datepicker.t2-label-hidden > label {
  display: none;
}
.react-datepicker {
  /* Calendar */
  font-family: "Tele2Sans-Regular", sans-serif;
  border: 1px solid #dcdcde;
  border-radius: 4px;
  /* Input field */
}
.react-datepicker-popper {
  z-index: 3;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  border-bottom-color: #dcdcde;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  border-bottom-color: #ffffff;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before {
  border-top-color: #dcdcde;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  border-top-color: #ffffff;
}
.react-datepicker__header {
  background-color: #ffffff;
  padding: 16px 0 0 0;
  border-bottom: none;
  border-radius: 4px !important;
}
.react-datepicker__header > .react-datepicker__current-month {
  font-size: 16px;
}
.react-datepicker__month {
  font-size: 14px;
  margin: 8px 16px 16px 16px;
}
.react-datepicker__day {
  color: #3a3b3f;
  margin: 0;
  width: 40px;
  line-height: 32px;
}
.react-datepicker__day-names {
  margin-top: 8px;
}
.react-datepicker__day-name {
  color: #6c6d73;
  font-size: 12px;
  line-height: 24px;
  margin: 4px 3px 0 3px;
  width: 34px;
}
.react-datepicker__day--today {
  font-weight: normal;
}
.react-datepicker__day:hover,
.react-datepicker__day--selected {
  border-radius: 2px;
}
.react-datepicker__day:hover {
  color: #000000;
  background-color: #f5f5f5;
}
.react-datepicker__day--selected,
.react-datepicker__day--selected:hover {
  color: #ffffff;
  background-color: #1067d0;
}
.react-datepicker__day--disabled,
.react-datepicker__day--disabled:hover {
  background-color: #f1f1f1;
  opacity: 0.5;
}
.react-datepicker__day--in-range,
.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range) {
  background-color: #e7effa;
  color: #000000;
  border-radius: 0;
}
.react-datepicker__day--range-start,
.react-datepicker__day--range-end,
.react-datepicker__day--selecting-range-start.react-datepicker__day--in-selecting-range {
  background-color: #1067d0;
  color: #ffffff;
}
.react-datepicker__day--keyboard-selected:not(.react-datepicker__day--range-start):not(.react-datepicker__day--selecting-range-start) {
  border-radius: 2px;
  background-color: #ffffff;
}
.react-datepicker__day--keyboard-selected:not(.react-datepicker__day--range-start):not(.react-datepicker__day--selecting-range-start).react-datepicker__day--disabled {
  background-color: #f1f1f1;
  opacity: 0.5;
}
.react-datepicker__day--keyboard-selected:not(.react-datepicker__day--range-start):not(.react-datepicker__day--selecting-range-start).react-datepicker__day--in-range {
  background-color: #e7effa;
}
.react-datepicker__day--keyboard-selected:not(.react-datepicker__day--range-start):not(.react-datepicker__day--selecting-range-start).react-datepicker__day--today:not(.react-datepicker__day--in-selecting-range) {
  color: #ffffff;
  background-color: #1067d0;
}
.react-datepicker__navigation {
  top: 6px;
}
.react-datepicker__navigation--previous {
  left: 8px;
}
.react-datepicker__navigation--next {
  right: 8px;
}
.react-datepicker__navigation-icon::before {
  border: none;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  filter: invert(20%) sepia(5%) saturate(690%) hue-rotate(191deg) brightness(91%) contrast(86%);
  background-image: url(/sales/assets/images/arrow-up.86b729bd-2b0ebfd82128809db6a2.svg);
}
.react-datepicker__navigation-icon::before:hover,
.react-datepicker__navigation-icon::before:focus {
  filter: none;
}
.react-datepicker__navigation-icon:hover::before,
.react-datepicker__navigation-icon:focus::before {
  filter: none;
}
.react-datepicker__navigation-icon--previous::before {
  transform: rotate(-90deg);
}
.react-datepicker__navigation-icon--next::before {
  transform: rotate(90deg);
}
.react-datepicker__input-container::after {
  content: '';
  background: url(/sales/assets/images/calendar.618cc1b6-2f808fe44381cdc71321.svg) no-repeat center center;
  filter: invert(20%) sepia(5%) saturate(690%) hue-rotate(191deg) brightness(91%) contrast(86%);
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  position: absolute;
  top: 13px;
  right: 13px;
  z-index: 1;
}
.react-datepicker__input-container > input {
  color: #3a3b3f;
  border-radius: 2px;
  outline: none;
  width: 100%;
  border: 1px solid #dcdcde;
  padding: 14px;
  background-color: #ffffff;
}
.react-datepicker__input-container > input:hover:not([active]),
.react-datepicker__input-container > input:hover:not([focus]) {
  outline: none;
  border: 2px solid #6c6d73;
  padding: 13px;
  cursor: pointer;
}
.react-datepicker__input-container > input:active,
.react-datepicker__input-container > input:focus,
.react-datepicker__input-container > input:hover:active,
.react-datepicker__input-container > input:hover:focus {
  outline: none;
  border: 2px solid #1067d0;
  padding: 13px;
}
.react-datepicker__input-container > .react-datepicker__close-icon {
  padding: 10px;
  background: url(/sales/assets/images/cross.8210e569-9ba13147c16167eb23aa.svg) #ffffff no-repeat center center;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  top: 13px;
  right: 13px;
  z-index: 2;
}
.react-datepicker__input-container > .react-datepicker__close-icon::after {
  content: none;
}
/* Width */
div.t2-datepicker:not(.t2-block) .react-datepicker-wrapper {
  width: 150px;
}
div.t2-datepicker:not(.t2-block).t2-range .react-datepicker-wrapper {
  width: 245px;
}
/* Disabled */
div.t2-datepicker.t2-disabled > label {
  background-color: #f1f1f1;
  opacity: 0.5;
}
div.t2-datepicker.t2-disabled .react-datepicker__input-container::after {
  filter: invert(82%) sepia(5%) saturate(294%) hue-rotate(189deg) brightness(87%) contrast(92%);
}
div.t2-datepicker.t2-disabled .react-datepicker__input-container > input[disabled] {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
  opacity: 0.5;
}
/* Error */
div.t2-datepicker.t2-error > label {
  color: #b50d2b;
}
div.t2-datepicker.t2-error .react-datepicker__input-container > input {
  border-color: #b50d2b;
}
/* Borderless variant */
div.t2-datepicker.t2-no-border > label {
  position: unset;
  font-size: 16px;
}
div.t2-datepicker.t2-no-border.t2-disabled > label {
  background-color: #ffffff;
}
div.t2-datepicker.t2-no-border .react-datepicker__input-container::after {
  background-image: url(/sales/assets/images/chevron-down.0f0f7f91-57193ac2bad78323b42e.svg);
}
div.t2-datepicker.t2-no-border .react-datepicker__input-container > input:not([disabled]) {
  border-color: #ffffff;
}
div.t2-datepicker.t2-no-border .react-datepicker__input-container > input:not([disabled]):hover:not([active]),
div.t2-datepicker.t2-no-border .react-datepicker__input-container > input:not([disabled]):hover:not([focus]) {
  background-color: #f5f5f5;
}
div.t2-datepicker.t2-no-border .react-datepicker__input-container > input:not([disabled]):active,
div.t2-datepicker.t2-no-border .react-datepicker__input-container > input:not([disabled]):focus,
div.t2-datepicker.t2-no-border .react-datepicker__input-container > input:not([disabled]):hover:active,
div.t2-datepicker.t2-no-border .react-datepicker__input-container > input:not([disabled]):hover:focus {
  background-color: #dcdcde;
}

:export {
  maxHeightTouchDevice: 90;
  maxHeightNonTouchDevice: 60;
}
div.t2-modal {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 15;
  touch-action: none;
  background-color: rgba(0, 0, 0, 0.32);
  display: flex;
  justify-content: center;
}
div.t2-modal *,
div.t2-modal *::before,
div.t2-modal *::after {
  box-sizing: border-box;
}
div.t2-modal > .wrapper:focus {
  outline: none;
}
div.t2-modal div[role="document"] {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 16px;
  overflow-y: auto;
}
div.t2-modal div[role="document"] > header,
div.t2-modal div[role="document"] > footer {
  display: flex;
  justify-content: space-between;
}
div.t2-modal div[role="document"] > header {
  align-items: flex-start;
  margin-bottom: 16px;
}
div.t2-modal div[role="document"] > header > h5 {
  font-size: 18px;
  font-weight: normal;
  margin: 5px 0 0;
}
div.t2-modal div[role="document"] > header > .t2-btn {
  margin-top: -4px;
  margin-right: -13px;
}
div.t2-modal div[role="document"] > footer {
  flex-direction: column;
}
div.t2-modal div[role="document"] > footer > .t2-btn {
  margin-top: 16px;
}
@media screen and (min-width: 640px) {
  div.t2-modal div[role="document"] {
    padding: 24px 32px 32px 32px;
  }
  div.t2-modal div[role="document"] > header > h5 {
    font-size: 22px;
  }
  div.t2-modal div[role="document"] > footer {
    flex-direction: row;
  }
  div.t2-modal div[role="document"] > footer > .t2-btn {
    flex-grow: 1;
  }
  div.t2-modal div[role="document"] > footer > .t2-btn:not(:first-child) {
    margin-left: 16px;
  }
}
div.t2-modal > .wrapper {
  position: absolute;
  top: 20vh;
}
div.t2-modal > .wrapper > .handle {
  display: none;
}
div.t2-modal div[role="document"] {
  max-height: 60vh;
  bottom: unset;
  box-shadow: 0 6px 11px 0 rgba(0, 0, 0, 0.08), 0 1px 2px 0 rgba(0, 0, 0, 0.16);
}
div.t2-modal div[role="document"] > footer {
  justify-content: flex-end;
}
div.t2-modal div[role="document"] > footer > .t2-btn {
  flex-grow: 0;
}
@media screen and (min-width: 640px) {
  div.t2-modal div[role="document"] {
    width: 592px;
  }
}
@media (hover: none) and (pointer: coarse) {
  div.t2-modal {
    display: unset;
  }
  div.t2-modal > .wrapper {
    top: unset;
    bottom: 0;
    width: 100%;
  }
  div.t2-modal > .wrapper > .handle {
    display: unset;
    width: 56px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-radius: 10px;
    background-color: #dcdcde;
    background-clip: content-box;
    cursor: pointer;
  }
  div.t2-modal div[role="document"] {
    width: unset;
    padding-bottom: 80px;
    max-height: 90vh;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  div.t2-modal div[role="document"] > header > .t2-btn {
    display: none;
  }
}
@media (hover: none) and (pointer: coarse) and (min-width: 960px) {
  div.t2-modal div[role="document"] {
    padding-left: 193px;
    padding-right: 193px;
  }
}
div.t2-modal.maximized div[role="document"] {
  overflow-y: auto;
}
@media (hover: hover), (pointer: fine) {
  div.t2-modal.maximized > .wrapper {
    top: 3vh;
  }
  div.t2-modal.maximized div[role="document"] {
    max-height: 94vh;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes bottom-drawer-content-in {
  from {
    transform: translateY(100%);
  }
  to {
    transform: none;
  }
}
@keyframes bottom-drawer-content-out {
  from {
    transform: none;
  }
  to {
    transform: translateY(100%);
  }
}
div.t2-modal.anim-in {
  animation: fade-in 0.2s ease-out;
}
div.t2-modal.anim-in > .wrapper {
  animation: fade-in 0.2s ease-out;
}
@media (hover: none) and (pointer: coarse) {
  div.t2-modal.anim-in > .wrapper {
    animation-name: bottom-drawer-content-in;
  }
}
div.t2-modal.anim-out {
  animation: fade-out 0.2s ease-in forwards;
}
div.t2-modal.anim-out > .wrapper {
  animation: fade-out 0.2s ease-in forwards;
}
@media (hover: none) and (pointer: coarse) {
  div.t2-modal.anim-out > .wrapper {
    animation-name: bottom-drawer-content-out;
  }
}



header.page {
  height: 64px;
}
header.page.placeholder {
  margin-bottom: 40px;
}
header.page:not(.placeholder) {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #dcdcde;
  background-color: #ffffff;
}
header.page:not(.placeholder) > button {
  position: absolute;
  top: 11px;
  left: 4px;
}
header.page.scroll {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.08), 0 1px 2px 0 rgba(0, 0, 0, 0.16);
}

.bottom-drawer {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 12;
  background-color: rgba(0, 0, 0, 0.32);
  touch-action: none;
  animation: fade-in 0.2s ease-out;
}
.bottom-drawer > .wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 24px 0 80px 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #ffffff;
}
.bottom-drawer > .wrapper:focus {
  outline: none;
}
.bottom-drawer > .wrapper > .handle {
  width: 56px;
  height: 20px;
  border: 8px solid transparent;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
  background-color: #dcdcde;
  background-clip: content-box;
  cursor: pointer;
}
.bottom-drawer > .wrapper > :not(.handle) {
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 960px) {
  .bottom-drawer > .wrapper > :not(.handle) {
    padding-left: 193px;
    padding-right: 193px;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes bottom-drawer-content-in {
  from {
    transform: translateY(100%);
  }
  to {
    transform: none;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes bottom-drawer-content-out {
  from {
    transform: none;
  }
  to {
    transform: translateY(100%);
  }
}
.bottom-drawer > .wrapper {
  animation: bottom-drawer-content-in 0.2s ease-out;
}
.bottom-drawer.anim-out {
  animation: fade-out 0.2s ease-in forwards;
}
.bottom-drawer.anim-out > .wrapper {
  animation: bottom-drawer-content-out 0.2s ease-in forwards;
}

div.t2-slider {
  display: flex;
  align-items: center;
  /* smartphones, touchscreens */
}
div.t2-slider > button:first-child {
  margin-left: -40px;
}
div.t2-slider > button:last-child {
  margin-right: -40px;
}
@media (hover: none) and (pointer: coarse) {
  div.t2-slider > button {
    display: none;
  }
}
div.t2-slider > ul {
  overflow-x: auto;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  align-items: flex-start;
}
div.t2-slider > ul::-webkit-scrollbar {
  height: 0;
}
div.t2-slider > ul > li {
  flex-shrink: 0;
}

.spinner > .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 200px;
}
.spinner > .container > h2 {
  margin-bottom: 16px;
}
.spinner > .container > span {
  border: 6px solid #f1f1f1;
  border-top-color: #000000;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

div.t2-snackbar {
  box-sizing: border-box;
  border-radius: 2px;
  padding: 10px 12px 8px 11px;
  display: flex;
  align-items: center;
  color: var(--t2-color-negative-text, #ffffff);
  background-color: var(--t2-color-alert, #b50d2b);
  cursor: pointer;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  top: 40px;
}
div.t2-snackbar *,
div.t2-snackbar *::before,
div.t2-snackbar *::after {
  box-sizing: border-box;
}
div.t2-snackbar:not(.t2-block) {
  width: fit-content;
}
div.t2-snackbar > span.t2-icon {
  flex-shrink: 0;
  margin: -2px 8px 0 0;
  filter: invert(95%) sepia(100%) saturate(14%) hue-rotate(213deg) brightness(104%) contrast(104%);
}
div.t2-snackbar.t2-positive {
  background-color: var(--t2-color-positive, #19af62);
}
div.t2-snackbar.t2-positive:not(:hover) > span.t2-icon {
  filter: invert(95%) sepia(100%) saturate(14%) hue-rotate(213deg) brightness(104%) contrast(104%);
}
div.t2-snackbar:hover > span.t2-icon {
  background-image: url(/sales/assets/images/cross.8210e569-9ba13147c16167eb23aa.svg);
}
div.t2-snackbar:focus {
  outline: none;
}
@keyframes in {
  from {
    top: -100px;
  }
  to {
    top: 40px;
  }
}
@keyframes out {
  from {
    top: 40px;
  }
  to {
    top: -100px;
  }
}
@keyframes shake {
  10%,
  90% {
    transform: translateX(calc(-50% - 2px));
  }
  20%,
  80% {
    transform: translateX(calc(-50% + 4px));
  }
  30%,
  50%,
  70% {
    transform: translateX(calc(-50% - 8px));
  }
  40%,
  60% {
    transform: translateX(calc(-50% + 8px));
  }
}
div.t2-snackbar.anim-in {
  animation: in 0.5s forwards;
}
div.t2-snackbar.anim-out {
  animation: out 0.5s forwards;
}
div.t2-snackbar.anim-shake {
  animation: shake 0.5s;
}

/*# sourceMappingURL=main.css.map */

.site-menu {
  height: 64px;
}
.site-menu.top,
.site-menu.bottom {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 11;
  display: flex;
  align-items: center;
  background-color: #ffffff;
}
.site-menu.top {
  justify-content: space-between;
  top: 0;
  padding: 0 16px;
}
.site-menu.top.scrolled {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.08), 0 1px 2px 0 rgba(0, 0, 0, 0.16);
}
.site-menu.bottom {
  justify-content: space-around;
  bottom: 0;
  height: 80px;
}
.site-menu.bottom > a,
.site-menu.bottom > [role="button"] {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #6c6d73;
}
.site-menu.bottom > a > .t2-icon,
.site-menu.bottom > [role="button"] > .t2-icon {
  filter: invert(45%) sepia(5%) saturate(457%) hue-rotate(194deg) brightness(92%) contrast(86%);
}
.site-menu.bottom > a > span:not(.t2-icon),
.site-menu.bottom > [role="button"] > span:not(.t2-icon) {
  margin-top: 8px;
  display: none;
}
@media screen and (min-width: 640px) {
  .site-menu.bottom > a > span:not(.t2-icon),
  .site-menu.bottom > [role="button"] > span:not(.t2-icon) {
    display: inline;
  }
}
.site-menu.bottom > a.active,
.site-menu.bottom > [role="button"].active {
  color: #1067d0;
}
.site-menu.bottom > a.active > .t2-icon,
.site-menu.bottom > [role="button"].active > .t2-icon {
  filter: invert(23%) sepia(65%) saturate(3144%) hue-rotate(204deg) brightness(97%) contrast(87%);
}
.site-menu.bottom > a {
  text-decoration: none;
}
.site-menu > .customer .t2-btn,
.site-menu > .user .t2-btn {
  white-space: nowrap;
}
.site-menu > .customer {
  margin-left: 178px;
}
.site-menu > .user {
  display: flex;
}
.site-menu > .user > .dropdown {
  position: relative;
}
.site-menu > .user > .dropdown > ul,
.site-menu > .user > .dropdown > .account {
  position: absolute;
  right: 0;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.08), 0 1px 2px 0 rgba(0, 0, 0, 0.16);
}
.site-menu > .user > .dropdown > ul {
  padding: 8px;
}
.site-menu .sub-menu .t2-btn,
.site-menu .account .t2-btn {
  text-align: left;
}
.site-menu .sub-menu {
  padding-left: 0;
  list-style-type: none;
}
.site-menu .account > .name {
  display: flex;
  flex-direction: column;
  align-items: center;
  white-space: nowrap;
  color: #6c6d73;
  border-bottom: 1px solid #dcdcde;
  padding-bottom: 24px;
}
@media screen and (min-width: 960px) {
  .site-menu .account > .name {
    padding: 24px;
  }
}
.site-menu .account > .name > span {
  font-size: 14px;
  margin-top: 4px;
}
.site-menu .account > .actions {
  padding-top: 8px;
}
@media screen and (min-width: 960px) {
  .site-menu .account > .actions {
    padding: 8px;
  }
}
.site-menu .account > .actions > .t2-btn > .t2-icon {
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  left: 5px;
  margin-right: 8px;
}
.site-menu .account > .actions > .t2-btn:not([disabled]):hover > .t2-icon,
.site-menu .account > .actions > .t2-btn:not([disabled]):focus > .t2-icon {
  left: 4px;
}
.site-menu .account > .actions > .t2-btn > span:not(.t2-icon) {
  margin-left: 12px;
}
.site-menu.desktop {
  display: none;
}
@media screen and (min-width: 960px) {
  .site-menu.mobile,
  .site-menu.bottom {
    display: none;
  }
  .site-menu.desktop {
    display: flex;
  }
}


/*# sourceMappingURL=670.1fc9a48e0a33c9721877.css.map*/