/* Black */

/* White */

/* Grey */

/* Status */

/* Orders Panel variables */

.super-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  flex-wrap: nowrap;
}

.super-container .container {
    -webkit-box-flex: 1;
            flex: 1;
    overflow: hidden;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-wrap: nowrap
  }

@media (max-width: 900px) {

  .super-container .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column
  }
    }

/* Black */

/* White */

/* Grey */

/* Status */

/* Orders Panel variables */

input.input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;

  border: 1px solid rgba(214, 214, 214, 1);
  box-sizing: border-box;
  border-radius: 6px;
  margin: 0;
  padding: 11px 16px;
  outline: none;
  background: none;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;

  caret-color: #307ff5
}

input.input:focus {
    border-color: #307ff5;
  }

input.input:disabled {
    border-color: rgba(20, 20, 20, 0.04);
    color: rgba(20, 20, 20, 0.32);
    cursor: not-allowed;
  }

input.input::-webkit-input-placeholder {
    color: rgba(20, 20, 20, 0.32);
    font-weight: normal;
  }

input.input::-moz-placeholder {
    color: rgba(20, 20, 20, 0.32);
    font-weight: normal;
  }

input.input:-ms-input-placeholder {
    color: rgba(20, 20, 20, 0.32);
    font-weight: normal;
  }

input.input::-ms-input-placeholder {
    color: rgba(20, 20, 20, 0.32);
    font-weight: normal;
  }

undefined {
    color: rgba(20, 20, 20, 0.32);
    font-weight: normal;
  }

undefined {
    color: rgba(20, 20, 20, 0.32);
    font-weight: normal;
  }

undefined {
    color: rgba(20, 20, 20, 0.32);
    font-weight: normal;
  }

input.input::placeholder {
    color: rgba(20, 20, 20, 0.32);
    font-weight: normal;
  }

input.input.error {
    border-color: #e7595f;
  }

/* Black */

/* White */

/* Grey */

/* Status */

/* Orders Panel variables */

button.button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  background: none;
  border: none;
  color: rgba(20, 20, 20, 1);
  cursor: pointer;
  outline: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center
}

button.button:disabled {
    cursor: not-allowed;
  }

/* Black */

/* White */

/* Grey */

/* Status */

/* Orders Panel variables */

button.button.primary {
  min-height: 44px;
  padding: 0 32px;
  -webkit-box-pack: center;
          justify-content: center;
  border-radius: 12px;
  background: #307ff5;
  color: rgba(255, 255, 255, 1);
  -webkit-transition: color 0.2s, border-color 0.2s;
  transition: color 0.2s, border-color 0.2s
}

button.button.primary svg {
    fill: rgba(255, 255, 255, 1);
  }

button.button.primary:hover:not(:disabled) {
    background: #1d65d1;
  }

button.button.primary:disabled {
    background: rgba(20, 20, 20, 0.24);
  }

button.button.primary .loader-wrapper .loader {
    height: 24px;
    width: 24px;
  }

button.button.primary .loader-wrapper .loader .path {
      stroke: rgba(255, 255, 255, 1);
    }

/* Black */

/* White */

/* Grey */

/* Status */

/* Orders Panel variables */

.login-form {
  padding: 32px;
  box-shadow: 0px -2px 24px rgba(20, 20, 20, 0.04);
  width: 400px;
}

.login-form h1 {
    margin-bottom: 32px;
    text-align: center;
  }

.login-form .form-errors {
    margin-bottom: 16px;
    text-align: center;
  }

.login-form .form-control {
    margin-bottom: 16px;
  }

.login-form .form-actions {
    margin-top: 32px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
  }

@media (max-width: 465px) {
    .login-form {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      height: 100%;
      width: 100%;
      -webkit-box-pack: center;
              justify-content: center;
    }
  }

/* Black */

/* White */

/* Grey */

/* Status */

/* Orders Panel variables */

.login-page {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 100%;
  margin: 0 auto
}

@media (max-width: 465px) {
    .login-page {
      margin: 0;
    }
  }

.icon {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

/* Black */

/* White */

/* Grey */

/* Status */

/* Orders Panel variables */

.geolocation-picker {
  width: 100%;
  height: 100%;
  position: relative;
}

.geolocation-picker .close-picker {
    position: absolute;
    top: 16px;
    right: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 1px 0 rgba(20, 20, 20, 0.08), 0 5px 30px 0 rgba(20, 20, 20, 0.04);
    -webkit-box-pack: center;
            justify-content: center;
  }

.geolocation-picker .close-picker .icon svg {
      fill: rgba(20, 20, 20, 1);
    }

.geolocation-picker .top-bar {
    position: absolute;
    top: 16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
  }

.geolocation-picker .top-bar .address-label {
      background: rgba(255, 255, 255, 1);
      margin-bottom: 16px;
      box-shadow: 0 0 1px 0 rgba(20, 20, 20, 0.08), 0 5px 30px 0 rgba(20, 20, 20, 0.04);
      padding: 8px 16px;
      border-radius: 4px;
      text-align: center;
    }

/* Black */

/* White */

/* Grey */

/* Status */

/* Orders Panel variables */

.two-columns-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: 1;
  overflow: hidden;
}

.two-columns-container .right-column {
    -webkit-box-flex: 1;
            flex: 1;
    background: "white";
    position: relative;
    overflow: hidden;
  }

.two-columns-container .right-column .main-section-enter {
      position: absolute;
      left: -100%;
      width: 100%;
    }

.two-columns-container .right-column .main-section-enter-active {
      width: 100%;
      left: 0;
      -webkit-transition: all 300ms;
      transition: all 300ms;
    }

.two-columns-container .right-column .main-section-exit {
      position: absolute;
      left: 0%;
      width: 100%;
    }

.two-columns-container .right-column .main-section-exit-active {
      width: 100%;
      left: -100%;
      -webkit-transition: all 300ms;
      transition: all 300ms;
    }

.two-columns-container .right-column .additional-section-enter {
      position: absolute;
      left: 100%;
      width: 100%;
    }

.two-columns-container .right-column .additional-section-enter-active {
      width: 100%;
      left: 0;
      -webkit-transition: all 300ms;
      transition: all 300ms;
    }

.two-columns-container .right-column .additional-section-exit {
      position: absolute;
      left: 0%;
      width: 100%;
    }

.two-columns-container .right-column .additional-section-exit-active {
      z-index: 2;
      width: 100%;
      left: 100%;
      -webkit-transition: all 300ms;
      transition: all 300ms;
    }

@media (max-width: 1140px) {
      .two-columns-container .right-column .main-section-enter {
        z-index: -1;
      }
      .two-columns-container .right-column .main-section-enter-active {
        z-index: -1;
      }

      .two-columns-container .right-column .main-section-exit-active {
        -webkit-transition: all 0;
        transition: all 0;
      }

      .two-columns-container .right-column .additional-section-enter-active {
        -webkit-transition: all 0ms;
        transition: all 0ms;
      }
      .two-columns-container .right-column .additional-section-exit-active {
        -webkit-transition: all 300ms 500ms;
        transition: all 300ms 500ms;
      }
    }

.two-columns-container .left-column {
    z-index: 1;
    background-color: rgba(255, 255, 255, 1);
    width: 464px;
    border-right: 1px solid rgba(20, 20, 20, 0.08);
  }

@media (max-width: 900px) {

.two-columns-container {
    position: relative;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    width: 200%;
    overflow: hidden
}

    .two-columns-container.focus-right {
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }

    .two-columns-container .right-column {
      position: absolute;
      top: 0;
      left: 50%;
      bottom: 0;
      width: 50%;
    }

    .two-columns-container > .divider {
      display: none;
    }

    .two-columns-container .left-column {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 50%;
    }
  }

/* Black */

/* White */

/* Grey */

/* Status */

/* Orders Panel variables */

button.button.flat-negative {
  text-align: center;
  color: rgba(20, 20, 20, 1);
  -webkit-transition: none;
  transition: none
}

button.button.flat-negative svg {
    fill: rgba(20, 20, 20, 1);
  }

button.button.flat-negative:hover {
    color: rgba(20, 20, 20, 1)
  }

button.button.flat-negative:hover svg {
      fill: rgba(20, 20, 20, 1);
    }

/* Black */

/* White */

/* Grey */

/* Status */

/* Orders Panel variables */

button.button.button-icon {
  color: transparent;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

button.button.button-icon svg {
    fill: rgba(20, 20, 20, 0.56);
  }

button.button.button-icon:hover:not(:disabled) svg {
      fill: #307ff5;
    }

/* Black */

/* White */

/* Grey */

/* Status */

/* Orders Panel variables */

.form-error-message {
  margin-top: 4px;
}

/* Black */

/* White */

/* Grey */

/* Status */

/* Orders Panel variables */

.order-input-wrapper .order-header {
    margin-bottom: 8px;
    margin-top: 24px;
  }

.order-input-wrapper .order-input-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }

.order-input-wrapper .order-input-container .input-wrapper {
      -webkit-box-flex: 1;
              flex: 1;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: start;
              align-items: flex-start;
      flex-wrap: nowrap;
    }

