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

body {
  color: #111827;
  margin: 0 auto;
  overflow-x: hidden;
  width: 100% !important;
}

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

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

.customItem__error {
  color: #e03137;
  margin-top: 6px;
  font-size: 12px;
  line-height: 120%;
  display: block;
}

.ant-switch-checked {
  background-color: #323b49 !important;
}

.ant-switch-checked:hover {
  background: #111827 !important;
}

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

.auth-modal__logo {
  width: 80px;
  height: 40px;
  margin-top: -6px;
  display: block;
}

.auth-modal__title {
  text-align: center;
  margin-top: -12px;
  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: 480px) {
  .auth-modal__title {
    margin-top: 0;
  }
}

.adaptive-steps {
  padding-inline-start: 12px;
  padding-inline-end: 12px;
  background-color: #fff;
  border: 1px solid #f8f8f8;
  border-radius: 10px;
  flex-direction: row;
  margin: 0 0 24px;
  padding-bottom: 8px;
  display: flex;
  overflow-x: auto;
  box-shadow: 5px 5px 50px #1a202c0f;
}

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

.adaptive-steps__text--gray {
  color: #999;
  font-size: 16px;
}

.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--text-center {
  justify-content: space-around;
}

.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: #ff2e1f;
  height: 3px;
  transition: width .3s;
  position: absolute;
  bottom: 0;
  left: 0;
}

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

.adaptive-steps__step--active {
  --icon-color: white;
  --bg-color: currentcolor;
}

.adaptive-steps__step--passed {
  --icon-color: white;
  --bg-color: #0caf60;
}

.adaptive-steps__icon {
  background-color: var(--bg-color);
  border: 1px solid #e9eaec;
  border-radius: 50%;
  margin-right: 8px;
  padding: 2px;
  font-size: 18px;
  transition: background-color .3s, border-color .3s;
  display: inline-flex;
}

.adaptive-steps__icon svg path {
  fill: var(--icon-color);
  transition: fill .3s;
}

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

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

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

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

.allur-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;
}

.attachment-item {
  aspect-ratio: 1;
  background-color: #fff;
  border: 1px solid #e9eaec;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.attachment-item--actions-enabled {
  cursor: pointer;
}

.attachment-item__corner-load-icon-container {
  text-align: right;
  background-color: #fff;
  border-bottom-left-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 2px 4px;
  font-size: 10px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.attachment-item__not-loaded-icon {
  color: #0003;
  width: 18px;
  height: 18px;
}

.attachment-item__not-loaded-icon--error {
  color: #ff2e1f;
}

.attachment-item--error {
  cursor: default;
  background-color: #fff2f0;
  border: 1px solid #ffccc7;
}

.attachment-item--clickable {
  cursor: pointer;
}

.attachment-item > img, .attachment-item > .ant-image, .attachment-item > .ant-image > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.attachment-item__loader {
  background-color: #ffffff80;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 8px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.attachment-item__file-skeleton {
  aspect-ratio: 1 !important;
  border-radius: 8px !important;
  width: 100% !important;
  height: 100% !important;
}

.attachment-item__hover-action-wrapper {
  z-index: 100;
  opacity: 0;
  background: #0009;
  justify-content: center;
  align-items: center;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.attachment-item:hover > .attachment-item__hover-action-wrapper {
  opacity: 1;
}

.attachment-item__hover-action-icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 30px;
  display: flex;
}

.attachment-item__hover-action-icon--delete {
  color: #ff2e1f;
  font-size: 24px;
}

.attachment-item--minified .attachment-item__hover-action-icon--delete {
  font-size: 16px;
}

.attachment-item--minified .attachment-item__download-icon {
  width: 20px;
  height: 20px;
  font-size: 20px;
}

.file-icon-preview {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 100%;
  padding: 12px;
  display: flex;
}

.file-icon-preview__relative-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.file-icon-preview__relative-container--half-opacity {
  opacity: .5;
}

.file-icon-preview__document-icon {
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
}

.file-icon-preview__error-icon {
  color: #fff;
  font-size: 22px;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, calc(4px - 50%));
}

.file-icon-preview__document-name {
  text-overflow: ellipsis;
  text-align: center;
  white-space: nowrap;
  width: 100%;
  padding-bottom: 6px;
  font-size: 10px;
  font-weight: 600;
  line-height: 10px;
  overflow: hidden;
}

.file-icon-preview--minified .file-icon-preview__relative-container {
  transform: scale(.6);
}

.image-preview__file-hover-icon {
  color: #fff;
  width: 30px;
  height: 30px;
  font-size: 30px;
}

.image-preview__title {
  color: #fff;
  margin-top: 48px;
}

.image-preview__toolbar {
  background-color: #fff3;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 12px;
  transition: background-color .2s;
  display: flex;
}

.image-preview__toolbar:hover {
  background-color: #ffffff4d;
}

.image-preview__toolbar-group {
  justify-content: center;
  align-items: center;
  gap: 12px;
  display: flex;
}

.image-preview__toolbar-icon {
  color: #fff;
  font-size: 20px;
  transition: color .2s;
}

.image-preview__toolbar-icon:hover {
  color: #000;
}

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

.loader > div {
  opacity: 1;
  background: #111827;
  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;
  }
}

.autocomplete {
  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__list {
  z-index: 10;
  width: 100%;
  max-height: 220px;
  padding: 0 4px;
  list-style-type: none;
  overflow: hidden auto;
}

.autocomplete__popup {
  z-index: 10;
  opacity: 0;
  background-color: #fff;
  border: 1px solid #f8f8f8;
  border-radius: 10px;
  grid-template-rows: 0fr;
  width: 100%;
  transition: all .2s;
  display: grid;
  position: absolute;
  top: 53px;
  overflow: hidden;
  box-shadow: 5px 5px 50px #1a202c0f;
}

.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: #111827;
  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: #f8f8f8;
}

.autocomplete__item--selected, .autocomplete__item--selected:hover {
  background-color: #f1f1f1;
}

.autocomplete__item--with-group {
  padding-left: 18px;
}

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

.autocomplete__group-item {
  color: #687588;
  padding: 8px 10px;
  font-size: 13px;
  line-height: 19.6px;
}

.input__field:not(:-webkit-any(:placeholder-shown, [type="file"])) + .input__label, .input__field:not(.input__field--frozen):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:not(.input__field--frozen):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:not(.input__field--frozen):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;
}

.input__wrapper {
  color: #111827;
  margin: 0;
  font-size: 14px;
  line-height: 21px;
  display: block;
  position: relative;
}

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

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

.input__label {
  text-overflow: ellipsis;
  color: #687588;
  text-align: left;
  white-space: nowrap;
  pointer-events: none;
  max-width: calc(100% - 32px);
  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: #e03137;
  margin-left: 2px;
}

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

.input textarea.input__field {
  max-width: 100%;
}

.input__field {
  --input-border-color: #e9eaec;
  color: #111827;
  border: 1px solid var(--input-border-color);
  border-radius: 10px;
  outline: 0;
  width: 100%;
  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: #cbcbcb;
}

.input__field:disabled {
  background-color: #0000;
}

.input__field:not(.input__field--frozen):focus {
  border-color: #111827;
}

.input__field::placeholder {
  color: #a0aec0;
}

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

.input__field--error, .input__field--error:focus, .input__field--error:hover {
  border-color: #e03137;
}

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

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

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

.input--labeled-textarea .input__wrapper:not(.input__wrapper--without-label):before {
  content: "";
  background-color: #fff;
  border-top-left-radius: 10px;
  width: calc(100% - 16px);
  height: 24px;
  position: absolute;
  top: 1px;
  left: 1px;
  right: 20px;
}

.button {
  --hover-bg: #0000000a;
  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;
}

