.ember-basic-dropdown {
  position: relative;
}

.ember-basic-dropdown,
.ember-basic-dropdown-content,
.ember-basic-dropdown-content * {
  box-sizing: border-box;
}

.ember-basic-dropdown-content {
  position: absolute;
  width: auto;
  z-index: 1000;
  background-color: #fff;
}

.ember-basic-dropdown-content--left {
  left: 0;
}

.ember-basic-dropdown-content--right {
  right: 0;
}

.ember-basic-dropdown-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  pointer-events: none;
}

.ember-basic-dropdown-content-wormhole-origin {
  display: inline;
}

.ember-power-calendar {
  box-sizing: border-box;
  position: relative;
}

.ember-power-calendar-nav {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.ember-power-calendar-nav * {
  box-sizing: border-box;
}

.ember-power-calendar-days, .ember-power-calendar-days * {
  box-sizing: border-box;
}

.ember-power-calendar-nav-title {
  flex: 1;
  text-align: center;
}

.ember-power-calendar-row {
  display: flex;
  justify-content: space-between;
}

.ember-power-calendar-weekday {
  -webkit-appearance: none;
  flex: 1 1 100%;
  padding: 0;
  background-color: transparent;
  background-color: initial;
  border: none;
  border: initial;
  outline: none;
  outline: initial;
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0;
}

.ember-power-calendar-day {
  -webkit-appearance: none;
  background-color: transparent;
  background-color: initial;
  border: none;
  border: initial;
  outline: none;
  outline: initial;
  flex: 1 1 100%;
  font-size: inherit;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.ember-power-calendar-nav-control {
  -webkit-appearance: none;
  background-color: transparent;
  background-color: initial;
  border: none;
  border: initial;
  outline: none;
  outline: initial;
  font-size: inherit;
}

.ember-power-calendar {
  font-size: 14px;
  line-height: 1.42857;
}

.ember-power-calendar-nav {
  line-height: 2;
}

.ember-power-calendar-nav-control {
  line-height: 1;
  font-size: 150%;
}
.ember-power-calendar-nav-control:focus {
  transform: scale(1.2);
}

.ember-power-calendar-day--selected,
.ember-power-calendar-day--selected:not([disabled]):hover {
  font-weight: bold;
}

.ember-power-calendar-day--interactive[disabled] {
  opacity: 0.4;
}

.ember-basic-dropdown {
  position: relative;
}

.ember-basic-dropdown,
.ember-basic-dropdown-content,
.ember-basic-dropdown-content * {
  box-sizing: border-box;
}

.ember-basic-dropdown-content {
  position: absolute;
  width: auto;
  z-index: 1000;
  background-color: #ffffff;
}

.ember-basic-dropdown-content--left {
  left: 0;
}

.ember-basic-dropdown-content--right {
  right: 0;
}

.ember-basic-dropdown-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  pointer-events: none;
}

.ember-basic-dropdown-content-wormhole-origin {
  display: inline;
}

.ember-power-select-dropdown * {
  box-sizing: border-box;
}

.ember-power-select-trigger {
  position: relative;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  border-radius: 4px;
  background-color: #ffffff;
  line-height: 1.75;
  overflow-x: hidden;
  text-overflow: ellipsis;
  min-height: 1.75em;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  color: inherit;
  /* Minimum clearfix for modern browsers */
}
.ember-power-select-trigger:after {
  content: "";
  display: table;
  clear: both;
}

.ember-power-select-trigger:focus,
.ember-power-select-trigger--active {
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  box-shadow: none;
}

.ember-basic-dropdown-trigger--below.ember-power-select-trigger[aria-expanded=true],
.ember-basic-dropdown-trigger--in-place.ember-power-select-trigger[aria-expanded=true] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ember-basic-dropdown-trigger--above.ember-power-select-trigger[aria-expanded=true] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ember-power-select-placeholder {
  color: #999999;
  display: block;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ember-power-select-status-icon {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #aaaaaa transparent transparent transparent;
}
.ember-basic-dropdown-trigger[aria-expanded=true] .ember-power-select-status-icon {
  transform: rotate(180deg);
}

.ember-power-select-clear-btn {
  position: absolute;
  cursor: pointer;
}

.ember-power-select-trigger-multiple-input {
  font-family: inherit;
  font-size: inherit;
  border: none;
  display: inline-block;
  line-height: inherit;
  -webkit-appearance: none;
  outline: none;
  padding: 0;
  float: left;
  background-color: transparent;
  text-indent: 2px;
  /* There's a browser bug where this selectos cannot be chained with commas */
}
.ember-power-select-trigger-multiple-input:disabled {
  background-color: #eeeeee;
}
.ember-power-select-trigger-multiple-input::-moz-placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input:-ms-input-placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-webkit-input-placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-moz-placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-ms-input-placeholder {
  opacity: 1;
  color: #999999;
}

.ember-power-select-multiple-options {
  padding: 0;
  margin: 0;
}

.ember-power-select-multiple-option {
  border: 1px solid gray;
  border-radius: 4px;
  color: #333333;
  background-color: #e4e4e4;
  padding: 0 4px;
  display: inline-block;
  line-height: 1.45;
  float: left;
  margin: 2px 0 2px 3px;
}

.ember-power-select-multiple-remove-btn {
  cursor: pointer;
}
.ember-power-select-multiple-remove-btn:not(:hover) {
  opacity: 0.5;
}

.ember-power-select-search {
  padding: 4px;
}

.ember-power-select-search-input {
  border: 1px solid #aaaaaa;
  border-radius: 0;
  width: 100%;
  font-size: inherit;
  line-height: inherit;
  padding: 0 5px;
}
.ember-power-select-search-input:focus {
  border: 1px solid #aaaaaa;
  box-shadow: none;
}

.ember-power-select-dropdown {
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  line-height: 1.75;
  border-radius: 4px;
  box-shadow: none;
  overflow: hidden;
  color: inherit;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--above {
  border-top: 1px solid #aaaaaa;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--below, .ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  border-top: none;
  border-bottom: 1px solid #aaaaaa;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  width: 100%;
}

.ember-power-select-options {
  list-style: none;
  margin: 0;
  padding: 0;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.ember-power-select-options[role=listbox] {
  overflow-y: auto; /* in firefox in windows this can cause a word-break issue. Try `overflow-y: scroll` if that happens */
  -webkit-overflow-scrolling: touch;
  max-height: 12.25em;
}

.ember-power-select-option {
  cursor: pointer;
  padding: 0 8px;
}

.ember-power-select-group[aria-disabled=true] {
  color: #999999;
  cursor: not-allowed;
}

.ember-power-select-group[aria-disabled=true] .ember-power-select-option,
.ember-power-select-option[aria-disabled=true] {
  color: #999999;
  pointer-events: none;
  cursor: not-allowed;
}

.ember-power-select-option[aria-selected=true] {
  background-color: #dddddd;
}

.ember-power-select-option[aria-current=true] {
  background-color: #5897fb;
  color: #ffffff;
}

.ember-power-select-group-name {
  cursor: default;
  font-weight: bold;
}

.ember-power-select-trigger[aria-disabled=true] {
  background-color: #eeeeee;
}

.ember-power-select-trigger {
  padding: 0 16px 0 0;
}

.ember-power-select-selected-item, .ember-power-select-placeholder {
  margin-left: 8px;
}

.ember-power-select-status-icon {
  right: 5px;
}

.ember-power-select-clear-btn {
  right: 25px;
}

.ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-left: 24px;
}
.ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-left: 40px;
}
.ember-power-select-group .ember-power-select-option {
  padding-left: 24px;
}
.ember-power-select-group .ember-power-select-group-name {
  padding-left: 8px;
}

.ember-power-select-trigger[dir=rtl] {
  padding: 0 0 0 16px;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-selected-item, .ember-power-select-trigger[dir=rtl] .ember-power-select-placeholder {
  margin-right: 8px;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-multiple-option {
  float: right;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-trigger-multiple-input {
  float: right;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-status-icon {
  left: 5px;
  right: initial;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-clear-btn {
  left: 25px;
  right: initial;
}

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-right: 24px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-right: 40px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-option {
  padding-right: 24px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group-name {
  padding-right: 8px;
}

.grecaptcha-badge {
  visibility: hidden;
}

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

body {
  background-color: #F5F7F7;
  color: #313F4C;
  font-family: "Source Sans Pro", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
}

img {
  display: block;
}

dl,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  outline: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

a {
  cursor: pointer;
}

@font-face {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/icomoon/icomoon-fc25bc1d94407f370e4138018ca93dbe.eot?uzqfekr");
  src: url("fonts/icomoon/icomoon-fc25bc1d94407f370e4138018ca93dbe.eot?uzqfekr#iefix") format("embedded-opentype"), url("fonts/icomoon/icomoon-6490d1165dcdc830ec2eda3b9d3396c8.ttf?uzqfekr") format("truetype"), url("fonts/icomoon/icomoon-3ab2a48b20af3828cd42e807262a43bc.woff?uzqfekr") format("woff"), url("fonts/icomoon/icomoon-e3843b58f9a8817bb9b20266a4158d83.svg?uzqfekr#icomoon") format("svg");
}
[class^=icon-],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
}

.icon-cross-big:before {
  content: "\e905";
}

.icon-check-circle:before {
  content: "\e906";
}

.icon-file-multiple:before {
  content: "\e902";
}

.icon-file-single:before {
  content: "\e904";
}

.icon-file-document-multiple:before {
  content: "\e900";
}

.icon-file-document:before {
  content: "\e901";
}

.icon-cargo:before {
  content: "\e903";
}

.icon-company:before {
  content: "\e90a";
}

.icon-clock:before {
  content: "\e8b5";
}

.icon-add:before {
  content: "\e145";
}

.icon-attach-file:before {
  content: "\e226";
}

.icon-money:before {
  content: "\e227";
}

.icon-refresh:before {
  content: "\e863";
}

.icon-cloud-upload:before {
  content: "\e2c3";
}

.icon-detach:before {
  content: "\e0b6";
}

.icon-check:before {
  content: "\e5ca";
}

.icon-close:before {
  content: "\e5cd";
}

.icon-cloud-done:before {
  content: "\e2bf";
}

.icon-cloud-cancel:before {
  content: "\e2c1";
}

.icon-cloud-queue:before {
  content: "\e2c2";
}

.icon-copy:before {
  content: "\e14d";
}

.icon-edit:before {
  content: "\e254";
}

.icon-calendar:before {
  content: "\e916";
}

.icon-delete:before {
  content: "\e872";
}

.icon-exit:before {
  content: "\e879";
}

.icon-download:before {
  content: "\e884";
}

.icon-upload:before {
  content: "\e2c6";
}

.icon-filter:before {
  content: "\e152";
}

.icon-help:before {
  content: "\e8fd";
}

.icon-history:before {
  content: "\e8b3";
}

.icon-lock:before {
  content: "\e897";
}

.icon-info:before {
  content: "\e88e";
}

.icon-arrow-down:before {
  content: "\e313";
}

.icon-arrow-left:before {
  content: "\e314";
}

.icon-arrow-right:before {
  content: "\e315";
}

.icon-arrow-up:before {
  content: "\e316";
}

.icon-menu:before {
  content: "\e5d2";
}

.icon-message:before {
  content: "\e0c9";
}

.icon-more:before {
  content: "\e5d4";
}

.icon-notification:before {
  content: "\e7f4";
}

.icon-user:before {
  content: "\e7fd";
}

.icon-priority:before {
  content: "\e645";
}

.icon-reopen:before {
  content: "\e5d5";
}

.icon-visibility:before {
  content: "\e8f4";
}

.icon-save:before {
  content: "\e161";
}

.icon-search:before {
  content: "\e8b6";
}

.icon-settings:before {
  content: "\e8b8";
}

.icon-download-all:before {
  content: "\e8d7";
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1168px;
  padding-left: 16px;
  padding-right: 16px;
}

.container--full-width {
  max-width: none;
}

.container::after {
  clear: both;
  content: "";
  display: table;
}

.row::before,
.row::after {
  content: "";
  display: table;
}

.row::after {
  clear: both;
}

.row {
  zoom: 1;
}

.gr-1,
.gr-2,
.gr-25,
.gr-3,
.gr-4,
.gr-5,
.gr-6,
.gr-7,
.gr-8,
.gr-9,
.gr-10,
.gr-11,
.gr-12 {
  box-sizing: border-box;
  display: inline-block;
  float: left;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
  vertical-align: top;
}

@media screen and (max-width: 1135px) {
  .gr-1\@for-laptop-only,
  .gr-2\@for-laptop-only,
  .gr-3\@for-laptop-only,
  .gr-4\@for-laptop-only,
  .gr-5\@for-laptop-only,
  .gr-6\@for-laptop-only,
  .gr-7\@for-laptop-only,
  .gr-8\@for-laptop-only,
  .gr-9\@for-laptop-only,
  .gr-10\@for-laptop-only,
  .gr-11\@for-laptop-only,
  .gr-12\@for-laptop-only {
    box-sizing: border-box;
    display: inline-block;
    float: left;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
    vertical-align: top;
  }
}
@media screen and (max-width: 1023px) {
  .gr-1\@for-tablet-only,
  .gr-2\@for-tablet-only,
  .gr-3\@for-tablet-only,
  .gr-4\@for-tablet-only,
  .gr-5\@for-tablet-only,
  .gr-6\@for-tablet-only,
  .gr-7\@for-tablet-only,
  .gr-8\@for-tablet-only,
  .gr-9\@for-tablet-only,
  .gr-10\@for-tablet-only,
  .gr-11\@for-tablet-only,
  .gr-12\@for-tablet-only {
    box-sizing: border-box;
    display: inline-block;
    float: left;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
    vertical-align: top;
  }
}
@media screen and (max-width: 799px) {
  .gr-1\@for-phablet-only,
  .gr-2\@for-phablet-only,
  .gr-3\@for-phablet-only,
  .gr-4\@for-phablet-only,
  .gr-5\@for-phablet-only,
  .gr-6\@for-phablet-only,
  .gr-7\@for-phablet-only,
  .gr-8\@for-phablet-only,
  .gr-9\@for-phablet-only,
  .gr-10\@for-phablet-only,
  .gr-11\@for-phablet-only,
  .gr-12\@for-phablet-only {
    box-sizing: border-box;
    display: inline-block;
    float: left;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
    vertical-align: top;
  }
}
@media screen and (max-width: 687px) {
  .gr-1\@for-mobile-landscape-only,
  .gr-2\@for-mobile-landscape-only,
  .gr-3\@for-mobile-landscape-only,
  .gr-4\@for-mobile-landscape-only,
  .gr-5\@for-mobile-landscape-only,
  .gr-6\@for-mobile-landscape-only,
  .gr-7\@for-mobile-landscape-only,
  .gr-8\@for-mobile-landscape-only,
  .gr-9\@for-mobile-landscape-only,
  .gr-10\@for-mobile-landscape-only,
  .gr-11\@for-mobile-landscape-only,
  .gr-12\@for-mobile-landscape-only {
    box-sizing: border-box;
    display: inline-block;
    float: left;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
    vertical-align: top;
  }
}
@media screen and (max-width: 463px) {
  .gr-1\@for-mobile-only,
  .gr-2\@for-mobile-only,
  .gr-3\@for-mobile-only,
  .gr-4\@for-mobile-only,
  .gr-5\@for-mobile-only,
  .gr-6\@for-mobile-only,
  .gr-7\@for-mobile-only,
  .gr-8\@for-mobile-only,
  .gr-9\@for-mobile-only,
  .gr-10\@for-mobile-only,
  .gr-11\@for-mobile-only,
  .gr-12\@for-mobile-only {
    box-sizing: border-box;
    display: inline-block;
    float: left;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
    vertical-align: top;
  }
}
@media screen and (min-width: 1136px) {
  .gr-1\@for-laptop-up,
  .gr-2\@for-laptop-up,
  .gr-3\@for-laptop-up,
  .gr-4\@for-laptop-up,
  .gr-5\@for-laptop-up,
  .gr-6\@for-laptop-up,
  .gr-7\@for-laptop-up,
  .gr-8\@for-laptop-up,
  .gr-9\@for-laptop-up,
  .gr-10\@for-laptop-up,
  .gr-11\@for-laptop-up,
  .gr-12\@for-laptop-up {
    box-sizing: border-box;
    display: inline-block;
    float: left;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
    vertical-align: top;
  }
}
@media screen and (min-width: 1024px) {
  .gr-1\@for-tablet-up,
  .gr-2\@for-tablet-up,
  .gr-3\@for-tablet-up,
  .gr-4\@for-tablet-up,
  .gr-5\@for-tablet-up,
  .gr-6\@for-tablet-up,
  .gr-7\@for-tablet-up,
  .gr-8\@for-tablet-up,
  .gr-9\@for-tablet-up,
  .gr-10\@for-tablet-up,
  .gr-11\@for-tablet-up,
  .gr-12\@for-tablet-up {
    box-sizing: border-box;
    display: inline-block;
    float: left;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
    vertical-align: top;
  }
}
@media screen and (min-width: 800px) {
  .gr-1\@for-phablet-up,
  .gr-2\@for-phablet-up,
  .gr-3\@for-phablet-up,
  .gr-4\@for-phablet-up,
  .gr-5\@for-phablet-up,
  .gr-6\@for-phablet-up,
  .gr-7\@for-phablet-up,
  .gr-8\@for-phablet-up,
  .gr-9\@for-phablet-up,
  .gr-10\@for-phablet-up,
  .gr-11\@for-phablet-up,
  .gr-12\@for-phablet-up {
    box-sizing: border-box;
    display: inline-block;
    float: left;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
    vertical-align: top;
  }
}
@media screen and (min-width: 688px) {
  .gr-1\@for-mobile-landscape-up,
  .gr-2\@for-mobile-landscape-up,
  .gr-3\@for-mobile-landscape-up,
  .gr-4\@for-mobile-landscape-up,
  .gr-5\@for-mobile-landscape-up,
  .gr-6\@for-mobile-landscape-up,
  .gr-7\@for-mobile-landscape-up,
  .gr-8\@for-mobile-landscape-up,
  .gr-9\@for-mobile-landscape-up,
  .gr-10\@for-mobile-landscape-up,
  .gr-11\@for-mobile-landscape-up,
  .gr-12\@for-mobile-landscape-up {
    box-sizing: border-box;
    display: inline-block;
    float: left;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
    vertical-align: top;
  }
}
@media screen and (min-width: 464px) {
  .gr-1\@for-mobile-up,
  .gr-2\@for-mobile-up,
  .gr-3\@for-mobile-up,
  .gr-4\@for-mobile-up,
  .gr-5\@for-mobile-up,
  .gr-6\@for-mobile-up,
  .gr-7\@for-mobile-up,
  .gr-8\@for-mobile-up,
  .gr-9\@for-mobile-up,
  .gr-10\@for-mobile-up,
  .gr-11\@for-mobile-up,
  .gr-12\@for-mobile-up {
    box-sizing: border-box;
    display: inline-block;
    float: left;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
    vertical-align: top;
  }
}
.gr-1 {
  width: 8.33333%;
}

.gr-2 {
  width: 16.66667%;
}

.gr-25 {
  width: 20%;
}

.gr-3 {
  width: 25%;
}

.gr-4 {
  width: 33.33333%;
}

.gr-5 {
  width: 41.66667%;
}

.gr-6 {
  width: 50%;
}

.gr-7 {
  width: 58.33333%;
}

.gr-8 {
  width: 66.66667%;
}

.gr-9 {
  width: 75%;
}

.gr-10 {
  width: 83.33333%;
}

.gr-11 {
  width: 91.66667%;
}

.gr-12 {
  width: 100%;
}

body {
  direction: ltr;
}

@media screen and (max-width: 1135px) {
  .gr-1\@for-laptop-only {
    width: 8.33333%;
  }
  .gr-2\@for-laptop-only {
    width: 16.66667%;
  }
  .gr-3\@for-laptop-only {
    width: 25%;
  }
  .gr-4\@for-laptop-only {
    width: 33.33333%;
  }
  .gr-5\@for-laptop-only {
    width: 41.66667%;
  }
  .gr-6\@for-laptop-only {
    width: 50%;
  }
  .gr-7\@for-laptop-only {
    width: 58.33333%;
  }
  .gr-8\@for-laptop-only {
    width: 66.66667%;
  }
  .gr-9\@for-laptop-only {
    width: 75%;
  }
  .gr-10\@for-laptop-only {
    width: 83.33333%;
  }
  .gr-11\@for-laptop-only {
    width: 91.66667%;
  }
  .gr-12\@for-laptop-only {
    width: 100%;
  }
  body {
    direction: ltr;
  }
}
@media screen and (max-width: 1023px) {
  .gr-1\@for-tablet-only {
    width: 8.33333%;
  }
  .gr-2\@for-tablet-only {
    width: 16.66667%;
  }
  .gr-3\@for-tablet-only {
    width: 25%;
  }
  .gr-4\@for-tablet-only {
    width: 33.33333%;
  }
  .gr-5\@for-tablet-only {
    width: 41.66667%;
  }
  .gr-6\@for-tablet-only {
    width: 50%;
  }
  .gr-7\@for-tablet-only {
    width: 58.33333%;
  }
  .gr-8\@for-tablet-only {
    width: 66.66667%;
  }
  .gr-9\@for-tablet-only {
    width: 75%;
  }
  .gr-10\@for-tablet-only {
    width: 83.33333%;
  }
  .gr-11\@for-tablet-only {
    width: 91.66667%;
  }
  .gr-12\@for-tablet-only {
    width: 100%;
  }
  body {
    direction: ltr;
  }
}
@media screen and (max-width: 799px) {
  .gr-1\@for-phablet-only {
    width: 8.33333%;
  }
  .gr-2\@for-phablet-only {
    width: 16.66667%;
  }
  .gr-3\@for-phablet-only {
    width: 25%;
  }
  .gr-4\@for-phablet-only {
    width: 33.33333%;
  }
  .gr-5\@for-phablet-only {
    width: 41.66667%;
  }
  .gr-6\@for-phablet-only {
    width: 50%;
  }
  .gr-7\@for-phablet-only {
    width: 58.33333%;
  }
  .gr-8\@for-phablet-only {
    width: 66.66667%;
  }
  .gr-9\@for-phablet-only {
    width: 75%;
  }
  .gr-10\@for-phablet-only {
    width: 83.33333%;
  }
  .gr-11\@for-phablet-only {
    width: 91.66667%;
  }
  .gr-12\@for-phablet-only {
    width: 100%;
  }
  body {
    direction: ltr;
  }
}
@media screen and (max-width: 687px) {
  .gr-1\@for-mobile-landscape-only {
    width: 8.33333%;
  }
  .gr-2\@for-mobile-landscape-only {
    width: 16.66667%;
  }
  .gr-3\@for-mobile-landscape-only {
    width: 25%;
  }
  .gr-4\@for-mobile-landscape-only {
    width: 33.33333%;
  }
  .gr-5\@for-mobile-landscape-only {
    width: 41.66667%;
  }
  .gr-6\@for-mobile-landscape-only {
    width: 50%;
  }
  .gr-7\@for-mobile-landscape-only {
    width: 58.33333%;
  }
  .gr-8\@for-mobile-landscape-only {
    width: 66.66667%;
  }
  .gr-9\@for-mobile-landscape-only {
    width: 75%;
  }
  .gr-10\@for-mobile-landscape-only {
    width: 83.33333%;
  }
  .gr-11\@for-mobile-landscape-only {
    width: 91.66667%;
  }
  .gr-12\@for-mobile-landscape-only {
    width: 100%;
  }
  body {
    direction: ltr;
  }
}
@media screen and (max-width: 463px) {
  .gr-1\@for-mobile-only {
    width: 8.33333%;
  }
  .gr-2\@for-mobile-only {
    width: 16.66667%;
  }
  .gr-3\@for-mobile-only {
    width: 25%;
  }
  .gr-4\@for-mobile-only {
    width: 33.33333%;
  }
  .gr-5\@for-mobile-only {
    width: 41.66667%;
  }
  .gr-6\@for-mobile-only {
    width: 50%;
  }
  .gr-7\@for-mobile-only {
    width: 58.33333%;
  }
  .gr-8\@for-mobile-only {
    width: 66.66667%;
  }
  .gr-9\@for-mobile-only {
    width: 75%;
  }
  .gr-10\@for-mobile-only {
    width: 83.33333%;
  }
  .gr-11\@for-mobile-only {
    width: 91.66667%;
  }
  .gr-12\@for-mobile-only {
    width: 100%;
  }
  body {
    direction: ltr;
  }
}
@media screen and (min-width: 1136px) {
  .gr-1\@for-laptop-up {
    width: 8.33333%;
  }
  .gr-2\@for-laptop-up {
    width: 16.66667%;
  }
  .gr-3\@for-laptop-up {
    width: 25%;
  }
  .gr-4\@for-laptop-up {
    width: 33.33333%;
  }
  .gr-5\@for-laptop-up {
    width: 41.66667%;
  }
  .gr-6\@for-laptop-up {
    width: 50%;
  }
  .gr-7\@for-laptop-up {
    width: 58.33333%;
  }
  .gr-8\@for-laptop-up {
    width: 66.66667%;
  }
  .gr-9\@for-laptop-up {
    width: 75%;
  }
  .gr-10\@for-laptop-up {
    width: 83.33333%;
  }
  .gr-11\@for-laptop-up {
    width: 91.66667%;
  }
  .gr-12\@for-laptop-up {
    width: 100%;
  }
  body {
    direction: ltr;
  }
}
@media screen and (min-width: 1024px) {
  .gr-1\@for-tablet-up {
    width: 8.33333%;
  }
  .gr-2\@for-tablet-up {
    width: 16.66667%;
  }
  .gr-3\@for-tablet-up {
    width: 25%;
  }
  .gr-4\@for-tablet-up {
    width: 33.33333%;
  }
  .gr-5\@for-tablet-up {
    width: 41.66667%;
  }
  .gr-6\@for-tablet-up {
    width: 50%;
  }
  .gr-7\@for-tablet-up {
    width: 58.33333%;
  }
  .gr-8\@for-tablet-up {
    width: 66.66667%;
  }
  .gr-9\@for-tablet-up {
    width: 75%;
  }
  .gr-10\@for-tablet-up {
    width: 83.33333%;
  }
  .gr-11\@for-tablet-up {
    width: 91.66667%;
  }
  .gr-12\@for-tablet-up {
    width: 100%;
  }
  body {
    direction: ltr;
  }
}
@media screen and (min-width: 800px) {
  .gr-1\@for-phablet-up {
    width: 8.33333%;
  }
  .gr-2\@for-phablet-up {
    width: 16.66667%;
  }
  .gr-3\@for-phablet-up {
    width: 25%;
  }
  .gr-4\@for-phablet-up {
    width: 33.33333%;
  }
  .gr-5\@for-phablet-up {
    width: 41.66667%;
  }
  .gr-6\@for-phablet-up {
    width: 50%;
  }
  .gr-7\@for-phablet-up {
    width: 58.33333%;
  }
  .gr-8\@for-phablet-up {
    width: 66.66667%;
  }
  .gr-9\@for-phablet-up {
    width: 75%;
  }
  .gr-10\@for-phablet-up {
    width: 83.33333%;
  }
  .gr-11\@for-phablet-up {
    width: 91.66667%;
  }
  .gr-12\@for-phablet-up {
    width: 100%;
  }
  body {
    direction: ltr;
  }
}
@media screen and (min-width: 688px) {
  .gr-1\@for-mobile-landscape-up {
    width: 8.33333%;
  }
  .gr-2\@for-mobile-landscape-up {
    width: 16.66667%;
  }
  .gr-3\@for-mobile-landscape-up {
    width: 25%;
  }
  .gr-4\@for-mobile-landscape-up {
    width: 33.33333%;
  }
  .gr-5\@for-mobile-landscape-up {
    width: 41.66667%;
  }
  .gr-6\@for-mobile-landscape-up {
    width: 50%;
  }
  .gr-7\@for-mobile-landscape-up {
    width: 58.33333%;
  }
  .gr-8\@for-mobile-landscape-up {
    width: 66.66667%;
  }
  .gr-9\@for-mobile-landscape-up {
    width: 75%;
  }
  .gr-10\@for-mobile-landscape-up {
    width: 83.33333%;
  }
  .gr-11\@for-mobile-landscape-up {
    width: 91.66667%;
  }
  .gr-12\@for-mobile-landscape-up {
    width: 100%;
  }
  body {
    direction: ltr;
  }
}
@media screen and (min-width: 464px) {
  .gr-1\@for-mobile-up {
    width: 8.33333%;
  }
  .gr-2\@for-mobile-up {
    width: 16.66667%;
  }
  .gr-3\@for-mobile-up {
    width: 25%;
  }
  .gr-4\@for-mobile-up {
    width: 33.33333%;
  }
  .gr-5\@for-mobile-up {
    width: 41.66667%;
  }
  .gr-6\@for-mobile-up {
    width: 50%;
  }
  .gr-7\@for-mobile-up {
    width: 58.33333%;
  }
  .gr-8\@for-mobile-up {
    width: 66.66667%;
  }
  .gr-9\@for-mobile-up {
    width: 75%;
  }
  .gr-10\@for-mobile-up {
    width: 83.33333%;
  }
  .gr-11\@for-mobile-up {
    width: 91.66667%;
  }
  .gr-12\@for-mobile-up {
    width: 100%;
  }
  body {
    direction: ltr;
  }
}
.row {
  margin-left: -8px;
  margin-right: -8px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

[class*=gr-] > [class^=row],
[class*=gr-] > [class^=col] {
  margin-left: -8px;
  margin-right: -8px;
}

@media screen and (max-width: 1135px) {
  [class*=gr-] > [class^=row],
  [class*=gr-] > [class^=col] {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media screen and (max-width: 1023px) {
  [class*=gr-] > [class^=row],
  [class*=gr-] > [class^=col] {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media screen and (max-width: 799px) {
  [class*=gr-] > [class^=row],
  [class*=gr-] > [class^=col] {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media screen and (max-width: 687px) {
  [class*=gr-] > [class^=row],
  [class*=gr-] > [class^=col] {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media screen and (max-width: 463px) {
  [class*=gr-] > [class^=row],
  [class*=gr-] > [class^=col] {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media screen and (min-width: 1136px) {
  [class*=gr-] > [class^=row],
  [class*=gr-] > [class^=col] {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media screen and (min-width: 1024px) {
  [class*=gr-] > [class^=row],
  [class*=gr-] > [class^=col] {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media screen and (min-width: 800px) {
  [class*=gr-] > [class^=row],
  [class*=gr-] > [class^=col] {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media screen and (min-width: 688px) {
  [class*=gr-] > [class^=row],
  [class*=gr-] > [class^=col] {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media screen and (min-width: 464px) {
  [class*=gr-] > [class^=row],
  [class*=gr-] > [class^=col] {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.vertical-gutter-sm {
  margin-bottom: 8px;
}

@media screen and (max-width: 1135px) {
  .vertical-gutter-sm\@for-laptop-only {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1023px) {
  .vertical-gutter-sm\@for-tablet-only {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 799px) {
  .vertical-gutter-sm\@for-phablet-only {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 687px) {
  .vertical-gutter-sm\@for-mobile-landscape-only {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 463px) {
  .vertical-gutter-sm\@for-mobile-only {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 1136px) {
  .vertical-gutter-sm\@for-laptop-up {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .vertical-gutter-sm\@for-tablet-up {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 800px) {
  .vertical-gutter-sm\@for-phablet-up {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 688px) {
  .vertical-gutter-sm\@for-mobile-landscape-up {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 464px) {
  .vertical-gutter-sm\@for-mobile-up {
    margin-bottom: 8px;
  }
}
.vertical-gutter-md {
  margin-bottom: 16px;
}

@media screen and (max-width: 1135px) {
  .vertical-gutter-md\@for-laptop-only {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .vertical-gutter-md\@for-tablet-only {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 799px) {
  .vertical-gutter-md\@for-phablet-only {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 687px) {
  .vertical-gutter-md\@for-mobile-landscape-only {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 463px) {
  .vertical-gutter-md\@for-mobile-only {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1136px) {
  .vertical-gutter-md\@for-laptop-up {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .vertical-gutter-md\@for-tablet-up {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 800px) {
  .vertical-gutter-md\@for-phablet-up {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 688px) {
  .vertical-gutter-md\@for-mobile-landscape-up {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 464px) {
  .vertical-gutter-md\@for-mobile-up {
    margin-bottom: 16px;
  }
}
.pell {
  border-radius: 2px;
}

.pell-content ol {
  list-style: decimal;
  list-style-position: inside;
}
.pell-content ul {
  list-style: disc;
  list-style-position: inside;
}
.pell-content a {
  color: #217AFF;
  text-decoration: none;
}

.pell-button {
  color: #313F4C;
}
.pell-button:hover {
  background-color: #ECF0F1;
}

.pell {
  border: 1px solid #ECF0F1;
  box-sizing: border-box;
}

.pell-content {
  box-sizing: border-box;
  height: 300px;
  outline: 0;
  overflow-y: auto;
  padding: 16px;
}

.pell-actionbar {
  background-color: #FFF;
  border-bottom: 1px solid #ECF0F1;
}

.pell-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  height: 40px;
  outline: 0;
  width: 40px;
  vertical-align: bottom;
}

.pell-button-selected {
  background-color: #ECF0F1;
}

.alert {
  border-bottom: 3px solid;
  border-top: 3px solid;
  padding-bottom: 24px;
  padding-top: 24px;
}
@media screen and (max-width: 687px) {
  .alert__info {
    border-bottom: 1px solid rgba(189, 195, 199, 0.3);
    margin-bottom: 16px;
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 688px) {
  .alert__actions {
    float: right;
    text-align: right;
  }
}
.alert__subtext {
  color: #616B76;
}
.alert__table {
  display: table;
}
.alert__row {
  display: table-row;
}
.alert__cell {
  display: table-cell;
  padding-bottom: 4px;
  padding-top: 4px;
  vertical-align: top;
}
.alert__cell--label {
  color: #616B76;
  padding-right: 24px;
  white-space: nowrap;
}
.alert--danger {
  background-color: #ffcaca;
  border-color: #FF3131;
}
.alert--info {
  background-color: #bad6ff;
  border-color: #217AFF;
}
.alert--success {
  background-color: #b1e8b7;
  border-color: #3BC549;
}
.alert--warning {
  background-color: #fee4c6;
  border-color: #FD9B2E;
}

.align {
  display: table;
}
.align--fluid {
  width: 100%;
}
.align--gutter-xs > .align__cell:not(:last-child) {
  padding-right: 4px;
}
.align--gutter-sm > .align__cell:not(:last-child) {
  padding-right: 8px;
}
.align--gutter-md > .align__cell:not(:last-child) {
  padding-right: 16px;
}
.align--gutter-lg > .align__cell:not(:last-child) {
  padding-right: 24px;
}
.align--align-top > .align__cell {
  vertical-align: top;
}
.align__cell {
  display: table-cell;
  vertical-align: middle;
}
.align__cell--grow {
  width: 100%;
}
.align__cell--shrink {
  width: 1px;
}

.app-logo {
  display: block;
  text-decoration: none;
}
.app-logo--lg .app-logo__image {
  height: 48px;
  width: auto;
}
.app-logo--lg .app-logo__text {
  font-size: 18px;
  line-height: 24px;
}
.app-logo__image {
  height: 32px;
  width: auto;
}
.app-logo__text {
  font-size: 14px;
  line-height: 16px;
  color: #FFF;
}

.auth-panel {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}
@media screen and (max-width: 799px) {
  .auth-panel {
    display: block;
    max-width: 376px;
  }
}
.auth-panel__logo-container {
  align-items: center;
  display: flex;
  padding-right: 24px;
}
@media screen and (max-width: 799px) {
  .auth-panel__logo-container {
    margin-bottom: 24px;
    padding-right: 0;
  }
}
.auth-panel__form-container {
  flex: 1;
}

.badge {
  transition: background-color 0.2s ease-out;
  background-color: #BDC3C7;
  border-radius: 2px;
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  height: 16px;
  line-height: 16px;
  min-width: 16px;
  padding: 0 4px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
.badge--notification {
  font-family: "Source Sans Pro", sans-serif;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
}
.badge--danger {
  background-color: #FF3131;
}
.badge--info {
  background-color: #217AFF;
}
.badge--success {
  background-color: #3BC549;
}
.badge--warning {
  background-color: #FD9B2E;
}
.badge--ocr {
  background-color: #9046E0;
}
.badge--lg {
  border-radius: 4px;
  height: 18px;
  letter-spacing: 1px;
  line-height: 18px;
  min-width: 18px;
  padding: 0 6px;
}
.badge--round {
  border-radius: 9999px;
}
.badge--link {
  transition: opacity 0.2s ease-out;
  display: block;
  text-decoration: none;
}
.badge--link:hover {
  opacity: 0.8;
}

.breadcrumbs {
  display: table;
}
.breadcrumbs__item {
  display: table-cell;
  vertical-align: middle;
}
.breadcrumbs__item:first-child {
  white-space: nowrap;
}
.breadcrumbs__item:not(:last-child) {
  padding-right: 26px;
  position: relative;
}
.breadcrumbs__item:not(:last-child) .breadcrumbs__link {
  font-size: 14px;
  line-height: 16px;
}
@media screen and (min-width: 800px) {
  .breadcrumbs__item:not(:last-child) .breadcrumbs__link {
    font-size: 16px;
    line-height: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .breadcrumbs__item:not(:last-child) .breadcrumbs__link {
    font-size: 18px;
    line-height: 24px;
  }
}
html:not(.touchevents) .breadcrumbs__item:not(:last-child) .breadcrumbs__link:not([disabled]):not(.is-disabled):hover {
  text-decoration: underline;
}
.breadcrumbs__item:not(:last-child)::after {
  font-family: "icomoon" !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  content: "\e315";
  font-size: 10px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.breadcrumbs__item:last-child .breadcrumbs__link {
  font-size: 16px;
  line-height: 16px;
  cursor: default;
  pointer-events: none;
}
@media screen and (min-width: 800px) {
  .breadcrumbs__item:last-child .breadcrumbs__link {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .breadcrumbs__item:last-child .breadcrumbs__link {
    font-size: 24px;
    line-height: 24px;
  }
}
.breadcrumbs__link {
  color: inherit;
  display: block;
  text-decoration: none;
}

.button {
  background-color: #217AFF;
  transition: background-color 0.2s ease-out,  color 0.2s ease-out,  opacity 0.2s ease-out;
  border-radius: 2px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  padding: 0 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
html:not(.touchevents) .button:not([disabled]):not(.is-disabled):hover {
  background-color: #005fed;
}
html:not(.touchevents) .button:not([disabled]):not(.is-disabled):active {
  background-color: #004bba;
}
.button:focus {
  outline: 2px solid #85CFFF;
  outline-offset: 2px;
}
.button[disabled], .button.is-disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.button--danger {
  background-color: #FF3131;
}
html:not(.touchevents) .button--danger:not([disabled]):not(.is-disabled):hover {
  background-color: #fd0000;
}
html:not(.touchevents) .button--danger:not([disabled]):not(.is-disabled):active {
  background-color: #ca0000;
}
.button--danger:focus {
  outline: 2px solid #85CFFF;
  outline-offset: 2px;
}
.button--faded {
  background-color: #BDC3C7;
}
html:not(.touchevents) .button--faded:not([disabled]):not(.is-disabled):hover {
  background-color: #a1aab0;
}
html:not(.touchevents) .button--faded:not([disabled]):not(.is-disabled):active {
  background-color: #869198;
}
.button--faded:focus {
  outline: 2px solid #85CFFF;
  outline-offset: 2px;
}
.button--success {
  background-color: #3BC549;
}
html:not(.touchevents) .button--success:not([disabled]):not(.is-disabled):hover {
  background-color: #2f9e3a;
}
html:not(.touchevents) .button--success:not([disabled]):not(.is-disabled):active {
  background-color: #23772c;
}
.button--success:focus {
  outline: 2px solid #85CFFF;
  outline-offset: 2px;
}
.button--warning {
  background-color: #FD9B2E;
}
html:not(.touchevents) .button--warning:not([disabled]):not(.is-disabled):hover {
  background-color: #f68202;
}
html:not(.touchevents) .button--warning:not([disabled]):not(.is-disabled):active {
  background-color: #c36802;
}
.button--warning:focus {
  outline: 2px solid #85CFFF;
  outline-offset: 2px;
}
.button--lg {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  padding: 0 24px;
}
.button--lg .button__loader {
  border-radius: 12px;
  height: 24px;
  width: 24px;
}
.button--fluid {
  display: block;
  text-align: center;
  width: 100%;
}
.button--wide {
  min-width: 144px;
}
.button .button__loader {
  visibility: hidden;
}
.button.is-loading .button__content {
  visibility: hidden;
}
.button.is-loading .button__loader {
  visibility: visible;
}

.charges__group:not(:last-child) {
  margin-bottom: 32px;
}
.charges--compact .charges__group:not(:last-child) {
  margin-bottom: 24px;
}
.charges__group--wrap {
  flex-wrap: wrap;
}
.charges__group--sep {
  border-top: 1px solid #ECF0F1;
  padding-top: 32px;
}
.charges--compact .charges__group--sep {
  padding-top: 24px;
}
.charges__row {
  align-items: center;
  display: flex;
}
.charges__row:not(:last-child) {
  margin-bottom: 24px;
}
.charges--compact .charges__row:not(:last-child) {
  margin-bottom: 16px;
}
.charges__label {
  font-size: 14px;
  line-height: 16px;
  color: #616B76;
  flex: 2;
}
.charges__value {
  flex: 1;
  text-align: right;
  white-space: nowrap;
}
.charges__value--xl {
  font-size: 24px;
  line-height: 24px;
}

.checkbox {
  display: block;
  height: 16px;
  width: 16px;
}
.checkbox__input {
  display: none;
}
.checkbox__input:checked + .checkbox__square {
  background-color: #217AFF;
  border-color: #217AFF;
}
.checkbox__input:checked + .checkbox__square::before {
  opacity: 1;
}
.checkbox__square {
  transition: background-color 0.2s ease-out,  border-color 0.2s ease-out;
  background-color: #FFF;
  border: 1px solid #BDC3C7;
  border-radius: 2px;
  cursor: pointer;
  display: block;
  height: 100%;
  text-align: center;
  width: 100%;
}
.checkbox__square::before {
  font-family: "icomoon" !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  transition: opacity 0.2s ease-out;
  color: #FFF;
  content: "\e5ca";
  display: block;
  font-size: 10px;
  height: 14px;
  line-height: 14px;
  opacity: 0;
  width: 14px;
}

.checkbox-card {
  transition: border-color 0.2s ease-out;
  background-color: #FFF;
  border: 2px solid #ECF0F1;
  border-radius: 4px;
  display: flex;
  padding: 16px;
  text-align: left;
  width: 100%;
}
.checkbox-card[disabled], .checkbox-card.is-disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.checkbox-card--active {
  border-color: #217AFF;
}
.checkbox-card .checkbox {
  pointer-events: none;
}
.checkbox-card__container {
  padding-left: 16px;
}
.checkbox-card__title {
  color: #1D2C3B;
  font-size: 18px;
  line-height: 22px;
}
@media screen and (min-width: 688px) {
  .checkbox-card__title {
    margin-bottom: 8px;
  }
}
.checkbox-card__description {
  font-size: 16px;
  line-height: 24px;
  color: #616B76;
}

.confirmation-input {
  position: relative;
}
.confirmation-input .input:focus + .confirmation-input__list {
  opacity: 1;
  pointer-events: auto;
}
.confirmation-input__list {
  transition: opacity 0.2s ease-out;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.confirmation-input__list::after, .confirmation-input__list::before {
  content: "";
  display: table;
}
.confirmation-input__list::after {
  clear: both;
}
.confirmation-input__item {
  float: left;
}
.confirmation-input__item:not(:last-child) {
  margin-right: 3px;
}
.confirmation-input__button {
  font-family: "icomoon" !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  transition: background-color 0.2s ease-out,  color 0.2s ease-out;
  background-color: #ECF0F1;
  border-radius: 2px;
  display: block;
  font-size: 14px;
  height: 24px;
  width: 24px;
}
html:not(.touchevents) .confirmation-input__button:not([disabled]):not(.is-disabled):hover {
  background-color: #dde4e6;
}
.confirmation-input__button--cancel::before {
  color: #FF3131;
  content: "\e5cd";
}
.confirmation-input__button--confirm::before {
  color: #3BC549;
  content: "\e5ca";
}

.dashboard-panel__body {
  margin-top: 16px;
}

.dashboard-status-button {
  transition: border-color 0.2s ease-out;
  background-color: #FFF;
  border: 1px solid #ECF0F1;
  border-radius: 2px;
  display: block;
  line-height: 40px;
  padding: 0 16px;
  text-decoration: none;
  width: 100%;
}
html:not(.touchevents) .dashboard-status-button:not([disabled]):not(.is-disabled):hover, html:not(.touchevents) .dashboard-status-button:not([disabled]):not(.is-disabled):active {
  border-color: #BDC3C7;
}
.dashboard-status-button__amount {
  font-size: 18px;
  line-height: 24px;
  color: #313F4C;
}
.dashboard-status-button__icon {
  color: #BDC3C7;
}

.datepicker__calendar-view {
  height: 275px;
  min-width: 300px;
  padding: 16px;
}
@media screen and (max-width: 687px) {
  .datepicker__calendar-view {
    width: 100%;
  }
}
.datepicker__toggle {
  position: relative;
}
.datepicker__clear-button {
  transition: color 0.2s ease-out;
  color: #BDC3C7;
  font-size: 24px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
html:not(.touchevents) .datepicker__clear-button:not([disabled]):not(.is-disabled):hover {
  color: #313F4C;
}
.datepicker-navigation {
  border-bottom: 1px solid #ECF0F1;
  padding: 16px;
}

.datepicker-calendar {
  font-size: 12px;
  line-height: 16px;
}
.datepicker-calendar__middle-cell {
  vertical-align: top;
}
.datepicker-calendar .ember-power-calendar-day, .datepicker-calendar .ember-power-calendar-weekday {
  padding: 8px;
}
.datepicker-calendar .ember-power-calendar-weekday {
  border-bottom: 1px solid #ECF0F1;
  color: #616B76;
  text-transform: uppercase;
}
.datepicker-calendar .ember-power-calendar-day {
  border-radius: 2px;
  color: inherit;
  margin-top: 4px;
}
.datepicker-calendar .ember-power-calendar-day--today {
  color: #217AFF;
}
.datepicker-calendar .ember-power-calendar-day--interactive:focus, html:not(.touchevents) .datepicker-calendar .ember-power-calendar-day--interactive:not([disabled]):not(.is-disabled):hover {
  background-color: #F5F7F7;
}
.datepicker-calendar .ember-power-calendar-day--selected, .datepicker-calendar .ember-power-calendar-day--selected:focus, html:not(.touchevents) .datepicker-calendar .ember-power-calendar-day--selected:not([disabled]):not(.is-disabled):hover {
  background-color: #217AFF;
  color: #FFF;
}
.datepicker-calendar .ember-power-calendar-day--other-month:not(.ember-power-calendar-day--selected) {
  color: #BDC3C7;
}
.datepicker-calendar--range .ember-power-calendar-day--selected {
  border-radius: 0;
}
.datepicker-calendar--range .ember-power-calendar-day--selected.ember-power-calendar-day--range-start {
  border-radius: 15px 0 0 15px;
}
.datepicker-calendar--range .ember-power-calendar-day--selected.ember-power-calendar-day--range-end {
  border-radius: 0 15px 15px 0;
}
.datepicker-calendar--range .ember-power-calendar-day--selected.ember-power-calendar-day--range-start.ember-power-calendar-day--range-end {
  border-radius: 2px;
}

.dropdown__content {
  border-radius: 2px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  overflow: hidden;
}
@media screen and (max-width: 687px) {
  .dropdown__content {
    border-radius: 0;
    bottom: 0;
    box-shadow: 0 0 0 100vh rgba(49, 63, 76, 0.9);
    left: 0 !important;
    max-height: 70vh;
    overflow-y: scroll;
    position: fixed;
    top: auto !important;
    width: 100%;
  }
}
.dropdown__content--gutter-xs {
  padding: 4px;
}
.dropdown__content--gutter-sm {
  padding: 8px;
}
.dropdown__content--gutter-md {
  padding: 16px;
}
.dropdown__content--gutter-lg {
  padding: 24px;
}
.dropdown__content--gutter-xl {
  padding: 32px;
}
.dropdown__content--fade.ember-basic-dropdown-content--above.ember-basic-dropdown--transitioning-in, .dropdown__content--fade.ember-basic-dropdown-content--below.ember-basic-dropdown--transitioning-in, .dropdown__content--fade.ember-basic-dropdown-content.ember-basic-dropdown--transitioning-in {
  animation: drop-fade-animation-mobile 0.2s;
}
@media screen and (min-width: 688px) {
  .dropdown__content--fade.ember-basic-dropdown-content--above.ember-basic-dropdown--transitioning-in, .dropdown__content--fade.ember-basic-dropdown-content--below.ember-basic-dropdown--transitioning-in, .dropdown__content--fade.ember-basic-dropdown-content.ember-basic-dropdown--transitioning-in {
    animation: drop-fade-animation 0.2s;
  }
}
.dropdown__content--fade.ember-basic-dropdown-content--above.ember-basic-dropdown--transitioning-out, .dropdown__content--fade.ember-basic-dropdown-content--below.ember-basic-dropdown--transitioning-out, .dropdown__content--fade.ember-basic-dropdown-content.ember-basic-dropdown--transitioning-out {
  animation: drop-fade-animation-mobile 0.2s reverse;
}
@media screen and (min-width: 688px) {
  .dropdown__content--fade.ember-basic-dropdown-content--above.ember-basic-dropdown--transitioning-out, .dropdown__content--fade.ember-basic-dropdown-content--below.ember-basic-dropdown--transitioning-out, .dropdown__content--fade.ember-basic-dropdown-content.ember-basic-dropdown--transitioning-out {
    animation: drop-fade-animation 0.2s reverse;
  }
}
@media screen and (min-width: 688px) {
  .dropdown__content--offset-sm {
    margin-top: 8px;
  }
}
@media screen and (min-width: 688px) {
  .dropdown__content--offset-md {
    margin-top: 16px;
  }
}
@media screen and (min-width: 688px) {
  .dropdown__content--offset-lg {
    margin-top: 24px;
  }
}
.dropdown__link {
  transition: color 0.2s ease-out;
  color: #616B76;
  display: block;
  font-size: 16px;
  line-height: 32px;
  min-height: 32px;
  text-align: left;
  text-decoration: none;
  width: 100%;
}
.dropdown__link[disabled], .dropdown__link.is-disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
html:not(.touchevents) .dropdown__link:not([disabled]):not(.is-disabled):hover, html:not(.touchevents) .dropdown__link:not([disabled]):not(.is-disabled):active {
  color: #1D2C3B;
  cursor: pointer;
}
.dropdown__link.active, .dropdown__link.is-active {
  color: #217AFF;
}
.dropdown__link--nowrap {
  white-space: nowrap;
}
.dropdown__section:not(:last-child) {
  border-bottom: 1px solid #ECF0F1;
}
.dropdown__section--gutter {
  padding: 8px 16px;
}

.ember-basic-dropdown-trigger {
  outline: 0;
}

@keyframes drop-fade-animation {
  0% {
    opacity: 0;
    transform: translateY(8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes drop-fade-animation-mobile {
  0% {
    box-shadow: 0 0 0 100vh rgba(236, 240, 241, 0);
    transform: translateY(100%);
  }
  75% {
    box-shadow: 0 0 0 100vh rgba(49, 63, 76, 0.9);
  }
  100% {
    transform: translateY(0);
  }
}
.ectn-bl-upload__upload {
  position: relative;
}
.ectn-bl-upload__processing {
  background-color: rgba(255, 255, 255, 0.8);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.ectn-bl-upload__explanation {
  font-size: 16px;
  line-height: 24px;
  margin: 40px 40px 0;
  text-align: center;
}

.ectn-details--horizontal {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -16px;
}
.ectn-details--horizontal .ectn-details__cell {
  margin-bottom: 16px;
  margin-right: 16px;
}
.ectn-details--horizontal .ectn-details__cell:not(:last-child) {
  border-right: 1px solid #ECF0F1;
  padding-right: 16px;
}
.ectn-details--vertical .ectn-details__cell {
  display: flex;
  justify-content: space-between;
}
.ectn-details--vertical .ectn-details__cell:not(:last-child) {
  margin-bottom: 16px;
}
.ectn-details__label {
  color: #7F8C8D;
  white-space: nowrap;
}
.ectn-details--horizontal .ectn-details__label {
  margin-bottom: 8px;
}
.ectn-details__value {
  margin-inline-start: 0;
}
.ectn-details__label, .ectn-details__value {
  font-size: 14px;
  line-height: 16px;
}

.ectn-layout {
  align-items: flex-start;
  display: flex;
}
.ectn-layout__left-pane {
  background-color: #FFF;
  border-right: 1px solid #ECF0F1;
  flex-shrink: 0;
  height: calc(100vh - 64px);
  position: sticky;
  top: 64px;
}
.has-active-ectn-modal .ectn-layout__left-pane {
  z-index: 1;
}
.ectn-layout--left-pane-inactive .ectn-layout__left-pane {
  pointer-events: none;
  width: 32px;
}
.ectn-layout__right-pane {
  flex-grow: 1;
}
.has-active-ectn-modal .ectn-layout__right-pane {
  position: relative;
}
.ectn-layout__scroller {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: auto;
  width: 45vw;
}
.ectn-layout--left-pane-inactive .ectn-layout__scroller {
  position: absolute;
  right: 0;
  top: 0;
}
.ectn-layout__toggle {
  transition: transform 0.1s ease-out;
  background-color: #FFF;
  border: 1px solid #ECF0F1;
  border-radius: 4px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  color: #313F4C;
  font-size: 12px;
  height: 24px;
  pointer-events: auto;
  position: absolute;
  right: -12px;
  top: 40px;
  width: 24px;
}
.ectn-layout__toggle:hover {
  transform: scale(1.2);
}
.ectn-layout__header, .ectn-layout__footer, .ectn-layout__section {
  padding-bottom: 16px;
  padding-top: 16px;
}
.ectn-layout--left-pane-visible .ectn-layout__header, .ectn-layout--left-pane-visible .ectn-layout__footer, .ectn-layout--left-pane-visible .ectn-layout__section {
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (min-width: 688px) {
  .ectn-layout--left-pane-visible .ectn-layout__header, .ectn-layout--left-pane-visible .ectn-layout__footer, .ectn-layout--left-pane-visible .ectn-layout__section {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media screen and (min-width: 688px) {
  .ectn-layout--left-pane-hidden .ectn-layout__header, .ectn-layout--left-pane-hidden .ectn-layout__footer, .ectn-layout--left-pane-hidden .ectn-layout__section {
    padding-bottom: 24px;
    padding-top: 24px;
  }
}
.ectn-layout__header, .ectn-layout__footer {
  background-color: #FFF;
}
.ectn-layout__header {
  border-bottom: 1px solid #ECF0F1;
}
.ectn-layout__content {
  height: 100%;
}
.ectn-layout__footer {
  border-top: 1px solid #ECF0F1;
}
.ectn-layout__section--white {
  background-color: #FFF;
}
.ectn-layout__row:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (min-width: 688px) {
  .ectn-layout--left-pane-visible .ectn-layout__row:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 688px) {
  .ectn-layout--left-pane-hidden .ectn-layout__row:not(:last-child) {
    margin-bottom: 24px;
  }
}
.ectn-layout__sub-row:not(:last-child) {
  margin-bottom: 16px;
}

.ectn-mobile-header {
  background-color: #1D2C3B;
  left: 0;
  padding: 16px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
.ectn-mobile-header__request {
  font-size: 10px;
  line-height: 16px;
  color: #BDC3C7;
}
.ectn-mobile-header__title {
  font-size: 24px;
  line-height: 24px;
  color: #FFF;
  font-weight: 600;
  margin: 8px 0;
}
.ectn-mobile-header__status {
  float: left;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}

.ectn-ocr-header {
  align-items: center;
  display: flex;
}
.ectn-ocr-header__title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-right: 24px;
}
.ectn-ocr-header__extra {
  flex-grow: 1;
}

.ectn-ocr-sheet {
  background-color: #FFF;
  bottom: 0;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  left: 0;
  position: sticky;
  width: 100%;
}
.ectn-ocr-sheet__content {
  align-items: center;
  display: flex;
  padding: 16px;
}
.ectn-ocr-sheet__details {
  flex-grow: 1;
}
.ectn-ocr-sheet__title {
  font-size: 18px;
  margin-bottom: 8px;
}
.ectn-ocr-sheet__action {
  margin-left: 16px;
}
.ectn-ocr-sheet__upload-button {
  border-radius: 0;
  font-size: 16px;
  font-weight: 600;
  height: 80px;
  line-height: 80px;
  width: 100%;
}

.ectn-ocr-status {
  align-items: center;
  display: flex;
}
.ectn-ocr-status__text {
  margin-left: 8px;
}
.ectn-ocr-status__text--done {
  color: #7F8C8D;
}
.ectn-ocr-status__text--error {
  color: #FF3131;
}
.ectn-ocr-status__text--in-progress {
  color: #9046E0;
}

.ectn-preview {
  display: flex;
}
.ectn-preview__column {
  width: 33.33%;
}
.ectn-preview__column:not(:first-child) {
  padding-left: 24px;
}
.ectn-preview__column:not(:last-child) {
  border-right: 1px solid #ECF0F1;
  padding-right: 24px;
}
.ectn-preview__table {
  border-collapse: collapse;
}
.ectn-preview__row::after, .ectn-preview__row::before {
  content: "";
  display: table;
}
.ectn-preview__row::after {
  clear: both;
}
.ectn-preview__row:not(:last-child) {
  margin-bottom: 4px;
}
.ectn-preview__label, .ectn-preview__value {
  font-size: 12px;
  line-height: 16px;
  float: left;
}
.ectn-preview__label {
  color: #616B76;
  width: 40%;
}
.ectn-preview__value {
  color: #313F4C;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 60%;
}

.ectn-status {
  align-items: center;
  display: flex;
}
.ectn-status + .ectn-status {
  margin-top: 16px;
}
.ectn-status__icons {
  display: flex;
}
.ectn-status__icon {
  border-radius: 8px;
  color: #FFF;
  font-size: 10px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  width: 16px;
}
.ectn-status__icon + .ectn-status__icon {
  margin-left: -4px;
}
.ectn-status__label {
  font-size: 14px;
  line-height: 16px;
  margin-left: 4px;
}
.ectn-status--accepted .ectn-status__icon {
  background-color: #3BC549;
}
.ectn-status--accepted .ectn-status__label {
  color: #3BC549;
}
.ectn-status--denied .ectn-status__icon:first-child {
  background-color: #3BC549;
  color: #298932;
}
.ectn-status--denied .ectn-status__icon:last-child {
  background-color: #FF3131;
}
.ectn-status--denied .ectn-status__label {
  color: #FF3131;
}
.ectn-status--editing .ectn-status__icon {
  background-color: #BDC3C7;
}
.ectn-status--editing .ectn-status__label {
  color: #BDC3C7;
}
.ectn-status--granted .ectn-status__icon {
  background-color: #3BC549;
  color: #298932;
}
.ectn-status--granted .ectn-status__label {
  color: #298932;
}
.ectn-status--late .ectn-status__icon:first-child, .ectn-status--late_pending .ectn-status__icon:first-child {
  background-color: #217AFF;
}
.ectn-status--late .ectn-status__icon:last-child, .ectn-status--late_pending .ectn-status__icon:last-child {
  background-color: #FD9B2E;
}
.ectn-status--late .ectn-status__label, .ectn-status--late_pending .ectn-status__label {
  color: #FD9B2E;
}
.ectn-status--approved .ectn-status__icon:first-child {
  background-color: #217AFF;
}
.ectn-status--approved .ectn-status__icon:last-child {
  background-color: #FD9B2E;
}
.ectn-status--approved .ectn-status__label {
  color: #217AFF;
}
.ectn-status--refused .ectn-status__icon {
  background-color: #FD9B2E;
}
.ectn-status--refused .ectn-status__label {
  color: #FD9B2E;
}
.ectn-status--rejected .ectn-status__icon {
  background-color: #FF3131;
}
.ectn-status--rejected .ectn-status__label {
  color: #FF3131;
}
.ectn-status--reopened_pending .ectn-status__icon:first-child, .ectn-status--reopen_request .ectn-status__icon:first-child {
  background-color: #3BC549;
  color: #298932;
}
.ectn-status--reopened_pending .ectn-status__icon:last-child, .ectn-status--reopen_request .ectn-status__icon:last-child {
  background-color: #FD9B2E;
}
.ectn-status--reopened_pending .ectn-status__label, .ectn-status--reopen_request .ectn-status__label {
  color: #FD9B2E;
}
.ectn-status--reopened .ectn-status__icon {
  background-color: #3BC549;
}
.ectn-status--reopened .ectn-status__icon:first-child {
  color: #298932;
}
.ectn-status--reopened .ectn-status__label {
  color: #298932;
}
.ectn-status--validating .ectn-status__icon {
  background-color: #217AFF;
}
.ectn-status--validating .ectn-status__label {
  color: #217AFF;
}
.ectn-status--prevalidated .ectn-status__icon {
  background-color: #298932;
}
.ectn-status--prevalidated .ectn-status__label {
  color: #298932;
}

.ectn-unit-add-modal__selector {
  transition: background-color 0.2s ease-out,  border-color 0.2s ease-out;
  align-items: center;
  border: 1px solid #ECF0F1;
  border-radius: 2px;
  display: flex;
  padding: 32px;
  width: 100%;
}
.ectn-unit-add-modal__selector.active, .ectn-unit-add-modal__selector.is-active, html:not(.touchevents) .ectn-unit-add-modal__selector:not([disabled]):not(.is-disabled):hover {
  background-color: #F4F8FF;
  border-color: #217AFF;
}
.ectn-unit-add-modal__selector.active .ectn-unit-add-modal__icon, .ectn-unit-add-modal__selector.is-active .ectn-unit-add-modal__icon, html:not(.touchevents) .ectn-unit-add-modal__selector:not([disabled]):not(.is-disabled):hover .ectn-unit-add-modal__icon {
  color: #217AFF;
}
.ectn-unit-add-modal__icon {
  align-self: flex-start;
  color: #616B76;
  margin-right: 24px;
}
.ectn-unit-add-modal__wrapper {
  display: flex;
  flex-direction: column;
  text-align: left;
  width: 100%;
}
.ectn-unit-add-modal__title {
  font-size: 18px;
  line-height: 24px;
  color: #313F4C;
  font-weight: 600;
}
.ectn-unit-add-modal__text {
  font-size: 16px;
  line-height: 16px;
  color: #616B76;
  margin-top: 8px;
}
.ectn-unit-add-modal__links {
  display: flex;
  margin-top: 8px;
}
.ectn-unit-add-modal__link {
  font-size: 16px;
  line-height: 16px;
  color: #217AFF;
  margin-right: 8px;
  text-decoration: underline;
}

.ectn-unit-import-modal__header {
  display: flex;
  margin-bottom: 24px;
}
.ectn-unit-import-modal__loading-warning {
  margin-top: 16px;
  max-width: 80%;
}
.ectn-unit-import-modal__content, .ectn-unit-import-modal__warning-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 24px;
}
.ectn-unit-import-modal__warning-content {
  align-items: center;
}
.ectn-unit-import-modal__title {
  font-size: 18px;
  line-height: 24px;
  color: #313F4C;
  font-weight: 600;
}
.ectn-unit-import-modal__message {
  color: #616B76;
}
.ectn-unit-import-modal__error {
  color: #616B76 !important;
  font-size: 16px !important;
  font-style: normal !important;
}

.error-list:not(:first-child) {
  margin-top: 8px;
}
.error-list:not(:last-child) {
  margin-bottom: 8px;
}
.error-list__error:not(:last-child) {
  margin-bottom: 4px;
}

.error-panel {
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  text-align: center;
}

.error {
  font-size: 14px;
  line-height: 16px;
  color: #FF3131;
  font-style: italic;
}

.field {
  align-items: center;
  display: flex;
  font-size: 16px;
  min-height: 32px;
  text-transform: uppercase;
}
.field--regular {
  text-transform: inherit;
}
.field__image {
  max-width: 100%;
}

.filter-search {
  background-color: #FFF;
  border: 1px solid #e0e7e8;
  border-radius: 2px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  overflow: hidden;
}
.filter-search--full-width {
  max-width: initial;
}
.filter-search__input-wrapper {
  flex: 1;
  position: relative;
}
.filter-search__input {
  padding-right: 32px !important;
}
@media screen and (min-width: 464px) {
  .filter-search__input {
    padding-right: 46px !important;
  }
}
.filter-search__input::-ms-clear {
  display: none;
}
.filter-search__clear-button {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.filter-search__button {
  background-color: transparent;
  border-left: 1px solid #e0e7e8;
  border-radius: 0;
  color: #217AFF;
}
@media screen and (max-width: 463px) {
  .filter-search__button {
    padding: 0 16px;
  }
}
.filter-search__button.active, .filter-search__button.is-active {
  color: #616B76;
}
html:not(.touchevents) .filter-search__button:not([disabled]):not(.is-disabled):hover {
  background-color: #217AFF;
  color: #FFF;
}

.filter {
  background-color: #ECF0F1;
  border-bottom: 1px solid #ECF0F1;
  padding: 16px 0;
}
@media screen and (min-width: 688px) {
  .filter {
    padding: 24px 0;
  }
}
.filter__row:not(:last-child) {
  margin-bottom: 16px;
}
.filter__grid {
  margin-bottom: -8px;
  margin-top: -8px;
}
.filter__grid-item {
  padding-bottom: 8px;
  padding-top: 8px;
}
.filter__button {
  font-size: 14px;
  line-height: 16px;
  transition: color 0.2s ease-out;
  color: #616B76;
  display: block;
  white-space: nowrap;
}
.filter__button[disabled], .filter__button.is-disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.filter__button.active, .filter__button.is-active, html:not(.touchevents) .filter__button:not([disabled]):not(.is-disabled):hover, [aria-expanded=true] .filter__button {
  color: #217AFF;
}
.filter__dropdown-content {
  width: 100%;
}
.filter__dropdown-section {
  padding: 16px;
  position: relative;
}
.filter__dropdown-section:not(:last-child) {
  border-bottom: 1px solid #ECF0F1;
}
.filter__dropdown-deselect {
  padding-top: 8px;
  position: absolute;
  right: 16px;
}
.filter__params {
  display: flex;
  margin: 0 -8px;
}
.filter__params-column {
  flex: 1;
  padding: 0 8px;
}
.filter__param {
  font-size: 14px;
  line-height: 16px;
  transition: background-color 0.2s ease-out,  color 0.2s ease-out;
  border-radius: 2px;
  color: #616B76;
  display: block;
  padding: 4px 8px;
  position: relative;
  text-align: left;
  width: 100%;
}
.filter__param:not(:last-child) {
  margin-bottom: 8px;
}
html:not(.touchevents) .filter__param:not([disabled]):not(.is-disabled):hover {
  background-color: #F5F7F7;
}
.filter__param.active, .filter__param.is-active {
  background-color: rgba(133, 207, 255, 0.2);
  color: #313F4C;
}
.filter__param.active .filter__param-icon, .filter__param.is-active .filter__param-icon {
  opacity: 1;
}
.filter__param-icon {
  transition: opacity 0.2s ease-out;
  opacity: 0;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.flash-stack {
  position: fixed;
  right: 16px;
  top: 16px;
  width: 400px;
  z-index: 1;
}
@media screen and (max-width: 463px) {
  .flash-stack {
    left: 16px;
    width: auto;
  }
}

.flash {
  transition: opacity 0.2s ease-out,  transform 0.2s ease-out;
  border-radius: 2px;
  color: #FFF;
  padding: 16px;
  position: relative;
}
.flash:not(:last-child) {
  margin-bottom: 8px;
}
.flash.inactive, .flash.is-inactive {
  opacity: 0;
  transform: scale(0.9);
}
.flash--danger {
  background-color: #FF3131;
}
.flash--info {
  background-color: #217AFF;
}
.flash--success {
  background-color: #3BC549;
}
.flash--warning {
  background-color: #FD9B2E;
}
.flash__hide-button {
  font-family: "icomoon" !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  transition: opacity 0.2s ease-out;
  color: inherit;
  display: block;
  font-size: 14px;
  height: 14px;
  width: 14px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.flash__hide-button::before {
  content: "\e5cd";
}
html:not(.touchevents) .flash__hide-button:not([disabled]):not(.is-disabled):hover {
  opacity: 0.6;
}
.flash__message {
  padding-right: 24px;
}

.flash-message.alert.active {
  border: 0 !important;
}

.flash-message {
  opacity: 0;
  padding-bottom: 8px !important;
  padding-top: 0 !important;
  transform: scale(0.8);
  transform-origin: center;
  transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.flash-message.active {
  opacity: 1;
  transform: scale(1);
}
.flash-message.active.exiting {
  opacity: 0;
  transform: scale(0.8);
}

.footer__top {
  background-color: var(--footer__top-background-color, #1D2C3B);
  padding: 16px 0;
}
.footer__bottom {
  background-color: #313F4C;
  padding: 8px 0;
}
.footer__email, .footer__info {
  color: #BDC3C7;
}
.footer__info {
  font-size: 14px;
  line-height: 16px;
}
.footer__email, .footer__link {
  text-decoration: none;
}
html:not(.touchevents) .footer__email:not([disabled]):not(.is-disabled):hover, html:not(.touchevents) .footer__link:not([disabled]):not(.is-disabled):hover {
  text-decoration: underline;
}
.footer__copyright, .footer__link {
  font-size: 12px;
  line-height: 16px;
  color: #FFF;
}
.footer__link:not(:last-child) {
  margin-right: 8px;
}

@media screen and (max-width: 687px) {
  .form__column:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 688px) {
  .form__column {
    float: left;
    width: 50%;
  }
  .form__column:not(:nth-child(2)) {
    padding-right: 8px;
  }
  .form__column + .form__column {
    padding-left: 8px;
  }
}
.form__row::after, .form__row::before {
  content: "";
  display: table;
}
.form__row::after {
  clear: both;
}
.form__row:not(:last-child) {
  margin-bottom: 16px;
}
.form__row--gutter-lg:not(:last-child) {
  margin-bottom: 24px;
}

.good-modal__column {
  flex: 1;
  min-width: 125px;
  padding-bottom: 4px;
  padding-left: 24px;
  padding-top: 4px;
}
@media screen and (min-width: 688px) {
  .good-modal__column {
    padding-bottom: 2px;
    padding-left: 0;
    padding-top: 2px;
  }
  .good-modal__column:not(:first-child) {
    padding-left: 2px;
  }
  .good-modal__column:not(:last-child) {
    padding-right: 2px;
  }
}
.good-modal__column--last {
  align-content: center;
  display: flex;
  flex: 0;
  min-width: auto !important;
  padding-left: 8px !important;
}
.good-modal__divider {
  border: 0;
  border-bottom: 1px solid #ECF0F1;
}
.good-modal__divider-text {
  font-size: 14px;
  line-height: 16px;
  color: #BDC3C7;
  white-space: nowrap;
}
@media screen and (min-width: 688px) {
  .good-modal__label {
    display: none !important;
  }
}
.good-modal__row {
  max-width: 100%;
  position: relative;
}
@media screen and (min-width: 688px) {
  .good-modal__row {
    display: flex;
    flex: 1;
    padding: 0;
  }
  .good-modal__row--divider {
    border-top: 1px solid #ECF0F1;
  }
}
@media screen and (max-width: 687px) {
  .good-modal__row:not(:last-child) {
    margin-bottom: 16px;
  }
}
.good-modal__tab {
  transition: border-color 0.2s ease-out,  width 0.2s ease-out;
  border-bottom: 4px solid #FFF;
  color: #313F4C;
  float: left;
  font-size: 16px;
  padding: 8px 0 4px 0;
}
.good-modal__tab:not(:last-child) {
  margin-right: 16px;
}
.good-modal__tab.active, .good-modal__tab.is-active, html:not(.touchevents) .good-modal__tab:not([disabled]):not(.is-disabled):hover {
  border-color: #217AFF;
  cursor: pointer;
}
.good-modal__tab-container {
  color: inherit;
  font-size: inherit;
}

.header {
  background-color: var(--navigation-background-color, #1D2C3B);
  left: 0;
  padding: 16px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
.header__dropdown-trigger {
  transition: color 0.2s ease-out;
  color: var(--navigation-text-color, #BDC3C7);
  cursor: pointer;
  line-height: 32px;
  outline: 0;
  white-space: nowrap;
}
.header__dropdown-trigger[aria-expanded=true], html:not(.touchevents) .header__dropdown-trigger:not([disabled]):not(.is-disabled):hover {
  color: #FFF;
}
.header__cell {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .header__cell {
    overflow: hidden;
  }
}
@media screen and (min-width: 1024px) {
  .header__cell--divider-left {
    border-left: 1px solid var(--navigation-divider-color, #313F4C);
  }
}
@media screen and (min-width: 1024px) {
  .header__cell--divider-right {
    border-right: 1px solid var(--navigation-divider-color, #313F4C);
  }
}
.header__cell--grow {
  flex-grow: 1;
}
.header__cell--spacing:not(:first-child) {
  padding-left: 16px;
}
.header__cell--spacing:not(:last-child) {
  padding-right: 16px;
}
.header__container {
  display: flex;
}
.header__page-title {
  color: #FFF;
  font-weight: 600;
  line-height: 32px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
}

.holy-grail {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-top: 64px;
}
.holy-grail__body {
  flex-grow: 1;
  position: relative;
}

.icon-button {
  color: #BDC3C7;
  transition: color 0.2s ease-out;
  display: block;
  font-size: 16px;
  text-decoration: none;
}
html:not(.touchevents) .icon-button:not([disabled]):not(.is-disabled):hover {
  color: #a1aab0;
}
html:not(.touchevents) .icon-button:not([disabled]):not(.is-disabled):active {
  color: #869198;
}
.icon-button:focus {
  outline: 2px solid #85CFFF;
  outline-offset: 2px;
}
.icon-button[disabled], .icon-button.is-disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.icon-button--danger {
  color: #FF3131;
}
html:not(.touchevents) .icon-button--danger:not([disabled]):not(.is-disabled):hover {
  color: #fd0000;
}
html:not(.touchevents) .icon-button--danger:not([disabled]):not(.is-disabled):active {
  color: #ca0000;
}
.icon-button--danger:focus {
  outline: 2px solid #85CFFF;
  outline-offset: 2px;
}
.icon-button--info {
  color: #217AFF;
}
html:not(.touchevents) .icon-button--info:not([disabled]):not(.is-disabled):hover {
  color: #005fed;
}
html:not(.touchevents) .icon-button--info:not([disabled]):not(.is-disabled):active {
  color: #004bba;
}
.icon-button--info:focus {
  outline: 2px solid #85CFFF;
  outline-offset: 2px;
}
.icon-button--success {
  color: #3BC549;
}
html:not(.touchevents) .icon-button--success:not([disabled]):not(.is-disabled):hover {
  color: #2f9e3a;
}
html:not(.touchevents) .icon-button--success:not([disabled]):not(.is-disabled):active {
  color: #23772c;
}
.icon-button--success:focus {
  outline: 2px solid #85CFFF;
  outline-offset: 2px;
}
.icon-button--warning {
  color: #FD9B2E;
}
html:not(.touchevents) .icon-button--warning:not([disabled]):not(.is-disabled):hover {
  color: #f68202;
}
html:not(.touchevents) .icon-button--warning:not([disabled]):not(.is-disabled):active {
  color: #c36802;
}
.icon-button--warning:focus {
  outline: 2px solid #85CFFF;
  outline-offset: 2px;
}
.icon-button--dark {
  color: #313F4C;
}
html:not(.touchevents) .icon-button--dark:not([disabled]):not(.is-disabled):hover {
  color: #1d252d;
}
html:not(.touchevents) .icon-button--dark:not([disabled]):not(.is-disabled):active {
  color: #090c0e;
}
.icon-button--dark:focus {
  outline: 2px solid #85CFFF;
  outline-offset: 2px;
}
.icon-button--gray {
  color: #616B76;
}
html:not(.touchevents) .icon-button--gray:not([disabled]):not(.is-disabled):hover {
  color: #4a525a;
}
html:not(.touchevents) .icon-button--gray:not([disabled]):not(.is-disabled):active {
  color: #33383e;
}
.icon-button--gray:focus {
  outline: 2px solid #85CFFF;
  outline-offset: 2px;
}
.icon-button--white {
  color: #FFF;
}
html:not(.touchevents) .icon-button--white:not([disabled]):not(.is-disabled):hover {
  color: #e6e6e6;
}
html:not(.touchevents) .icon-button--white:not([disabled]):not(.is-disabled):active {
  color: #cccccc;
}
.icon-button--white:focus {
  outline: 2px solid #85CFFF;
  outline-offset: 2px;
}
.icon-button--ocr {
  color: #9046E0;
}
html:not(.touchevents) .icon-button--ocr:not([disabled]):not(.is-disabled):hover {
  color: #7623d0;
}
html:not(.touchevents) .icon-button--ocr:not([disabled]):not(.is-disabled):active {
  color: #5d1ca4;
}
.icon-button--ocr:focus {
  outline: 2px solid #85CFFF;
  outline-offset: 2px;
}
.icon-button--inline {
  display: inline-block;
}
.icon-button--table {
  transition: background-color 0.2s ease-out;
  border: 1px solid #ECF0F1;
  border-radius: 2px;
  padding: 10px;
}
.icon-button--table:hover {
  background-color: #ECF0F1;
}
.icon-button--xxs {
  font-size: 10px;
}
.icon-button--xs {
  font-size: 12px;
}
.icon-button--sm {
  font-size: 14px;
}
.icon-button--lg {
  font-size: 18px;
}
.icon-button--xl {
  font-size: 24px;
}

.icon--xxs {
  font-size: 10px;
}
.icon--xs {
  font-size: 12px;
}
.icon--sm {
  font-size: 14px;
}
.icon--md {
  font-size: 16px;
}
.icon--lg {
  font-size: 18px;
}
.icon--xl {
  font-size: 24px;
}
.icon--xxl {
  font-size: 36px;
}
.icon--3xl {
  font-size: 40px;
}
.icon--4xl {
  font-size: 48px;
}
.icon--left {
  margin-right: 8px;
}
.icon--right {
  margin-left: 8px;
}
.icon--color-gray {
  color: #BDC3C7;
}
.icon--color-gray-dark {
  color: #616B76;
}
.icon--color-green-dark {
  color: #298932;
}

.info-message {
  display: flex;
}
.info-message__icon {
  padding-top: 6px;
}
.info-message__text {
  font-size: 16px;
  line-height: 24px;
  color: #616B76;
  flex: 1;
  padding-left: 8px;
}

.input-wrapper {
  position: relative;
}
.input-wrapper .input {
  padding-left: 30px;
  width: 100%;
}
.input-wrapper .input:focus + .icon, html:not(.touchevents) .input-wrapper .input:not([disabled]):not(.is-disabled):hover + .icon {
  color: #313F4C;
}
.input-wrapper .icon {
  transition: color 0.2s ease-out;
  color: #BDC3C7;
  font-size: 14px;
  left: 9px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.input-wrapper--right .input {
  padding-left: 16px;
  padding-right: 30px;
}
.input-wrapper--right .icon {
  left: auto;
  right: 9px;
}
.input-wrapper--lg .icon {
  font-size: 16px;
  left: 17px;
}
.input-wrapper--lg .input {
  padding-left: 48px;
}
.input-wrapper--lg.input-wrapper--right .icon {
  left: auto;
  right: 17px;
}
.input-wrapper--lg.input-wrapper--right .input {
  padding-left: 24px;
  padding-right: 48px;
}

.input {
  /* stylelint-disable selector-no-vendor-prefix */
  /* stylelint-enable selector-no-vendor-prefix */
  transition: border-color 0.2s ease-out,  opacity 0.2s ease-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFF;
  color: inherit;
  display: block;
  font-family: inherit;
  font-size: 14px;
  height: 32px;
  outline: 0;
  width: 100%;
  border: 1px solid #ECF0F1;
  border-radius: 2px;
  line-height: 32px;
  padding: 0 16px;
  text-align: left;
}
.input::-webkit-input-placeholder {
  color: #BDC3C7;
}
.input::-moz-placeholder {
  color: #BDC3C7;
}
.input:-ms-input-placeholder {
  color: #BDC3C7;
}
.input:-moz-placeholder {
  color: #BDC3C7;
}
.input[disabled], .input.is-disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.input:focus, html:not(.touchevents) .input:not([disabled]):not(.is-disabled):hover {
  border-color: #BDC3C7;
}
.input--lg {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  padding: 0 24px;
}
.input--faded {
  background-color: #F5F7F7;
}
.input--inline {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #ECF0F1;
  border-radius: 0;
  padding: 0;
}
.input--no-border {
  border: 0;
}
.input--online-payment {
  font-size: 14px;
}
.input--online-payment::-moz-placeholder {
  color: #616B76;
}
.input--online-payment:-ms-input-placeholder {
  color: #616B76;
}
.input--online-payment::placeholder {
  color: #616B76;
}

.label {
  font-size: 14px;
  line-height: 16px;
  color: #7F8C8D;
  display: table;
}
.label:not(:last-child) {
  margin-bottom: 8px;
}
.label__cell {
  display: table-cell;
  vertical-align: middle;
}
.label__cell:not(:last-child) {
  padding-right: 8px;
}
.label--lg {
  font-size: 16px;
  line-height: 16px;
}
.label--lg:not(:last-child) {
  margin-bottom: 16px;
}

.legacy-fallback {
  font-size: 14px;
  line-height: 16px;
  background-color: #FFF;
  bottom: 0;
  left: 0;
  padding: 32px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 10;
}
.legacy-fallback--hidden {
  display: none;
}
.legacy-fallback__title {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 24px;
}

.link {
  font-size: 14px;
  line-height: 16px;
  color: #BDC3C7;
  transition: color 0.2s ease-out;
}
html:not(.touchevents) .link:not([disabled]):not(.is-disabled):hover {
  color: #a1aab0;
}
html:not(.touchevents) .link:not([disabled]):not(.is-disabled):active {
  color: #869198;
}
.link[disabled], .link.is-disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.link--external {
  color: #217AFF;
  text-decoration: none;
}
html:not(.touchevents) .link--external:not([disabled]):not(.is-disabled):hover {
  color: #005fed;
}
html:not(.touchevents) .link--external:not([disabled]):not(.is-disabled):active {
  color: #004bba;
}
.link--gray-dark {
  color: #616B76;
}
html:not(.touchevents) .link--gray-dark:not([disabled]):not(.is-disabled):hover {
  color: #4a525a;
}
html:not(.touchevents) .link--gray-dark:not([disabled]):not(.is-disabled):active {
  color: #33383e;
}
.link--has-loader {
  position: relative;
}
.link--nowrap {
  white-space: nowrap;
}

.loader {
  animation: loader 800ms infinite linear;
  border: 2px solid transparent;
  border-radius: 8px;
  border-top-color: #217AFF;
  height: 16px;
  width: 16px;
}
.loader--center {
  margin-left: auto;
  margin-right: auto;
}
.loader--middle {
  animation-name: loader-middle;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.loader--lg {
  border-radius: 12px;
  height: 24px;
  width: 24px;
}
.loader--xl {
  border-radius: 16px;
  height: 32px;
  width: 32px;
}
.loader--gray-dark {
  border-top-color: #616B76;
}
.loader--ocr {
  border-top-color: #9046E0;
}
.loader--white {
  border-top-color: #FFF;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-middle {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.mobile-menu--opened {
  position: relative;
  z-index: 1;
}
.mobile-menu--opened .mobile-menu__background {
  opacity: 1;
  visibility: visible;
}
.mobile-menu--opened .mobile-menu__aside {
  box-shadow: 0 0 24px 4px rgba(0, 0, 0, 0.2);
  transform: translateX(0);
}
.mobile-menu__aside {
  transition: box-shadow 0.2s ease-out,  transform 0.2s ease-out;
  background-color: var(--navigation-background-color, #1D2C3B);
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 400px;
  position: fixed;
  top: 0;
  transform: translateX(-100%);
  width: 100%;
}
.mobile-menu__background {
  transition: opacity 0.2s ease-out,  visibility 0.2s ease-out;
  background-color: rgba(49, 63, 76, 0.9);
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
}
.mobile-menu__bottom, .mobile-menu__top {
  padding: 16px;
}
.mobile-menu__center {
  background: var(--navigation-background-color, #1D2C3B) no-repeat;
  background-image: radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.3), rgba(97, 107, 118, 0));
  background-position: 0 0, 0 100%;
  background-size: 100% 8px;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 16px;
  position: relative;
  z-index: 1;
}
.mobile-menu__center::after, .mobile-menu__center::before {
  background-color: var(--navigation-background-color, #1D2C3B);
  content: "";
  display: block;
  height: 8px;
  position: relative;
  z-index: -1;
}
.mobile-menu__center::before {
  margin-bottom: -8px;
}
.mobile-menu__center::after {
  margin-top: -8px;
}
.mobile-menu__name {
  font-size: 18px;
  line-height: 24px;
  color: #FFF;
}
.mobile-menu__role {
  font-size: 14px;
  line-height: 16px;
  color: var(--navigation-text-color, #616B76);
}

.modal-stack {
  position: fixed;
  z-index: 1;
}

.modal {
  transition: opacity 0.2s ease-out;
  background-color: rgba(49, 63, 76, 0.9);
  height: 100%;
  left: 0;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 64px 16px;
  position: fixed;
  top: 0;
  width: 100%;
}
.ectn-modal-stack .modal {
  overflow: initial;
  position: absolute;
}
.ectn-modal-stack .modal .modal__box {
  position: sticky;
  top: 128px;
}
.modal.inactive, .modal.is-inactive {
  opacity: 0;
}
.modal.inactive .modal__box, .modal.is-inactive .modal__box {
  transform: translateY(8px);
}
.modal--sm .modal__box {
  max-width: 432px;
}
.modal--lg .modal__box {
  max-width: 752px;
}
.modal--xl .modal__box {
  max-width: 880px;
}
.modal--goods {
  padding: 16px;
}
.ectn-modal-stack .modal--goods .modal__box {
  top: 80px;
}
.modal--goods .modal__body {
  max-height: calc(100vh - 360px);
  overflow: scroll;
}
.modal__box {
  transition: transform 0.2s ease-out;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.4);
  margin-left: auto;
  margin-right: auto;
  max-width: 592px;
  width: 100%;
}
.modal__box > :first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.modal__box > :last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.modal__footer, .modal__header {
  background-color: #F5F7F7;
  padding: 16px 24px;
}
.modal__header {
  border-bottom: 2px solid #ECF0F1;
  position: relative;
}
.modal__body {
  background-color: #FFF;
}
.modal__footer {
  border-top: 2px solid #ECF0F1;
}
.modal__section {
  padding: 24px;
  position: relative;
}
.modal__section:not(:last-child) {
  border-bottom: 1px solid #ECF0F1;
}
.modal__title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
.modal__message {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}
.modal__hide-button {
  font-family: "icomoon" !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  transition: opacity 0.2s ease-out;
  color: inherit;
  display: block;
  font-size: 14px;
  height: 14px;
  width: 14px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.modal__hide-button::before {
  content: "\e5cd";
}
html:not(.touchevents) .modal__hide-button:not([disabled]):not(.is-disabled):hover {
  opacity: 0.6;
}
.modal__overlay {
  background-color: rgba(255, 255, 255, 0.6);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.modal__selector {
  transition: background-color 0.2s ease-out,  border-color 0.2s ease-out;
  border: 1px solid #ECF0F1;
  border-radius: 2px;
  padding-top: 100%;
  position: relative;
  width: 100%;
}
.modal__selector.active, .modal__selector.is-active, html:not(.touchevents) .modal__selector:not([disabled]):not(.is-disabled):hover {
  background-color: #F4F8FF;
  border-color: #217AFF;
}
.modal__selector-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-evenly;
  left: 0;
  padding: 16px 16px 0 16px;
  position: absolute;
  top: 0;
  width: 100%;
}
.modal__selector-icon {
  color: #217AFF;
}
.modal__selector-text {
  font-size: 18px;
  line-height: 24px;
  color: #313F4C;
}

.more-list--opened .more-list__value {
  white-space: normal;
}
.more-list--opened .more-list__item {
  position: relative;
}
.more-list--opened .more-list__item::before {
  content: "-";
  left: -8px;
  position: absolute;
}
.more-list__button {
  font-size: 12px;
  line-height: 16px;
  padding-left: 8px;
}
.more-list__item {
  align-items: flex-start;
  display: flex;
}
.more-list__value {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.multi-checkbox {
  transition: background-color 0.2s ease-out,  border-color 0.2s ease-out;
  background-color: #FFF;
  border: 1px solid #BDC3C7;
  border-radius: 2px;
  display: block;
  height: 16px;
  text-align: center;
  text-decoration: none;
  width: 16px;
}
.multi-checkbox::before {
  transition: opacity 0.2s ease-out;
  color: #FFF;
  opacity: 0;
}
.multi-checkbox--all, .multi-checkbox--partially {
  background-color: #217AFF;
  border-color: #217AFF;
}
.multi-checkbox--all::before, .multi-checkbox--partially::before {
  opacity: 1;
}
.multi-checkbox--all::before {
  font-family: "icomoon" !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  content: "\e5ca";
  display: block;
  font-size: 10px;
  height: 14px;
  line-height: 14px;
  width: 14px;
}
.multi-checkbox--partially::before {
  border: 1px solid #FFF;
  border-radius: 1px;
  content: "";
  display: block;
  margin: 3px;
}

.navigation::after, .navigation::before {
  content: "";
  display: table;
}
.navigation::after {
  clear: both;
}
@media screen and (max-width: 1023px) {
  .navigation {
    min-height: 100%;
  }
}
.navigation__item {
  transition: color 0.2s ease-out;
  border-top: 1px solid var(--navigation-divider-color, #313F4C);
  color: #FFF;
  cursor: pointer;
  display: block;
  line-height: 16px;
  outline: 0;
  padding: 16px 0;
  position: relative;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .navigation__item {
    border-right: 1px solid var(--navigation-divider-color, #313F4C);
    border-top: 0;
    color: var(--navigation-text-color, #BDC3C7);
    float: left;
    line-height: 32px;
    padding: 0 16px;
  }
}
@media screen and (min-width: 1136px) {
  .navigation__item {
    padding: 0 24px;
  }
}
.navigation__item + .ember-basic-dropdown-content-wormhole-origin {
  float: left;
}
.navigation__item::before {
  transition: bottom 0.2s ease-out,  opacity 0.2s ease-out;
  background-color: var(--navigation-indicator-color, #217AFF);
  bottom: -8px;
  content: "";
  height: 3px;
  left: 50%;
  opacity: 0;
  position: absolute;
  transform: translateX(-50%);
  width: 3px;
}
@media screen and (max-width: 1023px) {
  .navigation__item::before {
    transition: height 0.2s ease-out;
    bottom: auto;
    height: 0;
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
  }
}
.navigation__item[aria-expanded=true], .navigation__item.active, .navigation__item.is-active, html:not(.touchevents) .navigation__item:not([disabled]):not(.is-disabled):hover {
  color: #FFF;
}
.navigation__item[aria-expanded=true]::before, .navigation__item.active::before, .navigation__item.is-active::before, html:not(.touchevents) .navigation__item:not([disabled]):not(.is-disabled):hover::before {
  bottom: -3px;
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  .navigation__item[aria-expanded=true]::before, .navigation__item.active::before, .navigation__item.is-active::before, html:not(.touchevents) .navigation__item:not([disabled]):not(.is-disabled):hover::before {
    height: calc(100% - (16px * 2));
  }
}
.navigation-menu {
  border-top: 1px solid var(--navigation-divider-color, #313F4C);
}
.navigation-menu:last-child {
  border-bottom: 1px solid var(--navigation-divider-color, #313F4C);
}
.navigation-menu__content {
  transition: max-height 0.2s ease-out,  opacity 0.2s ease-out,  padding 0.2s ease-out;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}
.navigation-menu__content.active, .navigation-menu__content.is-active {
  max-height: 400px;
  opacity: 1;
  padding: 0 0 16px 8px;
}
.navigation-menu__icon {
  transition: color 0.2s ease-out;
  color: var(--navigation-text-color, #616B76);
  float: right;
  line-height: 16px;
}
.navigation-menu__link, .navigation-menu__trigger {
  font-size: 16px;
  line-height: 16px;
  color: #FFF;
  display: block;
  position: relative;
  width: 100%;
}
.navigation-menu__link::before, .navigation-menu__trigger::before {
  transition: height 0.2s ease-out;
  background-color: var(--navigation-indicator-color, #217AFF);
  content: "";
  height: 0;
  left: -8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
.navigation-menu__link {
  padding: 8px 0;
  text-decoration: none;
}
.navigation-menu__link.active::before, .navigation-menu__link.is-active::before, html:not(.touchevents) .navigation-menu__link:not([disabled]):not(.is-disabled):hover::before {
  height: calc(100% - (8px * 2));
}
.navigation-menu__trigger {
  font-family: inherit;
  padding: 16px 0;
  text-align: left;
}
.navigation-menu__trigger.active::before, .navigation-menu__trigger.is-active::before, html:not(.touchevents) .navigation-menu__trigger:not([disabled]):not(.is-disabled):hover::before {
  height: calc(100% - (16px * 2));
}
.navigation-menu__trigger.active .navigation-menu__icon, .navigation-menu__trigger.is-active .navigation-menu__icon, html:not(.touchevents) .navigation-menu__trigger:not([disabled]):not(.is-disabled):hover .navigation-menu__icon {
  color: #FFF;
}

.news-message {
  background-color: #FFF;
  border-left: 8px solid #217AFF;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  padding: 24px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .news-message {
    align-items: center;
    flex-direction: row;
  }
}
.news-message__close {
  position: absolute;
  right: 16px;
  top: 16px;
}
.news-message__title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  .news-message__title {
    margin-bottom: 0;
    margin-right: 16px;
    width: 20%;
  }
}
.news-message__text {
  font-size: 16px;
  line-height: 24px;
  color: #616B76;
  flex: 1;
}
.news-message__text a {
  color: #217AFF;
  text-decoration: none;
}
.news-message__text ol {
  list-style: decimal;
  list-style-position: inside;
}
.news-message__text ul {
  list-style: disc;
  list-style-position: inside;
}

.notifications__content {
  background: #FFF no-repeat;
  background-image: radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.3), rgba(97, 107, 118, 0));
  background-position: 0 0, 0 100%;
  background-size: 100% 8px;
  max-height: 50vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  width: 320px;
  z-index: 2;
}
@media screen and (max-width: 687px) {
  .notifications__content {
    width: 100%;
  }
}
.notifications__content::after, .notifications__content::before {
  background-color: #FFF;
  content: "";
  display: block;
  height: 8px;
  position: relative;
  z-index: -1;
}
.notifications__content::before {
  margin-bottom: -8px;
}
.notifications__content::after {
  margin-top: -8px;
}
.notifications__messages {
  bottom: 16px;
  left: 16px;
  position: fixed;
  width: 320px;
  z-index: 1;
}
@media screen and (max-width: 463px) {
  .notifications__messages {
    padding-right: 16px;
    width: auto;
  }
}
.notifications__notification {
  font-size: 14px;
  line-height: 16px;
  transition: background-color 0.2s ease-out;
  display: block;
  padding: 8px 24px;
  text-decoration: none;
}
html:not(.touchevents) .notifications__notification:not([disabled]):not(.is-disabled):hover {
  background-color: #F5F7F7;
  cursor: pointer;
}
html:not(.touchevents) .notifications__notification:not([disabled]):not(.is-disabled):active {
  background-color: #ECF0F1;
}
.notifications__notification--as-message {
  animation: slide-in-left-animation 0.4s ease-out;
  background-color: #FFF;
  border-left: 4px solid #217AFF;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  padding: 16px;
  position: relative;
}
.notifications__notification--as-message:not(:last-child) {
  margin-bottom: 8px;
}
.notifications__title {
  color: #1D2C3B;
}
.notifications__time {
  color: #BDC3C7;
}

@keyframes slide-in-left-animation {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.ocr-field__container {
  align-items: center;
  display: flex;
}
.ocr-field__field {
  flex-grow: 1;
}
.ocr-field__suggestion {
  flex-shrink: 0;
  margin-left: 8px;
}
.ocr-field__warning {
  margin-top: 8px;
}

/* stylelint-disable selector-no-qualifying-type */
.ocr-suggestion {
  display: inline-block;
}
.ocr-suggestion__tooltip.ember-attacher-tooltip {
  border-radius: 8px;
  max-width: 336px;
  padding: 0;
  text-align: left;
}
.ocr-suggestion__head, .ocr-suggestion__body, .ocr-suggestion__foot {
  padding: 8px;
}
.ocr-suggestion__head {
  border-bottom: 1px solid #ECF0F1;
  color: #616B76;
}
.ocr-suggestion__foot {
  align-items: center;
  border-top: 1px solid #ECF0F1;
  display: flex;
}
.ocr-suggestion__image {
  width: 100%;
}
.ocr-suggestion__input {
  flex: 1 1 0%;
  margin-right: 8px;
}
.ocr-suggestion__success-message.ember-attacher-tooltip, .ocr-suggestion__error-message.ember-attacher-tooltip {
  border: 0;
  border-radius: 4px;
  box-shadow: none;
  color: #FFF;
  padding: 8px;
}
.ocr-suggestion__success-message.ember-attacher-tooltip > div[x-arrow], .ocr-suggestion__error-message.ember-attacher-tooltip > div[x-arrow] {
  border: 0;
}
.ocr-suggestion__success-message.ember-attacher-tooltip, .ocr-suggestion__success-message.ember-attacher-tooltip > div[x-arrow] {
  background-color: #9046E0;
}
.ocr-suggestion__error-message.ember-attacher-tooltip, .ocr-suggestion__error-message.ember-attacher-tooltip > div[x-arrow] {
  background-color: #FF3131;
}

.payment-modal__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-items: start;
  margin-top: 16px;
}

.stripe-input {
  padding: 7px 16px;
}

.pagination {
  display: flex;
}
.pagination__item:first-child, .pagination__item:last-child {
  flex: 1;
}
.pagination__item:first-child .pagination__disabled::before, .pagination__item:first-child .pagination__link::before, .pagination__item:last-child .pagination__disabled::after, .pagination__item:last-child .pagination__link::after {
  font-family: "icomoon" !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  display: block;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  width: 32px;
}
@media screen and (max-width: 463px) {
  .pagination__item:first-child .pagination__disabled::before, .pagination__item:first-child .pagination__link::before, .pagination__item:last-child .pagination__disabled::after, .pagination__item:last-child .pagination__link::after {
    height: 24px;
    line-height: 24px;
    width: 24px;
  }
}
.pagination__item:first-child .pagination__disabled,
.pagination__item:first-child .pagination__link {
  float: left;
}
.pagination__item:first-child .pagination__disabled::before,
.pagination__item:first-child .pagination__link::before {
  content: "\e314";
  float: left;
}
.pagination__item:last-child .pagination__disabled,
.pagination__item:last-child .pagination__link {
  float: right;
}
.pagination__item:last-child .pagination__disabled::after,
.pagination__item:last-child .pagination__link::after {
  content: "\e315";
  float: right;
}
.pagination__item:not(:first-child) {
  padding-left: 4px;
}
@media screen and (max-width: 463px) {
  .pagination__item:not(:first-child) {
    padding-left: 0;
  }
}
.pagination__item:not(:last-child) {
  padding-right: 4px;
}
@media screen and (max-width: 463px) {
  .pagination__item:not(:last-child) {
    padding-right: 0;
  }
}
.pagination__break, .pagination__disabled, .pagination__link {
  display: block;
  line-height: 32px;
  min-width: 32px;
  text-align: center;
}
@media screen and (max-width: 463px) {
  .pagination__break, .pagination__disabled, .pagination__link {
    line-height: 24px;
    min-width: 24px;
  }
}
.pagination__break, .pagination__disabled {
  color: #BDC3C7;
  cursor: not-allowed;
}
.pagination__link {
  transition: color 0.2s ease-out;
  color: #616B76;
  text-decoration: none;
}
.pagination__link.active, .pagination__link.is-active, html:not(.touchevents) .pagination__link:not([disabled]):not(.is-disabled):hover {
  color: #217AFF;
}

.panel {
  background-color: #FFF;
  border: 1px solid #ECF0F1;
  border-radius: 2px;
  padding: 16px;
}
.panel:not(:first-child) {
  margin-top: 16px;
}
.panel:not(:last-child) {
  margin-bottom: 16px;
}
.panel--gutter-sm {
  padding: 8px;
}
.panel--gutter-lg {
  padding: 24px;
}
.panel--gutter-xl {
  padding: 32px;
}
.panel--gutter-none {
  padding: 0;
}
.panel--faded {
  background-color: #F5F7F7;
}
.panel--shadow {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}

.panel-grid {
  margin: -12px -16px;
}
@media screen and (min-width: 688px) {
  .panel-grid__column {
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .panel-grid__column {
    width: 33.33%;
  }
  .panel-grid__column:first-child {
    width: 66.66%;
  }
}
@media screen and (min-width: 688px) {
  .panel-grid__column--double {
    width: 66.66%;
  }
}
.panel-grid__column--double .panel-grid__sub-column {
  width: 100%;
}
.panel-grid__column--fluid {
  width: 100% !important;
}
.panel-grid__column--fluid .panel-grid__sub-column {
  width: 100% !important;
}
@media screen and (min-width: 1024px) {
  .panel-grid__column--single:first-child {
    width: 33.33%;
  }
}
.panel-grid__column--single .panel-grid__sub-column {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .panel-grid__column--1\/2 {
    width: 50%;
  }
  .panel-grid__column--1\/2:first-child {
    width: 50%;
  }
}
.panel-grid__column--1\/2 .panel-grid__sub-column {
  width: 100%;
}
.panel-grid__element {
  padding: 12px 16px;
}
.panel-grid__element__horizontal {
  display: flex;
  justify-content: space-between;
}
.panel-grid__element__horizontal.center-vertically > div {
  align-items: center;
  display: flex;
}
.panel-grid__row::after, .panel-grid__row::before {
  content: "";
  display: table;
}
.panel-grid__row::after {
  clear: both;
}
@media screen and (min-width: 1024px) {
  .panel-grid__sub-column {
    float: left;
    width: 50%;
  }
}

.paragraph {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
  margin-top: 16px;
}
.paragraph:first-child {
  margin-top: 0;
}
.paragraph:last-child {
  margin-bottom: 0;
}
.paragraph--sm {
  font-size: 14px;
  line-height: 16px;
}
.paragraph--lg {
  font-size: 18px;
  line-height: 24px;
}
.paragraph--center {
  text-align: center;
}
.paragraph--faded {
  color: #616B76;
}

.pdf-viewer {
  border: 0;
  display: block;
}

.points-form__paragraph {
  margin: 0;
}
.points-form__hint {
  color: #BDC3C7;
  margin-top: 4px;
}
.points-form__button, .points-form__input {
  width: 100%;
}
@media screen and (min-width: 800px) {
  .points-form__button, .points-form__input {
    width: 184px;
  }
}
.points-form__button__right, .points-form__input__right {
  float: right;
}
.points-form__input {
  font-size: 24px;
}

.points-form-stretch {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.point-panel-match-height {
  height: 100%;
}

.payment-point-margin {
  margin-bottom: 16px;
}

@media (max-width: 688px) {
  .mobile-points-header-margin {
    margin-bottom: 40px !important;
  }
}
.points {
  margin: 0 -8px;
}
@media screen and (min-width: 688px) {
  .points {
    display: flex;
  }
}
.points__col {
  padding: 0 8px;
}
@media screen and (min-width: 688px) {
  .points__col {
    width: 50%;
  }
}
.points__col--statistic {
  margin-bottom: 16px;
}
@media screen and (min-width: 688px) {
  .points__col--statistic {
    margin-bottom: 0;
    order: 1;
  }
}
@media screen and (min-width: 688px) {
  .points__col--one-third {
    width: 33.33333%;
  }
}
@media screen and (min-width: 688px) {
  .points__col--two-thirds {
    width: 66.66667%;
  }
}
.points__panel {
  align-items: center;
  display: flex;
  height: 100%;
}
.points__statistic {
  width: 100%;
}

.remark__content {
  font-size: 14px;
  line-height: 16px;
  border-bottom: 1px solid #ECF0F1;
  color: #616B76;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.remark__datetime, .remark__user {
  font-size: 14px;
  line-height: 16px;
}
.remark__datetime {
  color: #BDC3C7;
}
@media screen and (min-width: 464px) {
  .remark__datetime {
    white-space: nowrap;
  }
}

.reports {
  display: flex;
  flex-wrap: wrap;
}
.reports__card {
  margin-bottom: 8px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .reports__card {
    width: 50%;
  }
  .reports__card:nth-of-type(even) {
    padding-left: 4px;
  }
  .reports__card:nth-of-type(odd) {
    padding-right: 4px;
  }
}

.section {
  padding: 16px 0;
}
@media screen and (min-width: 688px) {
  .section {
    padding: 24px 0;
  }
  .section:last-child {
    padding-bottom: 96px;
  }
}
.section:last-child {
  padding-bottom: 64px;
}
.section--white {
  background-color: #FFF;
}
.section__row::after, .section__row::before {
  content: "";
  display: table;
}
.section__row::after {
  clear: both;
}
.section__row:not(:last-child) {
  margin-bottom: 16px;
}
.section__row--xl:not(:last-child) {
  margin-bottom: 32px;
}

.select .ember-basic-dropdown-content--above {
  border-top: 1px solid #BDC3C7;
}
.select .ember-power-select-dropdown {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-color: #BDC3C7;
}
.select .ember-power-select-option {
  color: #313F4C;
  padding: 4px 16px;
}
.select .ember-power-select-option[aria-disabled=true] {
  opacity: 0.6;
}
.select .ember-power-select-option[aria-current=true] {
  background-color: #F5F7F7;
}
.select .ember-power-select-option[aria-selected=true] {
  background-color: #ECF0F1;
}
.select .ember-power-select-multiple-option {
  background-color: #217AFF;
  border: 0;
  border-radius: 2px;
  color: #FFF;
  line-height: 24px;
  margin: 2px;
  padding: 0 8px;
}
.select .ember-power-select-multiple-options {
  overflow: hidden;
  padding-bottom: 5px;
  padding-top: 5px;
}
.select .ember-power-select-trigger-multiple-input {
  line-height: 28px;
  margin: 0;
}
.select .ember-power-select-trigger-multiple-input::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}
.select .ember-power-select-trigger-multiple-input::-moz-placeholder {
  color: #BDC3C7;
}
.select .ember-power-select-trigger-multiple-input:-ms-input-placeholder {
  color: #BDC3C7;
}
.select .ember-power-select-trigger-multiple-input::placeholder {
  color: #BDC3C7;
}
.select .ember-power-select-options[role=listbox] {
  max-height: 200px;
}
.select .ember-power-select-placeholder,
.select .ember-power-select-selected-item {
  margin-left: 16px;
}
.select .ember-power-select-selected-item {
  display: block;
}
.select .ember-power-select-placeholder {
  color: #BDC3C7;
}
.select .ember-power-select-search {
  padding: 8px;
}
.select .ember-power-select-search-input {
  /* stylelint-disable selector-no-vendor-prefix */
  /* stylelint-enable selector-no-vendor-prefix */
  transition: border-color 0.2s ease-out,  opacity 0.2s ease-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFF;
  color: inherit;
  display: block;
  font-family: inherit;
  font-size: 14px;
  height: 32px;
  outline: 0;
  width: 100%;
  border: 1px solid #ECF0F1;
  border-radius: 2px;
  font-size: 16px;
  padding: 0 8px;
}
.select .ember-power-select-search-input::-webkit-input-placeholder {
  color: #BDC3C7;
}
.select .ember-power-select-search-input::-moz-placeholder {
  color: #BDC3C7;
}
.select .ember-power-select-search-input:-ms-input-placeholder {
  color: #BDC3C7;
}
.select .ember-power-select-search-input:-moz-placeholder {
  color: #BDC3C7;
}
.select .ember-power-select-search-input[disabled], .select .ember-power-select-search-input.is-disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.select .ember-power-select-search-input:focus, html:not(.touchevents) .select .ember-power-select-search-input:not([disabled]):not(.is-disabled):hover {
  border-color: #BDC3C7;
}
.select .ember-power-select-clear-btn {
  transition: color 0.2s ease-out;
  color: #BDC3C7;
  font-size: 24px;
  right: 34px;
  top: 50%;
  transform: translateY(-50%);
}
html:not(.touchevents) .select .ember-power-select-clear-btn:not([disabled]):not(.is-disabled):hover {
  color: #313F4C;
}
.select .ember-power-select-status-icon {
  font-family: "icomoon" !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  transition: color 0.2s ease-out;
  border: 0;
  color: #BDC3C7;
  display: flex;
  flex-direction: column;
  font-size: 10px;
  height: 100%;
  justify-content: center;
  right: 16px;
  width: auto;
}
.select .ember-power-select-status-icon::before {
  transition: transform 0.2s ease-out;
  content: "\e313";
}
.select .ember-power-select-trigger {
  transition: border-color 0.2s ease-out;
  border: 1px solid #ECF0F1;
  border-radius: 2px;
  line-height: 38px;
  outline: 0;
  padding-right: 42px;
}
.select .ember-power-select-trigger--active, html:not(.touchevents) .select .ember-power-select-trigger:not([disabled]):not(.is-disabled):hover:not([aria-disabled=true]) {
  border-color: #BDC3C7;
  cursor: pointer;
}
.select .ember-power-select-trigger--active .ember-power-select-status-icon, html:not(.touchevents) .select .ember-power-select-trigger:not([disabled]):not(.is-disabled):hover:not([aria-disabled=true]) .ember-power-select-status-icon {
  color: #313F4C;
}
.select .ember-power-select-trigger--active .ember-power-select-multiple-option + .ember-power-select-trigger-multiple-input:focus {
  margin-left: 4px;
}
.select .ember-power-select-trigger:not(.ember-power-select-trigger--active) .ember-power-select-multiple-option + .ember-power-select-trigger-multiple-input {
  width: 0 !important;
}
.select .ember-power-select-trigger[aria-disabled=true] {
  background-color: #FFF;
  cursor: not-allowed;
  opacity: 0.6;
}
.select .ember-power-select-trigger[aria-expanded=true] .ember-power-select-status-icon {
  transform: none;
}
.select .ember-power-select-trigger[aria-expanded=true] .ember-power-select-status-icon::before {
  transform: rotate(180deg);
}
.select--as-search .ember-power-select-trigger {
  padding-right: 46px;
}
.select--as-search .ember-power-select-trigger[aria-expanded=true] .ember-power-select-status-icon::before {
  transform: none;
}
.select--as-search .ember-power-select-clear-btn {
  right: 38px;
}
.select--as-search .ember-power-select-status-icon {
  font-size: 14px;
}
.select--as-search .ember-power-select-status-icon::before {
  content: "\e8b6";
}
.select--expandable {
  position: relative;
}
.select--expandable .ember-power-select-trigger {
  height: 38px;
}
.select--expandable .ember-power-select-trigger[aria-expanded=true], html:not(.touchevents) .select--expandable .ember-power-select-trigger:not([disabled]):not(.is-disabled):hover {
  height: auto !important;
}
html:not(.touchevents) .select--expandable .ember-power-select-trigger:not([disabled]):not(.is-disabled):hover {
  position: absolute;
  width: 100%;
  z-index: 2;
}
.select--expandable .ember-power-select-trigger[aria-expanded=true] {
  position: relative;
}
html:not(.touchevents) .select--expandable .ember-power-select-trigger[aria-expanded=true]:not([disabled]):not(.is-disabled):hover {
  position: relative;
}
.select--fixed-width-sm {
  width: 220px;
}
.select--has-error .ember-power-select-selected-item,
.select--has-error .ember-power-select-trigger {
  border-color: #FF3131;
  color: #FF3131;
}
.select--has-error .ember-power-select-selected-item--active, html:not(.touchevents) .select--has-error .ember-power-select-selected-item:not([disabled]):not(.is-disabled):hover,
.select--has-error .ember-power-select-trigger--active,
html:not(.touchevents) .select--has-error .ember-power-select-trigger:not([disabled]):not(.is-disabled):hover {
  border-color: #FF3131;
}
.select--inline .ember-power-select-placeholder,
.select--inline .ember-power-select-selected-item {
  margin-left: 0;
}
.select--inline .ember-power-select-trigger {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #ECF0F1;
  border-radius: 0;
  line-height: 31px;
}
.select--inline .ember-power-select-trigger[aria-expanded=true] {
  border-color: #BDC3C7;
}
.select--multiple .ember-power-select-trigger {
  font-size: 14px;
  padding-left: 16px;
}
.select--multiple .ember-power-select-placeholder {
  line-height: 28px;
  margin-left: 0;
}
.select--multiple.select--inline .ember-power-select-trigger {
  padding-left: 0;
  padding-top: 1px;
}
.select--status .ember-power-select-trigger {
  align-items: center;
  display: flex;
  height: 40px;
}
.select--status .ember-power-select-option {
  padding: 8px 16px;
}
.select--sm .ember-power-select-trigger {
  font-size: 14px;
  line-height: 30px;
}
.select--sm .ember-power-select-multiple-option {
  line-height: normal;
  padding: 0 4px;
}
.select--sm .ember-power-select-multiple-options {
  padding-bottom: 4px;
  padding-top: 4px;
}
.select--sm .ember-power-select-trigger-multiple-input,
.select--sm .ember-power-select-multiple-options .ember-power-select-placeholder {
  line-height: 22px;
}
.select--sm.select--as-search .ember-power-select-trigger {
  padding-right: 44px;
}
.select--sm.select--as-search .ember-power-select-clear-btn {
  right: 36px;
}
.select--sm.select--as-search .ember-power-select-status-icon {
  font-size: 12px;
}
.select--sm.select--expandable .ember-power-select-trigger {
  height: 30px;
}
.select--sm.select--inline .ember-power-select-trigger {
  line-height: 31px;
}
.select--sm.select--status .ember-power-select-trigger {
  height: 32px;
}

.good-container-classification-no-scroll {
  overflow: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.good-modal-text-short {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80px;
}

.selected-item-offset {
  margin-left: 16px;
}

.container-items-form-row-overflow {
  overflow-x: scroll !important;
}

.select.has-reason .ember-power-select-placeholder {
  color: #313F4C; /* black */
}

.select.has-reason .ember-power-select-trigger:focus .ember-power-select-placeholder,
.select.has-reason .ember-power-select-trigger[aria-expanded=true] .ember-power-select-placeholder {
  color: #313F4C;
}

.select-suggestion {
  border-top: 1px solid #BDC3C7;
  padding: 4px 8px;
}

.snippet {
  background-color: #F5F7F7;
  border: 1px solid #ECF0F1;
  border-radius: 8px;
  color: #616B76;
  max-height: 320px;
  overflow: scroll;
  padding: 24px;
}
.snippet__wrapper {
  display: table;
  width: 100%;
}
.snippet__row {
  display: table-row;
}
.snippet__number, .snippet__line {
  display: table-cell;
}
.snippet__number {
  padding-right: 24px;
  white-space: nowrap;
  width: 1px;
}

.standalone-view {
  padding: 16px 0;
}
@media screen and (min-width: 464px) {
  .standalone-view {
    padding: 32px 0;
  }
}
@media screen and (min-width: 800px) {
  .standalone-view {
    padding: 64px 0;
  }
}
@media screen and (min-width: 1024px) {
  .standalone-view {
    padding: 128px 0;
  }
}

.statistic {
  text-align: center;
}
.statistic__label {
  font-size: 14px;
  line-height: 16px;
  color: #616B76;
  margin-bottom: 8px;
}
.statistic__value {
  font-size: 24px;
  line-height: 24px;
}

.statistics {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 799px) {
  .statistics {
    display: block;
    padding: 0;
  }
  .statistics::after, .statistics::before {
    content: "";
    display: table;
  }
  .statistics::after {
    clear: both;
  }
}
.statistics__cell {
  flex: 1;
  padding: 8px 0;
}
@media screen and (max-width: 799px) {
  .statistics__cell {
    float: left;
    padding: 16px;
    width: 50%;
  }
  .statistics__cell:not(.statistics__cell--last) {
    border-bottom: 1px solid #ECF0F1;
  }
  .statistics__cell:nth-child(odd) {
    border-right: 1px solid #ECF0F1;
  }
}
.statistics__cell:not(:first-child) {
  border-left: 1px solid #ECF0F1;
}
@media screen and (max-width: 799px) {
  .statistics__cell:not(:first-child) {
    border-left: 0;
  }
}
.statistics__title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
@media screen and (max-width: 799px) {
  .statistics .statistic {
    text-align: left;
  }
}

.status-button {
  transition: border-color 0.2s ease-out,  opacity 0.2s ease-out;
  background-color: #FFF;
  border: 1px solid #ECF0F1;
  border-radius: 2px;
  display: block;
  padding: 0 16px;
  text-decoration: none;
  width: 100%;
}
.status-button[disabled], .status-button.is-disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
html:not(.touchevents) .status-button:not([disabled]):not(.is-disabled):hover, html:not(.touchevents) .status-button:not([disabled]):not(.is-disabled):active {
  border-color: #BDC3C7;
}
.status-button.active, .status-button.is-active {
  border-color: #217AFF;
}
.status-button__amount {
  font-size: 18px;
  line-height: 24px;
  color: #313F4C;
  line-height: 40px;
}

.sub-header {
  background-color: #FFF;
  border-bottom: 1px solid #ECF0F1;
  padding: 16px 0;
}
@media screen and (min-width: 688px) {
  .sub-header {
    padding: 24px 0;
  }
}
.sub-header--transparent {
  background-color: transparent;
}
.sub-header__row:not(:last-child) {
  margin-bottom: 16px;
}

.sub-nav {
  background-color: #1D2C3B;
}
@media screen and (min-width: 800px) {
  .sub-nav {
    background-color: #FFF;
    border-bottom: 1px solid #ECF0F1;
  }
}
.sub-nav__badge {
  right: -8px;
}
.sub-nav__container {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 1168px;
}
@media screen and (min-width: 800px) {
  .sub-nav__container {
    padding: 0 16px;
  }
}
.sub-nav__content {
  align-items: center;
  display: flex;
}
.sub-nav__tab {
  font-size: 12px;
  line-height: 16px;
  transition: background-color 0.2s ease-out,  border-color 0.2s ease-out,  color 0.2s ease-out;
  color: #616B76;
  flex: 1;
  overflow: hidden;
  padding: 16px 4px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  word-wrap: break-word;
}
@media screen and (min-width: 688px) {
  .sub-nav__tab {
    font-size: 16px;
    line-height: 16px;
  }
}
@media screen and (min-width: 800px) {
  .sub-nav__tab {
    font-size: 18px;
    line-height: 24px;
    border-bottom: 4px solid #FFF;
    float: left;
    overflow: visible;
    padding: 16px 0 12px 0;
    text-transform: none;
  }
  .sub-nav__tab:not(:last-child) {
    margin-right: 32px;
  }
}
.sub-nav__tab.active, .sub-nav__tab.is-active, html:not(.touchevents) .sub-nav__tab:not([disabled]):not(.is-disabled):hover {
  background-color: #217AFF;
  color: #FFF;
}
@media screen and (min-width: 800px) {
  .sub-nav__tab.active, .sub-nav__tab.is-active, html:not(.touchevents) .sub-nav__tab:not([disabled]):not(.is-disabled):hover {
    background-color: transparent;
    border-color: #217AFF;
    color: #1D2C3B;
  }
}
.sub-nav__tabs {
  display: flex;
  flex: 1;
  max-width: 100%;
}
@media screen and (min-width: 800px) {
  .sub-nav__tabs {
    display: block;
  }
}

.switch {
  display: block;
  height: 16px;
  position: relative;
  width: 24px;
}
.switch__input {
  bottom: 0;
  cursor: pointer;
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.switch__input:checked + .switch__slider {
  background-color: #217AFF;
}
.switch__input:checked + .switch__slider::before {
  transform: translateX(8px);
}
.switch__input:disabled {
  cursor: not-allowed;
}
.switch__slider {
  transition: background-color 0.2s ease-out,  opacity 0.2s ease-out;
  background-color: #F5F7F7;
  border: 1px solid #313F4C;
  border-radius: 8px;
  cursor: pointer;
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
.switch__slider::before {
  transition: transform 0.2s ease-out;
  background-color: #FFF;
  border: 1px solid #313F4C;
  border-radius: 8px;
  content: "";
  height: 16px;
  left: -1px;
  position: absolute;
  top: -1px;
  width: 16px;
}
.switch__input:disabled + .switch__slider {
  opacity: 0.6;
}

.table {
  margin-bottom: -8px;
}
.table .lt-body-wrap > table {
  border-collapse: separate;
  border-spacing: 0 8px;
}
.table .lt-head {
  margin-bottom: 8px;
}
.table .lt-cell,
.table .lt-column {
  padding-left: 8px;
  padding-right: 8px;
}
.table .lt-cell:first-child,
.table .lt-column:first-child {
  padding-left: 16px;
}
.table .lt-cell:last-child,
.table .lt-column:last-child {
  padding-right: 16px;
}
.table .lt-column {
  font-size: 12px;
  line-height: 16px;
  transition: color 0.2s ease-out;
  color: #616B76;
  font-weight: 400;
  padding-bottom: 0;
  padding-top: 0;
}
.table .lt-column.is-sorted {
  align-items: center;
  color: #217AFF;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
html:not(.touchevents) .table .lt-column:not([disabled]):not(.is-disabled):hover.is-sortable {
  color: #217AFF;
}
.table .lt-column .lt-sort-icon {
  font-size: 8px;
  line-height: 16px;
  padding-left: 8px;
}
html:not(.touchevents) .table .lt-row:not([disabled]):not(.is-disabled):hover .lt-cell {
  border-color: #BDC3C7;
}
.table .lt-row.is-expanded .lt-cell:first-child {
  border-bottom-left-radius: 0;
}
.table .lt-row.is-expanded .lt-cell:last-child {
  border-bottom-right-radius: 0;
}
.table .lt-expanded-row td {
  background-color: #fbfcfc;
  border: 1px solid #ECF0F1;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top: 0;
  padding: 16px 24px 24px;
  position: relative;
}
.table .lt-expanded-row td::after {
  background-color: #fbfcfc;
  border-left: 1px solid #ECF0F1;
  border-right: 1px solid #ECF0F1;
  content: "";
  height: 8px;
  left: -1px;
  position: absolute;
  right: -1px;
  top: -8px;
}
.table .lt-cell {
  font-size: 14px;
  line-height: 16px;
  transition: border-color 0.2s ease-out;
  background-color: #FFF;
  border-bottom: 1px solid #ECF0F1;
  border-top: 1px solid #ECF0F1;
  padding-bottom: 16px;
  padding-top: 16px;
}
.table .lt-cell:first-child {
  border-bottom-left-radius: 2px;
  border-left: 1px solid #ECF0F1;
  border-top-left-radius: 2px;
}
.table .lt-cell:last-child {
  border-bottom-right-radius: 2px;
  border-right: 1px solid #ECF0F1;
  border-top-right-radius: 2px;
}
.table--compact {
  margin-bottom: -4px;
}
.table--compact .lt-body-wrap > table {
  border-spacing: 0 4px;
}
.table--compact .lt-head {
  margin-bottom: 4px;
}
.table--compact .lt-cell {
  padding-bottom: 8px;
  padding-top: 8px;
}
.table--compact .lt-expanded-row td::after {
  top: -4px;
}
.table--faded .lt-cell {
  background-color: #F5F7F7;
}
.table--alternative .lt-body-wrap > table {
  border-collapse: collapse;
}
.table--alternative .lt-head {
  margin-bottom: 0;
}
.table--alternative .lt-column {
  padding-bottom: 24px;
  padding-top: 24px;
}
.table--alternative .lt-cell:first-child,
.table--alternative .lt-column:first-child {
  padding-left: 32px;
}
.table--alternative .lt-cell:last-child,
.table--alternative .lt-column:last-child {
  padding-right: 32px;
}
html:not(.touchevents) .table--alternative .lt-row:not([disabled]):not(.is-disabled):hover .lt-cell {
  background-color: #F5F7F7;
  border-bottom-color: #ECF0F1;
}
.table--alternative .lt-row:first-child .lt-cell {
  border-top: 1px solid #BDC3C7;
}
.table--alternative .lt-row:last-child .lt-cell {
  border-bottom: 1px solid #BDC3C7;
}
.table--alternative .lt-row:last-child .lt-cell, html:not(.touchevents) .table--alternative .lt-row:last-child:not([disabled]):not(.is-disabled):hover .lt-cell {
  border-bottom: 1px solid #BDC3C7;
}
.table--alternative .lt-cell {
  transition: background-color 0.2s ease-out;
  background-color: transparent;
  border-bottom: 1px solid #ECF0F1;
}
.table--alternative .lt-cell:first-child {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.table--alternative .lt-cell:last-child {
  border-bottom-right-radius: 0;
  border-right: 0;
  border-top-right-radius: 0;
}
html:not(.touchevents) .table--alternative .lt-foot .lt-row:not([disabled]):not(.is-disabled):hover .lt-cell {
  background-color: transparent;
  border: 0;
}
.table--alternative .lt-foot .lt-row:last-child .lt-cell, .table--alternative .lt-foot .lt-row:last-child html:not(.touchevents) .table--alternative .lt-foot .lt-row:not([disabled]):not(.is-disabled):hover .lt-cell {
  border: 0;
  padding-bottom: 32px;
}
.table--alternative .lt-foot .lt-cell {
  border: 0;
  padding-bottom: 4px;
}
.table--preview .lt-body-wrap > table {
  border-collapse: collapse;
}
.table--preview .lt-head {
  margin-bottom: 0;
}
.table--preview .lt-column {
  padding-bottom: 16px;
  padding-top: 16px;
}
.table--preview .lt-row .lt-cell:first-child,
.table--preview .lt-column:first-child {
  padding-left: 24px;
}
.table--preview .lt-row .lt-cell:last-child,
.table--preview .lt-column:last-child {
  padding-right: 24px;
}
html:not(.touchevents) .table--preview .lt-row:not([disabled]):not(.is-disabled):hover .lt-cell {
  background-color: #F5F7F7;
}
.table--preview .lt-row .lt-cell {
  border: 0;
  border-radius: 0;
  padding: 16px 8px;
}
.table--preview .lt-row .lt-cell::after {
  content: none;
}
.table--preview .lt-row:first-child .lt-cell {
  border: 0;
}
.table--preview .lt-row:last-child .lt-cell {
  border: 0;
}
.table--preview .lt-row:last-child .lt-cell, html:not(.touchevents) .table--preview .lt-row:last-child:not([disabled]):not(.is-disabled):hover .lt-cell {
  border: 0;
}
.table--preview .lt-cell {
  transition: background-color 0.2s ease-out;
  background-color: transparent;
}
.table--preview .lt-scaffolding-row .lt-scaffolding {
  border: 0;
  padding: 0;
}

.textarea {
  /* stylelint-disable selector-no-vendor-prefix */
  /* stylelint-enable selector-no-vendor-prefix */
  transition: border-color 0.2s ease-out,  opacity 0.2s ease-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFF;
  color: inherit;
  display: block;
  font-family: inherit;
  font-size: 14px;
  height: 32px;
  outline: 0;
  width: 100%;
  border: 1px solid #ECF0F1;
  border-radius: 2px;
  height: 128px;
  line-height: 16px;
  min-height: 48px;
  padding: 16px;
  resize: vertical;
}
.textarea::-webkit-input-placeholder {
  color: #BDC3C7;
}
.textarea::-moz-placeholder {
  color: #BDC3C7;
}
.textarea:-ms-input-placeholder {
  color: #BDC3C7;
}
.textarea:-moz-placeholder {
  color: #BDC3C7;
}
.textarea[disabled], .textarea.is-disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.textarea:focus, html:not(.touchevents) .textarea:not([disabled]):not(.is-disabled):hover {
  border-color: #BDC3C7;
}
.textarea--compact {
  height: 32px;
  min-height: 32px;
  padding: 8px 16px;
}
.textarea--counter {
  font-size: 14px;
  line-height: 16px;
  color: #7F8C8D;
}

.title {
  font-weight: 400;
  margin-bottom: 16px;
  margin-top: 16px;
}
.title:first-child {
  margin-top: 0;
}
.title:last-child {
  margin-bottom: 0;
}
.title--h1 {
  font-size: 36px;
  line-height: 40px;
}
.title--h2 {
  font-size: 24px;
  line-height: 24px;
}
.title--h3 {
  font-size: 18px;
  line-height: 24px;
}
.title--h4 {
  font-size: 16px;
  line-height: 16px;
}
.title--h5 {
  font-size: 14px;
  line-height: 16px;
}
.title--h6 {
  font-size: 12px;
  line-height: 16px;
}
.title--center {
  text-align: center;
}
.title--semibold {
  font-weight: 600;
}
.title--danger {
  color: #FF3131;
}
.title--info {
  color: #217AFF;
}
.title--success {
  color: #3BC549;
}
.title--warning {
  color: #FD9B2E;
}
.title__appendix {
  color: #616B76;
  text-transform: lowercase;
}

/* stylelint-disable selector-no-qualifying-type */
.ember-attacher-tooltip {
  font-size: 14px;
  line-height: 16px;
  background-color: #FFF;
  border: 1px solid #ECF0F1;
  border-radius: 2px;
  box-shadow: 0 0 4px 0 #ECF0F1;
  color: #313F4C;
  font-family: "Source Sans Pro", sans-serif;
  max-width: 288px;
  padding: 16px;
}
.ember-attacher-tooltip > div[x-arrow] {
  background-color: #FFF;
  border-bottom-color: #ECF0F1;
  border-left-color: #ECF0F1;
}

.upload__dropzone {
  transition: background-color 0.2s ease-out,  border-color 0.2s ease-out;
  background-color: #F5F7F7;
  border: 1px dashed #7F8C8D;
  border-radius: 4px;
  padding: 40px;
}
.upload__dropzone--valid {
  background-color: #ECF0F1;
}
.upload__dropzone--invalid {
  border-color: #FF3131;
}
.upload__extra {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.upload__cta {
  align-items: center;
  color: #616B76;
  display: flex;
  justify-content: center;
}
.upload__icon {
  font-size: 20px;
}
.upload__copy {
  margin: 0 8px;
}
.upload__info {
  color: #7F8C8D;
  font-size: 14px;
  margin-top: 16px;
  text-align: center;
}
.upload__queue {
  margin-top: 16px;
}
.upload__file {
  transition: border-color 0.2s ease-out;
  align-items: center;
  background-color: #F5F7F7;
  border: 1px solid #ECF0F1;
  border-radius: 4px;
  display: flex;
  font-size: 14px;
  padding: 8px 16px;
}
.upload__file:hover {
  border-color: #BDC3C7;
}
.upload__file:not(:last-child) {
  margin-bottom: 4px;
}
.upload__file-name, .upload__file-size, .upload__file-actions {
  margin-left: 8px;
}
.upload__file-status {
  align-items: center;
  display: flex;
  height: 16px;
  justify-content: center;
  width: 16px;
}
.upload__file-icon {
  font-size: 16px;
}
.upload__file-name {
  font-weight: 600;
}
.upload__file-actions {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
}

.video-manuals {
  margin: 0 -8px;
}
@media screen and (min-width: 688px) {
  .video-manuals {
    display: flex;
    flex-wrap: wrap;
  }
}
.video-manuals__col {
  padding: 0 8px;
}
@media screen and (min-width: 688px) {
  .video-manuals__col {
    width: 50%;
  }
}
.video-manuals__iframe-container {
  border-radius: 8px;
  box-shadow: 0 2px 8px 0 rgba(63, 69, 81, 0.16);
  height: 0;
  margin-bottom: 0.9em;
  margin-top: 1.6em;
  overflow: hidden;
  padding-bottom: 0;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
  will-change: transform;
}
.video-manuals__iframe {
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.warning-list:not(:first-child) {
  margin-top: 8px;
}
.warning-list:not(:last-child) {
  margin-bottom: 8px;
}
.warning-list__warning:not(:last-child) {
  margin-bottom: 4px;
}

.warning {
  font-size: 14px;
  line-height: 16px;
  color: #FD9B2E;
  font-style: italic;
}

.u-break-word {
  word-wrap: break-word;
}

.u-no-break-word {
  white-space: nowrap;
}

.u-break-all {
  word-break: break-all;
}

.u-color-state-danger {
  color: #FF3131;
}

.u-color-state-info {
  color: #217AFF;
}

.u-color-state-success {
  color: #3BC549;
}

.u-color-state-warning {
  color: #FD9B2E;
}

.u-divider-top {
  border-top: 1px solid #ECF0F1;
}

.ectn-mobile-header-spacer {
  margin-top: 40px;
}

.has-active-modal {
  overflow: hidden;
}

.has-active-ectn-modal {
  overflow: auto;
}

@media screen and (min-width: 1232px) {
  .u-has-back-button {
    margin-left: -32px;
  }
}

.u-has-badge {
  overflow: visible;
  position: relative;
}

.u-is-italic {
  font-style: italic;
}

.u-is-semibold {
  font-weight: 600;
}

.u-center {
  margin-left: auto;
  margin-right: auto;
}

.u-fluid-image {
  display: block;
  height: auto;
  max-width: 100%;
}

.u-left {
  float: left;
}

.u-right {
  float: right;
}

.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

.u-text-uppercase {
  text-transform: uppercase;
}