.order-input-wrapper .order-input-container .input-wrapper .order-number-wrapper {
        -webkit-box-flex: 1;
                flex: 1;
      }

.order-input-wrapper .order-input-container .input-wrapper .order-number-wrapper .order-number {
          border-radius: 6px 0px 0px 6px;
          border-width: 1px;
        }

.order-input-wrapper .order-input-container .input-wrapper .order-price-wrapper {
        -webkit-box-flex: 1;
                flex: 1;
      }

.order-input-wrapper .order-input-container .input-wrapper .order-price-wrapper .order-price {
          border-radius: 0px 6px 6px 0px;
          border-width: 1px 1px 1px 0px;
        }

.order-input-wrapper .order-input-container .delete {
      margin: 0 40px 0 16px;
    }

.order-input-wrapper .order-input-container .delete .icon {
        cursor: pointer;
      }

.order-input-wrapper .order-input-container .delete .icon svg {
          fill: rgba(20, 20, 20, 0.56);
        }

.order-input-wrapper .order-input-container .add .icon {
      margin-left: 16px;
      cursor: pointer;
    }

.order-input-wrapper .order-input-container .add .icon svg {
        fill: rgba(20, 20, 20, 0.56);
      }

.order-input-wrapper.last .order-input-container .delete {
    margin: 0 0 0 16px;
  }

.order-input-wrapper .confirmation-code-container {
    margin-top: 16px;
    padding-right: 80px;
  }

.order-input-wrapper.only .confirmation-code-container {
    padding-right: 40px;
  }

.input-with-icon {
  position: relative;
}

  .input-with-icon .icon {
    position: absolute;
    left: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .input-with-icon input.input {
    padding-left: 48px;
  }

/* Black */

/* White */

/* Grey */

/* Status */

/* Orders Panel variables */

.divider {
  border: solid rgba(20, 20, 20, 0.08);

  width: 100%;
  height: 0;
  border-width: 1px 0 0 0
}

.divider.vertical {
    width: 0;
    height: 100%;
    border-width: 0 1px 0 0;
  }

/* Black */

/* White */

/* Grey */

/* Status */

/* Orders Panel variables */

.popup-container {
  position: absolute;
  top: 49px;
  z-index: 3;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  border: none;
  border-radius: 4px;
  overflow: hidden;
  padding: 20px 0;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.16), 0px 4px 24px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
}

/* Black */

/* White */

/* Grey */

/* Status */

/* Orders Panel variables */

button.button.flat {
  color: #307ff5;
  -webkit-transition: color 0.2s;
  transition: color 0.2s
}

button.button.flat svg {
    fill: #307ff5;
  }

button.button.flat:hover:not(:disabled) {
    color: #1d65d1
  }

button.button.flat:hover:not(:disabled) svg {
      fill: #1d65d1;
    }

/* Black */

/* White */

/* Grey */

/* Status */

/* Orders Panel variables */

.popup-wrapper {
  position: relative;
}

.popup-wrapper .back-btn-container {
    display: none;
  }

.popup-wrapper .popup-container .no-suggestions {
      padding: 8px 16px;
      color: rgba(20, 20, 20, 0.7);
    }

.popup-wrapper .popup-container .divider {
      margin: 8px 16px;
      width: auto;
    }