@media (hover: hover) {
  .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 #e9eaec;
  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-black {
  --hover-bg: #3e3e42;
  color: #fff;
  background-color: #18181b;
  border: none;
}

.button--filled-red {
  --hover-bg: #111827;
  color: #fff;
  background-color: #ff2e1f;
  border: none;
}

.button--filled-green {
  --hover-bg: #0a9753;
  color: #fff;
  background-color: #0caf60;
  border: none;
}

.button--filled-blue {
  --hover-bg: #0f66e1;
  color: #fff;
  background-color: #1677ff;
  border: none;
}

.button--outlined-red {
  --hover-bg: #ff2e1f1a;
  color: #ff2e1f;
  border: 1px solid #ff2e1f;
  padding-block-start: 13px;
  padding-block-end: 13px;
}

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

.button--outlined-green {
  --hover-bg: #0caf601a;
  color: #0caf60;
  border: 1px solid #0caf60;
  padding-block-start: 13px;
  padding-block-end: 13px;
}

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

.button--outlined-blue {
  --hover-bg: #1677ff1a;
  color: #1677ff;
  border: 1px solid #1677ff;
  padding-block-start: 13px;
  padding-block-end: 13px;
}

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

.button:disabled {
  color: #a0aec0;
  pointer-events: none;
  background-color: #f1f2f4;
  border: none;
}

.button .ant-spin {
  color: currentColor !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: #687588;
}

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

.chosen-bank-status__mark--editable {
  cursor: pointer;
}

.chosen-bank-status__mark path {
  fill: currentColor;
}

.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 {
  margin-top: 6px;
  padding: 1px 12px;
  font-size: 12px;
  font-weight: 400;
}

.chosen-bank-status--big .chosen-bank-status__mark--editable {
  padding-right: 6px;
}

.circled-image {
  --padding: 4px;
  width: var(--size);
  height: var(--size);
  border: 1px solid #e9eaec;
  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: #687588;
  text-align: center;
  background-color: #f1f2f4;
  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-wrapper {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 100%;
  position: relative;
  overflow: hidden;
}

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

.ui-custom-tab__number {
  border: 1px solid #e9eaec;
  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;
  opacity: .7;
  border-bottom: 1px solid #0000;
  flex: 1;
  align-items: center;
  gap: 8px;
  padding: 8px 24px;
  transition: all .2s;
  display: flex;
  position: relative;
}

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

.ui-custom-tab__tab-item--active {
  opacity: 1;
  border-color: #e03137;
}

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

.ui-custom-tab__tab-item--done .ui-custom-tab__number {
  border-color: #0caf60;
}

.ui-custom-tab__tab-item + .ui-custom-tab__tab-item {
  border-left: 1px solid #e9eaec;
}

.ui-custom-tab__title-block {
  align-items: center;
  gap: 8px;
  width: 100%;
  display: flex;
}

.ui-custom-tab__status {
  color: #e03137;
  font-size: 12px;
  line-height: 19.2px;
  transition: color .2s;
}

.ui-custom-tab__status--done {
  color: #0caf60;
}

.ui-custom-tab__status + .ui-custom-tab__title-block {
  margin-top: 4px;
}

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

.ui-custom-tab__done-icon {
  margin-left: auto;
}

@container ui-custom-tab (width <= 720px) {
  .ui-custom-tab .ui-custom-tab__status, .ui-custom-tab .ui-custom-tab__title, .ui-custom-tab .ui-custom-tab__done-icon {
    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, .ui-custom-tab__tab-item--active .ui-custom-tab__done-icon {
    display: block;
  }
}

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

@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__popup {
  z-index: 10;
  opacity: 0;
  background-color: #fff;
  border: 1px solid #f8f8f8;
  border-radius: 10px;
  grid-template-rows: 0fr;
  transition: all .2s;
  display: grid;
  position: absolute;
  top: 53px;
  right: 0;
  overflow: hidden;
  box-shadow: 5px 5px 50px #1a202c0f;
}

.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__end-content {
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
  display: flex;
}

.date-range-picker-field__clear {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
}

.date-range-picker-field__clear-icon {
  transform: scale(.8);
}

.date-range-picker-field__clear-icon path {
  fill: #cbd5e0;
  transition: fill .2s;
}

.date-range-picker-field__clear:hover .date-range-picker-field__clear-icon path {
  fill: #ff2e1f;
}

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

.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;
  padding: 5.5px 8px 5.5px 16px;
  transition: all .2s;
  display: flex;
}

.file-upload__view:hover {
  background-color: #00000004;
}

.file-upload__view--error {
  border-color: #e03137;
}

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

.file-upload__file-info {
  flex: 1;
  min-width: 0;
}

.file-upload__title {
  color: #687588;
  font-size: 12px;
  line-height: 19.2px;
}

.file-upload__require {
  color: #e03137;
  margin-left: 2px;
}

.file-upload__value {
  text-wrap: balance;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
  font-size: 14px;
  line-height: 21px;
}

.file-upload__value--no-file {
  color: #a0aec0;
}

.file-upload__chosen-size {
  color: #a0aec0;
  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: #0000000d;
}

.file-upload__delete > svg path {
  fill: #e03137;
}

.file-upload__additional-text {
  color: #a0aec0;
  margin-top: 8px;
  font-size: 12px;
  line-height: 19.2px;
}

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

.form-field {
  --field-height: 53px;
}

.form-field__wrapper {
  min-height: var(--field-height);
  color: #111827;
  cursor: pointer;
  border: 1px solid #e9eaec;
  border-radius: 10px;
  align-items: center;
  margin: 0;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 21px;
  transition: border .1s linear;
  display: flex;
  position: relative;
}

.form-field__wrapper:hover {
  border-color: #cbcbcb;
}

.form-field__wrapper--error {
  border-color: #e03137;
}

.form-field__field {
  line-height: 0 !important;
}

.form-field__field .ant-checkbox-inner {
  width: 18px !important;
  height: 18px !important;
}

.form-field__field .ant-checkbox-checked .ant-checkbox-inner, .form-field__field .ant-checkbox-checked .ant-checkbox-inner:hover {
  background-color: #ff2e1f !important;
  border-color: #ff2e1f !important;
}

.form-field__field .ant-checkbox:hover .ant-checkbox-inner {
  border-color: #ff2e1f !important;
}

.form-field__label {
  margin-left: 8px;
  font-size: 14px;
  line-height: 120%;
}

.form-field__require {
  color: #e03137;
  margin-left: 2px;
}

.form-field__error {
  color: #e03137;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
  font-size: 12px;
  line-height: 130%;
  display: flex;
}

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

.form-steps {
  background-color: #fff;
  border: 1px solid #f8f8f8;
  border-radius: 16px;
  flex-direction: column;
  padding-bottom: 16px;
  display: flex;
  box-shadow: 5px 5px 50px #1a202c0f;
}

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

.form-steps__progress {
  width: calc(var(--width) * 1%);
  background-color: #ff2e1f;
  height: 2px;
  transition: width .2s;
  display: block;
}

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

.form-steps__step {
  color: #111827;
  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: #f8f8f8;
}

.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: #fff;
  border: 1px solid #f1f2f4;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: block;
}

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

.grid {
  --grid-col-size-calc: calc((100% - var(--grid-gap) * var(--grid-max-col-count)) / var(--grid-max-col-count));
  --grid-col-min-size-calc: min(100%, max(var(--grid-min-col-size), var(--grid-col-size-calc)));
  grid-template-columns: repeat(auto-fit, minmax(var(--grid-col-min-size-calc), 1fr));
  gap: var(--grid-gap);
  display: grid;
}

.image-loader {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-loader__skeleton {
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
}

.image-loader__image {
  max-width: 100%;
  max-height: 100%;
}

.image-loader__image--hidden {
  display: none;
}

.info-badge {
  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;
}

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

.app-modal {
  margin-block-start: 16px;
  margin-block-end: 16px;
}

.app-modal.ant-modal-content {
  padding-inline-start: 16px;
  padding-inline-end: 16px;
  padding-top: 16px;
}

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

.app-modal .ant-modal-title {
  color: #000;
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.app-modal__header.app-modal__header {
  margin-bottom: 24px;
}

.app-modal__body.app-modal__body {
  position: relative;
  padding-top: 0 !important;
}

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

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

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

@media (min-width: 768px) {
  .app-modal.ant-modal-content {
    padding-inline-start: 24px;
    padding-inline-end: 24px;
  }

  .app-modal__body.app-modal__body:before {
    width: calc(100% + 48px);
    left: -24px;
  }

  .app-modal__form {
    margin-top: 8px;
  }
}

.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__popup {
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  background-color: #fff;
  border: 1px solid #f8f8f8;
  border-radius: 10px;
  grid-template-rows: 0fr;
  width: 100%;
  transition: all .2s;
  display: grid;
  position: absolute;
  top: 53px;
  overflow: hidden;
  box-shadow: 5px 5px 50px #1a202c0f;
}

.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;
  align-items: center;
  gap: 8px;
  padding-top: 8px;
  padding-bottom: 4px;
  display: flex;
  box-shadow: 0 1px 3px 1px #0000000d;
}

.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: #0000000d;
}

.multiselect__filter--selected {
  border: 1px solid #1677ff;
}

.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: #111827;
  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: #f8f8f8;
}

.multiselect__item--with-group {
  padding-left: 18px;
}

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

.multiselect__group-item {
  color: #687588;
  padding: 8px 10px;
  font-size: 13px;
  line-height: 19.6px;
}

