@charset "UTF-8";@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

/*!
 * * Quasar Framework v2.17.5
 * * (c) 2015-present Razvan Stoenescu
 * * Released under the MIT License.
 * */
/**
*
 */
/**
*
*/
/**
*
 */
/**
*
 */
*, *:before, *:after {
  box-sizing: inherit;
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
}
html, body, #q-app {
  width: 100%;
  direction: ltr;
}
body.platform-ios.within-iframe, body.platform-ios.within-iframe #q-app {
  width: 100px;
  min-width: 100%;
}
html, body {
  margin: 0;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
/* * line 1: Remove the bottom border in Firefox 39-.
 * * lines 2,3: Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 * */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
img {
  border-style: none;
}
/* * line 1: Correct the inheritance and scaling of font size in all browsers.
 * * line 2: Correct the odd `em` font sizing in all browsers.
 * */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* * lines 1,2: Add the correct box sizing in Firefox.
 * * line 3: Show the overflow in Edge and IE.
 * */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  font-family: inherit;
  margin: 0;
}
optgroup {
  font-weight: bold;
}
/* * Show the overflow in IE.
 * *  input: Show the overflow in Edge.
 * *  select: Show the overflow in Edge, Firefox, and IE.
 * * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * *  select: Remove the inheritance of text transform in Firefox.
 * */
button,
input,
select {
  overflow: visible;
  text-transform: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button:-moz-focusring, input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * * lines 1,3,4,6: Correct the text wrapping in Edge and IE.
 * * line 2: Correct the color inheritance from `fieldset` elements in IE.
 * * line 5: Remove the padding so developers are not caught out when they zero out
 * *    `fieldset` elements in all browsers.
 * */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.q-icon {
  line-height: 1;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  text-align: center;
  position: relative;
  box-sizing: content-box;
  fill: currentColor;
}
.q-icon:before, .q-icon:after {
  width: 100%;
  height: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.q-icon > svg,
.q-icon > img {
  width: 100%;
  height: 100%;
}
.q-icon > div {
  box-sizing: border-box;
}
.q-icon,
.material-icons,
.material-icons-outlined,
.material-icons-round,
.material-icons-sharp,
.material-symbols-outlined,
.material-symbols-rounded,
.material-symbols-sharp {
  -webkit-user-select: none;
          user-select: none;
  cursor: inherit;
  font-size: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}
.q-panel {
  height: 100%;
  width: 100%;
}
.q-panel > div {
  height: 100%;
  width: 100%;
}
.q-panel-parent {
  overflow: hidden;
  position: relative;
}
.q-loading-bar {
  position: fixed;
  z-index: 9998;
  transition: transform 0.5s cubic-bezier(0, 0, 0.2, 1), opacity 0.5s;
  background: #CA2031;
}
.q-loading-bar--top {
  left: 0 /* rtl:ignore */;
  right: 0 /* rtl:ignore */;
  top: 0;
  width: 100%;
}
.q-loading-bar--bottom {
  left: 0 /* rtl:ignore */;
  right: 0 /* rtl:ignore */;
  bottom: 0;
  width: 100%;
}
.q-loading-bar--right {
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
}
.q-loading-bar--left {
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}
.q-avatar {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  border-radius: 50%;
  font-size: 48px;
  height: 1em;
  width: 1em;
}
.q-avatar__content {
  font-size: 0.5em;
  line-height: 0.5em;
}
.q-avatar__content, .q-avatar img:not(.q-icon):not(.q-img__image) {
  border-radius: inherit;
  height: inherit;
  width: inherit;
}
.q-avatar--square {
  border-radius: 0;
}
.q-badge {
  background-color: var(--q-primary);
  color: #fff;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1;
  min-height: 12px;
  font-weight: normal;
  vertical-align: baseline;
}
.q-badge--single-line {
  white-space: nowrap;
}
.q-badge--multi-line {
  word-break: break-all;
  word-wrap: break-word;
}
.q-badge--floating {
  position: absolute;
  top: -4px;
  right: -3px;
  cursor: inherit;
}
.q-badge--transparent {
  opacity: 0.8;
}
.q-badge--outline {
  background-color: transparent;
  border: 1px solid currentColor;
}
.q-badge--rounded {
  border-radius: 1em;
}
.q-banner {
  min-height: 54px;
  padding: 8px 16px;
  background: #fff;
}
.q-banner--top-padding {
  padding-top: 14px;
}
.q-banner__avatar {
  min-width: 1px !important;
}
.q-banner__avatar > .q-avatar {
  font-size: 46px;
}
.q-banner__avatar > .q-icon {
  font-size: 40px;
}
.q-banner__avatar:not(:empty) + .q-banner__content {
  padding-left: 16px;
}
.q-banner__actions.col-auto {
  padding-left: 16px;
}
.q-banner__actions.col-all .q-btn-item {
  margin: 4px 0 0 4px;
}
.q-banner--dense {
  min-height: 32px;
  padding: 8px;
}
.q-banner--dense.q-banner--top-padding {
  padding-top: 12px;
}
.q-banner--dense .q-banner__avatar > .q-avatar, .q-banner--dense .q-banner__avatar > .q-icon {
  font-size: 28px;
}
.q-banner--dense .q-banner__avatar:not(:empty) + .q-banner__content {
  padding-left: 8px;
}
.q-banner--dense .q-banner__actions.col-auto {
  padding-left: 8px;
}
.q-bar {
  background: rgba(0, 0, 0, 0.2);
}
.q-bar > .q-icon {
  margin-left: 2px;
}
.q-bar > div, .q-bar > div + .q-icon {
  margin-left: 8px;
}
.q-bar > .q-btn {
  margin-left: 2px;
}
.q-bar > .q-icon:first-child, .q-bar > .q-btn:first-child, .q-bar > div:first-child {
  margin-left: 0;
}
.q-bar--standard {
  padding: 0 12px;
  height: 32px;
  font-size: 18px;
}
.q-bar--standard > div {
  font-size: 16px;
}
.q-bar--standard .q-btn {
  font-size: 11px;
}
.q-bar--dense {
  padding: 0 8px;
  height: 24px;
  font-size: 14px;
}
.q-bar--dense .q-btn {
  font-size: 8px;
}
.q-bar--dark {
  background: rgba(255, 255, 255, 0.15);
}
.q-breadcrumbs__el {
  color: inherit;
}
.q-breadcrumbs__el-icon {
  font-size: 125%;
}
.q-breadcrumbs__el-icon--with-label {
  margin-right: 8px;
}
[dir=rtl] .q-breadcrumbs__separator .q-icon {
  transform: scaleX(-1) /* rtl:ignore */;
}
.q-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
  outline: 0;
  border: 0;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.715em;
  text-decoration: none;
  color: inherit;
  background: transparent;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  width: auto;
  height: auto;
  cursor: default;
  padding: 4px 16px;
  min-height: 2.572em;
}
.q-btn .q-icon, .q-btn .q-spinner {
  font-size: 1.715em;
}
.q-btn.disabled {
  opacity: 0.7 !important;
}
.q-btn:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: inherit;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
}
.q-btn--actionable {
  cursor: pointer;
}
.q-btn--actionable.q-btn--standard:before {
  transition: box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.q-btn--actionable.q-btn--standard:active:before, .q-btn--actionable.q-btn--standard.q-btn--active:before {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px rgba(0, 0, 0, 0.14), 0 1px 14px rgba(0, 0, 0, 0.12);
}
.q-btn--no-uppercase {
  text-transform: none;
}
.q-btn--rectangle {
  border-radius: 3px;
}
.q-btn--outline {
  background: transparent !important;
}
.q-btn--outline:before {
  border: 1px solid currentColor;
}
.q-btn--push {
  border-radius: 7px;
}
.q-btn--push:before {
  border-bottom: 3px solid rgba(0, 0, 0, 0.15);
}
.q-btn--push.q-btn--actionable {
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.q-btn--push.q-btn--actionable:before {
  transition: border-width 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.q-btn--push.q-btn--actionable:active, .q-btn--push.q-btn--actionable.q-btn--active {
  transform: translateY(2px);
}
.q-btn--push.q-btn--actionable:active:before, .q-btn--push.q-btn--actionable.q-btn--active:before {
  border-bottom-width: 0;
}
.q-btn--rounded {
  border-radius: 28px;
}
.q-btn--round {
  border-radius: 50%;
  padding: 0;
  min-width: 3em;
  min-height: 3em;
}
.q-btn--square {
  border-radius: 0;
}
.q-btn--flat:before, .q-btn--outline:before, .q-btn--unelevated:before {
  box-shadow: none;
}
.q-btn--dense {
  padding: 0.285em;
  min-height: 2em;
}
.q-btn--dense.q-btn--round {
  padding: 0;
  min-height: 2.4em;
  min-width: 2.4em;
}
.q-btn--dense .on-left {
  margin-right: 6px;
}
.q-btn--dense .on-right {
  margin-left: 6px;
}
.q-btn--fab .q-icon, .q-btn--fab-mini .q-icon {
  font-size: 24px;
}
.q-btn--fab {
  padding: 16px;
  min-height: 56px;
  min-width: 56px;
}
.q-btn--fab .q-icon {
  margin: auto;
}
.q-btn--fab-mini {
  padding: 8px;
  min-height: 40px;
  min-width: 40px;
}
.q-btn__content {
  transition: opacity 0.3s;
  z-index: 0;
}
.q-btn__content--hidden {
  opacity: 0;
  pointer-events: none;
}
.q-btn__progress {
  border-radius: inherit;
  z-index: 0;
}
.q-btn__progress-indicator {
  z-index: -1;
  transform: translateX(-100%);
  background: rgba(255, 255, 255, 0.25);
}
.q-btn__progress--dark .q-btn__progress-indicator {
  background: rgba(0, 0, 0, 0.2);
}
.q-btn--flat .q-btn__progress-indicator, .q-btn--outline .q-btn__progress-indicator {
  opacity: 0.2;
  background: currentColor;
}
.q-btn-dropdown--split .q-btn-dropdown__arrow-container {
  padding: 0 4px;
}
.q-btn-dropdown--split .q-btn-dropdown__arrow-container.q-btn--outline {
  border-left: 1px solid currentColor;
}
.q-btn-dropdown--split .q-btn-dropdown__arrow-container:not(.q-btn--outline) {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.q-btn-dropdown--simple * + .q-btn-dropdown__arrow {
  margin-left: 8px;
}
.q-btn-dropdown__arrow {
  transition: transform 0.28s;
}
.q-btn-dropdown--current {
  flex-grow: 1;
}
.q-btn-group {
  border-radius: 3px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
  vertical-align: middle;
}
.q-btn-group > .q-btn-item {
  border-radius: inherit;
  align-self: stretch;
}
.q-btn-group > .q-btn-item:before {
  box-shadow: none;
}
.q-btn-group > .q-btn-item .q-badge--floating {
  right: 0;
}
.q-btn-group > .q-btn-group {
  box-shadow: none;
}
.q-btn-group > .q-btn-group:first-child > .q-btn:first-child {
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}
.q-btn-group > .q-btn-group:last-child > .q-btn:last-child {
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}
.q-btn-group > .q-btn-group:not(:first-child) > .q-btn:first-child:before {
  border-left: 0;
}
.q-btn-group > .q-btn-group:not(:last-child) > .q-btn:last-child:before {
  border-right: 0;
}
.q-btn-group > .q-btn-item:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.q-btn-group > .q-btn-item:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.q-btn-group > .q-btn-item.q-btn--standard:before {
  z-index: -1;
}
.q-btn-group--push {
  border-radius: 7px;
}
.q-btn-group--push > .q-btn--push.q-btn--actionable {
  transform: none;
}
.q-btn-group--push > .q-btn--push.q-btn--actionable .q-btn__content {
  transition: margin-top 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), margin-bottom 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.q-btn-group--push > .q-btn--push.q-btn--actionable:active .q-btn__content, .q-btn-group--push > .q-btn--push.q-btn--actionable.q-btn--active .q-btn__content {
  margin-top: 2px;
  margin-bottom: -2px;
}
.q-btn-group--rounded {
  border-radius: 28px;
}
.q-btn-group--square {
  border-radius: 0;
}
.q-btn-group--flat, .q-btn-group--outline, .q-btn-group--unelevated {
  box-shadow: none;
}
.q-btn-group--outline > .q-separator {
  display: none;
}
.q-btn-group--outline > .q-btn-item + .q-btn-item:before {
  border-left: 0;
}
.q-btn-group--outline > .q-btn-item:not(:last-child):before {
  border-right: 0;
}
.q-btn-group--stretch {
  align-self: stretch;
  border-radius: 0;
}
.q-btn-group--glossy > .q-btn-item {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04)) !important;
}
.q-btn-group--spread > .q-btn-group {
  display: flex !important;
}
.q-btn-group--spread > .q-btn-item, .q-btn-group--spread > .q-btn-group > .q-btn-item:not(.q-btn-dropdown__arrow-container) {
  width: auto;
  min-width: 0;
  max-width: 100%;
  flex: 10000 1 0%;
}
.q-btn-toggle {
  position: relative;
}
.q-card {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  vertical-align: top;
  background: #fff;
  position: relative;
}
.q-card > div:not(.q--avoid-card-border),
.q-card > img:not(.q--avoid-card-border) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.q-card > div:nth-child(1 of :not(.q--avoid-card-border)),
.q-card > img:nth-child(1 of :not(.q--avoid-card-border)) {
  border-top: 0;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.q-card > div:nth-last-child(1 of :not(.q--avoid-card-border)),
.q-card > img:nth-last-child(1 of :not(.q--avoid-card-border)) {
  border-bottom: 0;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.q-card > div:not(.q--avoid-card-border) {
  border-left: 0;
  border-right: 0;
  box-shadow: none;
}
.q-card--bordered {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.q-card--dark {
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: 0 1px 5px rgba(255, 255, 255, 0.2), 0 2px 2px rgba(255, 255, 255, 0.14), 0 3px 1px -2px rgba(255, 255, 255, 0.12);
}
.q-card__section {
  position: relative;
}
.q-card__section--vert {
  padding: 16px;
}
.q-card__section--horiz > div:not(.q--avoid-card-border),
.q-card__section--horiz > img:not(.q--avoid-card-border) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.q-card__section--horiz > div:nth-child(1 of :not(.q--avoid-card-border)),
.q-card__section--horiz > img:nth-child(1 of :not(.q--avoid-card-border)) {
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}
.q-card__section--horiz > div:nth-last-child(1 of :not(.q--avoid-card-border)),
.q-card__section--horiz > img:nth-last-child(1 of :not(.q--avoid-card-border)) {
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}
.q-card__section--horiz > div:not(.q--avoid-card-border) {
  border-top: 0;
  border-bottom: 0;
  box-shadow: none;
}
.q-card__actions {
  padding: 8px;
  align-items: center;
}
.q-card__actions .q-btn--rectangle {
  padding: 0 8px;
}
.q-card__actions--horiz > .q-btn-item + .q-btn-item,
.q-card__actions--horiz > .q-btn-group + .q-btn-item,
.q-card__actions--horiz > .q-btn-item + .q-btn-group {
  margin-left: 8px;
}
.q-card__actions--vert > .q-btn-item.q-btn--round {
  align-self: center;
}
.q-card__actions--vert > .q-btn-item + .q-btn-item,
.q-card__actions--vert > .q-btn-group + .q-btn-item,
.q-card__actions--vert > .q-btn-item + .q-btn-group {
  margin-top: 4px;
}
.q-card__actions--vert > .q-btn-group > .q-btn-item {
  flex-grow: 1;
}
.q-card > img {
  display: block;
  width: 100%;
  max-width: 100%;
  border: 0;
}
.q-carousel {
  background-color: #fff;
  height: 400px;
}
.q-carousel__slide {
  min-height: 100%;
  background-size: cover;
  background-position: 50%;
}
.q-carousel__slide, .q-carousel .q-carousel--padding {
  padding: 16px;
}
.q-carousel__slides-container {
  height: 100%;
}
.q-carousel__control {
  color: #fff;
}
.q-carousel__arrow {
  pointer-events: none;
}
.q-carousel__arrow .q-icon {
  font-size: 28px;
}
.q-carousel__arrow .q-btn {
  pointer-events: all;
}
.q-carousel__prev-arrow--horizontal, .q-carousel__next-arrow--horizontal {
  top: 16px;
  bottom: 16px;
}
.q-carousel__prev-arrow--horizontal {
  left: 16px;
}
.q-carousel__next-arrow--horizontal {
  right: 16px;
}
.q-carousel__prev-arrow--vertical, .q-carousel__next-arrow--vertical {
  left: 16px;
  right: 16px;
}
.q-carousel__prev-arrow--vertical {
  top: 16px;
}
.q-carousel__next-arrow--vertical {
  bottom: 16px;
}
.q-carousel__navigation--top, .q-carousel__navigation--bottom {
  left: 16px;
  right: 16px;
  overflow-x: auto;
  overflow-y: hidden;
}
.q-carousel__navigation--top {
  top: 16px;
}
.q-carousel__navigation--bottom {
  bottom: 16px;
}
.q-carousel__navigation--left, .q-carousel__navigation--right {
  top: 16px;
  bottom: 16px;
  overflow-x: hidden;
  overflow-y: auto;
}
.q-carousel__navigation--left > .q-carousel__navigation-inner, .q-carousel__navigation--right > .q-carousel__navigation-inner {
  flex-direction: column;
}
.q-carousel__navigation--left {
  left: 16px;
}
.q-carousel__navigation--right {
  right: 16px;
}
.q-carousel__navigation-inner {
  flex: 1 1 auto;
}
.q-carousel__navigation .q-btn {
  margin: 6px 4px;
  padding: 5px;
}
.q-carousel__navigation-icon--inactive {
  opacity: 0.7;
}
.q-carousel .q-carousel__thumbnail {
  margin: 2px;
  height: 50px;
  width: auto;
  display: inline-block;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  vertical-align: middle;
  opacity: 0.7;
  transition: opacity 0.3s;
}
.q-carousel .q-carousel__thumbnail:hover,
.q-carousel .q-carousel__thumbnail--active {
  opacity: 1;
}
.q-carousel .q-carousel__thumbnail--active {
  border-color: currentColor;
  cursor: default;
}
.q-carousel--navigation-top.q-carousel--with-padding .q-carousel__slide, .q-carousel--navigation-top .q-carousel--padding, .q-carousel--arrows-vertical.q-carousel--with-padding .q-carousel__slide, .q-carousel--arrows-vertical .q-carousel--padding {
  padding-top: 60px;
}
.q-carousel--navigation-bottom.q-carousel--with-padding .q-carousel__slide, .q-carousel--navigation-bottom .q-carousel--padding, .q-carousel--arrows-vertical.q-carousel--with-padding .q-carousel__slide, .q-carousel--arrows-vertical .q-carousel--padding {
  padding-bottom: 60px;
}
.q-carousel--navigation-left.q-carousel--with-padding .q-carousel__slide, .q-carousel--navigation-left .q-carousel--padding, .q-carousel--arrows-horizontal.q-carousel--with-padding .q-carousel__slide, .q-carousel--arrows-horizontal .q-carousel--padding {
  padding-left: 60px;
}
.q-carousel--navigation-right.q-carousel--with-padding .q-carousel__slide, .q-carousel--navigation-right .q-carousel--padding, .q-carousel--arrows-horizontal.q-carousel--with-padding .q-carousel__slide, .q-carousel--arrows-horizontal .q-carousel--padding {
  padding-right: 60px;
}
.q-carousel.fullscreen {
  height: 100%;
}
.q-message-name {
  font-size: small;
}
.q-message-label {
  margin: 24px 0;
  text-align: center;
  font-size: small;
}
.q-message-stamp {
  color: inherit;
  margin-top: 4px;
  opacity: 0.6;
  display: none;
  font-size: small;
}
.q-message-avatar {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  min-width: 48px;
}
.q-message {
  margin-bottom: 8px;
}
.q-message:first-child .q-message-label {
  margin-top: 0;
}
.q-message-avatar--received {
  margin-right: 8px;
}
.q-message-text--received {
  color: #81c784;
  border-radius: 4px 4px 4px 0;
}
.q-message-text--received:last-child:before {
  right: 100%;
  border-right: 0 solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid currentColor;
}
.q-message-text-content--received {
  color: #000;
}
.q-message-name--sent {
  text-align: right;
}
.q-message-avatar--sent {
  margin-left: 8px;
}
.q-message-container--sent {
  flex-direction: row-reverse;
}
.q-message-text--sent {
  color: #e0e0e0;
  border-radius: 4px 4px 0 4px;
}
.q-message-text--sent:last-child:before {
  left: 100%;
  border-left: 0 solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid currentColor;
}
.q-message-text-content--sent {
  color: #000;
}
.q-message-text {
  background: currentColor;
  padding: 8px;
  line-height: 1.2;
  word-break: break-word;
  position: relative;
}
.q-message-text + .q-message-text {
  margin-top: 3px;
}
.q-message-text:last-child {
  min-height: 48px;
}
.q-message-text:last-child .q-message-stamp {
  display: block;
}
.q-message-text:last-child:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
}
.q-checkbox {
  vertical-align: middle;
}
.q-checkbox__native {
  width: 1px;
  height: 1px;
}
.q-checkbox__bg, .q-checkbox__icon-container {
  -webkit-user-select: none;
          user-select: none;
}
.q-checkbox__bg {
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
  border: 2px solid currentColor;
  border-radius: 2px;
  transition: background 0.22s cubic-bezier(0, 0, 0.2, 1) 0ms;
  -webkit-print-color-adjust: exact;
}
.q-checkbox__icon {
  color: currentColor;
  font-size: 0.5em;
}
.q-checkbox__svg {
  color: #fff;
}
.q-checkbox__truthy {
  stroke: currentColor;
  stroke-width: 3.12px;
  stroke-dashoffset: 29.78334;
  stroke-dasharray: 29.78334;
}
.q-checkbox__indet {
  fill: currentColor;
  transform-origin: 50% 50%;
  transform: rotate(-280deg) scale(0);
}
.q-checkbox__inner {
  font-size: 40px;
  width: 1em;
  min-width: 1em;
  height: 1em;
  outline: 0;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.54);
}
.q-checkbox__inner--truthy, .q-checkbox__inner--indet {
  color: var(--q-primary);
}
.q-checkbox__inner--truthy .q-checkbox__bg, .q-checkbox__inner--indet .q-checkbox__bg {
  background: currentColor;
}
.q-checkbox__inner--truthy path {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.18s cubic-bezier(0.4, 0, 0.6, 1) 0ms;
}
.q-checkbox__inner--indet .q-checkbox__indet {
  transform: rotate(0) scale(1);
  transition: transform 0.22s cubic-bezier(0, 0, 0.2, 1) 0ms;
}
.q-checkbox.disabled {
  opacity: 0.75 !important;
}
.q-checkbox--dark .q-checkbox__inner {
  color: rgba(255, 255, 255, 0.7);
}
.q-checkbox--dark .q-checkbox__inner:before {
  opacity: 0.32 !important;
}
.q-checkbox--dark .q-checkbox__inner--truthy, .q-checkbox--dark .q-checkbox__inner--indet {
  color: var(--q-primary);
}
.q-checkbox--dense .q-checkbox__inner {
  width: 0.5em;
  min-width: 0.5em;
  height: 0.5em;
}
.q-checkbox--dense .q-checkbox__bg {
  left: 5%;
  top: 5%;
  width: 90%;
  height: 90%;
}
.q-checkbox--dense .q-checkbox__label {
  padding-left: 0.5em;
}
.q-checkbox--dense.reverse .q-checkbox__label {
  padding-left: 0;
  padding-right: 0.5em;
}
body.desktop .q-checkbox:not(.disabled) .q-checkbox__inner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.12;
  transform: scale3d(0, 0, 1);
  transition: transform 0.22s cubic-bezier(0, 0, 0.2, 1);
}
body.desktop .q-checkbox:not(.disabled):focus .q-checkbox__inner:before, body.desktop .q-checkbox:not(.disabled):hover .q-checkbox__inner:before {
  transform: scale3d(1, 1, 1);
}
body.desktop .q-checkbox--dense:not(.disabled):focus .q-checkbox__inner:before, body.desktop .q-checkbox--dense:not(.disabled):hover .q-checkbox__inner:before {
  transform: scale3d(1.4, 1.4, 1);
}
.q-chip {
  vertical-align: middle;
  border-radius: 16px;
  outline: 0;
  position: relative;
  height: 2em;
  max-width: 100%;
  margin: 4px;
  background: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  padding: 0.5em 0.9em;
}
.q-chip--colored .q-chip__icon, .q-chip--dark .q-chip__icon {
  color: inherit;
}
.q-chip--outline {
  background: transparent !important;
  border: 1px solid currentColor;
}
.q-chip .q-avatar {
  font-size: 2em;
  margin-left: -0.45em;
  margin-right: 0.2em;
  border-radius: 16px;
}
.q-chip--selected .q-avatar {
  display: none;
}
.q-chip__icon {
  color: rgba(0, 0, 0, 0.54);
  font-size: 1.5em;
  margin: -0.2em;
}
.q-chip__icon--left {
  margin-right: 0.2em;
}
.q-chip__icon--right {
  margin-left: 0.2em;
}
.q-chip__icon--remove {
  margin-left: 0.1em;
  margin-right: -0.5em;
  opacity: 0.6;
  outline: 0;
}
.q-chip__icon--remove:hover, .q-chip__icon--remove:focus {
  opacity: 1;
}
.q-chip__content {
  white-space: nowrap;
}
.q-chip--dense {
  border-radius: 12px;
  padding: 0 0.4em;
  height: 1.5em;
}
.q-chip--dense .q-avatar {
  font-size: 1.5em;
  margin-left: -0.27em;
  margin-right: 0.1em;
  border-radius: 12px;
}
.q-chip--dense .q-chip__icon {
  font-size: 1.25em;
}
.q-chip--dense .q-chip__icon--left {
  margin-right: 0.195em;
}
.q-chip--dense .q-chip__icon--remove {
  margin-right: -0.25em;
}
.q-chip--square {
  border-radius: 4px;
}
.q-chip--square .q-avatar {
  border-radius: 3px 0 0 3px;
}
body.desktop .q-chip--clickable:focus {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}
body.desktop.body--dark .q-chip--clickable:focus {
  box-shadow: 0 1px 3px rgba(255, 255, 255, 0.2), 0 1px 1px rgba(255, 255, 255, 0.14), 0 2px 1px -1px rgba(255, 255, 255, 0.12);
}
.q-circular-progress {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  line-height: 1;
}
.q-circular-progress.q-focusable {
  border-radius: 50%;
}
.q-circular-progress__svg {
  width: 100%;
  height: 100%;
}
.q-circular-progress__text {
  font-size: 0.25em;
}
.q-circular-progress--indeterminate .q-circular-progress__svg {
  transform-origin: 50% 50%;
  animation: q-spin 2s linear infinite /* rtl:ignore */;
}
.q-circular-progress--indeterminate .q-circular-progress__circle {
  stroke-dasharray: 1 400;
  stroke-dashoffset: 0;
  animation: q-circular-progress-circle 1.5s ease-in-out infinite /* rtl:ignore */;
}
@keyframes q-circular-progress-circle {
  0% {
    stroke-dasharray: 1, 400;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 400, 400;
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dasharray: 400, 400;
    stroke-dashoffset: -300;
  }
}
.q-color-picker {
  overflow: hidden;
  background: #fff;
  max-width: 350px;
  vertical-align: top;
  min-width: 180px;
  border-radius: 4px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
}
.q-color-picker .q-tab {
  padding: 0 !important;
}
.q-color-picker--bordered {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.q-color-picker__header-tabs {
  height: 32px;
}
.q-color-picker__header-banner {
  height: 36px;
}
.q-color-picker__header input {
  line-height: 24px;
  border: 0;
}
.q-color-picker__header .q-tab {
  min-height: 32px !important;
  height: 32px !important;
}
.q-color-picker__header .q-tab--inactive {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.15) 25%, rgba(0, 0, 0, 0.1));
}
.q-color-picker__error-icon {
  bottom: 2px;
  right: 2px;
  font-size: 24px;
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
.q-color-picker__header-content {
  position: relative;
  background: #fff;
}
.q-color-picker__header-content--light {
  color: #000;
}
.q-color-picker__header-content--dark {
  color: #fff;
}
.q-color-picker__header-content--dark .q-tab--inactive:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
}
.q-color-picker__header-banner {
  height: 36px;
}
.q-color-picker__header-bg {
  background: #fff;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAH0lEQVQoU2NkYGAwZkAFZ5G5jPRRgOYEVDeB3EBjBQBOZwTVugIGyAAAAABJRU5ErkJggg==") !important;
}
.q-color-picker__footer {
  height: 36px;
}
.q-color-picker__footer .q-tab {
  min-height: 36px !important;
  height: 36px !important;
}
.q-color-picker__footer .q-tab--inactive {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.15) 25%, rgba(0, 0, 0, 0.1));
}
.q-color-picker__spectrum {
  width: 100%;
  height: 100%;
}
.q-color-picker__spectrum-tab {
  padding: 0 !important;
}
.q-color-picker__spectrum-white {
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}
.q-color-picker__spectrum-black {
  background: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
}
.q-color-picker__spectrum-circle {
  width: 10px;
  height: 10px;
  box-shadow: 0 0 0 1.5px #fff, inset 0 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 1px 2px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  transform: translate(-5px, -5px);
}
.q-color-picker__hue .q-slider__track {
  background: linear-gradient(to right, #f00 0%, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, #f00 100%) !important;
  opacity: 1;
}
.q-color-picker__alpha .q-slider__track-container {
  padding-top: 0;
}
.q-color-picker__alpha .q-slider__track:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #757575);
}
.q-color-picker__sliders {
  padding: 0 16px;
}
.q-color-picker__sliders .q-slider__thumb {
  color: #424242;
}
.q-color-picker__sliders .q-slider__thumb path {
  stroke-width: 2px;
  fill: transparent;
}
.q-color-picker__sliders .q-slider--active path {
  stroke-width: 3px;
}
.q-color-picker__tune-tab .q-slider {
  margin-left: 18px;
  margin-right: 18px;
}
.q-color-picker__tune-tab input {
  font-size: 11px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  width: 3.5em;
}
.q-color-picker__palette-tab {
  padding: 0 !important;
}
.q-color-picker__palette-rows--editable .q-color-picker__cube {
  cursor: pointer;
}
.q-color-picker__cube {
  padding-bottom: 10%;
  width: 10% !important;
}
.q-color-picker input {
  color: inherit;
  background: transparent;
  outline: 0;
  text-align: center;
}
.q-color-picker .q-tabs {
  overflow: hidden;
}
.q-color-picker .q-tab--active {
  box-shadow: 0 0 14px 3px rgba(0, 0, 0, 0.2);
}
.q-color-picker .q-tab--active .q-focus-helper {
  display: none;
}
.q-color-picker .q-tab__indicator {
  display: none;
}
.q-color-picker .q-tab-panels {
  background: inherit;
}
.q-color-picker--dark {
  box-shadow: 0 1px 5px rgba(255, 255, 255, 0.2), 0 2px 2px rgba(255, 255, 255, 0.14), 0 3px 1px -2px rgba(255, 255, 255, 0.12);
}
.q-color-picker--dark .q-color-picker__tune-tab input {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.q-color-picker--dark .q-slider__thumb {
  color: #fafafa;
}
.q-date {
  display: inline-flex;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  background: #fff;
  width: 290px;
  min-width: 290px;
  max-width: 100%;
}
.q-date--bordered {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.q-date__header {
  border-top-left-radius: inherit;
  color: #fff;
  background-color: var(--q-primary);
  padding: 16px;
}
.q-date__actions {
  padding: 0 16px 16px;
}
.q-date__content, .q-date__main {
  outline: 0;
}
.q-date__content .q-btn {
  font-weight: normal;
}
.q-date__header-link {
  opacity: 0.64;
  outline: 0;
  transition: opacity 0.3s ease-out;
}
.q-date__header-link--active, .q-date__header-link:hover, .q-date__header-link:focus {
  opacity: 1;
}
.q-date__header-subtitle {
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.00938em;
}
.q-date__header-title-label {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.00735em;
}
.q-date__view {
  height: 100%;
  width: 100%;
  min-height: 290px;
  padding: 16px;
}
.q-date__navigation {
  height: 12.5%;
}
.q-date__navigation > div:first-child {
  width: 8%;
  min-width: 24px;
  justify-content: flex-end;
}
.q-date__navigation > div:last-child {
  width: 8%;
  min-width: 24px;
  justify-content: flex-start;
}
.q-date__calendar-weekdays {
  height: 12.5%;
}
.q-date__calendar-weekdays > div {
  opacity: 0.38;
  font-size: 12px;
}
.q-date__calendar-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  width: 14.285% !important;
  height: 12.5% !important;
  position: relative;
  padding: 1px;
}
.q-date__calendar-item:after {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 1px;
  right: 0;
  bottom: 1px;
  left: 0;
  border-style: dashed;
  border-color: transparent;
  border-width: 1px;
}
.q-date__calendar-item > div, .q-date__calendar-item button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.q-date__calendar-item > div {
  line-height: 30px;
  text-align: center;
}
.q-date__calendar-item > button {
  line-height: 22px;
}
.q-date__calendar-item--out {
  opacity: 0.18;
}
.q-date__calendar-item--fill {
  visibility: hidden;
}
.q-date__range:before, .q-date__range-from:before, .q-date__range-to:before {
  content: "";
  background-color: currentColor;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 0;
  right: 0;
  opacity: 0.3;
}
.q-date__range:nth-child(7n-6):before, .q-date__range-from:nth-child(7n-6):before, .q-date__range-to:nth-child(7n-6):before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.q-date__range:nth-child(7n):before, .q-date__range-from:nth-child(7n):before, .q-date__range-to:nth-child(7n):before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.q-date__range-from:before {
  left: 50%;
}
.q-date__range-to:before {
  right: 50%;
}
.q-date__edit-range:after {
  border-color: currentColor transparent;
}
.q-date__edit-range:nth-child(7n-6):after {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.q-date__edit-range:nth-child(7n):after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.q-date__edit-range-from:after, .q-date__edit-range-from-to:after {
  left: 4px;
  border-left-color: currentColor;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
  border-top-left-radius: 28px;
  border-bottom-left-radius: 28px;
}
.q-date__edit-range-to:after, .q-date__edit-range-from-to:after {
  right: 4px;
  border-right-color: currentColor;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
}
.q-date__calendar-days-container {
  height: 75%;
  min-height: 192px;
}
.q-date__calendar-days > div {
  height: 16.66% !important;
}
.q-date__event {
  position: absolute;
  bottom: 2px;
  left: 50%;
  height: 5px;
  width: 8px;
  border-radius: 5px;
  background-color: var(--q-secondary);
  transform: translate3d(-50%, 0, 0);
}
.q-date__today {
  box-shadow: 0 0 1px 0 currentColor;
}
.q-date__years-content {
  padding: 0 8px;
}
.q-date__years-item, .q-date__months-item {
  flex: 0 0 33.3333%;
}
.q-date.disabled .q-date__header, .q-date.disabled .q-date__content, .q-date--readonly .q-date__header, .q-date--readonly .q-date__content {
  pointer-events: none;
}
.q-date--readonly .q-date__navigation {
  display: none;
}
.q-date--portrait {
  flex-direction: column;
}
.q-date--portrait-standard .q-date__content {
  height: calc(100% - 86px);
}
.q-date--portrait-standard .q-date__header {
  border-top-right-radius: inherit;
  height: 86px;
}
.q-date--portrait-standard .q-date__header-title {
  align-items: center;
  height: 30px;
}
.q-date--portrait-minimal .q-date__content {
  height: 100%;
}
.q-date--landscape {
  flex-direction: row;
  align-items: stretch;
  min-width: 420px;
}
.q-date--landscape > div {
  display: flex;
  flex-direction: column;
}
.q-date--landscape .q-date__content {
  height: 100%;
}
.q-date--landscape-standard {
  min-width: 420px;
}
.q-date--landscape-standard .q-date__header {
  border-bottom-left-radius: inherit;
  min-width: 110px;
  width: 110px;
}
.q-date--landscape-standard .q-date__header-title {
  flex-direction: column;
}
.q-date--landscape-standard .q-date__header-today {
  margin-top: 12px;
  margin-left: -8px;
}
.q-date--landscape-minimal {
  width: 310px;
}
.q-date--dark {
  box-shadow: 0 1px 5px rgba(255, 255, 255, 0.2), 0 2px 2px rgba(255, 255, 255, 0.14), 0 3px 1px -2px rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.28);
}
.q-dialog__title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.0125em;
}
.q-dialog__progress {
  font-size: 4rem;
}
.q-dialog__inner {
  outline: 0;
}
.q-dialog__inner > div {
  pointer-events: all;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
  border-radius: 4px;
}
.q-dialog__inner--square > div {
  border-radius: 0 !important;
}
.q-dialog__inner > .q-card > .q-card__actions .q-btn--rectangle {
  min-width: 64px;
}
.q-dialog__inner--minimized {
  padding: 24px;
}
.q-dialog__inner--minimized > div {
  max-height: calc(100vh - 48px);
}
.q-dialog__inner--maximized > div {
  height: 100%;
  width: 100%;
  max-height: 100vh;
  max-width: 100vw;
  border-radius: 0 !important;
  top: 0 !important;
  left: 0 !important;
}
.q-dialog__inner--top, .q-dialog__inner--bottom {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.q-dialog__inner--right, .q-dialog__inner--left {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.q-dialog__inner--left:not(.q-dialog__inner--animating) > div, .q-dialog__inner--top:not(.q-dialog__inner--animating) > div {
  border-top-left-radius: 0;
}
.q-dialog__inner--right:not(.q-dialog__inner--animating) > div, .q-dialog__inner--top:not(.q-dialog__inner--animating) > div {
  border-top-right-radius: 0;
}
.q-dialog__inner--left:not(.q-dialog__inner--animating) > div, .q-dialog__inner--bottom:not(.q-dialog__inner--animating) > div {
  border-bottom-left-radius: 0;
}
.q-dialog__inner--right:not(.q-dialog__inner--animating) > div, .q-dialog__inner--bottom:not(.q-dialog__inner--animating) > div {
  border-bottom-right-radius: 0;
}
.q-dialog__inner--fullwidth > div {
  width: 100% !important;
  max-width: 100% !important;
}
.q-dialog__inner--fullheight > div {
  height: 100% !important;
  max-height: 100% !important;
}
.q-dialog__backdrop {
  z-index: -1;
  pointer-events: all;
  outline: 0;
  background: rgba(0, 0, 0, 0.4);
}
body.platform-ios .q-dialog__inner--minimized > div, body.platform-android:not(.native-mobile) .q-dialog__inner--minimized > div {
  max-height: calc(100vh - 108px);
}
body.q-ios-padding .q-dialog__inner {
  padding-top: 20px !important;
  padding-top: env(safe-area-inset-top) !important;
  padding-bottom: env(safe-area-inset-bottom) !important;
}
body.q-ios-padding .q-dialog__inner > div {
  max-height: calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom)) !important;
}
@media (max-width: 599.98px) {
  .q-dialog__inner--top, .q-dialog__inner--bottom {
    padding-left: 0;
    padding-right: 0;
  }
  .q-dialog__inner--top > div, .q-dialog__inner--bottom > div {
    width: 100% !important;
  }
}
@media (min-width: 600px) {
  .q-dialog__inner--minimized > div {
    max-width: 560px;
  }
}
.q-body--dialog {
  overflow: hidden;
}
.q-editor {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  background-color: #fff;
}
.q-editor.disabled {
  border-style: dashed;
}
.q-editor > div:first-child, .q-editor__toolbars-container, .q-editor__toolbars-container > div:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.q-editor__content {
  outline: 0;
  padding: 10px;
  min-height: 10em;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  overflow: auto;
  max-width: 100%;
}
.q-editor__content pre {
  white-space: pre-wrap;
}
.q-editor__content hr {
  border: 0;
  outline: 0;
  margin: 1px;
  height: 1px;
  background: rgba(0, 0, 0, 0.12);
}
.q-editor__content:empty:not(:focus):before {
  content: attr(placeholder);
  opacity: 0.7;
}
.q-editor__toolbar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  min-height: 32px;
}
.q-editor__toolbars-container {
  max-width: 100%;
}
.q-editor .q-btn {
  margin: 4px;
}
.q-editor__toolbar-group {
  position: relative;
  margin: 0 4px;
}
.q-editor__toolbar-group + .q-editor__toolbar-group:before {
  content: "";
  position: absolute;
  left: -4px;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: rgba(0, 0, 0, 0.12);
}
.q-editor__link-input {
  color: inherit;
  text-decoration: none;
  text-transform: none;
  border: none;
  border-radius: 0;
  background: none;
  outline: 0;
}
.q-editor--flat, .q-editor--flat .q-editor__toolbar {
  border: 0;
}
.q-editor--dense .q-editor__toolbar-group {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.q-editor--dark {
  border-color: rgba(255, 255, 255, 0.28);
}
.q-editor--dark .q-editor__content hr {
  background: rgba(255, 255, 255, 0.28);
}
.q-editor--dark .q-editor__toolbar {
  border-color: rgba(255, 255, 255, 0.28);
}
.q-editor--dark .q-editor__toolbar-group + .q-editor__toolbar-group:before {
  background: rgba(255, 255, 255, 0.28);
}
.q-expansion-item__border {
  opacity: 0;
}
.q-expansion-item__toggle-icon {
  position: relative;
  transition: transform 0.3s;
}
.q-expansion-item__toggle-icon--rotated {
  transform: rotate(180deg);
}
.q-expansion-item__toggle-focus {
  width: 1em !important;
  height: 1em !important;
  position: relative !important;
}
.q-expansion-item__toggle-focus + .q-expansion-item__toggle-icon {
  margin-top: -1em;
}
.q-expansion-item--standard.q-expansion-item--expanded > div > .q-expansion-item__border {
  opacity: 1;
}
.q-expansion-item--popup {
  transition: padding 0.5s;
}
.q-expansion-item--popup > .q-expansion-item__container {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.q-expansion-item--popup > .q-expansion-item__container > .q-separator {
  display: none;
}
.q-expansion-item--popup.q-expansion-item--collapsed {
  padding: 0 15px;
}
.q-expansion-item--popup.q-expansion-item--expanded {
  padding: 15px 0;
}
.q-expansion-item--popup.q-expansion-item--expanded + .q-expansion-item--popup.q-expansion-item--expanded {
  padding-top: 0;
}
.q-expansion-item--popup.q-expansion-item--collapsed:not(:first-child) > .q-expansion-item__container {
  border-top-width: 0;
}
.q-expansion-item--popup.q-expansion-item--expanded + .q-expansion-item--popup.q-expansion-item--collapsed > .q-expansion-item__container {
  border-top-width: 1px;
}
.q-expansion-item__content > .q-card {
  box-shadow: none;
  border-radius: 0;
}
.q-expansion-item:first-child > div > .q-expansion-item__border--top {
  opacity: 0;
}
.q-expansion-item:last-child > div > .q-expansion-item__border--bottom {
  opacity: 0;
}
.q-expansion-item--expanded + .q-expansion-item--expanded > div > .q-expansion-item__border--top {
  opacity: 0;
}
.q-expansion-item--expanded .q-textarea--autogrow textarea {
  animation: q-expansion-done 0s;
}
@keyframes q-expansion-done {
  0% {
    --q-exp-done: 1;
  }
}
.z-fab {
  z-index: 990;
}
.q-fab {
  position: relative;
  vertical-align: middle;
}
.q-fab > .q-btn {
  width: 100%;
}
.q-fab--form-rounded {
  border-radius: 28px;
}
.q-fab--form-square {
  border-radius: 4px;
}
.q-fab__icon, .q-fab__active-icon {
  transition: opacity 0.4s, transform 0.4s;
}
.q-fab__icon {
  opacity: 1;
  transform: rotate(0deg);
}
.q-fab__active-icon {
  opacity: 0;
  transform: rotate(-180deg);
}
.q-fab__label--external {
  position: absolute;
  padding: 0 8px;
  transition: opacity 0.18s cubic-bezier(0.65, 0.815, 0.735, 0.395);
}
.q-fab__label--external-hidden {
  opacity: 0;
  pointer-events: none;
}
.q-fab__label--external-left {
  top: 50%;
  left: -12px;
  transform: translate(-100%, -50%);
}
.q-fab__label--external-right {
  top: 50%;
  right: -12px;
  transform: translate(100%, -50%);
}
.q-fab__label--external-bottom {
  bottom: -12px;
  left: 50%;
  transform: translate(-50%, 100%);
}
.q-fab__label--external-top {
  top: -12px;
  left: 50%;
  transform: translate(-50%, -100%);
}
.q-fab__label--internal {
  padding: 0;
  transition: font-size 0.12s cubic-bezier(0.65, 0.815, 0.735, 0.395), max-height 0.12s cubic-bezier(0.65, 0.815, 0.735, 0.395), opacity 0.07s cubic-bezier(0.65, 0.815, 0.735, 0.395);
  max-height: 30px;
}
.q-fab__label--internal-hidden {
  font-size: 0;
  opacity: 0;
}
.q-fab__label--internal-top {
  padding-bottom: 0.12em;
}
.q-fab__label--internal-bottom {
  padding-top: 0.12em;
}
.q-fab__label--internal-top.q-fab__label--internal-hidden, .q-fab__label--internal-bottom.q-fab__label--internal-hidden {
  max-height: 0;
}
.q-fab__label--internal-left {
  padding-left: 0.285em;
  padding-right: 0.571em;
}
.q-fab__label--internal-right {
  padding-right: 0.285em;
  padding-left: 0.571em;
}
.q-fab__icon-holder {
  min-width: 24px;
  min-height: 24px;
  position: relative;
}
.q-fab__icon-holder--opened .q-fab__icon {
  transform: rotate(180deg);
  opacity: 0;
}
.q-fab__icon-holder--opened .q-fab__active-icon {
  transform: rotate(0deg);
  opacity: 1;
}
.q-fab__actions {
  position: absolute;
  opacity: 0;
  transition: transform 0.18s ease-in, opacity 0.18s ease-in;
  pointer-events: none;
  align-items: center;
  justify-content: center;
  align-self: center;
  padding: 3px;
}
.q-fab__actions .q-btn {
  margin: 5px;
}
.q-fab__actions--right {
  transform-origin: 0 50%;
  transform: scale(0.4) translateX(-62px);
  height: 56px;
  left: 100%;
  margin-left: 9px;
}
.q-fab__actions--left {
  transform-origin: 100% 50%;
  transform: scale(0.4) translateX(62px);
  height: 56px;
  right: 100%;
  margin-right: 9px;
  flex-direction: row-reverse;
}
.q-fab__actions--up {
  transform-origin: 50% 100%;
  transform: scale(0.4) translateY(62px);
  width: 56px;
  bottom: 100%;
  margin-bottom: 9px;
  flex-direction: column-reverse;
}
.q-fab__actions--down {
  transform-origin: 50% 0;
  transform: scale(0.4) translateY(-62px);
  width: 56px;
  top: 100%;
  margin-top: 9px;
  flex-direction: column;
}
.q-fab__actions--up, .q-fab__actions--down {
  left: 50%;
  margin-left: -28px;
}
.q-fab__actions--opened {
  opacity: 1;
  transform: scale(1) translate(0.1px, 0);
  pointer-events: all;
}
.q-fab--align-left > .q-fab__actions--up, .q-fab--align-left > .q-fab__actions--down {
  align-items: flex-start;
  left: 28px;
}
.q-fab--align-right > .q-fab__actions--up, .q-fab--align-right > .q-fab__actions--down {
  align-items: flex-end;
  left: auto;
  right: 0;
}
.q-field {
  font-size: 14px;
}
.q-field ::-ms-clear,
.q-field ::-ms-reveal {
  display: none;
}
.q-field--with-bottom {
  padding-bottom: 20px;
}
.q-field__marginal {
  height: 56px;
  color: rgba(0, 0, 0, 0.54);
  font-size: 24px;
}
.q-field__marginal > * + * {
  margin-left: 2px;
}
.q-field__marginal .q-avatar {
  font-size: 32px;
}
.q-field__before, .q-field__prepend {
  padding-right: 12px;
}
.q-field__after, .q-field__append {
  padding-left: 12px;
}
.q-field__after:empty, .q-field__append:empty {
  display: none;
}
.q-field__append + .q-field__append {
  padding-left: 2px;
}
.q-field__inner {
  text-align: left;
}
.q-field__bottom {
  font-size: 12px;
  min-height: 20px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.54);
  padding: 8px 12px 0;
  backface-visibility: hidden;
}
.q-field__bottom--animated {
  transform: translateY(100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.q-field__messages {
  line-height: 1;
}
.q-field__messages > div {
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.q-field__messages > div + div {
  margin-top: 4px;
}
.q-field__counter {
  padding-left: 8px;
  line-height: 1;
}
.q-field--item-aligned {
  padding: 8px 16px;
}
.q-field--item-aligned .q-field__before {
  min-width: 56px;
}
.q-field__control-container {
  height: inherit;
}
.q-field__control {
  color: var(--q-primary);
  height: 56px;
  max-width: 100%;
  outline: none;
}
.q-field__control:before, .q-field__control:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.q-field__control:before {
  border-radius: inherit;
}
.q-field__shadow {
  top: 8px;
  opacity: 0;
  overflow: hidden;
  white-space: pre-wrap;
  transition: opacity 0.36s cubic-bezier(0.4, 0, 0.2, 1);
}
.q-field__shadow + .q-field__native::placeholder {
  transition: opacity 0.36s cubic-bezier(0.4, 0, 0.2, 1);
}
.q-field__shadow + .q-field__native:focus::placeholder {
  opacity: 0;
}
.q-field__native, .q-field__prefix, .q-field__suffix, .q-field__input {
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.00937em;
  text-decoration: inherit;
  text-transform: inherit;
  border: none;
  border-radius: 0;
  background: none;
  color: rgba(0, 0, 0, 0.87);
  outline: 0;
  padding: 6px 0;
}
.q-field__native, .q-field__input {
  width: 100%;
  min-width: 0;
  outline: 0 !important;
  -webkit-user-select: auto;
          user-select: auto;
}
.q-field__native:-webkit-autofill, .q-field__input:-webkit-autofill {
  -webkit-animation-name: q-autofill;
  -webkit-animation-fill-mode: both;
}
.q-field__native:-webkit-autofill + .q-field__label, .q-field__input:-webkit-autofill + .q-field__label {
  transform: translateY(-40%) scale(0.75);
}
.q-field__native[type=color] + .q-field__label, .q-field__native[type=date] + .q-field__label, .q-field__native[type=datetime-local] + .q-field__label, .q-field__native[type=month] + .q-field__label, .q-field__native[type=time] + .q-field__label, .q-field__native[type=week] + .q-field__label, .q-field__input[type=color] + .q-field__label, .q-field__input[type=date] + .q-field__label, .q-field__input[type=datetime-local] + .q-field__label, .q-field__input[type=month] + .q-field__label, .q-field__input[type=time] + .q-field__label, .q-field__input[type=week] + .q-field__label {
  transform: translateY(-40%) scale(0.75);
}
.q-field__native:invalid, .q-field__input:invalid {
  box-shadow: none;
}
.q-field__native[type=file] {
  line-height: 1em;
}
.q-field__input {
  padding: 0;
  height: 0;
  min-height: 24px;
  line-height: 24px;
}
.q-field__prefix, .q-field__suffix {
  transition: opacity 0.36s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
}
.q-field__prefix {
  padding-right: 4px;
}
.q-field__suffix {
  padding-left: 4px;
}
.q-field--readonly .q-placeholder, .q-field--disabled .q-placeholder {
  opacity: 1 !important;
}
.q-field--readonly.q-field--labeled .q-field__native, .q-field--readonly.q-field--labeled .q-field__input {
  cursor: default;
}
.q-field--readonly.q-field--float .q-field__native, .q-field--readonly.q-field--float .q-field__input {
  cursor: text;
}
.q-field--disabled .q-field__inner {
  cursor: not-allowed;
}
.q-field--disabled .q-field__control {
  pointer-events: none;
}
.q-field--disabled .q-field__control > div {
  opacity: 0.6 !important;
}
.q-field--disabled .q-field__control > div,
.q-field--disabled .q-field__control > div * {
  outline: 0 !important;
}
.q-field__label {
  left: 0;
  top: 18px;
  max-width: 100%;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: 0.00937em;
  text-decoration: inherit;
  text-transform: inherit;
  transform-origin: left top;
  transition: transform 0.36s cubic-bezier(0.4, 0, 0.2, 1), max-width 0.324s cubic-bezier(0.4, 0, 0.2, 1);
  backface-visibility: hidden;
}
.q-field--float .q-field__label {
  max-width: 133%;
  transform: translateY(-40%) scale(0.75);
  transition: transform 0.36s cubic-bezier(0.4, 0, 0.2, 1), max-width 0.396s cubic-bezier(0.4, 0, 0.2, 1);
}
.q-field--highlighted .q-field__label {
  color: currentColor;
}
.q-field--highlighted .q-field__shadow {
  opacity: 0.5;
}
.q-field--filled .q-field__control {
  padding: 0 12px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px 4px 0 0;
}
.q-field--filled .q-field__control:before {
  background: rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.42);
  opacity: 0;
  transition: opacity 0.36s cubic-bezier(0.4, 0, 0.2, 1), background 0.36s cubic-bezier(0.4, 0, 0.2, 1);
}
.q-field--filled .q-field__control:hover:before {
  opacity: 1;
}
.q-field--filled .q-field__control:after {
  height: 2px;
  top: auto;
  transform-origin: center bottom;
  transform: scale3d(0, 1, 1);
  background: currentColor;
  transition: transform 0.36s cubic-bezier(0.4, 0, 0.2, 1);
}
.q-field--filled.q-field--rounded .q-field__control {
  border-radius: 28px 28px 0 0;
}
.q-field--filled.q-field--highlighted .q-field__control:before {
  opacity: 1;
  background: rgba(0, 0, 0, 0.12);
}
.q-field--filled.q-field--highlighted .q-field__control:after {
  transform: scale3d(1, 1, 1);
}
.q-field--filled.q-field--dark .q-field__control, .q-field--filled.q-field--dark .q-field__control:before {
  background: rgba(255, 255, 255, 0.07);
}
.q-field--filled.q-field--dark.q-field--highlighted .q-field__control:before {
  background: rgba(255, 255, 255, 0.1);
}
.q-field--filled.q-field--readonly .q-field__control:before {
  opacity: 1;
  background: transparent;
  border-bottom-style: dashed;
}
.q-field--outlined .q-field__control {
  border-radius: 4px;
  padding: 0 12px;
}
.q-field--outlined .q-field__control:before {
  border: 1px solid rgba(0, 0, 0, 0.24);
  transition: border-color 0.36s cubic-bezier(0.4, 0, 0.2, 1);
}
.q-field--outlined .q-field__control:hover:before {
  border-color: #000;
}
.q-field--outlined .q-field__control:after {
  height: inherit;
  border-radius: inherit;
  border: 2px solid transparent;
  transition: border-color 0.36s cubic-bezier(0.4, 0, 0.2, 1);
}
.q-field--outlined .q-field__native:-webkit-autofill,
.q-field--outlined .q-field__input:-webkit-autofill {
  margin-top: 1px;
  margin-bottom: 1px;
}
.q-field--outlined.q-field--rounded .q-field__control {
  border-radius: 28px;
}
.q-field--outlined.q-field--highlighted .q-field__control:hover:before {
  border-color: transparent;
}
.q-field--outlined.q-field--highlighted .q-field__control:after {
  border-color: currentColor;
  border-width: 2px;
  transform: scale3d(1, 1, 1);
}
.q-field--outlined.q-field--readonly .q-field__control:before {
  border-style: dashed;
}
.q-field--standard .q-field__control:before {
  border-bottom: 1px solid rgba(0, 0, 0, 0.24);
  transition: border-color 0.36s cubic-bezier(0.4, 0, 0.2, 1);
}
.q-field--standard .q-field__control:hover:before {
  border-color: #000;
}
.q-field--standard .q-field__control:after {
  height: 2px;
  top: auto;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  transform-origin: center bottom;
  transform: scale3d(0, 1, 1);
  background: currentColor;
  transition: transform 0.36s cubic-bezier(0.4, 0, 0.2, 1);
}
.q-field--standard.q-field--highlighted .q-field__control:after {
  transform: scale3d(1, 1, 1);
}
.q-field--standard.q-field--readonly .q-field__control:before {
  border-bottom-style: dashed;
}
.q-field--dark .q-field__control:before {
  border-color: rgba(255, 255, 255, 0.6);
}
.q-field--dark .q-field__control:hover:before {
  border-color: #fff;
}
.q-field--dark .q-field__native, .q-field--dark .q-field__prefix, .q-field--dark .q-field__suffix, .q-field--dark .q-field__input {
  color: #fff;
}
.q-field--dark:not(.q-field--highlighted) .q-field__label, .q-field--dark .q-field__marginal, .q-field--dark .q-field__bottom {
  color: rgba(255, 255, 255, 0.7);
}
.q-field--standout .q-field__control {
  padding: 0 12px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  transition: box-shadow 0.36s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.36s cubic-bezier(0.4, 0, 0.2, 1);
}
.q-field--standout .q-field__control:before {
  background: rgba(0, 0, 0, 0.07);
  opacity: 0;
  transition: opacity 0.36s cubic-bezier(0.4, 0, 0.2, 1), background 0.36s cubic-bezier(0.4, 0, 0.2, 1);
}
.q-field--standout .q-field__control:hover:before {
  opacity: 1;
}
.q-field--standout.q-field--rounded .q-field__control {
  border-radius: 28px;
}
.q-field--standout.q-field--highlighted .q-field__control {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
  background: #000;
}
.q-field--standout.q-field--highlighted .q-field__native, .q-field--standout.q-field--highlighted .q-field__prefix, .q-field--standout.q-field--highlighted .q-field__suffix, .q-field--standout.q-field--highlighted .q-field__prepend, .q-field--standout.q-field--highlighted .q-field__append, .q-field--standout.q-field--highlighted .q-field__input {
  color: #fff;
}
.q-field--standout.q-field--readonly .q-field__control:before {
  opacity: 1;
  background: transparent;
  border: 1px dashed rgba(0, 0, 0, 0.24);
}
.q-field--standout.q-field--dark .q-field__control {
  background: rgba(255, 255, 255, 0.07);
}
.q-field--standout.q-field--dark .q-field__control:before {
  background: rgba(255, 255, 255, 0.07);
}
.q-field--standout.q-field--dark.q-field--highlighted .q-field__control {
  background: #fff;
}
.q-field--standout.q-field--dark.q-field--highlighted .q-field__native, .q-field--standout.q-field--dark.q-field--highlighted .q-field__prefix, .q-field--standout.q-field--dark.q-field--highlighted .q-field__suffix, .q-field--standout.q-field--dark.q-field--highlighted .q-field__prepend, .q-field--standout.q-field--dark.q-field--highlighted .q-field__append, .q-field--standout.q-field--dark.q-field--highlighted .q-field__input {
  color: #000;
}
.q-field--standout.q-field--dark.q-field--readonly .q-field__control:before {
  border-color: rgba(255, 255, 255, 0.24);
}
.q-field--labeled .q-field__native, .q-field--labeled .q-field__prefix, .q-field--labeled .q-field__suffix {
  line-height: 24px;
  padding-top: 24px;
  padding-bottom: 8px;
}
.q-field--labeled .q-field__shadow {
  top: 0;
}
.q-field--labeled:not(.q-field--float) .q-field__prefix, .q-field--labeled:not(.q-field--float) .q-field__suffix {
  opacity: 0;
}
.q-field--labeled:not(.q-field--float) .q-field__native::placeholder, .q-field--labeled:not(.q-field--float) .q-field__input::placeholder {
  color: transparent;
}
.q-field--labeled.q-field--dense .q-field__native, .q-field--labeled.q-field--dense .q-field__prefix, .q-field--labeled.q-field--dense .q-field__suffix {
  padding-top: 14px;
  padding-bottom: 2px;
}
.q-field--dense .q-field--with-bottom {
  padding-bottom: 19px;
}
.q-field--dense .q-field__shadow {
  top: 0;
}
.q-field--dense .q-field__control, .q-field--dense .q-field__marginal {
  height: 40px;
}
.q-field--dense .q-field__bottom {
  font-size: 11px;
}
.q-field--dense .q-field__label {
  font-size: 14px;
  top: 10px;
}
.q-field--dense .q-field__before, .q-field--dense .q-field__prepend {
  padding-right: 6px;
}
.q-field--dense .q-field__after, .q-field--dense .q-field__append {
  padding-left: 6px;
}
.q-field--dense .q-field__append + .q-field__append {
  padding-left: 2px;
}
.q-field--dense .q-field__marginal .q-avatar {
  font-size: 24px;
}
.q-field--dense.q-field--float .q-field__label {
  transform: translateY(-30%) scale(0.75);
}
.q-field--dense .q-field__native:-webkit-autofill + .q-field__label, .q-field--dense .q-field__input:-webkit-autofill + .q-field__label {
  transform: translateY(-30%) scale(0.75);
}
.q-field--dense .q-field__native[type=color] + .q-field__label, .q-field--dense .q-field__native[type=date] + .q-field__label, .q-field--dense .q-field__native[type=datetime-local] + .q-field__label, .q-field--dense .q-field__native[type=month] + .q-field__label, .q-field--dense .q-field__native[type=time] + .q-field__label, .q-field--dense .q-field__native[type=week] + .q-field__label, .q-field--dense .q-field__input[type=color] + .q-field__label, .q-field--dense .q-field__input[type=date] + .q-field__label, .q-field--dense .q-field__input[type=datetime-local] + .q-field__label, .q-field--dense .q-field__input[type=month] + .q-field__label, .q-field--dense .q-field__input[type=time] + .q-field__label, .q-field--dense .q-field__input[type=week] + .q-field__label {
  transform: translateY(-30%) scale(0.75);
}
.q-field--borderless .q-field__bottom, .q-field--borderless.q-field--dense .q-field__control, .q-field--standard .q-field__bottom, .q-field--standard.q-field--dense .q-field__control {
  padding-left: 0;
  padding-right: 0;
}
.q-field--error .q-field__label {
  animation: q-field-label 0.36s;
}
.q-field--error .q-field__bottom {
  color: var(--q-negative);
}
.q-field__focusable-action {
  opacity: 0.6;
  cursor: pointer;
  outline: 0 !important;
  border: 0;
  color: inherit;
  background: transparent;
  padding: 0;
}
.q-field__focusable-action:hover, .q-field__focusable-action:focus {
  opacity: 1;
}
.q-field--auto-height .q-field__control {
  height: auto;
}
.q-field--auto-height .q-field__control, .q-field--auto-height .q-field__native {
  min-height: 56px;
}
.q-field--auto-height .q-field__native {
  align-items: center;
}
.q-field--auto-height .q-field__control-container {
  padding-top: 0;
}
.q-field--auto-height .q-field__native, .q-field--auto-height .q-field__prefix, .q-field--auto-height .q-field__suffix {
  line-height: 18px;
}
.q-field--auto-height.q-field--labeled .q-field__control-container {
  padding-top: 24px;
}
.q-field--auto-height.q-field--labeled .q-field__shadow {
  top: 24px;
}
.q-field--auto-height.q-field--labeled .q-field__native, .q-field--auto-height.q-field--labeled .q-field__prefix, .q-field--auto-height.q-field--labeled .q-field__suffix {
  padding-top: 0;
}
.q-field--auto-height.q-field--labeled .q-field__native {
  min-height: 24px;
}
.q-field--auto-height.q-field--dense .q-field__control, .q-field--auto-height.q-field--dense .q-field__native {
  min-height: 40px;
}
.q-field--auto-height.q-field--dense.q-field--labeled .q-field__control-container {
  padding-top: 14px;
}
.q-field--auto-height.q-field--dense.q-field--labeled .q-field__shadow {
  top: 14px;
}
.q-field--auto-height.q-field--dense.q-field--labeled .q-field__native {
  min-height: 24px;
}
.q-field--square .q-field__control {
  border-radius: 0 !important;
}
.q-transition--field-message-enter-active, .q-transition--field-message-leave-active {
  transition: transform 0.6s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.6s cubic-bezier(0.86, 0, 0.07, 1);
}
.q-transition--field-message-enter-from, .q-transition--field-message-leave-to {
  opacity: 0;
  transform: translateY(-10px);
}
.q-transition--field-message-leave-from, .q-transition--field-message-leave-active {
  position: absolute;
}
@keyframes q-field-label {
  40% {
    margin-left: 2px;
  }
  60%, 80% {
    margin-left: -2px;
  }
  70%, 90% {
    margin-left: 2px;
  }
}
@keyframes q-autofill {
  to {
    background: transparent;
    color: inherit;
  }
}
.q-file .q-field__native {
  word-break: break-all;
  overflow: hidden;
}
.q-file .q-field__input {
  opacity: 0 !important;
}
.q-file .q-field__input::-webkit-file-upload-button {
  cursor: pointer;
}
.q-file__filler {
  visibility: hidden;
  width: 100%;
  border: none;
  padding: 0;
}
.q-file__dnd {
  outline: 1px dashed currentColor;
  outline-offset: -4px;
}
.q-form {
  position: relative;
}
.q-img {
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
.q-img__loading .q-spinner {
  font-size: 50px;
}
.q-img__container {
  border-radius: inherit;
  font-size: 0;
}
.q-img__image {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.q-img__image--with-transition {
  transition: opacity 0.28s ease-in;
}
.q-img__image--loaded {
  opacity: 1;
}
.q-img__content {
  border-radius: inherit;
  pointer-events: none;
}
.q-img__content > div {
  pointer-events: all;
  position: absolute;
  padding: 16px;
  color: #fff;
  background: rgba(0, 0, 0, 0.47);
}
.q-img--no-menu .q-img__image,
.q-img--no-menu .q-img__placeholder {
  pointer-events: none;
}
.q-inner-loading {
  background: rgba(255, 255, 255, 0.6);
  border-radius: inherit;
}
.q-inner-loading--dark {
  background: rgba(0, 0, 0, 0.4);
}
.q-inner-loading__label {
  margin-top: 8px;
}
.q-textarea .q-field__control {
  min-height: 56px;
  height: auto;
}
.q-textarea .q-field__control-container {
  padding-top: 2px;
  padding-bottom: 2px;
}
.q-textarea .q-field__shadow {
  top: 2px;
  bottom: 2px;
}
.q-textarea .q-field__native, .q-textarea .q-field__prefix, .q-textarea .q-field__suffix {
  line-height: 18px;
}
.q-textarea .q-field__native {
  resize: vertical;
  padding-top: 17px;
  min-height: 52px;
}
.q-textarea.q-field--labeled .q-field__control-container {
  padding-top: 26px;
}
.q-textarea.q-field--labeled .q-field__shadow {
  top: 26px;
}
.q-textarea.q-field--labeled .q-field__native, .q-textarea.q-field--labeled .q-field__prefix, .q-textarea.q-field--labeled .q-field__suffix {
  padding-top: 0;
}
.q-textarea.q-field--labeled .q-field__native {
  min-height: 26px;
  padding-top: 1px;
}
.q-textarea--autogrow .q-field__native {
  resize: none;
}
.q-textarea.q-field--dense .q-field__control, .q-textarea.q-field--dense .q-field__native {
  min-height: 36px;
}
.q-textarea.q-field--dense .q-field__native {
  padding-top: 9px;
}
.q-textarea.q-field--dense.q-field--labeled .q-field__control-container {
  padding-top: 14px;
}
.q-textarea.q-field--dense.q-field--labeled .q-field__shadow {
  top: 14px;
}
.q-textarea.q-field--dense.q-field--labeled .q-field__native {
  min-height: 24px;
  padding-top: 3px;
}
.q-textarea.q-field--dense.q-field--labeled .q-field__prefix, .q-textarea.q-field--dense.q-field--labeled .q-field__suffix {
  padding-top: 2px;
}
body.mobile .q-textarea .q-field__native,
.q-textarea.disabled .q-field__native {
  resize: none;
}
.q-intersection {
  position: relative;
}
.q-item {
  min-height: 48px;
  padding: 8px 16px;
  color: inherit;
  transition: color 0.3s, background-color 0.3s;
}
.q-item__section--side {
  color: #757575;
  align-items: flex-start;
  padding-right: 16px;
  width: auto;
  min-width: 0;
  max-width: 100%;
}
.q-item__section--side > .q-icon {
  font-size: 24px;
}
.q-item__section--side > .q-avatar {
  font-size: 40px;
}
.q-item__section--avatar {
  color: inherit;
  min-width: 56px;
}
.q-item__section--thumbnail img {
  width: 100px;
  height: 56px;
}
.q-item__section--nowrap {
  white-space: nowrap;
}
.q-item > .q-item__section--thumbnail:first-child,
.q-item > .q-focus-helper + .q-item__section--thumbnail {
  margin-left: -16px;
}
.q-item > .q-item__section--thumbnail:last-of-type {
  margin-right: -16px;
}
.q-item__label {
  line-height: 1.2em !important;
  max-width: 100%;
}
.q-item__label--overline {
  color: rgba(0, 0, 0, 0.7);
}
.q-item__label--caption {
  color: rgba(0, 0, 0, 0.54);
}
.q-item__label--header {
  color: #757575;
  padding: 16px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.01786em;
}
.q-separator--spaced + .q-item__label--header, .q-list--padding .q-item__label--header {
  padding-top: 8px;
}
.q-item__label + .q-item__label {
  margin-top: 4px;
}
.q-item__section--main {
  width: auto;
  min-width: 0;
  max-width: 100%;
  flex: 10000 1 0%;
}
.q-item__section--main + .q-item__section--main {
  margin-left: 8px;
}
.q-item__section--main ~ .q-item__section--side {
  align-items: flex-end;
  padding-right: 0;
  padding-left: 16px;
}
.q-item__section--main.q-item__section--thumbnail {
  margin-left: 0;
  margin-right: -16px;
}
.q-list--bordered {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.q-list--separator > .q-item-type + .q-item-type,
.q-list--separator > .q-virtual-scroll__content > .q-item-type + .q-item-type {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.q-list--padding {
  padding: 8px 0;
}
.q-list--dense > .q-item, .q-item--dense {
  min-height: 32px;
  padding: 2px 16px;
}
.q-list--dark.q-list--separator > .q-item-type + .q-item-type,
.q-list--dark.q-list--separator > .q-virtual-scroll__content > .q-item-type + .q-item-type {
  border-top-color: rgba(255, 255, 255, 0.28);
}
.q-list--dark, .q-item--dark {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.28);
}
.q-list--dark .q-item__section--side:not(.q-item__section--avatar), .q-item--dark .q-item__section--side:not(.q-item__section--avatar) {
  color: rgba(255, 255, 255, 0.7);
}
.q-list--dark .q-item__label--header, .q-item--dark .q-item__label--header {
  color: rgba(255, 255, 255, 0.64);
}
.q-list--dark .q-item__label--overline, .q-list--dark .q-item__label--caption, .q-item--dark .q-item__label--overline, .q-item--dark .q-item__label--caption {
  color: rgba(255, 255, 255, 0.8);
}
.q-item {
  position: relative;
}
.q-item.q-router-link--active, .q-item--active {
  color: var(--q-primary);
}
.q-knob {
  font-size: 48px;
}
.q-knob--editable {
  cursor: pointer;
  outline: 0;
}
.q-knob--editable:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  box-shadow: none;
  transition: box-shadow 0.24s ease-in-out;
}
.q-knob--editable:focus:before {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
}
body.body--dark .q-knob--editable:focus:before {
  box-shadow: 0 1px 5px rgba(255, 255, 255, 0.2), 0 2px 2px rgba(255, 255, 255, 0.14), 0 3px 1px -2px rgba(255, 255, 255, 0.12);
}
.q-layout {
  width: 100%;
  outline: 0;
}
.q-layout-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.q-layout-container .q-layout {
  min-height: 100%;
}
.q-layout-container > div {
  transform: translate3d(0, 0, 0);
}
.q-layout-container > div > div {
  min-height: 0;
  max-height: 100%;
}
.q-layout__shadow {
  width: 100%;
}
.q-layout__shadow:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2), 0 0px 10px rgba(0, 0, 0, 0.24);
}
.q-layout__section--marginal {
  background-color: var(--q-primary);
  color: #fff;
}
.q-header--hidden {
  transform: translateY(-110%);
}
.q-header--bordered {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.q-header .q-layout__shadow {
  bottom: -10px;
}
.q-header .q-layout__shadow:after {
  bottom: 10px;
}
.q-footer--hidden {
  transform: translateY(110%);
}
.q-footer--bordered {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.q-footer .q-layout__shadow {
  top: -10px;
}
.q-footer .q-layout__shadow:after {
  top: 10px;
}
.q-header, .q-footer {
  z-index: 2000;
}
.q-drawer {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: 1000;
}
.q-drawer--on-top {
  z-index: 3000;
}
.q-drawer--left {
  left: 0;
  transform: translateX(-100%);
}
.q-drawer--left.q-drawer--bordered {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.q-drawer--left .q-layout__shadow {
  left: 10px;
  right: -10px;
}
.q-drawer--left .q-layout__shadow:after {
  right: 10px;
}
.q-drawer--right {
  right: 0;
  transform: translateX(100%);
}
.q-drawer--right.q-drawer--bordered {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.q-drawer--right .q-layout__shadow {
  left: -10px;
}
.q-drawer--right .q-layout__shadow:after {
  left: 10px;
}
.q-drawer-container:not(.q-drawer--mini-animate) .q-drawer--mini {
  padding: 0 !important;
}
.q-drawer-container:not(.q-drawer--mini-animate) .q-drawer--mini .q-item, .q-drawer-container:not(.q-drawer--mini-animate) .q-drawer--mini .q-item__section {
  text-align: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  min-width: 0;
}
.q-drawer-container:not(.q-drawer--mini-animate) .q-drawer--mini .q-item__label, .q-drawer-container:not(.q-drawer--mini-animate) .q-drawer--mini .q-item__section--main, .q-drawer-container:not(.q-drawer--mini-animate) .q-drawer--mini .q-item__section--side ~ .q-item__section--side {
  display: none;
}
.q-drawer--mini .q-mini-drawer-hide, .q-drawer--mini .q-expansion-item__content {
  display: none;
}
.q-drawer--mini-animate .q-drawer__content {
  overflow-x: hidden !important;
  white-space: nowrap;
}
.q-drawer--standard .q-mini-drawer-only {
  display: none;
}
.q-drawer--mobile .q-mini-drawer-only, .q-drawer--mobile .q-mini-drawer-hide {
  display: none;
}
.q-drawer__backdrop {
  z-index: 2999 !important;
  will-change: background-color;
}
.q-drawer__opener {
  z-index: 2001;
  height: 100%;
  width: 15px;
  -webkit-user-select: none;
          user-select: none;
}
.q-layout, .q-header, .q-footer, .q-page {
  position: relative;
}
.q-page-sticky--shrink {
  pointer-events: none;
}
.q-page-sticky--shrink > div {
  display: inline-block;
  pointer-events: auto;
}
body.q-ios-padding .q-layout--standard .q-header > .q-toolbar:nth-child(1),
body.q-ios-padding .q-layout--standard .q-header > .q-tabs:nth-child(1) .q-tabs__content,
body.q-ios-padding .q-layout--standard .q-drawer--top-padding .q-drawer__content {
  padding-top: 20px;
  min-height: 70px;
  padding-top: env(safe-area-inset-top);
  min-height: calc(env(safe-area-inset-top) + 50px);
}
body.q-ios-padding .q-layout--standard .q-footer > .q-toolbar:last-child,
body.q-ios-padding .q-layout--standard .q-footer > .q-tabs:nth-last-child(1 of :not(.q-layout__shadow)) .q-tabs__content,
body.q-ios-padding .q-layout--standard .q-drawer--top-padding .q-drawer__content {
  padding-bottom: env(safe-area-inset-bottom);
  min-height: calc(env(safe-area-inset-bottom) + 50px);
}
.q-body--layout-animate .q-drawer__backdrop {
  transition: background-color 0.12s !important;
}
.q-body--layout-animate .q-drawer {
  transition: transform 0.12s, width 0.12s, top 0.12s, bottom 0.12s !important;
}
.q-body--layout-animate .q-layout__section--marginal {
  transition: transform 0.12s, left 0.12s, right 0.12s !important;
}
.q-body--layout-animate .q-page-container {
  transition: padding-top 0.12s, padding-right 0.12s, padding-bottom 0.12s, padding-left 0.12s !important;
}
.q-body--layout-animate .q-page-sticky {
  transition: transform 0.12s, left 0.12s, right 0.12s, top 0.12s, bottom 0.12s !important;
}
body:not(.q-body--layout-animate) .q-layout--prevent-focus {
  visibility: hidden;
}
.q-body--drawer-toggle {
  overflow-x: hidden !important;
}
@media (max-width: 599.98px) {
  .q-layout-padding {
    padding: 8px;
  }
}
@media (min-width: 600px) and (max-width: 1439.98px) {
  .q-layout-padding {
    padding: 16px;
  }
}
@media (min-width: 1440px) {
  .q-layout-padding {
    padding: 24px;
  }
}
body.body--dark .q-header, body.body--dark .q-footer, body.body--dark .q-drawer {
  border-color: rgba(255, 255, 255, 0.28);
}
body.body--dark .q-layout__shadow:after {
  box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.2), 0 0px 10px rgba(255, 255, 255, 0.24);
}
body.platform-ios .q-layout--containerized {
  position: unset !important;
}
.q-linear-progress {
  --q-linear-progress-speed: .3s;
  position: relative;
  width: 100%;
  overflow: hidden;
  font-size: 4px;
  height: 1em;
  color: var(--q-primary);
  transform: scale3d(1, 1, 1);
}
.q-linear-progress__model, .q-linear-progress__track {
  transform-origin: 0 0;
}
.q-linear-progress__model--with-transition, .q-linear-progress__track--with-transition {
  transition: transform var(--q-linear-progress-speed);
}
.q-linear-progress--reverse .q-linear-progress__model, .q-linear-progress--reverse .q-linear-progress__track {
  transform-origin: 0 100%;
}
.q-linear-progress__model--determinate {
  background: currentColor;
}
.q-linear-progress__model--indeterminate, .q-linear-progress__model--query {
  transition: none;
}
.q-linear-progress__model--indeterminate:before, .q-linear-progress__model--indeterminate:after, .q-linear-progress__model--query:before, .q-linear-progress__model--query:after {
  background: currentColor;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: 0 0;
}
.q-linear-progress__model--indeterminate:before, .q-linear-progress__model--query:before {
  animation: q-linear-progress--indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.q-linear-progress__model--indeterminate:after, .q-linear-progress__model--query:after {
  transform: translate3d(-101%, 0, 0) scale3d(1, 1, 1);
  animation: q-linear-progress--indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation-delay: 1.15s;
}
.q-linear-progress__track {
  opacity: 0.4;
}
.q-linear-progress__track--light {
  background: rgba(0, 0, 0, 0.26);
}
.q-linear-progress__track--dark {
  background: rgba(255, 255, 255, 0.6);
}
.q-linear-progress__stripe {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0)) !important;
  background-size: 40px 40px !important;
}
.q-linear-progress__stripe--with-transition {
  transition: width var(--q-linear-progress-speed);
}
@keyframes q-linear-progress--indeterminate {
  0% {
    transform: translate3d(-35%, 0, 0) scale3d(0.35, 1, 1);
  }
  60% {
    transform: translate3d(100%, 0, 0) scale3d(0.9, 1, 1);
  }
  100% {
    transform: translate3d(100%, 0, 0) scale3d(0.9, 1, 1);
  }
}
@keyframes q-linear-progress--indeterminate-short {
  0% {
    transform: translate3d(-101%, 0, 0) scale3d(1, 1, 1);
  }
  60% {
    transform: translate3d(107%, 0, 0) scale3d(0.01, 1, 1);
  }
  100% {
    transform: translate3d(107%, 0, 0) scale3d(0.01, 1, 1);
  }
}
.q-menu {
  position: fixed !important;
  display: inline-block;
  max-width: 95vw;
  max-height: 65vh;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
  background: #fff;
  border-radius: 4px;
  overflow-y: auto;
  overflow-x: hidden;
  outline: 0;
  z-index: 6000;
}
.q-menu--square {
  border-radius: 0;
}
.q-menu--dark {
  box-shadow: 0 1px 5px rgba(255, 255, 255, 0.2), 0 2px 2px rgba(255, 255, 255, 0.14), 0 3px 1px -2px rgba(255, 255, 255, 0.12);
}
.q-option-group--inline > div {
  display: inline-block;
}
.q-pagination input {
  text-align: center;
  -moz-appearance: textfield;
}
.q-pagination input::-webkit-outer-spin-button,
.q-pagination input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.q-pagination__content {
  --q-pagination-gutter-parent: -2px;
  --q-pagination-gutter-child: 2px;
  margin-top: var(--q-pagination-gutter-parent);
  margin-left: var(--q-pagination-gutter-parent);
}
.q-pagination__content > .q-btn, .q-pagination__content > .q-input, .q-pagination__middle > .q-btn {
  margin-top: var(--q-pagination-gutter-child);
  margin-left: var(--q-pagination-gutter-child);
}
.q-parallax {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: inherit;
}
.q-parallax__media > img, .q-parallax__media > video {
  position: absolute;
  left: 50% /* rtl:ignore */;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  will-change: transform;
  display: none;
}
.q-popup-edit {
  padding: 8px 16px;
}
.q-popup-edit__buttons {
  margin-top: 8px;
}
.q-popup-edit__buttons .q-btn + .q-btn {
  margin-left: 8px;
}
.q-pull-to-refresh {
  position: relative;
}
.q-pull-to-refresh__puller {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: var(--q-primary);
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}
.q-pull-to-refresh__puller--animating {
  transition: transform 0.3s, opacity 0.3s;
}
.q-radio {
  vertical-align: middle;
}
.q-radio__native {
  width: 1px;
  height: 1px;
}
.q-radio__bg, .q-radio__icon-container {
  -webkit-user-select: none;
          user-select: none;
}
.q-radio__bg {
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
  -webkit-print-color-adjust: exact;
}
.q-radio__bg path {
  fill: currentColor;
}
.q-radio__icon {
  color: currentColor;
  font-size: 0.5em;
}
.q-radio__check {
  transform-origin: 50% 50%;
  transform: scale3d(0, 0, 1);
  transition: transform 0.22s cubic-bezier(0, 0, 0.2, 1) 0ms;
}
.q-radio__inner {
  font-size: 40px;
  width: 1em;
  min-width: 1em;
  height: 1em;
  outline: 0;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.54);
}
.q-radio__inner--truthy {
  color: var(--q-primary);
}
.q-radio__inner--truthy .q-radio__check {
  transform: scale3d(1, 1, 1);
}
.q-radio.disabled {
  opacity: 0.75 !important;
}
.q-radio--dark .q-radio__inner {
  color: rgba(255, 255, 255, 0.7);
}
.q-radio--dark .q-radio__inner:before {
  opacity: 0.32 !important;
}
.q-radio--dark .q-radio__inner--truthy {
  color: var(--q-primary);
}
.q-radio--dense .q-radio__inner {
  width: 0.5em;
  min-width: 0.5em;
  height: 0.5em;
}
.q-radio--dense .q-radio__bg {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.q-radio--dense .q-radio__label {
  padding-left: 0.5em;
}
.q-radio--dense.reverse .q-radio__label {
  padding-left: 0;
  padding-right: 0.5em;
}
body.desktop .q-radio:not(.disabled) .q-radio__inner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.12;
  transform: scale3d(0, 0, 1);
  transition: transform 0.22s cubic-bezier(0, 0, 0.2, 1) 0ms;
}
body.desktop .q-radio:not(.disabled):focus .q-radio__inner:before, body.desktop .q-radio:not(.disabled):hover .q-radio__inner:before {
  transform: scale3d(1, 1, 1);
}
body.desktop .q-radio--dense:not(.disabled):focus .q-radio__inner:before, body.desktop .q-radio--dense:not(.disabled):hover .q-radio__inner:before {
  transform: scale3d(1.5, 1.5, 1);
}
.q-rating {
  color: #ffeb3b;
  vertical-align: middle;
}
.q-rating__icon-container {
  height: 1em;
  outline: 0;
}
.q-rating__icon-container + .q-rating__icon-container {
  margin-left: 2px;
}
.q-rating__icon {
  color: currentColor;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  position: relative;
  opacity: 0.4;
  transition: transform 0.2s ease-in, opacity 0.2s ease-in;
}
.q-rating__icon--hovered {
  transform: scale(1.3);
}
.q-rating__icon--active {
  opacity: 1;
}
.q-rating__icon--exselected {
  opacity: 0.7;
}
.q-rating--no-dimming .q-rating__icon {
  opacity: 1;
}
.q-rating--editable .q-rating__icon-container {
  cursor: pointer;
}
.q-responsive {
  position: relative;
  max-width: 100%;
  max-height: 100%;
}
.q-responsive__filler {
  width: inherit;
  max-width: inherit;
  height: inherit;
  max-height: inherit;
}
.q-responsive__content {
  border-radius: inherit;
}
.q-responsive__content > * {
  width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
  max-width: 100% !important;
}
.q-scrollarea {
  position: relative;
  contain: strict;
}
.q-scrollarea__bar, .q-scrollarea__thumb {
  opacity: 0.2;
  transition: opacity 0.3s;
  will-change: opacity;
  cursor: grab;
}
.q-scrollarea__bar--v, .q-scrollarea__thumb--v {
  right: 0;
  width: 10px;
}
.q-scrollarea__bar--h, .q-scrollarea__thumb--h {
  bottom: 0;
  height: 10px;
}
.q-scrollarea__bar--invisible, .q-scrollarea__thumb--invisible {
  opacity: 0 !important;
  pointer-events: none;
}
.q-scrollarea__thumb {
  background: #000;
  border-radius: 3px;
}
.q-scrollarea__thumb:hover {
  opacity: 0.3;
}
.q-scrollarea__thumb:active {
  opacity: 0.5;
}
.q-scrollarea__content {
  min-height: 100%;
  min-width: 100%;
}
.q-scrollarea--dark .q-scrollarea__thumb {
  background: #fff;
}
.q-select--without-input .q-field__control {
  cursor: pointer;
}
.q-select--with-input .q-field__control {
  cursor: text;
}
.q-select .q-field__input {
  min-width: 50px !important;
  cursor: text;
}
.q-select .q-field__input--padding {
  padding-left: 4px;
}
.q-select__focus-target, .q-select__autocomplete-input {
  position: absolute;
  outline: 0 !important;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  opacity: 0;
}
.q-select__dropdown-icon {
  cursor: pointer;
  transition: transform 0.28s;
}
.q-select.q-field--readonly .q-field__control, .q-select.q-field--readonly .q-select__dropdown-icon {
  cursor: default;
}
.q-select__dialog {
  width: 90vw !important;
  max-width: 90vw !important;
  max-height: calc(100vh - 70px) !important;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.q-select__dialog > .scroll {
  position: relative;
  background: inherit;
}
body.mobile:not(.native-mobile) .q-select__dialog {
  max-height: calc(100vh - 108px) !important;
}
body.platform-android.native-mobile .q-dialog__inner--top .q-select__dialog {
  max-height: calc(100vh - 24px) !important;
}
body.platform-android:not(.native-mobile) .q-dialog__inner--top .q-select__dialog {
  max-height: calc(100vh - 80px) !important;
}
body.platform-ios.native-mobile .q-dialog__inner--top > div {
  border-radius: 4px;
}
body.platform-ios.native-mobile .q-dialog__inner--top .q-select__dialog--focused {
  max-height: 47vh !important;
}
body.platform-ios:not(.native-mobile) .q-dialog__inner--top .q-select__dialog--focused {
  max-height: 50vh !important;
}
.q-separator {
  border: 0;
  background: rgba(0, 0, 0, 0.12);
  margin: 0;
  transition: background 0.3s, opacity 0.3s;
  flex-shrink: 0;
}
.q-separator--dark {
  background: rgba(255, 255, 255, 0.28);
}
.q-separator--horizontal {
  display: block;
  height: 1px;
}
.q-separator--horizontal-inset {
  margin-left: 16px;
  margin-right: 16px;
}
.q-separator--horizontal-item-inset {
  margin-left: 72px;
  margin-right: 0;
}
.q-separator--horizontal-item-thumbnail-inset {
  margin-left: 116px;
  margin-right: 0;
}
.q-separator--vertical {
  width: 1px;
  height: auto;
  align-self: stretch;
}
.q-separator--vertical-inset {
  margin-top: 8px;
  margin-bottom: 8px;
}
.q-skeleton {
  --q-skeleton-speed: 1500ms;
  background: rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  box-sizing: border-box;
}
.q-skeleton--anim {
  cursor: wait;
}
.q-skeleton:before {
  content: " ";
}
.q-skeleton--type-text {
  transform: scale(1, 0.5);
}
.q-skeleton--type-circle, .q-skeleton--type-QAvatar {
  height: 48px;
  width: 48px;
  border-radius: 50%;
}
.q-skeleton--type-QBtn {
  width: 90px;
  height: 36px;
}
.q-skeleton--type-QBadge {
  width: 70px;
  height: 16px;
}
.q-skeleton--type-QChip {
  width: 90px;
  height: 28px;
  border-radius: 16px;
}
.q-skeleton--type-QToolbar {
  height: 50px;
}
.q-skeleton--type-QCheckbox, .q-skeleton--type-QRadio {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.q-skeleton--type-QToggle {
  width: 56px;
  height: 40px;
  border-radius: 7px;
}
.q-skeleton--type-QSlider, .q-skeleton--type-QRange {
  height: 40px;
}
.q-skeleton--type-QInput {
  height: 56px;
}
.q-skeleton--bordered {
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.q-skeleton--square {
  border-radius: 0;
}
.q-skeleton--anim-fade {
  animation: q-skeleton--fade var(--q-skeleton-speed) linear 0.5s infinite;
}
.q-skeleton--anim-pulse {
  animation: q-skeleton--pulse var(--q-skeleton-speed) ease-in-out 0.5s infinite;
}
.q-skeleton--anim-pulse-x {
  animation: q-skeleton--pulse-x var(--q-skeleton-speed) ease-in-out 0.5s infinite;
}
.q-skeleton--anim-pulse-y {
  animation: q-skeleton--pulse-y var(--q-skeleton-speed) ease-in-out 0.5s infinite;
}
.q-skeleton--anim-wave, .q-skeleton--anim-blink, .q-skeleton--anim-pop {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.q-skeleton--anim-wave:after, .q-skeleton--anim-blink:after, .q-skeleton--anim-pop:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.q-skeleton--anim-blink:after {
  background: rgba(255, 255, 255, 0.7);
  animation: q-skeleton--fade var(--q-skeleton-speed) linear 0.5s infinite;
}
.q-skeleton--anim-wave:after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  animation: q-skeleton--wave var(--q-skeleton-speed) linear 0.5s infinite;
}
.q-skeleton--dark {
  background: rgba(255, 255, 255, 0.05);
}
.q-skeleton--dark.q-skeleton--bordered {
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.q-skeleton--dark.q-skeleton--anim-wave:after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
}
.q-skeleton--dark.q-skeleton--anim-blink:after {
  background: rgba(255, 255, 255, 0.2);
}
@keyframes q-skeleton--fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes q-skeleton--pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes q-skeleton--pulse-x {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0.75);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes q-skeleton--pulse-y {
  0% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(0.75);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes q-skeleton--wave {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.q-slide-item {
  position: relative;
  background: white;
}
.q-slide-item__left, .q-slide-item__right, .q-slide-item__top, .q-slide-item__bottom {
  visibility: hidden;
  font-size: 14px;
  color: #fff;
}
.q-slide-item__left .q-icon, .q-slide-item__right .q-icon, .q-slide-item__top .q-icon, .q-slide-item__bottom .q-icon {
  font-size: 1.714em;
}
.q-slide-item__left {
  background: #28A745;
  padding: 8px 16px;
}
.q-slide-item__left > div {
  transform-origin: left center;
}
.q-slide-item__right {
  background: #ff9800;
  padding: 8px 16px;
}
.q-slide-item__right > div {
  transform-origin: right center;
}
.q-slide-item__top {
  background: #149ECA;
  padding: 16px 8px;
}
.q-slide-item__top > div {
  transform-origin: top center;
}
.q-slide-item__bottom {
  background: #9c27b0;
  padding: 16px 8px;
}
.q-slide-item__bottom > div {
  transform-origin: bottom center;
}
.q-slide-item__content {
  background: inherit;
  transition: transform 0.2s ease-in;
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
}
.q-slider {
  position: relative;
}
.q-slider--h {
  width: 100%;
}
.q-slider--v {
  height: 200px;
}
.q-slider--editable .q-slider__track-container {
  cursor: grab;
}
.q-slider__track-container {
  outline: 0;
}
.q-slider__track-container--h {
  width: 100%;
  padding: 12px 0;
}
.q-slider__track-container--h .q-slider__selection {
  will-change: width, left;
}
.q-slider__track-container--v {
  height: 100%;
  padding: 0 12px;
}
.q-slider__track-container--v .q-slider__selection {
  will-change: height, top;
}
.q-slider__track {
  color: var(--q-primary);
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  width: inherit;
  height: inherit;
}
.q-slider__inner {
  background: rgba(0, 0, 0, 0.1);
  border-radius: inherit;
  width: 100%;
  height: 100%;
}
.q-slider__selection {
  background: currentColor;
  border-radius: inherit;
  width: 100%;
  height: 100%;
}
.q-slider__markers {
  color: rgba(0, 0, 0, 0.3);
  border-radius: inherit;
  width: 100%;
  height: 100%;
}
.q-slider__markers:after {
  content: "";
  position: absolute;
  background: currentColor;
}
.q-slider__markers--h {
  background-image: repeating-linear-gradient(to right, currentColor, currentColor 2px, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0));
}
.q-slider__markers--h:after {
  height: 100%;
  width: 2px;
  top: 0;
  right: 0;
}
.q-slider__markers--v {
  background-image: repeating-linear-gradient(to bottom, currentColor, currentColor 2px, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0));
}
.q-slider__markers--v:after {
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
}
.q-slider__marker-labels-container {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 24px;
  min-width: 24px;
}
.q-slider__marker-labels {
  position: absolute;
}
.q-slider__marker-labels--h-standard {
  top: 0;
}
.q-slider__marker-labels--h-switched {
  bottom: 0;
}
.q-slider__marker-labels--h-ltr {
  transform: translateX(-50%) /* rtl:ignore */;
}
.q-slider__marker-labels--h-rtl {
  transform: translateX(50%) /* rtl:ignore */;
}
.q-slider__marker-labels--v-standard {
  left: 4px;
}
.q-slider__marker-labels--v-switched {
  right: 4px;
}
.q-slider__marker-labels--v-ltr {
  transform: translateY(-50%) /* rtl:ignore */;
}
.q-slider__marker-labels--v-rtl {
  transform: translateY(50%) /* rtl:ignore */;
}
.q-slider__thumb {
  z-index: 1;
  outline: 0;
  color: var(--q-primary);
  transition: transform 0.18s ease-out, fill 0.18s ease-out, stroke 0.18s ease-out;
}
.q-slider__thumb.q-slider--focus {
  opacity: 1 !important;
}
.q-slider__thumb--h {
  top: 50%;
  will-change: left;
}
.q-slider__thumb--h-ltr {
  transform: scale(1) translate(-50%, -50%) /* rtl:ignore */;
}
.q-slider__thumb--h-rtl {
  transform: scale(1) translate(50%, -50%) /* rtl:ignore */;
}
.q-slider__thumb--v {
  left: 50% /* rtl:ignore */;
  will-change: top;
}
.q-slider__thumb--v-ltr {
  transform: scale(1) translate(-50%, -50%) /* rtl:ignore */;
}
.q-slider__thumb--v-rtl {
  transform: scale(1) translate(-50%, 50%) /* rtl:ignore */;
}
.q-slider__thumb-shape {
  top: 0;
  left: 0;
  stroke-width: 3.5;
  stroke: currentColor;
  transition: transform 0.28s;
}
.q-slider__thumb-shape path {
  stroke: currentColor;
  fill: currentColor;
}
.q-slider__focus-ring {
  border-radius: 50%;
  opacity: 0;
  transition: transform 266.67ms ease-out, opacity 266.67ms ease-out, background-color 266.67ms ease-out;
  transition-delay: 0.14s;
}
.q-slider__pin {
  opacity: 0;
  white-space: nowrap;
  transition: opacity 0.28s ease-out;
  transition-delay: 0.14s;
}
.q-slider__pin:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
}
.q-slider__pin--h:before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  left: 50%;
  transform: translateX(-50%);
}
.q-slider__pin--h-standard {
  bottom: 100%;
}
.q-slider__pin--h-standard:before {
  bottom: 2px;
  border-top: 6px solid currentColor;
}
.q-slider__pin--h-switched {
  top: 100%;
}
.q-slider__pin--h-switched:before {
  top: 2px;
  border-bottom: 6px solid currentColor;
}
.q-slider__pin--v {
  top: 0;
}
.q-slider__pin--v:before {
  top: 50%;
  transform: translateY(-50%);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.q-slider__pin--v-standard {
  left: 100%;
}
.q-slider__pin--v-standard:before {
  left: 2px;
  border-right: 6px solid currentColor;
}
.q-slider__pin--v-switched {
  right: 100%;
}
.q-slider__pin--v-switched:before {
  right: 2px;
  border-left: 6px solid currentColor;
}
.q-slider__label {
  z-index: 1;
  white-space: nowrap;
  position: absolute;
}
.q-slider__label--h {
  left: 50%;
  transform: translateX(-50%);
}
.q-slider__label--h-standard {
  bottom: 7px;
}
.q-slider__label--h-switched {
  top: 7px;
}
.q-slider__label--v {
  top: 50%;
  transform: translateY(-50%);
}
.q-slider__label--v-standard {
  left: 7px;
}
.q-slider__label--v-switched {
  right: 7px;
}
.q-slider__text-container {
  min-height: 25px;
  padding: 2px 8px;
  border-radius: 4px;
  background: currentColor;
  position: relative;
  text-align: center;
}
.q-slider__text {
  color: #fff;
  font-size: 12px;
}
.q-slider--no-value .q-slider__thumb,
.q-slider--no-value .q-slider__inner,
.q-slider--no-value .q-slider__selection {
  opacity: 0;
}
.q-slider--focus .q-slider__focus-ring, body.desktop .q-slider.q-slider--editable .q-slider__track-container:hover .q-slider__focus-ring {
  background: currentColor;
  transform: scale3d(1.55, 1.55, 1);
  opacity: 0.25;
}
.q-slider--focus .q-slider__thumb,
.q-slider--focus .q-slider__inner,
.q-slider--focus .q-slider__selection, body.desktop .q-slider.q-slider--editable .q-slider__track-container:hover .q-slider__thumb,
body.desktop .q-slider.q-slider--editable .q-slider__track-container:hover .q-slider__inner,
body.desktop .q-slider.q-slider--editable .q-slider__track-container:hover .q-slider__selection {
  opacity: 1;
}
.q-slider--inactive .q-slider__thumb--h {
  transition: left 0.28s, right 0.28s;
}
.q-slider--inactive .q-slider__thumb--v {
  transition: top 0.28s, bottom 0.28s;
}
.q-slider--inactive .q-slider__selection {
  transition: width 0.28s, left 0.28s, right 0.28s, height 0.28s, top 0.28s, bottom 0.28s;
}
.q-slider--inactive .q-slider__text-container {
  transition: transform 0.28s;
}
.q-slider--active {
  cursor: grabbing;
}
.q-slider--active .q-slider__thumb-shape {
  transform: scale(1.5);
}
.q-slider--active .q-slider__focus-ring, .q-slider--active.q-slider--label .q-slider__thumb-shape {
  transform: scale(0) !important;
}
body.desktop .q-slider.q-slider--enabled .q-slider__track-container:hover .q-slider__pin {
  opacity: 1;
}
.q-slider--label.q-slider--active .q-slider__pin,
.q-slider--label .q-slider--focus .q-slider__pin, .q-slider--label.q-slider--label-always .q-slider__pin {
  opacity: 1;
}
.q-slider--dark .q-slider__track {
  background: rgba(255, 255, 255, 0.1);
}
.q-slider--dark .q-slider__inner {
  background: rgba(255, 255, 255, 0.1);
}
.q-slider--dark .q-slider__markers {
  color: rgba(255, 255, 255, 0.3);
}
.q-slider--dense .q-slider__track-container--h {
  padding: 6px 0;
}
.q-slider--dense .q-slider__track-container--v {
  padding: 0 6px;
}
.q-space {
  flex-grow: 1 !important;
}
.q-spinner {
  vertical-align: middle;
}
.q-spinner-mat {
  animation: q-spin 2s linear infinite;
  transform-origin: center center;
}
.q-spinner-mat .path {
  stroke-dasharray: 1, 200 /* rtl:ignore */;
  stroke-dashoffset: 0 /* rtl:ignore */;
  animation: q-mat-dash 1.5s ease-in-out infinite;
}
@keyframes q-spin {
  0% {
    transform: rotate3d(0, 0, 1, 0deg) /* rtl:ignore */;
  }
  25% {
    transform: rotate3d(0, 0, 1, 90deg) /* rtl:ignore */;
  }
  50% {
    transform: rotate3d(0, 0, 1, 180deg) /* rtl:ignore */;
  }
  75% {
    transform: rotate3d(0, 0, 1, 270deg) /* rtl:ignore */;
  }
  100% {
    transform: rotate3d(0, 0, 1, 359deg) /* rtl:ignore */;
  }
}
@keyframes q-mat-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.q-splitter__panel {
  position: relative;
  z-index: 0;
}
.q-splitter__panel > .q-splitter {
  width: 100%;
  height: 100%;
}
.q-splitter__separator {
  background-color: rgba(0, 0, 0, 0.12);
  -webkit-user-select: none;
          user-select: none;
  position: relative;
  z-index: 1;
}
.q-splitter__separator-area > * {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.q-splitter--dark .q-splitter__separator {
  background-color: rgba(255, 255, 255, 0.28);
}
.q-splitter--vertical > .q-splitter__panel {
  height: 100%;
}
.q-splitter--vertical.q-splitter--active {
  cursor: col-resize;
}
.q-splitter--vertical > .q-splitter__separator {
  width: 1px;
}
.q-splitter--vertical > .q-splitter__separator > div {
  left: -6px;
  right: -6px;
}
.q-splitter--vertical.q-splitter--workable > .q-splitter__separator {
  cursor: col-resize;
}
.q-splitter--horizontal > .q-splitter__panel {
  width: 100%;
}
.q-splitter--horizontal.q-splitter--active {
  cursor: row-resize;
}
.q-splitter--horizontal > .q-splitter__separator {
  height: 1px;
}
.q-splitter--horizontal > .q-splitter__separator > div {
  top: -6px;
  bottom: -6px;
}
.q-splitter--horizontal.q-splitter--workable > .q-splitter__separator {
  cursor: row-resize;
}
.q-splitter__before, .q-splitter__after {
  overflow: auto;
}
.q-stepper {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  background: #fff;
}
.q-stepper__title {
  font-size: 14px;
  line-height: 1.285714;
  letter-spacing: 0.1px;
}
.q-stepper__caption {
  font-size: 12px;
  line-height: 1.16667;
}
.q-stepper__dot {
  contain: layout;
  margin-right: 8px;
  font-size: 14px;
  width: 24px;
  min-width: 24px;
  height: 24px;
  border-radius: 50%;
  background: currentColor;
}
.q-stepper__dot span {
  color: #fff;
}
.q-stepper__tab {
  padding: 8px 24px;
  font-size: 14px;
  color: #868791;
  flex-direction: row;
}
.q-stepper--dark {
  box-shadow: 0 1px 5px rgba(255, 255, 255, 0.2), 0 2px 2px rgba(255, 255, 255, 0.14), 0 3px 1px -2px rgba(255, 255, 255, 0.12);
}
.q-stepper--dark .q-stepper__dot span {
  color: #000;
}
.q-stepper__tab--navigation {
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
}
.q-stepper__tab--active, .q-stepper__tab--done {
  color: var(--q-primary);
}
.q-stepper__tab--active .q-stepper__dot, .q-stepper__tab--active .q-stepper__label, .q-stepper__tab--done .q-stepper__dot, .q-stepper__tab--done .q-stepper__label {
  text-shadow: 0 0 0 currentColor;
}
.q-stepper__tab--disabled .q-stepper__dot {
  background: rgba(0, 0, 0, 0.22);
}
.q-stepper__tab--disabled .q-stepper__label {
  color: rgba(0, 0, 0, 0.32);
}
.q-stepper__tab--error {
  color: var(--q-negative);
}
.q-stepper__tab--error-with-icon .q-stepper__dot {
  background: transparent !important;
}
.q-stepper__tab--error-with-icon .q-stepper__dot span {
  color: currentColor;
  font-size: 24px;
}
.q-stepper__header {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.q-stepper__header--border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.q-stepper__header--standard-labels .q-stepper__tab {
  min-height: 72px;
  justify-content: center;
}
.q-stepper__header--standard-labels .q-stepper__tab:first-child {
  justify-content: flex-start;
}
.q-stepper__header--standard-labels .q-stepper__tab:last-child {
  justify-content: flex-end;
}
.q-stepper__header--standard-labels .q-stepper__tab:only-child {
  justify-content: center;
}
.q-stepper__header--standard-labels .q-stepper__dot:after {
  display: none;
}
.q-stepper__header--alternative-labels .q-stepper__tab {
  min-height: 104px;
  padding: 24px 32px;
  flex-direction: column;
  justify-content: flex-start;
}
.q-stepper__header--alternative-labels .q-stepper__dot {
  margin-right: 0;
}
.q-stepper__header--alternative-labels .q-stepper__label {
  margin-top: 8px;
  text-align: center;
}
.q-stepper__header--alternative-labels .q-stepper__label:before, .q-stepper__header--alternative-labels .q-stepper__label:after {
  display: none;
}
.q-stepper__header--contracted {
  min-height: 72px;
}
.q-stepper__header--contracted.q-stepper__header--alternative-labels .q-stepper__tab {
  min-height: 72px;
}
.q-stepper__header--contracted.q-stepper__header--alternative-labels .q-stepper__tab:first-child {
  align-items: flex-start;
}
.q-stepper__header--contracted.q-stepper__header--alternative-labels .q-stepper__tab:last-child {
  align-items: flex-end;
}
.q-stepper__header--contracted .q-stepper__tab {
  padding: 24px 0;
}
.q-stepper__header--contracted .q-stepper__tab:first-child .q-stepper__dot {
  transform: translateX(24px);
}
.q-stepper__header--contracted .q-stepper__tab:last-child .q-stepper__dot {
  transform: translateX(-24px);
}
.q-stepper__header--contracted .q-stepper__tab:not(:last-child) .q-stepper__dot:after {
  display: block !important;
}
.q-stepper__header--contracted .q-stepper__dot {
  margin: 0;
}
.q-stepper__header--contracted .q-stepper__label {
  display: none;
}
.q-stepper__nav {
  padding-top: 24px;
}
.q-stepper--flat {
  box-shadow: none;
}
.q-stepper--bordered {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.q-stepper--horizontal .q-stepper__step-inner {
  padding: 24px;
}
.q-stepper--horizontal .q-stepper__tab:first-child {
  border-top-left-radius: inherit;
}
.q-stepper--horizontal .q-stepper__tab:last-child {
  border-top-right-radius: inherit;
}
.q-stepper--horizontal .q-stepper__tab:first-child .q-stepper__dot:before,
.q-stepper--horizontal .q-stepper__tab:last-child .q-stepper__label:after,
.q-stepper--horizontal .q-stepper__tab:last-child .q-stepper__dot:after {
  display: none;
}
.q-stepper--horizontal .q-stepper__tab {
  overflow: hidden;
}
.q-stepper--horizontal .q-stepper__line {
  contain: layout;
}
.q-stepper--horizontal .q-stepper__line:before, .q-stepper--horizontal .q-stepper__line:after {
  position: absolute;
  top: 50%;
  height: 1px;
  width: 100vw;
  background: rgba(0, 0, 0, 0.12);
}
.q-stepper--horizontal .q-stepper__label:after, .q-stepper--horizontal .q-stepper__dot:after {
  content: "";
  left: 100%;
  margin-left: 8px;
}
.q-stepper--horizontal .q-stepper__dot:before {
  content: "";
  right: 100%;
  margin-right: 8px;
}
.q-stepper--horizontal > .q-stepper__nav {
  padding: 0 24px 24px;
}
.q-stepper--vertical {
  padding: 16px 0;
}
.q-stepper--vertical .q-stepper__tab {
  padding: 12px 24px;
}
.q-stepper--vertical .q-stepper__title {
  line-height: 18px;
}
.q-stepper--vertical .q-stepper__step-inner {
  padding: 0 24px 32px 60px;
}
.q-stepper--vertical > .q-stepper__nav {
  padding: 24px 24px 0;
}
.q-stepper--vertical .q-stepper__step {
  overflow: hidden;
}
.q-stepper--vertical .q-stepper__dot {
  margin-right: 12px;
}
.q-stepper--vertical .q-stepper__dot:before, .q-stepper--vertical .q-stepper__dot:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  height: 99999px;
  background: rgba(0, 0, 0, 0.12);
}
.q-stepper--vertical .q-stepper__dot:before {
  bottom: 100%;
  margin-bottom: 8px;
}
.q-stepper--vertical .q-stepper__dot:after {
  top: 100%;
  margin-top: 8px;
}
.q-stepper--vertical .q-stepper__step:first-child .q-stepper__dot:before,
.q-stepper--vertical .q-stepper__step:last-child .q-stepper__dot:after {
  display: none;
}
.q-stepper--vertical .q-stepper__step:last-child .q-stepper__step-inner {
  padding-bottom: 8px;
}
.q-stepper--dark.q-stepper--bordered,
.q-stepper--dark .q-stepper__header--border {
  border-color: rgba(255, 255, 255, 0.28);
}
.q-stepper--dark.q-stepper--horizontal .q-stepper__line:before, .q-stepper--dark.q-stepper--horizontal .q-stepper__line:after {
  background: rgba(255, 255, 255, 0.28);
}
.q-stepper--dark.q-stepper--vertical .q-stepper__dot:before, .q-stepper--dark.q-stepper--vertical .q-stepper__dot:after {
  background: rgba(255, 255, 255, 0.28);
}
.q-stepper--dark .q-stepper__tab--disabled {
  color: rgba(255, 255, 255, 0.28);
}
.q-stepper--dark .q-stepper__tab--disabled .q-stepper__dot {
  background: rgba(255, 255, 255, 0.28);
}
.q-stepper--dark .q-stepper__tab--disabled .q-stepper__label {
  color: rgba(255, 255, 255, 0.54);
}
.q-tab-panels {
  background: #fff;
}
.q-tab-panel {
  padding: 16px;
}
.q-markup-table {
  overflow: auto;
  background: #fff;
}
.q-table {
  width: 100%;
  max-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.q-table thead tr, .q-table tbody td {
  height: 48px;
}
.q-table th {
  font-weight: 500;
  font-size: 12px;
  -webkit-user-select: none;
          user-select: none;
}
.q-table th.sortable {
  cursor: pointer;
}
.q-table th.sortable:hover .q-table__sort-icon {
  opacity: 0.64;
}
.q-table th.sorted .q-table__sort-icon {
  opacity: 0.86 !important;
}
.q-table th.sort-desc .q-table__sort-icon {
  transform: rotate(180deg);
}
.q-table th, .q-table td {
  padding: 7px 16px;
  background-color: inherit;
}
.q-table thead, .q-table td, .q-table th {
  border-style: solid;
  border-width: 0;
}
.q-table tbody td {
  font-size: 13px;
}
.q-table__card {
  color: #000;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
}
.q-table__card .q-table__middle {
  flex: 1 1 auto;
}
.q-table__card .q-table__top,
.q-table__card .q-table__bottom {
  flex: 0 0 auto;
}
.q-table__container {
  position: relative;
}
.q-table__container > div:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.q-table__container > div:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.q-table__container > .q-inner-loading {
  border-radius: inherit !important;
}
.q-table__top {
  padding: 12px 16px;
}
.q-table__top .q-table__control {
  flex-wrap: wrap;
}
.q-table__title {
  font-size: 20px;
  letter-spacing: 0.005em;
  font-weight: 400;
}
.q-table__separator {
  min-width: 8px !important;
}
.q-table__progress {
  height: 0 !important;
}
.q-table__progress th {
  padding: 0 !important;
  border: 0 !important;
}
.q-table__progress .q-linear-progress {
  position: absolute;
  bottom: 0;
}
.q-table__middle {
  max-width: 100%;
}
.q-table__bottom {
  min-height: 50px;
  padding: 4px 14px 4px 16px;
  font-size: 12px;
}
.q-table__bottom .q-table__control {
  min-height: 24px;
}
.q-table__bottom-nodata-icon {
  font-size: 200%;
  margin-right: 8px;
}
.q-table__bottom-item {
  margin-right: 16px;
}
.q-table__control {
  display: flex;
  align-items: center;
}
.q-table__sort-icon {
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  opacity: 0;
  font-size: 120%;
}
.q-table__sort-icon--left, .q-table__sort-icon--center {
  margin-left: 4px;
}
.q-table__sort-icon--right {
  margin-right: 4px;
}
.q-table--col-auto-width {
  width: 1px;
}
.q-table__card--dark,
.q-table--dark {
  box-shadow: 0 1px 5px rgba(255, 255, 255, 0.2), 0 2px 2px rgba(255, 255, 255, 0.14), 0 3px 1px -2px rgba(255, 255, 255, 0.12);
}
.q-table--flat {
  box-shadow: none;
}
.q-table--bordered {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.q-table--square {
  border-radius: 0;
}
.q-table__linear-progress {
  height: 2px;
}
.q-table--no-wrap th, .q-table--no-wrap td {
  white-space: nowrap;
}
.q-table--grid {
  box-shadow: none;
  border-radius: 4px;
}
.q-table--grid .q-table__top {
  padding-bottom: 4px;
}
.q-table--grid .q-table__middle {
  min-height: 2px;
  margin-bottom: 4px;
}
.q-table--grid .q-table__middle thead, .q-table--grid .q-table__middle thead th {
  border: 0 !important;
}
.q-table--grid .q-table__linear-progress {
  bottom: 0;
}
.q-table--grid .q-table__bottom {
  border-top: 0;
}
.q-table--grid .q-table__grid-content {
  flex: 1 1 auto;
}
.q-table--grid.fullscreen {
  background: inherit;
}
.q-table__grid-item-card {
  vertical-align: top;
  padding: 12px;
}
.q-table__grid-item-card .q-separator {
  margin: 12px 0;
}
.q-table__grid-item-row + .q-table__grid-item-row {
  margin-top: 8px;
}
.q-table__grid-item-title {
  opacity: 0.54;
  font-weight: 500;
  font-size: 12px;
}
.q-table__grid-item-value {
  font-size: 13px;
}
.q-table__grid-item {
  padding: 4px;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.q-table__grid-item--selected {
  transform: scale(0.95);
}
.q-table--horizontal-separator thead th, .q-table--horizontal-separator tbody tr:not(:last-child) > td, .q-table--cell-separator thead th, .q-table--cell-separator tbody tr:not(:last-child) > td {
  border-bottom-width: 1px;
}
.q-table--vertical-separator td, .q-table--vertical-separator th, .q-table--cell-separator td, .q-table--cell-separator th {
  border-left-width: 1px;
}
.q-table--vertical-separator thead tr:last-child th, .q-table--vertical-separator.q-table--loading tr:nth-last-child(2) th, .q-table--cell-separator thead tr:last-child th, .q-table--cell-separator.q-table--loading tr:nth-last-child(2) th {
  border-bottom-width: 1px;
}
.q-table--vertical-separator td:first-child, .q-table--vertical-separator th:first-child, .q-table--cell-separator td:first-child, .q-table--cell-separator th:first-child {
  border-left: 0;
}
.q-table--vertical-separator .q-table__top, .q-table--cell-separator .q-table__top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.q-table--dense .q-table__top {
  padding: 6px 16px;
}
.q-table--dense .q-table__bottom {
  min-height: 33px;
}
.q-table--dense .q-table__sort-icon {
  font-size: 110%;
}
.q-table--dense .q-table th, .q-table--dense .q-table td {
  padding: 4px 8px;
}
.q-table--dense .q-table thead tr, .q-table--dense .q-table tbody tr, .q-table--dense .q-table tbody td {
  height: 28px;
}
.q-table--dense .q-table th:first-child, .q-table--dense .q-table td:first-child {
  padding-left: 16px;
}
.q-table--dense .q-table th:last-child, .q-table--dense .q-table td:last-child {
  padding-right: 16px;
}
.q-table--dense .q-table__bottom-item {
  margin-right: 8px;
}
.q-table--dense .q-table__select .q-field__control, .q-table--dense .q-table__select .q-field__native {
  min-height: 24px;
  padding: 0;
}
.q-table--dense .q-table__select .q-field__marginal {
  height: 24px;
}
.q-table__bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.q-table thead, .q-table tr, .q-table th, .q-table td {
  border-color: rgba(0, 0, 0, 0.12);
}
.q-table tbody td {
  position: relative;
}
.q-table tbody td:before, .q-table tbody td:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.q-table tbody td:before {
  background: rgba(0, 0, 0, 0.03);
}
.q-table tbody td:after {
  background: rgba(0, 0, 0, 0.06);
}
.q-table tbody tr.selected td:after {
  content: "";
}
body.desktop .q-table > tbody > tr:not(.q-tr--no-hover):hover > td:not(.q-td--no-hover):before {
  content: "";
}
.q-table__card--dark,
.q-table--dark {
  border-color: rgba(255, 255, 255, 0.28);
}
.q-table--dark .q-table__bottom, .q-table--dark thead, .q-table--dark tr, .q-table--dark th, .q-table--dark td {
  border-color: rgba(255, 255, 255, 0.28);
}
.q-table--dark tbody td:before {
  background: rgba(255, 255, 255, 0.07);
}
.q-table--dark tbody td:after {
  background: rgba(255, 255, 255, 0.1);
}
.q-table--dark.q-table--vertical-separator .q-table__top, .q-table--dark.q-table--cell-separator .q-table__top {
  border-color: rgba(255, 255, 255, 0.28);
}
.q-tab {
  padding: 0 16px;
  min-height: 48px;
  transition: color 0.3s, background-color 0.3s;
  text-transform: uppercase;
  white-space: nowrap;
  color: inherit;
  text-decoration: none;
}
.q-tab--full {
  min-height: 72px;
}
.q-tab--no-caps {
  text-transform: none;
}
.q-tab__content {
  height: inherit;
  padding: 4px 0;
  min-width: 40px;
}
.q-tab__content--inline .q-tab__icon + .q-tab__label {
  padding-left: 8px;
}
.q-tab__content .q-chip--floating {
  top: 0;
  right: -16px;
}
.q-tab__icon {
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.q-tab__label {
  font-size: 14px;
  line-height: 1.715em;
  font-weight: 500;
}
.q-tab .q-badge {
  top: 3px;
  right: -12px;
}
.q-tab__alert, .q-tab__alert-icon {
  position: absolute;
}
.q-tab__alert {
  top: 7px;
  right: -9px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: currentColor;
}
.q-tab__alert-icon {
  top: 2px;
  right: -12px;
  font-size: 18px;
}
.q-tab__indicator {
  opacity: 0;
  height: 2px;
  background: currentColor;
}
.q-tab--active .q-tab__indicator {
  opacity: 1;
  transform-origin: left /* rtl:ignore */;
}
.q-tab--inactive {
  opacity: 0.85;
}
.q-tabs {
  position: relative;
  transition: color 0.3s, background-color 0.3s;
}
.q-tabs--scrollable.q-tabs__arrows--outside.q-tabs--horizontal {
  padding-left: 36px;
  padding-right: 36px;
}
.q-tabs--scrollable.q-tabs__arrows--outside.q-tabs--vertical {
  padding-top: 36px;
  padding-bottom: 36px;
}
.q-tabs--scrollable.q-tabs__arrows--outside .q-tabs__arrow--faded {
  opacity: 0.3;
  pointer-events: none;
}
.q-tabs--scrollable.q-tabs__arrows--inside .q-tabs__arrow--faded {
  display: none;
}
.q-tabs--not-scrollable.q-tabs__arrows--outside, body.mobile .q-tabs--scrollable.q-tabs--mobile-without-arrows.q-tabs__arrows--outside {
  padding-left: 0;
  padding-right: 0;
}
.q-tabs--not-scrollable .q-tabs__arrow, body.mobile .q-tabs--scrollable.q-tabs--mobile-without-arrows .q-tabs__arrow {
  display: none;
}
.q-tabs--not-scrollable .q-tabs__content, body.mobile .q-tabs--scrollable.q-tabs--mobile-without-arrows .q-tabs__content {
  border-radius: inherit;
}
.q-tabs__arrow {
  cursor: pointer;
  font-size: 32px;
  min-width: 36px;
  text-shadow: 0 0 3px #fff, 0 0 1px #fff, 0 0 1px #000;
  transition: opacity 0.3s;
}
.q-tabs__content {
  overflow: hidden;
  flex: 1 1 auto;
}
.q-tabs__content--align-center {
  justify-content: center;
}
.q-tabs__content--align-right {
  justify-content: flex-end;
}
.q-tabs__content--align-justify .q-tab {
  flex: 1 1 auto;
}
.q-tabs__offset {
  display: none;
}
.q-tabs--horizontal .q-tabs__arrow {
  height: 100%;
}
.q-tabs--horizontal .q-tabs__arrow--left {
  top: 0;
  left: 0 /* rtl:ignore */;
  bottom: 0;
}
.q-tabs--horizontal .q-tabs__arrow--right {
  top: 0;
  right: 0 /* rtl:ignore */;
  bottom: 0;
}
.q-tabs--vertical {
  display: block !important;
  height: 100%;
}
.q-tabs--vertical .q-tabs__content {
  display: block !important;
  height: 100%;
}
.q-tabs--vertical .q-tabs__arrow {
  width: 100%;
  height: 36px;
  text-align: center;
}
.q-tabs--vertical .q-tabs__arrow--left {
  top: 0;
  left: 0;
  right: 0;
}
.q-tabs--vertical .q-tabs__arrow--right {
  left: 0;
  right: 0;
  bottom: 0;
}
.q-tabs--vertical .q-tab {
  padding: 0 8px;
}
.q-tabs--vertical .q-tab__indicator {
  height: unset;
  width: 2px;
}
.q-tabs--vertical.q-tabs--not-scrollable .q-tabs__content {
  height: 100%;
}
.q-tabs--vertical.q-tabs--dense .q-tab__content {
  min-width: 24px;
}
.q-tabs--dense .q-tab {
  min-height: 36px;
}
.q-tabs--dense .q-tab--full {
  min-height: 52px;
}
.q-time {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  background: #fff;
  outline: 0;
  width: 290px;
  min-width: 290px;
  max-width: 100%;
}
.q-time--bordered {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.q-time__header {
  border-top-left-radius: inherit;
  color: #fff;
  background-color: var(--q-primary);
  padding: 16px;
  font-weight: 300;
}
.q-time__actions {
  padding: 0 16px 16px;
}
.q-time__header-label {
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.00833em;
}
.q-time__header-label > div + div {
  margin-left: 4px;
}
.q-time__link {
  opacity: 0.56;
  outline: 0;
  transition: opacity 0.3s ease-out;
}
.q-time__link--active, .q-time__link:hover, .q-time__link:focus {
  opacity: 1;
}
.q-time__header-ampm {
  font-size: 16px;
  letter-spacing: 0.1em;
}
.q-time__content {
  padding: 16px;
}
.q-time__content:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.q-time__container-parent {
  padding: 16px;
}
.q-time__container-child {
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.12);
}
.q-time__clock {
  padding: 24px;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  font-size: 14px;
}
.q-time__clock-circle {
  position: relative;
}
.q-time__clock-center {
  height: 6px;
  width: 6px;
  margin: auto;
  border-radius: 50%;
  min-height: 0;
  background: currentColor;
}
.q-time__clock-pointer {
  width: 2px;
  height: 50%;
  transform-origin: 0 0 /* rtl:ignore */;
  min-height: 0;
  position: absolute;
  left: 50%;
  right: 0;
  bottom: 0;
  color: var(--q-primary);
  background: currentColor;
  transform: translateX(-50%);
}
.q-time__clock-pointer:before, .q-time__clock-pointer:after {
  content: "";
  position: absolute;
  left: 50%;
  border-radius: 50%;
  background: currentColor;
  transform: translateX(-50%);
}
.q-time__clock-pointer:before {
  bottom: -4px;
  width: 8px;
  height: 8px;
}
.q-time__clock-pointer:after {
  top: -3px;
  height: 6px;
  width: 6px;
}
.q-time__clock-position {
  position: absolute;
  min-height: 32px;
  width: 32px;
  height: 32px;
  font-size: 12px;
  line-height: 32px;
  margin: 0;
  padding: 0;
  transform: translate(-50%, -50%) /* rtl:ignore */;
  border-radius: 50%;
}
.q-time__clock-position--disable {
  opacity: 0.4;
}
.q-time__clock-position--active {
  background-color: var(--q-primary);
  color: #fff;
}
.q-time__clock-pos-0 {
  top: 0%;
  left: 50% /* rtl:ignore */;
}
.q-time__clock-pos-1 {
  top: 6.7%;
  left: 75% /* rtl:ignore */;
}
.q-time__clock-pos-2 {
  top: 25%;
  left: 93.3% /* rtl:ignore */;
}
.q-time__clock-pos-3 {
  top: 50%;
  left: 100% /* rtl:ignore */;
}
.q-time__clock-pos-4 {
  top: 75%;
  left: 93.3% /* rtl:ignore */;
}
.q-time__clock-pos-5 {
  top: 93.3%;
  left: 75% /* rtl:ignore */;
}
.q-time__clock-pos-6 {
  top: 100%;
  left: 50% /* rtl:ignore */;
}
.q-time__clock-pos-7 {
  top: 93.3%;
  left: 25% /* rtl:ignore */;
}
.q-time__clock-pos-8 {
  top: 75%;
  left: 6.7% /* rtl:ignore */;
}
.q-time__clock-pos-9 {
  top: 50%;
  left: 0% /* rtl:ignore */;
}
.q-time__clock-pos-10 {
  top: 25%;
  left: 6.7% /* rtl:ignore */;
}
.q-time__clock-pos-11 {
  top: 6.7%;
  left: 25% /* rtl:ignore */;
}
.q-time__clock-pos-12 {
  top: 15%;
  left: 50% /* rtl:ignore */;
}
.q-time__clock-pos-13 {
  top: 19.69%;
  left: 67.5% /* rtl:ignore */;
}
.q-time__clock-pos-14 {
  top: 32.5%;
  left: 80.31% /* rtl:ignore */;
}
.q-time__clock-pos-15 {
  top: 50%;
  left: 85% /* rtl:ignore */;
}
.q-time__clock-pos-16 {
  top: 67.5%;
  left: 80.31% /* rtl:ignore */;
}
.q-time__clock-pos-17 {
  top: 80.31%;
  left: 67.5% /* rtl:ignore */;
}
.q-time__clock-pos-18 {
  top: 85%;
  left: 50% /* rtl:ignore */;
}
.q-time__clock-pos-19 {
  top: 80.31%;
  left: 32.5% /* rtl:ignore */;
}
.q-time__clock-pos-20 {
  top: 67.5%;
  left: 19.69% /* rtl:ignore */;
}
.q-time__clock-pos-21 {
  top: 50%;
  left: 15% /* rtl:ignore */;
}
.q-time__clock-pos-22 {
  top: 32.5%;
  left: 19.69% /* rtl:ignore */;
}
.q-time__clock-pos-23 {
  top: 19.69%;
  left: 32.5% /* rtl:ignore */;
}
.q-time__now-button {
  background-color: var(--q-primary);
  color: #fff;
  top: 12px;
  right: 12px;
}
.q-time.disabled .q-time__header-ampm, .q-time.disabled .q-time__content, .q-time--readonly .q-time__header-ampm, .q-time--readonly .q-time__content {
  pointer-events: none;
}
.q-time--portrait {
  display: inline-flex;
  flex-direction: column;
}
.q-time--portrait .q-time__header {
  border-top-right-radius: inherit;
  min-height: 86px;
}
.q-time--portrait .q-time__header-ampm {
  margin-left: 12px;
}
.q-time--portrait.q-time--bordered .q-time__content {
  margin: 1px 0;
}
.q-time--landscape {
  display: inline-flex;
  align-items: stretch;
  min-width: 420px;
}
.q-time--landscape > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.q-time--landscape .q-time__header {
  border-bottom-left-radius: inherit;
  min-width: 156px;
}
.q-time--landscape .q-time__header-ampm {
  margin-top: 12px;
}
.q-time--dark {
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: 0 1px 5px rgba(255, 255, 255, 0.2), 0 2px 2px rgba(255, 255, 255, 0.14), 0 3px 1px -2px rgba(255, 255, 255, 0.12);
}
.q-timeline {
  padding: 0;
  width: 100%;
  list-style: none;
}
.q-timeline h6 {
  line-height: inherit;
}
.q-timeline--dark {
  color: #fff;
}
.q-timeline--dark .q-timeline__subtitle {
  opacity: 0.7;
}
.q-timeline__content {
  padding-bottom: 24px;
}
.q-timeline__title {
  margin-top: 0;
  margin-bottom: 16px;
}
.q-timeline__subtitle {
  font-size: 12px;
  margin-bottom: 8px;
  opacity: 0.6;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}
.q-timeline__dot {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15px;
}
.q-timeline__dot:before, .q-timeline__dot:after {
  content: "";
  background: currentColor;
  display: block;
  position: absolute;
}
.q-timeline__dot:before {
  border: 3px solid transparent;
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 4px;
  left: 0;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}
.q-timeline__dot:after {
  width: 3px;
  opacity: 0.4;
  top: 24px;
  bottom: 0;
  left: 6px;
}
.q-timeline__dot .q-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 16px;
  height: 38px;
  line-height: 38px;
  width: 100%;
  color: #fff;
}
.q-timeline__dot .q-icon > svg,
.q-timeline__dot .q-icon > img {
  width: 1em;
  height: 1em;
}
.q-timeline__dot-img {
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  height: 31px;
  width: 31px;
  background: currentColor;
  border-radius: 50%;
}
.q-timeline__heading {
  position: relative;
}
.q-timeline__heading:first-child .q-timeline__heading-title {
  padding-top: 0;
}
.q-timeline__heading:last-child .q-timeline__heading-title {
  padding-bottom: 0;
}
.q-timeline__heading-title {
  padding: 32px 0;
  margin: 0;
}
.q-timeline__entry {
  position: relative;
  line-height: 22px;
}
.q-timeline__entry:last-child {
  padding-bottom: 0 !important;
}
.q-timeline__entry:last-child .q-timeline__dot:after {
  content: none;
}
.q-timeline__entry--icon .q-timeline__dot {
  width: 31px;
}
.q-timeline__entry--icon .q-timeline__dot:before {
  height: 31px;
  width: 31px;
}
.q-timeline__entry--icon .q-timeline__dot:after {
  top: 41px;
  left: 14px;
}
.q-timeline__entry--icon .q-timeline__subtitle {
  padding-top: 8px;
}
.q-timeline--dense--right .q-timeline__entry {
  padding-left: 40px;
}
.q-timeline--dense--right .q-timeline__entry--icon .q-timeline__dot {
  left: -8px;
}
.q-timeline--dense--right .q-timeline__dot {
  left: 0;
}
.q-timeline--dense--left .q-timeline__heading {
  text-align: right;
}
.q-timeline--dense--left .q-timeline__entry {
  padding-right: 40px;
}
.q-timeline--dense--left .q-timeline__entry--icon .q-timeline__dot {
  right: -8px;
}
.q-timeline--dense--left .q-timeline__content, .q-timeline--dense--left .q-timeline__title, .q-timeline--dense--left .q-timeline__subtitle {
  text-align: right;
}
.q-timeline--dense--left .q-timeline__dot {
  right: 0;
}
.q-timeline--comfortable {
  display: table;
}
.q-timeline--comfortable .q-timeline__heading {
  display: table-row;
  font-size: 200%;
}
.q-timeline--comfortable .q-timeline__heading > div {
  display: table-cell;
}
.q-timeline--comfortable .q-timeline__entry {
  display: table-row;
  padding: 0;
}
.q-timeline--comfortable .q-timeline__entry--icon .q-timeline__content {
  padding-top: 8px;
}
.q-timeline--comfortable .q-timeline__subtitle, .q-timeline--comfortable .q-timeline__dot, .q-timeline--comfortable .q-timeline__content {
  display: table-cell;
  vertical-align: top;
}
.q-timeline--comfortable .q-timeline__subtitle {
  width: 35%;
}
.q-timeline--comfortable .q-timeline__dot {
  position: relative;
  min-width: 31px;
}
.q-timeline--comfortable--right .q-timeline__heading .q-timeline__heading-title {
  margin-left: -50px;
}
.q-timeline--comfortable--right .q-timeline__subtitle {
  text-align: right;
  padding-right: 30px;
}
.q-timeline--comfortable--right .q-timeline__content {
  padding-left: 30px;
}
.q-timeline--comfortable--right .q-timeline__entry--icon .q-timeline__dot {
  left: -8px;
}
.q-timeline--comfortable--left .q-timeline__heading {
  text-align: right;
}
.q-timeline--comfortable--left .q-timeline__heading .q-timeline__heading-title {
  margin-right: -50px;
}
.q-timeline--comfortable--left .q-timeline__subtitle {
  padding-left: 30px;
}
.q-timeline--comfortable--left .q-timeline__content {
  padding-right: 30px;
}
.q-timeline--comfortable--left .q-timeline__content, .q-timeline--comfortable--left .q-timeline__title {
  text-align: right;
}
.q-timeline--comfortable--left .q-timeline__entry--icon .q-timeline__dot {
  right: 0;
}
.q-timeline--comfortable--left .q-timeline__dot {
  right: -8px;
}
.q-timeline--loose .q-timeline__heading-title {
  text-align: center;
  margin-left: 0;
}
.q-timeline--loose .q-timeline__entry, .q-timeline--loose .q-timeline__subtitle, .q-timeline--loose .q-timeline__dot, .q-timeline--loose .q-timeline__content {
  display: block;
  margin: 0;
  padding: 0;
}
.q-timeline--loose .q-timeline__dot {
  position: absolute;
  left: 50%;
  margin-left: -7.15px;
}
.q-timeline--loose .q-timeline__entry {
  padding-bottom: 24px;
  overflow: hidden;
}
.q-timeline--loose .q-timeline__entry--icon .q-timeline__dot {
  margin-left: -15px;
}
.q-timeline--loose .q-timeline__entry--icon .q-timeline__subtitle {
  line-height: 38px;
}
.q-timeline--loose .q-timeline__entry--icon .q-timeline__content {
  padding-top: 8px;
}
.q-timeline--loose .q-timeline__entry--left .q-timeline__content, .q-timeline--loose .q-timeline__entry--right .q-timeline__subtitle {
  float: left;
  padding-right: 30px;
  text-align: right;
}
.q-timeline--loose .q-timeline__entry--left .q-timeline__subtitle, .q-timeline--loose .q-timeline__entry--right .q-timeline__content {
  float: right;
  text-align: left;
  padding-left: 30px;
}
.q-timeline--loose .q-timeline__subtitle, .q-timeline--loose .q-timeline__content {
  width: 50%;
}
.q-toggle {
  vertical-align: middle;
}
.q-toggle__native {
  width: 1px;
  height: 1px;
}
.q-toggle__track {
  height: 0.35em;
  border-radius: 0.175em;
  opacity: 0.38;
  background: currentColor;
}
.q-toggle__thumb {
  top: 0.25em;
  left: 0.25em;
  width: 0.5em;
  height: 0.5em;
  transition: left 0.22s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-user-select: none;
          user-select: none;
  z-index: 0;
}
.q-toggle__thumb:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.q-toggle__thumb .q-icon {
  font-size: 0.3em;
  min-width: 1em;
  color: #000;
  opacity: 0.54;
  z-index: 1;
}
.q-toggle__inner {
  font-size: 40px;
  width: 1.4em;
  min-width: 1.4em;
  height: 1em;
  padding: 0.325em 0.3em;
  -webkit-print-color-adjust: exact;
}
.q-toggle__inner--indet .q-toggle__thumb {
  left: 0.45em;
}
.q-toggle__inner--truthy {
  color: var(--q-primary);
}
.q-toggle__inner--truthy .q-toggle__track {
  opacity: 0.54;
}
.q-toggle__inner--truthy .q-toggle__thumb {
  left: 0.65em;
}
.q-toggle__inner--truthy .q-toggle__thumb:after {
  background-color: currentColor;
}
.q-toggle__inner--truthy .q-toggle__thumb .q-icon {
  color: #fff;
  opacity: 1;
}
.q-toggle.disabled {
  opacity: 0.75 !important;
}
.q-toggle--dark .q-toggle__inner {
  color: #fff;
}
.q-toggle--dark .q-toggle__inner--truthy {
  color: var(--q-primary);
}
.q-toggle--dark .q-toggle__thumb:after {
  box-shadow: none;
}
.q-toggle--dark .q-toggle__thumb:before {
  opacity: 0.32 !important;
}
.q-toggle--dense .q-toggle__inner {
  width: 0.8em;
  min-width: 0.8em;
  height: 0.5em;
  padding: 0.07625em 0;
}
.q-toggle--dense .q-toggle__thumb {
  top: 0;
  left: 0;
}
.q-toggle--dense .q-toggle__inner--indet .q-toggle__thumb {
  left: 0.15em;
}
.q-toggle--dense .q-toggle__inner--truthy .q-toggle__thumb {
  left: 0.3em;
}
.q-toggle--dense .q-toggle__label {
  padding-left: 0.5em;
}
.q-toggle--dense.reverse .q-toggle__label {
  padding-left: 0;
  padding-right: 0.5em;
}
body.desktop .q-toggle:not(.disabled) .q-toggle__thumb:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.12;
  transform: scale3d(0, 0, 1);
  transition: transform 0.22s cubic-bezier(0, 0, 0.2, 1);
}
body.desktop .q-toggle:not(.disabled):focus .q-toggle__thumb:before, body.desktop .q-toggle:not(.disabled):hover .q-toggle__thumb:before {
  transform: scale3d(2, 2, 1);
}
body.desktop .q-toggle--dense:not(.disabled):focus .q-toggle__thumb:before, body.desktop .q-toggle--dense:not(.disabled):hover .q-toggle__thumb:before {
  transform: scale3d(1.5, 1.5, 1);
}
.q-toolbar {
  position: relative;
  padding: 0 12px;
  min-height: 50px;
  width: 100%;
}
.q-toolbar--inset {
  padding-left: 58px;
}
.q-toolbar .q-avatar {
  font-size: 38px;
}
.q-toolbar__title {
  flex: 1 1 0%;
  min-width: 1px;
  max-width: 100%;
  font-size: 21px;
  font-weight: normal;
  letter-spacing: 0.01em;
  padding: 0 12px;
}
.q-toolbar__title:first-child {
  padding-left: 0;
}
.q-toolbar__title:last-child {
  padding-right: 0;
}
.q-tooltip--style {
  font-size: 10px;
  color: #fafafa;
  background: #757575;
  border-radius: 4px;
  text-transform: none;
  font-weight: normal;
}
.q-tooltip {
  z-index: 9000;
  position: fixed !important;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 6px 10px;
  max-width: 95vw;
  max-height: 65vh;
}
@media (max-width: 599.98px) {
  .q-tooltip {
    font-size: 14px;
    padding: 8px 16px;
  }
}
.q-tree {
  position: relative;
  color: #868791;
}
.q-tree__node {
  padding: 0 0 3px 22px;
}
.q-tree__node:after {
  content: "";
  position: absolute;
  top: -3px;
  bottom: 0;
  width: 2px;
  right: auto;
  left: -13px;
  border-left: 1px solid currentColor;
}
.q-tree__node:last-child:after {
  display: none;
}
.q-tree__node--disabled {
  pointer-events: none;
}
.q-tree__node--disabled .disabled {
  opacity: 1 !important;
}
.q-tree__node--disabled > div,
.q-tree__node--disabled > i,
.q-tree__node--disabled > .disabled {
  opacity: 0.6 !important;
}
.q-tree__node--disabled > div .q-tree__node--disabled > div,
.q-tree__node--disabled > div .q-tree__node--disabled > i,
.q-tree__node--disabled > div .q-tree__node--disabled > .disabled,
.q-tree__node--disabled > i .q-tree__node--disabled > div,
.q-tree__node--disabled > i .q-tree__node--disabled > i,
.q-tree__node--disabled > i .q-tree__node--disabled > .disabled,
.q-tree__node--disabled > .disabled .q-tree__node--disabled > div,
.q-tree__node--disabled > .disabled .q-tree__node--disabled > i,
.q-tree__node--disabled > .disabled .q-tree__node--disabled > .disabled {
  opacity: 1 !important;
}
.q-tree__node-header:before {
  content: "";
  position: absolute;
  top: -3px;
  bottom: 50%;
  width: 31px;
  left: -35px;
  border-left: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}
.q-tree__children {
  padding-left: 25px;
}
.q-tree__node-body {
  padding: 5px 0 8px 5px;
}
.q-tree__node--parent {
  padding-left: 2px;
}
.q-tree__node--parent > .q-tree__node-header:before {
  width: 15px;
  left: -15px;
}
.q-tree__node--parent > .q-tree__node-collapsible > .q-tree__node-body {
  padding: 5px 0 8px 27px;
}
.q-tree__node--parent > .q-tree__node-collapsible > .q-tree__node-body:after {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 100%;
  right: auto;
  left: 12px;
  border-left: 1px solid currentColor;
  bottom: 50px;
}
.q-tree__node--link {
  cursor: pointer;
}
.q-tree__node-header {
  padding: 4px;
  margin-top: 3px;
  border-radius: 4px;
  outline: 0;
}
.q-tree__node-header-content {
  color: #000;
  transition: color 0.3s;
}
.q-tree__node--selected .q-tree__node-header-content {
  color: #868791;
}
.q-tree__icon, .q-tree__node-header-content .q-icon {
  font-size: 21px;
}
.q-tree__img {
  height: 42px;
  border-radius: 2px;
}
.q-tree__avatar, .q-tree__node-header-content .q-avatar {
  font-size: 28px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
}
.q-tree__arrow, .q-tree__spinner {
  font-size: 16px;
  margin-right: 4px;
}
.q-tree__arrow {
  transition: transform 0.3s;
}
.q-tree__arrow--rotate {
  transform: rotate3d(0, 0, 1, 90deg);
}
.q-tree__tickbox {
  margin-right: 4px;
}
.q-tree > .q-tree__node {
  padding: 0;
}
.q-tree > .q-tree__node:after, .q-tree > .q-tree__node > .q-tree__node-header:before {
  display: none;
}
.q-tree > .q-tree__node--child > .q-tree__node-header {
  padding-left: 24px;
}
.q-tree--dark .q-tree__node-header-content {
  color: #fff;
}
.q-tree--no-connectors .q-tree__node:after,
.q-tree--no-connectors .q-tree__node-header:before,
.q-tree--no-connectors .q-tree__node-body:after {
  display: none !important;
}
.q-tree--dense > .q-tree__node--child > .q-tree__node-header {
  padding-left: 1px;
}
.q-tree--dense .q-tree__arrow, .q-tree--dense .q-tree__spinner {
  margin-right: 1px;
}
.q-tree--dense .q-tree__img {
  height: 32px;
}
.q-tree--dense .q-tree__tickbox {
  margin-right: 3px;
}
.q-tree--dense .q-tree__node {
  padding: 0;
}
.q-tree--dense .q-tree__node:after {
  top: 0;
  left: -8px;
}
.q-tree--dense .q-tree__node-header {
  margin-top: 0;
  padding: 1px;
}
.q-tree--dense .q-tree__node-header:before {
  top: 0;
  left: -8px;
  width: 8px;
}
.q-tree--dense .q-tree__node--child {
  padding-left: 17px;
}
.q-tree--dense .q-tree__node--child > .q-tree__node-header:before {
  left: -25px;
  width: 21px;
}
.q-tree--dense .q-tree__node-body {
  padding: 0 0 2px;
}
.q-tree--dense .q-tree__node--parent > .q-tree__node-collapsible > .q-tree__node-body {
  padding: 0 0 2px 20px;
}
.q-tree--dense .q-tree__node--parent > .q-tree__node-collapsible > .q-tree__node-body:after {
  left: 8px;
}
.q-tree--dense .q-tree__children {
  padding-left: 16px;
}
[dir=rtl] .q-tree__arrow {
  transform: rotate3d(0, 0, 1, 180deg) /* rtl:ignore */;
}
[dir=rtl] .q-tree__arrow--rotate {
  transform: rotate3d(0, 0, 1, 90deg) /* rtl:ignore */;
}
.q-uploader {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  vertical-align: top;
  background: #fff;
  position: relative;
  width: 320px;
  max-height: 320px;
}
.q-uploader--bordered {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.q-uploader__input {
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer !important;
  z-index: 1;
}
.q-uploader__input::-webkit-file-upload-button {
  cursor: pointer;
}
.q-uploader__file:before {
  content: "";
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background: currentColor;
  opacity: 0.04;
}
.q-uploader__header {
  position: relative;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  background-color: var(--q-primary);
  color: #fff;
  width: 100%;
}
.q-uploader__spinner {
  font-size: 24px;
  margin-right: 4px;
}
.q-uploader__header-content {
  padding: 8px;
}
.q-uploader__dnd {
  outline: 1px dashed currentColor;
  outline-offset: -4px;
  background: rgba(255, 255, 255, 0.6);
}
.q-uploader__overlay {
  font-size: 36px;
  color: #000;
  background-color: rgba(255, 255, 255, 0.6);
}
.q-uploader__list {
  position: relative;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  padding: 8px;
  min-height: 60px;
  flex: 1 1 auto;
}
.q-uploader__file {
  border-radius: 4px 4px 0 0;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.q-uploader__file .q-circular-progress {
  font-size: 24px;
}
.q-uploader__file--img {
  color: #fff;
  height: 200px;
  min-width: 200px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.q-uploader__file--img:before {
  content: none;
}
.q-uploader__file--img .q-circular-progress {
  color: #fff;
}
.q-uploader__file--img .q-uploader__file-header {
  padding-bottom: 24px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 20%, rgba(255, 255, 255, 0));
}
.q-uploader__file + .q-uploader__file {
  margin-top: 8px;
}
.q-uploader__file-header {
  position: relative;
  padding: 4px 8px;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.q-uploader__file-header-content {
  padding-right: 8px;
}
.q-uploader__file-status {
  font-size: 24px;
  margin-right: 4px;
}
.q-uploader__title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.285714;
  word-break: break-word;
}
.q-uploader__subtitle {
  font-size: 12px;
  line-height: 1.5;
}
.q-uploader--disable .q-uploader__header, .q-uploader--disable .q-uploader__list {
  pointer-events: none;
}
.q-uploader--dark {
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: 0 1px 5px rgba(255, 255, 255, 0.2), 0 2px 2px rgba(255, 255, 255, 0.14), 0 3px 1px -2px rgba(255, 255, 255, 0.12);
}
.q-uploader--dark .q-uploader__file {
  border-color: rgba(255, 255, 255, 0.28);
}
.q-uploader--dark .q-uploader__dnd, .q-uploader--dark .q-uploader__overlay {
  background: rgba(255, 255, 255, 0.3);
}
.q-uploader--dark .q-uploader__overlay {
  color: #fff;
}
img.responsive {
  max-width: 100%;
  height: auto;
}
.q-video {
  position: relative;
  overflow: hidden;
  border-radius: inherit;
}
.q-video iframe,
.q-video object,
.q-video embed {
  width: 100%;
  height: 100%;
}
.q-video--responsive {
  height: 0;
}
.q-video--responsive iframe,
.q-video--responsive object,
.q-video--responsive embed {
  position: absolute;
  top: 0;
  left: 0;
}
.q-virtual-scroll:focus {
  outline: 0;
}
.q-virtual-scroll__content {
  outline: none;
  contain: content;
}
.q-virtual-scroll__content > * {
  overflow-anchor: none;
}
.q-virtual-scroll__content > [data-q-vs-anchor] {
  overflow-anchor: auto;
}
.q-virtual-scroll__padding {
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 20%, rgba(128, 128, 128, 0.03) 20%, rgba(128, 128, 128, 0.08) 50%, rgba(128, 128, 128, 0.03) 80%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0)) /* rtl:ignore */;
  background-size: var(--q-virtual-scroll-item-width, 100%) var(--q-virtual-scroll-item-height, 50px) /* rtl:ignore */;
}
.q-table .q-virtual-scroll__padding tr {
  height: 0 !important;
}
.q-table .q-virtual-scroll__padding td {
  padding: 0 !important;
}
.q-virtual-scroll--horizontal {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
}
.q-virtual-scroll--horizontal .q-virtual-scroll__content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.q-virtual-scroll--horizontal .q-virtual-scroll__padding, .q-virtual-scroll--horizontal .q-virtual-scroll__content, .q-virtual-scroll--horizontal .q-virtual-scroll__content > * {
  flex: 0 0 auto;
}
.q-virtual-scroll--horizontal .q-virtual-scroll__padding {
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 20%, rgba(128, 128, 128, 0.03) 20%, rgba(128, 128, 128, 0.08) 50%, rgba(128, 128, 128, 0.03) 80%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0)) /* rtl:ignore */;
  background-size: var(--q-virtual-scroll-item-width, 50px) var(--q-virtual-scroll-item-height, 100%) /* rtl:ignore */;
}
.q-ripple {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  width: 100%;
  height: 100%;
  color: inherit;
  border-radius: inherit;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  contain: strict;
}
.q-ripple__inner {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  opacity: 0;
  color: inherit;
  border-radius: 50%;
  background: currentColor;
  pointer-events: none;
  will-change: transform, opacity;
}
.q-ripple__inner--enter {
  transition: transform 0.225s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
.q-ripple__inner--leave {
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.q-morph--invisible,
.q-morph--internal {
  opacity: 0 !important;
  pointer-events: none !important;
  position: fixed !important;
  right: 200vw !important;
  bottom: 200vh !important;
}
.q-bottom-sheet {
  padding-bottom: 8px;
}
.q-bottom-sheet__avatar {
  border-radius: 50%;
}
.q-bottom-sheet--list {
  width: 400px;
}
.q-bottom-sheet--list .q-icon, .q-bottom-sheet--list img {
  font-size: 24px;
  width: 24px;
  height: 24px;
}
.q-bottom-sheet--grid {
  width: 700px;
}
.q-bottom-sheet--grid .q-bottom-sheet__item {
  padding: 8px;
  text-align: center;
  min-width: 100px;
}
.q-bottom-sheet--grid .q-icon, .q-bottom-sheet--grid img, .q-bottom-sheet--grid .q-bottom-sheet__empty-icon {
  font-size: 48px;
  width: 48px;
  height: 48px;
  margin-bottom: 8px;
}
.q-bottom-sheet--grid .q-separator {
  margin: 12px 0;
}
.q-bottom-sheet__item {
  flex: 0 0 33.3333%;
}
@media (min-width: 600px) {
  .q-bottom-sheet__item {
    flex: 0 0 25%;
  }
}
.q-dialog-plugin {
  width: 400px;
}
.q-dialog-plugin__form {
  max-height: 50vh;
}
.q-dialog-plugin .q-card__section + .q-card__section {
  padding-top: 0;
}
.q-dialog-plugin--progress {
  text-align: center;
}
.q-loading {
  color: #000;
  position: fixed !important;
}
.q-loading__backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  z-index: -1;
  background-color: #000;
  transition: background-color 0.28s;
}
.q-loading__box {
  border-radius: 4px;
  padding: 18px;
  color: #fff;
  max-width: 450px;
}
.q-loading__message {
  margin: 40px 20px 0;
  text-align: center;
}
.q-notifications__list {
  z-index: 9500;
  pointer-events: none;
  left: 0;
  right: 0;
  margin-bottom: 10px;
  position: relative;
}
.q-notifications__list--center {
  top: 0;
  bottom: 0;
}
.q-notifications__list--top {
  top: 0;
}
.q-notifications__list--bottom {
  bottom: 0;
}
body.q-ios-padding .q-notifications__list--center, body.q-ios-padding .q-notifications__list--top {
  top: 20px;
  top: env(safe-area-inset-top);
}
body.q-ios-padding .q-notifications__list--center, body.q-ios-padding .q-notifications__list--bottom {
  bottom: env(safe-area-inset-bottom);
}
.q-notification {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  pointer-events: all;
  display: inline-flex;
  margin: 10px 10px 0;
  transition: transform 1s, opacity 1s;
  z-index: 9500;
  flex-shrink: 0;
  max-width: 95vw;
  background: #323232;
  color: #fff;
  font-size: 14px;
}
.q-notification__icon {
  font-size: 24px;
  flex: 0 0 1em;
}
.q-notification__icon--additional {
  margin-right: 16px;
}
.q-notification__avatar {
  font-size: 32px;
}
.q-notification__avatar--additional {
  margin-right: 8px;
}
.q-notification__spinner {
  font-size: 32px;
}
.q-notification__spinner--additional {
  margin-right: 8px;
}
.q-notification__message {
  padding: 8px 0;
}
.q-notification__caption {
  font-size: 0.9em;
  opacity: 0.7;
}
.q-notification__actions {
  color: var(--q-primary);
}
.q-notification__badge {
  animation: q-notif-badge 0.42s;
  padding: 4px 8px;
  position: absolute;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
  background-color: var(--q-negative);
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
  line-height: 12px;
}
.q-notification__badge--top-left, .q-notification__badge--top-right {
  top: -6px;
}
.q-notification__badge--bottom-left, .q-notification__badge--bottom-right {
  bottom: -6px;
}
.q-notification__badge--top-left, .q-notification__badge--bottom-left {
  left: -22px;
}
.q-notification__badge--top-right, .q-notification__badge--bottom-right {
  right: -22px;
}
.q-notification__progress {
  z-index: -1;
  position: absolute;
  height: 3px;
  bottom: 0;
  left: -10px;
  right: -10px;
  animation: q-notif-progress linear;
  background: currentColor;
  opacity: 0.3;
  border-radius: 4px 4px 0 0;
  transform-origin: 0 50%;
  transform: scaleX(0);
}
.q-notification--standard {
  padding: 0 16px;
  min-height: 48px;
}
.q-notification--standard .q-notification__actions {
  padding: 6px 0 6px 8px;
  margin-right: -8px;
}
.q-notification--multi-line {
  min-height: 68px;
  padding: 8px 16px;
}
.q-notification--multi-line .q-notification__badge--top-left, .q-notification--multi-line .q-notification__badge--top-right {
  top: -15px;
}
.q-notification--multi-line .q-notification__badge--bottom-left, .q-notification--multi-line .q-notification__badge--bottom-right {
  bottom: -15px;
}
.q-notification--multi-line .q-notification__progress {
  bottom: -8px;
}
.q-notification--multi-line .q-notification__actions {
  padding: 0;
}
.q-notification--multi-line .q-notification__actions--with-media {
  padding-left: 25px;
}
.q-notification--top-left-enter-from, .q-notification--top-left-leave-to, .q-notification--top-enter-from, .q-notification--top-leave-to, .q-notification--top-right-enter-from, .q-notification--top-right-leave-to {
  opacity: 0;
  transform: translateY(-50px);
  z-index: 9499;
}
.q-notification--left-enter-from, .q-notification--left-leave-to, .q-notification--center-enter-from, .q-notification--center-leave-to, .q-notification--right-enter-from, .q-notification--right-leave-to {
  opacity: 0;
  transform: rotateX(90deg);
  z-index: 9499;
}
.q-notification--bottom-left-enter-from, .q-notification--bottom-left-leave-to, .q-notification--bottom-enter-from, .q-notification--bottom-leave-to, .q-notification--bottom-right-enter-from, .q-notification--bottom-right-leave-to {
  opacity: 0;
  transform: translateY(50px);
  z-index: 9499;
}
.q-notification--top-left-leave-active, .q-notification--top-leave-active, .q-notification--top-right-leave-active, .q-notification--left-leave-active, .q-notification--center-leave-active, .q-notification--right-leave-active, .q-notification--bottom-left-leave-active, .q-notification--bottom-leave-active, .q-notification--bottom-right-leave-active {
  position: absolute;
  z-index: 9499;
  margin-left: 0;
  margin-right: 0;
}
.q-notification--top-leave-active, .q-notification--center-leave-active {
  top: 0;
}
.q-notification--bottom-left-leave-active, .q-notification--bottom-leave-active, .q-notification--bottom-right-leave-active {
  bottom: 0;
}
@media (min-width: 600px) {
  .q-notification {
    max-width: 65vw;
  }
}
@keyframes q-notif-badge {
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
}
@keyframes q-notif-progress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
/* * Animate.css additions
 * * Adapted from: https:
 * */
:root {
  --animate-duration: 0.3s;
  --animate-delay: 0.3s;
  --animate-repeat: 1;
}
.animated {
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.hinge {
  animation-duration: 2s;
}
.animated.repeat-1 {
  animation-iteration-count: var(--animate-repeat);
}
.animated.repeat-2 {
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}
.animated.repeat-3 {
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}
.animated.delay-1s {
  animation-delay: var(--animate-delay);
}
.animated.delay-2s {
  animation-delay: calc(var(--animate-delay) * 2);
}
.animated.delay-3s {
  animation-delay: calc(var(--animate-delay) * 3);
}
.animated.delay-4s {
  animation-delay: calc(var(--animate-delay) * 4);
}
.animated.delay-5s {
  animation-delay: calc(var(--animate-delay) * 5);
}
.animated.faster {
  animation-duration: calc(var(--animate-duration) / 2);
}
.animated.fast {
  animation-duration: calc(var(--animate-duration) * 0.8);
}
.animated.slow {
  animation-duration: calc(var(--animate-duration) * 2);
}
.animated.slower {
  animation-duration: calc(var(--animate-duration) * 3);
}
@media print, (prefers-reduced-motion: reduce) {
  .animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
  .animated[class*=Out] {
    opacity: 0;
  }
}
.q-animate--scale {
  animation: q-scale 0.15s;
  animation-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
}
@keyframes q-scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.04);
  }
  100% {
    transform: scale(1);
  }
}
.q-animate--fade {
  animation: q-fade 0.2s /* rtl:ignore */;
}
@keyframes q-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
:root {
  --q-primary: #1976D2;
  --q-secondary: #26A69A;
  --q-accent: #9C27B0;
  --q-positive: #11CF70;
  --q-negative: #c92243;
  --q-info: #31CCEC;
  --q-warning: #F2C037;
  --q-dark: #1D1D1D;
  --q-dark-page: #121212;
}
.text-dark {
  color: var(--q-dark) !important;
}
.bg-dark {
  background: var(--q-dark) !important;
}
.text-primary {
  color: var(--q-primary) !important;
}
.bg-primary {
  background: var(--q-primary) !important;
}
.text-secondary {
  color: var(--q-secondary) !important;
}
.bg-secondary {
  background: var(--q-secondary) !important;
}
.text-accent {
  color: var(--q-accent) !important;
}
.bg-accent {
  background: var(--q-accent) !important;
}
.text-positive {
  color: var(--q-positive) !important;
}
.bg-positive {
  background: var(--q-positive) !important;
}
.text-negative {
  color: var(--q-negative) !important;
}
.bg-negative {
  background: var(--q-negative) !important;
}
.text-info {
  color: var(--q-info) !important;
}
.bg-info {
  background: var(--q-info) !important;
}
.text-warning {
  color: var(--q-warning) !important;
}
.bg-warning {
  background: var(--q-warning) !important;
}
.text-white {
  color: #fff !important;
}
.bg-white {
  background: #fff !important;
}
.text-black {
  color: #000 !important;
}
.bg-black {
  background: #000 !important;
}
.text-transparent {
  color: transparent !important;
}
.bg-transparent {
  background: transparent !important;
}
.text-separator {
  color: rgba(0, 0, 0, 0.12) !important;
}
.bg-separator {
  background: rgba(0, 0, 0, 0.12) !important;
}
.text-dark-separator {
  color: rgba(255, 255, 255, 0.28) !important;
}
.bg-dark-separator {
  background: rgba(255, 255, 255, 0.28) !important;
}
.text-red {
  color: #CA2031 !important;
}
.text-red-1 {
  color: #ffebee !important;
}
.text-red-2 {
  color: #ffcdd2 !important;
}
.text-red-3 {
  color: #ef9a9a !important;
}
.text-red-4 {
  color: #e57373 !important;
}
.text-red-5 {
  color: #ef5350 !important;
}
.text-red-6 {
  color: #f44336 !important;
}
.text-red-7 {
  color: #e53935 !important;
}
.text-red-8 {
  color: #d32f2f !important;
}
.text-red-9 {
  color: #c62828 !important;
}
.text-red-10 {
  color: #b71c1c !important;
}
.text-red-11 {
  color: #ff8a80 !important;
}
.text-red-12 {
  color: #ff5252 !important;
}
.text-red-13 {
  color: #ff1744 !important;
}
.text-red-14 {
  color: #d50000 !important;
}
.text-pink {
  color: #e91e63 !important;
}
.text-pink-1 {
  color: #fce4ec !important;
}
.text-pink-2 {
  color: #f8bbd0 !important;
}
.text-pink-3 {
  color: #f48fb1 !important;
}
.text-pink-4 {
  color: #f06292 !important;
}
.text-pink-5 {
  color: #ec407a !important;
}
.text-pink-6 {
  color: #e91e63 !important;
}
.text-pink-7 {
  color: #d81b60 !important;
}
.text-pink-8 {
  color: #c2185b !important;
}
.text-pink-9 {
  color: #ad1457 !important;
}
.text-pink-10 {
  color: #880e4f !important;
}
.text-pink-11 {
  color: #ff80ab !important;
}
.text-pink-12 {
  color: #ff4081 !important;
}
.text-pink-13 {
  color: #f50057 !important;
}
.text-pink-14 {
  color: #c51162 !important;
}
.text-purple {
  color: #9c27b0 !important;
}
.text-purple-1 {
  color: #f3e5f5 !important;
}
.text-purple-2 {
  color: #e1bee7 !important;
}
.text-purple-3 {
  color: #ce93d8 !important;
}
.text-purple-4 {
  color: #ba68c8 !important;
}
.text-purple-5 {
  color: #ab47bc !important;
}
.text-purple-6 {
  color: #9c27b0 !important;
}
.text-purple-7 {
  color: #8e24aa !important;
}
.text-purple-8 {
  color: #7b1fa2 !important;
}
.text-purple-9 {
  color: #6a1b9a !important;
}
.text-purple-10 {
  color: #4a148c !important;
}
.text-purple-11 {
  color: #ea80fc !important;
}
.text-purple-12 {
  color: #e040fb !important;
}
.text-purple-13 {
  color: #d500f9 !important;
}
.text-purple-14 {
  color: #aa00ff !important;
}
.text-deep-purple {
  color: #673ab7 !important;
}
.text-deep-purple-1 {
  color: #ede7f6 !important;
}
.text-deep-purple-2 {
  color: #d1c4e9 !important;
}
.text-deep-purple-3 {
  color: #b39ddb !important;
}
.text-deep-purple-4 {
  color: #9575cd !important;
}
.text-deep-purple-5 {
  color: #7e57c2 !important;
}
.text-deep-purple-6 {
  color: #673ab7 !important;
}
.text-deep-purple-7 {
  color: #5e35b1 !important;
}
.text-deep-purple-8 {
  color: #512da8 !important;
}
.text-deep-purple-9 {
  color: #4527a0 !important;
}
.text-deep-purple-10 {
  color: #311b92 !important;
}
.text-deep-purple-11 {
  color: #b388ff !important;
}
.text-deep-purple-12 {
  color: #7c4dff !important;
}
.text-deep-purple-13 {
  color: #651fff !important;
}
.text-deep-purple-14 {
  color: #6200ea !important;
}
.text-indigo {
  color: #3f51b5 !important;
}
.text-indigo-1 {
  color: #e8eaf6 !important;
}
.text-indigo-2 {
  color: #c5cae9 !important;
}
.text-indigo-3 {
  color: #9fa8da !important;
}
.text-indigo-4 {
  color: #7986cb !important;
}
.text-indigo-5 {
  color: #5c6bc0 !important;
}
.text-indigo-6 {
  color: #3f51b5 !important;
}
.text-indigo-7 {
  color: #3949ab !important;
}
.text-indigo-8 {
  color: #303f9f !important;
}
.text-indigo-9 {
  color: #283593 !important;
}
.text-indigo-10 {
  color: #1a237e !important;
}
.text-indigo-11 {
  color: #8c9eff !important;
}
.text-indigo-12 {
  color: #536dfe !important;
}
.text-indigo-13 {
  color: #3d5afe !important;
}
.text-indigo-14 {
  color: #304ffe !important;
}
.text-blue {
  color: #149ECA !important;
}
.text-blue-1 {
  color: #e3f2fd !important;
}
.text-blue-2 {
  color: #bbdefb !important;
}
.text-blue-3 {
  color: #90caf9 !important;
}
.text-blue-4 {
  color: #64b5f6 !important;
}
.text-blue-5 {
  color: #42a5f5 !important;
}
.text-blue-6 {
  color: #2196f3 !important;
}
.text-blue-7 {
  color: #1e88e5 !important;
}
.text-blue-8 {
  color: #1976d2 !important;
}
.text-blue-9 {
  color: #1565c0 !important;
}
.text-blue-10 {
  color: #0d47a1 !important;
}
.text-blue-11 {
  color: #82b1ff !important;
}
.text-blue-12 {
  color: #448aff !important;
}
.text-blue-13 {
  color: #2979ff !important;
}
.text-blue-14 {
  color: #2962ff !important;
}
.text-light-blue {
  color: #03a9f4 !important;
}
.text-light-blue-1 {
  color: #e1f5fe !important;
}
.text-light-blue-2 {
  color: #b3e5fc !important;
}
.text-light-blue-3 {
  color: #81d4fa !important;
}
.text-light-blue-4 {
  color: #4fc3f7 !important;
}
.text-light-blue-5 {
  color: #29b6f6 !important;
}
.text-light-blue-6 {
  color: #03a9f4 !important;
}
.text-light-blue-7 {
  color: #039be5 !important;
}
.text-light-blue-8 {
  color: #0288d1 !important;
}
.text-light-blue-9 {
  color: #0277bd !important;
}
.text-light-blue-10 {
  color: #01579b !important;
}
.text-light-blue-11 {
  color: #80d8ff !important;
}
.text-light-blue-12 {
  color: #40c4ff !important;
}
.text-light-blue-13 {
  color: #00b0ff !important;
}
.text-light-blue-14 {
  color: #0091ea !important;
}
.text-cyan {
  color: #00bcd4 !important;
}
.text-cyan-1 {
  color: #e0f7fa !important;
}
.text-cyan-2 {
  color: #b2ebf2 !important;
}
.text-cyan-3 {
  color: #80deea !important;
}
.text-cyan-4 {
  color: #4dd0e1 !important;
}
.text-cyan-5 {
  color: #26c6da !important;
}
.text-cyan-6 {
  color: #00bcd4 !important;
}
.text-cyan-7 {
  color: #00acc1 !important;
}
.text-cyan-8 {
  color: #0097a7 !important;
}
.text-cyan-9 {
  color: #00838f !important;
}
.text-cyan-10 {
  color: #006064 !important;
}
.text-cyan-11 {
  color: #84ffff !important;
}
.text-cyan-12 {
  color: #18ffff !important;
}
.text-cyan-13 {
  color: #00e5ff !important;
}
.text-cyan-14 {
  color: #00b8d4 !important;
}
.text-teal {
  color: #009688 !important;
}
.text-teal-1 {
  color: #e0f2f1 !important;
}
.text-teal-2 {
  color: #b2dfdb !important;
}
.text-teal-3 {
  color: #80cbc4 !important;
}
.text-teal-4 {
  color: #4db6ac !important;
}
.text-teal-5 {
  color: #26a69a !important;
}
.text-teal-6 {
  color: #009688 !important;
}
.text-teal-7 {
  color: #00897b !important;
}
.text-teal-8 {
  color: #00796b !important;
}
.text-teal-9 {
  color: #00695c !important;
}
.text-teal-10 {
  color: #004d40 !important;
}
.text-teal-11 {
  color: #a7ffeb !important;
}
.text-teal-12 {
  color: #64ffda !important;
}
.text-teal-13 {
  color: #1de9b6 !important;
}
.text-teal-14 {
  color: #00bfa5 !important;
}
.text-green {
  color: #28A745 !important;
}
.text-green-1 {
  color: #e8f5e9 !important;
}
.text-green-2 {
  color: #c8e6c9 !important;
}
.text-green-3 {
  color: #a5d6a7 !important;
}
.text-green-4 {
  color: #81c784 !important;
}
.text-green-5 {
  color: #66bb6a !important;
}
.text-green-6 {
  color: #4caf50 !important;
}
.text-green-7 {
  color: #43a047 !important;
}
.text-green-8 {
  color: #388e3c !important;
}
.text-green-9 {
  color: #2e7d32 !important;
}
.text-green-10 {
  color: #1b5e20 !important;
}
.text-green-11 {
  color: #b9f6ca !important;
}
.text-green-12 {
  color: #69f0ae !important;
}
.text-green-13 {
  color: #00e676 !important;
}
.text-green-14 {
  color: #00c853 !important;
}
.text-light-green {
  color: #8bc34a !important;
}
.text-light-green-1 {
  color: #f1f8e9 !important;
}
.text-light-green-2 {
  color: #dcedc8 !important;
}
.text-light-green-3 {
  color: #c5e1a5 !important;
}
.text-light-green-4 {
  color: #aed581 !important;
}
.text-light-green-5 {
  color: #9ccc65 !important;
}
.text-light-green-6 {
  color: #8bc34a !important;
}
.text-light-green-7 {
  color: #7cb342 !important;
}
.text-light-green-8 {
  color: #689f38 !important;
}
.text-light-green-9 {
  color: #558b2f !important;
}
.text-light-green-10 {
  color: #33691e !important;
}
.text-light-green-11 {
  color: #ccff90 !important;
}
.text-light-green-12 {
  color: #b2ff59 !important;
}
.text-light-green-13 {
  color: #76ff03 !important;
}
.text-light-green-14 {
  color: #64dd17 !important;
}
.text-lime {
  color: #cddc39 !important;
}
.text-lime-1 {
  color: #f9fbe7 !important;
}
.text-lime-2 {
  color: #f0f4c3 !important;
}
.text-lime-3 {
  color: #e6ee9c !important;
}
.text-lime-4 {
  color: #dce775 !important;
}
.text-lime-5 {
  color: #d4e157 !important;
}
.text-lime-6 {
  color: #cddc39 !important;
}
.text-lime-7 {
  color: #c0ca33 !important;
}
.text-lime-8 {
  color: #afb42b !important;
}
.text-lime-9 {
  color: #9e9d24 !important;
}
.text-lime-10 {
  color: #827717 !important;
}
.text-lime-11 {
  color: #f4ff81 !important;
}
.text-lime-12 {
  color: #eeff41 !important;
}
.text-lime-13 {
  color: #c6ff00 !important;
}
.text-lime-14 {
  color: #aeea00 !important;
}
.text-yellow {
  color: #ffeb3b !important;
}
.text-yellow-1 {
  color: #fffde7 !important;
}
.text-yellow-2 {
  color: #fff9c4 !important;
}
.text-yellow-3 {
  color: #fff59d !important;
}
.text-yellow-4 {
  color: #fff176 !important;
}
.text-yellow-5 {
  color: #ffee58 !important;
}
.text-yellow-6 {
  color: #ffeb3b !important;
}
.text-yellow-7 {
  color: #fdd835 !important;
}
.text-yellow-8 {
  color: #fbc02d !important;
}
.text-yellow-9 {
  color: #f9a825 !important;
}
.text-yellow-10 {
  color: #f57f17 !important;
}
.text-yellow-11 {
  color: #ffff8d !important;
}
.text-yellow-12 {
  color: #ffff00 !important;
}
.text-yellow-13 {
  color: #ffea00 !important;
}
.text-yellow-14 {
  color: #ffd600 !important;
}
.text-amber {
  color: #ffc107 !important;
}
.text-amber-1 {
  color: #fff8e1 !important;
}
.text-amber-2 {
  color: #ffecb3 !important;
}
.text-amber-3 {
  color: #ffe082 !important;
}
.text-amber-4 {
  color: #ffd54f !important;
}
.text-amber-5 {
  color: #ffca28 !important;
}
.text-amber-6 {
  color: #ffc107 !important;
}
.text-amber-7 {
  color: #ffb300 !important;
}
.text-amber-8 {
  color: #ffa000 !important;
}
.text-amber-9 {
  color: #ff8f00 !important;
}
.text-amber-10 {
  color: #ff6f00 !important;
}
.text-amber-11 {
  color: #ffe57f !important;
}
.text-amber-12 {
  color: #ffd740 !important;
}
.text-amber-13 {
  color: #ffc400 !important;
}
.text-amber-14 {
  color: #ffab00 !important;
}
.text-orange {
  color: #ff9800 !important;
}
.text-orange-1 {
  color: #fff3e0 !important;
}
.text-orange-2 {
  color: #ffe0b2 !important;
}
.text-orange-3 {
  color: #ffcc80 !important;
}
.text-orange-4 {
  color: #ffb74d !important;
}
.text-orange-5 {
  color: #ffa726 !important;
}
.text-orange-6 {
  color: #ff9800 !important;
}
.text-orange-7 {
  color: #fb8c00 !important;
}
.text-orange-8 {
  color: #f57c00 !important;
}
.text-orange-9 {
  color: #ef6c00 !important;
}
.text-orange-10 {
  color: #e65100 !important;
}
.text-orange-11 {
  color: #ffd180 !important;
}
.text-orange-12 {
  color: #ffab40 !important;
}
.text-orange-13 {
  color: #ff9100 !important;
}
.text-orange-14 {
  color: #ff6d00 !important;
}
.text-deep-orange {
  color: #ff5722 !important;
}
.text-deep-orange-1 {
  color: #fbe9e7 !important;
}
.text-deep-orange-2 {
  color: #ffccbc !important;
}
.text-deep-orange-3 {
  color: #ffab91 !important;
}
.text-deep-orange-4 {
  color: #ff8a65 !important;
}
.text-deep-orange-5 {
  color: #ff7043 !important;
}
.text-deep-orange-6 {
  color: #ff5722 !important;
}
.text-deep-orange-7 {
  color: #f4511e !important;
}
.text-deep-orange-8 {
  color: #e64a19 !important;
}
.text-deep-orange-9 {
  color: #d84315 !important;
}
.text-deep-orange-10 {
  color: #bf360c !important;
}
.text-deep-orange-11 {
  color: #ff9e80 !important;
}
.text-deep-orange-12 {
  color: #ff6e40 !important;
}
.text-deep-orange-13 {
  color: #ff3d00 !important;
}
.text-deep-orange-14 {
  color: #dd2c00 !important;
}
.text-brown {
  color: #795548 !important;
}
.text-brown-1 {
  color: #efebe9 !important;
}
.text-brown-2 {
  color: #d7ccc8 !important;
}
.text-brown-3 {
  color: #bcaaa4 !important;
}
.text-brown-4 {
  color: #a1887f !important;
}
.text-brown-5 {
  color: #8d6e63 !important;
}
.text-brown-6 {
  color: #795548 !important;
}
.text-brown-7 {
  color: #6d4c41 !important;
}
.text-brown-8 {
  color: #5d4037 !important;
}
.text-brown-9 {
  color: #4e342e !important;
}
.text-brown-10 {
  color: #3e2723 !important;
}
.text-brown-11 {
  color: #d7ccc8 !important;
}
.text-brown-12 {
  color: #bcaaa4 !important;
}
.text-brown-13 {
  color: #8d6e63 !important;
}
.text-brown-14 {
  color: #5d4037 !important;
}
.text-grey {
  color: #868791 !important;
}
.text-grey-1 {
  color: #fafafa !important;
}
.text-grey-2 {
  color: #f5f5f5 !important;
}
.text-grey-3 {
  color: #eeeeee !important;
}
.text-grey-4 {
  color: #e0e0e0 !important;
}
.text-grey-5 {
  color: #bdbdbd !important;
}
.text-grey-6 {
  color: #9e9e9e !important;
}
.text-grey-7 {
  color: #757575 !important;
}
.text-grey-8 {
  color: #616161 !important;
}
.text-grey-9 {
  color: #424242 !important;
}
.text-grey-10 {
  color: #212121 !important;
}
.text-grey-11 {
  color: #f5f5f5 !important;
}
.text-grey-12 {
  color: #eeeeee !important;
}
.text-grey-13 {
  color: #bdbdbd !important;
}
.text-grey-14 {
  color: #616161 !important;
}
.text-blue-grey {
  color: #607d8b !important;
}
.text-blue-grey-1 {
  color: #eceff1 !important;
}
.text-blue-grey-2 {
  color: #cfd8dc !important;
}
.text-blue-grey-3 {
  color: #b0bec5 !important;
}
.text-blue-grey-4 {
  color: #90a4ae !important;
}
.text-blue-grey-5 {
  color: #78909c !important;
}
.text-blue-grey-6 {
  color: #607d8b !important;
}
.text-blue-grey-7 {
  color: #546e7a !important;
}
.text-blue-grey-8 {
  color: #455a64 !important;
}
.text-blue-grey-9 {
  color: #37474f !important;
}
.text-blue-grey-10 {
  color: #263238 !important;
}
.text-blue-grey-11 {
  color: #cfd8dc !important;
}
.text-blue-grey-12 {
  color: #b0bec5 !important;
}
.text-blue-grey-13 {
  color: #78909c !important;
}
.text-blue-grey-14 {
  color: #455a64 !important;
}
.bg-red {
  background: #CA2031 !important;
}
.bg-red-1 {
  background: #ffebee !important;
}
.bg-red-2 {
  background: #ffcdd2 !important;
}
.bg-red-3 {
  background: #ef9a9a !important;
}
.bg-red-4 {
  background: #e57373 !important;
}
.bg-red-5 {
  background: #ef5350 !important;
}
.bg-red-6 {
  background: #f44336 !important;
}
.bg-red-7 {
  background: #e53935 !important;
}
.bg-red-8 {
  background: #d32f2f !important;
}
.bg-red-9 {
  background: #c62828 !important;
}
.bg-red-10 {
  background: #b71c1c !important;
}
.bg-red-11 {
  background: #ff8a80 !important;
}
.bg-red-12 {
  background: #ff5252 !important;
}
.bg-red-13 {
  background: #ff1744 !important;
}
.bg-red-14 {
  background: #d50000 !important;
}
.bg-pink {
  background: #e91e63 !important;
}
.bg-pink-1 {
  background: #fce4ec !important;
}
.bg-pink-2 {
  background: #f8bbd0 !important;
}
.bg-pink-3 {
  background: #f48fb1 !important;
}
.bg-pink-4 {
  background: #f06292 !important;
}
.bg-pink-5 {
  background: #ec407a !important;
}
.bg-pink-6 {
  background: #e91e63 !important;
}
.bg-pink-7 {
  background: #d81b60 !important;
}
.bg-pink-8 {
  background: #c2185b !important;
}
.bg-pink-9 {
  background: #ad1457 !important;
}
.bg-pink-10 {
  background: #880e4f !important;
}
.bg-pink-11 {
  background: #ff80ab !important;
}
.bg-pink-12 {
  background: #ff4081 !important;
}
.bg-pink-13 {
  background: #f50057 !important;
}
.bg-pink-14 {
  background: #c51162 !important;
}
.bg-purple {
  background: #9c27b0 !important;
}
.bg-purple-1 {
  background: #f3e5f5 !important;
}
.bg-purple-2 {
  background: #e1bee7 !important;
}
.bg-purple-3 {
  background: #ce93d8 !important;
}
.bg-purple-4 {
  background: #ba68c8 !important;
}
.bg-purple-5 {
  background: #ab47bc !important;
}
.bg-purple-6 {
  background: #9c27b0 !important;
}
.bg-purple-7 {
  background: #8e24aa !important;
}
.bg-purple-8 {
  background: #7b1fa2 !important;
}
.bg-purple-9 {
  background: #6a1b9a !important;
}
.bg-purple-10 {
  background: #4a148c !important;
}
.bg-purple-11 {
  background: #ea80fc !important;
}
.bg-purple-12 {
  background: #e040fb !important;
}
.bg-purple-13 {
  background: #d500f9 !important;
}
.bg-purple-14 {
  background: #aa00ff !important;
}
.bg-deep-purple {
  background: #673ab7 !important;
}
.bg-deep-purple-1 {
  background: #ede7f6 !important;
}
.bg-deep-purple-2 {
  background: #d1c4e9 !important;
}
.bg-deep-purple-3 {
  background: #b39ddb !important;
}
.bg-deep-purple-4 {
  background: #9575cd !important;
}
.bg-deep-purple-5 {
  background: #7e57c2 !important;
}
.bg-deep-purple-6 {
  background: #673ab7 !important;
}
.bg-deep-purple-7 {
  background: #5e35b1 !important;
}
.bg-deep-purple-8 {
  background: #512da8 !important;
}
.bg-deep-purple-9 {
  background: #4527a0 !important;
}
.bg-deep-purple-10 {
  background: #311b92 !important;
}
.bg-deep-purple-11 {
  background: #b388ff !important;
}
.bg-deep-purple-12 {
  background: #7c4dff !important;
}
.bg-deep-purple-13 {
  background: #651fff !important;
}
.bg-deep-purple-14 {
  background: #6200ea !important;
}
.bg-indigo {
  background: #3f51b5 !important;
}
.bg-indigo-1 {
  background: #e8eaf6 !important;
}
.bg-indigo-2 {
  background: #c5cae9 !important;
}
.bg-indigo-3 {
  background: #9fa8da !important;
}
.bg-indigo-4 {
  background: #7986cb !important;
}
.bg-indigo-5 {
  background: #5c6bc0 !important;
}
.bg-indigo-6 {
  background: #3f51b5 !important;
}
.bg-indigo-7 {
  background: #3949ab !important;
}
.bg-indigo-8 {
  background: #303f9f !important;
}
.bg-indigo-9 {
  background: #283593 !important;
}
.bg-indigo-10 {
  background: #1a237e !important;
}
.bg-indigo-11 {
  background: #8c9eff !important;
}
.bg-indigo-12 {
  background: #536dfe !important;
}
.bg-indigo-13 {
  background: #3d5afe !important;
}
.bg-indigo-14 {
  background: #304ffe !important;
}
.bg-blue {
  background: #149ECA !important;
}
.bg-blue-1 {
  background: #e3f2fd !important;
}
.bg-blue-2 {
  background: #bbdefb !important;
}
.bg-blue-3 {
  background: #90caf9 !important;
}
.bg-blue-4 {
  background: #64b5f6 !important;
}
.bg-blue-5 {
  background: #42a5f5 !important;
}
.bg-blue-6 {
  background: #2196f3 !important;
}
.bg-blue-7 {
  background: #1e88e5 !important;
}
.bg-blue-8 {
  background: #1976d2 !important;
}
.bg-blue-9 {
  background: #1565c0 !important;
}
.bg-blue-10 {
  background: #0d47a1 !important;
}
.bg-blue-11 {
  background: #82b1ff !important;
}
.bg-blue-12 {
  background: #448aff !important;
}
.bg-blue-13 {
  background: #2979ff !important;
}
.bg-blue-14 {
  background: #2962ff !important;
}
.bg-light-blue {
  background: #03a9f4 !important;
}
.bg-light-blue-1 {
  background: #e1f5fe !important;
}
.bg-light-blue-2 {
  background: #b3e5fc !important;
}
.bg-light-blue-3 {
  background: #81d4fa !important;
}
.bg-light-blue-4 {
  background: #4fc3f7 !important;
}
.bg-light-blue-5 {
  background: #29b6f6 !important;
}
.bg-light-blue-6 {
  background: #03a9f4 !important;
}
.bg-light-blue-7 {
  background: #039be5 !important;
}
.bg-light-blue-8 {
  background: #0288d1 !important;
}
.bg-light-blue-9 {
  background: #0277bd !important;
}
.bg-light-blue-10 {
  background: #01579b !important;
}
.bg-light-blue-11 {
  background: #80d8ff !important;
}
.bg-light-blue-12 {
  background: #40c4ff !important;
}
.bg-light-blue-13 {
  background: #00b0ff !important;
}
.bg-light-blue-14 {
  background: #0091ea !important;
}
.bg-cyan {
  background: #00bcd4 !important;
}
.bg-cyan-1 {
  background: #e0f7fa !important;
}
.bg-cyan-2 {
  background: #b2ebf2 !important;
}
.bg-cyan-3 {
  background: #80deea !important;
}
.bg-cyan-4 {
  background: #4dd0e1 !important;
}
.bg-cyan-5 {
  background: #26c6da !important;
}
.bg-cyan-6 {
  background: #00bcd4 !important;
}
.bg-cyan-7 {
  background: #00acc1 !important;
}
.bg-cyan-8 {
  background: #0097a7 !important;
}
.bg-cyan-9 {
  background: #00838f !important;
}
.bg-cyan-10 {
  background: #006064 !important;
}
.bg-cyan-11 {
  background: #84ffff !important;
}
.bg-cyan-12 {
  background: #18ffff !important;
}
.bg-cyan-13 {
  background: #00e5ff !important;
}
.bg-cyan-14 {
  background: #00b8d4 !important;
}
.bg-teal {
  background: #009688 !important;
}
.bg-teal-1 {
  background: #e0f2f1 !important;
}
.bg-teal-2 {
  background: #b2dfdb !important;
}
.bg-teal-3 {
  background: #80cbc4 !important;
}
.bg-teal-4 {
  background: #4db6ac !important;
}
.bg-teal-5 {
  background: #26a69a !important;
}
.bg-teal-6 {
  background: #009688 !important;
}
.bg-teal-7 {
  background: #00897b !important;
}
.bg-teal-8 {
  background: #00796b !important;
}
.bg-teal-9 {
  background: #00695c !important;
}
.bg-teal-10 {
  background: #004d40 !important;
}
.bg-teal-11 {
  background: #a7ffeb !important;
}
.bg-teal-12 {
  background: #64ffda !important;
}
.bg-teal-13 {
  background: #1de9b6 !important;
}
.bg-teal-14 {
  background: #00bfa5 !important;
}
.bg-green {
  background: #28A745 !important;
}
.bg-green-1 {
  background: #e8f5e9 !important;
}
.bg-green-2 {
  background: #c8e6c9 !important;
}
.bg-green-3 {
  background: #a5d6a7 !important;
}
.bg-green-4 {
  background: #81c784 !important;
}
.bg-green-5 {
  background: #66bb6a !important;
}
.bg-green-6 {
  background: #4caf50 !important;
}
.bg-green-7 {
  background: #43a047 !important;
}
.bg-green-8 {
  background: #388e3c !important;
}
.bg-green-9 {
  background: #2e7d32 !important;
}
.bg-green-10 {
  background: #1b5e20 !important;
}
.bg-green-11 {
  background: #b9f6ca !important;
}
.bg-green-12 {
  background: #69f0ae !important;
}
.bg-green-13 {
  background: #00e676 !important;
}
.bg-green-14 {
  background: #00c853 !important;
}
.bg-light-green {
  background: #8bc34a !important;
}
.bg-light-green-1 {
  background: #f1f8e9 !important;
}
.bg-light-green-2 {
  background: #dcedc8 !important;
}
.bg-light-green-3 {
  background: #c5e1a5 !important;
}
.bg-light-green-4 {
  background: #aed581 !important;
}
.bg-light-green-5 {
  background: #9ccc65 !important;
}
.bg-light-green-6 {
  background: #8bc34a !important;
}
.bg-light-green-7 {
  background: #7cb342 !important;
}
.bg-light-green-8 {
  background: #689f38 !important;
}
.bg-light-green-9 {
  background: #558b2f !important;
}
.bg-light-green-10 {
  background: #33691e !important;
}
.bg-light-green-11 {
  background: #ccff90 !important;
}
.bg-light-green-12 {
  background: #b2ff59 !important;
}
.bg-light-green-13 {
  background: #76ff03 !important;
}
.bg-light-green-14 {
  background: #64dd17 !important;
}
.bg-lime {
  background: #cddc39 !important;
}
.bg-lime-1 {
  background: #f9fbe7 !important;
}
.bg-lime-2 {
  background: #f0f4c3 !important;
}
.bg-lime-3 {
  background: #e6ee9c !important;
}
.bg-lime-4 {
  background: #dce775 !important;
}
.bg-lime-5 {
  background: #d4e157 !important;
}
.bg-lime-6 {
  background: #cddc39 !important;
}
.bg-lime-7 {
  background: #c0ca33 !important;
}
.bg-lime-8 {
  background: #afb42b !important;
}
.bg-lime-9 {
  background: #9e9d24 !important;
}
.bg-lime-10 {
  background: #827717 !important;
}
.bg-lime-11 {
  background: #f4ff81 !important;
}
.bg-lime-12 {
  background: #eeff41 !important;
}
.bg-lime-13 {
  background: #c6ff00 !important;
}
.bg-lime-14 {
  background: #aeea00 !important;
}
.bg-yellow {
  background: #ffeb3b !important;
}
.bg-yellow-1 {
  background: #fffde7 !important;
}
.bg-yellow-2 {
  background: #fff9c4 !important;
}
.bg-yellow-3 {
  background: #fff59d !important;
}
.bg-yellow-4 {
  background: #fff176 !important;
}
.bg-yellow-5 {
  background: #ffee58 !important;
}
.bg-yellow-6 {
  background: #ffeb3b !important;
}
.bg-yellow-7 {
  background: #fdd835 !important;
}
.bg-yellow-8 {
  background: #fbc02d !important;
}
.bg-yellow-9 {
  background: #f9a825 !important;
}
.bg-yellow-10 {
  background: #f57f17 !important;
}
.bg-yellow-11 {
  background: #ffff8d !important;
}
.bg-yellow-12 {
  background: #ffff00 !important;
}
.bg-yellow-13 {
  background: #ffea00 !important;
}
.bg-yellow-14 {
  background: #ffd600 !important;
}
.bg-amber {
  background: #ffc107 !important;
}
.bg-amber-1 {
  background: #fff8e1 !important;
}
.bg-amber-2 {
  background: #ffecb3 !important;
}
.bg-amber-3 {
  background: #ffe082 !important;
}
.bg-amber-4 {
  background: #ffd54f !important;
}
.bg-amber-5 {
  background: #ffca28 !important;
}
.bg-amber-6 {
  background: #ffc107 !important;
}
.bg-amber-7 {
  background: #ffb300 !important;
}
.bg-amber-8 {
  background: #ffa000 !important;
}
.bg-amber-9 {
  background: #ff8f00 !important;
}
.bg-amber-10 {
  background: #ff6f00 !important;
}
.bg-amber-11 {
  background: #ffe57f !important;
}
.bg-amber-12 {
  background: #ffd740 !important;
}
.bg-amber-13 {
  background: #ffc400 !important;
}
.bg-amber-14 {
  background: #ffab00 !important;
}
.bg-orange {
  background: #ff9800 !important;
}
.bg-orange-1 {
  background: #fff3e0 !important;
}
.bg-orange-2 {
  background: #ffe0b2 !important;
}
.bg-orange-3 {
  background: #ffcc80 !important;
}
.bg-orange-4 {
  background: #ffb74d !important;
}
.bg-orange-5 {
  background: #ffa726 !important;
}
.bg-orange-6 {
  background: #ff9800 !important;
}
.bg-orange-7 {
  background: #fb8c00 !important;
}
.bg-orange-8 {
  background: #f57c00 !important;
}
.bg-orange-9 {
  background: #ef6c00 !important;
}
.bg-orange-10 {
  background: #e65100 !important;
}
.bg-orange-11 {
  background: #ffd180 !important;
}
.bg-orange-12 {
  background: #ffab40 !important;
}
.bg-orange-13 {
  background: #ff9100 !important;
}
.bg-orange-14 {
  background: #ff6d00 !important;
}
.bg-deep-orange {
  background: #ff5722 !important;
}
.bg-deep-orange-1 {
  background: #fbe9e7 !important;
}
.bg-deep-orange-2 {
  background: #ffccbc !important;
}
.bg-deep-orange-3 {
  background: #ffab91 !important;
}
.bg-deep-orange-4 {
  background: #ff8a65 !important;
}
.bg-deep-orange-5 {
  background: #ff7043 !important;
}
.bg-deep-orange-6 {
  background: #ff5722 !important;
}
.bg-deep-orange-7 {
  background: #f4511e !important;
}
.bg-deep-orange-8 {
  background: #e64a19 !important;
}
.bg-deep-orange-9 {
  background: #d84315 !important;
}
.bg-deep-orange-10 {
  background: #bf360c !important;
}
.bg-deep-orange-11 {
  background: #ff9e80 !important;
}
.bg-deep-orange-12 {
  background: #ff6e40 !important;
}
.bg-deep-orange-13 {
  background: #ff3d00 !important;
}
.bg-deep-orange-14 {
  background: #dd2c00 !important;
}
.bg-brown {
  background: #795548 !important;
}
.bg-brown-1 {
  background: #efebe9 !important;
}
.bg-brown-2 {
  background: #d7ccc8 !important;
}
.bg-brown-3 {
  background: #bcaaa4 !important;
}
.bg-brown-4 {
  background: #a1887f !important;
}
.bg-brown-5 {
  background: #8d6e63 !important;
}
.bg-brown-6 {
  background: #795548 !important;
}
.bg-brown-7 {
  background: #6d4c41 !important;
}
.bg-brown-8 {
  background: #5d4037 !important;
}
.bg-brown-9 {
  background: #4e342e !important;
}
.bg-brown-10 {
  background: #3e2723 !important;
}
.bg-brown-11 {
  background: #d7ccc8 !important;
}
.bg-brown-12 {
  background: #bcaaa4 !important;
}
.bg-brown-13 {
  background: #8d6e63 !important;
}
.bg-brown-14 {
  background: #5d4037 !important;
}
.bg-grey {
  background: #868791 !important;
}
.bg-grey-1 {
  background: #fafafa !important;
}
.bg-grey-2 {
  background: #f5f5f5 !important;
}
.bg-grey-3 {
  background: #eeeeee !important;
}
.bg-grey-4 {
  background: #e0e0e0 !important;
}
.bg-grey-5 {
  background: #bdbdbd !important;
}
.bg-grey-6 {
  background: #9e9e9e !important;
}
.bg-grey-7 {
  background: #757575 !important;
}
.bg-grey-8 {
  background: #616161 !important;
}
.bg-grey-9 {
  background: #424242 !important;
}
.bg-grey-10 {
  background: #212121 !important;
}
.bg-grey-11 {
  background: #f5f5f5 !important;
}
.bg-grey-12 {
  background: #eeeeee !important;
}
.bg-grey-13 {
  background: #bdbdbd !important;
}
.bg-grey-14 {
  background: #616161 !important;
}
.bg-blue-grey {
  background: #607d8b !important;
}
.bg-blue-grey-1 {
  background: #eceff1 !important;
}
.bg-blue-grey-2 {
  background: #cfd8dc !important;
}
.bg-blue-grey-3 {
  background: #b0bec5 !important;
}
.bg-blue-grey-4 {
  background: #90a4ae !important;
}
.bg-blue-grey-5 {
  background: #78909c !important;
}
.bg-blue-grey-6 {
  background: #607d8b !important;
}
.bg-blue-grey-7 {
  background: #546e7a !important;
}
.bg-blue-grey-8 {
  background: #455a64 !important;
}
.bg-blue-grey-9 {
  background: #37474f !important;
}
.bg-blue-grey-10 {
  background: #263238 !important;
}
.bg-blue-grey-11 {
  background: #cfd8dc !important;
}
.bg-blue-grey-12 {
  background: #b0bec5 !important;
}
.bg-blue-grey-13 {
  background: #78909c !important;
}
.bg-blue-grey-14 {
  background: #455a64 !important;
}
.shadow-transition {
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.shadow-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}
.shadow-up-1 {
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.2), 0 -1px 1px rgba(0, 0, 0, 0.14), 0 -2px 1px -1px rgba(0, 0, 0, 0.12);
}
.shadow-2 {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
}
.shadow-up-2 {
  box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.2), 0 -2px 2px rgba(0, 0, 0, 0.14), 0 -3px 1px -2px rgba(0, 0, 0, 0.12);
}
.shadow-3 {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2), 0 3px 4px rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12);
}
.shadow-up-3 {
  box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.2), 0 -3px 4px rgba(0, 0, 0, 0.14), 0 -3px 3px -2px rgba(0, 0, 0, 0.12);
}
.shadow-4 {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px rgba(0, 0, 0, 0.14), 0 1px 10px rgba(0, 0, 0, 0.12);
}
.shadow-up-4 {
  box-shadow: 0 -2px 4px -1px rgba(0, 0, 0, 0.2), 0 -4px 5px rgba(0, 0, 0, 0.14), 0 -1px 10px rgba(0, 0, 0, 0.12);
}
.shadow-5 {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px rgba(0, 0, 0, 0.14), 0 1px 14px rgba(0, 0, 0, 0.12);
}
.shadow-up-5 {
  box-shadow: 0 -3px 5px -1px rgba(0, 0, 0, 0.2), 0 -5px 8px rgba(0, 0, 0, 0.14), 0 -1px 14px rgba(0, 0, 0, 0.12);
}
.shadow-6 {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12);
}
.shadow-up-6 {
  box-shadow: 0 -3px 5px -1px rgba(0, 0, 0, 0.2), 0 -6px 10px rgba(0, 0, 0, 0.14), 0 -1px 18px rgba(0, 0, 0, 0.12);
}
.shadow-7 {
  box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.2), 0 7px 10px 1px rgba(0, 0, 0, 0.14), 0 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.shadow-up-7 {
  box-shadow: 0 -4px 5px -2px rgba(0, 0, 0, 0.2), 0 -7px 10px 1px rgba(0, 0, 0, 0.14), 0 -2px 16px 1px rgba(0, 0, 0, 0.12);
}
.shadow-8 {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.shadow-up-8 {
  box-shadow: 0 -5px 5px -3px rgba(0, 0, 0, 0.2), 0 -8px 10px 1px rgba(0, 0, 0, 0.14), 0 -3px 14px 2px rgba(0, 0, 0, 0.12);
}
.shadow-9 {
  box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.2), 0 9px 12px 1px rgba(0, 0, 0, 0.14), 0 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.shadow-up-9 {
  box-shadow: 0 -5px 6px -3px rgba(0, 0, 0, 0.2), 0 -9px 12px 1px rgba(0, 0, 0, 0.14), 0 -3px 16px 2px rgba(0, 0, 0, 0.12);
}
.shadow-10 {
  box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.2), 0 10px 14px 1px rgba(0, 0, 0, 0.14), 0 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.shadow-up-10 {
  box-shadow: 0 -6px 6px -3px rgba(0, 0, 0, 0.2), 0 -10px 14px 1px rgba(0, 0, 0, 0.14), 0 -4px 18px 3px rgba(0, 0, 0, 0.12);
}
.shadow-11 {
  box-shadow: 0 6px 7px -4px rgba(0, 0, 0, 0.2), 0 11px 15px 1px rgba(0, 0, 0, 0.14), 0 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.shadow-up-11 {
  box-shadow: 0 -6px 7px -4px rgba(0, 0, 0, 0.2), 0 -11px 15px 1px rgba(0, 0, 0, 0.14), 0 -4px 20px 3px rgba(0, 0, 0, 0.12);
}
.shadow-12 {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.shadow-up-12 {
  box-shadow: 0 -7px 8px -4px rgba(0, 0, 0, 0.2), 0 -12px 17px 2px rgba(0, 0, 0, 0.14), 0 -5px 22px 4px rgba(0, 0, 0, 0.12);
}
.shadow-13 {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.shadow-up-13 {
  box-shadow: 0 -7px 8px -4px rgba(0, 0, 0, 0.2), 0 -13px 19px 2px rgba(0, 0, 0, 0.14), 0 -5px 24px 4px rgba(0, 0, 0, 0.12);
}
.shadow-14 {
  box-shadow: 0 7px 9px -4px rgba(0, 0, 0, 0.2), 0 14px 21px 2px rgba(0, 0, 0, 0.14), 0 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.shadow-up-14 {
  box-shadow: 0 -7px 9px -4px rgba(0, 0, 0, 0.2), 0 -14px 21px 2px rgba(0, 0, 0, 0.14), 0 -5px 26px 4px rgba(0, 0, 0, 0.12);
}
.shadow-15 {
  box-shadow: 0 8px 9px -5px rgba(0, 0, 0, 0.2), 0 15px 22px 2px rgba(0, 0, 0, 0.14), 0 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.shadow-up-15 {
  box-shadow: 0 -8px 9px -5px rgba(0, 0, 0, 0.2), 0 -15px 22px 2px rgba(0, 0, 0, 0.14), 0 -6px 28px 5px rgba(0, 0, 0, 0.12);
}
.shadow-16 {
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.shadow-up-16 {
  box-shadow: 0 -8px 10px -5px rgba(0, 0, 0, 0.2), 0 -16px 24px 2px rgba(0, 0, 0, 0.14), 0 -6px 30px 5px rgba(0, 0, 0, 0.12);
}
.shadow-17 {
  box-shadow: 0 8px 11px -5px rgba(0, 0, 0, 0.2), 0 17px 26px 2px rgba(0, 0, 0, 0.14), 0 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.shadow-up-17 {
  box-shadow: 0 -8px 11px -5px rgba(0, 0, 0, 0.2), 0 -17px 26px 2px rgba(0, 0, 0, 0.14), 0 -6px 32px 5px rgba(0, 0, 0, 0.12);
}
.shadow-18 {
  box-shadow: 0 9px 11px -5px rgba(0, 0, 0, 0.2), 0 18px 28px 2px rgba(0, 0, 0, 0.14), 0 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.shadow-up-18 {
  box-shadow: 0 -9px 11px -5px rgba(0, 0, 0, 0.2), 0 -18px 28px 2px rgba(0, 0, 0, 0.14), 0 -7px 34px 6px rgba(0, 0, 0, 0.12);
}
.shadow-19 {
  box-shadow: 0 9px 12px -6px rgba(0, 0, 0, 0.2), 0 19px 29px 2px rgba(0, 0, 0, 0.14), 0 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.shadow-up-19 {
  box-shadow: 0 -9px 12px -6px rgba(0, 0, 0, 0.2), 0 -19px 29px 2px rgba(0, 0, 0, 0.14), 0 -7px 36px 6px rgba(0, 0, 0, 0.12);
}
.shadow-20 {
  box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2), 0 20px 31px 3px rgba(0, 0, 0, 0.14), 0 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.shadow-up-20 {
  box-shadow: 0 -10px 13px -6px rgba(0, 0, 0, 0.2), 0 -20px 31px 3px rgba(0, 0, 0, 0.14), 0 -8px 38px 7px rgba(0, 0, 0, 0.12);
}
.shadow-21 {
  box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2), 0 21px 33px 3px rgba(0, 0, 0, 0.14), 0 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.shadow-up-21 {
  box-shadow: 0 -10px 13px -6px rgba(0, 0, 0, 0.2), 0 -21px 33px 3px rgba(0, 0, 0, 0.14), 0 -8px 40px 7px rgba(0, 0, 0, 0.12);
}
.shadow-22 {
  box-shadow: 0 10px 14px -6px rgba(0, 0, 0, 0.2), 0 22px 35px 3px rgba(0, 0, 0, 0.14), 0 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.shadow-up-22 {
  box-shadow: 0 -10px 14px -6px rgba(0, 0, 0, 0.2), 0 -22px 35px 3px rgba(0, 0, 0, 0.14), 0 -8px 42px 7px rgba(0, 0, 0, 0.12);
}
.shadow-23 {
  box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.2), 0 23px 36px 3px rgba(0, 0, 0, 0.14), 0 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.shadow-up-23 {
  box-shadow: 0 -11px 14px -7px rgba(0, 0, 0, 0.2), 0 -23px 36px 3px rgba(0, 0, 0, 0.14), 0 -9px 44px 8px rgba(0, 0, 0, 0.12);
}
.shadow-24 {
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.shadow-up-24 {
  box-shadow: 0 -11px 15px -7px rgba(0, 0, 0, 0.2), 0 -24px 38px 3px rgba(0, 0, 0, 0.14), 0 -9px 46px 8px rgba(0, 0, 0, 0.12);
}
.inset-shadow {
  box-shadow: 0 7px 9px -7px rgba(0, 0, 0, 0.7) inset;
}
.inset-shadow-down {
  box-shadow: 0 -7px 9px -7px rgba(0, 0, 0, 0.7) inset;
}
body.body--dark .shadow-1 {
  box-shadow: 0 1px 3px rgba(255, 255, 255, 0.2), 0 1px 1px rgba(255, 255, 255, 0.14), 0 2px 1px -1px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-up-1 {
  box-shadow: 0 -1px 3px rgba(255, 255, 255, 0.2), 0 -1px 1px rgba(255, 255, 255, 0.14), 0 -2px 1px -1px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-2 {
  box-shadow: 0 1px 5px rgba(255, 255, 255, 0.2), 0 2px 2px rgba(255, 255, 255, 0.14), 0 3px 1px -2px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-up-2 {
  box-shadow: 0 -1px 5px rgba(255, 255, 255, 0.2), 0 -2px 2px rgba(255, 255, 255, 0.14), 0 -3px 1px -2px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-3 {
  box-shadow: 0 1px 8px rgba(255, 255, 255, 0.2), 0 3px 4px rgba(255, 255, 255, 0.14), 0 3px 3px -2px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-up-3 {
  box-shadow: 0 -1px 8px rgba(255, 255, 255, 0.2), 0 -3px 4px rgba(255, 255, 255, 0.14), 0 -3px 3px -2px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-4 {
  box-shadow: 0 2px 4px -1px rgba(255, 255, 255, 0.2), 0 4px 5px rgba(255, 255, 255, 0.14), 0 1px 10px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-up-4 {
  box-shadow: 0 -2px 4px -1px rgba(255, 255, 255, 0.2), 0 -4px 5px rgba(255, 255, 255, 0.14), 0 -1px 10px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-5 {
  box-shadow: 0 3px 5px -1px rgba(255, 255, 255, 0.2), 0 5px 8px rgba(255, 255, 255, 0.14), 0 1px 14px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-up-5 {
  box-shadow: 0 -3px 5px -1px rgba(255, 255, 255, 0.2), 0 -5px 8px rgba(255, 255, 255, 0.14), 0 -1px 14px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-6 {
  box-shadow: 0 3px 5px -1px rgba(255, 255, 255, 0.2), 0 6px 10px rgba(255, 255, 255, 0.14), 0 1px 18px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-up-6 {
  box-shadow: 0 -3px 5px -1px rgba(255, 255, 255, 0.2), 0 -6px 10px rgba(255, 255, 255, 0.14), 0 -1px 18px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-7 {
  box-shadow: 0 4px 5px -2px rgba(255, 255, 255, 0.2), 0 7px 10px 1px rgba(255, 255, 255, 0.14), 0 2px 16px 1px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-up-7 {
  box-shadow: 0 -4px 5px -2px rgba(255, 255, 255, 0.2), 0 -7px 10px 1px rgba(255, 255, 255, 0.14), 0 -2px 16px 1px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-8 {
  box-shadow: 0 5px 5px -3px rgba(255, 255, 255, 0.2), 0 8px 10px 1px rgba(255, 255, 255, 0.14), 0 3px 14px 2px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-up-8 {
  box-shadow: 0 -5px 5px -3px rgba(255, 255, 255, 0.2), 0 -8px 10px 1px rgba(255, 255, 255, 0.14), 0 -3px 14px 2px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-9 {
  box-shadow: 0 5px 6px -3px rgba(255, 255, 255, 0.2), 0 9px 12px 1px rgba(255, 255, 255, 0.14), 0 3px 16px 2px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-up-9 {
  box-shadow: 0 -5px 6px -3px rgba(255, 255, 255, 0.2), 0 -9px 12px 1px rgba(255, 255, 255, 0.14), 0 -3px 16px 2px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-10 {
  box-shadow: 0 6px 6px -3px rgba(255, 255, 255, 0.2), 0 10px 14px 1px rgba(255, 255, 255, 0.14), 0 4px 18px 3px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-up-10 {
  box-shadow: 0 -6px 6px -3px rgba(255, 255, 255, 0.2), 0 -10px 14px 1px rgba(255, 255, 255, 0.14), 0 -4px 18px 3px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-11 {
  box-shadow: 0 6px 7px -4px rgba(255, 255, 255, 0.2), 0 11px 15px 1px rgba(255, 255, 255, 0.14), 0 4px 20px 3px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-up-11 {
  box-shadow: 0 -6px 7px -4px rgba(255, 255, 255, 0.2), 0 -11px 15px 1px rgba(255, 255, 255, 0.14), 0 -4px 20px 3px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-12 {
  box-shadow: 0 7px 8px -4px rgba(255, 255, 255, 0.2), 0 12px 17px 2px rgba(255, 255, 255, 0.14), 0 5px 22px 4px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-up-12 {
  box-shadow: 0 -7px 8px -4px rgba(255, 255, 255, 0.2), 0 -12px 17px 2px rgba(255, 255, 255, 0.14), 0 -5px 22px 4px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-13 {
  box-shadow: 0 7px 8px -4px rgba(255, 255, 255, 0.2), 0 13px 19px 2px rgba(255, 255, 255, 0.14), 0 5px 24px 4px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-up-13 {
  box-shadow: 0 -7px 8px -4px rgba(255, 255, 255, 0.2), 0 -13px 19px 2px rgba(255, 255, 255, 0.14), 0 -5px 24px 4px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-14 {
  box-shadow: 0 7px 9px -4px rgba(255, 255, 255, 0.2), 0 14px 21px 2px rgba(255, 255, 255, 0.14), 0 5px 26px 4px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-up-14 {
  box-shadow: 0 -7px 9px -4px rgba(255, 255, 255, 0.2), 0 -14px 21px 2px rgba(255, 255, 255, 0.14), 0 -5px 26px 4px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-15 {
  box-shadow: 0 8px 9px -5px rgba(255, 255, 255, 0.2), 0 15px 22px 2px rgba(255, 255, 255, 0.14), 0 6px 28px 5px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-up-15 {
  box-shadow: 0 -8px 9px -5px rgba(255, 255, 255, 0.2), 0 -15px 22px 2px rgba(255, 255, 255, 0.14), 0 -6px 28px 5px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-16 {
  box-shadow: 0 8px 10px -5px rgba(255, 255, 255, 0.2), 0 16px 24px 2px rgba(255, 255, 255, 0.14), 0 6px 30px 5px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-up-16 {
  box-shadow: 0 -8px 10px -5px rgba(255, 255, 255, 0.2), 0 -16px 24px 2px rgba(255, 255, 255, 0.14), 0 -6px 30px 5px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-17 {
  box-shadow: 0 8px 11px -5px rgba(255, 255, 255, 0.2), 0 17px 26px 2px rgba(255, 255, 255, 0.14), 0 6px 32px 5px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-up-17 {
  box-shadow: 0 -8px 11px -5px rgba(255, 255, 255, 0.2), 0 -17px 26px 2px rgba(255, 255, 255, 0.14), 0 -6px 32px 5px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-18 {
  box-shadow: 0 9px 11px -5px rgba(255, 255, 255, 0.2), 0 18px 28px 2px rgba(255, 255, 255, 0.14), 0 7px 34px 6px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-up-18 {
  box-shadow: 0 -9px 11px -5px rgba(255, 255, 255, 0.2), 0 -18px 28px 2px rgba(255, 255, 255, 0.14), 0 -7px 34px 6px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-19 {
  box-shadow: 0 9px 12px -6px rgba(255, 255, 255, 0.2), 0 19px 29px 2px rgba(255, 255, 255, 0.14), 0 7px 36px 6px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-up-19 {
  box-shadow: 0 -9px 12px -6px rgba(255, 255, 255, 0.2), 0 -19px 29px 2px rgba(255, 255, 255, 0.14), 0 -7px 36px 6px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-20 {
  box-shadow: 0 10px 13px -6px rgba(255, 255, 255, 0.2), 0 20px 31px 3px rgba(255, 255, 255, 0.14), 0 8px 38px 7px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-up-20 {
  box-shadow: 0 -10px 13px -6px rgba(255, 255, 255, 0.2), 0 -20px 31px 3px rgba(255, 255, 255, 0.14), 0 -8px 38px 7px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-21 {
  box-shadow: 0 10px 13px -6px rgba(255, 255, 255, 0.2), 0 21px 33px 3px rgba(255, 255, 255, 0.14), 0 8px 40px 7px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-up-21 {
  box-shadow: 0 -10px 13px -6px rgba(255, 255, 255, 0.2), 0 -21px 33px 3px rgba(255, 255, 255, 0.14), 0 -8px 40px 7px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-22 {
  box-shadow: 0 10px 14px -6px rgba(255, 255, 255, 0.2), 0 22px 35px 3px rgba(255, 255, 255, 0.14), 0 8px 42px 7px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-up-22 {
  box-shadow: 0 -10px 14px -6px rgba(255, 255, 255, 0.2), 0 -22px 35px 3px rgba(255, 255, 255, 0.14), 0 -8px 42px 7px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-23 {
  box-shadow: 0 11px 14px -7px rgba(255, 255, 255, 0.2), 0 23px 36px 3px rgba(255, 255, 255, 0.14), 0 9px 44px 8px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-up-23 {
  box-shadow: 0 -11px 14px -7px rgba(255, 255, 255, 0.2), 0 -23px 36px 3px rgba(255, 255, 255, 0.14), 0 -9px 44px 8px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-24 {
  box-shadow: 0 11px 15px -7px rgba(255, 255, 255, 0.2), 0 24px 38px 3px rgba(255, 255, 255, 0.14), 0 9px 46px 8px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-up-24 {
  box-shadow: 0 -11px 15px -7px rgba(255, 255, 255, 0.2), 0 -24px 38px 3px rgba(255, 255, 255, 0.14), 0 -9px 46px 8px rgba(255, 255, 255, 0.12);
}
body.body--dark .inset-shadow {
  box-shadow: 0 7px 9px -7px rgba(255, 255, 255, 0.7) inset;
}
body.body--dark .inset-shadow-down {
  box-shadow: 0 -7px 9px -7px rgba(255, 255, 255, 0.7) inset;
}
.no-shadow, .shadow-0 {
  box-shadow: none !important;
}
.z-marginals {
  z-index: 2000;
}
.z-notify {
  z-index: 9500;
}
.z-fullscreen {
  z-index: 6000;
}
.z-inherit {
  z-index: inherit !important;
}
.row, .column, .flex {
  display: flex;
  flex-wrap: wrap;
}
.row.inline, .column.inline, .flex.inline {
  display: inline-flex;
}
.row.reverse {
  flex-direction: row-reverse;
}
.column {
  flex-direction: column;
}
.column.reverse {
  flex-direction: column-reverse;
}
.wrap {
  flex-wrap: wrap;
}
.no-wrap {
  flex-wrap: nowrap;
}
.reverse-wrap {
  flex-wrap: wrap-reverse;
}
.order-first {
  order: -10000;
}
.order-last {
  order: 10000;
}
.order-none {
  order: 0;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center, .flex-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center, .flex-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.content-start {
  align-content: flex-start;
}
.content-end {
  align-content: flex-end;
}
.content-center {
  align-content: center;
}
.content-stretch {
  align-content: stretch;
}
.content-between {
  align-content: space-between;
}
.content-around {
  align-content: space-around;
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.self-baseline {
  align-self: baseline;
}
.self-stretch {
  align-self: stretch;
}
.q-gutter-x-none, .q-gutter-none {
  margin-left: 0;
}
.q-gutter-x-none > *, .q-gutter-none > * {
  margin-left: 0;
}
.q-gutter-y-none, .q-gutter-none {
  margin-top: 0;
}
.q-gutter-y-none > *, .q-gutter-none > * {
  margin-top: 0;
}
.q-col-gutter-x-none, .q-col-gutter-none {
  margin-left: 0;
}
.q-col-gutter-x-none > *, .q-col-gutter-none > * {
  padding-left: 0;
}
.q-col-gutter-y-none, .q-col-gutter-none {
  margin-top: 0;
}
.q-col-gutter-y-none > *, .q-col-gutter-none > * {
  padding-top: 0;
}
.q-gutter-x-xs, .q-gutter-xs {
  margin-left: -4px;
}
.q-gutter-x-xs > *, .q-gutter-xs > * {
  margin-left: 4px;
}
.q-gutter-y-xs, .q-gutter-xs {
  margin-top: -4px;
}
.q-gutter-y-xs > *, .q-gutter-xs > * {
  margin-top: 4px;
}
.q-col-gutter-x-xs, .q-col-gutter-xs {
  margin-left: -4px;
}
.q-col-gutter-x-xs > *, .q-col-gutter-xs > * {
  padding-left: 4px;
}
.q-col-gutter-y-xs, .q-col-gutter-xs {
  margin-top: -4px;
}
.q-col-gutter-y-xs > *, .q-col-gutter-xs > * {
  padding-top: 4px;
}
.q-gutter-x-sm, .q-gutter-sm {
  margin-left: -8px;
}
.q-gutter-x-sm > *, .q-gutter-sm > * {
  margin-left: 8px;
}
.q-gutter-y-sm, .q-gutter-sm {
  margin-top: -8px;
}
.q-gutter-y-sm > *, .q-gutter-sm > * {
  margin-top: 8px;
}
.q-col-gutter-x-sm, .q-col-gutter-sm {
  margin-left: -8px;
}
.q-col-gutter-x-sm > *, .q-col-gutter-sm > * {
  padding-left: 8px;
}
.q-col-gutter-y-sm, .q-col-gutter-sm {
  margin-top: -8px;
}
.q-col-gutter-y-sm > *, .q-col-gutter-sm > * {
  padding-top: 8px;
}
.q-gutter-x-md, .q-gutter-md {
  margin-left: -16px;
}
.q-gutter-x-md > *, .q-gutter-md > * {
  margin-left: 16px;
}
.q-gutter-y-md, .q-gutter-md {
  margin-top: -16px;
}
.q-gutter-y-md > *, .q-gutter-md > * {
  margin-top: 16px;
}
.q-col-gutter-x-md, .q-col-gutter-md {
  margin-left: -16px;
}
.q-col-gutter-x-md > *, .q-col-gutter-md > * {
  padding-left: 16px;
}
.q-col-gutter-y-md, .q-col-gutter-md {
  margin-top: -16px;
}
.q-col-gutter-y-md > *, .q-col-gutter-md > * {
  padding-top: 16px;
}
.q-gutter-x-lg, .q-gutter-lg {
  margin-left: -24px;
}
.q-gutter-x-lg > *, .q-gutter-lg > * {
  margin-left: 24px;
}
.q-gutter-y-lg, .q-gutter-lg {
  margin-top: -24px;
}
.q-gutter-y-lg > *, .q-gutter-lg > * {
  margin-top: 24px;
}
.q-col-gutter-x-lg, .q-col-gutter-lg {
  margin-left: -24px;
}
.q-col-gutter-x-lg > *, .q-col-gutter-lg > * {
  padding-left: 24px;
}
.q-col-gutter-y-lg, .q-col-gutter-lg {
  margin-top: -24px;
}
.q-col-gutter-y-lg > *, .q-col-gutter-lg > * {
  padding-top: 24px;
}
.q-gutter-x-xl, .q-gutter-xl {
  margin-left: -48px;
}
.q-gutter-x-xl > *, .q-gutter-xl > * {
  margin-left: 48px;
}
.q-gutter-y-xl, .q-gutter-xl {
  margin-top: -48px;
}
.q-gutter-y-xl > *, .q-gutter-xl > * {
  margin-top: 48px;
}
.q-col-gutter-x-xl, .q-col-gutter-xl {
  margin-left: -48px;
}
.q-col-gutter-x-xl > *, .q-col-gutter-xl > * {
  padding-left: 48px;
}
.q-col-gutter-y-xl, .q-col-gutter-xl {
  margin-top: -48px;
}
.q-col-gutter-y-xl > *, .q-col-gutter-xl > * {
  padding-top: 48px;
}
@media (min-width: 0) {
  .row > .col, .flex > .col, .row > .col-auto, .flex > .col-auto, .row > .col-grow, .flex > .col-grow, .row > .col-shrink, .flex > .col-shrink, .row > .col-xs, .flex > .col-xs, .row > .col-xs-auto, .row > .col-12, .row > .col-xs-12, .row > .col-11, .row > .col-xs-11, .row > .col-10, .row > .col-xs-10, .row > .col-9, .row > .col-xs-9, .row > .col-8, .row > .col-xs-8, .row > .col-7, .row > .col-xs-7, .row > .col-6, .row > .col-xs-6, .row > .col-5, .row > .col-xs-5, .row > .col-4, .row > .col-xs-4, .row > .col-3, .row > .col-xs-3, .row > .col-2, .row > .col-xs-2, .row > .col-1, .row > .col-xs-1, .row > .col-0, .row > .col-xs-0, .flex > .col-xs-auto, .flex > .col-12, .flex > .col-xs-12, .flex > .col-11, .flex > .col-xs-11, .flex > .col-10, .flex > .col-xs-10, .flex > .col-9, .flex > .col-xs-9, .flex > .col-8, .flex > .col-xs-8, .flex > .col-7, .flex > .col-xs-7, .flex > .col-6, .flex > .col-xs-6, .flex > .col-5, .flex > .col-xs-5, .flex > .col-4, .flex > .col-xs-4, .flex > .col-3, .flex > .col-xs-3, .flex > .col-2, .flex > .col-xs-2, .flex > .col-1, .flex > .col-xs-1, .flex > .col-0, .flex > .col-xs-0, .row > .col-xs-grow, .flex > .col-xs-grow, .row > .col-xs-shrink, .flex > .col-xs-shrink {
    width: auto;
    min-width: 0;
    max-width: 100%;
  }
  .column > .col, .flex > .col, .column > .col-auto, .flex > .col-auto, .column > .col-grow, .flex > .col-grow, .column > .col-shrink, .flex > .col-shrink, .column > .col-xs, .flex > .col-xs, .column > .col-xs-auto, .column > .col-12, .column > .col-xs-12, .column > .col-11, .column > .col-xs-11, .column > .col-10, .column > .col-xs-10, .column > .col-9, .column > .col-xs-9, .column > .col-8, .column > .col-xs-8, .column > .col-7, .column > .col-xs-7, .column > .col-6, .column > .col-xs-6, .column > .col-5, .column > .col-xs-5, .column > .col-4, .column > .col-xs-4, .column > .col-3, .column > .col-xs-3, .column > .col-2, .column > .col-xs-2, .column > .col-1, .column > .col-xs-1, .column > .col-0, .column > .col-xs-0, .flex > .col-xs-auto, .flex > .col-12, .flex > .col-xs-12, .flex > .col-11, .flex > .col-xs-11, .flex > .col-10, .flex > .col-xs-10, .flex > .col-9, .flex > .col-xs-9, .flex > .col-8, .flex > .col-xs-8, .flex > .col-7, .flex > .col-xs-7, .flex > .col-6, .flex > .col-xs-6, .flex > .col-5, .flex > .col-xs-5, .flex > .col-4, .flex > .col-xs-4, .flex > .col-3, .flex > .col-xs-3, .flex > .col-2, .flex > .col-xs-2, .flex > .col-1, .flex > .col-xs-1, .flex > .col-0, .flex > .col-xs-0, .column > .col-xs-grow, .flex > .col-xs-grow, .column > .col-xs-shrink, .flex > .col-xs-shrink {
    height: auto;
    min-height: 0;
    max-height: 100%;
  }
  .col, .col-xs {
    flex: 10000 1 0%;
  }
  .col-auto, .col-xs-auto, .col-12, .col-xs-12, .col-11, .col-xs-11, .col-10, .col-xs-10, .col-9, .col-xs-9, .col-8, .col-xs-8, .col-7, .col-xs-7, .col-6, .col-xs-6, .col-5, .col-xs-5, .col-4, .col-xs-4, .col-3, .col-xs-3, .col-2, .col-xs-2, .col-1, .col-xs-1, .col-0, .col-xs-0 {
    flex: 0 0 auto;
  }
  .col-grow, .col-xs-grow {
    flex: 1 0 auto;
  }
  .col-shrink, .col-xs-shrink {
    flex: 0 1 auto;
  }
  .row > .col-0, .row > .col-xs-0 {
    height: auto;
    width: 0%;
  }
  .row > .offset-0, .row > .offset-xs-0 {
    margin-left: 0%;
  }
  .column > .col-0, .column > .col-xs-0 {
    height: 0%;
    width: auto;
  }
  .row > .col-1, .row > .col-xs-1 {
    height: auto;
    width: 8.3333%;
  }
  .row > .offset-1, .row > .offset-xs-1 {
    margin-left: 8.3333%;
  }
  .column > .col-1, .column > .col-xs-1 {
    height: 8.3333%;
    width: auto;
  }
  .row > .col-2, .row > .col-xs-2 {
    height: auto;
    width: 16.6667%;
  }
  .row > .offset-2, .row > .offset-xs-2 {
    margin-left: 16.6667%;
  }
  .column > .col-2, .column > .col-xs-2 {
    height: 16.6667%;
    width: auto;
  }
  .row > .col-3, .row > .col-xs-3 {
    height: auto;
    width: 25%;
  }
  .row > .offset-3, .row > .offset-xs-3 {
    margin-left: 25%;
  }
  .column > .col-3, .column > .col-xs-3 {
    height: 25%;
    width: auto;
  }
  .row > .col-4, .row > .col-xs-4 {
    height: auto;
    width: 33.3333%;
  }
  .row > .offset-4, .row > .offset-xs-4 {
    margin-left: 33.3333%;
  }
  .column > .col-4, .column > .col-xs-4 {
    height: 33.3333%;
    width: auto;
  }
  .row > .col-5, .row > .col-xs-5 {
    height: auto;
    width: 41.6667%;
  }
  .row > .offset-5, .row > .offset-xs-5 {
    margin-left: 41.6667%;
  }
  .column > .col-5, .column > .col-xs-5 {
    height: 41.6667%;
    width: auto;
  }
  .row > .col-6, .row > .col-xs-6 {
    height: auto;
    width: 50%;
  }
  .row > .offset-6, .row > .offset-xs-6 {
    margin-left: 50%;
  }
  .column > .col-6, .column > .col-xs-6 {
    height: 50%;
    width: auto;
  }
  .row > .col-7, .row > .col-xs-7 {
    height: auto;
    width: 58.3333%;
  }
  .row > .offset-7, .row > .offset-xs-7 {
    margin-left: 58.3333%;
  }
  .column > .col-7, .column > .col-xs-7 {
    height: 58.3333%;
    width: auto;
  }
  .row > .col-8, .row > .col-xs-8 {
    height: auto;
    width: 66.6667%;
  }
  .row > .offset-8, .row > .offset-xs-8 {
    margin-left: 66.6667%;
  }
  .column > .col-8, .column > .col-xs-8 {
    height: 66.6667%;
    width: auto;
  }
  .row > .col-9, .row > .col-xs-9 {
    height: auto;
    width: 75%;
  }
  .row > .offset-9, .row > .offset-xs-9 {
    margin-left: 75%;
  }
  .column > .col-9, .column > .col-xs-9 {
    height: 75%;
    width: auto;
  }
  .row > .col-10, .row > .col-xs-10 {
    height: auto;
    width: 83.3333%;
  }
  .row > .offset-10, .row > .offset-xs-10 {
    margin-left: 83.3333%;
  }
  .column > .col-10, .column > .col-xs-10 {
    height: 83.3333%;
    width: auto;
  }
  .row > .col-11, .row > .col-xs-11 {
    height: auto;
    width: 91.6667%;
  }
  .row > .offset-11, .row > .offset-xs-11 {
    margin-left: 91.6667%;
  }
  .column > .col-11, .column > .col-xs-11 {
    height: 91.6667%;
    width: auto;
  }
  .row > .col-12, .row > .col-xs-12 {
    height: auto;
    width: 100%;
  }
  .row > .offset-12, .row > .offset-xs-12 {
    margin-left: 100%;
  }
  .column > .col-12, .column > .col-xs-12 {
    height: 100%;
    width: auto;
  }
  .row > .col-all {
    height: auto;
    flex: 0 0 100%;
  }
}
@media (min-width: 600px) {
  .row > .col-sm, .flex > .col-sm, .row > .col-sm-auto, .row > .col-sm-12, .row > .col-sm-11, .row > .col-sm-10, .row > .col-sm-9, .row > .col-sm-8, .row > .col-sm-7, .row > .col-sm-6, .row > .col-sm-5, .row > .col-sm-4, .row > .col-sm-3, .row > .col-sm-2, .row > .col-sm-1, .row > .col-sm-0, .flex > .col-sm-auto, .flex > .col-sm-12, .flex > .col-sm-11, .flex > .col-sm-10, .flex > .col-sm-9, .flex > .col-sm-8, .flex > .col-sm-7, .flex > .col-sm-6, .flex > .col-sm-5, .flex > .col-sm-4, .flex > .col-sm-3, .flex > .col-sm-2, .flex > .col-sm-1, .flex > .col-sm-0, .row > .col-sm-grow, .flex > .col-sm-grow, .row > .col-sm-shrink, .flex > .col-sm-shrink {
    width: auto;
    min-width: 0;
    max-width: 100%;
  }
  .column > .col-sm, .flex > .col-sm, .column > .col-sm-auto, .column > .col-sm-12, .column > .col-sm-11, .column > .col-sm-10, .column > .col-sm-9, .column > .col-sm-8, .column > .col-sm-7, .column > .col-sm-6, .column > .col-sm-5, .column > .col-sm-4, .column > .col-sm-3, .column > .col-sm-2, .column > .col-sm-1, .column > .col-sm-0, .flex > .col-sm-auto, .flex > .col-sm-12, .flex > .col-sm-11, .flex > .col-sm-10, .flex > .col-sm-9, .flex > .col-sm-8, .flex > .col-sm-7, .flex > .col-sm-6, .flex > .col-sm-5, .flex > .col-sm-4, .flex > .col-sm-3, .flex > .col-sm-2, .flex > .col-sm-1, .flex > .col-sm-0, .column > .col-sm-grow, .flex > .col-sm-grow, .column > .col-sm-shrink, .flex > .col-sm-shrink {
    height: auto;
    min-height: 0;
    max-height: 100%;
  }
  .col-sm {
    flex: 10000 1 0%;
  }
  .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-sm-0 {
    flex: 0 0 auto;
  }
  .col-sm-grow {
    flex: 1 0 auto;
  }
  .col-sm-shrink {
    flex: 0 1 auto;
  }
  .row > .col-sm-0 {
    height: auto;
    width: 0%;
  }
  .row > .offset-sm-0 {
    margin-left: 0%;
  }
  .column > .col-sm-0 {
    height: 0%;
    width: auto;
  }
  .row > .col-sm-1 {
    height: auto;
    width: 8.3333%;
  }
  .row > .offset-sm-1 {
    margin-left: 8.3333%;
  }
  .column > .col-sm-1 {
    height: 8.3333%;
    width: auto;
  }
  .row > .col-sm-2 {
    height: auto;
    width: 16.6667%;
  }
  .row > .offset-sm-2 {
    margin-left: 16.6667%;
  }
  .column > .col-sm-2 {
    height: 16.6667%;
    width: auto;
  }
  .row > .col-sm-3 {
    height: auto;
    width: 25%;
  }
  .row > .offset-sm-3 {
    margin-left: 25%;
  }
  .column > .col-sm-3 {
    height: 25%;
    width: auto;
  }
  .row > .col-sm-4 {
    height: auto;
    width: 33.3333%;
  }
  .row > .offset-sm-4 {
    margin-left: 33.3333%;
  }
  .column > .col-sm-4 {
    height: 33.3333%;
    width: auto;
  }
  .row > .col-sm-5 {
    height: auto;
    width: 41.6667%;
  }
  .row > .offset-sm-5 {
    margin-left: 41.6667%;
  }
  .column > .col-sm-5 {
    height: 41.6667%;
    width: auto;
  }
  .row > .col-sm-6 {
    height: auto;
    width: 50%;
  }
  .row > .offset-sm-6 {
    margin-left: 50%;
  }
  .column > .col-sm-6 {
    height: 50%;
    width: auto;
  }
  .row > .col-sm-7 {
    height: auto;
    width: 58.3333%;
  }
  .row > .offset-sm-7 {
    margin-left: 58.3333%;
  }
  .column > .col-sm-7 {
    height: 58.3333%;
    width: auto;
  }
  .row > .col-sm-8 {
    height: auto;
    width: 66.6667%;
  }
  .row > .offset-sm-8 {
    margin-left: 66.6667%;
  }
  .column > .col-sm-8 {
    height: 66.6667%;
    width: auto;
  }
  .row > .col-sm-9 {
    height: auto;
    width: 75%;
  }
  .row > .offset-sm-9 {
    margin-left: 75%;
  }
  .column > .col-sm-9 {
    height: 75%;
    width: auto;
  }
  .row > .col-sm-10 {
    height: auto;
    width: 83.3333%;
  }
  .row > .offset-sm-10 {
    margin-left: 83.3333%;
  }
  .column > .col-sm-10 {
    height: 83.3333%;
    width: auto;
  }
  .row > .col-sm-11 {
    height: auto;
    width: 91.6667%;
  }
  .row > .offset-sm-11 {
    margin-left: 91.6667%;
  }
  .column > .col-sm-11 {
    height: 91.6667%;
    width: auto;
  }
  .row > .col-sm-12 {
    height: auto;
    width: 100%;
  }
  .row > .offset-sm-12 {
    margin-left: 100%;
  }
  .column > .col-sm-12 {
    height: 100%;
    width: auto;
  }
}
@media (min-width: 1024px) {
  .row > .col-md, .flex > .col-md, .row > .col-md-auto, .row > .col-md-12, .row > .col-md-11, .row > .col-md-10, .row > .col-md-9, .row > .col-md-8, .row > .col-md-7, .row > .col-md-6, .row > .col-md-5, .row > .col-md-4, .row > .col-md-3, .row > .col-md-2, .row > .col-md-1, .row > .col-md-0, .flex > .col-md-auto, .flex > .col-md-12, .flex > .col-md-11, .flex > .col-md-10, .flex > .col-md-9, .flex > .col-md-8, .flex > .col-md-7, .flex > .col-md-6, .flex > .col-md-5, .flex > .col-md-4, .flex > .col-md-3, .flex > .col-md-2, .flex > .col-md-1, .flex > .col-md-0, .row > .col-md-grow, .flex > .col-md-grow, .row > .col-md-shrink, .flex > .col-md-shrink {
    width: auto;
    min-width: 0;
    max-width: 100%;
  }
  .column > .col-md, .flex > .col-md, .column > .col-md-auto, .column > .col-md-12, .column > .col-md-11, .column > .col-md-10, .column > .col-md-9, .column > .col-md-8, .column > .col-md-7, .column > .col-md-6, .column > .col-md-5, .column > .col-md-4, .column > .col-md-3, .column > .col-md-2, .column > .col-md-1, .column > .col-md-0, .flex > .col-md-auto, .flex > .col-md-12, .flex > .col-md-11, .flex > .col-md-10, .flex > .col-md-9, .flex > .col-md-8, .flex > .col-md-7, .flex > .col-md-6, .flex > .col-md-5, .flex > .col-md-4, .flex > .col-md-3, .flex > .col-md-2, .flex > .col-md-1, .flex > .col-md-0, .column > .col-md-grow, .flex > .col-md-grow, .column > .col-md-shrink, .flex > .col-md-shrink {
    height: auto;
    min-height: 0;
    max-height: 100%;
  }
  .col-md {
    flex: 10000 1 0%;
  }
  .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-md-0 {
    flex: 0 0 auto;
  }
  .col-md-grow {
    flex: 1 0 auto;
  }
  .col-md-shrink {
    flex: 0 1 auto;
  }
  .row > .col-md-0 {
    height: auto;
    width: 0%;
  }
  .row > .offset-md-0 {
    margin-left: 0%;
  }
  .column > .col-md-0 {
    height: 0%;
    width: auto;
  }
  .row > .col-md-1 {
    height: auto;
    width: 8.3333%;
  }
  .row > .offset-md-1 {
    margin-left: 8.3333%;
  }
  .column > .col-md-1 {
    height: 8.3333%;
    width: auto;
  }
  .row > .col-md-2 {
    height: auto;
    width: 16.6667%;
  }
  .row > .offset-md-2 {
    margin-left: 16.6667%;
  }
  .column > .col-md-2 {
    height: 16.6667%;
    width: auto;
  }
  .row > .col-md-3 {
    height: auto;
    width: 25%;
  }
  .row > .offset-md-3 {
    margin-left: 25%;
  }
  .column > .col-md-3 {
    height: 25%;
    width: auto;
  }
  .row > .col-md-4 {
    height: auto;
    width: 33.3333%;
  }
  .row > .offset-md-4 {
    margin-left: 33.3333%;
  }
  .column > .col-md-4 {
    height: 33.3333%;
    width: auto;
  }
  .row > .col-md-5 {
    height: auto;
    width: 41.6667%;
  }
  .row > .offset-md-5 {
    margin-left: 41.6667%;
  }
  .column > .col-md-5 {
    height: 41.6667%;
    width: auto;
  }
  .row > .col-md-6 {
    height: auto;
    width: 50%;
  }
  .row > .offset-md-6 {
    margin-left: 50%;
  }
  .column > .col-md-6 {
    height: 50%;
    width: auto;
  }
  .row > .col-md-7 {
    height: auto;
    width: 58.3333%;
  }
  .row > .offset-md-7 {
    margin-left: 58.3333%;
  }
  .column > .col-md-7 {
    height: 58.3333%;
    width: auto;
  }
  .row > .col-md-8 {
    height: auto;
    width: 66.6667%;
  }
  .row > .offset-md-8 {
    margin-left: 66.6667%;
  }
  .column > .col-md-8 {
    height: 66.6667%;
    width: auto;
  }
  .row > .col-md-9 {
    height: auto;
    width: 75%;
  }
  .row > .offset-md-9 {
    margin-left: 75%;
  }
  .column > .col-md-9 {
    height: 75%;
    width: auto;
  }
  .row > .col-md-10 {
    height: auto;
    width: 83.3333%;
  }
  .row > .offset-md-10 {
    margin-left: 83.3333%;
  }
  .column > .col-md-10 {
    height: 83.3333%;
    width: auto;
  }
  .row > .col-md-11 {
    height: auto;
    width: 91.6667%;
  }
  .row > .offset-md-11 {
    margin-left: 91.6667%;
  }
  .column > .col-md-11 {
    height: 91.6667%;
    width: auto;
  }
  .row > .col-md-12 {
    height: auto;
    width: 100%;
  }
  .row > .offset-md-12 {
    margin-left: 100%;
  }
  .column > .col-md-12 {
    height: 100%;
    width: auto;
  }
}
@media (min-width: 1440px) {
  .row > .col-lg, .flex > .col-lg, .row > .col-lg-auto, .row > .col-lg-12, .row > .col-lg-11, .row > .col-lg-10, .row > .col-lg-9, .row > .col-lg-8, .row > .col-lg-7, .row > .col-lg-6, .row > .col-lg-5, .row > .col-lg-4, .row > .col-lg-3, .row > .col-lg-2, .row > .col-lg-1, .row > .col-lg-0, .flex > .col-lg-auto, .flex > .col-lg-12, .flex > .col-lg-11, .flex > .col-lg-10, .flex > .col-lg-9, .flex > .col-lg-8, .flex > .col-lg-7, .flex > .col-lg-6, .flex > .col-lg-5, .flex > .col-lg-4, .flex > .col-lg-3, .flex > .col-lg-2, .flex > .col-lg-1, .flex > .col-lg-0, .row > .col-lg-grow, .flex > .col-lg-grow, .row > .col-lg-shrink, .flex > .col-lg-shrink {
    width: auto;
    min-width: 0;
    max-width: 100%;
  }
  .column > .col-lg, .flex > .col-lg, .column > .col-lg-auto, .column > .col-lg-12, .column > .col-lg-11, .column > .col-lg-10, .column > .col-lg-9, .column > .col-lg-8, .column > .col-lg-7, .column > .col-lg-6, .column > .col-lg-5, .column > .col-lg-4, .column > .col-lg-3, .column > .col-lg-2, .column > .col-lg-1, .column > .col-lg-0, .flex > .col-lg-auto, .flex > .col-lg-12, .flex > .col-lg-11, .flex > .col-lg-10, .flex > .col-lg-9, .flex > .col-lg-8, .flex > .col-lg-7, .flex > .col-lg-6, .flex > .col-lg-5, .flex > .col-lg-4, .flex > .col-lg-3, .flex > .col-lg-2, .flex > .col-lg-1, .flex > .col-lg-0, .column > .col-lg-grow, .flex > .col-lg-grow, .column > .col-lg-shrink, .flex > .col-lg-shrink {
    height: auto;
    min-height: 0;
    max-height: 100%;
  }
  .col-lg {
    flex: 10000 1 0%;
  }
  .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-lg-0 {
    flex: 0 0 auto;
  }
  .col-lg-grow {
    flex: 1 0 auto;
  }
  .col-lg-shrink {
    flex: 0 1 auto;
  }
  .row > .col-lg-0 {
    height: auto;
    width: 0%;
  }
  .row > .offset-lg-0 {
    margin-left: 0%;
  }
  .column > .col-lg-0 {
    height: 0%;
    width: auto;
  }
  .row > .col-lg-1 {
    height: auto;
    width: 8.3333%;
  }
  .row > .offset-lg-1 {
    margin-left: 8.3333%;
  }
  .column > .col-lg-1 {
    height: 8.3333%;
    width: auto;
  }
  .row > .col-lg-2 {
    height: auto;
    width: 16.6667%;
  }
  .row > .offset-lg-2 {
    margin-left: 16.6667%;
  }
  .column > .col-lg-2 {
    height: 16.6667%;
    width: auto;
  }
  .row > .col-lg-3 {
    height: auto;
    width: 25%;
  }
  .row > .offset-lg-3 {
    margin-left: 25%;
  }
  .column > .col-lg-3 {
    height: 25%;
    width: auto;
  }
  .row > .col-lg-4 {
    height: auto;
    width: 33.3333%;
  }
  .row > .offset-lg-4 {
    margin-left: 33.3333%;
  }
  .column > .col-lg-4 {
    height: 33.3333%;
    width: auto;
  }
  .row > .col-lg-5 {
    height: auto;
    width: 41.6667%;
  }
  .row > .offset-lg-5 {
    margin-left: 41.6667%;
  }
  .column > .col-lg-5 {
    height: 41.6667%;
    width: auto;
  }
  .row > .col-lg-6 {
    height: auto;
    width: 50%;
  }
  .row > .offset-lg-6 {
    margin-left: 50%;
  }
  .column > .col-lg-6 {
    height: 50%;
    width: auto;
  }
  .row > .col-lg-7 {
    height: auto;
    width: 58.3333%;
  }
  .row > .offset-lg-7 {
    margin-left: 58.3333%;
  }
  .column > .col-lg-7 {
    height: 58.3333%;
    width: auto;
  }
  .row > .col-lg-8 {
    height: auto;
    width: 66.6667%;
  }
  .row > .offset-lg-8 {
    margin-left: 66.6667%;
  }
  .column > .col-lg-8 {
    height: 66.6667%;
    width: auto;
  }
  .row > .col-lg-9 {
    height: auto;
    width: 75%;
  }
  .row > .offset-lg-9 {
    margin-left: 75%;
  }
  .column > .col-lg-9 {
    height: 75%;
    width: auto;
  }
  .row > .col-lg-10 {
    height: auto;
    width: 83.3333%;
  }
  .row > .offset-lg-10 {
    margin-left: 83.3333%;
  }
  .column > .col-lg-10 {
    height: 83.3333%;
    width: auto;
  }
  .row > .col-lg-11 {
    height: auto;
    width: 91.6667%;
  }
  .row > .offset-lg-11 {
    margin-left: 91.6667%;
  }
  .column > .col-lg-11 {
    height: 91.6667%;
    width: auto;
  }
  .row > .col-lg-12 {
    height: auto;
    width: 100%;
  }
  .row > .offset-lg-12 {
    margin-left: 100%;
  }
  .column > .col-lg-12 {
    height: 100%;
    width: auto;
  }
}
@media (min-width: 1920px) {
  .row > .col-xl, .flex > .col-xl, .row > .col-xl-auto, .row > .col-xl-12, .row > .col-xl-11, .row > .col-xl-10, .row > .col-xl-9, .row > .col-xl-8, .row > .col-xl-7, .row > .col-xl-6, .row > .col-xl-5, .row > .col-xl-4, .row > .col-xl-3, .row > .col-xl-2, .row > .col-xl-1, .row > .col-xl-0, .flex > .col-xl-auto, .flex > .col-xl-12, .flex > .col-xl-11, .flex > .col-xl-10, .flex > .col-xl-9, .flex > .col-xl-8, .flex > .col-xl-7, .flex > .col-xl-6, .flex > .col-xl-5, .flex > .col-xl-4, .flex > .col-xl-3, .flex > .col-xl-2, .flex > .col-xl-1, .flex > .col-xl-0, .row > .col-xl-grow, .flex > .col-xl-grow, .row > .col-xl-shrink, .flex > .col-xl-shrink {
    width: auto;
    min-width: 0;
    max-width: 100%;
  }
  .column > .col-xl, .flex > .col-xl, .column > .col-xl-auto, .column > .col-xl-12, .column > .col-xl-11, .column > .col-xl-10, .column > .col-xl-9, .column > .col-xl-8, .column > .col-xl-7, .column > .col-xl-6, .column > .col-xl-5, .column > .col-xl-4, .column > .col-xl-3, .column > .col-xl-2, .column > .col-xl-1, .column > .col-xl-0, .flex > .col-xl-auto, .flex > .col-xl-12, .flex > .col-xl-11, .flex > .col-xl-10, .flex > .col-xl-9, .flex > .col-xl-8, .flex > .col-xl-7, .flex > .col-xl-6, .flex > .col-xl-5, .flex > .col-xl-4, .flex > .col-xl-3, .flex > .col-xl-2, .flex > .col-xl-1, .flex > .col-xl-0, .column > .col-xl-grow, .flex > .col-xl-grow, .column > .col-xl-shrink, .flex > .col-xl-shrink {
    height: auto;
    min-height: 0;
    max-height: 100%;
  }
  .col-xl {
    flex: 10000 1 0%;
  }
  .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-xl-0 {
    flex: 0 0 auto;
  }
  .col-xl-grow {
    flex: 1 0 auto;
  }
  .col-xl-shrink {
    flex: 0 1 auto;
  }
  .row > .col-xl-0 {
    height: auto;
    width: 0%;
  }
  .row > .offset-xl-0 {
    margin-left: 0%;
  }
  .column > .col-xl-0 {
    height: 0%;
    width: auto;
  }
  .row > .col-xl-1 {
    height: auto;
    width: 8.3333%;
  }
  .row > .offset-xl-1 {
    margin-left: 8.3333%;
  }
  .column > .col-xl-1 {
    height: 8.3333%;
    width: auto;
  }
  .row > .col-xl-2 {
    height: auto;
    width: 16.6667%;
  }
  .row > .offset-xl-2 {
    margin-left: 16.6667%;
  }
  .column > .col-xl-2 {
    height: 16.6667%;
    width: auto;
  }
  .row > .col-xl-3 {
    height: auto;
    width: 25%;
  }
  .row > .offset-xl-3 {
    margin-left: 25%;
  }
  .column > .col-xl-3 {
    height: 25%;
    width: auto;
  }
  .row > .col-xl-4 {
    height: auto;
    width: 33.3333%;
  }
  .row > .offset-xl-4 {
    margin-left: 33.3333%;
  }
  .column > .col-xl-4 {
    height: 33.3333%;
    width: auto;
  }
  .row > .col-xl-5 {
    height: auto;
    width: 41.6667%;
  }
  .row > .offset-xl-5 {
    margin-left: 41.6667%;
  }
  .column > .col-xl-5 {
    height: 41.6667%;
    width: auto;
  }
  .row > .col-xl-6 {
    height: auto;
    width: 50%;
  }
  .row > .offset-xl-6 {
    margin-left: 50%;
  }
  .column > .col-xl-6 {
    height: 50%;
    width: auto;
  }
  .row > .col-xl-7 {
    height: auto;
    width: 58.3333%;
  }
  .row > .offset-xl-7 {
    margin-left: 58.3333%;
  }
  .column > .col-xl-7 {
    height: 58.3333%;
    width: auto;
  }
  .row > .col-xl-8 {
    height: auto;
    width: 66.6667%;
  }
  .row > .offset-xl-8 {
    margin-left: 66.6667%;
  }
  .column > .col-xl-8 {
    height: 66.6667%;
    width: auto;
  }
  .row > .col-xl-9 {
    height: auto;
    width: 75%;
  }
  .row > .offset-xl-9 {
    margin-left: 75%;
  }
  .column > .col-xl-9 {
    height: 75%;
    width: auto;
  }
  .row > .col-xl-10 {
    height: auto;
    width: 83.3333%;
  }
  .row > .offset-xl-10 {
    margin-left: 83.3333%;
  }
  .column > .col-xl-10 {
    height: 83.3333%;
    width: auto;
  }
  .row > .col-xl-11 {
    height: auto;
    width: 91.6667%;
  }
  .row > .offset-xl-11 {
    margin-left: 91.6667%;
  }
  .column > .col-xl-11 {
    height: 91.6667%;
    width: auto;
  }
  .row > .col-xl-12 {
    height: auto;
    width: 100%;
  }
  .row > .offset-xl-12 {
    margin-left: 100%;
  }
  .column > .col-xl-12 {
    height: 100%;
    width: auto;
  }
}
.rounded-borders {
  border-radius: 4px;
}
.border-radius-inherit {
  border-radius: inherit;
}
.no-transition {
  transition: none !important;
}
.transition-0 {
  transition: 0s !important;
}
.glossy {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04)) !important;
}
.q-placeholder::placeholder {
  color: inherit;
  opacity: 0.7;
}
.q-body--fullscreen-mixin, .q-body--prevent-scroll {
  position: fixed !important;
}
.q-body--force-scrollbar-x {
  overflow-x: scroll;
}
.q-body--force-scrollbar-y {
  overflow-y: scroll;
}
.q-no-input-spinner {
  -moz-appearance: textfield !important;
}
.q-no-input-spinner::-webkit-outer-spin-button, .q-no-input-spinner::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.q-link {
  outline: 0;
  text-decoration: none;
}
.q-link--focusable:focus-visible {
  -webkit-text-decoration: underline dashed currentColor 1px;
          text-decoration: underline dashed currentColor 1px;
}
body.electron .q-electron-drag {
  -webkit-user-select: none;
  -webkit-app-region: drag;
}
body.electron .q-electron-drag .q-btn-item, body.electron .q-electron-drag--exception {
  -webkit-app-region: no-drag;
}
img.responsive {
  max-width: 100%;
  height: auto;
}
.non-selectable {
  -webkit-user-select: none !important;
          user-select: none !important;
}
.scroll,
body.mobile .scroll--mobile {
  overflow: auto;
}
.scroll, .scroll-x, .scroll-y {
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.scroll-x {
  overflow-x: auto;
}
.scroll-y {
  overflow-y: auto;
}
.no-scroll {
  overflow: hidden !important;
}
.no-pointer-events,
.no-pointer-events--children,
.no-pointer-events--children * {
  pointer-events: none !important;
}
.all-pointer-events {
  pointer-events: all !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
.cursor-not-allowed {
  cursor: not-allowed !important;
}
.cursor-inherit {
  cursor: inherit !important;
}
.cursor-none {
  cursor: none !important;
}
[aria-busy=true] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled=true] {
  cursor: default;
}
.rotate-45 {
  transform: rotate(45deg) /* rtl:ignore */;
}
.rotate-90 {
  transform: rotate(90deg) /* rtl:ignore */;
}
.rotate-135 {
  transform: rotate(135deg) /* rtl:ignore */;
}
.rotate-180 {
  transform: rotate(180deg) /* rtl:ignore */;
}
.rotate-225 {
  transform: rotate(225deg) /* rtl:ignore */;
}
.rotate-270 {
  transform: rotate(270deg) /* rtl:ignore */;
}
.rotate-315 {
  transform: rotate(315deg) /* rtl:ignore */;
}
.flip-horizontal {
  transform: scaleX(-1);
}
.flip-vertical {
  transform: scaleY(-1);
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.relative-position {
  position: relative;
}
.fixed,
.fixed-full,
.fullscreen,
.fixed-center,
.fixed-bottom,
.fixed-left,
.fixed-right,
.fixed-top,
.fixed-top-left,
.fixed-top-right,
.fixed-bottom-left,
.fixed-bottom-right {
  position: fixed;
}
.absolute,
.absolute-full,
.absolute-center,
.absolute-bottom,
.absolute-left,
.absolute-right,
.absolute-top,
.absolute-top-left,
.absolute-top-right,
.absolute-bottom-left,
.absolute-bottom-right {
  position: absolute;
}
.fixed-top, .absolute-top {
  top: 0;
  left: 0;
  right: 0;
}
.fixed-right, .absolute-right {
  top: 0;
  right: 0;
  bottom: 0;
}
.fixed-bottom, .absolute-bottom {
  right: 0;
  bottom: 0;
  left: 0;
}
.fixed-left, .absolute-left {
  top: 0;
  bottom: 0;
  left: 0;
}
.fixed-top-left, .absolute-top-left {
  top: 0;
  left: 0;
}
.fixed-top-right, .absolute-top-right {
  top: 0;
  right: 0;
}
.fixed-bottom-left, .absolute-bottom-left {
  bottom: 0;
  left: 0;
}
.fixed-bottom-right, .absolute-bottom-right {
  bottom: 0;
  right: 0;
}
.fullscreen {
  z-index: 6000;
  border-radius: 0 !important;
  max-width: 100vw;
  max-height: 100vh;
}
body.q-ios-padding .fullscreen {
  padding-top: 20px !important;
  padding-top: env(safe-area-inset-top) !important;
  padding-bottom: env(safe-area-inset-bottom) !important;
}
.absolute-full, .fullscreen, .fixed-full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fixed-center, .absolute-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.vertical-top {
  vertical-align: top !important;
}
.vertical-middle {
  vertical-align: middle !important;
}
.vertical-bottom {
  vertical-align: bottom !important;
}
.on-left {
  margin-right: 12px;
}
.on-right {
  margin-left: 12px;
}
/* internal: */
.q-position-engine {
  margin-top: var(--q-pe-top, 0) !important;
  margin-left: var(--q-pe-left, 0) !important;
  will-change: auto;
  visibility: collapse;
}
:root {
  --q-size-xs: 0;
  --q-size-sm: 600px;
  --q-size-md: 1024px;
  --q-size-lg: 1440px;
  --q-size-xl: 1920px;
}
.fit {
  width: 100% !important;
  height: 100% !important;
}
.full-height {
  height: 100% !important;
}
.full-width {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.window-height {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  height: 100vh !important;
}
.window-width {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100vw !important;
}
.block {
  display: block !important;
}
.inline-block {
  display: inline-block !important;
}
.q-pa-none {
  padding: 0 0;
}
.q-pl-none {
  padding-left: 0;
}
.q-pr-none {
  padding-right: 0;
}
.q-pt-none {
  padding-top: 0;
}
.q-pb-none {
  padding-bottom: 0;
}
.q-px-none {
  padding-left: 0;
  padding-right: 0;
}
.q-py-none {
  padding-top: 0;
  padding-bottom: 0;
}
.q-ma-none {
  margin: 0 0;
}
.q-ml-none {
  margin-left: 0;
}
.q-mr-none {
  margin-right: 0;
}
.q-mt-none {
  margin-top: 0;
}
.q-mb-none {
  margin-bottom: 0;
}
.q-mx-none {
  margin-left: 0;
  margin-right: 0;
}
.q-my-none {
  margin-top: 0;
  margin-bottom: 0;
}
.q-pa-xs {
  padding: 4px 4px;
}
.q-pl-xs {
  padding-left: 4px;
}
.q-pr-xs {
  padding-right: 4px;
}
.q-pt-xs {
  padding-top: 4px;
}
.q-pb-xs {
  padding-bottom: 4px;
}
.q-px-xs {
  padding-left: 4px;
  padding-right: 4px;
}
.q-py-xs {
  padding-top: 4px;
  padding-bottom: 4px;
}
.q-ma-xs {
  margin: 4px 4px;
}
.q-ml-xs {
  margin-left: 4px;
}
.q-mr-xs {
  margin-right: 4px;
}
.q-mt-xs {
  margin-top: 4px;
}
.q-mb-xs {
  margin-bottom: 4px;
}
.q-mx-xs {
  margin-left: 4px;
  margin-right: 4px;
}
.q-my-xs {
  margin-top: 4px;
  margin-bottom: 4px;
}
.q-pa-sm {
  padding: 8px 8px;
}
.q-pl-sm {
  padding-left: 8px;
}
.q-pr-sm {
  padding-right: 8px;
}
.q-pt-sm {
  padding-top: 8px;
}
.q-pb-sm {
  padding-bottom: 8px;
}
.q-px-sm {
  padding-left: 8px;
  padding-right: 8px;
}
.q-py-sm {
  padding-top: 8px;
  padding-bottom: 8px;
}
.q-ma-sm {
  margin: 8px 8px;
}
.q-ml-sm {
  margin-left: 8px;
}
.q-mr-sm {
  margin-right: 8px;
}
.q-mt-sm {
  margin-top: 8px;
}
.q-mb-sm {
  margin-bottom: 8px;
}
.q-mx-sm {
  margin-left: 8px;
  margin-right: 8px;
}
.q-my-sm {
  margin-top: 8px;
  margin-bottom: 8px;
}
.q-pa-md {
  padding: 16px 16px;
}
.q-pl-md {
  padding-left: 16px;
}
.q-pr-md {
  padding-right: 16px;
}
.q-pt-md {
  padding-top: 16px;
}
.q-pb-md {
  padding-bottom: 16px;
}
.q-px-md {
  padding-left: 16px;
  padding-right: 16px;
}
.q-py-md {
  padding-top: 16px;
  padding-bottom: 16px;
}
.q-ma-md {
  margin: 16px 16px;
}
.q-ml-md {
  margin-left: 16px;
}
.q-mr-md {
  margin-right: 16px;
}
.q-mt-md {
  margin-top: 16px;
}
.q-mb-md {
  margin-bottom: 16px;
}
.q-mx-md {
  margin-left: 16px;
  margin-right: 16px;
}
.q-my-md {
  margin-top: 16px;
  margin-bottom: 16px;
}
.q-pa-lg {
  padding: 24px 24px;
}
.q-pl-lg {
  padding-left: 24px;
}
.q-pr-lg {
  padding-right: 24px;
}
.q-pt-lg {
  padding-top: 24px;
}
.q-pb-lg {
  padding-bottom: 24px;
}
.q-px-lg {
  padding-left: 24px;
  padding-right: 24px;
}
.q-py-lg {
  padding-top: 24px;
  padding-bottom: 24px;
}
.q-ma-lg {
  margin: 24px 24px;
}
.q-ml-lg {
  margin-left: 24px;
}
.q-mr-lg {
  margin-right: 24px;
}
.q-mt-lg {
  margin-top: 24px;
}
.q-mb-lg {
  margin-bottom: 24px;
}
.q-mx-lg {
  margin-left: 24px;
  margin-right: 24px;
}
.q-my-lg {
  margin-top: 24px;
  margin-bottom: 24px;
}
.q-pa-xl {
  padding: 48px 48px;
}
.q-pl-xl {
  padding-left: 48px;
}
.q-pr-xl {
  padding-right: 48px;
}
.q-pt-xl {
  padding-top: 48px;
}
.q-pb-xl {
  padding-bottom: 48px;
}
.q-px-xl {
  padding-left: 48px;
  padding-right: 48px;
}
.q-py-xl {
  padding-top: 48px;
  padding-bottom: 48px;
}
.q-ma-xl {
  margin: 48px 48px;
}
.q-ml-xl {
  margin-left: 48px;
}
.q-mr-xl {
  margin-right: 48px;
}
.q-mt-xl {
  margin-top: 48px;
}
.q-mb-xl {
  margin-bottom: 48px;
}
.q-mx-xl {
  margin-left: 48px;
  margin-right: 48px;
}
.q-my-xl {
  margin-top: 48px;
  margin-bottom: 48px;
}
.q-mt-auto, .q-my-auto {
  margin-top: auto;
}
.q-ml-auto {
  margin-left: auto;
}
.q-mb-auto, .q-my-auto {
  margin-bottom: auto;
}
.q-mr-auto {
  margin-right: auto;
}
.q-mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.q-touch {
  -webkit-user-select: none;
          user-select: none;
  user-drag: none;
  -khtml-user-drag: none;
  -webkit-user-drag: none;
}
.q-touch-x {
  touch-action: pan-x;
}
.q-touch-y {
  touch-action: pan-y;
}
:root {
  --q-transition-duration: .3s;
}
.q-transition--slide-right-enter-active, .q-transition--slide-right-leave-active, .q-transition--slide-left-enter-active, .q-transition--slide-left-leave-active, .q-transition--slide-up-enter-active, .q-transition--slide-up-leave-active, .q-transition--slide-down-enter-active, .q-transition--slide-down-leave-active, .q-transition--jump-right-enter-active, .q-transition--jump-right-leave-active, .q-transition--jump-left-enter-active, .q-transition--jump-left-leave-active, .q-transition--jump-up-enter-active, .q-transition--jump-up-leave-active, .q-transition--jump-down-enter-active, .q-transition--jump-down-leave-active, .q-transition--fade-enter-active, .q-transition--fade-leave-active, .q-transition--scale-enter-active, .q-transition--scale-leave-active, .q-transition--rotate-enter-active, .q-transition--rotate-leave-active, .q-transition--flip-enter-active, .q-transition--flip-leave-active {
  --q-transition-duration: .3s;
  --q-transition-easing: cubic-bezier(0.215,0.61,0.355,1);
}
.q-transition--slide-right-leave-active, .q-transition--slide-left-leave-active, .q-transition--slide-up-leave-active, .q-transition--slide-down-leave-active, .q-transition--jump-right-leave-active, .q-transition--jump-left-leave-active, .q-transition--jump-up-leave-active, .q-transition--jump-down-leave-active, .q-transition--fade-leave-active, .q-transition--scale-leave-active, .q-transition--rotate-leave-active, .q-transition--flip-leave-active {
  position: absolute;
}
.q-transition--slide-right-enter-active, .q-transition--slide-right-leave-active, .q-transition--slide-left-enter-active, .q-transition--slide-left-leave-active, .q-transition--slide-up-enter-active, .q-transition--slide-up-leave-active, .q-transition--slide-down-enter-active, .q-transition--slide-down-leave-active {
  transition: transform var(--q-transition-duration) var(--q-transition-easing);
}
.q-transition--slide-right-enter-from {
  transform: translate3d(-100%, 0, 0);
}
.q-transition--slide-right-leave-to {
  transform: translate3d(100%, 0, 0);
}
.q-transition--slide-left-enter-from {
  transform: translate3d(100%, 0, 0);
}
.q-transition--slide-left-leave-to {
  transform: translate3d(-100%, 0, 0);
}
.q-transition--slide-up-enter-from {
  transform: translate3d(0, 100%, 0);
}
.q-transition--slide-up-leave-to {
  transform: translate3d(0, -100%, 0);
}
.q-transition--slide-down-enter-from {
  transform: translate3d(0, -100%, 0);
}
.q-transition--slide-down-leave-to {
  transform: translate3d(0, 100%, 0);
}
.q-transition--jump-right-enter-active, .q-transition--jump-right-leave-active, .q-transition--jump-left-enter-active, .q-transition--jump-left-leave-active, .q-transition--jump-up-enter-active, .q-transition--jump-up-leave-active, .q-transition--jump-down-enter-active, .q-transition--jump-down-leave-active {
  transition: opacity var(--q-transition-duration), transform var(--q-transition-duration);
}
.q-transition--jump-right-enter-from, .q-transition--jump-right-leave-to, .q-transition--jump-left-enter-from, .q-transition--jump-left-leave-to, .q-transition--jump-up-enter-from, .q-transition--jump-up-leave-to, .q-transition--jump-down-enter-from, .q-transition--jump-down-leave-to {
  opacity: 0;
}
.q-transition--jump-right-enter-from {
  transform: translate3d(-15px, 0, 0);
}
.q-transition--jump-right-leave-to {
  transform: translate3d(15px, 0, 0);
}
.q-transition--jump-left-enter-from {
  transform: translate3d(15px, 0, 0);
}
.q-transition--jump-left-leave-to {
  transform: translateX(-15px);
}
.q-transition--jump-up-enter-from {
  transform: translate3d(0, 15px, 0);
}
.q-transition--jump-up-leave-to {
  transform: translate3d(0, -15px, 0);
}
.q-transition--jump-down-enter-from {
  transform: translate3d(0, -15px, 0);
}
.q-transition--jump-down-leave-to {
  transform: translate3d(0, 15px, 0);
}
.q-transition--fade-enter-active, .q-transition--fade-leave-active {
  transition: opacity var(--q-transition-duration) ease-out;
}
.q-transition--fade-enter-from, .q-transition--fade-leave-to {
  opacity: 0;
}
.q-transition--scale-enter-active, .q-transition--scale-leave-active {
  transition: opacity var(--q-transition-duration), transform var(--q-transition-duration) var(--q-transition-easing);
}
.q-transition--scale-enter-from, .q-transition--scale-leave-to {
  opacity: 0;
  transform: scale3d(0, 0, 1);
}
.q-transition--rotate-enter-active, .q-transition--rotate-leave-active {
  transition: opacity var(--q-transition-duration), transform var(--q-transition-duration) var(--q-transition-easing);
  transform-style: preserve-3d;
}
.q-transition--rotate-enter-from, .q-transition--rotate-leave-to {
  opacity: 0;
  transform: scale3d(0, 0, 1) rotate3d(0, 0, 1, 90deg);
}
.q-transition--flip-right-enter-active, .q-transition--flip-right-leave-active, .q-transition--flip-left-enter-active, .q-transition--flip-left-leave-active, .q-transition--flip-up-enter-active, .q-transition--flip-up-leave-active, .q-transition--flip-down-enter-active, .q-transition--flip-down-leave-active {
  transition: transform var(--q-transition-duration);
  backface-visibility: hidden;
}
.q-transition--flip-right-enter-to, .q-transition--flip-right-leave-from, .q-transition--flip-left-enter-to, .q-transition--flip-left-leave-from, .q-transition--flip-up-enter-to, .q-transition--flip-up-leave-from, .q-transition--flip-down-enter-to, .q-transition--flip-down-leave-from {
  transform: perspective(400px) rotate3d(1, 1, 0, 0deg);
}
.q-transition--flip-right-enter-from {
  transform: perspective(400px) rotate3d(0, 1, 0, -180deg);
}
.q-transition--flip-right-leave-to {
  transform: perspective(400px) rotate3d(0, 1, 0, 180deg);
}
.q-transition--flip-left-enter-from {
  transform: perspective(400px) rotate3d(0, 1, 0, 180deg);
}
.q-transition--flip-left-leave-to {
  transform: perspective(400px) rotate3d(0, 1, 0, -180deg);
}
.q-transition--flip-up-enter-from {
  transform: perspective(400px) rotate3d(1, 0, 0, -180deg);
}
.q-transition--flip-up-leave-to {
  transform: perspective(400px) rotate3d(1, 0, 0, 180deg);
}
.q-transition--flip-down-enter-from {
  transform: perspective(400px) rotate3d(1, 0, 0, 180deg);
}
.q-transition--flip-down-leave-to {
  transform: perspective(400px) rotate3d(1, 0, 0, -180deg);
}
body {
  min-width: 100px;
  min-height: 100%;
  font-family: "Roboto", "-apple-system", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  line-height: 1.5;
  font-size: 14px;
}
h1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 6rem;
  letter-spacing: -0.01562em;
}
h2 {
  font-size: 3.75rem;
  font-weight: 300;
  line-height: 3.75rem;
  letter-spacing: -0.00833em;
}
h3 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.125rem;
  letter-spacing: normal;
}
h4 {
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 2.5rem;
  letter-spacing: 0.00735em;
}
h5 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: normal;
}
h6 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0.0125em;
}
p {
  margin: 0 0 16px;
}
.text-h1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 6rem;
  letter-spacing: -0.01562em;
}
.text-h2 {
  font-size: 3.75rem;
  font-weight: 300;
  line-height: 3.75rem;
  letter-spacing: -0.00833em;
}
.text-h3 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.125rem;
  letter-spacing: normal;
}
.text-h4 {
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 2.5rem;
  letter-spacing: 0.00735em;
}
.text-h5 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: normal;
}
.text-h6 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0.0125em;
}
.text-subtitle1 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: 0.00937em;
}
.text-subtitle2 {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.375rem;
  letter-spacing: 0.00714em;
}
.text-body1 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.03125em;
}
.text-body2 {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.01786em;
}
.text-overline {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0.16667em;
}
.text-caption {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.03333em;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
  hyphens: auto;
}
.text-italic {
  font-style: italic;
}
.text-bold {
  font-weight: bold;
}
.text-no-wrap {
  white-space: nowrap;
}
.text-strike {
  text-decoration: line-through;
}
.text-weight-thin {
  font-weight: 100;
}
.text-weight-light {
  font-weight: 300;
}
.text-weight-regular {
  font-weight: 400;
}
.text-weight-medium {
  font-weight: 500;
}
.text-weight-bold {
  font-weight: 700;
}
.text-weight-bolder {
  font-weight: 900;
}
small {
  font-size: 80%;
}
big {
  font-size: 170%;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-border {
  border: 0 !important;
}
.no-border-radius {
  border-radius: 0 !important;
}
.no-box-shadow {
  box-shadow: none !important;
}
.no-outline {
  outline: 0 !important;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ellipsis-2-lines, .ellipsis-3-lines {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.ellipsis-2-lines {
  -webkit-line-clamp: 2;
}
.ellipsis-3-lines {
  -webkit-line-clamp: 3;
}
.readonly {
  cursor: default !important;
}
.disabled,
.disabled *, [disabled],
[disabled] * {
  outline: 0 !important;
  cursor: not-allowed !important;
}
.disabled, [disabled] {
  opacity: 0.6 !important;
}
.hidden {
  display: none !important;
}
.invisible, .invisible * {
  visibility: hidden !important;
  transition: none !important;
  animation: none !important;
}
.transparent {
  background: transparent !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-hidden-y {
  overflow-y: hidden !important;
}
.hide-scrollbar {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.dimmed:after, .light-dimmed:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0 /* rtl:ignore */;
  bottom: 0;
  left: 0 /* rtl:ignore */;
}
.dimmed:after {
  background: rgba(0, 0, 0, 0.4) !important;
}
.light-dimmed:after {
  background: rgba(255, 255, 255, 0.6) !important;
}
.z-top {
  z-index: 7000 !important;
}
.z-max {
  z-index: 9998 !important;
}
body:not(.desktop) .desktop-only,
body.desktop .desktop-hide {
  display: none !important;
}
body:not(.mobile) .mobile-only,
body.mobile .mobile-hide {
  display: none !important;
}
body:not(.native-mobile) .native-mobile-only,
body.native-mobile .native-mobile-hide {
  display: none !important;
}
body:not(.cordova) .cordova-only,
body.cordova .cordova-hide {
  display: none !important;
}
body:not(.capacitor) .capacitor-only,
body.capacitor .capacitor-hide {
  display: none !important;
}
body:not(.electron) .electron-only,
body.electron .electron-hide {
  display: none !important;
}
body:not(.touch) .touch-only,
body.touch .touch-hide {
  display: none !important;
}
body:not(.within-iframe) .within-iframe-only,
body.within-iframe .within-iframe-hide {
  display: none !important;
}
body:not(.platform-ios) .platform-ios-only,
body.platform-ios .platform-ios-hide {
  display: none !important;
}
body:not(.platform-android) .platform-android-only,
body.platform-android .platform-android-hide {
  display: none !important;
}
@media all and (orientation: portrait) {
  .orientation-landscape {
    display: none !important;
  }
}
@media all and (orientation: landscape) {
  .orientation-portrait {
    display: none !important;
  }
}
@media screen {
  .print-only {
    display: none !important;
  }
}
@media print {
  .print-hide {
    display: none !important;
  }
}
@media (max-width: 599.98px) {
  .xs-hide, .gt-xs, .sm, .gt-sm, .md, .gt-md, .lg, .gt-lg, .xl {
    display: none !important;
  }
}
@media (min-width: 600px) and (max-width: 1023.98px) {
  .sm-hide, .xs, .lt-sm, .gt-sm, .md, .gt-md, .lg, .gt-lg, .xl {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1439.98px) {
  .md-hide, .xs, .lt-sm, .sm, .lt-md, .gt-md, .lg, .gt-lg, .xl {
    display: none !important;
  }
}
@media (min-width: 1440px) and (max-width: 1919.98px) {
  .lg-hide, .xs, .lt-sm, .sm, .lt-md, .md, .lt-lg, .gt-lg, .xl {
    display: none !important;
  }
}
@media (min-width: 1920px) {
  .xl-hide, .xs, .lt-sm, .sm, .lt-md, .md, .lt-lg, .lg, .lt-xl {
    display: none !important;
  }
}
.q-focus-helper, .q-focusable, .q-manual-focusable, .q-hoverable {
  outline: 0;
}
body.desktop .q-focus-helper {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-radius: inherit;
  opacity: 0;
  transition: background-color 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), opacity 0.4s cubic-bezier(0.25, 0.8, 0.5, 1);
}
body.desktop .q-focus-helper:before, body.desktop .q-focus-helper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: inherit;
  transition: background-color 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 0.8, 0.5, 1);
}
body.desktop .q-focus-helper:before {
  background: #000;
}
body.desktop .q-focus-helper:after {
  background: #fff;
}
body.desktop .q-focus-helper--rounded {
  border-radius: 4px;
}
body.desktop .q-focus-helper--round {
  border-radius: 50%;
}
body.desktop .q-focusable:focus > .q-focus-helper, body.desktop .q-manual-focusable--focused > .q-focus-helper, body.desktop .q-hoverable:hover > .q-focus-helper {
  background: currentColor;
  opacity: 0.15;
}
body.desktop .q-focusable:focus > .q-focus-helper:before, body.desktop .q-manual-focusable--focused > .q-focus-helper:before, body.desktop .q-hoverable:hover > .q-focus-helper:before {
  opacity: 0.1;
}
body.desktop .q-focusable:focus > .q-focus-helper:after, body.desktop .q-manual-focusable--focused > .q-focus-helper:after, body.desktop .q-hoverable:hover > .q-focus-helper:after {
  opacity: 0.4;
}
body.desktop .q-focusable:focus > .q-focus-helper, body.desktop .q-manual-focusable--focused > .q-focus-helper {
  opacity: 0.22;
}
body.body--dark {
  color: #fff;
  background: var(--q-dark-page);
}
.q-dark {
  color: #fff;
  background: var(--q-dark);
}
/**
*
 */
/**
*
*/
/**
*
 */
/**
*
 */
@font-face {
    font-family: 'TT Firs Neue';
    src: url('/assets/TTFirsNeue-Light-CcLRWZwh.eot');
    src: local('TT Firs Neue Light'), local('TTFirsNeue-Light'),
        url('/assets/TTFirsNeue-Light-CcLRWZwh.eot?#iefix') format('embedded-opentype'),
        url('/assets/TTFirsNeue-Light-BR5UJ21a.woff2') format('woff2'),
        url('/assets/TTFirsNeue-Light-55H-Lxc7.woff') format('woff'),
        url('/assets/TTFirsNeue-Light-CPbhoWpd.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'TT Firs Neue';
    src: url('/assets/TTFirsNeue-Regular-BolrI0Md.eot');
    src: local('TT Firs Neue Regular'), local('TTFirsNeue-Regular'),
        url('/assets/TTFirsNeue-Regular-BolrI0Md.eot?#iefix') format('embedded-opentype'),
        url('/assets/TTFirsNeue-Regular-BqFlXYlK.woff2') format('woff2'),
        url('/assets/TTFirsNeue-Regular-D2TrAPqd.woff') format('woff'),
        url('/assets/TTFirsNeue-Regular-BFFYSIHS.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TT Firs Neue';
    src: url('/assets/TTFirsNeue-BoldItalic-I0bBbATg.eot');
    src: local('TT Firs Neue Bold Italic'), local('TTFirsNeue-BoldItalic'),
        url('/assets/TTFirsNeue-BoldItalic-I0bBbATg.eot?#iefix') format('embedded-opentype'),
        url('/assets/TTFirsNeue-BoldItalic-C-zyCkFe.woff2') format('woff2'),
        url('/assets/TTFirsNeue-BoldItalic-CdwZC9He.woff') format('woff'),
        url('/assets/TTFirsNeue-BoldItalic-Bmj_RIIm.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'TT Firs Neue';
    src: url('/assets/TTFirsNeue-DemiBoldItalic-Cj3SbpMS.eot');
    src: local('TT Firs Neue DemiBold Italic'), local('TTFirsNeue-DemiBoldItalic'),
        url('/assets/TTFirsNeue-DemiBoldItalic-Cj3SbpMS.eot?#iefix') format('embedded-opentype'),
        url('/assets/TTFirsNeue-DemiBoldItalic-BMch7bku.woff2') format('woff2'),
        url('/assets/TTFirsNeue-DemiBoldItalic-YLoS5Z89.woff') format('woff'),
        url('/assets/TTFirsNeue-DemiBoldItalic-BKx609es.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'TT Firs Neue';
    src: url('/assets/TTFirsNeue-ExtraLight-GqGDMuec.eot');
    src: local('TT Firs Neue ExtraLight'), local('TTFirsNeue-ExtraLight'),
        url('/assets/TTFirsNeue-ExtraLight-GqGDMuec.eot?#iefix') format('embedded-opentype'),
        url('/assets/TTFirsNeue-ExtraLight-Bh8NdIQb.woff2') format('woff2'),
        url('/assets/TTFirsNeue-ExtraLight-Z-jhkJGh.woff') format('woff'),
        url('/assets/TTFirsNeue-ExtraLight-CpWqKm-r.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'TT Firs Neue';
    src: url('/assets/TTFirsNeue-ThinItalic-Bo8yn-eO.eot');
    src: local('TT Firs Neue Thin Italic'), local('TTFirsNeue-ThinItalic'),
        url('/assets/TTFirsNeue-ThinItalic-Bo8yn-eO.eot?#iefix') format('embedded-opentype'),
        url('/assets/TTFirsNeue-ThinItalic-CHSejr8t.woff2') format('woff2'),
        url('/assets/TTFirsNeue-ThinItalic-4Cj-J_Pd.woff') format('woff'),
        url('/assets/TTFirsNeue-ThinItalic-DnmwlWRM.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}
@font-face {
    font-family: 'TT Firs Neue';
    src: url('/assets/TTFirsNeue-MediumItalic-CE8odNKc.eot');
    src: local('TT Firs Neue Medium Italic'), local('TTFirsNeue-MediumItalic'),
        url('/assets/TTFirsNeue-MediumItalic-CE8odNKc.eot?#iefix') format('embedded-opentype'),
        url('/assets/TTFirsNeue-MediumItalic-DWY2SMsj.woff2') format('woff2'),
        url('/assets/TTFirsNeue-MediumItalic-DeYDvvZi.woff') format('woff'),
        url('/assets/TTFirsNeue-MediumItalic-DjDAk3xI.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'TT Firs Neue';
    src: url('/assets/TTFirsNeue-DemiBold-Dtxbcc4Y.eot');
    src: local('TT Firs Neue DemiBold'), local('TTFirsNeue-DemiBold'),
        url('/assets/TTFirsNeue-DemiBold-Dtxbcc4Y.eot?#iefix') format('embedded-opentype'),
        url('/assets/TTFirsNeue-DemiBold-Di88Cpqt.woff2') format('woff2'),
        url('/assets/TTFirsNeue-DemiBold-t1MMN3qp.woff') format('woff'),
        url('/assets/TTFirsNeue-DemiBold-DLoSHm_1.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'TT Firs Neue';
    src: url('/assets/TTFirsNeue-BlackItalic-hJ8Qym_T.eot');
    src: local('TT Firs Neue Black Italic'), local('TTFirsNeue-BlackItalic'),
        url('/assets/TTFirsNeue-BlackItalic-hJ8Qym_T.eot?#iefix') format('embedded-opentype'),
        url('/assets/TTFirsNeue-BlackItalic-CyYzCdRz.woff2') format('woff2'),
        url('/assets/TTFirsNeue-BlackItalic-B64dAI4j.woff') format('woff'),
        url('/assets/TTFirsNeue-BlackItalic-_RxkkGkF.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}
@font-face {
    font-family: 'TT Firs Neue';
    src: url('/assets/TTFirsNeue-LightItalic-CEgRMXXq.eot');
    src: local('TT Firs Neue Light Italic'), local('TTFirsNeue-LightItalic'),
        url('/assets/TTFirsNeue-LightItalic-CEgRMXXq.eot?#iefix') format('embedded-opentype'),
        url('/assets/TTFirsNeue-LightItalic-4RK8k4l9.woff2') format('woff2'),
        url('/assets/TTFirsNeue-LightItalic-DmWPcquX.woff') format('woff'),
        url('/assets/TTFirsNeue-LightItalic-BVJu8TF3.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'TT Firs Neue';
    src: url('/assets/TTFirsNeue-ExtraLightItalic-ILBMGtXr.eot');
    src: local('TT Firs Neue ExtraLight Italic'), local('TTFirsNeue-ExtraLightItalic'),
        url('/assets/TTFirsNeue-ExtraLightItalic-ILBMGtXr.eot?#iefix') format('embedded-opentype'),
        url('/assets/TTFirsNeue-ExtraLightItalic-DOJUM9-t.woff2') format('woff2'),
        url('/assets/TTFirsNeue-ExtraLightItalic-C5a9kghU.woff') format('woff'),
        url('/assets/TTFirsNeue-ExtraLightItalic-P3oFwNvd.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}
@font-face {
    font-family: 'TT Firs Neue';
    src: url('/assets/TTFirsNeue-Bold-CDSP2y3G.eot');
    src: local('TT Firs Neue Bold'), local('TTFirsNeue-Bold'),
        url('/assets/TTFirsNeue-Bold-CDSP2y3G.eot?#iefix') format('embedded-opentype'),
        url('/assets/TTFirsNeue-Bold-CvMFbX4l.woff2') format('woff2'),
        url('/assets/TTFirsNeue-Bold-D5VtyTq9.woff') format('woff'),
        url('/assets/TTFirsNeue-Bold-CI6I4Ckv.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'TT Firs Neue';
    src: url('/assets/TTFirsNeue-ExtraBold-C-nhbQcX.eot');
    src: local('TT Firs Neue ExtraBold'), local('TTFirsNeue-ExtraBold'),
        url('/assets/TTFirsNeue-ExtraBold-C-nhbQcX.eot?#iefix') format('embedded-opentype'),
        url('/assets/TTFirsNeue-ExtraBold-BdY2xWP9.woff2') format('woff2'),
        url('/assets/TTFirsNeue-ExtraBold-Czp_lTRg.woff') format('woff'),
        url('/assets/TTFirsNeue-ExtraBold-BYgh2DJ0.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'TT Firs Neue';
    src: url('/assets/TTFirsNeue-Medium-CJD2M3OF.eot');
    src: local('TT Firs Neue Medium'), local('TTFirsNeue-Medium'),
        url('/assets/TTFirsNeue-Medium-CJD2M3OF.eot?#iefix') format('embedded-opentype'),
        url('/assets/TTFirsNeue-Medium-BYFYsdeO.woff2') format('woff2'),
        url('/assets/TTFirsNeue-Medium-CP56Thlo.woff') format('woff'),
        url('/assets/TTFirsNeue-Medium-B5VBzVzy.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'TT Firs Neue';
    src: url('/assets/TTFirsNeue-Thin-CphKLCi6.eot');
    src: local('TT Firs Neue Thin'), local('TTFirsNeue-Thin'),
        url('/assets/TTFirsNeue-Thin-CphKLCi6.eot?#iefix') format('embedded-opentype'),
        url('/assets/TTFirsNeue-Thin-BkYiWQX1.woff2') format('woff2'),
        url('/assets/TTFirsNeue-Thin-DgI_DJcy.woff') format('woff'),
        url('/assets/TTFirsNeue-Thin-UBeZsWPF.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'TT Firs Neue';
    src: url('/assets/TTFirsNeue-ExtraBoldItalic-Ctu7mr_4.eot');
    src: local('TT Firs Neue ExtraBold Italic'), local('TTFirsNeue-ExtraBoldItalic'),
        url('/assets/TTFirsNeue-ExtraBoldItalic-Ctu7mr_4.eot?#iefix') format('embedded-opentype'),
        url('/assets/TTFirsNeue-ExtraBoldItalic-DuaVGktp.woff2') format('woff2'),
        url('/assets/TTFirsNeue-ExtraBoldItalic-B-e3Qtro.woff') format('woff'),
        url('/assets/TTFirsNeue-ExtraBoldItalic-roF0p5ZV.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}
@font-face {
    font-family: 'TT Firs Neue';
    src: url('/assets/TTFirsNeue-Black-CwFk1R2l.eot');
    src: local('TT Firs Neue Black'), local('TTFirsNeue-Black'),
        url('/assets/TTFirsNeue-Black-CwFk1R2l.eot?#iefix') format('embedded-opentype'),
        url('/assets/TTFirsNeue-Black-CJq1Psz0.woff2') format('woff2'),
        url('/assets/TTFirsNeue-Black-cWliEOZ0.woff') format('woff'),
        url('/assets/TTFirsNeue-Black-DE6CNq_c.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'TT Firs Neue';
    src: url('/assets/TTFirsNeue-Italic-BFCFxEuK.eot');
    src: local('TT Firs Neue Italic'), local('TTFirsNeue-Italic'),
        url('/assets/TTFirsNeue-Italic-BFCFxEuK.eot?#iefix') format('embedded-opentype'),
        url('/assets/TTFirsNeue-Italic-UbJ76yNa.woff2') format('woff2'),
        url('/assets/TTFirsNeue-Italic-Cf4TcJgw.woff') format('woff'),
        url('/assets/TTFirsNeue-Italic-Zcy64XGo.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
.ps{overflow:hidden!important;overflow-anchor:none;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto}
.ps__rail-x{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;height:15px;bottom:0;position:absolute}
.ps__rail-y{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;width:15px;right:0;position:absolute}
.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{display:block;background-color:transparent}
.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y,.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y{opacity:.6}
.ps .ps__rail-x:hover,.ps .ps__rail-y:hover,.ps .ps__rail-x:focus,.ps .ps__rail-y:focus,.ps .ps__rail-x.ps--clicking,.ps .ps__rail-y.ps--clicking{background-color:#eee;opacity:.9}
.ps__thumb-x{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out;height:6px;bottom:2px;position:absolute}
.ps__thumb-y{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:6px;right:2px;position:absolute}
.ps__rail-x:hover>.ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x.ps--clicking .ps__thumb-x{background-color:#999;height:11px}
.ps__rail-y:hover>.ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y.ps--clicking .ps__thumb-y{background-color:#999;width:11px}
@supports (-ms-overflow-style: none){.ps{overflow:auto!important}}
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.ps{overflow:auto!important}}
.ps{position:relative}
.multiselect{align-items:center;background:var(--ms-bg,#fff);border:var(--ms-border-width,1px) solid var(--ms-border-color,#d1d5db);border-radius:var(--ms-radius,4px);box-sizing:border-box;cursor:pointer;display:flex;font-size:var(--ms-font-size,1rem);justify-content:flex-end;margin:0 auto;min-height:calc(var(--ms-border-width, 1px)*2 + var(--ms-font-size, 1rem)*var(--ms-line-height, 1.375) + var(--ms-py, .5rem)*2);outline:none;position:relative;width:100%}
.multiselect.is-open{border-radius:var(--ms-radius,4px) var(--ms-radius,4px) 0 0}
.multiselect.is-open-top{border-radius:0 0 var(--ms-radius,4px) var(--ms-radius,4px)}
.multiselect.is-disabled{background:var(--ms-bg-disabled,#f3f4f6);cursor:default}
.multiselect.is-active{border:var(--ms-border-width-active,var(--ms-border-width,1px)) solid var(--ms-border-color-active,var(--ms-border-color,#d1d5db));box-shadow:0 0 0 var(--ms-ring-width,3px) var(--ms-ring-color,rgba(16,185,129,.188))}
.multiselect-wrapper{align-items:center;box-sizing:border-box;cursor:pointer;display:flex;justify-content:flex-end;margin:0 auto;min-height:calc(var(--ms-border-width, 1px)*2 + var(--ms-font-size, 1rem)*var(--ms-line-height, 1.375) + var(--ms-py, .5rem)*2);outline:none;position:relative;width:100%}
.multiselect-multiple-label,.multiselect-placeholder,.multiselect-single-label{align-items:center;background:transparent;box-sizing:border-box;display:flex;height:100%;left:0;line-height:var(--ms-line-height,1.375);max-width:100%;padding-left:var(--ms-px,.875rem);padding-right:calc(1.25rem + var(--ms-px, .875rem)*3);pointer-events:none;position:absolute;top:0}
.multiselect-placeholder{color:var(--ms-placeholder-color,#9ca3af)}
.multiselect-single-label-text{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.multiselect-search{appearance:none;background:var(--ms-bg,#fff);border:0;border-radius:var(--ms-radius,4px);bottom:0;box-sizing:border-box;font-family:inherit;font-size:inherit;height:100%;left:0;outline:none;padding-left:var(--ms-px,.875rem);position:absolute;right:0;top:0;width:100%}
.multiselect-search::-webkit-search-cancel-button,.multiselect-search::-webkit-search-decoration,.multiselect-search::-webkit-search-results-button,.multiselect-search::-webkit-search-results-decoration{-webkit-appearance:none}
.multiselect-tags{flex-grow:1;flex-shrink:1;flex-wrap:wrap;margin:var(--ms-tag-my,.25rem) 0 0;padding-left:var(--ms-py,.5rem)}
.multiselect-tag,.multiselect-tags{align-items:center;display:flex;min-width:0}
.multiselect-tag{background:var(--ms-tag-bg,#10b981);border-radius:var(--ms-tag-radius,4px);color:var(--ms-tag-color,#fff);font-size:var(--ms-tag-font-size,.875rem);font-weight:var(--ms-tag-font-weight,600);line-height:var(--ms-tag-line-height,1.25rem);margin-bottom:var(--ms-tag-my,.25rem);margin-right:var(--ms-tag-mx,.25rem);padding:var(--ms-tag-py,.125rem) 0 var(--ms-tag-py,.125rem) var(--ms-tag-px,.5rem);white-space:nowrap}
.multiselect-tag.is-disabled{background:var(--ms-tag-bg-disabled,#9ca3af);color:var(--ms-tag-color-disabled,#fff);padding-right:var(--ms-tag-px,.5rem)}
.multiselect-tag-wrapper{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.multiselect-tag-wrapper-break{white-space:normal;word-break:break-all}
.multiselect-tag-remove{align-items:center;border-radius:var(--ms-tag-remove-radius,4px);display:flex;justify-content:center;margin:var(--ms-tag-remove-my,0) var(--ms-tag-remove-mx,.125rem);padding:var(--ms-tag-remove-py,.25rem) var(--ms-tag-remove-px,.25rem)}
.multiselect-tag-remove:hover{background:rgba(0,0,0,.063)}
.multiselect-tag-remove-icon{background-color:currentColor;display:inline-block;height:.75rem;mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 320 512' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m207.6 256 107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z'/%3E%3C/svg%3E");mask-position:center;mask-repeat:no-repeat;mask-size:contain;opacity:.8;width:.75rem}
.multiselect-tags-search-wrapper{display:inline-block;flex-grow:1;flex-shrink:1;height:100%;margin:0 var(--ms-tag-mx,4px) var(--ms-tag-my,4px);position:relative}
.multiselect-tags-search-copy{display:inline-block;height:1px;visibility:hidden;white-space:pre-wrap;width:100%}
.multiselect-tags-search{appearance:none;border:0;bottom:0;box-sizing:border-box;font-family:inherit;font-size:inherit;left:0;outline:none;padding:0;position:absolute;right:0;top:0;width:100%}
.multiselect-tags-search::-webkit-search-cancel-button,.multiselect-tags-search::-webkit-search-decoration,.multiselect-tags-search::-webkit-search-results-button,.multiselect-tags-search::-webkit-search-results-decoration{-webkit-appearance:none}
.multiselect-inifite{align-items:center;display:flex;justify-content:center;min-height:calc(var(--ms-border-width, 1px)*2 + var(--ms-font-size, 1rem)*var(--ms-line-height, 1.375) + var(--ms-py, .5rem)*2);width:100%}
.multiselect-inifite-spinner,.multiselect-spinner{animation:multiselect-spin 1s linear infinite;background-color:var(--ms-spinner-color,#10b981);flex-grow:0;flex-shrink:0;height:1rem;mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 512 512' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m456.433 371.72-27.79-16.045c-7.192-4.152-10.052-13.136-6.487-20.636 25.82-54.328 23.566-118.602-6.768-171.03-30.265-52.529-84.802-86.621-144.76-91.424C262.35 71.922 256 64.953 256 56.649V24.56c0-9.31 7.916-16.609 17.204-15.96 81.795 5.717 156.412 51.902 197.611 123.408 41.301 71.385 43.99 159.096 8.042 232.792-4.082 8.369-14.361 11.575-22.424 6.92z'/%3E%3C/svg%3E");mask-position:center;mask-repeat:no-repeat;mask-size:contain;width:1rem;z-index:10}
.multiselect-spinner{margin:0 var(--ms-px,.875rem) 0 0}
.multiselect-clear{display:flex;flex-grow:0;flex-shrink:0;opacity:1;padding:0 var(--ms-px,.875rem) 0 0;position:relative;transition:.3s;z-index:10}
.multiselect-clear:hover .multiselect-clear-icon{background-color:var(--ms-clear-color-hover,#000)}
.multiselect-clear-icon{background-color:var(--ms-clear-color,#999);display:inline-block;mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 320 512' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m207.6 256 107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z'/%3E%3C/svg%3E");transition:.3s}
.multiselect-caret,.multiselect-clear-icon{height:1.125rem;mask-position:center;mask-repeat:no-repeat;mask-size:contain;width:.625rem}
.multiselect-caret{background-color:var(--ms-caret-color,#999);flex-grow:0;flex-shrink:0;margin:0 var(--ms-px,.875rem) 0 0;mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 320 512' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z'/%3E%3C/svg%3E");pointer-events:none;position:relative;transform:rotate(0deg);transition:transform .3s;z-index:10}
.multiselect-caret.is-open{pointer-events:auto;transform:rotate(180deg)}
.multiselect-dropdown{-webkit-overflow-scrolling:touch;background:var(--ms-dropdown-bg,#fff);border:var(--ms-dropdown-border-width,1px) solid var(--ms-dropdown-border-color,#d1d5db);border-radius:0 0 var(--ms-dropdown-radius,4px) var(--ms-dropdown-radius,4px);bottom:0;display:flex;flex-direction:column;left:calc(var(--ms-border-width, 1px)*-1);margin-top:calc(var(--ms-border-width, 1px)*-1);max-height:var(--ms-max-height,10rem);outline:none;overflow-y:scroll;position:absolute;right:calc(var(--ms-border-width, 1px)*-1);transform:translateY(100%);z-index:100}
.multiselect-dropdown.is-top{border-radius:var(--ms-dropdown-radius,4px) var(--ms-dropdown-radius,4px) 0 0;bottom:auto;top:var(--ms-border-width,1px);transform:translateY(-100%)}
.multiselect-dropdown.is-hidden{display:none}
.multiselect-options{display:flex;flex-direction:column;list-style:none;margin:0;padding:0}
.multiselect-group{margin:0;padding:0}
.multiselect-group-label{align-items:center;background:var(--ms-group-label-bg,#e5e7eb);box-sizing:border-box;color:var(--ms-group-label-color,#374151);cursor:default;display:flex;font-size:.875rem;font-weight:600;justify-content:flex-start;line-height:var(--ms-group-label-line-height,1.375);padding:var(--ms-group-label-py,.3rem) var(--ms-group-label-px,.75rem);text-align:left;text-decoration:none}
.multiselect-group-label.is-pointable{cursor:pointer}
.multiselect-group-label.is-pointed{background:var(--ms-group-label-bg-pointed,#d1d5db);color:var(--ms-group-label-color-pointed,#374151)}
.multiselect-group-label.is-selected{background:var(--ms-group-label-bg-selected,#059669);color:var(--ms-group-label-color-selected,#fff)}
.multiselect-group-label.is-disabled{background:var(--ms-group-label-bg-disabled,#f3f4f6);color:var(--ms-group-label-color-disabled,#d1d5db);cursor:not-allowed}
.multiselect-group-label.is-selected.is-pointed{background:var(--ms-group-label-bg-selected-pointed,#0c9e70);color:var(--ms-group-label-color-selected-pointed,#fff)}
.multiselect-group-label.is-selected.is-disabled{background:var(--ms-group-label-bg-selected-disabled,#75cfb1);color:var(--ms-group-label-color-selected-disabled,#d1fae5)}
.multiselect-group-options{margin:0;padding:0}
.multiselect-option{align-items:center;box-sizing:border-box;cursor:pointer;display:flex;font-size:var(--ms-option-font-size,1rem);justify-content:flex-start;line-height:var(--ms-option-line-height,1.375);padding:var(--ms-option-py,.5rem) var(--ms-option-px,.75rem);text-align:left;text-decoration:none}
.multiselect-option.is-pointed{background:var(--ms-option-bg-pointed,#f3f4f6);color:var(--ms-option-color-pointed,#1f2937)}
.multiselect-option.is-selected{background:var(--ms-option-bg-selected,#10b981);color:var(--ms-option-color-selected,#fff)}
.multiselect-option.is-disabled{background:var(--ms-option-bg-disabled,#fff);color:var(--ms-option-color-disabled,#d1d5db);cursor:not-allowed}
.multiselect-option.is-selected.is-pointed{background:var(--ms-option-bg-selected-pointed,#26c08e);color:var(--ms-option-color-selected-pointed,#fff)}
.multiselect-option.is-selected.is-disabled{background:var(--ms-option-bg-selected-disabled,#87dcc0);color:var(--ms-option-color-selected-disabled,#d1fae5)}
.multiselect-no-options,.multiselect-no-results{color:var(--ms-empty-color,#4b5563);padding:var(--ms-option-py,.5rem) var(--ms-option-px,.75rem)}
.multiselect-fake-input{background:transparent;border:0;bottom:-1px;font-size:0;height:1px;left:0;outline:none;padding:0;position:absolute;right:0;width:100%}
.multiselect-fake-input:active,.multiselect-fake-input:focus{outline:none}
.multiselect-assistive-text{clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;position:absolute;width:1px}
.multiselect-spacer{display:none}
[dir=rtl] .multiselect-multiple-label,[dir=rtl] .multiselect-placeholder,[dir=rtl] .multiselect-single-label{left:auto;padding-left:calc(1.25rem + var(--ms-px, .875rem)*3);padding-right:var(--ms-px,.875rem);right:0}
[dir=rtl] .multiselect-search{padding-left:0;padding-right:var(--ms-px,.875rem)}
[dir=rtl] .multiselect-tags{padding-left:0;padding-right:var(--ms-py,.5rem)}
[dir=rtl] .multiselect-tag{margin-left:var(--ms-tag-mx,.25rem);margin-right:0;padding:var(--ms-tag-py,.125rem) var(--ms-tag-px,.5rem) var(--ms-tag-py,.125rem) 0}
[dir=rtl] .multiselect-tag.is-disabled{padding-left:var(--ms-tag-px,.5rem)}
[dir=rtl] .multiselect-caret,[dir=rtl] .multiselect-spinner{margin:0 0 0 var(--ms-px,.875rem)}
[dir=rtl] .multiselect-clear{padding:0 0 0 var(--ms-px,.875rem)}
@keyframes multiselect-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}
:root{--iti-hover-color:rgba(0, 0, 0, 0.05);--iti-border-color:#ccc;--iti-dialcode-color:#999;--iti-dropdown-bg:white;--iti-spacer-horizontal:8px;--iti-flag-height:12px;--iti-flag-width:16px;--iti-border-width:1px;--iti-arrow-height:4px;--iti-arrow-width:6px;--iti-triangle-border:calc(var(--iti-arrow-width) / 2);--iti-arrow-padding:6px;--iti-arrow-color:#555;--iti-path-flags-1x:url("/assets/flags-Cx4r8tdH.webp");--iti-path-flags-2x:url("/assets/flags@2x-CiSx7kJd.webp");--iti-path-globe-1x:url("data:image/webp;base64,UklGRvoBAABXRUJQVlA4TO4BAAAvE8AEENXIkiRZtZu7H33ql07cqTlilvbz9i4tosSMZma27zWzHRGyIEk2bcu2bdvGn23btm3btm3btm0/m5PqAEkLTYYwxTPAW84Tl6wNgmvIqptKKH9nYAr4xle+TML/BDI2LSg6QHKT/nngE4+ZMIUePUGeTvly+YoV8F1DtkGUzlfst2LUKTX6PaWZeMWiDqN6PgcciGa2boYPmxlR5bIIL5l6RVyDYMXmY1f10pGb7PmAN6sRTBTN3N9C9Zi/LbVhlL+Oo2M7RxoE/a4+/nDjeBrSVwtGYXGGMIrUbJzCU1LgFftP9K1hkpOXmBim30cIJ1hgOkSwMhYCMgmaw7rXcfT5/wQcFhrcuaOEBuq5ytYblLPBEhV0Aq/ZqcDn/6RUDgrUL0/0UZgK/p+rR8/4nZAqFfuXA6TbtFQyJSe4gpj6T19a5q+HLEkox0mlWXvbIGbuJw28fkozjybhT5oXHNY4py5rH1CflcyeB1fId9wXDAvFmz/8m6AE/8TgYzEVGoRMCKUhND7PQho7jGo1utkdV559cm3llGFs3sxBZrmGbEExop91jyfg5G7BmCCi6evNaSDFBrG3vyaRNzt+HJ9kQpVbgj+xFUoNgr3abxqGfH3WfQq9lp5UZPRW74ZbFgpq+EGo67dUAQ==");--iti-path-globe-2x:url("data:image/webp;base64,UklGRlwFAABXRUJQVlA4TE8FAAAvJ8AJEEfHKJIkKdmcgvjj3wwill7QwKhtJEnOnIDmv/zJLAdGbSNJcuYENP/lT2Y5OGwjSZHmtL3wTFl9tp8SM/9xz47Ctm2b7mnwDggKFNd77jgHyxhIYVvLQBDEHEBKRQBIOXzQpAhiBQCIAMaIAACHhAQHIMFhhRkSRt1hlRIYDAZDhiE3CVrBS2gFkZGRYdA6mjQQBYAv6yOZSVAQCoPWMCWBIBQKwtCCUBANFARBlChBfPCG/dZUjxJECYJQECU+KGFQEC1YdN/NSUNRTDm4osQBGUwFjDFCBOYRo9QWxAmPlKQECRERMbVLCZapZ0owSrnz3hb6/P8auL9vAwr7/xeS5EV9q2sWU2vbtjla27Zt28akprq6a3bPtm2np87eJIvePUzd9fvoXkT0fwK4Vwdo8t6qyQW+O7Tn4k7NAdvi/jMR0fGpwhglhZBKm3B0pzvg3JcDrUuMEn7SDaUIRTLhhqb/AbDvw+bbJToMEq5QflFfv+QhJVPxcmkm/Ih9TzZfFxk/CJUnP7zMykJqnhsqQ51M6tTv2Pdgc/GKCuKmaI96HlhVAJy4vWVWWgRSfYJ9l4jv+4aB0F15Td3kH1YW4DiMnEJHGSaFOoOdw4LxOhCqPTf0JvLys6I8Wv/9BeeuhEkZfE+UZfNSOumqT+CArgHwbBHZw+ZB00AGeiYxIKKudH2zDxg97VK7FxdO6+9Pmt3l4J/bZR58rtyEOY6dtdhcMbPh2jsyNKr3mNnDy+c8Pig0od5wGXakg7DYgYgfU5648s0fC0Ljv9SigQVrHwUafXVgmNE92zBBBeYjsHn5L6Emz/6776EnxwJUsqKADMDmq8fG/T16fujr7lhknhheLG4PPwFD15IXs2xWFWBZVj4ndDW+fDItPRncssi75Fxv/iHQQL2PDbkg4k/zP/BfgfR1axxy59PM/IYdsypZWUCUiTlck2/zTz4fm3LzqkNlxxnzW+A4fK4vkbNrIbn7bgVoKn3djQu90krrllynQ1g7v2rpjUYsfeR6tdLSaqV5w5fR6E5+k8BVT/0aqqSXDAdV4wvpCplTCJnbFTLb9dTEHjoQQiTMC7Ah3PPuwbffOfD+xP4d3s7uMGDC+wcOvrs7kVKTZ6m4EMIVfn1O61JyrnuU3EM3A3znefrp142f5cnmnDXNyXecPFYUYNt2pVUlvot//qWFDszz9aTrCuGpQVX4Wn+KAw6rCrAgw/eqLZXQVQfmXZ5QnnCF2wrwdlJ5F8DhC1MP/itRnhv+wmHji7hpT+x0tekziRw7jxUF2LZznX3xOydH3e5fVhYWO5QOlClPzYFX9EMD65P9bBHZ16fLq7dHfrlal5vO2LxuKkTcfABvjZDxwsWvf9hs7pCv2ry5cowvB2/8iosq5YraWHw7JCxLyaAWZPoUrilMaRMKo8WwpQv0z2AXqnLzLA42H5gKEVcTuM76RfDtpVrzh9b5oTp0e5SI+Topy78hAzFm6QqRMN2gugNYLH0EoHF6Pyw3vm+OYQMRlwPpCd+sAep/WQ1OPGZZ13lO0ugpE0+m1xGRbdNKe67wzTN3Nouw3yfw03WH+nrnqUAnEul5YOXA5o20L4SnAiXjoX6f7Pm6RIeBl14EGe4a8VLad4UnvZTwysxR2DtOumEiUOpliLi7FWNb2vOEK4QQnnyoIav+Ko9XhGbUF1gZ7tWKcVBLX+T05HkOGmn0iA4WjsW9Ww6ny3WiTAjhyd41WWfGrv4sAof7t/l+ppGJlFeR7oBVr4kF2BYP0oYjDxsZpjuTsQDHsXjAUYxrrwwe9gGWRRRZ3CcA");--iti-flag-sprite-width:3904px;--iti-flag-sprite-height:12px;--iti-mobile-popup-margin:30px}
.iti{position:relative;display:inline-block}
.iti *{box-sizing:border-box}
.iti__hide{display:none}
.iti__v-hide{visibility:hidden}
.iti__a11y-text{width:1px;height:1px;clip:rect(1px,1px,1px,1px);overflow:hidden;position:absolute}
.iti input.iti__tel-input,.iti input.iti__tel-input[type=tel],.iti input.iti__tel-input[type=text]{position:relative;z-index:0;margin:0!important}
.iti__country-container{position:absolute;top:0;bottom:0;padding:var(--iti-border-width)}
.iti__selected-country{z-index:1;position:relative;display:flex;align-items:center;height:100%;background:0 0;border:0;margin:0;padding:0;font-family:inherit;font-size:inherit;color:inherit;border-radius:0;font-weight:inherit;line-height:inherit;text-decoration:none}
.iti__selected-country-primary{display:flex;align-items:center;height:100%;padding:0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal)}
.iti__arrow{margin-left:var(--iti-arrow-padding);width:0;height:0;border-left:var(--iti-triangle-border) solid transparent;border-right:var(--iti-triangle-border) solid transparent;border-top:var(--iti-arrow-height) solid var(--iti-arrow-color)}
[dir=rtl] .iti__arrow{margin-right:var(--iti-arrow-padding);margin-left:0}
.iti__arrow--up{border-top:none;border-bottom:var(--iti-arrow-height) solid var(--iti-arrow-color)}
.iti__dropdown-content{border-radius:3px;background-color:var(--iti-dropdown-bg)}
.iti--inline-dropdown .iti__dropdown-content{position:absolute;z-index:2;margin-top:3px;margin-left:calc(var(--iti-border-width) * -1);border:var(--iti-border-width) solid var(--iti-border-color);box-shadow:1px 1px 4px rgba(0,0,0,.2)}
.iti__search-input{width:100%;border-width:0;border-radius:3px}
.iti__search-input+.iti__country-list{border-top:1px solid var(--iti-border-color)}
.iti__country-list{list-style:none;padding:0;margin:0;overflow-y:scroll;-webkit-overflow-scrolling:touch}
.iti--inline-dropdown .iti__country-list{max-height:185px}
.iti--flexible-dropdown-width .iti__country-list{white-space:nowrap}
@media (max-width:500px){.iti--flexible-dropdown-width .iti__country-list{white-space:normal}}
.iti__country{display:flex;align-items:center;padding:8px var(--iti-spacer-horizontal);outline:0}
.iti__dial-code{color:var(--iti-dialcode-color)}
.iti__country.iti__highlight{background-color:var(--iti-hover-color)}
.iti__country-list .iti__flag,.iti__country-name{margin-right:var(--iti-spacer-horizontal)}
[dir=rtl] .iti__country-list .iti__flag,[dir=rtl] .iti__country-name{margin-right:0;margin-left:var(--iti-spacer-horizontal)}
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover,.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover button{cursor:pointer}
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover,.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary{background-color:var(--iti-hover-color)}
.iti .iti__selected-dial-code{margin-left:4px}
[dir=rtl] .iti .iti__selected-dial-code{margin-left:0;margin-right:4px}
.iti--container{position:fixed;top:-1000px;left:-1000px;z-index:1060;padding:var(--iti-border-width)}
.iti--container:hover{cursor:pointer}
.iti--fullscreen-popup.iti--container{background-color:rgba(0,0,0,.5);top:0;bottom:0;left:0;right:0;position:fixed;padding:var(--iti-mobile-popup-margin);display:flex;flex-direction:column;justify-content:flex-start}
.iti--fullscreen-popup .iti__dropdown-content{display:flex;flex-direction:column;max-height:100%;position:relative}
.iti--fullscreen-popup .iti__country{padding:10px 10px;line-height:1.5em}
.iti__flag{--iti-flag-offset:100px;height:var(--iti-flag-height);width:var(--iti-flag-width);border-radius:1px;box-shadow:0 0 1px 0 #888;background-image:var(--iti-path-flags-1x);background-repeat:no-repeat;background-position:var(--iti-flag-offset) 0;background-size:var(--iti-flag-sprite-width) var(--iti-flag-sprite-height)}
.iti__ac{--iti-flag-offset:0px}
.iti__ad{--iti-flag-offset:-16px}
.iti__ae{--iti-flag-offset:-32px}
.iti__af{--iti-flag-offset:-48px}
.iti__ag{--iti-flag-offset:-64px}
.iti__ai{--iti-flag-offset:-80px}
.iti__al{--iti-flag-offset:-96px}
.iti__am{--iti-flag-offset:-112px}
.iti__ao{--iti-flag-offset:-128px}
.iti__ar{--iti-flag-offset:-144px}
.iti__as{--iti-flag-offset:-160px}
.iti__at{--iti-flag-offset:-176px}
.iti__au{--iti-flag-offset:-192px}
.iti__aw{--iti-flag-offset:-208px}
.iti__ax{--iti-flag-offset:-224px}
.iti__az{--iti-flag-offset:-240px}
.iti__ba{--iti-flag-offset:-256px}
.iti__bb{--iti-flag-offset:-272px}
.iti__bd{--iti-flag-offset:-288px}
.iti__be{--iti-flag-offset:-304px}
.iti__bf{--iti-flag-offset:-320px}
.iti__bg{--iti-flag-offset:-336px}
.iti__bh{--iti-flag-offset:-352px}
.iti__bi{--iti-flag-offset:-368px}
.iti__bj{--iti-flag-offset:-384px}
.iti__bl{--iti-flag-offset:-400px}
.iti__bm{--iti-flag-offset:-416px}
.iti__bn{--iti-flag-offset:-432px}
.iti__bo{--iti-flag-offset:-448px}
.iti__bq{--iti-flag-offset:-464px}
.iti__br{--iti-flag-offset:-480px}
.iti__bs{--iti-flag-offset:-496px}
.iti__bt{--iti-flag-offset:-512px}
.iti__bw{--iti-flag-offset:-528px}
.iti__by{--iti-flag-offset:-544px}
.iti__bz{--iti-flag-offset:-560px}
.iti__ca{--iti-flag-offset:-576px}
.iti__cc{--iti-flag-offset:-592px}
.iti__cd{--iti-flag-offset:-608px}
.iti__cf{--iti-flag-offset:-624px}
.iti__cg{--iti-flag-offset:-640px}
.iti__ch{--iti-flag-offset:-656px}
.iti__ci{--iti-flag-offset:-672px}
.iti__ck{--iti-flag-offset:-688px}
.iti__cl{--iti-flag-offset:-704px}
.iti__cm{--iti-flag-offset:-720px}
.iti__cn{--iti-flag-offset:-736px}
.iti__co{--iti-flag-offset:-752px}
.iti__cr{--iti-flag-offset:-768px}
.iti__cu{--iti-flag-offset:-784px}
.iti__cv{--iti-flag-offset:-800px}
.iti__cw{--iti-flag-offset:-816px}
.iti__cx{--iti-flag-offset:-832px}
.iti__cy{--iti-flag-offset:-848px}
.iti__cz{--iti-flag-offset:-864px}
.iti__de{--iti-flag-offset:-880px}
.iti__dj{--iti-flag-offset:-896px}
.iti__dk{--iti-flag-offset:-912px}
.iti__dm{--iti-flag-offset:-928px}
.iti__do{--iti-flag-offset:-944px}
.iti__dz{--iti-flag-offset:-960px}
.iti__ec{--iti-flag-offset:-976px}
.iti__ee{--iti-flag-offset:-992px}
.iti__eg{--iti-flag-offset:-1008px}
.iti__eh{--iti-flag-offset:-1024px}
.iti__er{--iti-flag-offset:-1040px}
.iti__es{--iti-flag-offset:-1056px}
.iti__et{--iti-flag-offset:-1072px}
.iti__fi{--iti-flag-offset:-1088px}
.iti__fj{--iti-flag-offset:-1104px}
.iti__fk{--iti-flag-offset:-1120px}
.iti__fm{--iti-flag-offset:-1136px}
.iti__fo{--iti-flag-offset:-1152px}
.iti__fr{--iti-flag-offset:-1168px}
.iti__ga{--iti-flag-offset:-1184px}
.iti__gb{--iti-flag-offset:-1200px}
.iti__gd{--iti-flag-offset:-1216px}
.iti__ge{--iti-flag-offset:-1232px}
.iti__gf{--iti-flag-offset:-1248px}
.iti__gg{--iti-flag-offset:-1264px}
.iti__gh{--iti-flag-offset:-1280px}
.iti__gi{--iti-flag-offset:-1296px}
.iti__gl{--iti-flag-offset:-1312px}
.iti__gm{--iti-flag-offset:-1328px}
.iti__gn{--iti-flag-offset:-1344px}
.iti__gp{--iti-flag-offset:-1360px}
.iti__gq{--iti-flag-offset:-1376px}
.iti__gr{--iti-flag-offset:-1392px}
.iti__gt{--iti-flag-offset:-1408px}
.iti__gu{--iti-flag-offset:-1424px}
.iti__gw{--iti-flag-offset:-1440px}
.iti__gy{--iti-flag-offset:-1456px}
.iti__hk{--iti-flag-offset:-1472px}
.iti__hn{--iti-flag-offset:-1488px}
.iti__hr{--iti-flag-offset:-1504px}
.iti__ht{--iti-flag-offset:-1520px}
.iti__hu{--iti-flag-offset:-1536px}
.iti__id{--iti-flag-offset:-1552px}
.iti__ie{--iti-flag-offset:-1568px}
.iti__il{--iti-flag-offset:-1584px}
.iti__im{--iti-flag-offset:-1600px}
.iti__in{--iti-flag-offset:-1616px}
.iti__io{--iti-flag-offset:-1632px}
.iti__iq{--iti-flag-offset:-1648px}
.iti__ir{--iti-flag-offset:-1664px}
.iti__is{--iti-flag-offset:-1680px}
.iti__it{--iti-flag-offset:-1696px}
.iti__je{--iti-flag-offset:-1712px}
.iti__jm{--iti-flag-offset:-1728px}
.iti__jo{--iti-flag-offset:-1744px}
.iti__jp{--iti-flag-offset:-1760px}
.iti__ke{--iti-flag-offset:-1776px}
.iti__kg{--iti-flag-offset:-1792px}
.iti__kh{--iti-flag-offset:-1808px}
.iti__ki{--iti-flag-offset:-1824px}
.iti__km{--iti-flag-offset:-1840px}
.iti__kn{--iti-flag-offset:-1856px}
.iti__kp{--iti-flag-offset:-1872px}
.iti__kr{--iti-flag-offset:-1888px}
.iti__kw{--iti-flag-offset:-1904px}
.iti__ky{--iti-flag-offset:-1920px}
.iti__kz{--iti-flag-offset:-1936px}
.iti__la{--iti-flag-offset:-1952px}
.iti__lb{--iti-flag-offset:-1968px}
.iti__lc{--iti-flag-offset:-1984px}
.iti__li{--iti-flag-offset:-2000px}
.iti__lk{--iti-flag-offset:-2016px}
.iti__lr{--iti-flag-offset:-2032px}
.iti__ls{--iti-flag-offset:-2048px}
.iti__lt{--iti-flag-offset:-2064px}
.iti__lu{--iti-flag-offset:-2080px}
.iti__lv{--iti-flag-offset:-2096px}
.iti__ly{--iti-flag-offset:-2112px}
.iti__ma{--iti-flag-offset:-2128px}
.iti__mc{--iti-flag-offset:-2144px}
.iti__md{--iti-flag-offset:-2160px}
.iti__me{--iti-flag-offset:-2176px}
.iti__mf{--iti-flag-offset:-2192px}
.iti__mg{--iti-flag-offset:-2208px}
.iti__mh{--iti-flag-offset:-2224px}
.iti__mk{--iti-flag-offset:-2240px}
.iti__ml{--iti-flag-offset:-2256px}
.iti__mm{--iti-flag-offset:-2272px}
.iti__mn{--iti-flag-offset:-2288px}
.iti__mo{--iti-flag-offset:-2304px}
.iti__mp{--iti-flag-offset:-2320px}
.iti__mq{--iti-flag-offset:-2336px}
.iti__mr{--iti-flag-offset:-2352px}
.iti__ms{--iti-flag-offset:-2368px}
.iti__mt{--iti-flag-offset:-2384px}
.iti__mu{--iti-flag-offset:-2400px}
.iti__mv{--iti-flag-offset:-2416px}
.iti__mw{--iti-flag-offset:-2432px}
.iti__mx{--iti-flag-offset:-2448px}
.iti__my{--iti-flag-offset:-2464px}
.iti__mz{--iti-flag-offset:-2480px}
.iti__na{--iti-flag-offset:-2496px}
.iti__nc{--iti-flag-offset:-2512px}
.iti__ne{--iti-flag-offset:-2528px}
.iti__nf{--iti-flag-offset:-2544px}
.iti__ng{--iti-flag-offset:-2560px}
.iti__ni{--iti-flag-offset:-2576px}
.iti__nl{--iti-flag-offset:-2592px}
.iti__no{--iti-flag-offset:-2608px}
.iti__np{--iti-flag-offset:-2624px}
.iti__nr{--iti-flag-offset:-2640px}
.iti__nu{--iti-flag-offset:-2656px}
.iti__nz{--iti-flag-offset:-2672px}
.iti__om{--iti-flag-offset:-2688px}
.iti__pa{--iti-flag-offset:-2704px}
.iti__pe{--iti-flag-offset:-2720px}
.iti__pf{--iti-flag-offset:-2736px}
.iti__pg{--iti-flag-offset:-2752px}
.iti__ph{--iti-flag-offset:-2768px}
.iti__pk{--iti-flag-offset:-2784px}
.iti__pl{--iti-flag-offset:-2800px}
.iti__pm{--iti-flag-offset:-2816px}
.iti__pr{--iti-flag-offset:-2832px}
.iti__ps{--iti-flag-offset:-2848px}
.iti__pt{--iti-flag-offset:-2864px}
.iti__pw{--iti-flag-offset:-2880px}
.iti__py{--iti-flag-offset:-2896px}
.iti__qa{--iti-flag-offset:-2912px}
.iti__re{--iti-flag-offset:-2928px}
.iti__ro{--iti-flag-offset:-2944px}
.iti__rs{--iti-flag-offset:-2960px}
.iti__ru{--iti-flag-offset:-2976px}
.iti__rw{--iti-flag-offset:-2992px}
.iti__sa{--iti-flag-offset:-3008px}
.iti__sb{--iti-flag-offset:-3024px}
.iti__sc{--iti-flag-offset:-3040px}
.iti__sd{--iti-flag-offset:-3056px}
.iti__se{--iti-flag-offset:-3072px}
.iti__sg{--iti-flag-offset:-3088px}
.iti__sh{--iti-flag-offset:-3104px}
.iti__si{--iti-flag-offset:-3120px}
.iti__sj{--iti-flag-offset:-3136px}
.iti__sk{--iti-flag-offset:-3152px}
.iti__sl{--iti-flag-offset:-3168px}
.iti__sm{--iti-flag-offset:-3184px}
.iti__sn{--iti-flag-offset:-3200px}
.iti__so{--iti-flag-offset:-3216px}
.iti__sr{--iti-flag-offset:-3232px}
.iti__ss{--iti-flag-offset:-3248px}
.iti__st{--iti-flag-offset:-3264px}
.iti__sv{--iti-flag-offset:-3280px}
.iti__sx{--iti-flag-offset:-3296px}
.iti__sy{--iti-flag-offset:-3312px}
.iti__sz{--iti-flag-offset:-3328px}
.iti__tc{--iti-flag-offset:-3344px}
.iti__td{--iti-flag-offset:-3360px}
.iti__tg{--iti-flag-offset:-3376px}
.iti__th{--iti-flag-offset:-3392px}
.iti__tj{--iti-flag-offset:-3408px}
.iti__tk{--iti-flag-offset:-3424px}
.iti__tl{--iti-flag-offset:-3440px}
.iti__tm{--iti-flag-offset:-3456px}
.iti__tn{--iti-flag-offset:-3472px}
.iti__to{--iti-flag-offset:-3488px}
.iti__tr{--iti-flag-offset:-3504px}
.iti__tt{--iti-flag-offset:-3520px}
.iti__tv{--iti-flag-offset:-3536px}
.iti__tw{--iti-flag-offset:-3552px}
.iti__tz{--iti-flag-offset:-3568px}
.iti__ua{--iti-flag-offset:-3584px}
.iti__ug{--iti-flag-offset:-3600px}
.iti__us{--iti-flag-offset:-3616px}
.iti__uy{--iti-flag-offset:-3632px}
.iti__uz{--iti-flag-offset:-3648px}
.iti__va{--iti-flag-offset:-3664px}
.iti__vc{--iti-flag-offset:-3680px}
.iti__ve{--iti-flag-offset:-3696px}
.iti__vg{--iti-flag-offset:-3712px}
.iti__vi{--iti-flag-offset:-3728px}
.iti__vn{--iti-flag-offset:-3744px}
.iti__vu{--iti-flag-offset:-3760px}
.iti__wf{--iti-flag-offset:-3776px}
.iti__ws{--iti-flag-offset:-3792px}
.iti__xk{--iti-flag-offset:-3808px}
.iti__ye{--iti-flag-offset:-3824px}
.iti__yt{--iti-flag-offset:-3840px}
.iti__za{--iti-flag-offset:-3856px}
.iti__zm{--iti-flag-offset:-3872px}
.iti__zw{--iti-flag-offset:-3888px}
.iti__globe{background-image:var(--iti-path-globe-1x);background-size:contain;background-position:right;box-shadow:none;height:19px}
@media (min-resolution:2x){.iti__flag{background-image:var(--iti-path-flags-2x)}.iti__globe{background-image:var(--iti-path-globe-2x)}}
* {
  outline: none;
}
*::after, *::before {
  outline: none;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input::-ms-reveal, input::-ms-clear {
  display: none;
}
input:not(type[type=checkbox]), input:not(type[type=radio]) {
  -webkit-appearance: none;
}
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  position: absolute;
  right: 0;
  opacity: 0;
}
select {
  -webkit-appearance: none;
}
a {
  text-decoration: none;
}
a:focus, a:hover {
  text-decoration: inherit;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}
button:focus-visible,
input:focus-visible {
  margin: 0;
  outline: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
  outline: none;
  border-width: 0;
  background-color: transparent;
  padding: 0;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
  outline: none;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  padding: 0; /* 2 */
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number],
input[type=number]:hover,
input[type=number]:focus {
  -moz-appearance: textfield;
}
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
b,
strong {
  font-weight: 600;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
html {
  -webkit-text-size-adjust: 100%;
  touch-action: manipulation;
}
body {
  touch-action: pan-x pan-y;
  /*  -webkit-user-select: none;
    user-select: none;*/
}
body {
  font-family: "TT Firs Neue", "-apple-system", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #353748;
}
.q-layout.public-layout {
  /*background-image: url(src/assets/mob-bg.jpg);*/
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background: #F2F4F7;
  /*  @media screen and (min-width: $md) {
      background-image: url(src/assets/bg.jpg);
    }*/
}
.logo {
  width: 190px;
  height: 38px;
  margin-right: auto;
  color: #fff;
  margin-left: 20px;
}
@media screen and (min-width: 1024px) {
  .logo {
    margin: 0;
    position: absolute;
    top: 20px;
    left: 20px;
  }
}
.mini-logo {
  color: #137CE4;
  width: 86px;
  height: 17px;
  display: block;
}
.hidden {
  display: none;
}
.adaptive-image {
  display: block;
  overflow: hidden;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.adaptive-image img,
.adaptive-image video {
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  position: absolute;
  left: 0;
  object-fit: cover;
}
.fixed-full {
  width: 100%;
  height: 100%;
}
.page-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}
.page-title--default {
  font-size: 24px;
  line-height: 28px;
}
.title-h4 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.57;
}
.main-caption {
  font-size: 24px;
  line-height: 28px;
  color: #353748;
  font-weight: 600;
}
.ps__thumb-y {
  background: #C1C1C1;
}
.ps__rail-y:hover {
  background: rgba(193, 193, 193, 0.2);
}
.ps__rail-y:hover .ps__thumb-y {
  background: #C1C1C1;
}
.gradient-text {
  font-weight: 500;
  font-size: 36px;
  line-height: 1;
  text-align: center;
  color: #149ECA;
  background: radial-gradient(23.62% 305.83% at 57.28% 119.23%, #137CE4 0%, #353748 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-text--remit {
  background: linear-gradient(264.3deg, #00B2E3 8.37%, #0069A7 90.92%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.empty-table-row {
  text-align: center;
  opacity: 0.6;
  font-size: 14px;
  font-weight: 500;
  line-height: 43px;
  width: 100%;
}
.empty-table-row--blue {
  background-color: #E8F4FC;
}
.moreArrow {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
}
.text-underline {
  text-decoration: underline;
}
.text-underline--pointer {
  cursor: pointer;
}
.text-underline--main {
  color: #149ECA;
}
.text-underline--grey {
  color: #9095A1;
}
.download-link {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.download-link__icon {
  width: 24px;
  height: 24px;
  display: block;
  margin-left: auto;
  color: #149ECA;
}
.download-link__loader {
  width: 24px;
  height: 24px;
  display: block;
  margin-left: auto;
  position: relative;
}
.download-link__text {
  font-size: 16px;
  line-height: 1.5;
  color: #353748;
}
.download-loader {
  width: 24px;
  height: 24px;
  display: block;
  margin-left: auto;
  position: relative;
}
.download-icon {
  width: 24px;
  height: 24px;
  display: block;
  margin-left: auto;
  color: #149ECA;
  cursor: pointer;
}
.download-icon--mob-md {
  width: 16px;
  height: 16px;
}
@media only screen and (min-width: 640px) {
  .download-icon--mob-md {
    width: 24px;
    height: 24px;
  }
}
.line {
  border: none;
  border-bottom: 1px solid #D7D7DB;
  margin: 24px 0;
}
.flex-row {
  display: flex;
}
.flex-row--mt-16 {
  margin-top: 16px;
}
.flex-row--mb-16 {
  margin-bottom: 16px;
}
.gap-24 {
  gap: 24px;
}
.link {
  color: #149ECA;
  text-decoration: underline;
  cursor: pointer;
}
.iti--fullscreen-popup {
  z-index: 6000;
}
.iti--fullscreen-popup.iti--container {
  padding: 180px 30px;
}
.iti__search-input {
  font-size: 16px;
  padding: 8px 10px;
}
.iti__dropdown-content {
  padding-bottom: 45px;
}
.iti__dropdown-content::after {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  bottom: 14px;
  left: 0;
  position: absolute;
  text-align: center;
  font-weight: 500;
  color: #149ECA;
}
.lang-ru-RU .iti__dropdown-content::after {
  content: "Закрыть";
}
.lang-en-US .iti__dropdown-content::after {
  content: "Close";
}
.cookie-widget-show .b24-widget-button-position-bottom-right {
  bottom: 120px;
}
@media only screen and (min-width: 640px) {
  .cookie-widget-show .b24-widget-button-position-bottom-right {
    bottom: 70px;
  }
}
@media only screen and (min-width: 1440px) {
  .cookie-widget-show .b24-widget-button-position-bottom-right {
    bottom: 50px;
  }
}
.cookie-widget-show .PolicyLayout__content {
  padding-bottom: 150px;
}
@media only screen and (min-width: 640px) {
  .cookie-widget-show .PolicyLayout__content {
    padding-bottom: 90px;
  }
}
@media all and (display-mode: fullscreen) {
  body {
    margin: 0;
    padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
  }
}
/* Для standalone режима */
@media all and (display-mode: standalone) {
  body {
    margin: 0;
    padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
  }
}
.q-loading {
  display: none !important;
}
/* или более специфично */
.q-loading-bar {
  display: none !important;
}
.info-block {
  background: #fff;
  border-radius: 8px;
  display: flex;
  align-items: flex-start;
  padding: 12px 8px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .info-block--ios {
    display: none;
  }
}
.info-block__close {
  display: block;
  cursor: pointer;
  width: 30px;
  height: 30px;
  color: #607B95;
  position: absolute;
  top: 5px;
  right: 5px;
}
.info-block__send-icon {
  display: inline-block;
  width: 11px;
  height: 13px;
}
.info-block__text {
  color: #607B95;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
.info-block__text--caption {
  padding-right: 25px;
  font-weight: 700;
  color: #353748;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}
.info-block__icon {
  color: #149ECA;
  width: 20px;
  height: 20px;
  display: block;
  flex-shrink: 0;
  margin-right: 8px;
}
.event-none {
  pointer-events: none;
}
.editor {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.14px;
  color: #353748;
}
.editor a:not([class]) {
  color: #149ECA;
  text-decoration: underline;
}
.editor a:focus,
.editor a:hover,
.editor a:active {
  outline: 0;
  text-decoration: none;
}
.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6 {
  font-style: normal;
  font-weight: 400;
  clear: both;
  line-height: 1.3;
  margin: 20px 0;
}
.editor h1:first-child,
.editor h2:first-child,
.editor h3:first-child,
.editor h4:first-child,
.editor h5:first-child,
.editor h6:first-child {
  margin-top: 0;
}
.editor h1 {
  font-size: 27px;
  text-align: center;
}
.editor h1 span {
  color: #149ECA;
  background: linear-gradient(90deg, #6ADBD9 0%, #149ECA 49.5%, #6ADBD9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.editor h2 {
  font-size: 22px;
}
.editor h3 {
  font-size: 20px;
}
.editor h4 {
  font-size: 18px;
}
.editor h5 {
  font-size: 16px;
}
.editor h6 {
  font-size: 14px;
}
.editor address {
  font-style: italic;
  margin-bottom: 12px;
}
.editor abbr[title] {
  border-style: dotted;
  border-width: 0 0 1px 0;
  cursor: help;
}
.editor b,
.editor strong {
  font-weight: bold;
}
.editor cite,
.editor dfn,
.editor em,
.editor i {
  font-style: italic;
}
.editor blockquote cite {
  display: block;
  font-weight: lighter;
  margin-bottom: 10px;
}
.editor p {
  margin-bottom: 15px;
}
.editor code,
.editor kbd,
.editor tt,
.editor var,
.editor samp,
.editor pre {
  font-family: monospace, serif;
  hyphens: none;
  font-size: 12px;
}
.editor blockquote,
.editor q {
  font-weight: 500;
  font-style: normal;
  hyphens: none;
  quotes: none;
  margin: 20px 0;
  position: relative;
  padding-left: 32px;
}
@media screen and (min-width: 1024px) {
  .editor blockquote,
  .editor q {
    margin: 25px 0;
  }
}
.editor blockquote p:last-of-type {
  margin-bottom: 0;
}
.editor pre {
  border-style: solid;
  border-width: 1px;
  margin-bottom: 25px;
  max-width: 100%;
  overflow: auto;
  padding: 10px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin-bottom: 20px;
  padding: 10px;
}
.editor mark,
.editor ins {
  text-decoration: none;
  border-radius: 3px;
  padding: 0 2;
}
.editor li {
  margin-bottom: 5px;
}
.editor li:last-child {
  margin-bottom: 0;
}
.editor li > ul,
.editor li > ol {
  padding-left: 30px;
}
.editor ul {
  list-style: disc outside none;
  padding-left: 30px;
  margin: 0 0 12px;
}
@media screen and (min-width: 1024px) {
  .editor ul {
    margin: 0 0 15px;
  }
}
.editor ul.with-lines {
  list-style-position: inside;
  padding-left: 0;
}
.editor ul.with-lines li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-color-light);
}
.editor ol {
  list-style: decimal outside none;
  padding-left: 30px;
  margin: 12px 0;
}
@media screen and (min-width: 1024px) {
  .editor ol {
    margin: 15px 0;
  }
}
.editor small {
  font-size: smaller;
}
.editor big {
  font-size: 125%;
}
.editor sup,
.editor sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.editor sup {
  bottom: 1ex;
}
.editor sub {
  top: 0.5ex;
}
.editor dl {
  margin-bottom: 15px;
}
.editor dt {
  font-weight: bold;
}
.editor dd {
  margin-bottom: 15px;
}
.editor img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}
.editor figure {
  margin: 0;
}
.editor fieldset {
  padding: 0;
  min-width: 0;
  margin: 0 0 15px;
}
.editor legend {
  white-space: normal;
  display: block;
  width: 100%;
  margin: 0 0 15px;
}
.editor hr {
  border: 0;
  height: 1px;
  background-color: var(--border-color-light);
  margin: 20px 0;
}
.editor label {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 5px;
}
.editor output {
  display: block;
}
.editor table,
.editor th,
.editor td {
  border-style: solid;
}
.editor table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  border-width: 1px 0 0 1px;
  margin: 0 0 20px 0;
}
.editor caption,
.editor th,
.editor td {
  font-weight: normal;
  text-align: left;
}
.editor th {
  font-weight: 700;
  border-width: 0 1px 1px 0;
}
.editor td {
  border-width: 0 1px 1px 0;
}
.editor th,
.editor td {
  padding: 5px;
}
.editor ::selection {
  background: #E8F4FC;
  color: #149ECA;
  text-shadow: none;
}
.editor ::-moz-selection {
  background: #E8F4FC;
  color: #149ECA;
  text-shadow: none;
}
.editor .alignleft {
  float: left;
}
.editor .alignright {
  float: right;
}
.editor .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.editor a {
  text-decoration: none;
  color: var(--text-links-color);
}
.editor a:hover {
  text-decoration: underline;
}
.editor > *:last-child {
  margin-bottom: 0;
}
.editor > *:last-child:not(.button) {
  padding-bottom: 0;
}
.btn-rnd {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(20, 158, 202, 0.17);
  cursor: pointer;
  border-radius: 100%;
  width: 26px;
  height: 26px;
}
.btn-rnd__icon {
  color: #149ECA;
  width: 20px;
  height: 20px;
  pointer-events: none;
}
.btn-rnd__icon--sm {
  width: 16px;
  height: 16px;
}
.btn-rnd__icon--remove {
  width: 40px;
  height: 40px;
}
.btn-rnd__icon--plus {
  width: 40px;
  height: 40px;
  transform: rotate(45deg);
}
.icon {
  display: block;
  width: 24px;
  height: 24px;
  stroke: rgba(20, 158, 202, 0.5);
  color: rgba(20, 158, 202, 0.5);
  transition: 0.2s stroke;
}
.icon--half {
  opacity: 0.5;
}
.icon--disable {
  stroke: rgba(53, 55, 72, 0.2);
}
.icon--md {
  width: 20px;
  height: 20px;
}
.icon--sm {
  width: 16px;
  height: 16px;
}
.CheckBox {
  display: flex;
  align-items: center;
}
.CheckBox__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: -999;
  -webkit-user-select: none;
          user-select: none;
}
.CheckBox__field {
  cursor: pointer;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background: #149ECA;
  position: relative;
}
.CheckBox__icon {
  width: 9px;
  height: 6px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  stroke: #fff;
  opacity: 0;
  transition: 0.2s;
}
.CheckBox__icon--active {
  opacity: 1;
}
.CheckBox__text:first-child {
  padding-right: 10px;
}
.CheckBox__text:last-child {
  padding-left: 10px;
}
.CheckBox--mb {
  margin-bottom: 16px;
}
.Switch {
  display: flex;
  align-items: center;
}
.Switch__text {
  font-size: 14px;
  margin-left: 10px;
}
.Switch__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: -999;
  -webkit-user-select: none;
          user-select: none;
}
.Switch__field {
  width: 50px;
  height: 25px;
  border-radius: 16px;
  border: 2px solid #E8F4FC;
  background: #fff;
  position: relative;
  cursor: pointer;
}
.Switch__field::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  background: rgba(20, 158, 202, 0.5);
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-radius: 100%;
  transition: background-color 0.2s, transform 0.2s;
  transform: translateX(0);
}
.Switch__field--active::after {
  background: #149ECA;
  transform: translateX(23px);
}
.select-field {
  position: relative;
  display: block;
  width: 100%;
}
.select-field__title {
  color: rgba(53, 55, 72, 0.5);
  position: absolute;
  left: 0;
  top: 50%;
  padding-left: 16px;
  transform: translateY(-50%);
  display: block;
  font-size: 16px;
  line-height: 1;
  pointer-events: none;
}
.select-field__title--hide {
  display: none;
}
.select-field__rq {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.inputSearch {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .inputSearch {
    max-width: 255px;
    margin: 0;
  }
}
.inputSearch__field {
  display: block;
  position: relative;
  width: 100%;
}
.inputSearch__icon {
  display: block;
  width: 20px;
  height: 20px;
  color: rgba(53, 55, 72, 0.5);
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
}
.inputSearch__input {
  display: block;
  border: none;
  outline: none;
  font-size: 16px;
  line-height: 1;
  background: rgba(232, 244, 252, 0.5);
  border-radius: 16px;
  padding: 8px 35px 8px 16px;
  width: 100%;
}
.inputSearch__input::placeholder {
  color: rgba(53, 55, 72, 0.6);
  transition: color 0.2s;
}
.inputSearch__input:focus::placeholder {
  color: rgba(53, 55, 72, 0);
}
.inputSearch__clear-icon {
  display: block;
  width: 100%;
  height: 100%;
}
.inputSearch__clear {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: rgba(53, 55, 72, 0.5);
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -15px;
}
.sort-cmp {
  display: inline-block;
  font-size: 0;
  cursor: pointer;
}
.sort-cmp__item {
  background: rgba(20, 158, 202, 0.5);
  transition: background-color 0.2s;
  border-radius: 10px 10px 0 0;
  width: 16px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sort-cmp__item--b {
  transform: rotate(180deg);
}
.sort-cmp__item--active {
  background: #149ECA;
}
.sort-cmp__icon {
  width: 8px;
  height: 4px;
  color: #fff;
}
.sort-cmp__icon--b {
  transform: rotate(0);
}
.sort-cmp--to-l {
  margin-right: auto;
}
.fileInput {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
.fileInput__selected {
  display: flex;
  align-items: center;
  width: 100%;
  margin-right: 15px;
}
.fileInput__selected-text {
  font-size: 16px;
  line-height: 1;
  color: #353748;
  margin-left: 10px;
  align-items: center;
  width: 100%;
  white-space: nowrap; /* Предотвращает перенос текста на новую строку */
  overflow: hidden; /* Скрывает переполняющийся текст */
  text-overflow: ellipsis; /* Добавляет многоточие в конце обрезанного текста */
  max-width: 235px;
  display: block;
}
.fileInput__selected-remove-icon {
  color: #CA2031;
  display: block;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
.fileInput__selected-remove {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: #fff;
  position: relative;
  z-index: 1;
  margin-left: auto;
}
.fileInput__field {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.fileInput__placeholder {
  font-size: 14px;
  line-height: 1.6;
  color: #353748;
  margin-left: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.fileInput__input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.fileInput--field .fileInput__placeholder {
  color: rgba(53, 55, 72, 0.5);
  margin-left: 0;
  font-size: inherit;
  line-height: inherit;
}
.fileInput--field .fileInput__selected {
  margin-right: 0;
}
.fileInput--field .fileInput__selected-text {
  margin-left: 0;
  font-size: inherit;
  line-height: inherit;
}
.fileInput--field .fileInput__selected-remove {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 32px;
  height: 32px;
  background: #E8F4FC;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
}
.fileInputFiles {
  display: flex;
  align-items: center;
  width: 100%;
  margin-right: 15px;
}
.fileInputFiles__show {
  -webkit-user-select: none;
          user-select: none;
  font-size: 14px;
  color: #353748;
  opacity: 0.5;
  display: block;
  line-height: 1;
  margin-left: 10px;
  position: relative;
  z-index: 1;
}
.fileInputFiles__show::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  border-bottom: 1px dashed #353748;
}
.fileInputFiles__text {
  font-size: 16px;
  line-height: 1;
  color: #353748;
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.fileInputFiles__file {
  -webkit-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.fileInputFiles__list {
  border: 1px solid #E8F4FC;
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  z-index: 1;
  border-radius: 4px;
  margin-top: 10px;
  display: block;
  overflow: hidden;
  min-width: 300px;
  padding: 5px 0;
}
.fileInputFiles__file-text {
  font-size: 16px;
  line-height: 1;
  color: #353748;
  width: 100%;
  white-space: nowrap; /* Предотвращает перенос текста на новую строку */
  overflow: hidden; /* Скрывает переполняющийся текст */
  text-overflow: ellipsis; /* Добавляет многоточие в конце обрезанного текста */
  max-width: 235px;
  display: block;
}
.confirm-handlers {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 640px) {
  .confirm-handlers {
    justify-content: center;
  }
}
.confirm-handler-btn {
  margin-top: 35px;
  max-width: calc((100% - 20px) / 2);
  border-radius: 6px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background: #149ECA;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 15px;
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .confirm-handler-btn {
    margin-right: 20px;
    min-width: 160px;
    max-width: none;
  }
}
.confirm-handler-btn:last-child {
  margin-right: 0;
}
.confirm-handler-btn--light {
  color: rgba(53, 55, 72, 0.6);
  background: #E8F4FC;
}
.confirm-handler-btn__text {
  color: inherit;
}
.confirm-handler-btn--full {
  max-width: none;
}
.loader {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
}
.loader__inner {
  display: block;
  border-radius: 50%;
  border: 2px solid;
  border-color: currentColor currentColor transparent transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.loader__inner::after, .loader__inner::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 2px solid;
  border-color: transparent transparent currentColor currentColor;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  animation: rotationBack 0.5s linear infinite;
  transform-origin: center center;
}
.loader__inner::before {
  width: 40%;
  height: 40%;
  border-color: currentColor currentColor transparent transparent;
  animation: rotation 1.5s linear infinite;
}
.loader--md {
  width: 20px;
  height: 20px;
}
.loader--xl {
  width: 48px;
  height: 48px;
}
.loader--xs {
  width: 16px;
  height: 16px;
}
.loader--color2 {
  color: #149ECA;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.fileDownload {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
  /*
    &__download {
      position: relative;
      align-self: center;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      &--loading {
        .fileDownload {
          &__download-icon {
            opacity: 0;
          }
          &__loader {
            opacity: 1;
          }
        }
      }
    }*/
}
.fileDownload__icon {
  display: block;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  color: #149ECA;
}
.fileDownload__icon--md {
  width: 40px;
  height: 40px;
}
.fileDownload__text {
  font-size: 14px;
  line-height: 1.57;
  color: #353748;
}
.fileDownload__loader {
  opacity: 0;
  color: #149ECA;
  transition: opacity 0.2s;
}
.fileDownload__download-icon-svg {
  width: 16px;
  height: 16px;
  display: block;
  color: #149ECA;
  flex-shrink: 0;
}
.fileDownload__download-icon {
  cursor: pointer;
  position: relative;
  width: 32px;
  height: 32px;
  background: #E8F4FC;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  flex-shrink: 0;
}
.fileDownload:last-child {
  margin: 0;
}
.download-file {
  position: relative;
  display: inline-block;
  line-height: 1;
  cursor: pointer;
}
.download-file__loader {
  opacity: 0;
  transition: opacity 0.2s;
  color: #149ECA;
}
.download-file__text {
  color: #149ECA;
  font-size: 16px;
  line-height: 1.2;
  display: inline-block;
  border-bottom: 1px solid rgba(20, 158, 202, 0.2);
  transition: opacity 0.2s;
}
.download-file.loading .download-file__text {
  opacity: 0;
}
.download-file.loading .download-file__loader {
  opacity: 1;
}
.w-full {
  width: 100%;
}
.copy-btn {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 1;
  font-size: 0;
  cursor: pointer;
}
.copy-btn__icon {
  display: block;
  color: #149ECA;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.copied-to-clipboard {
  white-space: nowrap;
  background: #000;
  text-align: center;
  color: #fff;
  z-index: 99999999;
  width: fit-content;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 15px;
}
.btn,
.q-btn {
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #149ECA;
  font-size: 16px;
  line-height: 1;
  color: #FFFFFF;
  padding: 14px 15px;
  outline: none;
  border: none;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.btn.text-primary,
.q-btn.text-primary {
  color: #FFFFFF !important;
}
.btn__icon,
.q-btn__icon {
  transition: opacity 0.2s;
  opacity: 1;
  margin-left: 10px;
}
.btn__icon--left,
.q-btn__icon--left {
  margin-left: 0;
  margin-right: 10px;
}
.btn__icon--dark-blue,
.q-btn__icon--dark-blue {
  color: #149ECA;
}
.btn__text,
.q-btn__text {
  transition: opacity 0.2s;
  opacity: 1;
  pointer-events: none;
}
.btn__loader,
.q-btn__loader {
  color: #fff;
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}
.btn__loader--negative,
.q-btn__loader--negative {
  color: #CA2031;
}
.btn__loader--color-2,
.q-btn__loader--color-2 {
  color: #149ECA;
}
.btn.loading .btn__text,
.q-btn.loading .btn__text {
  opacity: 0;
}
.btn.loading .btn__icon,
.q-btn.loading .btn__icon {
  opacity: 0;
}
.btn.loading .btn__loader,
.q-btn.loading .btn__loader {
  opacity: 1;
}
.btn--md,
.q-btn--md {
  font-size: 14px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 8px;
}
.btn--md .btn__icon,
.q-btn--md .btn__icon {
  width: 16px;
  height: 16px;
}
.btn--rnd,
.q-btn--rnd {
  border-radius: 40px;
}
.btn--sq,
.q-btn--sq {
  border-radius: 4px;
}
.btn--5,
.q-btn--5 {
  background: #E8F4FC;
  color: rgba(53, 55, 72, 0.6);
}
.btn--light,
.q-btn--light {
  color: #353748;
  fill: #353748;
  stroke: #353748;
  background-color: #E8F4FC;
}
.btn--light .btn__icon,
.q-btn--light .btn__icon {
  fill: inherit;
  stroke: inherit;
  color: inherit;
}
.btn--light:hover,
.q-btn--light:hover {
  background-color: #149ECA;
  color: #FFFFFF;
  fill: #FFFFFF;
  stroke: #FFFFFF;
}
.btn--light:disabled,
.q-btn--light:disabled {
  background-color: #F2F2F2;
  pointer-events: none;
  opacity: 1 !important;
}
.btn--light:disabled .icon,
.q-btn--light:disabled .icon {
  color: #353748;
  opacity: 0.8;
}
.btn--green,
.q-btn--green {
  background: #11CF70;
}
.btn--back,
.q-btn--back {
  border-radius: 8px;
  background: #E8F4FC;
  text-align: center;
  max-width: 90px;
  display: block;
  color: #149ECA;
  text-decoration: none;
  line-height: 1;
  padding: 8px 10px;
  font-size: 14px;
}
.btn--hide,
.q-btn--hide {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.btn--md,
.q-btn--md {
  padding: 10px 15px;
}
.btn--white,
.q-btn--white {
  background: #fff;
  color: #149ECA;
}
.btn--white-negative,
.q-btn--white-negative {
  background: #fff;
  color: #CA2031;
}
.btn--red,
.q-btn--red {
  background: #CA2031;
}
.btn--bdr-blue,
.q-btn--bdr-blue {
  border: 1px solid #149ECA;
}
.btn--bdr-red,
.q-btn--bdr-red {
  color: #CA2031;
  background: #FFFFFF;
  border: 1px solid #CA2031;
}
.btn--bdr,
.q-btn--bdr {
  border: 1px solid #149ECA;
  background: #FFFFFF;
  color: #149ECA;
}
.btn--disabled,
.q-btn--disabled {
  background: #E5E7EB;
  color: #989DA7;
  cursor: not-allowed;
}
.btn--wf,
.q-btn--wf {
  width: fit-content;
}
.btn--mr,
.q-btn--mr {
  margin-right: auto;
}
.link-btn {
  color: #149ECA;
  font-size: 16px;
  line-height: 20px;
  margin-left: 32px;
  cursor: pointer;
}
.link-btn__text {
  text-decoration: underline;
}
.link-btn--error {
  color: #DC3545;
}
.link-btn--ml-0 {
  margin-left: 0;
}
.back-btn-link {
  color: #149ECA;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  width: fit-content;
}
.back-btn-link__icon {
  margin-right: 8px;
  width: 20px;
  height: 20px;
  color: #149ECA;
  stroke: #149ECA;
}
.add-button {
  display: flex;
  align-items: center;
  color: #149ECA;
  cursor: pointer;
}
.add-button__icon {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 4px;
}
.add-button__text {
  font-size: 16px;
  line-height: 1;
  position: relative;
  border-bottom: 1px solid rgba(20, 158, 202, 0.2);
}
.add-button__text--normal {
  border: none;
}
.add-button--mt-16 {
  margin-top: 16px;
}
.btn-line {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #149ECA;
  cursor: pointer;
  min-height: 20px;
  position: relative;
}
.btn-line__text {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  color: inherit;
  transition: opacity 0.2s;
}
.btn-line__icon {
  display: block;
  width: 20px;
  height: 20px;
  transition: opacity 0.2s;
}
.btn-line__loader {
  opacity: 0;
  transition: opacity 0.2s;
}
.btn-line--red {
  color: #CA2031;
}
.btn-line.loading .btn-line__text {
  opacity: 0;
}
.btn-line.loading .btn-line__icon {
  opacity: 0;
}
.btn-line.loading .btn-line__loader {
  opacity: 1;
}
.button-element {
  border: 1px solid #149ECA;
  border-radius: 8px;
  display: flex;
  align-items: center;
  width: fit-content;
  padding: 7px 12px;
  cursor: pointer;
  position: relative;
}
.button-element__text {
  color: #149ECA;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  margin-top: 2px;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .button-element__text {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1024px) {
  .button-element__text {
    font-size: 14px;
  }
}
.button-element__icon {
  display: block;
  margin-right: 8px;
  width: 20px;
  height: 20px;
  color: #149ECA;
  pointer-events: none;
}
.add-button-options {
  -webkit-user-select: none;
          user-select: none;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 4px;
  border: 1px solid #F2F4F7;
  box-shadow: 1px 1px 20px 0px rgba(194, 194, 194, 0.3019607843);
  z-index: 1;
  border-radius: 8px;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .add-button-options {
    right: 0;
    left: auto;
  }
}
.add-button-options__item-svg {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.add-button-options__item-svg svg {
  width: 100%;
  height: 100%;
}
.add-button-options__item-text {
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  margin-top: 3px;
}
.add-button-options__item {
  display: flex;
  align-items: center;
  padding: 12px;
  width: 100%;
  background-color: #fff;
  transition: background-color 0.2s;
  cursor: pointer;
  min-width: 240px;
}
.add-button-options__item:hover {
  background-color: rgba(34, 36, 43, 0.0509803922);
}
.round-btn {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #149ECA;
  background-color: #E8F4FC;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
}
.round-btn__icon {
  width: 16px;
  height: 16px;
  color: inherit;
}
.round-btn__icon--plus {
  width: 40px;
  height: 40px;
}
.round-btn:hover {
  opacity: 0.7;
}
.tooltip {
  --tooltip-offset: -8px;
  display: flex;
  align-items: flex-start;
  position: absolute;
  background: #E8F4FC;
  font-size: 13px;
  line-height: 1.2;
  padding: 5px;
  padding-top: 7px;
  border-radius: 5px;
  text-decoration: none;
  z-index: 1;
  box-shadow: 0 3px 5px rgba(25, 118, 210, 0.2);
  width: fit-content;
  text-align: left;
}
.tooltip__icon {
  width: 14px;
  height: 14px;
  display: block;
  margin-right: 10px;
  flex-shrink: 0;
}
.tooltip--bottom {
  left: 0;
  bottom: var(--tooltip-offset);
  transform: translateY(100%);
}
.tooltip--bottom-x2 {
  left: 0;
  bottom: var(--tooltip-offset);
  transform: translateY(150%);
}
.tooltip--bottom-right {
  right: 0;
  bottom: var(--tooltip-offset);
  transform: translateY(100%);
}
.tooltip--bottom-center {
  right: 50%;
  bottom: var(--tooltip-offset);
  transform: translate(50%, 100%);
}
.tooltip--top {
  left: 0;
  top: var(--tooltip-offset);
  transform: translateY(-100%);
}
.tooltip--top-x2 {
  left: 0;
  top: var(--tooltip-offset);
  transform: translateY(-150%);
}
.tooltip--top-right {
  right: 0;
  top: var(--tooltip-offset);
  transform: translateY(-100%);
}
.tooltip--top-center {
  right: 50%;
  top: var(--tooltip-offset);
  transform: translate(50%, -100%);
}
.tooltip--left {
  left: var(--tooltip-offset);
  top: 0;
  transform: translateX(-100%);
}
.tooltip--right {
  right: var(--tooltip-offset);
  top: 0;
  transform: translateX(100%);
}
.tooltip--error {
  color: #c92243;
  background: none;
  /*    background-color: $negative-bg;
      border: 1px solid $negative;*/
  box-shadow: none;
  left: 0;
  top: 0;
  padding: 2px 0;
  transform: translateY(0);
  font-size: 12px;
  position: static;
}
.tooltip--white {
  background-color: #FFFFFF;
  box-shadow: 0 3px 5px rgba(53, 55, 72, 0.2);
}
.tooltip--field-error {
  --tooltip-offset: 16px;
}
.tooltip--line .tooltip__text {
  white-space: nowrap;
}
.tooltip--float {
  position: absolute;
  top: 100%;
}
.tooltip--float .tooltip__text {
  margin-top: -3px;
  position: absolute;
  left: 0;
  top: 100%;
}
.info-tooltip {
  position: relative;
  top: -1px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: rgba(53, 55, 72, 0.6);
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.info-tooltip__icon {
  color: #FFFFFF;
  width: 100%;
  height: 100%;
  display: block;
}
.info-tooltip__icon--error {
  width: 14px;
  height: 14px;
  margin-top: -2px;
}
.info-tooltip__text-inner {
  background: #353748;
  border-radius: 8px;
  color: #FFFFFF;
  font-size: 10px;
  padding: 10px 15px;
  line-height: 1.3;
  text-transform: none;
  position: relative;
}
.info-tooltip__text-inner::before {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 35px;
  transform: translateX(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #353748;
  z-index: 1;
}
.info-tooltip__text {
  padding-top: 28px;
  position: absolute;
  right: -35px;
  top: 0;
  min-width: 380px;
  text-align: left;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s;
}
.info-tooltip__text ul {
  margin-bottom: 5px;
}
.info-tooltip__text ul li {
  list-style-type: disc;
  list-style-position: inside;
}
.info-tooltip__text p {
  margin-bottom: 5px;
}
.info-tooltip__text p:last-child {
  margin: 0;
}
.info-tooltip:hover {
  z-index: 99;
}
.info-tooltip:hover .info-tooltip__text {
  pointer-events: auto;
  opacity: 1;
}
.info-tooltip--error {
  background-color: rgba(202, 32, 49, 0.6);
}
.options-tooltip {
  position: relative;
  z-index: 1;
}
.options-tooltip__text {
  position: relative;
  background: #1B232B;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  padding: 4px 8px;
  border-radius: 4px;
}
.options-tooltip__text::before {
  content: "";
  background: #1B232B;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #1B232B;
  border-left: 1px solid #1B232B;
  position: absolute;
  top: 100%;
  transform: rotate(45deg);
  left: 70%;
  margin-top: -5px;
}
@media screen and (min-width: 1280px) {
  .options-tooltip__text::before {
    left: auto;
    right: 100%;
    top: 6px;
    margin-top: 3px;
    margin-right: -6px;
  }
}
.options-tooltip__content {
  cursor: auto;
  position: absolute;
  bottom: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
  left: 50%;
  transform: translateX(-55%);
}
@media screen and (min-width: 1280px) {
  .options-tooltip__content {
    bottom: 6px;
    left: 100%;
    padding-left: 12px;
    transform: none;
  }
}
.options-tooltip__text-underline {
  border-bottom: 1px dashed #fff;
  display: inline-block;
  line-height: 1;
  cursor: pointer;
}
.options-tooltip:hover .options-tooltip__content {
  opacity: 1;
  pointer-events: auto;
}
.field-tooltip {
  display: none;
  position: relative;
  z-index: 1;
  cursor: pointer;
  margin: 0 4px;
  top: 6px;
}
@media only screen and (min-width: 640px) {
  .field-tooltip {
    display: inline-block;
  }
}
.field-tooltip__container {
  display: flex;
  position: relative;
}
.field-tooltip__container::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 25px;
  margin-left: -4px;
  background: #fff;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #D3DBE3;
  border-left: 1px solid #D3DBE3;
  transform: rotate(-45deg);
  transition: opacity 0.2s;
  opacity: 0;
  pointer-events: none;
}
.field-tooltip__inner {
  position: absolute;
  border: 1px solid #D3DBE3;
  background: #fff;
  font-size: 12px;
  line-height: 1.4;
  width: max-content;
  display: block;
  padding: 4px 8px;
  border-radius: 4px;
  bottom: 29px;
  margin-top: 0;
  left: 50%;
  transform: translateX(-59%);
  transition: opacity 0.2s;
  opacity: 0;
  pointer-events: none;
  max-width: 90vw;
}
.field-tooltip__inner ul {
  list-style-type: disc;
  list-style-position: inside;
}
.field-tooltip__icon {
  width: 24px;
  height: 24px;
  display: block;
  color: #149ECA;
  flex-shrink: 0;
}
.field-tooltip:hover .field-tooltip__inner {
  opacity: 1;
  pointer-events: auto;
}
.field-tooltip:hover .field-tooltip__container::after {
  opacity: 1;
  pointer-events: auto;
}
.field {
  display: block;
  position: relative;
  width: 100%;
}
.field__label {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.5;
  color: #353748;
  display: block;
  transition: color 0.2s;
}
.field__label--sec {
  color: #607B95;
}
.field__label--mb-4 {
  margin-bottom: 4px;
}
.field__label--mb {
  margin-bottom: 30px;
}
.field__label--error {
  color: #c92243;
}
.field__label-optional {
  color: #97AABD;
}
.field__input {
  position: relative;
  font-size: 16px;
  border-radius: 16px;
  border: 2px solid #E8F4FC;
  color: #353748;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px 50px 17px;
  outline: none;
  line-height: 1;
  background: #fff;
  min-height: 50px;
  transition: border-color 0.3s ease-in-out;
}
.field__input--fc-select {
  justify-content: space-between;
}
.field__input--div {
  padding-top: 17px;
  padding-bottom: 17px;
}
.field__input::placeholder {
  color: rgba(53, 55, 72, 0.5);
  transition: color 0.3s ease-in-out;
}
.field__input--holder {
  color: rgba(53, 55, 72, 0.5);
  transition: color 0.3s ease-in-out;
}
.field__input.success::placeholder, .field__input:focus::placeholder {
  color: transparent;
}
.field__input--sq {
  border-radius: 8px;
}
.field__input--textarea {
  resize: none;
  height: 110px;
}
.field__input--error {
  border-color: #c92243;
  /*background-color: $negative-bg;*/
}
.field__input--no-icon {
  padding-left: 16px;
  padding-right: 16px;
}
.field__input:disabled, .field__input--disable {
  background: #E8F4FC;
  cursor: not-allowed;
}
.field__input--after-text {
  padding-right: 55px;
}
.field__icon {
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 1;
}
.field__icon--end {
  right: 16px;
  left: auto;
  cursor: pointer;
}
.field__icon--check {
  fill: transparent;
  stroke: transparent;
  transition: stroke 0.3s ease-in-out;
}
.field__icon--check.success {
  stroke: #6ADBD9;
}
.field__container {
  display: block;
  position: relative;
  width: 100%;
}
.field__external-text {
  font-size: 16px;
  color: #149ECA;
  top: 50%;
  left: calc(100% + 16px);
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  margin-top: 16px;
  display: inline-block;
}
@media screen and (min-width: 400px) {
  .field__external-text {
    position: absolute;
    margin-top: 0;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 400px) {
  .field__external-text--top {
    margin-top: -12px;
  }
}
.field__external-text--disable {
  cursor: not-allowed;
  color: #868791;
}
.field__upload-button {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 32px;
  height: 32px;
  background: #E8F4FC;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
}
.field__upload-button-icon {
  width: 16px;
  height: 16px;
  display: block;
  color: #149ECA;
  flex-shrink: 0;
}
.field__help {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}
.field--radio-button {
  position: relative;
  display: block;
}
.field--radio-button .field__label {
  margin: 0;
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}
.field--radio-button .field__label span {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.06px;
  text-align: left;
  margin-left: 13px;
}
.field--radio-button .field__label::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border: 2px solid #353748;
  border-radius: 50%;
  flex-shrink: 0;
}
.field--radio-button .field__input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  min-height: 0;
}
.field--radio-button .field__input:checked + .field__label::before {
  background-color: #6ADBD9;
}
.field .iti {
  width: 100%;
}
.field--file {
  margin-bottom: 10px;
}
.field--kyc {
  margin-bottom: 10px;
}
.field--mb-16 {
  margin-bottom: 16px;
}
.field--mt-8 {
  margin-top: 8px;
}
.field--mt-16 {
  margin-top: 16px;
}
.field--pl-30 {
  padding-left: 30px;
}
.field:hover .field__help {
  opacity: 1;
}
.field--floatig-label .field__label {
  pointer-events: none;
  position: absolute;
  left: 18px;
  top: 18px;
  opacity: 1;
  color: #9a9ba3;
  background-color: transparent;
  transition: top 0.3s ease-in-out, left 0.3s ease-in-out, background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.field--floatig-label .field__label--phone {
  opacity: 0;
}
.field--floatig-label .field__label--up {
  background-color: #FFFFFF;
  top: -9px;
  opacity: 1;
}
.field--floatig-label .field__label--icon {
  left: 50px;
}
.field--floatig-label .field__input:-webkit-autofill + .field__label, .field--floatig-label .field__input:-webkit-autofill:hover + .field__label, .field--floatig-label .field__input:-webkit-autofill:focus + .field__label, .field--floatig-label .field__input:-webkit-autofill:active + .field__label, .field--floatig-label .field__input--filled + .field__label, .field--floatig-label .field__input:focus + .field__label {
  background-color: #FFFFFF;
  top: -9px;
  opacity: 1;
}
.field--floatig-label .field__input:-webkit-autofill + .field__label--icon, .field--floatig-label .field__input:-webkit-autofill:hover + .field__label--icon, .field--floatig-label .field__input:-webkit-autofill:focus + .field__label--icon, .field--floatig-label .field__input:-webkit-autofill:active + .field__label--icon, .field--floatig-label .field__input--filled + .field__label--icon, .field--floatig-label .field__input:focus + .field__label--icon {
  left: 18px;
}
@media screen and (min-width: 640px) {
  .field--half {
    width: 50%;
  }
}
.field__under-text {
  font-size: 14px;
  line-height: 1.3;
  margin-top: 4px;
  display: block;
  transition: color 0.2s;
}
.field__under-text--error {
  color: #c92243;
}
.field__hidden {
  opacity: 0;
  pointer-events: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
}
.field__calendar-icon-container-icon {
  display: block;
  color: rgba(53, 55, 72, 0.5);
  width: 100%;
  height: 100%;
}
.field__calendar-icon-container-icon--search {
  width: 30px;
  height: 30px;
}
.field__calendar-icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 16px;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.field__calendar-icon-container--search {
  right: 35px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
.field__error {
  font-size: 12px;
  color: #c92243;
  margin-top: 5px;
  display: block;
}
.field__after-text {
  position: absolute;
  text-transform: uppercase;
  color: #868791;
  font-weight: 500;
  /*    top: 50%;
      transform: translateY(-50%);*/
  right: 16px;
  top: 20px;
  transition: color 0.2s;
}
.field__after-text--remove {
  text-transform: none;
  cursor: pointer;
}
.field__after-text--outside {
  right: -16px;
  transform: translateX(100%);
}
.field__after-text--color {
  color: #149ECA;
}
.field--right-text {
  padding-right: 75px;
}
.field__remove-icon {
  position: absolute;
  top: 19px;
  right: 15px;
  width: 18px;
  height: 18px;
  color: #97AABD;
  cursor: pointer;
}
.field--disable .field__label {
  color: #607B95;
}
.radio-button {
  position: relative;
  display: block;
}
.radio-button__desc {
  font-size: 14px;
  line-height: 20px;
  color: #607B95;
  display: block;
}
.radio-button__label {
  margin: 0;
  cursor: pointer;
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  display: block;
  /*    span {
        width: 20px;
        height: 20px;
        display: block;
      }*/
}
.radio-button__label::before {
  position: absolute;
  left: 0;
  top: 2px;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #607B95;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 10px;
  transition: border 0.2s;
}
.radio-button__input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  min-height: 0;
}
.radio-button__input:checked + .radio-button__label::before {
  border: 6px solid #149ECA;
}
.radio-button--disable .radio-button__label {
  color: #607B95;
  cursor: not-allowed;
}
.radio-button--disable .radio-button__label::before {
  background: #D9D9D9;
  border-color: #B5C2D0 !important;
}
.radio-button--mb-16 {
  margin-bottom: 16px;
}
.radio-button--mt-16 {
  margin-top: 16px;
}
.check-button {
  display: block;
  cursor: pointer;
  position: relative;
}
.check-button__icon {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  display: block;
  opacity: 0;
  transition: opacity 0.2s;
  stroke: #fff;
}
.check-button__label {
  padding-left: 30px;
  position: relative;
  line-height: 1.3;
}
.check-button__label::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #607B95;
  flex-shrink: 0;
  margin-right: 10px;
  border-radius: 3px;
  transition: background-color 0.2s, border-color 0.2s;
}
.check-button__input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  top: -3px;
  padding: 0;
  min-height: 0;
  width: 20px;
  height: 20px;
  z-index: 1;
  cursor: pointer;
}
.check-button__input:checked + .check-button__label .check-button__icon {
  opacity: 1;
}
.check-button__input:checked + .check-button__label::before {
  background-color: #149ECA;
  border-color: #149ECA;
}
.check-button--mb-16 {
  margin-bottom: 16px;
}
.check-button--mt-16 {
  margin-top: 16px;
}
.check-button--mt-32 {
  margin-top: 32px;
}
.field-check {
  display: flex;
  align-items: flex-start;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.field-check__icon-svg {
  width: 10px;
  height: 10px;
  display: block;
  stroke: #149ECA;
  opacity: 0;
  transition: opacity 0.2s;
}
.field-check__icon-svg.active {
  opacity: 1;
}
.field-check__icon {
  position: relative;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 4px;
  border: 1px solid #149ECA;
  margin-right: 10px;
}
.error {
  color: #CA2031;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.error__row {
  display: flex;
  align-items: center;
  margin-bottom: 3px;
}
.error__icon {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  margin-top: -3px;
}
.custom-select {
  position: relative;
}
.custom-select .q-select__dropdown-icon {
  display: none;
}
.custom-select .q-field {
  font-size: 16px;
}
.custom-select .q-field__control {
  padding: 0 16px;
}
.custom-select .q-field__control::before {
  border: 2px solid #E8F4FC !important;
  border-radius: 8px;
}
.custom-select .q-field__control:after {
  display: none;
}
.custom-select .q-field__native {
  min-height: 50px;
}
.custom-select .q-field__native > span:first-child {
  max-width: calc(100% - 50px);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.custom-select .q-field__control {
  min-height: 50px;
}
.custom-select .q-field__control::before {
  background: #fff;
}
.custom-select .q-field__marginal {
  height: 50px;
  width: 24px;
}
.custom-select .q-field__focusable-action {
  position: absolute;
  right: 0;
  font-size: 0;
  width: 10px;
  height: 18px;
  background-color: #149ECA;
  opacity: 1;
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 320 512' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m207.6 256 107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z'/%3E%3C/svg%3E");
}
.custom-select .q-field__focusable-action:hover {
  background-color: #CA2031;
}
.custom-select .q-field__append {
  padding-left: 0;
  margin-left: 10px;
  position: relative;
}
.custom-select--company .q-field__label {
  color: rgba(53, 55, 72, 0.5);
}
.custom-select--company .q-field__control {
  padding-left: 16px;
}
.custom-select--company .q-field__control::before {
  border: 2px solid #E8F4FC !important;
  border-radius: 16px;
}
.custom-select__svg {
  color: #149ECA;
  display: block;
  transform: rotate(90deg);
  width: 14px;
  height: 14px;
}
.custom-select__icon {
  pointer-events: none;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: #E8F4FC;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.q-field__control {
  background: #FFFFFF !important;
}
.q-field__control::before {
  background: #FFFFFF !important;
}
.q-field__control::after {
  background: #149ECA;
  height: 1px;
}
.q-field--filled .q-field__control::after {
  background: #149ECA;
  height: 1px;
}
.q-anchor--skip .q-field__focusable-action {
  font-size: 0;
  width: 10px;
  height: 18px;
  background-color: #149ECA;
  opacity: 1;
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 320 512' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m207.6 256 107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z'/%3E%3C/svg%3E");
}
.q-anchor--skip .q-field__focusable-action:hover {
  background-color: #CA2031;
}
.company-select {
  width: fit-content;
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
  max-width: 100%;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .company-select {
    width: 528px;
  }
}
.company-select__add {
  font-size: 16px;
  color: #149ECA;
  border-top: 1px solid #D3DBE3;
  padding: 15px 12px;
  line-height: 1;
  cursor: pointer;
  pointer-events: auto;
}
.company-select__scroll {
  max-height: 136px;
}
.company-select__name {
  width: fit-content;
  font-size: 24px;
  line-height: 32px;
  color: #353748;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  pointer-events: auto;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .company-select__name {
    max-width: 528px;
  }
}
.company-select__name-arrow {
  position: absolute;
  width: 24px;
  height: 24px;
  color: #149ECA;
  right: 0;
  top: 5px;
  transform: rotate(90deg);
  transition: transform 0.2s;
  pointer-events: none;
}
.company-select__name-arrow--show {
  transform: rotate(-90deg);
}
.company-select__options {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 4px;
  background: #fff;
  border: 1px solid #D3DBE3;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  max-width: 420px;
  pointer-events: auto;
  cursor: pointer;
}
.company-select__item-status {
  color: #868791;
  font-size: 14px;
  line-height: 20px;
}
.company-select__item-text {
  font-size: 16px;
  line-height: 24px;
}
.company-select__item {
  padding: 12px 12px 12px 44px;
  background-color: #fff;
  transition: background-color 0.2s;
  cursor: pointer;
  position: relative;
}
.company-select__item::before {
  content: "";
  display: block;
  position: absolute;
  left: 19px;
  top: 19px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #28A745;
}
.company-select__item--in_progress::before {
  background: #868791;
}
.company-select__item--active {
  background-color: #E3F0FF;
}
.company-select__item:hover {
  background-color: rgba(34, 36, 43, 0.0509803922);
}
.company-select__search-input {
  display: block;
  border: 1px solid #D3DBE3;
  width: 100%;
  border-radius: 8px;
  padding: 12px 45px;
  font-size: 16px;
  line-height: 1;
  color: #1B232B;
}
.company-select__search-input::placeholder {
  color: #97AABD;
}
.company-select__clear-icon {
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  right: 16px;
  top: 12px;
}
.company-select__search-icon {
  width: 16px;
  height: 16px;
  color: #D3DBE3;
  position: absolute;
  left: 16px;
  top: 16px;
  pointer-events: none;
}
.company-select__search-container {
  position: relative;
  display: block;
}
.company-select__search {
  border-bottom: 1px solid #D3DBE3;
  padding: 12px;
}
.scroll-down-icon {
  position: relative;
  width: 24px;
  height: 24px;
  transform: translateY(-100%);
}
.scroll-down-icon__chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}
.scroll-down-icon__chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}
.scroll-down-icon__chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}
.scroll-down-icon__chevron::before, .scroll-down-icon__chevron::after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #FFFFFF;
}
.scroll-down-icon__chevron::before {
  left: 0;
  transform: skew(0deg, 30deg);
}
.scroll-down-icon__chevron::after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}
@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}
.q-menu {
  box-shadow: none;
  border: 2px solid #E8F4FC;
  border-radius: 16px;
}
.q-menu__content {
  background-color: #E8F4FC;
}
.q-menu.scroll {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.q-menu.scroll > .q-virtual-scroll__content {
  overflow-y: auto;
}
@-moz-document url-prefix() {
  .q-menu.scroll > .q-virtual-scroll__content {
    scrollbar-color: #6ADBD9 #FFFFFF;
    scrollbar-width: 4px;
  }
}
.q-menu.scroll > .q-virtual-scroll__content::-webkit-scrollbar {
  width: 4px;
}
.q-menu.scroll > .q-virtual-scroll__content::-webkit-scrollbar-thumb {
  background-color: #6ADBD9;
  border-radius: 3px;
}
.q-virtual-scroll__content {
  background-color: #E8F4FC;
}
.q-focus-helper::before, .q-focus-helper::after {
  background: #FFFFFF !important;
}
.q-manual-focusable--focused .q-focus-helper, .q-manual-focusable.q-item--active .q-focus-helper {
  background: #FFFFFF !important;
  opacity: 1 !important;
}
.q-manual-focusable--focused > *, .q-manual-focusable.q-item--active > * {
  color: #353748 !important;
  position: relative;
}
.scroll-block {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023.98px) {
  .scroll-block {
    overflow: hidden;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1023.98px) {
  .scroll-block__list {
    white-space: nowrap;
    margin: 0 -20px -30px;
    padding: 0 20px 30px 0;
    overflow-x: auto;
    display: flex;
  }
}
@media screen and (max-width: 1023.98px) {
  .scroll-block__item {
    margin-left: 20px;
    width: 300px;
    min-width: 300px;
  }
}
.news-card {
  display: flex;
  flex-direction: column;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #E8F4FC;
  height: 100%;
  text-decoration: none;
  color: #353748;
}
.news-card__thumb {
  padding-bottom: 69.106%;
}
.news-card__main {
  padding: 19px 19px 9px;
  display: flex;
  flex-direction: column;
  flex: 1 0 1%;
  gap: 4px;
  text-wrap: auto;
}
.news-card__uptitle {
  font-size: 12px;
  font-weight: 500;
  line-height: 15.3px;
  color: #149ECA;
}
.news-card__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.news-card__text {
  flex: 1 0 1%;
  opacity: 0.6;
}
.news-card__bottom {
  padding: 9px 9px 9px 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-card__date {
  font-size: 14px;
  font-weight: 500;
  line-height: 17.85px;
  opacity: 0.4;
}
.news-card__info {
  padding: 10px;
  border-radius: 6px;
  background-color: #E8F4FC;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.85px;
  color: rgba(53, 55, 72, 0.6);
}
.lk-logo {
  width: 125px;
  height: 25px;
  display: none;
  color: #00B2E3;
}
@media only screen and (min-width: 768px) {
  .lk-logo {
    display: block;
  }
}
@media only screen and (min-width: 1440px) {
  .lk-logo {
    width: 190px;
    height: 56px;
  }
}
.lk-logo__container {
  display: block;
  color: #353748;
  text-decoration: none;
  border-right: 1px solid rgba(232, 244, 252, 0);
  margin-top: -20px;
  margin-bottom: -20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  transition: border-right-color 0.2s;
}
@media only screen and (min-width: 640px) {
  .lk-logo__container {
    min-width: 200px;
  }
}
@media only screen and (min-width: 1440px) {
  .lk-logo__container {
    min-width: 240px;
  }
}
@media only screen and (min-width: 1024px) {
  .lk-logo__container--border {
    border-right: 1px solid #E8F4FC;
  }
}
.lk-logo--black {
  color: #353748;
}
.lk-logo-mob {
  display: block;
  width: 60px;
  height: 60px;
}
@media only screen and (min-width: 768px) {
  .lk-logo-mob {
    display: none;
  }
}
.menu-link {
  display: flex;
  align-items: center;
  color: rgba(53, 55, 72, 0.6);
  text-decoration: none;
  position: relative;
  padding: 8px 16px;
}
.menu-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #E8F4FC;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
@media only screen and (min-width: 1024px) {
  .menu-link::after {
    display: none;
  }
}
.menu-link::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #149ECA;
  transition: opacity 0.2s;
  opacity: 0;
  border-radius: 12px;
}
@media only screen and (min-width: 1024px) {
  .menu-link::before {
    border-radius: 4px;
  }
}
.menu-link__count {
  width: 24px;
  height: 24px;
  background: #149ECA;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding-top: 1px;
  margin-left: 15px;
}
@media only screen and (min-width: 1024px) {
  .menu-link__count {
    margin-left: auto;
  }
}
.menu-link__container {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: start;
  min-height: 24px;
}
.menu-link__icon {
  width: 24px;
  height: 24px;
  display: block;
  transition: stroke 0.2s;
  margin-right: 15px;
}
.menu-link__icon--add {
  margin: 0;
  margin-left: auto;
}
.menu-link__text {
  color: rgba(53, 55, 72, 0.8);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
}
.menu-link.router-link-exact-active {
  color: #fff;
}
.menu-link.router-link-exact-active::before {
  opacity: 1;
}
.menu-link.router-link-exact-active::after {
  opacity: 0;
}
.menu-link.router-link-exact-active .menu-link__text {
  color: #fff;
}
.menu-link--active {
  color: #fff;
}
.menu-link--active::before {
  opacity: 1;
}
.menu-link--active::after {
  opacity: 0;
}
.menu-link--active .menu-link__text {
  color: #fff;
}
.menu-link--disable {
  cursor: not-allowed;
}
.menu-link:last-child {
  margin-right: 0;
}
.bullets__list {
  display: flex;
}
.bullets__item {
  height: 8px;
  border-radius: 4px;
  width: 48px;
  background-color: #E8F4FC;
}
.bullets__item.filled {
  background-color: #149ECA;
}
.bullets__item.current {
  background-color: #6ADBD9;
}
.bullets__item + .bullets__item {
  margin-left: 8px;
}
.bullets__info {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 10px;
}
.filter-dd {
  position: relative;
  -webkit-user-select: none;
          user-select: none;
  opacity: 1;
  transition: 0.2s opacity;
}
.filter-dd__title {
  position: relative;
  cursor: pointer;
  padding-right: 24px;
  white-space: nowrap;
}
.filter-dd__item-icon {
  width: 10px;
  height: 10px;
  display: block;
  stroke: #149ECA;
  opacity: 0;
  transition: opacity 0.2s;
}
.filter-dd__item-icon.active {
  opacity: 1;
}
.filter-dd__item-check {
  position: relative;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 4px;
  border: 1px solid #149ECA;
  margin-right: 10px;
}
.filter-dd__item {
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding: 8px 15px 8px;
  cursor: pointer;
  background: #fff;
  text-decoration: none;
  color: #353748;
  transition: background-color 0.2s;
}
.filter-dd__item.active {
  background: #e8f4fc;
}
.filter-dd__item:hover {
  background: #e8f4fc;
}
.filter-dd__list {
  font-size: 14px;
  padding: 12px 0;
  border-radius: 12px;
  border: 1px solid rgba(20, 158, 202, 0.6);
  width: fit-content;
  position: absolute;
  left: 0;
  /*left: 50%;
  transform: translateX(-50%);*/
  top: calc(100% + 20px);
  background: #ffffff;
  z-index: 1;
}
.filter-dd__scroll {
  max-height: 200px;
}
.filter-dd__arrow {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 0;
  top: 50%;
  margin-top: -8px;
  transform: rotate(90deg);
  transition: transform 0.2s;
  pointer-events: none;
}
.filter-dd__arrow--open {
  transform: rotate(-90deg);
}
.filter-dd--right .filter-dd__list {
  left: auto;
  right: 0;
}
.filter-dd--hide {
  opacity: 0;
}
.orders-list-status-dd .filter-dd__list {
  left: -20px;
}
@media screen and (min-width: 640px) {
  .orders-list-status-dd .filter-dd__list {
    left: 0;
  }
}
.form {
  display: grid;
  gap: 10px;
}
.form__row--buttons {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.form__row--buttons > *:first-child:last-child {
  width: auto;
  min-width: 160px;
}
.multiselect {
  --ms-font-size: 16px;
  --ms-line-height: 1;
  --ms-bg: #FFFFFF;
  --ms-bg-disabled: #F3F4F6;
  --ms-border-color: #E8F4FC;
  --ms-border-width: 2px;
  --ms-border-color-active: #E8F4FC;
  --ms-border-width-active: 2px;
  --ms-radius: 16px;
  --ms-py: 15px;
  --ms-px: 16px;
  --ms-ring-width: 0;
  --ms-ring-color: #10B98130;
  --ms-placeholder-color: #9CA3AF;
  --ms-max-height: 10rem;
  --ms-spinner-color: #6ADBD9;
  --ms-caret-color: #149ECA;
  --ms-clear-color: #149ECA;
  --ms-clear-color-hover: #CA2031;
  --ms-tag-font-size: 16px;
  --ms-tag-line-height: 1.25rem;
  --ms-tag-font-weight: 600;
  --ms-tag-bg: #6ADBD9;
  --ms-tag-bg-disabled: #9CA3AF;
  --ms-tag-color: #FFFFFF;
  --ms-tag-color-disabled: #FFFFFF;
  --ms-tag-radius: 4px;
  --ms-tag-py: 0.125rem;
  --ms-tag-px: 0.5rem;
  --ms-tag-my: 0.25rem;
  --ms-tag-mx: 0.25rem;
  --ms-tag-remove-radius: 4px;
  --ms-tag-remove-py: 0.25rem;
  --ms-tag-remove-px: 0.25rem;
  --ms-tag-remove-my: 0rem;
  --ms-tag-remove-mx: 0.125rem;
  --ms-dropdown-bg: #E8F4FC;
  --ms-dropdown-border-color: #E8F4FC;
  --ms-dropdown-border-width: 2px;
  --ms-dropdown-radius: 16px;
  --ms-group-label-py: 0.3rem;
  --ms-group-label-px: 0.75rem;
  --ms-group-label-line-height: 1.375;
  --ms-group-label-bg: #E5E7EB;
  --ms-group-label-color: #374151;
  --ms-group-label-bg-pointed: #D1D5DB;
  --ms-group-label-color-pointed: #374151;
  --ms-group-label-bg-disabled: #F3F4F6;
  --ms-group-label-color-disabled: #D1D5DB;
  --ms-group-label-bg-selected: #059669;
  --ms-group-label-color-selected: #FFFFFF;
  --ms-group-label-bg-selected-pointed: #0c9e70;
  --ms-group-label-color-selected-pointed: #FFFFFF;
  --ms-group-label-bg-selected-disabled: #75cfb1;
  --ms-group-label-color-selected-disabled: #D1FAE5;
  --ms-option-font-size: 16px;
  --ms-option-line-height: 1.375;
  --ms-option-bg-pointed: #FFFFFF;
  --ms-option-color-pointed: #1F2937;
  --ms-option-bg-selected: #FFFFFF;
  --ms-option-color-selected: #353748;
  --ms-option-bg-disabled: #FFFFFF;
  --ms-option-color-disabled: #D1D5DB;
  --ms-option-bg-selected-pointed: #FFFFFF;
  --ms-option-color-selected-pointed: #353748;
  --ms-option-bg-selected-disabled: #FFFFFF;
  --ms-option-color-selected-disabled: #D1FAE5;
  --ms-option-py: 0.5rem;
  --ms-option-px: 0.75rem;
  --ms-empty-color: #4B5563;
  --scroll-bar-bg: #6ADBD9;
  padding-top: 1px;
  padding-bottom: 1px;
}
.multiselect::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: #E8F4FC;
  border-radius: 4px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.multiselect--error {
  --ms-border-color: #c92243;
  --ms-border-color-active: #c92243;
  /*--ms-dropdown-bg: #fef2f4;*/
  --ms-dropdown-border-color: #c92243;
  /*		--ms-bg: #fef2f4;*/
  --ms-caret-color: #FFFFFF;
  --scroll-bar-bg: #c92243;
}
.multiselect--error::after {
  background: #c92243;
}
.multiselect--success {
  --ms-border-color: #6ADBD9;
  --ms-border-color-active: #6ADBD9;
  --ms-dropdown-border-color: #6ADBD9;
}
.multiselect--no-clear .multiselect-clear {
  display: none;
}
.multiselect .option-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.multiselect .option-content--a-center {
  align-items: center;
}
.multiselect .option-content--start {
  justify-content: flex-start;
}
.multiselect .option-content--label {
  padding: 0 16px 0 16px;
}
@media screen and (min-width: 480px) {
  .multiselect .option-content--label {
    flex-direction: row;
  }
}
@media screen and (min-width: 640px) {
  .multiselect .option-content--label {
    padding-left: 16px;
  }
}
.multiselect .option-content__icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  flex-shrink: 0;
}
.multiselect .option-content .right {
  display: block;
  white-space: nowrap;
  font-size: 15px;
  color: #607B95;
}
@media screen and (min-width: 400px) {
  .multiselect .option-content .right {
    font-size: 16px;
  }
}
.multiselect .option-content .left {
  display: block;
  font-size: 15px;
  color: #0D1014;
  margin-right: 12px;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 400px) {
  .multiselect .option-content .left {
    font-size: 16px;
    overflow: visible;
    max-width: none;
  }
}
.multiselect .option-content .left--one-line {
  white-space: nowrap;
  display: block;
  overflow: hidden;
  max-width: 50%;
  text-overflow: ellipsis;
}
.multiselect .option-content .left--blue {
  color: #149ECA;
}
.multiselect .option-content .left--ml {
  margin-left: 32px;
}
.multiselect .option-content--mob-column {
  flex-direction: column;
}
@media screen and (min-width: 480px) {
  .multiselect .option-content--mob-column {
    flex-direction: row;
    justify-content: space-between;
  }
}
.multiselect .option-content--mob-column .left {
  margin: 0;
  max-width: none;
}
@media screen and (min-width: 480px) {
  .multiselect .option-content--mob-column .left {
    margin-left: 0;
  }
}
.multiselect .option-content--mob-column .right {
  margin: 0;
  margin-top: 4px;
}
@media screen and (min-width: 480px) {
  .multiselect .option-content--mob-column .right {
    margin-left: 0;
    margin-top: 0;
  }
}
.multiselect .option-content--mob-column-label .left {
  margin-left: 32px;
  min-width: 225px;
  text-align: left;
}
.multiselect .option-content--mob-column-label .right {
  margin-left: 32px;
  min-width: 265px;
  text-align: right;
}
.multiselect .langOptionContent {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-right: auto;
  padding: 12px;
}
.multiselect .langOptionContent__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: block;
}
.multiselect .person-option-content {
  width: 100%;
}
.multiselect .person-option-content__title {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #353748;
}
.multiselect .person-option-content__title--color {
  color: #149ECA;
}
.multiselect .person-option-content__desc {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #607B95;
}
.multiselect .person-option-content--label {
  padding: 0 12px;
}
.multiselect.is-disabled {
  background: #E8F4FC;
  cursor: not-allowed;
}
.multiselect.is-disabled .multiselect-wrapper {
  cursor: not-allowed;
}
.multiselect.is-disabled .multiselect-caret {
  background-color: #607B95;
}
.multiselect-dropdown {
  border-top: 0;
}
.multiselect-dropdown {
  overflow-y: hidden;
}
.multiselect-options {
  overflow-y: scroll;
  padding: 2px 0 0;
}
@-moz-document url-prefix() {
  .multiselect-options {
    scrollbar-color: #6ADBD9 #FFFFFF;
    scrollbar-width: 4px;
  }
}
.multiselect-options::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.multiselect-options::-webkit-scrollbar-thumb {
  background-color: var(--scroll-bar-bg);
  border-radius: 3px;
}
.multiselect-caret {
  width: 9px;
  height: 5px;
  margin: 0 24px 0 0;
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 12 7' fill='transparent' stroke='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 1L5.99055 5.63636L10.4811 1' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}
.section-development {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .section-development {
    margin-bottom: -30px;
  }
}
.section-development__img {
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 120%;
  max-width: initial;
}
@media only screen and (min-width: 1024px) {
  .section-development__img {
    width: 83%;
  }
}
.section-development__title {
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  color: #149ECA;
  background: radial-gradient(23.62% 305.83% at 57.28% 119.23%, #137CE4 0%, #353748 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 16%;
}
@media only screen and (min-width: 1024px) {
  .section-development__title {
    font-size: 59.04px;
    line-height: 76.16px;
  }
}
.section-development__button {
  margin-top: 40px;
  width: 210px;
}
.contracts-table {
  border: 1px solid #E8F4FC;
  border-radius: 4px;
}
.contracts-table__loader {
  color: #149ECA;
}
.contracts-table__download-text {
  text-decoration: underline;
  color: #149ECA;
  cursor: pointer;
  transition: color 0.2s;
  opacity: 1;
  position: relative;
  width: fit-content;
}
.contracts-table__download-text--hide {
  color: rgba(20, 158, 202, 0);
}
.contracts-table__download {
  position: relative;
}
.contracts-table__top-sort--contractor {
  margin-left: 8px;
  margin-right: auto;
}
.contracts-table__top {
  display: flex;
  align-items: center;
  border-radius: 4px 4px 0 0;
  background: #E8F4FC;
}
@media screen and (max-width: 767.98px) {
  .contracts-table__top {
    flex-wrap: wrap;
  }
}
.contracts-table__top--company {
  display: none;
}
@media screen and (min-width: 640px) {
  .contracts-table__top--company {
    display: flex;
  }
}
.contracts-table__cell {
  padding: 13px 10px;
  font-size: 14px;
  line-height: 1.2;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .contracts-table__cell {
    padding: 13px 5px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 1280px) {
  .contracts-table__cell {
    padding: 13px 10px;
    font-size: 14px;
  }
}
.contracts-table__cell p {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.contracts-table__cell--head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  font-size: 12px;
  line-height: 15.3px;
}
@media screen and (max-width: 767.98px) {
  .contracts-table__cell--number {
    flex: 1 0 1%;
  }
}
@media only screen and (min-width: 768px) {
  .contracts-table__cell--number {
    width: 80px;
    order: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .contracts-table__cell--number {
    width: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .contracts-table__cell--date {
    width: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  .contracts-table__cell--date {
    width: 100px;
  }
}
.contracts-table__cell--type {
  text-transform: capitalize;
}
@media only screen and (min-width: 768px) {
  .contracts-table__cell--type {
    width: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  .contracts-table__cell--type {
    width: 100px;
  }
}
@media only screen and (min-width: 1280px) {
  .contracts-table__cell--type {
    width: 130px;
  }
}
.contracts-table__cell--type .filter-dd__title {
  white-space: wrap;
}
.contracts-table__cell--company {
  flex: 1 0 1%;
}
.contracts-table__cell--contractor {
  flex: 1 0 1%;
}
@media only screen and (min-width: 768px) {
  .contracts-table__cell--bids {
    width: 100px;
  }
}
.contracts-table__cell--status {
  text-align: center;
  justify-content: center;
  width: 140px;
}
@media only screen and (min-width: 768px) {
  .contracts-table__cell--status {
    order: 3;
  }
}
.contracts-table__cell--options {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .contracts-table__cell--options {
    padding: 0;
    width: 34px;
  }
}
@media only screen and (min-width: 768px) {
  .contracts-table__cell--options {
    order: 4;
    width: 54px;
  }
}
.contracts-table__cell--options > * {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contracts-table__cell--options > * > *:first-child {
  padding: 0;
}
.contracts-table__cell--toggler {
  padding: 0;
  cursor: pointer;
  position: relative;
  width: 32px;
  height: 32px;
  background: #E8F4FC;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  flex-shrink: 0;
  margin: 0 10px;
}
@media only screen and (min-width: 768px) {
  .contracts-table__cell--toggler {
    display: none;
  }
}
.contracts-table__cell--container {
  padding: 0;
}
@media screen and (max-width: 767.98px) {
  .contracts-table__cell--container {
    width: 100%;
    order: 2;
    flex-wrap: wrap;
    overflow: hidden;
    height: 0;
  }
}
@media only screen and (min-width: 768px) {
  .contracts-table__cell--container {
    order: 2;
    display: flex;
    align-items: center;
    flex: 1 0 1%;
  }
}
@media screen and (max-width: 767.98px) {
  .contracts-table__cell--container > * {
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    text-align: right;
    border-top: 1px solid #E8F4FC;
  }
}
@media screen and (max-width: 767.98px) {
  .contracts-table__cell--container > *::before {
    content: attr(data-title);
    text-align: left;
    opacity: 0.7;
  }
}
@media screen and (max-width: 767.98px) {
  .contracts-table__cell--container.open {
    height: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .contracts-table__cell--container.open > * {
    opacity: 1;
  }
}
.contracts-table__cell a {
  color: #149ECA;
}
.contracts-table__cell a:hover {
  text-decoration: underline;
}
.contracts-table__cell--agree {
  padding: 0;
  padding-bottom: 8px;
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .contracts-table__cell--agree {
    padding: 13px 10px;
    width: auto;
  }
}
.contracts-table__cell--agree-date {
  min-width: 100px;
  order: 3;
}
.contracts-table__cell--agree-type {
  min-width: 200px;
  order: 1;
}
@media only screen and (min-width: 640px) {
  .contracts-table__cell--agree-type {
    order: 1;
  }
}
.contracts-table__cell--agree-number {
  min-width: 200px;
  order: 2;
  display: none;
}
@media only screen and (min-width: 640px) {
  .contracts-table__cell--agree-number {
    order: 2;
    display: block;
  }
}
.contracts-table__cell--agree-download {
  margin-left: auto;
  position: absolute;
  right: 5px;
  top: 5px;
}
@media only screen and (min-width: 640px) {
  .contracts-table__cell--agree-download {
    position: static;
    order: 5;
  }
}
.contracts-table__cell--agree-type-mob {
  margin-top: 8px;
  display: block;
}
@media only screen and (min-width: 640px) {
  .contracts-table__cell--agree-type-mob {
    display: none;
  }
}
.contracts-table__row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E8F4FC;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
}
@media screen and (max-width: 767.98px) {
  .contracts-table__row {
    flex-wrap: wrap;
  }
}
.contracts-table__row:last-child {
  border-bottom: 0;
}
.contracts-table__row--company {
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 15px;
}
@media only screen and (min-width: 640px) {
  .contracts-table__row--company {
    flex-direction: row;
    align-items: center;
    padding: 0;
  }
}
.contracts-table__cell-dotts {
  cursor: pointer;
}
.contracts-table__cell-dotts-icon {
  width: 24px;
  height: 24px;
  opacity: 0.5;
  transition: opacity 0.2s;
  pointer-events: none;
}
.contracts-table__cell-dotts-icon--hide {
  opacity: 0;
}
.contracts-table__cell-arrow {
  width: 16px;
  height: 16px;
  display: block;
  color: #149ECA;
  flex-shrink: 0;
  transform: rotate(90deg);
  transition: transform 0.2s;
  pointer-events: none;
}
.contracts-table__cell-arrow--open {
  transform: rotate(-90deg);
}
.contracts-table--company {
  margin-top: 32px;
}
.bids-table {
  border: 1px solid #E8F4FC;
  border-radius: 4px;
}
.bids-table__loader {
  color: #149ECA;
}
.bids-table__download-text {
  text-decoration: underline;
  color: #149ECA;
  cursor: pointer;
  transition: color 0.2s;
  opacity: 1;
  position: relative;
  width: fit-content;
}
.bids-table__download-text--hide {
  color: rgba(20, 158, 202, 0);
}
.bids-table__download {
  position: relative;
}
.bids-table__top {
  display: flex;
  align-items: center;
  border-radius: 4px 4px 0 0;
  background: #E8F4FC;
}
@media screen and (max-width: 767.98px) {
  .bids-table__top {
    flex-wrap: wrap;
  }
}
.bids-table__cell {
  padding: 13px 10px;
  font-size: 14px;
  line-height: 1.2;
  flex-shrink: 0;
  width: 100px;
}
@media only screen and (min-width: 1280px) {
  .bids-table__cell {
    width: 120px;
  }
}
.bids-table__cell--id {
  width: 80px;
}
@media screen and (max-width: 479.98px) {
  .bids-table__cell--amount {
    flex: 1 0 1%;
  }
}
@media only screen and (min-width: 480px) {
  .bids-table__cell--amount {
    width: 100px;
  }
}
@media only screen and (min-width: 640px) {
  .bids-table__cell--amount {
    width: 120px;
  }
}
@media only screen and (min-width: 1024px) {
  .bids-table__cell--bank {
    width: 140px;
  }
}
.bids-table__cell--purpose {
  flex: 1 0 1%;
}
.bids-table__cell--rate {
  width: 80px;
}
.bids-table__cell--status {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 0 1%;
}
@media only screen and (min-width: 768px) {
  .bids-table__cell--status {
    flex: 0 0 140px;
  }
}
.bids-table__cell--docs {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .bids-table__cell--reciever {
    flex: 1 0 1%;
  }
}
@media only screen and (min-width: 768px) {
  .bids-table__cell--sender {
    flex: 1 0 1%;
  }
}
.bids-table__cell--action {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .bids-table__cell--action {
    padding: 0;
    width: 34px;
  }
}
@media only screen and (min-width: 768px) {
  .bids-table__cell--action {
    width: 54px;
  }
}
.bids-table__cell--action > *:not(.loader) {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bids-table__cell--action > *:not(.loader) > *:first-child {
  padding: 0;
}
.bids-table__cell--toggler {
  padding: 0;
  cursor: pointer;
  position: relative;
  width: 32px;
  height: 32px;
  background: #E8F4FC;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  flex-shrink: 0;
  margin: 0 10px;
}
@media only screen and (min-width: 768px) {
  .bids-table__cell--toggler {
    display: none;
  }
}
.bids-table__cell--container {
  padding: 0;
}
@media screen and (max-width: 767.98px) {
  .bids-table__cell--container {
    width: 100%;
    order: 2;
    flex-wrap: wrap;
    overflow: hidden;
    height: 0;
  }
}
@media only screen and (min-width: 768px) {
  .bids-table__cell--container {
    order: 2;
    display: flex;
    align-items: center;
    flex: 1 0 1%;
  }
}
@media screen and (max-width: 767.98px) {
  .bids-table__cell--container > * {
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    text-align: right;
    border-top: 1px solid #E8F4FC;
  }
}
@media screen and (max-width: 767.98px) {
  .bids-table__cell--container > *::before {
    content: attr(data-title);
    text-align: left;
    opacity: 0.7;
  }
}
@media screen and (max-width: 767.98px) {
  .bids-table__cell--container.open {
    height: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .bids-table__cell--container.open > * {
    opacity: 1;
    width: 100%;
  }
}
@media screen and (max-width: 479.98px) {
  .bids-table__cell--xsm {
    display: none;
  }
}
@media screen and (max-width: 639.98px) {
  .bids-table__cell--sm {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .bids-table__cell--md {
    display: none;
  }
}
@media screen and (max-width: 1023.98px) {
  .bids-table__cell--lg {
    display: none;
  }
}
@media screen and (max-width: 1279.98px) {
  .bids-table__cell--xl {
    display: none;
  }
}
@media screen and (max-width: 1439.98px) {
  .bids-table__cell--xxl {
    display: none;
  }
}
.bids-table__cell p {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.bids-table__cell a:not(.filter-dd__item) {
  color: #149ECA;
}
.bids-table__cell a:not(.filter-dd__item):hover {
  text-decoration: underline;
}
.bids-table__row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E8F4FC;
  font-weight: 400;
  font-size: 14px;
  line-height: 17.85px;
  color: #353748;
}
@media screen and (max-width: 767.98px) {
  .bids-table__row {
    flex-wrap: wrap;
  }
}
.bids-table__row:last-child {
  border-bottom: 0;
}
.bids-table__cell-dotts {
  cursor: pointer;
}
.bids-table__cell-dotts-icon {
  width: 24px;
  height: 24px;
  opacity: 0.5;
  transition: opacity 0.2s;
  pointer-events: none;
}
.bids-table__cell-dotts-icon--hide {
  opacity: 0;
}
.bids-table__cell-arrow {
  width: 16px;
  height: 16px;
  display: block;
  color: #149ECA;
  flex-shrink: 0;
  transform: rotate(90deg);
  transition: transform 0.2s;
  pointer-events: none;
}
.bids-table__cell-arrow--open {
  transform: rotate(-90deg);
}
@media screen and (max-width: 767.98px) {
  .bids-table--payments .bids-table__cell--amount {
    flex: 1 0 1%;
  }
}
@media only screen and (min-width: 768px) {
  .bids-table--payments .bids-table__cell--amount {
    order: 10;
  }
}
.data-block {
  border-radius: 20px;
  background-color: #E8F4FC;
  padding: 20px;
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
}
.data-block__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.data-block__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 18.06px;
}
.data-block__buttons {
  display: flex;
}
.data-block__button {
  background-color: #cde4f9;
}
.data-block__button + .data-block__button {
  margin-left: 8px;
}
.data-block__info-item {
  font-weight: 400;
  font-size: 12px;
  line-height: 14.03px;
  width: 100%;
  display: flex;
}
.data-block__info-item > span:first-child {
  width: 40%;
  padding-right: 15px;
  opacity: 0.4;
  flex-shrink: 0;
}
.data-block__files {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 12px 8px 10px;
  border-radius: 10px;
  width: 100%;
}
.data-block__files-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 15.3px;
  letter-spacing: 0%;
  padding: 0 5px;
  margin-bottom: 10px;
}
.data-block__file {
  margin-top: 8px;
}
.data-block__form {
  width: 100%;
}
.lines-table__row--title {
  font-weight: 500;
}
.lines-table__row--value {
  padding-top: 15px;
}
.lines-table__item-text {
  opacity: 0.6;
  margin-right: 15px;
  text-align: left;
}
.lines-table__item-value {
  display: flex;
  align-items: center;
  min-height: 26px;
  justify-content: flex-end;
  text-align: right;
}
.lines-table__item {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
}
.lines-table__item:nth-child(odd) {
  background-color: rgba(232, 244, 252, 0.4);
}
.payments-table {
  border: 1px solid #E8F4FC;
  border-radius: 4px;
}
.payments-table__loader {
  color: #149ECA;
}
.payments-table__download-text {
  text-decoration: underline;
  color: #149ECA;
  cursor: pointer;
  transition: color 0.2s;
  opacity: 1;
  position: relative;
  width: fit-content;
}
.payments-table__download-text--hide {
  color: rgba(20, 158, 202, 0);
}
.payments-table__download {
  position: relative;
}
.payments-table__top {
  display: flex;
  align-items: center;
  border-radius: 4px 4px 0 0;
  background: #E8F4FC;
}
@media screen and (max-width: 767.98px) {
  .payments-table__top {
    flex-wrap: wrap;
  }
}
.payments-table__cell {
  padding: 13px 10px;
  font-size: 14px;
  line-height: 1.2;
  flex-shrink: 0;
  width: 100px;
}
@media only screen and (min-width: 1280px) {
  .payments-table__cell {
    width: 120px;
  }
}
@media screen and (max-width: 479.98px) {
  .payments-table__cell--amount {
    flex: 1 0 1%;
  }
}
@media only screen and (min-width: 480px) {
  .payments-table__cell--amount {
    width: 100px;
  }
}
@media only screen and (min-width: 640px) {
  .payments-table__cell--amount {
    width: 120px;
  }
}
@media screen and (max-width: 767.98px) {
  .payments-table__cell--amount {
    flex: 1 0 1%;
  }
}
@media only screen and (min-width: 768px) {
  .payments-table__cell--amount {
    order: 10;
  }
}
@media only screen and (min-width: 768px) {
  .payments-table__cell--reciever {
    flex: 1 0 1%;
  }
}
@media only screen and (min-width: 768px) {
  .payments-table__cell--sender {
    flex: 1 0 1%;
  }
}
.payments-table__cell--toggler {
  padding: 0;
  cursor: pointer;
  position: relative;
  width: 32px;
  height: 32px;
  background: #E8F4FC;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  flex-shrink: 0;
  margin: 0 10px;
}
@media only screen and (min-width: 768px) {
  .payments-table__cell--toggler {
    display: none;
  }
}
.payments-table__cell--container {
  padding: 0;
}
@media screen and (max-width: 767.98px) {
  .payments-table__cell--container {
    width: 100%;
    order: 2;
    flex-wrap: wrap;
    overflow: hidden;
    height: 0;
  }
}
@media only screen and (min-width: 768px) {
  .payments-table__cell--container {
    order: 2;
    display: flex;
    align-items: center;
    flex: 1 0 1%;
  }
}
@media screen and (max-width: 767.98px) {
  .payments-table__cell--container > * {
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    text-align: right;
    border-top: 1px solid #E8F4FC;
  }
}
@media screen and (max-width: 767.98px) {
  .payments-table__cell--container > *::before {
    content: attr(data-title);
    text-align: left;
    opacity: 0.7;
  }
}
@media screen and (max-width: 767.98px) {
  .payments-table__cell--container.open {
    height: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .payments-table__cell--container.open > * {
    opacity: 1;
    width: 100%;
  }
}
@media screen and (max-width: 479.98px) {
  .payments-table__cell--xsm {
    display: none;
  }
}
@media screen and (max-width: 639.98px) {
  .payments-table__cell--sm {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .payments-table__cell--md {
    display: none;
  }
}
@media screen and (max-width: 1023.98px) {
  .payments-table__cell--lg {
    display: none;
  }
}
@media screen and (max-width: 1279.98px) {
  .payments-table__cell--xl {
    display: none;
  }
}
@media screen and (max-width: 1439.98px) {
  .payments-table__cell--xxl {
    display: none;
  }
}
.payments-table__cell p {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.payments-table__cell a:not(.filter-dd__item) {
  color: #149ECA;
}
.payments-table__cell a:not(.filter-dd__item):hover {
  text-decoration: underline;
}
.payments-table__row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E8F4FC;
  font-weight: 400;
  font-size: 14px;
  line-height: 17.85px;
  color: #353748;
}
@media screen and (max-width: 767.98px) {
  .payments-table__row {
    flex-wrap: wrap;
  }
}
.payments-table__row:last-child {
  border-bottom: 0;
}
.payments-table__cell-dotts {
  cursor: pointer;
}
.payments-table__cell-dotts-icon {
  width: 24px;
  height: 24px;
  opacity: 0.5;
  transition: opacity 0.2s;
  pointer-events: none;
}
.payments-table__cell-dotts-icon--hide {
  opacity: 0;
}
.payments-table__cell-arrow {
  width: 16px;
  height: 16px;
  display: block;
  color: #149ECA;
  flex-shrink: 0;
  transform: rotate(90deg);
  transition: transform 0.2s;
  pointer-events: none;
}
.payments-table__cell-arrow--open {
  transform: rotate(-90deg);
}
.ratesBlock {
  background: #fff;
  padding: 20px;
  border-radius: 16px;
  color: #607B95;
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 639.98px) {
  .ratesBlock {
    width: 100%;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .ratesBlock {
    padding: 30px;
  }
}
.ratesBlock__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.ratesBlock__date {
  color: #607B95;
}
@media screen and (max-width: 1279.98px) {
  .ratesBlock__date {
    max-width: 160px;
    text-align: right;
    line-height: 1.2;
  }
}
.ratesBlock__caption {
  font-size: 24px;
  font-weight: 500;
  color: #149ECA;
}
.ratesBlock__rates {
  margin: 0 -20px;
  padding: 0 20px;
  overflow: hidden;
}
.ratesBlock__rates-row {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  border-bottom: 1px solid rgba(211, 219, 227, 0);
}
@media screen and (min-width: 768px) {
  .ratesBlock__rates-row {
    justify-content: flex-start;
  }
}
.ratesBlock__rates-row--head {
  padding: 0 0 7px;
  border-bottom: 1px solid #149ECA;
  margin-bottom: 13px;
  font-weight: 500;
}
.ratesBlock__rates-row:last-child {
  border-bottom: 0;
}
@media screen and (min-width: 768px) {
  .ratesBlock__rates-el {
    width: 50%;
    max-width: 180px;
  }
}
@media screen and (min-width: 768px) {
  .ratesBlock__rates-el--value {
    max-width: 50%;
    width: 90px;
    text-align: center;
  }
}
.ratesBlock__buy-block {
  margin-top: 15px;
  position: relative;
  display: flex;
}
.ratesBlock__buy {
  min-height: 42px;
  margin: 0 auto;
}
.ratesBlock__tooltip {
  margin: 0;
  /*    margin-right: 15px;*/
  position: relative;
  top: 0;
  left: 0;
  font-size: 13px;
  line-height: 1.2;
  border-radius: 8px;
  /*transform: translateY(-100%);*/
  color: #FFFFFF;
  background: #353748;
  padding: 5px 10px;
  box-shadow: none;
  line-height: 1.2;
}
.ratesBlock__tooltip-link {
  text-decoration: underline;
  color: inherit;
}
.ratesBlock--loader {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 15px;
}
.ratesBlock--loader .q-skeleton {
  opacity: 0.3;
}
.ratesBlock--forimex {
  min-height: 246px;
}
.ratesBlock--investing {
  min-height: 238px;
}
.ratesBlock--cbr {
  min-height: 239px;
}
.ratesBlock__desc {
  color: rgba(96, 123, 149, 0.6);
  font-size: 14px;
  line-height: 1.3;
  margin-top: 15px;
}
@media screen and (max-width: 639.98px) {
  .ratesBlockCBR {
    margin: 0 -20px;
    overflow-y: auto;
  }
}
.ratesBlockCBR__inner {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(5, auto);
  grid-template-columns: max-content;
}
@media screen and (max-width: 639.98px) {
  .ratesBlockCBR__inner {
    padding: 0 20px;
    width: 100%;
    min-width: 335px;
  }
}
.ratesBlockCBR__head {
  text-align: center;
  padding: 0 0 7px;
  border-bottom: 1px solid #FFFFFF;
  margin-bottom: 13px;
  font-weight: 500;
  font-size: 11px;
  line-height: 1;
}
@media screen and (min-width: 400px) {
  .ratesBlockCBR__head {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .ratesBlockCBR__head {
    font-size: 14px;
  }
}
.ratesBlockCBR__head p + p {
  margin-top: 5px;
  font-size: 0.8em;
}
.ratesBlockCBR__head--first {
  text-align: left;
}
@media screen and (max-width: 767.98px) {
  .ratesBlockCBR__head--hide {
    display: none;
  }
}
.ratesBlockCBR__cell {
  text-align: center;
  padding: 5px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.ratesBlockCBR__cell--first {
  text-align: left;
}
@media screen and (max-width: 767.98px) {
  .ratesBlockCBR__cell--hide {
    display: none;
  }
}
.inputCalendar {
  width: 100%;
  display: block;
  position: relative;
}
.inputCalendar__tooltip {
  margin-top: -8px;
}
.inputCalendar__field {
  display: block;
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 1280px) {
  .inputCalendar__field {
    max-width: 160px;
  }
}
.inputCalendar__hidden {
  opacity: 0;
  pointer-events: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
}
.inputCalendar__input {
  border: none;
  outline: none;
  width: 100%;
  min-height: 36px;
  min-width: 160px;
  position: relative;
  background: rgba(232, 244, 252, 0.5);
  border-radius: 16px;
  padding: 8px 35px 8px 16px;
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inputCalendar__icon-container {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
@media only screen and (min-width: 768px) {
  .inputCalendar__icon-container {
    display: flex;
  }
}
.inputCalendar__icon-container--search {
  right: 25px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
.inputCalendar__icon {
  display: block;
  color: rgba(53, 55, 72, 0.5);
  width: 100%;
  height: 100%;
}
.inputCalendar__icon--search {
  width: 30px;
  height: 30px;
}
.calendarField {
  display: block;
  position: relative;
}
.calendarField__label {
  display: block;
  line-height: 1.5;
}
.calendarField__label--static {
  margin-bottom: 4px;
  font-size: 16px;
  color: #353748;
  display: block;
  transition: color 0.2s;
}
.calendarField__label-optional {
  color: #97AABD;
}
.calendarField__container {
  display: block;
  position: relative;
  width: 100%;
}
.calendarField__icon-container {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 16px;
  top: 14px;
  width: 24px;
  height: 24px;
  margin-top: 0;
}
.calendarField__icon-container--search {
  right: 40px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
.calendarField__icon-container .flatpickr-calendar {
  position: absolute !important;
  transform: translateX(-127px) translateY(20px);
  pointer-events: none;
  opacity: 0 !important;
}
.calendarField__icon-container--open .flatpickr-calendar {
  opacity: 1 !important;
  pointer-events: auto;
  z-index: 99;
}
.calendarField__icon {
  display: none;
  color: #149eca;
  width: 100%;
  height: 100%;
  cursor: pointer;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .calendarField__icon {
    display: block;
  }
}
.calendarField__icon--search {
  width: 30px;
  height: 30px;
  pointer-events: auto;
  position: absolute;
  right: 0px;
  top: 12px;
}
.calendarField__hidden {
  opacity: 0;
  pointer-events: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
}
.calendarField__tooltip {
  margin-top: -8px;
}
.calendarField--floatig-label .calendarField__label {
  pointer-events: none;
  position: absolute;
  left: 18px;
  top: 14px;
  opacity: 1;
  color: #9a9ba3;
  background-color: transparent;
  transition: top 0.3s ease-in-out, left 0.3s ease-in-out, background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.calendarField--floatig-label .calendarField__label--phone {
  opacity: 0;
}
.calendarField--floatig-label .calendarField__label--up {
  background-color: #FFFFFF;
  top: -9px;
  opacity: 1;
}
.calendarField--floatig-label .calendarField__label--icon {
  left: 50px;
}
.calendarField--floatig-label .calendarField__input:-webkit-autofill + .calendarField__label, .calendarField--floatig-label .calendarField__input:-webkit-autofill:hover + .calendarField__label, .calendarField--floatig-label .calendarField__input:-webkit-autofill:focus + .calendarField__label, .calendarField--floatig-label .calendarField__input:-webkit-autofill:active + .calendarField__label, .calendarField--floatig-label .calendarField__input--filled + .calendarField__label, .calendarField--floatig-label .calendarField__input:focus + .calendarField__label {
  background-color: #FFFFFF;
  top: -9px;
  opacity: 1;
}
.calendarField--floatig-label .calendarField__input:-webkit-autofill + .calendarField__label--icon, .calendarField--floatig-label .calendarField__input:-webkit-autofill:hover + .calendarField__label--icon, .calendarField--floatig-label .calendarField__input:-webkit-autofill:focus + .calendarField__label--icon, .calendarField--floatig-label .calendarField__input:-webkit-autofill:active + .calendarField__label--icon, .calendarField--floatig-label .calendarField__input--filled + .calendarField__label--icon, .calendarField--floatig-label .calendarField__input:focus + .calendarField__label--icon {
  left: 18px;
}
.calendarField__input {
  font-size: 16px;
  border-radius: 16px;
  border: 2px solid #E8F4FC;
  color: #353748;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 13px 50px;
  outline: none;
  line-height: 1;
  background: #fff;
  min-height: 50px;
  transition: border-color 0.3s ease-in-out;
}
.calendarField__input::placeholder {
  color: rgba(53, 55, 72, 0.5);
  transition: color 0.3s ease-in-out;
}
.calendarField__input.success, .calendarField__input:focus {
  border-color: #6ADBD9;
}
.calendarField__input.success::placeholder, .calendarField__input:focus::placeholder {
  color: transparent;
}
.calendarField__input--textarea {
  resize: none;
  height: 110px;
}
.calendarField__input--error {
  border-color: #c92243;
  /*background-color: $negative-bg;*/
}
.calendarField__input--no-icon {
  padding-left: 16px;
  padding-right: 16px;
}
.calendarField__input:disabled {
  background: #E8F4FC;
  cursor: not-allowed;
}
.calendarField__input--disable {
  background: #E8F4FC;
  cursor: not-allowed;
}
.calendarField--sq .calendarField__input {
  border-radius: 8px;
}
.calendarField--show-icon .calendarField__icon {
  display: block;
}
@media only screen and (min-width: 640px) {
  .calendar-row {
    display: flex;
    align-items: flex-end;
    gap: 16px;
  }
}
.calendar-row__check {
  margin-bottom: 16px;
}
@media only screen and (min-width: 640px) {
  .calendar-row__check {
    margin-bottom: 30px;
  }
}
.ItemStatus {
  position: absolute;
  right: 40px;
  top: 12px;
  display: flex;
  background: #2FC917;
  border-radius: 4px;
  align-items: center;
  color: #FFFFFF;
  padding: 3px 4px;
  font-size: 10px;
  line-height: 1;
}
.ItemStatus--draft {
  background: #137CE4;
}
.ItemStatus--rejected {
  background: #FF003D;
}
.ItemStatus--revision, .ItemStatus--deleted {
  background: #FFA100;
}
.ItemStatus--in_progress {
  background: #868791;
}
.ItemStatus__icon {
  color: #FFFFFF;
  width: 10px;
  height: 10px;
  display: block;
  margin-right: 4px;
}
.ItemStatus--left {
  right: auto;
  left: 16px;
}
.status-link {
  display: flex;
  align-items: center;
  color: #2FC917;
}
.status-link--draft {
  color: #137CE4;
}
.status-link--rejected {
  color: #FF003D;
}
.status-link--signing, .status-link--signature, .status-link--revision, .status-link--edit {
  color: #FFA100;
}
.status-link--pending, .status-link--in_progress {
  color: #868791;
}
.status-link__text {
  color: #353748;
}
.status-link__dot-icon {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  margin-right: 5px;
}
.status-link__dot-icon::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: currentColor;
}
.status-link__icon {
  width: 16px;
  height: 16px;
  display: block;
  margin-right: 8px;
  color: inherit;
}
.item-status {
  position: absolute;
  right: 40px;
  top: 12px;
  display: flex;
  background: #2FC917;
  border-radius: 4px;
  align-items: center;
  color: #FFFFFF;
  padding: 3px 4px;
  font-size: 10px;
  line-height: 1;
}
.item-status--draft {
  background: #137CE4;
}
.item-status--rejected {
  background: #FF003D;
}
.item-status--deleted {
  background: #FFA100;
}
.item-status__icon {
  color: #FFFFFF;
  width: 10px;
  height: 10px;
  display: block;
  margin-right: 4px;
}
.status-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 8px;
  top: 8px;
  color: #CA2031;
}
.status-icon--orange {
  color: #FF9800;
}
.status-icon__svg {
  width: 24px;
  height: 24px;
  display: block;
}
.warning {
  border-radius: 8px;
  display: flex;
  align-items: flex-start;
  background: #FCF2E8;
  border: 1px solid #F0BF8E;
  padding: 18px 16px;
  margin-bottom: 16px;
}
.warning__text-comment {
  font-style: italic;
}
.warning__text-caption {
  font-weight: 600;
}
.warning__text-caption--line {
  margin-top: 4px;
}
.warning__text-btn {
  display: inline-block;
  border-bottom: 1px dotted;
  color: #149ECA;
  cursor: pointer;
}
.warning__text {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  white-space: pre-line;
}
.warning__icon {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  margin-top: 3px;
  color: #E48C34;
  flex-shrink: 0;
}
.warning__icon--xl {
  width: 24px;
  height: 24px;
}
.warning--red {
  border-color: #FAE9EA;
  background-color: #FAE9EA;
}
.warning--red .warning__icon {
  color: #CA2031;
}
.warning--blue {
  border-color: #149ECA;
  background: #E8F4FC;
}
.warning--blue .warning__icon {
  color: #149ECA;
}
.ItemOptions {
  position: absolute;
  right: 5px;
  top: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}
.ItemOptions__btn {
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ItemOptions__dotts-icon {
  width: 20px;
  height: 20px;
  display: block;
  transform: rotate(90deg);
  color: #353748;
  pointer-events: none;
}
.languageSwitch {
  -webkit-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 11;
  cursor: pointer;
}
.languageSwitch__arrow {
  width: 20px;
  height: 20px;
  position: relative;
  margin-left: 4px;
  display: none;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s;
  transform: rotate(180deg);
}
.languageSwitch__arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -9px;
  margin-left: -6px;
  display: block;
  border: 6px solid transparent;
  border-bottom: 6px solid #137CE4;
}
.languageSwitch__arrow--active {
  transform: rotate(0deg);
}
.languageSwitch__text {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
  margin-left: 8px;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .languageSwitch__text {
    display: block;
  }
}
.languageSwitchMenu {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 10px;
  background: #fff;
  border: 1px solid #D3DBE3;
  box-shadow: 0 2px 2px 0 rgba(0, 32, 51, 0.0196078431);
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  width: 240px;
}
.languageSwitchItem {
  cursor: pointer;
  display: flex;
  align-items: center;
  background: #fff;
  transition: background-color 0.2s;
  gap: 8px;
  padding: 12px;
  z-index: 1;
}
.languageSwitchItem__sub-title {
  color: #607B95;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}
.languageSwitchItem__title {
  color: #0D1014;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
}
.languageSwitchItem__content {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.languageSwitchItem--active {
  background: #E3F0FF;
}
.languageSwitchIcon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .languageSwitchIcon {
    width: 24px;
    height: 24px;
  }
}
.AuthContainer {
  text-align: center;
  width: 100%;
  padding: 15px 20px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0px 4px 4px 0px rgba(0, 32, 51, 0.0392156863);
  max-width: 450px;
  position: relative;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 480px) {
  .AuthContainer {
    padding: 25px 20px;
  }
}
@media screen and (min-width: 768px) {
  .AuthContainer {
    padding: 32px 30px;
  }
}
.AuthContainer__logo {
  display: block;
  width: 190px;
  height: 58px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: -32px;
  margin-top: -58px;
}
@media screen and (min-width: 1024px) {
  .AuthContainer--forget {
    min-height: 375px;
  }
}
.AuthContainer__forget-submit {
  margin-top: 28px;
}
.AuthContainer__title {
  color: #149ECA;
  background: linear-gradient(90deg, #6ADBD9 0%, #149ECA 49.5%, #6ADBD9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 27px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.AuthContainer__link {
  color: #149ECA;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
  display: block;
}
.AuthContainer__link--forget {
  text-align: right;
  font-size: 12px;
  margin-bottom: 28px;
  line-height: 22px;
}
.AuthContainer__link--reg {
  margin-top: 20px;
}
.AuthContainer__field {
  margin-bottom: 20px;
}
.AuthContainer__field--last {
  margin-bottom: 10px;
}
.AuthContainer__desc {
  color: rgba(53, 55, 72, 0.5);
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 41px;
}
.AuthContainer__desc--m-0 {
  margin: 0;
}
.AuthContainer__check {
  margin-bottom: 10px;
  margin-left: 8px;
}
.AuthContainer__check-container {
  margin-top: 20px;
  margin-bottom: 30px;
}
.AuthContainer__check-link {
  color: #149ECA;
  text-decoration: none;
}
.AuthContainer__check-text {
  position: relative;
  font-size: 12px;
  line-height: 1.8;
  margin-left: 8px;
  -webkit-user-select: none;
          user-select: none;
}
.AuthContainer__switch {
  margin-bottom: 14px;
}
.AuthContainer__picode-field {
  margin: 15px auto;
  max-width: 200px;
}
.AuthContainer__code-error {
  margin-bottom: 15px;
}
.modal .mini-logo {
  margin: 0 auto;
}
.modal__top {
  padding: 24px 28px;
  border-bottom: 1px solid #E8F4FC;
}
.modal__caption {
  line-height: 1;
  font-size: 22px;
  font-weight: 500;
}
@media screen and (min-width: 400px) {
  .modal__caption {
    font-size: 24px;
  }
}
.modal__close {
  display: none;
  cursor: pointer;
  width: 30px;
  height: 30px;
  color: #353748;
  position: absolute;
  top: 10px;
  right: 10px;
}
@media screen and (min-width: 768px) {
  .modal__close {
    display: block;
  }
}
.modal__title {
  text-align: center;
  color: #149ECA;
  background: linear-gradient(90deg, #6ADBD9 0%, #149ECA 49.5%, #6ADBD9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 27px;
  line-height: 1.4;
  margin-top: 20px;
}
.modal__title--m-0 {
  margin: 0;
}
.modal__text {
  text-align: center;
  font-size: 12px;
  line-height: 1.8;
  color: rgba(53, 55, 72, 0.5);
  margin: 20px 0;
}
.modal__text--b {
  margin: 10px 0;
}
.modal__text:last-child {
  margin-bottom: 0;
}
.modal__text--left {
  text-align: left;
}
.modal__rate-row {
  display: flex;
}
.modal__rate {
  margin-top: 20px;
  width: 50%;
}
.modal__done-icon {
  width: 100px;
  height: 100px;
  display: block;
  margin: 90px auto 0;
}
.modal__btn {
  text-align: center;
  display: block;
  margin-top: 25px;
}
@media only screen and (min-width: 640px) {
  .modal__inner {
    min-width: 340px;
  }
}
.modal__link-text {
  opacity: 1;
}
.modal__link-loader {
  opacity: 0;
  transition: opacity 0.2s;
}
.modal__form-rate {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
@media only screen and (min-width: 640px) {
  .modal__form-rate {
    min-width: 340px;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 479.98px) {
  .modal__form-rate-field {
    width: 100%;
  }
}
@media only screen and (min-width: 480px) {
  .modal__form-rate-field {
    flex: 1 0 1%;
  }
}
@media screen and (max-width: 479.98px) {
  .modal__form-rate-btn {
    width: 100%;
  }
}
@media only screen and (min-width: 480px) {
  .modal__form-rate-btn {
    flex: 1 0 0%;
  }
}
.modal__link {
  font-size: 14px;
  line-height: 1.5;
  color: #149ECA;
  margin-top: 20px;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.modal__link--m-0 {
  margin: 0;
}
.modal__link--m-t {
  margin: 10px 0 0;
}
.modal__link.loading .modal__link-text {
  opacity: 0;
}
.modal__link.loading .modal__link-loader {
  opacity: 1;
}
.modal__email {
  margin-top: 32px;
}
.modal__email .field__input {
  border: 2px solid #6ADBD9;
}
.modal__email .field__input--error {
  border-color: #c92243;
}
.modal__desc {
  font-size: 12px;
  line-height: 1.8;
  color: rgba(53, 55, 72, 0.5);
  display: block;
  margin-top: 35px;
  text-align: center;
}
.modal.q-dialog-plugin {
  border-radius: 16px;
  padding: 15px 30px 90px;
}
@media screen and (min-width: 768px) {
  .modal.q-dialog-plugin {
    padding: 90px 30px;
  }
}
.modal.q-card {
  background: none;
  box-shadow: none;
  width: auto;
}
@media screen and (min-width: 768px) {
  .modal.q-card {
    background: #fff;
    max-height: none !important;
  }
}
.modal--white.q-card {
  background: #fff;
}
.modal--white.q-dialog-plugin {
  padding-bottom: 30px;
}
.modal--new-order.q-dialog-plugin {
  border-radius: 16px;
  box-shadow: 0 0 62.8px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .modal--confirm.q-dialog-plugin {
    padding: 90px 65px 70px;
  }
}
.modal--otp.q-dialog-plugin {
  padding: 15px 15px !important;
}
@media screen and (min-width: 768px) {
  .modal--otp.q-dialog-plugin {
    min-width: 640px;
    padding: 30px 40px !important;
  }
}
@media screen and (min-width: 768px) {
  .modal--info.q-dialog-plugin {
    min-width: 640px;
    padding: 30px 40px !important;
  }
}
.new-order-modal {
  max-width: none !important;
  width: auto;
}
.new-order-modal__back {
  cursor: pointer;
  width: 200px;
  border-radius: 10px;
  text-align: center;
  background: #E8F4FC;
  padding: 8px 5px;
  font-size: 14px;
  line-height: 1;
  color: #149ECA;
  position: relative;
  z-index: 1;
}
.new-order-modal__close {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 30px;
  height: 30px;
  color: #6F7787;
  cursor: pointer;
  z-index: 1;
}
@media only screen and (min-width: 640px) {
  .new-order-modal__close {
    right: 20px;
    top: 20px;
  }
}
.new-order-modal__inner {
  padding: 15px;
  position: relative;
  min-width: calc(100vw - 50px);
}
@media only screen and (min-width: 640px) {
  .new-order-modal__inner {
    padding: 25px 30px 30px;
    min-width: 580px;
  }
}
@media only screen and (min-width: 768px) {
  .new-order-modal__inner {
    min-width: 700px;
  }
}
@media only screen and (min-width: 1024px) {
  .new-order-modal__inner {
    min-width: 910px;
  }
}
.new-order-modal.q-dialog-plugin {
  border-radius: 16px;
  box-shadow: 0 0 62.8px 0 rgba(0, 0, 0, 0.1);
}
.new-order-modal.q-card {
  background: #fff;
  max-height: none !important;
}
.new-order-modal-result {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #171A1F;
  text-align: center;
  line-height: 1.25;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
  z-index: 2;
  padding: 15px;
}
.new-order-modal-result--show {
  opacity: 1;
  pointer-events: auto;
}
.new-order-modal-result__text {
  font-size: 16px;
}
.new-order-modal-result__caption {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.auth-modal .q-dialog__inner {
  padding: 80px 0 0;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .auth-modal .q-dialog__inner {
    padding: 24px;
    align-items: center;
  }
}
.auth-modal .q-dialog__backdrop {
  background-image: url(/assets/mob-bg-BRVs7NBA.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media screen and (min-width: 768px) {
  .auth-modal .q-dialog__backdrop {
    background: none;
    background-color: rgba(20, 158, 202, 0.31);
    backdrop-filter: blur(20px);
  }
}
.pincodeInput {
  border-radius: 16px;
  width: 50px;
  height: 50px;
  text-align: center;
  border: 2px solid #6ADBD9;
  transition: border-color 0.3s ease-in-out;
}
.pincodeInput--error {
  border-color: #c92243;
}
.otp-input-container {
  justify-content: space-between;
  margin-top: 32px;
  text-align: center;
}
.otp-input-container div {
  justify-content: center;
  display: flex;
  align-items: center;
}
.vue-pincode-input-wrapper {
  justify-content: space-between;
  margin-top: 32px;
  /*  margin-bottom: -18px;*/
}
.modal-backdrop-color .q-dialog__backdrop,
.order-modal .q-dialog__backdrop {
  backdrop-filter: blur(16px);
  background-color: rgba(20, 158, 202, 0.3);
}
.q-dialog--modal .q-dialog__backdrop {
  backdrop-filter: blur(16px);
  background-color: rgba(20, 158, 202, 0.3);
}
.q-dialog--modal .q-dialog-plugin {
  border-radius: 8px;
  box-shadow: none;
}
.q-dialog--modal .q-dialog-plugin:not(.new-order-modal) {
  width: 100%;
  padding: 15px 30px 30px;
}
@media screen and (min-width: 768px) {
  .q-dialog--modal .q-dialog-plugin:not(.new-order-modal) {
    padding: 90px 65px 70px;
  }
}
.q-dialog--modal .modal--tight.q-dialog-plugin {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .q-dialog--modal .modal--tight.q-dialog-plugin {
    min-width: 640px;
    padding: 0;
  }
}
.q-dialog--modal .q-dialog__title {
  text-align: center;
  color: #149ECA;
  background: linear-gradient(90deg, #6ADBD9 0%, #149ECA 49.5%, #6ADBD9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 27px;
  line-height: 1.4;
  font-weight: 400;
  margin: 0 0 35px;
  padding: 0;
}
.q-dialog--modal .q-dialog__message {
  font-size: 12px;
  line-height: 1.8;
  color: rgba(53, 55, 72, 0.5);
  display: block;
  text-align: center;
  padding: 0;
}
.q-dialog--modal .q-dialog__actions {
  padding: 0;
  margin-top: 35px;
}
.q-dialog--modal .q-card__actions {
  padding: 0;
  margin-top: 35px;
}
.q-dialog--modal .q-card__actions .q-btn {
  flex: 1 0 1%;
}
.popup__title {
  line-height: 1;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 32px;
}
.popup__desc {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 32px;
}
.popup__btn {
  font-size: 14px;
  width: fit-content;
}
.popup__btn--cancel {
  min-width: 80px;
}
.popup__btn--save {
  min-width: 70px;
}
.popup__btn--yes {
  min-width: 120px;
}
.popup__btn--mr {
  margin-left: auto;
}
.popup__btn--ok {
  min-width: 80px;
}
.popup__handlers {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 32px;
}
.popup__handlers--sb {
  justify-content: space-between;
}
.popup__close-btn {
  color: #7A7E89;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  z-index: 1;
}
.popup__close {
  display: none;
  cursor: pointer;
  width: 30px;
  height: 30px;
  color: #353748;
  position: absolute;
  top: 15px;
  right: 15px;
  /*    @media screen and (min-width: $md) {
        display: block;
      }*/
}
@media (min-width: 480px) {
  .popup__close {
    display: block;
  }
}
.popup__inner {
  padding: 0;
}
.popup__scroll {
  max-height: calc(100vh - 310px);
  width: 100%;
  /*   padding-right: 50px;*/
  margin-right: -32px;
  overflow-y: auto;
  padding: 16px 32px;
}
@media (min-width: 768px) {
  .popup__scroll {
    max-height: calc(100vh - 280px);
  }
}
.popup__scroll--px-0 {
  padding-left: 0;
  padding-right: 0;
  max-height: calc(100vh - 280px);
}
@media (min-width: 1024px) {
  .popup__scroll--px-0 {
    max-height: calc(100vh - 230px);
  }
}
.popup__scroll--tab {
  max-height: calc(100vh - 245px);
}
.popup__scroll--tab-regulators {
  max-height: calc(100vh - 380px);
}
@media (min-width: 768px) {
  .popup__scroll--tab-regulators {
    max-height: calc(100vh - 330px);
  }
}
.popup__scroll--tab-personal {
  max-height: calc(100vh - 380px);
}
@media (min-width: 768px) {
  .popup__scroll--tab-personal {
    max-height: calc(100vh - 330px);
  }
}
.popup__row {
  display: flex;
}
.popup__inner-loader {
  position: relative;
  min-height: 250px;
}
.q-dialog .q-card.popup {
  max-width: 650px;
  box-shadow: 0px 12px 24px rgba(34, 36, 43, 0.02), 0px 8px 12px rgba(34, 36, 43, 0.04), 0px 4px 8px rgba(34, 36, 43, 0.06), 0px 1px 4px rgba(34, 36, 43, 0.12);
  padding: 15px;
}
@media (min-width: 768px) {
  .q-dialog .q-card.popup {
    max-width: 650px;
    padding: 30px 30px;
  }
}
.q-dialog .q-card.popup--lg {
  max-width: 750px;
}
@media (min-width: 768px) {
  .q-dialog .q-card.popup--lg {
    max-width: 750px;
  }
}
.q-dialog .q-card.popup--xl {
  max-width: 1024px;
}
@media (min-width: 768px) {
  .q-dialog .q-card.popup--xl {
    max-width: 1024px;
  }
}
.q-dialog .q-card.popup--sm {
  max-width: 460px;
}
.q-dialog .q-card.popup--np {
  padding: 0;
}
@media (min-width: 768px) {
  .q-dialog .q-card.popup--np {
    padding: 0;
  }
}
.popup-dialog .q-dialog__inner {
  padding: 5px;
}
.popup-dialog .popup {
  max-height: calc(100vh - 20px);
}
.popup-dialog .popup--addcompany {
  max-height: calc(100vh - 40px);
  height: calc(100vh - 40px);
  display: flex;
  flex-direction: column;
}
.info-modal__title {
  font-size: 24px;
  font-weight: 600;
  color: #22242B;
  line-height: 28px;
  margin-bottom: 32px;
}
.info-modal__text {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.info-modal__text a {
  color: #149ECA;
  text-decoration: underline;
}
.popup-tab {
  display: flex;
  border-bottom: 1px solid #D3DBE3;
  gap: 16px;
  padding: 16px 40px 0;
}
.popup-tab__item {
  font-size: 14px;
  line-height: 20px;
  padding: 8px 0;
  color: #000;
  cursor: pointer;
  transition: color 0.2s;
  position: relative;
}
.popup-tab__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
  width: 100%;
  background: #149ECA;
  opacity: 0;
  transition: opacity 0.2s;
}
.popup-tab__item--active {
  color: #149ECA;
}
.popup-tab__item--active::after {
  opacity: 1;
}
.page-content {
  width: 100%;
  position: relative;
  padding-bottom: 30px;
}
.page-content::after {
  content: "";
  width: 1px;
  height: 100%;
  left: -1px;
  top: 0;
  background: #E8F4FC;
  pointer-events: none;
  transition: opacity 0.2s;
  position: absolute;
  opacity: 0;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .page-content::after {
    display: block;
  }
}
.page-content--border-left::after {
  opacity: 1;
}
.pageHeadLink {
  display: flex;
  align-items: center;
  margin-right: 30px;
  padding-bottom: 10px;
  text-decoration: none;
  color: #353748;
  position: relative;
}
.pageHeadLink::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 100%;
  background-color: #149ECA;
  transition: transform 0.2s;
  transform: scale(0);
}
.pageHeadLink__text {
  transition: color 0.2s;
}
.pageHeadLink__edit-icon {
  width: 20px;
  height: 20px;
  color: #149ECA;
  display: block;
}
.pageHeadLink__edit {
  width: 26px;
  height: 26px;
  background-color: rgba(20, 158, 202, 0.17);
  border-radius: 100%;
  margin-left: 7px;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
  display: flex;
  display: none;
}
.pageHeadLink.router-link-exact-active {
  color: #149ECA;
}
.pageHeadLink.router-link-exact-active::after {
  transform: scale(1);
}
.pageHeadLink.router-link-exact-active .pageHeadLink__edit {
  opacity: 1;
  pointer-events: auto;
}
.pageHead {
  display: flex;
  margin-bottom: 30px;
  border-bottom: 1px solid #E8F4FC;
}
@media only screen and (min-width: 1024px) {
  .pageHead {
    padding-left: 30px;
  }
}
.page-container {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .page-container {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 1440px) {
  .page-container {
    padding-left: 30px;
  }
}
.page-h1 {
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  color: #353748;
  margin: 0;
}
.page-h1--center {
  text-align: center;
}
.page-h1--mb {
  margin-bottom: 20px;
}
.page-h1--m {
  margin: 20px 0;
}
.sideBarMenu {
  border-right: 1px solid rgba(232, 244, 252, 0);
  position: relative;
  margin-bottom: 30px;
  -webkit-user-select: none;
          user-select: none;
}
@media only screen and (min-width: 1024px) {
  .sideBarMenu {
    margin: 0;
    padding-left: 0;
    padding-right: 10px;
    min-width: 155px;
    flex-shrink: 1;
    overflow: visible;
  }
}
@media only screen and (min-width: 1440px) {
  .sideBarMenu {
    padding-right: 20px;
    min-width: 240px;
  }
}
.sideBarMenu::after {
  content: "";
  display: block;
  position: absolute;
  right: -1px;
  top: -86px;
  min-height: 100vh;
  width: 1px;
  background: #E8F4FC;
  opacity: 0;
  transition: background-color 0.2s;
  pointer-events: none;
}
@media only screen and (min-width: 1024px) {
  .sideBarMenu--border::after {
    opacity: 1;
  }
}
@media screen and (max-width: 1023.98px) {
  .sideBarMenu__inner {
    overflow: hidden;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1023.98px) {
  .sideBarMenu__container {
    white-space: nowrap;
    margin: 0 -20px -30px;
    padding: 0 20px 30px 10px;
    overflow-x: auto;
    display: flex;
  }
}
@media only screen and (min-width: 1024px) {
  .sideBarMenu__container {
    display: block;
  }
}
.sideBarMenu__item {
  margin-left: 10px;
}
@media only screen and (min-width: 1024px) {
  .sideBarMenu__item {
    min-width: 145px;
    margin-left: 0;
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 1440px) {
  .sideBarMenu__item {
    min-width: 220px;
  }
}
.container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.header {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 640px) {
  .header {
    padding: 20px;
  }
}
.content {
  padding: 0 20px 0;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .content {
    display: flex;
    justify-content: space-between;
  }
}
.orders-list-container {
  overflow-x: auto;
}
@media only screen and (min-width: 1024px) {
  .orders-list-container {
    overflow: visible;
  }
}
.orders-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 1px solid #E8F4FC;
  border-radius: 0 0 4px 4px;
}
.orders-list::after, .orders-list::before {
  content: "";
  display: block;
  order: 1;
}
@media only screen and (min-width: 480px) {
  .orders-list::after, .orders-list::before {
    width: calc((100% - 20px) / 2);
  }
}
@media only screen and (min-width: 640px) {
  .orders-list::after, .orders-list::before {
    width: calc((100% - 60px) / 3);
  }
}
@media only screen and (min-width: 768px) {
  .orders-list {
    display: block;
  }
}
.orders-top {
  display: flex;
  align-items: center;
}
.orders-top__text {
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
}
.orders-top__btn {
  max-width: 170px;
  margin-left: 10px;
}
.orders-top__btn--icon {
  color: #fff;
}
.orders-list-top {
  display: flex;
  background: #E8F4FC;
  border-radius: 4px 4px 0 0;
}
.orders-list-top__sort {
  margin-left: 8px;
}
.orders-list-handler {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 24px;
  height: 24px;
  color: #353748;
}
.orders-list-handler__icon {
  display: block;
  width: 24px;
  height: 24px;
}
.orders-list-cell {
  padding: 13px 10px;
  font-size: 14px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  /*&::before {
    content: attr(data-title);
    display: flex;
    align-items: center;
    font-weight: 500;
    @media only screen and (min-width: $md) {
      display: none;
    }
  }*/
}
.orders-list-cell:last-child {
  border-bottom: none;
}
@media only screen and (min-width: 768px) {
  .orders-list-cell {
    border: none;
  }
}
.orders-list-cell p {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.orders-list-cell--id {
  font-weight: 500;
  font-size: 14px;
  width: 100px;
}
.orders-list-cell--head {
  padding: 13px 10px;
  font-weight: 400;
  font-weight: 400;
  font-size: 12px;
  line-height: 15.3px;
}
.orders-list-cell--date {
  width: 110px;
}
@media screen and (max-width: 479.98px) {
  .orders-list-cell--date {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .orders-list-cell--status {
    flex: 1 0 1%;
  }
}
@media only screen and (min-width: 768px) {
  .orders-list-cell--status {
    justify-content: center;
    width: 260px;
  }
}
.orders-list-cell--contractor {
  flex: 1 0 1%;
  justify-content: flex-start;
}
@media screen and (max-width: 767.98px) {
  .orders-list-cell--contractor {
    display: none;
  }
}
.orders-list-cell--company {
  flex: 1 0 1%;
}
@media screen and (max-width: 1279.98px) {
  .orders-list-cell--company {
    display: none;
  }
}
.orders-list-cell--price {
  width: 140px;
}
@media screen and (max-width: 639.98px) {
  .orders-list-cell--price {
    display: none;
  }
}
.orders-list-cell--center {
  text-align: center;
  justify-content: center;
}
.OrderItem {
  text-decoration: none;
  color: #353748;
  border-bottom: 1px solid #E8F4FC;
  border-radius: 4px;
  width: 100%;
  display: flex;
  align-items: center;
}
.OrderItemStatus {
  font-size: 14px;
  line-height: 26px;
  padding: 0 16px;
  border-radius: 39px;
  display: inline-block;
  --color: #6A7CDB;
  color: var(--color);
  background-color: rgb(from var(--color) r g b/0.2);
  text-transform: capitalize;
  max-width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  /*  &--compliance {
      --color: #AFEEEE;
    }*/
}
.OrderItemStatus--cancelled, .OrderItemStatus--terminated {
  --color: #DB6A6A;
}
.OrderItemStatus--completed {
  --color: #6ADBD9;
}
.OrderItemStatus--active, .OrderItemStatus--implementation {
  --color: #6ADB8A;
}
.OrderItemStatus--refilling_account {
  --color: #8EDB6A;
}
.OrderItemStatus--preparation_documents {
  --color: #C4D136;
}
.OrderItemStatus--negotiations, .OrderItemStatus--structuring {
  --color: #db8e6a;
}
.OrderItemStatus--adding_funds {
  --color: #ffa500;
}
.OrderItemStatus--realization {
  --color: #6ADB8A;
}
.OrderItemStatus--documents {
  --color: #C4D136;
}
.OrderItemStatus--in-progress, .OrderItemStatus--accepted {
  --color: #6AA5DB;
}
@media only screen and (min-width: 1024px) {
  .ordersPage {
    padding-left: 30px;
  }
}
.ordersPage__empty {
  margin-top: 25px;
}
.new-order__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: #171A1F;
  margin: 20px 0;
}
@media screen and (max-width: 767.98px) {
  .new-order__row-item {
    width: 100%;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 640px) {
  .new-order__row-item {
    width: calc((100% - 30px) / 2);
  }
}
@media only screen and (min-width: 640px) {
  .new-order__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
  }
}
.new-order__footer {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
}
.new-order__submit {
  max-width: 130px;
}
.new-order__btn-icon {
  width: 15px !important;
  height: 15px !important;
  stroke: #fff !important;
}
.new-order__row-item-caption {
  color: #171A1F;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 16px;
  display: block;
}
.new-order__row-item-caption--mt {
  margin-top: 20px;
}
@media only screen and (min-width: 640px) {
  .new-order__row-item-caption--mt {
    margin-top: 0;
  }
}
.new-order-desc__text {
  font-size: 14px;
  line-height: 1;
  color: #171A1F;
  margin-bottom: 15px;
  display: block;
}
.new-order-desc__input {
  display: block;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  border-radius: 8px;
  border: 2px solid #E8F4FC;
  outline: none;
  min-height: 75px;
  max-height: 75px;
  padding: 12px 16px;
  color: #171A1F;
  font-size: 16px;
  line-height: 1.6;
}
.new-order-desc__input::placeholder {
  color: rgba(53, 55, 72, 0.2);
}
.order-files {
  position: relative;
  cursor: pointer;
  height: 50px;
  width: 100%;
  background: #fff;
  display: flex;
  align-items: center;
}
.order-files__text-more {
  font-size: 14px;
  color: #353748;
  opacity: 0.5;
  display: block;
  line-height: 1;
  margin-left: 10px;
  position: relative;
}
.order-files__text-more::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  border-bottom: 1px dashed #353748;
}
.order-files__text {
  font-size: 14px;
  line-height: 1.6;
  color: #353748;
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.order-files__download {
  cursor: pointer;
  position: relative;
  width: 32px;
  height: 32px;
  background: #E8F4FC;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  flex-shrink: 0;
}
.order-files__icon {
  width: 16px;
  height: 16px;
  display: block;
  color: #149ECA;
  flex-shrink: 0;
}
.order-files__container {
  position: absolute;
  overflow: hidden;
  pointer-events: none;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.order-files__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 1024px) {
  .orderDetail {
    padding: 0 15px 0 30px;
  }
}
.orderDetail__cancel-icon {
  color: #149ECA;
  margin-left: 0;
}
.orderDetail__cancel {
  padding: 6px 15px;
  font-size: 14px;
  line-height: 1;
  width: auto;
  color: #149ECA;
  border-radius: 25px;
  margin-left: auto;
  background: #E8F4FC;
}
@media only screen and (min-width: 640px) {
  .orderDetail__cancel {
    margin-left: 16px;
  }
}
.orderDetail__top {
  margin-top: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #DEE1E6;
  margin-bottom: 20px;
}
@media only screen and (min-width: 640px) {
  .orderDetail__top {
    display: flex;
    align-items: center;
  }
}
.orderDetail__back {
  border-radius: 8px;
  background: #E8F4FC;
  text-align: center;
  max-width: 90px;
  display: block;
  color: #149ECA;
  text-decoration: none;
  line-height: 1;
  padding: 8px 5px;
  font-size: 14px;
  cursor: pointer;
}
.orderDetail__right {
  margin-left: auto;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
@media only screen and (min-width: 640px) {
  .orderDetail__right {
    margin-top: 0;
  }
}
.orderDetail__icon {
  display: block;
  width: 20px;
  height: 20px;
}
.orderDetail__date {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
}
.orderDetail__description {
  font-size: 14px;
  line-height: 1.57;
}
.orderDetailTitle {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  margin-top: 0;
}
.orderDetailTitle__icon {
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 10px;
}
.orderDetailTitle__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.orderDetailCaption {
  display: flex;
  align-items: center;
}
.orderDetailCaption__id {
  color: #137CE4;
  font-size: 11px;
  line-height: 1;
  border-radius: 12px;
  background: #E8F4FC;
  padding: 7px 5px;
  min-width: 50px;
  text-align: center;
  margin-left: 20px;
}
.orderDetailSection {
  padding-bottom: 20px;
  border-bottom: 1px solid #DEE1E6;
  margin-bottom: 20px;
}
.orderDetailSection--props {
  padding-bottom: 0;
}
@media only screen and (min-width: 640px) {
  .orderDetailSection--props {
    padding-bottom: 20px;
  }
}
.orderDetailFile {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
}
.orderDetailFile__icon {
  display: block;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  color: #149ECA;
}
.orderDetailFile__icon--md {
  width: 40px;
  height: 40px;
}
.orderDetailFile__text {
  font-size: 14px;
  line-height: 1.57;
}
.orderDetailFile__loader {
  opacity: 0;
  color: #149ECA;
  transition: opacity 0.2s;
}
.orderDetailFile__download-icon {
  opacity: 1;
  transition: opacity 0.2s;
}
.orderDetailFile__download {
  position: relative;
  align-self: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.orderDetailFile__download--loading .orderDetailFile__download-icon {
  opacity: 0;
}
.orderDetailFile__download--loading .orderDetailFile__loader {
  opacity: 1;
}
.orderDetailFile:last-child {
  margin: 0;
}
.orderDetailProps__row--title {
  font-weight: 500;
}
.orderDetailProps__row--value {
  padding-top: 15px;
}
.orderDetailProps__item-text {
  opacity: 0.6;
  margin-right: 15px;
}
.orderDetailProps__item-value {
  display: flex;
  align-items: center;
  min-height: 26px;
  justify-content: flex-end;
  text-align: right;
}
.orderDetailProps__item {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
}
.orderDetailProps__item:nth-child(odd) {
  background-color: rgba(232, 244, 252, 0.4);
}
.orderDetailProps__item--status {
  text-align: left;
}
.orderDetailProps__date-end {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
}
.orderManager {
  font-size: 14px;
  line-height: 1;
  padding: 6px 16px;
  border-radius: 39px;
  display: inline-block;
  --color: #DBC26A;
  color: var(--color);
  background-color: rgb(from var(--color) r g b/0.2);
}
.orders-list-handlers {
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .orders-list-handlers {
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 768px) {
  .orders-list-handlers__search {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .orders-list-handlers__search {
    margin-right: 45px;
  }
}
.orders-list-handlers__reset {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 640px) {
  .orders-list-handlers__reset {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .orders-list-handlers__reset {
    margin-top: 0;
    margin-left: 10px;
    width: auto;
    white-space: nowrap;
  }
}
.orders-list-calendars {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .orders-list-calendars {
    display: flex;
    align-items: center;
    margin-left: auto;
    justify-content: space-between;
    min-width: 450px;
  }
}
@media only screen and (min-width: 768px) {
  .orders-list-calendars {
    justify-content: flex-start;
    width: auto;
    min-width: 470px;
  }
}
.orders-list-calendar {
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 640px) {
  .orders-list-calendar {
    margin-bottom: 0;
    width: calc((100% - 20px) / 2);
  }
}
@media only screen and (min-width: 768px) {
  .orders-list-calendar {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .orders-list-calendar {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1280px) {
  .orders-list-calendar {
    margin-right: 20px;
  }
}
.orders-list-calendar:last-child {
  margin-right: 0;
}
.orders-list-calendar__text {
  display: block;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
  min-width: 80px;
}
@media only screen and (min-width: 640px) {
  .orders-list-calendar__text {
    min-width: auto;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .orders-list-calendar__text {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1280px) {
  .orders-list-calendar__text {
    font-size: 14px;
  }
}
.new-order-calendar {
  position: relative;
  display: block;
}
.new-order-calendar__value {
  display: flex;
  align-items: center;
  min-height: 50px;
  border-radius: 8px;
  border: 2px solid #E8F4FC;
  padding: 12px 16px;
}
.new-order-calendar__input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 0;
}
.new-order-calendar__input-hide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 0;
  pointer-events: none;
}
.new-order-calendar__icon {
  pointer-events: none;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: #E8F4FC;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-order-calendar__svg {
  display: block;
  color: #149ECA;
  width: 10px;
  height: 10px;
}
.OrderHome__btn {
  padding: 9px 15px;
  max-width: 170px;
  border-radius: 6px;
}
.OrderHome__title {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 14px;
}
.message-panel {
  display: flex;
  align-items: flex-end;
  border-radius: 8px;
  background: #F4F8FC;
  padding: 8px 15px;
  min-height: 52px;
  position: relative;
}
.message-panel__file {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 36px;
  margin-right: 20px;
  cursor: pointer;
  position: relative;
}
.message-panel__file-input {
  display: block;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
  z-index: -1;
}
.message-panel__file-icon {
  width: 20px;
  height: 20px;
  display: block;
  color: #149ECA;
}
.message-panel__send {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 36px;
  margin-left: 10px;
  cursor: pointer;
}
.message-panel__send-icon {
  display: block;
  color: #149ECA;
  width: 16px;
  height: 14px;
}
.message-panel-editor {
  width: 100%;
}
.message-panel-editor__area-container {
  background: #E8F4FC;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
}
.message-panel-editor__area {
  display: block;
  width: 100%;
  border: none;
  background: #E8F4FC;
  font-size: 16px;
  line-height: 1.5;
  height: 36px;
  padding: 6px 12px;
  resize: none;
  outline: 0;
  overflow: hidden;
}
.message-panel-editor__area::placeholder {
  color: #BDC1CA;
  font-size: 16px;
}
.searchPanel {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 10px;
}
@media screen and (min-width: 640px) {
  .searchPanel {
    margin: 0;
  }
}
.searchPanelSearch {
  display: flex;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .searchPanelSearch {
    padding-right: 15px;
    padding-left: 25px;
  }
}
.searchPanelSearch__container {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  margin-right: 15px;
}
.searchPanelSearch__input {
  width: 100%;
  display: flex;
  align-self: center;
  border: none;
  border-bottom: 2px solid #149ECA;
  outline: none;
  font-size: 16px;
  line-height: 1;
}
.searchPanelSearch__input::placeholder {
  color: rgba(53, 55, 72, 0.6);
}
.searchPanelSearch__btn-icon {
  display: block;
  width: 24px;
  height: 24px;
  transition: color 0.2s;
}
.searchPanelSearch__btn-icon--md {
  width: 20px;
  height: 20px;
}
.searchPanelSearch__btn-icon--active {
  color: #149ECA;
}
.searchPanelSearch__btn-icon--close {
  color: #CA2031;
  width: 24px;
  height: 24px;
}
.searchPanelSearch__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background: rgba(255, 255, 255, 0);
  width: 30px;
  height: 30px;
  border: none;
  outline: none;
  margin-right: 10px;
}
.searchPanelSearch__btn:last-child {
  margin: 0;
}
.searchPanelSearch__btn--search {
  position: absolute;
  right: 0;
  top: -2px;
}
.ChatForm {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-30px);
  padding: 20px 25px;
  bottom: 100%;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 62.8px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 480px;
  z-index: 1;
}
.ChatForm__editor {
  margin-top: 15px;
}
.ChatFormFooter {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 15px;
}
.ChatFormFooter__btn {
  margin-right: 20px;
  color: #149ECA;
  background: rgba(20, 158, 202, 0);
  padding: 5px 0;
  font-size: 14px;
  white-space: nowrap;
  width: auto;
}
.ChatFormFooter__btn:last-child {
  margin: 0;
}
.ChatFormFooter__loader {
  color: #149ECA;
}
.ChatFormAdd {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: auto;
  cursor: pointer;
}
.ChatFormAdd__input {
  opacity: 0;
  cursor: pointer;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.ChatFormTop {
  display: flex;
  align-items: center;
}
.ChatFormTop__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
.ChatFormTop__close {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 30px;
  height: 30px;
  color: #353748;
  position: absolute;
  right: 15px;
  top: 15px;
}
.ChatFormFiles {
  padding-top: 15px;
}
.ChatFormFile {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
}
.ChatFormFile:last-child {
  margin-bottom: 0;
}
.ChatFormFile__remove {
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
}
.ChatFormFile__remove-icon {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  color: #CA2031;
}
.ChatFormFile__name {
  font-size: 14px;
  margin-left: 15px;
  line-height: 1.2;
}
.ChatFormFile__icon {
  display: flex;
  width: 30px;
  height: 30px;
  color: #149ECA;
  margin-right: 5px;
}
.chatMessage {
  margin-bottom: 10px;
  position: relative;
}
.chatMessage__container {
  display: block;
  border: 2px solid #E8F4FC;
  border-radius: 8px;
  padding: 10px 15px 10px 15px;
  width: fit-content;
  background: #ffffff;
  position: relative;
}
.chatMessage__container--manager {
  background: #E8F4FC;
}
.chatMessage__container:hover .chatMessageMenu {
  opacity: 1;
  pointer-events: auto;
}
.chatMessage__date {
  font-size: 12px;
  line-height: 1;
  display: flex;
  align-self: center;
  padding-top: 3px;
}
.chatMessage__text {
  font-size: 14px;
  line-height: 1.5;
  white-space: pre-wrap;
}
.chatMessage__text a {
  color: #149ECA;
  text-decoration: none;
}
.chatMessage__text--files {
  margin-top: 15px;
}
.chatMessage__top {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  line-height: 22px;
}
.chatMessage__name {
  font-size: 14px;
  font-weight: 500;
  margin-right: 10px;
}
.chatMessage i {
  font-style: italic;
}
.chatMessage u {
  text-decoration: underline;
}
.chatMessageFile {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
}
.chatMessageFile:last-child {
  margin: 0;
}
.chatMessageFile__name {
  font-size: 14px;
  line-height: 1.2;
}
.chatMessageFile__info {
  display: flex;
  align-items: center;
}
.chatMessageFile__loader {
  color: #149ECA;
  opacity: 0;
  transition: opacity 0.2s;
}
.chatMessageFile__icon {
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.chatMessageFile__icon-svg {
  display: block;
  color: #149ECA;
  width: 30px;
  height: 30px;
  opacity: 1;
  transition: opacity 0.2s;
}
.chatMessageFile--loading .chatMessageFile__icon-svg {
  opacity: 0;
}
.chatMessageFile--loading .chatMessageFile__loader {
  opacity: 1;
}
.chatMessageReply {
  border-left: 2px solid #149ECA;
  padding-left: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin: 0 0 4px;
  color: rgba(53, 55, 72, 0.6);
  font-size: 13px;
  line-height: 1.2;
}
.chatMessageReply__name {
  font-weight: 500;
  color: #149ECA;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 4px;
}
.chatMainScroll {
  height: 400px;
  position: relative;
  -webkit-overflow-scrolling: touch; /* Для плавной прокрутки на iOS */
}
.chatMainScroll .ps__thumb-y {
  background: #149ECA;
}
.chatMainScroll .ps__rail-y:hover {
  background: rgba(20, 158, 202, 0.2);
}
.chatMainScroll .ps__rail-y:hover .ps__thumb-y {
  background: #149ECA;
}
.chatMessageMenu {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: opacity 0.2s;
  opacity: 0;
  pointer-events: none;
  height: 100%;
  min-width: 100px;
}
.chatMessageMenu__btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  background: rgba(53, 55, 72, 0.2);
  position: absolute;
  right: 0;
  top: 0;
}
.chatMessageMenu__btn-icon {
  color: #fff;
  width: 16px;
  height: 16px;
  display: block;
  transform: rotate(90deg);
}
.chatMessageMenu__reply {
  cursor: pointer;
  font-size: 12px;
  line-height: 1;
  background: #E8F4FC;
  border-radius: 10px;
  color: #149ECA;
  padding: 6px 22px;
  position: absolute;
  right: 0;
  top: 0;
  min-width: 80px;
}
.panel-reply {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 5px;
}
.panel-reply__container {
  width: 100%;
  border-left: 2px solid #149ECA;
  margin-left: 8px;
  min-height: 30px;
  padding-left: 5px;
}
.panel-reply__text-files {
  margin-right: 5px;
}
.panel-reply__text {
  color: rgba(53, 55, 72, 0.6);
  font-size: 13px;
  line-height: 1.2;
}
.panel-reply__close {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #CA2031;
  cursor: pointer;
}
.panel-reply__close-svg {
  display: block;
  width: 24px;
  height: 24px;
}
.panel-reply__quote-svg {
  display: block;
  width: 30px;
  height: 30px;
  color: #149ECA;
}
.panel-reply__name {
  font-weight: 500;
  color: #149ECA;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 4px;
}
.chatMainNotify {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 5px;
  z-index: 1;
}
.chatMainNotify__text {
  display: block;
  padding: 5px 15px;
  color: #149ECA;
  border-radius: 6px;
  background: #e8f4fc;
  cursor: pointer;
  line-height: 1;
}
.chatMainBody {
  position: relative;
}
.chatMainList {
  position: relative;
}
.ChatToggle {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: auto;
  margin-right: 16px;
  -webkit-user-select: none;
          user-select: none;
  color: #137CE4;
}
@media only screen and (min-width: 1024px) {
  .ChatToggle {
    margin-right: 24px;
  }
}
.ChatToggle__icon {
  width: 32px;
  height: 32px;
  display: block;
  color: inherit;
}
@media only screen and (min-width: 1024px) {
  .ChatToggle__icon {
    width: 24px;
    height: 24px;
  }
}
.b24-widget-button-wrapper {
  display: none !important;
}
.bx-livechat-wrapper {
  bottom: auto;
  top: 65px;
}
.chatMainTitle {
  display: flex;
  align-items: center;
  margin: 0;
  flex-shrink: 0;
}
.chatMainTitle__icon {
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 10px;
}
.chatMainTitle__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.chatMainTop {
  display: flex;
  margin-bottom: 15px;
  min-height: 30px;
  position: relative;
  flex-wrap: wrap;
}
@media screen and (min-width: 640px) {
  .chatMainTop {
    flex-wrap: nowrap;
    padding-right: 30px;
  }
}
.chatMainTop__open-icon {
  display: block;
  width: 20px;
  height: 20px;
  transition: transform 0.2s;
  transform: scale(1, 1);
}
.chatMainTop__open-icon--close {
  transform: scale(1, -1);
}
.chatMainTop__open {
  margin-left: auto;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: -5px;
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 640px) {
  .chatMainTop__open {
    top: 1px;
  }
}
.chatMainListEmpty {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #149ECA;
  background: linear-gradient(90deg, #6ADBD9 0%, #149ECA 49.5%, #6ADBD9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.companyList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 24px;
  gap: 16px;
  /*  &::before,
    &::after {
      content: '';
      display: block;
      order: 1;
      width: 100%;
      @media only screen and (min-width: $md) {
        width: calc((100% - 30px) / 2);
      }
      @media only screen and (min-width: $lg) {
        width: calc((100% - 60px) / 3);
      }
      @media only screen and (min-width: $xl) {
        width: calc((100% - 40px) / 3);
      }
    }
    @media only screen and (min-width: $lg) {
      !*padding-left: 30px;*!
    }*/
}
.companyListItem {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 215px;
  padding: 40px 20px;
  border: 1px solid #E8F4FC;
  background: #E8F4FC;
  text-decoration: none;
  font-size: 17px;
  line-height: 1.3;
  color: #353748;
  width: 100%;
  text-align: center;
  border-radius: 8px;
  cursor: pointer;
  /*  @media only screen and (min-width: $lg) {
      width: calc((100% - 60px) / 3);
    }
    @media only screen and (min-width: $xl) {
      width: calc((100% - 40px) / 3);
    }*/
}
@media only screen and (min-width: 768px) {
  .companyListItem {
    min-height: 215px;
    width: calc(50% - 16px);
  }
}
@media only screen and (min-width: 1280px) {
  .companyListItem {
    width: 396px;
  }
}
.companyListItem::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #149ECA;
  position: absolute;
  pointer-events: none;
  transition: opacity 0.2s;
  opacity: 0;
  border-radius: 8px;
}
.companyListItem__loader {
  color: #149ECA;
}
.companyListItem__remove {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.companyListItem__remove-icon {
  width: 20px;
  height: 20px;
  display: block;
  color: #CA2031;
}
.companyListItem:hover::after {
  opacity: 1;
}
.companyListItem--add {
  border: 1px dashed #149ECA;
  background: #FFFFFF;
  text-transform: uppercase;
  color: #149ECA;
  font-size: 16px;
}
.companyListItem--add::after {
  display: none;
}
.companyListItem--disable {
  pointer-events: none;
}
.companyListItem__caption {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: #353748;
  word-break: break-word;
}
.companyListItem__inn {
  font-size: 14px;
  line-height: 20px;
  color: rgba(24, 27, 33, 0.6392156863);
  margin-top: 8px;
}
@media only screen and (min-width: 1024px) {
  .companyCreate {
    padding-left: 30px;
  }
}
.companyCreate__h1 {
  margin-bottom: 20px;
}
.companyCreateForm {
  max-width: 750px;
}
.companyCreateForm__footer-btn {
  max-width: 160px;
  margin-right: 20px;
  border-radius: 4px;
}
.companyCreateForm__footer {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.companyCreateForm__files {
  margin-top: 30px;
}
.companyCreateForm__field {
  margin-bottom: 15px;
}
.companyCreateForm__field .iti {
  width: 100%;
  /*      &__country-container{
          border-radius: 16px 0 0 16px;
        }
        &__selected-country {
          border-radius: 16px 0 0 16px;
        }*/
}
.companyCreateForm__field--file {
  margin-bottom: 15px;
}
.companyCreateForm__file-caption {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  min-width: 150px;
  padding: 16px 16px;
  background: #E8F4FC;
  pointer-events: none;
  border-radius: 16px 0 0 16px;
  margin-left: -1px;
}
.companyCreateForm__file-container {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  border-radius: 16px;
  border: 2px solid #E8F4FC;
}
.companyCreateForm__file-value {
  display: flex;
  align-items: center;
  padding-left: 7px;
}
.companyCreateForm__file-title {
  margin-bottom: 15px;
  font-size: 16px;
  color: #353748;
  display: block;
}
.companyCreateForm__file {
  display: block;
}
.companyCreateForm__file .fileInput__placeholder {
  color: rgba(53, 55, 72, 0.3);
  font-size: 12px;
}
.companyCreateForm__file .fileUploader__placeholder {
  color: rgba(53, 55, 72, 0.3);
  font-size: 12px;
}
.company-account-top {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1280px) {
  .company-account-top {
    margin-top: 60px;
  }
}
.company-account-top__edit {
  margin-left: 35px;
}
.addForm {
  border-radius: 20px;
  background: rgba(232, 244, 252, 0.5);
  position: relative;
  padding: 20px;
  max-width: 380px;
  text-align: left;
}
.addForm__field {
  margin-bottom: 15px;
}
.addForm__field:last-child {
  margin-bottom: 0;
}
.addForm__footer-btn {
  width: calc((100% - 20px) / 2);
}
.addForm__footer-btn:last-child {
  margin: 0;
}
.addForm__footer {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.bankDetail {
  border-radius: 20px;
  background: rgba(232, 244, 252, 0.5);
  position: relative;
  padding: 20px;
  text-align: left;
  flex-shrink: 0;
  margin-bottom: 20px;
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .bankDetail {
    width: auto;
    min-width: calc((100% - 20px) / 2);
  }
}
@media only screen and (min-width: 1280px) {
  .bankDetail {
    min-width: calc((100% - 60px) / 3);
  }
}
.bankDetail__caption-btns {
  display: flex;
  align-items: center;
}
.bankDetail__caption-btn {
  margin-left: 8px;
}
.bankDetail__caption-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.bankDetail__caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 16px;
}
.bankDetail__field {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.bankDetail__field:last-child {
  margin: 0;
}
.bankDetail__field-value {
  font-size: 11px;
  line-height: 1.27;
  font-weight: 500;
}
.bankDetail__field-title {
  font-size: 11px;
  line-height: 1.27;
  color: rgba(53, 55, 72, 0.3);
  font-weight: 500;
  margin-right: 30px;
  min-width: 90px;
}
@media only screen and (min-width: 768px) {
  .bankDetail__field-title {
    margin-right: 50px;
  }
}
.company-breadcrumbs {
  display: none;
  margin-right: auto;
}
@media (min-width: 640px) {
  .company-breadcrumbs {
    display: flex;
    align-items: center;
  }
}
.company-breadcrumbs__item {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
}
.company-breadcrumbs__item::after {
  content: "/";
  display: inline-block;
  color: #353748;
  margin: 0 8px;
}
.company-breadcrumbs__item:last-child::after {
  display: none;
}
.company-breadcrumbs__item--link {
  color: #149ECA;
}
.company-breadcrumbs__item--link:visited, .company-breadcrumbs__item--link:focus {
  color: #149ECA;
}
.company-detail-tabs {
  display: flex;
  position: relative;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Для Firefox */
}
.company-detail-tabs::-webkit-scrollbar {
  display: none; /* Для Chrome/Safari */
}
@media only screen and (min-width: 768px) {
  .company-detail-tabs {
    overflow: visible;
  }
}
.company-detail-tabs::before {
  content: "";
  width: 100%;
  left: 0;
  bottom: 0;
  background: #D7D7DB;
  height: 1px;
  position: absolute;
  display: none;
}
@media only screen and (min-width: 768px) {
  .company-detail-tabs::before {
    display: block;
  }
}
.company-detail-tabs__el-count {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-left: 8px;
  min-width: 20px;
  min-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: color 0.2s, background-color 0.2s;
  flex-shrink: 0;
}
.company-detail-tabs__el-count--active {
  color: #fff;
  background: #149ECA;
}
.company-detail-tabs__el {
  padding: 8px 10px;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: #868791;
  transition: color 0.2s;
  line-height: 24px;
  cursor: pointer;
  width: max-content;
  text-align: center;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .company-detail-tabs__el {
    white-space: normal;
    font-size: 16px;
    width: auto;
    text-align: left;
    padding: 8px 15px;
  }
}
@media (min-width: 1024px) {
  .company-detail-tabs__el {
    padding: 8px 20px;
  }
}
@media (min-width: 1280px) {
  .company-detail-tabs__el {
    padding: 8px 23px;
  }
}
.company-detail-tabs__el::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: #149ECA;
  opacity: 0;
  transition: background-color 0.2s;
}
.company-detail-tabs__el--active {
  color: #353748;
}
.company-detail-tabs__el--active::before {
  opacity: 1;
}
.company-detail-tabs__el--disable {
  cursor: not-allowed;
}
.company-detail-tabs__top-row {
  margin-top: 24px;
  display: flex;
  justify-content: flex-end;
}
.company-top-row {
  /*  display: flex;
    width: 100%;
    position: relative;*/
  margin-bottom: 24px;
  margin-top: 8px;
}
@media (min-width: 640px) {
  .company-top-row {
    /*    display: flex;
        align-items: center;*/
    width: 100%;
  }
}
.company-top-row__options {
  top: 3px;
}
@media (min-width: 768px) {
  .company-top-row__options {
    display: none;
  }
}
@media (min-width: 640px) {
  .company-top-row__back {
    display: none;
  }
}
.company-top-row__btn {
  display: none;
}
@media (min-width: 768px) {
  .company-top-row__btn {
    display: block;
  }
}
.company-info {
  width: 100%;
  flex-shrink: 0;
  position: relative;
  margin-bottom: 12px;
}
@media (min-width: 640px) {
  .company-info {
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.company-info::after {
  content: "";
  flex-grow: 1;
  border-bottom: 1px dotted #868791;
  margin: 0 8px;
  order: 2;
  display: none;
}
@media (min-width: 640px) {
  .company-info::after {
    display: inline;
  }
}
.company-info__value {
  order: 3;
  line-height: 20px;
  color: #353748;
  font-size: 16px;
  word-break: break-all;
}
@media only screen and (min-width: 640px) {
  .company-info__value {
    padding-left: 16px;
    width: 250px;
  }
}
@media only screen and (min-width: 768px) {
  .company-info__value {
    width: 250px;
  }
}
@media only screen and (min-width: 1280px) {
  .company-info__value {
    width: 600px;
  }
}
.company-info__value--title {
  order: 1;
  color: #868791;
  font-size: 12px;
}
@media only screen and (min-width: 640px) {
  .company-info__value--title {
    width: auto;
    max-width: 250px;
    padding-left: 0;
    padding-right: 16px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1280px) {
  .company-info__value--title {
    max-width: 375px;
  }
}
.company-block {
  border: 1px solid #D3DBE3;
  border-radius: 8px;
  margin-top: 24px;
  padding: 24px 40px 24px 24px;
}
.company-block__arrow {
  width: 24px;
  height: 24px;
  transform: rotate(90deg);
  color: #000;
  transition: transform 0.2s;
  position: absolute;
  right: -24px;
  top: 0;
}
.company-block__arrow--status {
  top: 32px;
}
@media only screen and (min-width: 1280px) {
  .company-block__arrow--status {
    top: 0;
  }
}
.company-block__arrow--active {
  transform: rotate(270deg);
}
.company-block__top-status {
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 1280px) {
  .company-block__top-status {
    right: 40px;
    left: auto;
    top: 0;
  }
}
.company-block__top {
  cursor: pointer;
  position: relative;
}
.company-block__caption {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  flex-shrink: 0;
  margin-bottom: 16px;
  word-break: break-all;
}
.company-block__caption--one-line {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.company-block__caption--mb-0 {
  margin-bottom: 0;
}
.company-block__caption--status {
  padding-top: 32px;
}
@media only screen and (min-width: 1280px) {
  .company-block__caption--status {
    padding-top: 0;
  }
}
.company-block__sub-caption {
  font-size: 14px;
  color: #607B95;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.company-block__info {
  flex-shrink: 0;
}
.company-block__info--off-top {
  margin-top: 16px;
}
.company-block__bottom {
  padding-top: 24px;
  border-top: 1px solid #D3DBE3;
  display: flex;
  justify-content: flex-end;
  gap: 16px;
}
.company-file-row {
  margin-bottom: 16px;
}
.company-file-row:last-child {
  margin-bottom: 0;
}
.company-file {
  display: inline-block;
  color: #149ECA;
  text-decoration: underline;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
  word-break: break-all;
}
.company-status {
  font-size: 10px;
  line-height: 1;
  padding: 4px 10px;
  border-radius: 62px;
  display: inline-block;
  --color: #6AA5DB;
  color: var(--color);
  background-color: rgb(from var(--color) r g b/0.3);
}
.company-status--rejected {
  --color: #DB6A6A ;
}
.company-status--approved {
  --color: #6ADB8A;
}
.CompanyHome {
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #E8F4FC;
  width: 100%;
  text-decoration: none;
  min-height: 125px;
  margin-bottom: 20px;
  display: block;
}
.CompanyHome--add {
  background: linear-gradient(270deg, #6ADBD9 0%, #137CE4 110.91%, #06306E 221.82%);
}
@media only screen and (min-width: 640px) {
  .CompanyHome {
    margin-bottom: 0;
  }
}
.CompanyHome__btn {
  padding: 9px 15px;
  max-width: 170px;
  border-radius: 6px;
  margin-top: 25px;
}
.CompanyHome__btn--add {
  color: #149ECA;
  background: #FFFFFF;
}
.CompanyHome__sub-title {
  line-height: 1;
  font-size: 12px;
  color: #149ECA;
  font-weight: 500;
  margin-bottom: 15px;
}
.CompanyHome__title {
  font-weight: 500;
  line-height: 1.2;
  font-size: 18px;
  display: flex;
  align-items: center;
  color: #353748;
}
.CompanyHome__title--add {
  color: #FFFFFF;
}
.CompanyHome__title--arrow {
  font-size: 21px;
}
.CompanyHome__title-arrow {
  display: block;
  width: 16px;
  height: 16px;
  color: #149ECA;
  margin-left: 10px;
  margin-top: -2px;
}
.CompanyHome__footer-item {
  font-size: 10px;
  line-height: 1;
  margin-right: 15px;
  color: rgba(53, 55, 72, 0.8);
}
.CompanyHome__footer-item:last-child {
  margin-right: 0;
}
.CompanyHome__footer {
  display: flex;
  margin-top: 20px;
}
.CompanyHomeContainer {
  width: 100%;
  margin-bottom: 15px;
}
@media only screen and (min-width: 640px) {
  .CompanyHomeContainer {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 1280px) {
  .CompanyHomeContainer {
    display: block;
    margin-top: 0;
    margin-bottom: 15px;
  }
}
.add-company-scroll {
  max-height: calc(100vh - 330px);
  width: 100%;
  padding-right: 6px;
  margin-right: -12px;
  overflow-y: auto;
  /*  @media only screen and (min-width: $xl) {
      max-height: calc(100vh - 210px);
    }*/
}
@media only screen and (min-width: 480px) {
  .add-company-scroll {
    max-height: calc(100vh - 350px);
  }
}
@media only screen and (min-width: 768px) {
  .add-company-scroll {
    max-height: calc(100vh - 375px);
  }
}
@media only screen and (min-width: 1024px) {
  .add-company-scroll {
    padding-top: 18px;
    margin-top: -18px;
    max-height: calc(100vh - 210px);
  }
}
.add-company-scroll--step-2 {
  padding-bottom: 210px;
}
.add-company-scroll--hide {
  overflow: hidden;
  margin-right: 0;
  padding-right: 0;
}
.add-company-scroll .ps__thumb-y {
  background: #D9D9D9;
}
.add-company-scroll .ps__rail-y {
  width: 8px;
}
.add-company-scroll .ps__rail-y:hover {
  background: rgba(217, 217, 217, 0);
}
.add-company-scroll .ps__rail-y:hover .ps__thumb-y {
  width: 6px;
  margin-right: -1px;
  background: #D9D9D9;
}
.add-company {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
}
.add-company__title {
  line-height: 1;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 32px;
}
.add-company__inner {
  margin-bottom: 32px;
}
@media only screen and (min-width: 1024px) {
  .add-company__inner {
    display: flex;
    gap: 64px;
  }
}
.add-company__loader {
  color: #149ECA;
  width: 75px;
  height: 75px;
}
.add-company__loading {
  position: absolute;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  display: flex;
  align-content: center;
  justify-content: center;
  z-index: 999;
}
.add-company-bottom {
  display: flex;
  gap: 5px;
  margin-top: auto;
}
@media only screen and (min-width: 480px) {
  .add-company-bottom {
    gap: 16px;
  }
}
.add-company-bottom__btn {
  font-size: 12px;
  width: fit-content;
  padding: 5px 5px;
}
@media only screen and (min-width: 480px) {
  .add-company-bottom__btn {
    padding: 13px 15px;
    font-size: 14px;
  }
}
.add-company-bottom__btn--close {
  color: #DC3545;
}
.add-company-bottom__btn--end {
  margin-left: auto;
}
.add-company-bottom__submit {
  margin-left: auto;
}
.add-company-bottom__save {
  width: fit-content;
  margin-right: auto;
  margin-left: 16px;
}
.add-company-bottom__close {
  width: fit-content;
}
.switch-box {
  width: fit-content;
}
.switch-box__container-mob {
  display: block;
  margin-top: 6px;
}
@media only screen and (min-width: 768px) {
  .switch-box__container-mob {
    display: none;
  }
}
.switch-box__container {
  gap: 4px;
  width: fit-content;
  border-radius: 8px;
  border: 2px solid #E8F4FC;
  padding: 4px;
  margin-top: 8px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .switch-box__container {
    display: flex;
  }
}
.switch-box__btn {
  width: fit-content;
  border-radius: 6px;
  color: #868791;
  text-align: center;
  background: #FFFFFF;
  transition: background-color 0.2s, color 0.2s;
  display: flex;
  align-items: center;
  min-height: 40px;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  padding: 10px 16px;
  line-height: 20px;
}
.switch-box__btn.active {
  background: #D7D7DB;
  color: #353748;
}
.switch-box__title {
  color: #353748;
  display: block;
  transition: color 0.2s;
  margin-bottom: 4px;
  font-size: 16px;
}
.switch-box__radio {
  display: flex;
  margin-bottom: 8px;
  align-items: center;
  gap: 10px;
  min-height: 24px;
  font-size: 16px;
  position: relative;
}
.switch-box__radio:last-child {
  margin-bottom: 0;
}
.switch-box__radio::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid #D3DBE3;
}
.switch-box__radio::after {
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  width: 8px;
  height: 8px;
  background: #D3DBE3;
  border-radius: 100%;
  top: 50%;
  margin-top: -4px;
  transition: opacity 0.2s;
  opacity: 0;
}
.switch-box__radio.active::after {
  opacity: 1;
}
.add-company-attachments {
  margin-bottom: 24px;
}
.add-company-attachments__list {
  list-style-type: decimal;
}
.add-company-attachments__li {
  font-size: 16px;
  line-height: 20px;
  margin-top: 12px;
}
.add-company-attachments__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}
.add-company-attachments__title--mt {
  margin-top: 24px;
}
.address {
  padding: 24px;
  border: 2px solid #E8F4FC;
  border-radius: 12px;
  margin: 16px 0;
}
.address__row {
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .address__row {
    display: flex;
    gap: 16px;
  }
}
.address__row:last-child {
  margin-bottom: 0;
}
.address__title {
  color: #868791;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 16px;
}
.address__field-third {
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .address__field-third {
    width: 33.3333333333%;
    margin-bottom: 0;
  }
}
.company_info_item {
  border-radius: 12px;
  border: 2px solid #D7D7DB;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 16px;
  padding: 16px;
  cursor: pointer;
  min-height: 80px;
}
.company_info_item__btn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  right: 16px;
  top: 50%;
  margin-top: -12px;
}
.company_info_item__arrow {
  width: 16px;
  height: 16px;
  color: #D7D7DB;
}
.company_info_item__title {
  font-size: 16px;
  color: #353748;
  line-height: 24px;
}
.company_info_item__sub-title {
  font-size: 14px;
  line-height: 20px;
  color: #868791;
}
.company_info_edit {
  padding: 24px;
  border-radius: 12px;
  border: 2px solid #D7D7DB;
  margin-bottom: 16px;
}
.company_info_edit__bottom {
  display: flex;
  gap: 16px;
  justify-content: flex-end;
}
.company_info_edit__title {
  position: relative;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #868791;
  margin-bottom: 16px;
  cursor: pointer;
}
.company_info_edit__arrow {
  width: 16px;
  height: 16px;
  color: #D7D7DB;
  transform: rotate(180deg);
}
.company_info_edit__arrow-btn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  right: 0;
  top: 50%;
  margin-top: -12px;
}
.company_info_edit__btn {
  text-align: center;
  color: #149ECA;
  font-size: 14px;
  line-height: 20px;
  padding: 14px 15px;
  width: fit-content;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.company_info_edit__btn--mra {
  margin-right: auto;
}
.company_info_edit__btn--delete {
  color: #DC3545;
}
.account-form {
  padding: 24px 28px;
}
.account-form--scroll {
  overflow-y: auto;
  max-height: calc(100vh - 300px);
}
.account-form-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 28px;
  border-top: 1px solid #E8F4FC;
}
.ProfileMenuList {
  position: absolute;
  background: #fff;
  border: 1px solid #D3DBE3;
  box-shadow: 0 2px 2px 0 rgba(0, 32, 51, 0.0196078431);
  right: 0;
  top: 100%;
  overflow: hidden;
  margin: 0;
  margin-top: -1px;
  border-radius: 8px;
}
.ProfileMenuList__icon {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  color: #149ECA;
  transform: rotate(0);
  transition: transform 0.2s;
  flex-shrink: 0;
}
.ProfileMenuList__icon--left {
  margin-left: auto;
  margin-right: 0;
}
.ProfileMenuList__icon--rotate {
  transform: rotate(90deg);
}
.ProfileMenuList__item-main {
  display: flex;
  align-items: center;
  width: 100%;
}
.ProfileMenuList__item {
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-decoration: none;
  padding: 12px;
  background: #fff;
  transition: background-color 0.2s;
}
.ProfileMenuList__item:last-child {
  margin-bottom: 0;
}
.ProfileMenuList__item:hover {
  background: #E3F0FF;
}
.ProfileMenuList__item-text {
  font-size: 16px;
  line-height: 24px;
  color: #353748;
  white-space: nowrap;
}
.ProfileMenuMain {
  position: relative;
  display: flex;
  min-height: 46px;
  background: rgba(232, 244, 252, 0);
  border-radius: 8px;
  justify-content: flex-end;
  align-items: center;
  padding: 5px;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  transition: background 0.2s;
}
@media only screen and (min-width: 640px) {
  .ProfileMenuMain {
    padding-right: 15px;
  }
}
.ProfileMenuMain--active {
  background: #fff;
}
.ProfileMenuMain__icon {
  width: 32px;
  height: 32px;
  display: block;
  border-radius: 100%;
  pointer-events: none;
  color: #137CE4;
}
@media only screen and (min-width: 640px) {
  .ProfileMenuMain__icon {
    margin-right: 4px;
  }
}
@media only screen and (min-width: 1024px) {
  .ProfileMenuMain__icon {
    width: 24px;
    height: 24px;
  }
}
.ProfileMenuInfo {
  pointer-events: none;
}
.ProfileMenuInfo__text {
  font-size: 16px;
  line-height: 20px;
  pointer-events: none;
  display: none;
}
@media only screen and (min-width: 640px) {
  .ProfileMenuInfo__text {
    display: block;
  }
}
.ProfileMenuInfo__text:last-child {
  margin: 0;
}
.ProfileMenu {
  margin-left: 16px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 640px) {
  .ProfileMenu {
    margin-right: -15px;
  }
}
@media only screen and (min-width: 1024px) {
  .ProfileMenu {
    margin-left: 24px;
  }
}
.ProfileMenuLang {
  width: 100%;
  padding-left: 40px;
  padding-right: 15px;
  padding-top: 6px;
}
.ProfileMenuLang__item {
  cursor: pointer;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 4px;
  padding: 14px 0;
  transition: color 0.2s;
}
.ProfileMenuLang__item:last-child {
  margin: 0;
}
.ProfileMenuLang__item--active {
  color: #149ECA;
}
.ProfileForm {
  border-radius: 20px;
  background: rgba(232, 244, 252, 0.5);
  position: relative;
  padding: 20px;
  max-width: 500px;
  text-align: left;
}
.ProfileForm__field {
  margin-bottom: 15px;
}
.ProfileForm__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 15px;
  letter-spacing: inherit;
  -webkit-user-select: none;
          user-select: none;
}
.ProfileForm__edit-icon {
  color: #149ECA;
  display: block;
  width: 20px;
  height: 20px;
}
.ProfileForm__edit-icon--close {
  width: 40px;
  height: 40px;
}
.ProfileForm__edit {
  width: 26px;
  height: 26px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 15px;
  right: 20px;
  cursor: pointer;
  background-color: rgba(20, 158, 202, 0.17);
  z-index: 1;
}
.ProfileForm__footer-btn {
  max-width: 160px;
  margin-right: 20px;
}
.ProfileForm__footer-btn:last-child {
  margin: 0;
}
.ProfileForm__footer {
  margin-top: 40px;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .currencyRates__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1280px) {
  .currencyRates__container {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .currencyRates__row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
}
.currencyRatesTable {
  width: 100%;
  /*  @media only screen and (min-width: $md) {
      width: calc(50% - 15px);
    }
    @media only screen and (min-width: $xl) {
      width: 100%;
    }*/
}
.currencyRateItem {
  display: flex;
  border-bottom: 1px solid #E8F4FC;
}
.currencyRateItem__value {
  font-size: 14px;
  font-weight: 500;
  padding: 12px 10px;
  line-height: 1;
  width: 100%;
  border-right: 1px solid #E8F4FC;
  text-align: center;
}
.currencyRateItem__name {
  flex-shrink: 0;
  font-size: 14px;
  line-height: 1;
  padding: 12px 15px;
  text-transform: uppercase;
  border-right: 1px solid #E8F4FC;
  min-width: 100px;
}
.currencyRatesTop {
  display: flex;
  justify-content: flex-end;
}
.currencyRatesTop__item {
  font-size: 14px;
  border-radius: 4px 4px 0 0;
  border: 1px solid #E8F4FC;
  border-bottom: none;
  padding: 8px 10px;
  margin-left: 3px;
  cursor: pointer;
  transition: background-color 0.2s;
}
.currencyRatesTop__item.active {
  background: #E8F4FC;
}
.currencyRatesTableTop {
  /*  display: flex;
    justify-content: space-between;
    line-height: 1;
    margin-bottom: 15px;*/
  margin-bottom: 15px;
  text-align: center;
  /*  &__caption {
      font-size: 14px;
      font-weight: 500;
      color: rgba($color, .6);
    }
    &__value{
      font-size: 14px;
      font-weight: 500;
      color: rgba($color, .6);
      margin-left: 5px;
    }*/
}
.currencyRatesTableTop__title-info {
  margin-left: 20px;
}
.currencyRatesTableTop__title {
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}
.currencyRatesTableTop__upd {
  margin-top: 10px;
  display: flex;
  width: 100%;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: rgba(53, 55, 72, 0.6);
  text-align: center;
}
.currencyRatesTableTop__tooltip-text {
  min-width: 340px;
  max-width: 380px;
  right: -80px;
}
.currencyRatesTableTop__tooltip-text-inner::before {
  right: 80px;
}
.currencyRatesTableValues {
  margin-bottom: 30px;
  border: 1px solid #E8F4FC;
  border-bottom: none;
}
.currencyRatesTableValues__row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E8F4FC;
}
.currencyRatesTableValues__row--head {
  border: none;
  background: #E8F4FC;
  font-weight: 500;
  /*      font-size: 14px;*/
}
.currencyRatesTableValues__item {
  padding: 8px 12px;
}
.currencyRatesTableValues__item--value {
  min-width: 90px;
  text-align: center;
}
.currencyRatesTableCBR {
  border-left: 1px solid #E8F4FC;
}
.currencyRatesTableCBR__inner {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(5, auto);
  width: 100%;
}
.currencyRatesTableCBR__item {
  width: 25%;
}
.currencyRatesTableCBR__cell {
  border-bottom: 1px solid #E8F4FC;
  border-right: 1px solid #E8F4FC;
  line-height: 1;
  text-align: center;
  padding: 8px 6px;
}
.currencyRatesTableCBR__cell--left {
  text-align: left;
}
@media screen and (min-width: 480px) {
  .currencyRatesTableCBR__cell {
    font-size: 16px;
    padding: 8px 12px;
  }
}
.currencyRatesTableCBR__head {
  border: none;
  background: #E8F4FC;
  font-weight: 500;
  line-height: 1;
  padding: 8px 6px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
@media screen and (min-width: 480px) {
  .currencyRatesTableCBR__head {
    font-size: 16px;
    padding: 8px 12px;
  }
}
.currencyRatesTableCBR__head:first-child {
  align-items: start;
}
.currencyRatesTableCBR__head--sub {
  margin-top: 5px;
  font-size: 0.8em;
  color: rgba(53, 55, 72, 0.6);
}
@media screen and (min-width: 480px) {
  .currencyRatesTableCBR__head span {
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .ratesCalcRow {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .ratesCalcRow {
    padding-bottom: 20px;
  }
  .ratesCalcRow--result {
    padding-bottom: 0;
  }
}
.ratesCalcRow__field {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .ratesCalcRow__field {
    margin-top: 0;
    max-width: 220px;
  }
}
.ratesCalcRow__field--btn {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .ratesCalcRow__field--btn {
    margin-top: 0;
    max-width: 120px;
  }
}
.ratesCalc__title-info {
  margin-left: 25px;
}
.ratesCalc__title {
  display: flex;
  justify-content: center;
  line-height: 1;
}
.ratesCalc__refresh {
  width: fit-content;
  margin: 20px auto 0;
}
.rateDeviationTable {
  display: none;
  width: 100%;
  text-align: left;
  margin-top: 25px;
  border-left: 1px solid #E8F4FC;
}
@media screen and (min-width: 640px) {
  .rateDeviationTable {
    display: table;
  }
}
.rateDeviationTable__row--head {
  background: #E8F4FC;
}
.rateDeviationTable__cell {
  padding: 12px 16px;
  border-bottom: 1px solid #E8F4FC;
  border-right: 1px solid #E8F4FC;
}
.rateDeviationTable__cell--head {
  background: #E8F4FC;
}
.rateDeviationCard {
  margin-top: 25px;
  border: 1px solid #E8F4FC;
  padding: 15px;
}
@media screen and (min-width: 640px) {
  .rateDeviationCard {
    display: none;
  }
}
.rateDeviationCard__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.rateDeviationCard__row:last-child {
  margin-bottom: 0;
}
.rateDeviationCard__value--title {
  font-weight: 600;
}
.Wallet {
  display: block;
  border-radius: 4px;
  background: radial-gradient(65.96% 65.49% at 68.31% 84.51%, #C0E2F5 0%, #F5FAFE 100%), radial-gradient(137.46% 135.06% at 109.47% 100%, #C0E2F5 0%, #F5FAFE 100%);
  position: relative;
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 640px) {
  .Wallet {
    width: calc((100% - 40px) / 3);
  }
}
.Wallet__caption {
  font-size: 12px;
  line-height: 1;
}
.Wallet__count {
  margin-top: 32px;
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
}
.Wallet__icon {
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  right: 15px;
  top: 15px;
}
.Wallet--single {
  margin-bottom: 0;
  flex-shrink: 0;
  width: auto;
  margin-top: 15px;
}
@media only screen and (min-width: 640px) {
  .Wallet--single {
    margin-top: 0;
    max-width: 250px;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .Wallet--single {
    max-width: none;
    margin-top: 15px;
    margin-left: 0;
  }
}
.Wallet__loader {
  color: #149ECA;
  width: 20px;
  height: 20px;
}
.Wallet__tooltip {
  white-space: nowrap;
  top: -5px;
  right: -15px;
  transform: translateY(-100%);
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}
.Wallet__favorite-icon {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.2s;
  color: #149ECA;
}
.Wallet__favorite-icon.active {
  opacity: 1;
}
.Wallet__favorite {
  cursor: pointer;
  position: absolute;
  right: 35px;
  top: 10px;
  width: 20px;
  height: 20px;
}
.Wallet__favorite--r {
  right: 15px;
}
.Wallet__favorite:hover .Wallet__tooltip {
  opacity: 1;
}
.WalletList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.WalletList:before, .WalletList:after {
  content: "";
  display: block;
  width: calc((100% - 40px) / 3);
  order: 1;
}
.WalletOptions {
  position: absolute;
  right: 5px;
  top: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.WalletOptions__btn {
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.WalletOptions__dotts-icon {
  width: 20px;
  height: 20px;
  display: block;
  transform: rotate(90deg);
  color: rgba(53, 55, 72, 0.6);
  pointer-events: none;
}
.WalletOptions__list {
  font-size: 14px;
  padding: 12px 0;
  border-radius: 12px;
  border: 1px solid rgba(20, 158, 202, 0.6);
  width: fit-content;
  position: absolute;
  right: 0;
  top: calc(100% + 5px);
  background: #ffffff;
  z-index: 1;
}
.WalletOptions__item {
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding: 8px 15px 8px;
  cursor: pointer;
  background: #fff;
  text-decoration: none;
  color: #353748;
  transition: background-color 0.2s;
}
.WalletOptions__item.active {
  background: #e8f4fc;
}
.WalletOptions__item:hover {
  background: #e8f4fc;
}
.accountsReconciliation {
  max-width: 100%;
  overflow: hidden;
}
.accountsReconciliation__line {
  margin: 24px 0;
  width: 100%;
  height: 1px;
  background: #D9D9D9;
}
.accountsReconciliation__caption {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 8px;
}
@media only screen and (min-width: 480px) {
  .accountsReconciliation__select-lang {
    width: calc(50% - 8px);
  }
}
@media only screen and (min-width: 768px) {
  .accountsReconciliation__select-lang {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .accountsReconciliation__select-lang {
    max-width: none;
    width: 175px;
    flex-shrink: 0;
  }
}
@media only screen and (min-width: 480px) {
  .accountsReconciliation__select-type {
    width: calc(50% - 8px);
  }
}
@media only screen and (min-width: 768px) {
  .accountsReconciliation__select-type {
    width: 100%;
  }
}
.accountsReconciliation__calendar {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .accountsReconciliation__calendar {
    margin: 0;
    min-width: 170px;
  }
}
@media only screen and (min-width: 480px) {
  .accountsReconciliation__calendar {
    width: calc(50% - 8px);
  }
}
@media only screen and (min-width: 1024px) {
  .accountsReconciliation__calendar {
    width: auto;
  }
}
@media only screen and (min-width: 1280px) {
  .accountsReconciliation__calendar {
    min-width: 180px;
  }
}
.accountsReconciliation__calendar .calendarField__input {
  min-height: 54px;
}
.accountsReconciliation__form {
  margin-top: 20px;
  width: 100%;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1024px) {
  .accountsReconciliation__form {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.accountsReconciliation__form--empty {
  padding-bottom: 75px;
}
.accountsReconciliation__submit {
  width: 100%;
  min-height: 54px;
}
@media only screen and (min-width: 768px) {
  .accountsReconciliation__submit {
    margin-left: auto;
    width: calc(50% - 8px);
  }
}
@media only screen and (min-width: 1024px) {
  .accountsReconciliation__submit {
    margin-left: 0;
    max-width: 115px;
    margin-top: 28px;
    width: auto;
    font-size: 14px;
    align-self: flex-end;
  }
}
@media only screen and (min-width: 1280px) {
  .accountsReconciliation__submit {
    max-width: 160px;
  }
}
.accountsReconciliation__empty {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 500;
  color: #149ECA;
  text-align: center;
  margin-top: 50px;
}
.accountsReconciliation__loader {
  color: #149ECA;
}
.accountsReconciliation__loading {
  position: relative;
  height: 50px;
  margin-top: 50px;
}
.accountsReconciliationDownload {
  display: flex;
  width: 24px;
  height: 24px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  /*  background: $color5;*/
  color: #149ECA;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -12px;
  margin-left: -12px;
}
.accountsReconciliationDownload--hide {
  opacity: 0.5;
  cursor: not-allowed;
}
.accountsReconciliationDownload__icon {
  width: 24px;
  height: 24px;
  color: #149ECA;
  opacity: 1;
  transition: 0.2s opacity;
}
.accountsReconciliationDownload__loader {
  opacity: 0;
  transition: 0.2s opacity;
}
.accountsReconciliationDownload--loading .accountsReconciliationDownload__loader {
  opacity: 1;
}
.accountsReconciliationDownload--loading .accountsReconciliationDownload__icon {
  opacity: 0;
}
.accountsReconciliationDownload--not {
  cursor: not-allowed;
  filter: grayscale(100%);
}
.accountsReconciliationDownload--mob {
  position: absolute;
  right: 12px;
  top: 12px;
  margin: 0;
  left: auto;
}
.accountsReconciliationTable {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .accountsReconciliationTable {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .accountsReconciliationTable {
    display: table;
    text-align: left;
    margin-top: 25px;
    border-left: 1px solid #E8F4FC;
    border-right: 1px solid #E8F4FC;
    border-bottom: 1px solid #E8F4FC;
    line-height: 1;
    border-collapse: collapse;
  }
}
.accountsReconciliationTable__row {
  display: none;
}
@media only screen and (min-width: 768px) {
  .accountsReconciliationTable__row {
    display: table-row;
  }
}
.accountsReconciliationTable__cell-hide {
  opacity: 0;
}
.accountsReconciliationTable__cell {
  display: none;
  position: relative;
  padding: 12px 10px;
  font-size: 16px;
  line-height: 1.5;
  width: calc((100% - 40px) / 6);
}
@media only screen and (min-width: 640px) {
  .accountsReconciliationTable__cell {
    padding: 12px 16px;
  }
}
@media only screen and (min-width: 768px) {
  .accountsReconciliationTable__cell {
    padding: 12px;
    display: table-cell;
  }
}
@media only screen and (min-width: 1024px) {
  .accountsReconciliationTable__cell {
    padding: 12px 16px;
  }
}
.accountsReconciliationTable__cell--head {
  background: #E8F4FC;
}
@media only screen and (min-width: 768px) {
  .accountsReconciliationTable__cell--head {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .accountsReconciliationTable__cell--head {
    font-size: 16px;
  }
}
.accountsReconciliationTable__cell--download {
  text-align: center;
  width: 40px;
  max-width: 40px;
}
.accountsReconciliationTable__tooltip {
  top: 5px;
  margin: 0 auto;
}
.accountsReconciliationTable__tooltip .info-tooltip__text {
  min-width: 320px;
}
@media only screen and (min-width: 480px) {
  .accountsReconciliationTable__tooltip {
    top: 3px;
  }
}
.accountsReportCard {
  width: 100%;
  margin-top: 25px;
  border: 1px solid #E8F4FC;
  padding: 12px;
  position: relative;
}
@media only screen and (min-width: 640px) {
  .accountsReportCard {
    width: calc(50% - 8px);
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .accountsReportCard {
    display: none;
  }
}
.accountsReportCard__row {
  display: flex;
  gap: 16px;
  align-items: center;
}
.accountsReportCard__title {
  margin-top: 12px;
  margin-bottom: 2px;
  font-size: 12px;
  line-height: 1.5;
  color: #607B95;
}
.AccountsPage__caption {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.AccountsPage__list {
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.AccountsPage__back {
  margin-bottom: 20px;
}
.AccountsPage__select {
  max-width: 500px;
  margin-bottom: 50px;
}
.AccountsPage__select-cnt {
  position: relative;
}
.AccountsPage__select-cnt .multiselect-single-label {
  padding-left: 50px;
  padding-top: 2px;
}
.AccountsPage__select-icon {
  color: #149ECA;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: auto;
  margin: 0;
}
.AccountsPage__top {
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .AccountsPage__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 20px;
  }
}
.AccountsEmpty {
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 88px;
}
.AccountsEmpty__title {
  margin-top: 32px;
  font-size: 24px;
  line-height: 32px;
  color: #353748;
  font-weight: 500;
}
.AccountsEmpty__text {
  margin-top: 16px;
  margin-bottom: 16px;
  color: #353748;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.AccountsEmpty__icon {
  margin: 0 auto;
}
.addBigButton {
  width: 102px;
  height: 102px;
  border-radius: 8px;
  position: relative;
  border: 1px dashed #149ECA;
  cursor: pointer;
}
.addBigButton::before, .addBigButton::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 30px;
  background: #149ECA;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
.addBigButton::after {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.AccountsCard {
  background: #fff;
  border: 1px solid #D3DBE3;
  border-radius: 4px;
  width: 252px;
  padding: 16px 12px 12px;
  position: relative;
}
.AccountsCard__sum {
  font-size: 16px;
  line-height: 20px;
  color: #0D1014;
}
.AccountsCard__sum--currency {
  color: #0D1014;
}
.AccountsCard__sum--fr {
  color: #97AABD;
}
.AccountsCard__sum--hide {
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
  opacity: 0;
}
.AccountsCard__caption {
  font-size: 12px;
  color: #607B95;
  line-height: 16px;
  margin-bottom: 4px;
}
.AccountsCard__caption--wallet {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.AccountsCard__caption--hide {
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
  opacity: 0;
}
.AccountsCard__layout {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-image: url("/images/accounts/Forimex.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  pointer-events: none;
}
.AccountsCard__layout--meta {
  background-image: url("/images/accounts/Meta.png");
}
.AccountsCard__layout--pfh {
  background-image: url("/images/accounts/PFH.png");
}
.AccountsCard__layout--tether {
  background-image: url("/images/accounts/Tether.png");
}
.AccountsCard__icon-svg {
  display: block;
  position: relative;
  opacity: 0.2;
}
.AccountsCard__icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
}
.AccountsCard__id {
  font-size: 12px;
  line-height: 1;
  margin-top: 6px;
}
.AccountsItem {
  width: 100%;
  border-radius: 8px;
  position: relative;
  background: #E8F4FC;
  padding: 20px 15px;
  min-height: 102px;
}
@media only screen and (min-width: 480px) {
  .AccountsItem {
    width: 276px;
  }
}
.AccountsItem__wallet-caption {
  font-size: 14px;
  line-height: 1.4;
  color: #353748;
}
.AccountsItem__tokken {
  width: 100%;
  word-break: break-word;
  font-size: 11px;
  line-height: 1.66;
  color: #868791;
}
.AccountsItem__caption {
  font-size: 14px;
  color: #353748;
  line-height: 1.42;
  font-weight: 500;
}
.AccountsItem__caption--fmx {
  color: #868791;
}
.AccountsItem__sum {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  color: #353748;
}
.AccountsItem__sum--fr {
  color: #868791;
}
.AccountsItem__sum--hide {
  opacity: 0;
}
.AccountsItem__sum--normal {
  text-transform: none;
  font-size: 18px;
}
.AccountsItem__sum span {
  display: inline-block;
}
.AccountsItem__sum span:first-child {
  margin-left: 2px;
}
.AccountsItem__id {
  font-size: 12px;
  line-height: 1;
  margin-top: 8px;
}
.AccountsItem--meta {
  background: #E8FCF3;
}
.AccountsItem--bank {
  background: #EDE8FC;
}
.AccountsItem--wallet {
  padding-top: 10px;
  padding-bottom: 18px;
  background: #FCF2E8;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.AccountStatus {
  position: absolute;
  right: 40px;
  top: 12px;
  display: flex;
  background: #2FC917;
  border-radius: 4px;
  align-items: center;
  color: #FFFFFF;
  padding: 2px 4px;
  font-size: 10px;
  line-height: 1;
}
.AccountStatus--draft {
  background: #137CE4;
}
.AccountStatus--rejected {
  background: #FF003D;
}
.AccountStatus--deleted {
  background: #FFA100;
}
.AccountStatus__icon {
  color: #FFFFFF;
  width: 10px;
  height: 10px;
  display: block;
  margin-right: 4px;
}
.AccountsCardStatus {
  display: flex;
  gap: 4px;
  align-items: center;
  margin-top: 8px;
}
.AccountsCardStatus__text {
  line-height: 1;
  font-size: 14px;
  color: #607B95;
  margin-top: 1px;
}
.AccountsCardStatus__icon {
  width: 16px;
  height: 16px;
  display: block;
  color: #137CE4;
}
.AccountsCardStatus__icon--verified {
  color: #2FC917;
}
.AccountsCardStatus__icon--rejected {
  color: #FF003D;
}
.statusBlock {
  font-size: 14px;
  line-height: 1;
  width: fit-content;
  border-radius: 12px;
  padding: 4px 8px;
  border: 1px solid #137CE4;
  background: #E3F0FF;
  color: #137CE4;
  font-weight: 400;
}
@media only screen and (min-width: 1024px) {
  .statusBlock {
    font-size: 16px;
  }
}
.statusBlock--edit, .statusBlock--revision, .statusBlock--deleted {
  border: 1px solid #FFA100;
  background: #FFF5E5;
  color: #FFA100;
}
.statusBlock--verified, .statusBlock--executed {
  border: 1px solid #2FC917;
  background: #EDFBF0;
  color: #2FC917;
}
.statusBlock--rejected, .statusBlock--error {
  border: 1px solid #FF003D;
  background: #FFEDEC;
  color: #FF003D;
}
.AccountsOrdersTableStatus {
  display: flex;
  align-items: center;
}
.AccountsOrdersTableStatus__icon {
  display: block;
  background: #137CE4;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  margin-right: 5px;
  flex-shrink: 0;
}
.AccountsOrdersTableStatus__icon--awaiting_payment, .AccountsOrdersTableStatus__icon--confirmation_required {
  background: #FFA100;
}
.AccountsOrdersTableStatus__icon--pending {
  background: #137CE4;
}
.AccountsOrdersTableStatus__icon--partially_executed, .AccountsOrdersTableStatus__icon--executed, .AccountsOrdersTableStatus__icon--done {
  background: #2FC917;
}
.AccountsOrdersTableStatus__icon--rejected {
  background: #FF003D;
}
.AccountsOrdersTableStatus__icon--expired, .AccountsOrdersTableStatus__icon--cancelled, .AccountsOrdersTableStatus__icon--in_progress {
  background: #607B95;
}
.AccountsCardOptions {
  right: 7px;
  top: 7px;
  position: absolute;
  width: 18px;
  height: 18px;
}
.AccountsCardOptions__dotts-icon {
  width: 16px;
  height: 16px;
  display: block;
  transform: rotate(90deg);
  transition: color 0.2s;
  pointer-events: none;
}
.AccountsCardOptions__dotts-icon--show {
  color: #149ECA;
}
.AccountsCardOptions__btn {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
  background-color: rgba(20, 158, 202, 0);
  cursor: pointer;
  border-radius: 2px;
}
.AccountsCardOptions__btn--show {
  background-color: rgba(20, 158, 202, 0.1);
}
.AccountsItemOptions {
  position: absolute;
  right: 8px;
  top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.AccountsItemOptions__btn {
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.AccountsItemOptions__dotts-icon {
  width: 20px;
  height: 20px;
  display: block;
  transform: rotate(90deg);
  color: #2B2D2F;
  pointer-events: none;
}
.OptionsList {
  -webkit-user-select: none;
          user-select: none;
  background: #ffffff;
  z-index: 1;
  position: absolute;
  top: 100%;
  right: 0;
  transform: translateY(4px);
  width: fit-content;
  font-size: 14px;
  border-radius: 8px;
  padding: 8px 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 12px 32px rgba(38, 44, 64, 0.08), 0px 24px 64px rgba(38, 44, 64, 0.04);
}
@media only screen and (min-width: 1440px) {
  .OptionsList {
    right: auto;
    left: 0;
  }
}
.OptionsList__item-loader {
  opacity: 0;
  color: #149ECA;
}
.OptionsList__item-text {
  opacity: 1;
}
.OptionsList__item {
  cursor: pointer;
  padding: 13px 15px;
  line-height: 1;
  white-space: nowrap;
  background: #fff;
  transition: background-color 0.2s;
  color: #353748;
  display: block;
  text-decoration: none;
  position: relative;
}
.OptionsList__item--disabled {
  color: rgba(53, 55, 72, 0.5);
  cursor: not-allowed;
}
.OptionsList__item--red {
  color: #E14050;
}
.OptionsList__item:hover {
  background: #E8F4FC;
}
.OptionsList__item--loading .OptionsList__item-text {
  opacity: 0;
}
.OptionsList__item--loading .OptionsList__item-loader {
  opacity: 1;
}
.listOptions {
  -webkit-user-select: none;
          user-select: none;
  background: #fff;
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 4px;
  border: 1px solid #F2F4F7;
  box-shadow: 1px 1px 20px 0px rgba(194, 194, 194, 0.3019607843);
  z-index: 1;
  border-radius: 8px;
}
.listOptions__item-loader {
  opacity: 0;
  color: #149ECA;
}
.listOptions__item-text {
  opacity: 1;
}
.listOptions__item {
  display: block;
  color: #1B232B;
  font-size: 16px;
  line-height: 24px;
  padding: 12px;
  cursor: pointer;
  white-space: nowrap;
  background-color: #fff;
  transition: background-color 0.2s;
  text-decoration: none;
  position: relative;
}
.listOptions__item--red {
  color: #FF003D;
}
.listOptions__item:hover {
  background-color: rgba(34, 36, 43, 0.0509803922);
}
.listOptions__item--loading .listOptions__item-text {
  opacity: 0;
}
.listOptions__item--loading .listOptions__item-loader {
  opacity: 1;
}
.addAccount__field {
  margin-bottom: 16px;
}
@media screen and (min-width: 400px) {
  .addAccount__field--xs {
    width: fit-content;
    min-width: 50px;
  }
}
.addAccount__field-label {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 1;
}
.accountModal__pfh-el {
  width: 100%;
  max-width: 50%;
}
.accountModal__row {
  display: flex;
  margin-bottom: 16px;
}
.accountModal__row--pfh {
  gap: 16px;
}
.invoice-block {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media only screen and (min-width: 1024px) {
  .invoice-block {
    display: flex;
    width: 100%;
    gap: 32px;
  }
}
.invoice-block__cl {
  width: 100%;
}
.invoice-block__cl--qr {
  max-width: 240px;
  margin: 0 auto 15px;
}
@media only screen and (min-width: 1024px) {
  .invoice-block__cl--qr {
    margin: 0;
  }
}
.invoice-block__value {
  background: #fff;
  z-index: 2;
  padding: 2px 0;
  width: 320px;
  font-size: 16px;
  line-height: 1.25;
  order: 3;
  word-break: break-word;
  color: #353748;
}
@media (min-width: 640px) {
  .invoice-block__value {
    padding-left: 16px;
    padding-right: 0;
  }
}
.invoice-block__value--title {
  max-width: none;
  width: auto;
  padding: 0;
  order: 1;
  color: #607B95;
  font-size: 12px;
  margin-bottom: 4px;
  line-height: 20px;
}
@media (min-width: 640px) {
  .invoice-block__value--title {
    padding-right: 16px;
    color: #353748;
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 0;
  }
}
.invoice-block__value--sub-title {
  padding: 0;
  font-size: 12px;
  line-height: 16px;
  color: #607B95;
}
.invoice-block__row {
  width: 100%;
  margin-bottom: 16px;
  position: relative;
}
.invoice-block__row--mb-0 {
  margin-bottom: 0;
  line-height: 1;
}
.invoice-block__row--mb-0::after {
  display: none !important;
}
@media (min-width: 640px) {
  .invoice-block__row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
  }
}
.invoice-block__row::after {
  content: "";
  flex-grow: 1;
  border-bottom: 1px dotted #607B95;
  margin: 0 8px;
  order: 2;
  display: inline;
}
.qr-block {
  display: none;
}
@media (min-width: 640px) {
  .qr-block {
    display: block;
  }
}
.qr-block__desc {
  text-align: center;
  font-size: 14px;
  color: grey;
  line-height: 1.4;
}
.qr-block__icon {
  display: block;
  width: 240px;
  height: 240px;
  margin-bottom: 8px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.summary__row {
  width: 100%;
  margin-bottom: 16px;
  position: relative;
}
@media only screen and (min-width: 640px) {
  .summary__row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
}
.summary__row::after {
  content: "";
  flex-grow: 1;
  border-bottom: 1px dotted #607B95;
  margin: 0 8px;
  order: 2;
  display: none;
}
@media only screen and (min-width: 640px) {
  .summary__row::after {
    display: inline;
  }
}
.summary__row--title {
  margin-top: 24px;
}
.summary__row--title::after {
  display: none;
}
.summary__row--mt {
  margin-top: 24px;
}
.summary__line {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #D7D7DB;
  margin-bottom: 24px;
  padding-top: 8px;
}
.summary__item-title {
  color: #1B232B;
  font-weight: 500;
  line-height: 24px;
}
.summary__item {
  background: #fff;
  z-index: 2;
  padding: 2px 0;
  /*    padding-left: 16px;*/
  font-size: 16px;
  line-height: 1.25;
  word-break: break-word;
  order: 3;
}
@media only screen and (min-width: 640px) {
  .summary__item {
    width: fit-content;
    padding-left: 16px;
    max-width: 375px;
  }
}
@media only screen and (min-width: 640px) {
  .summary__item--tr {
    text-align: right;
  }
}
.summary__item--title {
  max-width: none;
  width: auto;
  /*      padding-right: 16px;
        padding-left: 0;*/
  order: 1;
  color: #607B95;
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
}
@media only screen and (min-width: 640px) {
  .summary__item--title {
    padding-right: 16px;
    padding-left: 0;
    max-width: none;
    font-size: 16px;
    color: #353748;
  }
}
.summary__item--bold {
  font-weight: 600;
}
.summary__item--row {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: -4px;
  align-self: flex-end;
}
.summary__item-old-price {
  font-size: 14px;
  line-height: 20px;
  color: #B5C2D0;
  text-decoration: line-through;
}
.summary__item-status {
  display: flex;
  align-items: center;
}
.summary__item-status::before {
  content: "";
  display: block;
  background: #137CE4;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  margin-right: 5px;
}
.summary__item-status--pending::before {
  background: #137CE4;
}
.summary__item-status--partially_executed::before, .summary__item-status--executed::before, .summary__item-status--done::before {
  background: #2FC917;
}
.summary__item-status--awaiting_payment::before, .summary__item-status--confirmation_required::before {
  background: #FFA100;
}
.summary__item-status--expired::before, .summary__item-status--cancelled::before, .summary__item-status--in_progress::before {
  background: #607B95;
}
.summary__item-status--rejected::before {
  background: #FF003D;
}
.summary__border-block {
  border: 1px solid #D3DBE3;
  padding: 12px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
  color: #1B232B;
}
.summary__border-block--pfh {
  border: none;
  padding: 0;
}
@media only screen and (min-width: 640px) {
  .summary__border-block--pfh {
    max-width: 270px;
  }
}
.top-up-summary__qr {
  display: flex;
  justify-content: center;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .top-up-summary {
    display: flex;
    gap: 32px;
  }
}
.top-up-summary__desc-warning {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .top-up-summary__desc-warning {
    display: flex;
  }
}
@media only screen and (min-width: 1024px) {
  .top-up-summary__mob-warning {
    display: none;
  }
}
.dealerRow {
  display: flex;
  align-items: flex-start;
  line-height: 1;
}
.dealerRow__field {
  width: 50%;
}
.dealerRow__equals {
  margin: 0 10px;
  width: 24px;
  height: 24px;
  color: #353748;
  align-self: center;
}
@media (min-width: 640px) {
  .dealerRow__equals {
    margin: 0 16px;
  }
}
.dealerRow__equals--top {
  align-self: flex-start;
  margin-top: 34px;
  /*      position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);*/
}
.dealerRow__item {
  color: #353748;
  display: flex;
  align-items: center;
  white-space: nowrap;
  align-self: center;
}
.AccountsOrders {
  margin-top: 40px;
}
.AccountsOrders__title {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 16px;
  font-weight: 600;
}
.AccountsOrders__empty {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 500;
  color: #149ECA;
  text-align: center;
  margin-top: 50px;
}
.FilterBtn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #F2F4F7;
  border-radius: 8px;
  cursor: pointer;
  padding: 8px 12px;
  width: fit-content;
}
.FilterBtn__icon-svg {
  display: block;
  width: 20px;
  height: 20px;
  color: #607B95;
}
.FilterBtn__icon {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
}
.FilterBtn__icon::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #FFA100;
  border: 2px solid #F2F4F7;
  position: absolute;
  right: 0;
  top: -1px;
  transition: opacity 0.2s;
  opacity: 0;
}
.FilterBtn__icon--active::after {
  opacity: 1;
}
.FilterBtn__text {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
}
.filterModal {
  padding: 16px;
}
.filterModal__calendar {
  width: 100%;
}
.filterModal__handlers {
  display: flex;
  gap: 16px;
}
.filterModal__row {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 16px;
}
.filterModal__row--column {
  flex-direction: column;
  gap: 0;
}
.filterModal__caption {
  color: #1B232B;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}
.AccountsFilter {
  margin-bottom: 16px;
}
@media only screen and (min-width: 1280px) {
  .AccountsFilter {
    border-bottom: 1px solid #D3DBE3;
    padding-bottom: 16px;
  }
}
.AccountsFilter__top-row {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: -45px;
}
@media only screen and (min-width: 1280px) {
  .AccountsFilter__top-row {
    display: none;
  }
}
.AccountsFilter__field-calendar .calendarField__label {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 4px;
}
.AccountsFilter__field-calendar .calendarField__input {
  padding-top: 16px;
  padding-bottom: 16px;
}
.AccountsFilter__field-calendar .calendarField__icon-container {
  top: 16px;
}
.AccountsFilter__container {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .AccountsFilter__container {
    display: flex;
    gap: 16px;
    align-items: flex-start;
  }
}
.AccountsFilter__reset {
  cursor: pointer;
  color: #137CE4;
  font-size: 16px;
  line-height: 1;
  margin-top: 40px;
  transition: color 0.2s;
}
.AccountsFilter__reset--disable {
  color: #B5C2D0;
  cursor: not-allowed;
}
.AccountsFilter__field {
  margin-bottom: 0;
}
.AccountsFilter__field--vendor {
  max-width: 128px;
}
.AccountsFilter__field--type {
  max-width: 172px;
}
.AccountsFilter__field--status {
  max-width: 296px;
}
.AccountsFilter__field--sm {
  max-width: 196px;
}
.AccountsFilter__field--xsm {
  max-width: 172px;
}
/*.accountOrderCard {
  display: block;
  color: $text;
  border-bottom: 1px solid $greyMain;
  padding: 12px;

  &_cell {
    &--right {
      text-align: right;
    }
  }

  &__row {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 16px;

    &--last {
      margin-bottom: 0;
    }
  }

  &__text-fw {
    color: #1B232B;
    font-weight: 500;
  }

  &__text {
    line-height: 22px;
  }

  &__text-sm {
    font-size: 12px;
    color: $greyMain2;
    line-height: 16px;
  }
}*/
.AccountsOrdersTable {
  display: block;
  margin-top: 16px;
  /*  border-top: 1px solid $greyMain;
    border-left: 1px solid $greyMain;
    border-right: 1px solid $greyMain;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;*/
  border-left: 1px solid #D3DBE3;
  border-top: 1px solid #D3DBE3;
  border-right: 1px solid #D3DBE3;
  border-radius: 8px;
  overflow: hidden;
}
@media only screen and (min-width: 640px) {
  .AccountsOrdersTable {
    /*   border-top: none;*/
    display: table;
    width: 100%;
    text-align: left;
    line-height: 1;
  }
}
.AccountsOrdersTable--empty {
  border-radius: 8px 8px 0 0;
}
.AccountsOrdersTable__empty-cell {
  /*    position: absolute;
      left: 50%;
      top: 50%;
      white-space: nowrap;
      transform: translate(-50%, -50%);*/
  color: #607B95;
  font-size: 18px;
  line-height: 24px;
  width: 100%;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.AccountsOrdersTable__empty {
  width: 100%;
  text-align: center;
  display: block;
  padding: 24px 20px;
  position: relative;
  border-radius: 0 0 8px 8px;
  border: 1px solid #D3DBE3;
  border-top: none;
}
.AccountsOrdersTable__row {
  cursor: pointer;
  display: block;
  position: relative;
  border-bottom: 1px solid #D3DBE3;
  border-right: 1px solid #D3DBE3;
  padding: 10px 20px;
  background: #FFFFFF;
  transition: background-color 0.2s;
}
@media only screen and (min-width: 640px) {
  .AccountsOrdersTable__row {
    border: none;
  }
}
.AccountsOrdersTable__row--head {
  display: none;
  cursor: auto;
}
@media only screen and (min-width: 640px) {
  .AccountsOrdersTable__row--head {
    display: table-row;
  }
}
@media only screen and (min-width: 640px) {
  .AccountsOrdersTable__row {
    display: table-row;
    border: none;
    padding: 0;
  }
}
.AccountsOrdersTable__row:hover {
  background-color: rgba(242, 244, 247, 0.5);
}
.AccountsOrdersTable__cell-flex {
  display: flex;
  align-items: flex-start;
  margin-top: 3px;
}
@media only screen and (min-width: 640px) {
  .AccountsOrdersTable__cell-hidden-vendor {
    display: none;
  }
}
.AccountsOrdersTable__cell {
  display: block;
  position: relative;
  padding: 0;
  font-size: 13px;
  line-height: 1.23;
}
.AccountsOrdersTable__cell--desc {
  font-size: 14px;
}
@media only screen and (min-width: 640px) {
  .AccountsOrdersTable__cell--desc {
    font-size: 13px;
  }
}
.AccountsOrdersTable__cell--type {
  font-size: 12px;
  margin-bottom: 8px;
}
@media only screen and (min-width: 640px) {
  .AccountsOrdersTable__cell--type {
    margin-bottom: 0;
  }
}
.AccountsOrdersTable__cell--date {
  margin-bottom: 10px;
}
@media only screen and (min-width: 640px) {
  .AccountsOrdersTable__cell--date {
    width: 100px;
  }
}
.AccountsOrdersTable__cell--status {
  width: fit-content;
  position: absolute;
  right: 20px;
  top: 10px;
  padding: 0;
}
@media only screen and (min-width: 640px) {
  .AccountsOrdersTable__cell--status {
    position: static;
    width: 220px;
  }
}
.AccountsOrdersTable__cell--head {
  background: #F2F4F7;
  display: none;
}
@media only screen and (min-width: 640px) {
  .AccountsOrdersTable__cell--head {
    display: table-cell;
  }
}
.AccountsOrdersTable__cell--vendor {
  display: none;
}
@media only screen and (min-width: 640px) {
  .AccountsOrdersTable__cell {
    display: table-cell;
    /*      border-right: 1px solid $greyMain;*/
    border-bottom: 1px solid #D3DBE3;
    padding: 10px 20px;
  }
}
.AccountsOrdersTable__top-sort {
  margin-left: 10px;
  margin-top: -4px;
}
.AccountsOrdersSort {
  margin-top: 16px;
}
@media only screen and (min-width: 640px) {
  .AccountsOrdersSort {
    display: none;
  }
}
.AccountsOrdersSort__caption {
  font-size: 14px;
  color: #607B95;
  line-height: 20px;
  margin-bottom: 4px;
}
.AccountsOrdersSort__row {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
@media only screen and (min-width: 480px) {
  .AccountsOrdersSort__row {
    flex-direction: row;
  }
}
.AccountsOrdersSort__row .multiselect-placeholder {
  white-space: nowrap;
}
.want-to__container {
  display: flex;
  gap: 4px;
  width: fit-content;
  border-radius: 8px;
  border: 2px solid #E8F4FC;
  padding: 4px;
  margin-top: 8px;
}
.want-to__btn {
  min-width: 108px;
  width: fit-content;
  border-radius: 6px;
  color: #607B95;
  text-align: center;
  background: #FFFFFF;
  transition: background-color 0.2s, color 0.2s;
  display: flex;
  align-items: center;
  min-height: 40px;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  padding: 0 10px;
}
.want-to__btn.active {
  background: #D7D7DB;
  color: #353748;
}
.want-to--disabled .want-to__btn {
  cursor: not-allowed;
}
.want-to--disabled .want-to__btn.active {
  background-color: #E8F4FC;
}
@media only screen and (min-width: 1024px) {
  .news-home__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.news-home__list--short {
  display: block;
}
@media only screen and (min-width: 640px) {
  .news-home__list--short {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .news-home__list--short {
    display: block;
  }
}
.news-home__list--short.scroll-block__list {
  margin: 0;
  padding: 0;
}
.news-home__list--short.scroll-block__item {
  margin-left: 0;
  width: auto;
  min-width: auto;
}
.news-home__list--short .scroll-block__item {
  margin-left: 0;
  width: auto;
  min-width: auto;
}
.news-home__list--short .news-card__title {
  font-weight: 500;
}
.news-home__list-item--mb {
  margin-bottom: 15px;
}
.news-home__list-item--no-img .news-card__thumb {
  display: none;
}
.news-home__link {
  margin-top: 20px;
  font-size: 20px;
  color: #149ECA;
  margin-bottom: 15px;
  display: inline-block;
  line-height: 1;
}
.index-page__news {
  margin-bottom: 40px;
}
.news-detail-page__title {
  font-size: 27px;
  line-height: 1.3;
  margin-bottom: 20px;
  text-align: center;
  margin-top: 20px;
}
.news-detail-page__title span {
  color: #149ECA;
  background: linear-gradient(90deg, #6ADBD9 0%, #149ECA 49.5%, #6ADBD9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.news-detail-page .editor h2 {
  text-align: center;
}
.news-detail-page .editor h2 span {
  color: #149ECA;
  background: linear-gradient(90deg, #6ADBD9 0%, #149ECA 49.5%, #6ADBD9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 27px;
}
.fileUploaderTooltip {
  position: relative;
  cursor: pointer;
}
.fileUploaderTooltip__inner {
  cursor: auto;
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
  position: absolute;
  left: -9px;
  top: 32px;
  background-color: #FFFFFF;
  padding: 8px;
  border-radius: 8px;
  min-width: 310px;
  border: 1px solid #D3DBE3;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  z-index: 1;
}
.fileUploaderTooltip__inner:before {
  content: "";
  display: block;
  position: absolute;
  left: 14px;
  top: -7px;
  background: #FFFFFF;
  width: 12px;
  height: 12px;
  border-top: 1px solid #D3DBE3;
  border-right: 1px solid #D3DBE3;
  transform: rotate(-45deg);
}
.fileUploaderTooltip:hover .fileUploaderTooltip__inner {
  opacity: 1;
  pointer-events: auto;
}
.fileUploader {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
.fileUploader__field {
  width: 100%;
}
.fileUploader__empty {
  display: flex;
  width: 100%;
  align-items: center;
  cursor: pointer;
}
.fileUploader__placeholder {
  font-size: 14px;
  line-height: 1.6;
  color: #353748;
  margin-left: 17px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.fileUploader__input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: -1;
}
.fileUploader__input--area {
  z-index: 1;
}
.fileUploader__file-info {
  position: relative;
  left: 9px;
}
.fileUploader__icon {
  width: 24px;
  height: 24px;
  display: block;
  color: #149ECA;
  flex-shrink: 0;
}
.fileUploader__download {
  cursor: pointer;
  position: relative;
  width: 32px;
  height: 32px;
  background: #E8F4FC;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  flex-shrink: 0;
}
.fileUploader__area-icon {
  margin: 0 auto 16px;
  width: 36px;
  height: 36px;
  display: block;
}
.fileUploader__area-icon--error {
  color: #c92243;
}
.fileUploader__area-text-data {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .fileUploader__area-text-data {
    display: inline;
  }
}
@media only screen and (min-width: 1024px) {
  .fileUploader__area-text-data-mob {
    display: none;
  }
}
.fileUploader__area {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  cursor: pointer;
  border: 1px dashed #7A92AA;
  border-radius: 8px;
  padding: 14px 15px;
}
.fileUploader__area--error {
  border-color: #c92243;
}
.fileUploader__area--full {
  margin-bottom: 30px;
}
.fileUploader__area-text {
  display: block;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}
.fileUploader__area-text--color {
  color: #4D6379;
  margin-top: 8px;
  font-size: 14px;
  line-height: 20px;
}
.fileUploader--tooltip__text-one-line .fileUploaderTooltip__inner {
  min-width: 0;
  white-space: nowrap;
}
.fileUploaderProgress {
  padding-right: 35px;
  position: relative;
  display: flex;
  margin-bottom: 10px;
}
.fileUploaderProgress__error {
  font-size: 11px;
  margin-top: 3px;
  color: #CA2031;
  line-height: 1.2;
}
.fileUploaderProgress__file-size {
  font-size: 12px;
  margin-top: 5px;
}
.fileUploaderProgress__main {
  width: 100%;
  position: relative;
  min-height: 33px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 30px;
}
.fileUploaderProgress__icon-svg {
  display: block;
  color: #149ECA;
  width: 30px;
  height: 30px;
  opacity: 1;
  transition: color 0.2s;
  flex-shrink: 0;
  margin-right: 10px;
}
.fileUploaderProgress__icon-svg--error {
  color: #CA2031;
}
.fileUploaderProgress__icon-svg--done {
  color: #11CF70;
}
.fileUploaderProgress__percent {
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 12px;
  min-width: 32px;
  text-align: right;
}
.fileUploaderProgress__text {
  font-size: 16px;
  line-height: 1;
  color: #353748;
  align-items: center;
  width: 100%;
  white-space: nowrap; /* Предотвращает перенос текста на новую строку */
  overflow: hidden; /* Скрывает переполняющийся текст */
  text-overflow: ellipsis; /* Добавляет многоточие в конце обрезанного текста */
  max-width: 450px;
  display: block;
}
.fileUploaderProgress__remove {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: #fff;
  z-index: 1;
  margin-left: auto;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
}
.fileUploaderProgress__remove-icon {
  color: #CA2031;
  display: block;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
.fileUploaderProgressLine {
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background: rgba(20, 158, 202, 0.1);
  position: relative;
  overflow: hidden;
  margin-top: 13px;
}
.fileUploaderProgressLine__holder {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  background: #149ECA;
  transition: background-color 0.2s;
}
.fileUploaderProgressLine__holder--done {
  background: #11CF70;
}
.cookieBlock {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #E8F4FC;
  padding: 15px 0;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
  z-index: 1;
}
.cookieBlock.show {
  transform: translateY(0);
}
.cookieBlock__container {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 640px) {
  .cookieBlock__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.cookieBlock__text {
  flex: 1 0 1%;
}
@media screen and (max-width: 639.98px) {
  .cookieBlock__text {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 640px) {
  .cookieBlock__text {
    margin-right: 15px;
  }
}
.cookieBlock__text a {
  color: #1976D2;
}
@media only screen and (min-width: 640px) {
  .cookieBlock__button {
    width: auto;
  }
}
.bids-nav__link {
  color: #149ECA;
}
.bids-nav__link--current {
  pointer-events: none;
  color: #353748;
}
.update-notification {
  position: fixed;
  right: 15px;
  bottom: 15px;
  padding: 20px;
  background: #E8F4FC;
  backdrop-filter: blur(16px);
  border-radius: 10px;
  z-index: 99;
}
.update-notification__caption {
  margin-bottom: 20px;
}
.NotificationPage__caption {
  margin-bottom: 25px;
  margin-top: 8px;
}
.Notification {
  position: relative;
  margin-right: 16px;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
  background-color: #fff;
  border-radius: 8px;
  z-index: 11;
  margin-left: auto;
}
@media only screen and (min-width: 1024px) {
  .Notification {
    margin-right: 24px;
    margin-right: 0;
  }
}
.NotificationIcon {
  -webkit-user-select: none;
          user-select: none;
  position: relative;
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  .NotificationIcon {
    width: 24px;
    height: 24px;
  }
}
.NotificationIcon__counter {
  position: absolute;
  right: -1px;
  top: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-shrink: 0;
  color: #fff;
  background-color: #CA2031;
  border-radius: 12px;
  min-height: 11px;
  font-size: 10px;
  line-height: 1;
  min-width: 18px;
  padding: 2px 4px;
  border: 2px solid #fff;
}
.NotificationIcon__svg {
  color: #149ECA;
  display: block;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  pointer-events: none;
}
@media only screen and (min-width: 1024px) {
  .NotificationIcon__svg {
    width: 24px;
    height: 24px;
  }
}
.NotificationsList {
  position: absolute;
  overflow: hidden;
  background: #fff;
  border: 1px solid #D3DBE3;
  box-shadow: 0 2px 2px 0 rgba(0, 32, 51, 0.0196078431);
  right: 0;
  top: 100%;
  margin-top: -1px;
  transform: translateX(185px);
  border-radius: 8px;
  min-width: 300px;
}
.NotificationsList__scroll {
  height: 250px;
}
.NotificationsList__caption {
  font-weight: 500;
  padding: 12px;
  font-size: 20px;
  border-bottom: 1px solid rgba(53, 55, 72, 0.2);
}
.NotificationsList__bottom {
  font-weight: 500;
  padding: 15px 15px;
  font-size: 16px;
  /*border-top: 1px solid rgba($color, .8);*/
}
.NotificationsList__empty {
  padding: 15px;
  text-align: center;
  font-weight: 500;
  color: rgba(53, 55, 72, 0.6);
}
.NotificationsListItem {
  cursor: pointer;
  display: flex;
  padding: 12px;
  padding-left: 24px;
  text-decoration: none;
  color: #353748;
  font-weight: 400;
  /*  border-bottom: 1px solid rgba($color, .2);*/
  position: relative;
  background: #fff;
  transition: background-color 0.2s;
}
.NotificationsListItem:last-child {
  border: none;
}
.NotificationsListItem--new::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #CA2031;
  margin-top: -4px;
}
.NotificationsListItem:hover {
  background: #E3F0FF;
}
.notificationMain {
  position: fixed;
  right: 8px;
  top: 8px;
  z-index: 11;
  width: 100%;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .notificationMain {
    right: 24px;
    top: 24px;
  }
}
.notificationMain__container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
}
.notificationItem {
  border-radius: 8px;
  overflow: hidden;
  background: #1B232B;
  padding: 16px 48px;
  position: relative;
  pointer-events: auto;
  width: 100%;
  max-width: 90vw;
}
@media only screen and (min-width: 768px) {
  .notificationItem {
    max-width: 560px;
  }
}
.notificationItem__close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 24px;
  height: 24px;
  color: #fff;
  cursor: pointer;
}
.notificationItem__text {
  color: #97AABD;
  font-size: 16px;
  line-height: 1.5;
}
.notificationItem__icon {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 16px;
  left: 16px;
  color: #FFB874;
}
.notificationItem__btn {
  color: #137CE4;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  margin-top: 8px;
}
.notificationItem__btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 1px;
  background: #137CE4;
  opacity: 0.2;
}
.notificationItem::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 8px;
  border-radius: 8px 0 0 8px;
  background: #FFB874;
}
.TimeLine {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(20, 158, 202, 0.2);
  height: max-content;
  display: none;
}
@media only screen and (min-width: 768px) {
  .TimeLine {
    display: block;
  }
}
.TimeLine__title {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 30px;
}
.TimeLine__list {
  position: relative;
}
.TimeLine__list::before {
  content: "";
  position: absolute;
  width: 2px;
  height: calc(100% - 20px);
  top: 50%;
  transform: translateY(-50%);
  left: 6px;
  background: rgba(20, 158, 202, 0.4);
}
.TimeLine__item-circle {
  width: 14px;
  height: 14px;
  display: block;
  border-radius: 100%;
  background: #149ECA;
  transition: background-color 0.2s;
  margin-right: 5px;
  flex-shrink: 0;
}
.TimeLine__item-circle.active {
  background-color: #11CF70;
}
.TimeLine__item {
  display: flex;
  align-items: center;
  z-index: 1;
  margin-bottom: 20px;
  position: relative;
}
.step-line {
  display: inline-flex;
  gap: 20px;
  padding: 10px 0;
  white-space: nowrap;
}
@media only screen and (min-width: 1024px) {
  .step-line {
    white-space: none;
    gap: 0;
    padding: 0;
    display: block;
  }
}
.step-line__status-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  color: #FFFFFF;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s;
  opacity: 0;
}
.step-line__item-key {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #E8F4FC;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 16px;
  color: #607B95;
  margin-right: 18px;
  transition: background-color 0.2s, color 0.2s;
  flex-shrink: 0;
}
.step-line__item-key.done {
  color: rgba(255, 255, 255, 0);
  background-color: #11CF70;
}
.step-line__item-key.done .step-line__status-icon--done {
  opacity: 1;
}
.step-line__item-key.fail {
  color: rgba(255, 255, 255, 0);
  background-color: #FF003D;
}
.step-line__item-key.fail .step-line__status-icon--fail {
  opacity: 1;
}
.step-line__item-key.active {
  color: #FFFFFF;
  background-color: #149ECA;
}
.step-line__item {
  display: flex;
  padding: 10px 0;
  align-items: center;
}
.step-line-container {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Для Firefox */
}
.step-line-container::-webkit-scrollbar {
  display: none; /* Для Chrome/Safari */
}
@media only screen and (min-width: 1024px) {
  .step-line-container {
    width: fit-content;
    min-width: 250px;
  }
}
.otp-container {
  display: flex;
  gap: 8px;
  justify-content: center;
  padding: 0 34px;
  position: relative;
}
.otp-container__loader {
  right: -17px;
  left: auto;
  color: #149ECA;
}
@media screen and (min-width: 400px) {
  .otp-container__loader {
    right: -2%;
  }
}
@media screen and (min-width: 480px) {
  .otp-container__loader {
    right: 0;
  }
}
.otp-hidden-input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
  pointer-events: none;
}
.otp-input {
  cursor: text;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  border-radius: 8px;
  width: 36px;
  height: 36px;
  border: 1px solid #607B95;
  background-color: #FFFFFF;
  transition: border-color 0.2s, background-color 0.2s;
  color: #353748;
  flex-shrink: 0;
}
@media only screen and (min-width: 480px) {
  .otp-input {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .otp-input {
    width: 64px;
    height: 56px;
    font-size: 32px;
  }
}
.otp-input:disabled {
  color: #353748;
  opacity: 1 !important;
}
.otp-input--active {
  border-color: #149ECA;
}
.otp-input:focus {
  border-color: #149ECA;
}
.otp-input__value {
  display: block;
  position: relative;
}
.otp-input__value--cursor::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 1em;
  background: #353748;
  margin-top: -0.5em;
  animation: css-animation-blink 1s step-start infinite;
}
.otp-container--error .otp-input {
  border-color: #FF003D;
}
.otp-container--disabled .otp-input {
  background-color: #f6f6f9;
}
.otp-modal {
  margin-bottom: 32px;
  text-align: center;
}
.otp-modal__field {
  margin-top: 24px;
}
.otp-modal__error {
  color: #FF003D;
  font-size: 16px;
  line-height: 24px;
  margin-top: 8px;
}
.otp-modal__text-timer {
  display: inline-block;
  min-width: 50px;
}
.otp-modal__text {
  color: #353748;
  font-size: 16px;
  line-height: 24px;
}
.otp-modal__text--mt {
  margin-top: 24px;
}
.otp-modal__title {
  text-align: left;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 32px;
}
@keyframes css-animation-blink {
  50% {
    opacity: 0;
  }
}
.meta-contract__back {
  max-width: none;
  width: fit-content;
}
.meta-contract-page {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 80px;
}
@media only screen and (min-width: 1024px) {
  .meta-contract-page {
    flex-direction: row;
  }
}
.meta-contract-page__content {
  width: 100%;
  order: 2;
}
@media only screen and (min-width: 1024px) {
  .meta-contract-page__content {
    margin-right: 24px;
    max-width: 700px;
    order: 1;
  }
}
.meta-contract-page__steps {
  margin-top: -10px;
  flex-shrink: 0;
  order: 1;
}
@media only screen and (min-width: 1024px) {
  .meta-contract-page__steps {
    order: 2;
  }
}
.meta-contract-page__title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-top: 8px;
  margin-bottom: 24px;
}
.meta-contract-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 16px 0px;
  width: 100%;
  /*  box-shadow: 0px -4px 12px 0px #00000014;*/
  background: #FFFFFF;
}
@media only screen and (min-width: 1024px) {
  .meta-contract-bottom {
    padding: 16px 24px;
  }
}
.meta-contract-bottom__container {
  max-width: 700px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
}
.meta-contract-bottom__container--end {
  justify-content: flex-end;
}
.meta-contract-bottom__btn {
  width: fit-content;
  font-size: 12px;
  padding: 5px 5px;
}
@media only screen and (min-width: 480px) {
  .meta-contract-bottom__btn {
    padding: 13px 15px;
    font-size: 14px;
  }
}
.meta-contract-bottom__btn--end {
  margin-left: auto;
}
.meta-contract-bottom__btn--cancel {
  /*    margin-right: 16px;*/
}
.meta-contract-bottom__btn--close {
  margin-right: auto;
}
@media screen and (max-width: 479.98px) {
  .meta-contract-bottom__btn--close {
    border: none;
  }
}
.meta-contract-bottom__btn--prev {
  /*      margin-right: 16px;*/
}
@media screen and (max-width: 479.98px) {
  .meta-contract-bottom__btn--prev {
    border: none;
  }
}
.meta-contract-bottom__btn--disable {
  cursor: not-allowed;
  background: #B5C2D0;
  color: #607B95;
  border: 1px solid #B5C2D0;
}
.meta-contract-step__caption {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #0D1014;
  margin-bottom: 16px;
}
.meta-contract-step-3-block {
  margin-bottom: 16px;
}
.meta-contract-step-3-block__caption {
  font-size: 16px;
  line-height: 24px;
  color: #607B95;
  margin-bottom: 4px;
}
.bankAccountItem {
  display: flex;
  position: relative;
  border: 1px solid #D3DBE3;
  border-radius: 5px;
  margin-bottom: 16px;
  padding: 10px 42px;
  cursor: pointer;
}
.bankAccountItem--disable {
  cursor: not-allowed;
}
.bankAccountItem__check {
  position: absolute;
  left: 14px;
  top: 14px;
  width: 20px;
  height: 20px;
}
.bankAccountItem__check-icon {
  color: #149ECA;
  display: block;
  width: 100%;
  height: 100%;
}
.bankAccountItem__check-icon--empty {
  color: #149ECA;
}
.bankAccountItem__link-icon {
  color: #149ECA;
  display: block;
  width: 100%;
  height: 100%;
}
.bankAccountItem__link {
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  z-index: 1;
}
.bankAccountItem__text {
  font-size: 14px;
  line-height: 24px;
  color: #607B95;
}
.bankAccountItem__text--caption {
  font-size: 16px;
  text-transform: uppercase;
  color: #353748;
  word-break: break-all;
}
.modal-personal__title {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 32px;
  padding-top: 12px;
}
.modal-personal p {
  text-align: justify;
  font-size: 14px;
  line-height: 20px;
}
.popup-top {
  display: flex;
  align-items: center;
}
.popup-top__title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  padding: 32px 32px 16px;
  border-bottom: 1px solid #D3DBE3;
  width: 100%;
}
.popup-top__title--no-border {
  border: none;
}
.popup-top__title--tt {
  text-transform: uppercase;
}
.popup-bottom {
  display: flex;
  padding: 24px 32px;
  border-top: 1px solid #D3DBE3;
  box-shadow: 0px -4px 12px 0px rgba(0, 0, 0, 0.0784313725);
}
.popup-bottom--sb {
  justify-content: space-between;
}
.popup-bottom--end {
  justify-content: flex-end;
}
.block-person-list {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.block-person-list--mt-16 {
  margin-top: 16px;
}
.block-person-list--mb-16 {
  margin-bottom: 16px;
}
.border-block {
  padding: 24px;
  border: 1px solid #D7D7DB;
  border-radius: 12px;
  margin-bottom: 16px;
  position: relative;
}
.border-block__remove-icon {
  position: absolute;
  top: 3px;
  right: 0px;
  width: 18px;
  height: 18px;
  color: #97AABD;
  cursor: pointer;
}
.border-block__remove-icon--lg {
  width: 24px;
  height: 24px;
}
.border-block__remove-icon--authority {
  right: -40px;
  top: 42px;
}
.border-block__remove-icon--disable {
  cursor: not-allowed;
  color: #B5C2D0;
}
.border-block__title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 16px;
}
.border-block__caption {
  font-size: 16px;
  line-height: 1.5;
  color: #607B95;
  margin-bottom: 4px;
  letter-spacing: -0.3px;
}
.border-block--authority {
  padding-right: 56px;
}
.border-block .fileUploaderTooltip {
  left: 0;
  margin-right: -9px;
}
.tag {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 24px;
  border: 1px solid #7A92AA;
  padding: 4px 8px 4px 12px;
  justify-content: space-between;
  width: fit-content;
}
.tag__text {
  font-size: 16px;
  line-height: 1.5;
  color: #607B95;
}
.tag__remove-icon {
  width: 18px;
  height: 18px;
  color: #97AABD;
  cursor: pointer;
  margin-left: 10px;
}
.lkPage__container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.lkPage__content {
  flex: 1 0 1%;
}
@media screen and (max-width: 1023.98px) {
  .lkPage__content {
    display: flex;
    flex-direction: column;
  }
}
.lkPage__content-inner {
  width: 100%;
  flex: 1 0 1%;
}
@media only screen and (min-width: 1280px) {
  .lkPage__content-inner {
    display: flex;
  }
}
@media only screen and (min-width: 640px) {
  .lkPage__content-inner--KYC {
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .lkPage__content-page {
    flex: 1 0 1%;
  }
}
.lkPage__content-sidebar {
  width: 100%;
  flex-shrink: 1;
  padding-bottom: 30px;
  margin-top: 40px;
}
@media only screen and (min-width: 1280px) {
  .lkPage__content-sidebar {
    margin-top: 0;
    padding-left: 15px;
    max-width: 345px;
  }
}
@media only screen and (min-width: 1440px) {
  .lkPage__content-sidebar {
    padding-left: 30px;
    max-width: 360px;
  }
}
.PolicyLayout__container {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 1024px) {
  .PolicyLayout__container {
    height: 100vh;
    height: 100svh;
    overflow: hidden;
    display: grid;
    grid-template-areas: "header-line header-line" "sidebar content-part";
  }
}
.PolicyLayout__top {
  height: 86px;
  display: flex;
  align-items: center;
  grid-area: header-line;
}
@media screen and (max-width: 1023.98px) {
  .PolicyLayout__top {
    position: sticky;
    top: 0;
    background-color: #FFFFFF;
    z-index: 2;
  }
}
.PolicyLayout__top-center {
  flex: 1 0 1%;
}
.PolicyLayout__left {
  grid-area: sidebar;
}
@media only screen and (min-width: 1024px) {
  .PolicyLayout__left {
    min-width: 270px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1440px) {
  .PolicyLayout__left {
    margin-right: 30px;
  }
}
.PolicyLayout__content {
  grid-area: content-part;
  padding-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  .PolicyLayout__content {
    padding-right: 10px;
    padding-bottom: 60px;
  }
}
.PolicyLayout__btn-back {
  margin-left: 0;
}
@media only screen and (min-width: 640px) {
  .PolicyLayout__btn-back {
    margin-top: 5px;
    margin-left: 25px;
  }
}
@media only screen and (min-width: 1024px) {
  .PolicyLayout__btn-back {
    margin: 0;
    margin-top: 8px;
  }
}
@media only screen and (min-width: 1024px) {
  .PolicyLayout__logo-container {
    min-width: 270px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1440px) {
  .PolicyLayout__logo-container {
    margin-right: 30px;
  }
}
.AuthPage {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
}
@media screen and (min-width: 1024px) {
  .AuthPage {
    padding-top: 60px;
    flex-direction: row;
    align-items: center;
    /*align-items: flex-start;*/
  }
}
.AuthPage__chat {
  color: #fff;
}
.AuthPage__top-r {
  position: absolute;
  display: flex;
  right: 20px;
  top: 27px;
}
.AuthPage__header {
  width: 100%;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.AuthPage__container {
  gap: 20px;
  padding: 20px 20px 30px;
}
@media screen and (max-width: 1023.98px) {
  .AuthPage__container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .AuthPage__container .AuthContainer {
    order: 1;
  }
  .AuthPage__container .ratesBlock--forimex {
    order: 2;
  }
  .AuthPage__container .ratesBlock--cbr {
    order: 3;
  }
  .AuthPage__container .ratesBlock--investing {
    order: 4;
  }
  .AuthPage__container .ratesBlock--profinance {
    order: 5;
  }
}
@media screen and (min-width: 1024px) {
  .AuthPage__container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "forimex profinance form" "investing profinance form" "cbr cbr filler";
  }
}
@media screen and (max-width: 1023.98px) {
  .AuthPage__container > * {
    width: 100%;
    max-width: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .AuthPage__container--reg {
    grid-template-areas: "forimex profinance form" "investing profinance form" "cbr cbr form";
  }
}
@media screen and (min-width: 768px) {
  .AuthPage__container .ratesBlock--forimex {
    grid-area: forimex;
  }
}
@media screen and (min-width: 768px) {
  .AuthPage__container .ratesBlock--investing {
    grid-area: investing;
  }
}
@media screen and (min-width: 768px) {
  .AuthPage__container .ratesBlock--profinance {
    grid-area: profinance;
  }
}
@media screen and (min-width: 768px) {
  .AuthPage__container .ratesBlock--cbr {
    grid-area: cbr;
  }
}
.AuthPage__container .ratesBlock--hide {
  opacity: 0;
  height: 0;
}
@media screen and (max-width: 767.98px) {
  .AuthPage__container .ratesBlock--hide {
    display: none;
  }
}
.AuthPage__container--center {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .AuthPage__right {
    grid-area: form;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.AuthPage__more {
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.2s;
}
@media screen and (min-width: 1024px) {
  .AuthPage__more {
    display: none;
  }
}
.AuthPage__more--end {
  opacity: 0;
}
.AuthPage__clients-cnt {
  position: relative;
}
.AuthPage__clients-btn {
  max-width: 80px;
  margin-right: 20px;
}
.AuthPage__clients {
  display: flex;
  margin-bottom: 20px;
}
.AuthPage__clients-title {
  text-align: left;
  margin-bottom: 15px;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .KYCPage {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    height: calc(100vh - 156px);
    height: calc(100svh - 156px);
    overflow: hidden;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023.98px) {
  .KYCPage {
    margin: 0 -20px;
    padding: 0 20px;
    width: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .KYCPage {
    height: calc(100vh - 86px);
    height: calc(100svh - 86px);
  }
}
@media only screen and (min-width: 1280px) {
  .KYCPage {
    flex: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .KYCPage__right {
    padding-bottom: 75%;
    margin: 0 -20px;
  }
}
@media only screen and (min-width: 768px) {
  .KYCPage__right {
    width: calc(50% + 5px);
    margin-right: -20px;
  }
}
@media only screen and (min-width: 1280px) {
  .KYCPage__right {
    width: calc(50% - 15px);
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .KYCPage__left {
    width: 50%;
    padding-right: 15px;
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
  }
}
.KYCPage__bullets {
  padding-bottom: 30px;
}
@media screen and (max-width: 767.98px) {
  .KYCPage__bullets {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .KYCPage__bullets {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 768px) {
  .KYCPage__main {
    flex: 1 0 1%;
    overflow-y: auto;
  }
}
@media only screen and (min-width: 768px) {
  .KYCPage__main {
    margin-right: -15px;
    padding-right: 15px;
  }
}
@-moz-document url-prefix() {
  .KYCPage__main {
    scrollbar-color: #6ADBD9 #FFFFFF;
    scrollbar-width: 4px;
  }
}
.KYCPage__main::-webkit-scrollbar {
  width: 4px;
}
.KYCPage__main::-webkit-scrollbar-thumb {
  background-color: #6ADBD9;
  border-radius: 3px;
}
.KYCPage__content-title-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1280px) {
  .KYCPage__content-title-block {
    margin-bottom: 35px;
  }
}
.KYCPage__content-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}
.KYCPage__add-button {
  margin-left: 30px;
  flex-shrink: 0;
  width: auto;
}
.KYCPage__data-block {
  margin-top: 15px;
}
.KYCPage__bottom {
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.KYCPage__button {
  width: 125px;
  justify-content: space-between;
}
.KYCPage__field-ownership {
  margin-bottom: 40px;
}
@media only screen and (min-width: 640px) {
  .ContractsPage__top {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .ContractsPage__top {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 767.98px) {
  .ContractsPage__title {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 640px) {
  .ContractsPage__title {
    width: 100%;
  }
}
@media only screen and (min-width: 640px) {
  .ContractsPage__calendars {
    flex: 1 0 1%;
  }
}
.ContractsPage__reset {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 640px) {
  .ContractsPage__reset {
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 10px;
    width: auto;
    white-space: nowrap;
  }
}
.BrokerPage {
  /*  max-width: 700px;*/
}
.BrokerPage__gradient-text {
  line-height: 1.4;
}
.BrokerPage__files {
  margin: 30px 0;
}
.BrokerPage__bottom {
  display: flex;
  justify-content: flex-end;
}
.BrokerPage__submit {
  max-width: 160px;
}
.BrokerPage__link-btn {
  max-width: 160px;
  margin: 30px auto 0;
}
.BrokerPage--sent {
  width: 100%;
  margin: 0 auto;
  padding-top: 15%;
  max-width: 700px;
}
.BrokerPage__select {
  margin-bottom: 30px;
}
.BrokerPage__container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.BrokerPage__content {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .BrokerPage__content {
    max-width: 700px;
    margin-right: 30px;
  }
}
.BrokerPage__field {
  margin-bottom: 20px;
}
.BrokerPage__check {
  margin-bottom: 20px;
}
@media only screen and (min-width: 640px) {
  .CardTariffList {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* две равные колонки */
    gap: 30px; /* расстояние между элементами сетки */
    margin-bottom: 30px;
  }
}
.CardTariff {
  background: #E8F4FC;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .CardTariff {
    margin: 0;
  }
}
.CardTariff__title {
  font-weight: 500;
  font-size: 18px;
  margin: 0 0 20px;
}
.CardTariff__desc {
  font-size: 12px;
  line-height: 1.3;
  color: rgba(53, 55, 72, 0.6);
  margin: 20px 0 30px;
}
.CardTariff__row-item {
  font-size: 12px;
  line-height: 1;
  width: 50%;
  color: rgba(53, 55, 72, 0.6);
}
.CardTariff__row-item--value {
  color: #353748;
}
.CardTariff__row {
  display: flex;
  margin-bottom: 20px;
}
.BidsPage__menu {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 1024px) {
  .bidDetail {
    padding: 0 15px 0 30px;
  }
}
.bidDetail__back {
  border-radius: 8px;
  background: #E8F4FC;
  text-align: center;
  max-width: 90px;
  display: block;
  color: #149ECA;
  text-decoration: none;
  line-height: 1;
  padding: 8px 5px;
  font-size: 14px;
  cursor: pointer;
}
.bidDetail__top {
  margin-top: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #DEE1E6;
  margin-bottom: 20px;
}
@media only screen and (min-width: 640px) {
  .bidDetail__top {
    display: flex;
    align-items: center;
  }
}
.bidDetail__title-block {
  display: flex;
  align-items: center;
}
.bidDetail__id {
  color: #137CE4;
  font-size: 11px;
  line-height: 1;
  border-radius: 12px;
  background: #E8F4FC;
  padding: 7px 5px;
  min-width: 50px;
  text-align: center;
  margin-left: 20px;
}
.bidDetail__right {
  margin-left: auto;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
@media only screen and (min-width: 640px) {
  .bidDetail__right {
    margin-top: 0;
  }
}
.bidDetail__icon {
  display: block;
  width: 20px;
  height: 20px;
}
.bidDetail__date {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
}
.bidDetail__cancel-icon {
  color: #149ECA;
  margin-left: 0;
}
.bidDetail__cancel {
  padding: 6px 15px;
  font-size: 14px;
  line-height: 1;
  width: auto;
  color: #149ECA;
  border-radius: 25px;
  margin-left: auto;
  background: #E8F4FC;
}
@media only screen and (min-width: 640px) {
  .bidDetail__cancel {
    margin-left: 16px;
  }
}
.bidDetail__description {
  font-size: 14px;
  line-height: 1.57;
}
.bidDetail__section {
  padding-bottom: 20px;
  border-bottom: 1px solid #DEE1E6;
  margin-bottom: 20px;
}
.bidDetail__section--props {
  padding-bottom: 0;
}
@media only screen and (min-width: 640px) {
  .bidDetail__section--props {
    padding-bottom: 20px;
  }
}
.bidDetail__section-title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  margin-top: 0;
}
.bidDetail__section-title-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.bidDetail__section-title-icon {
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 10px;
}
.bidDetail__rate-form {
  display: flex;
  gap: 10px;
  align-items: stretch;
}
.bidDetail__rate-form-field {
  width: 100px;
  flex-shrink: 0;
}
@media only screen and (min-width: 640px) {
  .bidDetail__rate-form-field {
    width: 120px;
  }
}
.bidDetail__rate-form-btn {
  width: 100px;
  flex-shrink: 0;
}
@media only screen and (min-width: 640px) {
  .bidDetail__rate-form-btn {
    width: 120px;
  }
}
@media only screen and (min-width: 640px) {
  .bidDetail__send-line {
    justify-content: flex-end;
  }
}
.bidDetail__send {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .bidDetail__send {
    width: 250px;
  }
}
.bidDetail__send--cancel {
  margin-right: 10px;
}
.bidDetail__files {
  /*    display: grid;
      gap: 10px;
      @media only screen and (min-width: $xs) {
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
      }*/
}
.bidDetail__file {
  margin: 0;
}
.bidDetail__attached-btns {
  display: flex;
  justify-content: flex-end;
  margin-top: 25px;
}
.page-404__logo {
  margin: 0 auto 30px;
}
.page-404__text {
  font-size: 32px;
  font-weight: 500;
  color: #000;
}
.page-404__btn {
  width: 200px;
  margin: 40px auto 0;
}
.page-404__404 {
  font-size: 50px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .page-404__404 {
    font-size: 30vh;
  }
}