@-webkit-keyframes popup-wrapper__slide-down {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes popup-wrapper__slide-down {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media (max-width: 900px) {
    .popup-wrapper.use-mobile .invincible {
      top: 0px;
      position: absolute;
      width: 100%;
      height: 44px;
      background-color: transparent;
    }
  }

@media (max-width: 900px) {

.popup-wrapper.use-mobile.focused {
      position: absolute;
      top: 0;
      width: 100%;
      background-color: rgba(255, 255, 255, 1);
      left: 0;
      height: 100%;
      z-index: 3;
      overflow: hidden;
      -webkit-animation: 0.3s popup-wrapper__slide-down;
              animation: 0.3s popup-wrapper__slide-down;
  }
      .popup-wrapper.use-mobile.focused .head {
        margin: 0 16px;
      }

      .popup-wrapper.use-mobile.focused .invincible {
        pointer-events: none;
        display: none;
      }

      .popup-wrapper.use-mobile.focused .back-btn-container {
        display: block;
        margin-bottom: 8px;
      }

        .popup-wrapper.use-mobile.focused .back-btn-container .back-btn {
          padding: 16px 8px;
        }

      .popup-wrapper.use-mobile.focused .popup-container {
        position: relative;
        top: 8px;
        z-index: 3;
        box-shadow: none;
        border: none;
      }
    }

/* Black */

/* White */

/* Grey */

/* Status */

/* Orders Panel variables */

.input-autocomplete {
  position: relative;
}

.input-autocomplete .back-btn-container {
    display: none;
  }

.input-autocomplete .popup-container .no-suggestions {
      padding: 8px 16px;
    }

.input-autocomplete .popup-container .defaults {
      cursor: pointer;
      display: -webkit-box;
      display: flex;
    }

.input-autocomplete .popup-container .defaults .icon {
      margin-right: 16px;
    }

.input-autocomplete .popup-container .divider {
      margin: 8px 16px;
      width: auto;
    }

.input-autocomplete .popup-container .input-autocomplete-group-heading {
      padding: 8px 16px;
    }

.input-autocomplete .popup-container .input-autocomplete-item {
      padding: 8px 16px;
      text-align: left
    }

.input-autocomplete .popup-container .input-autocomplete-item.selected {
        background: rgba(0, 0, 0, 0.04);
        cursor: pointer;
      }

.input-autocomplete .popup-container .input-autocomplete-item.disabled {
        cursor: not-allowed;
      }

@media (max-width: 900px) {
    .input-autocomplete.use-mobile .invincible {
      top: 0px;
      position: absolute;
      width: 100%;
      height: 44px;
      background-color: transparent;
    }
      .input-autocomplete.use-mobile.focused .head {
        margin: 0 16px;
      }

      .input-autocomplete.use-mobile.focused .invincible {
        pointer-events: none;
        display: none;
      }

      .input-autocomplete.use-mobile.focused .back-btn-container {
        display: block;
        margin-bottom: 8px;
        margin-top: 0;
      }

        .input-autocomplete.use-mobile.focused .back-btn-container .back-btn {
          padding: 16px 8px;
        }

      .input-autocomplete.use-mobile.focused .popup-container {
        position: relative;
        top: 8px;
        z-index: 3;
        box-shadow: none;
        border: none;
      }
  }

/* Black */

/* White */

/* Grey */

/* Status */

/* Orders Panel variables */

.input-address {
  position: relative;
}

.input-address input.input {
    padding-right: 0;
    -webkit-transition: padding 0s 0.2s;
    transition: padding 0s 0.2s;
  }

@media (max-width: 900px) {

.input-address {
    position: static;
    position: initial;
}
      .input-address .input-autocomplete.focused input.input {
        padding-right: 58px;
      }
  }

/* Black */

/* White */

/* Grey */

/* Status */

/* Orders Panel variables */

.button-group {
  display: -webkit-box;
  display: flex;
}

.button-group button.button {
    border-radius: 0
  }

.button-group button.button.primary,
    .button-group button.button.secondary {
      border: 1px solid rgba(20, 20, 20, 0.16);
      padding: 0 16px
    }

.button-group button.button.primary:disabled, .button-group button.button.secondary:disabled {
        background: rgba(20, 20, 20, 0.24);
        color: rgba(255, 255, 255, 1);
      }

.button-group button.button:first-child {
      border-radius: 6px 0 0 6px;
    }

.button-group button.button:not(:first-child):not(:last-child) {
      border-radius: 0;
      border-left: 0;
      border-right: 0;
     }

.button-group button.button:last-child {
      border-radius: 0 6px 6px 0;
    }

.button-group button.button:first-child.one {
       border-radius: 6px;
     }

/* Black */

/* White */

/* Grey */

/* Status */

/* Orders Panel variables */

.datepicker {
  position: relative;
  margin: 0;
}

.datepicker .control {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    margin: 0;
    padding: 12px 16px;
    border: 1px solid rgba(20, 20, 20, 0.16);
    border-radius: 6px;
    outline: none;
    color: rgba(20, 20, 20, 1);
    background: none;
    cursor: pointer
  }

.datepicker .control.active {
      border-color: #307ff5;
    }

.datepicker .control.active .control__icon.arrow {
        -webkit-transform: rotateX(180deg);
                transform: rotateX(180deg);
      }

.datepicker .control.error {
      border-color: #e7595f;
    }

.datepicker .control .control__icon.clear {
        margin-right: 8px;
      }

.datepicker .control .control__text {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      -webkit-box-flex: 1;
              flex: 1;
      padding: 0 16px;
    }

.datepicker.disabled .control {
      border-color: rgba(20, 20, 20, 0.04);
      color: rgba(20, 20, 20, 0.32);
      cursor: not-allowed;
    }

.switch:checked + .switch-label {
  background: none;
}

.switch:checked + .switch-label .toggler {
  background: #307ff5;
}

.time-wrapper {
  display: -webkit-box;
  display: flex;
  margin-top: 24px;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.time-wrapper .input-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
  }

.time-wrapper .input-wrapper input {
      margin-left: 16px;
      max-width: 160px;
    }

.time-wrapper .button-group {
    padding: 0 16px;
  }

.popup-container .control {
    border: none;
    padding: 0 16px;
  }

.popup-container .control div {
    font-weight: bold;
  }

.datepicker-popup .select-time-container {
    padding: 8px 16px 8px 24px;
    margin-bottom: 8px;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column
  }

.datepicker-popup .select-time-container.visible {
      display: -webkit-box;
      display: flex;
    }

.datepicker-popup .select-time-container .time-offset-container {
      cursor: pointer;
      height: 40px;
      width: 100%;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      padding: 8px 0
    }

.datepicker-popup .select-time-container .time-offset-container:hover {
        -webkit-transition: color 0.2s;
        transition: color 0.2s;
      }

.datepicker-popup .select-time-container .time-offset-container:hover .time-offset__text {
          color: #307ff5;
        }

.datepicker-popup .select-time-container .time-offset-container:hover .time-offset__icon {
          fill: #307ff5;
        }

.datepicker-popup .select-time-container .time-offset-container .time-offset__text {
        -webkit-transition: color 0.2s;
        transition: color 0.2s;
        -webkit-box-flex: 1;
                flex: 1;
        padding: 0 16px;
      }

.datepicker-popup .select-time-container .time-offset-container .time-offset__time {
        color: rgba(20, 20, 20, 0.7);
      }

.datepicker-popup .select-time-container .time-offset-container .time-offset__icon {
        -webkit-transition: fill 0.2s;
        transition: fill 0.2s;
      }

.datepicker-popup .select-time-container .select-datetime-control {
      margin-left: -1px;
      margin-top: 16px;
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: start;
              justify-content: flex-start;
    }

.datepicker-popup .select-time-container .select-datetime-control #mobile-datepicker {
        outline: none;
        color: transparent;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 100;
        background-color: transparent;
        border: none;
      }

.datepicker-popup .select-time-container .select-datetime-control .select-datetime__btn {
        width: 100%;
      }

.datepicker-popup .select-time-container .select-datetime-control .select-datetime__btn .icon {
          margin-right: 12px;
        }

.datepicker-popup .select-date-time-container {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column
  }

.datepicker-popup .select-date-time-container.visible {
      display: -webkit-box;
      display: flex;
    }

.datepicker-popup .select-date-time-container button.button.secondary {
      margin-left: 24px;
      margin-top: 8px;
    }

.datepicker-popup .select-date-time-container .datepicker-wrapper {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: center;
              justify-content: center;
    }

.datepicker-popup .select-date-time-container .datepicker-wrapper .react-datepicker.ctv-calendar {
        width: 260px;
        padding: 0 16px;
        border: none;
        font-family: "Styrene A Web";
      }

.datepicker-popup .select-date-time-container .datepicker-wrapper .react-datepicker.ctv-calendar .react-datepicker__navigation--previous {
          left: 16px;
          border: none;
          width: 6px;
          background-image: url("data:image/svg+xml;utf8,<svg width='6px' height='10px' viewBox='0 0 6 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'> <g transform='translate(-5.000000, -3.000000)'> <polygon id='Fill' points='5 8 10 3 10.7 3.7 6.4 8 10.7 12.3 10 13'></polygon> </g> </svg>");
        }

.datepicker-popup .select-date-time-container .datepicker-wrapper .react-datepicker.ctv-calendar .react-datepicker__navigation--next {
          right: 16px;
          border: none;
          width: 6px;
          background-image: url('data:image/svg+xml;utf8,<svg width="6px" height="10px" viewBox="0 0 6 10" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <g transform="translate(-5.000000, -3.000000)"> <polygon id="Fill" points="11 8 6 13 5.3 12.3 9.6 8 5.3 3.7 6 3"></polygon> </g> </svg>');
        }

.datepicker-popup .select-date-time-container .datepicker-wrapper .react-datepicker.ctv-calendar .react-datepicker__navigation--next:focus,
        .datepicker-popup .select-date-time-container .datepicker-wrapper .react-datepicker.ctv-calendar .react-datepicker__navigation--previous:focus {
          outline: none;
        }

.datepicker-popup .select-date-time-container .datepicker-wrapper .react-datepicker.ctv-calendar .react-datepicker__navigation--previous:hover {
          fill: #307ff5;
        }

.datepicker-popup .select-date-time-container .datepicker-wrapper .react-datepicker.ctv-calendar .react-datepicker__month-container {
          float: none;
        }

.datepicker-popup .select-date-time-container .datepicker-wrapper .react-datepicker.ctv-calendar .react-datepicker__month-container .react-datepicker__header {
            background-color: rgba(255, 255, 255, 1);
            border-bottom: 1px solid rgba(20, 20, 20, 0.08);
          }

.datepicker-popup .select-date-time-container .datepicker-wrapper .react-datepicker.ctv-calendar .react-datepicker__month-container .react-datepicker__header .react-datepicker__current-month {
              text-transform: uppercase;
              margin-bottom: 16px;
              font-size: 12px;
              line-height: 16px;
              font-weight: 500;
            }

.datepicker-popup .select-date-time-container .datepicker-wrapper .react-datepicker.ctv-calendar .react-datepicker__day,
        .datepicker-popup .select-date-time-container .datepicker-wrapper .react-datepicker.ctv-calendar .react-datepicker__day-name {
          height: 16px;
          width: 16px;
          margin: 8px;
          font-family: "Styrene A Web";
          font-size: 12px;
          line-height: 16px;
        }

.datepicker-popup .select-date-time-container .datepicker-wrapper .react-datepicker.ctv-calendar .react-datepicker__day-name {
          text-transform: uppercase;
          color: rgba(20, 20, 20, 0.7);
        }

.datepicker-popup .select-date-time-container .datepicker-wrapper .react-datepicker.ctv-calendar .react-datepicker__month {
          margin: 8px 0 0 0;
        }

.datepicker-popup .select-date-time-container .datepicker-wrapper .react-datepicker.ctv-calendar .react-datepicker__month .react-datepicker__day:hover {
            background-color: rgba(255, 255, 255, 1);
            border-radius: unset;
            border-bottom: 2px solid rgba(20, 20, 20, 0.56);
          }

.datepicker-popup .select-date-time-container .datepicker-wrapper .react-datepicker.ctv-calendar .react-datepicker__month .react-datepicker__day--selected {
            border-radius: 0;
            color: rgba(20, 20, 20, 1);
            background-color: rgba(255, 255, 255, 1);
            font-weight: 500;
            border-bottom: 2px solid rgba(20, 20, 20, 1);
          }

.datepicker-popup .select-date-time-container .datepicker-wrapper .react-datepicker.ctv-calendar .react-datepicker__input-time-container {
          margin: 0;
          display: -webkit-box;
          display: flex;
          -webkit-box-pack: center;
                  justify-content: center;
        }

.datepicker-popup .select-date-time-container .datepicker-wrapper .react-datepicker.ctv-calendar .react-datepicker__input-time-container div.react-datepicker-time__input {
            display: -webkit-box;
            display: flex;
            position: relative;
            margin: 0;
            -webkit-box-align: center;
                    align-items: center;
          }

.datepicker-popup .select-date-time-container .datepicker-wrapper .react-datepicker.ctv-calendar .react-datepicker__input-time-container div.react-datepicker-time__input::before {
            position: absolute;
            display: -webkit-box;
            display: flex;
            -webkit-box-align: center;
                    align-items: center;
            width: 16px;
            height: 16px;
            margin-right: 8px;
            margin-top: 2px;
            content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14"> <g> <g> <path id="Fill" fill-opacity=".7" d="M0 7a7 7 0 1 1 14 0A7 7 0 0 1 0 7zm7-6a6 6 0 1 0 0 12A6 6 0 0 0 7 1zm2.295 9L6.5 7.205V2.5h1v4.29L10 9.295z"/> </g> </g> </svg>');
          }

.datepicker-popup .select-date-time-container .datepicker-wrapper .react-datepicker.ctv-calendar .react-datepicker__input-time-container input.react-datepicker-time__input {
            width: 112px;
            margin: 0;
            border: solid rgba(20, 20, 20, 0.04);
            border-width: 0 0 1px 0;
            -webkit-transition: all 0.2s;
            transition: all 0.2s;
            padding: 12px 0 12px 24px;
          }

.datepicker-popup .select-date-time-container .datepicker-wrapper .react-datepicker.ctv-calendar .react-datepicker__input-time-container input.react-datepicker-time__input:focus {
            outline: none;
            border-bottom: 1px solid #307ff5;
          }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  margin-left: -8px;
  position: absolute;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
  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, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  border-top: none;
  border-bottom-color: #f0f0f0;
}

.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, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  border-bottom: none;
  border-top-color: #fff;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::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 {
  border-radius: 0.3rem;
}

.react-datepicker--time-only .react-datepicker__time-box {
  border-radius: 0.3rem;
}

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