.navbar-badge {
  color: #fff;
  text-align: center;
  pointer-events: none;
  background-color: #ff2e1f;
  border-radius: 100px;
  width: max-content;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  font-weight: 500;
  line-height: 18px;
  transition: transform .2s;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.navbar-badge--collapsed {
  transform: scale(.8);
}

.ant-tooltip-content .navbar-badge {
  display: none;
}

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

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

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

.offer-card--disabled {
  box-shadow: 0 2px 16px -4px #a8a8a8cc;
}

.offer-card__left-absolute {
  align-items: center;
  gap: 12px;
  display: flex;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}

.offer-card__status {
  background-color: #fff;
  border-radius: 5px;
  align-items: center;
  gap: 6px;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  position: static;
  top: 0;
  transform: translateY(0);
}

.offer-card__status[role="button"] {
  cursor: pointer;
}

.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__status--disabled {
  color: #fff;
  background-color: #a8a8a8;
}

.offer-card__status > svg {
  min-width: 16px;
}

.offer-card__status > svg path {
  fill: currentColor;
}

.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-card__id--disabled {
  box-shadow: 1px 0 9px -1px #a8a8a8cc;
}

.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__actions {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: stretch;
  gap: 10px;
  display: flex;
}

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

.offer-header__chevron, .offer-header__chevron-mobile {
  align-self: center;
  transition: transform .2s;
}

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

.offer-header__chevron-mobile {
  display: none;
}

.offer-header__actions-list {
  display: contents;
}

.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-body {
  margin-top: 20px;
  display: flex;
}

.offer-body__actions {
  display: none;
}

.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;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.offer-body__product-description--red {
  color: red;
}

.offer-body__product-sub-description {
  font-size: 14px;
  font-weight: 500;
}

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

.offer-body__product-item--bold .offer-body__product-title {
  color: #111827;
  font-size: 14px;
  font-weight: 700;
}

.offer-body__product-item--bold .offer-body__product-description {
  font-size: 24px;
  font-weight: 700;
}

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

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

@container offer-card (width <= 860px) {
  .offer-header {
    gap: 8px;
  }

  .offer-header__actions {
    justify-content: flex-end;
  }

  .offer-body {
    flex-direction: column;
  }

  .offer-body__product {
    width: 100%;
  }

  .offer-body__additional {
    border-top: 1px solid #e9eaec;
    border-left: none;
    margin-top: 16px;
    padding-top: 16px;
    padding-left: 0;
  }
}

@media (max-width: 860px) {
  .offer-card {
    border-radius: 10px;
    padding: 16px;
  }

  .offer-card--selected {
    box-shadow: 0 0 8px -2px #67cd9ccc;
  }

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

  .offer-card__id, .offer-card__info_bage {
    display: none;
  }

  .offer-header {
    flex-wrap: wrap;
    align-items: center;
  }

  .offer-header__title-wrapper {
    margin-bottom: 8px;
  }

  .offer-header__title {
    font-size: 14px;
  }

  .offer-header__actions {
    gap: 8px;
  }

  .offer-header__actions-list--hidden {
    display: none;
  }

  .offer-header__chevron-mobile {
    display: block;
  }

  .offer-body {
    flex-direction: column;
  }

  .offer-body__product {
    gap: 12px;
    width: 100%;
  }

  .offer-body__actions {
    flex-direction: row-reverse;
    gap: 8px;
    margin-top: 12px;
    display: flex;
  }

  .offer-body__actions button {
    flex: 1;
    min-width: max-content;
    margin-top: 12px;
  }

  .offer-body__hidden {
    display: none;
  }

  .offer-body__hidden--modifier {
    display: block;
  }

  .offer-body__additional {
    border-top: none;
    border-left: none;
    justify-content: space-between;
    gap: 8px;
    min-width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
    display: flex;
  }

  .offer-body__additional-list {
    text-align: right;
  }

  .offer-body__additional-item {
    background-color: #0000;
    margin: 0;
    padding: 0%;
    display: inline-block;
  }

  .offer-body__additional-title {
    min-width: -moz-fit-content;
    min-width: fit-content;
    font-size: 12px !important;
  }

  .offer-body__additional-list-item {
    background-color: #fff;
    margin-top: 0;
    padding: 0;
  }

  .offer-body__additional-list-item + .offer-body__additional-list-item {
    margin-top: 4px;
  }

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

  .offer-body__product-description {
    color: #111827;
    margin-top: 4px;
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 16px !important;
  }

  .offer-body__product-mobile-item {
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    display: flex;
  }

  .offer-body__product-mobile-title {
    color: #687588;
    margin-bottom: 5px;
    font-weight: 500;
  }

  .offer-body__product-mobile-description {
    color: #111827;
    font-weight: 500;
  }
}

@media (max-width: 429px) {
  .offer-body {
    margin-top: 8px;
  }

  .offer-body__product {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .offer-body__actions {
    flex-flow: row-reverse wrap;
    display: flex;
  }

  .offer-body__product-title {
    color: #687588 !important;
    margin-top: 0 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
  }

  .offer-body__product-item {
    justify-content: space-between;
    display: flex;
  }

  .offer-body__product-description {
    margin-top: 0;
    padding-bottom: 0;
    font-weight: 500;
    font-size: 16px !important;
  }

  .offer-body__additional-title {
    font-size: 12px !important;
  }

  .offer-body__additional-item {
    justify-content: flex-end;
    display: flex;
  }
}

.offer-tooltip__wrapper {
  padding: 8px;
}

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

.offer-tooltip__title--success {
  color: #0caf60;
}

.offer-tooltip__title--error {
  color: #e03137;
}

.offer-tooltip__title--warning {
  color: #ffd023;
}

.offer-tooltip__title--processing {
  color: #1f9aff;
}

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

.security-status-badge {
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: max-content;
  display: flex;
}

.security-status-badge__badge {
  border-radius: 50px;
  width: 16px;
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  min-height: 16px;
}

.security-status-badge__badge--declined {
  background-color: #ff2e1f;
}

.security-status-badge__badge--on_review {
  background-color: #fcb80d;
}

.security-status-badge__badge--draft {
  background-color: #c6c6c6;
}

.security-status-badge__badge--approved {
  background-color: #0cb061;
}

.select {
  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__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;
  opacity: 0;
  background-color: #fff;
  border: 1px solid #f8f8f8;
  border-radius: 10px;
  grid-template-rows: 0fr;
  width: 100%;
  transition: all .2s;
  display: grid;
  position: absolute;
  top: 53px;
  overflow: hidden;
  box-shadow: 5px 5px 50px #1a202c0f;
}

.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: #111827;
  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, .select__item--selected {
  background-color: #f8f8f8;
}

.select__item--with-group {
  padding-left: 18px;
}

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

.select__group-item {
  color: #687588;
  padding: 8px 10px;
  font-size: 13px;
  line-height: 19.6px;
}

.table {
  flex: 1 0 0;
}

.table__row--clickable {
  cursor: pointer;
}

.table__shown-text {
  color: #687588;
  margin-right: 16px;
  font-size: 12px;
  font-weight: 500;
}

.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 #111827;
}

.table.table .ant-pagination-next, .table.table .ant-pagination-prev {
  border: 1px solid #f1f2f4;
  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: #f8f8f8;
}

.table.table .ant-pagination-item a {
  color: #111827;
}

.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 #f1f2f4;
  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: #687588;
  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-body::-webkit-scrollbar {
  background-color: #0000;
  width: 5px;
}

.table.table .ant-table-body::-webkit-scrollbar-thumb {
  background-color: #83838336;
  border-radius: 20px;
}

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

.upload-file {
  margin: 0;
}

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

.upload-file__add-button {
  box-sizing: border-box;
  cursor: pointer;
  border: 1px solid #e9eaec;
  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: #0000000d;
}

.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 #e9eaec;
  border-radius: 10px;
  align-items: center;
  padding: 15px 8px 15px 16px;
  display: flex;
}

.upload-file__item-name {
  text-overflow: ellipsis;
  color: #111827;
  white-space: nowrap;
  width: calc(100% - 28px);
  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: #0000000d;
}

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

.upload-file__cross > svg path {
  fill: #111827;
}

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

.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 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner {
  background-color: #ff2e1f;
  border-color: #ff2e1f;
}

.login-fields .ant-checkbox-wrapper:hover .ant-checkbox-inner {
  border-color: #ff2e1f !important;
}

.login-fields .ant-checkbox-wrapper:hover .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #ff2e1f !important;
}

.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 img {
  width: 20px;
  height: 20px;
}

.error-template {
  text-align: left;
  background-color: #fff;
  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;
}

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

.client-layout {
  --container-width: min(calc(100% - 32px), 1280px);
  background-color: #e4e4e7;
  flex-direction: column;
  min-height: 100dvh;
  display: flex;
}

.client-layout__main {
  display: contents;
}

.client-layout__error {
  width: var(--container-width);
  margin-inline-start: auto;
  margin-inline-end: auto;
  margin-top: 32px;
}

@media (min-width: 768px) {
  .client-layout {
    --container-width: min(calc(100% - 48px), 1280px);
  }
}

.city-modal__button {
  color: #000;
  text-align: left;
  background-color: #f4f4f5;
  border-radius: 8px;
  width: 100%;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
  display: block;
}

.city-modal__button + .city-modal__button {
  margin-top: 8px;
}

.city-modal__button:not(.city-modal__button--active):hover {
  background-color: #e7e7e8;
}

.city-modal__button--active {
  color: #fff;
  background-color: #18181b;
}

.client-bread-crumbs {
  font-size: 14px;
  line-height: 20px;
}

.client-bread-crumbs__prev-page {
  color: inherit;
  text-underline-offset: 2px;
  border-right: 2px solid #c5c5c8;
  margin-right: 18px;
  padding-right: 18px;
  text-decoration: underline;
  transition: color .2s;
}

.client-bread-crumbs__prev-page:hover {
  color: #4096ff;
}

.client-bread-crumbs__current-page {
  color: #71717a;
  white-space: nowrap;
}

.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;
  padding: 5.5px 8px 5.5px 16px;
  transition: all .2s;
  display: flex;
}

.file-upload__view:hover {
  background-color: #00000004;
}

.file-upload__view--error {
  border-color: #e03137;
}

.file-upload__view--frozen {
  cursor: default;
}

.file-upload__icon {
  font-size: 20px;
}

.file-upload__file-info {
  flex: 1;
  min-width: 0;
}

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

.file-upload__require {
  color: #e03137;
  margin-left: 2px;
}

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

.file-upload__value--no-file {
  color: #71717a;
}

.file-upload__chosen-size {
  color: #71717a;
  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;
  font-size: 18px;
  line-height: 0;
  transition: all .2s;
  display: block;
}

.file-upload__delete:hover {
  background-color: #0000000d;
}

.file-upload__delete > svg path {
  fill: #e03137;
}

.file-upload__additional-text {
  color: #a0aec0;
  margin-top: 8px;
  font-size: 12px;
  line-height: 19.2px;
}

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

@media (max-width: 768px) {
  .file-upload__field {
    display: none;
  }

  .file-upload__title {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: initial;
    white-space: normal;
    display: block;
  }

  .file-upload__value {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    display: block;
  }
}

.client-modal {
  max-width: 484px;
  margin-block-start: 16px;
  margin-block-end: 16px;
}

.client-modal.ant-modal-content {
  padding-inline-start: 16px;
  padding-inline-end: 16px;
  padding-top: 16px;
}

.client-modal .ant-modal-close {
  color: #000 !important;
  background-color: #f4f4f5 !important;
}

.client-modal .ant-modal-close:hover {
  background-color: #e7e7e8 !important;
}

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

