* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  font-family: sans-serif;
}

body {
  color: var(--primary-color);
  margin: 0 auto;
  overflow-x: hidden;
  width: 100% !important;
}

body .ant-select:hover .ant-select-selector, body .ant-input:hover {
  border-color: #cbcbcb !important;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}

.customItem__error {
  color: var(--error-color);
  margin-top: 6px;
  font-size: 12px;
  line-height: 120%;
  display: block;
}

.ant-notification-notice {
  color: var(--primary-color) !important;
  background-color: var(--dropdown-background-color) !important;
}

.ant-notification-notice .ant-notification-notice-description, .ant-notification-notice .ant-notification-notice-message {
  color: var(--primary-color) !important;
}

.ant-notification-notice .ant-notification-notice-close {
  color: var(--tertiary-color) !important;
}

html[data-theme="light"]:root {
  --lightningcss-light: initial;
  --lightningcss-dark: ;
  color-scheme: light;
  --neutral-color: #fff;
  --neutral-color-rgb: 255, 255, 255;
  --reverse-color: #000;
  --reverse-color-rgb: 0, 0, 0;
  --primary-color: #111827;
  --primary-color-rgb: 17, 24, 39;
  --secondary-color: #687588;
  --secondary-color-rgb: 104, 117, 136;
  --tertiary-color: #a0aec0;
  --tertiary-color-rgb: 160, 174, 192;
  --quaternary-color: #f3f4f6;
  --quaternary-color-rgb: 243, 244, 246;
  --success-color: #0caf60;
  --success-color-rgb: 12, 175, 96;
  --warning-color: #ffd023;
  --warning-color-rgb: 255, 208, 35;
  --danger-color: #ff2e1f;
  --danger-color-rgb: 255, 46, 31;
  --error-color: #e03137;
  --error-color-rgb: 224, 49, 55;
  --info-color: #1f9aff;
  --info-color-rgb: 31, 154, 255;
  --border-primary-color: #e9eaec;
  --border-primary-color-rgb: 233, 234, 236;
  --border-secondary-color: #f0f0f0;
  --border-secondary-color-rgb: 240, 240, 240;
  --border-tertiary-color: #f8f8f8;
  --border-tertiary-color-rgb: 248, 248, 248;
  --border-quaternary-color: #e5e5e5;
  --border-quaternary-color-rgb: 229, 229, 229;
  --global-background-color: #f1f2f4;
  --global-background-color-rgb: 241, 242, 244;
  --content-background-color: #fff;
  --content-background-color-rgb: 255, 255, 255;
  --menu-background-color: #1c437a;
  --menu-background-color-rgb: 28, 67, 122;
  --dropdown-background-color: #fff;
  --dropdown-background-color-rgb: 255, 255, 255;
  --menu-icon-filter: brightness(0) saturate(100%) invert(67%) sepia(15%) saturate(331%) hue-rotate(174deg) brightness(102%) contrast(85%);
  --notification-error-background: #fff5f5;
  --notification-warning-background: #fff7d9;
  --notification-info-background: #f5f9ff;
  --notification-success-background: #eafff1;
}

html[data-theme="dark"]:root {
  --lightningcss-light: ;
  --lightningcss-dark: initial;
  color-scheme: dark;
  --neutral-color: #000;
  --neutral-color-rgb: 0, 0, 0;
  --reverse-color: #fff;
  --reverse-color-rgb: 255, 255, 255;
  --primary-color: #e6e6e6;
  --primary-color-rgb: 230, 230, 230;
  --secondary-color: #a2a6ac;
  --secondary-color-rgb: 162, 166, 172;
  --tertiary-color: #a0aec0;
  --tertiary-color-rgb: 160, 174, 192;
  --quaternary-color: #f3f4f6;
  --quaternary-color-rgb: 243, 244, 246;
  --success-color: #0caf60;
  --success-color-rgb: 12, 175, 96;
  --warning-color: #ffd023;
  --warning-color-rgb: 255, 208, 35;
  --danger-color: #ce2215;
  --danger-color-rgb: 206, 34, 21;
  --error-color: #e03137;
  --error-color-rgb: 224, 49, 55;
  --info-color: #1a7fd1;
  --info-color-rgb: 26, 127, 209;
  --border-primary-color: #e9eaec;
  --border-primary-color-rgb: 233, 234, 236;
  --border-secondary-color: #f0f0f0;
  --border-secondary-color-rgb: 240, 240, 240;
  --border-tertiary-color: #222;
  --border-tertiary-color-rgb: 34, 34, 34;
  --border-quaternary-color: #3f3f3f;
  --border-quaternary-color-rgb: 63, 63, 63;
  --global-background-color: #242526;
  --global-background-color-rgb: 36, 37, 38;
  --content-background-color: #121212;
  --content-background-color-rgb: 18, 18, 18;
  --menu-background-color: #0a1c35;
  --menu-background-color-rgb: 10, 28, 53;
  --dropdown-background-color: #141414;
  --dropdown-background-color-rgb: 20, 20, 20;
  --menu-icon-filter: brightness(0) saturate(100%) invert(67%) sepia(15%) saturate(331%) hue-rotate(174deg) brightness(102%) contrast(85%);
  --notification-error-background: #2e2828;
  --notification-warning-background: #272621;
  --notification-info-background: #2a2c2f;
  --notification-success-background: #282e2a;
}

.statistics {
  width: min(100%, 1120px);
  margin: 0 auto;
}

.bank-users-table {
  background-color: var(--content-background-color);
  border-radius: 16px;
  padding: 24px;
}

.bank-users-table__title {
  color: #262626;
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 600;
}

.bank-users-table__search {
  flex: 1;
  margin: 20px 0;
}

.bank-users-table__search-icon {
  cursor: text;
  margin-right: 8px;
  padding: 8px;
  display: inline-block;
}

.bank-users-table__search-icon svg path {
  fill: currentColor;
}

@media (max-width: 768px) {
  .bank-users-table {
    padding: 16px;
  }
}

@media (max-width: 520px) {
  .bank-users-table {
    border-radius: 0;
  }
}

.adaptive-steps {
  padding-inline-start: 12px;
  padding-inline-end: 12px;
  background-color: var(--content-background-color);
  border: 1px solid var(--border-tertiary-color);
  box-shadow: 5px 5px 50px 0 rgba(var(--primary-color-rgb), .059);
  border-radius: 10px;
  flex-direction: row;
  padding-bottom: 8px;
  display: flex;
}

.adaptive-steps__text {
  font-size: 12px;
}

.adaptive-steps__text--gray {
  color: var(--secondary-color);
  font-size: 12px;
}

.adaptive-steps__progress {
  background-color: #e0e0e0;
  width: 100%;
  height: 4px;
  margin: 20px 0;
  display: block;
  position: relative;
}

.adaptive-steps__body {
  flex-wrap: nowrap;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  position: relative;
}

.adaptive-steps__body:before {
  z-index: 1;
  content: "";
  background-color: #e0e0e0;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.adaptive-steps__body:after {
  z-index: 2;
  width: calc(100% / var(--step-count) * var(--current-step));
  content: "";
  background-color: var(--info-color);
  height: 3px;
  transition: width .3s;
  position: absolute;
  bottom: 0;
  left: 0;
}

.adaptive-steps__number {
  width: 20px;
  height: 20px;
  color: var(--number-color);
  text-align: center;
  background-color: var(--bg-color);
  border: 1px solid var(--border-primary-color);
  border-radius: 50%;
  margin-right: 8px;
  font-size: 10px;
  font-weight: 500;
  line-height: 20px;
}

.adaptive-steps__step {
  --number-color: currentcolor;
  z-index: 3;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  display: flex;
  position: relative;
}

.adaptive-steps__step--active {
  --number-color: white;
  --bg-color: var(--info-color);
}

.adaptive-steps__step--active .adaptive-steps__number {
  box-shadow: 0 0 10px 0 var(--bg-color);
}

.adaptive-steps__step--passed {
  --number-color: white;
  --bg-color: var(--info-color);
}

@media (max-width: 520px) {
  .adaptive-steps {
    border-radius: 0;
  }
}

@media (max-width: 460px) {
  .adaptive-steps, .adaptive-steps__header {
    flex-direction: column;
  }
}

.autocomplete {
  --selected-item-color: #f1f1f1;
  position: relative;
}

.autocomplete__arrow {
  cursor: pointer;
  margin-right: 8px;
  padding: 8px;
  line-height: 0;
  transition: transform .2s;
  display: block;
}

.autocomplete__arrow--rotated {
  transform: rotate(-180deg);
}

.autocomplete__arrow svg path {
  fill: currentColor;
}

.autocomplete__list {
  z-index: 10;
  scroll-behavior: smooth;
  width: 100%;
  max-height: 220px;
  padding: 0 4px;
  list-style-type: none;
  transition: padding-block .2s;
  overflow: hidden auto;
}

.autocomplete__popup {
  z-index: 10;
  background-color: var(--dropdown-background-color);
  border: 1px solid var(--border-tertiary-color);
  width: 100%;
  box-shadow: 5px 5px 50px 0 rgba(var(--primary-color-rgb), .059);
  opacity: 0;
  border-radius: 10px;
  grid-template-rows: 0fr;
  transition: all .2s;
  display: grid;
  position: absolute;
  top: 53px;
  overflow: hidden;
}

.autocomplete__popup--shown {
  opacity: 1;
  grid-template-rows: 1fr;
}

.autocomplete__popup--shown > .autocomplete__list {
  padding: 12px 4px;
  transition: none;
}

.autocomplete__popup--to-top {
  top: 0;
  transform: translateY(-100%);
}

.autocomplete__list-loading {
  text-align: center;
  padding: 6px 0;
}

.autocomplete__item {
  color: var(--primary-color);
  text-align: left;
  cursor: pointer;
  will-change: background-color;
  border-radius: 4px;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  transition: background-color .2s;
}

.autocomplete__item:hover {
  background-color: var(--border-tertiary-color);
}

.autocomplete__item--selected, .autocomplete__item--selected:hover {
  background-color: var(--selected-item-color);
}

.autocomplete__item + .autocomplete__item {
  margin-top: 8px;
}

html[data-theme="dark"] .autocomplete {
  --selected-item-color: #181818;
}

.input__field:not(:-webkit-any(:placeholder-shown, [type="file"])) + .input__label, .input__field:focus + .input__label, .input__label--focused.input__label {
  font-size: 12px;
  line-height: 19.2px;
  transform: translateY(5.5px);
}

.input__field:not(:-moz-any(:placeholder-shown, [type="file"])) + .input__label, .input__field:focus + .input__label, .input__label--focused.input__label {
  font-size: 12px;
  line-height: 19.2px;
  transform: translateY(5.5px);
}

.input__field:not(:is(:placeholder-shown, [type="file"])) + .input__label, .input__field:focus + .input__label, .input__label--focused.input__label {
  font-size: 12px;
  line-height: 19.2px;
  transform: translateY(5.5px);
}

.input__field:-webkit-any(:-webkit-autofill, :-webkit-autofill) + .input__label {
  font-size: 12px;
  line-height: 19.2px;
  transform: translateY(5.5px);
}

.input__field:-moz-any(:autofill, :autofill) + .input__label {
  font-size: 12px;
  line-height: 19.2px;
  transform: translateY(5.5px);
}

.input__field:is(:autofill, :autofill) + .input__label {
  font-size: 12px;
  line-height: 19.2px;
  transform: translateY(5.5px);
}

.input {
  --field-height: 53px;
  --label-unfocused-height: 21px;
  --hover-border-color: #cbcbcb;
}

.input__wrapper {
  color: var(--primary-color);
  margin: 0;
  font-size: 14px;
  display: block;
  position: relative;
}

.input__wrapper--with-file {
  height: var(--field-height);
  cursor: pointer;
  border: 1px solid var(--border-primary-color);
  border-radius: 10px;
  padding: 24.5px 16px 5.5px;
}

.input__wrapper--with-file.input__wrapper--without-label {
  padding: 15px 16px;
}

.input__label {
  max-width: calc(100% - 32px);
  color: var(--secondary-color);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  transform: translateY(calc((var(--field-height)  - var(--label-unfocused-height)) / 2));
  will-change: transform, font-size, line-height;
  font-size: 14px;
  line-height: 21px;
  transition: transform .1s, font-size .1s, line-height .1s;
  position: absolute;
  top: 0;
  left: 16px;
  overflow: hidden;
}

.input__file-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  overflow: hidden;
}

.input__require {
  color: var(--danger-color);
  margin-left: 2px;
}

.input input.input__field {
  height: var(--field-height);
}

.input textarea.input__field {
  max-width: 100%;
  min-height: var(--field-height);
  resize: vertical;
  line-height: 130%;
}