.react-datepicker-popper {
  z-index: 1;
}

.react-datepicker-popper[data-placement^="bottom"] {
  margin-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"] {
  margin-bottom: 10px;
}

.react-datepicker-popper[data-placement^="right"] {
  margin-left: 8px;
}

.react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}

.react-datepicker-popper[data-placement^="left"] {
  margin-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;
  border-top-right-radius: 0.3rem;
  padding-top: 8px;
  position: relative;
}

.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}

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

.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 {
  background: none;
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  padding: 0;
  border: 0.45rem solid transparent;
  z-index: 1;
  height: 10px;
  width: 10px;
  text-indent: -999em;
  overflow: hidden;
}

.react-datepicker__navigation--previous {
  left: 10px;
  border-right-color: #ccc;
}

.react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

.react-datepicker__navigation--previous--disabled, .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__navigation--next {
  right: 10px;
  border-left-color: #ccc;
}

.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 80px;
}

.react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

.react-datepicker__navigation--next--disabled, .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__navigation--years-previous {
  top: 4px;
  border-top-color: #ccc;
}

.react-datepicker__navigation--years-previous:hover {
  border-top-color: #b3b3b3;
}

.react-datepicker__navigation--years-upcoming {
  top: -4px;
  border-bottom-color: #ccc;
}

.react-datepicker__navigation--years-upcoming:hover {
  border-bottom-color: #b3b3b3;
}

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

.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: 85px;
}

.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: -72px;
  top: 0;
}

.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
}

.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: 0px;
  padding-left: 0px;
  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:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day-names,
.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__month--selected, .react-datepicker__month--in-selecting-range, .react-datepicker__month--in-range,
.react-datepicker__quarter--selected,
.react-datepicker__quarter--in-selecting-range,
.react-datepicker__quarter--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}

.react-datepicker__month--selected:hover, .react-datepicker__month--in-selecting-range:hover, .react-datepicker__month--in-range:hover,
.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter--in-selecting-range:hover,
.react-datepicker__quarter--in-range:hover {
  background-color: #1d5d90;
}

.react-datepicker__month--disabled,
.react-datepicker__quarter--disabled {
  color: #ccc;
  pointer-events: none;
}

.react-datepicker__month--disabled:hover,
.react-datepicker__quarter--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text {
  cursor: pointer;
}

.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today {
  font-weight: bold;
}

.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-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 {
  background-color: #32be3f;
}

.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-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 {
  color: green;
}

.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 {
  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 {
  background-color: #1d5d90;
}

.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff;
}

.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--in-selecting-range ,
.react-datepicker__month-text--in-selecting-range ,
.react-datepicker__quarter-text--in-selecting-range {
  background-color: rgba(33, 107, 165, 0.5);
}

.react-datepicker__month--selecting-range .react-datepicker__day--in-range , .react-datepicker__month--selecting-range
.react-datepicker__month-text--in-range , .react-datepicker__month--selecting-range
.react-datepicker__quarter-text--in-range {
  background-color: #f0f0f0;
  color: #000;
}

.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled {
  cursor: default;
  color: #ccc;
}

.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover,
.react-datepicker__quarter-text--disabled:hover {
  background-color: transparent;
}

.react-datepicker__month-text.react-datepicker__month--selected:hover, .react-datepicker__month-text.react-datepicker__month--in-range:hover, .react-datepicker__month-text.react-datepicker__quarter--selected:hover, .react-datepicker__month-text.react-datepicker__quarter--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__month--selected:hover,
.react-datepicker__quarter-text.react-datepicker__month--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover {
  background-color: #216ba5;
}

.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover {
  background-color: #f0f0f0;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
}

.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 {
  border-top-color: #ccc;
  float: right;
  margin-left: 20px;
  top: 8px;
  position: relative;
  border-width: 0.45rem;
}

.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: 0px 6px 0px 0px;
  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: "\D7";
}

.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;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  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__portal .react-datepicker__navigation {
  border: 0.81rem solid transparent;
}

.react-datepicker__portal .react-datepicker__navigation--previous {
  border-right-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

.react-datepicker__portal .react-datepicker__navigation--previous--disabled, .react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__portal .react-datepicker__navigation--next {
  border-left-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

.react-datepicker__portal .react-datepicker__navigation--next--disabled, .react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}

/* Black */

/* White */

/* Grey */

/* Status */

/* Orders Panel variables */

.switch-container {
  height: 18px;
}

.switch {
  height: 0;
  width: 0;
  display: none;
}

.switch:checked + .switch-label {
  border: 2px solid #307ff5;
  background: #307ff5;
}

.switch:checked + .switch-label .toggler {
    background: rgba(255, 255, 255, 1);
  }
.switch-label {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  width: 32px;
  height: 18px;
  background: rgba(255, 255, 255, 1);
  border-radius: 12px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  border: 2px solid rgba(20, 20, 20, 0.56);
}

.switch-label .toggler {
  content: "";
  top: 2px;
  left: 2px;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 12px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: rgba(20, 20, 20, 0.56);
}

.toggler.toggler__off {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.toggler.toggler__on {
  left: calc(100% - 2px);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.switch:disabled + .switch-label {
  border: 2px solid rgba(20, 20, 20, 0.32);
  background-color: rgba(20, 20, 20, 0.08);
  cursor: not-allowed;
}

.switch:disabled + .switch-label .toggler {
    background: rgba(20, 20, 20, 0.32);
  }

/* Black */

/* White */

/* Grey */

/* Status */

/* Orders Panel variables */

.control {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  margin: 0;
  padding: 12px 0;
  border: solid rgba(20, 20, 20, 0.04);
  border-width: 0 0 1px 0;
  border-radius: 0;
  outline: none;
  color: rgba(20, 20, 20, 1);
  background: none;
  cursor: pointer;
}

/* CSS variables. */
:root {
	--PhoneInput-color--focus: #03b2cb;
	--PhoneInputInternationalIconPhone-opacity: 0.8;
	--PhoneInputInternationalIconGlobe-opacity: 0.65;
	--PhoneInputCountrySelect-marginRight: 0.35em;
	--PhoneInputCountrySelectArrow-width: 0.3em;
	--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);
	--PhoneInputCountrySelectArrow-borderWidth: 1px;
	--PhoneInputCountrySelectArrow-opacity: 0.45;
	--PhoneInputCountrySelectArrow-color: currentColor;
	--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);
	--PhoneInputCountrySelectArrow-transform: rotate(45deg);
	--PhoneInputCountryFlag-aspectRatio: 1.5;
	--PhoneInputCountryFlag-height: 1em;
	--PhoneInputCountryFlag-borderWidth: 1px;
	--PhoneInputCountryFlag-borderColor: rgba(0,0,0,0.5);
	--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);
	--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,0.1);
}

.PhoneInput {
	/* This is done to stretch the contents of this component. */
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
}

.PhoneInputInput {
	/* The phone number input stretches to fill all empty space */
	-webkit-box-flex: 1;
	        flex: 1;
	/* The phone number input should shrink
	   to make room for the extension input */
	min-width: 0;
}

.PhoneInputCountryIcon {
	width: calc(1em * 1.5);
	width: calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));
	height: 1em;
	height: var(--PhoneInputCountryFlag-height);
}

.PhoneInputCountryIcon--square {
	width: 1em;
	width: var(--PhoneInputCountryFlag-height);
}

.PhoneInputCountryIcon--border {
	/* Removed `background-color` because when an `<img/>` was still loading
	   it would show a dark gray rectangle. */
	/* For some reason the `<img/>` is not stretched to 100% width and height
	   and sometime there can be seen white pixels of the background at top and bottom. */
	background-color: rgba(0,0,0,0.1);
	background-color: var(--PhoneInputCountryFlag-backgroundColor--loading);
	/* Border is added via `box-shadow` because `border` interferes with `width`/`height`. */
	/* For some reason the `<img/>` is not stretched to 100% width and height
	   and sometime there can be seen white pixels of the background at top and bottom,
	   so an additional "inset" border is added. */
	box-shadow: 0 0 0 1px rgba(0,0,0,0.5),
		inset 0 0 0 1px rgba(0,0,0,0.5);
	box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),
		inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor);
}

.PhoneInputCountryIconImg {
	/* Fixes weird vertical space above the flag icon. */
	/* https://gitlab.com/catamphetamine/react-phone-number-input/-/issues/7#note_348586559 */
	display: block;
	/* 3rd party <SVG/> flag icons won't stretch if they have `width` and `height`.
	   Also, if an <SVG/> icon's aspect ratio was different, it wouldn't fit too. */
	width: 100%;
	height: 100%;
}

.PhoneInputInternationalIconPhone {
	opacity: 0.8;
	opacity: var(--PhoneInputInternationalIconPhone-opacity);
}

.PhoneInputInternationalIconGlobe {
	opacity: 0.65;
	opacity: var(--PhoneInputInternationalIconGlobe-opacity);
}

/* Styling native country `<select/>`. */

.PhoneInputCountry {
	position: relative;
	align-self: stretch;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	margin-right: 0.35em;
	margin-right: var(--PhoneInputCountrySelect-marginRight);
}