.client-modal .ant-modal-title {
  color: #000;
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.client-modal__header.client-modal__header {
  margin-bottom: 16px;
}

.client-modal__body.client-modal__body {
  position: relative;
  padding-top: 16px !important;
}

.client-modal__body.client-modal__body:before {
  content: "";
  background-color: #dcdcdc;
  width: calc(100% + 32px);
  height: 1px;
  position: absolute;
  top: 0;
  left: -16px;
}

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

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

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

@media (min-width: 768px) {
  .client-modal.ant-modal-content {
    padding-inline-start: 24px;
    padding-inline-end: 24px;
  }

  .client-modal__body.client-modal__body:before {
    width: calc(100% + 48px);
    left: -24px;
  }

  .client-modal__form {
    margin-top: 8px;
  }
}

.continue-request__text {
  text-wrap: pretty;
  margin-bottom: 24px;
  font-size: 16px;
}

.client-header {
  background-color: #f4f4f4;
}

.client-header__logo-box {
  line-height: 0;
}

.client-header__logo {
  width: 80px;
  height: 40px;
}

.client-header__container {
  width: var(--container-width);
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin: 0 auto;
  padding: 8px 0;
  display: flex;
}

.client-header__controllers {
  align-items: center;
  gap: 8px;
  display: flex;
}

.client-header__button {
  min-height: 32px;
  color: inherit;
  background-color: #e7e7e8;
  border-radius: 8px;
  align-items: center;
  gap: 8px;
  padding: 6px;
  transition: background-color .2s;
  display: flex;
}

.client-header__button--wide {
  padding-inline-start: 12px;
  padding-inline-end: 12px;
}

.client-header__button:disabled {
  cursor: default;
}

.client-header__button:not(:disabled):hover {
  background-color: #d3d3d3;
}

.client-header__iin-container {
  color: #a4a4a4;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-right: 8px;
  display: flex;
}

.client-header__username-mobile {
  text-align: right;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
}

.client-header__iin-label {
  display: none;
}

.client-header__iin {
  text-align: right;
  width: 100%;
  font-size: 14px;
}

.client-header__username {
  display: none;
}

@media (min-width: 768px) {
  .client-header__container {
    padding: 12px 0;
  }
}

@media (min-width: 540px) {
  .client-header__button--user {
    padding-inline-start: 12px;
    padding-inline-end: 12px;
  }

  .client-header__iin-label {
    text-align: right;
    width: 100%;
    font-size: 12px;
    display: inline-block;
  }

  .client-header__username-mobile {
    display: none;
  }

  .client-header__username {
    text-align: right;
    display: inline-block;
  }
}

.client-otp-modal__subtitle {
  text-align: center;
  margin-top: 8px;
  font-size: 14px;
  line-height: 20px;
}

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

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

.client-otp-modal__otp-loading {
  color: #687588;
  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__field-error, .client-otp-modal__error {
  margin-inline-start: auto;
  margin-inline-end: auto;
  color: #e03137;
  justify-content: center;
  align-items: center;
  gap: 4px;
  max-width: 320px;
  margin-top: 8px;
  font-size: 12px;
  line-height: 12px;
  display: flex;
}

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

.client-otp-modal__field-error {
  justify-content: flex-start;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

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

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

.client-otp-modal__link {
  color: inherit;
  text-underline-offset: 2px;
  text-decoration: underline;
  transition: color .2s ease-in-out;
}

.client-otp-modal__link:hover {
  color: #1677ff;
  text-decoration: underline;
}

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

.loader > div {
  opacity: 1;
  background: #111827;
  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;
  }
}

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

.otp-form__field {
  text-align: center;
  border: 1px solid #e9eaec;
  border-radius: 10px;
  width: 56px;
  height: 56px;
  font-size: 28px;
  font-weight: 700;
}

.otp-form__field--error {
  border-color: #e03137;
  animation: .2s shake;
}

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

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

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

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

.security-modal {
  text-wrap: pretty;
  max-width: 540px;
  font-size: 14px;
}

.security-modal__content {
  max-width: 540px;
}

.security-modal__subtitle {
  color: #a09fab;
  margin-bottom: 24px;
  line-height: 120%;
}

.security-modal__flex-line {
  align-items: center;
  gap: 16px;
  display: flex;
}

.security-modal__flex-line + .security-modal__flex-line {
  margin-top: 16px;
}

.security-modal__icon {
  background-color: var(--bg-color);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  display: flex;
}

.security-modal__icon svg path {
  stroke: var(--color);
}

.security-modal__text {
  color: #45404a;
  line-height: 120%;
}

.security-modal__button {
  margin-top: 32px;
}

.timer__seconds {
  color: #687588;
  text-align: center;
  margin-inline-start: auto;
  margin-inline-end: auto;
  font-size: 14px;
  display: block;
}

.timer__button {
  color: #000;
  text-align: center;
  text-underline-offset: 3px;
  cursor: pointer;
  background-color: #0000;
  border: none;
  margin-inline-start: auto;
  margin-inline-end: auto;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  display: block;
}

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

.language-changer__button {
  text-transform: uppercase;
  background-color: #e7e7e8;
  border-radius: 6px;
  font-size: 10px;
  font-weight: 700;
  line-height: 100%;
}

.language-changer__button:hover {
  background-color: #d3d3d3;
}

.language-changer__popup {
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  background-color: #fff;
  border: 1px solid #222;
  border-radius: 10px;
  width: calc(100% + 8px);
  transition: opacity .2s;
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  overflow: hidden;
  box-shadow: 5px 5px 50px #1118270f;
}

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

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

.language-changer__item {
  color: #111827;
  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-changer__item:hover {
  background-color: #f8f8f8;
}

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

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

.faq {
  background: #fff;
  border-radius: 16px;
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 24px;
}

.faq__search {
  margin-bottom: 24px;
}

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

.faq-main-page {
  text-align: left;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 32px;
  display: grid;
  overflow: auto;
}

.faq-main-page--admin {
  margin-top: 24px;
}

.faq-main-page__section {
  border: none;
  margin-bottom: 0;
}

.faq-main-page__title {
  color: #1f2937;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.faq-main-page__not-assigned-icon {
  color: #ff2e1f;
}

.faq-main-page__list {
  margin: 0;
  padding: 0 16px;
  list-style: none;
}

.faq-main-page__empty {
  color: #888;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  display: flex;
}

@media (max-width: 768px) {
  .faq-main-page {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 16px;
  }

  .faq-main-page__list {
    padding: 0 24px;
  }
}

@media (max-width: 520px) {
  .faq-main-page__list {
    padding: 0 12px;
  }
}

.faq-list-item {
  margin-bottom: 12px;
  font-size: 14px;
}

.faq-list-item__header {
  align-items: center;
  gap: 6px;
  display: flex;
}

.faq-list-item__order-no {
  color: #6d6d6d;
  flex-shrink: 0;
  display: inline-block;
}

.faq-list-item__link-text {
  color: inherit;
}

.faq-list-item__link-text--disabled {
  color: #6d6d6d;
}

.faq-list-item__link-text:hover {
  color: #8b0000;
  text-decoration: underline;
}

.faq-list-item__link-text--disabled:hover {
  color: #262424;
  text-decoration-color: #262424;
}

.faq-list-item__link-text--search-match {
  background-color: #fdffcf;
}

.faq-list-item__link-text--no-search-match {
  color: #6d6d6d;
}

.faq-list-item__link {
  color: #ff2e1f;
  font-size: 14px;
  text-decoration: none;
}

.faq-list-item__title {
  color: inherit;
  font-size: 14px;
}

.faq-list-item__title--disabled {
  color: #6d6d6d;
}

.faq-list-item__title--search-match {
  background-color: #fdffcf;
}

.faq-list-item__title--no-search-match {
  color: #6d6d6d;
}

.faq-list-item__disabled {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .05em;
  cursor: help;
  background-color: #888;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  padding: 3px 6px;
  font-size: 10px;
  font-weight: 600;
  line-height: 10px;
  display: inline-flex;
}

.faq-list-item__disabled--disabled {
  color: #fff;
  background-color: #ff2e1f;
}

.faq-list-item__sub-list {
  margin-top: 12px;
  padding-left: 24px;
  list-style: none;
}

.faq-list-item__extension {
  color: #888;
  text-transform: uppercase;
  cursor: default;
  background-color: #fff;
  border: 1px solid #888;
  border-radius: 4px;
  padding: 1px 4px;
  font-size: 11px;
  display: inline-block;
}

.service-desk-create {
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  width: min(100%, 1120px);
  padding: 20px 25px;
  display: flex;
}

.service-desk-create__buttons {
  justify-content: center;
  align-items: center;
  gap: 24px;
  display: flex;
}

.service-desk-create__button {
  max-width: 300px;
}

.service-desk-create__saved-data-action {
  min-width: 110px;
}

.service-desk-create__saved-data-action + .service-desk-create__saved-data-action {
  margin-left: 8px;
}

@media (max-width: 520px) {
  .service-desk-create {
    padding: 20px 16px;
  }
}

@media screen and (max-width: 460px) {
  .service-desk-create__buttons {
    flex-direction: column;
    gap: 12px;
  }

  .service-desk-create__button {
    max-width: unset;
  }
}

.attachment-form {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 16px;
  max-width: 600px;
  display: flex;
}

.attachment-form__title {
  text-align: left;
  font-size: 24px;
}

.attachment-form__textarea {
  resize: none;
  height: 120px;
}

.drag-and-drop {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  display: flex;
}

.drag-and-drop__upload .ant-upload-drag {
  border: 1px solid #e9eaec;
  outline: 0 dashed #ff2e1f;
  justify-content: center;
  align-items: center;
  min-height: 150px;
  display: flex;
}

.drag-and-drop__upload .ant-upload-drag.ant-upload-drag-hover {
  background: #0000000d;
  border: 1px solid #e9eaec;
  outline-width: 2px;
}

.drag-and-drop__upload:hover .ant-upload-drag {
  border-color: #cbcbcb !important;
}

.drag-and-drop .ant-upload-list {
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  justify-content: start;
  align-items: start;
  gap: 12px;
  max-width: 100%;
  margin-top: 12px;
  display: grid;
}

.drag-and-drop .ant-upload-list:before, .drag-and-drop .ant-upload-list:after {
  display: none;
}

.drag-and-drop__preview {
  aspect-ratio: 1;
  cursor: pointer;
  border: 1px solid #e9eaec;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.drag-and-drop__preview > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.drag-and-drop__preview-delete {
  visibility: hidden;
  background: none;
  justify-content: center;
  align-items: center;
  transition: background .1s;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.drag-and-drop__preview-delete-icon {
  color: #ff2e1f;
  font-size: 20px;
}

.drag-and-drop__preview:hover > .drag-and-drop__preview-delete {
  visibility: visible;
  background: #000000b3;
}

.drag-and-drop__document-icon-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 100%;
  padding: 12px;
  display: flex;
}

.drag-and-drop__document-name {
  text-overflow: ellipsis;
  text-align: center;
  white-space: nowrap;
  width: 100%;
  font-size: 10px;
  font-weight: 600;
  line-height: 10px;
  overflow: hidden;
}

.drag-and-drop__document-icon {
  width: 50px;
  height: 50px;
  min-height: 30px;
}

.drag-and-drop__content {
  color: #a0aec0;
  text-align: left;
  height: 100%;
  padding: 0 12px;
}

.request-form {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 16px;
  max-width: 600px;
  display: flex;
}

.request-form__title {
  text-align: left;
  font-size: 24px;
}

.request-form__textarea {
  resize: none;
  height: 120px;
}

.hint-template-filler {
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  max-width: 500px;
  display: flex;
}

.hint-template-filler__text {
  line-height: 200%;
}

.hint-template-filler__slot {
  cursor: pointer;
  background: #dcdcdc;
  border-radius: 4px;
  padding: 2px 4px;
}

.hint-template-filler__slot--filled {
  background: #b5ea5f;
}

.hint-template-filler__slot--focused {
  background: #abd9ff;
}

.hint-template-filler__buttons {
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  width: 100%;
  display: flex;
}

.hint-template-filler__inputs {
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
  width: 100%;
  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;
  }
}

.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: #a0aec0;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
}

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

.service-desk-request {
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
  width: min(100%, 1120px);
  display: flex;
}

@media (max-width: 520px) {
  .service-desk-request {
    gap: 12px;
  }

  .service-desk-request__alert {
    margin-inline-start: 12px;
    margin-inline-end: 12px;
  }
}

.request-chat {
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  padding: 20px 25px;
  display: flex;
  position: relative;
  container: request-chat / inline-size;
}

.request-chat__chat-wrapper {
  position: relative;
  overflow-x: hidden;
}

@media (max-width: 520px) {
  .request-chat {
    border-radius: 0;
    padding: 8px;
  }

  .request-chat__title {
    margin-inline-start: 8px;
    margin-inline-end: 8px;
  }
}

.chat-item-action-wrapper {
  touch-action: pan-y;
  width: 100%;
}

.chat-item-action-wrapper--highlight-animation .chat-item-action-wrapper__animated-reply--message {
  animation: 1s flash-bg;
}

.chat-item-action-wrapper--highlight-animation .chat-item-action-wrapper__animated-reply--status-history-item .status-history-item__label {
  animation: 1s flash-color;
}

.chat-item-action-wrapper__animated-container {
  width: 100%;
  max-width: 100%;
  display: flex;
}

.chat-item-action-wrapper__animated-container--right {
  flex-direction: row-reverse;
  padding-left: 34px;
  padding-right: 8px;
}

.chat-item-action-wrapper__animated-container--left {
  flex-direction: row;
  padding-left: 8px;
  padding-right: 34px;
}

.chat-item-action-wrapper__content {
  position: relative;
}

.chat-item-action-wrapper__reply {
  aspect-ratio: 1;
  background-color: #687588;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  min-height: 20px;
  max-height: 20px;
  padding: 2px;
  display: flex;
  position: absolute;
  top: 50%;
}

.chat-item-action-wrapper__reply--right {
  right: 0;
  transform: translate(calc(100% + 10px), -50%);
}

.chat-item-action-wrapper__reply--left {
  left: 0;
  transform: translate(calc(-100% - 10px), -50%);
}

.chat-item-action-wrapper__reply--clickable {
  cursor: pointer;
  opacity: 0;
  transition: all .2s;
}

.chat-item-action-wrapper__content:hover .chat-item-action-wrapper__reply {
  opacity: .4;
}

.chat-item-action-wrapper__reply-icon {
  color: #fff;
}

@keyframes flash-bg {
  0% {
    background-color: #a4a4a4;
  }

  100% {
    background-color: #f0f0f0;
  }
}

@keyframes flash-color {
  0% {
    color: #000;
  }

  100% {
    color: #bababa;
  }
}

.date-divider {
  z-index: 100;
  background: #fff;
  padding-bottom: 12px;
  position: sticky;
  top: 0;
}

.date-divider__divider {
  color: #a0aec0 !important;
  border-color: #e9eaec !important;
  margin: 0 !important;
  font-size: 14px !important;
}

.message-item {
  background-color: #f0f0f0;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  gap: 4px;
  min-width: 60px;
  max-width: 500px;
  padding: 6px;
  display: flex;
}

.message-item__sender-name {
  color: #687588;
  width: 100%;
  margin-bottom: 4px;
  padding-inline-start: 6px;
  padding-inline-end: 6px;
  font-size: 12px;
  font-weight: 600;
}

.message-item__content {
  justify-content: space-between;
  align-items: flex-end;
  gap: 4px;
  width: 100%;
  display: flex;
}

.message-item__files {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 4px;
  width: 100%;
  display: flex;
}

.message-item__text {
  overflow-wrap: anywhere;
  white-space: pre-wrap;
  margin-bottom: 4px;
  padding-inline-start: 6px;
  padding-inline-end: 6px;
  line-height: 130%;
}

.message-item__info {
  flex-wrap: wrap;
  flex: auto;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  gap: 4px;
  display: flex;
}

.message-item__read-icon path {
  color: #777;
  transition: all .2s;
}

.message-item__read-icon path:first-child {
  transform: translateX(3px);
}

.message-item__read-icon path:nth-child(2) {
  opacity: 0;
  transform: translateX(-1px);
}

.message-item__read-icon--read path:first-child {
  transform: translateX(0);
}

.message-item__read-icon--read path:nth-child(2) {
  opacity: 1;
  transform: translateX(0);
}

.message-item__time {
  color: #687588;
  cursor: default;
  font-size: 12px;
}

.message-item--reply {
  gap: 8px;
}

.message-item--vertical .message-item__content {
  flex-direction: column;
  align-items: flex-start;
}

.message-item--vertical .message-item__text {
  margin: 0;
}

.message-item--right {
  border-bottom-right-radius: 0;
}

.message-item--left {
  border-bottom-left-radius: 0;
}

.reply-message-preview {
  background-color: #f6f6f6;
  border-left: 6px solid #0caf60;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  padding: 6px 8px;
  display: flex;
}

.reply-message-preview, .reply-message-preview * {
  cursor: pointer;
}

.reply-message-preview--clearble {
  padding: 10px 16px;
}

.reply-message-preview--my {
  border-left-color: #ff2e1f;
}

.reply-message-preview:hover {
  background-color: #e6e6e6;
}

.reply-message-preview__content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2px;
  width: 100%;
  min-height: 30px;
  display: flex;
}

