@import url(https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
.preloader {
  position: absolute;
  z-index: 20;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.preloader__modal {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.preloader__modal .modal-content {
  border: 0;
}
.preloader.top {
  -ms-flex-align: start;
      align-items: flex-start;
}
.preloader.fixed {
  position: fixed;
  z-index: 99;
}
.preloader.no-paddings {
  left: 15px;
  width: calc(100% - 30px);
}
.preloader .preloader-inner {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  height: 80%;
  max-height: 90px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 24px;
  text-align: center;
}

.header__buttons_language-switcher_select > .Select-control {
  background-color: #d3d8e0;
  border-radius: 20px !important;
  height: 40px !important;
}

.header__buttons_language-switcher_select > .is-focused {
  background-color: #d3d8e0;
  color: white;
}

.header__buttons_language-switcher_select > .Select-option > .is-focused {
  background-color: #d3d8e0;
  color: white;
}

.header__buttons_language-switcher_select > .Select-option > .is-selected {
  background-color: #d3d8e0;
  color: white;
}

.header__buttons_language-switcher_select > .Select-option:hover {
  background-color: #d3d8e0;
  color: white;
}

.header__dropdown {
  font-family: PFDinDisplayPro-Regular;
}

.f-element-address .geosuggest {
  font-size: 14px;
  position: relative;
  width: 100%;
  text-align: left;
}
.f-element-address .geosuggest__input {
  width: 100%;
  height: 48px;
  padding: 0.5rem 0.75rem;
  border: 1px solid rgba(170, 170, 170, 0.8);
  -webkit-transition: border 0.2s, -webkit-box-shadow 0.2s;
  transition: border 0.2s, -webkit-box-shadow 0.2s;
  transition: border 0.2s, box-shadow 0.2s;
  transition: border 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
  border-radius: 0.25rem;
}
.f-element-address .geosuggest__input:focus {
  border-color: #1a25ab;
  border-color: var(--primary-color, #1a25ab);
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
}
.f-element-address .geosuggest__suggests {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 150px;
  padding: 0;
  margin-top: -1px;
  background: #fff;
  -webkit-box-shadow: 0px 6px 32px 0 rgba(0, 5, 68, 0.25);
          box-shadow: 0px 6px 32px 0 rgba(0, 5, 68, 0.25);
  border-top-width: 0;
  overflow-x: hidden;
  overflow-y: auto;
  list-style: none;
  z-index: 5;
  -webkit-transition: max-height 0.2s, border 0.2s;
  transition: max-height 0.2s, border 0.2s;
}
.f-element-address .geosuggest__suggests--hidden {
  max-height: 0;
  overflow: hidden;
  border-width: 0;
}
.f-element-address .geosuggest__suggests--hidden .geosuggest-suggestions {
  display: none;
}
.f-element-address .geosuggest__item, .f-element-address .geosuggest-item {
  font-size: 14px;
  padding: 0.5em 0.65em;
  cursor: pointer;
}
.f-element-address .geosuggest__item:hover, .f-element-address .geosuggest__item:focus, .f-element-address .geosuggest-item:hover, .f-element-address .geosuggest-item:focus {
  background: #f5f5f5;
}
.f-element-address .geosuggest__item--active, .f-element-address .geosuggest-item--active {
  background: #267dc0;
  color: #fff;
}
.f-element-address .geosuggest__item--active:hover, .f-element-address .geosuggest__item--active:focus, .f-element-address .geosuggest-item--active:hover, .f-element-address .geosuggest-item--active:focus {
  background: #ccc;
}
.f-element-address .geosuggest__item__matched-text, .f-element-address .geosuggest-item__matched-text {
  font-weight: bold;
}
.f-element-address .geosuggest-suggestions .geosuggest-label {
  display: none;
}
.f-element-address.bg .geosuggest__input {
  padding: 0.6rem 1rem;
}

.f-element-number {
  -ms-flex-direction: column;
      flex-direction: column;
}
.f-element-number.bg .react-numeric-input input {
  padding: 0.6rem 1rem;
}
.f-element-number .react-numeric-input {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.f-element-number .react-numeric-input input {
  width: 100%;
  padding: 0.5rem 0.75rem;
  border: 1px solid #c6cad2;
  -webkit-transition: border 0.2s, -webkit-box-shadow 0.2s;
  transition: border 0.2s, -webkit-box-shadow 0.2s;
  transition: border 0.2s, box-shadow 0.2s;
  transition: border 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.f-element-number .react-numeric-input input:focus {
  border-color: #1a25ab;
  border-color: var(--primary-color, #1a25ab);
}
.f-element-number .react-numeric-input input[disabled] {
  color: #333 !important;
  background-color: #f9f9f9;
}
.f-element-number .react-numeric-input input:focus + b, .f-element-number .react-numeric-input input:focus + b + b {
  border-left-color: #1a25ab;
  border-left-color: var(--primary-color, #1a25ab);
  border-bottom-color: #1a25ab;
  border-bottom-color: var(--primary-color, #1a25ab);
  border-top-color: #1a25ab;
  border-top-color: var(--primary-color, #1a25ab);
}
.f-element-number .react-numeric-input input:focus + b:hover, .f-element-number .react-numeric-input input:focus + b + b:hover {
  background-color: #1a25ab;
  background-color: var(--primary-color, #1a25ab);
}
.f-element-number .react-numeric-input input:focus + b:hover i, .f-element-number .react-numeric-input input:focus + b + b:hover i {
  border-bottom-color: white;
  border-top-color: white;
}
.f-element-number .react-numeric-input input:focus + b i {
  border-bottom-color: #1a25ab;
  border-bottom-color: var(--primary-color, #1a25ab);
}
.f-element-number .react-numeric-input input:focus + b + b i {
  border-top-color: #1a25ab;
  border-top-color: var(--primary-color, #1a25ab);
}
.f-element-number .react-numeric-input input:focus + b {
  border-bottom-color: #1a25ab;
  border-bottom-color: var(--primary-color, #1a25ab);
}
.f-element-number .react-numeric-input b {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 38px;
  height: 50%;
  cursor: pointer;
  border-left: 1px solid #c6cad2;
  background-color: #fff;
  border-top-right-radius: 3px;
}
.f-element-number .react-numeric-input b i {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -3px;
  margin-left: -5px;
  border-bottom: 6px solid #c6cad2;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  -webkit-transition: border-color 0.2s 0.02s;
  transition: border-color 0.2s 0.02s;
}
.f-element-number .react-numeric-input b + b {
  top: auto;
  bottom: 1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-top: 1px solid #c6cad2;
}
.f-element-number .react-numeric-input b + b i {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -3px;
  margin-left: -5px;
  border-top: 6px solid #c6cad2;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: none;
}
.f-element-number.react-numeric-input-no-hidden .react-numeric-input {
  overflow: unset;
}
.f-element-number.hide-spinner .react-numeric-input b {
  display: none;
}

.input-group > .f-control:not(:first-child) .react-numeric-input input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.f-element-number .f-control {
  margin-bottom: 0;
  max-height: 42px;
}

.rc-switch {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 46px;
  min-width: 46px;
  height: 24px;
  line-height: 20px;
  vertical-align: middle;
  border-radius: 20px 20px;
  border: 1px solid #ccc;
  background-color: #ccc;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.35, 0, 0.25, 1);
}
.rc-switch:after {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 2px;
  top: 1px;
  border-radius: 50% 50%;
  background-color: #fff;
  content: " ";
  cursor: pointer;
  /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);*/
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: left 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  transition: left 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  -webkit-animation-timing-function: cubic-bezier(0.35, 0, 0.25, 1);
          animation-timing-function: cubic-bezier(0.35, 0, 0.25, 1);
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-name: rcSwitchOff;
          animation-name: rcSwitchOff;
}
.rc-switch:focus {
  -webkit-box-shadow: 0 0 0 2px #d5f1fd;
          box-shadow: 0 0 0 2px #d5f1fd;
  outline: none;
}
.rc-switch-inner {
  color: #fff;
  font-size: 12px;
  position: absolute;
  left: 24px;
}
.rc-switch-checked {
  border-width: 1px;
  border-style: solid;
  border-color: #4996ff;
  background-color: #4996ff;
}
.rc-switch-checked .rc-switch-inner {
  left: 6px;
}
.rc-switch-checked:after {
  left: 22px;
}
.rc-switch.rc-checker-small {
  height: 16px;
  width: 38px;
  min-width: 38px;
}
.rc-switch.rc-checker-small:after {
  height: 12px;
  width: 12px;
}
.rc-switch-disabled {
  cursor: no-drop;
  background: #ccc;
  border-color: #ccc;
}
.rc-switch-disabled:after {
  background: #9e9e9e;
  -webkit-animation-name: none;
          animation-name: none;
  cursor: no-drop;
}
.rc-switch-disabled:hover:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-animation-name: none;
          animation-name: none;
}
.rc-switch-label {
  display: inline-block;
  line-height: 20px;
  font-size: 14px;
  padding-left: 10px;
  vertical-align: middle;
  white-space: normal;
  pointer-events: none;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
      user-select: text;
}
@-webkit-keyframes rcSwitchOn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes rcSwitchOn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-webkit-keyframes rcSwitchOff {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes rcSwitchOff {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.f-element-date.no-border input {
  border: none !important;
}
.f-element-date.small input {
  line-height: 14px;
  font-size: 12px !important;
  padding: 5px;
  height: auto !important;
}
.f-element-date.error {
  background: rgba(255, 119, 119, 0.2);
}
.f-element-date .react-datepicker-wrapper,
.f-element-date .react-datepicker__input-container {
  width: 100%;
}
.f-element-date .react-datepicker-wrapper input,
.f-element-date .react-datepicker__input-container input {
  font-size: 14px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADkAAAAzCAYAAAAtg6DjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAANpJREFUeNrsmjEKwzAMRe3SPc5BMmbo/SGFdmsv0BvYPYGr0YW4sTfJfR8EIfxAHpaUP8Rvt4drUC6uZ6mkyXNZl/Tr5U/uDwQkkIZ0lgqdz0zaPNf78xAydkK+rHmYyZFm0jV8fNVKgsDufZnTTLsCCaRtyFCU1+SRBeN7t2tNsWEDa/PQrsOHgZq8Vk8tDNCuQAJJGCAMEAaYScIA7QokkEDqh8xFBU0eSTyBkyQMfGsurt9GPN2QSauHxAMkkIQBwgDtShggDNCueycZrQEc/XLGdh1JHwEGACeAcSh4UHmmAAAAAElFTkSuQmCC) no-repeat center right;
  background-size: 20px 20px;
  background-position-x: 91%;
}
.f-element-date .react-datepicker__current-month {
  text-transform: capitalize;
}
.f-element-date input {
  width: 100%;
  height: 42px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 1px #3d464d;
          box-shadow: 0 0 1px #3d464d;
  border-radius: 4px;
  border: 1px solid transparent;
  padding: 0 10px;
}
.f-element-date input[disabled] {
  background-color: #f9f9f9;
}
.f-element-date.fullWidth {
  width: 100%;
}
.f-element-date.fullWidth .input-group > div {
  width: 100%;
}

.data-range-picker {
  min-width: 250px;
}
.data-range-picker .DateInput__small {
  width: 80px;
}

.data-range-picker-zh {
  min-width: 280px;
}
.data-range-picker-zh .DateInput__small {
  width: 80px;
  min-width: 110px;
}

.container-list {
  margin-top: 20px;
}
.container-list .container-unit label {
  min-height: 25px;
  line-height: 13px;
  margin-bottom: 5px;
  vertical-align: middle;
  color: rgba(145, 152, 167, 0.5);
  font-size: 13px;
}
.container-list .container-unit .container-type-label {
  width: 98%;
  height: 42px;
  padding-left: 2px;
  padding-right: 2px;
}

.PresetDateRangePicker_panel {
  padding: 0 22px 11px;
}

.PresetDateRangePicker_button {
  position: relative;
  height: 100%;
  text-align: center;
  background: 0 0;
  border: 2px solid #00a699;
  color: #00a699;
  padding: 4px 12px;
  margin-right: 8px;
  font: inherit;
  font-weight: 700;
  line-height: normal;
  overflow: visible;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.PresetDateRangePicker_button:active {
  outline: 0;
}

.PresetDateRangePicker_button__selected {
  color: #fff;
  background: #00a699;
}

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

.SingleDatePicker__block {
  display: block;
}

.SingleDatePicker_picker {
  z-index: 1;
  background-color: #fff;
  position: absolute;
}

.SingleDatePicker_picker__rtl {
  direction: rtl;
}

.SingleDatePicker_picker__directionLeft {
  left: 0;
}

.SingleDatePicker_picker__directionRight {
  right: 0;
}

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

.SingleDatePicker_picker__fullScreenPortal {
  background-color: #fff;
}

.SingleDatePicker_closeButton {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  z-index: 2;
}

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

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

.SingleDatePickerInput {
  display: inline-block;
}

.SingleDatePickerInput__withBorder {
  border: 1px solid #dbdbdb;
}

.SingleDatePickerInput__rtl {
  direction: rtl;
}

.SingleDatePickerInput__disabled {
  background-color: #f2f2f2;
}

.SingleDatePickerInput__block {
  display: block;
}

.SingleDatePickerInput__showClearDate {
  padding-right: 30px;
}

.SingleDatePickerInput_clearDate {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  padding: 10px;
  margin: 0 10px 0 5px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

.SingleDatePickerInput_clearDate__small {
  padding: 6px;
}

.SingleDatePickerInput_clearDate__hide {
  visibility: hidden;
}

.SingleDatePickerInput_clearDate_svg {
  fill: #82888a;
  height: 12px;
  width: 15px;
  vertical-align: middle;
}

.SingleDatePickerInput_clearDate_svg__small {
  height: 9px;
}

.SingleDatePickerInput_calendarIcon {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  margin: 0 5px 0 10px;
}

.SingleDatePickerInput_calendarIcon_svg {
  fill: #82888a;
  height: 15px;
  width: 14px;
  vertical-align: middle;
}

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

.DateRangePicker__block {
  display: block;
}

.DateRangePicker_picker {
  z-index: 1;
  background-color: #fff;
  position: absolute;
}

.DateRangePicker_picker__rtl {
  direction: rtl;
}

.DateRangePicker_picker__directionLeft {
  left: 0;
}

.DateRangePicker_picker__directionRight {
  right: 0;
}

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

.DateRangePicker_picker__fullScreenPortal {
  background-color: #fff;
}

.DateRangePicker_closeButton {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  z-index: 2;
}

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

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

.DayPicker {
  background: #fff;
  position: relative;
  text-align: left;
}

.DayPicker__horizontal {
  background: #fff;
}

.DayPicker__verticalScrollable {
  height: 100%;
}

.DayPicker__hidden {
  visibility: hidden;
}

.DayPicker__withBorder {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.07);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.07);
  border-radius: 3px;
}

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

.DayPicker_portal__vertical {
  position: initial;
}

.DayPicker_focusRegion {
  outline: 0;
}

.DayPicker_weekHeaders {
  position: relative;
}

.DayPicker_weekHeaders__horizontal {
  margin-left: 9px;
}

.DayPicker_weekHeader {
  color: #757575;
  position: absolute;
  top: 62px;
  z-index: 2;
  padding: 0 13px;
  text-align: left;
}

.DayPicker_weekHeader__vertical {
  left: 50%;
}

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

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

.DayPicker_weekHeader_li {
  display: inline-block;
  text-align: center;
}

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

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

.DayPicker_transitionContainer__vertical {
  width: 100%;
}

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

.DayPickerKeyboardShortcuts_buttonReset {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  cursor: pointer;
  font-size: 14px;
}

.DayPickerKeyboardShortcuts_buttonReset:active {
  outline: 0;
}

.DayPickerKeyboardShortcuts_show {
  width: 22px;
  position: absolute;
  z-index: 2;
}

.DayPickerKeyboardShortcuts_show__bottomRight {
  border-top: 26px solid transparent;
  border-right: 33px solid #00a699;
  bottom: 0;
  right: 0;
}

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

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

.DayPickerKeyboardShortcuts_show__topRight:hover {
  border-right: 33px solid #008489;
}

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

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

.DayPickerKeyboardShortcuts_showSpan {
  color: #fff;
  position: absolute;
}

.DayPickerKeyboardShortcuts_showSpan__bottomRight {
  bottom: 0;
  right: -28px;
}

.DayPickerKeyboardShortcuts_showSpan__topRight {
  top: 1px;
  right: -28px;
}

.DayPickerKeyboardShortcuts_showSpan__topLeft {
  top: 1px;
  left: -28px;
}

.DayPickerKeyboardShortcuts_panel {
  overflow: auto;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  padding: 22px;
  margin: 33px;
}

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

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

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

.DayPickerKeyboardShortcuts_close:active {
  outline: 0;
}

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

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

.KeyboardShortcutRow {
  list-style: none;
  margin: 6px 0;
}

.KeyboardShortcutRow__block {
  margin-bottom: 16px;
}

.KeyboardShortcutRow_keyContainer {
  display: inline-block;
  white-space: nowrap;
  text-align: right;
  margin-right: 6px;
}

.KeyboardShortcutRow_keyContainer__block {
  text-align: left;
  display: inline;
}

.KeyboardShortcutRow_key {
  font-family: monospace;
  font-size: 12px;
  text-transform: uppercase;
  background: #f2f2f2;
  padding: 2px 6px;
}

.KeyboardShortcutRow_action {
  display: inline;
  word-break: break-word;
  margin-left: 8px;
}

.DayPickerNavigation_container {
  position: relative;
  z-index: 2;
}

.DayPickerNavigation_container__vertical {
  background: #fff;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 52px;
  width: 100%;
}

.DayPickerNavigation_container__verticalScrollable {
  position: relative;
}

.DayPickerNavigation_button {
  cursor: pointer;
  line-height: 0.78;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

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

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

.DayPickerNavigation_button__default:active {
  background: #f2f2f2;
}

.DayPickerNavigation_button__horizontal {
  border-radius: 3px;
  padding: 6px 9px;
  top: 18px;
  position: absolute;
}

.DayPickerNavigation_leftButton__horizontal {
  left: 22px;
}

.DayPickerNavigation_rightButton__horizontal {
  right: 22px;
}

.DayPickerNavigation_button__vertical {
  display: inline-block;
  position: relative;
  height: 100%;
  width: 50%;
}

.DayPickerNavigation_button__vertical__default {
  padding: 5px;
}

.DayPickerNavigation_nextButton__vertical__default {
  border-left: 0;
}

.DayPickerNavigation_nextButton__verticalScrollable {
  width: 100%;
}

.DayPickerNavigation_svg__horizontal {
  height: 19px;
  width: 19px;
  fill: #82888a;
}

.DayPickerNavigation_svg__vertical {
  height: 42px;
  width: 42px;
  fill: #565a5c;
}

.CalendarMonthGrid {
  background: #fff;
  text-align: left;
  z-index: 0;
}

.CalendarMonthGrid__animating {
  z-index: 1;
}

.CalendarMonthGrid__horizontal {
  position: absolute;
  left: 9px;
}

.CalendarMonthGrid__vertical {
  margin: 0 auto;
}

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

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

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

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

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

.CalendarMonth_caption {
  color: #565a5c;
  font-size: 18px;
  text-align: center;
  padding-top: 22px;
  padding-bottom: 37px;
  caption-side: initial;
}
.CalendarMonth_caption strong {
  text-transform: capitalize;
}

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

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

.CalendarDay:active {
  outline: 0;
}

.CalendarDay__defaultCursor {
  cursor: default;
}

.CalendarDay__default {
  border: 1px solid #e4e7e7;
  color: #565a5c;
  background: #fff;
}

.CalendarDay__default:hover {
  background: #e4e7e7;
  border: 1px double #e4e7e7;
  color: inherit;
}

.CalendarDay__outside {
  border: 0;
  background: #fff;
  color: #565a5c;
}

.CalendarDay__blocked_minimum_nights {
  background: #fff;
  border: 1px solid #eceeee;
  color: #cacccd;
}

.CalendarDay__blocked_minimum_nights:active,
.CalendarDay__blocked_minimum_nights:hover {
  background: #fff;
  color: #cacccd;
}

.CalendarDay__highlighted_calendar {
  background: #ffe8bc;
  color: #565a5c;
}

.CalendarDay__highlighted_calendar:active,
.CalendarDay__highlighted_calendar:hover {
  background: #ffce71;
  color: #565a5c;
}

.CalendarDay__selected_span {
  background: #66e2da;
  border: 1px solid #33dacd;
  color: #fff;
}

.CalendarDay__selected_span:active,
.CalendarDay__selected_span:hover {
  background: #33dacd;
  border: 1px solid #33dacd;
  color: #fff;
}

.CalendarDay__last_in_range {
  border-right: #00a699;
}

.CalendarDay__selected,
.CalendarDay__selected:active,
.CalendarDay__selected:hover {
  background: #00a699;
  border: 1px solid #00a699;
  color: #fff;
}

.CalendarDay__hovered_span,
.CalendarDay__hovered_span:hover {
  background: #b2f1ec;
  border: 1px solid #80e8e0;
  color: #007a87;
}

.CalendarDay__hovered_span:active {
  background: #80e8e0;
  border: 1px solid #80e8e0;
  color: #007a87;
}

.CalendarDay__blocked_calendar,
.CalendarDay__blocked_calendar:active,
.CalendarDay__blocked_calendar:hover {
  background: #cacccd;
  border: 1px solid #cacccd;
  color: #82888a;
}

.CalendarDay__blocked_out_of_range,
.CalendarDay__blocked_out_of_range:active,
.CalendarDay__blocked_out_of_range:hover {
  background: #fff;
  border: 1px solid #e4e7e7;
  color: #cacccd;
}

.DateRangePickerInput {
  display: inline-block;
}

.DateRangePickerInput__withBorder {
  border: 1px solid #cacccd;
}

.DateRangePickerInput__rtl {
  direction: rtl;
}

.DateRangePickerInput__block {
  display: block;
}

.DateRangePickerInput__showClearDates {
  padding-right: 30px;
}

.DateRangePickerInput_arrow {
  display: inline-block;
  vertical-align: initial;
}

.DateRangePickerInput_arrow_svg {
  vertical-align: middle;
  fill: #565a5c;
  height: 24px;
  width: 24px;
}

.DateRangePickerInput_arrow_svg__small {
  height: 19px;
  width: 19px;
}

.DateRangePickerInput_clearDates {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  padding: 10px;
  margin: 0 10px 0 5px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.DateRangePickerInput_clearDates__small {
  padding: 6px;
}

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

.DateRangePickerInput_clearDates__hide {
  visibility: hidden;
}

.DateRangePickerInput_clearDates_svg {
  fill: #82888a;
  height: 12px;
  width: 15px;
  vertical-align: middle;
}

.DateRangePickerInput_clearDates_svg__small {
  height: 9px;
}

.DateRangePickerInput_calendarIcon {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  display: inline-block;
  vertical-align: initial;
  padding: 2px;
  margin: 0 2px 0 2px;
}

.DateRangePickerInput_calendarIcon_svg {
  fill: #82888a;
  height: 15px;
  width: 14px;
  vertical-align: middle;
}

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

.DateInput__small {
  width: 70px;
}

.DateInput__disabled {
  color: #dbdbdb;
}

.DateInput_input {
  font-weight: 200;
  font-size: 18px;
  line-height: 24px;
  color: #565a5c;
  width: 100%;
  padding: 13px 12px 11px;
  border: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 2px solid transparent;
  border-left: 0;
}

.DateInput_input__small {
  font-size: 14px;
  line-height: 18px;
  padding: 8px 2px 6px;
}

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

.DateInput_input__focused {
  outline: 0;
  border: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 2px solid #008489;
  border-left: 0;
}

.DateInput_input__disabled {
  background: none;
  font-style: italic;
}

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

.DateInput_fang {
  position: absolute;
  width: 20px;
  height: 10px;
  left: 22px;
  z-index: 2;
}

.DateInput_fangShape {
  fill: #fff;
}

.DateInput_fangStroke {
  stroke: #dbdbdb;
  fill: transparent;
}

.DateRangePicker {
  border-radius: 3px;
}

.DateRangePicker input[type=text] {
  background-color: unset;
  border: 0;
  border-radius: 0;
  text-align: center;
  font-style: normal;
}

@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/app/static/fonts/fontawesome-webfont.8b43027f.eot);
  src: url(/assets/app/static/fonts/fontawesome-webfont.8b43027f.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(/assets/app/static/fonts/fontawesome-webfont.20fd1704.woff2) format('woff2'), url(/assets/app/static/fonts/fontawesome-webfont.f691f37e.woff) format('woff'), url(/assets/app/static/fonts/fontawesome-webfont.1e59d233.ttf) format('truetype'), url(/assets/app/static/fonts/fontawesome-webfont.c1e38fd9.svg#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*!
 * Bootstrap v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1, .h1 {
  font-size: 2.5rem;
}
h2, .h2 {
  font-size: 2rem;
}
h3, .h3 {
  font-size: 1.75rem;
}
h4, .h4 {
  font-size: 1.5rem;
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
  font-size: 80%;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\00A0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.row-cols-4 > * {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  -ms-flex: 0 0 20%;
      flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-auto {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
      order: -1;
}
.order-last {
  -ms-flex-order: 13;
      order: 13;
}
.order-0 {
  -ms-flex-order: 0;
      order: 0;
}
.order-1 {
  -ms-flex-order: 1;
      order: 1;
}
.order-2 {
  -ms-flex-order: 2;
      order: 2;
}
.order-3 {
  -ms-flex-order: 3;
      order: 3;
}
.order-4 {
  -ms-flex-order: 4;
      order: 4;
}
.order-5 {
  -ms-flex-order: 5;
      order: 5;
}
.order-6 {
  -ms-flex-order: 6;
      order: 6;
}
.order-7 {
  -ms-flex-order: 7;
      order: 7;
}
.order-8 {
  -ms-flex-order: 8;
      order: 8;
}
.order-9 {
  -ms-flex-order: 9;
      order: 9;
}
.order-10 {
  -ms-flex-order: 10;
      order: 10;
}
.order-11 {
  -ms-flex-order: 11;
      order: 11;
}
.order-12 {
  -ms-flex-order: 12;
      order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}
.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control[size], select.form-control[multiple] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%2328a745%27 d=%27M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%2328a745%27 d=%27M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27 viewBox=%270 0 12 12%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27 viewBox=%270 0 12 12%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50% / 50% 50% no-repeat;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23fff%27 d=%27M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z%27/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%274%27 viewBox=%270 0 4 4%27%3e%3cpath stroke=%27%23fff%27 d=%27M0 2h4%27/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23fff%27/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
      -ms-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    transition: none;
  }
}
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-align: center;
      align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat;
}
.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
      flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2730%27 height=%2730%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%280, 0, 0, 0.5%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2730%27 height=%2730%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%28255, 255, 255, 0.5%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -ms-flex: 1 0;
        flex: 1 0;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0;
        flex: 1 0;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
    -webkit-column-count: 3;
            column-count: 3;
    -moz-column-gap: 1.25rem;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}
.media-body {
  -ms-flex: 1 1;
      flex: 1 1;
}
.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  -ms-flex-direction: row;
      flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  -ms-flex-preferred-size: 350px;
      flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-body {
  padding: 0.75rem;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
      -ms-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: -webkit-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: -webkit-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath d=%27M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z%27/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath d=%27M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z%27/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
          animation: .75s linear infinite spinner-border;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: .75s linear infinite spinner-grow;
          animation: .75s linear infinite spinner-grow;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #007bff !important;
}
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  -ms-flex-direction: row !important;
      flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
      flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important;
}
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
      flex-grow: 0 !important;
}
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
      flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
      justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
      justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
      justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
      justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
      align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
      align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
      align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
      align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
      align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
      user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
      user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
      user-select: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/* 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: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}
.PhoneInputInput {
	/* The phone number input stretches to fill all empty space */
	-ms-flex: 1 1;
	    flex: 1 1;
	/* The phone number input should shrink
	   to make room for the extension input */
	min-width: 0;
}
.PhoneInputCountryIcon {
	width: calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));
	height: var(--PhoneInputCountryFlag-height);
}
.PhoneInputCountryIcon--square {
	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: 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. */
	-webkit-box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),
		inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor);
	        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: var(--PhoneInputInternationalIconPhone-opacity);
}
.PhoneInputInternationalIconGlobe {
	opacity: var(--PhoneInputInternationalIconGlobe-opacity);
}
/* Styling native country `<select/>`. */
.PhoneInputCountry {
	position: relative;
	-ms-flex-item-align: stretch;
	    align-self: stretch;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	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: var(--PhoneInputCountrySelectArrow-width);
	height: var(--PhoneInputCountrySelectArrow-width);
	margin-left: var(--PhoneInputCountrySelectArrow-marginLeft);
	border-style: solid;
	border-color: var(--PhoneInputCountrySelectArrow-color);
	border-top-width: 0;
	border-bottom-width: var(--PhoneInputCountrySelectArrow-borderWidth);
	border-left-width: 0;
	border-right-width: var(--PhoneInputCountrySelectArrow-borderWidth);
	-webkit-transform: var(--PhoneInputCountrySelectArrow-transform);
	    -ms-transform: var(--PhoneInputCountrySelectArrow-transform);
	        transform: var(--PhoneInputCountrySelectArrow-transform);
	opacity: var(--PhoneInputCountrySelectArrow-opacity);
}
.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon + .PhoneInputCountrySelectArrow {
	opacity: 1;
	color: var(--PhoneInputCountrySelectArrow-color--focus);
}
.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon--border {
	-webkit-box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),
		inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus);
	        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: var(--PhoneInputCountrySelectArrow-color--focus);
}
.row {
  margin: 0;
}

.header {
  min-height: 86px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 5, 68, 0.25);
          box-shadow: 0 1px 3px 0 rgba(0, 5, 68, 0.25);
}
.header_menu_close {
  margin-left: 60px;
}
.header_menu_open {
  margin-left: 255px;
}
.header .Select-menu {
  border-radius: 20px;
}
.header .Select .Select-option {
  background-color: #f0f0f0;
}
.header .Select .Select-option.is-selected {
  background-color: #f0f0f0;
}
.header .Select .Select-option.is-selected:hover {
  background-color: #f0f0f0;
}
.header .Select .Select-option.is-focused {
  background-color: #f0f0f0;
}
.header .Select .Select-option.is-focused:hover {
  background-color: #f0f0f0;
}
.header__logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.header__logo_image {
  display: block;
  width: 100px;
  height: 45px;
  background: url(/assets/app/static/fonts/logo.37bf0434.svg) no-repeat top left;
}
.header__logo_image:hover {
  cursor: pointer;
}
.header__logo_image_white {
  display: block;
  width: 150px;
  height: 55px;
  margin-left: 15px;
  background: url(/assets/app/static/fonts/logo-white.a519378e.svg) no-repeat top left;
}
.header__logo_image_white:hover {
  cursor: pointer;
}
.header__lk-title {
  display: -ms-flexbox;
  display: flex;
  line-height: 42px;
  font-size: 24px;
  color: #8d98a6;
}
.header__contact-info {
  font-size: 16px;
  text-align: right;
  color: #1a25ab;
  color: var(--primary-color, #1a25ab);
}
.header__contact-info a {
  text-decoration: none;
  color: #1a25ab;
  color: var(--primary-color, #1a25ab);
}
.header__contact-info a:hover {
  color: #66a6ff;
  color: var(--primary-hover-color, #66a6ff);
  text-decoration: underline;
}
.header__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.header__buttons_breadcrumbs {
  -ms-flex-align: center;
      align-items: center;
}
.header__buttons_breadcrumbs_main {
  color: #8d98a6;
}
.header__buttons_contact-us button.btn {
  width: 160px;
  height: 48px;
  border-radius: 6px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #1a25ab;
  border-color: var(--primary-color, #1a25ab);
  color: #000;
  font-size: 16px;
  padding: 10px;
  text-align: center;
}
.header__buttons_contact-us button.btn:hover {
  background-color: #1a25ab;
  background-color: var(--primary-color, #1a25ab);
  color: #fff;
}
.header__buttons_wizard_btn button.btn {
  border-radius: 3px;
  padding: 0px 40px;
  height: 48px;
  color: #fff;
  border-style: none;
  background-color: #4996ff;
}
.header__buttons_wizard_btn button.btn:hover {
  background-color: #2f80ef;
}
.header__buttons_language-switcher {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  border-radius: 36px;
}
.header__buttons_language-switcher_select {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.header__buttons_language-switcher_select .Select-menu-outer .Select-menu {
  border-radius: 6px !important;
}
.header__buttons_language-switcher_select .Select-control {
  width: 40px;
  height: 40px;
  font-size: 14px;
  text-align: left;
  border-radius: 4px;
  padding: 0 !important;
  cursor: pointer;
  border: none;
}
.header__buttons_language-switcher_select .Select-control:hover {
  border-color: #1a25ab;
  border-color: var(--primary-color, #1a25ab);
}
.header__buttons_language-switcher_select .Select-control .Select-value {
  padding: 0 !important;
  overflow: initial;
}
.header__buttons_language-switcher_select .Select-control .Select-value .values {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 3px;
  overflow: hidden;
}
.header__buttons_language-switcher_select .Select-control .Select-value .values .flag {
  width: 100%;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.header__buttons_language-switcher_select .Select-control .Select-value .values .flag-ru {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAA3NCSVQICAjb4U/gAAAACXBIWXMAAAG7AAABuwE67OPiAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAASlQTFRF/////////5mZ5k1m5ubm6urq2DtO34+f1YCO1yhD2YyZhqrO7Ozs7+/v4n2Q7u7u4ml9UYfJ4FFo8vLy7+/v7+/v8PDw8PDw7+/v4Fhw8PDw4nOI30pkaJfN4l538PDw4FRt8fHx7+/v4ml/4md+30tnUIfI4Epl30dj8fHx3kBe30Je30xm8PDwRoDF8PDw8PDw8PDw30VhPnvDy9fn3ThW3ztZ7+/v8PDwNXXB8fHx3TBP3jtZ8PDwMnPB3jtZ3jhW3CtLKW2+0jdZ3CZH8PDw3C1O8PDw8PDwG2S72hg72g4z2xY62g4zCli32Qku2Q0y2Q8z8PDwAFK0B1e2vgo4wAw5ww05xg86yBE7yxM8zhU80BY90tzo0xg92AAn2AIp2AYs8PDwHA+5xgAAAFN0Uk5TAAMFCgoMDRASExQVGx81PD1CQkxOYmRocHR0en+AhYqMjqSnqKmsrK2wtLa2trm+wMvQ0dLV1dXY4+Xm5urr7O3u8fLy8vP4+fr6/Pz9/v7+/v6O47IQAAAByklEQVQYGaXBCTtCQRQG4O+SNUlSiJAleyKkqMhWIcvJvgzz/38E4UHpdmfmvC/stA0MjU+ubB0ebq1Mjg8NtEFLz+DysaxxvDzYA0Wu0OqVbOBqNeSCMyuYlrbSQQsO/EnZVNKPZjxx6SjugS1vRirIeGEjUJBKCgE0YkWksoiFf6x5qWHeQr2I1BJBnYDUFEANb0FqKnjxhycjtWU8+BWXBuL44ZdG/PhmJaWRpIUvQWkoiE+utDSUdqEqJI2FULX+bGwdH3zE4AMQJYYogCwxZAF3hRgqboSJJYwYscSQIJYEUsSSQp5Y8igSSxFlYimjTCxlFImliDyx5JEilhQSxJJAjFhiCBNLGO4KMVTcQJYYsgCixBAF4CMGHz7svzw9Ptzf3d5cK7u5vbt/eHx62UfVtDA2jaqOU2HotAOfZoWhWXzpOhFGTrrwbUIYmcCPnDCQw6/eS6Htshd/jApto6gxJzTNoc6a0LKGei07QsNOC/5p3RTKNlvRyMyrUPI6AxvDF0LBxTBs9e0KR7t9aGasJJoqjcFB+8KZsHW20A5nnVNHoqGjqU4o6l/cexM13vYW+6Gle2RpY/ugdH5eOtjeWBrpho13p1tkqV3bM74AAAAASUVORK5CYII=);
}
.header__buttons_language-switcher_select .Select-control .Select-value .values .flag-en {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAA3NCSVQICAjb4U/gAAAACXBIWXMAAAG7AAABuwE67OPiAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAJNQTFRF/////wAA////YJ+/32CA6urqmarMlrfYep/V7+/vfaPR7+/v7+/vd6DS5YCQ8fHx6bvDeKHRSIHGToXH5oaX3jlXYJHMT4bI2ydIPnvD2x5BImi88PDw7+/w2hQ4E1+4AFK0AVO0BFS1UojIY5PNrsXg2AAn2Act4FJs5HiL5YeY5pCg6J6r67zF68PK7+/w8PDwMMdDPwAAACB0Uk5TAAEDCAgMDy4wTl5icHaKjpqgrq7M19zm6u/0+Pj5+/3LDBNJAAACUElEQVRYw7WX23aqQAyGo9aKZ8EDoiIBcURtJe//dPtCsEwmo3ZNd24n/7dgDskfAEt0+6PZerM/nfab9WzU78KvwpuvdkQ3VcWNaLeae++qP/0owwPpADpgFvmfb8g7QYKIEgARk6DzSj/eItoBiNvxU3kvTPE5ANOwZ9cPEsRXAMRkYNMP4/wdQB5PWpK8PSUq89eAvLyo5Yep/1gQNQhWQF5elFKLNte3lurcJNgAd/2ZphwwUUojWAC1nmjI9j++6AQZ8KOnWDuLXtJYKnMbQEtKmvchZIsygKWEjfubcrwE4B+ZPm51Z8s2iMrcBHA94rZ+WQGiQThywNHQIwbV+0/QJBAHkKnH5F4ffESZoAGuph7RBwCACC0EDVAIeowAALwMLQQGMPWYeQAwR7QQdICgR5wDwOqgx5GuRVF8c8A3EREdWfIKoLsjW+inIMauC31yAVAfRm6AEcxu1viqAV/2nBmslVOsYeMG2MDeDbCHkxvg5A5w/gXnTXQ+RueL5HyVnR+T83MWCgpV9UMvKEVRXKWCYpY0IqJzYXzBWSl1kUoaL6r3ZBMgETLPLOtVqgAQCJHZWOrEq7SJBsE3WtsjTT4FRqhaW6O5/iQJzdUkBLy9N1Kk9s4Jj/ZeG4xmgmgwdEI6ZhZHW5YtjpYSMpOl4y0mq5GkmSwYxOwHbTbvkRYzyz1kG2Q1mjVhwq3qVD8iu9W9E5aGYW8vtCN+YraJiBaSXV82L9kzu080bUsDQ2vy7sAx/F8jj/vQ5T72/cHg6T76/sHw/bvx/x9Vs/PMEyk+IAAAAABJRU5ErkJggg==);
}
.header__buttons_language-switcher_select .Select-control .Select-value .values .flag-zh {
  background-image: url(data:image/png;base64,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);
}
.header__buttons_language-switcher_select .Select-control .Select-value-label {
  line-height: 1;
}
.header__buttons_language-switcher_select .Select-menu-outer {
  background-color: #f6f6f6 !important;
  border-radius: 20px;
  margin-left: -10px;
  min-width: 60px;
}
.header__buttons_language-switcher_select .Select-menu-outer .Select-option {
  padding: 8px 10px;
}
.header__buttons_language-switcher_select .Select-menu-outer .options {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 40px;
}
.header__buttons_language-switcher_select .Select-menu-outer .options .flag {
  width: auto;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 30px;
}
.header__buttons_language-switcher_select .Select-menu-outer .options .flag-ru {
  background-image: url(/assets/app/static/fonts/ru.6f8abdb8.svg);
  background-size: cover;
  width: 100%;
}
.header__buttons_language-switcher_select .Select-menu-outer .options .flag-en {
  background-image: url(/assets/app/static/fonts/uk.852e80b6.svg);
  background-size: cover;
  width: 100%;
}
.header__buttons_language-switcher_select .Select-menu-outer .options .flag-zh {
  background-image: url(/assets/app/static/fonts/zh.7d506c37.svg);
  background-size: cover;
  width: 100%;
}
.header__buttons_language-switcher_select .Select-arrow-zone {
  display: none;
}
.header__buttons_language-switcher_select_widget .Select-control {
  width: 40px;
  height: 40px;
}
.header__buttons_language-switcher_select_widget .Select-control .Select-value .values .flag {
  background-size: 40px 51px;
}
.header__buttons_language-switcher_select_widget .Select-menu-outer .options .flag {
  height: 28px;
}
.header__notification {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  min-width: 40px !important;
}
@media screen and (max-width: 576px) {
  .header__notification {
    margin-left: 15px;
  }
}
.header__notification_pull-right.dropdown .notification-btn {
  padding: 0;
  width: 42px;
  height: 42px;
}
.header__notification_pull-right.dropdown .dropdown-menu .notification-modal-window {
  min-height: 80px;
  max-height: 450px;
  min-width: 400px;
}
@media screen and (max-width: 576px) {
  .header__notification_pull-right.dropdown .dropdown-menu .notification-modal-window {
    min-width: 93vw;
  }
}
.header__notification_pull-right.dropdown .dropdown-menu .notification-modal-window.container {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 15px;
  padding-right: 15px;
}
.header__notification_pull-right.dropdown .dropdown-menu .notification-modal-window.container .header-block .col-12 {
  padding: 0 !important;
}
.header__notification_pull-right.dropdown .dropdown-menu .notification-modal-window.container .header-block .title-header {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #333;
}
.header__notification_pull-right.dropdown .dropdown-menu .notification-modal-window.container .header-block .header-read-all-btn {
  cursor: pointer;
  margin-left: auto;
  font-size: 12px;
  line-height: 24px;
  color: #4996ff;
}
.header__notification_pull-right.dropdown .dropdown-menu .notification-modal-window.container .header-block .header-read-all-btn:hover {
  text-decoration: underline;
}
.header__notification_pull-right.dropdown .dropdown-menu .notification-modal-window.container .header-block hr {
  width: 100%;
  margin-bottom: 10px;
  color: rgba(51, 51, 51, 0.5);
}
.header__notification_pull-right.dropdown .dropdown-menu .notification-modal-window.container .body-block {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}
.header__notification_pull-right.dropdown .dropdown-menu .notification-modal-window.container .body-block::-webkit-scrollbar {
  width: 4px;
}
.header__notification_pull-right.dropdown .dropdown-menu .notification-modal-window.container .body-block::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.header__notification_pull-right.dropdown .dropdown-menu .notification-modal-window.container .body-block::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: rgba(51, 51, 51, 0.3);
}
.header__notification_pull-right.dropdown .dropdown-menu .notification-modal-window.container .body-block::-webkit-scrollbar-thumb:window-inactive {
  background-color: rgba(51, 51, 51, 0.3);
  opacity: 0.8;
}
.header__notification_pull-right.dropdown .dropdown-menu .notification-modal-window.container .body-block .row {
  margin-top: 10px;
}
.header__notification_pull-right.dropdown .dropdown-menu .notification-modal-window.container .body-block .icon {
  background: url(/assets/app/static/fonts/error-icon.57db603d.svg) no-repeat center center;
  min-width: 24px;
  min-height: 24px;
}
.header__notification_pull-right.dropdown .dropdown-menu .notification-modal-window.container .body-block .icon.info {
  background: url(/assets/app/static/fonts/info-icon.3f63cf37.svg) no-repeat center center;
}
.header__notification_pull-right.dropdown .dropdown-menu .notification-modal-window.container .body-block .icon.warning {
  background: url(/assets/app/static/fonts/warning-icon.e682d829.svg) no-repeat center center;
}
.header__notification_pull-right.dropdown .dropdown-menu .notification-modal-window.container .body-block .icon.error {
  background: url(/assets/app/static/fonts/error-icon.57db603d.svg) no-repeat center center;
}
.header__notification_pull-right.dropdown .dropdown-menu .notification-modal-window.container .body-block .col-1 {
  min-width: 24px;
  padding-left: 0 !important;
}
.header__notification_pull-right.dropdown .dropdown-menu .notification-modal-window.container .body-block .col-12,
.header__notification_pull-right.dropdown .dropdown-menu .notification-modal-window.container .body-block .col-auto {
  padding: 0px !important;
}
.header__notification_pull-right.dropdown .dropdown-menu .notification-modal-window.container .body-block .title {
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
.header__notification_pull-right.dropdown .dropdown-menu .notification-modal-window.container .body-block .title .date {
  margin-left: 5px;
  font-size: 11px;
  color: rgba(51, 51, 51, 0.5);
}
.header__notification_pull-right.dropdown .dropdown-menu .notification-modal-window.container .body-block .message {
  font-size: 12px;
  color: #333;
}
.header__notification_pull-right.dropdown .dropdown-menu .notification-modal-window.container .body-block .action-read {
  cursor: pointer;
  margin-top: 6px;
  border: 1px solid rgba(51, 51, 51, 0.1);
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin-left: 7px;
}
.header__notification_pull-right.dropdown .dropdown-menu .notification-modal-window.container .body-block .action-read.unread {
  background-color: #4996ff;
}
.header__notification_pull-right.dropdown .dropdown-menu .notification-modal-window.container .body-block .notification-item .action-delete {
  display: none;
  cursor: pointer;
  height: 24px;
  width: 24px;
  margin-top: 5px;
  background: url(/assets/app/static/fonts/notification-delete.827588a2.svg) no-repeat center center;
}
.header__notification_pull-right.dropdown .dropdown-menu .notification-modal-window.container .body-block .notification-item .action-delete:hover {
  background: url(/assets/app/static/fonts/notification-delete-hover.4ae2bac4.svg) no-repeat center center;
}
@media screen and (min-width: 576px) {
  .header__notification_pull-right.dropdown .dropdown-menu .notification-modal-window.container .body-block .notification-item:hover .action-delete {
    display: block;
  }
}
.header__notification_pull-right.dropdown .dropdown-menu .notification-modal-window.container .body-block .react-tooltip {
  padding: 4px 8px;
  opacity: 1;
  z-index: 999;
  border: 1px solid rgba(51, 51, 51, 0.1);
}
@media screen and (max-width: 576px) {
  .header__notification_pull-right.dropdown .dropdown-menu .notification-modal-window.container .body-block .react-tooltip {
    display: none;
  }
}
.header__notification_pull-right.dropdown .dropdown-menu .notification-modal-window.container .body-block .react-tooltip .react-tooltip-arrow {
  border-right: 1px solid rgba(51, 51, 51, 0.1);
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}
.header__notification_pull-right.dropdown .dropdown-toggle {
  width: 40px;
  height: 40px;
  min-width: 40px;
  background-image: url(/assets/app/static/fonts/notification.fbc2be4c.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.header__notification_pull-right.dropdown .dropdown-toggle:after {
  border: none;
}
.header__notification_pull-right.dropdown .dropdown-menu-right {
  width: 400px;
  -webkit-transform: translate(-10px, 45px) !important;
      -ms-transform: translate(-10px, 45px) !important;
          transform: translate(-10px, 45px) !important;
}
@media screen and (max-width: 576px) {
  .header__notification_pull-right.dropdown .dropdown-menu-right {
    width: 93vw;
    -webkit-transform: translate(60px, 45px) !important;
        -ms-transform: translate(60px, 45px) !important;
            transform: translate(60px, 45px) !important;
  }
}
.header__dropdown {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.header__dropdown_pull-right .user-info-btn {
  padding: 0;
  width: 42px;
  height: 42px;
}
.header__dropdown_pull-right .dropdown-toggle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: url(/assets/app/static/fonts/user.ff912d00.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #1a25ab;
  background-color: var(--primary-color, #1a25ab);
}
.header__dropdown_pull-right .dropdown-toggle:after {
  border: none;
}
.header__dropdown_pull-right .dropdown-menu-right {
  width: 305px;
  -webkit-transform: translate3d(-220px, 30px, 0px);
          transform: translate3d(-220px, 30px, 0px);
}
.header__dropdown_text-title {
  font-size: 18px;
  color: #1a25ab;
  color: var(--primary-color, #1a25ab);
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
}
.header__dropdown_text-item {
  text-align: center;
  margin-bottom: 8px;
  font-size: 14px;
}
.header__dropdown .fa {
  color: #1a25ab;
  color: var(--primary-color, #1a25ab);
}

.header__notification_pull-right.dropdown .notification-btn {
  background-color: transparent !important;
  border-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.header__notification_pull-right.dropdown .notification-btn.active {
  background-image: url(/assets/app/static/fonts/notification-active.7c012599.svg);
}
.header__notification_pull-right.dropdown .notification-btn.active:active {
  background-color: transparent !important;
  border-color: transparent !important;
}
.header__notification_pull-right.dropdown .notification-btn.active:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.header__notification_pull-right.dropdown .notification-btn.new-notification {
  background-image: url(/assets/app/static/fonts/notification-new.1afcec94.svg);
}
.header__notification_pull-right.dropdown .notification-btn.new-notification:hover {
  background-image: url(/assets/app/static/fonts/notification-active-new.0775c418.svg);
}
.header__notification_pull-right.dropdown .notification-btn:active {
  background-color: transparent !important;
  border-color: transparent !important;
}
.header__notification_pull-right.dropdown .notification-btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.header__notification_pull-right.dropdown .notification-btn:hover {
  background-image: url(/assets/app/static/fonts/notification-active.7c012599.svg);
}
.header__notification_pull-right.dropdown .arrow {
  display: inline-block;
  margin-left: 45px;
  margin-top: 10px;
  min-width: 15px;
  background-image: url(/assets/app/static/fonts/arrow.4b6671ff.svg);
  background-repeat: no-repeat;
}

.header__dropdown_pull-right.dropdown .user-info-btn {
  background-color: #62cfa8;
  border-color: transparent;
}
.header__dropdown_pull-right.dropdown .arrow {
  display: inline-block;
  margin-left: 45px;
  margin-top: 10px;
  min-width: 15px;
  background-image: url(/assets/app/static/fonts/arrow.4b6671ff.svg);
  background-repeat: no-repeat;
}

.header__dropdown {
  margin-right: 18px;
}

.header-breadcrumb {
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  font-size: 12px;
  line-height: 48px;
  color: #333333;
}
.header-breadcrumb a {
  color: #333333;
}

.header-breadcrumb div {
  margin-bottom: 10px;
  height: 30px;
}

@media (max-width: 576px) {
  .header__buttons_breadcrumbs {
    display: none;
  }
  .header-breadcrumb {
    line-height: 20px;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }
}
/*@media (min-width: 992px){
  .menu-open-breadcrumb{
    display: none;
  }
  .menu-close-breadcrumb{
    display: none;
  }
  .breadcrumb-order-details{
    display: none;
  }
}*/
.breadcrumb-order-details {
  margin-top: 44px;
}

.menu-open-breadcrumb {
  padding-top: 20px;
  padding-left: 255px;
}

.menu-close-breadcrumb {
  padding-top: 20px;
  padding-left: 60px;
}

@media (max-width: 992px) {
  /*.breadcrumb-order-details{
    margin-top: 44px;
  }
  .menu-open-breadcrumb{
    padding-top: 20px;
    padding-left: 255px;
  }
  .menu-close-breadcrumb{
    padding-top: 20px;
    padding-left: 60px;
  }*/
}
@media (max-width: 576px) {
  .menu-open-breadcrumb {
    padding-top: 20px;
    padding-left: 0px;
  }
  .menu-close-breadcrumb {
    padding-top: 20px;
    padding-left: 0px;
  }
}
.link-hover span:hover {
  text-decoration: underline;
}

/**
 * Переключаемая боковая панель навигации
 * выдвигающаяся по клику слева
 */
.left-menu.open {
  width: 255px;
}
.left-menu.open > .left-menu_nav {
  width: 255px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: left;
      justify-content: left;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 15px 16px;
}
.left-menu.open .left-menu_nav_btn_toggle:after {
  content: "✕";
}
@media screen and (max-width: 576px) {
  .left-menu.open > .left-menu_nav {
    width: 100%;
  }
}
.left-menu.hidden {
  width: 60px;
}
.left-menu.hidden .left-menu_nav_list {
  padding-right: 0;
}
.left-menu.hidden .left-menu_nav_list_common {
  margin-top: 200px;
}
.left-menu.hidden .left-menu_nav_list_copyright {
  display: none;
}
.left-menu.hidden .left-menu_nav_btn {
  width: auto;
  min-height: 55px;
}
.left-menu .header__right_buttons {
  display: -ms-flexbox;
  display: flex;
}
.left-menu .lang_switcher .Select .Select-option {
  background-color: #F0F0F0;
}
.left-menu .lang_switcher .Select .Select-option.is-selected {
  background-color: #F0F0F0;
}
.left-menu .lang_switcher .Select .Select-option.is-selected:hover {
  background-color: #F0F0F0;
}
.left-menu .lang_switcher .Select .Select-option.is-focused {
  background-color: #F0F0F0;
}
.left-menu .lang_switcher .Select .Select-option.is-focused:hover {
  background-color: #F0F0F0;
}
@media screen and (max-width: 576px) {
  .left-menu .header__right_buttons {
    width: 100%;
  }
  .left-menu .lang_switcher {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    height: 40px;
  }
}
@media screen and (min-width: 576px) {
  .left-menu .lang_switcher {
    display: none;
  }
}
.left-menu_nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  width: 60px;
  /* фиксируем и выставляем высоту панели на максимум */
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  margin: 0;
  padding: 15px 0;
  /* плавный переход смещения панели */
  /* определяем цвет фона панели */
  background-color: #262d7c;
  background-color: var(--primary-bg-color, #262d7c);
  z-index: 20;
  /**
   * Кнопка переключения панели
   * тег <label>
   */
  /* Let's get this party started */
  /* Track */
  /* Handle */
}
.left-menu_nav_btn {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
  height: 55px;
}
.left-menu_nav_btn_logo {
  width: 100px;
  height: 45px;
  margin-left: 35px;
  background: url(data:image/png;base64,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) no-repeat top left;
}
.left-menu_nav_btn_toggle {
  border-radius: 4px;
  color: white;
  cursor: pointer;
  font-size: 23px;
  padding: 0 5px;
  width: 34px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 28px;
  margin-bottom: 0;
  /* определяем текст кнопки
    * символ Unicode (TRIGRAM FOR HEAVEN)
   */
  /* цвет текста при наведении */
}
.left-menu_nav_btn_toggle:after {
  content: "☰";
}
.left-menu_nav_btn_toggle:hover {
  color: #f4f4f4;
}
.left-menu_nav ::-webkit-scrollbar {
  width: 2px;
}
.left-menu_nav ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.left-menu_nav ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #4996ff;
  background-color: var(--primary-active-color, #4996ff);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.left-menu_nav ::-webkit-scrollbar-thumb:window-inactive {
  opacity: 0.8;
}
.left-menu_nav_list {
  margin-top: 32px;
  list-style: none;
  font-size: 14px;
  padding-left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding-right: 5px;
}
.left-menu_nav_list_other-link {
  margin-top: 20px;
}
.left-menu_nav_list_copyright {
  font-size: 14px;
  color: rgba(241, 242, 244, 0.5);
  margin-top: 20px;
}
.left-menu_nav_list_only-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.left-menu_nav_list_only-image div {
  width: 32px;
  height: 32px;
  margin: 8px 0;
}
.left-menu_nav_list_only-image .bc-dark {
  background-color: #20266F;
}
.left-menu_nav_list_only-image .modal-menu {
  left: 60px;
  background-color: #20266F;
  position: absolute;
  padding: 12px 28px;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: auto;
}
.left-menu_nav_list_only-image .modal-menu div {
  width: auto;
  height: auto;
  margin: 8px 0;
}
.left-menu_nav_list_only-image .modal-menu .header-modal {
  font-style: normal;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
  opacity: 0.5;
}
.left-menu_nav_list_only-image .modal-menu li a {
  display: -ms-flexbox;
  display: flex;
}
.left-menu_nav_list_only-image .modal-menu li span {
  opacity: 1;
}
.left-menu_nav_list_only-image .modal-menu.show-m {
  display: block;
}
.left-menu_nav_list_only-image .modal-menu.close-m {
  display: none;
}
.left-menu_nav_list_image-item a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.left-menu_nav_list_image-item a div {
  min-width: 32px;
  height: 32px;
  margin-right: 8px;
}
.left-menu_nav_list_title {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.left-menu_nav_list .order_menu {
  background: url(/assets/app/static/fonts/order_menu.d34a65d1.svg) no-repeat center;
}
.left-menu_nav_list .request_menu {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAXCAYAAADpwXTaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIFJREFUeNpi/Pbz/38G0kErENeAGJxsCEEWKC1IgkHvgbgayq5BloAZ9oEMl2EYyMJAHoAZUP39F9irNZQYhtVASgzDMJARGpuMJBjwBYi5sUmQ4zIeZA4saQBd9p+JgYpghBiGHgHk5FNGXIYxjnpz1JtDJQf8J9cAUKEIAwABBgB4VCFgJJZU6gAAAABJRU5ErkJggg==) no-repeat center;
}
.left-menu_nav_list .delivery_menu {
  background: url(/assets/app/static/fonts/delivery_menu.4967d932.svg) no-repeat center;
}
.left-menu_nav_list .customs_menu {
  background: url(/assets/app/static/fonts/customs_menu.452a5019.svg) no-repeat center;
}
.left-menu_nav_list .rate_menu {
  background: url(/assets/app/static/fonts/rate_menu.6fa84108.svg) no-repeat center;
}
.left-menu_nav_list .users_menu {
  background: url(/assets/app/static/fonts/users_menu.186a07af.svg) no-repeat center;
}
.left-menu_nav_list .subscription {
  background: url(/assets/app/static/fonts/subscription_menu.53733329.svg) no-repeat center;
}
.left-menu_nav_list .sales_rules_menu {
  background: url(/assets/app/static/fonts/sales_rules_menu.443247b2.svg) no-repeat center;
}
.left-menu_nav_list .geography_menu {
  background: url(/assets/app/static/fonts/geography_menu.4889dc00.svg) no-repeat center;
}
.left-menu_nav_list .air_menu {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAQCAYAAAAMJL+VAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAVRJREFUeNq01D9Lw0AYx/EkNR2LOEl2A4raNeDgZF+A7oW+AME3oPhndFFcfQt16JvQ3UJB7FACnUSCg4KBnN/IrxhCGhOsB59ee3meS+7uaWxjjFWjnag/r5qwZNVrKzXjLcf675ZuUQXbGOBdBhr7NbfKCjq4xwgbMtJY568r8BChV3Ctp2te2Rw2H03u8znn/jfwcICWzizKXO9jisM5+c30Bi98STDEo/qhtuEJ+4jxkEsO4OIOPtaxKVvqnXQZrg6sj1iHOEUijcyS0wdaRku/G5m4qXJjzZXO6Tp6utQe2jhGiDWtLFsIRlv0linzRLGhctua63vesioa4xndkpiuYsZVqugMH5hgR2O7qpRLBFiVQGORYizlTLRNp7N582VlF5Saj1uE5qeFGvML4u18mdb541+pP1rUu+haBzur81exNGYUs7C36YUmrdy+BBgAFqLBqD3QuyUAAAAASUVORK5CYII=) no-repeat center;
}
.left-menu_nav_list .sea_menu {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAVCAYAAABLy77vAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAT1JREFUeNqk1DFLw0AYxvEaJNa4uLtIp6CToLsujkL3TopboUKnbv0IHRy6mElx6dLiIC6CkyAdFHR0cKgfoKCb8f/CE2whSZPz4Ad313sf7q5JvDiOKxkCRPiWSHOp671KdjtHDTtS01x6y9mR7SKcGYeaK72jUi0v6Bp9hNLXXOmgJt7xjBf1m1mLl3OCvnCMD6zjzPVopVrWjvYl6VfR1fgRt0WDqjpO0l+ZGa+mFSzZM7CgdYveUQvBP67HalsW1MONY1ig2p4FfWID2w5Bu9i0DLvse7zhySHoARfYsh0NcALfIchX7cCChpii7RDUVu3QjvajV8GO+IpRwZAjdHBgGckrMkYDl/rRX3CcjtY2VDv3ZI+UHuFUl3iHNf3NezjUnUy1dpz3hfRQxxUm8V+baK6uNXN1vwIMAD6u4BRd5okPAAAAAElFTkSuQmCC) no-repeat center;
}
.left-menu_nav_list .truck_menu {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAVCAYAAABLy77vAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAASZJREFUeNqslDFuwjAYhX9HdAIJKpWdhYGlcyckuuQOHbp04Aq9Qc/AwIjEIXqADogLsHCBllBljOq+P7xExlhALJ70xbLi95L8v2Ox1rbBEhS2uQp62waXmYgMwRvYSTPdgznYCIJy8AgkEvXm+kYWiXegkDj19EsSTmJDaiVyI7lBI7AG9krW9JwELcAn6LMb5+hz7aJ2cz9UY6dBtx7o6enFr1HeoCxHDWoFWnmtun6QFm7K+S6iYS9lBj5vxd2dRuzqlN6VTp5ZNBMRZOidiNMxHd9BBj44zzxCa0qvOfxqZZ0Mi638gh8w8OqxDawpvW5QwtFVdqGr+vA/Hav2f4MUfHkLxxeCnuiVqkavYB9xQu7prWvkyjqvHVLw/s2OkX8BBgDjEOk9wKcuMgAAAABJRU5ErkJggg==) no-repeat center;
}
.left-menu_nav_list .train_menu {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAALEQAACxEBf2RfkQAAABl0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC4xOdTWsmQAAAGESURBVDhPxZS7SgNBGIXHQrRQFCxsRQt7EW0sIpY+gC+goBCws7K08FJYKdgHn0A0WOoLiKKBiGghCbIxis3uupf4TfLHrMlmd1J54LCZmf98c9mdqDgFQXBeE4Vh+IYfxS/SXaOmTHtcIsnyfb8qOR288DxvV3wk3U0tSCRZAPWqNnFWnKPvKtLOMtF9L8ASoQFpKn6vOo5zLM26qMn/H5DtlCgewYPaANcBnjTb2gAveRoD34E4EX9jv60vMAYyexXoA6GQUIcYK8iYGZDP44n6YcCFBqIlYF88Rhm75dnTCnUwVpExc6AE0mT8UooS6CqORL+kKYkki/pJffA4R+j3doh39JY554yUp4vQDNv+tCxrsVKpzLV5Htgd42tSnixW18cKruv7ShCT6vs+JrHuYuYVCm/wQYrzTHwosXgx8RBFz0A3CMymeInaD67ktMQ7BWi7sSFzAT2T+F/Ztj0B8NV13X0Ofc/UAIusdlkwLTFwCnBLmsYCmiGr/2z7lVLqB+FtDXi0p6B8AAAAAElFTkSuQmCC) no-repeat center;
}
.left-menu_nav_list .complex_menu {
  background: url(/assets/app/static/fonts/complex-icon-bluemenu.49bf17cb.svg) no-repeat center;
}
.left-menu_nav_list .common1_menu {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAUCAYAAACAl21KAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAQpJREFUeNrMlDEKwjAUhtNSgrmJx3F0Ko7iILp09hyexFs46aDVQZSC4BWMf8qfEmKTVnTwwQc2ef+XkspLtdYiQAJGYEtGXGvt7xJUYEmqmNB9SMEY7BhaAOXsK65V7Bkz04isYA8uYOYJfBR7LszUQsETHtyUEYGPZMZkK7Ng6gRKMAFZD0nG3pJZbUXuxhlMA28nuXf2Dm5E7km5c19WaAX2XnLvzd9E/hc0oRu4uxfb0l//H/DtRCLaKwVrMAA5eAb6dCbiZYJX53ewUvGj+l+R/MIhregISjD9UCiZMdmjEQ1BAeZcnAEVESj2lMwUtaPHGFmRzjHSNdg2pPdgCwkPJDpqXwIMAOZ31u3OXx60AAAAAElFTkSuQmCC) no-repeat center;
}
.left-menu_nav_list .common2_menu {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAXCAYAAADpwXTaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIFJREFUeNpi/Pbz/38G0kErENeAGJxsCEEWKC1IgkHvgbgayq5BloAZ9oEMl2EYyMJAHoAZUP39F9irNZQYhtVASgzDMJARGpuMJBjwBYi5sUmQ4zIeZA4saQBd9p+JgYpghBiGHgHk5FNGXIYxjnpz1JtDJQf8J9cAUKEIAwABBgB4VCFgJJZU6gAAAABJRU5ErkJggg==) no-repeat center;
}
.left-menu_nav_list .organizationprofiles_menu {
  background: url(/assets/app/static/fonts/organization_menu.6413a0e7.svg) no-repeat center;
}
.left-menu_nav_list .api_menu {
  background: url(/assets/app/static/fonts/api_menu.b9ac4242.svg) no-repeat center;
}
.left-menu_nav_list .mailLogo {
  background: url(/assets/app/static/fonts/mailLogo.69492d7b.svg) no-repeat center;
}
.left-menu_nav_list .audit_menu {
  background: url(/assets/app/static/fonts/audit_menu.8b4ffa86.svg) no-repeat center;
}
.left-menu_nav_list .chatbot_menu {
  background: url(/assets/app/static/fonts/chatbot_menu.a16f32a6.svg) no-repeat center;
}
.left-menu_nav_list .courier_menu {
  background: url(/assets/app/static/fonts/courier_icon_2.aade97b7.svg) no-repeat center;
}
.left-menu_nav_list .incompletecalculation_menu {
  background: url(/assets/app/static/fonts/incompletecalc_menu.a6bf0505.svg) no-repeat center;
}
.left-menu_nav_list .insurancerates_menu {
  background: url(/assets/app/static/fonts/insurancerates_menu.af7506f7.svg) no-repeat center;
}
.left-menu_nav_list .organization_menu {
  background: url(/assets/app/static/fonts/organizationprofiles_menu.c65b9927.svg) no-repeat center;
}
.left-menu_nav_list .reference_menu {
  background: url(/assets/app/static/fonts/reference_menu.80d35dc3.svg) no-repeat center;
}
.left-menu_nav_list .reports_menu {
  background: url(/assets/app/static/fonts/reports_menu.116c6b39.svg) no-repeat center;
}
.left-menu_nav_list .rulestransportation_menu {
  background: url(/assets/app/static/fonts/rulestransporation_menu.b15a95c9.svg) no-repeat center;
}
.left-menu_nav_list .subscriptionpartner_menu {
  background: url(/assets/app/static/fonts/subscription.210b7e38.svg) no-repeat center;
}
.left-menu_nav_list hr {
  border-color: white;
  border-width: 1px;
}
.left-menu_nav_list li {
  margin-bottom: 5px;
}
.left-menu_nav_list li a {
  color: #fff;
}
.left-menu_nav_list li a > span.label {
  padding-left: 5px;
}
.left-menu_nav_list li a:hover {
  text-decoration: none;
}
.left-menu_nav_list li a:hover > span {
  text-decoration: underline;
}
.left-menu_nav_list li a:hover > span.label {
  text-decoration: none;
}
.left-menu_nav_list li a.active {
  color: #fff;
}
.left-menu_nav_list li a.active > span {
  text-decoration: underline;
}
.left-menu_nav_list li a.active > span.label {
  text-decoration: none;
}
.left-menu_nav_list li .contactBtn {
  font-size: 14px;
  color: white !important;
  padding: 0;
  width: 100%;
  /* opacity: 0.3; */
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  height: 48px;
}
.left-menu_nav_list li .contactBtn:hover {
  /*background-color: #092767;*/
  opacity: 0.7;
}
.left-menu_nav_list li .contactBtn div span {
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
}
.left-menu_nav_list_btn-wizard button a {
  color: #1a25ab;
  color: var(--primary-color, #1a25ab);
  font-weight: bold;
}
.left-menu_nav_list_btn-wizard button a.active {
  color: #1a25ab;
  color: var(--primary-color, #1a25ab);
  font-weight: bold;
}
.left-menu_nav_list .parent-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.left-menu_nav_list .parent-item_icon {
  color: #ffffff;
  cursor: pointer;
}
.left-menu_nav_list .child li {
  list-style: none;
  font-size: 14px;
  line-height: 1.7;
}
.left-menu_nav_list .child.show {
  display: block;
  padding-left: 40px;
}
.left-menu_nav_list .child.show.with-icons {
  padding-left: 12px;
  padding-top: 10px;
}
.left-menu_nav_list .child.hidden {
  display: none;
}
.left-menu_nav_list .nav-left-menu a.active {
  color: white;
}
.left-menu .banner-ads {
  height: 118px;
  min-width: 200px;
  min-height: 100px;
  background-image: url(/assets/app/static/media/banner-ads-1.bc5b209b.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 20px;
  cursor: pointer;
}
.left-menu .banner-ads.en {
  background-image: url(/assets/app/static/media/banner-ads-1-en.a7b3e885.png);
}
.left-menu .banner-ads.zh {
  display: none !important;
}

/* */
.left-menu_nav_list > li > a .left-menu_nav_list_title {
  max-width: 164px;
  text-transform: uppercase;
  font-family: Roboto;
  font-style: normal;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.03em;
}
.left-menu_nav_list .parent-item .parent-link {
  text-transform: uppercase;
  font-family: Roboto;
  font-style: normal;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.03em;
}
.left-menu_nav_list span:not(.fa):not(.label-danger) {
  max-width: 164px;
  opacity: 0.8;
}

@media screen and (max-width: 576px) {
  .left-menu_nav_list span:not(.fa):not(.label-danger) {
    max-width: 100%;
    opacity: 0.8;
  }
}
.footer {
  margin: 0;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px 2px rgba(0, 5, 68, 0.25);
          box-shadow: 0 1px 3px 2px rgba(0, 5, 68, 0.25);
}
.footer__logo {
  -ms-flex-align: center;
      align-items: center;
}
.footer__logo_image {
  display: block;
  min-width: 100px;
  height: 45px;
  background: url(/assets/app/static/fonts/logo.37bf0434.svg) no-repeat top left;
}
.footer__logo_image:hover {
  cursor: pointer;
}
.footer__copyright {
  font-size: 14px;
  color: rgba(85, 85, 85, 0.5);
  padding-top: 16px;
}
.footer__menu ul {
  padding-left: 0;
}
.footer__menu li {
  list-style: none;
}
.footer__menu li a {
  font-size: 14px;
  line-height: 1.37;
  color: #1a25ab;
  color: var(--primary-color, #1a25ab);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__menu li a:hover {
  text-decoration: none;
  color: #66a6ff;
  color: var(--primary-hover-color, #66a6ff);
}
.footer__subscribe_title {
  color: #1a25ab;
  color: var(--primary-color, #1a25ab);
  font-size: 14px;
  line-height: 1.37;
}
.footer .subscribe__form {
  position: relative;
  z-index: 7;
}
.footer .subscribe__input {
  position: relative;
  z-index: 9;
  display: block;
  height: 48px;
  width: 100%;
  padding-left: 17px;
  padding-right: 73px;
  border: 1px solid #e6e6e8;
  border-radius: 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.footer .subscribe__input::-moz-placeholder {
  color: #d4d4d4;
}
.footer .subscribe__input::-webkit-input-placeholder {
  color: #d4d4d4;
}
.footer .subscribe__input:-ms-input-placeholder {
  color: #d4d4d4;
}
.footer .subscribe__input::-ms-input-placeholder {
  color: #d4d4d4;
}
.footer .subscribe__input::placeholder {
  color: #d4d4d4;
}
.footer .subscribe__submit {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  height: 48px;
  width: 56px;
  margin: 0;
  padding-top: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: 0 none;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #1a25ab;
  background-color: var(--primary-color, #1a25ab);
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/assets/app/static/fonts/mail.9c8e2541.svg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer .subscribe__submit:hover {
  background-color: var(--primary-hover-color, #66a6ff);
  cursor: pointer;
}
.footer__developer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer__developer > span {
  color: rgba(85, 85, 85, 0.5);
  margin-right: 12px;
}
.footer__developer_img {
  height: 18px;
  width: 87px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHQAAAAYCAYAAAArrNkGAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABNFJREFUeNrsWU9vEkEUH+jSRlsDJh5MTAoePHgwYOJVWW7eijdvpUdPxVtvrJ+A/QaFD2CkVy9d4tWk9GyiS9VTPUBqi//rG/o2GV5nlp1h0dLwkgns7jA7837v/d4fEqenp8xUPq/eydw6eNdjc7kwkpzw9y0A1Zmr8eJIwtRDAcgqfNTx8j54ameuzhn1UAAzBx+iZ7pzVc425TZgpIXrInrsXGYNUIyZRckjBz13LrMSQwGwAnzshUxpQyy1dTdRKpV0EiufJ2O7u7tG2TW8qwIfgeH5sE7jooECe8zAB99nhjzyYL8e0dfwXnBhGVBtmAypF0DVjak1zfkuHKpqCEZFYJh2hDP9D+EA5UOe1ST39CgXqTYfYSqn3syUD8zj9zaAWr5slAlnKkTUs1SsiGAWNLwojVZvquw+DFkJxGkyK/G21iXDlDrDDgzORn4sgKK36dLSGvyuDNRrouwObN5WWC83klfie2bM+3JomD04Y0dDH37Ud4xNigAYHg83DT0tF6U1CAcVN9FWAYpzfdFTYW5CoCpeOoVRVgnr56LqXbAON951co4Cjqoiw2eq/eO+HIXxce9zOLgwz4uw9mQeCmDahmDGQb2q7C+ryFy3Y1i/KgHTxjPUDTPqsH1xkNdg3kZcOrJiploZ9drgpZ5ODIED2orYQpsX+zhXprS25F5vjPLrFEz0nlbEOM+C+4p9dbHsovkAn/cS95whDBP8ZqSaUD0P81BH5g0mXSWeVGn8K8MPsxtxbouNtiC5bISVM6BoVWZJlV8R4lw2akgQSyty/Rx+5wrvpKHsBl8XDUE8fwPuOyEhauS5NQWqpZJFpcfdGuSKdcjhurq1KYLpSYxCldDlJAzii4kLJj95stcRgOG6iusE84oYUuKlXKTauEuBTVi3pUm9KuliItFAMEaMhwAsS4oojbfYaF9a5uF9YU5WxiDo+TtouDlV4S9hGBH4wqTKSSq6QekpZO2NiA0Hbs2JYMD1dVSo6PG+ombTlTyh067CmKN2vtZCwPsnkiTeWZ5ibZc1oV3s2ToKBfsT7mkfh7hHj1IfxiieiTYxcaGDGtxNwyZCfFluTFntOKkh9XY0QXWxpAi8KY+9XJckOTyG5sbETJr1ltEw0oLXutiFEvfQUOkHY+YH4dZtSUfLkZRgZfIOT5Hhh4mt8tBpUa2M0k2EereDSmmSGOpIYus4BrCJl61jgyGq0Fp7iZRNfF8tBD4wgAah+6ahXgrieS30zooJ1Z4kk6y7lDpzjcUUO1lIskPLYl+sBXYM3w8Wz549PDphj46O2d3B96EH8EY/eKmj6aVcIW2hBkuj1bukGcB7zjVZeSJJioK1O8gA2wTUDrKAbhenhWNP0kRQddV09LEj4MX1sBesa+Gf0ueC/hCY1MJ50OD6MHUGWlR5c+3qcKz++Mke976yB8cDI+pFLxWVtImW/mRShsGsOcdG/4Sowz3d/12bQf2KHSB3zL76WPPq5AOuygGtt8tXtgCkT/5Sarjxj4up5UEyGdoSXPn9ZzhM5HV6hYP7697g29Yzxp5KujqdEKVzT3pB4kYZ69EcxqqwVmOPrN+hyQ/SeIHEv/cRj+eJRT4aiYfeVybA9oPGCAGzR/ThS/TAY20JDXwksforwABP6gehqxFhggAAAABJRU5ErkJggg==) no-repeat center;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .wizard-modal .modal-body .col-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.wizard .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.wizard .row {
  margin: 0;
}
.wizard .wizard__direction-block_first {
  padding: 0 !important;
}
.wizard .f-element-number input:focus,
.wizard .f-element-number textarea:focus,
.wizard .f-element-text input:focus,
.wizard .f-element-text textarea:focus {
  border-color: #4996ff;
}
.wizard .f-element-number input,
.wizard .f-element-number textarea,
.wizard .f-element-text input,
.wizard .f-element-text textarea {
  border-radius: 3px;
}
.wizard .f-element-number input :hover,
.wizard .f-element-number input :active,
.wizard .f-element-number input :focus,
.wizard .f-element-number textarea :hover,
.wizard .f-element-number textarea :active,
.wizard .f-element-number textarea :focus,
.wizard .f-element-text input :hover,
.wizard .f-element-text input :active,
.wizard .f-element-text input :focus,
.wizard .f-element-text textarea :hover,
.wizard .f-element-text textarea :active,
.wizard .f-element-text textarea :focus {
  border-color: #4996ff;
}
.wizard .f-element-number input:focus + b, .wizard .f-element-number input:focus + b + b,
.wizard .f-element-number textarea:focus + b,
.wizard .f-element-number textarea:focus + b + b,
.wizard .f-element-text input:focus + b,
.wizard .f-element-text input:focus + b + b,
.wizard .f-element-text textarea:focus + b,
.wizard .f-element-text textarea:focus + b + b {
  border-color: #4996ff;
}
.wizard .f-element-number input:focus + b:hover, .wizard .f-element-number input:focus + b + b:hover,
.wizard .f-element-number textarea:focus + b:hover,
.wizard .f-element-number textarea:focus + b + b:hover,
.wizard .f-element-text input:focus + b:hover,
.wizard .f-element-text input:focus + b + b:hover,
.wizard .f-element-text textarea:focus + b:hover,
.wizard .f-element-text textarea:focus + b + b:hover {
  background-color: #4996ff;
}
.wizard .f-element-number input:focus + b:hover i, .wizard .f-element-number input:focus + b + b:hover i,
.wizard .f-element-number textarea:focus + b:hover i,
.wizard .f-element-number textarea:focus + b + b:hover i,
.wizard .f-element-text input:focus + b:hover i,
.wizard .f-element-text input:focus + b + b:hover i,
.wizard .f-element-text textarea:focus + b:hover i,
.wizard .f-element-text textarea:focus + b + b:hover i {
  border-bottom-color: white;
  border-top-color: white;
}
.wizard .f-element-number .react-numeric-input :hover,
.wizard .f-element-number .react-numeric-input :active,
.wizard .f-element-number .react-numeric-input :focus,
.wizard .f-element-text .react-numeric-input :hover,
.wizard .f-element-text .react-numeric-input :active,
.wizard .f-element-text .react-numeric-input :focus {
  border-color: #4996ff;
}
.wizard .btn.add-container-btn,
.wizard .btn.add-container-btn:hover {
  width: 109px;
  height: 32px;
  margin-bottom: 20px;
  margin-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wizard .btn.btn-container-box {
  border-radius: 3px;
  font-family: Roboto;
}
.wizard .btn.btn-container-box:hover {
  border-color: #4996ff;
}
.wizard .btn.btn-container-box.active {
  border-color: #4996ff;
  background-color: #4996ff;
}
.wizard .btn.add-container-btn {
  margin-top: 24px;
  border: 1px solid #4996ff;
  border-radius: 3px;
  color: #4996ff;
}
.wizard .btn.add-container-btn:hover {
  border: 1px solid #4996ff;
  color: white;
  background-color: #4996ff;
}
.wizard .rc-switch {
  border-color: #d3d8e0;
  min-width: 29px;
  width: 29px;
  height: 16px;
  background: #d3d8e0;
  border-radius: 40px;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
      -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
          transform: matrix(-1, 0, 0, 1, 0, 0);
}
.wizard .rc-switch:after {
  width: 10px;
  height: 10px;
  left: 14px;
}
.wizard .rc-switch-checked {
  background: #4996ff;
  border-color: #4996ff;
}
.wizard .rc-switch-checked:after {
  width: 10px;
  height: 10px;
  left: 0px;
}
.wizard .toggleDropdown {
  border-radius: 3px;
  -webkit-box-shadow: 0px 4px 8px rgba(51, 51, 51, 0.05);
          box-shadow: 0px 4px 8px rgba(51, 51, 51, 0.05);
  padding-left: 16px;
}
.wizard .toggleDropdown__label {
  color: #333333;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
}
.wizard .toggleDropdown__body {
  border: none;
}
.wizard__direction-block {
  padding: 18px 15px;
  border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 8px rgba(51, 51, 51, 0.05);
          box-shadow: 0px 4px 8px rgba(51, 51, 51, 0.05);
}
.wizard__direction-block.first {
  margin-right: 15px;
}
.wizard__direction-block.last {
  margin-right: -15px;
}
.wizard__direction-block_header {
  padding: 0 7px;
}
.wizard__direction-block_header_title {
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  color: #333333;
  line-height: 24px;
  font-weight: 400;
}
.wizard__direction-block_header_subtitle {
  margin-left: auto;
  font-size: 14px;
  color: #d3d8e0;
  line-height: 24px;
  font-weight: 400;
}
.wizard__direction-block_country {
  margin-bottom: 25px;
}
.wizard__direction-block_country_error {
  height: 35px;
  line-height: 1;
}
.wizard__direction-block_location {
  font-size: 15px;
  /* display: flex;*/
  -ms-flex-pack: left;
      justify-content: left;
  margin: 10px 0;
}
.wizard__direction-block_location .btn.btn-secondary {
  height: auto !important;
  min-height: 40px;
}
.wizard__direction-block_location-title {
  color: #1a25ab;
  color: var(--primary-color, #1a25ab);
  font-size: 16px;
}
.wizard__direction-block_location .form-check {
  margin-right: 15px;
}
.wizard__direction-block_location .form-check-label {
  -ms-flex-align: start;
      align-items: start;
}
.wizard__direction-block_info-hubs label {
  height: 40px;
  display: inline-block;
  vertical-align: bottom;
  padding-bottom: 5px;
}
.wizard__direction-block_info-hubs label::after {
  content: "";
  display: inline-block;
  height: 100%;
}
.wizard__direction-block_info-hubs label {
  height: 40px;
  display: inline-block;
  vertical-align: bottom;
  padding-bottom: 5px;
}
.wizard__direction-block_info-hubs label::after {
  content: "";
  display: inline-block;
  height: 100%;
}
.wizard__cargo-from {
  border-radius: 3px;
  background-color: #fff;
  /*box-shadow: 0px 4px 8px rgba(51, 51, 51, 0.05);*/
  padding: 18px 0 0;
  margin: 0;
}
.wizard__cargo-from .containerPromptBtn {
  color: #4996ff;
  text-decoration: underline;
  cursor: pointer;
}
.wizard__cargo-from .inv_show_pc {
  display: none;
}
@media (min-width: 768px) {
  .wizard__cargo-from .inv_show_pc {
    display: block;
  }
}
.wizard__cargo-from .btn.btn-remove {
  background: url(/assets/app/static/fonts/icon-remove.dca3006e.svg) center no-repeat;
}
.wizard__cargo-from .btn.btn-remove:hover {
  background: url(/assets/app/static/fonts/icon-remove-hover.7b7e557e.svg) center no-repeat;
}
.wizard__cargo-from_header {
  padding: 0 39px 26px 8px;
}
.wizard__cargo-from_header_summary {
  display: none;
}
.wizard__cargo-from_header_summary .btn-collapse-cargo,
.wizard__cargo-from_header_summary .btn.btn-collapse-cargo {
  border: none;
  width: 24px;
  height: 24px;
}
.wizard__cargo-from_header_summary .btn-collapse-cargo.down,
.wizard__cargo-from_header_summary .btn.btn-collapse-cargo.down {
  background: url(/assets/app/static/fonts/icon-arrow-up.07b1d7d7.svg) center no-repeat;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.wizard__cargo-from_header_summary .btn-collapse-cargo.up,
.wizard__cargo-from_header_summary .btn.btn-collapse-cargo.up {
  background: url(/assets/app/static/fonts/icon-arrow-up.07b1d7d7.svg) center no-repeat;
}
.wizard__cargo-from_header_title {
  font-size: 24px;
  color: #333333;
  line-height: 24px;
  font-weight: 400;
}
.wizard__cargo-from_header_location {
  font-size: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: left;
      justify-content: left;
}
.wizard__cargo-from_header_location .form-check {
  margin-right: 15px;
}
.wizard__cargo-from_header_location .btn-cargo-type {
  height: 100%;
}
.wizard__cargo-from_header_location button span {
  width: 100%;
  display: block;
  text-overflow: ellipsis;
  text-wrap: nowrap;
  overflow: hidden;
}
.wizard__cargo-from_header_summary-cargo-info {
  font-family: Roboto;
  color: #8d98a6;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
}
.wizard__cargo-from_header_button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.wizard__cargo-from_summary_info_mobile {
  display: none;
  background-color: #fff;
  color: #8d98a6;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
.wizard__cargo-from_summary_info_mobile .containerPromptBtn {
  color: #4996ff;
  text-decoration: underline;
  cursor: pointer;
}
.wizard__cargo-from_summary_info_mobile :last-child {
  padding-bottom: 16px;
}
.wizard__cargo-from hr {
  border-color: #1a25ab;
  border-color: var(--primary-color, #1a25ab);
  border-width: 1px;
  width: 100%;
  display: none;
}
.wizard__cargo-from .total-weight {
  font-size: 16px;
  color: rgba(145, 152, 167, 0.9);
  -ms-flex-pack: right;
      justify-content: right;
}
.wizard__cargo-from .title {
  font-size: 20px;
  color: #1a25ab;
  color: var(--primary-color, #1a25ab);
}
.wizard__cargo-general-block .inv_show {
  display: block;
}
@media (max-width: 768px) {
  .wizard__cargo-general-block .inv_show {
    display: block;
  }
}
.wizard__cargo-general-block .card {
  border: none;
}
.wizard__cargo-general-block .card .card-body {
  padding: 0;
}
.wizard__cargo-general-block .cargo-general-size .form-group {
  width: 20%;
}
.wizard__cargo-general-block .cargo-general-size .form-group:nth-child(2), .wizard__cargo-general-block .cargo-general-size .form-group:nth-child(3) {
  display: block;
}
.wizard__cargo-general-block .cargo-general-size .form-group:nth-child(2) .Select-value-label, .wizard__cargo-general-block .cargo-general-size .form-group:nth-child(3) .Select-value-label {
  font-size: 1rem;
}
.wizard__cargo-general-block .cargo-general-size .form-group:nth-child(2) span.Select-arrow-zone, .wizard__cargo-general-block .cargo-general-size .form-group:nth-child(3) span.Select-arrow-zone {
  display: table-cell !important;
}
.wizard__cargo-general-block .cargo-general-size .form-group:nth-child(2) span.Select-arrow, .wizard__cargo-general-block .cargo-general-size .form-group:nth-child(3) span.Select-arrow {
  display: inline-block !important;
}
.wizard__cargo-general-block .cargo-general-size .form-group:nth-child(2) .react-numeric-input,
.wizard__cargo-general-block .cargo-general-size .form-group:nth-child(2) span, .wizard__cargo-general-block .cargo-general-size .form-group:nth-child(3) .react-numeric-input,
.wizard__cargo-general-block .cargo-general-size .form-group:nth-child(3) span {
  display: block;
}
.wizard__cargo-general-block .cargo-general-size .form-group .Select-value-label {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
}
.wizard__cargo-container-block .f-element-select-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.wizard__cargo-vehicle-block {
  margin-bottom: 24px;
  padding-left: 24px;
}
.wizard__cargo-vehicle-block .form-group {
  margin-bottom: 0;
}
.wizard__common-block {
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 5, 68, 0.25);
          box-shadow: 0 1px 3px 0 rgba(0, 5, 68, 0.25);
  padding: 18px 0;
}
.wizard__common-block_header {
  padding: 0 7px;
}
.wizard__common-block_title {
  font-size: 20px;
  color: #1a25ab;
  color: var(--primary-color, #1a25ab);
}
.wizard__common-block_body {
  display: none;
  border-top: 1px solid #c6cad2;
  padding-top: 18px;
}
.wizard__common-block_body.isShown {
  display: block;
}
.wizard .swap-button-block {
  position: absolute;
  z-index: 100;
  width: 78px;
  height: 78px;
  margin-left: -78px;
  margin-top: 64px;
  border: none;
  cursor: pointer;
  background: url(/assets/app/static/fonts/btn-swap.7bd86a4a.svg) no-repeat center transparent;
}
.wizard .swap-button-block:hover {
  background: url(/assets/app/static/fonts/btn-swap-dark.c36572a7.svg) no-repeat center transparent;
}
.wizard .wizard__cargo-from_header_location,
.wizard .wizard__cargo-from_header_location_row {
  width: 100%;
  padding-left: 24px;
}
.wizard .wizard__cargo-from_header_location .btn-group,
.wizard .wizard__cargo-from_header_location_row .btn-group {
  width: 100%;
}
.wizard .wizard__cargo-from_header_location .btn-group .btn.btn-secondary,
.wizard .wizard__cargo-from_header_location_row .btn-group .btn.btn-secondary {
  height: 40px;
  border: 1px solid #d3d8e0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wizard .wizard__cargo-from_header_location .btn-group .btn.btn-secondary.disabled,
.wizard .wizard__cargo-from_header_location_row .btn-group .btn.btn-secondary.disabled {
  color: #d3d8e0;
  background: rgba(214, 214, 214, 0.1);
}
.wizard .wizard__cargo-from_header_location .btn-group .btn.btn-secondary:first-child,
.wizard .wizard__cargo-from_header_location_row .btn-group .btn.btn-secondary:first-child {
  width: 25%;
  border-radius: 3px 0 0 3px;
}
.wizard .wizard__cargo-from_header_location .btn-group .btn.btn-secondary:last-child,
.wizard .wizard__cargo-from_header_location_row .btn-group .btn.btn-secondary:last-child {
  border-radius: 0 3px 3px 0;
}
.wizard .wizard__cargo-from_header_location .btn-group .btn.btn-secondary:nth-child(2),
.wizard .wizard__cargo-from_header_location_row .btn-group .btn.btn-secondary:nth-child(2) {
  width: 25%;
}
.wizard .wizard__cargo-from_header_location .btn-group .btn.btn-secondary:nth-child(3),
.wizard .wizard__cargo-from_header_location_row .btn-group .btn.btn-secondary:nth-child(3) {
  width: 25%;
}
.wizard .wizard__cargo-from_header_location .btn-group .btn.btn-secondary.isSelected,
.wizard .wizard__cargo-from_header_location_row .btn-group .btn.btn-secondary.isSelected {
  background: #4996ff;
  border-color: #4996ff;
  color: white;
}
.wizard .wizard__cargo-from_header_location_row {
  padding-left: 12px;
}
.wizard .wizard__cargo-from_header_location_row .wizard__cargo-from_header_location {
  padding-left: 12px !important;
}
.wizard .wizard__direction-block_location {
  width: 100%;
}
.wizard .wizard__direction-block_location .btn-group {
  width: 100%;
}
.wizard .wizard__direction-block_location .btn-group .btn {
  height: 100% !important;
  border-radius: 0;
  padding: 5px;
  -ms-flex: 25% 1 1;
      flex: 25% 1 1;
}
.wizard .wizard__direction-block_location .btn-group .btn.disabled {
  color: #d3d8e0;
  background: rgba(214, 214, 214, 0.1);
}
.wizard .wizard__direction-block_location .btn-group .btn:first-child {
  border-radius: 3px 0 0 3px;
}
.wizard .wizard__direction-block_location .btn-group .btn:last-child {
  border-radius: 0 3px 3px 0;
}
.wizard .wizard__direction-block_location .btn {
  border: 1px solid #d3d8e0;
  background: transparent;
  border-radius: 3px;
}
.wizard .wizard__direction-block_location .btn:hover, .wizard .wizard__direction-block_location .btn:active, .wizard .wizard__direction-block_location .btn:focus {
  background: transparent;
}
.wizard .wizard__direction-block_location .btn.isSelected {
  background: #4996ff;
  border-color: #4996ff;
  color: white;
}
.wizard .wizard__direction-block_location-placeholder {
  color: #8d98a6;
  font-family: Roboto;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  margin-bottom: 9px;
}
.wizard .block-margin-top {
  margin-top: 28px;
}
.wizard__select-100 .f-control {
  width: 100%;
}
.wizard__select-size-unit {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.wizard__select-size-unit .f-control {
  width: 70px;
}
.wizard__select-weight-unit {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.wizard__select-weight-unit .f-control {
  width: 70px;
}
.wizard__select-custom .f-control {
  width: 100%;
}
.wizard__insurance-form_header {
  padding: 0 7px;
}
.wizard__insurance-form_header .checkbox {
  width: 18px;
  height: 18px;
  color: #1a25ab;
  color: var(--primary-color, #1a25ab);
  border: solid 1px;
}
.wizard__insurance-form_title {
  font-size: 20px;
  color: #1a25ab;
  color: var(--primary-color, #1a25ab);
}
.wizard__insurance-form_body {
  display: none;
  padding-top: 18px;
}
.wizard__insurance-form_body.isShown {
  display: block;
}
.wizard .btn.btn-remove {
  background: url(/assets/app/static/fonts/icon-remove.dca3006e.svg) center no-repeat;
}
.wizard .btn.btn-remove:hover,
.wizard .btn.btn-remove:focus,
.wizard .btn.btn-remove:active {
  background: url(/assets/app/static/fonts/icon-remove-hover.7b7e557e.svg) center no-repeat;
}
.wizard .btn-reset,
.wizard .btn-search {
  height: 48px;
  border-radius: 3px;
  border: 1px solid;
}
.wizard .btn.btn-reset {
  border-color: #f5541d;
  color: #f5541d;
}
.wizard .btn.btn-reset:hover, .wizard .btn.btn-reset:active, .wizard .btn.btn-reset:focus {
  background-color: rgba(245, 84, 29, 0.05);
  border-color: #f5541d;
}
.wizard .btn.btn-search {
  border: #62cfa8;
  background-color: #62cfa8;
}
.wizard .btn.btn-search:hover, .wizard .btn.btn-search:active, .wizard .btn.btn-search:focus {
  background-color: #40c595;
  border: #40c595;
}
.wizard .customsClearance__price {
  color: #1a25ab;
  color: var(--primary-color, #1a25ab);
  font-size: 20px;
}
.wizard .customsClearance__desc {
  color: #8d98a6;
  font-size: 14px;
  white-space: pre-wrap;
}
.wizard .f-element-number .react-numeric-input input {
  height: 48px;
  border-radius: 3px;
}
.wizard .f-element-address .geosuggest__input-wrapper input {
  height: 48px;
}
.wizard .f-element-address .geosuggest__input-wrapper input:disabled {
  background-color: #f9f9f9;
}
.wizard .f-element-date .react-datepicker__input-container input {
  height: 38px;
}
.wizard .f-element-date .react-datepicker__input-container input:focus {
  border-color: #4996ff;
}
.wizard .f-element-select .Select-control {
  height: 48px;
  border-radius: 3px;
  border: 1px solid #d3d8e0;
}
.wizard .checkmark {
  min-width: 18px;
}
.wizard .errorMessage {
  color: #dc3545;
  font-size: 80%;
}
.wizard input {
  font-size: 16px;
  color: #000;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.wizard input::-webkit-input-placeholder {
  color: rgba(145, 152, 167, 0.5);
}
.wizard input::-moz-placeholder {
  color: rgba(145, 152, 167, 0.5);
}
.wizard input:-moz-placeholder {
  color: rgba(145, 152, 167, 0.5);
}
.wizard input:-ms-input-placeholder {
  color: rgba(145, 152, 167, 0.5);
}
.wizard .Select-placeholder,
.wizard .Select--single > .Select-control .Select-value {
  padding: 0.5rem 1.5rem 0.5rem 0.75rem;
  line-height: 28px;
}
.wizard .Select {
  scrollbar-width: thin;
  scrollbar-color: #d3d8e0 white;
}
.wizard .Select .Select-menu-outer {
  border-radius: 3px;
}
.wizard .Select *::-webkit-scrollbar {
  width: 6px;
  height: 22px;
}
.wizard .Select ::-webkit-scrollbar-thumb {
  background-color: #d3d8e0;
}
.wizard .Select .Select-arrow-zone {
  background: url(/assets/app/static/fonts/select-arrow-new.98e48bdd.svg) center no-repeat;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-left: 5px;
}
.wizard .Select .Select-arrow-zone .Select-arrow {
  border-width: 0 !important;
}
.wizard .Select.is-open > .Select-control {
  border-radius: 3px;
}
.wizard .Select.is-focused .Select-control {
  border-color: #4996ff !important;
}
.wizard .Select.is-focused .Select-arrow-zone {
  background-image: url(/assets/app/static/fonts/select-arrow-down-new.7b9f538b.svg);
}
.wizard .Select-option:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.wizard .Select-option.is-focused {
  background-color: #4996ff !important;
  background-color: var(--#4996ff, );
}
.wizard .Select-option.is-selected {
  background-color: #4996ff !important;
}
.wizard .Select-option.is-selected:hover {
  background-color: #4996ff !important;
}
.wizard .details-order-param {
  border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 8px rgba(51, 51, 51, 0.05);
          box-shadow: 0px 4px 8px rgba(51, 51, 51, 0.05);
  padding: 18px 0 0;
  margin: 0;
  padding-left: 9px !important;
}
@media screen and (min-width: 991px) {
  .wizard .details-order-param {
    padding-left: 23px !important;
    padding-right: 23px;
  }
}
.wizard .details-order-param h1 {
  font-size: 24px;
}
.wizard .details-order-param .f-element-number .react-numeric-input input {
  height: 38px;
}
.wizard .details-order-param .f-element-select .Select-control {
  height: 38px;
  padding: 0;
}
.wizard .details-order-param .Select-placeholder,
.wizard .details-order-param .Select--single > .Select-control .Select-value {
  line-height: 22px;
}

.alert-danger-wizard {
  display: -ms-flexbox;
  display: flex;
  background: rgba(248, 175, 36, 0.05);
  border: 1px solid #ff0000;
  border-left-width: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  color: #333333;
}
.alert-danger-wizard .close {
  background: url(/assets/app/static/fonts/icon-alert-close.3044b6bb.svg) no-repeat center transparent;
}
.alert-danger-wizard > button {
  -ms-flex: 0 0 30px;
      flex: 0 0 30px;
}

.alert-warning-wizard {
  display: -ms-flexbox;
  display: flex;
  background: rgba(248, 175, 36, 0.05);
  border: 1px solid #f8af24;
  border-left-width: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  color: #333333;
}
.alert-warning-wizard .close {
  background: url(/assets/app/static/fonts/icon-alert-close.3044b6bb.svg) no-repeat center transparent;
}
.alert-warning-wizard .warning {
  background: url(/assets/app/static/fonts/icon-warning.e4b8a872.svg) no-repeat center transparent;
  width: 24px;
  height: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 30px;
      flex: 0 0 30px;
}
.alert-warning-wizard > button {
  -ms-flex: 0 0 30px;
      flex: 0 0 30px;
}

.wizard_title {
  margin-top: 48px;
  margin-bottom: 32px;
  font-size: 32px;
  color: #333333;
  line-height: 32px;
  font-weight: 400;
}

.wizard_title h1 {
  font-size: 32px;
  color: #333333;
  line-height: 32px;
  font-weight: 400;
}

.wizard_btn_calculate {
  float: right;
  border-radius: 3px;
}

.ui-highlight {
  -webkit-animation: highlight-animation 2s infinite;
          animation: highlight-animation 2s infinite;
}

@-webkit-keyframes highlight-animation {
  0% {
    -webkit-box-shadow: 0 0 5px rgba(228, 96, 109, 0.5);
            box-shadow: 0 0 5px rgba(228, 96, 109, 0.5);
  }
  50% {
    -webkit-box-shadow: 0 0 20px #e4606d;
            box-shadow: 0 0 20px #e4606d;
  }
  100% {
    -webkit-box-shadow: 0 0 5px rgba(228, 96, 109, 0.5);
            box-shadow: 0 0 5px rgba(228, 96, 109, 0.5);
  }
}

@keyframes highlight-animation {
  0% {
    -webkit-box-shadow: 0 0 5px rgba(228, 96, 109, 0.5);
            box-shadow: 0 0 5px rgba(228, 96, 109, 0.5);
  }
  50% {
    -webkit-box-shadow: 0 0 20px #e4606d;
            box-shadow: 0 0 20px #e4606d;
  }
  100% {
    -webkit-box-shadow: 0 0 5px rgba(228, 96, 109, 0.5);
            box-shadow: 0 0 5px rgba(228, 96, 109, 0.5);
  }
}
.no-right-borders .Select-control {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.no-left-borders input {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.cargo-item .f-label {
  font-size: 14px !important;
}

.toggleDropdown {
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 5, 68, 0.25);
          box-shadow: 0 1px 3px 0 rgba(0, 5, 68, 0.25);
}
.toggleDropdown__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 18px 22px;
}
.toggleDropdown__label {
  font-size: 20px;
  color: #1a25ab;
  color: var(--primary-color, #1a25ab);
}
.toggleDropdown__body {
  border-top: 1px solid #c6cad2;
  padding: 18px 22px;
}

.calculations-list {
  padding-top: 18px;
  /* Let's get this party started */
  /* Track */
  /* Handle */
}
@media screen and (min-width: 1330px) {
  .calculations-list .pr-1330px-0 {
    padding-right: 0px;
  }
}
.calculations-list .block-message-requared {
  background: #2f80ef;
}
.calculations-list .scroll-block {
  max-height: 700px;
  min-height: 500px;
  overflow-y: auto;
  margin-top: 28px;
  margin-bottom: 28px;
}
.calculations-list .scroll-block.max-500 {
  max-height: 500px;
}
.calculations-list ::-webkit-scrollbar {
  width: 2px;
  height: 5px;
}
.calculations-list ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.calculations-list ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #4996ff;
  background-color: var(--primary-active-color, #4996ff);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.calculations-list ::-webkit-scrollbar-thumb:window-inactive {
  background-color: #4996ff;
  background-color: var(--primary-active-color, #4996ff);
  opacity: 0.8;
}
.calculations-list .scrollBtn {
  position: absolute;
  z-index: 990;
  display: -ms-flexbox;
  display: flex;
  right: -40px;
  bottom: 80px;
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 38, 115, 0.25);
          box-shadow: 0 0 10px 0 rgba(0, 38, 115, 0.25);
}
.calculations-list .scrollBtn__wrapper {
  position: absolute;
  right: 15px;
  bottom: 0;
  z-index: 100;
}
.calculations-list .scrollBtn__bot {
  bottom: 40px;
}
.calculations-list .scrollBtn-mobile {
  position: fixed;
  bottom: 80px;
}
.calculations-list .scrollBtn-mobile .scrollBtn {
  left: 0;
}
.calculations-list .scrollBtn .fa {
  color: #1a25ab;
  color: var(--primary-color, #1a25ab);
  margin: auto;
  font-size: 20px;
}
.calculations-list .scrollBtn:hover {
  cursor: pointer;
}
.calculations-list__loader {
  color: #1a25ab;
  color: var(--primary-color, #1a25ab);
}
.calculations-list .legsPreloader {
  padding: 20px 0 5px;
  z-index: 100;
}
.calculations-list .legsPreloader_position_fixed, .calculations-list .legsPreloader_position_absolute {
  bottom: 0;
  background: #fff;
}
.calculations-list .legsPreloader_position_fixed {
  position: fixed;
}
.calculations-list .legsPreloader_position_absolute {
  position: absolute;
}
.calculations-list .legsPreloader__text {
  color: #1a25ab;
}
.calculations-list .legsPreloader__animation {
  margin-bottom: 15px;
}
.calculations-list .legsPreloader__animation .location-wr {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 40px;
  height: 40px;
  margin: 0 15px;
}
.calculations-list .legsPreloader__animation .location-wr:before {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #1a25ab;
  background-color: var(--primary-color, #1a25ab);
  -webkit-animation: circlePulse 4s ease-in-out infinite backwards;
          animation: circlePulse 4s ease-in-out infinite backwards;
}
.calculations-list .legsPreloader__animation .location-wr:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.calculations-list .legsPreloader__animation .location-wr.truck:before {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.calculations-list .legsPreloader__animation .location-wr.truck:after {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAVCAYAAABLy77vAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAASZJREFUeNqslDFuwjAYhX9HdAIJKpWdhYGlcyckuuQOHbp04Aq9Qc/AwIjEIXqADogLsHCBllBljOq+P7xExlhALJ70xbLi95L8v2Ox1rbBEhS2uQp62waXmYgMwRvYSTPdgznYCIJy8AgkEvXm+kYWiXegkDj19EsSTmJDaiVyI7lBI7AG9krW9JwELcAn6LMb5+hz7aJ2cz9UY6dBtx7o6enFr1HeoCxHDWoFWnmtun6QFm7K+S6iYS9lBj5vxd2dRuzqlN6VTp5ZNBMRZOidiNMxHd9BBj44zzxCa0qvOfxqZZ0Mi638gh8w8OqxDawpvW5QwtFVdqGr+vA/Hav2f4MUfHkLxxeCnuiVqkavYB9xQu7prWvkyjqvHVLw/s2OkX8BBgDjEOk9wKcuMgAAAABJRU5ErkJggg==);
  background-size: 20px 24px;
}
.calculations-list .legsPreloader__animation .location-wr.sea:before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.calculations-list .legsPreloader__animation .location-wr.sea:after {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAVCAYAAABLy77vAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAT1JREFUeNqk1DFLw0AYxvEaJNa4uLtIp6CToLsujkL3TopboUKnbv0IHRy6mElx6dLiIC6CkyAdFHR0cKgfoKCb8f/CE2whSZPz4Ad313sf7q5JvDiOKxkCRPiWSHOp671KdjtHDTtS01x6y9mR7SKcGYeaK72jUi0v6Bp9hNLXXOmgJt7xjBf1m1mLl3OCvnCMD6zjzPVopVrWjvYl6VfR1fgRt0WDqjpO0l+ZGa+mFSzZM7CgdYveUQvBP67HalsW1MONY1ig2p4FfWID2w5Bu9i0DLvse7zhySHoARfYsh0NcALfIchX7cCChpii7RDUVu3QjvajV8GO+IpRwZAjdHBgGckrMkYDl/rRX3CcjtY2VDv3ZI+UHuFUl3iHNf3NezjUnUy1dpz3hfRQxxUm8V+baK6uNXN1vwIMAD6u4BRd5okPAAAAAElFTkSuQmCC);
  background-size: 20px 24px;
}
.calculations-list .legsPreloader__animation .location-wr.air:before {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.calculations-list .legsPreloader__animation .location-wr.air:after {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAQCAYAAAAMJL+VAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAVRJREFUeNq01D9Lw0AYx/EkNR2LOEl2A4raNeDgZF+A7oW+AME3oPhndFFcfQt16JvQ3UJB7FACnUSCg4KBnN/IrxhCGhOsB59ee3meS+7uaWxjjFWjnag/r5qwZNVrKzXjLcf675ZuUQXbGOBdBhr7NbfKCjq4xwgbMtJY568r8BChV3Ctp2te2Rw2H03u8znn/jfwcICWzizKXO9jisM5+c30Bi98STDEo/qhtuEJ+4jxkEsO4OIOPtaxKVvqnXQZrg6sj1iHOEUijcyS0wdaRku/G5m4qXJjzZXO6Tp6utQe2jhGiDWtLFsIRlv0linzRLGhctua63vesioa4xndkpiuYsZVqugMH5hgR2O7qpRLBFiVQGORYizlTLRNp7N582VlF5Saj1uE5qeFGvML4u18mdb541+pP1rUu+haBzur81exNGYUs7C36YUmrdy+BBgAFqLBqD3QuyUAAAAASUVORK5CYII=);
  background-size: 30px 20px;
}
.calculations-list .legsPreloader__animation .path {
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color, #1a25ab)), color-stop(0%, transparent));
  background-image: linear-gradient(to right, var(--primary-color, #1a25ab) 50%, transparent 0%);
  background-size: 4px 2px;
  background-repeat: repeat-x;
  background-position: center;
  -webkit-animation: lineWidth 4s ease-in-out infinite backwards;
          animation: lineWidth 4s ease-in-out infinite backwards;
}
.calculations-list .legsPreloader__animation .path-wr {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.calculations-list .legsPreloader__animation .path-2 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.calculations-list .legsPreloader__animation .path-3 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.calculations-list .legsPreloader__animation .path-4 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
@-webkit-keyframes lineWidth {
  0% {
    width: 0%;
  }
  25% {
    width: 100%;
  }
}
@keyframes lineWidth {
  0% {
    width: 0%;
  }
  25% {
    width: 100%;
  }
}
@-webkit-keyframes circlePulse {
  0% {
    width: 30px;
    height: 30px;
    opacity: 0;
  }
  25% {
    width: 40px;
    height: 40px;
    opacity: 1;
  }
}
@keyframes circlePulse {
  0% {
    width: 30px;
    height: 30px;
    opacity: 0;
  }
  25% {
    width: 40px;
    height: 40px;
    opacity: 1;
  }
}
.calculations-list__order-info {
  border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 5, 68, 0.25);
          box-shadow: 0 1px 3px 0 rgba(0, 5, 68, 0.25);
}
.calculations-list__order-info .container-px-0 {
  padding-right: 0px;
  padding-left: 0px;
}
@media screen and (max-width: 991px) {
  .calculations-list__order-info .container-px-0 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.calculations-list__order-info.block-margin-top {
  margin-top: 28px;
}
.calculations-list__order-info_header {
  padding: 38px 32px 37px;
  background-color: var(--white, );
  border-radius: 6px 6px 0 0;
}
.calculations-list__order-info_header.block-margin-top {
  margin-top: 28px;
}
.calculations-list__order-info_header p {
  font-size: 24px;
  line-height: 24px;
  color: #333;
  margin: 0;
}
.calculations-list__order-info_header div.hr {
  background-color: rgba(211, 216, 224, 0.5);
  height: 1px;
  margin-top: 26px;
}
.calculations-list__order-info_header p.title {
  font-size: 24px;
  line-height: 24px;
  color: #333;
  margin: 0;
}
.calculations-list__order-info_header p.date {
  font-size: 18px;
  line-height: 24px;
  color: #8d98a6;
  margin-top: 8px;
}
.calculations-list__order-info_header_mobile {
  background-color: #fff;
}
.calculations-list__order-info_header_mobile .line {
  width: 100%;
  height: 1px;
  background-color: #8d98a6;
}
.calculations-list__order-info_header_mobile .title-mobile {
  font-size: 18px;
  color: #313131;
  padding: 24px 10px 0 10px;
}
.calculations-list__order-info_header_mobile .title-mobile .list-location .main-block {
  margin-left: 10px;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-top: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.calculations-list__order-info_header_mobile .title-mobile .list-location .item-block {
  padding-left: 30px;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 16px;
}
.calculations-list__order-info_header_mobile .title-mobile .list-location .item-graph {
  position: absolute;
  top: 3px;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 9px;
  height: 100%;
}
.calculations-list__order-info_header_mobile .title-mobile .list-location .item-graph-pointer {
  position: absolute;
  top: 0px;
  width: 30px;
  height: 30px;
  min-height: 9px;
  background: url(/assets/app/static/fonts/pointer-icon-mobile.6344c54f.svg) no-repeat center center;
}
.calculations-list__order-info_header_mobile .title-mobile .list-location .item-graph-doter {
  position: absolute;
  top: 33px;
  height: calc(100% - 6px - 15px);
  width: 1px;
  border: 1px dashed #8d98a6;
}
.calculations-list__order-info_header_mobile .title-mobile .list-location .item-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.calculations-list__order-info_header_mobile .title-mobile .header-mobile {
  font-size: 24px;
}
.calculations-list__order-info_header_mobile .title-mobile .text-size-18 {
  font-size: 18px;
}
.calculations-list__order-info_header_mobile .title-mobile .text-size-14 {
  font-size: 14px;
}
.calculations-list__order-info_header_mobile .title-mobile .text-size-12 {
  font-size: 12px;
}
.calculations-list__order-info_header_mobile .title-mobile .text-color-lg {
  color: #8d98a6;
}
.calculations-list__order-info_header_mobile .title-mobile div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.calculations-list__order-info_header_mobile .title-mobile div .icon-mobile-arrow {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAANdJREFUeNpi/Pr1KwORQA2IVwJxKBDfgQlycXFhVczEQDyYCcQGQHwAiFUIKSbF4FggvgvE0sQYTorBT4DYgVjDSTEYq+Hfvn1ToYbBRBtOjsFEGU6uwQQNp8RgvIYzAjMIM5DmpdACGSDeATX8PhDbgQy+DmRoMFAX3GJioBGgRVCAwtuBBUj8BeIPFBq6AWroUyB2BhZMT5io4FJQ1laGGuoANPQhpckNm6F3KE3HeA0l12CChpJjMFGGkmowhqHIVRQlBi8m1lBSDU4H4gvEGAoCAAEGAEz7VNlb/OBbAAAAAElFTkSuQmCC) no-repeat center;
  background-size: cover;
  width: 11px;
  height: 11px;
  margin: 0 10px;
}
.calculations-list__order-info_header_mobile .title-mobile div .cargo-general-mobile-icon {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAARhJREFUeNqskk0OwVAUhW9fmGuTxs8C7MFQhK7KAuzAEizBz8DQzAIMOhQioUMiPOfJwQ1F/dzkS25zzzm97XvGWiskAAebvQ70nP1GbtUAU+CDHmiz74Au+zZnPrWNi1kHtUAfJBTG7Ldgxz7mLKG29SxoxL4IVvJYK86E2oegKgjAhM8lME8JmnMm1Ab0XoMiMAZ74IHwxUYhNXt6Ih3UVJ8VKlNakNaM6D0H5UEdDJTIGWxKkFVbCT3Om3dBNbAGMw4rYCHPa0GN0OO8NcPVhkro3rZ8EbRUGwm9TcOfpYPKGYLKd0GRh+t95Cn8UtYw5BfcTfeM/Kl0UIHH+wnXyqWE+xmX2LwLSr75tJy6sV+d1qU5CTAAmo+MeY6y/VgAAAAASUVORK5CYII=) no-repeat center;
  background-size: cover;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.calculations-list__order-info_header_mobile .title-mobile div .cargo-container-mobile-icon {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAASCAYAAAC5DOVpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKZJREFUeNpi/P//PwMRAKSICUrjBEwMxAOCtpJi2Dkg1qSGYeJAvAeIl1JiWCsQ9wHxPSDmBGJD/AEBjAAcOBSIfwHxAyCOhNK/oOJY9WAT1ADi3UD8GIgLgPjcfwg4B+U/hspr4DOMG4g7gPgLlObG4QKc6hj/E5nQiAEsUFoBiD9SaNZ7mGEggz5Q6jImAqmcJD4TAxXB0DGMkRI+VV1G1UQLEGAA3V3U1gIyfJYAAAAASUVORK5CYII=) no-repeat center;
  background-size: cover;
  width: 19px;
  height: 18px;
  margin-right: 10px;
}
.calculations-list__order-info_header_mobile .title-mobile div .cargo-vehicle-mobile-icon {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTnU1rJkAAAApklEQVQ4T62POw6DQAxEOS1FTsIF0kQ5AVXSRTTpcynj8QecjSMtFk8aMTMLg3YgolOUlhWlZUVpGdSLDjnwTe5lH+LnWyrlURoygdb3sg059aFwBQ2MZ3v2IB+91AsX1kft8aF/1IfsWnI9AJ/JiR5hYvnIAs88LafY2ayJ7sgCB1ck9pki+4gNXtEyt+YHX7KzkQUmL7ZD0PpMTvQ/L1WVlsdFwwrEfeQAoWrkFgAAAABJRU5ErkJggg==) no-repeat center;
  background-size: cover;
  width: 23px;
  height: 23px;
  margin-right: 10px;
}
.calculations-list__order-info_header_mobile .date {
  margin-top: 10px;
  font-size: 18px;
  color: #313131;
}
.calculations-list__order-info .row {
  margin: 0;
}
.calculations-list__order-info_body {
  padding-left: 32px;
  padding-right: 32px;
  background-color: #fff;
  border-radius: 0 0 6px 6px;
}
.calculations-list__order-info_body p {
  font-size: 16px;
  color: #000;
  margin: 4px 0;
}
.calculations-list__order-info_body p.title {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  color: #8d98a6;
}
.calculations-list__order-info_body_cargo .my-40px {
  margin-top: 20px;
  margin-bottom: 20px;
}
.calculations-list__order-info_body_cargo .mb-35px {
  margin-bottom: calc(35px - 1.5rem);
}
.calculations-list__order-info_body_cargo .container-px-0 {
  padding-right: 0px;
  padding-left: 0px;
}
@media screen and (max-width: 991px) {
  .calculations-list__order-info_body_cargo .container-px-0 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.calculations-list__order-info_body_cargo .no-line {
  border-bottom: none;
  padding: 5px 0 0;
}
.calculations-list__order-info_body_cargo .short-view {
  display: none;
}
.calculations-list__order-info_body_cargo .short-view div {
  display: inline-block;
}
.calculations-list__order-info_body_cargo .wide-view {
  display: block;
}
@media screen and (max-width: 1304px) {
  .calculations-list__order-info_body_cargo .wide-view {
    display: none;
  }
  .calculations-list__order-info_body_cargo .short-view {
    display: block;
  }
}
.calculations-list__order-info_body_cargo div.hr {
  background-color: rgba(211, 216, 224, 0.5);
  height: 1px;
  width: 100%;
  margin-top: 0px;
}
.calculations-list__order-info_body_cargo .line {
  border-bottom: 1px solid #c6cad2;
  padding: 5px 0;
}
.calculations-list__order-info_body_cargo .text-size-18 {
  font-size: 18px;
}
.calculations-list__order-info_body_cargo .text-size-14 {
  font-size: 14px;
}
.calculations-list__order-info_body_cargo .text-size-12 {
  font-size: 12px;
}
.calculations-list__order-info_body_cargo .text-color-lg {
  color: #8d98a6;
}
.calculations-list__order-info_body_cargo div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.calculations-list__order-info_body_cargo div .icon-mobile-arrow {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAANdJREFUeNpi/Pr1KwORQA2IVwJxKBDfgQlycXFhVczEQDyYCcQGQHwAiFUIKSbF4FggvgvE0sQYTorBT4DYgVjDSTEYq+Hfvn1ToYbBRBtOjsFEGU6uwQQNp8RgvIYzAjMIM5DmpdACGSDeATX8PhDbgQy+DmRoMFAX3GJioBGgRVCAwtuBBUj8BeIPFBq6AWroUyB2BhZMT5io4FJQ1laGGuoANPQhpckNm6F3KE3HeA0l12CChpJjMFGGkmowhqHIVRQlBi8m1lBSDU4H4gvEGAoCAAEGAEz7VNlb/OBbAAAAAElFTkSuQmCC) no-repeat center;
  background-size: cover;
  width: 11px;
  height: 11px;
  margin: 0 10px;
}
.calculations-list__order-info_body_cargo div .cargo-general-mobile-icon {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAARhJREFUeNqskk0OwVAUhW9fmGuTxs8C7MFQhK7KAuzAEizBz8DQzAIMOhQioUMiPOfJwQ1F/dzkS25zzzm97XvGWiskAAebvQ70nP1GbtUAU+CDHmiz74Au+zZnPrWNi1kHtUAfJBTG7Ldgxz7mLKG29SxoxL4IVvJYK86E2oegKgjAhM8lME8JmnMm1Ab0XoMiMAZ74IHwxUYhNXt6Ih3UVJ8VKlNakNaM6D0H5UEdDJTIGWxKkFVbCT3Om3dBNbAGMw4rYCHPa0GN0OO8NcPVhkro3rZ8EbRUGwm9TcOfpYPKGYLKd0GRh+t95Cn8UtYw5BfcTfeM/Kl0UIHH+wnXyqWE+xmX2LwLSr75tJy6sV+d1qU5CTAAmo+MeY6y/VgAAAAASUVORK5CYII=) no-repeat center;
  background-size: cover;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.calculations-list__order-info_body_cargo div .cargo-container-mobile-icon {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAASCAYAAAC5DOVpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKZJREFUeNpi/P//PwMRAKSICUrjBEwMxAOCtpJi2Dkg1qSGYeJAvAeIl1JiWCsQ9wHxPSDmBGJD/AEBjAAcOBSIfwHxAyCOhNK/oOJY9WAT1ADi3UD8GIgLgPjcfwg4B+U/hspr4DOMG4g7gPgLlObG4QKc6hj/E5nQiAEsUFoBiD9SaNZ7mGEggz5Q6jImAqmcJD4TAxXB0DGMkRI+VV1G1UQLEGAA3V3U1gIyfJYAAAAASUVORK5CYII=) no-repeat center;
  background-size: cover;
  width: 19px;
  height: 18px;
  margin-right: 10px;
}
.calculations-list__order-info_body_cargo div .cargo-vehicle-mobile-icon {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTnU1rJkAAAApklEQVQ4T62POw6DQAxEOS1FTsIF0kQ5AVXSRTTpcynj8QecjSMtFk8aMTMLg3YgolOUlhWlZUVpGdSLDjnwTe5lH+LnWyrlURoygdb3sg059aFwBQ2MZ3v2IB+91AsX1kft8aF/1IfsWnI9AJ/JiR5hYvnIAs88LafY2ayJ7sgCB1ck9pki+4gNXtEyt+YHX7KzkQUmL7ZD0PpMTvQ/L1WVlsdFwwrEfeQAoWrkFgAAAABJRU5ErkJggg==) no-repeat center;
  background-size: cover;
  width: 23px;
  height: 23px;
  margin-right: 10px;
}
.calculations-list__order-info_body_cargo .list-location {
  margin-bottom: 17px;
}
.calculations-list__order-info_body_cargo .list-location .text-size-18 {
  font-size: 18px;
}
.calculations-list__order-info_body_cargo .list-location .text-size-14 {
  font-size: 14px;
}
.calculations-list__order-info_body_cargo .list-location .text-size-12 {
  font-size: 12px;
}
.calculations-list__order-info_body_cargo .list-location .text-color-lg {
  color: #8d98a6;
}
.calculations-list__order-info_body_cargo .list-location .main-block {
  -ms-flex-align: start;
      align-items: flex-start;
  margin-top: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.calculations-list__order-info_body_cargo .list-location .item-block {
  padding-left: 30px;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 16px;
}
.calculations-list__order-info_body_cargo .list-location .item-graph {
  position: absolute;
  top: 3px;
  left: 7px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 9px;
  height: 100%;
}
.calculations-list__order-info_body_cargo .list-location .item-graph-pointer {
  position: absolute;
  top: 0px;
  width: 30px;
  height: 30px;
  min-height: 9px;
  background: url(/assets/app/static/fonts/pointer-icon-mobile.6344c54f.svg) no-repeat center center;
}
.calculations-list__order-info_body_cargo .list-location .item-graph-doter {
  position: absolute;
  top: 33px;
  height: calc(100% - 6px - 15px);
  width: 1px;
  border: 1px dashed #8d98a6;
}
.calculations-list__order-info_body_cargo .list-location .item-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.calculations-list__order-info_body_cargo .line .cargo-info,
.calculations-list__order-info_body_cargo .no-line .cargo-info {
  -ms-flex-align: center;
      align-items: center;
}
.calculations-list__order-info_body_cargo .line .cargo-info p,
.calculations-list__order-info_body_cargo .no-line .cargo-info p {
  font-size: 14px;
}
.calculations-list__order-info_body_cargo .line .cargo-info p span,
.calculations-list__order-info_body_cargo .no-line .cargo-info p span {
  max-width: 85px;
}
.calculations-list__order-info_body_cargo .line p,
.calculations-list__order-info_body_cargo .no-line p {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.calculations-list__order-info_body_cargo .line p .from-location-icon,
.calculations-list__order-info_body_cargo .no-line p .from-location-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/app/static/fonts/arrowLocation-up.3437767e.svg);
  background-size: cover;
  width: 16px;
  height: 16px;
  margin-right: 12px;
}
.calculations-list__order-info_body_cargo .line p .from-location-icon.color-yellow,
.calculations-list__order-info_body_cargo .no-line p .from-location-icon.color-yellow {
  background-image: url(/assets/app/static/fonts/arrowLocation-up.e83aa5dd.svg);
}
.calculations-list__order-info_body_cargo .line p .to-location-icon,
.calculations-list__order-info_body_cargo .no-line p .to-location-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/app/static/fonts/arrowLocation-down.42a87e7d.svg);
  width: 16px;
  height: 16px;
  margin-right: 12px;
}
.calculations-list__order-info_body_cargo .line p .to-location-icon.color-yellow,
.calculations-list__order-info_body_cargo .no-line p .to-location-icon.color-yellow {
  background-image: url(/assets/app/static/fonts/arrowLocation-down.46608d92.svg);
}
.calculations-list__order-info_body_cargo .line p .cargo-container-icon,
.calculations-list__order-info_body_cargo .no-line p .cargo-container-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/app/static/fonts/containerCargo.5f1b981f.svg);
  min-width: 23px;
  height: 21px;
  margin-right: 12px;
}
.calculations-list__order-info_body_cargo .line p .cargo-container-icon.color-yellow,
.calculations-list__order-info_body_cargo .no-line p .cargo-container-icon.color-yellow {
  background-image: url(/assets/app/static/fonts/containerCargo.00015e74.svg);
}
.calculations-list__order-info_body_cargo .line p .cargo-general-icon,
.calculations-list__order-info_body_cargo .no-line p .cargo-general-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/app/static/fonts/generalCargo.e4c6a7a8.svg);
  width: 20px;
  height: 18px;
  margin-right: 12px;
}
.calculations-list__order-info_body_cargo .line p .cargo-general-icon.color-yellow,
.calculations-list__order-info_body_cargo .no-line p .cargo-general-icon.color-yellow {
  background-image: url(/assets/app/static/fonts/generalCargo.2778e5e4.svg);
}
.calculations-list__order-info_body_cargo .line p .cargo-vehicle-icon,
.calculations-list__order-info_body_cargo .no-line p .cargo-vehicle-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/app/static/fonts/vehicleCargo.29ddff57.svg);
  width: 25px;
  height: 25px;
  margin-right: 12px;
}
.calculations-list__order-info_body_cargo .line p .cargo-vehicle-icon.color-yellow,
.calculations-list__order-info_body_cargo .no-line p .cargo-vehicle-icon.color-yellow {
  background-image: url(/assets/app/static/fonts/vehicleCargo.c3cd0fec.svg);
}
.calculations-list__order-info_body_cargo .btn {
  width: 205px;
}
.calculations-list__order-info_body_cargo .customs .value {
  text-align: right;
}
.calculations-list__order-info_body .custom_tooltip {
  position: relative;
  display: inline-block;
  /* cursor: pointer;*/
}
.calculations-list__order-info_body .custom_tooltip__text {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
}
.calculations-list__order-info_body .custom_tooltip:hover .custom_tooltip__text {
  /*visibility: visible;*/
}
.calculations-list__filter {
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 5, 68, 0.25);
          box-shadow: 0 1px 3px 0 rgba(0, 5, 68, 0.25);
}
.calculations-list__filter.block-margin-top {
  margin-top: 28px;
}
.calculations-list__filter p {
  margin: 0;
}
.calculations-list__filter_mobile {
  background-color: transparent;
}
.calculations-list__filter_mobile_body {
  font-size: 16px;
  color: #9198a7;
}
.calculations-list__filter_mobile_body .form-group {
  margin-bottom: 0px;
}
@media screen and (min-width: 992px) and (max-width: 1124px) {
  .calculations-list__filter_mobile_body .curriencies-filter.ru {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1092px) {
  .calculations-list__filter_mobile_body .curriencies-filter.en {
    padding-bottom: 20px;
  }
}
.calculations-list__filter_mobile_body .total-count {
  margin-left: 0;
}
.calculations-list__filter_mobile_body .total-count p {
  color: #8d98a6;
  line-height: 42px;
}
.calculations-list__filter_mobile_body .total-count p .number {
  color: #000;
  margin-left: 7px;
}
@media screen and (max-width: 1298px) {
  .calculations-list__filter_mobile_body .total-count.ru {
    margin-left: auto;
  }
}
@media screen and (max-width: 1208px) {
  .calculations-list__filter_mobile_body .total-count.en {
    margin-left: auto;
  }
}
@media screen and (max-width: 992px) {
  .calculations-list__filter_mobile_body .total-count {
    margin-left: 0px;
  }
  .calculations-list__filter_mobile_body .total-count p {
    line-height: 30px;
  }
}
.calculations-list__filter_mobile_body p {
  margin-bottom: 0px;
}
.calculations-list__filter_mobile_body .params {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.calculations-list__filter_mobile_body .params p {
  margin-right: 5px;
}
.calculations-list__filter_mobile_body .params .btn.btn-filter {
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1;
}
.calculations-list__filter_mobile_body .params .btn.btn-filter .filter-arrow-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/app/static/fonts/filter-arrow.bf7456ba.svg);
  height: 17px;
  width: 11px;
  margin-left: 5px;
}
.calculations-list__filter_mobile_body .params .btn.btn-filter .filter-arrow-icon.color-yellow {
  background-image: url(/assets/app/static/fonts/filter-arrow.dbb5fc9f.svg);
}
.calculations-list__filter_mobile_body .params .currency-select {
  width: 120px;
  margin-bottom: 0;
}
.calculations-list__filter_mobile_body .params .currency-select .Select-control {
  padding-right: 0.2rem;
}
.calculations-list__filter_mobile_body .params .currency-select .Select-arrow-zone {
  padding-right: 0;
}
.calculations-list__filter_list .btn.btn-filter.disabled {
  opacity: 0.4;
}
.calculations-list__filter_list .btn.btn-filter.disabled:hover, .calculations-list__filter_list .btn.btn-filter.disabled.active {
  opacity: 0.4;
}
.calculations-list__calculation {
  position: relative;
  margin-bottom: 28px;
  padding-bottom: 1em;
  border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 5, 68, 0.25);
          box-shadow: 0 1px 3px 0 rgba(0, 5, 68, 0.25);
}
.calculations-list__calculation .loader {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(51, 51, 51, 0.3);
  height: 100%;
  width: 100%;
  z-index: 9999;
  backdrop-filter: blur(1px);
  border-radius: 3px;
}
.calculations-list__calculation .loader .fail {
  max-width: 350px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0.3rem;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 15px;
  color: #333;
}
.calculations-list__calculation .loader .fail .row:nth-child(2) {
  margin-top: 10px;
}
.calculations-list__calculation .loader .fail .row:nth-child(2) .col-6:nth-child(1) {
  border-right: 1px solid rgba(51, 51, 51, 0.1);
}
@media screen and (max-width: 1199px) {
  .calculations-list__calculation .loader .fail {
    margin: 20px;
    text-align: center;
  }
}
.calculations-list__calculation .loader .fail .update_all {
  color: #4996ff;
  cursor: pointer;
}
.calculations-list__calculation.block-margin-top {
  margin-top: 28px;
}
.calculations-list__calculation:last-child {
  margin-bottom: 0;
}
.calculations-list__calculation_alert {
  border-bottom: 1px solid #c6cad2;
  color: #ffa500;
  font-size: 16px;
  padding: 10px 0;
}
.calculations-list__calculation_alert p {
  margin: 0;
  padding-right: 20px;
}
.calculations-list__calculation .pl-38px {
  padding-left: 21px;
}
.calculations-list__calculation .d-none-1 {
  display: none;
}
.calculations-list__calculation .d-block-1 {
  display: block;
}
.calculations-list__calculation .d-lg-block-1 {
  display: block;
}
.calculations-list__calculation .d-lg-none-1 {
  display: none;
}
.calculations-list__calculation .d-none-2 {
  display: none;
}
.calculations-list__calculation .d-block-2 {
  display: block;
}
.calculations-list__calculation .d-lg-block-2 {
  display: block;
}
.calculations-list__calculation .d-lg-none-2 {
  display: none;
}
@media screen and (max-width: 1330px) {
  .calculations-list__calculation .d-block-2 {
    display: block;
  }
  .calculations-list__calculation .d-lg-block-2 {
    display: none;
  }
}
@media screen and (min-width: 1330px) {
  .calculations-list__calculation .d-block-2 {
    display: none;
  }
  .calculations-list__calculation .d-lg-block-2 {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  .calculations-list__calculation .d-block-1 {
    display: block;
  }
  .calculations-list__calculation .d-lg-block-1 {
    display: none;
  }
}
@media screen and (min-width: 1199px) {
  .calculations-list__calculation .d-block-1 {
    display: none;
  }
  .calculations-list__calculation .d-lg-block-1 {
    display: block;
  }
}
.calculations-list__calculation_path {
  padding-top: 24px;
  padding-bottom: 24px;
  /* border: 1px solid $elementGray-color;*/
  margin-top: 15px;
}
.calculations-list__calculation_path_location-block {
  font-size: 16px;
  color: #9198a7;
}
.calculations-list__calculation_path_location-block .location-list-legs .main-block {
  margin-left: 10px;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-top: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.calculations-list__calculation_path_location-block .location-list-legs .item-block {
  padding-left: 15px;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 16px;
}
.calculations-list__calculation_path_location-block .location-list-legs .item-graph {
  position: absolute;
  top: 3px;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 9px;
  height: 100%;
}
.calculations-list__calculation_path_location-block .location-list-legs .item-graph-pointer {
  position: absolute;
  top: 0px;
  width: 30px;
  height: 30px;
  min-height: 9px;
  /*background: url("../img/icons/blue/pointer-icon-mobile.svg") no-repeat center center;*/
}
.calculations-list__calculation_path_location-block .location-list-legs .item-graph-doter {
  position: absolute;
  top: 33px;
  left: 15px;
  height: calc(100% - 6px - 15px);
  width: 1px;
  border: 1px dashed #8d98a6;
}
.calculations-list__calculation_path_location-block .location-list-legs .item-content {
  width: 100%;
}
.calculations-list__calculation_path_location-block .location-list-legs .item-content .location-name {
  font-size: 18px;
  /*text-overflow:ellipsis;*/
}
.calculations-list__calculation_path_location-block .location-list-legs .item-content .location-name .integrator_title {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  max-height: 22px;
  margin-top: auto;
}
.calculations-list__calculation_path_location-block .location-list-legs .item-content .location-name .date {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  color: #4996ff;
  border: 1px solid #4996ff;
  padding: 2px;
  font-size: 12px;
  line-height: 16px;
  max-width: 70px;
}
.calculations-list__calculation_path_location-block .location-list-legs .item-content .location-name .country {
  color: #8d98a6;
  font-size: 14px;
}
.calculations-list__calculation_path_location-block .location-list-legs .item-content .location-name p {
  overflow: hidden;
  margin-bottom: 0;
  color: #000;
}
@media screen and (max-width: 1199px) {
  .calculations-list__calculation_path_location-block .location-list-legs .item-content .location-name p {
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.calculations-list__calculation_path_location-block .location-list-legs .item-content .show-pc {
  display: none;
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
  .calculations-list__calculation_path_location-block .location-list-legs .item-content .hide-pc {
    display: none;
  }
  .calculations-list__calculation_path_location-block .location-list-legs .item-content .show-pc {
    display: block;
  }
}
@media screen and (min-width: 1199px) {
  .calculations-list__calculation_path_location-block .location-list-legs .item-content .d-lg-block-1 {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  .calculations-list__calculation_path_location-block .location-list-legs .item-content .d-lg-none-1 {
    display: block;
  }
}
.calculations-list__calculation_path_location-block .location-list-legs .item-content .show-only-pc {
  display: block;
}
.calculations-list__calculation_path_location-block .location-list-legs .item-content .show-only-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .calculations-list__calculation_path_location-block .location-list-legs .item-content .show-only-pc {
    display: none;
  }
  .calculations-list__calculation_path_location-block .location-list-legs .item-content .show-only-mobile {
    display: block;
  }
}
@media screen and (min-width: 1199px) {
  .calculations-list__calculation_path_location-block .location-list-legs .item-content .location-name {
    font-size: 18px;
    line-height: 24px;
  }
}
.calculations-list__calculation_path_location-block .location-list-legs .location-dot-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/app/static/fonts/dot.465c958a.svg);
  min-width: 6px;
  height: 6px;
  margin: 0 9px;
}
.calculations-list__calculation_path_location-block .location-list-legs .location-dot-icon.color-yellow {
  background-image: url(/assets/app/static/fonts/dot.87b0746f.svg);
}
.calculations-list__calculation_path_location-block .location-list-legs .location-arrow-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/app/static/fonts/icon-arrow-left.4b48532d.svg);
  min-width: 16px;
  height: 8px;
}
.calculations-list__calculation_path_location-block .location-list-legs .location-arrow-icon.color-yellow {
  background-image: url(/assets/app/static/fonts/icon-arrow-left.4b48532d.svg);
}
.calculations-list__calculation_path_location-block .location-list-legs .location-arrow-icon-down {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/app/static/fonts/icon-arrow-left.4b48532d.svg);
  background-size: cover;
  min-width: 14px;
  width: 14px;
  height: 10px;
  margin: 0 9px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.calculations-list__calculation_path_location-block .location-list-legs .location-arrow-icon-down.color-yellow {
  background-image: url(/assets/app/static/fonts/icon-arrow-left.4b48532d.svg);
}
.calculations-list__calculation_path_location-block .location-list-legs .sea-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/app/static/fonts/sea-new-icon.55b07c9c.svg);
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-right: 5px;
  margin-left: 4px;
}
.calculations-list__calculation_path_location-block .location-list-legs .sea-icon.color-yellow {
  background-image: url(/assets/app/static/fonts/sea-new-icon.55b07c9c.svg);
}
.calculations-list__calculation_path_location-block .location-list-legs .truck-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/app/static/fonts/truck-new-icon.2cdfd797.svg);
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-right: 5px;
  margin-left: 4px;
}
.calculations-list__calculation_path_location-block .location-list-legs .truck-icon.color-yellow {
  background-image: url(/assets/app/static/fonts/truck-new-icon.2cdfd797.svg);
}
.calculations-list__calculation_path_location-block .location-list-legs .complex-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/app/static/fonts/complex-icon.370526cc.svg);
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-right: 5px;
  margin-left: 4px;
}
.calculations-list__calculation_path_location-block .location-list-legs .complex-icon.color-yellow {
  background-image: url(/assets/app/static/fonts/complex-icon.370526cc.svg);
}
.calculations-list__calculation_path_location-block .location-list-legs .air-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/app/static/fonts/air-new-icon.6abbee73.svg);
  width: 25px;
  min-width: 25px;
  height: 25px;
  margin-right: 5px;
  margin-left: 4px;
}
.calculations-list__calculation_path_location-block .location-list-legs .air-icon.color-yellow {
  background-image: url(/assets/app/static/fonts/air-new-icon.6abbee73.svg);
}
.calculations-list__calculation_path_location-block .location-list-legs .train-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/app/static/fonts/train-new-icon.ee3b687b.svg);
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-right: 5px;
  margin-left: 4px;
}
.calculations-list__calculation_path_location-block .location-list-legs .train-icon.color-yellow {
  background-image: url(/assets/app/static/fonts/train-new-icon.ee3b687b.svg);
}
.calculations-list__calculation_path_location-block .location-list-legs .pointer-icon-mobile {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/app/static/fonts/pointer-icon-mobile.6344c54f.svg);
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-right: 5px;
  margin-left: 4px;
}
.calculations-list__calculation_path_location-block .location-list-legs .pointer-icon-mobile.color-yellow {
  background-image: url(/assets/app/static/fonts/pointer-icon-mobile.05f2b85e.svg);
}
.calculations-list__calculation_path_location-block .location {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 18px;
  color: #000;
  margin-bottom: 8px;
}
.calculations-list__calculation_path_location-block .location .location-dot-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/app/static/fonts/dot.465c958a.svg);
  min-width: 6px;
  height: 6px;
  margin: 0 9px;
}
.calculations-list__calculation_path_location-block .location .location-dot-icon.color-yellow {
  background-image: url(/assets/app/static/fonts/dot.87b0746f.svg);
}
.calculations-list__calculation_path_location-block .location .sea-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/app/static/fonts/sea-icon.3b969e0f.svg);
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-right: 5px;
}
.calculations-list__calculation_path_location-block .location .sea-icon.color-yellow {
  background-image: url(/assets/app/static/fonts/sea-icon.544c5bde.svg);
}
.calculations-list__calculation_path_location-block .location .truck-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/app/static/fonts/truck-icon.da207d8c.svg);
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-right: 5px;
}
.calculations-list__calculation_path_location-block .location .truck-icon.color-yellow {
  background-image: url(/assets/app/static/fonts/truck-icon.64bbf317.svg);
}
.calculations-list__calculation_path_location-block .location .complex-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/app/static/fonts/complex-icon.370526cc.svg);
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-right: 5px;
}
.calculations-list__calculation_path_location-block .location .complex-icon.color-yellow {
  background-image: url(/assets/app/static/fonts/complex-icon.370526cc.svg);
}
.calculations-list__calculation_path_location-block .location .air-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/app/static/fonts/air-icon.7d1a9e6f.svg);
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-right: 5px;
}
.calculations-list__calculation_path_location-block .location .air-icon.color-yellow {
  background-image: url(/assets/app/static/fonts/air-icon.2f9dd6a3.svg);
}
.calculations-list__calculation_path_location-block .location .train-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/app/static/fonts/train-icon.5fb946e7.svg);
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-right: 5px;
}
.calculations-list__calculation_path_location-block .location .train-icon.color-yellow {
  background-image: url(/assets/app/static/fonts/train-icon.23e57111.svg);
}
.calculations-list__calculation_path_location-block .integrator {
  font-size: 14px;
}
.calculations-list__calculation_path_location-block .integrator p {
  margin: 0;
}
.calculations-list__calculation_path .needToKnow {
  color: #ffa500;
  margin-bottom: 10px;
}
.calculations-list__calculation .d-none-1 {
  display: none;
}
.calculations-list__calculation .d-block-1 {
  display: block;
}
.calculations-list__calculation .d-lg-block-1 {
  display: block;
}
.calculations-list__calculation .d-lg-none-1 {
  display: none;
}
@media screen and (max-width: 1199px) {
  .calculations-list__calculation .d-block-1 {
    display: block;
  }
  .calculations-list__calculation .d-lg-block-1 {
    display: none;
  }
}
@media screen and (min-width: 1199px) {
  .calculations-list__calculation .d-block-1 {
    display: none;
  }
  .calculations-list__calculation .d-lg-block-1 {
    display: block;
  }
}
.calculations-list__calculation_price_btn .details-btn {
  border: 1px solid #4996ff;
  border-radius: 3px;
  background: rgba(73, 150, 255, 0.1);
  opacity: 0.8;
  color: #4996ff;
  width: 100%;
}
.calculations-list__calculation_price_btn .details-btn:hover {
  opacity: 1;
}
.calculations-list__calculation_price {
  margin-top: 32px;
  padding: 4px 17px 12px 21px;
}
@media screen and (min-width: 1199px) {
  .calculations-list__calculation_price {
    border-left: 1px solid rgba(211, 216, 224, 0.5);
  }
}
.calculations-list__calculation_price .copy-link {
  font-size: 14px;
  line-height: 24px;
  color: #4996ff;
  text-decoration: none;
  padding: 0;
  vertical-align: middle;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #4996ff;
  border-radius: 0;
}
.calculations-list__calculation_price .copy-link:hover {
  border-bottom-color: transparent;
}
.calculations-list__calculation_price p {
  margin: 0;
}
.calculations-list__calculation_price .cost-label {
  color: #8d98a6;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 7px;
}
.calculations-list__calculation_price .cost {
  cursor: default;
  font-size: 24px;
  line-height: 24px;
  color: #333;
  margin-bottom: 20px;
}
.calculations-list__calculation_price .cost.blur {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.calculations-list__calculation_price .cost .blur {
  cursor: pointer;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.calculations-list__calculation_price .cost .nowrap {
  white-space: nowrap;
}
@media screen and (min-width: 1199px) {
  .calculations-list__calculation .d-block-1 {
    display: none;
  }
  .calculations-list__calculation .d-lg-block-1 {
    display: block;
  }
}
.calculations-list__calculation_price_btn .details-btn {
  border: 1px solid #4996ff;
  border-radius: 3px;
  background: rgba(73, 150, 255, 0.1);
  opacity: 0.8;
  color: #4996ff;
  width: 100%;
}
.calculations-list__calculation_price_btn .details-btn:hover {
  opacity: 1;
}
.calculations-list__calculation_price {
  margin-top: 32px;
  padding: 4px 17px 12px 21px;
}
@media screen and (min-width: 1199px) {
  .calculations-list__calculation_price {
    border-left: 1px solid rgba(211, 216, 224, 0.5);
  }
}
.calculations-list__calculation_price .copy-link {
  font-size: 14px;
  line-height: 24px;
  color: #4996ff;
  text-decoration: none;
  padding: 0;
  vertical-align: middle;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #4996ff;
  border-radius: 0;
}
.calculations-list__calculation_price .copy-link:hover {
  border-bottom-color: transparent;
}
.calculations-list__calculation_price p {
  margin: 0;
}
.calculations-list__calculation_price .cost-label {
  color: #8d98a6;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 7px;
}
.calculations-list__calculation_price .cost {
  cursor: default;
  font-size: 24px;
  line-height: 24px;
  color: #333;
  margin-bottom: 20px;
}
.calculations-list__calculation_price .cost .blur {
  cursor: pointer;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.calculations-list__calculation_price .cost.blur {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.calculations-list__calculation_price .cost .nowrap {
  white-space: nowrap;
}
.calculations-list__calculation_price .cost-mobile {
  font-size: 24px;
  color: #000;
  margin-bottom: 20px;
}
.calculations-list__calculation_price .cost-mobile .nowrap {
  white-space: nowrap;
}
.calculations-list__calculation_price .integrator {
  color: #000;
  font-size: 14px;
}
.calculations-list__calculation_price .integrator .name-field {
  color: #8d98a6;
}
.calculations-list__calculation_price .details-btn {
  border: 1px solid #4996ff;
  border-radius: 3px;
  background: rgba(73, 150, 255, 0.1);
  opacity: 0.8;
  color: #4996ff;
  width: 100%;
}
.calculations-list__calculation_price .details-btn:hover {
  opacity: 1;
}
.calculations-list__calculation_price .btn-save {
  background-color: transparent;
  border: 1px solid #4996ff;
  border-radius: 3px;
  color: #4996ff;
  width: 100%;
  text-align: center;
}
.calculations-list__calculation_price .btn-save:hover {
  background-color: #4996ff;
  color: #fff;
}
.calculations-list__calculation_price .btn-create-order {
  border-radius: 3px;
}
.calculations-list__calculation_price .tooltip-btn-order-outer {
  z-index: 1059;
  position: fixed;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.calculations-list__calculation_price .tooltip-btn-order {
  position: absolute;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  margin-top: calc(0.5rem + 1px);
}
.calculations-list__calculation_price .tooltip-btn-order .inner .body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.calculations-list__calculation_price .tooltip-btn-order .arrow {
  top: calc(-0.5rem - 1px);
}
.calculations-list__calculation_price .tooltip-btn-order .arrow:before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.calculations-list__calculation_price .tooltip-btn-order .arrow:after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.calculations-list__calculation_price .btn-mail {
  background: url(/assets/app/static/fonts/mail-send.a7865ff4.svg) no-repeat center center;
  height: 18px;
  width: 22px;
}
.calculations-list__calculation_price .btn-mail-text {
  vertical-align: center;
  line-height: 20px;
  margin-left: 20px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  color: #313131;
}
.calculations-list__calculation_price .btn-copy {
  background: url(/assets/app/static/fonts/copy-icon.e3e14556.svg) no-repeat center center;
  height: 18px;
  width: 22px;
}
.calculations-list__calculation_price .btn-discussPrice {
  background: url(/assets/app/static/fonts/order-discuss.10374040.svg) no-repeat center center;
  height: 24px;
  width: 24px;
}
.calculations-list__calculation_price .btn-downloadPDF {
  background: url(/assets/app/static/fonts/uploadLogo.4a7feb88.svg) no-repeat center center;
  height: 24px;
  width: 24px;
}
.calculations-list__calculation_price .btn-copy-text {
  vertical-align: center;
  line-height: 20px;
  margin-left: 20px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  color: #4996ff;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #4996ff;
  border-radius: 0;
}
.calculations-list__calculation_price .btn-copy-text:hover {
  border-bottom-color: transparent;
}
.calculations-list__calculation_collapse-title {
  padding: 15px 7px 0;
  font-size: 20px;
  color: #1a25ab;
  color: var(--primary-color, #1a25ab);
}
.calculations-list__calculation_collapse-title p {
  margin: 0;
}
.calculations-list__calculation .table_full {
  margin-top: 16px;
  margin-bottom: 16px;
  border: 1px solid #f8af24;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
}
.calculations-list__calculation .table_full .background-with-yellow {
  background-color: rgba(248, 175, 36, 0.2);
  padding-bottom: 12px;
  padding-top: 12px;
}
.calculations-list__calculation .table_full .label-title {
  color: #f8af24;
}
.calculations-list__calculation .table_full .background-without-yellow {
  padding-bottom: 12px;
  padding-top: 12px;
}
.calculations-list__calculation .new-table {
  padding-left: 3px;
  margin-right: 20px;
}
.calculations-list__calculation .new-table .sea-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/app/static/fonts/sheep-green-icon.8e7af9b3.svg);
  background-size: cover;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.calculations-list__calculation .new-table .sea-icon.color-yellow {
  background-image: url(/assets/app/static/fonts/sheep-green-icon.8e7af9b3.svg);
}
.calculations-list__calculation .new-table .truck-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/app/static/fonts/truck-green-icon.656dbe95.svg);
  background-size: cover;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.calculations-list__calculation .new-table .truck-icon.color-yellow {
  background-image: url(/assets/app/static/fonts/truck-green-icon.656dbe95.svg);
}
.calculations-list__calculation .new-table .complex-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/app/static/fonts/complex-green.5f449f60.svg);
  background-size: cover;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.calculations-list__calculation .new-table .complex-icon.color-yellow {
  background-image: url(/assets/app/static/fonts/complex-green.5f449f60.svg);
}
.calculations-list__calculation .new-table .air-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/app/static/fonts/air-green-icon.674a82c8.svg);
  background-size: cover;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.calculations-list__calculation .new-table .air-icon.color-yellow {
  background-image: url(/assets/app/static/fonts/air-green-icon.674a82c8.svg);
}
.calculations-list__calculation .new-table .train-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/app/static/fonts/train-green-icon.5fe315ae.svg);
  background-size: cover;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.calculations-list__calculation .new-table .train-icon.color-yellow {
  background-image: url(/assets/app/static/fonts/train-green-icon.5fe315ae.svg);
}
.calculations-list__calculation .new-table .item-block {
  padding-left: 15px;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 16px;
}
.calculations-list__calculation .new-table .item-graph {
  position: absolute;
  top: 28px;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 9px;
  height: 100%;
}
.calculations-list__calculation .new-table .item-graph-pointer {
  position: absolute;
  top: 0px;
  width: 40px;
  height: 40px;
  min-height: 40px;
  /*background: url("../img/icons/blue/pointer-icon-mobile.svg") no-repeat center center;*/
}
.calculations-list__calculation .new-table .item-graph-doter {
  position: absolute;
  top: 33px;
  left: 19px;
  height: 100%;
  width: 1px;
  border: 1px solid #62cfa8;
}
.calculations-list__calculation_table_summary {
  border-radius: 3px;
}
.calculations-list__calculation_table_summary table {
  border: 1px solid #f8af24;
  width: 100%;
}
.calculations-list__calculation_table_summary table th {
  vertical-align: middle;
  padding-left: 6px;
  padding-top: 6px;
  padding-bottom: 6px;
  border: none;
  color: #f1a618;
  font-size: 12px;
  font-weight: normal;
  background-color: rgba(248, 175, 36, 0.1);
}
.calculations-list__calculation_table_summary table th:nth-last-child(1) {
  padding-right: 6px;
}
.calculations-list__calculation_table_summary table td:nth-last-child(1) {
  padding-right: 6px;
}
.calculations-list__calculation_table_summary table td {
  vertical-align: middle;
  border: none;
  padding-left: 6px;
  line-height: 24px;
  /*padding-top: 9px;
  padding-bottom: 7px;*/
  font-size: 14px;
  color: #333;
}
.calculations-list__calculation_table_summary table td.price {
  color: #ffc107;
}
.calculations-list__calculation_table_summary table td .price {
  color: #ffc107;
}
.calculations-list__calculation_table_summary table tr:nth-of-type(even) {
  background-color: rgba(248, 175, 36, 0.1);
}
.calculations-list__calculation_table_summary table tr.total-cost td {
  color: #333;
  font-size: 16px;
  vertical-align: middle;
  padding-top: 9px;
  padding-bottom: 7px;
  line-height: 24px;
  font-weight: 700;
}
.calculations-list__calculation_table_summary table tr.total-cost .priceOverTime {
  color: #000;
  font-size: 13px;
}
.calculations-list__calculation .js-calculation-report-part .document-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/app/static/fonts/customs-clearance-green-icon.f8fef9d3.svg);
  background-size: cover;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 3px;
}
.calculations-list__calculation .js-calculation-report-part .document-icon.color-yellow {
  background-image: url(/assets/app/static/fonts/customs-clearance-green-icon.f8fef9d3.svg);
}
.calculations-list__calculation .js-calculation-report-part .item-block {
  padding-left: 15px;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 16px;
}
.calculations-list__calculation .js-calculation-report-part .item-graph {
  position: absolute;
  top: 28px;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 9px;
  height: 100%;
}
.calculations-list__calculation .js-calculation-report-part .item-graph-pointer {
  position: absolute;
  top: 0px;
  width: 40px;
  height: 40px;
  min-height: 40px;
  /*background: url("../img/icons/blue/pointer-icon-mobile.svg") no-repeat center center;*/
}
.calculations-list__calculation .js-calculation-report-part .item-graph-doter {
  position: absolute;
  top: 33px;
  left: 19px;
  height: 100%;
  width: 1px;
  border: 1px solid #62cfa8;
}
.calculations-list__calculation_table_total .js-integrator-reward-title,
.calculations-list__calculation_table_total .js-integrator-customs-title,
.calculations-list__calculation_table_total .js-integrator-insurance-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.calculations-list__calculation_table_total .js-integrator-reward-title .ico-wrap,
.calculations-list__calculation_table_total .js-integrator-customs-title .ico-wrap,
.calculations-list__calculation_table_total .js-integrator-insurance-title .ico-wrap {
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  margin-right: 5px;
}
.calculations-list__calculation_table_total .js-integrator-reward-title .fa,
.calculations-list__calculation_table_total .js-integrator-customs-title .fa,
.calculations-list__calculation_table_total .js-integrator-insurance-title .fa {
  color: #1a25ab;
  color: var(--primary-color, #1a25ab);
  font-size: 1.2rem;
  margin: 0 auto;
}
.calculations-list__calculation_table_total .total-price {
  border-radius: 3px;
  border: 1px solid #62cfa8;
  background: rgba(98, 207, 168, 0.2);
  color: #1a25ab;
  color: var(--primary-color, #1a25ab);
  padding: 24px;
}
.calculations-list__calculation_table_total .total-price .condition-btn {
  color: #4996ff;
  font-size: 14px;
  line-height: 24px;
  border-bottom-color: #4996ff;
}
.calculations-list__calculation_table_total .total-price .btn-save {
  background-color: transparent;
  border: 1px solid #4996ff;
  border-radius: 3px;
  color: #4996ff;
  width: 100%;
  height: 40px;
  text-align: center;
}
.calculations-list__calculation_table_total .total-price .btn-save:hover {
  background-color: #4996ff;
  color: #fff;
}
.calculations-list__calculation_table_total .total-price .btn-create-order {
  min-height: 40px;
  border-radius: 3px;
}
.calculations-list__calculation_table_total .total-price .tooltip-btn-order {
  background-color: white;
  border-radius: 3px;
  border: 1px solid #333;
}
.calculations-list__calculation_table_total .total-price p {
  margin: 0;
}
.calculations-list__calculation_table_total .total-price .js-integrator-reward-label,
.calculations-list__calculation_table_total .total-price .js-total-cost-label {
  font-size: 14px;
  line-height: 24px;
  color: #8d98a6;
}
.calculations-list__calculation_table_total .total-price .js-integrator-reward,
.calculations-list__calculation_table_total .total-price .js-total-cost {
  font-size: 20px;
  line-height: 24px;
  color: #333;
}
.calculations-list__calculation_table_total .total-price .js-integrator-reward .nds,
.calculations-list__calculation_table_total .total-price .js-total-cost .nds {
  margin-top: 7px;
  font-size: 14px;
  line-height: 24px;
}
.calculations-list__calculation_table_total .total-price .price {
  color: #ffc107;
}
.calculations-list__calculation_table {
  padding: 28px 24px 24px;
  /* @media screen and (min-width: 1330px){
    border: 1px solid #D3D8E0;
  }*/
  /* border: 1px solid #D3D8E0;*/
  border-radius: 3px;
}
.calculations-list__calculation_table .document-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/app/static/fonts/customs-clearance-green-icon.f8fef9d3.svg);
  background-size: cover;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 3px;
}
.calculations-list__calculation_table .document-icon.color-yellow {
  background-image: url(/assets/app/static/fonts/customs-clearance-green-icon.f8fef9d3.svg);
}
.calculations-list__calculation_table .border-mobile {
  border: 1px solid #d3d8e0;
}
.calculations-list__calculation_table_title {
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 15px;
  display: block;
}
.calculations-list__calculation_table_title .cell-with-icon {
  -ms-flex-align: center;
      align-items: center;
  font-size: 18px;
  color: #333;
}
.calculations-list__calculation_table_title .cell-with-icon .location-name .integrator_title {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  max-height: 22px;
  margin-top: auto;
}
.calculations-list__calculation_table_title .cell-with-icon .location-name .date {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  color: #4996ff;
  border: 1px solid #4996ff;
  padding: 2px;
  font-size: 12px;
  line-height: 16px;
  max-width: 70px;
}
.calculations-list__calculation_table_title .cell-with-icon .location-name .country {
  color: #8d98a6;
  font-size: 14px;
}
.calculations-list__calculation_table_title .cell-with-icon .location-name p {
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0;
  color: #000;
}
.calculations-list__calculation_table_title .cell-with-icon .location-arrow-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/app/static/fonts/icon-arrow-left.4b48532d.svg);
  background-size: cover;
  min-width: 14px;
  width: 14px;
  height: 10px;
  margin: 0 9px;
}
.calculations-list__calculation_table_title .cell-with-icon .location-arrow-icon.color-yellow {
  background-image: url(/assets/app/static/fonts/icon-arrow-left.4b48532d.svg);
}
@media screen and (max-width: 991px) {
  .calculations-list__calculation_table_title .cell-with-icon .location-arrow-icon {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.calculations-list__calculation_table_title .cell-with-icon .location-arrow-icon-down {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/app/static/fonts/icon-arrow-left.4b48532d.svg);
  background-size: cover;
  min-width: 14px;
  width: 14px;
  height: 10px;
  margin: 0 9px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.calculations-list__calculation_table_title .cell-with-icon .location-arrow-icon-down.color-yellow {
  background-image: url(/assets/app/static/fonts/icon-arrow-left.4b48532d.svg);
}
@media screen and (max-width: 991px) {
  .calculations-list__calculation_table_title .cell-with-icon .location-arrow-icon {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.calculations-list__calculation_table_title .cell-with-icon .location-arrow-icon-down {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/app/static/fonts/icon-arrow-left.4b48532d.svg);
  background-size: cover;
  min-width: 14px;
  width: 14px;
  height: 10px;
  margin: 0 9px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.calculations-list__calculation_table_title .cell-with-icon .location-arrow-icon-down.color-yellow {
  background-image: url(/assets/app/static/fonts/icon-arrow-left.4b48532d.svg);
}
.calculations-list__calculation_table_title .sea-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/app/static/fonts/sea-icon.3b969e0f.svg);
  background-size: cover;
  width: 20px;
  height: 24px;
  margin-right: 10px;
}
.calculations-list__calculation_table_title .sea-icon.color-yellow {
  background-image: url(/assets/app/static/fonts/sea-icon.544c5bde.svg);
}
.calculations-list__calculation_table_title .truck-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/app/static/fonts/truck-icon.da207d8c.svg);
  background-size: cover;
  width: 20px;
  height: 24px;
  margin-right: 10px;
}
.calculations-list__calculation_table_title .truck-icon.color-yellow {
  background-image: url(/assets/app/static/fonts/truck-icon.64bbf317.svg);
}
.calculations-list__calculation_table_title .complex-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/app/static/fonts/complex-icon.370526cc.svg);
  width: 20px;
  height: 24px;
  margin-right: 10px;
}
.calculations-list__calculation_table_title .complex-icon.color-yellow {
  background-image: url(/assets/app/static/fonts/complex-icon.370526cc.svg);
}
.calculations-list__calculation_table_title .air-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/app/static/fonts/air-icon.7d1a9e6f.svg);
  background-size: cover;
  width: 30px;
  height: 20px;
  margin-right: 10px;
}
.calculations-list__calculation_table_title .air-icon.color-yellow {
  background-image: url(/assets/app/static/fonts/air-icon.2f9dd6a3.svg);
}
.calculations-list__calculation_table_title .train-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/app/static/fonts/train-icon.5fb946e7.svg);
  background-size: cover;
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
.calculations-list__calculation_table_title .train-icon.color-yellow {
  background-image: url(/assets/app/static/fonts/train-icon.23e57111.svg);
}
.calculations-list__calculation_table .js-integrator-reward-title,
.calculations-list__calculation_table .js-integrator-customs-title,
.calculations-list__calculation_table .js-integrator-insurance-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.calculations-list__calculation_table .js-integrator-reward-title .ico-wrap,
.calculations-list__calculation_table .js-integrator-customs-title .ico-wrap,
.calculations-list__calculation_table .js-integrator-insurance-title .ico-wrap {
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  margin-right: 5px;
}
.calculations-list__calculation_table .js-integrator-reward-title .fa,
.calculations-list__calculation_table .js-integrator-customs-title .fa,
.calculations-list__calculation_table .js-integrator-insurance-title .fa {
  color: #1a25ab;
  color: var(--primary-color, #1a25ab);
  font-size: 1.2rem;
  margin: 0 auto;
}
.calculations-list__calculation_table .total-price {
  background-color: #e5ffe5;
  color: #1a25ab;
  color: var(--primary-color, #1a25ab);
  padding: 26px 0 26px;
}
.calculations-list__calculation_table .total-price p {
  margin: 0;
}
.calculations-list__calculation_table .total-price .js-integrator-reward-label,
.calculations-list__calculation_table .total-price .js-total-cost-label {
  font-size: 13px;
}
.calculations-list__calculation_table .total-price .price {
  color: #ffc107;
}
.calculations-list__calculation_table .table-wrap {
  overflow-x: auto;
}
.calculations-list__calculation_table table {
  border: none;
  width: 100%;
}
.calculations-list__calculation_table table th {
  vertical-align: middle;
  padding-left: 6px;
  padding-top: 6px;
  padding-bottom: 12px;
  border: none;
  color: #8d98a6;
  font-size: 12px;
  font-weight: normal;
  background-color: rgba(211, 216, 224, 0.2);
}
.calculations-list__calculation_table table th:nth-last-child(1) {
  padding-right: 12px;
}
.calculations-list__calculation_table table td:nth-last-child(1) {
  padding-right: 12px;
}
.calculations-list__calculation_table table td {
  vertical-align: middle;
  border: none;
  padding-left: 6px;
  line-height: 16px;
  font-size: 14px;
  color: #333;
}
.calculations-list__calculation_table table td.price {
  color: #ffc107;
}
.calculations-list__calculation_table table td .price {
  color: #ffc107;
}
.calculations-list__calculation_table table tr:nth-of-type(even) {
  background-color: rgba(211, 216, 224, 0.2);
}
.calculations-list__calculation_table table tr.total-cost td {
  color: #333;
  font-size: 16px;
  vertical-align: middle;
  padding-top: 9px;
  padding-bottom: 7px;
  line-height: 24px;
  font-weight: 700;
}
.calculations-list__calculation_table table tr.total-cost .priceOverTime {
  color: #000;
  font-size: 13px;
}
.calculations-list__calculation_table .table-wrap::-webkit-scrollbar {
  width: 2px;
}
.calculations-list__calculation_table .table-wrap::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.calculations-list__calculation_table .table-wrap::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #66a6ff;
}
.calculations-list__calculation_table .table-wrap::-webkit-scrollbar-thumb:window-inactive {
  background-color: #66a6ff;
  opacity: 0.8;
}
.calculations-list__calculation_table .loading .checkbox,
.calculations-list__calculation_table .loading .checkmark {
  display: none;
}
.calculations-list__calculation_table .loading::after {
  content: "";
  display: block;
  border-top-color: #1a25ab;
  border-top-color: var(--primary-color, #1a25ab);
  border-top-width: 3px;
  border-top-style: solid;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.calculations-list__calculation_table .tariffBtn {
  font-size: 14px;
  line-height: 24px;
  color: #4996ff;
  cursor: pointer;
}
.calculations-list__calculation_table .tariffBtn:hover {
  color: #2f80ef;
}
.calculations-list__calculation_table .confirmAddressBtn {
  font-size: 14px;
  line-height: 24px;
  color: #ffa500;
  cursor: pointer;
  border-bottom-color: transparent;
}
.calculations-list__calculation_table .confirmAddressBtn:hover {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffa500;
  border-radius: 0;
}
.calculations-list__calculation_table .checkBox-center label {
  -ms-flex-pack: center;
      justify-content: center;
}
.calculations-list__calculation_table .checkBox-center span.checkmark {
  margin: 0;
}
.calculations-list__calculation_table-mobile {
  padding: 24px 7px 0;
  border: 1px solid #d3d8e0;
  border-radius: 3px;
  margin-top: 20px;
}
.calculations-list__calculation_table-mobile_title {
  display: block;
  -ms-flex-align: start;
      align-items: start;
  margin-bottom: 15px;
}
.calculations-list__calculation_table-mobile_title .cell-with-icon {
  -ms-flex-align: center;
      align-items: center;
  font-size: 18px;
  color: #333;
}
.calculations-list__calculation_table-mobile_title .cell-with-icon .location-name {
  text-overflow: ellipsis;
}
.calculations-list__calculation_table-mobile_title .cell-with-icon .location-name .integrator_title {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  max-height: 22px;
  margin-top: auto;
}
.calculations-list__calculation_table-mobile_title .cell-with-icon .location-name .date {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  color: #4996ff;
  border: 1px solid #4996ff;
  padding: 2px;
  font-size: 12px;
  line-height: 16px;
  max-width: 70px;
}
.calculations-list__calculation_table-mobile_title .cell-with-icon .location-name .country {
  color: #8d98a6;
  font-size: 14px;
}
.calculations-list__calculation_table-mobile_title .cell-with-icon .location-name p {
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0;
  color: #000;
}
.calculations-list__calculation_table-mobile_title .cell-with-icon .location-arrow-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/app/static/fonts/icon-arrow-left.4b48532d.svg);
  background-size: cover;
  min-width: 14px;
  width: 14px;
  height: 10px;
  margin: 0 9px;
}
.calculations-list__calculation_table-mobile_title .cell-with-icon .location-arrow-icon.color-yellow {
  background-image: url(/assets/app/static/fonts/icon-arrow-left.4b48532d.svg);
}
@media screen and (max-width: 768px) {
  .calculations-list__calculation_table-mobile_title .cell-with-icon .location-arrow-icon {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.calculations-list__calculation_table-mobile_title .cell-with-icon .location-arrow-icon-down {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/app/static/fonts/icon-arrow-left.4b48532d.svg);
  background-size: cover;
  min-width: 14px;
  width: 14px;
  height: 10px;
  margin: 0 9px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.calculations-list__calculation_table-mobile_title .cell-with-icon .location-arrow-icon-down.color-yellow {
  background-image: url(/assets/app/static/fonts/icon-arrow-left.4b48532d.svg);
}
.calculations-list__calculation_table-mobile_title .sea-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/app/static/fonts/sheep-green-icon.8e7af9b3.svg);
  background-size: cover;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.calculations-list__calculation_table-mobile_title .sea-icon.color-yellow {
  background-image: url(/assets/app/static/fonts/sheep-green-icon.8e7af9b3.svg);
}
.calculations-list__calculation_table-mobile_title .truck-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/app/static/fonts/truck-green-icon.656dbe95.svg);
  background-size: cover;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.calculations-list__calculation_table-mobile_title .truck-icon.color-yellow {
  background-image: url(/assets/app/static/fonts/truck-green-icon.656dbe95.svg);
}
.calculations-list__calculation_table-mobile_title .complex-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/app/static/fonts/complex-green.5f449f60.svg);
  background-size: cover;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.calculations-list__calculation_table-mobile_title .complex-icon.color-yellow {
  background-image: url(/assets/app/static/fonts/complex-green.5f449f60.svg);
}
.calculations-list__calculation_table-mobile_title .air-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/app/static/fonts/air-green-icon.674a82c8.svg);
  background-size: cover;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.calculations-list__calculation_table-mobile_title .air-icon.color-yellow {
  background-image: url(/assets/app/static/fonts/air-green-icon.674a82c8.svg);
}
.calculations-list__calculation_table-mobile_title .train-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/app/static/fonts/train-green-icon.5fe315ae.svg);
  background-size: cover;
  width: 40px;
  height: 40px;
  margin-right: 5px;
}
.calculations-list__calculation_table-mobile_title .train-icon.color-yellow {
  background-image: url(/assets/app/static/fonts/train-green-icon.5fe315ae.svg);
}
.calculations-list__calculation_table-mobile .js-integrator-reward-title,
.calculations-list__calculation_table-mobile .js-integrator-customs-title,
.calculations-list__calculation_table-mobile .js-integrator-insurance-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.calculations-list__calculation_table-mobile .js-integrator-reward-title .ico-wrap,
.calculations-list__calculation_table-mobile .js-integrator-customs-title .ico-wrap,
.calculations-list__calculation_table-mobile .js-integrator-insurance-title .ico-wrap {
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  margin-right: 5px;
}
.calculations-list__calculation_table-mobile .js-integrator-reward-title .fa,
.calculations-list__calculation_table-mobile .js-integrator-customs-title .fa,
.calculations-list__calculation_table-mobile .js-integrator-insurance-title .fa {
  color: #1a25ab;
  color: var(--primary-color, #1a25ab);
  font-size: 1.2rem;
  margin: 0 auto;
}
.calculations-list__calculation_table-mobile .total-price {
  background-color: #e5ffe5;
  color: #1a25ab;
  color: var(--primary-color, #1a25ab);
  padding: 26px 0 26px;
}
.calculations-list__calculation_table-mobile .total-price p {
  margin: 0;
}
.calculations-list__calculation_table-mobile .total-price .js-integrator-reward-label,
.calculations-list__calculation_table-mobile .total-price .js-total-cost-label {
  font-size: 13px;
}
.calculations-list__calculation_table-mobile .total-price .price {
  color: #ffc107;
}
.calculations-list__calculation_table-mobile table {
  border: none;
}
.calculations-list__calculation_table-mobile table th {
  border: none;
  color: #9198a7;
  font-size: 13px;
  font-weight: normal;
  background-color: #fffdf2;
}
.calculations-list__calculation_table-mobile table td {
  border: none;
  font-size: 13px;
  color: #000;
}
.calculations-list__calculation_table-mobile table td.price.price {
  color: #ffc107;
}
.calculations-list__calculation_table-mobile table td .price {
  color: #ffc107;
}
.calculations-list__calculation_table-mobile table tr {
  border-bottom: 1px solid #fff1cc;
  background-color: #fffdf2;
}
.calculations-list__calculation_table-mobile table tr.total-cost {
  background-color: #fff9db;
}
.calculations-list__calculation_table-mobile table tr.total-cost td {
  color: #1a25ab;
  color: var(--primary-color, #1a25ab);
  font-size: 16px;
}
.calculations-list__calculation_table-mobile table tr.total-cost .priceOverTime {
  color: #000;
  font-size: 13px;
}
.calculations-list__calculation_table-mobile .loading .checkbox,
.calculations-list__calculation_table-mobile .loading .checkmark {
  display: none;
}
.calculations-list__calculation_table-mobile .loading::after {
  content: "";
  display: block;
  border-top-color: #1a25ab;
  border-top-color: var(--primary-color, #1a25ab);
  border-top-width: 3px;
  border-top-style: solid;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.calculations-list__calculation_table-mobile .tariffBtn {
  font-size: 13px;
}
.calculations-list__calculation_table-mobile .confirmAddressBtn {
  font-size: 14px;
  line-height: 24px;
  color: #ffa500;
  cursor: pointer;
  border-bottom-color: transparent;
}
.calculations-list__calculation_table-mobile .confirmAddressBtn:hover {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffa500;
  border-radius: 0;
}
.calculations-list__calculation_table-mobile .checkBox-center label {
  -ms-flex-pack: center;
      justify-content: center;
}
.calculations-list__calculation_table-mobile .checkBox-center span.checkmark {
  margin: 0;
}
.calculations-list__calculation_mobile-card {
  margin-bottom: 10px;
  padding-bottom: 10px;
  /*.background-with-gray{
    background-color: rgba($light-gray, 0.2);
    padding-bottom: 12px;
    padding-top: 12px;
  }
  .background-without-gray{
    padding-bottom: 12px;
    padding-top: 12px;
  }*/
  /*padding: 8px;
  border-radius: 6px;
  background-color: $white;
  box-shadow: 0 1px 3px 0 rgba(0, 5, 68, 0.25);*/
}
.calculations-list__calculation_mobile-card .tariffBtn {
  font-size: 14px;
  line-height: 24px;
  color: #4996ff;
  cursor: pointer;
}
.calculations-list__calculation_mobile-card .tariffBtn:hover {
  color: #2f80ef;
}
.calculations-list__calculation_mobile-card .confirmAddressBtn {
  font-size: 14px;
  line-height: 24px;
  color: #ffa500;
  cursor: pointer;
  border-bottom-color: transparent;
}
.calculations-list__calculation_mobile-card .confirmAddressBtn:hover {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffa500;
  border-radius: 0;
}
.calculations-list__calculation_mobile-card .line {
  height: 1px;
  width: 100%;
  background-color: rgba(141, 152, 166, 0.5);
  margin-bottom: 12px;
  margin-top: 12px;
}
.calculations-list__calculation_mobile-card .col-12:nth-child(odd) {
  padding-bottom: 12px;
  padding-top: 12px;
}
.calculations-list__calculation_mobile-card .col-12:nth-child(even) {
  background-color: rgba(211, 216, 224, 0.2);
  padding-bottom: 12px;
  padding-top: 12px;
}
.calculations-list__calculation_mobile-card div span.label-title {
  color: #8d98a6;
}
.calculations-list__calculation_mobile-card div span.text {
  color: #333;
}
.calculations-list__calculation_mobile-card div span.text.price {
  color: #ffc107;
}
.calculations-list__calculation_mobile-card div span.price {
  color: #ffc107;
}
.calculations-list__calculation_mobile-card div span.checkbox {
  display: inline-block;
  vertical-align: middle;
}
.calculations-list__calculation_mobile-card div:hover .text {
  color: #000;
}
.calculations-list__calculation_mobile-card .priceOverTime {
  font-size: 14px;
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.calculations-list__calculation.fadein {
  -webkit-animation: fadein 3s;
          animation: fadein 3s;
}
.calculations-list__customs-desc {
  line-height: 18px;
}
.calculations-list__empty_msg {
  text-align: center;
  padding: 0 20%;
}
.calculations-list__empty_form {
  padding: 0 5%;
}
.calculations-list__empty_form .incoterms__title {
  color: rgba(145, 152, 167, 0.5);
  font-size: 13px;
  padding-top: 0.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.calculations-list__empty_form .incoterms__title.has-danger {
  color: #d9534f;
}
.calculations-list__empty_form .incoterms__hint {
  width: 300px;
}
.calculations-list__empty_form .incoterms__radiobuttons {
  border: 1px solid #c6cad2;
  border-radius: 3px;
  padding: 0.5rem;
}
.calculations-list__empty_form .incoterms__radiobuttons.has-danger {
  border-color: #d9534f !important;
}
.calculations-list__empty_form .incoterms__label {
  font-weight: 600;
  font-size: 13px;
}
.calculations-list.offsetScroll .calculations-list__filter,
.calculations-list.offsetScroll .scroll-block {
  margin-right: 0px;
}
.calculations-list.offsetScroll .scrollBtn {
  right: 0;
}

.save-calc-body .history-title {
  font-size: 14px;
  margin-bottom: 5px;
}
.save-calc-body .history-title .fa {
  margin-left: 5px;
}
.save-calc-body .history-body {
  gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.save-calc-body .f-element-text {
  margin-bottom: 5px;
}
.save-calc-body .template-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 0;
  margin-right: 6px;
  color: #1a25ab;
  background-color: rgba(26, 37, 171, 0.1);
  font-size: 12px;
  padding: 5px;
  border-radius: 3px;
  line-height: 12px;
  border: 1px solid rgba(26, 37, 171, 0.8);
  cursor: pointer;
}
.save-calc-body .template-btn .remove {
  margin-left: 6px;
  border-left: 1px solid;
  padding-left: 4px;
  line-height: 16px;
  font-size: 16px;
}
.save-calc-body .template-btn .remove:hover {
  border-left-color: rgba(26, 37, 171, 0.8) !important;
  color: #f45d5d;
}

.btn-mail {
  background: url(/assets/app/static/fonts/mail-send.a7865ff4.svg) no-repeat center center;
  height: 18px;
  width: 22px;
}

.btn-mail-text {
  vertical-align: center;
  line-height: 20px;
  margin-left: 20px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  color: #313131;
}

.btn-copy {
  background: url(/assets/app/static/fonts/copy-icon.e3e14556.svg) no-repeat center center;
  height: 18px;
  width: 22px;
}

.btn-discussPrice {
  background: url(/assets/app/static/fonts/order-discuss.10374040.svg) no-repeat center center;
  height: 24px;
  width: 24px;
}

.btn-downloadPDF {
  background: url(/assets/app/static/fonts/uploadLogo.4a7feb88.svg) no-repeat center center;
  height: 24px;
  width: 24px;
}

.btn-copy-text {
  vertical-align: center;
  line-height: 20px;
  margin-left: 20px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  color: #4996ff;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #4996ff;
  border-radius: 0;
}
.btn-copy-text:hover {
  border-bottom-color: transparent;
}

.delivery.block-margin-top {
  margin-top: 28px;
}
.delivery p {
  margin: 0;
}
.delivery__header {
  background-color: #1a25ab;
  background-color: var(--primary-color, #1a25ab);
  padding: 24px 21px;
  border-radius: 6px 6px 0 0;
  height: 112px;
}
.delivery__header p.title {
  font-size: 28px;
  color: #fff;
}
.delivery__body {
  padding: 24px 21px;
  background-color: #fff;
  border-radius: 0 0 6px 6px;
}
.delivery__body .title {
  color: #1a25ab;
  color: var(--primary-color, #1a25ab);
  margin: 5px 0;
  font-weight: bold;
}
.delivery__body .label span {
  color: #1a25ab;
  color: var(--primary-color, #1a25ab);
}
.delivery__body .label_status span {
  color: red;
}

.PresetDateRangePicker_panel {
  padding: 0 22px 11px;
}

.PresetDateRangePicker_button {
  position: relative;
  height: 100%;
  text-align: center;
  background: 0 0;
  border: 2px solid #00a699;
  color: #00a699;
  padding: 4px 12px;
  margin-right: 8px;
  font: inherit;
  font-weight: 700;
  line-height: normal;
  overflow: visible;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.PresetDateRangePicker_button:active {
  outline: 0;
}

.PresetDateRangePicker_button__selected {
  color: #fff;
  background: #00a699;
}

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

.SingleDatePicker__block {
  display: block;
}

.SingleDatePicker_picker {
  z-index: 1;
  background-color: #fff;
  position: absolute;
}

.SingleDatePicker_picker__rtl {
  direction: rtl;
}

.SingleDatePicker_picker__directionLeft {
  left: 0;
}

.SingleDatePicker_picker__directionRight {
  right: 0;
}

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

.SingleDatePicker_picker__fullScreenPortal {
  background-color: #fff;
}

.SingleDatePicker_closeButton {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  z-index: 2;
}

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

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

.SingleDatePickerInput {
  display: inline-block;
}

.SingleDatePickerInput__withBorder {
  border: 1px solid #dbdbdb;
}

.SingleDatePickerInput__rtl {
  direction: rtl;
}

.SingleDatePickerInput__disabled {
  background-color: #f2f2f2;
}

.SingleDatePickerInput__block {
  display: block;
}

.SingleDatePickerInput__showClearDate {
  padding-right: 30px;
}

.SingleDatePickerInput_clearDate {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  padding: 10px;
  margin: 0 10px 0 5px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

.SingleDatePickerInput_clearDate__small {
  padding: 6px;
}

.SingleDatePickerInput_clearDate__hide {
  visibility: hidden;
}

.SingleDatePickerInput_clearDate_svg {
  fill: #82888a;
  height: 12px;
  width: 15px;
  vertical-align: middle;
}

.SingleDatePickerInput_clearDate_svg__small {
  height: 9px;
}

.SingleDatePickerInput_calendarIcon {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  margin: 0 5px 0 10px;
}

.SingleDatePickerInput_calendarIcon_svg {
  fill: #82888a;
  height: 15px;
  width: 14px;
  vertical-align: middle;
}

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

.DateRangePicker__block {
  display: block;
}

.DateRangePicker_picker {
  z-index: 1;
  background-color: #fff;
  position: absolute;
}

.DateRangePicker_picker__rtl {
  direction: rtl;
}

.DateRangePicker_picker__directionLeft {
  left: 0;
}

.DateRangePicker_picker__directionRight {
  right: 0;
}

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

.DateRangePicker_picker__fullScreenPortal {
  background-color: #fff;
}

.DateRangePicker_closeButton {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  z-index: 2;
}

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

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

.DayPicker {
  background: #fff;
  position: relative;
  text-align: left;
}

.DayPicker__horizontal {
  background: #fff;
}

.DayPicker__verticalScrollable {
  height: 100%;
}

.DayPicker__hidden {
  visibility: hidden;
}

.DayPicker__withBorder {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.07);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.07);
  border-radius: 3px;
}

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

.DayPicker_portal__vertical {
  position: initial;
}

.DayPicker_focusRegion {
  outline: 0;
}

.DayPicker_weekHeaders {
  position: relative;
}

.DayPicker_weekHeaders__horizontal {
  margin-left: 9px;
}

.DayPicker_weekHeader {
  color: #757575;
  position: absolute;
  top: 62px;
  z-index: 2;
  padding: 0 13px;
  text-align: left;
}

.DayPicker_weekHeader__vertical {
  left: 50%;
}

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

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

.DayPicker_weekHeader_li {
  display: inline-block;
  text-align: center;
}

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

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

.DayPicker_transitionContainer__vertical {
  width: 100%;
}

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

.DayPickerKeyboardShortcuts_buttonReset {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  cursor: pointer;
  font-size: 14px;
}

.DayPickerKeyboardShortcuts_buttonReset:active {
  outline: 0;
}

.DayPickerKeyboardShortcuts_show {
  width: 22px;
  position: absolute;
  z-index: 2;
}

.DayPickerKeyboardShortcuts_show__bottomRight {
  border-top: 26px solid transparent;
  border-right: 33px solid #00a699;
  bottom: 0;
  right: 0;
}

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

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

.DayPickerKeyboardShortcuts_show__topRight:hover {
  border-right: 33px solid #008489;
}

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

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

.DayPickerKeyboardShortcuts_showSpan {
  color: #fff;
  position: absolute;
}

.DayPickerKeyboardShortcuts_showSpan__bottomRight {
  bottom: 0;
  right: -28px;
}

.DayPickerKeyboardShortcuts_showSpan__topRight {
  top: 1px;
  right: -28px;
}

.DayPickerKeyboardShortcuts_showSpan__topLeft {
  top: 1px;
  left: -28px;
}

.DayPickerKeyboardShortcuts_panel {
  overflow: auto;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  padding: 22px;
  margin: 33px;
}

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

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

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

.DayPickerKeyboardShortcuts_close:active {
  outline: 0;
}

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

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

.KeyboardShortcutRow {
  list-style: none;
  margin: 6px 0;
}

.KeyboardShortcutRow__block {
  margin-bottom: 16px;
}

.KeyboardShortcutRow_keyContainer {
  display: inline-block;
  white-space: nowrap;
  text-align: right;
  margin-right: 6px;
}

.KeyboardShortcutRow_keyContainer__block {
  text-align: left;
  display: inline;
}

.KeyboardShortcutRow_key {
  font-family: monospace;
  font-size: 12px;
  text-transform: uppercase;
  background: #f2f2f2;
  padding: 2px 6px;
}

.KeyboardShortcutRow_action {
  display: inline;
  word-break: break-word;
  margin-left: 8px;
}

.DayPickerNavigation_container {
  position: relative;
  z-index: 2;
}

.DayPickerNavigation_container__vertical {
  background: #fff;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 52px;
  width: 100%;
}

.DayPickerNavigation_container__verticalScrollable {
  position: relative;
}

.DayPickerNavigation_button {
  cursor: pointer;
  line-height: 0.78;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

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

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

.DayPickerNavigation_button__default:active {
  background: #f2f2f2;
}

.DayPickerNavigation_button__horizontal {
  border-radius: 3px;
  padding: 6px 9px;
  top: 18px;
  position: absolute;
}

.DayPickerNavigation_leftButton__horizontal {
  left: 22px;
}

.DayPickerNavigation_rightButton__horizontal {
  right: 22px;
}

.DayPickerNavigation_button__vertical {
  display: inline-block;
  position: relative;
  height: 100%;
  width: 50%;
}

.DayPickerNavigation_button__vertical__default {
  padding: 5px;
}

.DayPickerNavigation_nextButton__vertical__default {
  border-left: 0;
}

.DayPickerNavigation_nextButton__verticalScrollable {
  width: 100%;
}

.DayPickerNavigation_svg__horizontal {
  height: 19px;
  width: 19px;
  fill: #82888a;
}

.DayPickerNavigation_svg__vertical {
  height: 42px;
  width: 42px;
  fill: #565a5c;
}

.CalendarMonthGrid {
  background: #fff;
  text-align: left;
  z-index: 0;
}

.CalendarMonthGrid__animating {
  z-index: 1;
}

.CalendarMonthGrid__horizontal {
  position: absolute;
  left: 9px;
}

.CalendarMonthGrid__vertical {
  margin: 0 auto;
}

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

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

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

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

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

.CalendarMonth_caption {
  color: #565a5c;
  font-size: 18px;
  text-align: center;
  padding-top: 22px;
  padding-bottom: 37px;
  caption-side: initial;
}
.CalendarMonth_caption strong {
  text-transform: capitalize;
}

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

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

.CalendarDay:active {
  outline: 0;
}

.CalendarDay__defaultCursor {
  cursor: default;
}

.CalendarDay__default {
  border: 1px solid #e4e7e7;
  color: #565a5c;
  background: #fff;
}

.CalendarDay__default:hover {
  background: #e4e7e7;
  border: 1px double #e4e7e7;
  color: inherit;
}

.CalendarDay__outside {
  border: 0;
  background: #fff;
  color: #565a5c;
}

.CalendarDay__blocked_minimum_nights {
  background: #fff;
  border: 1px solid #eceeee;
  color: #cacccd;
}

.CalendarDay__blocked_minimum_nights:active,
.CalendarDay__blocked_minimum_nights:hover {
  background: #fff;
  color: #cacccd;
}

.CalendarDay__highlighted_calendar {
  background: #ffe8bc;
  color: #565a5c;
}

.CalendarDay__highlighted_calendar:active,
.CalendarDay__highlighted_calendar:hover {
  background: #ffce71;
  color: #565a5c;
}

.CalendarDay__selected_span {
  background: #66e2da;
  border: 1px solid #33dacd;
  color: #fff;
}

.CalendarDay__selected_span:active,
.CalendarDay__selected_span:hover {
  background: #33dacd;
  border: 1px solid #33dacd;
  color: #fff;
}

.CalendarDay__last_in_range {
  border-right: #00a699;
}

.CalendarDay__selected,
.CalendarDay__selected:active,
.CalendarDay__selected:hover {
  background: #00a699;
  border: 1px solid #00a699;
  color: #fff;
}

.CalendarDay__hovered_span,
.CalendarDay__hovered_span:hover {
  background: #b2f1ec;
  border: 1px solid #80e8e0;
  color: #007a87;
}

.CalendarDay__hovered_span:active {
  background: #80e8e0;
  border: 1px solid #80e8e0;
  color: #007a87;
}

.CalendarDay__blocked_calendar,
.CalendarDay__blocked_calendar:active,
.CalendarDay__blocked_calendar:hover {
  background: #cacccd;
  border: 1px solid #cacccd;
  color: #82888a;
}

.CalendarDay__blocked_out_of_range,
.CalendarDay__blocked_out_of_range:active,
.CalendarDay__blocked_out_of_range:hover {
  background: #fff;
  border: 1px solid #e4e7e7;
  color: #cacccd;
}

.DateRangePickerInput {
  display: inline-block;
}

.DateRangePickerInput__withBorder {
  border: 1px solid #cacccd;
}

.DateRangePickerInput__rtl {
  direction: rtl;
}

.DateRangePickerInput__block {
  display: block;
}

.DateRangePickerInput__showClearDates {
  padding-right: 30px;
}

.DateRangePickerInput_arrow {
  display: inline-block;
  vertical-align: initial;
}

.DateRangePickerInput_arrow_svg {
  vertical-align: middle;
  fill: #565a5c;
  height: 24px;
  width: 24px;
}

.DateRangePickerInput_arrow_svg__small {
  height: 19px;
  width: 19px;
}

.DateRangePickerInput_clearDates {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  padding: 10px;
  margin: 0 10px 0 5px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.DateRangePickerInput_clearDates__small {
  padding: 6px;
}

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

.DateRangePickerInput_clearDates__hide {
  visibility: hidden;
}

.DateRangePickerInput_clearDates_svg {
  fill: #82888a;
  height: 12px;
  width: 15px;
  vertical-align: middle;
}

.DateRangePickerInput_clearDates_svg__small {
  height: 9px;
}

.DateRangePickerInput_calendarIcon {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  display: inline-block;
  vertical-align: initial;
  padding: 2px;
  margin: 0 2px 0 2px;
}

.DateRangePickerInput_calendarIcon_svg {
  fill: #82888a;
  height: 15px;
  width: 14px;
  vertical-align: middle;
}

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

.DateInput__small {
  width: 70px;
}

.DateInput__disabled {
  color: #dbdbdb;
}

.DateInput_input {
  font-weight: 200;
  font-size: 18px;
  line-height: 24px;
  color: #565a5c;
  width: 100%;
  padding: 13px 12px 11px;
  border: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 2px solid transparent;
  border-left: 0;
}

.DateInput_input__small {
  font-size: 14px;
  line-height: 18px;
  padding: 8px 2px 6px;
}

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

.DateInput_input__focused {
  outline: 0;
  border: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 2px solid #008489;
  border-left: 0;
}

.DateInput_input__disabled {
  background: none;
  font-style: italic;
}

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

.DateInput_fang {
  position: absolute;
  width: 20px;
  height: 10px;
  left: 22px;
  z-index: 2;
}

.DateInput_fangShape {
  fill: #fff;
}

.DateInput_fangStroke {
  stroke: #dbdbdb;
  fill: transparent;
}

.DateRangePicker {
  border-radius: 3px;
}

.DateRangePicker input[type=text] {
  background-color: unset;
  border: 0;
  border-radius: 0;
  text-align: center;
  font-style: normal;
}

.crud-list__inner {
  padding-bottom: calc(1rem + 15px);
}
.crud-list__inner_actions {
  gap: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: end;
      align-items: flex-end;
}
.crud-list__inner_pagination {
  color: #9198a7;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  font-family: Roboto;
  font-size: 14px;
  line-height: 24px;
}
.crud-list__inner_pagination_label .total {
  font-weight: bold;
  color: #333;
}
.crud-list__inner_pagination .pagination {
  margin: 0;
}
.crud-list__inner_pagination .pagination .page-item {
  margin-right: 4px;
  font-size: 14px;
  line-height: 24px;
  color: #394861;
}
.crud-list__inner_pagination .pagination .page-item:last-child {
  margin-right: 0;
  margin-left: 20px;
}
.crud-list__inner_pagination .pagination .page-item:first-child {
  margin-right: 20px;
}
.crud-list__inner_pagination .pagination .page-item > .page-link {
  color: #1a25ab;
  color: var(--primary-color, #1a25ab);
}
.crud-list__inner_pagination .pagination .page-item.active > .page-link {
  color: #fff;
  background-color: #4996ff;
}
.crud-list__inner_table {
  margin-top: 20px;
  background-color: #fff;
}
.crud-list__inner_table > thead > tr {
  background-color: #fff;
}
.crud-list__inner_table > thead > tr th.cell-dateRange {
  width: 190px;
}
.crud-list__inner_table > thead > tr > th {
  border-top: none;
  border-bottom: 1px solid #dee2e6;
  padding: 14px 4px;
  color: rgb(162, 170, 187);
  font-size: 13px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}
.crud-list__inner_table > thead > tr > th span.title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  word-break: keep-all;
}
.crud-list__inner_table > thead > tr > th span.title .fa {
  margin-left: 5px;
}
.crud-list__inner_table > tbody > tr:nth-child(n) {
  background-color: #fff;
}
.crud-list__inner_table > tbody > tr:nth-child(2n) {
  background-color: #f9fafb;
}
.crud-list__inner_table > tbody > tr:hover {
  background-color: #fff;
  -webkit-box-shadow: 8px 0 white, -8px 0 white, 0 12px 32px 0 rgba(0, 72, 191, 0.13);
          box-shadow: 8px 0 white, -8px 0 white, 0 12px 32px 0 rgba(0, 72, 191, 0.13);
}
.crud-list__inner_table > tbody > tr:hover > td {
  color: #000;
}
.crud-list__inner_table > tbody > tr.expired {
  background-color: #ffe6e6;
}
.crud-list__inner_table > tbody > tr.expired:hover {
  background-color: #ffe6e6;
  -webkit-box-shadow: 8px 0 #ffe6e6, -8px 0 #ffe6e6, 0 12px 32px 0 rgba(0, 72, 191, 0.13);
          box-shadow: 8px 0 #ffe6e6, -8px 0 #ffe6e6, 0 12px 32px 0 rgba(0, 72, 191, 0.13);
}
.crud-list__inner_table > tbody > tr > td {
  border: none;
  padding: 8px 4px;
  color: rgb(162, 170, 187);
  font-size: 13px;
  vertical-align: middle;
}
.crud-list__inner_table > tbody > tr > td p {
  margin: 0;
}
.crud-list__inner_table > tbody > tr > td span.cell-with-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: left;
      justify-content: left;
  -ms-flex-align: center;
      align-items: center;
  text-align: left;
}
.crud-list__inner_table > tbody > tr > td span.cell-with-icon .from-location-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/app/static/fonts/arrowLocation-up.3437767e.svg);
  min-width: 16px;
  height: 16px;
  margin-right: 10px;
}
.crud-list__inner_table > tbody > tr > td span.cell-with-icon .from-location-icon.color-yellow {
  background-image: url(/assets/app/static/fonts/arrowLocation-up.e83aa5dd.svg);
}
.crud-list__inner_table > tbody > tr > td span.cell-with-icon .to-location-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/app/static/fonts/arrowLocation-down.42a87e7d.svg);
  min-width: 16px;
  height: 16px;
  margin-right: 10px;
}
.crud-list__inner_table > tbody > tr > td span.cell-with-icon .to-location-icon.color-yellow {
  background-image: url(/assets/app/static/fonts/arrowLocation-down.46608d92.svg);
}
.crud-list__inner_table > tbody > tr > td p.cell-with-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: left;
}
.crud-list__inner_table > tbody > tr > td p.cell-with-icon .cargo-general-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/app/static/fonts/generalCargo.e4c6a7a8.svg);
  min-width: 16px;
  height: 16px;
}
.crud-list__inner_table > tbody > tr > td p.cell-with-icon .cargo-general-icon.color-yellow {
  background-image: url(/assets/app/static/fonts/generalCargo.2778e5e4.svg);
}
.crud-list__inner_table > tbody > tr > td p.cell-with-icon .cargo-container-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/app/static/fonts/containerCargo.5f1b981f.svg);
  min-width: 23px;
  height: 21px;
}
.crud-list__inner_table > tbody > tr > td p.cell-with-icon .cargo-container-icon.color-yellow {
  background-image: url(/assets/app/static/fonts/containerCargo.00015e74.svg);
}
.crud-list__inner_table > tbody > tr > td p.cell-with-icon .cargo-vehicle-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/app/static/fonts/vehicleCargo.29ddff57.svg);
  min-width: 25px;
  height: 25px;
}
.crud-list__inner_table > tbody > tr > td p.cell-with-icon .cargo-vehicle-icon.color-yellow {
  background-image: url(/assets/app/static/fonts/vehicleCargo.c3cd0fec.svg);
}
.crud-list__inner_table > tbody > tr > td .custom_tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.crud-list__inner_table > tbody > tr > td .custom_tooltip__text {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
}
.crud-list__inner_table > tbody > tr > td .custom_tooltip:hover .custom_tooltip__text {
  visibility: visible;
}
.crud-list__inner_table > tbody > tr > td.cell-port .cell-with-icon {
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.crud-list__inner_table .sea-icon {
  display: inline-block;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/app/static/fonts/sea-icon.3b969e0f.svg);
  width: 20px;
  min-width: 20px;
  height: 24px;
}
.crud-list__inner_table .sea-icon.color-yellow {
  background-image: url(/assets/app/static/fonts/sea-icon.544c5bde.svg);
}
.crud-list__inner_table .truck-icon {
  display: inline-block;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/app/static/fonts/truck-icon.da207d8c.svg);
  width: 22px;
  min-width: 22px;
  height: 25px;
}
.crud-list__inner_table .truck-icon.color-yellow {
  background-image: url(/assets/app/static/fonts/truck-icon.64bbf317.svg);
}
.crud-list__inner_table .air-icon {
  display: inline-block;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/app/static/fonts/air-icon.7d1a9e6f.svg);
  width: 30px;
  min-width: 30px;
  height: 20px;
}
.crud-list__inner_table .air-icon.color-yellow {
  background-image: url(/assets/app/static/fonts/air-icon.2f9dd6a3.svg);
}
.crud-list__inner_table .train-icon {
  display: inline-block;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/app/static/fonts/train-icon.5fb946e7.svg);
  width: 24px;
  min-width: 24px;
  height: 24px;
}
.crud-list__inner_table .train-icon.color-yellow {
  background-image: url(/assets/app/static/fonts/train-icon.23e57111.svg);
}
.crud-list__inner_table .cell-with-icon {
  display: -ms-flexbox;
  display: flex;
}
.crud-list__inner_table .cell-with-icon .sea-icon,
.crud-list__inner_table .cell-with-icon .truck-icon,
.crud-list__inner_table .cell-with-icon .air-icon,
.crud-list__inner_table .cell-with-icon .train-icon {
  margin-right: 5px;
}
.crud-list__inner_empty {
  color: #1a25ab;
  color: var(--primary-color, #1a25ab);
  font-size: 17px;
  text-align: center;
}

.tooltip-load {
  z-index: 9999;
  position: fixed;
  width: auto;
  max-width: 440px;
  background-color: #fff;
  padding: 10px;
  color: #000;
  border: 1px solid #888;
  border-radius: 7px;
}

.tooltip-load::before,
.tooltip-load::after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: -20px;
  border: 10px solid transparent;
  border-top: 10px solid #888;
}

.tooltip-load::after {
  border-top: 10px solid white;
  bottom: -19px;
}

.order-short-m-card .crud-list__inner_table > thead > tr > th {
  text-align: left;
}
.order-short-m-card .crud-list__inner_table > thead > tr > th span.title {
  -ms-flex-pack: left;
      justify-content: left;
}

.crud-list-mobile__inner .container {
  padding-left: 0;
  padding-right: 0;
}
.crud-list-mobile__inner_card {
  margin-top: 28px;
  padding: 8px;
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 5, 68, 0.25);
          box-shadow: 0 1px 3px 0 rgba(0, 5, 68, 0.25);
}
.crud-list-mobile__inner_card.row {
  margin-top: 28px;
}
.crud-list-mobile__inner_card.expired {
  background-color: #ffe6e6;
}
.crud-list-mobile__inner_card div span.label-title {
  color: #1a25ab;
  color: var(--primary-color, #1a25ab);
}
.crud-list-mobile__inner_card div span.text {
  color: #333;
}
.crud-list-mobile__inner_card div:hover .text {
  /*color: $black;*/
}
.crud-list-mobile__inner_card .row-action {
  margin-top: 16px;
  text-align: center;
}
.crud-list-mobile__inner_card .row-action .btn {
  width: 35px;
  height: 35px;
  background-size: contain;
}

.b-popup-wrapper.show {
  overflow-x: hidden;
  overflow-y: auto;
}

.crud-modal {
  max-width: 770px;
}
.crud-modal .has-danger input,
.crud-modal .has-danger .Select-control {
  border-color: #d9534f !important;
}
.crud-modal .form-group {
  width: 100%;
  margin-bottom: 5px;
}
.crud-modal .form-group.minimal-weight-unit-select {
  width: 90px;
}
.crud-modal .form-group .input-group-addon {
  min-width: 245px;
}
.crud-modal .form-group .form-control {
  border-radius: 0.25rem;
}
.crud-modal .form-group .react-datepicker-wrapper input {
  min-width: 100px;
  width: 100%;
}
.crud-modal .form-group .calendar-icon {
  min-width: 0;
  position: relative;
  left: -40px;
  pointer-events: none;
  background-color: transparent;
}
.crud-modal .form-group .crud-select .Select-control {
  width: 100%;
}
.crud-modal .tab-content {
  margin-top: 10px;
}

.translateArea textarea {
  height: 150px;
}

.auditModal-header {
  font-weight: bold;
}

.auditModal-value {
  margin-left: 20px;
}

.filter {
  font-size: 13px;
}
.filter .popover-filter {
  z-index: 1200 !important;
}
.filter .table {
  background: white;
}
.filter .table td {
  border-top: 0;
}
.filter .form-group {
  margin-bottom: 0;
}
.filter .react-numeric-input {
  display: block;
}
.filter__list {
  background-color: #fff;
}
.filter__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.filter__item:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.filter__item .label {
  min-width: 165px;
}
.filter__item .select {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.filter__item .simple-input {
  font-size: 13px;
}
.filter__item .simple-input::-moz-placeholder {
  color: #aaa;
}
.filter__item .simple-input::-webkit-input-placeholder {
  color: #aaa;
}
.filter__item .simple-input:-ms-input-placeholder {
  color: #aaa;
}
.filter__item .simple-input::-ms-input-placeholder {
  color: #aaa;
}
.filter__item .simple-input::placeholder {
  color: #aaa;
}

.cookieInfo {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  text-align: center;
  background: #f5ecce;
}
.cookieInfo__close {
  position: absolute;
  top: 5px;
  right: 10px;
}
.cookieInfo__close:hover {
  cursor: pointer;
}

.orderModal {
  max-width: 680px;
}
.orderModal .form-group .input-group-text {
  min-width: 240px !important;
}
.orderModal .date-block {
  max-width: 200px;
}
.orderModal .label span {
  color: #1a25ab;
  color: var(--primary-color, #1a25ab);
}
.orderModal .has-danger textarea {
  border-color: red;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.orderModal .has-danger textarea::-webkit-input-placeholder {
  color: #f45d5d;
}
.orderModal .has-danger textarea::-moz-placeholder {
  color: #f45d5d;
}
.orderModal .has-danger textarea:-moz-placeholder {
  color: #f45d5d;
}
.orderModal .has-danger textarea:-ms-input-placeholder {
  color: #f45d5d;
}
.orderModal textarea {
  height: 160px;
}
.orderModal P {
  margin-bottom: 5px;
}
.orderModal .nav-tabs {
  display: -ms-flexbox;
  display: flex;
}
.orderModal .nav-tabs .nav-item {
  display: -ms-flexbox;
  display: flex;
}
.orderModal .nav-tabs .nav-item .nav-link {
  max-width: 158px;
  text-align: center;
}
.orderModal .nav-tabs .nav-item .nav-link .badge-danger {
  display: none;
}
.orderModal .nav-tabs .nav-item .nav-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.orderModal .block-message-requared {
  background: #2f80ef;
}

.customsHouseModal {
  max-width: 800px;
}

.change-password .input-group .input-group-text {
  min-width: 185px;
}

.password-recovery-wr.pane {
  width: 450px;
}
.password-recovery-form .input-group .input-group-text {
  min-width: 185px;
}

.registerModal {
  max-width: 550px;
}

#customsHouse .f-label {
  color: #313131;
  font-size: 1rem;
}
#customsHouse .nav-item {
  color: #313131;
}
#customsHouse .nav-item .nav-link {
  position: relative;
  padding-right: 30px;
}
#customsHouse .btn-link {
  height: 23px;
  font-size: 0.875rem;
}
#customsHouse .incoterms textarea {
  height: 120px;
}
#customsHouse .remark {
  font-size: 14px;
}
#customsHouse .btnClose {
  position: absolute;
  right: 5px;
  top: 10px;
  height: 21px;
}
#customsHouse .b-price .value {
  font-size: 20px;
  color: #1a25ab;
  color: var(--primary-color, #1a25ab);
}
#customsHouse .b-price .totalCost {
  font-size: 20px;
  color: #1a25ab;
  color: var(--primary-color, #1a25ab);
  font-weight: bold;
}

.tracking-tree {
  padding: 0;
}
.tracking-tree__item {
  border-left: solid 1px #c6cad2;
  position: relative;
  padding-left: 20px;
  padding-bottom: 1rem;
  list-style: none;
}
.tracking-tree__item::before {
  content: "";
  position: absolute;
  left: -4px;
  top: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c6cad2;
}
.tracking-tree__item:first-child::before {
  background-color: #4996ff;
  background-color: var(--primary-active-color, #4996ff);
}
.tracking-tree__item-event {
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
.tracking-tree__item-date {
  font-size: 13px;
  margin-bottom: 0;
}

.b-partner {
  padding-bottom: calc(1rem + 15px);
}

.widgetHeader {
  min-height: 62px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 5, 68, 0.25);
          box-shadow: 0 1px 3px 0 rgba(0, 5, 68, 0.25);
  padding: 10px 15px;
  margin-bottom: 28px;
}
.widgetHeader__logo {
  height: 42px;
  width: auto;
  margin-right: 20px;
}
.widgetHeader__title {
  font-size: 19px;
  color: #313131;
}
.widgetHeader__closeButton {
  border: unset;
  background: unset;
  padding: unset;
  display: block;
  width: 24px;
  height: 24px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAYAAADFw8lbAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAwVJREFUeNrMmU1oE0EUx19Wa3JoEZVQQq+hHgpq/aDEmxUUC9702B5FWgz2YqD26vZmpQUjHnvVm2hRxN60BUUj9GDttYRSarFpSdLW1vdPX8KyZs3M7uTjwY8lZN/Mj+zkzceGtgYHyWccYxLMFeYM083EmHb5fovJMkvMd2aO+cTs+Oks5EO0l7nL3GJOauZuMC+YZ8xXnURL496zzGvmC3PHhyTihOSijTfSpjHRCPOY+cwM4ClQ8EAbN6TNSekjkGhcxtUoc5TMB9q8L33E/YpeYj4y56j+gT7mmT5dUSR8YKLUuDjFvPeStTwe9ytHmWlktEvf8VqiESkfUWpeRMUh8j9Ru0FjUmXMPvISRU27R60TSZnx/hG161SCgpQu2y3aKwW41WJA3CqiIzozjhWLUSSVolBHh950xPcjD/kaM9hIWTQsCwz1ZdPQEB3p6aHI2JiybEmS70ce8jUCbmFLCuxxncxiOk37KytkdXUpyZYlcT/ykK8RcOuDaL/uwDnY3KTCxISSrFsSecjXjH5LZ6mlK2tIslQ6LVmZk2lZg5KIboh2Bqkf1WRLVcGcJKITW5Gi7H+CrYQdvyDt7hK1tZmSROxYpirzQS5HxampiiSu+GxAsjIz5Uw0hF80nExWJHHFZ91JwSNyEF01+djxuPPj41p1ViFWLdl3G5Ms2DbtZ7OHV3OySxDNmJTEWC2PWYOyGUv2RkYlnX8wQ7JzEF1gfpuWNCiLsjEPUdTRlzqZ4eFhJUkvWeRrBPZPxXIdfapVfWdm6M/iopKkWxZ5yNeItPuQ7C1zrcVW+O+Y6+49U4rZayFJuDyotrn7xky3kOi0s3S65/qHItzsyIiL5wFEnrnNrDVRck32SflaZ0/LzE1muwmS29L3suppHiaBq8x6AyXXpc8F1dM8p2yiQWMWfVz2kqwlivgpsk/qVLr2pO1ErVWcygq/QIdH4xeZWYOSs9LmqPRBQUWdJQNnQeeZ58wvH3IbkntB2lJeYoYMvhA7TdVfiP0gAy/E/gowAFBPXj9ZUDGMAAAAAElFTkSuQmCC) no-repeat center;
  background-size: contain;
  outline: none !important;
}

.widgetFooter {
  padding: 1em 2em;
}
.widgetFooter__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  color: #9198a7;
  font-size: 14px;
}
.widgetFooter__link {
  color: #1a25ab;
  color: var(--primary-color, #1a25ab);
}
.widgetFooter__logo {
  padding: 0 10px;
  margin-bottom: 9px;
}
.widgetFooter__logoImage {
  cursor: pointer;
  margin-left: 12px;
  width: 160px;
  height: 25px;
  background: url(/assets/app/static/fonts/cargobar_logo_gray.cf11dac7.svg) no-repeat top left;
  background-size: contain;
}

.page .modal-input-fields .form-group .input-group-text {
  min-width: 100px;
}
.page .d-none-filter {
  display: none;
}
.page .settings-btn {
  cursor: pointer;
  color: rgba(51, 51, 51, 0.9);
}
.page .settings-btn .fa-16px {
  font-size: 25px;
}
.page .settings-btn .text-btn {
  line-height: 25px;
  text-align: center;
  margin-left: 10px;
}
.page .settings-btn:hover {
  color: #333;
}
.page .d-lg-block-filter {
  display: none;
}
@media screen and (min-width: 1199px) {
  .page .d-lg-block-filter {
    display: block;
  }
  .page .modal-content {
    min-width: 640px;
  }
}
.page .d-filter {
  display: block;
}
@media screen and (min-width: 1199px) {
  .page .d-lg-none-filter {
    display: none;
  }
}
.page .filter {
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(211, 216, 224, 0.5);
  padding-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .page .filter .f-element {
    width: 100%;
  }
  .page .filter .fa-arrow-right {
    margin-bottom: 16px;
  }
}
.page .filter .input-group-text {
  font-size: 13px;
  background-color: transparent;
  border: 0;
  text-align: left;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
.page .filter .form-group .input-group-text {
  min-width: 174px;
}
.page .filter .row {
  margin-left: 15px;
}
.page .filter .row .col-1,
.page .filter .row .col-5,
.page .filter .row .col-lg-3 {
  padding-left: 0;
  padding-right: 12px;
  padding-bottom: 5px;
  padding-top: 5px;
}
@media screen and (min-width: 1199px) {
  .page .filter .row:nth-child(2n) .col-1,
  .page .filter .row:nth-child(2n) .col-5,
  .page .filter .row:nth-child(2n) .col-lg-3 {
    background-color: rgba(211, 216, 224, 0.5);
  }
}
.page .custom-tooltip {
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  font-size: 16px;
  line-height: 20px;
  border-radius: 3px;
  border: 1px solid #d3d8e0;
}
.page .reports__charts_title {
  padding-left: 40px;
  font-size: 16px;
  color: #1a25ab;
}
.page .reports__charts_body {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(211, 216, 224, 0.5);
  margin-bottom: 50px;
}

.order-templates .table-data-template .row {
  padding-bottom: 3px;
  padding-top: 3px;
}
.order-templates .table-data-template .row .col-6:nth-child(odd) {
  color: #8d98a6;
}
.order-templates .table-data-template .row:hover {
  background-color: rgba(221, 216, 224, 0.2);
}
.order-templates .table-data-template .row:nth-child(2n) {
  background-color: rgba(221, 216, 224, 0.2);
}

@media screen and (min-width: 767px) {
  .import-translates-modal-result {
    min-width: 500px;
  }
}
@media screen and (min-width: 1199px) {
  .import-translates-modal-result {
    min-width: 700px;
  }
}

@media screen and (min-width: 767px) {
  .import-translates-modal {
    min-width: 600px;
  }
}
@media screen and (min-width: 1199px) {
  .import-translates-modal {
    min-width: 1000px;
  }
}
.import-translates-modal .input-file-label {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}
.import-translates-modal .btn-attach-file {
  margin-top: 20px;
  margin-bottom: 20px;
}
.import-translates-modal table {
  max-height: 300px;
}
.import-translates-modal table tbody {
  display: block;
  height: 300px;
  overflow-y: auto;
  overflow-x: auto;
}
@media screen and (min-width: 767px) {
  .import-translates-modal table tbody {
    max-width: 538px;
  }
}
@media screen and (min-width: 1199px) {
  .import-translates-modal table tbody {
    max-width: 938px;
  }
}
.import-translates-modal table tbody tr td {
  border: 1px solid black;
}

.history-subscription label {
  margin-top: 5px;
}
.history-subscription .history-table {
  width: 100%;
  border: 1px solid rgba(105, 105, 105, 0.6);
  padding: 5px;
  border-radius: 3px;
}
.history-subscription .history-table .row:first-child {
  font-weight: bold;
}
.history-subscription .history-table .content-table {
  max-height: 500px;
  overflow-y: auto;
}
.history-subscription .history-table .content-table .row:first-child {
  font-weight: normal;
}
.history-subscription .history-table .content-table .row:nth-child(2n) {
  background-color: #f9fafb;
}
.history-subscription .history-table .content-table.inverse .row:nth-child(2n) {
  background-color: #fff;
}
.history-subscription .history-table .content-table .row {
  border-bottom: none !important;
}
.history-subscription .history-table .content-table .row span {
  font-weight: bold;
}
.history-subscription .history-table .content-table .col-12,
.history-subscription .history-table .content-table .col-lg-4 {
  padding-top: 3px;
  padding-bottom: 3px;
}
@media screen and (min-width: 991px) {
  .history-subscription .history-table .row:first-child {
    border-bottom: 1px solid rgba(105, 105, 105, 0.6);
  }
}

.paymodal .visaa {
  background: url(/assets/app/static/media/visanew.71beb7fc.png) no-repeat center;
  width: 52px;
  height: 50px;
  background-size: contain;
}
.paymodal .mastercards {
  background: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEAYABgAAD/2wBDAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoMDAsKCwsNDhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRT/2wBDAQMEBAUEBQkFBQkUDQsNFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBT/wAARCAAaACsDASIAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD9PfEXiKw8J6HfavqtzHZ6dZQtPPcSfdRFGSeP5Dn0r4R+Iv8AwUH8TX2rzReDtNs9M0qNisc1/GZbiT0YgEKn+7z9a9o/4KAaleaf8EIYbV2SG81WCG5C8bowskgB/wCBoh/Cvzg+nSvmszxlSlP2cHbQ/fvD3hXL8ywksxx0PaPm5VF7KyWvmz7l+DX7cev+Iobq28TaHayGPCRalaM0UfmHojIS3/fSn045r0Ffj94mW881kszHn/U+UQPpnOa+N/A8Mcfg/TgnPmK0jn/aLEN+g/DFe46PM82kWMknMjwIWJ91/wAmvxvPOIsyp1U6VZxSbVl5Hq5pwzlNCtKdGgkm2ra9O3b5H158PfiNaePrCSSKM213DgTW7NkrnoQe4PrXXbq+YvgXcSw/EK1SPPlzRSJJ/u7d3/oSrX01X61wrm1XOMvVeuveTs/O3U/C88wEMuxjpU9mrryOM+L3w1svi58P9U8M37eVHdIDFOoyYZVIZHAyM4IGRkZGRkZr8y/Gn7NPxI8E63Np8vhTU9URSfLvNJtZLqGVezAoDt+jAH2r9aW+9UZUMSCMj3r38XgqeKtKWjR7fDfF+P4bUqVBKUJa2fR91Y/Nj4J/Aj4h61aXdve+GNQ03S7c+asl/EbeQ5+9Gkb4ZifUDA/EV7OngfxAu2JdB1JAo2gfZJMDjA5xX2CqhWOBjn+goZRtPAr4bMuDMJjqiqOpJfceji+OcdjKznOnFeSv/meW/B34Zz+FfM1TUgqajMmxYgc+WhOcE9NxwOnpXqm0+tMX/WOOwAwKca+1y7LaGV4eOEw691fjc+BxeKq46s61Z6s//9k=) no-repeat center;
  width: 50px;
  height: 50px;
  background-size: contain;
}
.paymodal .paypal {
  background: url(/assets/app/static/media/tabs-paypalnew.fbce073e.png) no-repeat center;
  width: 70px;
  height: 50px;
  background-size: contain;
}
.paymodal .jcb {
  background: url(data:image/jpeg;base64,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) no-repeat center;
  width: 40px;
  height: 50px;
  background-size: contain;
}
.paymodal .americanexpress {
  background: url(/assets/app/static/media/axnew.2883ec0d.png) no-repeat center;
  width: 62px;
  height: 50px;
  background-size: contain;
}

.select-subscription-tariff-modal .visa {
  background: url(data:image/jpeg;base64,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) no-repeat center;
  width: 59px;
  height: 20px;
  background-size: contain;
}
.select-subscription-tariff-modal .mastercard {
  background: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEAYABgAAD/2wBDAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoMDAsKCwsNDhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRT/2wBDAQMEBAUEBQkFBQkUDQsNFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBT/wAARCAAaACsDASIAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD9PfEXiKw8J6HfavqtzHZ6dZQtPPcSfdRFGSeP5Dn0r4R+Iv8AwUH8TX2rzReDtNs9M0qNisc1/GZbiT0YgEKn+7z9a9o/4KAaleaf8EIYbV2SG81WCG5C8bowskgB/wCBoh/Cvzg+nSvmszxlSlP2cHbQ/fvD3hXL8ywksxx0PaPm5VF7KyWvmz7l+DX7cev+Iobq28TaHayGPCRalaM0UfmHojIS3/fSn045r0Ffj94mW881kszHn/U+UQPpnOa+N/A8Mcfg/TgnPmK0jn/aLEN+g/DFe46PM82kWMknMjwIWJ91/wAmvxvPOIsyp1U6VZxSbVl5Hq5pwzlNCtKdGgkm2ra9O3b5H158PfiNaePrCSSKM213DgTW7NkrnoQe4PrXXbq+YvgXcSw/EK1SPPlzRSJJ/u7d3/oSrX01X61wrm1XOMvVeuveTs/O3U/C88wEMuxjpU9mrryOM+L3w1svi58P9U8M37eVHdIDFOoyYZVIZHAyM4IGRkZGRkZr8y/Gn7NPxI8E63Np8vhTU9URSfLvNJtZLqGVezAoDt+jAH2r9aW+9UZUMSCMj3r38XgqeKtKWjR7fDfF+P4bUqVBKUJa2fR91Y/Nj4J/Aj4h61aXdve+GNQ03S7c+asl/EbeQ5+9Gkb4ZifUDA/EV7OngfxAu2JdB1JAo2gfZJMDjA5xX2CqhWOBjn+goZRtPAr4bMuDMJjqiqOpJfceji+OcdjKznOnFeSv/meW/B34Zz+FfM1TUgqajMmxYgc+WhOcE9NxwOnpXqm0+tMX/WOOwAwKca+1y7LaGV4eOEw691fjc+BxeKq46s61Z6s//9k=) no-repeat center;
  width: 43px;
  height: 26px;
  background-size: contain;
}
.select-subscription-tariff-modal .mir {
  background: url(data:image/jpeg;base64,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) no-repeat center;
  width: 53px;
  height: 17px;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .select-subscription-tariff-modal {
    max-width: 1000px;
    min-width: 65%;
  }
}
@media screen and (max-width: 991px) {
  .select-subscription-tariff-modal .padding-tariffs .col-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .select-subscription-tariff-modal .padding-tariffs .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
.select-subscription-tariff-modal .col-md-6,
.select-subscription-tariff-modal .col-lg-4,
.select-subscription-tariff-modal .col-12 {
  margin-bottom: 30px;
}
.select-subscription-tariff-modal .card {
  border: solid 1px #e8ebf0;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(34, 46, 58, 0.15);
          box-shadow: 0 1px 4px 0 rgba(34, 46, 58, 0.15);
  background: #fff;
  height: 100%;
}
.select-subscription-tariff-modal .card .card-body {
  padding-left: 35px;
  padding-right: 35px;
}
.select-subscription-tariff-modal .title-card {
  min-height: 54px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}
.select-subscription-tariff-modal .description-card {
  font-size: 10px;
  text-align: center;
  color: rgba(34, 46, 58, 0.6);
  margin-bottom: 30px;
}
.select-subscription-tariff-modal .description-card ul {
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
.select-subscription-tariff-modal .description-card ul li {
  padding-left: 33px;
  background: url(https://agorafreight.com/wp-content/themes/agora/images/mark_li.svg) no-repeat left 5px;
  margin-bottom: 8px;
}
.select-subscription-tariff-modal .price-card {
  color: #4996ff;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}
.select-subscription-tariff-modal .price-card span {
  color: #333;
}
.select-subscription-tariff-modal .actions-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.select-subscription-tariff-modal .actions-card button {
  height: 48px;
}
@media screen and (min-width: 992px) and (max-width: 1810px) {
  .select-subscription-tariff-modal .actions-card button {
    padding: 10px 40px;
    height: 68px;
  }
}
.select-subscription-tariff-modal .actions-card .btn-outline-primary-new:hover {
  background-color: #fff;
  color: #4996ff;
  border-color: #4996ff;
}

.page-manage-subscription h2 {
  margin-bottom: 1.2rem;
  margin-top: 1.2rem;
}
.page-manage-subscription h2 span {
  font-size: 1.3rem;
}
.page-manage-subscription .subscription-info-section {
  margin-top: 10px;
}
.page-manage-subscription .subscription-info-section .col-12:first-child,
.page-manage-subscription .subscription-info-section .col-lg-auto:first-child {
  font-weight: bold;
}
@media screen and (min-width: 991px) {
  .page-manage-subscription .subscription-info-section .col-12:first-child,
  .page-manage-subscription .subscription-info-section .col-lg-auto:first-child {
    padding-right: 0;
  }
}
.page-manage-subscription div.subscription-info-section.row:first-child {
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .page-manage-subscription .actions-btn button {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .page-manage-subscription .actions-btn div:nth-child(2) {
    margin-top: 10px;
  }
}

.page-resource-report h2 {
  margin-bottom: 1.2rem;
  margin-top: 1.2rem;
}
.page-resource-report h2 span {
  font-size: 1.3rem;
}
.page-resource-report .report-info-section {
  margin-top: 10px;
}
.page-resource-report .report-info-section .col-12:first-child,
.page-resource-report .report-info-section .col-lg-auto:first-child {
  font-weight: bold;
}
@media screen and (min-width: 991px) {
  .page-resource-report .report-info-section .col-12:first-child,
  .page-resource-report .report-info-section .col-lg-auto:first-child {
    padding-right: 0;
  }
}
.page-resource-report div.report-info-section.row:first-child {
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .page-resource-report .actions-btn button {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .page-resource-report .actions-btn div:nth-child(2) {
    margin-top: 10px;
  }
}

@media screen and (min-width: 576px) {
  .modal-resource-report-crud {
    width: 70%;
    max-width: 70%;
  }
}

.table-vehicle-rates {
  margin-top: 10px;
  margin-bottom: 10px;
  max-height: 700px;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  height: 100%;
  overflow-y: auto;
  min-height: 250px;
}
.reports .col-12 {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 575px) {
  .reports .recharts-surface,
  .reports .recharts-legend-wrapper {
    width: 100% !important;
  }
  .reports .recharts-legend-wrapper {
    left: 10% !important;
  }
}
.reports__charts_title {
  margin-top: 16px;
  padding-left: 40px;
  color: #1a25ab;
  color: var(--primary-color, #1a25ab);
  font-size: 16px;
}
@media screen and (max-width: 576px) {
  .reports__charts_title {
    padding-left: 0;
  }
}
.reports__charts_title .download-link {
  cursor: pointer;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #1a25ab;
  border-bottom-color: var(--primary-color, #1a25ab);
}

.rating-reports button {
  padding: 0 10px !important;
}
.rating-reports button span {
  white-space: nowrap;
}
.rating-reports__modal-dialog {
  width: 70%;
  max-width: 70%;
}
@media screen and (max-width: 576px) {
  .rating-reports__modal-dialog {
    width: 95%;
    max-width: 95%;
  }
}
.rating-reports__modal-dialog .custom-tooltip {
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  font-size: 16px;
  line-height: 20px;
  border-radius: 3px;
  border: 1px solid #d3d8e0;
}
.rating-reports__modal-dialog .react-numeric-input input {
  height: 42px;
}
.rating-reports__modal-dialog .report-section {
  display: contents;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(211, 216, 224, 0.5);
  margin-bottom: 50px;
}
.rating-reports__modal-dialog .report-section .scale-label {
  color: rgb(136, 132, 216);
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.rating-reports__modal-dialog .report-section hr {
  border-top: none;
  width: 100%;
  height: 1px;
  background: transparent;
  border-bottom: 1px solid rgba(211, 216, 224, 0.5);
}

.preloader {
  position: absolute;
  z-index: 20;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.preloader__modal {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.preloader__modal .modal-content {
  border: 0;
}
.preloader.top {
  -ms-flex-align: start;
      align-items: flex-start;
}
.preloader.fixed {
  position: fixed;
  z-index: 99;
}
.preloader.no-paddings {
  left: 15px;
  width: calc(100% - 30px);
}
.preloader .preloader-inner {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  height: 80%;
  max-height: 90px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 24px;
  text-align: center;
}

.invalid-feedback {
  display: block;
}
.invalid-feedback:empty {
  display: none;
}

small {
  color: rgba(145, 152, 167, 0.5);
  vertical-align: middle;
}
small .btn-link {
  font-size: 13px;
}

.label.label-danger {
  color: #fff;
}

.close-btn, .close {
  width: 21px;
  height: 21px;
  border-radius: 10px;
  display: inline-block;
  cursor: pointer;
  opacity: 1;
  background: #f45d5d url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAZlJREFUeNqklb9LQlEUx4897S2BBUEQtBS1KYFbCq7qIJm0GO7+GFr6M1oK9B+IatOU0FaJt0boFuQSbUERNphJfY/cF2r3eu154MOTd+75cK7v/nB10mlSxDbgZBCsgWXwAp6ABc7AvazQJZGug2Owy3lSxze4AkegPZyYGxsYAXcgoRGSyCfE+IhKGgfXwEv/C6+oi49LN8E5MMhZGKJ+a1h6ChZotuD6E1saGP9POMxMhgyfT94W3pvZrCzFngBLD2TZL8siM5//Ix4I8Z7zikixdEeW6bda1C0URsS2sFssUr/ZVEnDvE6f8WNV+QWEqFerkScW0wk5XrnTlUkjuGMWzieT1KvXdUKOJZa+T1wr6JQ7/CyVyBONkuH366SDTh91U+cp9yqVwdPM5XTiNktvdUJ7yvycQtxg6YUs4w6FpB/FFruDQZX00j6l6rIN4CBuQNTepoegM6PwQ3h+9/6D2Fl9h0KuSwnPyNFXBfsOOu6IuqrqkC6La6Q8pVA63i0ZyOt2b+iOCoMNsAjeRL4x6Y76EWAA+NeGRKkDBRIAAAAASUVORK5CYII=) 50% 50% no-repeat;
}
.close-btn.bg, .close.bg {
  width: 25px;
  height: 25px;
  border-radius: 12px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAYAAADFw8lbAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAwVJREFUeNrMmU1oE0EUx19Wa3JoEZVQQq+hHgpq/aDEmxUUC9702B5FWgz2YqD26vZmpQUjHnvVm2hRxN60BUUj9GDttYRSarFpSdLW1vdPX8KyZs3M7uTjwY8lZN/Mj+zkzceGtgYHyWccYxLMFeYM083EmHb5fovJMkvMd2aO+cTs+Oks5EO0l7nL3GJOauZuMC+YZ8xXnURL496zzGvmC3PHhyTihOSijTfSpjHRCPOY+cwM4ClQ8EAbN6TNSekjkGhcxtUoc5TMB9q8L33E/YpeYj4y56j+gT7mmT5dUSR8YKLUuDjFvPeStTwe9ytHmWlktEvf8VqiESkfUWpeRMUh8j9Ru0FjUmXMPvISRU27R60TSZnx/hG161SCgpQu2y3aKwW41WJA3CqiIzozjhWLUSSVolBHh950xPcjD/kaM9hIWTQsCwz1ZdPQEB3p6aHI2JiybEmS70ce8jUCbmFLCuxxncxiOk37KytkdXUpyZYlcT/ykK8RcOuDaL/uwDnY3KTCxISSrFsSecjXjH5LZ6mlK2tIslQ6LVmZk2lZg5KIboh2Bqkf1WRLVcGcJKITW5Gi7H+CrYQdvyDt7hK1tZmSROxYpirzQS5HxampiiSu+GxAsjIz5Uw0hF80nExWJHHFZ91JwSNyEF01+djxuPPj41p1ViFWLdl3G5Ms2DbtZ7OHV3OySxDNmJTEWC2PWYOyGUv2RkYlnX8wQ7JzEF1gfpuWNCiLsjEPUdTRlzqZ4eFhJUkvWeRrBPZPxXIdfapVfWdm6M/iopKkWxZ5yNeItPuQ7C1zrcVW+O+Y6+49U4rZayFJuDyotrn7xky3kOi0s3S65/qHItzsyIiL5wFEnrnNrDVRck32SflaZ0/LzE1muwmS29L3suppHiaBq8x6AyXXpc8F1dM8p2yiQWMWfVz2kqwlivgpsk/qVLr2pO1ErVWcygq/QIdH4xeZWYOSs9LmqPRBQUWdJQNnQeeZ58wvH3IbkntB2lJeYoYMvhA7TdVfiP0gAy/E/gowAFBPXj9ZUDGMAAAAAElFTkSuQmCC);
}

.close:hover {
  opacity: 1;
}
.close:active {
  border: 0;
}

.modal-header .close {
  padding: 0;
  margin-right: -2px;
  margin-top: 2px;
}

.close > span {
  display: none;
}

.btn {
  border-radius: 7px;
  padding: 0.4rem 0.75rem;
  border-color: transparent;
}

.btn:focus, .btn.focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn.disabled, .btn:disabled {
  cursor: not-allowed;
}
.btn.btn-full {
  width: 100%;
}
.btn.btn-secondary, .btn.btn-outline-primary {
  color: #313131;
  background-color: transparent;
  border-color: #1a25ab;
  border-color: var(--primary-color, #1a25ab);
}
.btn.btn-primary-new {
  border-radius: 3px;
  padding: 0px 40px;
  height: 48px;
  color: #fff;
  border-style: none;
  background-color: #4996ff !important;
}
.btn.btn-primary-new:hover {
  background-color: #2f80ef !important;
}
.btn.btn-primary-new.no-padding {
  padding: 0.4rem 0.75rem;
}
.btn.btn-primary-new.disabled:hover, .btn.btn-primary-new:disabled:hover {
  background-color: #4996ff !important;
}
.btn.btn-outline-primary-new {
  border-radius: 3px;
  padding: 0px 40px;
  height: 48px;
  color: #4996ff;
  border: 1px solid #4996ff;
}
@media screen and (max-width: 576px) {
  .btn.btn-outline-primary-new {
    min-height: 40px;
    height: auto !important;
  }
}
.btn.btn-outline-primary-new.height-auto {
  min-height: 40px;
  height: auto !important;
}
.btn.btn-outline-primary-new:hover {
  color: #2f80ef;
  border: 1px solid #2f80ef;
}
.btn.btn-outline-primary-new.active {
  color: #fff !important;
  border: 1px solid #4996ff !important;
  background: #4996ff !important;
}
.btn.btn-outline-primary-new.no-focus:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.btn.btn-outline-primary-new.no-padding {
  padding: 0.4rem 0.75rem;
}
.btn.btn-success-new {
  background-color: #28b862;
  border-radius: 3px;
  padding: 0px 40px;
  height: 48px;
  color: #fff;
  border-style: none;
}
.btn.btn-success-new:hover {
  background-color: #62cfa8;
}
.btn.btn-success-newv2 {
  background-color: #28b862;
  border-radius: 3px;
  padding: 0px 20px;
  height: 42px;
  color: #fff;
  border-style: none;
}
.btn.btn-success-newv2:hover {
  background-color: #62cfa8;
}
.btn.btn-outline-danger {
  height: 40px;
  border-radius: 3px;
  padding: 0px 20px;
  color: #dc3545 !important;
  border-color: #dc3545 !important;
}
.btn.btn-outline-danger:hover {
  color: white !important;
  border-color: #dc3545 !important;
  background-color: #dc3545 !important;
}
.btn.btn-danger {
  height: 42px;
  border-radius: 3px;
  padding: 0px 20px;
  color: white !important;
  border-color: #dc3545 !important;
  background-color: #dc3545 !important;
}
.btn.btn-danger:hover {
  background-color: white !important;
  color: #dc3545 !important;
  border-color: #dc3545 !important;
}
.btn.btn-primary {
  color: #fff;
  background-color: #1a25ab;
  background-color: var(--primary-color, #1a25ab);
}
.btn.btn-primary:hover {
  background-color: #0e145b;
  background-color: var(--primary-darken-color, #0e145b);
  border-color: #0e145b;
  border-color: var(--primary-darken-color, #0e145b);
}
.btn.btn-success {
  color: #fff;
  background-color: #28b862;
}
.btn.btn-success:hover {
  background-color: #186d3a;
  border-color: #186d3a;
}
.btn.btn-info {
  color: #fff;
  background-color: #4996ff;
  background-color: var(--primary-active-color, #4996ff);
}
.btn.btn-info:hover {
  background-color: #0064ec;
  background-color: var(--primary-active-darken-color, #0064ec);
  border-color: #0064ec;
  border-color: var(--primary-active-darken-color, #0064ec);
}
.btn.btn-info a {
  color: #fff;
  font-weight: normal;
}
.btn.btn-link {
  color: #4996ff;
  text-decoration: none;
  padding: 0;
  vertical-align: middle;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: var(--primary-dev-color, );
  border-radius: 0;
}
.btn.btn-link:hover {
  border-bottom-color: transparent;
}
.btn.btn-change {
  color: #fff;
  text-decoration: none;
  background-color: #4996ff;
  padding: 10px;
  margin-top: auto;
  width: 100%;
  border-radius: 3px;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  line-height: 16px;
  /* or 145% */
  text-transform: uppercase;
}
.btn.btn-change:hover {
  background-color: #1a25ab;
}
.btn.btn-container-box {
  background-color: white;
  border: 1px solid #c6cad2;
  color: #c6cad2;
  margin: 0 5px;
}
.btn.btn-container-box:hover {
  border-width: 1px;
  border-style: solid;
  border-color: #1a25ab;
  border-color: var(--primary-color, #1a25ab);
  color: #000;
}
.btn.btn-container-box.active {
  border-width: 1px;
  border-style: solid;
  border-color: #1a25ab;
  border-color: var(--primary-color, #1a25ab);
  background-color: #1a25ab;
  background-color: var(--primary-color, #1a25ab);
  color: #fff;
}
.btn.btn-filter {
  color: #1a25ab;
  color: var(--primary-color, #1a25ab);
  border-radius: 0;
  border: none;
  padding: 0;
  margin: 0;
  height: 16px;
  background-color: transparent;
  opacity: 0.5;
}
.btn.btn-filter.active {
  opacity: 1;
}
.btn.btn-filter:hover {
  opacity: 1;
}
.btn.btn-remove {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAfVJREFUeNqslj1IAmEYx1+/sqmoIWhqLIxc+qLBIKglDZpycmkyHZraWyPaUmprtSlIhWgICgr6HEJptYKglpIG9RT6P9dzked756v1h9907z2/u3ufu+ccn5GIsIkXzIBFMAUGQDf4AAVwAQ7ACShbFXFYSNxgGayDftE8r2ADbIOK+aBTcsIguAG7igJKH9gCV2ComWQcnAO/aC9+Pn/SSkJXcAx6xd/SA45+35Eh8YAUb+p/hOrsc90fyar5EXmjUeHy+ZQq0jpab8oI19UlnWDNvKJ6eiq88XhTkS7AuurZmeww1e0kSYi7oy61fF6UEwlbkSEoJ5OilstZdd0CSYJWV2knUhAYmSfJqN0KmagFAWWM3vh3la4yCmuZjPAEg6oCyodTtW3pjrR0WnSEw7pIUaC3M0mKqm3qCYVEJZXS78Q1PKwqKZLkSfVR0d5o2ez3HsViqqJnJ3/UlAT0yOqaQU10SZJsK4KGrmsuypLkkOeBsqAF0RvVJ0kJbDZMrelpW4FZ5A4EZIepbsmYjPS1vP7DHJHlnl90zfgKayDMs/s/QnWWuG7d0HoAs7L9aTF0/hzXk47fax7Bt20K7sCE+bWQ/Ug88oxeAS+KxWldlAUF2a+PLFWwA/Z43gR5E+m/q4s/RQX+q8mANHepNF8CDAAF38ZngoJE8gAAAABJRU5ErkJggg==) no-repeat center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: none;
}
.btn.btn-remove:hover {
  opacity: 0.8;
}
.btn.btn-remove:not(:disabled):not(.disabled):active {
  opacity: 0.8;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAfVJREFUeNqslj1IAmEYx1+/sqmoIWhqLIxc+qLBIKglDZpycmkyHZraWyPaUmprtSlIhWgICgr6HEJptYKglpIG9RT6P9dzked756v1h9907z2/u3ufu+ccn5GIsIkXzIBFMAUGQDf4AAVwAQ7ACShbFXFYSNxgGayDftE8r2ADbIOK+aBTcsIguAG7igJKH9gCV2ComWQcnAO/aC9+Pn/SSkJXcAx6xd/SA45+35Eh8YAUb+p/hOrsc90fyar5EXmjUeHy+ZQq0jpab8oI19UlnWDNvKJ6eiq88XhTkS7AuurZmeww1e0kSYi7oy61fF6UEwlbkSEoJ5OilstZdd0CSYJWV2knUhAYmSfJqN0KmagFAWWM3vh3la4yCmuZjPAEg6oCyodTtW3pjrR0WnSEw7pIUaC3M0mKqm3qCYVEJZXS78Q1PKwqKZLkSfVR0d5o2ez3HsViqqJnJ3/UlAT0yOqaQU10SZJsK4KGrmsuypLkkOeBsqAF0RvVJ0kJbDZMrelpW4FZ5A4EZIepbsmYjPS1vP7DHJHlnl90zfgKayDMs/s/QnWWuG7d0HoAs7L9aTF0/hzXk47fax7Bt20K7sCE+bWQ/Ug88oxeAS+KxWldlAUF2a+PLFWwA/Z43gR5E+m/q4s/RQX+q8mANHepNF8CDAAF38ZngoJE8gAAAABJRU5ErkJggg==);
}
.btn.btn-remove-crud-list {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAjBJREFUeNqklrtLXEEUxmcXY7bK5g9Qo5WiooUvRBGyNsFViDZqoyj4aETwXdgGosROBCNoYxEtJJCN+MAHNoKPQlCxEZ9/gFqtbKHfkW9kGe7end098OPC3Jnvu3PnzJzxvLTWK5f4CL6C76ASfAF+8AhuwD74C3bAcywRb4z2NNANLsEgOAHtIBt4+Gxnu7y/BgMg3UnM4zCTXLAM7sEIOFPxowBMggzQDC7cZlIGdsEMCFoaKPYLcpyMrzB/i4488B+0gTWVXMxyrf6BGj0jPZMPYAmMp2CgY406y9R9N+nnGvyO6rwIApbCAfbXITp31H0z8TFDRoyB85xdwMJA+i0Y7cPU9YmJpNepwyJvM1PcjLRBC9gy3p1Tt8HLrFiJIeJm5GagQ3TrxKSEO1clYGRjoKhbKiZZ3LHK0mjI0kDiCmSm8Sx6sMggMfrJnT1qYaB4xvllJk/gs2WajtFAqLUYIxN48jKfsy3TVH7ZLz7/WBjlyP4Tk0Me4zYG28YaxTMS3QMxWQVNCRioBIwaRd/Lw6yQx7WtgY1RPigSfTEJgykwYXTqjGNgGnUY7ZPUDeuiJaflEZgGcyr16AJ93OgRXU8i/Jo9Zlsqx/038IP1JGJWRikwdZxJT5IGPRwfjC7BZvmVX1bFS0TIIRliRT77i0k1t4XrbeWWNVoGrYNN0AuKuYP1Ti5mu7zfYJaWs/zGva1Eh4/1JshFlHvXJx5FInbMe0GIWeoYrwIMAOIkkjO9vRJ7AAAAAElFTkSuQmCC) no-repeat center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: none;
}
.btn.btn-remove-crud-list:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAehJREFUeNqsljssRFEQhseG2IpQSFRKEq/CKyoktrGIxCt0VERQCFotokGjUopXyC4SIUFD4hmvRLtIJDSoPAr+Ya7Y3XPvHY9Jvmxxzpnv7jlz75yYt6ZKcoh4UAZqQDFIA4ngAYTADlgEG+DZLkmMjSQWtIIBkErucQsGwTh4iRz0GBakgwMwoRRwpIARsAcy3CQFYBvk0O8iR9YX2Un4CdZAMv0tksDq939kSeLAtBzqfwTnmZG8X5LuqC3q6CHKVO4az+P54ZEteT8kXtAbtXATO9fV7y7icZ63tW4a5bxellRKdYTH+QnR6KCzyBKMDRGdHdtVXRVL/LZP6SRyF1hRwZI8x+0wifQCjnx+4+9VVWUlDswRVddpBRwPHnXZ8j8KzBI1txAF57WCj3JmyaO6TKvriaYmcZS1RFm5WskjS67UW8Vns7Tw+dvZpxVde+SjphPwln0vBp1olyUrPxJEVp27aIUlQekHeoFedMf5WfIEhqOGS33OgkhRSblplPM+WZ2Rv5b7f+gjpjiVF/3V+gq/gkbp3f8RnKdB8oY1rQtQbjyfnwWv90k+Y/vdlxZ8+EvBESiMfC1MF4lL6dHt4EaZnOe1iSCkvRJZ4ZV+45dD5HtXgnyKQnKrWQZLUqXGeBdgABdynMelN/zuAAAAAElFTkSuQmCC);
}
.btn.btn-remove-crud-list:not(:disabled):not(.disabled):active {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAehJREFUeNqsljssRFEQhseG2IpQSFRKEq/CKyoktrGIxCt0VERQCFotokGjUopXyC4SIUFD4hmvRLtIJDSoPAr+Ya7Y3XPvHY9Jvmxxzpnv7jlz75yYt6ZKcoh4UAZqQDFIA4ngAYTADlgEG+DZLkmMjSQWtIIBkErucQsGwTh4iRz0GBakgwMwoRRwpIARsAcy3CQFYBvk0O8iR9YX2Un4CdZAMv0tksDq939kSeLAtBzqfwTnmZG8X5LuqC3q6CHKVO4az+P54ZEteT8kXtAbtXATO9fV7y7icZ63tW4a5bxellRKdYTH+QnR6KCzyBKMDRGdHdtVXRVL/LZP6SRyF1hRwZI8x+0wifQCjnx+4+9VVWUlDswRVddpBRwPHnXZ8j8KzBI1txAF57WCj3JmyaO6TKvriaYmcZS1RFm5WskjS67UW8Vns7Tw+dvZpxVde+SjphPwln0vBp1olyUrPxJEVp27aIUlQekHeoFedMf5WfIEhqOGS33OgkhRSblplPM+WZ2Rv5b7f+gjpjiVF/3V+gq/gkbp3f8RnKdB8oY1rQtQbjyfnwWv90k+Y/vdlxZ8+EvBESiMfC1MF4lL6dHt4EaZnOe1iSCkvRJZ4ZV+45dD5HtXgnyKQnKrWQZLUqXGeBdgABdynMelN/zuAAAAAElFTkSuQmCC);
}
.btn.btn-view-crud-list {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAhhJREFUeNqk1l9IU2EYx/FtDDIRu1LoIkVEscQZXpSkhghqFmVmGqxdLe8CsUIkCoIIFLwognBQeWewiiik/NNFEiiCuFCzQCRY0E2XE8Mg0O8DjzDCc857Xg982Njend/759l73mDFZDzgcdXjEk7iCArxD7/wBZN48731ecbpBiGXm5/GHJ7iL+6iAYdwGB2YQRfWjk5d68dB05AcjKpBHMNtfEJaAzfwDQlGcE5HWY0lgo6bhCRxABGMY9trPglKI8bbO5giqNEr5AbkB38CPi+CXun6vSCoyi3kh0nvXYJmtaMvCcrxWviAw1SeMAhK6prdsgl5hneoMWh7D71ScX5DPiKuBRHxGM1XXhbQGrKY9glcxwctb7frrW3I7o/7tFzLXdrNy45hGyLXawxgmqBShzZSqUUhLVdbYyjGusO6yH8tX0KC+xDVraZsrxBGmMtLJryP6bqMYTTR43WHNiX4absm7XgklUPAmku7Wll8m5A2jOAsVj3aXsR7vyHN+gg4j2W3hqxHpW5B035DerR3iwZt7+OxVJjfhb9i0ohRdOtucNVpgyy12DizA+q1KLoZxZZTyEM5GCDPIiCmW06UgJXdz8MOU/JE5/2mVIfBzeUU8wCn0EJAKvv7oMuR6IweJMK6fXzW7eM3cvV4JNVzAfJMT2CIgM3/bxT0OHfJ1lGHTu2l/IML9Pkv566UyblrR4ABAAiTpOyYKGfjAAAAAElFTkSuQmCC) no-repeat center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: none;
}
.btn.btn-view-crud-list:hover {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAZCAYAAAAv3j5gAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAkxJREFUeNpi1NiRxEAAsAOxIxAHALElEMsDMT8QfwTih0B8HIg3APF+IP6JyxAWPBaA5ECuaABiSSzyIMv0oDgdiF8BcScQTwHiX+iKmXBYog7EZ4F4Jg5LsAExIO4F4tNArEGMRaZAfAzqUnKAHlS/OT6LQC7ZDcRCDJQBQSDeiewzZItYgXglNOypAUDmrIKai2JRPjHB1aefwaDHr0isZbpQc+EWcQBxKTE61zw5xDDVMJdBi0+eWMtA5nLALPKBphqC4NjbawzVV+YzTDfKY1DnlSE2NfrCLPImJfAPvbnM0HRtCcNMowIGZR4pYrR4wSwyJjWm9746z9B+YwXDHOMiBgVucULKTRj////PoLkz+QO5qc1H0pyhUDWYIfFMD8Ojb69wKfsIsug/NdLyhQ93GSJPtuEtzxiBPgIVkHzkWOAN9FER0Efll+fgU/aJCWgJiPGYHEvcxU0YStVCGZLP9uILNhB4AksMp0m1xFnMkKFSI4Ih5Wwfw4OvLwkpPwWzaBspltiJ6DLUa8UypJ+bwHDnyzNitGyDWbQZWp8QBFbCWgytOokMmecmMtz8/IQYLa9B5sMs+gHE3cToCpGxY8g+P4Xh6qeHxAYAyNwfjEhVOaiUPUNBPYQNXIYWBr+RS+/fQBwObQtQA4DMCYOai1Hx3QBiF2LjCw8A6XeFmoezKj8Drc7PkWnJeSA2Q88yuBonj6B1fiYQPyfSApC6DKglD0lpbv0B4hlAvABaX3lDI1YeWlx9ghoIai1tBeIt0NSLFQAEGAAntpKEaZe9vwAAAABJRU5ErkJggg==) no-repeat center;
}
.btn.btn-view-crud-list:not(:disabled):not(.disabled):active {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAZCAYAAAAv3j5gAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAkxJREFUeNpi1NiRxEAAsAOxIxAHALElEMsDMT8QfwTih0B8HIg3APF+IP6JyxAWPBaA5ECuaABiSSzyIMv0oDgdiF8BcScQTwHiX+iKmXBYog7EZ4F4Jg5LsAExIO4F4tNArEGMRaZAfAzqUnKAHlS/OT6LQC7ZDcRCDJQBQSDeiewzZItYgXglNOypAUDmrIKai2JRPjHB1aefwaDHr0isZbpQc+EWcQBxKTE61zw5xDDVMJdBi0+eWMtA5nLALPKBphqC4NjbawzVV+YzTDfKY1DnlSE2NfrCLPImJfAPvbnM0HRtCcNMowIGZR4pYrR4wSwyJjWm9746z9B+YwXDHOMiBgVucULKTRj////PoLkz+QO5qc1H0pyhUDWYIfFMD8Ojb69wKfsIsug/NdLyhQ93GSJPtuEtzxiBPgIVkHzkWOAN9FER0Efll+fgU/aJCWgJiPGYHEvcxU0YStVCGZLP9uILNhB4AksMp0m1xFnMkKFSI4Ih5Wwfw4OvLwkpPwWzaBspltiJ6DLUa8UypJ+bwHDnyzNitGyDWbQZWp8QBFbCWgytOokMmecmMtz8/IQYLa9B5sMs+gHE3cToCpGxY8g+P4Xh6qeHxAYAyNwfjEhVOaiUPUNBPYQNXIYWBr+RS+/fQBwObQtQA4DMCYOai1Hx3QBiF2LjCw8A6XeFmoezKj8Drc7PkWnJeSA2Q88yuBonj6B1fiYQPyfSApC6DKglD0lpbv0B4hlAvABaX3lDI1YeWlx9ghoIai1tBeIt0NSLFQAEGAAntpKEaZe9vwAAAABJRU5ErkJggg==);
}
.btn.btn-update-crud-list {
  background: url(/assets/app/static/fonts/refresh.4b37fb59.svg) no-repeat center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: none;
}
.btn.btn-update-crud-list:hover {
  background: url(/assets/app/static/fonts/refresh.4b37fb59.svg) no-repeat center;
}
.btn.btn-update-crud-list:not(:disabled):not(.disabled):active {
  background-image: url(/assets/app/static/fonts/refresh.4b37fb59.svg);
}
.btn.btn-email-crud-list {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAABmJLR0QA/wD/AP+gvaeTAAABRklEQVRIie3USytFURgG4Icjl+IYGChlZCQ5KQNlZCBym/ArjPwF5w9RlNsPUMJESYkyICXKLbeIwVqndqd9nNNmxjtZu6/3e9/va79r8Y8/ibqUWh4FNGfQe8EB7pPFXBlpDvM4wWcGk0YsxPMojZDHInowksFA7OuJOm2lYnKTQVxhFw8YxanaNsphGvu4QBPacQ71CWIjXuP3DdYxGcnfoRVT2Ix9ok5TiVCf0lTCO1bRh+4KnC4MYwVvlYS+MylhG50YKKv3R/OtagK1mMAeboWpYQhP2KmluVaTXpzhGLNCIE5j/VdMhoW0wTWW4knYbuwnJg1CLA/FKKbgUvhnM0I6q5okY9eBCSHGd1UGfcQaxmOfqPOaRs6j6HdufFHixpc/kLNxoiV8ZDDJRY0NLFcyEScooCWDybPwCj9UI/7jD+ALc5s8vGN1BIcAAAAASUVORK5CYII=) no-repeat center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: none;
}
.btn.btn-email-crud-list:hover {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAABmJLR0QA/wD/AP+gvaeTAAABRklEQVRIie3USytFURgG4Icjl+IYGChlZCQ5KQNlZCBym/ArjPwF5w9RlNsPUMJESYkyICXKLbeIwVqndqd9nNNmxjtZu6/3e9/va79r8Y8/ibqUWh4FNGfQe8EB7pPFXBlpDvM4wWcGk0YsxPMojZDHInowksFA7OuJOm2lYnKTQVxhFw8YxanaNsphGvu4QBPacQ71CWIjXuP3DdYxGcnfoRVT2Ix9ok5TiVCf0lTCO1bRh+4KnC4MYwVvlYS+MylhG50YKKv3R/OtagK1mMAeboWpYQhP2KmluVaTXpzhGLNCIE5j/VdMhoW0wTWW4knYbuwnJg1CLA/FKKbgUvhnM0I6q5okY9eBCSHGd1UGfcQaxmOfqPOaRs6j6HdufFHixpc/kLNxoiV8ZDDJRY0NLFcyEScooCWDybPwCj9UI/7jD+ALc5s8vGN1BIcAAAAASUVORK5CYII=) no-repeat center;
  background-color: #28b862;
}
.btn.btn-email-crud-list:not(:disabled):not(.disabled):active {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAABmJLR0QA/wD/AP+gvaeTAAABRklEQVRIie3USytFURgG4Icjl+IYGChlZCQ5KQNlZCBym/ArjPwF5w9RlNsPUMJESYkyICXKLbeIwVqndqd9nNNmxjtZu6/3e9/va79r8Y8/ibqUWh4FNGfQe8EB7pPFXBlpDvM4wWcGk0YsxPMojZDHInowksFA7OuJOm2lYnKTQVxhFw8YxanaNsphGvu4QBPacQ71CWIjXuP3DdYxGcnfoRVT2Ix9ok5TiVCf0lTCO1bRh+4KnC4MYwVvlYS+MylhG50YKKv3R/OtagK1mMAeboWpYQhP2KmluVaTXpzhGLNCIE5j/VdMhoW0wTWW4knYbuwnJg1CLA/FKKbgUvhnM0I6q5okY9eBCSHGd1UGfcQaxmOfqPOaRs6j6HdufFHixpc/kLNxoiV8ZDDJRY0NLFcyEScooCWDybPwCj9UI/7jD+ALc5s8vGN1BIcAAAAASUVORK5CYII=);
}
.btn.btn-download-crud-list {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAhhJREFUeNqk1l9IU2EYx/FtDDIRu1LoIkVEscQZXpSkhghqFmVmGqxdLe8CsUIkCoIIFLwognBQeWewiiik/NNFEiiCuFCzQCRY0E2XE8Mg0O8DjzDCc857Xg982Njend/759l73mDFZDzgcdXjEk7iCArxD7/wBZN48731ecbpBiGXm5/GHJ7iL+6iAYdwGB2YQRfWjk5d68dB05AcjKpBHMNtfEJaAzfwDQlGcE5HWY0lgo6bhCRxABGMY9trPglKI8bbO5giqNEr5AbkB38CPi+CXun6vSCoyi3kh0nvXYJmtaMvCcrxWviAw1SeMAhK6prdsgl5hneoMWh7D71ScX5DPiKuBRHxGM1XXhbQGrKY9glcxwctb7frrW3I7o/7tFzLXdrNy45hGyLXawxgmqBShzZSqUUhLVdbYyjGusO6yH8tX0KC+xDVraZsrxBGmMtLJryP6bqMYTTR43WHNiX4absm7XgklUPAmku7Wll8m5A2jOAsVj3aXsR7vyHN+gg4j2W3hqxHpW5B035DerR3iwZt7+OxVJjfhb9i0ohRdOtucNVpgyy12DizA+q1KLoZxZZTyEM5GCDPIiCmW06UgJXdz8MOU/JE5/2mVIfBzeUU8wCn0EJAKvv7oMuR6IweJMK6fXzW7eM3cvV4JNVzAfJMT2CIgM3/bxT0OHfJ1lGHTu2l/IML9Pkv566UyblrR4ABAAiTpOyYKGfjAAAAAElFTkSuQmCC) no-repeat center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: none;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.btn.btn-download-crud-list:hover {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAZCAYAAAAv3j5gAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAkxJREFUeNpi1NiRxEAAsAOxIxAHALElEMsDMT8QfwTih0B8HIg3APF+IP6JyxAWPBaA5ECuaABiSSzyIMv0oDgdiF8BcScQTwHiX+iKmXBYog7EZ4F4Jg5LsAExIO4F4tNArEGMRaZAfAzqUnKAHlS/OT6LQC7ZDcRCDJQBQSDeiewzZItYgXglNOypAUDmrIKai2JRPjHB1aefwaDHr0isZbpQc+EWcQBxKTE61zw5xDDVMJdBi0+eWMtA5nLALPKBphqC4NjbawzVV+YzTDfKY1DnlSE2NfrCLPImJfAPvbnM0HRtCcNMowIGZR4pYrR4wSwyJjWm9746z9B+YwXDHOMiBgVucULKTRj////PoLkz+QO5qc1H0pyhUDWYIfFMD8Ojb69wKfsIsug/NdLyhQ93GSJPtuEtzxiBPgIVkHzkWOAN9FER0Efll+fgU/aJCWgJiPGYHEvcxU0YStVCGZLP9uILNhB4AksMp0m1xFnMkKFSI4Ih5Wwfw4OvLwkpPwWzaBspltiJ6DLUa8UypJ+bwHDnyzNitGyDWbQZWp8QBFbCWgytOokMmecmMtz8/IQYLa9B5sMs+gHE3cToCpGxY8g+P4Xh6qeHxAYAyNwfjEhVOaiUPUNBPYQNXIYWBr+RS+/fQBwObQtQA4DMCYOai1Hx3QBiF2LjCw8A6XeFmoezKj8Drc7PkWnJeSA2Q88yuBonj6B1fiYQPyfSApC6DKglD0lpbv0B4hlAvABaX3lDI1YeWlx9ghoIai1tBeIt0NSLFQAEGAAntpKEaZe9vwAAAABJRU5ErkJggg==) no-repeat center;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.btn.btn-download-crud-list:not(:disabled):not(.disabled):active {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAZCAYAAAAv3j5gAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAkxJREFUeNpi1NiRxEAAsAOxIxAHALElEMsDMT8QfwTih0B8HIg3APF+IP6JyxAWPBaA5ECuaABiSSzyIMv0oDgdiF8BcScQTwHiX+iKmXBYog7EZ4F4Jg5LsAExIO4F4tNArEGMRaZAfAzqUnKAHlS/OT6LQC7ZDcRCDJQBQSDeiewzZItYgXglNOypAUDmrIKai2JRPjHB1aefwaDHr0isZbpQc+EWcQBxKTE61zw5xDDVMJdBi0+eWMtA5nLALPKBphqC4NjbawzVV+YzTDfKY1DnlSE2NfrCLPImJfAPvbnM0HRtCcNMowIGZR4pYrR4wSwyJjWm9746z9B+YwXDHOMiBgVucULKTRj////PoLkz+QO5qc1H0pyhUDWYIfFMD8Ojb69wKfsIsug/NdLyhQ93GSJPtuEtzxiBPgIVkHzkWOAN9FER0Efll+fgU/aJCWgJiPGYHEvcxU0YStVCGZLP9uILNhB4AksMp0m1xFnMkKFSI4Ih5Wwfw4OvLwkpPwWzaBspltiJ6DLUa8UypJ+bwHDnyzNitGyDWbQZWp8QBFbCWgytOokMmecmMtz8/IQYLa9B5sMs+gHE3cToCpGxY8g+P4Xh6qeHxAYAyNwfjEhVOaiUPUNBPYQNXIYWBr+RS+/fQBwObQtQA4DMCYOai1Hx3QBiF2LjCw8A6XeFmoezKj8Drc7PkWnJeSA2Q88yuBonj6B1fiYQPyfSApC6DKglD0lpbv0B4hlAvABaX3lDI1YeWlx9ghoIai1tBeIt0NSLFQAEGAAntpKEaZe9vwAAAABJRU5ErkJggg==);
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.btn.btn-upload-crud-list {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAhhJREFUeNqk1l9IU2EYx/FtDDIRu1LoIkVEscQZXpSkhghqFmVmGqxdLe8CsUIkCoIIFLwognBQeWewiiik/NNFEiiCuFCzQCRY0E2XE8Mg0O8DjzDCc857Xg982Njend/759l73mDFZDzgcdXjEk7iCArxD7/wBZN48731ecbpBiGXm5/GHJ7iL+6iAYdwGB2YQRfWjk5d68dB05AcjKpBHMNtfEJaAzfwDQlGcE5HWY0lgo6bhCRxABGMY9trPglKI8bbO5giqNEr5AbkB38CPi+CXun6vSCoyi3kh0nvXYJmtaMvCcrxWviAw1SeMAhK6prdsgl5hneoMWh7D71ScX5DPiKuBRHxGM1XXhbQGrKY9glcxwctb7frrW3I7o/7tFzLXdrNy45hGyLXawxgmqBShzZSqUUhLVdbYyjGusO6yH8tX0KC+xDVraZsrxBGmMtLJryP6bqMYTTR43WHNiX4absm7XgklUPAmku7Wll8m5A2jOAsVj3aXsR7vyHN+gg4j2W3hqxHpW5B035DerR3iwZt7+OxVJjfhb9i0ohRdOtucNVpgyy12DizA+q1KLoZxZZTyEM5GCDPIiCmW06UgJXdz8MOU/JE5/2mVIfBzeUU8wCn0EJAKvv7oMuR6IweJMK6fXzW7eM3cvV4JNVzAfJMT2CIgM3/bxT0OHfJ1lGHTu2l/IML9Pkv566UyblrR4ABAAiTpOyYKGfjAAAAAElFTkSuQmCC) no-repeat center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: none;
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.btn.btn-upload-crud-list:hover {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAZCAYAAAAv3j5gAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAkxJREFUeNpi1NiRxEAAsAOxIxAHALElEMsDMT8QfwTih0B8HIg3APF+IP6JyxAWPBaA5ECuaABiSSzyIMv0oDgdiF8BcScQTwHiX+iKmXBYog7EZ4F4Jg5LsAExIO4F4tNArEGMRaZAfAzqUnKAHlS/OT6LQC7ZDcRCDJQBQSDeiewzZItYgXglNOypAUDmrIKai2JRPjHB1aefwaDHr0isZbpQc+EWcQBxKTE61zw5xDDVMJdBi0+eWMtA5nLALPKBphqC4NjbawzVV+YzTDfKY1DnlSE2NfrCLPImJfAPvbnM0HRtCcNMowIGZR4pYrR4wSwyJjWm9746z9B+YwXDHOMiBgVucULKTRj////PoLkz+QO5qc1H0pyhUDWYIfFMD8Ojb69wKfsIsug/NdLyhQ93GSJPtuEtzxiBPgIVkHzkWOAN9FER0Efll+fgU/aJCWgJiPGYHEvcxU0YStVCGZLP9uILNhB4AksMp0m1xFnMkKFSI4Ih5Wwfw4OvLwkpPwWzaBspltiJ6DLUa8UypJ+bwHDnyzNitGyDWbQZWp8QBFbCWgytOokMmecmMtz8/IQYLa9B5sMs+gHE3cToCpGxY8g+P4Xh6qeHxAYAyNwfjEhVOaiUPUNBPYQNXIYWBr+RS+/fQBwObQtQA4DMCYOai1Hx3QBiF2LjCw8A6XeFmoezKj8Drc7PkWnJeSA2Q88yuBonj6B1fiYQPyfSApC6DKglD0lpbv0B4hlAvABaX3lDI1YeWlx9ghoIai1tBeIt0NSLFQAEGAAntpKEaZe9vwAAAABJRU5ErkJggg==) no-repeat center;
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.btn.btn-upload-crud-list:not(:disabled):not(.disabled):active {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAZCAYAAAAv3j5gAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAkxJREFUeNpi1NiRxEAAsAOxIxAHALElEMsDMT8QfwTih0B8HIg3APF+IP6JyxAWPBaA5ECuaABiSSzyIMv0oDgdiF8BcScQTwHiX+iKmXBYog7EZ4F4Jg5LsAExIO4F4tNArEGMRaZAfAzqUnKAHlS/OT6LQC7ZDcRCDJQBQSDeiewzZItYgXglNOypAUDmrIKai2JRPjHB1aefwaDHr0isZbpQc+EWcQBxKTE61zw5xDDVMJdBi0+eWMtA5nLALPKBphqC4NjbawzVV+YzTDfKY1DnlSE2NfrCLPImJfAPvbnM0HRtCcNMowIGZR4pYrR4wSwyJjWm9746z9B+YwXDHOMiBgVucULKTRj////PoLkz+QO5qc1H0pyhUDWYIfFMD8Ojb69wKfsIsug/NdLyhQ93GSJPtuEtzxiBPgIVkHzkWOAN9FER0Efll+fgU/aJCWgJiPGYHEvcxU0YStVCGZLP9uILNhB4AksMp0m1xFnMkKFSI4Ih5Wwfw4OvLwkpPwWzaBspltiJ6DLUa8UypJ+bwHDnyzNitGyDWbQZWp8QBFbCWgytOokMmecmMtz8/IQYLa9B5sMs+gHE3cToCpGxY8g+P4Xh6qeHxAYAyNwfjEhVOaiUPUNBPYQNXIYWBr+RS+/fQBwObQtQA4DMCYOai1Hx3QBiF2LjCw8A6XeFmoezKj8Drc7PkWnJeSA2Q88yuBonj6B1fiYQPyfSApC6DKglD0lpbv0B4hlAvABaX3lDI1YeWlx9ghoIai1tBeIt0NSLFQAEGAAntpKEaZe9vwAAAABJRU5ErkJggg==);
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.btn.btn-remove-crud-list-mobile {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABSdJREFUeNrMml1sVEUYhr/dGqBasKFVDIggFgomhgbxwgQlRSugciNqKRqMN4Kh/qDohSZeSPTCn6gIar3wouH/R40mEkFoKCQERFJCokKhRUFidQlFCtUaxPdj30mHTffs2XNmuv2SJ6dnuzvzvufMzPlmziQu1T0ojmI0qAZTQSUYC8rBNSABukAKHAeHwX7QBE64qPyqmL+/CTwB5oFbc3x3OJkA7rM+/xGsA43gl6hCEhHvyGTwKpgLkvzsLGgGO8EhivoDnOf/9c5cD8aA28B0cDe4lv//D2wGb4CDvo2okLfAAjaXf8AmsAZ8Cy7mWX8RmAnmg4fBYHCJd+dlXgjnRh4Bn4JS0A0awDvgN0d9bBRYChaCYtAJngIbw/w4GeI7g8BHYANNbAGTwBKHJoRlLWHZ37AurfNjaohlpAR8DZ5mM3oG3B+nU4YILfsB1qV1LqKGkqhGrgZbOcJ0sGOukP6LFayzgxq2UlNeRgbxKtwJ2sE0sE/6P/ax7nZq+SpbM8tm5H0wA5wE94KjUrg4Sg2q5R7wQVgjtewTPRwS26Tw0UYtPewz83IZGQk+4d8vgL0ycGIvNQlHspFBRt7msKcda2WWAqeA7aDMsdAyljsl4Dsrqa2UWvs0ogXUgb9BfUBh77L/fOfQTBnLm5EpsI+op8Y627Rt5DWmHdq0WnM84TUXqnJkxpjQ8lrYR4OilRoT1HxFijKGHepfcEuIJ7am59usynVUOe3ARA1T/TDpTBuz9wodns0deZx35/OQaUeKlbbEuDNRTZh0ZjM1P2k3rcd4bMxDSBwzcUxIhtZaY2Q0E7WzbC7i2Uy5AxNCrZ2cqI1LcqQQToguRigwHzOZfSuqCaHWXfy7Osk5tlgfiiczLk2YaOaxKslbo/FTzEKDzPgwofEzj5VJDreS49kRx8wETyY0jvA4Tsfh63jyu6PCjRlbfLEHE2I9u0r1jgzjyV8OK0hxWOymiW6euzShcY7HoUnxE9on1lsminle5qm+y88RcyeGOTRhN6uqjD5T7lD/UB671MifPLnBg4kadkh7ANjm0Iy5w2fUyDGejPdgIpVlNHNlxjw62pLWEDbJkwnxaGYij4fVyH6e3OXRhC8zRnOLGtnBE11DKvJowrWZImrWaFIjJ5ielLICnyZcmqmh5lbTRzRW87igH0y4MmO0rrcnVmpE3088xGmkbxNxzajGudT8mW3kuKSXSPX9xNIchWx0nABmmtkQ4jeq0SzrtmeuoiyT9EuWRTmeKS9K+t2fywTQmGkKcSHHU6Nqfb2v5aAfwFowBCwPKOgAZ5WuE8AUyz2Q43vLqXGt/d3MpPElzoNngcUy8GIxtXVSa9Yl01OSXsA2K4q3DyATU6lJqPFUkBGNdVzJ047/pc6+BoCJm8EX1NRAjZLLiMZzfOLfyNS7ooAmtO7t1KKans02H+kr9D3EHLCHV2M3uKNAzWk3Neyhpp58jGhckN53dyO4XFTfjybqaWKE9L7LvBA0QwyKLl6FBrbPDyX9errCc1PawrpMn5hDLRLViGlm+gB61BqadYvGeyHSmXxiFMs8ZA2xtay7J8ycPWxoaqK7fhp5pZ7n7HIVmB1hCmBS8dks4xjLHMw6KkOmK5cj6qYazYlekSs31egVbGZf0h0/+v6iw2oSJWzvOpzrTiJ97TydqbhI76aaN5l35RWJmPu1zDanuhhTZV32XCMF2uaUzVQ1h2ldFBjLlLzEGjjMxjNdJ/ieSeKvLir/X4ABAOkfeXKwXCd2AAAAAElFTkSuQmCC) no-repeat center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: none;
}
.btn.btn-remove-crud-list-mobile:hover {
  background-image: url(data:image/png;base64,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);
}
.btn.btn-remove-crud-list-mobile:not(:disabled):not(.disabled):active {
  background-image: url(data:image/png;base64,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);
}
.btn.btn-update-crud-list-mobile {
  background: url(/assets/app/static/fonts/refresh.4b37fb59.svg) no-repeat center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: none;
}
.btn.btn-update-crud-list-mobile:hover {
  background: url(/assets/app/static/fonts/refresh.4b37fb59.svg) no-repeat center;
}
.btn.btn-update-crud-list-mobile:not(:disabled):not(.disabled):active {
  background-image: url(/assets/app/static/fonts/refresh.4b37fb59.svg);
}
.btn.btn-view-crud-list-mobile {
  background: url(data:image/png;base64,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) no-repeat center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: none;
}
.btn.btn-view-crud-list-mobile:hover {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAyCAYAAAATIfj2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABP9JREFUeNrMmm1sU1UYx//turJ3tzFAcMJgSrMx3ehe1A+GAMmIMeAXxwCngCOROXUQFzBGiGEfFDcBRRmLbpl1oIDGiBozE0GjycJe2JC5UWAvsADJNmCDsblua31Oe6o3TbuW23Nv+zT/NNnuPc/zu/ec0+c852hsNhtS6gsh0B4mLSdlkQykJFICKZKkIY2QBkm9JDOpmXSa1CfCuU4QxHzSRtI6UqqXa+O5FpNyJX/vIH1NMpGuyA1E6ydIOuk4qYe0xweY6SyVt9HN20xXE2g2qZbUSsoT8GBcY8rjbddyX4oC5fG+v5GPCaVMw32YuU/hQHrSId4dYqGexXKflTwGIUBRpB9IRQicbeUxRPkLFEH6xWVGCpTl8lgi5ALp+VN5CsFjLJaTnrqfN6ADpBUIPltJ+uh+gfIDPGZ8GVPrfAWaRzqM4LdKHqtXoHIRU3Ny5FyYsnfgwbB4Jaf0cm9ARtJ6Ed52pRYgO96AupydSAxPUApqPY/ZI9BuURnA9nOV6LhzBQ8RTF3OW1hEb0yhjGK3J6AFpNWiPN22jGBTUwXahrowJywOppwdMEQnKgHFYl7oDqhAcKKJu5OjKGz+EI23zJipj8EXNKbSYpJEA7GYN7sDekGJxzc6NY5Xzh7AH4PteCA0EjXZpciMe1S0m3xXILbSTFFq5P4zZUFx60H82t+KaF04PsvcjidnCnXHFoyLpECKZwQT1kmUtB3CTzfOIDxkBg4bS7Bs1uMiXSyXAmWp8Us4ZbNi5/nP8e21PzFDG4qDGcXInZMpqvkMrcsrg1pQu9prcfTqKYRqddiXvhVr5gnJfw1SoGQ1cxYbfco6j6C652eEaLR4L60QaxOX+dusYwx1rqpmX7MCkYxVXPwGn1z+HlqNBu8ueRGbk1b5lQppbKwwF2T28eXvUNn1o5xbLVoEpcnPvHTOu1PqC4fpKyYQ4Rcnr8FrjzxnH1cV5hOo6a2X29SIjsOwr4FAAJUufh6FC5+BlXr+ns4vcazvd7/SR2kpuEvNmU5Dn3dSNmDD/BX2afzt9hqcvN7gb7Pd0jF0US0YNk2XpW2yw7DsofSvKhEwzMzSN9SsFszex7bg2blPYNw6gW1tlfht4Jyo5tukQKeUhmFZwX7KClbOXmpPVl+lZLXhZodIF6elXY7tz3QqBRMWosenS1+3w4xMjmFLyz7RMJdcxxCzI0rARFBmXWXchqcT0jA8cQ8v04Kv5fYl0W6OuVvgMSCrSC/RughUZ72JnHgDblru0JK8HOeHe0TDsJhr3AH1wlH6FWJx+ijU0uo0IzYZ/eNDeKnxA1y426dEJ2Ax93iq+pTZk2EBtj+9CKkxC3BtbBAFZ95H970byiTujp0/j2WsFtJXIjyVddSh6ZYZBY170Tc2oNR8w2I9+98PtoddcFZe/RvqbmzJsSHSEtL16d4Q+AVFCH4rksJMB8SMbbEHc8G+iscIX4GYlaiRQcgwFtMb7v7hDcgCR5m1IYhgGnhMFjlAzEbx/95moM251zvq6QJfl+Aj/KlUBXjMrOaxwF8gZ/dj24Br+XSp5tScz31bvF0sp0hyAo5TViZRGcU0GYCJ+zru601yqz79cBxbMXJAkQmtlbdp5D7677fq49cKkXdB5/Eytj0od0vhAuko/DxeplHgACCDYwcAs+GolyfBcQAwSjLBOA8AsjpGExwHAK+KcP6vAAMAZIVYZ9yL4BoAAAAASUVORK5CYII=) no-repeat center;
}
.btn.btn-view-crud-list-mobile:not(:disabled):not(.disabled):active {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAyCAYAAAATIfj2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABP9JREFUeNrMmm1sU1UYx//turJ3tzFAcMJgSrMx3ehe1A+GAMmIMeAXxwCngCOROXUQFzBGiGEfFDcBRRmLbpl1oIDGiBozE0GjycJe2JC5UWAvsADJNmCDsblua31Oe6o3TbuW23Nv+zT/NNnuPc/zu/ec0+c852hsNhtS6gsh0B4mLSdlkQykJFICKZKkIY2QBkm9JDOpmXSa1CfCuU4QxHzSRtI6UqqXa+O5FpNyJX/vIH1NMpGuyA1E6ydIOuk4qYe0xweY6SyVt9HN20xXE2g2qZbUSsoT8GBcY8rjbddyX4oC5fG+v5GPCaVMw32YuU/hQHrSId4dYqGexXKflTwGIUBRpB9IRQicbeUxRPkLFEH6xWVGCpTl8lgi5ALp+VN5CsFjLJaTnrqfN6ADpBUIPltJ+uh+gfIDPGZ8GVPrfAWaRzqM4LdKHqtXoHIRU3Ny5FyYsnfgwbB4Jaf0cm9ARtJ6Ed52pRYgO96AupydSAxPUApqPY/ZI9BuURnA9nOV6LhzBQ8RTF3OW1hEb0yhjGK3J6AFpNWiPN22jGBTUwXahrowJywOppwdMEQnKgHFYl7oDqhAcKKJu5OjKGz+EI23zJipj8EXNKbSYpJEA7GYN7sDekGJxzc6NY5Xzh7AH4PteCA0EjXZpciMe1S0m3xXILbSTFFq5P4zZUFx60H82t+KaF04PsvcjidnCnXHFoyLpECKZwQT1kmUtB3CTzfOIDxkBg4bS7Bs1uMiXSyXAmWp8Us4ZbNi5/nP8e21PzFDG4qDGcXInZMpqvkMrcsrg1pQu9prcfTqKYRqddiXvhVr5gnJfw1SoGQ1cxYbfco6j6C652eEaLR4L60QaxOX+dusYwx1rqpmX7MCkYxVXPwGn1z+HlqNBu8ueRGbk1b5lQppbKwwF2T28eXvUNn1o5xbLVoEpcnPvHTOu1PqC4fpKyYQ4Rcnr8FrjzxnH1cV5hOo6a2X29SIjsOwr4FAAJUufh6FC5+BlXr+ns4vcazvd7/SR2kpuEvNmU5Dn3dSNmDD/BX2afzt9hqcvN7gb7Pd0jF0US0YNk2XpW2yw7DsofSvKhEwzMzSN9SsFszex7bg2blPYNw6gW1tlfht4Jyo5tukQKeUhmFZwX7KClbOXmpPVl+lZLXhZodIF6elXY7tz3QqBRMWosenS1+3w4xMjmFLyz7RMJdcxxCzI0rARFBmXWXchqcT0jA8cQ8v04Kv5fYl0W6OuVvgMSCrSC/RughUZ72JnHgDblru0JK8HOeHe0TDsJhr3AH1wlH6FWJx+ijU0uo0IzYZ/eNDeKnxA1y426dEJ2Ax93iq+pTZk2EBtj+9CKkxC3BtbBAFZ95H970byiTujp0/j2WsFtJXIjyVddSh6ZYZBY170Tc2oNR8w2I9+98PtoddcFZe/RvqbmzJsSHSEtL16d4Q+AVFCH4rksJMB8SMbbEHc8G+iscIX4GYlaiRQcgwFtMb7v7hDcgCR5m1IYhgGnhMFjlAzEbx/95moM251zvq6QJfl+Aj/KlUBXjMrOaxwF8gZ/dj24Br+XSp5tScz31bvF0sp0hyAo5TViZRGcU0GYCJ+zru601yqz79cBxbMXJAkQmtlbdp5D7677fq49cKkXdB5/Eytj0od0vhAuko/DxeplHgACCDYwcAs+GolyfBcQAwSjLBOA8AsjpGExwHAK+KcP6vAAMAZIVYZ9yL4BoAAAAASUVORK5CYII=);
}
.btn.recreate-doc-btn {
  width: auto;
}
@media screen and (max-width: 991px) {
  .btn.recreate-doc-btn {
    width: 100%;
  }
}

.btn-controls {
  margin-top: 20px;
}
.btn-controls button {
  margin-right: 10px;
}

.tbl-btn {
  margin-left: 8px;
  width: 48px;
  height: 48px;
  border-radius: 3px;
  color: #C4C4C4 !important;
  border: 1px solid #D3D8E0 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tbl-btn.active {
  color: #fff !important;
  background-color: #4996ff !important;
  border: 1px solid #2f80ef !important;
}

.Select-placeholder,
.Select--single > .Select-control .Select-value {
  padding: 0.225rem 0.5rem;
  padding-left: 0.75rem;
  padding-right: 1.5rem;
}

.input-group > .f-control:not(:first-child) .Select-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.Select.is-focused:not(.is-open) > .Select-control {
  border-color: #4996ff;
}
.Select-input {
  padding-left: 4px;
}
.Select--multi .Select-value {
  display: -ms-flexbox;
  display: flex;
}
.Select--multi .Select-input {
  margin-left: 3px;
}
.Select--multi .Select-multi-value-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.Select--multi.has-value .Select-input {
  display: -ms-flexbox !important;
  display: flex !important;
  height: 22px;
  margin-top: 6px;
}
.Select--multi.has-value .Select-multi-value-wrapper {
  padding-bottom: 6px;
}
.Select > .Select-control {
  height: auto;
  padding: 0.225rem 0.5rem;
  border-color: #c6cad2;
  border-radius: 3px;
}
.Select > .Select-control:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.Select .Select-arrow-zone {
  width: 17px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAJCAYAAADU6McMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALxJREFUeNqU0jkOgkAYhuFhYq1HMS6lB1DP4tp4BWuXxtZDuFzAxC0uV/AEYmGp75cMyQQFheSlYMjDz0Cw2V1nxpgB3U22I6AhzS2nJ62pkBGYUo1uQvq0pdWfkIAJFalBDyEv6tGelj+gCChRU4AuWrcoqEuHFEjA2AGaIIwWrHdTBB1pEYMEjKjsJgh93caeJqhDJwflPaDqgI+vmPsytqC223292tlNUE/6DWzCBgpq0YUqaYCOtwADAIbRKa8Cx5vqAAAAAElFTkSuQmCC) center no-repeat;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-left: 5px;
}
.Select .Select-arrow-zone .Select-arrow {
  border-width: 0 !important;
}
.Select.is-open > .Select-control {
  border-radius: 3px;
}
.Select.is-focused .Select-control {
  border-color: #4996ff;
}
.Select.is-focused .Select-arrow-zone {
  background-image: url(/assets/app/static/fonts/select-arrow-focused.e2f76b28.svg);
}
.Select.is-focused.color-yellow .Select-arrow-zone {
  background-image: url(/assets/app/static/fonts/select-arrow-focused.44bb2730.svg);
}
.Select .Select-menu-outer {
  margin-top: 10px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-width: 0;
  -webkit-box-shadow: 0px 6px 32px 0 rgba(0, 5, 68, 0.25);
          box-shadow: 0px 6px 32px 0 rgba(0, 5, 68, 0.25);
  z-index: 1000;
  border-radius: 20px;
}
.Select .Select-option:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.Select .Select-option.is-focused {
  background-color: #4996ff;
  color: #fff;
}
.Select .Select-option.is-focused:not(.is-focused) {
  background-color: #fff;
  color: #333;
}
.Select .Select-option.is-selected {
  background-color: #4996ff;
  color: #333;
}
.Select .Select-option.is-selected:hover {
  background-color: #4996ff;
  color: #fff;
}

.low-height-select {
  height: 38px !important;
}
.low-height-select .Select-control .Select-value {
  line-height: 22px !important;
  padding: 0.5rem 1.5rem 0.5rem 0.75rem !important;
}
.low-height-select .Select-input {
  height: 30px;
}

.Select5V__placeholder,
.Select5V--single > .Select5V__control .Select5V-value {
  /*padding: $select-padding;
  padding-left: 0.75rem;
  padding-right: 1.5rem;*/
}

.input-group > .f__control:not(:first-child) .Select5V__control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.Select5V.--is-focused:not(.--is-open) > .Select5V__control {
  border-color: #4996ff !important;
}
.Select5V__input {
  padding-left: 4px;
}
.Select5V__control {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  height: 48px;
  border-radius: 3px;
  border: 1px solid #d3d8e0;
}
.Select5V__multi .Select5V__value {
  display: -ms-flexbox;
  display: flex;
}
.Select5V__multi .Select5V__input {
  margin-left: 3px;
}
.Select5V__multi .Select5V-multi-value-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.Select5V__multi.--has-value .Select5V-input {
  display: -ms-flexbox !important;
  display: flex !important;
  height: 22px;
  margin-top: 6px;
}
.Select5V__multi.--has-value .Select5V-multi-value-wrapper {
  padding-bottom: 6px;
}
.Select5V > .Select5V__control {
  height: auto;
  padding: 0.225rem 0.5rem;
  border-color: #c6cad2;
  border-radius: 3px;
}
.Select5V > .Select5V__control:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.Select5V .Select5V__arrow-zone {
  width: 17px;
  background: url(/assets/app/static/fonts/select-arrow-new.98e48bdd.svg) center no-repeat;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-left: 5px;
}
.Select5V .Select5V__arrow-zone .Select5V-arrow {
  border-width: 0 !important;
}
.Select5V.__control--is-open > .Select5V__control {
  border-radius: 3px;
}
.Select5V.__control--is-focused > .Select5V__control {
  border-color: #4996ff !important;
}
.Select5V.__control--is-focused .Select5V__dropdown-indicator {
  background-image: url(/assets/app/static/fonts/select-arrow-down-new.7b9f538b.svg);
}
.Select5V.__control--is-focused.color-yellow .Select5V-arrow-zone {
  background-image: url(/assets/app/static/fonts/select-arrow-focused.44bb2730.svg);
}
.Select5V .Select5V-menu-outer {
  margin-top: 10px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-width: 0;
  -webkit-box-shadow: 0px 6px 32px 0 rgba(0, 5, 68, 0.25);
          box-shadow: 0px 6px 32px 0 rgba(0, 5, 68, 0.25);
  z-index: 1000;
  border-radius: 20px;
}

.Select5V__indicator-separator {
  display: none;
}

.Select5V__indicators {
  width: auto;
  margin-right: 8px;
}

.Select5V__dropdown-indicator {
  width: 17px;
  background: url(/assets/app/static/fonts/select-arrow-new.98e48bdd.svg) center no-repeat;
  padding-left: 10px !important;
}
.Select5V__dropdown-indicator svg {
  display: none;
}

.Select5V__control--is-focused .Select5V__dropdown-indicator {
  background-image: url(/assets/app/static/fonts/select-arrow-down-new.7b9f538b.svg);
}

.Select5V__value-container {
  padding: 0.5rem 1.5rem 0.5rem 0.75rem !important;
  /*margin-left: 3px;*/
}

.Select5V__option:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.Select5V__option:focus, .Select5V__option--is-selected {
  background-color: #4996ff;
  color: #fff;
}
.Select5V__option.--is-focused:not(.--is-focused) {
  background-color: #fff;
  color: #333;
}
.Select5V__option:hover {
  background-color: #4996ff !important;
  color: #fff;
}
.Select5V__option--is-focused {
  background-color: #4996ff !important;
  color: #333;
}
.Select5V__option--is-focused:hover {
  background-color: #4996ff !important;
  color: #fff;
}

.Select5V.no-border > .Select5V__control {
  border-color: #e8ebed !important;
  border-right: none !important;
  border-left: none !important;
  border-radius: 0;
}

.Select5V.small .Select5V__value-container,
.Select5V.crud-select .Select5V__value-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.Select5V.small .Select5V__control,
.Select5V.crud-select .Select5V__control {
  height: 42px;
}

.crud-select .Select5V__value-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.crud-select .Select5V__control {
  height: 42px;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.Select5V__multi-value {
  padding: 3px !important;
  color: #007eff;
  background-color: rgba(0, 126, 255, 0.08) !important;
  border-color: rgba(0, 126, 255, 0.24) !important;
  border-width: 1px;
  border-style: solid;
}

.Select5V__multi-value__label {
  color: #007eff !important;
  padding-bottom: 0 !important;
  line-height: 85%;
}

.Select5V__multi-value__remove {
  /*border-left: 1px solid rgba(0, 126, 255, 0.24) !important;*/
}

h1,
h2,
h3,
h4,
h5 {
  color: #313131;
  font-weight: normal;
}

h1 {
  font-size: 20px;
}

.page-header {
  margin-top: 31px;
  margin-bottom: 26px;
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 5, 68, 0.25);
          box-shadow: 0 1px 3px 0 rgba(0, 5, 68, 0.25);
}
.page-header h1 {
  margin: 0;
  padding: 14px 21px;
  font-size: 21px;
  color: #1a25ab;
  color: var(--primary-color, #1a25ab);
}
.page-header h1 > .page-header__total {
  font-size: 15px;
  color: #9198a7;
}

h2,
h5.modal-title {
  font-size: 17px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 13px;
}

.form-control {
  /* Firefox 19+ */
  /* Firefox 18- */
}
.form-control::-webkit-input-placeholder {
  color: rgba(145, 152, 167, 0.5);
}
.form-control::-moz-placeholder {
  color: rgba(145, 152, 167, 0.5);
}
.form-control:-moz-placeholder {
  color: rgba(145, 152, 167, 0.5);
}
.form-control:-ms-input-placeholder {
  color: rgba(145, 152, 167, 0.5);
}

.form-group {
  margin-bottom: 13px;
}

.form-group-last {
  margin-bottom: 0;
}

.form-control {
  padding: 0.5rem 0.75rem;
}
.form-control.bg {
  padding: 0.6rem 1rem;
}
.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #1a25ab;
  border-color: var(--primary-color, #1a25ab);
}

input[type=text],
input[type=password],
textarea,
.form-control {
  border-color: #c6cad2;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.input-icon {
  width: 17px;
  height: 17px;
  margin: 13px 10px;
  display: inline-block;
  position: absolute;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.input-icon.email {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/app/static/fonts/email.4fe8ccc7.svg);
}
.input-icon.email.color-yellow {
  background-image: url(/assets/app/static/fonts/email.f4990965.svg);
}
.input-icon.login {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/app/static/fonts/login.707f5b29.svg);
}
.input-icon.login.color-yellow {
  background-image: url(/assets/app/static/fonts/login.06116359.svg);
}
.input-icon.lock {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/app/static/fonts/lock.4f54eb3d.svg);
}
.input-icon.lock.color-yellow {
  background-image: url(/assets/app/static/fonts/lock.c9576a9d.svg);
}

.pass-container {
  position: relative;
}

.pass-icon,
.pass-confirm-icon,
.pass-old-icon {
  width: 17px;
  height: 17px;
  margin: 13px 10px;
  display: inline-block;
  right: 0;
  position: absolute;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.pass-icon.eye,
.pass-confirm-icon.eye,
.pass-old-icon.eye {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/app/static/fonts/eye.01915e0c.svg);
}
.pass-icon.eye.color-yellow,
.pass-confirm-icon.eye.color-yellow,
.pass-old-icon.eye.color-yellow {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/app/static/fonts/eye.01915e0c.svg);
}
.pass-icon.eye.color-yellow.color-yellow,
.pass-confirm-icon.eye.color-yellow.color-yellow,
.pass-old-icon.eye.color-yellow.color-yellow {
  background-image: url(/assets/app/static/fonts/eye.b21e81a4.svg);
}
.pass-icon.eye.color-yellow,
.pass-confirm-icon.eye.color-yellow,
.pass-old-icon.eye.color-yellow {
  background-image: url(/assets/app/static/fonts/eye.b21e81a4.svg);
}
.pass-icon.eye-disable, .pass-icon.eye-confirm-disable, .pass-icon.eye-old-disable,
.pass-confirm-icon.eye-disable,
.pass-confirm-icon.eye-confirm-disable,
.pass-confirm-icon.eye-old-disable,
.pass-old-icon.eye-disable,
.pass-old-icon.eye-confirm-disable,
.pass-old-icon.eye-old-disable {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/app/static/fonts/eye-disable.a2b3b051.svg);
}
.pass-icon.eye-disable.color-yellow, .pass-icon.eye-confirm-disable.color-yellow, .pass-icon.eye-old-disable.color-yellow,
.pass-confirm-icon.eye-disable.color-yellow,
.pass-confirm-icon.eye-confirm-disable.color-yellow,
.pass-confirm-icon.eye-old-disable.color-yellow,
.pass-old-icon.eye-disable.color-yellow,
.pass-old-icon.eye-confirm-disable.color-yellow,
.pass-old-icon.eye-old-disable.color-yellow {
  background-image: url(/assets/app/static/fonts/eye-disable.47705f8d.svg);
}

.pass-icon + input {
  padding-right: 38px;
  content: "";
}

.input-icon + input,
.input-icon + .form-group input {
  padding-left: 38px;
  content: "";
}

.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.form-group .f-label {
  color: rgba(145, 152, 167, 0.5);
  font-size: 13px;
  margin-bottom: 5px;
}
.form-group .f-control {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}
.form-group .input-group-text {
  -ms-flex-pack: end;
      justify-content: flex-end;
  text-align: right;
}
.form-group .input-group-text {
  min-width: 240px;
}
.form-group .right-addon .input-group-text {
  padding: 0;
  min-width: 0;
}
.form-group .input-group-append .btn {
  border-radius: 1.5px;
}

.f-group {
  display: -ms-flexbox;
  display: flex;
}
.f-group .f-element.f-element-number input {
  border-radius: 0;
}
.f-group .f-element.f-element-select .Select-control {
  border-radius: 0;
}
.f-group .f-element.f-element-select .Select-menu-outer {
  width: auto !important;
  right: 0 !important;
  left: auto !important;
  white-space: nowrap;
}
.f-group .f-element:first-child.f-element-number input {
  border-radius: 4px 0 0 4px;
}
.f-group .f-element:first-child.f-element-select .Select-control {
  border-radius: 4px 0 0 4px;
}
.f-group .f-element:last-child.f-element-number input {
  border-radius: 0 4px 4px 0;
}
.f-group .f-element:last-child.f-element-select .Select-control {
  border-radius: 0 4px 4px 0;
}

.f-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.f-inline label {
  margin-bottom: 0;
}
.f-inline .form-group {
  margin-bottom: 0;
}
.f-inline .f-element {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.f-inline .f-control {
  margin-bottom: 0;
}

.radio-btn .form-check-label {
  margin: 5px 10px 5px 10px;
}

.form-check {
  padding-left: 0;
}

.form-check-input {
  position: static;
  margin-left: 0;
}

.size-input .f-group,
.hatch-size-input .f-group,
.coordinate-input .f-group {
  width: 100%;
}
.size-input .form-group,
.hatch-size-input .form-group,
.coordinate-input .form-group {
  margin-bottom: 0;
  max-height: 42px;
}

.nowrap-input-left-addon {
  max-width: 215px;
  white-space: inherit;
}

input.form-control.small {
  line-height: 14px;
  font-size: 12px;
  padding: 5px;
}

.form-check-label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
              -ms-user-select: none;
          user-select: none;
}
.form-check-label span {
  -ms-flex-order: 2;
      order: 2;
}
.form-check-label .form-check-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  -ms-flex-order: 1;
      order: 1;
}
.form-check-label .form-check-input:checked ~ .checkmark:after {
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: 4px;
  background-color: #1a25ab;
  background-color: var(--primary-color, #1a25ab);
}
.form-check-label .form-check-input:disabled ~ .checkmark {
  opacity: 0.3;
}
.form-check-label .form-check-input:disabled + span {
  opacity: 0.5;
}
.form-check-label .checkmark {
  -ms-flex-order: 0;
      order: 0;
  position: relative;
  margin-right: 10px;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  border-color: #1a25ab;
  border-color: var(--primary-color, #1a25ab);
  background-color: #fff;
}

.form-checkbox-label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
              -ms-user-select: none;
          user-select: none;
}
.form-checkbox-label span {
  -ms-flex-order: 2;
      order: 2;
}
.form-checkbox-label .form-check-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  -ms-flex-order: 1;
      order: 1;
}
.form-checkbox-label .form-check-input:checked ~ .checkmark:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 2px;
  width: 7px;
  height: 12px;
  border-width: 0 3px 3px 0;
  border-style: solid;
  border-color: #1a25ab;
  border-color: var(--primary-color, #1a25ab);
  background-color: #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 0;
}
.form-checkbox-label .checkmark {
  -ms-flex-order: 0;
      order: 0;
  position: relative;
  margin-right: 10px;
  height: 20px;
  width: 20px;
  border-radius: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #1a25ab;
  border-color: var(--primary-color, #1a25ab);
  background-color: #fff;
}

.pane {
  padding: 13px 13px 17px;
  -webkit-box-shadow: 0px 6px 32px 0 rgba(0, 5, 68, 0.25);
          box-shadow: 0px 6px 32px 0 rgba(0, 5, 68, 0.25);
  background-color: #fff;
  border-radius: 6px;
  width: 262px;
}
.pane.pane-bg {
  width: 350px;
}
.pane.pane-hg {
  width: 500px;
}
.pane.pane-sm {
  width: 200px;
}
.pane.pane-xs {
  width: 150px;
}
.pane.pane-primary {
  margin: 35px auto 0;
}
.pane .pane-header {
  padding-bottom: 10px;
}
.pane .close-btn {
  float: right;
}

.alert {
  padding: 0.6rem 1rem;
  line-height: 19px;
  font-size: 15px;
}

.alert-danger {
  background-color: #ff7777;
  border-color: transparent;
  color: #fff;
}

.calculation.alert-danger {
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background: rgba(248, 175, 36, 0.05);
  border: 1px solid #ff0000;
  border-left-width: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .calculation.alert-danger {
    margin-top: 10px;
  }
}
.calculation.alert-danger .close {
  background: url(/assets/app/static/fonts/icon-alert-danger-close.680a64a9.svg) no-repeat center transparent;
}

.modal-dialog {
  -webkit-box-shadow: 0 6px 32px 0 rgba(0, 5, 68, 0.25);
          box-shadow: 0 6px 32px 0 rgba(0, 5, 68, 0.25);
}
.modal-dialog .modal-header {
  min-height: 55px;
}

.modal-backdrop.show {
  opacity: 0.3;
}

.contactModal .input-group-text {
  min-width: 100px;
}

.modal-table-tariffs {
  min-width: 95%;
}
.modal-table-tariffs .header-table_image {
  display: block;
  width: 100px;
  height: 45px;
  background: url(/assets/app/static/fonts/logo.37bf0434.svg) no-repeat top left;
}
.modal-table-tariffs .header-table_image:hover {
  cursor: pointer;
}
.modal-table-tariffs .header-table_title {
  margin-top: 5px;
}

.confirm-cancel-modal {
  margin-top: 250px;
}

.f-element-select.has-danger .Select-control {
  border-color: #f45d5d;
}
.f-element-select.has-danger .Select-control .Select-placeholder {
  color: #f45d5d;
}

.f-element-address.has-danger .geosuggest__input {
  border-color: #f45d5d;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #f45d5d;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.f-element-address.has-danger .geosuggest__input::-webkit-input-placeholder {
  color: #f45d5d;
}
.f-element-address.has-danger .geosuggest__input::-moz-placeholder {
  color: #f45d5d;
}
.f-element-address.has-danger .geosuggest__input:-moz-placeholder {
  color: #f45d5d;
}
.f-element-address.has-danger .geosuggest__input:-ms-input-placeholder {
  color: #f45d5d;
}

.f-element-number.has-danger span input {
  border: 1px solid #f45d5d !important;
  color: #f45d5d;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.f-element-number.has-danger span input::-webkit-input-placeholder {
  color: #f45d5d;
}
.f-element-number.has-danger span input::-moz-placeholder {
  color: #f45d5d;
}
.f-element-number.has-danger span input:-moz-placeholder {
  color: #f45d5d;
}
.f-element-number.has-danger span input:-ms-input-placeholder {
  color: #f45d5d;
}

.f-element-text.has-danger input,
.f-element-text.has-danger textarea {
  border: 1px solid #f45d5d !important;
  color: #f45d5d;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.f-element-text.has-danger input::-webkit-input-placeholder,
.f-element-text.has-danger textarea::-webkit-input-placeholder {
  color: #f45d5d;
}
.f-element-text.has-danger input::-moz-placeholder,
.f-element-text.has-danger textarea::-moz-placeholder {
  color: #f45d5d;
}
.f-element-text.has-danger input:-moz-placeholder,
.f-element-text.has-danger textarea:-moz-placeholder {
  color: #f45d5d;
}
.f-element-text.has-danger input:-ms-input-placeholder,
.f-element-text.has-danger textarea:-ms-input-placeholder {
  color: #f45d5d;
}

.f-element-date.has-danger input {
  border: 1px solid #f45d5d !important;
  color: #f45d5d;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.f-element-date.has-danger input::-webkit-input-placeholder {
  color: #f45d5d;
}
.f-element-date.has-danger input::-moz-placeholder {
  color: #f45d5d;
}
.f-element-date.has-danger input:-moz-placeholder {
  color: #f45d5d;
}
.f-element-date.has-danger input:-ms-input-placeholder {
  color: #f45d5d;
}
.f-element-date.has-warning input {
  border: 1px solid #ffc107 !important;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.f-element-date.has-warning input::-webkit-input-placeholder {
  color: #f45d5d;
}
.f-element-date.has-warning input::-moz-placeholder {
  color: #f45d5d;
}
.f-element-date.has-warning input:-moz-placeholder {
  color: #f45d5d;
}
.f-element-date.has-warning input:-ms-input-placeholder {
  color: #f45d5d;
}

.table-custom-prices {
  border: 1px solid #c6cad2;
  border-radius: 3px;
}
.table-custom-prices .select-wrapper,
.table-custom-prices .row-cell,
.table-custom-prices .f-element-number {
  height: 38px !important;
}
.table-custom-prices .select-wrapper.textarea,
.table-custom-prices .row-cell.textarea,
.table-custom-prices .f-element-number.textarea {
  height: auto !important;
}
.table-custom-prices .select-wrapper .Select-control .Select-value,
.table-custom-prices .row-cell .Select-control .Select-value,
.table-custom-prices .f-element-number .Select-control .Select-value {
  line-height: 22px !important;
  padding: 0.5rem 1.5rem 0.5rem 0.75rem !important;
}
.table-custom-prices .select-wrapper .Select-input,
.table-custom-prices .row-cell .Select-input,
.table-custom-prices .f-element-number .Select-input {
  height: 30px;
}
.table-custom-prices .f-element {
  margin-bottom: 0 !important;
}
.table-custom-prices .row-table {
  padding: 10px 5px;
}
@media screen and (max-width: 768px) {
  .table-custom-prices .row-table .col-12 {
    padding-left: 0;
  }
}
.table-custom-prices .row-table.is-error .select-wrapper,
.table-custom-prices .row-table.is-error .row-cell {
  height: auto !important;
}
.table-custom-prices .row-table:nth-child(odd) {
  background-color: rgba(198, 202, 210, 0.1);
}
.table-custom-prices .table-header .row-cell {
  height: auto;
}

.table-custom-prices-mobile {
  border-radius: 3px;
}
.table-custom-prices-mobile .f-element {
  margin-bottom: 0 !important;
}
.table-custom-prices-mobile .row-table {
  border: 1px solid #c6cad2;
  border-radius: 3px;
  margin-top: 20px;
  padding: 10px 10px;
}
.table-custom-prices-mobile .row-table.no-border {
  border: none;
}
.table-custom-prices-mobile .row-table:last-child {
  margin-top: 0;
  border: none;
  background: transparent;
}
@media screen and (max-width: 768px) {
  .table-custom-prices-mobile .row-table .row-cell {
    padding-bottom: 10px;
    padding-left: 0;
  }
}
.table-custom-prices-mobile .table-header .row-cell {
  height: auto;
}

.error-tab {
  background-color: #f45d5d;
  color: white;
  font-weight: bold;
  border-radius: 3px;
  border: 1px solid #d9534f;
  padding: 3px;
  font-size: 12px;
  margin-left: 10px;
}

.btn.btn-attach-file {
  line-height: 40px;
  border-radius: 3px;
  padding: 0px 40px;
  max-width: 215px;
  min-width: 215px;
  height: 40px;
  color: #313131;
  border-style: none;
  background-color: #e5e5e5;
}
.btn.btn-attach-file:hover {
  background-color: #c0c0c0;
}
.btn.btn-add-agent {
  border-radius: 3px;
  padding: 0px 40px;
  height: 48px;
  color: #313131;
  border-style: none;
  background-color: #e5e5e5 !important;
}
.btn.btn-add-agent:hover {
  background-color: #c0c0c0 !important;
}
.btn.btn-add-agent.no-padding {
  padding: 0.4rem 0.75rem;
}
.btn.btn-add-agent.disabled:hover, .btn.btn-add-agent:disabled:hover {
  background-color: #4996ff !important;
}
.btn.btn-primary-new {
  height: 40px;
}
.btn.btn-outline-primary-new {
  height: 40px;
  background-color: transparent;
  border: 1px solid #4996ff;
  color: #4996ff;
}
.btn.btn-outline-primary-new:hover {
  color: white;
  background-color: #4996ff;
}
.btn.btn-download {
  padding: 5px;
  display: block;
  height: 30px;
  line-height: 20px;
  background-color: transparent;
  color: #28b862;
  max-width: 30px;
  font-size: 20px;
  min-width: 30px;
  border-radius: 3px;
  border: none;
}
.btn.btn-download:hover {
  color: white;
  background-color: #28b862;
}
.btn.btn-replace {
  padding: 5px;
  display: block;
  height: 30px;
  line-height: 20px;
  background-color: transparent;
  color: #4996ff;
  max-width: 30px;
  font-size: 20px;
  min-width: 30px;
  border-radius: 3px;
  border: none;
}
.btn.btn-replace:hover {
  color: white;
  background-color: #4996ff;
}
.btn.btn-delete {
  padding: 5px;
  font-size: 20px;
  height: 30px;
  line-height: 20px;
  display: block;
  background-color: transparent;
  color: #f45d5d;
  max-width: 30px;
  min-width: 30px;
  border-radius: 3px;
  border: none;
}
.btn.btn-delete:hover {
  color: white;
  background-color: #f45d5d;
}

.input-file-label {
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  text-align: left;
}

.form-group .input-group-text {
  min-width: 215px;
}

.table-data {
  margin-top: 20px;
  background-color: #fff;
  font-weight: normal;
}
.table-data thead tr th {
  border-top: none;
  border-bottom: 1px solid #dee2e6;
  padding: 14px 4px;
  color: #a2aabb;
  font-size: 13px;
  cursor: pointer;
  text-align: left;
  vertical-align: middle;
}
.table-data tbody tr {
  min-height: 40px;
}
.table-data tbody tr th {
  border: none;
  padding: 8px 4px;
  color: #a2aabb;
  font-size: 13px;
  text-align: left;
  vertical-align: middle;
}

.actions-templates {
  max-width: 180px;
  display: -ms-flexbox;
  display: flex;
}

.row-template:hover .actions-templates {
  display: -ms-flexbox;
  display: flex;
}

.request-status {
  font-weight: bold;
}
.request-status.NEW {
  color: #4996ff;
}
.request-status.PAID {
  color: #28b862;
}
.request-status.NOT_PAID {
  color: #ffc107;
}
.request-status.DECLINED_BANK, .request-status.ERROR_SERVER, .request-status.ERROR_BANK, .request-status.CANCELED_BY_USER {
  color: #f45d5d;
}

.pay-body {
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.9);
}
.pay-body .logo-request {
  background-repeat: no-repeat;
  width: 198px;
  height: 30px;
  background-image: url(/assets/app/static/fonts/logo_cargobar.b9bc61d3.svg);
}
.pay-body .logo-request.en {
  background-image: url(/assets/app/static/fonts/logo.37bf0434.svg);
  background-size: contain;
  height: 60px;
}
.pay-body .col-lg-4,
.pay-body .col-12 {
  margin-bottom: 10px;
}
.pay-body textarea.recipient {
  width: 100%;
  background: none;
  border: none;
  padding: 0;
  resize: none;
}
.pay-body textarea.payer {
  width: 100%;
  background: none;
  border: none;
  padding: 0;
  resize: none;
  text-align: left;
}
.pay-body .table-details {
  border: 2px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.pay-body .table-details .header-table {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.pay-body .table-details .row-table {
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.pay-body .table-details .itog-table {
  background-color: rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
}
.pay-body .table-details .itog-table div {
  text-align: right;
  padding: 10px;
}
.pay-body .table-details-mobile {
  border: 2px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.pay-body .table-details-mobile .header-table {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.pay-body .table-details-mobile .row-table {
  padding: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.pay-body .table-details-mobile .itog-table {
  background-color: rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
}
.pay-body .table-details-mobile .itog-table div {
  padding: 5px;
}
.pay-body .table-transaction {
  text-align: center;
  font-size: 12px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 5px;
}
.pay-body .table-transaction .row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.pay-body .table-transaction .row:first-child {
  font-weight: bold;
}
.pay-body .table-transaction-mobile {
  text-align: left;
  font-size: 12px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 5px;
}
.pay-body .table-transaction-mobile .row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.pay-body .table-transaction-mobile .row .col-12:nth-child(odd) {
  font-weight: bold;
}
.pay-body .edit-btn-logo {
  width: 22px;
  height: 24px;
  margin-right: 20px;
  margin-top: -3px;
  background-repeat: no-repeat;
  display: inline-block;
}
.pay-body .edit-btn-logo {
  background-image: url(/assets/app/static/fonts/edit-btn-logo.6d2cf313.svg);
}
.pay-body .edit-btn-logo:hover {
  cursor: pointer;
}
.pay-body .edit-btn-logo:hover {
  background-image: url(/assets/app/static/fonts/edit-btn-logo-hover.8c5e89b3.svg);
}

.changes-history-table {
  margin-top: 20px !important;
}
.changes-history-table .collapse {
  margin-top: 20px !important;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.changes-history-table .row-table {
  /*margin-top: 10px;
  border-radius: 10px;*/
}
.changes-history-table .row-table .col-12 {
  padding: 10px;
  border: 1px #3d464d solid;
}
.changes-history-table .row-table .col-12,
.changes-history-table .row-table .col-lg-6 {
  border: 1px #3d464d solid;
}
.changes-history-table .row-table .col-12:nth-child(n+1) {
  border-bottom: none;
}
.changes-history-table .row-table .col-lg-6:nth-child(even) {
  border-right: none;
}
.changes-history-table .row-table:last-child {
  border-bottom: 1px #3d464d solid;
}
.changes-history-table .row-table-mobile .col-12 {
  padding: 10px;
  border: 1px #3d464d solid;
  border-bottom: none;
}
.changes-history-table .row-table-mobile:last-child {
  border-bottom: 1px #3d464d solid;
}

.table-tariffs input[type=number]::-webkit-outer-spin-button,
.table-tariffs input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.table-tariffs input[type=number],
.table-tariffs input[type=number]:hover,
.table-tariffs input[type=number]:focus {
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: textfield;
}
.table-tariffs .dsg-container {
  /*height: 500px !important;*/
}
.table-tariffs .cell-required .dsg-cell-header-container span:after {
  content: "*";
  color: #ff7777;
}

.table-orders-modal {
  min-width: 95%;
}
.table-orders-modal.fullscreen-modal {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.table-orders-modal.fullscreen-modal .modal-content {
  overflow-y: auto;
  height: 100%;
  border: 0;
  border-radius: 0;
}
.table-orders-modal .modal-body {
  min-height: 400px;
}
.table-orders-modal .modal-title {
  margin-left: auto;
}
.table-orders-modal .modal-title .search-bar {
  min-width: 400px;
}
.table-orders-modal .modal-title .btn-primary-new {
  margin-left: 7px;
  height: 48px;
}
.table-orders-modal .modal-header button.close {
  display: none !important;
}
.table-orders-modal .header-table_image {
  display: block;
  width: 100px;
  height: 45px;
  background: url(/assets/app/static/fonts/logo.37bf0434.svg) no-repeat top left;
}
.table-orders-modal .header-table_image:hover {
  cursor: pointer;
}
.table-orders-modal .header-table_title {
  margin-top: 5px;
}

.table-orders .dsg-cell-gutter {
  -ms-flex-pack: start;
      justify-content: start;
}
.table-orders .dsg-cell-gutter .dsg-cell-gutter-custom {
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -ms-flex-align: stretch;
      align-items: stretch;
  width: 100%;
}
.table-orders .dsg-cell-gutter .dsg-cell-gutter-custom .dsg-cell-gutter-custom__data {
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
}
.table-orders .dsg-cell-gutter .dsg-cell-gutter-custom .dsg-cell-gutter-custom__data div {
  display: block;
  text-overflow: ellipsis;
  text-wrap: nowrap;
  text-align: start;
  overflow: hidden;
  font-size: 14px;
  line-height: 16px;
}
.table-orders .type-cargo {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  margin-top: 0;
  background-repeat: no-repeat;
}
.table-orders .type-cargo.SEA {
  background-image: url(/assets/app/static/fonts/minicardTransportTypeSea.eb4f7807.svg);
}
.table-orders .type-cargo.RAILWAY {
  background-image: url(/assets/app/static/fonts/minicardTransportTypeRailway.be1c3732.svg);
  background-position: -10px -8px;
}
.table-orders .type-cargo.AIR {
  background-image: url(/assets/app/static/fonts/minicardTransportTypeAir.970fbc3d.svg);
}
.table-orders .type-cargo.ROAD {
  background-image: url(/assets/app/static/fonts/minicardTransportTypeVehicle.88b34bf6.svg);
}
.table-orders .order-m-card-location-info {
  -ms-flex-align: center;
      align-items: center;
}
.table-orders .order-m-card-location-info .order-m-card-logo {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  margin-top: 0;
  background-repeat: no-repeat;
}
.table-orders .order-m-card-location-info .order-m-card-logo.order-m-card-vehicle {
  background-image: url(/assets/app/static/fonts/minicardTransportTypeVehicle.88b34bf6.svg);
}
.table-orders .order-m-card-location-info .order-m-card-logo.order-m-card-air {
  background-image: url(/assets/app/static/fonts/minicardTransportTypeAir.970fbc3d.svg);
}
.table-orders .order-m-card-location-info .order-m-card-logo.order-m-card-railway {
  background-image: url(/assets/app/static/fonts/minicardTransportTypeRailway.be1c3732.svg);
  background-position: -8px -8px;
}
.table-orders .order-m-card-location-info .order-m-card-logo.order-m-card-sea {
  background-image: url(/assets/app/static/fonts/minicardTransportTypeSea.eb4f7807.svg);
}

.filter-view-layers-body {
  max-height: 400px;
  overflow-y: auto;
}

.actions-table-orders {
  -ms-flex-align: center;
      align-items: center;
}
.actions-table-orders .fa {
  font-size: 20px;
  cursor: pointer;
}

.raw-input-date {
  cursor: cell;
  padding-left: 4px;
  padding-right: 4px;
  border: none;
  height: 100% !important;
  width: 120px;
  border-radius: 0;
  background: transparent;
}
.raw-input-date.disabled {
  opacity: 0.8;
  background-color: rgb(250, 250, 250);
  -webkit-appearance: none;
}
.raw-input-date.disabled::-webkit-inner-spin-button, .raw-input-date.disabled::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
.raw-input-date.error {
  background-color: rgba(244, 93, 93, 0.5);
  color: white;
}
.raw-input-date.warning {
  background: rgba(255, 193, 7, 0.5);
  color: black;
}

.blue-popover.width-custom .popover {
  max-width: 360px !important;
}
.blue-popover .popover {
  /*color: $primary-dev-color;*/
  border-color: #4996ff;
  background-color: #4996ff;
}
.blue-popover .popover .popover-body {
  color: white;
}
.blue-popover .popover .arrow {
  /*background-color: $primary-dev-color;*/
}
.blue-popover .bs-popover-top > .arrow::before,
.blue-popover .bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #4996ff;
}
.blue-popover .bs-popover-top > .arrow::before,
.blue-popover .bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: transparent;
}

.date-readonly {
  padding: 5px;
  font-size: 12px;
  line-height: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
}
.date-readonly.date-error {
  border: 1px solid #f45d5d !important;
  width: 100%;
  padding: 1px 5px;
}
.date-readonly.date-warning {
  border: 1px solid #ffc107 !important;
  width: 100%;
  padding: 1px 5px;
}

.PhoneInput {
  height: 40px;
}
.PhoneInput .PhoneInputInput {
  height: 40px;
  border-radius: 3px;
  border: 1px solid #d3d8e0;
  padding: 0.5rem 1.5rem 0.5rem 0.75rem;
}
.PhoneInput .PhoneInputInput:focus, .PhoneInput .PhoneInputInput:active {
  border-color: #4996ff;
}
.PhoneInput .PhoneInputCountryIcon {
  width: 36px;
  height: 24px;
}

.table-tracking-modal {
  min-width: 95%;
}
.table-tracking-modal.fullscreen-modal {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.table-tracking-modal.fullscreen-modal .modal-content {
  overflow-y: auto;
  height: 100%;
  border: 0;
  border-radius: 0;
}
.table-tracking-modal .modal-body {
  min-height: 400px;
}
.table-tracking-modal .modal-title {
  width: 100%;
}
.table-tracking-modal .modal-header button.close {
  display: none !important;
}
.table-tracking-modal .header-table_image {
  display: block;
  width: 100px;
  height: 45px;
  background: url(/assets/app/static/fonts/logo.37bf0434.svg) no-repeat top left;
}
.table-tracking-modal .header-table_image:hover {
  cursor: pointer;
}
.table-tracking-modal .header-table_title {
  margin-top: 5px;
}
.table-tracking-modal .raw-input-date {
  cursor: cell;
  padding-left: 4px;
  padding-right: 4px;
  border: none;
  height: 100% !important;
  width: 120px;
  border-radius: 0;
  background: transparent;
}
.table-tracking-modal .raw-input-date.disabled {
  opacity: 0.8;
  background-color: rgb(250, 250, 250);
  -webkit-appearance: none;
}
.table-tracking-modal .raw-input-date.disabled::-webkit-inner-spin-button, .table-tracking-modal .raw-input-date.disabled::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
.table-tracking-modal .raw-input-date.error {
  background-color: rgba(244, 93, 93, 0.5);
  color: white;
}
.table-tracking-modal .raw-input-date.warning {
  background: rgba(255, 193, 7, 0.5);
  color: black;
}
.table-tracking-modal .blue-popover.width-custom .popover {
  max-width: 360px !important;
}
.table-tracking-modal .blue-popover .popover {
  /*color: $primary-dev-color;*/
  border-color: #4996ff;
  background-color: #4996ff;
}
.table-tracking-modal .blue-popover .popover .popover-body {
  color: white;
}
.table-tracking-modal .blue-popover .popover .arrow {
  /*background-color: $primary-dev-color;*/
}
.table-tracking-modal .blue-popover .bs-popover-top > .arrow::before,
.table-tracking-modal .blue-popover .bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #4996ff;
}
.table-tracking-modal .blue-popover .bs-popover-top > .arrow::before,
.table-tracking-modal .blue-popover .bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: transparent;
}
.table-tracking-modal .date-readonly {
  padding: 5px;
  font-size: 12px;
  line-height: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
}
.table-tracking-modal .date-readonly.date-error {
  border: 1px solid #f45d5d !important;
  width: 100%;
  padding: 1px 5px;
}
.table-tracking-modal .date-readonly.date-warning {
  border: 1px solid #ffc107 !important;
  width: 100%;
  padding: 1px 5px;
}

.actions-table-tracking {
  -ms-flex-align: center;
      align-items: center;
}
.actions-table-tracking .fa {
  font-size: 20px;
  cursor: pointer;
}

.popover-custom {
  width: 100%;
  position: fixed;
  z-index: 9999;
  color: white;
  background: #4996ff;
  padding: 10px !important;
  border-radius: 2px;
}
.popover-custom .triangle {
  position: absolute;
  border: 5px solid transparent;
  border-top: 5px solid #4996ff;
  top: 100%;
  left: calc(50% - 5px);
}

.courier .title h1 {
  font-size: 32px;
  line-height: 42px;
  margin-top: 48px;
  margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
  .courier .title h1 {
    margin-bottom: 24px;
    margin-top: 24px;
  }
}
.courier .custom-option-select-city {
  font-size: 12px;
  color: #9198a7;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.courier .Select-option.is-focused,
.courier .Select-value.is-selected {
  color: white;
}
.courier .Select-option.is-focused .custom-option-select-city,
.courier .Select-value.is-selected .custom-option-select-city {
  color: white;
}
.courier .card-block {
  padding: 20px 24px 36px;
  background: white;
  margin-bottom: 24px;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.courier .card-block .form-group {
  margin-bottom: 0;
}
.courier .card-block .col-md-auto:first-child {
  padding-left: 0 !important;
}
.courier .card-block .col-md-auto:last-child {
  padding-right: 0 !important;
}
@media screen and (max-width: 991px) {
  .courier .card-block {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .courier .card-block .col-12 {
    margin-bottom: 10px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .courier .card-block .col-12:last-child {
    margin-bottom: 0;
  }
}
.courier .card-block .card-title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 2rem;
}
.courier .card-block .swap-container {
  width: 50px;
  height: 46px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .courier .card-block .swap-container {
    margin-top: 25px;
  }
}
.courier .card-block .swap-container .swap {
  background: url(/assets/app/static/fonts/btn-swap_noshadow.28f15b11.svg) center center no-repeat transparent;
  background-size: contain;
  width: 46px;
  height: 46px;
  max-width: 46px;
  max-height: 46px;
  border-radius: 100%;
}
.courier .card-block .swap-container .swap:hover {
  background: url(/assets/app/static/fonts/btn-swap_dark_noshadow.d063978f.svg) center center no-repeat transparent;
}
@media screen and (min-width: 991px) {
  .courier .card-block .swap-container {
    padding-bottom: 48px;
  }
}
.courier.popover-content .card-block {
  padding: 20px 24px;
  margin-bottom: 0;
}
.courier .cargo-form .cargo-card {
  padding: 10px;
  border: 1px solid #d3d8e0;
  border-radius: 3px;
  margin-bottom: 20px;
}
.courier .cargo-form .cargo-card__title {
  font-size: 18px;
  margin-bottom: 10px;
}
.courier .cargo-form .cargo-card__delete {
  cursor: pointer;
  padding: 5px;
  height: 40px;
  width: 40px;
  border-radius: 3px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #f45d5d;
  border: 1px solid #f45d5d;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.courier .cargo-form .cargo-card__delete:hover {
  background-color: #f45d5d;
  color: white;
}
.courier .cargo-form .cargo-card:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .courier .cargo-form .cargo-card {
    border: none;
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  .courier .cargo-form .cargo-card .col-6.pl-xs-0 {
    padding-left: 0 !important;
  }
  .courier .cargo-form .cargo-card .col-6.pr-xs-0 {
    padding-right: 0 !important;
  }
}
.courier .cargo-form .cargo-card input {
  height: 42px;
}
.courier .cargo-form .cargo-btn-type {
  border: 1px solid #d3d8e0;
  border-radius: 3px;
  padding: 0 10px;
  font-size: 14px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-bottom: 5px;
}
.courier .cargo-form .cargo-btn-type.selected {
  background-color: #4996ff;
  color: white;
}
@media screen and (min-width: 991px) {
  .courier .cargo-form .cargo-btn-type {
    min-width: 200px;
    padding: 0 20px;
    border-right: none;
    border-radius: 0;
  }
  .courier .cargo-form .cargo-btn-type:first-child {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
  }
  .courier .cargo-form .cargo-btn-type:last-child {
    border-right: 1px solid #d3d8e0;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
  }
}
@media screen and (min-width: 991px) {
  .courier .cargo-form .weight-input {
    max-width: 200px;
  }
}
@media screen and (min-width: 991px) {
  .courier .cargo-form .comment-input {
    max-width: 400px;
  }
}
.courier .cargo-form .cargo-add-item {
  width: auto;
  border: 1px solid #4996ff;
  border-radius: 2px;
  color: #4996ff;
  padding: 3px 10px;
  cursor: pointer;
  font-size: 12px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.courier .cargo-form .cargo-add-item:hover {
  background-color: #4996ff;
  color: white;
}

.courier-result-list .calculation-rates {
  will-change: transform;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.courier-result-list .calculation-rates .animate-fade-in {
  -webkit-animation: fadeIn 0.3s ease-out forwards;
          animation: fadeIn 0.3s ease-out forwards;
}
.courier-result-list .filter .card-block {
  padding: 20px 24px 36px;
  background: white;
  margin-bottom: 24px;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
@media screen and (max-width: 991px) {
  .courier-result-list .filter .card-block {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    padding: 20px 0 0;
  }
}
.courier-result-list .filter .card-block .form-group {
  margin-bottom: 0;
}
.courier-result-list .filter .card-block .col-md-auto:first-child {
  padding-left: 0 !important;
}
.courier-result-list .filter .card-block .col-md-auto:last-child {
  padding-right: 0 !important;
}
@media screen and (max-width: 991px) {
  .courier-result-list .filter .card-block .col-12 {
    margin-bottom: 10px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .courier-result-list .filter .card-block .col-12:last-child {
    margin-bottom: 0;
  }
}
.courier-result-list .filter .card-block .filter-item {
  margin-bottom: 20px;
}
.courier-result-list .filter .card-block .filter-item:last-child {
  margin-bottom: 0;
}
.courier-result-list .filter .card-block .filter-item__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-size: 18px;
  padding-bottom: 5px;
  border-bottom: 1px solid #d3d8e0;
  margin-bottom: 10px;
  color: #1a25ab;
}
.courier-result-list .filter .card-block .filter-item__value {
  font-size: 16px;
}
.courier-result-list .filter .card-block .filter-item__value .text-secondary {
  color: #9198a7;
}
.courier-result-list .filter .card-block .filter-item__value .text-secondary.small {
  font-size: 12px;
}
.courier-result-list .filter .card-block .filter-item .spinner-border-custom {
  font-size: 16px;
  width: 20px;
  height: 20px;
  border: 2px solid #4996ff;
  border-right-color: transparent;
}
@media screen and (max-width: 991px) {
  .courier-result-list {
    margin-top: 20px;
  }
  .courier-result-list .request-info {
    padding: 20px 20px;
  }
  .courier-result-list .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
.courier-result-list input[type=radio] {
  cursor: pointer;
  scale: 1.2;
}

.courier-create-order {
  margin-top: 48px;
}
.courier-create-order h1, .courier-create-order h2, .courier-create-order h3 {
  color: #373737;
}
.courier-create-order .card-block {
  padding: 20px 24px 24px;
  background: white;
  margin-bottom: 24px;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.courier-create-order .card-block .col-12 {
  padding: 0;
}
.courier-create-order .card-block .card-title {
  margin: 0;
}
.courier-create-order .card-block .card-title h2 {
  font-size: 20px;
  line-height: 24px;
  margin: 0;
  font-weight: 800;
}
.courier-create-order .card-block .card-title h3 {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  font-weight: 800;
}
@media screen and (max-width: 991px) {
  .courier-create-order .card-block {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    padding: 20px 20px;
  }
}
.courier-create-order .card-block .border-bottom {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D3D8E0;
}
.courier-create-order .card-block .custom-option-select-city {
  font-size: 12px;
  color: #9198a7;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.courier-create-order .card-block .Select-option.is-focused, .courier-create-order .card-block .Select-value.is-selected {
  color: white;
}
.courier-create-order .card-block .Select-option.is-focused .custom-option-select-city, .courier-create-order .card-block .Select-value.is-selected .custom-option-select-city {
  color: white;
}
.courier-create-order .card-block.no-shadow {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.courier-create-order .card-block.no-padding {
  padding: 0 !important;
}
.courier-create-order .row-summary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
}
@media screen and (max-width: 991px) {
  .courier-create-order .row-summary {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.courier-create-order .row-summary .card-block {
  top: 10px;
  position: sticky;
}
.courier-create-order .row-summary .card-block h3 {
  font-size: 22px;
}
.courier-create-order .row-summary .card-block .location-name {
  font-size: 18px;
}
.courier-create-order .row-summary .card-block .border-bottom-dotted {
  border-bottom: 1px dotted rgb(51, 51, 51);
  width: -webkit-fill-available;
  margin-bottom: 5px;
  margin-left: 2px;
  margin-right: 2px;
}
.courier-create-order .row-summary .card-block .cargo-summary {
  font-size: 14px;
}
.courier-create-order .row-summary .card-block .summary-services {
  text-transform: lowercase;
  font-size: 14px;
}
.courier-create-order .row-summary .card-block .summary-services .name {
  max-width: 120px;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
}
.courier-create-order .row-summary .card-block .summary-services .name::first-letter {
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .courier-create-order {
    margin-top: 20px;
  }
}

.courier-contact-draft h1, .courier-contact-draft h2, .courier-contact-draft h3 {
  color: #373737;
}
.courier-contact-draft .card-block {
  padding: 20px 24px 24px;
  background: white;
  margin-bottom: 24px;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.courier-contact-draft .card-block .col-12 {
  padding: 0;
}
.courier-contact-draft .card-block .card-title {
  margin: 0;
}
.courier-contact-draft .card-block .card-title h2 {
  font-size: 20px;
  line-height: 24px;
  margin: 0;
  font-weight: 800;
}
.courier-contact-draft .card-block .card-title h3 {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  font-weight: 800;
}
@media screen and (max-width: 991px) {
  .courier-contact-draft .card-block {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    padding: 20px 20px;
  }
}
.courier-contact-draft .card-block .border-bottom {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D3D8E0;
}
.courier-contact-draft .card-block .custom-option-select-city {
  font-size: 12px;
  color: #9198a7;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.courier-contact-draft .card-block .Select-option.is-focused, .courier-contact-draft .card-block .Select-value.is-selected {
  color: white;
}
.courier-contact-draft .card-block .Select-option.is-focused .custom-option-select-city, .courier-contact-draft .card-block .Select-value.is-selected .custom-option-select-city {
  color: white;
}
.courier-contact-draft .card-block.no-shadow {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.courier-contact-draft .card-block.no-padding {
  padding: 0 !important;
}
.courier-contact-draft .card-block.error-form {
  border: 1px solid #f45d5d;
  padding: 5px !important;
  border-radius: 3px;
}
.courier-contact-draft .custom-option-select-city {
  font-size: 12px;
  color: #9198a7;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.courier-contact-draft .Select-option.is-focused, .courier-contact-draft .Select-value.is-selected {
  color: white;
}
.courier-contact-draft .Select-option.is-focused .custom-option-select-city, .courier-contact-draft .Select-value.is-selected .custom-option-select-city {
  color: white;
}

.courier-order-list .crud-list__inner_table {
  background-color: transparent !important;
}
.courier-order-list .card-block {
  cursor: pointer;
  padding: 20px 24px 24px;
  background: white;
  margin-bottom: 24px;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.courier-order-list .card-block .col-12 {
  padding: 0;
}
.courier-order-list .card-block .card-title {
  margin: 0;
}
.courier-order-list .card-block .card-title h2 {
  font-size: 20px;
  line-height: 24px;
  margin: 0;
  font-weight: 800;
}
.courier-order-list .card-block .card-title h3 {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  font-weight: 800;
}
@media screen and (max-width: 991px) {
  .courier-order-list .card-block {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    padding: 20px 20px;
  }
}
.courier-order-list .card-block .border-bottom {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D3D8E0;
}
.courier-order-list .card-block .custom-option-select-city {
  font-size: 12px;
  color: #9198a7;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.courier-order-list .card-block .Select-option.is-focused, .courier-order-list .card-block .Select-value.is-selected {
  color: white;
}
.courier-order-list .card-block .Select-option.is-focused .custom-option-select-city, .courier-order-list .card-block .Select-value.is-selected .custom-option-select-city {
  color: white;
}
.courier-order-list .card-block .number-order {
  color: #666;
  font-weight: bold;
  font-size: 14px;
}
.courier-order-list .card-block .summary-cost {
  font-size: 18px;
}
.courier-order-list .card-block .summary-cargo {
  font-size: 16px;
}
.courier-order-list .card-block .status-label {
  padding: 0.5em;
  line-height: 1;
  font-size: 95%;
  border-radius: 7px;
}
@media screen and (max-width: 991px) {
  .courier-order-list .card-block .status-label {
    font-size: 14px;
    border-radius: 5px;
    padding: 6px 7px;
  }
}
.courier-order-list .card-block .status-label.new {
  background-color: rgba(255, 193, 7, 0.2);
  color: #ffc107;
}
.courier-order-list .card-block .status-label.canceled {
  background-color: rgba(244, 93, 93, 0.2);
  color: #f45d5d;
}
.courier-order-list .card-block .status-label.in-progress {
  background-color: rgba(73, 150, 255, 0.2);
  color: #4996ff;
}
.courier-order-list .card-block .status-label.success {
  background-color: rgba(98, 207, 168, 0.2);
  color: #28b862;
}

.courier-order-page {
  /* --- ТАЙМЛАЙН --- */
}
.courier-order-page h1, .courier-order-page h2, .courier-order-page h3 {
  color: #373737;
}
.courier-order-page h1 {
  font-size: 32px;
  line-height: 42px;
  margin-top: 48px;
  margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
  .courier-order-page h1 {
    margin-bottom: 24px;
    margin-top: 24px;
  }
}
.courier-order-page h2 {
  font-size: 20px;
  line-height: 24px;
  margin: 0;
  font-weight: 800;
}
.courier-order-page h3 {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  font-weight: 800;
}
.courier-order-page .card-block {
  padding: 20px 24px 24px;
  background: white;
  margin-bottom: 24px;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.courier-order-page .card-block .col-12 {
  padding: 0;
}
.courier-order-page .card-block .card-title {
  margin: 0;
}
.courier-order-page .card-block .card-title h2 {
  font-size: 20px;
  line-height: 24px;
  margin: 0;
  font-weight: 800;
}
.courier-order-page .card-block .card-title h3 {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  font-weight: 800;
}
@media screen and (max-width: 991px) {
  .courier-order-page .card-block {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    padding: 20px 20px;
  }
}
.courier-order-page .card-block .border-bottom {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D3D8E0;
}
.courier-order-page .card-block .custom-option-select-city {
  font-size: 12px;
  color: #9198a7;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.courier-order-page .card-block .Select-option.is-focused, .courier-order-page .card-block .Select-value.is-selected {
  color: white;
}
.courier-order-page .card-block .Select-option.is-focused .custom-option-select-city, .courier-order-page .card-block .Select-value.is-selected .custom-option-select-city {
  color: white;
}
.courier-order-page .card-block .status-label {
  padding: 0.5em;
  line-height: 1;
  font-size: 95%;
  border-radius: 7px;
}
@media screen and (max-width: 991px) {
  .courier-order-page .card-block .status-label {
    font-size: 14px;
    border-radius: 5px;
    padding: 6px 7px;
  }
}
.courier-order-page .card-block .status-label.new {
  background-color: rgba(255, 193, 7, 0.2);
  color: #ffc107;
}
.courier-order-page .card-block .status-label.canceled {
  background-color: rgba(244, 93, 93, 0.2);
  color: #f45d5d;
}
.courier-order-page .card-block .status-label.in-progress {
  background-color: rgba(73, 150, 255, 0.2);
  color: #4996ff;
}
.courier-order-page .card-block .status-label.success {
  background-color: rgba(98, 207, 168, 0.2);
  color: #28b862;
}
.courier-order-page .card-block .btn-secondary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #4996ff !important;
  background-color: transparent !important;
}
.courier-order-page .tracking-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  font-family: sans-serif;
}
.courier-order-page .tracking-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 15px;
}
.courier-order-page .badge-delivered {
  background: #00c853;
  color: white;
  padding: 4px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: bold;
}
.courier-order-page .tracking-route {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 15px;
  margin-bottom: 25px;
  color: #2d3748;
}
.courier-order-page .route-arrow {
  color: #cbd5e0;
  font-size: 20px;
}
.courier-order-page .timeline-container {
  margin-top: 10px;
  /* Обертка для иконки */
  /* Контейнер иконки */
  /* Иконки */
  /* Контент */
  /* Контейнер для истории с градиентом исчезновения (по желанию) */
  /* Плавное исчезновение контента внутри Collapse */
  /* Дополнительный стиль для иконки истории */
}
.courier-order-page .timeline-container .timeline-item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.courier-order-page .timeline-container .timeline-item:not(:last-child) .timeline-left::after, .courier-order-page .timeline-container .timeline-item.first-item .timeline-left::after {
  content: "";
  position: absolute;
  top: 24px; /* Начинаем под иконкой */
  bottom: 0; /* Тянем до самого низа контейнера item */
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  border-left: 2px dashed #dee2e6;
  z-index: 1;
}
.courier-order-page .timeline-container .timeline-item.is-latest:not(:last-child) .timeline-left::after {
  border-left-color: #007bff;
}
.courier-order-page .timeline-container .timeline-item.is-latest .timeline-title {
  color: #007bff;
}
.courier-order-page .timeline-container .timeline-item.is-latest.no-line .timeline-left::after {
  display: none;
}
.courier-order-page .timeline-container .timeline-left {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  width: 24px;
}
.courier-order-page .timeline-container .timeline-icon-wrapper {
  background: white;
  z-index: 2;
  height: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.courier-order-page .timeline-container .timeline-icon-main {
  color: #007bff;
  font-size: 18px;
}
.courier-order-page .timeline-container .timeline-icon-check {
  color: #adb5bd;
  font-size: 18px;
}
.courier-order-page .timeline-container .timeline-content {
  padding-bottom: 24px; /* Регулирует длину линии между шагами */
}
.courier-order-page .timeline-container .timeline-title {
  font-weight: 600;
  font-size: 14px;
  color: #4a5568;
}
.courier-order-page .timeline-container .older-history-wrapper {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.courier-order-page .timeline-container .collapse-showing {
  opacity: 1;
}
.courier-order-page .timeline-container .collapse-hidden {
  opacity: 0;
}
.courier-order-page .timeline-container .timeline-toggle {
  -webkit-user-select: none;
     -moz-user-select: none;
              -ms-user-select: none;
          user-select: none;
  font-weight: 500;
  border-top: 1px solid #edf2f7;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  color: #4a5568;
  font-size: 14px;
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid #f1f3f5;
}
.courier-order-page .timeline-container .timeline-date {
  font-size: 12px;
  color: #a0aec0;
  margin-top: 4px;
}

.summary-services .name::first-letter {
  text-transform: uppercase;
}

@media (min-width: 991px) {
  .modal-select-contact.modal-dialog {
    max-width: 850px;
    margin: 1.75rem auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .modal-select-contact.modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
  }
}
@media (max-width: 768px) {
  .modal-select-contact.modal-dialog {
    max-width: 100%;
    margin: 1.75rem auto;
  }
}
.modal-select-contact .modal-body {
  background-color: #fafafa;
}
.modal-select-contact .card-block {
  padding: 12px 16px 16px;
  background: white;
  margin-bottom: 24px;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  border-radius: 3px;
}
.modal-select-contact .card-block:hover {
  -webkit-box-shadow: 0.14rem 0.3rem 0.5rem rgba(0, 0, 0, 0.06) !important;
          box-shadow: 0.14rem 0.3rem 0.5rem rgba(0, 0, 0, 0.06) !important;
}

@font-face {
  font-family: PFDinDisplayPro-Regular; /* Имя шрифта */
  src: url(/assets/app/static/fonts/PFDinDisplayPro-Regular.5e6f5c2b.ttf); /* Путь к файлу со шрифтом */
}
@font-face {
  font-family: Roboto; /* Имя шрифта */
  src: url(/assets/app/static/fonts/Roboto-Regular.03523cf5.ttf); /* Путь к файлу со шрифтом */
}
html {
  scroll-behavior: smooth;
}

:root {
  --primary-active-color: #4996ff;
  --primary-active-darken-color: #0064ec;
  --primary-bg-color: #262d7c;
  --primary-color: #1a25ab;
  --primary-darken-color: #0e145b;
  --primary-hover-color: #66a6ff;
  --icons-postfix: ;
}

body {
  font-family: Roboto;
  background-color: #f5f5f5;
  color: #313131;
}
body .Select,
body button,
body a {
  cursor: pointer;
}
body input,
body a {
  outline: none;
}
body input:focus, body input:hover, body input:active,
body a:focus,
body a:hover,
body a:active {
  outline: none;
}
body .is-focused.Select-control {
  border-color: inherit !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
body h4 {
  color: #1a25ab;
  color: var(--primary-color, #1a25ab);
}
body .main-layout {
  height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
body .main-layout .header,
body .main-layout .footer {
  z-index: 2;
}
body .main-layout .header.menu-close,
body .main-layout .footer.menu-close {
  padding-left: 60px;
}
body .main-layout .header.menu-open,
body .main-layout .footer.menu-open {
  padding-left: 255px;
}
body .main-layout .main {
  -ms-flex-positive: 1;
      flex-grow: 1;
  z-index: 1;
}
body .main-layout .main.menu-close {
  padding-left: 60px;
}
body .main-layout .main.menu-close .single-col.col-12 {
  padding-left: 0;
  padding-right: 0;
}
body .main-layout .main.menu-open {
  padding-left: 255px;
}
body .main-layout .main .nav.nav-tabs .nav-item {
  color: #1a25ab;
  color: var(--primary-color, #1a25ab);
}
body .main-layout .g-flash-messages {
  position: fixed;
  z-index: 1500;
  top: 8px;
  min-width: 300px;
  right: 25px;
}
body .main-layout .page-item.active .page-link {
  z-index: auto;
}
body .main-layout_widget {
  height: auto;
  display: block;
  -ms-flex-direction: unset;
      flex-direction: unset;
}
body .main-layout_widget .main {
  -ms-flex-positive: unset;
      flex-grow: unset;
}
body .main-layout_widget .container {
  max-width: unset !important;
}
body .flag-required:after {
  content: " *";
  color: red;
  font-weight: bold;
}
body .col-md-114 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
}
body .col-md-118 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
}

.swap-button {
  margin-bottom: 10px;
  margin-top: -52px;
  z-index: 100;
}

.wizard__direction-block_header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

.fb-btn {
  margin-right: 0.5rem !important;
  margin-top: 0.25rem !important;
  color: #1a25ab;
}

.m-vk {
  margin-right: 0.5rem !important;
  margin-left: -3.5px !important;
}

.tracking_body {
  padding: 24px 21px;
  background-color: #fff;
  border-radius: 0 0 6px 6px;
}

.id_title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #1a25ab;
}

.track-block {
  margin-top: 1vw;
  margin-bottom: 28px;
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 5, 68, 0.25);
          box-shadow: 0 1px 3px 0 rgba(0, 5, 68, 0.25);
  cursor: pointer;
}
.track-block:hover {
  -webkit-box-shadow: 0 0 2px 2px #1a25ab;
          box-shadow: 0 0 2px 2px #1a25ab;
}

.track-country {
  font-size: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 0.5vw;
}
.track-country:nth-child(2) {
  margin-bottom: 1.2vw;
}

.track-country-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
}

.plane-label-for-eta {
  position: absolute;
  bottom: 22px;
  color: red;
}

.track-type-icon {
  color: #1a25ab;
  font-size: 2rem;
  margin-right: 10px;
  text-align: center;
}

.order-form-body {
  padding: 24px 21px;
  background-color: #fff;
  border-radius: 0 0 6px 6px;
  margin-bottom: 28px;
  border: 1px solid #dee2e6;
  border-top: 0;
}

.order-tabs-body {
  padding: 24px 21px;
  background-color: #fff;
  border-radius: 0 0 6px 6px;
  margin-bottom: 28px;
  border-left: 1px solid #dee2e6;
}

.btn-upload-crud-list {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAhhJREFUeNqk1l9IU2EYx/FtDDIRu1LoIkVEscQZXpSkhghqFmVmGqxdLe8CsUIkCoIIFLwognBQeWewiiik/NNFEiiCuFCzQCRY0E2XE8Mg0O8DjzDCc857Xg982Njend/759l73mDFZDzgcdXjEk7iCArxD7/wBZN48731ecbpBiGXm5/GHJ7iL+6iAYdwGB2YQRfWjk5d68dB05AcjKpBHMNtfEJaAzfwDQlGcE5HWY0lgo6bhCRxABGMY9trPglKI8bbO5giqNEr5AbkB38CPi+CXun6vSCoyi3kh0nvXYJmtaMvCcrxWviAw1SeMAhK6prdsgl5hneoMWh7D71ScX5DPiKuBRHxGM1XXhbQGrKY9glcxwctb7frrW3I7o/7tFzLXdrNy45hGyLXawxgmqBShzZSqUUhLVdbYyjGusO6yH8tX0KC+xDVraZsrxBGmMtLJryP6bqMYTTR43WHNiX4absm7XgklUPAmku7Wll8m5A2jOAsVj3aXsR7vyHN+gg4j2W3hqxHpW5B035DerR3iwZt7+OxVJjfhb9i0ohRdOtucNVpgyy12DizA+q1KLoZxZZTyEM5GCDPIiCmW06UgJXdz8MOU/JE5/2mVIfBzeUU8wCn0EJAKvv7oMuR6IweJMK6fXzW7eM3cvV4JNVzAfJMT2CIgM3/bxT0OHfJ1lGHTu2l/IML9Pkv566UyblrR4ABAAiTpOyYKGfjAAAAAElFTkSuQmCC) no-repeat center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: none;
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
  cursor: pointer;
  margin-right: 0.5rem !important;
}
.btn-upload-crud-list:hover {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAZCAYAAAAv3j5gAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAkxJREFUeNpi1NiRxEAAsAOxIxAHALElEMsDMT8QfwTih0B8HIg3APF+IP6JyxAWPBaA5ECuaABiSSzyIMv0oDgdiF8BcScQTwHiX+iKmXBYog7EZ4F4Jg5LsAExIO4F4tNArEGMRaZAfAzqUnKAHlS/OT6LQC7ZDcRCDJQBQSDeiewzZItYgXglNOypAUDmrIKai2JRPjHB1aefwaDHr0isZbpQc+EWcQBxKTE61zw5xDDVMJdBi0+eWMtA5nLALPKBphqC4NjbawzVV+YzTDfKY1DnlSE2NfrCLPImJfAPvbnM0HRtCcNMowIGZR4pYrR4wSwyJjWm9746z9B+YwXDHOMiBgVucULKTRj////PoLkz+QO5qc1H0pyhUDWYIfFMD8Ojb69wKfsIsug/NdLyhQ93GSJPtuEtzxiBPgIVkHzkWOAN9FER0Efll+fgU/aJCWgJiPGYHEvcxU0YStVCGZLP9uILNhB4AksMp0m1xFnMkKFSI4Ih5Wwfw4OvLwkpPwWzaBspltiJ6DLUa8UypJ+bwHDnyzNitGyDWbQZWp8QBFbCWgytOokMmecmMtz8/IQYLa9B5sMs+gHE3cToCpGxY8g+P4Xh6qeHxAYAyNwfjEhVOaiUPUNBPYQNXIYWBr+RS+/fQBwObQtQA4DMCYOai1Hx3QBiF2LjCw8A6XeFmoezKj8Drc7PkWnJeSA2Q88yuBonj6B1fiYQPyfSApC6DKglD0lpbv0B4hlAvABaX3lDI1YeWlx9ghoIai1tBeIt0NSLFQAEGAAntpKEaZe9vwAAAABJRU5ErkJggg==) no-repeat center;
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
  cursor: pointer;
}
.btn-upload-crud-list:not(:disabled):not(.disabled):active {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAZCAYAAAAv3j5gAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAkxJREFUeNpi1NiRxEAAsAOxIxAHALElEMsDMT8QfwTih0B8HIg3APF+IP6JyxAWPBaA5ECuaABiSSzyIMv0oDgdiF8BcScQTwHiX+iKmXBYog7EZ4F4Jg5LsAExIO4F4tNArEGMRaZAfAzqUnKAHlS/OT6LQC7ZDcRCDJQBQSDeiewzZItYgXglNOypAUDmrIKai2JRPjHB1aefwaDHr0isZbpQc+EWcQBxKTE61zw5xDDVMJdBi0+eWMtA5nLALPKBphqC4NjbawzVV+YzTDfKY1DnlSE2NfrCLPImJfAPvbnM0HRtCcNMowIGZR4pYrR4wSwyJjWm9746z9B+YwXDHOMiBgVucULKTRj////PoLkz+QO5qc1H0pyhUDWYIfFMD8Ojb69wKfsIsug/NdLyhQ93GSJPtuEtzxiBPgIVkHzkWOAN9FER0Efll+fgU/aJCWgJiPGYHEvcxU0YStVCGZLP9uILNhB4AksMp0m1xFnMkKFSI4Ih5Wwfw4OvLwkpPwWzaBspltiJ6DLUa8UypJ+bwHDnyzNitGyDWbQZWp8QBFbCWgytOokMmecmMtz8/IQYLa9B5sMs+gHE3cToCpGxY8g+P4Xh6qeHxAYAyNwfjEhVOaiUPUNBPYQNXIYWBr+RS+/fQBwObQtQA4DMCYOai1Hx3QBiF2LjCw8A6XeFmoezKj8Drc7PkWnJeSA2Q88yuBonj6B1fiYQPyfSApC6DKglD0lpbv0B4hlAvABaX3lDI1YeWlx9ghoIai1tBeIt0NSLFQAEGAAntpKEaZe9vwAAAABJRU5ErkJggg==);
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
  cursor: pointer;
}

.contacts-title {
  color: #1a25ab;
  font-weight: 500;
  font-size: 1.5rem;
}

.button-style-edit {
  color: #000;
  font-size: 2vw;
  cursor: pointer;
}
.button-style-edit:hover {
  color: #1a25ab;
}

.button-style-delete {
  color: #000;
  font-size: 2vw;
  margin-left: 20px;
  cursor: pointer;
}
.button-style-delete:hover {
  color: #f45d5d;
}

.header-button-style-back {
  color: white;
  font-size: 39px;
  cursor: pointer;
  margin-right: 2vw;
}
.header-button-style-edit {
  color: white;
  font-size: 39px;
  cursor: pointer;
}
.header-button-style-alarm {
  color: white;
  font-size: 39px;
  cursor: pointer;
}
.span-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.div-block {
  display: -ms-flexbox;
  display: flex;
}

.span-list-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.empty-place {
  width: 45px;
}

.logistic-modal .form-control:focus {
  border-color: #4996ff;
}
.logistic-modal.content {
  max-width: 100% !important;
}
.logistic-modal.content .date-tracking input {
  height: 35px;
  max-width: 225px;
}
@media screen and (max-width: 991px) {
  .logistic-modal.content .date-tracking .date-fact {
    padding-left: 30px !important;
  }
}
@media screen and (max-width: 768px) {
  .logistic-modal.content .date-tracking .date-fact {
    padding-left: 0 !important;
  }
}
.logistic-modal__header-item {
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: #333;
  margin-bottom: 26px;
  margin-top: 26px;
}
.logistic-modal__btn-manage {
  margin-top: 30px !important;
}
.logistic-modal__btn-manage .btn-primary {
  background-color: #4996ff;
  border-radius: 3px;
}
.logistic-modal__btn-manage .btn-primary:hover {
  background-color: white;
  color: #4996ff;
  border-color: #4996ff;
}
.logistic-modal__btn-manage .btn-secondary {
  border-color: #4996ff !important;
  color: #4996ff !important;
  border-radius: 3px;
}
.logistic-modal__btn-manage .btn-secondary:hover {
  background-color: #4996ff !important;
  color: white !important;
}
.logistic-modal__btn-manage .col-12 {
  padding-right: 15px !important;
}
@media screen and (max-width: 991px) {
  .logistic-modal__btn-manage .col-12 {
    padding-right: 0 !important;
  }
}
.logistic-modal__text-input {
  /*max-width: 538px;*/
  font-size: 14px;
}
.logistic-modal__text-input input {
  font-size: 14px;
}
.logistic-modal__text-input input:focus {
  border-color: #4996ff;
}
@media screen and (max-width: 768px) {
  .logistic-modal__text-input {
    max-width: 100%;
  }
}
.logistic-modal__text-area textarea.form-control {
  min-height: 104px;
  /*max-width: 538px;*/
  font-size: 14px;
}
.logistic-modal__text-area textarea.form-control:focus {
  border-color: #4996ff;
}
@media screen and (max-width: 768px) {
  .logistic-modal__text-area textarea.form-control {
    max-width: 100%;
  }
}
.logistic-modal__delivery_block {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.logistic-modal__delivery_block .item-padding {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
@media screen and (max-width: 991px) {
  .logistic-modal__delivery_block .item-padding:first-child {
    padding-left: 0 !important;
  }
  .logistic-modal__delivery_block .item-padding:last-child {
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .logistic-modal__delivery_block .item-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.logistic-modal__delivery_block p {
  margin-bottom: 0.3rem;
  font-size: 16px;
  color: #333;
}
.logistic-modal__delivery_block input {
  font-size: 14px;
}
.logistic-modal__delivery_block input:focus {
  border-color: #4996ff;
}
.logistic-modal__table-cargo .col-12,
.logistic-modal__table-cargo .col-6 {
  padding: 0 0 0 15px !important;
}
.logistic-modal__table-cargo .col-12:last-child,
.logistic-modal__table-cargo .col-6:last-child {
  padding-right: 15px !important;
}
@media screen and (min-width: 768px) {
  .logistic-modal__table-cargo .col-12:last-child.pr-big-0,
  .logistic-modal__table-cargo .col-6:last-child.pr-big-0 {
    padding-right: 0px !important;
  }
}
@media screen and (max-width: 768px) {
  .logistic-modal__table-cargo .col-12:last-child.pr-big-0,
  .logistic-modal__table-cargo .col-6:last-child.pr-big-0 {
    padding-right: 15px !important;
  }
}
.logistic-modal__table-cargo .col-12:last-child.number-field-no-padding,
.logistic-modal__table-cargo .col-6:last-child.number-field-no-padding {
  padding-right: 0 !important;
}
@media screen and (max-width: 768px) {
  .logistic-modal__table-cargo .col-12,
  .logistic-modal__table-cargo .col-6 {
    padding-left: 0 !important;
    padding-right: 15px !important;
  }
  .logistic-modal__table-cargo .col-12:nth-child(2n+1),
  .logistic-modal__table-cargo .col-6:nth-child(2n+1) {
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .logistic-modal__table-cargo {
    border: 1px solid rgba(211, 216, 224, 0.5);
    padding: 23px 8px;
  }
}
.logistic-modal__table-cargo .f-element-number {
  width: 100%;
}
.logistic-modal__table-cargo .form-group {
  margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
  .logistic-modal__table-cargo_cargo-block-container .pl-small-0 {
    padding-left: 15px;
  }
  .logistic-modal__table-cargo_cargo-block-container .pr-small-0 {
    padding-right: 15px;
  }
  .logistic-modal__table-cargo_cargo-block-container .px-small-0 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .logistic-modal__table-cargo_cargo-block-container .pl-small-0 {
    padding-left: 0;
  }
  .logistic-modal__table-cargo_cargo-block-container .pr-small-0 {
    padding-right: 0;
  }
  .logistic-modal__table-cargo_cargo-block-container .px-small-0 {
    padding-left: 0;
    padding-right: 0;
  }
}
.logistic-modal__table-cargo_cargo-block-container .number-cargo {
  height: 42px;
  min-width: 42px;
  max-width: -moz-fit-content;
  max-width: -webkit-fit-content;
  max-width: fit-content;
  background-color: rgba(211, 216, 224, 0.2);
  font-size: 14px;
  color: #333;
  text-align: center;
  line-height: 42px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .logistic-modal__table-cargo_cargo-block-container .number-cargo {
    min-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .logistic-modal__table-cargo_cargo-block-container .cargo-container-field {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .logistic-modal__table-cargo_cargo-block-container .cargo-container-field.vehicle {
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 576px) {
  .logistic-modal__table-cargo_cargo-block-container .cargo-container-field.size {
    padding-right: 0 !important;
    padding-left: 15px !important;
  }
}
.logistic-modal__table-cargo_cargo-block-container .cargo-container-field p {
  margin-bottom: 0.3rem;
}
.logistic-modal__table-cargo_cargo-block-container .cargo-container-field .Select-value {
  font-size: 14px;
}
.logistic-modal__table-cargo_cargo-block-container .cargo-container-field input {
  font-size: 14px;
  min-height: 42px;
}
.logistic-modal__table-cargo_cargo-block-container .cargo-container-field input:focus {
  border-color: #4996ff;
}
.logistic-modal__document-block {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.logistic-modal__document-block .document-label {
  font-weight: 400;
  font-size: 18px;
  line-height: 40px;
  margin-right: 12px;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .logistic-modal__document-block .document-label {
    line-height: 24px;
    margin-bottom: 0;
  }
}
.logistic-modal__document-block .document-copy {
  margin-left: 24px;
  display: -ms-flexbox;
  display: flex;
  background: rgba(73, 150, 255, 0.1);
  border-radius: 3px;
  cursor: pointer;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .logistic-modal__document-block .document-copy {
    max-width: -moz-fit-content;
    max-width: -webkit-fit-content;
    max-width: fit-content;
    margin-left: 0;
    margin-bottom: 1rem;
  }
}
.logistic-modal__document-block .document-copy:hover {
  background: rgba(73, 150, 255, 0.2);
}
.logistic-modal__document-block .document-copy .icon-copy {
  margin-left: 12px;
  margin-top: 8px;
  margin-bottom: 8px;
  height: 24px;
  width: 24px;
  background-image: url(/assets/app/static/fonts/copy-icon-hover.6b50bd08.svg);
}
.logistic-modal__document-block .document-copy .text-copy {
  margin: 12px 12px 12px 8px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #333333;
}
.logistic-modal__inputs {
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.logistic-modal__inputs .input-group-text {
  min-width: 80px;
}
.logistic-modal__inputs .input-group > .f-control:not(:first-child) .react-numeric-input input {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  min-height: 42px;
  font-size: 16px;
}
.logistic-modal__inputs .Select-value {
  font-size: 16px;
}
.logistic-modal__inputs_fact-price {
  font-weight: 400;
  font-size: 16px;
  line-height: 42px;
}
.logistic-modal__inputs .input-price .react-numeric-input {
  max-width: 170px;
}
.logistic-modal__inputs .input-price input:focus + b, .logistic-modal__inputs .input-price input:focus + b + b {
  border-color: #4996ff;
}
.logistic-modal__inputs .input-price input:focus + b i, .logistic-modal__inputs .input-price input:focus + b + b i {
  border-bottom-color: #4996ff;
  border-top-color: #4996ff;
}
.logistic-modal__inputs .input-price input:focus + b:hover, .logistic-modal__inputs .input-price input:focus + b + b:hover {
  background-color: #4996ff;
}
.logistic-modal__inputs .input-price input:focus + b:hover i, .logistic-modal__inputs .input-price input:focus + b + b:hover i {
  border-bottom-color: white;
  border-top-color: white;
}
.logistic-modal__inputs .input-price input:focus {
  border-color: #4996ff;
}
.logistic-modal__inputs .input-price input:focus .f-element-number .react-numeric-input b {
  border-left: 1px solid #4996ff;
}
.logistic-modal__inputs .input-price input:focus .f-element-number .react-numeric-input b + b {
  border-top: 1px solid #4996ff;
}
@media screen and (min-width: 576px) {
  .logistic-modal__inputs .input-price input {
    min-width: 140px;
  }
}
.logistic-modal__inputs .input-price .input-group-text {
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding-left: 0;
  padding-right: 10px;
  font-size: 16px;
  background-color: transparent;
  border: none;
}
@media screen and (min-width: 576px) {
  .logistic-modal__inputs .select-money {
    min-width: 100%;
    margin-left: 30px;
  }
}

.logistic-tab .tracking-header {
  margin-bottom: 20px;
}
.logistic-tab .tracking-header input:focus {
  border-color: #4996ff;
}
.logistic-tab .tracking-header span {
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: #333333;
}
.logistic-tab .btn-secondary {
  border-color: #4996ff !important;
  color: #4996ff;
  border-radius: 3px !important;
}
.logistic-tab .btn-secondary:hover {
  background-color: #4996ff !important;
  color: white !important;
}
.logistic-tab .tracking-tab-btn {
  padding: 0 10px;
}
.logistic-tab .btn-outline-primary-new {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 10px;
  font-size: 18px;
}
.logistic-tab .btn-outline-primary-new:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.tracking-modal-container .tracking-modal-row {
  display: -ms-flexbox;
  display: flex;
}
.tracking-modal-container .tracking-modal-row__icon-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.tracking-modal-container .tracking-modal-row__icon-container .icon {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.tracking-modal-container .tracking-modal-row__icon-container .icon.current {
  width: 32px;
  height: 32px;
  background-color: #4996ff;
}
.tracking-modal-container .tracking-modal-row__icon-container .icon.current .point {
  background-image: url(/assets/app/static/fonts/point-white.7134a082.svg) !important;
}
.tracking-modal-container .tracking-modal-row__icon-container .icon.current .calendar {
  background-image: url(/assets/app/static/fonts/calendar-white.a5b3b62a.svg) !important;
}
.tracking-modal-container .tracking-modal-row__icon-container .icon.current .payment {
  background-image: url(/assets/app/static/fonts/payment-white.c0d86963.svg) !important;
}
.tracking-modal-container .tracking-modal-row__icon-container .icon .icon-data {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  position: absolute;
}
.tracking-modal-container .tracking-modal-row__icon-container .icon .icon-data .point {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/assets/app/static/fonts/point.f0f1c33d.svg);
}
.tracking-modal-container .tracking-modal-row__icon-container .icon .icon-data .point.active {
  background-image: url(/assets/app/static/fonts/point-active.08932d17.svg);
}
.tracking-modal-container .tracking-modal-row__icon-container .icon .icon-data .calendar {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/assets/app/static/fonts/calendar.815aafb2.svg);
}
.tracking-modal-container .tracking-modal-row__icon-container .icon .icon-data .calendar.active {
  background-image: url(/assets/app/static/fonts/calendar-active.8e1ae25e.svg);
}
.tracking-modal-container .tracking-modal-row__icon-container .icon .icon-data .payment {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/assets/app/static/fonts/payment.d723f26a.svg);
}
.tracking-modal-container .tracking-modal-row__icon-container .icon .icon-data .payment.active {
  background-image: url(/assets/app/static/fonts/payment-active.f58c0ff0.svg);
}
.tracking-modal-container .tracking-modal-row__icon-container .bottom-line {
  width: 1px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 20px;
      flex: 1 1 20px;
  border: 1px dashed #d3d8e0;
}
.tracking-modal-container .tracking-modal-row__icon-container .bottom-line.active {
  border: 1px dashed #62cfa8;
}
.tracking-modal-container .tracking-modal-row__title {
  font-size: 24px;
  line-height: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #333;
  -ms-flex-direction: column;
      flex-direction: column;
}
.tracking-modal-container .tracking-modal-row__item {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 13px;
  min-height: 72px;
  margin-bottom: 8px;
  padding: 0 0 17px;
}
.tracking-modal-container .tracking-modal-row__item .input-group {
  width: auto !important;
}
.tracking-modal-container .tracking-modal-row__item .tracking-item-date {
  display: block !important;
}
.tracking-modal-container .tracking-modal-row__item .tracking-item-date input {
  font-size: 14px !important;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADkAAAAzCAYAAAAtg6DjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAANpJREFUeNrsmjEKwzAMRe3SPc5BMmbo/SGFdmsv0BvYPYGr0YW4sTfJfR8EIfxAHpaUP8Rvt4drUC6uZ6mkyXNZl/Tr5U/uDwQkkIZ0lgqdz0zaPNf78xAydkK+rHmYyZFm0jV8fNVKgsDufZnTTLsCCaRtyFCU1+SRBeN7t2tNsWEDa/PQrsOHgZq8Vk8tDNCuQAJJGCAMEAaYScIA7QokkEDqh8xFBU0eSTyBkyQMfGsurt9GPN2QSauHxAMkkIQBwgDtShggDNCueycZrQEc/XLGdh1JHwEGACeAcSh4UHmmAAAAAElFTkSuQmCC) no-repeat 100%;
  background-size: 14px 15px !important;
  background-position-x: 95%;
}
.tracking-modal-container .tracking-modal-row__item .tracking-item-date input {
  width: 100%;
  height: 25px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 1px #3d464d;
          box-shadow: 0 0 1px #3d464d;
  border-radius: 4px;
  border: 1px solid transparent;
  padding: 0 10px;
}
.tracking-modal-container .tracking-modal-row__item .tracking-item-date.form-group {
  line-height: 30px !important;
  margin-bottom: 8px !important;
}
.tracking-modal-container .tracking-modal-row__item .card-item {
  margin-top: 26px;
  border: 1px solid #d3d8e0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  color: #333;
  line-height: 42px;
  padding-bottom: 16px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .tracking-modal-container .tracking-modal-row__item .card-item {
    padding-bottom: 20px;
  }
}
.tracking-modal-container .tracking-modal-row__item .card-item.current {
  background: rgba(73, 150, 255, 0.05);
  border: 1px solid rgba(73, 150, 255, 0.9);
}
.tracking-modal-container .tracking-modal-row__item .card-item.completed {
  background-color: rgba(98, 207, 168, 0.05);
  border: 1px solid rgba(98, 207, 168, 0.9);
}
.tracking-modal-container .tracking-modal-row__item .card-item .mobile-header {
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-align: center;
      align-items: center;
  line-height: 14px;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .tracking-modal-container .tracking-modal-row__item .card-item {
    line-height: 24px;
  }
  .tracking-modal-container .tracking-modal-row__item .card-item .mobile-header {
    margin-top: 4px;
    line-height: 38px;
  }
}
.tracking-modal-container .tracking-modal-row__item .card-item input:focus {
  border-color: #4996ff;
}
@media screen and (max-width: 991px) {
  .tracking-modal-container .tracking-modal-row__item .card-item .col-12 {
    padding: 0 15px 0 15px !important;
  }
}
@media screen and (max-width: 768px) {
  .tracking-modal-container .tracking-modal-row__item .card-item .col-12 {
    padding: 0 7.5px 0 7.5px !important;
  }
}
.tracking-modal-container .tracking-modal-row__item .card-item .actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: right;
      justify-content: right;
}
.tracking-modal-container .tracking-modal-row__item .card-item .actions .fa {
  line-height: 30px;
  font-size: 20px;
  color: #bdc0c9;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .tracking-modal-container .tracking-modal-row__item .card-item .actions .fa {
    line-height: 34px;
  }
}
.tracking-modal-container .tracking-modal-row__item .card-item .actions .fa:last-child {
  margin-left: 40px;
}
.tracking-modal-container .tracking-modal-row__item .card-item .actions .fa.fa-eraser.disabled {
  color: rgba(189, 192, 201, 0.5);
}
.tracking-modal-container .tracking-modal-row__item .card-item .header-date-columns {
  line-height: 24px;
  margin-top: 4px;
  text-align: center;
}
.tracking-modal-container .tracking-modal-row__item .card-item .no-status {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .tracking-modal-container .tracking-modal-row__item .card-item .no-status {
    margin-top: 20px;
  }
}
.tracking-modal-container .tracking-modal-row__item .card-item .status {
  display: none;
  margin-top: 12px !important;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  padding-left: 6px;
  padding-right: 6px;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  border-radius: 2px;
}
@media screen and (min-width: 991px) {
  .tracking-modal-container .tracking-modal-row__item .card-item .status {
    margin-left: 12px !important;
  }
}
.tracking-modal-container .tracking-modal-row__item .card-item .status.current {
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(73, 150, 255, 0.2);
  color: #4996ff;
}
.tracking-modal-container .tracking-modal-row__item .card-item .status.completed {
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(98, 207, 168, 0.2);
  color: #62cfa8;
}

.contacts-first-block {
  width: 75%;
  margin-top: 16px;
}
.contacts-first-block .input-group-text {
  min-width: 150px;
}

.contacts-second-block {
  width: 45%;
  margin-top: 16px;
}
.contacts-second-block .input-group-text {
  min-width: 150px;
}

.search-bar {
  height: 39px;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 4px 4px 4px 26px;
  background-color: #fff;
}

.order-form-header {
  background-color: #1a25ab;
  padding: 6px 21px;
  border-radius: 6px 6px 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.order-form-title {
  display: -ms-flexbox;
  display: flex;
  font-size: 28px;
  color: #fff;
  margin-top: 10px;
  margin-right: 2vw;
}

.order-form-info-button {
  height: 50px;
  margin-top: 5px;
  width: 170px;
}

.order-form-cargo-reference textarea {
  resize: none;
  width: 350px;
  height: 50px;
  margin-top: -5px;
  margin-left: 2vw;
}

.new-doc-btn {
  color: #fff;
  background-color: #1a25ab;
  cursor: pointer;
  border-radius: 7px;
  padding: 0.4rem 0.75rem;
  border-color: transparent;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
              -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  text-transform: none;
  overflow: visible;
  margin: 0;
  font-family: inherit;
}

.logistic-modal {
  max-width: 780px;
  width: 780px;
  -webkit-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
}

.manager-row {
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 1px solid #c6cad2;
  padding: 6px;
}

.manager-row__edit-icon {
  font-size: 26px;
  cursor: pointer;
  z-index: 100;
}
.manager-row__edit-icon:hover {
  color: #1a25ab;
}

.bar {
  height: 10px;
  background-color: white;
  border-bottom: 1px solid #c6cad2;
}

.bar-progress {
  height: 10px;
  background-color: #1a25ab;
  border-radius: 4px 4px 0 0;
}

.bar-progreess-for-manager {
  height: 10px;
  background-color: #1a25ab;
}

.manage-all {
  font-size: 43px;
  color: #1a25ab;
  cursor: pointer;
  margin-left: 6px;
}

.logistic-block__header {
  height: 42px;
  padding: 6px 21px;
  background-color: #1a25ab;
  border-radius: 6px 6px 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 14px;
}

.logistic-block__title {
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  color: #fff;
  margin-right: 2vw;
}

.logistic-block__edit {
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}

.logistic-block__to {
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}

.logistic-block__expand {
  color: #fff;
  font-size: 36px;
  cursor: pointer;
}

.cities-header-block {
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  height: 100px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 20px;
  margin-bottom: 10px;
}

.cities-text-block {
  background-color: #fff;
  padding: 20px;
}

.cities-text-block__small-container {
  height: 130px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cities-text-block__big-container {
  height: 280px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cities-text-block__link {
  color: blue;
  text-decoration: underline;
}

.tracking-tab__container {
  display: -ms-flexbox;
  display: flex;
}

.tracking-tab__block-date {
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin-right: 40px;
}

.tracking-tab__block-info {
  -ms-flex-positive: 2;
      flex-grow: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.tracking-tab__block-docs {
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 6px;
  padding: 4px 8px;
}

.tracking-tab__block-driver {
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 6px;
  padding: 4px 8px;
}

.calculations-warning-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.alert-successcalc {
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background: #dff0d8;
  border: 1px solid rgba(21, 87, 36, 0.5);
}
@media screen and (max-width: 768px) {
  .alert-successcalc {
    margin-top: 10px;
  }
}
.alert-successcalc .d-contents {
  display: contents;
}
.alert-successcalc:has(.row) {
  display: block;
}
.alert-successcalc:has(.row) .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.alert-successcalc:has(button) {
  /*span{
    line-height: 38px;
  }*/
}
.alert-successcalc .close {
  background: url(/assets/app/static/fonts/icon-success.467ab72c.svg) no-repeat center transparent;
}
.alert-successcalc .warning {
  background: url(/assets/app/static/fonts/icon-warning.e4b8a872.svg) no-repeat center transparent;
  width: 24px;
  height: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 30px;
      flex: 0 0 30px;
  margin-right: 18px;
}
.alert-successcalc button {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .alert-successcalc button {
    margin-right: auto;
    margin-left: 47px;
  }
}
.alert-successcalc > button {
  -ms-flex: 0 0 30px;
      flex: 0 0 30px;
}

.alert-warning {
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background: rgba(248, 175, 36, 0.05);
  border: 1px solid #f8af24;
  border-left-width: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .alert-warning {
    margin-top: 10px;
  }
}
.alert-warning .d-contents {
  display: contents;
}
.alert-warning:has(.row) {
  display: block;
}
.alert-warning:has(.row) .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.alert-warning:has(button) {
  /*span{
    line-height: 38px;
  }*/
}
.alert-warning .close {
  background: url(/assets/app/static/fonts/icon-alert-close.3044b6bb.svg) no-repeat center transparent;
}
.alert-warning .warning {
  background: url(/assets/app/static/fonts/icon-warning.e4b8a872.svg) no-repeat center transparent;
  width: 24px;
  height: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 30px;
      flex: 0 0 30px;
  margin-right: 18px;
}
.alert-warning button {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .alert-warning button {
    margin-right: auto;
    margin-left: 47px;
  }
}
.alert-warning > button {
  -ms-flex: 0 0 30px;
      flex: 0 0 30px;
}

.error-container {
  background-color: white;
  border-radius: 8px;
  padding: 14px;
  width: 80%;
}

#root {
  height: 100%;
}

pre {
  font-family: PFDinDisplayPro-Regular;
  font-size: initial;
}

.pre-wrap {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

.nowrap {
  white-space: nowrap;
}

@media screen and (min-width: 1199px) {
  .wizard .container {
    padding: 0 !important;
  }
  .wizard__direction-block_location {
    min-height: 32px;
    padding-bottom: 4px;
  }
  .contact_us_block {
    margin-left: auto;
  }
  .phone-block {
    display: none;
  }
  /*.container {
  	padding:0;
  }*/
}
@media screen and (min-width: 1445px) {
  .container {
    padding: 0;
  }
}
@media screen and (max-width: 1199px) {
  .header .phone-link {
    display: none;
  }
  .header .phone-block {
    display: block;
  }
  .wizard__direction-block_info-hubs label {
    height: auto;
    padding-bottom: 0;
  }
  .wizard__direction-block_info-hubs label::after {
    content: none;
  }
  .footer__menu li a {
    font-size: 18px;
  }
  .footer__subscribe_title {
    font-size: 14px;
  }
}
@media screen and (max-width: 1100px) {
  .phone-block {
    margin-right: 18px;
  }
  .header__buttons {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .header__logo {
    margin-right: auto;
  }
  .header__contact-info, .header__buttons, .header__buttons_contact-us {
    display: none;
  }
  .wizard__direction-block_country_error {
    height: auto;
  }
  .wizard__direction-block_location {
    /*height: 90px;*/
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .wizard__direction-block_location .btn-group .btn.btn-secondary {
    width: 50% !important;
  }
  .wizard__direction-block_location .btn-group:nth-child(2) {
    margin-top: 8px;
  }
  .wizard__cargo-from hr {
    display: none;
  }
  .wizard__cargo-general-block .col-12 {
    margin: 5px 0;
  }
  .calculations-list .scroll-block {
    max-height: unset;
    min-height: unset;
    overflow-y: auto;
    margin-top: 28px;
    margin-bottom: 120px;
  }
  .calculations-list .scrollBtn {
    bottom: 0;
  }
  .calculations-list .scrollBtn__wrapper {
    right: auto;
    left: 45px;
    bottom: 63px;
  }
  .calculations-list .scrollBtn__bot {
    bottom: -35px;
  }
  .calculations-list__calculation_table_title {
    margin-bottom: 10px;
  }
  .calculations-list__calculation_table_title .cell-with-icon {
    font-size: 15px;
  }
  .calculations-list__order-info {
    margin-bottom: 28px;
  }
  .calculations-list.offsetScroll .calculations-list__filter,
  .calculations-list.offsetScroll .scroll-block {
    margin-right: 0;
  }
  .order-form-title {
    font-size: 23px;
    margin-top: 20px;
  }
  .order-card-header {
    display: block;
    padding-top: 20px;
  }
  .order-cargo-title {
    margin-top: -4px;
  }
  .order-main-info-comment-column,
  .order-main-info-comment-date {
    display: block;
  }
  .order-main-info-comment-date:last-child {
    margin-left: 8px;
  }
  .order-menu-block {
    margin: 24px 0 auto 18px;
  }
}
@media screen and (min-width: 767px) {
  .crud-modal .size-input .input-group {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .crud-modal .hatch-size-input .input-group {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .crud-modal .coordinate-input .input-group {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .main-layout .header__buttons {
    -ms-flex-pack: end;
        justify-content: end;
  }
  .main-layout .header__buttons_contact-us button {
    height: 40px;
    padding: 0;
  }
  .main-layout .header__dropdown {
    margin-right: 0;
  }
  .main-layout .header__menu-btn {
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAWCAYAAADTlvzyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAEBJREFUeNpilFJd/Z+BjoCJgc6ABYgZ6Wkh4///dA1R+gfpqIXDIFtIq62hez4cLWlGS5pRC0dLmtGShjIAEGAAJ0gL88v+Kh4AAAAASUVORK5CYII=) no-repeat center transparent;
  }
  .main-layout .header__dropdown .arrow {
    display: none;
  }
  .main-layout .wizard__cargo-container-block .col-12 {
    margin: 5px 0;
  }
  .main-layout .calculations-list__calculations_loading {
    padding-bottom: 132px;
  }
  .main-layout .calculations-list__calculations {
    padding-bottom: 28px;
  }
  .main-layout .calculations-list__calculations_loading {
    padding-bottom: 132px;
  }
  .main-layout .calculations-list__calculation_path {
    border-bottom: 1px solid rgba(141, 152, 166, 0.5);
  }
  .main-layout .calculations-list__calculation_path_location-block .location {
    font-size: 14px;
  }
  .main-layout .calculations-list__calculation_path_location-block .integrator {
    font-size: 12px;
    margin-left: 10px;
  }
  .main-layout .calculations-list__calculation_path_location-block .integrator.left-line {
    border-left: 1px solid #c6cad2;
  }
  .main-layout .calculations-list__calculation_price .price .cost {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .main-layout .calculations-list__calculation_price button.btn {
    margin-top: 12px !important;
  }
  .main-layout .calculations-list__empty_msg {
    padding: 0 10%;
  }
  .main-layout .calculations-list__empty_form {
    padding: 0 2%;
  }
  .main-layout .reports .recharts-wrapper {
    width: 500px;
  }
  .main-layout .reports .recharts-wrapper .recharts-surface {
    width: 500px;
  }
  .main-layout .reports .recharts-wrapper .recharts-legend-wrapper {
    width: 500px !important;
  }
  .main-layout .reports .recharts-wrapper .recharts-tooltip-wrapper {
    -webkit-transform: translate(200px, 26px) !important;
        -ms-transform: translate(200px, 26px) !important;
            transform: translate(200px, 26px) !important;
  }
  .wizard__cargo-from .total-weight {
    font-size: 14px;
  }
  .wizard__cargo-from_header {
    padding: 0 0 0 8px;
  }
  .wizard__cargo-from_header_location_row {
    padding-left: 0;
  }
  .wizard__cargo-from .wizard__cargo-general-block {
    margin-top: 16px;
  }
  .wizard__cargo-from .wizard__cargo-general-block .btn.add-container-btn {
    margin-top: 0px;
  }
  .wizard__cargo-from .wizard__cargo-container-block {
    margin-top: 16px;
  }
  .wizard__cargo-from_header_title {
    margin-bottom: 10px;
  }
  .wizard__cargo-from_header_location {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .wizard__cargo-from_header_location_row .btn-group .btn.btn-secondary {
    margin-bottom: 0;
  }
  .wizard__cargo-from_header_location_row .btn-group .btn.btn-secondary:first-child {
    width: 40% !important;
  }
  .wizard__cargo-from_header_location_row .btn-group .btn.btn-secondary:last-child {
    width: 60% !important;
  }
  .wizard__cargo-from_header_location_row .btn-group:last-child {
    margin-top: 8px;
  }
  .wizard__direction-block_last {
    margin-top: 16px;
  }
  .wizard__direction-block_last .swap-button-block {
    margin-left: 38%;
    margin-top: -110px;
  }
  .wizard__direction-block_location .btn-group .btn.btn-secondary {
    width: 50% !important;
  }
  .wizard__direction-block_location .btn-group:nth-child(2) {
    margin-top: 8px;
  }
  .wizard_btn_calculate {
    display: none;
  }
  .alert-warning-wizard {
    padding-right: 25px;
  }
  body .form-group .input-group-text,
  .change-password .form-group .input-group-text {
    min-width: 100px;
    font-size: 12px;
  }
  .crud-modal {
    max-width: 500px;
  }
  .crud-list__inner_pagination {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .crud-list-mobile__inner_actions button {
    display: block;
    width: 100%;
    margin-bottom: 4px;
  }
  .crud-modal .size-input .input-group .f-group {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .crud-modal .hatch-size-input .input-group .f-group {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .crud-modal .f-element-text input.form-control {
    min-width: 200px;
  }
  .footer__logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-order: 1;
        order: 1;
    margin-top: 15px;
  }
  .footer__logo_img {
    margin-right: 10px;
  }
}
@media screen and (max-width: 575px) {
  .main-layout .main {
    padding-left: 0 !important;
  }
  .main-layout .header {
    padding-left: 0 !important;
    height: auto;
    padding: 8px 5px;
  }
  .main-layout .header__logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin-bottom: 0px;
  }
  .main-layout .header__buttons {
    margin-bottom: 0px;
  }
  .main-layout .header__dropdown {
    max-width: 45px;
    height: 45px;
    margin-bottom: 0px;
  }
  .main-layout .header__menu-btn {
    height: 45px;
    margin-bottom: 0px;
  }
  .main-layout .footer {
    padding-left: 0 !important;
  }
  .main-layout .left-menu.hidden .left-menu_nav_btn_toggle {
    display: none;
  }
  .main-layout .left-menu_nav {
    width: 0;
  }
  .main-layout .wizard__direction-block_location {
    color: red;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .main-layout .wizard__cargo-from_header_summary-cargo-info {
    display: none;
  }
  .main-layout .wizard__cargo-from_location {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .main-layout .wizard__cargo-from .total-weight {
    -ms-flex-pack: left;
        justify-content: left;
  }
  .main-layout .wizard__cargo-from_summary_info_mobile {
    display: -ms-flexbox;
    display: flex;
  }
  .main-layout .reports .recharts-wrapper {
    width: 300px;
  }
  .main-layout .reports .recharts-wrapper .recharts-surface {
    width: 300px;
  }
  .main-layout .reports .recharts-wrapper .recharts-legend-wrapper {
    width: 300px !important;
  }
  .main-layout .reports .recharts-wrapper .recharts-tooltip-wrapper {
    -webkit-transform: translate(50px, 26px) !important;
        -ms-transform: translate(50px, 26px) !important;
            transform: translate(50px, 26px) !important;
  }
  .calculations-list__calculations_loading {
    padding-bottom: 174px;
  }
  .crud-modal .container-list .container-unit {
    margin-bottom: 10px;
    border-bottom: 1px solid #c6cad2;
  }
  .crud-modal .container-list .container-unit div[class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
  .crud-modal .input-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .crud-modal .input-group-prepend {
    width: 100%;
  }
  .crud-modal .input-group-prepend .input-group-text {
    background-color: transparent;
    border: none;
    padding: 0;
    -ms-flex-pack: left;
        justify-content: left;
    color: rgba(145, 152, 167, 0.5);
    font-size: 13px;
    margin-bottom: 5px;
  }
  .commission__list {
    margin-bottom: 10px;
    border-bottom: 1px solid #c6cad2;
  }
  .commission__integrator-content .input-group-prepend {
    width: 100%;
  }
  .commission__integrator-content .input-group-prepend .input-group-text {
    background-color: transparent;
    border: none;
    padding: 0;
    -ms-flex-pack: left;
        justify-content: left;
    color: rgba(145, 152, 167, 0.5);
    font-size: 13px;
    margin-bottom: 5px;
  }
  body .pane.pane-bg {
    width: 290px;
  }
  body .pane.pane-hg {
    width: 320px;
  }
  body .pane.password-recovery-wr {
    width: auto;
  }
  .header__buttons_language-switcher {
    display: none;
  }
  .header__dropdown {
    padding-right: 0;
  }
  .phone-block {
    max-width: 45px;
    display: block;
  }
}
@media screen and (min-width: 575px) {
  .phone-block {
    display: none;
  }
}
@media screen and (max-width: 380px) {
  body .pane.pane-hg {
    width: 270px;
  }
  .registerModal .input-group > .f-control {
    width: 1%;
  }
}
@media screen and (min-width: 992px) {
  .wizard__cargo-general-block .summary {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .order-main-info-mobile {
    display: block !important;
  }
  .calculations-list.offsetScroll .scroll-block {
    max-height: unset !important;
  }
  .calculations-list .scroll-block {
    max-height: unset !important;
    max-height: unset !important;
    overflow-y: hidden;
  }
  .order-doc-mobile,
  .order-docs-list-mobile {
    display: block !important;
  }
  .order-doc-table {
    display: none;
  }
  .order-docs-list-mobile tr td:last-child,
  .order-docs-list-mobile tr th:last-child {
    width: 100%;
  }
  .calculations-list__order-info_body_cargo p {
    display: block;
  }
  .header__buttons_language-switcher_select {
    margin-bottom: 0px;
  }
  .wizard .container {
    padding: 0;
  }
  .wizard .card {
    padding: 0 15px;
  }
  .wizard .card .col-6,
  .wizard .card .col-9 {
    padding-left: 0;
  }
  .wizard .toggleDropdown {
    padding-left: 0;
  }
  .wizard .toggleDropdown .col-12,
  .wizard .toggleDropdown .col-6 {
    padding: 0;
  }
  .wizard__direction-block.first {
    margin-right: 0;
    padding: 18px 0;
  }
  .wizard__direction-block_last {
    margin-left: 0;
    padding-left: 0 !important;
  }
  .wizard__direction-block {
    padding: 18px 0;
  }
  .wizard__cargo-general-block .summary {
    border: 1px solid #f3f3f3;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 3px;
  }
  .wizard__cargo-general-block .summaryLg {
    display: none;
  }
  .wizard__cargo-vehicle-block {
    padding: 0 15px 0 23px;
  }
  .wizard__cargo-container-block {
    margin-left: 15px;
  }
  .wizard__cargo-container-block #btnContainer0 {
    margin-left: 0;
  }
  .wizard__cargo-container-block .btn-container-box {
    width: 69px;
  }
  .wizard__cargo-container-block .col-8 {
    padding: 0;
  }
  .wizard__cargo-container-block .container .row .col-12 {
    padding-right: 4px;
  }
  .wizard__cargo-container-block .container .row .col-12 .btn.add-container-btn {
    margin-left: 0;
  }
  .wizard__cargo-from .col-12 {
    padding: 0 !important;
  }
  .wizard__cargo-from_header {
    padding-left: 24px !important;
  }
  .wizard__cargo-from_header_location.col-12 {
    padding-left: 24px !important;
    padding-right: 8px !important;
  }
  .wizard__cargo-from_header_location_row {
    padding: 0 15px;
  }
  .wizard__cargo-from_header_summary {
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
  }
  .wizard__cargo-from_header_summary .btn-collapse-cargo {
    margin-left: 12px;
  }
  .wizard__cargo-from_header_summary-cargo-info {
    display: none;
  }
  .wizard__cargo-from_header_title, .wizard__cargo-from_header_button {
    padding-top: 15px;
  }
  .wizard__cargo-from_header.summaryLg {
    display: none;
  }
  .wizard__cargo-from_summary_info_mobile {
    display: -ms-flexbox;
    display: flex;
  }
  .wizard .btn-reset {
    margin-left: 0;
  }
}
/* */
.header__dropdown_text-item.pale {
  color: #8d98a6;
}
.header__dropdown_text-item.user-role {
  margin-bottom: 18px;
}
.header__dropdown_text-item.user-info-item {
  text-align: left;
  padding-left: 32px;
  padding-right: 32px;
  margin-bottom: 0;
}
.header__dropdown_text-item.user-info-item-first {
  margin-top: 18px;
}
.header__dropdown_text-item.user-info-item-last {
  margin-bottom: 18px;
}

.header__dropdown_text-title.user-name {
  color: #333;
  margin-top: 18px;
  margin-bottom: -5px;
}
.header__dropdown_text-title.user-info-item {
  text-align: left;
  padding-left: 32px;
  padding-right: 32px;
}

.account-btns {
  margin: 18px 32px;
}
.account-btns button {
  padding-left: 0;
}
.account-btns * {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  line-height: 16px;
}
.account-btns .fa {
  font-size: 18px;
  font-weight: normal;
}

.user-edit-logo,
.user-logout-logo {
  display: inline-block;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  margin-bottom: -4px;
}

.user-edit-logo {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/app/static/fonts/userEditLogo.a266026a.svg);
}
.user-edit-logo.color-yellow {
  background-image: url(/assets/app/static/fonts/userEditLogo.665e8a24.svg);
}

.user-logout-logo {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/assets/app/static/fonts/userLogoutLogo.9a5cadea.svg);
}
.user-logout-logo.color-yellow {
  background-image: url(/assets/app/static/fonts/userLogoutLogo.9fad0aca.svg);
}

.cargo-unit-select {
  width: 75px;
}

.header.d-flex.align-items-center .container .row {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.phone-link {
  margin-right: 18px;
  color: #1a25ab;
  text-decoration: none;
}
.phone-link.d-sm-none {
  margin-right: 2px;
}
.phone-link:hover {
  text-decoration: none;
}

.order-sm-0-without-padding {
  padding: 0;
}

.phone-link-icon {
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  display: inline-block;
  background-image: url(/assets/app/static/fonts/phone-icon.ac727caf.svg);
  margin-top: 6px;
}

.phone-link-icon.white-icon {
  width: 24px;
  height: 24px;
  margin-right: 13px;
  background-repeat: no-repeat;
  display: inline-block;
  background-image: url(/assets/app/static/fonts/phone-icon-white.68f44612.svg);
  margin-top: 6px;
}

@media screen and (min-width: 576px) {
  .phone-block {
    max-width: 45px;
  }
  .phone-link {
    margin-right: 18px;
  }
  .phone-link-icon.white-icon {
    margin-right: 5px;
  }
}
/* === PRELOADER ==== */
.lds-default {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-default div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #333;
  border-radius: 50%;
  -webkit-animation: lds-default 1.2s linear infinite;
          animation: lds-default 1.2s linear infinite;
}

.lds-default div:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  top: 37px;
  left: 66px;
}

.lds-default div:nth-child(2) {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}

.lds-default div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}

.lds-default div:nth-child(4) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}

.lds-default div:nth-child(5) {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}

.lds-default div:nth-child(6) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}

.lds-default div:nth-child(7) {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}

.lds-default div:nth-child(8) {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}

.lds-default div:nth-child(9) {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}

.lds-default div:nth-child(10) {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}

.lds-default div:nth-child(11) {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
  top: 62px;
  left: 52px;
}

.lds-default div:nth-child(12) {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}

@-webkit-keyframes lds-default {
  0%, 20%, 80%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@keyframes lds-default {
  0%, 20%, 80%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
.modal__no-shadow {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.indicator {
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  right: 16px;
  top: 16px;
  /*text-transform: uppercase;*/
  /*&__red {
    background: #D00000;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: solid 2px #600000;
  }*/
  /*&__yellow {
    background: #ffc107;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: solid 1px #ad8305;
  }*/
  /*&__green {
    background: #00D000;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: solid 1px #006000;
  }*/
  /* &__gray {
     background: #D0D0D0;
     background-size: 5px 5px;
     width: 24px;
     height: 24px;
     border-radius: 50%;
     border: solid 1px #606060;
   }*/
}
@media screen and (min-width: 900px) {
  .indicator {
    position: absolute;
  }
}
.indicator__item {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  padding: 0.5em;
  border-radius: 3px;
  text-align: center;
  letter-spacing: 0.03em;
  margin-left: 15px;
}
@media screen and (max-width: 900px) {
  .indicator__item:first-child {
    margin-left: 0 !important;
  }
}
.indicator__item:last-child {
  margin-right: 0;
}
.indicator__description {
  /* padding-right: 1em;*/
  font-size: 12px;
  line-height: 12px;
  font-weight: normal;
}
.indicator--transparent {
  display: none;
}
.indicator__transparent {
  display: none;
}
.indicator--red {
  background-color: rgba(245, 84, 29, 0.2);
  color: #f5541d;
}
.indicator--yellow {
  background-color: rgba(248, 175, 36, 0.2);
  color: #f8af24;
}
.indicator--green {
  background-color: rgba(98, 207, 168, 0.2);
  color: #62cfa8;
}
.indicator--gray {
  background-color: rgba(208, 208, 208, 0.2);
  color: #d0d0d0;
}

.agora-actions-btn .status-label {
  padding: 0.5em;
  line-height: 1;
  font-size: 95%;
  border-radius: 7px;
}
@media (max-width: 768px) {
  .agora-actions-btn .status-label {
    padding: 1em;
  }
}

/*.indicator {
  align-items: center;
  cursor: pointer;
  display: flex;
  position: absolute;
  right: 16px;
  top: 16px;
  padding: .5em;
  border-radius:.5em;

  &__item {
    align-items: center;
    display: flex;
    flex-direction: row;
    margin-right: 1em;
    &:last-child {
      margin-right: 0;
    }
  }

  &__description {
    padding-right: 1em;
    font-size: 80%;
    font-weight: bold;
  }

  &--transparent {
    display: none;
  }
  &__transparent {
    display: none;
  }

  &--red {
    color: #D00000;
  }
  &__red {
    background: #D00000;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: solid 2px #600000;
  }

  &--yellow {
    color: #ffc107;
  }
  &__yellow {
    background: #ffc107;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: solid 1px #ad8305;
  }

  &--green {
    color: #00D000;
  }
  &__green {
    background: #00D000;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: solid 1px #006000;
  }

  &--gray {
    color: #D0D0D0;
  }
  &__gray {
    background: #D0D0D0;
    background-size: 5px 5px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: solid 1px #606060;
  }

}*/
.agora-actions-btn .status-label {
  padding: 0.5em;
  line-height: 1;
  font-size: 95%;
  border-radius: 7px;
}
@media (max-width: 768px) {
  .agora-actions-btn .status-label {
    padding: 1em;
  }
}

.crud-import-translates-btn {
  cursor: pointer;
  color: rgba(51, 51, 51, 0.9);
}
.crud-import-translates-btn .fa-16px {
  font-size: 20px;
}
.crud-import-translates-btn .text-btn {
  line-height: 20px;
  text-align: center;
  margin-left: 10px;
}

.crud-import-translates-btn:hover {
  color: #333;
}

.price-with-tooltip:hover .react-tooltip {
  visibility: visible;
}
.price-with-tooltip:has(.react-tooltip) {
  cursor: pointer;
}
.price-with-tooltip .react-tooltip {
  padding: 4px 8px;
  opacity: 1;
  z-index: 999;
  font-size: 14px;
  border: 1px solid rgba(51, 51, 51, 0.1);
}
@media screen and (max-width: 576px) {
  .price-with-tooltip .react-tooltip {
    left: 10px !important;
    top: -30px !important;
  }
  .price-with-tooltip .react-tooltip .react-tooltip-arrow {
    background: transparent;
    border: none !important;
  }
}
.price-with-tooltip .react-tooltip .react-tooltip-arrow {
  border-right: 1px solid rgba(51, 51, 51, 0.1);
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.fix-arrow {
  border-radius: 0.2rem;
}
@media screen and (max-width: 576px) {
  .fix-arrow.no-mobile {
    display: none !important;
  }
}
.fix-arrow .arrow {
  -webkit-transform: translate(0px, 0px) !important;
      -ms-transform: translate(0px, 0px) !important;
          transform: translate(0px, 0px) !important;
}
.fix-arrow .popover-body {
  padding: 0.2rem 0.4rem !important;
}

.tooltip-mobile .tooltip-btn-order {
  position: absolute;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  margin-top: calc(0.5rem + 1px);
}
.tooltip-mobile .tooltip-btn-order .outer {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
}
.tooltip-mobile .tooltip-btn-order .inner .body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.tooltip-mobile .tooltip-btn-order .arrow {
  top: calc(-0.5rem - 1px);
}
.tooltip-mobile .tooltip-btn-order .arrow:before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.tooltip-mobile .tooltip-btn-order .arrow:after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.input-42px input {
  height: 42px !important;
}

.registerModal .alert {
  padding-left: 20px;
}
@media screen and (min-width: 576px) {
  .registerModal .alert {
    padding-left: 40px;
  }
}
.registerModal .pane.pane-primary {
  margin: 35px auto 20px;
}

@media screen and (min-width: 1200px) {
  .modal-maxwidth-990px {
    max-width: 1100px !important;
    width: 1100px !important;
  }
}

@media screen and (min-width: 990px) {
  .modal-minwidth-990px {
    max-width: 620px !important;
    width: 620px !important;
  }
}

.modal-minheight-700px .modal-body {
  /*min-height: 700px;*/
}

.background-preloader {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 90;
  top: 0;
  left: 0;
  padding: 20px;
}

@media screen and (min-width: 991px) {
  .b-registration.pane {
    padding: 26px 26px 34px;
    width: 600px;
  }
}
@media screen and (max-width: 576px) {
  .b-registration.pane {
    width: 100% !important;
  }
}
.b-registration .f-label {
  font-size: 14px;
  color: #9198a7;
}

.pr-0-important {
  padding-right: 0 !important;
}

.popover {
  z-index: 1200 !important;
}

.z-index-9999 .popover {
  z-index: 9999 !important;
}

.cursor-pointer {
  cursor: pointer;
}

.login-form input:focus,
.login-form input:active {
  border-color: #4996ff;
}
.login-form .PhoneInputInput {
  height: 42px;
  padding-left: 38px;
  content: "";
}

.PhoneInputInput::-webkit-input-placeholder {
  color: rgba(145, 152, 167, 0.5);
}
.PhoneInputInput::-moz-placeholder {
  color: rgba(145, 152, 167, 0.5);
}
.PhoneInputInput:-moz-placeholder {
  color: rgba(145, 152, 167, 0.5);
}
.PhoneInputInput:-ms-input-placeholder {
  color: rgba(145, 152, 167, 0.5);
}

.primary-color {
  color: #4996ff;
}

@media screen and (min-width: 992px) {
  .w-lg-auto {
    width: auto !important;
  }
}

.manual-messages .g-flash-messages {
  position: fixed;
  z-index: 1501;
  top: 8px;
  min-width: 300px;
  right: 25px;
}

.readonly-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

@media screen and (min-width: 768px) {
  .modalWelcome.modal-dialog {
    max-width: 600px !important;
  }
}
.modalWelcome .body-text {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 768px) {
  .modalEndTariff.modal-dialog {
    max-width: 600px !important;
  }
}
.modalEndTariff .modal-title {
  padding-left: 15px;
}
.modalEndTariff .body-text {
  padding-left: 20px;
  padding-right: 20px;
}

.red-indent {
  text-indent: 15px;
}

.nowrap-indent {
  white-space: nowrap;
}

@media screen and (min-width: 992px) {
  .w-lg-50 {
    width: 50% !important;
  }
}

@media screen and (min-width: 992px) {
  .w-lg-75 {
    width: 75% !important;
  }
}

@media screen and (min-width: 992px) {
  .w-lg-25 {
    width: 25% !important;
  }
}

.order-13 {
  -ms-flex-order: 13;
      order: 13;
}

.order-14 {
  -ms-flex-order: 14;
      order: 14;
}

@media screen and (min-width: 992px) {
  .order-lg-13 {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-lg-14 {
    -ms-flex-order: 14;
        order: 14;
  }
}
.w-fit-content {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.question-block {
  border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 5, 68, 0.25);
          box-shadow: 0 1px 3px 0 rgba(0, 5, 68, 0.25);
}
.question-block__body {
  padding: 20px;
}
.question-block__body .title {
  font-weight: bold;
  color: #1a25ab;
}
.question-block__body .title.big {
  color: #313131;
  font-size: 20px;
}

.h-\[calc\(100vh-8rem\)\] {
  height: auto !important;
}

.min-h-screen {
  min-height: auto !important;
}

.edit-mode-label {
  color: #ffc107;
}

.order-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 150px;
      flex: 1 1 150px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 65px;
}

.order-menu-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 3 1 150px;
      flex: 3 1 150px;
  -ms-flex-direction: column;
      flex-direction: column;
}

.order-menu-item-extreme {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 150px;
      flex: 1 1 150px;
  -ms-flex-direction: column;
      flex-direction: column;
}

.order-menu-title {
  padding-top: 2px;
  font-size: 18px;
  line-height: 24px;
  color: #333;
}

.order-menu-title.second-level-title {
  font-size: 14px;
  color: #8d98a6;
}

.order-menu-item .order-menu-title {
  text-align: center;
}

.order-menu-item-extreme:last-child .order-menu-title {
  text-align: end;
}

.order-menu-top {
  display: -ms-flexbox;
  display: flex;
}

.round {
  width: 22px;
  height: 22px;
  margin-top: 7px;
  background-image: url(/assets/app/static/fonts/marker-active.e815b0c0.svg);
  background-repeat: no-repeat;
}

.document-modal > label {
  margin-left: auto;
}

.order-menu-item.disabled .round,
.order-menu-item-extreme.disabled .round,
.order-menu-item.not_arrived .round,
.order-menu-item-extreme.not_arrived .round {
  background-image: url(/assets/app/static/fonts/marker-disabled.381c7b7d.svg);
}

.accordion-icon-container.disabled .round,
.accordion-icon-container.not_arrived .round {
  background-image: url(/assets/app/static/fonts/marker-disabled.381c7b7d.svg);
}

.order-menu-item-left {
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding-right: 2px;
  padding-left: 1px;
}

.order-menu-item-right {
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding-left: 2px;
  padding-right: 1px;
}

.order-menu hr {
  border: 0;
  height: 2px;
  border-top: 3px dashed #62cfa8;
}
.accordion-icon-container.not_arrived .icon-line-bottom {
}

.order-menu-item.disabled hr,
.order-menu-item-extreme.disabled hr,
.order-menu-item.not_achieved hr,
.order-menu-item-extreme.not_achieved hr {
  border-top: 3px dashed #8d98a6;
}

.cargo-point {
  width: 18px;
  height: 18px;
  margin-top: 7px;
  border-radius: 50%;
  overflow: hidden;
  background-color: rgba(98, 202, 168, 0.2);
}

.cargo-point-active {
  width: 8px;
  height: 8px;
  position: relative;
  left: 5px;
  top: 5px;
  border-radius: 50%;
  overflow: hidden;
  background: #62cfa8;
}

/* аккордион */
.accordion-row {
  display: -ms-flexbox;
  display: flex;
}

.accordion-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;

  margin-left: 13px;
  min-height: 72px;
  margin-bottom: 8px;

  padding: 14px 30px 17px;
  border: 1px solid #d3d8e0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
}

.accordion-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 94%;
      flex: 1 1 94%;
  -ms-flex-direction: column;
      flex-direction: column;
}

.accordion-item-action {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 40px;
      flex: 0 1 40px;
  -ms-flex-align: center;
      align-items: center;
}

.header-terms {
  font-size: 14px;
  line-height: 24px;
  color: #8d98a6;
}

.accordion-header > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
}

.accordion-item-action .toggle {
  width: 24px;
  height: 24px;
  display: inline-block;
  cursor: pointer;
  background: rgba(211, 216, 224, 0.4);
  border-radius: 40px;
  position: relative;
}

.accordion-item-action .toggle .arrow {
  width: 24px;
  height: 24px;
  background-image: url(/assets/app/static/fonts/arrow.4b6671ff.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 9px;
  left: 6px;
}

.accordion-item-action .toggle .arrow.open {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  top: -9px;
  left: -6px;
}

.order-navigation .toggle {
  display: none;
}

.accordion-icon-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
}

.icon-line-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 20px;
      flex: 0 1 20px;
  width: 1px;
  background-color: #d3d8e0;
}

.icon-line-bottom {
  width: 1px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 20px;
      flex: 1 1 20px;
  background-color: #d3d8e0;
}

.icon-line-top.transparent,
.icon-line-bottom.transparent {
  background-color: transparent;
}

.icon-line-top.active,
.icon-line-bottom.active {
  background-color: #62cfa8;
}

.accordion-icon-container .accordion-icon {
  width: 40px;
  height: 40px;
  background-color: #d3d8e0;
  position: relative;
}

.accordion-icon-container .accordion-icon.active {
  background-color: #62cfa8;
  position: relative;
}

.transportation-icon {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  position: absolute;
}

.transportation-type-vehicle {
  background-image: url(/assets/app/static/fonts/vehicleLogo.d8e78c2f.svg);
}

.transportation-type-railway {
  background-image: url(/assets/app/static/fonts/railway.529b1c8d.svg);
}

.transportation-type-air {
  background-image: url(/assets/app/static/fonts/air.53680090.svg);
}

.transportation-type-sea {
  background-image: url(/assets/app/static/fonts/sea.0079214d.svg);
}

.transportation-type-final {
  background-image: url(/assets/app/static/fonts/done.7f62d91a.svg);
  top: 15px;
  left: 15px;
}

/*  */
.accordion-row-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 26px;
  margin-top: 17px;
  mix-height: 120px;
}

.step-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 100%;
      flex: 1 0 100%;
}

.step-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-top: 30px;
  position: relative;
}

.step-point {
  position: absolute;
  left: -68px;
  top: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d3d8e0;
}

.step-point.active {
  background: #62cfa8;
}

.order-details-table .total-row {
  font-weight: bold;
  text-transform: uppercase;
}

.order-details-table th {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #8d98a6;
}

.order-details-table td {
  font-size: 14px;
  line-height: 24px;
  color: #333;
}

.order-details-table {
  width: 100%;
}

.order-details-table table {
  width: 100%;
}

.order-details-table table:not(:last-child) {
  margin-bottom: 45px;
}

.order-details-table th,
.order-details-table td {
  padding-left: 12px;
}

.order-details-table tr:nth-child(even),
.order-details-table thead tr {
  background: rgba(221, 216, 224, 0.2);
}

.order-details-table tr {
  height: 40px;
}

.accordion-row-content .order-details-table:not(:first-child) {
  margin-top: 45px;
}

/*  */
.order-card-panel {
  background-color: #fff;
  width: 100%;
  padding: 46px 48px;
  margin-bottom: 16px;
}

.order-card-panel.relative-panel {
  position: relative;
}

.order-card-panel > h2 {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 24px;
  color: #333;
  margin-bottom: 28px;
}

.order-main-info p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin: 0;
}

.order-additional-blocks {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex: 6 1 300px;
      flex: 6 1 300px;
}

.order-main-info h5 {
  font-size: 14px;
  line-height: 24px;
  color: #8d98a6;
  margin: 0;
}

.order-customer-info {
  margin-bottom: 12px;
}

.order-grid {
  cursor: pointer;
}

.order-main-info > div:not(.order-main-info-comment) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.order-main-info .order-cargo-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex: 6 1 300px;
      flex: 6 1 300px;
}

.order-main-info .order-cargo-info > div {
  display: -ms-flexbox;
  display: flex;
}

.order-main-info .order-cargo-info > div > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.order-main-info .pricing {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 4 1 300px;
      flex: 4 1 300px;
  -ms-flex-direction: column;
      flex-direction: column;
}

.order-main-info .pricing .price,
.order-customer-info {
  display: -ms-flexbox;
  display: flex;
}

.order-customer-info {
  display: -ms-flexbox;
  display: flex;
  /*flex: 6 1 300px;*/
}

.order-actors-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 6 1 300px;
      flex: 6 1 300px;
  -ms-flex-direction: column;
      flex-direction: column;
}

.order-main-info-dates-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 4 1 300px;
      flex: 4 1 300px;
}

.order-customer-info a {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #4996ff;
}

.order-main-info .pricing .price > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 50%;
      flex: 1 1 50%;
}

.path-point-marker {
  width: 24px;
  height: 40px;
  margin-right: 20px;
  background-image: url(/assets/app/static/fonts/pathPointMarker.b324d6df.svg);
  background-repeat: no-repeat;
}

.order-cargo-strong {
  font-size: 18px;
  line-height: 24px;
  color: #333;
  margin-bottom: 25px;
}

.order-cargo-title {
  font-size: 14px;
  line-height: 24px;
  color: #8d98a6;
}

.order-price-icon {
  width: 24px;
  height: 24px;
  margin-top: 5px;
  margin-right: 11px;
  background-image: url(/assets/app/static/fonts/order-price-icon.f37ee8b2.svg);
  background-repeat: no-repeat;
}

.order-user-icon {
  width: 24px;
  height: 24px;
  margin-top: 5px;
  margin-right: 11px;
  background-image: url(/assets/app/static/fonts/order-user-logo.66f52058.svg);
  background-repeat: no-repeat;
}

.path-line-border {
  border: 1px dashed #2b34a4;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  width: 1px;
  margin-left: 11px;
}

/* Информация о грузе */
.oc-cargo-info-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.oc-cargo-info-container > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 300px;
      flex: 1 0 300px;
  margin-bottom: 23px;
}

.oc-cargo-info-container > div > table {
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}

.oc-cargo-info-container > div > table th,
.oc-cargo-info-container > div > table td {
  width: 50%;
}

.oc-cargo-info-container > div > table th {
  vertical-align: top;
}

.cargo-type-package-logo {
  width: 20px;
  height: 9px;
  margin-right: 15px;
  background-image: url(/assets/app/static/fonts/cargoType_package.e9757081.svg);
  background-repeat: no-repeat;
  display: inline-block;
}

.cargo-type-box-logo {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  margin-bottom: -2px;
  background-image: url(/assets/app/static/fonts/icon-container.ac63f0d5.svg);
  background-repeat: no-repeat;
  display: inline-block;
}

/* Информация о заказе */
.order-cargo-info-table,
.notifiable-person-table,
.order-doc-table {
  width: 100%;
}

.order-cargo-info-table td {
  width: 33%;
}

.order-cargo-info-table {
  margin-bottom: 26px;
}
.striped-table-mobile .row {
  padding: 12px 15px;
}
.striped-table-mobile .row:nth-child(odd) {
  background: rgba(221, 216, 224, 0.2);
}

.striped-table tbody tr:nth-child(odd) {
  background: rgba(221, 216, 224, 0.2);
}

.striped-table-with-head tr:nth-child(even),
.striped-table-with-head th {
  background: rgba(221, 216, 224, 0.2);
}

.striped-table tr td,
.striped-table-with-head tr td,
.striped-table-with-head tr th {
  height: 50px;
  padding-left: 27px;
  padding-right: 27px;
}

.striped-table thead tr th {
  padding-left: 27px;
}

.pale-font {
  color: #8d98a6;
}

.notifiable-person-table td:nth-child(2) {
  width: 66%;
}

.order-card-panel .order-card-info hr {
  margin: 40px 0;
}

.order-modal-buttons {
  margin-top: 16px;
}

.mobile-card > .agora-actions-btn {
  float: right;
}

.mobile-doc-actions {
  float: right;
}

.order-modal-buttons :last-child {
  float: right;
}

.order-card-panel .btns button,
.btn-with-logo {
  margin-right: 16px;
  text-transform: uppercase;
  padding: 8px 24px;
  margin-top: 16px;
  margin-left: auto;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #4996ff;
  border: 1px solid rgba(73, 150, 255, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  position: relative;
}

.order-card-panel .btns button.primary-btn {
  background-color: #4996ff;
  color: #fff;
}

.btn-add-logo {
  display: inline-block;
  font-size: 24px;
  margin-right: 24px;
  position: absolute;
  top: 8px;
  left: 24px;
}

.order-card-panel .btns .btn-with-logo {
  padding-left: 60px;
  background-color: #fff;
}

.notification-person-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 18px;

  font-size: 18px;
  line-height: 24px;
  color: #333;
}

.notification-person-header > div,
.notification-person-header > div > div {
  display: -ms-flexbox;
  display: flex;
}

.notification-person-header > div > div {
  margin-left: 32px;
  font-size: 11px;
  font-weight: bold;
  line-height: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.delete-btn-logo,
.edit-btn-logo {
  width: 22px;
  height: 24px;
  margin-right: 20px;
  margin-top: -3px;
  background-repeat: no-repeat;
  display: inline-block;
}

.delete-btn-logo {
  background-image: url(/assets/app/static/fonts/delete-btn-logo.03796228.svg);
}

.edit-btn-logo {
  background-image: url(/assets/app/static/fonts/edit-btn-logo.6d2cf313.svg);
}

.delete-btn-logo:hover,
.edit-btn-logo:hover {
  cursor: pointer;
}

.delete-btn-logo:hover {
  background-image: url(/assets/app/static/fonts/delete-btn-logo-hover.7c55d1e0.svg);
}

.edit-btn-logo:hover {
  background-image: url(/assets/app/static/fonts/edit-btn-logo-hover.8c5e89b3.svg);
}

.edit-order-icon {
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  display: inline-block;
  background-image: url(/assets/app/static/fonts/edit-btn-logo.6d2cf313.svg);
}

.edit-order-icon:hover {
  background-image: url(/assets/app/static/fonts/edit-btn-logo-hover.8c5e89b3.svg);
}

.edit-logistic-icon {
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  display: inline-block;
  background-image: url(/assets/app/static/fonts/point-action.15658a59.svg);
}

.edit-logistic-icon:hover {
  background-image: url(/assets/app/static/fonts/point-action-hover.9ed7c7d7.svg);
}

/* Документы */
.doc-amount-header {
  position: absolute;
  top: 47px;
  right: 48px;
  font-size: 14px;
  line-height: 24px;
}

.order-doc-table {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 24px;
}

.clip-icon {
  background-image: url(/assets/app/static/fonts/clipIcon.f164c496.svg);
  width: 20px;
  height: 16px;
  margin-top: 7px;
  background-repeat: no-repeat;
  display: inline-block;
}

.order-doc-table th:first-child,
.order-doc-table td:first-child {
  width: 40px;
  padding-left: 20px;
  padding-right: 0;
}

.agora-actions {
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  width: 210px;
  -ms-flex-direction: column;
      flex-direction: column;

  font-weight: bold;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #333;

  background: #fff;
  -webkit-box-shadow: 0px 8px 40px rgba(51, 51, 51, 0.1);
          box-shadow: 0px 8px 40px rgba(51, 51, 51, 0.1);
  border-radius: 3px;

  position: absolute;
  right: 20px;
  z-index: 100;
}

.order-m-card .agora-actions,
.minicard-actions .agora-actions {
  right: -80px;
}

.order-m-card :first-child {
  margin-right: 10px;
}

.agora-actions.with-toggle {
  width: 300px;
  z-index: 100;
}

.agora-actions.with-toggle button {
  margin-right: 0;
  margin-left: 12px;
}

.agora-actions > div,
.agora-actions > label > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  -ms-flex-align: center;
      align-items: center;
}

.agora-actions > div:not(:last-child) {
  margin-bottom: 8px;
}

.agora-actions > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  cursor: pointer;
}

.agora-actions .agora-action-logo {
  width: 23px;
  height: 20px;
  margin-right: 12px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.agora-actions-btn {
  position: relative;
  cursor: pointer;
}

.order-docs-upload {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  cursor: pointer;
  background-image: url(/assets/app/static/fonts/icon_upload.9ea1bc9d.svg);
}

.agora-actions-btn_icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  background-repeat: no-repeat;
  cursor: pointer;
  background-image: url(/assets/app/static/fonts/order-actions.fbda8b4a.svg);
}

.agora-actions-btn_icon:hover {
  background-image: url(/assets/app/static/fonts/order-actions-hover.27de6be4.svg);
}

.agora-action-logo-openHistoryChanges {
  background-image: url(/assets/app/static/fonts/edit-btn-logo.6d2cf313.svg);
  margin-left: 0px;
}

.agora-action-logo-openHistoryChanges:hover,
.agora-action-logo-hover-openHistoryChanges {
  background-image: url(/assets/app/static/fonts/edit-btn-logo-hover.8c5e89b3.svg);
  margin-left: 0px;
}

.agora-action-logo-copyOrderDeliveryRequestGroup {
  background-image: url(/assets/app/static/fonts/copy-icon.e3e14556.svg);
  height: 24px !important;
  margin-left: 0px;
}

.agora-action-logo-copyOrderDeliveryRequestGroup:hover,
.agora-action-logo-hover-copyOrderDeliveryRequestGroup {
  background-image: url(/assets/app/static/fonts/copy-icon-hover.6b50bd08.svg);
  height: 28px;
  margin-left: 0px;
}

.agora-action-logo-download {
  background-image: url(/assets/app/static/fonts/downloadLogo.1c263d08.svg);
  margin-left: 4px;
}

.agora-action-logo-download:hover,
.agora-action-logo-hover-download {
  background-image: url(/assets/app/static/fonts/downloadLogo-hover.65bb670a.svg);
  margin-left: 4px;
}

.agora-action-logo-upload {
  background-image: url(/assets/app/static/fonts/uploadLogo.4a7feb88.svg);
}

.agora-action-logo-send-email {
  background-image: url(/assets/app/static/fonts/mailLogo.a7865ff4.svg);
}

.agora-action-logo-send-email:hover,
.agora-action-logo-hover-send-email {
  background-image: url(/assets/app/static/fonts/mailLogo-hover.cf78023a.svg);
}

.agora-action-logo-edit {
  background-image: url(/assets/app/static/fonts/edit-btn-logo.6d2cf313.svg);
}

.agora-action-logo-rename {
  background-image: url(/assets/app/static/fonts/rename-btn-logo.27dad443.svg);
}

.agora-action-logo-edit:hover,
.agora-action-logo-hover-edit {
  background-image: url(/assets/app/static/fonts/edit-btn-logo-hover.8c5e89b3.svg);
}

.agora-action-logo-editLogistic {
  background-image: url(/assets/app/static/fonts/point-action.15658a59.svg);
  -webkit-transform: translate(0, -2px);
      -ms-transform: translate(0, -2px);
          transform: translate(0, -2px);
}

.agora-action-logo-editLogistic:hover,
.agora-action-logo-hover-editLogistic {
  background-image: url(/assets/app/static/fonts/point-action-hover.9ed7c7d7.svg);
  -webkit-transform: translate(0, -2px);
      -ms-transform: translate(0, -2px);
          transform: translate(0, -2px);
}

.agora-action-logo-remove {
  background-image: url(/assets/app/static/fonts/delete-btn-logo.03796228.svg);
  -webkit-transform: translate(4px);
      -ms-transform: translate(4px);
          transform: translate(4px);
}

.agora-action-logo-remove:hover,
.agora-action-logo-hover-remove {
  background-image: url(/assets/app/static/fonts/delete-btn-logo-hover.7c55d1e0.svg);
  -webkit-transform: translate(4px);
      -ms-transform: translate(4px);
          transform: translate(4px);
}

.agora-action-logo-details {
  background-image: url(/assets/app/static/fonts/details-btn-logo.4375ac20.svg);
}

.agora-action-logo-details:hover,
.agora-action-logo-hover-details {
  background-image: url(/assets/app/static/fonts/details-btn-logo-hover.cab1ccea.svg);
}

.agora-action-logo-subscribe {
  background-image: url(/assets/app/static/fonts/unsubscribedOrderLogo.f595902d.svg);
}

.agora-action-logo-subscribe:hover,
.agora-action-logo-hover-subscribe {
  background-image: url(/assets/app/static/fonts/unsubscribedOrderLogo-hover.d08df261.svg);
}
.agora-action-logo-editOwner {
  background-image: url(/assets/app/static/fonts/edit-owner-logo.5b9b87ef.svg);
  -webkit-transform: translate(2px, 0);
      -ms-transform: translate(2px, 0);
          transform: translate(2px, 0);
}
.agora-action-logo-editManager {
  background-image: url(/assets/app/static/fonts/edit-owner-logo.5b9b87ef.svg);
  -webkit-transform: translate(2px, 0);
      -ms-transform: translate(2px, 0);
          transform: translate(2px, 0);
}

.agora-action-logo-editOwner:hover,
.agora-action-logo-hover-editOwner {
  background-image: url(/assets/app/static/fonts/edit-owner-logo-hover.3350a5e7.svg);
  -webkit-transform: translate(2px, 0);
      -ms-transform: translate(2px, 0);
          transform: translate(2px, 0);
}

.agora-action-logo-editOManager:hover,
.agora-action-logo-hover-editManager {
  background-image: url(/assets/app/static/fonts/edit-owner-logo-hover.3350a5e7.svg);
  -webkit-transform: translate(2px, 0);
      -ms-transform: translate(2px, 0);
          transform: translate(2px, 0);
}

.agora-action-logo-changeGroupClient {
  background-image: url(/assets/app/static/fonts/details-btn-logo.4375ac20.svg);
  -webkit-transform: translate(2px, 0);
      -ms-transform: translate(2px, 0);
          transform: translate(2px, 0);
}

.agora-action-logo-changeGroupClient:hover,
.agora-action-logo-hover-changeGroupClient {
  background-image: url(/assets/app/static/fonts/details-btn-logo.4375ac20.svg);
  -webkit-transform: translate(2px, 0);
      -ms-transform: translate(2px, 0);
          transform: translate(2px, 0);
}

.agora-action-logo-moveToCalculation {
  background-image: url(/assets/app/static/fonts/details-btn-logo.4375ac20.svg);
}

.agora-action-logo-moveToCalculation:hover,
.agora-action-logo-hover-moveToCalculation {
  background-image: url(/assets/app/static/fonts/details-btn-logo-hover.cab1ccea.svg);
}

.agora-action-logo-update {
  background-image: url(/assets/app/static/fonts/refresh-btn-logo.2e920416.svg);
}

.agora-action-logo-update:hover,
.agora-action-logo-hover-update {
  background-image: url(/assets/app/static/fonts/refresh-btn-logo-hover.728fd3da.svg);
}

/*------ status actions --------------*/

.order-m-card .agora-actions.agora-status-action,
.minicard-actions .agora-actions.agora-status-action {
  right: revert;
}

.agora-status-action-item {
  padding: 0.25em;
}

.agora-status-action-item:hover {
  background-color: rgba(128, 128, 128, 0.3);
}

.agora-actions .agora-action-logo {
  width: 23px;
  height: 20px;
  margin-right: 12px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.agora-action-status-new {
  background-image: url(/assets/app/static/fonts/edit-btn-logo.6d2cf313.svg);
}
.agora-action-status-hover-new {
  background-image: url(/assets/app/static/fonts/edit-btn-logo-hover.8c5e89b3.svg);
}

.agora-action-status-in_work {
  background-image: url(/assets/app/static/fonts/edit-btn-logo.6d2cf313.svg);
}
.agora-action-status-hover-in_work {
  background-image: url(/assets/app/static/fonts/edit-btn-logo-hover.8c5e89b3.svg);
}

.agora-action-status-closed {
  background-image: url(/assets/app/static/fonts/edit-btn-logo.6d2cf313.svg);
}
.agora-action-status-hover-closed {
  background-image: url(/assets/app/static/fonts/edit-btn-logo-hover.8c5e89b3.svg);
}

.agora-action-status-canceled {
  background-image: url(/assets/app/static/fonts/edit-btn-logo.6d2cf313.svg);
}
.agora-action-status-hover-canceled {
}

.agora-action-status-standby {
  background-image: url(/assets/app/static/fonts/edit-btn-logo.6d2cf313.svg);
}
.agora-action-status-hover-standby {
  background-image: url(/assets/app/static/fonts/edit-btn-logo-hover.8c5e89b3.svg);
}

/* мини-карточка заказа */
.order-m-card {
  width: 100%;
  padding: 20px 32px 32px;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.order-m-card-container {
  background-color: #fff;
}

.order-m-card-container:nth-child(odd) {
  background-color: transparent;
}

.minicard-title {
  padding-left: 30px;
  padding-top: 22px;
  font-size: 14px;
  line-height: 24px;
}

.minicard-mobile-title {
  padding-left: 12px;
  font-size: 14px;
  line-height: 24px;
}

.order-m-card > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 2 1 130px;
      flex: 2 1 130px;
  -ms-flex-direction: column;
      flex-direction: column;

  font-size: 14px;
  line-height: 24px;
}

.order-m-card-container {
  border: 1px dotted rgba(128, 128, 128, 0);
  -webkit-transition: all ease-in 100ms;
  transition: all ease-in 100ms;
}

.order-m-card-container:hover {
  border: 1px dotted rgba(128, 128, 128, 0.5);
  -webkit-box-shadow: 0 0 2px rgba(128, 128, 128, 0.5);
          box-shadow: 0 0 2px rgba(128, 128, 128, 0.5);
}

.order-m-card .m-card-order-location,
.order-m-card-mobile .m-card-order-location {
  -ms-flex: 4 1 260px;
      flex: 4 1 260px;
}

.order-m-card > div:last-child {
  -ms-flex: 0 1 30px;
      flex: 0 1 30px;
}

.m-card-order-location > div:last-child > div:last-child {
  padding-top: 7px;
}

.cargo-status-label {
  font-weight: bold;
  font-size: 9px;
  line-height: 16px;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 2px;
}

.status-label-in-transit {
  color: #4996ff;
  background: rgba(73, 150, 255, 0.2);
}

.status-label-arrived_to_hub {
  color: #4996ff;
  background: rgba(73, 150, 255, 0.2);
}

.status-label-arrived_to_departure_hub {
  color: #4996ff;
  background: rgba(73, 150, 255, 0.2);
}

.status-label-arrived_to_destination_hub {
  color: #4996ff;
  background: rgba(73, 150, 255, 0.2);
}

.status-label-customs_clearance {
  color: #4996ff;
  background: rgba(73, 150, 255, 0.2);
}

.status-label-booking-received {
  color: #4996ff;
  background: rgba(73, 150, 255, 0.2);
}

.status-label-booking-confirmed {
  color: #4996ff;
  background: rgba(73, 150, 255, 0.2);
}

.status-label-picked-up {
  color: #4996ff;
  background: rgba(73, 150, 255, 0.2);
}

.status-label-at_destination {
  color: #33af83;
  background: rgba(51, 175, 133, 0.2);
}

.status-label-delivered {
  color: #33af83;
  background: rgba(51, 175, 133, 0.2);
}

.status-label-planning {
  color: rgb(241, 164, 11);
  background: rgba(241, 164, 11, 0.2);
}

.status-label-loading_coordination {
  color: rgb(241, 164, 11);
  background: rgba(241, 164, 11, 0.2);
}

.status-label-waiting_cargo {
  color: rgb(241, 164, 11);
  background: rgba(241, 164, 11, 0.2);
}

.status-label-collected_from_shipper {
  color: rgb(241, 164, 11);
  background: rgba(241, 164, 11, 0.2);
}

.status-label-cargo_sent {
  color: #4996ff;
  background: rgba(73, 150, 255, 0.2);
}

.status-label-bill {
  color: #f5541d;
  background: rgba(245, 84, 29, 0.2);
}

.status-label-awaiting_payment {
  color: rgb(241, 164, 11);
  background: rgba(241, 164, 11, 0.2);
}

.status-label-arrived_to_transit_hub {
  color: #4996ff;
  background: rgba(73, 150, 255, 0.2);
}

.status-label-completed {
  color: #33af83;
  background: rgba(51, 175, 133, 0.2);
}

.status-label-archived {
  color: rgb(64, 64, 64);
  background: rgba(64, 64, 64, 0.2);
}

.status-label- {
  color: rgb(241, 164, 11);
  background: rgba(241, 164, 11, 0.2);
}

.status-label-cancelled {
  color: #f5541d;
  background: rgba(245, 84, 29, 0.2);
}

.status-label-not-delivered {
  color: #f5541d;
  background: rgba(245, 84, 29, 0.2);
}

/*-----------------------------*/

.status-label {
  padding: 0.5em;
  line-height: 1;
}

@media (max-width: 768px) {
  .status-label {
    padding: 1em;
  }
}

.status-label-new {
  color: rgb(241, 164, 11);
  background: rgba(241, 164, 11, 0.2);
}

.status-label-confirmed {
  color: #4996ff;
  background: rgba(73, 150, 255, 0.2);
}

.status-label-in_transit {
  color: #4996ff;
  background: rgba(73, 150, 255, 0.2);
}

.status-label-picked_up {
  color: #4996ff;
  background: rgba(73, 150, 255, 0.2);
}

.status-label-delivered {
  color: #33af83;
  background: rgba(51, 175, 133, 0.2);
}

.status-label-canceled {
}

.status-label-standby {
  color: #f5541d;
  background: rgba(245, 84, 29, 0.2);
}

.status-label-pay {
  line-height: 20px;
  padding: 2px 8px;
  border-radius: 2px;
  font-size: 20px;
}

.status-label-pay-confirmed {
  color: #33af83;
  background: rgba(51, 175, 133, 0.2);
}

.status-label-pay-pending {
  color: rgb(241, 164, 11);
  background: rgba(241, 164, 11, 0.2);
}

.status-label-pay-failed {
  color: #f5541d;
  background: rgba(245, 84, 29, 0.2);
}

/*-----------------------------*/

.minicard-right-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
      align-self: flex-end;
  position: relative;
}

.minicard-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding-right: 24px;
}

.order-subscribed {
  width: 24px;
  height: 24px;
  background-image: url(/assets/app/static/fonts/subscribedOrderLogo.2bbb5e51.svg);
  background-repeat: no-repeat;
  cursor: pointer;
}
.order-without-subscribe.mr-30,
.order-subscribed.mr-30 {
  margin-right: 30px !important;
}

.order-without-subscribe {
  width: 24px;
  height: 24px;
  background-image: url(/assets/app/static/fonts/unsubscribedOrderLogo.f595902d.svg);
  background-repeat: no-repeat;
  cursor: pointer;
}

.m-card-order-location .main-title {
  color: #333;
  font-size: 24px;
  line-height: 24px;
}

.m-card-order-location .main-title-pale-font {
  color: #8d98a6;
  font-size: 24px;
  line-height: 24px;
}

.m-card-order-location .subtitle {
  font-size: 14px;
  line-height: 24px;
  color: #8d98a6;
}

.location-title-first {
  margin-bottom: 7px;
}

.card-path-point-marker {
  width: 24px;
  height: 40px;
  margin-right: 20px;
  background-image: url(/assets/app/static/fonts/cardPathPointMarkerActive.321519b6.svg);
  background-repeat: no-repeat;
}

.card-path-point-marker.disabled {
  background-image: url(/assets/app/static/fonts/cardPathPointMarkerDisabled.4f186ded.svg);
}

.card-path-point-marker.not-delivered {
  background-image: url(/assets/app/static/fonts/cardPathPointMarkerNotDelivered.da914e5d.svg);
}

.order-m-card .m-card-order-location > div,
.order-m-card-mobile .m-card-order-location > div {
  display: -ms-flexbox;
  display: flex;
}

.order-m-card .m-card-order-location > div:first-child,
.order-m-card-mobile .m-card-order-location > div:first-child {
  min-height: 60px;
}

.order-m-card .m-card-order-location > div > div,
.order-m-card-mobile .m-card-order-location > div > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.order-m-card .m-card-order-location > div > div:first-child {
  width: 34px;
}

.order-m-card > div:not(.m-card-order-location) > div:last-child {
  padding-top: 7px;
}

.card-path-line-border {
  border: 1px dashed #8d98a6;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  width: 1px;
  margin-left: 11px;
}

.card-path-line-border-point-to {
  -ms-flex: 0 0 7px;
      flex: 0 0 7px;
}

.card-path-line-border.active {
  border: 1px dashed #33af83;
}

.order-m-card > div:last-child {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.minicard-right-item {
  padding-bottom: 15px;
}

.shorten-order-table {
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  font-family: Roboto;
  color: #333333;
}

.shorten-order-table td {
  height: 72px;
}
.shorten-order-table tr:nth-child(even) {
  background-color: #fff;
}

.shorten-order-table tr td:first-child {
  padding-left: 24px;
  padding-right: 24px;
}

.order-m-card-location-info {
  display: -ms-flexbox;
  display: flex;
}

.order-m-card-logo {
  width: 24px;
  height: 24px;
  margin-top: 10px;
  margin-right: 23px;
  background-repeat: no-repeat;
}

.order-m-card-vehicle {
  background-image: url(/assets/app/static/fonts/minicardTransportTypeVehicle.88b34bf6.svg);
}

.order-m-card-air {
  background-image: url(/assets/app/static/fonts/minicardTransportTypeAir.970fbc3d.svg);
}

.order-m-card-railway {
  background-image: url(/assets/app/static/fonts/minicardTransportTypeRailway.be1c3732.svg);
  background-position: -8px -8px;
}

.order-m-card-sea {
  background-image: url(/assets/app/static/fonts/minicardTransportTypeSea.eb4f7807.svg);
}

.order-m-card-location-info .subtitle,
.shorten-order-table .subtitle {
  font-size: 12px;
  line-height: 16px;
  color: #8d98a6;
}

.order-card-header {
  margin-bottom: 40px;
  margin-top: 110px;
  /*position: revert;*/
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.order-card-header .order-title-actions {
  display: -ms-flexbox;
  display: flex;
}

.order-card-header h2 {
  font-family: PFDinDisplayPro-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 32px;
  color: #333333;
}

.order-card-header .actions {
  margin-left: 20px;
  text-transform: uppercase;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.03em;
  color: #333;

  display: -ms-flexbox;

  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
}

.order-card-header .actions span {
  margin-left: 16px;
}

.ordercard-navigation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;

  font-size: 11px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #333;

  background: #e9e9e9;
  -webkit-box-shadow: inset 0px 1px 0px #e9e9e9;
          box-shadow: inset 0px 1px 0px #e9e9e9;
  height: 56px;
}

.ordercard-navigation > div {
  cursor: pointer;
}

.adminDeliveryOrder {
  max-width: 335px;
}

.adminDeliveryOrder > .modal-content {
  width: 335px;
  height: 178px;
}

.adminDeliveryOrder > .modal-content > .modal-header {
  display: none;
}

.adminDeliveryOrder > .modal-content > .modal-body > .buttons {
  bottom: 20px;
  position: absolute;
  left: 42px;
}

.adminDeliveryOrder > .modal-content > .modal-body > h6 {
  margin-top: 29px;
  font-size: 18px;
  line-height: 24px;
}

.adminDeliveryOrder > .modal-content > .modal-body > .buttons > .btn.btn-primary {
  width: 128px;
  height: 40px;
  color: #f5541d;
  background-color: rgba(245, 84, 29, 0.05);
  border: 1px solid #f5541d;
  border-radius: 3px;
}

.adminDeliveryOrder > .modal-content > .modal-body > .buttons > .btn.btn-secondary {
  width: 119px;
  height: 40px;
  border: 1px solid #4996ff;
  border-radius: 3px;
}

.adminDeliveryOrder > .modal-content > .modal-body > hr {
  display: none;
}

.adminDeliveryOrder > .modal-content > .modal-body > img {
  position: absolute;
  right: 15px;
  top: 15px;
}

/* мобильная версия */
.order-m-card-mobile {
  width: 100%;
  padding: 16px 9px;
  background-color: #fff;
  font-family: Roboto;
  margin: 16px 0;
}

fa {
  color: #2b34a4;
}

.order-m-card-mobile .col-6 {
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  text-align: left;
  color: #333333;
  margin-bottom: 8px;
}

.order-m-card-mobile .minicard-right-item {
  width: 24px;
  margin-left: auto;
  margin-bottom: 10px;
}

.order-m-card-mobile .col-2 {
  padding-right: 0;
}

.order-m-card-mobile .col-2 {
  padding-left: 0;
}

.row {
  margin: 0;
}

.search-bar-mobile {
  width: 100%;
  height: 48px;
  background: #ffffff;
  border: 1px solid #d3d8e0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  text-indent: 32px;
}

.search-bar-mobile::-moz-placeholder {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #d3d8e0;
}

.search-bar-mobile::-webkit-input-placeholder {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #d3d8e0;
}

.search-bar-mobile:-ms-input-placeholder {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #d3d8e0;
}

.search-bar-mobile::-ms-input-placeholder {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #d3d8e0;
}

.search-bar-mobile::placeholder {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #d3d8e0;
}

.crud-list-title {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #777777;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
  margin-top: 32px;
}

.crud-list-title h2 {
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 32px;
  color: #333333;
}

.order-m-card-mobile-row {
  padding: 0;
}

.order-m-card-mobile-row .fa {
  color: #2b34a4;
  position: absolute;
  top: 71px;
  left: 14px;
  cursor: pointer;
}

.mobile-card {
  border: 1px solid rgba(211, 216, 224, 0.35);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  padding: 15px;
  margin-bottom: 8px;

  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}

.mobile-card-buttons,
.mobile-card-buttons > div {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.mobile-card-buttons {
  margin-top: 16px;
}

.mobile-card > div.pale-font {
  margin-top: 7px;
}

.order-list {
  padding: 0;
}

.order-navigation {
  z-index: 999;
  position: fixed;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  top: 86px;
  max-width: 1140px;
  height: 56px;
  background: #e9e9e9;
  -webkit-box-shadow: inset 0px 1px 0px #e9e9e9;
          box-shadow: inset 0px 1px 0px #e9e9e9;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #333333;
  -ms-flex-align: center;
      align-items: center;
}

.order-navigation > div:hover {
  color: #2b34a4;
}

.order-navigation > div:last-child:hover {
  color: #fff;
}

.order-navigation .edit-order-btn {
  display: -ms-flexbox;
  display: flex;
  background: #62cfa8;
  border-radius: 3px;
  height: 40px;
  line-height: 16px;
  color: white;
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.order-navigation .edit-order-btn span {
  margin-top: 13px;
  margin-left: 16px;
  text-align: center;
}
.edit-order-btn:hover {
  background: #51b08d;
  color: white;
}

.edit-order-btn .edit-order-icon:hover {
  background-image: url(/assets/app/static/fonts/edit-btn-logo-white.33fd711a.svg);
}

.edit-order-btn .edit-order-icon {
  background-image: url(/assets/app/static/fonts/edit-btn-logo-white.33fd711a.svg);
  margin-top: 9px;
  margin-bottom: 9px;
}
.order-notification-btn .order-notification-icon {
  height: 24px;
  width: 24px;
  background-image: url(/assets/app/static/fonts/unsubscribedOrderLogo.f595902d.svg);
}
.order-notification-btn .order-notification-icon.black {
    background-image: url(/assets/app/static/fonts/unsubscribedOrderLogo-black.80af2aad.svg);
  }
.order-notification-btn .order-notification-icon.checked {
    background-image: url(/assets/app/static/fonts/subscribedOrderLogo.2bbb5e51.svg);
  }
.order-notification-btn .order-notification-icon {
  margin-top: 9px;
  margin-bottom: 9px;
}

.order-navigation-menu {
  margin-bottom: 100px;
}

.order-navigation > div {
  width: calc((100% - 186px) / 6);
  cursor: pointer;
  padding-left: 15px;
}
.order-navigation > div:last-child {
  min-width: 186px;
}

.btn-label:hover {
  cursor: pointer;
}

.tracking-block-title {
  font-weight: bold;
  width: 120px;
}

.tracking-block-label {
  text-align: center;
  font-size: 80%;
}

.tracking-item-title {
  width: 120px;
  font-size: 90%;
}

.order-short-m-card .company-name {
  min-width: 110px;
  max-width: 170px;
}

.order-short-m-card .cargo-info {
  max-width: 230px;
}

.order-main-info-comment {
  margin-bottom: 16px;
}

.order-main-info-comment-column {
  display: -ms-flexbox;
  display: flex;
}

.order-main-info-comment-date {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 50%;
      flex: 1 1 50%;
  -ms-flex-direction: column;
      flex-direction: column;
}

.not-complete-order-fade {
  margin-top: 80px;
}

.not-complete-order-fade .warning-msg {
  padding: 0 25px 10px;
  line-height: 1.5;
}

.not-complete-order-fade .warning-link {
  color: #4996ff;
  line-height: 1.5;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .order-main-info-comment-column,
  .order-main-info-comment-date {
    display: block;
    margin-bottom: 10px;
  }

  .not-complete-order-fade-open {
    margin-top: 80px;
  }

  .not-complete-order-fade {
    margin-top: 67px;
  }

  .order-navigation-menu {
    margin-bottom: 190px;
  }

  .order-card-header {
    display: block;
    /*margin-top: 180px;*/
  }

  .doc-amount-header {
    position: unset;
    right: unset;
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }

  .order-title-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-top: 16px;
  }
  .order-title-actions .action-mobile-card {
    margin-top: -16px;
    margin-bottom: 16px;
    margin-left: 20px;
    text-transform: uppercase;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.03em;
    color: #333;

    display: -ms-flexbox;

    display: flex;
    -ms-flex-align: center;
        align-items: center;
    cursor: pointer;
  }
  .order-title-actions .action-mobile-card span {
    margin-left: 16px;
  }

  .order-title-actions .actions {
    margin-left: 0;
  }

  .order-card-panel {
    padding: 30px 16px 24px 24px;
  }

  .order-card-panel > h2 {
    margin-bottom: 18px;
    font-family: PFDinDisplayPro-Regular;
  }

  .btns > button.primary-btn,
  .btn-with-logo {
    width: 100%;
    margin-top: 16px;
  }

  .delete-btn-logo {
    margin-left: 16px;
  }

  .order-docs-list-mobile {
    margin-top: 25px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #8d98a6;
    background: #f9f9fb;
    width: 100%;
  }

  .order-docs-list-mobile > thead {
    background: #d3d8e0;
    opacity: 0.35;
  }

  .order-docs-list-mobile tr {
    height: 40px;
  }

  .order-docs-list-mobile tr td,
  .order-docs-list-mobile tr th {
    padding-left: 16px;
  }

  .order-docs-list-mobile tr td:last-child,
  .order-docs-list-mobile tr th:last-child {
    text-align: center;
  }

  .order-docs-list-mobile tr td:last-child label {
    margin-bottom: 0;
    padding-top: 4px;
  }

  .order-navigation {
    display: block;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    margin-left: -15px;
    background-color: #e9e9e9;
    padding-bottom: 12px;
    /*width: fit-content;*/
  }

  .order-navigation .edit-order-btn {
    color: white;
    padding-left: 10px;
    max-width: 160px;
  }

  .order-navigation > .container > .row > .col-7 > div {
    text-align: start;
    color: #333333;
    margin-top: 10px;
  }

  .order-navigation > .container > .row > .col-7 > div:last-child {
    color: #fff;
  }

  .order-navigation > .container > .row > .col-7 > div:hover {
    color: #2b34a4;
  }
  .order-navigation > .container > .row > .col-7 > div:last-child:hover {
    color: #fff;
  }
  .order-navigation > .container > div {
    width: 100%;
    margin-top: 10px;
  }

  .order-navigation .toggle {
    /*transform: rotate(180deg);
        top: -9px;
        left: -6px;*/
    width: 24px;
    height: 24px;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    cursor: pointer;
    background: rgba(211, 216, 224, 0.4);
    border-radius: 40px;
    position: relative;
    margin-top: 6px;
  }
  .order-navigation .toggle.open {
    /*transform: rotate(0deg);
        top: 9px;
        left: 6px;*/
  }

  .order-navigation .toggle .arrow {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    top: 9px;
    left: 6px;

    width: 24px;
    height: 24px;
    background-image: url(/assets/app/static/fonts/arrow.4b6671ff.svg);
    background-repeat: no-repeat;
    position: absolute;
  }

  .order-navigation .toggle .arrow.open {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    top: -9px;
    left: -6px;
  }

  .order-navigation.close {
    height: 40px;
  }

  .order-menu {
    display: block;
  }

  .order-menu-block {
    margin-left: 18px;
  }

  .doc-card {
    margin-top: 8px;
    padding: 23px 16px;
  }

  .modal-body .col-12 {
    padding: 0;
  }

  .modal-body .tracking-item-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 100%;
        flex: 1 0 100%;
  }

  .modal-body .tracking-item-date {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 1 90%;
        flex: 0 1 90%;
  }

  .order-doc-mobile {
    margin-top: 10px;
  }
}

.modal-body .tracking-item-date .input-group {
  width: 260px;
  display: block;
}

.order-doc-mobile,
.order-docs-list-mobile {
  display: none;
}

.modal-dialog.edit-order-modal {
  min-width: 800px;
  max-width: 800px;
  width: 800px;
  -webkit-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
}

@media screen and (min-width: 1200px) {
  .modal-dialog.edit-order-modal {
    min-width: 800px;
    max-width: 900px;
  }
}

@media screen and (max-width: 1200px) {
  .modal-dialog.edit-order-modal {
    min-width: 800px;
    max-width: 800px;
  }
}

@media screen and (max-width: 991px) {
  /*.order-navigation{
            max-width: 600px;
    }*/
  .order-navigation.menu-open {
    left: 255px;
  }

  .modal-dialog.edit-order-modal {
    min-width: 768px;
    max-width: 768px;
  }
  .padding-mobile {
    padding-right: 0;
  }
}

@media screen and (max-width: 768px) {
  /*.order-navigation{
        max-width: 576px;
    }*/
  .modal-dialog.edit-order-modal {
    min-width: 600px;
    max-width: 600px;
  }
}

@media screen and (max-width: 576px) {
  .modal-dialog.edit-order-modal {
    min-width: auto;
    max-width: 500px;
  }
}
.nav-tabs .nav-item .nav-link {
  color: #333;
}

.nav-tabs .nav-link:hover {
  border-color: #fff #fff #4996ff #fff;
  border-bottom-width: 3px;
}

.nav-tabs .nav-link.active {
  color: #4996ff;
  border-color: #fff #fff #4996ff #fff;
  border-bottom-width: 3px;
}

.tab-content {
  margin-top: 30px;
}

.tooltip-ui__wrapper {
  position: relative;
  -ms-flex: 25% 1 1;
      flex: 25% 1 1;
}

.tooltip-ui__wrapper .btn {
  width: 100%;
}

.tooltip-ui {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  visibility: hidden;
  padding: 5px;
  border-radius: 5px;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  opacity: 0;
  top: -80%;
  -webkit-transform: translateX(-25%) translateY(-50%);
      -ms-transform: translateX(-25%) translateY(-50%);
          transform: translateX(-25%) translateY(-50%);
  width: 200px;
}

.tooltip-ui__arrow {
  position: absolute;
  top: 100%;
  left: 50%;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.7) transparent transparent;
}