.PhoneInputCountrySelect {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	border: 0;
	opacity: 0;
	cursor: pointer;
}

.PhoneInputCountrySelect[disabled],
.PhoneInputCountrySelect[readonly] {
	cursor: default;
}

.PhoneInputCountrySelectArrow {
	display: block;
	content: '';
	width: 0.3em;
	width: var(--PhoneInputCountrySelectArrow-width);
	height: 0.3em;
	height: var(--PhoneInputCountrySelectArrow-width);
	margin-left: 0.35em;
	margin-left: var(--PhoneInputCountrySelectArrow-marginLeft);
	border-style: solid;
	border-color: currentColor;
	border-color: var(--PhoneInputCountrySelectArrow-color);
	border-top-width: 0;
	border-bottom-width: 1px;
	border-bottom-width: var(--PhoneInputCountrySelectArrow-borderWidth);
	border-left-width: 0;
	border-right-width: 1px;
	border-right-width: var(--PhoneInputCountrySelectArrow-borderWidth);
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	-webkit-transform: var(--PhoneInputCountrySelectArrow-transform);
	        transform: var(--PhoneInputCountrySelectArrow-transform);
	opacity: 0.45;
	opacity: var(--PhoneInputCountrySelectArrow-opacity);
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon + .PhoneInputCountrySelectArrow {
	opacity: 1;
	color: #03b2cb;
	color: var(--PhoneInputCountrySelectArrow-color--focus);
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon--border {
	box-shadow: 0 0 0 1px #03b2cb,
		inset 0 0 0 1px #03b2cb;
	box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),
		inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus);
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon .PhoneInputInternationalIconGlobe {
	opacity: 1;
	color: #03b2cb;
	color: var(--PhoneInputCountrySelectArrow-color--focus);
}
/* Black */

/* White */

/* Grey */

/* Status */

/* Orders Panel variables */

.phone-input-container {
  position: relative;
}

.input-phone .react-phone-number-input__row {
    position: relative;
  }

.input-phone .react-phone-number-input__country {
    border-bottom: 1px solid transparent;
    position: absolute;
    left: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

.input-phone .react-phone-number-input__icon {
    box-shadow: none;
    border: none;
    width: auto;
    height: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center
  }

.input-phone .react-phone-number-input__icon img {
      width: 20px;
      height: 16px;
      border: 1px solid rgba(0, 0, 0, 0.1);
    }

.input-phone .react-phone-number-input__country-select:focus
    + .react-phone-number-input__country-select-arrow {
    color: #307ff5;
  }

.input-phone input.input {
    height: auto;
    padding-right: 164px;
  }

.input-phone.error input.input {
    border-color: #e7595f;
  }

.button.flat.btn-warning .icon svg {
      fill: #ff9503;
    }

.button.flat.btn-warning .icon svg:hover {
      fill: #c17710;
    }

/* Black */

/* White */

/* Grey */

/* Status */

/* Orders Panel variables */

.loader-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: 1;
  height: 100%;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.loader-wrapper .loader {
    -webkit-animation: loaderRotate 2s linear infinite;
            animation: loaderRotate 2s linear infinite;
    z-index: 2;
    width: 40px;
    height: 40px;
  }

.loader-wrapper .loader .path {
      stroke: #307ff5;
      stroke-linecap: round;
      -webkit-animation: loaderDash 1.5s ease-in-out infinite;
              animation: loaderDash 1.5s ease-in-out infinite;
    }

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

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

@-webkit-keyframes loaderDash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

@keyframes loaderDash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

.spacer {
  margin: auto;
}

/* Black */

/* White */

/* Grey */

/* Status */

/* Orders Panel variables */

.right-side-form-container {
  -webkit-box-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 100%;
}

.right-side-form-container .form-fields {
    -webkit-box-flex: 1;
            flex: 1;
    overflow-y: auto;
    padding: 0 32px 20px 32px
  }

@media (max-width: 900px) {

  .right-side-form-container .form-fields {
      padding: 8px 16px 16px 16px
  }
    }

.right-side-form-container .form-fields .heading {
      margin-bottom: 8px;
      margin-top: 24px;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
    }

.right-side-form-container .form-fields .heading .sub-caption {
        margin-top: -16px;
      }

.right-side-form-container .form-fields .input-address {
      margin: 0 0;
    }

.right-side-form-container .form-fields > div {
    }

.right-side-form-container .back-mobile-button {
    display: none
  }

.right-side-form-container .back-mobile-button + .divider {
      display: none;
    }

@media (max-width: 1140px) {

  .right-side-form-container .back-mobile-button {
      display: block;
      margin: 16px 16px
  }

      .right-side-form-container .back-mobile-button + .divider {
        display: block;
      }
    }

@media (max-width: 900px) {

  .right-side-form-container .back-mobile-button {
      margin: 16px 8px
  }
    }

/* Black */

/* White */

/* Grey */

/* Status */

/* Orders Panel variables */

.form-actions {
  padding: 48px 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.input-autocomplete .popup-container {
    max-height: 250px;
    overflow-y: auto;
  }

/* Black */

/* White */

/* Grey */

/* Status */

/* Orders Panel variables */

.order-verification-form {
  display: -webkit-box;
  display: flex;
  margin-top: 8px;
}

.order-verification-form .sms-code-input-wrapper {
    -webkit-box-flex: 1;
            flex: 1;
    margin-right: 16px;
  }

/* Black */

/* White */

/* Grey */

/* Status */

/* Orders Panel variables */

.order-form .close-button {
    position: absolute;
    top: 24px;
    right: 32px;
    background: rgb(245, 245, 245);
    border-radius: 50%;
  }

.order-form .form-fields {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding-top: 8px;
  }

.order-form .form-fields .form-header-block {
      padding-top: 24px;
    }

.order-form h4 {
    display: -webkit-box;
    display: flex;
  }

.order-form .switch-locations .icon {
    margin-right: 4px;
  }

.order-form .zone-warning {
    margin-top: 24px;
  }

.order-form .with-padding {
    margin-top: 8px;
    min-height: 36px;
    padding: 0 16px;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
  }

.order-form .courier-cargo {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin-top: 16px;
  }

.order-form .courier-cargo-title {
    display: block;
    margin-bottom: 8px;
  }

.order-form .dst-details {
    display: -webkit-box;
    display: flex;
    margin-top: 8px;
  }

.order-form .dst-details input.input {
      margin-right: 8px
    }

.order-form .dst-details input.input:last-child {
        margin-right: 0;
      }


/* Black */

/* White */

/* Grey */

/* Status */

/* Orders Panel variables */

.list-wrapper {
  -webkit-box-flex: 1;
          flex: 1;
}

.list-wrapper .no-orders {
    display: -webkit-box;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
  }

.list-wrapper .list-item {
    border: solid grey;
    border-width: 1px 0 0
  }

.list-wrapper .list-item:first-child {
      border-width: 0;
    }

.list-wrapper .list-item:last-child {
      border-bottom-width: 1px;
    }

/* Black */

/* White */

/* Grey */

/* Status */

/* Orders Panel variables */

.orders-list-item {
  padding: 24px 32px;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  border-bottom: 1px solid rgba(20, 20, 20, 0.08)
}

@media (max-width: 900px) {

.orders-list-item {
    padding: 12px 16px
}
  }

.orders-list-item.active {
    background-color: #f5fbff;
  }

.orders-list-item .client-info-container,
  .orders-list-item .driver-info-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            flex: 1;
    -webkit-box-align: center;
            align-items: center;
  }

.orders-list-item .client-info-container .info, .orders-list-item .driver-info-container .info {
      margin-left: 20px;
      display: -webkit-box;
      display: flex;
      -webkit-box-flex: 1;
              flex: 1;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
    }

.orders-list-item .client-info-container .info .client,
      .orders-list-item .client-info-container .info .driver,
      .orders-list-item .driver-info-container .info .client,
      .orders-list-item .driver-info-container .info .driver {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
      }

.orders-list-item .client-info-container .info .client .title, .orders-list-item .client-info-container .info .driver .title, .orders-list-item .driver-info-container .info .client .title, .orders-list-item .driver-info-container .info .driver .title {
          margin-right: 8px;
        }

.orders-list-item .client-info-container .info .client .phone, .orders-list-item .client-info-container .info .driver .phone, .orders-list-item .driver-info-container .info .client .phone, .orders-list-item .driver-info-container .info .driver .phone {
          margin-top: 4px;
        }

.orders-list-item .client-info-container .info .order-numbers, .orders-list-item .driver-info-container .info .order-numbers {
        margin-top: 4px;
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
      }

.orders-list-item .client-info-container .info .order-numbers.clamped, .orders-list-item .driver-info-container .info .order-numbers.clamped {
        display: -webkit-box !important;
        max-height: 40px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
      }

.orders-list-item .client-info-container .info .clamped.hovered:hover, .orders-list-item .driver-info-container .info .clamped.hovered:hover {
        -webkit-line-clamp: 10;
      }

.orders-list-item .client-info-container .info .clamped.hovered:hover div, .orders-list-item .driver-info-container .info .clamped.hovered:hover div {
          -webkit-animation: textVerticalScroll 1.5s ease-in-out infinite;
                  animation: textVerticalScroll 1.5s ease-in-out infinite;
          -webkit-animation-direction: alternate;
                  animation-direction: alternate;
        }

.orders-list-item .order-progress-bar {
    margin: 12px 0 12px 40px;
    display: -webkit-box;
    display: flex;
    height: 2px;
    background-color: rgba(20, 20, 20, 0.08);
  }

.orders-list-item .order-progress-bar span.progress {
      background-color: #33a944
    }

.orders-list-item .order-progress-bar span.progress.failed {
        background-color: #fce6e7;
      }

.orders-list-item .status-text-container {
    margin-top: 16px;
  }

@-webkit-keyframes textVerticalScroll {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@keyframes textVerticalScroll {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

/* Black */

/* White */

/* Grey */

/* Status */

/* Orders Panel variables */

.orders-new-main {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 100%;
  -webkit-overflow-scrolling: touch
}

@media (max-width: 900px) {

.orders-new-main {
}
  }

.orders-new-main .mobile-heading {
    display: none
  }

@media (max-width: 900px) {

  .orders-new-main .mobile-heading {
      display: block;
      margin: -16px -16px 16px;
  }
      .orders-new-main .mobile-heading h4 {
        padding: 16px;
        background: "white";
      }
    }

@media (min-width: 900px) {

  .orders-new-main .top-container {
      padding: 16px 32px 8px 32px;
  }
      .orders-new-main .top-container .collapsing-block-wrapper {
        position: relative;
      }
    }

.orders-new-main .top-container .top-bar {
      display: -webkit-box;
      display: flex;
    }

.orders-new-main .top-container .filters {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      -webkit-box-align: center;
              align-items: center;
      margin: 8px 0 8px;
    }

.orders-new-main .top-container .filters button {
        margin: 8px 8px 0 0;
      }

.orders-new-main .top-container .filters button .icon {
          margin-right: 8px;
        }

.orders-new-main .new-orders-list {
    margin-top: 8px;
  }

/* Black */

/* White */

/* Grey */

/* Status */

/* Orders Panel variables */

.swiper-default {
  -webkit-box-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.swiper-default .tabs-panel-container {
    position: relative;
    background-color: "white";
    z-index: 2;
    min-height: 42px;
  }

.swiper-default .tabs-panel-container .swiper-tabs-panel {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      border-width: 0 0 1px 0;
      padding: 0 32px;
      border-color: rgba(20, 20, 20, 0.56)
    }

@media (max-width: 900px) {

    .swiper-default .tabs-panel-container .swiper-tabs-panel {
        padding: 0 16px
    }
      }

.swiper-default .tabs-panel-container .swiper-tabs-panel .swiper-pagination-bullet {
        all: unset;
      }

.swiper-default .tabs-panel-container .swiper-tabs-panel .tab {
        cursor: pointer;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center;
        height: 16px;
        border-bottom: 2px solid transparent;
        -webkit-transition: border-bottom-color 0.2s, color 0.2s;
        transition: border-bottom-color 0.2s, color 0.2s;
        margin-bottom: -1px;
        padding: 16px 0 14px;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none
      }

@media (max-width: 900px) {

      .swiper-default .tabs-panel-container .swiper-tabs-panel .tab {
          height: 15px
      }
        }

.swiper-default .tabs-panel-container .swiper-tabs-panel .tab.swiper-pagination-bullet.swiper-pagination-bullet-active {
          color: #307ff5;
          -webkit-text-fill-color: #307ff5;
          border-bottom: 2px solid #307ff5;
        }

.swiper-default .tabs-panel-container .swiper-tabs-panel > div:not(:first-of-type) {
      margin-left: 32px;
    }

.swiper-default .content-container {
    -webkit-box-flex: 1;
            flex: 1;
    overflow: hidden;
  }

.swiper-default .content-container .swiper-wrapper {
      -webkit-box-flex: 1;
              flex: 1;
    }

.swiper-default .content-container .swiper-wrapper .swiper-slide {
        overflow-y: auto;
      }

.swiper-default .content-container .swiper-wrapper .swiper-slide {
        overflow-y: auto;
      }

.swiper-default .content-container .swiper-wrapper .swiper-slide.swiper-slide-active {
        width: 100% !important;
      }

@media (max-width: 900px) {
      .swiper-default .content-container .swiper-wrapper .swiper-slide.swiper-slide-next {
          padding-left: 4px
      }
        }

@media (max-width: 900px) {
      .swiper-default .content-container .swiper-wrapper .swiper-slide.swiper-slide-prev {
          padding-right: 4px
      }
        }

/* Black */

/* White */

/* Grey */

/* Status */

/* Orders Panel variables */

.old-design-link {
  background: #307ff5;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  padding: 4px;
}

.old-design-link a,
  .old-design-link a:active,
  .old-design-link a:visited,
  .old-design-link a:hover {
    color: white;
    text-decoration: underline;
  }

.header {
  padding: 32px 32px 0 32px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between
}

@media (max-width: 900px) {

.header {
    padding: 16px 16px 0 16px
}
  }

.header .header-info {
    -webkit-box-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: end;
            align-items: flex-end
  }

.header .header-info > button .icon svg {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        fill: rgba(20, 20, 20, 1)
      }

.header .header-info > button .icon svg:hover {
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
        }

.header .header-info .header-popup.popup-container {
      padding: 0;
      width: 400px;
      top: 68px;
      border-radius: 6px
    }

@media (max-width: 900px) {

    .header .header-info .header-popup.popup-container {
        width: calc(100% - 32px)
    }
      }

.header .header-info .header-popup.popup-container .info-container {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        padding: 20px 16px
      }

.header .header-info .header-popup.popup-container .info-container.support .phone {
            margin-bottom: 4px;
          }

.header .header-info .header-popup.popup-container .info-container.exit .button-with-icon {
            display: -webkit-box;
            display: flex;
            -webkit-box-align: center;
                    align-items: center;
          }

.header .header-info .header-popup.popup-container .info-container.exit .button-with-icon .icon {
              margin-right: 16px;
            }

/* Black */

/* White */

/* Grey */

/* Status */

/* Orders Panel variables */

.search-component {
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-align: baseline;
          align-items: baseline;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.search-component .search-fields-container {
    -webkit-box-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

.search-component .search-fields-container .input-container + .input-container {
      margin-top: 12px;
    }

.search-component .search-fields-container .input-container {
      display: -webkit-box;
      display: flex;
      -webkit-box-flex: 1;
              flex: 1;
    }

.search-component .search-fields-container .input-container .input-autocomplete {
        width: 100%;
      }

.search-component .search-fields-container .input-container .input-autocomplete input {
          border-radius: 12px;
        }

.search-component .search-fields-container .input-container .input-autocomplete .popup-container {
          max-height: 200px;
          overflow-y: auto;
        }

.search-component .search-fields-container .input-container .loader-wrapper {
        left: 16px;
        position: absolute;
      }

.search-component .search-fields-container .input-container .loader-wrapper .loader {
          width: 16px;
          height: 16px;
        }

.search-component .search-fields-container .input-container svg {
        fill: rgba(20, 20, 20, 0.56);
      }

.search-component .search-fields-container .input-container .input-with-icon {
        -webkit-box-flex: 1;
                flex: 1;
      }

.search-component .search-fields-container .input-container .input-with-icon input.input {
          border-radius: 12px;
        }

.search-component button {
    margin-left: 32px;
  }

/* Black */

/* White */

/* Grey */

/* Status */

/* Orders Panel variables */

.subheader {
  position: relative;
  padding: 24px 32px;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: 1;
  -webkit-box-align: center;
          align-items: center
}

@media (max-width: 900px) {

.subheader {
    padding: 12px 16px
}
  }

.subheader .button.primary.create-order-button {
    padding-left: 12px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
    font-weight: 500;
  }

.subheader .button.primary.create-order-button .icon {
      margin-right: 12px;
    }

/* Black */

/* White */

/* Grey */

/* Status */

/* Orders Panel variables */

.draft-form-item {
  padding: 24px 32px;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  border-bottom: 1px solid rgba(20, 20, 20, 0.04)
}

@media (max-width: 900px) {

.draft-form-item {
    padding: 12px 16px
}
  }

.draft-form-item .client-info-container,
  .draft-form-item .driver-info-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            flex: 1;
    -webkit-box-align: center;
            align-items: center;
  }

.draft-form-item .client-info-container .info, .draft-form-item .driver-info-container .info {
      margin-left: 20px;
      display: -webkit-box;
      display: flex;
      -webkit-box-flex: 1;
              flex: 1;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
    }

.draft-form-item .client-info-container .info .client,
      .draft-form-item .client-info-container .info .driver,
      .draft-form-item .driver-info-container .info .client,
      .draft-form-item .driver-info-container .info .driver {
        display: -webkit-box;
        display: flex;
      }

.draft-form-item .client-info-container .info .client .title, .draft-form-item .client-info-container .info .driver .title, .draft-form-item .driver-info-container .info .client .title, .draft-form-item .driver-info-container .info .driver .title {
          margin-right: 8px;
        }

.draft-form-item .client-info-container .info .client .phone, .draft-form-item .client-info-container .info .driver .phone, .draft-form-item .driver-info-container .info .client .phone, .draft-form-item .driver-info-container .info .driver .phone {
        }

.draft-form-item .client-info-container .info .order-numbers, .draft-form-item .driver-info-container .info .order-numbers {
        margin-top: 4px;
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
      }

.draft-form-item .order-progress-bar {
    margin: 12px 0 12px 40px;
    display: -webkit-box;
    display: flex;
    height: 2px;
    background-color: rgba(20, 20, 20, 0.04);
  }

.draft-form-item .order-progress-bar span.progress {
      width: 0%;
      background-color: #33a944;
    }

.draft-form-item .status-text-container {
    margin-top: 16px;
  }

/* Black */

/* White */

/* Grey */

/* Status */

/* Orders Panel variables */

.draft-forms {
  display: -webkit-box;
  display: flex;
  height: 100%;
  overflow-y: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.draft-forms .no-drafts {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            flex: 1;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
  }

.orders-left-column {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 100%;
}

/* Black */

/* White */

/* Grey */

/* Status */

/* Orders Panel variables */

.order-map {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: 1;
  height: 100%;
  width: 100%;
}

.order-view-action-panel {
  margin-top: 16px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap;
}
  .order-view-action-panel .button {
    margin-right: 16px;
    margin-top: 16px;
  }

/* Black */

/* White */

/* Grey */

/* Status */

/* Orders Panel variables */

button.button.alert {
  min-height: 36px;
  padding: 0 16px;
  -webkit-box-pack: center;
          justify-content: center;
  border-radius: 12px;
  background: #e7595f;
  color: rgba(255, 255, 255, 1);
  -webkit-transition: color 0.2s, border-color 0.2s;
  transition: color 0.2s, border-color 0.2s
}

button.button.alert svg {
    fill: rgba(255, 255, 255, 1);
  }

button.button.alert:hover:not(:disabled) {
    background: #d0555a;
  }

button.button.alert:disabled {
    background: rgba(20, 20, 20, 0.24);
  }

button.button.alert .loader-wrapper .loader {
    height: 24px;
    width: 24px;
  }

button.button.alert .loader-wrapper .loader .path {
      stroke: rgba(255, 255, 255, 1);
    }

/* Black */

/* White */

/* Grey */

/* Status */

/* Orders Panel variables */

.two-columns {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row

}

@media (max-width: 900px) {

.two-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column

}
  }

.two-columns > div:first-child {
  width: 244px
}

@media (max-width: 900px) {

.two-columns > div:first-child {
    margin-bottom: 16px
}
  }

.two-columns > div:last-child {
  -webkit-box-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column
}

.two-columns > div:last-child > div:not(:first-child) {
    margin-top: 4px
  }

.two-columns > div:last-child > div:not(:first-child).orders {
      margin-top: 16px;
    }

.two-columns > div:last-child > div:not(:first-child).route {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
      -webkit-box-align: center;
              align-items: center;
    }

.two-columns > div:last-child > div:not(:first-child).route span {
        -webkit-box-flex: 1;
                flex: 1;
        word-break: break-word;
        margin-left: 12px;
      }

/* Black */

/* White */

/* Grey */

/* Status */

/* Orders Panel variables */

.delivery-item {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

/* Black */

/* White */

/* Grey */

/* Status */

/* Orders Panel variables */

.order-view-info-container {
  margin-top: 32px;
}

.order-view-info-container .divider {
    margin: 32px 0;
  }

/* Black */

/* White */

/* Grey */

/* Status */

/* Orders Panel variables */
.overlay-container-enter {
  opacity: 0;
}
.overlay-container-enter-active {
  opacity: 1;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.overlay-container-exit {
  opacity: 1;
}
.overlay-container-exit-active {
  opacity: 0;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

.overlay {
  position: absolute;
  z-index: 100000000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background-color: rgba(20, 20, 20, 0.24);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

/* Black */

/* White */

/* Grey */

/* Status */

/* Orders Panel variables */

.modal-wrapper {
  background-color: white;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-height: 250px;
  min-width: 460px;
  padding: 36px;
  border-radius: 12px;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.16), 0px 4px 24px rgba(0, 0, 0, 0.12)
}

@media (max-width: 900px) {

.modal-wrapper {
    min-width: 0;
    width: 90%
}
  }

.modal-wrapper .modal-header {
    display: -webkit-box;
    display: flex;
  }

.modal-wrapper .modal-content {
    -webkit-box-align: center;
            align-items: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            flex: 1;
    margin-top: 16px;
  }

.modal-wrapper .modal-actions {
    display: -webkit-box;
    display: flex;
    margin-top: 16px;
    -webkit-box-pack: end;
            justify-content: flex-end
  }

.modal-wrapper .modal-actions > button {
      margin-left: 16px;
    }

/* Black */

/* White */

/* Grey */

/* Status */

/* Orders Panel variables */

.cancel-order-modal-body {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
}

.cancel-order-modal-body .modal-text {
    margin-bottom: 16px;
  }

.cancel-order-modal-body textarea {
    padding: 16px;
    margin-top: 16px;
    resize: none;
    height: 100px;
    width: 100%;
    border-radius: 12px;
    outline: none;
  }

.cancel-order-modal-body textarea:disabled {
    opacity: 0.45;
  }

.cancel-order-modal-body textarea:focus {
    border-color: #307ff5;
  }

/* Black */

/* White */

/* Grey */

/* Status */

/* Orders Panel variables */

.feedback-modal-body {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
}

.feedback-modal-body .modal-text {
    margin-bottom: 16px;
  }

.feedback-modal-body textarea {
    padding: 16px;
    margin-top: 16px;
    resize: none;
    height: 100px;
    width: 100%;
    border-radius: 12px;
    outline: none;
  }

.feedback-modal-body textarea:disabled {
    opacity: 0.45;
  }

.feedback-modal-body textarea:focus {
    border-color: #307ff5;
  }

/* Black */

/* White */

/* Grey */

/* Status */

/* Orders Panel variables */

.order-view-header-container {
  padding: 32px 30px;
  pointer-events: none;
  display: -webkit-box;
  display: flex
}

@media (max-width: 900px) {

.order-view-header-container {
    pointer-events: auto;
    padding: 16px 15px
}
  }

.order-view-header-container .flat-button {
  }

.order-view-map-container {
  width: 100%;
  max-width: 688px;
  height: 388px;
}
  .order-view-map-container .order-map ymaps {
      border-radius: 12px;
    }

.order-view-scrollable {
  height: 100%;
  padding: 0 32px;
  width: 100%;
  overflow-y: auto;
}
  .order-view-scrollable .order-view {
    max-width: 688px;
    padding-bottom: 32px;
  }


/* Black */

/* White */

/* Grey */

/* Status */

/* Orders Panel variables */

.order-view-scrollable {
  height: 100%;
  padding: 0 32px;
  width: 100%;
  overflow-y: auto
}

@media (max-width: 900px) {

.order-view-scrollable {
    padding: 0 16px
}
  }

.order-view-scrollable .order-view {
    max-width: 688px;
    padding-bottom: 32px;
  }

/* Black */

/* White */

/* Grey */

/* Status */

/* Orders Panel variables */
.order-view-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 100%;
}
.order-view-container .no-order-selected-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            flex: 1;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    height: 100%;
  }
.order-view-container .no-order-selected-container .subtitle {
      margin-top: 32px;
      text-align: center;
    }

/* Black */

/* White */

/* Grey */

/* Status */

/* Orders Panel variables */

.orders-new {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: 1;
  overflow: hidden
}

@media (min-width: 1140px) {
    .orders-new .right-column {
      flex-wrap: nowrap;
      width: 464px;
    }
  }

/* Black */

/* White */

/* Grey */

/* Status */

/* Orders Panel variables */

.workspace {
  -webkit-box-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.Toastify__toast-container{z-index:9999;-webkit-transform:translateZ(9999px);position:fixed;padding:4px;width:320px;box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;margin-left:-160px}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;margin-left:-160px}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:1px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;max-height:800px;overflow:hidden;font-family:sans-serif;cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--default{background:#fff;color:#aaa}.Toastify__toast--info{background:#3498db}.Toastify__toast--success{background:#07bc0c}.Toastify__toast--warning{background:#f1c40f}.Toastify__toast--error{background:#e74c3c}.Toastify__toast-body{margin:auto 0;-webkit-box-flex:1;flex:1}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0}}.Toastify__close-button{color:#fff;font-weight:700;font-size:14px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;-webkit-transition:.3s ease;transition:.3s ease;align-self:flex-start}.Toastify__close-button--default{color:#000;opacity:.3}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@-webkit-keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:9999;opacity:.7;background-color:hsla(0,0%,100%,.7);-webkit-transform-origin:left;transform-origin:left}.Toastify__progress-bar--animated{-webkit-animation:Toastify__trackProgress linear 1 forwards;animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s, -webkit-transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;-webkit-transform-origin:right;transform-origin:right}.Toastify__progress-bar--default{background:-webkit-gradient(linear,left top, right top,from(#4cd964),color-stop(#5ac8fa),color-stop(#007aff),color-stop(#34aadc),color-stop(#5856d6),to(#ff2d55));background:-webkit-linear-gradient(left,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55)}@-webkit-keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@-webkit-keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{-webkit-animation-name:Toastify__bounceInLeft;animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{-webkit-animation-name:Toastify__bounceInRight;animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{-webkit-animation-name:Toastify__bounceInDown;animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{-webkit-animation-name:Toastify__bounceInUp;animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{-webkit-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{-webkit-animation-name:Toastify__bounceOutRight;animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{-webkit-animation-name:Toastify__bounceOutUp;animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{-webkit-animation-name:Toastify__bounceOutDown;animation-name:Toastify__bounceOutDown}@-webkit-keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{-webkit-animation-name:Toastify__zoomIn;animation-name:Toastify__zoomIn}.Toastify__zoom-exit{-webkit-animation-name:Toastify__zoomOut;animation-name:Toastify__zoomOut}@-webkit-keyframes Toastify__flipIn{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes Toastify__flipIn{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{-webkit-animation-name:Toastify__flipIn;animation-name:Toastify__flipIn}.Toastify__flip-exit{-webkit-animation-name:Toastify__flipOut;animation-name:Toastify__flipOut}@-webkit-keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0)}}@-webkit-keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0)}}@-webkit-keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0)}}@-webkit-keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0)}}@keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{-webkit-animation-name:Toastify__slideInLeft;animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{-webkit-animation-name:Toastify__slideInRight;animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{-webkit-animation-name:Toastify__slideInDown;animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{-webkit-animation-name:Toastify__slideInUp;animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{-webkit-animation-name:Toastify__slideOutLeft;animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{-webkit-animation-name:Toastify__slideOutRight;animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{-webkit-animation-name:Toastify__slideOutUp;animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{-webkit-animation-name:Toastify__slideOutDown;animation-name:Toastify__slideOutDown}
/* Black */

/* White */

/* Grey */

/* Status */

/* Orders Panel variables */

.toast-container .toast {
    border-radius: 4px;
    box-shadow: 0 0 1px 0 rgba(255, 255, 255, 0.16), 0 4px 24px 0 rgba(20, 20, 20, 0.04);
    padding-left: 16px
  }

@media (max-width: 465px) {
  .toast-container .toast {
      border-radius: 0
  }
    }

.toast-container .toast .toast-progress {
      height: 2px;
    }

.toast-container .toast.Toastify__toast--default {
      background: #307ff5;
      color: rgba(255, 255, 255, 1);
    }

.toast-container .toast.Toastify__toast--default .toast-progress {
        background: rgba(255, 255, 255, 1);
      }

.toast-container .toast.Toastify__toast--default button.button.button-icon .icon-close-20 svg, .toast-container .toast.Toastify__toast--default button.button.button-icon:hover .icon-close-20 svg {
            fill: rgba(255, 255, 255, 1);
          }

.toast-container .toast.Toastify__toast--success {
      background: #cbf0d0;
      color: #33a944;
    }

.toast-container .toast.Toastify__toast--success .toast-progress {
        background: #33a944;
      }

.toast-container .toast.Toastify__toast--success button.button.button-icon .icon-close-20 svg, .toast-container .toast.Toastify__toast--success button.button.button-icon:hover .icon-close-20 svg {
            fill: #33a944;
          }

.toast-container .toast.Toastify__toast--warning {
      background: #f5e3ca;
      color: #ff9503;
    }

.toast-container .toast.Toastify__toast--warning .toast-progress {
        background: #ff9503;
      }

.toast-container .toast.Toastify__toast--warning button.button.button-icon .icon-close-20 svg, .toast-container .toast.Toastify__toast--warning button.button.button-icon:hover .icon-close-20 svg {
            fill: #ff9503;
          }

.toast-container .toast.Toastify__toast--error {
      background: #fce6e7;
      color: #e7595f;
    }

.toast-container .toast.Toastify__toast--error .toast-progress {
        background: #e7595f;
      }

.toast-container .toast.Toastify__toast--error button.button.button-icon .icon-close-20 svg, .toast-container .toast.Toastify__toast--error button.button.button-icon:hover .icon-close-20 svg {
            fill: #e7595f;
          }

/* Black */

/* White */

/* Grey */

/* Status */

/* Orders Panel variables */
/* Black */
/* White */
/* Grey */
/* Status */
/* Orders Panel variables */
@font-face {
  font-family: "Styrene A Web";
  src: url(/fonts/fd05cd6281b7481933df8799d23971d6.woff2) format("woff2"),
    url(/fonts/63ae1d7abdaa260123876dfb52627403.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Styrene A Web";
  src: url(/fonts/513bcad7512d38d00d5e71bc1939b3e5.woff2) format("woff2"),
    url(/fonts/6f757774b88028f0073a16e1e6b03153.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.black-5 {
  color: rgba(20, 20, 20, 0.32);
}
.black-8 {
  color: rgba(20, 20, 20, 1);
}
.red {
  color: #e7595f;
}
.secondary {
  color: rgba(20, 20, 20, 0.7);
}
.body {
  font-family: "Styrene A Web", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.caption {
  font-family: "Styrene A Web", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
  font-size: 12px;
  line-height: 16px;
}
.label {
  font-family: "Styrene A Web", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
}
h1,
.heading1 {
  font-family: "Styrene A Web", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
  font-size: 24px;
  line-height: 30px;
}
h2,
.heading2 {
  font-size: 22px;
  line-height: 28px;
}
h3,
.heading3 {
  font-family: "Styrene A Web", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}
/**
 * Swiper 5.2.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 16, 2019
 */
@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}
:root{--swiper-theme-color:#007aff}
.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}
.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}
.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;box-sizing:content-box}
.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0px,0,0);transform:translate3d(0px,0,0)}
.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}
.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}
.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}
.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform}
.swiper-slide-invisible-blank{visibility:hidden}
.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}
.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}
.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}
.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}
.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}
.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top, left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top, right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom, left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}
.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}
.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}
.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;-webkit-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}
.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;-webkit-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}
:root{--swiper-navigation-size:44px}
.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(44px/ 44 * 27);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:44px;height:var(--swiper-navigation-size);margin-top:calc(-1 * 44px/ 2);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;color:var(--swiper-theme-color);color:var(--swiper-navigation-color,var(--swiper-theme-color))}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}
.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;-webkit-font-feature-settings:normal, ;font-feature-settings:normal, ;font-variant:normal;font-variant:initial}
.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}
.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}
.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}
.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}
.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}
.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}
.swiper-button-lock{display:none}
.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}
.swiper-pagination.swiper-pagination-hidden{opacity:0}
.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}
.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);transform:scale(.33);position:relative}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);transform:scale(1)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);transform:scale(1)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);transform:scale(.66)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);transform:scale(.33)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);transform:scale(.66)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);transform:scale(.33)}
.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}
button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}
.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}
.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color))}
.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0px,-50%,0);transform:translate3d(0px,-50%,0)}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:8px}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s transform,.2s top;transition:.2s transform,.2s top}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s transform,.2s left;transition:.2s transform,.2s left}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s transform,.2s right;transition:.2s transform,.2s right}
.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;transform-origin:left top}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;transform-origin:right top}
.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}
.swiper-pagination-white{--swiper-pagination-color:#ffffff}
.swiper-pagination-black{--swiper-pagination-color:#000000}
.swiper-pagination-lock{display:none}
.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}
.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}
.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}
.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}
.swiper-scrollbar-cursor-drag{cursor:move}
.swiper-scrollbar-lock{display:none}
.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;text-align:center}
.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}
.swiper-slide-zoomed{cursor:move}
.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s infinite linear;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-theme-color);border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}
.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}
.swiper-lazy-preloader-black{--swiper-preloader-color:#000}
@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}
.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}
.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;transition-property:opacity}
.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}
.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-container-cube{overflow:visible}
.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}
.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}
.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;transform-origin:100% 0}
.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}
.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}
.swiper-container-flip{overflow:visible}
.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}
.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}
.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
}

html {
  font-size: 14px;
  line-height: 20px;
  touch-action: manipulation;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: "Styrene A Web", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
  color: rgba(20, 20, 20, 1);
  overflow: hidden;
  touch-action: manipulation;
  color: rgba(20, 20, 20, 1);
}

html,
body {
  -webkit-tap-highlight-color: transparent;
}

.status-success {
  background: #cbf0d0;
  color: #33a944;
}

.status-warning {
  background: #f5e3ca;
  color: #ff9503;
}

.status-alert {
  background: #fce6e7;
  color: #e7595f;
}

.status-neutral {
  background: rgba(20, 20, 20, 0.04);
  color: rgba(20, 20, 20, 1);
}

.warning-text {
  color: #ff9503;
}

a {
  text-decoration: none;
  color: #000;
  color: initial;
}