.reply-message-preview__preview-container {
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  overflow: hidden;
}

.reply-message-preview__title {
  word-break: break-word;
}

.reply-message-preview__text {
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  word-break: break-word;
  -webkit-box-orient: vertical;
  line-height: 130%;
  display: -webkit-box;
  overflow: hidden;
}

.reply-message-preview__files-count {
  color: #a4a4a4;
}

.reply-message-preview__close {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 4px;
  padding: 4px;
  display: flex;
}

.reply-message-preview__close path {
  fill: #9c9c9c;
  transition: all .2s;
}

.reply-message-preview__close:hover path {
  fill: #000;
}

.status-change-item {
  align-items: flex-end;
  gap: 4px;
  min-width: 60px;
  max-width: 500px;
  display: flex;
}

.status-change-item__container {
  align-items: flex-start;
  gap: 8px;
  display: flex;
  position: relative;
}

.status-change-item__label-wrapper {
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  display: flex;
}

.status-change-item__badge {
  border-radius: 10px;
  width: 10px;
  min-width: 10px;
  max-width: 10px;
  height: 10px;
  min-height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.status-change-item__badge--with-comment {
  width: 4px;
  min-width: unset;
  height: unset;
  max-height: unset;
  top: 0;
  bottom: 0;
}

.status-change-item__label {
  color: #bababa;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
  border-radius: 50px;
}

.status-change-item__comment {
  color: #777;
  overflow-wrap: anywhere;
  background-color: #f0f0f0;
  border-radius: 6px;
  padding: 4px 8px;
  line-height: 130%;
}

.status-change-item__time {
  color: #687588;
  cursor: default;
  align-self: flex-end;
  font-size: 12px;
}

.status-change-item--right .status-change-item__label-wrapper {
  align-items: flex-end;
  margin-right: 16px;
}

.status-change-item--right .status-change-item__label {
  text-align: right;
}

.status-change-item--right .status-change-item__container {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.status-change-item--right .status-change-item__badge {
  right: 0;
}

.status-change-item--right .status-change-item__badge--with-comment {
  transform: translateX(-3px);
}

.status-change-item--left .status-change-item__label-wrapper {
  align-items: flex-start;
  margin-left: 16px;
}

.status-change-item--left .status-change-item__container {
  justify-content: flex-start;
  align-items: flex-start;
}

.status-change-item--left .status-change-item__badge {
  left: 0;
}

.status-change-item--left .status-change-item__badge--with-comment {
  transform: translateX(3px);
}

.scroll-to-bottom-button {
  z-index: 999;
  aspect-ratio: 1;
  cursor: pointer;
  opacity: .5;
  background: #888;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 30px;
  display: flex;
  position: absolute;
  bottom: 16px;
  right: 16px;
}

.scroll-to-bottom-button svg path {
  fill: #fff;
}

.scroll-to-bottom-button:hover {
  opacity: 1;
}

.textarea-form {
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
  display: flex;
}

.textarea-form__form {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  display: flex;
}

.textarea-form__file-upload-button--mobile {
  display: none;
}

.textarea-form__form-footer {
  display: contents;
}

.textarea-form__textarea-root {
  flex: 1;
  width: 100%;
}

.textarea-form__textarea {
  resize: none;
  height: 100px;
}

@media (max-width: 768px) {
  .textarea-form__form {
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
  }

  .textarea-form__file-upload-button {
    display: none;
  }

  .textarea-form__file-upload-button--mobile {
    display: block;
  }

  .textarea-form__form-footer {
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    display: flex;
  }
}

.file-upload-button__field {
  display: none;
}

.file-upload-button__button {
  cursor: pointer;
  border: 1px solid #cbd5e0;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 6px;
  display: flex;
}

.file-upload-button__button:hover {
  background-color: #00000004;
}

.file-upload-button__button > svg {
  width: 20px;
  min-width: 20px;
  min-height: 20px;
}

.file-upload-button__title {
  color: #687588;
  font-size: 14px;
}

.file-upload-button__icon path {
  fill: #687588;
}

.new-attached-files {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
  display: flex;
}

.new-attached-files__container {
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  justify-content: start;
  align-items: start;
  gap: 12px;
  max-width: 100%;
  display: grid;
}

.virtualized-chat-list {
  height: max-content;
  min-height: 500px;
  max-height: 700px;
}

.virtualized-chat-list__list {
  border-block-start: 1px solid #e9eaec;
  border-block-end: 1px solid #e9eaec;
}

.virtualized-chat-list__list--smooth-scroll {
  scroll-behavior: smooth;
}

.virtualized-chat-list__chat-item {
  padding-bottom: 12px;
}

.request-info {
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  padding: 20px 25px;
  display: flex;
  container: request-info / inline-size;
}

.request-info__header {
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px 24px;
  display: flex;
}

.request-info__status-subject-container {
  flex-wrap: wrap;
  flex: 1;
  align-items: center;
  gap: 16px 32px;
  display: flex;
}

.request-info__status-container {
  align-items: center;
  gap: 12px;
  display: flex;
}

.request-info__status {
  border-radius: 3px;
  width: 9px;
  min-width: 9px;
  max-width: 9px;
  height: 16px;
  min-height: 16px;
  max-height: 16px;
}

.request-info__subject {
  color: #111827;
  word-break: break-word;
  font-weight: 600;
}

.request-info__action-container {
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  display: flex;
}

.request-info__date {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 14px;
  display: flex;
}

.request-info__nowrap {
  white-space: nowrap;
}

.request-info__body-info {
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 48px;
  display: flex;
}

.request-info__attachments {
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  justify-content: start;
  align-items: start;
  gap: 12px;
  display: grid;
}

@media (max-width: 520px) {
  .request-info {
    border-radius: 0;
    padding: 16px;
  }
}

@container request-info (width <= 768px) {
  .request-info__header {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .request-info__action-container {
    justify-content: space-between;
    width: 100%;
  }

  .request-info__date {
    flex-flow: wrap;
    align-items: center;
    gap: 4px;
  }
}

.button-with-confirmation {
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
  padding-top: 24px;
  display: flex;
}

.button-with-confirmation__text {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}

.button-with-confirmation__reason-section {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.button-with-confirmation__buttons {
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  width: 100%;
  display: flex;
}

.info-label {
  color: #687588;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  display: flex;
}

.info-label__value {
  overflow-wrap: anywhere;
}

.info-label__value--bold {
  color: #111827;
  font-weight: 600;
}

.info-label__copy-icon {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 2px;
  display: flex;
}

.user-info-modal__content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  font-size: 18px;
  display: flex;
}

.service-desk-table {
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  width: min(100%, 1120px);
  padding: 20px 25px;
  display: flex;
  container: service-desk-table / inline-size;
}

.service-desk-table__filters {
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px;
  display: flex;
}

.service-desk-table__filters--with-header {
  margin-top: 24px;
}

.service-desk-table__search {
  flex: 1;
  width: 100%;
  min-width: 220px;
}

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

.service-desk-table__item {
  flex: 0;
  width: max-content;
}

.service-desk-table__item-button {
  height: 100%;
  padding: 13px;
}

.service-desk-table__mobile-data {
  border-top: 1px solid #e9eaec;
  padding-top: 24px;
  display: none;
}

@container service-desk-table (width <= 768px) {
  .service-desk-table__table {
    display: none;
  }

  .service-desk-table__mobile-data {
    display: block;
  }
}

@media (max-width: 520px) {
  .service-desk-table {
    border-radius: 0%;
    padding-inline-start: 15px;
    padding-inline-end: 15px;
  }
}

.adaptive-card-service-desk {
  text-align: left;
}

.adaptive-card-service-desk__card {
  border-radius: 10px;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 20px;
  padding: 10px;
  display: flex;
  box-shadow: 0 4px 8px #0000001a;
}

.adaptive-card-service-desk__no-data {
  color: #999;
  text-align: center;
  margin: 0 0 20px;
  font-size: 16px;
}

.adaptive-card-service-desk__card-header {
  flex: 1;
  align-items: center;
  display: flex;
  padding: 0 !important;
}

.adaptive-card-service-desk__client-subject {
  font-size: 14px;
  font-weight: bold;
  line-height: 19.6px;
}

.adaptive-card-service-desk__client-code {
  color: #666;
  font-size: 12px;
  line-height: 19.2px;
}

.adaptive-card-service-desk__status {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
}

.adaptive-card-service-desk__statuses-wrapper {
  gap: 10px;
  display: flex;
}

.adaptive-card-service-desk__pagination {
  border-top: 1px solid #e9eaec;
  padding-top: 20px;
}

@media (max-width: 460px) {
  .adaptive-card-service-desk__card {
    flex-direction: column;
  }
}

.badged-status {
  text-align: center;
  border-radius: 8px;
  width: max-content;
  min-width: 100px;
  padding: 8px 16px;
  font-size: 10px;
  font-weight: 600;
}

@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;
  }
}

.service-desk-header {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  display: flex;
}

.service-desk-header__title {
  text-align: left;
}

.service-desk-header__title h2 {
  color: #111827;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}

.service-desk-header__title p {
  color: #687588;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.service-desk-header__pagination {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  display: flex;
}

@media (max-width: 640px) {
  .service-desk-header__pagination {
    width: 100%;
  }

  .service-desk-header__pagination > button {
    flex: 1;
    min-width: max-content;
  }
}

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

.filter-modal-service__subtitle {
  text-align: center;
  margin-top: 16px;
  font-size: 14px;
}

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

.filter-modal-service__actions {
  flex-wrap: wrap-reverse;
  gap: 16px;
  margin-top: 16px;
  display: flex;
}

.filter-modal-service__actions > button {
  flex: 1;
  min-width: 200px;
}

.service-desk-table__cell, .service-desk-table__cell-text {
  color: #111827;
  font-size: 12px;
  font-weight: 600;
}

.service-desk-table__cell-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-orient: vertical;
  max-width: 300px;
  overflow: hidden;
}

.service-desk-table__cell {
  align-items: center;
  gap: 12px;
  display: flex;
}

.service-desk-table__cell-content {
  color: #687588;
  font-weight: 400;
}

.service-desk-table__no-info {
  color: #ff2e1f;
  font-weight: 700;
}

.service-desk-table__ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 170px;
  overflow: hidden;
}