.input__field {
  width: 100%;
  color: var(--primary-color);
  border: 1px solid var(--border-primary-color);
  border-radius: 10px;
  outline: 0;
  margin: 0;
  padding: 24.5px 16px 5.5px;
  font-size: 14px;
  line-height: 21px;
  transition: border .1s linear;
}

.input__field--file {
  display: none;
}

.input__field:hover {
  border-color: var(--hover-border-color);
}

.input__field:focus {
  border-color: var(--primary-color);
}

.input__field::placeholder {
  color: var(--tertiary-color);
}

.input__field--without-label {
  padding: 15px 16px;
}

.input__field--error, .input__field--error:focus, .input__field--error:hover {
  border-color: var(--danger-color);
}

.input__field:disabled:hover, .input__field:disabled:focus {
  border-color: var(--border-primary-color) !important;
}

.input__field--frozen {
  caret-color: #0000;
}

.input__end-container {
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.input__error {
  color: var(--error-color);
  align-items: center;
  gap: 4px;
  margin-top: 8px;
  font-size: 12px;
  line-height: 130%;
  display: flex;
}

.input__error > svg {
  min-width: 18px;
}

html[data-theme="dark"] .input {
  --hover-border-color: #bababa;
}

.breadcrumbs {
  align-items: center;
  font-size: 14px;
  display: flex;
}

.breadcrumbs__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.breadcrumbs__item {
  margin-right: 8px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.breadcrumbs__item:after {
  content: "/";
  margin-left: 8px;
}

.breadcrumbs__item:last-child:after {
  content: "";
}

.breadcrumbs__link {
  color: currentColor;
  text-underline-offset: 2px;
  -webkit-text-decoration: underline #0000;
  text-decoration: underline #0000;
  transition: all .2s;
}

.breadcrumbs__link:hover {
  color: var(--info-color);
  -webkit-text-decoration-color: var(--info-color);
  text-decoration-color: var(--info-color);
}

.breadcrumbs__current {
  color: currentColor;
}

.button {
  --hover-bg: rgba(var(--reverse-color-rgb), .04);
  box-sizing: border-box;
  color: currentColor;
  cursor: pointer;
  background-color: inherit;
  border: none;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  transition: all .2s;
  display: inline-flex;
}

.button:hover {
  background-color: var(--hover-bg);
}

.button--small {
  min-height: 32px;
  padding: 8px 16px;
  font-size: 12px;
}

.button--big {
  min-height: 56px;
  padding: 8px 24px;
  font-size: 16px;
}

.button--full-width {
  width: 100%;
}

.button--reversed {
  flex-direction: row-reverse;
}

.button--square {
  aspect-ratio: 1;
  padding: 8px;
}

.button--outlined {
  border: 1px solid var(--border-primary-color);
  padding-block-start: 13px;
  padding-block-end: 13px;
}

.button--outlined.button--small, .button--outlined.button--big {
  padding-block-start: 7px;
  padding-block-end: 7px;
}

.button--filled-red {
  --hover-bg: #111827;
  color: #fff;
  background-color: var(--danger-color);
  border: none;
}

.button--filled-green {
  --hover-bg: #0a9753;
  color: #fff;
  background-color: var(--success-color);
  border: none;
}

.button:disabled {
  color: var(--tertiary-color);
  pointer-events: none;
  background-color: #f1f2f4;
  border-color: #f1f2f4 !important;
}

.button .ant-spin {
  color: currentColor !important;
}

.button--filled-blue {
  --hover-bg: #111827;
  color: #fff;
  background-color: var(--info-color);
  border: none;
}

html[data-theme="dark"] .button--filled-red {
  --hover-bg: rgba(var(--danger-color-rgb), .75);
}

html[data-theme="dark"] .button--filled-green {
  --hover-bg: rgba(var(--success-color-rgb), .75);
}

html[data-theme="dark"] .button--filled-blue {
  --hover-bg: rgba(var(--info-color-rgb), .75);
}

html[data-theme="dark"] .button:disabled {
  background-color: #555;
  border-color: #555 !important;
}

.chosen-bank-status {
  text-align: left;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  line-height: 19.2px;
  display: flex;
}

.chosen-bank-status__name {
  font-weight: 500;
}

.chosen-bank-status__description {
  color: var(--secondary-color);
}

.chosen-bank-status__mark {
  color: #fff;
  text-align: center;
  background-color: var(--success-color);
  border-radius: 8px;
  width: max-content;
  min-width: 88px;
  padding: 0 6px;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  display: block;
}

.chosen-bank-status--big .chosen-bank-status__image {
  width: 40px;
  height: 40px;
}

.chosen-bank-status--big .chosen-bank-status__image > img {
  width: 32px;
  height: 32px;
}

.chosen-bank-status--big .chosen-bank-status__name {
  font-size: 16px;
  line-height: 24px;
}

.chosen-bank-status--big .chosen-bank-status__description {
  font-size: 14px;
  line-height: 21px;
}

.chosen-bank-status--big .chosen-bank-status__mark {
  padding: 1px 12px;
  font-size: 12px;
  font-weight: 400;
}

.circled-image {
  --padding: 4px;
  width: var(--size);
  height: var(--size);
  border: 1px solid var(--border-primary-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 3px;
  display: flex;
}

.circled-image__text {
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 600;
  line-height: calc(var(--size)  - var(--padding) * 2);
  color: var(--secondary-color);
  text-align: center;
  background-color: var(--global-background-color);
  border-radius: 50%;
  display: block;
}

.circled-image--error {
  border: none;
  padding: 0;
}

.circled-image--error .circled-image__text {
  padding: var(--padding);
}

.circled-image > img {
  border-radius: 50%;
  max-width: 100%;
  max-height: 100%;
  line-height: 0;
  display: block;
}

.ui-custom-tab {
  text-align: left;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  container: ui-custom-tab / inline-size;
}

.ui-custom-tab__number {
  border: 1px solid var(--border-primary-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  font-size: 14px;
  font-weight: bold;
  display: flex;
}

.ui-custom-tab__tab-item {
  cursor: pointer;
  background-color: var(--content-background-color);
  opacity: .7;
  border-bottom: 1px solid #0000;
  flex: 1;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.ui-custom-tab__tab-item:hover {
  opacity: 1;
}

.ui-custom-tab__tab-item:first-child {
  border-radius: 16px 0 0 16px;
}

.ui-custom-tab__tab-item:last-child {
  border-radius: 0 16px 16px 0;
}

.ui-custom-tab__tab-item--active {
  border-color: var(--info-color);
  opacity: 1;
}

.ui-custom-tab__tab-item--active .ui-custom-tab__number {
  color: #fff;
  background-color: var(--info-color);
  border-color: var(--info-color);
}

.ui-custom-tab__tab-item--done {
  opacity: 1;
}

.ui-custom-tab__tab-item--done .ui-custom-tab__number {
  color: #fff;
  background-color: var(--info-color);
  border-color: var(--info-color);
}

.ui-custom-tab__tab-item + .ui-custom-tab__tab-item {
  border-left: 1px solid var(--border-primary-color);
}

.ui-custom-tab__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

@container ui-custom-tab (width <= 720px) {
  .ui-custom-tab .ui-custom-tab__title {
    display: none;
  }

  .ui-custom-tab__tab-item {
    justify-content: center;
  }

  .ui-custom-tab__tab-item--active {
    flex: 3;
    justify-content: flex-start;
  }

  .ui-custom-tab__tab-item--active .ui-custom-tab__title {
    display: block;
  }
}

@container ui-custom-tab (width <= 560px) {
  .ui-custom-tab__title {
    font-size: 16px;
  }
}

@media (max-width: 520px) {
  .ui-custom-tab__tab-item:first-child, .ui-custom-tab__tab-item:last-child {
    border-radius: 0;
  }
}

@container ui-custom-tab (width <= 460px) {
  .ui-custom-tab__tab-item {
    padding: 8px 12px;
  }

  .ui-custom-tab__title {
    font-size: 14px;
  }
}

.date-picker-field {
  position: relative;
}

.date-picker-field__icon {
  margin-right: 8px;
  padding: 8px;
  line-height: 0;
  display: block;
}

.date-picker-field__icon svg path {
  fill: currentColor;
}

.date-picker-field__popup {
  z-index: 10;
  background-color: var(--dropdown-background-color);
  border: 1px solid var(--border-tertiary-color);
  box-shadow: 5px 5px 50px 0 rgba(var(--primary-color-rgb), .059);
  opacity: 0;
  border-radius: 10px;
  grid-template-rows: 0fr;
  transition: all .2s;
  display: grid;
  position: absolute;
  top: 53px;
  right: 0;
  overflow: hidden;
}

.date-picker-field__popup--shown {
  opacity: 1;
  grid-template-rows: 1fr;
}

.date-picker-field__popup--shown > .select__list {
  padding: 12px 4px;
  transition: none;
}

.date-picker-field__popup--to-top {
  top: 0;
  transform: translateY(-100%);
}

@media (max-width: 1000px) {
  .date-picker-field .MuiPickersLayout-root {
    width: max-content;
    min-width: auto;
  }

  .date-picker-field .MuiDateCalendar-root {
    width: min(100%, 320px);
  }
}

.date-range-picker-field {
  position: relative;
}

.date-range-picker-field__icon {
  margin-right: 8px;
  padding: 8px;
  line-height: 0;
  display: block;
}

.date-range-picker-field__icon svg path {
  fill: currentColor;
}

.date-range-picker-field__calendar {
  pointer-events: none;
  opacity: 0;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(-100%);
}

@media (max-width: 620px) {
  .date-range-picker-field__calendar-dropdown .ant-picker-panel:last-child {
    display: none;
  }

  .date-range-picker-field__calendar-dropdown .ant-picker-header .ant-picker-header-next-btn, .date-range-picker-field__calendar-dropdown .ant-picker-header .ant-picker-header-super-next-btn {
    visibility: visible !important;
  }
}

@media (max-width: 360px) {
  .date-range-picker-field__calendar-dropdown {
    justify-content: center;
    display: flex;
    left: 0 !important;
    right: 0 !important;
  }
}

.file-upload {
  text-align: left;
}

.file-upload__field {
  display: none;
}

.file-upload__view {
  cursor: pointer;
  border: 1px dashed #cbd5e0;
  border-radius: 10px;
  align-items: center;
  gap: 8px;
  min-height: 53px;
  padding: 5.5px 8px 5.5px 16px;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.file-upload__view:hover {
  background-color: rgba(var(--reverse-color-rgb), .015);
}

.file-upload__view--error {
  border-color: var(--error-color);
}

.file-upload__view > svg {
  width: 20px;
  min-width: 20px;
}

.file-upload__view > svg path {
  fill: currentColor;
}

.file-upload__file-info {
  flex: 1;
}

.file-upload__title {
  max-width: 100%;
  color: var(--secondary-color);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  line-height: 19.2px;
  overflow: hidden;
}

.file-upload__require {
  color: var(--error-color);
  margin-left: 2px;
}

.file-upload__value {
  word-break: break-word;
  font-size: 14px;
  line-height: 21px;
}

.file-upload__value--no-file {
  color: var(--tertiary-color);
}

.file-upload__chosen-size {
  color: var(--tertiary-color);
  margin-left: 8px;
  font-size: 12px;
  line-height: 19.2px;
}

.file-upload__delete {
  background-color: #0000;
  border: none;
  border-radius: 6px;
  margin-left: auto;
  padding: 8px;
  line-height: 0;
  transition: all .2s;
  display: block;
}

.file-upload__delete:hover {
  background-color: rgba(var(--reverse-color-rgb), .05);
}

.file-upload__delete > svg path {
  fill: var(--error-color);
}

.file-upload__additional-text {
  color: var(--tertiary-color);
  margin-top: 8px;
  font-size: 12px;
  line-height: 19.2px;
}

.file-upload__additional-text--error {
  color: var(--error-color);
}

.file-upload__progress {
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
}

.file-upload__progress .ant-progress-inner, .file-upload__progress .ant-progress-bg {
  border-radius: 0;
}

.file-upload__progress .ant-progress-text {
  display: none;
}

.form-steps {
  background-color: var(--content-background-color);
  border: 1px solid var(--border-tertiary-color);
  box-shadow: 5px 5px 50px 0 rgba(var(--primary-color-rgb), .059);
  border-radius: 16px;
  flex-direction: column;
  padding-bottom: 16px;
  display: flex;
}

.form-steps__header {
  padding: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.form-steps__progress {
  background-color: #e0e0e0;
  height: 2px;
  transition: width .2s;
  display: block;
  position: relative;
}

.form-steps__progress:before {
  z-index: 1;
  content: "";
  background-color: #e0e0e0;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.form-steps__progress:after {
  z-index: 2;
  width: calc(100% / var(--step-count) * var(--current-step));
  content: "";
  background-color: var(--info-color);
  height: 3px;
  transition: width .3s;
  position: absolute;
  bottom: 0;
  left: 0;
}

.form-steps__body {
  margin-top: 4px;
  padding: 0 8px;
}

.form-steps__step {
  color: var(--primary-color);
  cursor: pointer;
  border-radius: 4px;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .2s;
  display: flex;
}

.form-steps__step--active {
  background-color: var(--border-tertiary-color);
}

.form-steps__step + .form-steps__step {
  margin-top: 8px;
}

.form-steps__check {
  width: 16px;
  height: 16px;
  line-height: 0;
  display: block;
}

.form-steps__circle {
  background-color: var(--content-background-color);
  border: 1px solid var(--global-background-color);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: block;
}

.form-steps__cancel {
  width: calc(100% - 32px);
  margin: 20px auto 0;
}

.id-card-upload__view {
  cursor: pointer;
  border: 1px dashed #cbd5e0;
  border-radius: 10px;
  align-items: center;
  gap: 8px;
  min-height: 53px;
  padding: 5.5px 8px 5.5px 16px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.id-card-upload__view:hover {
  background-color: rgba(var(--reverse-color-rgb), .015);
}

.id-card-upload__view--error {
  border-color: var(--error-color);
}

.id-card-upload__view > svg {
  width: 20px;
  min-width: 20px;
}

.id-card-upload__view > svg path {
  fill: currentColor;
}

.id-card-upload__file-info {
  flex: 1;
}

.id-card-upload__title {
  max-width: 100%;
  color: var(--secondary-color);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  line-height: 19.2px;
  overflow: hidden;
}

.id-card-upload__require {
  color: var(--error-color);
  margin-left: 2px;
}

.id-card-upload__value {
  word-break: break-word;
  font-size: 14px;
  line-height: 21px;
}

.id-card-upload__value--no-file {
  color: var(--tertiary-color);
}

.id-card-upload__chosen-size {
  color: var(--tertiary-color);
  margin-left: 8px;
  font-size: 12px;
  line-height: 19.2px;
}

.id-card-upload__delete {
  background-color: #0000;
  border: none;
  border-radius: 6px;
  margin-left: auto;
  padding: 8px;
  line-height: 0;
  transition: all .2s;
  display: block;
}

.id-card-upload__delete:hover {
  background-color: rgba(var(--reverse-color-rgb), .05);
}

.id-card-upload__delete > svg path {
  fill: var(--error-color);
}

.id-card-upload__upload {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.id-card-upload__additional-text {
  color: var(--tertiary-color);
  margin-top: 8px;
  font-size: 12px;
  line-height: 19.2px;
}

.id-card-upload__additional-text--error {
  color: #e03137;
}

.id-card-upload-modal .ant-modal-title {
  color: #111827;
  text-align: center;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 31.2px;
}

.id-card-upload-modal .ant-modal-body {
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
  display: flex;
}

.id-card-upload-modal__segmented {
  width: 100%;
}

.id-card-upload-modal__webcam-container {
  flex-direction: column;
  justify-content: flex-start;
  gap: 6px;
  width: 100%;
  display: flex;
}

.id-card-upload-modal__webcam-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.id-card-upload-modal__take-photo {
  background-color: var(--tertiary-color);
  border-radius: 0 0 10px 10px;
  width: 100%;
  margin-top: -7px;
  display: flex;
}

.id-card-upload-modal__card-wrapper-outer {
  z-index: 1000;
  pointer-events: none;
  perspective: 1000px;
  transform-style: preserve-3d;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% - 28px));
}

.id-card-upload-modal__card-wrapper-inner {
  perspective: 1000px;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  display: flex;
}

.id-card-upload-modal__card-animation {
  aspect-ratio: 85 / 54;
  opacity: 0;
  background-color: #ffffff80;
  border: 2px solid #fff;
  border-radius: 16px;
  width: 300px;
}

.id-card-upload-modal__card-animation--back {
  animation: 2s ease-in-out forwards flip-card;
}

.id-card-upload-modal__title {
  z-index: 100;
  color: #fff;
  text-align: center;
  background: linear-gradient(#000000bf, #0000);
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 80px;
  padding-top: 12px;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.id-card-upload-modal__sides {
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  padding: 12px;
  display: flex;
}

.id-card-upload-modal__sides-item {
  aspect-ratio: 85 / 54;
  color: #777;
  background-color: #dcdcdc;
  border: 1px solid #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 20px;
  display: flex;
  overflow: hidden;
}

.id-card-upload-modal__sides-item--active {
  outline: 4px solid #007bff5c;
}

.id-card-upload-modal__sides-item-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

@keyframes flip-card {
  0% {
    opacity: 0;
    transform: rotateX(0);
  }

  20% {
    opacity: .7;
    transform: rotateX(0);
  }

  50% {
    opacity: .7;
    transform: rotateX(180deg);
  }

  80% {
    opacity: .7;
    transform: rotateX(180deg);
  }

  100% {
    opacity: 0;
    transform: rotateX(180deg);
  }
}

@keyframes show-text {
  0% {
    transform: scale(.1);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
    display: block;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade-out {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    display: none;
  }
}

.CustomModal .ant-select {
  width: 100%;
}

.CustomModal .ant-select span {
  color: #111827;
}

.CustomModal .auto_selects {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.CustomModal .auto_selects .ant-select, .CustomModal .auto_selects .ant-input {
  width: 100%;
  height: 50px;
  margin-top: 25px;
}

.CustomModal .ant-modal-footer {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
  display: flex;
}

.CustomModal .ant-modal-footer button {
  flex: 1;
  min-width: 180px;
}

.CustomModal .ant-modal-footer button.ant-btn-primary {
  background-color: #0caf60;
}

.CustomModal .ant-modal-footer button.ant-btn-primary span {
  color: #f1f2f4;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
}

.CustomModal .ant-modal-footer button.ant-btn-primary:disabled {
  background-color: #f1f2f4;
  border: none;
}

.CustomModal .ant-modal-footer button.ant-btn-primary:disabled span {
  color: var(--tertiary-color);
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
}

.CustomModal .ant-modal-footer .ant-btn-disabled {
  background-color: #f1f2f4;
}

.info-badge {
  text-align: left;
  background-color: var(--global-background-color);
  border-radius: 10px;
  align-items: center;
  gap: 10px;
  max-width: 550px;
  padding: 5px 8px;
  font-size: .99em;
  display: flex;
}

.info-badge > svg {
  min-width: 20px;
}

.info-badge > svg path {
  fill: currentColor;
}

.info-tile {
  align-items: center;
  gap: 16px;
  display: flex;
}

.info-tile__icon {
  background-color: #f8f8f8;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 52px;
  height: 52px;
  display: flex;
}

.info-tile__icon > svg {
  width: 20px;
  height: 20px;
}

.info-tile__icon > svg path {
  fill: currentColor;
}

.info-tile__value {
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}

.info-tile__value .ant-skeleton, .info-tile__value .ant-skeleton-input {
  height: 29px !important;
}

.info-tile__label {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 600;
}

@media (max-width: 480px) {
  .info-tile {
    gap: 8px;
  }

  .info-tile__label {
    margin-top: 0;
  }
}

html[data-theme="dark"] .info-tile__icon {
  background-color: #191919;
}

.main-loader {
  display: inline-block;
}

.main-loader--full-width {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.main-loader--fullscreen {
  z-index: 1000;
  background-color: #00000073;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.main-loader__text {
  color: #0000;
  text-align: left;
  text-shadow: -1px -1px #9b1c131a;
  letter-spacing: -2px;
  background: linear-gradient(135deg, var(--info-color), var(--info-color), rgba(var(--neutral-color-rgb), 1), var(--info-color), var(--info-color));
  background-size: 200%;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  width: max-content;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  animation: 3s linear infinite shine;
  display: flex;
  position: relative;
}

@keyframes shine {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

.modal {
  color: var(--primary-color);
  margin-block-start: 16px;
  margin-block-end: 16px;
}

.modal .ant-modal-header {
  background-color: #0000;
}

.modal .ant-modal-title {
  color: var(--primary-color);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.modal .ant-modal-footer {
  margin-top: 0;
}

.modal .ant-modal-content {
  background-color: var(--dropdown-background-color);
}

.modal .ant-modal-close-icon {
  color: var(--secondary-color);
}

.modal__form {
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
  display: flex;
}

.modal__actions {
  flex-wrap: wrap-reverse;
  gap: 16px;
  margin-top: 16px;
  display: flex;
}

.modal__actions > button {
  flex: 1;
  min-width: 180px;
}

@media (max-width: 420px) {
  .modal .ant-modal-content {
    padding-inline-start: 16px;
    padding-inline-end: 16px;
  }
}

.multiselect {
  position: relative;
}

.multiselect__field {
  text-overflow: ellipsis;
  caret-color: #0000;
}

.multiselect__arrow {
  cursor: pointer;
  margin-right: 8px;
  padding: 8px;
  line-height: 0;
  transition: transform .2s;
  display: block;
}

.multiselect__arrow--rotated {
  transform: rotate(-180deg);
}

.multiselect__arrow svg path {
  fill: currentColor;
}

.multiselect__popup {
  z-index: 10;
  pointer-events: none;
  background-color: var(--dropdown-background-color);
  border: 1px solid var(--border-tertiary-color);
  width: 100%;
  box-shadow: 5px 5px 50px 0 rgba(var(--primary-color-rgb), .059);
  opacity: 0;
  border-radius: 10px;
  grid-template-rows: 0fr;
  transition: all .2s;
  display: grid;
  position: absolute;
  top: 53px;
  overflow: hidden;
}

.multiselect__popup--shown {
  pointer-events: all;
  opacity: 1;
  grid-template-rows: 1fr;
}

.multiselect__popup--shown > .select__list {
  padding: 12px 4px;
  transition: none;
}

.multiselect__popup--to-top {
  top: 0;
  transform: translateY(-100%);
}

.multiselect__controls {
  padding-inline-start: 14px;
  padding-inline-end: 14px;
  box-shadow: 0 1px 3px 1px rgba(var(--reverse-color-rgb), .05);
  align-items: center;
  gap: 8px;
  padding-top: 8px;
  padding-bottom: 4px;
  display: flex;
}

.multiselect__search {
  box-sizing: border-box;
  border: 1px solid #dfdada;
  border-radius: 4px;
  outline: none;
  flex: 1;
  width: 100%;
  margin-bottom: 0;
  padding: 4px 8px;
  font-size: 14px;
  display: block;
}

.multiselect__filter {
  background-color: #0000;
  border: none;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  padding: 0;
  transition: all .2s;
  display: flex;
  transform: rotate(90deg);
}

.multiselect__filter:hover {
  background-color: rgba(var(--reverse-color-rgb), .05);
}

.multiselect__filter--selected {
  border: 1px solid var(--info-color);
}

.multiselect__list {
  z-index: 10;
  scroll-behavior: smooth;
  width: 100%;
  max-height: 220px;
  margin-top: 4px;
  padding: 0 4px;
  list-style-type: none;
  transition: padding-block .2s;
  overflow: hidden auto;
}

.multiselect__item {
  color: var(--primary-color);
  text-align: left;
  cursor: pointer;
  will-change: background-color;
  border-radius: 4px;
  align-items: center;
  gap: 8px;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  display: flex;
}

.multiselect__item:hover, .multiselect__item--selected {
  background-color: var(--border-tertiary-color);
}

.multiselect__item + .multiselect__item {
  margin-top: 8px;
}

html[data-theme="dark"] .multiselect__search {
  border-color: #8f9494;
}

.offer-card {
  background-color: #fff;
  border: 1px solid #e9eaec;
  border-radius: 16px;
  padding: 24px;
  position: relative;
}

.offer-card--selected {
  box-shadow: 0 2px 16px -4px #67cd9c;
}

.offer-card--processing {
  box-shadow: 0 2px 16px -4px #1f9affcc;
}

.offer-card__status {
  background-color: #fff;
  border-radius: 5px;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 24px;
  transform: translateY(-50%);
}

.offer-card__status--default {
  color: #fff;
  background-color: #a8a8a8;
}

.offer-card__status--processing {
  color: #fff;
  background-color: #1f9aff;
}

.offer-card__status--success {
  color: #fff;
  background-color: #0caf60;
}

.offer-card__status--warning {
  color: #111827;
  background-color: #ffd023;
}

.offer-card__status--error {
  color: #fff;
  background-color: #e03137;
}

.offer-card__id {
  background-color: #fff;
  border: .5px solid #e9eaec;
  border-radius: 5px;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  top: 0;
  right: 24px;
  transform: translateY(-50%);
}

.offer-card__id--selected {
  border: none;
  box-shadow: 1px 0 9px -1px #67cd9c;
}

.offer-card__id--processing {
  box-shadow: 1px 0 9px -1px #1f9affcc;
}

.offer-header {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.offer-header__title-wrapper {
  align-items: center;
  display: flex;
}

.offer-header__title {
  margin-left: 10px;
  font-size: 16px;
}

.offer-header__icon {
  background-color: #fff;
  border: 1px solid #e9eaec;
}

.offer-header__actions {
  flex-wrap: wrap;
  align-items: stretch;
  gap: 10px;
  display: flex;
}

.offer-header__actions .ant-skeleton {
  align-self: center;
}

.offer-header__status-wrapper {
  text-align: left;
  background-color: #f1f2f4;
  border-radius: 10px;
  align-items: center;
  gap: 10px;
  max-width: 550px;
  padding: 5px 8px;
  font-size: .99em;
  display: flex;
}

.offer-header__chevron {
  transition: transform .2s;
}

.offer-header__chevron--active {
  transform: rotate(180deg);
}

.offer-body {
  margin-top: 20px;
  display: flex;
}

.offer-body__product {
  flex: 8;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 70%;
  display: grid;
}

.offer-body__product-title {
  color: #687588;
  font-size: 14px;
  font-weight: 400;
}

.offer-body__product-description {
  color: #111827;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 700;
}

.offer-body__product-item {
  text-align: left;
}

.offer-body__product-item:nth-child(-n+3) .offer-body__product-title {
  color: #111827;
  font-size: 14px;
  font-weight: 700;
}

.offer-body__product-item:nth-child(-n+3) .offer-body__product-description {
  color: #111827;
  font-size: 24px;
  font-weight: 700;
}

.offer-body__product-item:nth-child(2) .offer-body__product-description {
  color: red;
}

.offer-body__additional {
  border-left: 1px solid #e9eaec;
  flex: 3;
  min-width: 300px;
  padding-left: 20px;
}

.offer-body__additional-title {
  color: #687588;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.offer-body__additional-list {
  text-align: left;
  padding-left: 0;
  list-style-type: none;
}

.offer-body__additional-list-item {
  color: #111827;
  background: #f8f8f8;
  border-radius: 8px;
  align-self: stretch;
  align-items: center;
  gap: 16px;
  width: 100%;
  margin-top: 8px;
  padding: 8px 16px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  display: flex;
}

.offer-tooltip__wrapper {
  padding: 8px;
}

.offer-tooltip__title {
  margin-bottom: 10px;
  font-size: 14px;
}

.offer-tooltip__title--success {
  color: var(--success-color);
}

.offer-tooltip__title--error {
  color: var(--danger-color);
}

.offer-tooltip__title--warning {
  color: var(--warning-color);
}

.offer-tooltip__title--processing {
  color: var(--info-color);
}

.offer-tooltip__title:first-letter {
  text-transform: lowercase;
}

.offer-tooltip__avatar-wrapper {
  flex-direction: row;
  margin-top: 10px;
  display: flex;
}

.offer-tooltip__date {
  margin-left: 10px;
  text-transform: lowercase !important;
}

.offer-tooltip__date:first-letter {
  text-transform: lowercase;
}

.offer-tooltip__content {
  color: #fff;
  cursor: pointer;
  background-color: #a8a8a8;
  border: none;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  font-size: 12px;
  line-height: 12px;
  display: flex;
}

.offer-tooltip__content--warning {
  color: #000;
  background-color: #ffd023;
}

.offer-tooltip__content--error {
  color: #fff;
  background-color: #e03137;
}

.offer-tooltip__content--success {
  color: #fff;
  background-color: #0caf60;
}

.offer-tooltip__content--processing {
  color: #fff;
  background-color: #1f9aff;
}

.select {
  --selected-item-color: #f1f1f1;
  position: relative;
}

.select__field {
  cursor: pointer;
  caret-color: #0000;
}

.select__arrow {
  cursor: pointer;
  margin-right: 8px;
  padding: 8px;
  line-height: 0;
  transition: transform .2s;
  display: block;
}

.select__arrow--rotated {
  transform: rotate(-180deg);
}

.select__arrow svg path {
  fill: currentColor;
}

.select__list {
  z-index: 10;
  scroll-behavior: smooth;
  width: 100%;
  max-height: 220px;
  padding: 0 4px;
  list-style-type: none;
  transition: padding-block .2s;
  overflow: hidden auto;
}

.select__popup {
  z-index: 10;
  background-color: var(--dropdown-background-color);
  border: 1px solid var(--border-tertiary-color);
  width: 100%;
  box-shadow: 5px 5px 50px 0 rgba(var(--primary-color-rgb), .059);
  opacity: 0;
  border-radius: 10px;
  grid-template-rows: 0fr;
  transition: all .2s;
  display: grid;
  position: absolute;
  top: 53px;
  overflow: hidden;
}

.select__popup--shown {
  opacity: 1;
  grid-template-rows: 1fr;
}

.select__popup--shown > .select__list {
  padding: 12px 4px;
  transition: none;
}

.select__popup--to-top {
  top: 0;
  transform: translateY(-100%);
}

.select__item {
  color: var(--primary-color);
  text-align: left;
  cursor: pointer;
  will-change: background-color;
  border-radius: 4px;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
}

.select__item:hover {
  background-color: var(--border-tertiary-color);
}

.select__item--selected, .select__item--selected:hover {
  background-color: var(--selected-item-color);
}

.select__item + .select__item {
  margin-top: 8px;
}

html[data-theme="dark"] .select {
  --selected-item-color: #181818;
}

.small-offer-card {
  border: 1px solid var(--border-quaternary-color);
  border-radius: 16px;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  display: flex;
}

.small-offer-card--selected {
  box-shadow: 0 2px 16px -4px rgba(var(--success-color-rgb), 1);
}

.small-offer-card--processing {
  box-shadow: 0 2px 16px -4px rgba(var(--info-color-rgb), .8);
}

.small-offer-card__header {
  align-items: center;
  gap: 10px;
  display: flex;
}

.small-offer-card__header-content {
  flex: 1;
}

.small-offer-card__bank-name {
  text-align: left;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.small-offer-card__header-actions {
  gap: 8px;
  margin-left: auto;
  display: flex;
}

.small-offer-card__status-wrapper {
  position: relative;
}

.small-offer-card__status-wrapper:after {
  content: "";
  background-color: var(--border-quaternary-color);
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.small-offer-card__status-select {
  z-index: 2;
  border-radius: 8px;
}

.small-offer-card__status-select.ant-select .ant-select-selector {
  cursor: pointer;
  background: none !important;
  border: none !important;
}

.small-offer-card__status-select.ant-select .ant-select-selection-item {
  font-size: 10px;
  font-weight: 700;
}

.small-offer-card__status-select.ant-select .ant-select-arrow {
  transition: all .2s;
  color: currentColor !important;
}

.small-offer-card__status-select.ant-select.ant-select-focused .ant-select-selector, .small-offer-card__status-select.ant-select.ant-select-open .ant-select-selector {
  box-shadow: none !important;
}

.small-offer-card__status-select.ant-select.ant-select-open .ant-select-arrow {
  transform: rotate(180deg);
}

.small-offer-card__status-select.small-offer-card__status--warning .ant-select-selection-item {
  color: #111827 !important;
}

.small-offer-card__status-select.small-offer-card__status--processing .ant-select-selection-item {
  color: #fff !important;
}

.small-offer-card__status-option {
  color: #fff;
  text-align: center;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 10px;
  font-weight: 700;
  display: flex;
}

.small-offer-card__status-option--success {
  background-color: var(--success-color);
}

.small-offer-card__status-option--error {
  background-color: var(--danger-color);
}

.small-offer-card__status-select-dropdown .ant-select-item-option {
  min-height: auto;
  padding: 0;
}

.small-offer-card__status {
  z-index: 1;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  width: max-content;
  padding: 1px 8px;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  position: relative;
}

.small-offer-card__status--default {
  color: #fff;
  background-color: #a8a8a8;
}

.small-offer-card__status--processing {
  color: #fff;
  background-color: var(--info-color);
}

.small-offer-card__status--success {
  color: #fff;
  background-color: var(--success-color);
}

.small-offer-card__status--warning {
  color: #111827;
  background-color: var(--warning-color);
}

.small-offer-card__status--error {
  color: #fff;
  background-color: var(--danger-color);
}

.small-offer-card__info-item {
  text-align: left;
  background-color: #f2f5f7;
  border-radius: 5px;
  flex-wrap: wrap;
  gap: 0 6px;
  padding: 6px 10px;
  display: flex;
}

.small-offer-card__info-item + .small-offer-card__info-item {
  margin-top: 6px;
}

.small-offer-card__info-item .ant-skeleton {
  flex: 1;
}

.small-offer-card__info-title {
  min-width: 140px;
  font-size: 12px;
  line-height: 18.2px;
}

.small-offer-card__info-value {
  flex: 1;
  font-size: 14px;
  font-weight: 700;
  line-height: 18.2px;
}

.small-offer-card__info-value + .small-offer-card__info-value {
  margin-top: 2px;
}

.small-offer-card__info-value--red {
  color: var(--danger-color);
}

.small-offer-card__info-value--small {
  font-size: 12px;
  font-weight: 600;
  line-height: 16.8px;
}

.small-offer-card__skeleton {
  height: 18px;
  width: 100% !important;
}

.small-offer-card__skeleton .ant-skeleton-input {
  width: 100% !important;
  min-width: 60px !important;
  height: 18px !important;
  line-height: 18px !important;
}

.small-offer-card__actions {
  flex-wrap: wrap;
  gap: 12px 16px;
  width: min(100%, 320px);
  margin: auto auto 0;
  display: flex;
}

.small-offer-card__actions > button {
  flex: 1;
  min-width: max-content;
}

.small-offer-card__actions > button svg path {
  fill: currentColor;
}

.small-offer-card .info-badge {
  margin-top: auto;
}

html[data-theme="dark"] .small-offer-card__info-item {
  background-color: #1f1c1a;
}

.table {
  flex: 1 0 0;
}

.table__row--clickable {
  cursor: pointer;
}

.table__shown-text {
  color: var(--secondary-color);
  margin-right: 16px;
  font-size: 12px;
  font-weight: 500;
}

.table.table .ant-table {
  color: var(--primary-color);
  background-color: #0000 !important;
}

.table.table .ant-table-expanded-row-fixed {
  width: 100% !important;
}

.table.table .ant-pagination {
  align-items: center;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 0;
}

.table.table .ant-pagination .ant-select-selector {
  border: 1px solid var(--primary-color);
}

.table.table .ant-pagination-next, .table.table .ant-pagination-prev {
  border: 1px solid var(--border-secondary-color);
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.table.table .ant-pagination-prev {
  margin-right: 24px;
}

.table.table .ant-pagination-next {
  margin-left: 24px;
}

.table.table .ant-pagination-item {
  border: none;
  justify-content: center;
  align-items: center;
  min-width: 32px;
  height: 32px;
  display: flex;
}

.table.table .ant-pagination-item-active {
  background-color: rgba(var(--reverse-color-rgb), .03);
}

.table.table .ant-pagination-item a {
  color: var(--primary-color);
}

.table.table .ant-pagination-options {
  height: auto;
  margin-left: auto;
}

.table.table .ant-pagination-options input {
  height: 100% !important;
}

.table.table .ant-pagination-options > div {
  height: auto;
}

.table.table .ant-pagination-options .ant-select-selector {
  border: 1px solid var(--border-secondary-color);
  height: auto;
  padding: 4px 10px;
}

.table.table .ant-pagination-options .ant-select-arrow {
  transform: rotate(180deg);
}

.table.table .ant-table-thead {
  height: 56px;
}

.table.table .ant-table-thead .ant-table-column-sorter-down {
  font-size: 10px;
}

.table.table .ant-table-thead .ant-table-cell, .table.table .ant-table-thead .ant-table-column-title {
  color: var(--secondary-color);
  font-size: 12px;
  font-weight: 700;
  line-height: 140%;
}

.table.table .ant-table-thead .ant-table-cell {
  padding: 9px 16px !important;
}

.table.table .ant-table-body {
  overflow: auto;
  max-height: calc(100vh - 365px) !important;
}

.table.table .ant-table-cell {
  height: 60px;
  padding: 0 16px !important;
}

.table.table .ant-table-cell > a[data-table-link] {
  height: 100%;
  color: inherit;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  display: flex;
}

.table.table .ant-table-cell:has(a[data-table-link]) {
  padding: 0 !important;
}

.table.table .ant-table-cell:has(a[data-table-link]) > a {
  height: 100%;
  padding: 0 16px;
}

.table.table .ant-table-row.ant-table-row-selected > .ant-table-cell {
  background-color: inherit;
}

.table.table .ant-spin {
  justify-content: center;
  align-items: center;
  display: flex;
}

.jodit-container {
  text-align: left;
  max-height: 70vh;
  overflow-y: auto;
}

.jodit-container .jodit-toolbar__box {
  z-index: 1;
  position: sticky;
  top: 0;
}

.jodit-popup__content, .jodit-container * {
  color: var(--primary-color) !important;
  background-color: var(--content-background-color) !important;
  border-color: var(--border-primary-color) !important;
  fill: var(--primary-color) !important;
  stroke: var(--neutral-color) !important;
}

.jodit-popup__content__content {
  background-color: var(--content-background-color) !important;
}

.jodit-toolbar-button__button {
  color: var(--primary-color) !important;
}

html[data-theme="dark"] .jodit-toolbar-button:hover:not([disabled]) {
  background-color: #353535;
}

html[data-theme="dark"] .jodit-toolbar-button:hover:not([disabled]) .jodit-toolbar-button__button {
  color: #000 !important;
}

.upload-file {
  margin: 0;
}

.upload-file__hidden-field {
  display: none;
}

.upload-file__add-button {
  box-sizing: border-box;
  cursor: pointer;
  border: 1px solid;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 13px 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  transition: all .2s;
  display: flex;
}

.upload-file__add-button:hover {
  background-color: rgba(var(--reverse-color-rgb), .05);
}

.upload-file__add-button > svg path {
  fill: currentColor;
}

.upload-file__list {
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  align-items: start;
  gap: 16px;
  margin-top: 16px;
  display: grid;
}

.upload-file__list-item {
  border: 1px solid var(--border-primary-color);
  border-radius: 10px;
  align-items: center;
  padding: 15px 8px 15px 16px;
  display: flex;
}

.upload-file__item-name {
  width: calc(100% - 28px);
  color: var(--primary-color);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 21px;
  overflow: hidden;
}

.upload-file__end-content {
  align-items: center;
  margin-right: 8px;
  padding: 8px;
  line-height: 0;
  display: flex;
}

.upload-file__cross {
  background-color: #0000;
  border: none;
  border-radius: 6px;
  padding: 8px;
  line-height: 0;
  transition: all .2s;
}

.upload-file__cross:hover {
  background-color: rgba(var(--reverse-color-rgb), .05);
}

.upload-file__cross > svg {
  width: 20px;
  height: 20px;
}

.upload-file__cross > svg path {
  fill: var(--primary-color);
}

.upload-file__cross + .upload-file__icon {
  padding-left: 4px;
}

.statistics-header {
  background-color: var(--content-background-color);
  border-radius: 16px;
  margin-bottom: 24px;
  padding: 24px;
}

.statistics-header__top {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.statistics-header__filters {
  border-bottom: 1px solid #f1f2f4;
  grid-template-columns: repeat(auto-fit, 220px);
  gap: 8px;
  padding-bottom: 10px;
  display: grid;
}

.statistics-header__title {
  color: #262626;
  font-size: 20px;
  font-weight: 600;
}

.statistics-header__bank {
  align-items: center;
  gap: 8px;
  min-width: 142px;
  height: max-content;
  display: flex;
}

@media (max-width: 768px) {
  .statistics-header {
    margin-bottom: 24px;
    padding: 16px;
  }

  .statistics-header__top {
    gap: 16px;
  }

  .statistics-header__title {
    font-size: 20px;
  }
}

@media (max-width: 520px) {
  .statistics-header {
    border-radius: 0;
  }

  .statistics-header__top {
    width: 100%;
  }

  .statistics-header__filters {
    grid-template-columns: 1fr;
  }

  .statistics-header__title {
    font-size: 20px;
  }
}

.overview-cards {
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 48px 16px;
  margin-top: 24px;
  display: grid;
}

.overview-cards__check-icon svg path {
  fill: none !important;
}

@media (max-width: 768px) {
  .overview-cards {
    padding: 0 16px;
  }
}

.charts {
  background-color: var(--content-background-color);
  border-radius: 16px;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  margin-bottom: 24px;
  padding: 30px;
  display: grid;
}

.charts__card {
  align-items: center;
  gap: 29px;
  display: flex;
}

.charts__chart {
  justify-content: center;
  display: flex;
  position: relative;
}

.charts__chart-info {
  background: #fff;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 8px 65px #0000001a;
}

.charts__chart-info--skeleton {
  width: 180px;
  height: 180px;
  box-shadow: none;
  background: #fff;
}

.charts__chart-title {
  color: #262626;
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  display: block;
}

.charts__chart-description {
  margin: 0;
  font-size: 12px;
  line-height: 1.3;
}

.charts__legends-wrapper {
  gap: 29px;
  width: 100%;
  display: flex;
}

.charts__legend {
  width: 100%;
}

.charts__legend-item {
  border-bottom: 1px solid #f5f5f5;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  display: flex;
}

.charts__legend-item:last-child {
  border-bottom: none;
}

.charts__legend-circle {
  border-radius: 50%;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
}

.charts__legend-title {
  color: #595959;
  flex: 1;
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}

.charts__legend-value {
  color: #262626;
  font-size: 14px;
}

.charts__skeleton-circle.ant-skeleton, .charts__skeleton-circle .ant-skeleton-avatar {
  width: 230px !important;
  height: 230px !important;
}

.charts__skeleton-text--title {
  margin-bottom: 4px;
  width: 80px !important;
  height: 20px !important;
}

.charts__skeleton-text--title.ant-skeleton, .charts__skeleton-text--title .ant-skeleton-input {
  height: 20px !important;
  line-height: 20px !important;
}

.charts__skeleton-text--title .ant-skeleton-input {
  width: 100% !important;
  min-width: 0 !important;
}

.charts__skeleton-text--description {
  width: 100px !important;
  height: 12px !important;
}

.charts__skeleton-text--description.ant-skeleton, .charts__skeleton-text--description .ant-skeleton-input {
  height: 12px !important;
  line-height: 12px !important;
}

.charts__skeleton-text--description .ant-skeleton-input {
  width: 100% !important;
  min-width: 0 !important;
}

.charts__skeleton-text--legend-title {
  flex: 1;
  margin-right: 12px;
  height: 14px !important;
}

.charts__skeleton-text--legend-title.ant-skeleton, .charts__skeleton-text--legend-title .ant-skeleton-input {
  height: 14px !important;
  line-height: 14px !important;
}

.charts__skeleton-text--legend-title .ant-skeleton-input {
  width: 100% !important;
  min-width: 0 !important;
}

.charts__skeleton-text--legend-value {
  width: 50px !important;
  height: 14px !important;
}

.charts__skeleton-text--legend-value.ant-skeleton, .charts__skeleton-text--legend-value .ant-skeleton-input {
  height: 14px !important;
  line-height: 14px !important;
}

.charts__skeleton-text--legend-value .ant-skeleton-input {
  width: 100% !important;
  min-width: 0 !important;
}

.charts__skeleton-circle-small {
  flex-shrink: 0;
}

.charts__skeleton-circle-small.ant-skeleton, .charts__skeleton-circle-small .ant-skeleton-avatar {
  width: 12px !important;
  height: 12px !important;
}

@media (max-width: 1160px) {
  .charts {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 830px) {
  .charts {
    gap: 16px;
    margin-bottom: 24px;
  }

  .charts__card {
    flex-direction: column;
    align-items: center;
  }

  .charts__legend {
    width: 100%;
    max-width: 100%;
  }

  .charts__chart-description {
    font-size: 11px;
  }

  .charts__legend-item {
    padding: 6px 0;
  }

  .charts__legend-title, .charts__legend-value {
    font-size: 13px;
  }

  .charts__skeleton-circle.ant-skeleton, .charts__skeleton-circle .ant-skeleton-avatar {
    width: 200px !important;
    height: 200px !important;
  }

  .charts__skeleton-text--title {
    width: 60px !important;
    height: 18px !important;
  }

  .charts__skeleton-text--title.ant-skeleton, .charts__skeleton-text--title .ant-skeleton-input {
    height: 18px !important;
    line-height: 18px !important;
  }

  .charts__skeleton-text--description {
    width: 80px !important;
    height: 11px !important;
  }

  .charts__skeleton-text--description.ant-skeleton, .charts__skeleton-text--description .ant-skeleton-input {
    height: 11px !important;
    line-height: 11px !important;
  }

  .charts__skeleton-text--legend-value {
    width: 40px !important;
    height: 13px !important;
  }

  .charts__skeleton-text--legend-value.ant-skeleton, .charts__skeleton-text--legend-value .ant-skeleton-input {
    height: 13px !important;
    line-height: 13px !important;
  }
}

@media (max-width: 520px) {
  .charts {
    border-radius: 0;
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 16px;
  }
}

.scoring-request {
  width: min(100%, 1320px);
  margin: 0 auto;
}

.scoring-request__go-back {
  width: 24px;
  height: 24px;
  color: var(--info-color);
  background-color: var(--content-background-color);
  border: none;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  transition: transform .2s, background-color .2s;
  display: flex;
  transform: rotate(90deg);
}

.scoring-request__go-back svg path {
  fill: currentColor;
}

.scoring-request__back-wrapper {
  text-align: left;
  cursor: pointer;
  align-items: center;
  gap: 9px;
  margin-top: 32px;
  display: inline-flex;
}

.scoring-request__back-wrapper:hover .scoring-request__go-back {
  background-color: rgba(var(--neutral-color-rgb), .7);
  transform: rotate(90deg)scale(1.1);
}

.scoring-request__back-title {
  font-size: 16px;
  font-weight: 600;
}

.scoring-request__status {
  border-radius: 4px;
  width: max-content;
  margin-top: 2px;
  padding: 2px 10px;
  font-size: 10px;
  line-height: 16px;
}

.scoring-request__content, .scoring-request__content > div + div {
  margin-top: 24px;
}

.scoring-request__date {
  align-items: center;
  font-size: 16px;
  display: flex;
}

.scoring-request__date-label {
  color: var(--secondary-color);
  margin-right: 4px;
}

.scoring-request__bank {
  align-items: center;
  gap: 8px;
  display: flex;
}

.scoring-request__not-found {
  color: var(--secondary-color);
}

@keyframes show-text {
  0% {
    transform: scale(.1);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
    display: block;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade-out {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    display: none;
  }
}

.header {
  z-index: 997;
  white-space: nowrap;
  background-color: var(--content-background-color);
  border-bottom: 1px solid var(--border-primary-color);
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
}

.header__logo {
  width: 180px;
}

.header__title-wrapper {
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  display: none;
}

.header__title-wrapper--admin {
  display: flex;
}

.header__title-wrapper--clickable {
  cursor: pointer;
}

.header__title-wrapper > svg {
  width: 24px;
  height: 24px;
  transform: rotate(90deg);
}

.header__title-wrapper > svg path {
  fill: var(--tertiary-color);
}

.header__title {
  font-size: 20px;
  font-weight: 700;
}

.header__secondary-text {
  color: var(--tertiary-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.header__main-menu {
  display: flex;
}

.header__link {
  color: currentColor;
  border-radius: 6px;
  padding: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 22.4px;
  text-decoration: none;
  transition: all .1s linear;
  display: block;
  position: relative;
}

.header__link:hover {
  background-color: rgba(var(--reverse-color-rgb), .05);
}

.header__link:after {
  content: "";
  width: 0;
  height: 1px;
  transition: width .2s linear, left .2s linear;
  position: absolute;
  bottom: 9px;
  left: 50%;
}

.header__link--active:after {
  background-color: var(--info-color);
  width: calc(100% - 20px);
  left: 10px;
}

.header__container {
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  width: min(100% - 30px, 1320px);
  height: 72px;
  margin: 0 auto;
  padding: 8px 0;
  display: flex;
}

.header__pagination {
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  margin-left: auto;
  display: flex;
}

.header__dealer {
  color: var(--secondary-color);
  white-space: wrap;
  font-size: 12px;
}

.header__language {
  color: var(--secondary-color);
  cursor: pointer;
  background-color: var(--border-primary-color);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 32px;
  font-size: 10px;
  font-weight: 700;
  line-height: 140%;
  display: flex;
}

.header__user {
  cursor: pointer;
}

.header__user-avatar {
  background-color: #111827;
}

.header__user-name {
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.header__bell-btn {
  cursor: pointer;
  background: none;
  border: none;
}

.header__burger {
  display: none;
}

@media (max-width: 1140px) {
  .header__container {
    width: min(100% - 30px, 1120px);
  }

  .header__main-menu {
    display: none;
  }

  .header__title-wrapper {
    display: flex;
  }

  .header__logo {
    display: none;
  }

  .header__burger {
    cursor: pointer;
    border: 1px solid var(--info-color);
    border-radius: 8px;
    padding: 8px;
    line-height: 0;
    transition: background-color .2s;
    display: block;
  }

  .header__burger svg {
    width: 28px;
    height: 28px;
  }

  .header__burger:hover {
    background-color: var(--info-color);
  }

  .header__burger:hover svg path {
    fill: #fff;
  }
}

@media (max-width: 620px) {
  .header__user {
    column-gap: 2px;
  }

  .header__user-name {
    display: none;
  }
}

@media (max-width: 520px) {
  .header__burger {
    display: none;
  }
}

@media (max-width: 460px) {
  .header__container {
    height: 56px;
  }

  .header__logo {
    width: 120px;
  }
}

@media (max-width: 420px) {
  .header__title {
    font-size: 18px;
  }
}

.header-dropdown-item {
  font-size: 14px;
}

.car-info-modal-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.car-info-modal {
  margin: 0;
  top: 0;
}

.car-info-modal__header {
  margin-bottom: 32px !important;
}

.car-info-modal__header .ant-modal-title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.car-info-modal__form {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.car-info-modal__actions {
  flex-wrap: wrap-reverse;
  gap: 16px;
  margin-top: 16px;
  display: flex;
}

.car-info-modal__actions > button {
  flex: 1;
  min-width: 200px;
}

.car-info-modal .ant-modal-footer {
  margin: 0;
}

.client-info {
  flex-wrap: wrap;
  gap: 0 24px;
  font-size: 16px;
  line-height: 150%;
  display: flex;
}

.client-info__image {
  border: 1px dashed #cbd5e0;
  border-radius: 10px;
  justify-content: center;
  width: 213px;
  height: 213px;
  display: flex;
  overflow: hidden;
}

.client-info__image > img {
  object-fit: cover;
  border-radius: 10px;
  height: 100%;
}

.client-info__image-skeleton.ant-skeleton-image {
  border-radius: 10px !important;
  width: 213px !important;
  height: 213px !important;
}

.client-info__info-wrapper {
  min-width: 320px;
  margin-top: 24px;
}

.client-info__block {
  align-items: center;
  display: flex;
}

.client-info__block + .client-info__block {
  margin-top: 10px;
}

.client-info__block--clickable {
  cursor: pointer;
}

.client-info__label {
  color: var(--secondary-color);
  margin-right: 4px;
}

.client-info__value {
  font-weight: 600;
}

.client-info__copy {
  margin-left: 8px;
  line-height: 0;
}

.client-info__phone {
  text-underline-offset: 2px;
  -webkit-text-decoration: underline #0000;
  text-decoration: underline #0000;
  transition: all .2s;
}

.client-info__phone:hover {
  text-decoration-color: currentColor;
}

.client-info__id-card {
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 150%;
  transition: color .2s;
  display: flex;
}

.client-info__id-card:hover {
  color: var(--info-color);
}

.client-info__id-card > svg path {
  stroke: currentColor;
}

@media (max-width: 560px) {
  .client-info {
    flex-direction: column;
  }

  .client-info__info-wrapper {
    min-width: 0;
    margin-top: 16px;
  }

  .client-info__block + .client-info__block {
    margin-top: 8px;
  }
}

@media (max-width: 420px) {
  .client-info__block {
    flex-wrap: wrap;
  }

  .client-info__value {
    order: 2;
    width: 100%;
  }

  .client-info__copy {
    margin-left: auto;
  }
}

.client-otp-modal .ant-modal-title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 32.2px;
}

.client-otp-modal__subtitle {
  text-align: center;
  margin-top: 16px;
  font-size: 14px;
}

.client-otp-modal__phone {
  text-align: center;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 600;
}

.client-otp-modal__form {
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
  display: flex;
}

.client-otp-modal__iin-loading {
  margin-right: 16px;
}

.client-otp-modal__sent-with .ant-radio-wrapper {
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  margin-top: 16px;
}

.client-otp-modal__sent-with .ant-radio-wrapper > span {
  align-items: center;
  gap: 8px;
  display: inline-flex;
}

.client-otp-modal__sent-with .ant-radio-wrapper .ant-radio-checked .ant-radio-inner {
  background-color: var(--info-color);
  border-color: var(--info-color);
}

.client-otp-modal__sent-with .ant-radio-wrapper:hover .ant-radio-inner {
  border-color: var(--info-color);
}

.client-otp-modal__sent-text {
  font-weight: 600;
}

.client-otp-modal__otp-loading {
  color: var(--secondary-color);
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-top: 36px;
  font-size: 14px;
  display: none;
}

.client-otp-modal__otp-loading--active {
  display: flex;
}

.client-otp-modal__actions {
  flex-wrap: wrap-reverse;
  gap: 16px;
  margin-top: 16px;
  display: flex;
}

.client-otp-modal__actions > button {
  flex: 1;
  min-width: 200px;
}

.client-otp-modal__cancel {
  width: 100%;
  margin-top: 32px;
}

.client-otp-modal__error {
  margin-inline-start: auto;
  margin-inline-end: auto;
  max-width: 360px;
  color: var(--error-color);
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
  font-size: 12px;
  line-height: 12px;
  display: flex;
}

.client-otp-modal__error > svg {
  min-width: 18px;
}

.client-otp-modal__timer {
  margin-top: 32px;
  display: none;
}

.client-otp-modal__timer--active {
  display: block;
}

.otp-form {
  justify-content: center;
  gap: 8px;
  display: flex;
}

.otp-form__field {
  text-align: center;
  border: 1px solid var(--border-primary-color);
  border-radius: 10px;
  width: 56px;
  height: 56px;
  font-size: 28px;
  font-weight: 700;
}

.otp-form__field--error {
  border-color: var(--danger-color);
  animation: .2s shake;
}

@keyframes shake {
  0% {
    transform: translateX(-4px);
  }

  33% {
    transform: translateX(4px);
  }

  66% {
    transform: translateX(-4px);
  }

  100% {
    transform: translateX(0);
  }
}

.loader {
  width: 20px;
  height: 20px;
  position: relative;
}

.loader > div {
  background: var(--primary-color);
  opacity: 1;
  border-radius: 100px;
  width: 7%;
  height: 34%;
  animation: .6s linear infinite fade;
  position: absolute;
  top: 35%;
  left: 45%;
}

.loader > div:first-child {
  animation-delay: 75ms;
  transform: rotate(0)translate(0, -100%);
}

.loader > div:nth-child(2) {
  animation-delay: .15s;
  transform: rotate(45deg)translate(0, -100%);
}

.loader > div:nth-child(3) {
  animation-delay: .225s;
  transform: rotate(90deg)translate(0, -100%);
}

.loader > div:nth-child(4) {
  animation-delay: .3s;
  transform: rotate(135deg)translate(0, -100%);
}

.loader > div:nth-child(5) {
  animation-delay: .375s;
  transform: rotate(180deg)translate(0, -100%);
}

.loader > div:nth-child(6) {
  animation-delay: .45s;
  transform: rotate(225deg)translate(0, -100%);
}

.loader > div:nth-child(7) {
  animation-delay: .525s;
  transform: rotate(270deg)translate(0, -100%);
}

.loader > div:nth-child(8) {
  animation-delay: .6s;
  transform: rotate(315deg)translate(0, -100%);
}

@keyframes fade {
  0% {
    opacity: 1;
  }

  100% {
    opacity: .2;
  }
}

.timer__seconds {
  color: var(--secondary-color);
  text-align: center;
  margin-inline-start: auto;
  margin-inline-end: auto;
  font-size: 14px;
  display: block;
}

.timer__button {
  color: var(--primary-color);
  text-align: center;
  text-underline-offset: 2px;
  cursor: pointer;
  background-color: #0000;
  border: none;
  align-items: center;
  gap: 4px;
  margin-inline-start: auto;
  margin-inline-end: auto;
  padding: 0;
  font-size: 14px;
  text-decoration: underline;
  transition: all .2s linear;
  display: flex;
}

.timer__button + .timer__button {
  margin-top: 8px;
}

.timer__button:hover {
  color: var(--reverse-color);
}

.scoring-vehicle-info {
  flex-wrap: wrap;
  gap: 24px;
  display: flex;
}

.scoring-vehicle-info__image-wrapper {
  justify-content: center;
  width: 213px;
  max-height: 126px;
  display: flex;
  overflow: hidden;
}

.scoring-vehicle-info__image {
  object-fit: contain;
  max-width: 100%;
  height: 100%;
}

.scoring-vehicle-info__content {
  display: contents;
}

.scoring-vehicle-info__content-row {
  min-width: 250px;
}

.scoring-vehicle-info__item {
  color: var(--secondary-color);
  font-size: 16px;
}

.scoring-vehicle-info__item + .scoring-vehicle-info__item {
  margin-top: 10px;
}

.scoring-vehicle-info__value {
  color: var(--primary-color);
  font-weight: 600;
}

@media (max-width: 920px) {
  .scoring-vehicle-info__value__content {
    flex-wrap: wrap;
    gap: 24px;
    width: 100%;
    display: flex;
  }
}

@media (max-width: 560px) {
  .scoring-vehicle-info__value__content {
    gap: 16px;
  }
}

.language-switcher {
  --selected-item-color: #f1f1f1;
  line-height: 0;
  position: relative;
}

.language-switcher__button {
  text-transform: uppercase;
  border-radius: 6px;
  font-size: 10px;
  font-weight: 700;
  line-height: 100%;
}

.language-switcher__popup {
  z-index: -1;
  pointer-events: none;
  background-color: var(--dropdown-background-color);
  border: 1px solid var(--border-tertiary-color);
  width: calc(100% + 8px);
  box-shadow: 5px 5px 50px 0 rgba(var(--primary-color-rgb), .059);
  opacity: 0;
  border-radius: 10px;
  transition: opacity .2s;
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  overflow: hidden;
}

.language-switcher__popup--shown {
  z-index: 10;
  pointer-events: all;
  opacity: 1;
}

.language-switcher__list {
  width: 100%;
  padding: 8px 2px;
  list-style-type: none;
}

.language-switcher__item {
  color: var(--primary-color);
  text-align: left;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  will-change: background-color;
  border-radius: 4px;
  padding: 4px 2px;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
}

.language-switcher__item:hover {
  background-color: var(--border-tertiary-color);
}

.language-switcher__item--selected, .language-switcher__item--selected:hover {
  background-color: var(--selected-item-color);
}

.language-switcher__item + .language-switcher__item {
  margin-top: 6px;
}

.order-history .ant-modal-content {
  max-height: 95vh;
  overflow-y: auto;
}

.order-history .ant-modal-footer {
  margin-top: 0;
}

.order-history .ant-modal-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.order-history__table {
  margin-top: 32px;
}

.order-history__mobile-cards {
  display: none;
}

.order-history__no-info {
  max-width: 320px;
  margin: 0 auto 24px;
  padding: 12px;
  font-size: 16px;
}

.order-history__actions {
  justify-content: flex-end;
  margin-top: 24px;
  display: flex;
}

.order-history__actions > button {
  min-width: 160px;
}

.order-history .ant-table {
  min-height: 50vh;
}

@media (max-width: 640px) {
  .order-history__table {
    display: none;
  }

  .order-history__mobile-cards {
    margin-top: 32px;
    display: block;
  }

  .order-history__pagination {
    border-top: 1px solid var(--border-quaternary-color);
    margin-top: 16px;
    padding-top: 16px;
  }
}

@media (max-width: 520px) {
  .order-history .ant-modal-content {
    padding-inline-start: 16px;
    padding-inline-end: 16px;
  }
}

.mobile-history-card {
  border: 1px solid var(--border-quaternary-color);
  border-radius: 8px;
  padding: 12px;
  font-size: 14px;
}

.mobile-history-card__header {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0 8px;
  display: flex;
}

.mobile-history-card__date {
  color: var(--secondary-color);
}

.mobile-history-card__comment-title {
  border-top: 1px solid var(--border-quaternary-color);
  margin-top: 6px;
  padding-top: 6px;
  display: block;
}

.system-notifications {
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px 24px;
  width: min(100%, 1120px);
  margin: 0 auto;
  display: flex;
  container-name: system-notifications;
}

.system-notifications--margin-top {
  margin-top: 24px;
}

.system-notifications--margin-bottom {
  margin-bottom: 24px;
}

.system-notifications__notification {
  text-align: left;
  border-radius: 16px;
  flex: 1;
  align-items: center;
  gap: 10px;
  min-width: 300px;
  padding: 8px 24px;
  font-size: 16px;
  line-height: 125%;
  display: flex;
}

.system-notifications__icon {
  line-height: 0;
}

.system-notifications__icon svg {
  width: 28px;
  min-width: 28px;
  height: 28px;
}

.system-notifications__icon svg path {
  fill: currentColor;
}

@container system-notifications (width <= 1040px) {
  .system-notifications__notification {
    min-width: 220px;
  }
}

@media (max-width: 768px) {
  .system-notifications__notification {
    border-radius: 12px;
    align-items: flex-start;
    padding-inline-start: 12px;
    padding-inline-end: 12px;
  }
}

@media (max-width: 560px) {
  .system-notifications__notification {
    font-size: 16px;
  }

  .system-notifications__icon svg {
    width: 32px;
    min-width: 32px;
    height: 32px;
  }
}

.scoring-steps {
  background-color: var(--content-background-color);
  border-radius: 10px;
  margin-top: 24px;
  padding: 8px 24px;
  overflow-x: auto;
}

.scoring-steps__wrapper {
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  min-width: 1040px;
  display: flex;
}

.scoring-steps__line {
  background-color: var(--border-primary-color);
  width: 1px;
  height: 35px;
}

.scoring-steps__reject-icon {
  color: currentColor;
  width: 24px;
  height: 24px;
}

@media (max-width: 1080px) {
  .scoring-steps {
    padding: 10px 16px;
  }
}

.step-connector {
  justify-content: center;
  align-items: center;
  width: 57px;
  height: 2px;
  display: flex;
}

.step-connector__line {
  background-image: linear-gradient(#e0e0e0 3px, #0000 0), linear-gradient(#e0e0e0 3px, #0000 0), linear-gradient(#e0e0e0 3px, #0000 0), linear-gradient(#e0e0e0 3px, #0000 0), linear-gradient(#e0e0e0 3px, #0000 0), linear-gradient(#e0e0e0 3px, #0000 0), linear-gradient(#e0e0e0 3px, #0000 0), linear-gradient(#e0e0e0 3px, #0000 0), linear-gradient(#e0e0e0 3px, #0000 0), linear-gradient(#e0e0e0 3px, #0000 0);
  background-position: 0 0, 6px 0, 12px 0, 18px 0, 24px 0, 30px 0, 36px 0, 42px 0, 48px 0, 54px 0;
  background-repeat: no-repeat;
  background-size: 3px;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.step-connector--done .step-connector__line {
  background-image: linear-gradient(var(--success-color, #0caf60) 3px, transparent 0), linear-gradient(var(--success-color, #0caf60) 3px, transparent 0), linear-gradient(var(--success-color, #0caf60) 3px, transparent 0), linear-gradient(var(--success-color, #0caf60) 3px, transparent 0), linear-gradient(var(--success-color, #0caf60) 3px, transparent 0), linear-gradient(var(--success-color, #0caf60) 3px, transparent 0), linear-gradient(var(--success-color, #0caf60) 3px, transparent 0), linear-gradient(var(--success-color, #0caf60) 3px, transparent 0), linear-gradient(var(--success-color, #0caf60) 3px, transparent 0), linear-gradient(var(--success-color, #0caf60) 3px, transparent 0);
}

.step-connector--current .step-connector__line {
  animation: 3s linear infinite pgfill;
}

@keyframes pgfill {
  0% {
    background-image: linear-gradient(#e0e0e0 3px, #0000 0), linear-gradient(#e0e0e0 3px, #0000 0), linear-gradient(#e0e0e0 3px, #0000 0), linear-gradient(#e0e0e0 3px, #0000 0), linear-gradient(#e0e0e0 3px, #0000 0), linear-gradient(#e0e0e0 3px, #0000 0), linear-gradient(#e0e0e0 3px, #0000 0), linear-gradient(#e0e0e0 3px, #0000 0), linear-gradient(#e0e0e0 3px, #0000 0), linear-gradient(#e0e0e0 3px, #0000 0);
  }

  10% {
    background-image: linear-gradient(var(--info-color, #1f9aff) 3px, transparent 0), linear-gradient(#e0e0e0 3px, transparent 0), linear-gradient(#e0e0e0 3px, transparent 0), linear-gradient(#e0e0e0 3px, transparent 0), linear-gradient(#e0e0e0 3px, transparent 0), linear-gradient(#e0e0e0 3px, transparent 0), linear-gradient(#e0e0e0 3px, transparent 0), linear-gradient(#e0e0e0 3px, transparent 0), linear-gradient(#e0e0e0 3px, transparent 0), linear-gradient(#e0e0e0 3px, transparent 0);
  }

  20% {
    background-image: linear-gradient(var(--info-color, #1f9aff) 3px, transparent 0), linear-gradient(var(--info-color, #1f9aff) 3px, transparent 0), linear-gradient(#e0e0e0 3px, transparent 0), linear-gradient(#e0e0e0 3px, transparent 0), linear-gradient(#e0e0e0 3px, transparent 0), linear-gradient(#e0e0e0 3px, transparent 0), linear-gradient(#e0e0e0 3px, transparent 0), linear-gradient(#e0e0e0 3px, transparent 0), linear-gradient(#e0e0e0 3px, transparent 0), linear-gradient(#e0e0e0 3px, transparent 0);
  }

  30% {
    background-image: linear-gradient(var(--info-color, #1f9aff) 3px, transparent 0), linear-gradient(var(--info-color, #1f9aff) 3px, transparent 0), linear-gradient(var(--info-color, #1f9aff) 3px, transparent 0), linear-gradient(#e0e0e0 3px, transparent 0), linear-gradient(#e0e0e0 3px, transparent 0), linear-gradient(#e0e0e0 3px, transparent 0), linear-gradient(#e0e0e0 3px, transparent 0), linear-gradient(#e0e0e0 3px, transparent 0), linear-gradient(#e0e0e0 3px, transparent 0), linear-gradient(#e0e0e0 3px, transparent 0);
  }

  40% {
    background-image: linear-gradient(var(--info-color, #1f9aff) 3px, transparent 0), linear-gradient(var(--info-color, #1f9aff) 3px, transparent 0), linear-gradient(var(--info-color, #1f9aff) 3px, transparent 0), linear-gradient(var(--info-color, #1f9aff) 3px, transparent 0), linear-gradient(#e0e0e0 3px, transparent 0), linear-gradient(#e0e0e0 3px, transparent 0), linear-gradient(#e0e0e0 3px, transparent 0), linear-gradient(#e0e0e0 3px, transparent 0), linear-gradient(#e0e0e0 3px, transparent 0), linear-gradient(#e0e0e0 3px, transparent 0);
  }

  50% {
    background-image: linear-gradient(var(--info-color, #1f9aff) 3px, transparent 0), linear-gradient(var(--info-color, #1f9aff) 3px, transparent 0), linear-gradient(var(--info-color, #1f9aff) 3px, transparent 0), linear-gradient(var(--info-color, #1f9aff) 3px, transparent 0), linear-gradient(var(--info-color, #1f9aff) 3px, transparent 0), linear-gradient(#e0e0e0 3px, transparent 0), linear-gradient(#e0e0e0 3px, transparent 0), linear-gradient(#e0e0e0 3px, transparent 0), linear-gradient(#e0e0e0 3px, transparent 0), linear-gradient(#e0e0e0 3px, transparent 0);
  }

  60% {
    background-image: linear-gradient(var(--info-color, #1f9aff) 3px, transparent 0), linear-gradient(var(--info-color, #1f9aff) 3px, transparent 0), linear-gradient(var(--info-color, #1f9aff) 3px, transparent 0), linear-gradient(var(--info-color, #1f9aff) 3px, transparent 0), linear-gradient(var(--info-color, #1f9aff) 3px, transparent 0), linear-gradient(var(--info-color, #1f9aff) 3px, transparent 0), linear-gradient(#e0e0e0 3px, transparent 0), linear-gradient(#e0e0e0 3px, transparent 0), linear-gradient(#e0e0e0 3px, transparent 0), linear-gradient(#e0e0e0 3px, transparent 0);
  }

  70% {
    background-image: linear-gradient(var(--info-color, #1f9aff) 3px, transparent 0), linear-gradient(var(--info-color, #1f9aff) 3px, transparent 0), linear-gradient(var(--info-color, #1f9aff) 3px, transparent 0), linear-gradient(var(--info-color, #1f9aff) 3px, transparent 0), linear-gradient(var(--info-color, #1f9aff) 3px, transparent 0), linear-gradient(var(--info-color, #1f9aff) 3px, transparent 0), linear-gradient(var(--info-color, #1f9aff) 3px, transparent 0), linear-gradient(#e0e0e0 3px, transparent 0), linear-gradient(#e0e0e0 3px, transparent 0), linear-gradient(#e0e0e0 3px, transparent 0);
  }

  80% {
    background-image: linear-gradient(var(--info-color, #1f9aff) 3px, transparent 0), linear-gradient(var(--info-color, #1f9aff) 3px, transparent 0), linear-gradient(var(--info-color, #1f9aff) 3px, transparent 0), linear-gradient(var(--info-color, #1f9aff) 3px, transparent 0), linear-gradient(var(--info-color, #1f9aff) 3px, transparent 0), linear-gradient(var(--info-color, #1f9aff) 3px, transparent 0), linear-gradient(var(--info-color, #1f9aff) 3px, transparent 0), linear-gradient(var(--info-color, #1f9aff) 3px, transparent 0), linear-gradient(#e0e0e0 3px, transparent 0), linear-gradient(#e0e0e0 3px, transparent 0);
  }

  90% {
    background-image: linear-gradient(var(--info-color, #1f9aff) 3px, transparent 0), linear-gradient(var(--info-color, #1f9aff) 3px, transparent 0), linear-gradient(var(--info-color, #1f9aff) 3px, transparent 0), linear-gradient(var(--info-color, #1f9aff) 3px, transparent 0), linear-gradient(var(--info-color, #1f9aff) 3px, transparent 0), linear-gradient(var(--info-color, #1f9aff) 3px, transparent 0), linear-gradient(var(--info-color, #1f9aff) 3px, transparent 0), linear-gradient(var(--info-color, #1f9aff) 3px, transparent 0), linear-gradient(var(--info-color, #1f9aff) 3px, transparent 0), linear-gradient(#e0e0e0 3px, transparent 0);
  }

  100% {
    background-image: linear-gradient(var(--info-color, #1f9aff) 3px, transparent 0), linear-gradient(var(--info-color, #1f9aff) 3px, transparent 0), linear-gradient(var(--info-color, #1f9aff) 3px, transparent 0), linear-gradient(var(--info-color, #1f9aff) 3px, transparent 0), linear-gradient(var(--info-color, #1f9aff) 3px, transparent 0), linear-gradient(var(--info-color, #1f9aff) 3px, transparent 0), linear-gradient(var(--info-color, #1f9aff) 3px, transparent 0), linear-gradient(var(--info-color, #1f9aff) 3px, transparent 0), linear-gradient(var(--info-color, #1f9aff) 3px, transparent 0), linear-gradient(var(--info-color, #1f9aff) 3px, transparent 0);
  }
}

.step-item {
  align-items: center;
  gap: 8px;
  display: flex;
}

.step-item__icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: all .3s;
  display: flex;
}

.step-item__icon--done {
  color: var(--success-color);
}

.step-item__icon--default {
  color: var(--secondary-color);
  opacity: .6;
}

.step-item__icon--declined {
  color: var(--error-color);
  opacity: 1;
}

.step-item__value {
  font-size: 14px;
  font-weight: 500;
}

.step-item__label {
  color: var(--secondary-color);
  margin-top: 4px;
  font-size: 14px;
  font-weight: 400;
}

@media (max-width: 480px) {
  .step-item__label {
    margin-top: 0;
  }
}

.step-item-skeleton {
  align-items: center;
  gap: 8px;
  display: flex;
}

.step-item-skeleton__content {
  flex-direction: column;
  flex: 1;
  gap: 4px;
  display: flex;
}

.step-item-skeleton__label {
  width: 105px !important;
  height: 14px !important;
}

.step-item-skeleton__value {
  width: 113px !important;
  height: 14px !important;
}

.section-card {
  background-color: var(--content-background-color);
  border-radius: 10px;
  padding: 24px;
}

.section-card__header {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 8px 12px;
  margin-bottom: 24px;
  display: flex;
}

.section-card__title {
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.section-card__indicator {
  border-radius: 3px;
  width: 9px;
  min-width: 9px;
  height: 16px;
  display: block;
}

@media (max-width: 530px) {
  .section-card {
    border-radius: 0;
    padding: 16px;
  }
}

.scoring-bank-responses > div + div, .scoring-bank-responses__button {
  margin-top: 24px;
}

.scoring-bank-responses__button .anticon, .scoring-bank-responses__button svg {
  width: 18px;
  height: 18px;
}

.scoring-bank-responses__button svg path {
  fill: currentColor;
}

.approve-modal__form {
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
  display: flex;
}

.approve-modal__actions {
  flex-wrap: wrap-reverse;
  gap: 16px;
  margin-top: 16px;
  display: flex;
}

.approve-modal__actions > button {
  flex: 1;
  min-width: 180px;
}

.scoring-bank-response {
  --padding: 24px;
  padding: var(--padding);
  border: 1px solid var(--border-primary-color);
  border-radius: 16px;
  position: relative;
}

.scoring-bank-response--selected {
  box-shadow: 0 2px 16px -4px #67cd9c;
}

.scoring-bank-response--processing {
  box-shadow: 0 2px 16px -4px #1f9affcc;
}

.scoring-bank-response__status {
  top: 0;
  left: var(--padding);
  border-radius: 5px;
  padding: 3px 10px;
  font-size: 10px;
  font-weight: 600;
  line-height: 160%;
  position: absolute;
  transform: translateY(-50%);
}

.scoring-bank-response__info {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  font-size: 14px;
  display: flex;
}

.scoring-bank-response__info-item--message {
  min-width: 360px;
}

.scoring-bank-response__label {
  color: var(--secondary-color);
}

.scoring-bank-response__value {
  margin-top: 8px;
  display: inline-block;
}

.scoring-bank-response__valueb {
  font-weight: 600;
}

.scoring-bank-response__value--red {
  color: var(--danger-color);
}

.scoring-bank-response__actions {
  flex-wrap: wrap-reverse;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 24px;
  display: flex;
}

.scoring-bank-response__actions > button {
  min-width: 200px;
}

@media (max-width: 940px) {
  .scoring-bank-response__info {
    justify-content: flex-start;
    gap: 12px 32px;
  }
}

@media (max-width: 768px) {
  .scoring-bank-response {
    --padding: 16px;
    padding-top: 24px;
  }

  .scoring-bank-response__info-item {
    flex: 1;
    min-width: 200px;
  }
}

@media (max-width: 640px) {
  .scoring-bank-response__actions > button {
    flex: 1;
  }
}

.decline-modal__subtitle {
  text-align: center;
  max-width: 420px;
  margin: 32px auto 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
}

.finance-modal__subtitle {
  text-align: center;
  margin-top: 32px;
  font-size: 16px;
  line-height: 130%;
}

.auth-modal .ant-modal-footer {
  margin-top: 0;
}

.auth-modal__logo {
  margin-top: -6px;
}

.auth-modal__title {
  text-align: center;
  margin-top: -2px;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.auth-modal__description {
  text-align: center;
  margin-bottom: 16px;
}

.auth-modal__submit {
  margin-top: 24px;
}

@media (max-width: 520px) {
  .auth-modal .ant-modal-content {
    padding-inline-start: 16px;
    padding-inline-end: 16px;
  }
}

@media (max-width: 480px) {
  .auth-modal__title {
    margin-top: 0;
  }
}

.login-fields__field + .login-fields__field {
  margin-top: 16px;
}

.login-fields__password-toggle {
  cursor: pointer;
  background-color: #0000;
  border: none;
  margin-right: 8px;
  padding: 8px;
  font-size: 24px;
}

.login-fields__remember-wrapper {
  margin-top: 16px;
}

.login-fields__remember-wrapper > label {
  margin: 0;
}

.login-fields__remember .ant-checkbox {
  transform: scale(1.4);
}

.login-fields__remember-text {
  margin-left: 4px;
  font-size: 12px;
}

.login-fields__alert {
  background: var(--bg-color);
  border-radius: 10px;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding: 10px 16px;
  display: flex;
}

.login-fields__alert--error {
  --color: #e03137;
  --icon-color: #e03137;
  --bg-color: #ffedec;
}

.login-fields__alert--warning {
  --color: #323b49;
  --icon-color: #ffd023;
  --bg-color: #fff6d3;
}

.login-fields__alert > svg path {
  fill: var(--icon-color);
}

.login-fields__alert-text {
  color: var(--color);
  flex: 1;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.login-fields__alert-cross {
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.login-fields__alert-cross svg path {
  fill: currentColor;
}

html[data-theme="dark"] .login-fields__alert--error {
  --bg-color: #e0313733;
}

html[data-theme="dark"] .login-fields__alert--warning {
  --color: var(--primary-color);
  --bg-color: #ffd02333;
}

@keyframes show-text {
  0% {
    transform: scale(.1);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
    display: block;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade-out {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    display: none;
  }
}

.layout {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  container: layout / inline-size;
}

.layout__wrapper {
  width: calc(100% - var(--wrapper-width));
  flex-direction: column;
  flex: 1;
  display: flex;
}

.layout__main {
  background-color: var(--global-background-color);
  flex: 1;
  padding: 20px;
}

.layout__main > div {
  margin-inline-start: auto;
  margin-inline-end: auto;
}

@container layout (width <= 520px) {
  .layout__main {
    padding-inline-start: 0;
    padding-inline-end: 0;
  }
}

.notifications-sidebar {
  position: absolute;
}

.notifications-sidebar__delete {
  width: 100%;
  margin-bottom: 20px;
}

.notification-item {
  border: 1px solid var(--primary-color);
  border-radius: 10px;
  width: 320px;
  margin-bottom: 10px;
  padding: 10px;
}

.notification-item__message {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}

.error-template {
  text-align: left;
  background-color: var(--content-background-color);
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  width: min(100%, 1140px);
  margin: 0 auto;
  padding: 60px 32px;
  display: flex;
}

.error-template__image {
  border-radius: 30px;
}

.error-template__title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.error-template__description {
  margin-inline-start: auto;
  margin-inline-end: auto;
  max-width: 350px;
  margin-top: 16px;
  font-size: 14px;
  line-height: 21px;
}

.error-template__link {
  color: inherit;
  text-underline-offset: 2px;
  font-weight: 700;
  text-decoration: underline;
}

@media (max-width: 900px) {
  .error-template {
    padding: 32px 24px;
  }
}

.mobile-menu {
  z-index: 10;
  background-color: var(--content-background-color);
  border-top: 1px solid var(--border-primary-color);
  height: 60px;
  padding: 0 4px;
  display: none;
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
}

.mobile-menu__item {
  color: var(--tertiary-color);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 2px;
  padding: 10px 0;
  font-size: 12px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.mobile-menu__item span {
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 80px;
  display: inline-block;
  overflow: hidden;
}

.mobile-menu__item .mobile-menu__link-icon {
  filter: var(--menu-icon-filter);
}

.mobile-menu__item--active {
  color: var(--main-color);
}

.mobile-menu__item--active .mobile-menu__link-icon {
  filter: brightness(0) saturate() invert(59%) sepia(98%) saturate(3663%) hue-rotate(186deg) brightness(101%) contrast(101%);
}

.mobile-menu__text {
  font-size: 10px;
}

@media (max-width: 520px) {
  .mobile-menu {
    display: flex;
  }
}

@keyframes show-text {
  0% {
    transform: scale(.1);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
    display: block;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade-out {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    display: none;
  }
}

.navbar {
  height: calc(var(--vh, 1vh) * 100);
  background: var(--menu-background-color);
  flex-direction: column;
  height: 100dvh;
  padding: 0 32px 24px;
  display: none;
  position: sticky;
  top: 0;
  left: 0;
  overflow: hidden auto;
}

.navbar--admin {
  background: var(--menu-background-color);
  display: flex;
}

.navbar > nav {
  width: 100%;
}

.navbar__logo-box {
  background-color: var(--content-background-color);
  justify-content: space-between;
  align-items: center;
  width: calc(100% + 64px);
  min-height: 72px;
  margin: 0 -32px;
  padding: 0 32px;
  display: flex;
}

.navbar__logo {
  transform-origin: 0;
}

.navbar__arrow {
  filter: brightness(0) saturate();
  min-width: 32px;
  height: 100%;
  margin-left: auto;
  transition: all .4s;
}

.navbar__link-icon {
  width: 24px;
  height: 24px;
  filter: var(--menu-icon-filter);
  transition: all .2s;
}

.navbar__link {
  width: 100%;
  height: 56px;
  color: var(--tertiary-color);
  letter-spacing: .2px;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navbar__link--main-page {
  color: #fff;
  background-color: var(--info-color);
  border-radius: 10px;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-self: stretch;
  gap: 20px;
  margin: 24px 0;
  padding: 16px 20px;
  box-shadow: 0 10px 30px #1f9aff33;
}

.navbar__link--main-page .navbar__link-icon {
  filter: invert(10%) sepia() saturate() hue-rotate(269deg) brightness(103%) contrast(101%);
}

.navbar__link--active {
  color: #fff;
}

.navbar__link--active .navbar__link-icon {
  filter: brightness(0) saturate() invert(59%) sepia(98%) saturate(3663%) hue-rotate(186deg) brightness(101%) contrast(101%);
}

.navbar__link--active.navbar__link--main-page .navbar__link-icon {
  filter: brightness(0) saturate();
}

.navbar__link:not(.navbar__link--active):hover {
  color: #fff;
}

.navbar__link:not(.navbar__link--active):hover .navbar__link-icon {
  filter: brightness(0) saturate() invert() sepia() saturate(0%) hue-rotate(30deg) brightness(104%) contrast(104%);
}

.navbar__link--margin-top {
  margin-top: 24px;
}

.navbar__navigation-box {
  flex-direction: column;
  align-items: flex-start;
  width: 180px;
  display: flex;
}

.navbar__navigation-box .ant-menu .ant-menu-submenu .ant-menu-sub {
  background: #1f2937;
}

.navbar__support-setting-box {
  flex-direction: column;
  align-items: flex-start;
  width: 180px;
  margin-top: auto;
  display: flex;
}

@media (min-width: 1140px) {
  .navbar--admin {
    will-change: width, padding;
    transition: width .6s, padding .4s;
  }

  .navbar--admin.navbar--expanded {
    width: 280px;
  }

  .navbar--admin.navbar--collapsed {
    width: 82px;
    padding: 0 16px 24px;
  }

  .navbar--admin.navbar--collapsed .navbar__logo {
    display: none;
  }
}

@media (max-width: 1140px) {
  .navbar {
    z-index: 999;
    will-change: transform;
    width: 300px;
    transition: transform .2s;
    display: flex;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
  }

  .navbar--expanded {
    transform: translateX(0);
  }

  .navbar--collapsed {
    transform: translateX(-100%);
  }
}

@media (max-width: 480px) {
  .navbar {
    width: min(100%, 320px);
  }
}

@media (max-width: 460px) {
  .navbar__logo-box {
    min-height: 56px;
  }
}

.navbar-overlay {
  display: none;
}

@media (max-width: 1140px) {
  .navbar-overlay {
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    will-change: opacity, z-index;
    background: linear-gradient(#0000001a 0 72px, #00000073 72px 100%);
    transition: opacity .2s, z-index .2s;
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .navbar-overlay--shown {
    z-index: 998;
    pointer-events: all;
    opacity: 1;
  }
}

@media (max-width: 460px) {
  .navbar-overlay {
    background: linear-gradient(#0000001a 0 56px, #00000073 56px 100%);
  }
}

html[data-theme="dark"] .navbar__arrow {
  filter: invert(10%) sepia() saturate() hue-rotate(269deg) brightness(103%) contrast(101%);
}

.admin-navbar {
  box-sizing: border-box;
  background: var(--menu-background-color);
  border-right: 0;
  height: 100%;
  margin-top: 20px;
  transition: all .7s;
}

.admin-navbar__menu-item {
  align-items: center;
  padding-inline-start: 12px;
  padding-inline-end: 12px;
  font-size: 14px;
  white-space: normal !important;
  padding-left: 12px !important;
  line-height: 20px !important;
  display: flex !important;
}

.admin-navbar__external-icon path:first-child {
  fill: currentColor;
}

.admin-navbar__external-icon path:last-child {
  stroke: currentColor;
}

.admin-navbar__link-icon {
  min-width: 20px !important;
  font-size: 20px !important;
}

.admin-navbar .ant-menu-title-content {
  overflow: initial !important;
  white-space: initial !important;
}

.admin-navbar .ant-menu-item-selected {
  color: #ffffffa6 !important;
  background-color: #0000 !important;
}

.admin-navbar .admin-navbar__link {
  transition: background .3s, color .3s;
}

.admin-navbar .admin-navbar__link.ant-menu-item {
  color: #ffffffa6 !important;
}

.admin-navbar .admin-navbar__link--active {
  color: #fff !important;
}

.admin-navbar .admin-navbar__link--active .ant-menu-item-icon {
  color: var(--info-color);
}

@media (max-width: 520px) {
  .admin-navbar__menu-item {
    line-height: 20px !important;
  }
}