.service-desk-table__avatar {
  color: #687588;
  text-align: center;
  background-color: #f1f2f4;
  border-radius: 50%;
  width: 24px;
  min-width: 24px;
  font-size: 10px;
  font-weight: 600;
  line-height: 24px;
}

.service-desk-table__statuses-wrapper {
  align-items: center;
  display: flex;
}

.service-desk-table__big-status {
  background-color: #111827;
  border-radius: 8px;
  width: max-content;
  padding: 4px 16px;
}

.service-desk-table__big-status--unverified {
  background-color: #023d3d;
}

.service-desk-table__big-status--error {
  color: #fff;
  background-color: #ff2e1f;
}

.service-desk-table__status {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  display: flex;
}

.service-desk-table__tooltip-title {
  color: #cbd5e0;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.service-desk-table__tooltip-bank {
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.service-desk-table__bank-text {
  color: #fff;
  height: 9px;
  font-size: 10px;
  font-weight: 600;
  line-height: 10px;
  display: block;
}

.service-desk-table__bank-text--center {
  text-align: center;
}

.service-desk-table__bank-text--dark {
  color: #111827;
}

.faq-article-wrapper {
  width: 100%;
  height: 100%;
  container: faq-article-wrapper / inline-size;
}

.faq-article {
  grid-template-columns: 1fr 280px;
  gap: 24px;
  width: min(100%, 1120px);
  margin: 0 auto;
  display: grid;
  position: relative;
}

@container faq-article-wrapper (width <= 850px) {
  .faq-article {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.faq-article:not(.faq-article--not-found) {
  height: 100%;
}

.faq-article__faq-module {
  z-index: 10;
  color: #888;
  background-color: #fff;
  border-radius: 8px 8px 0 0;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding: 4px 16px 8px;
  font-size: 14px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(calc(2px - 50%));
}

.faq-article__faq-module-name {
  font-size: 14px;
  font-weight: 600;
}

.faq-article__content {
  text-align: left;
  background: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq-article__content:not(.faq-article__content--not-found) {
  height: 100%;
}

.faq-article__content--not-found {
  color: #888;
  justify-content: center;
  align-items: center;
  min-height: 300px;
}

.faq-article__header {
  border-bottom: 1px solid #d9d9d9;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 16px;
  display: flex;
}

.faq-article__header-actions {
  flex-wrap: nowrap;
  align-items: center;
  gap: 12px;
  display: flex;
}

.faq-article__nav-button {
  display: none;
}

@container faq-article-wrapper (width <= 850px) {
  .faq-article__nav-button {
    display: inline-flex;
  }
}

.faq-article__navigation {
  display: block;
}

@container faq-article-wrapper (width <= 850px) {
  .faq-article__navigation {
    display: none;
  }
}

.faq-article__title {
  text-overflow: ellipsis;
  color: #1f2937;
  white-space: nowrap;
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
}

.faq-article__nav-button-icon {
  color: #888;
  font-size: 20px;
}

.faq-article__nav-button-icon:hover {
  color: #1f2937;
}

.faq-article__date {
  color: #6b7280;
  text-align: right;
  font-size: 12px;
  font-weight: 400;
}

.faq-article__iframe-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.faq-article__iframe {
  border: none;
  width: 100%;
  height: 100%;
}

@media (max-width: 520px) {
  .faq-article__header {
    padding: 16px;
  }

  .faq-article__content {
    border-radius: 0%;
    padding: 0;
  }
}

.faq-breadcrumbs {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 16px;
  display: flex;
  overflow: auto;
}

.faq-breadcrumbs__link, .faq-breadcrumbs__non-link {
  text-wrap: nowrap;
  font-size: 14px;
}

.faq-breadcrumbs__non-link {
  color: #888;
}

.faq-breadcrumbs__non-link--active {
  color: #111827;
  font-weight: 600;
}

.faq-breadcrumbs__link {
  color: #111827;
  cursor: pointer;
  text-decoration: none;
}

.faq-breadcrumbs__link:hover {
  color: #ff2e1f;
  text-decoration: underline;
}

.faq-breadcrumbs__separator {
  color: #888;
  font-size: 10px;
}

@media (max-width: 520px) {
  .faq-breadcrumbs {
    gap: 8px;
  }
}

.faq-article-navigation {
  background: #fff;
  border-radius: 12px;
  height: max-content;
  max-height: 500px;
  padding: 16px;
  font-size: 14px;
  line-height: 1.5;
  overflow: auto;
  box-shadow: 0 2px 6px #0000000d;
}

.ant-drawer-body .faq-article-navigation {
  max-height: none;
  box-shadow: none;
  background: none;
  border-radius: 0;
  padding: 0;
}

.faq-article-navigation ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.faq-article-navigation ul li {
  margin-bottom: 8px;
}

.faq-article-navigation ul li ul {
  border-left: 1px solid #ddd;
  margin-top: 4px;
  margin-left: 4px;
  padding-left: 8px;
}

.faq-article-navigation__link {
  color: #111827;
  text-decoration: none;
}

.faq-article-navigation__link:hover {
  color: #ff2e1f;
  text-decoration: underline;
}

.faq-article-navigation__link--root {
  font-weight: 600;
}

.faq-article-navigation__link--active {
  color: #ff2e1f;
  font-weight: 600;
}

.faq-layout {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
}

.faq-layout__wrapper {
  flex-direction: column;
  flex: 1;
  width: 0;
  display: flex;
}

.faq-layout__main {
  background-color: #dcdcdc;
  flex: 1;
  padding: 20px;
  overflow: auto;
}

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

@media (max-width: 520px) {
  .faq-layout__main {
    padding-inline-start: 0;
    padding-inline-end: 0;
  }
}

.faq-header {
  z-index: 997;
  background-color: #fff;
  border-bottom: 1px solid #e9eaec;
  position: sticky;
  top: 0;
}

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

.faq-header__burger {
  display: none;
}

.faq-header__title-wrapper {
  align-items: center;
  gap: 16px;
  display: flex;
}

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

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

.faq-header__title-wrapper > svg path {
  fill: #a0aec0;
}

.faq-header__title {
  color: #111827;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}

.faq-header__secondary-text {
  color: #a0aec0;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

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

.faq-header__language {
  color: #687588;
  cursor: pointer;
  background-color: #e9eaec;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 32px;
  font-size: 10px;
  font-weight: 700;
  line-height: 140%;
  display: flex;
}

.faq-header__user {
  cursor: pointer;
}

.faq-header__user-avatar {
  background-color: #000;
}

.faq-header__user-name {
  color: #687588;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.faq-header__dropdown {
  background: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
  padding: 4px;
  display: flex;
  box-shadow: 0 6px 16px #00000014, 0 3px 6px -4px #0000001f, 0 9px 28px 8px #0000000d;
}

.faq-header__dropdown-item {
  color: #000000e0;
  cursor: pointer;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 5px 12px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
  display: flex;
}

.faq-header__dropdown-item:hover {
  color: #000000e0;
  background: #0000000a;
}

.faq-header__dropdown-item--mobile {
  display: none;
}

.faq-header__cache {
  color: #111827;
}

@media (max-width: 1000px) {
  .faq-header__burger {
    cursor: pointer;
    padding: 8px;
    display: block;
  }

  .faq-header__title-wrapper {
    margin-left: 12px;
    margin-right: auto;
  }

  .faq-header__title {
    margin-bottom: 2px;
    line-height: 100%;
  }

  .faq-header__user {
    column-gap: 2px;
  }

  .faq-header__user-name {
    display: none;
  }
}

@media (max-width: 520px) {
  .faq-header__title {
    font-size: 20px;
  }

  .faq-header__language, .faq-header__cache {
    display: none;
  }

  .faq-header__dropdown-item--mobile {
    display: flex;
  }
}

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

@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;
  }
}

.faq-navbar {
  z-index: 999;
  width: 280px;
  height: calc(var(--vh, 1vh) * 100);
  background: #fff;
  flex-direction: column;
  height: 100dvh;
  padding: 24px 32px;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  overflow: hidden auto;
}

.faq-navbar > div, .faq-navbar > nav {
  width: 100%;
}

.faq-navbar > nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.faq-navbar__logo-box {
  justify-content: space-between;
  align-items: center;
  min-height: 52px;
  display: flex;
}

.faq-navbar__logo {
  transform-origin: 0;
  width: 100px;
  height: 50px;
}

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

.faq-navbar__menu {
  margin-top: 24px;
}

.faq-navbar__admin-link {
  color: #111827;
  overflow-wrap: break-word;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
  width: 100%;
  margin-top: 48px;
  padding: 8px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  display: inline-flex;
  overflow: hidden;
}

.faq-navbar__admin-link:hover {
  background-color: #f5f5f5;
}

.faq-navbar__admin-link--active {
  color: #ff2e1f;
}

@media (min-width: 1000px) {
  .faq-navbar {
    will-change: width, padding;
    transition: width .6s, padding .4s;
    position: sticky;
    top: 0;
    left: 0;
  }

  .faq-navbar--expanded .faq-navbar__logo-box .faq-navbar__logo, .faq-navbar--expanded .faq-navbar__logo-box .faq-navbar__arrow {
    animation: .4s show-text;
    display: inline;
  }

  .faq-navbar--expanded .faq-navbar__link--main-page {
    transition: all .6s;
  }

  .faq-navbar--expanded .faq-navbar__link-text {
    transform-origin: 0;
    animation: .4s show-text;
    display: inline;
  }
}

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

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

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

  .faq-navbar__arrow {
    display: none;
  }
}

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

.faq-navbar-overlay {
  display: none;
}

@media (max-width: 1000px) {
  .faq-navbar-overlay {
    z-index: 901;
    pointer-events: none;
    opacity: 0;
    will-change: opacity, z-index;
    background-color: #00000073;
    transition: opacity .2s, z-index .2s;
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

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

.faq-navbar-menu-item__container {
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  gap: 2px;
  width: 100%;
  margin-block-start: 8px;
  margin-block-end: 8px;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.faq-navbar-menu-item__container:not(.faq-navbar-menu-item__container--link) {
  cursor: pointer;
  transition: all .2s;
}

.faq-navbar-menu-item__container:not(.faq-navbar-menu-item__container--link):hover {
  background-color: #f5f5f5;
}

.faq-navbar-menu-item__chevron-button {
  cursor: pointer;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-width: 24px;
  min-height: 24px;
  font-size: 12px;
  transition: all .2s;
  display: inline-flex;
  overflow: hidden;
}

.faq-navbar-menu-item__chevron-button > .faq-navbar-menu-item__chevron {
  transition: all .2s;
  transform: rotate(0);
}

.faq-navbar-menu-item__chevron-button > .faq-navbar-menu-item__chevron path {
  fill: #888;
  transition: all .2s;
}

.faq-navbar-menu-item__chevron-button:hover {
  background-color: #f5f5f5;
}

.faq-navbar-menu-item__chevron-button:hover > .faq-navbar-menu-item__chevron path {
  fill: #111827;
}

.faq-navbar-menu-item__chevron-button > .faq-navbar-menu-item__chevron:not(.faq-navbar-menu-item__chevron--expanded) {
  transform: rotate(-90deg);
}

.faq-navbar-menu-item__title, .faq-navbar-menu-item__link {
  overflow-wrap: break-word;
  width: 100%;
  padding: 8px;
  font-size: 14px;
}

.faq-navbar-menu-item__link {
  color: #111827;
  border-radius: 4px;
  text-decoration: none;
  transition: all .2s;
  overflow: hidden;
}

.faq-navbar-menu-item__link:hover {
  background-color: #f5f5f5;
}

.faq-navbar-menu-item__link--active {
  color: #ff2e1f;
}

.faq-navbar-menu-item__sub-list {
  border-left: 1px solid #e0e0e0;
  width: 100%;
  padding-left: 18px;
  list-style: none;
}

.faq-navbar-menu-item__container--root-level > .faq-navbar-menu-item__title, .faq-navbar-menu-item__container--root-level > .faq-navbar-menu-item__link {
  font-weight: 600;
}

.faq-navbar-menu-item__container:not(.faq-navbar-menu-item__container--root-level) > .faq-navbar-menu-item__title {
  color: #888;
}

.faq-navbar-menu-item__extension {
  color: #888;
  text-transform: uppercase;
  cursor: default;
  background-color: #fff;
  border: 1px solid #888;
  border-radius: 4px;
  margin-left: 6px;
  padding: 1px 4px;
  font-size: 11px;
  display: inline-block;
}

@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;
}

.layout__wrapper {
  flex-direction: column;
  flex: 1;
  width: 0;
  display: flex;
}

.layout__main {
  background-color: #dcdcdc;
  flex: 1;
  padding: 20px;
}

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

.layout__service-desk-fab {
  z-index: 10;
  opacity: .7;
  width: 42px;
  height: 42px;
  transition: opacity .2s;
  right: 48px;
}

.layout__service-desk-fab:hover {
  opacity: 1;
}

.layout__service-desk-fab .ant-float-btn-content {
  width: 100% !important;
  height: 100% !important;
}

.layout__service-desk-fab .ant-float-btn-icon {
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100% !important;
  height: 100% !important;
}

.layout__service-desk-icon {
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  display: flex;
}

@media (max-width: 768px) {
  .layout__service-desk-fab {
    width: 36px;
    height: 36px;
    bottom: 36px;
    right: 36px;
  }

  .layout__service-desk-icon {
    width: 22px;
    height: 22px;
  }
}

@media (max-width: 520px) {
  .layout__main {
    padding-inline-start: 0;
    padding-inline-end: 0;
  }

  .layout__service-desk-fab {
    bottom: 72px;
    right: 16px;
  }
}

.admin-mobile-menu {
  background-color: #fff;
  border-top: 1px solid #e0e0e0;
  justify-content: space-evenly;
  align-items: center;
  height: 60px;
  display: none;
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
}

.admin-mobile-menu__link {
  display: flex;
  display: 1;
  color: #a0aec0;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  text-decoration: none;
  transition: color .2s;
}

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

.admin-mobile-menu__link--active {
  color: #111827;
}

.admin-mobile-menu__link--active svg path {
  fill: #ff2e1f;
}

.admin-mobile-menu__button-icon {
  margin: 10px;
  transform: translateY(-5px);
  color: #c4c5c8 !important;
}

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

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

.admin-navbar {
  box-sizing: border-box;
  background: #1f2937;
  border-right: 0;
  height: 100%;
  margin-top: 20px;
  transition: all .7s;
}

.admin-navbar__menu-item-content {
  position: relative;
}

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

.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 {
  line-height: 125%;
  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;
  background-color: #1677ff !important;
}

.admin-navbar .admin-navbar__link--active .ant-menu-item-icon {
  color: red;
}

.admin-navbar__link-badge {
  color: #fff;
  text-align: center;
  pointer-events: none;
  background-color: #ff2e1f;
  border-radius: 100px;
  width: max-content;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  font-weight: 500;
  line-height: 18px;
  transition: transform .2s;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}

.admin-navbar__link-badge--collapsed {
  transform: scale(.8);
}

@media (max-width: 520px) {
  .admin-navbar__menu-item {
    line-height: 20px !important;
  }
}

.notifications-sidebar {
  position: absolute;
}

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

.notification-item {
  border: 1px solid #000;
  border-radius: 10px;
  width: 320px;
  margin-bottom: 10px;
  padding: 10px;
}

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

@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;
  background-color: #fff;
  border-bottom: 1px solid #e9eaec;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
}

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

.header__title-wrapper {
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  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: #a0aec0;
}

.header__title {
  color: #111827;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}

@media screen and (max-width: 980px) {
  .header__title {
    margin-bottom: 2px;
    line-height: 100%;
  }
}

.header__secondary-text {
  color: #a0aec0;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

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

.header__dealer {
  color: #a0aec0;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.header__language {
  color: #687588;
  cursor: pointer;
  background-color: #e9eaec;
  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: #000;
}

.header__user-name {
  color: #687588;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

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

.header__burger {
  display: none;
}

.header__dropdown {
  background: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
  padding: 4px;
  display: flex;
  box-shadow: 0 6px 16px #00000014, 0 3px 6px -4px #0000001f, 0 9px 28px 8px #0000000d;
}

.header__dropdown-item {
  color: #000000e0;
  cursor: pointer;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 5px 12px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
  display: flex;
}

.header__dropdown-item:hover {
  color: #000000e0;
  background: #0000000a;
}

.header__dropdown-item--mobile {
  display: none;
}

.header__cache {
  color: #111827;
}

@media (max-width: 768px) {
  .header__burger {
    cursor: pointer;
    padding: 8px;
    display: block;
  }

  .header__title-wrapper {
    margin-left: 12px;
    margin-right: auto;
  }

  .header__dealer {
    display: none;
  }

  .header__user {
    column-gap: 2px;
  }

  .header__user-name {
    display: none;
  }
}

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

  .header__language, .header__bell, .header__cache {
    display: none;
  }

  .header__dropdown-item--mobile {
    display: flex;
  }

  .header__burger {
    display: none;
  }
}

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

@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 {
  z-index: 999;
  height: calc(var(--vh, 1vh) * 100);
  background: #1f2937;
  flex-direction: column;
  height: 100dvh;
  padding: 24px 32px;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  overflow: hidden auto;
}

.navbar > div, .navbar > nav {
  width: 100%;
}

.navbar__logo-box {
  justify-content: space-between;
  align-items: center;
  min-height: 52px;
  display: flex;
}

.navbar__logo {
  transform-origin: 0;
  width: 100px;
  height: 50px;
}

.navbar__logo path {
  fill: #fff;
}

.navbar__arrow {
  min-width: 32px;
  height: 100%;
  margin-left: auto;
  transition: all .4s;
}

.navbar__link-icon {
  filter: brightness(0) saturate() invert(72%) sepia(11%) saturate(441%) hue-rotate(174deg) brightness(95%) contrast(86%);
  width: 24px;
  height: 24px;
  transition: all .2s;
}

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

.navbar__link--main-page {
  color: #fff;
  background-color: #ff2e1f;
  border-radius: 10px;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-self: stretch;
  gap: 20px;
  margin: 24px 0;
  padding: 16px 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px #ff2e1f33;
}

.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:not(.navbar__link--main-page) .navbar__link-icon {
  filter: brightness(0) saturate() invert(27%) sepia(68%) saturate(4194%) hue-rotate(349deg) brightness(104%) contrast(103%);
}

.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: 768px) {
  .navbar {
    will-change: width, padding;
    transition: width .6s, padding .4s;
    position: sticky;
    top: 0;
    left: 0;
  }

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

  .navbar--expanded .navbar__logo-box .navbar__logo, .navbar--expanded .navbar__logo-box .navbar__arrow {
    animation: .4s show-text;
    display: inline;
  }

  .navbar--expanded .navbar__link--main-page {
    transition: all .6s;
  }

  .navbar--expanded .navbar__link-text {
    transform-origin: 0;
    animation: .4s show-text;
    display: inline;
  }

  .navbar--collapsed {
    width: 90px;
    padding: 24px 15px;
  }

  .navbar--collapsed .navbar__logo-box {
    height: 48px;
  }

  .navbar--collapsed .navbar__logo-box button {
    background: none;
  }

  .navbar--collapsed .navbar__logo {
    transition: all .4s;
    position: absolute;
    transform: scale(0);
  }

  .navbar--collapsed .navbar__arrow {
    width: 100%;
    animation: .4s show-text;
    display: inline;
    position: relative;
    transform: rotate(-180deg);
  }

  .navbar--collapsed .navbar__link {
    justify-content: center;
  }

  .navbar--collapsed .navbar__link--main-page {
    justify-content: center;
    padding: 0;
    transition: all .6s;
  }

  .navbar--collapsed .navbar__navigation-box {
    width: 100%;
  }

  .navbar--collapsed .navbar__link-text {
    transition: all .1s;
    display: none;
    transform: translateY(100px)scale(0);
  }
}

@media (max-width: 768px) {
  .navbar {
    z-index: 999;
    will-change: transform;
    width: 300px;
    transition: transform .2s;
    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);
  }
}

.navbar-overlay {
  display: none;
}

@media (max-width: 768px) {
  .navbar-overlay {
    z-index: 901;
    pointer-events: none;
    opacity: 0;
    will-change: opacity, z-index;
    background-color: #00000073;
    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;
  }
}

.mobile-menu {
  z-index: 100;
  background-color: #fff;
  border-top: 1px solid #e0e0e0;
  justify-content: space-evenly;
  align-items: center;
  height: 60px;
  display: none;
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
}

.mobile-menu__link {
  color: #a0aec0;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
  position: relative;
}

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

.mobile-menu__link--active {
  color: #111827;
}

.mobile-menu__link--active .mobile-menu__link-icon {
  filter: brightness(0) saturate() invert(27%) sepia(68%) saturate(4194%) hue-rotate(349deg) brightness(104%) contrast(103%);
}

.mobile-menu__button-icon {
  margin: 10px;
  transform: translateY(-5px);
  color: #c4c5c8 !important;
}

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

.mobile-menu__link-badge {
  color: #fff;
  text-align: center;
  pointer-events: none;
  background-color: #ff2e1f;
  border-radius: 100px;
  width: max-content;
  min-width: 16px;
  height: 16px;
  padding: 0 5px;
  font-weight: 500;
  line-height: 16px;
  position: absolute;
  top: -6px;
  right: -6px;
}

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

