:root {
  --ant-primary-color: #2b66ff;
  --ant-primary-color-hover: #2b66ff;
  --ant-primary-color-active: #2b66ff;
  --ant-primary-color-focus: #2b66ff;
}

body {
  margin: 0;
  font-family: system-ui, Segoe UI, Roboto, Arial;
  background: #eef2f4;
  color: #222;
}

.wrap {
  padding: 20px;
}

.card {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
  max-width: 100%;
  margin: 0 auto;
}

.row {
  margin: 10px 0;
}

.label {
  font-weight: 600;
  margin-right: 8px;
}

.status {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 8px;
  background: #eef;
}

.err {
  color: #b00;
}

.muted {
  color: #666;
}

button {
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid #d5d7e0;
  background: #fff;
  cursor: pointer;
}

button.primary {
  background: #2b66ff;
  color: #fff;
  border-color: #2b66ff;
}

button.ghost {
  background: #fff;
  border-color: #d5d7e0;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

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

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

.username {
  font-weight: 600;
  white-space: nowrap;
  max-width: 45ch;
  overflow: hidden;
  text-overflow: ellipsis;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  padding: 2px 8px;
  border: 1px dashed #ccd;
  border-radius: 999px;
  color: #555;
}

.badge.off {
  color: #777;
  border-color: #ddd;
}

.dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.dot.ok {
  background: #22c55e;
}

.dot.off {
  background: #9aa0a6;
}

.icon-btn {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d5d7e0;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
}

.icon-btn:hover {
  background: #f2f4ff;
  border-color: #2b66ff;
}

.icon-btn[disabled] {
  opacity: .5;
  cursor: not-allowed;
}

.icon-btn svg {
  width: 18px;
  height: 18px;
}

.icon-btn-sm {
  width: 28px;
  height: 28px;
  border-radius: 8px;
}

.skeleton {
  display: inline-block;
  height: 14px;
  width: 140px;
  background: linear-gradient(90deg, #eee, #f5f6fb, #eee);
  border-radius: 6px;
  animation: sh 1.2s infinite;
  vertical-align: middle;
}

@keyframes sh {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 140px 0;
  }
}

.ant-form-item-label {
  width: 100%;
  text-align-last: left;
}

.bankOrders__QUMoP {
  --info-col-width: 170px;
  --statuses-col-width: calc(100% - var(--info-col-width));
}

@media screen and (max-width: 1140px) {
  .bankOrders__QUMoP {
    /* --info-col-width: 0; */
  }
}

.statusesWrapper__LWDna {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.statusesWrapper__LWDna>div:first-child {
  max-width: var(--info-col-width);
  width: 100%;
}

@media screen and (max-width: 1140px) {
  .statusesWrapper__LWDna>div:first-child {
    display: none;
  }
}

.statusesWrapper__LWDna .cartsTitles__mH40S {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  flex-grow: 1;
}

.statusesWrapper__LWDna .cartsTitles__mH40S>div {
  font-size: 12px;
  text-align: center;
  font-weight: 500;
  width: var(--statuses-col-width);
}

.progress__SX7Fa {
  margin-top: 1px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 1px;
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 16px;
  overflow: hidden;
}

.cart__c5J9x {
  width: var(--statuses-col-width);
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  cursor: default;
}

.cart__c5J9x:first-of-type {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.agent__DTSUw .bank__fAyt6 .client__PX4Ng {
  background-color: transparent;
}

.cart__c5J9x.active__ZzuaI.agent__DTSUw {
  background-color: #5e4bd8;
}

.cart__c5J9x.active__ZzuaI.bank__fAyt6 {
  background-color: #9a3fd5;
}

.cart__c5J9x.active__ZzuaI.client__PX4Ng {
  background-color: #408ad2;
}

.cart__c5J9x.active__ZzuaI.lastActive__pLLNX {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.cart__c5J9x .side__oF30w {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: #fff;
}

.bankRow__O9eqW {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
  margin-bottom: 16px;
  min-height: 50px;
}

@media screen and (max-width: 1140px) {
  .bankRow__O9eqW {
    display: block;
  }
}

.infoCol__AkocL {
  max-width: var(--info-col-width);
  width: 100%;
}

@media screen and (max-width: 1140px) {
  .infoCol__AkocL {
    margin-bottom: 8px;
  }
}

.progressCol__J2Iop {
  flex-grow: 1;
}

.commentCol__gAT4W {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 24px;
}

.commentsBtn__xt2va {
  line-height: 1;
  padding: 2px 4px;
}

.bankName__xJQvk {
  font-weight: 500;
  font-size: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}

.bankName__xJQvk .markers__fEvWN {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}

.bankName__xJQvk .markers__fEvWN img {
  width: 23px;
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
}

.taskLink___W5UH {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  color: var(--ant-primary-color);
  width: max-content;
  text-decoration: underline;
}

.taskLink___W5UH .linkIcon__QbtDm {
  margin-top: 4px;
  rotate: 45deg;
  transform-origin: center;
  transition: rotate 0.2s ease-in-out;
}

.taskLink___W5UH:hover {
  color: var(--ant-primary-color-active);
}

.taskLink___W5UH:hover .linkIcon__QbtDm {
  rotate: 90deg;
}

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

.extTaskUrl__RglT0 {
  margin-left: auto;
}

.complete__yeFEl {
  --text-color: inherit;
  --bg-color: inherit;

  width: 100%;
  height: 25px;
  border-radius: 16px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.3em;
  color: var(--text-color);
  background-color: var(--bg-color);
  text-align: center;
}

.rejected__NQHxS {
  --text-color: #dc3545;
  --bg-color: #fff1f0;
}

.issued__MdvoA {
  --text-color: #28a745;
  --bg-color: #b7eb8f;
}
.commentsList__wVISi {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.commentGroup__vVeFg {
  display: flex;
  flex-direction: column;
  max-width: 100%;
}

.commentGroup__vVeFg.agent__cOW0m {
  margin-right: auto;
  align-items: flex-start;
}

.commentGroup__vVeFg.other__QJ2XB {
  margin-right: auto;
  align-items: flex-start;
}

.author__Z1gOq {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #666;
}

.bubble__UOT4E {
  background-color: #f1f1f1;
  border-radius: 14px;
  padding: 10px 12px;
  position: relative;
  word-break: break-word;
  width: 100%;
}

.commentGroup__vVeFg.agent__cOW0m .bubble__UOT4E {
  background-color: #d4f8d4;
}

.msgBlock__mMUNM + .msgBlock__mMUNM {
  border-top: 1px dashed rgba(0,0,0,0.08);
  margin-top: 8px;
  padding-top: 8px;
}

.message__DTcpe {
  font-size: 14px;
  white-space: pre-wrap;
  line-height: 1.45;
}

.metaRow__G4eFr {
  display: flex;
  justify-content: flex-end;
  margin-top: 4px;
}

.metaTime__xGAVo {
  font-size: 11px;
  color: #888;
}

.empty__q351J {
  text-align: center;
  color: #888;
  padding: 8px 0;
}

/* Кнопка "Посмотреть все" для компактного режима */
.viewAllRow__Dl6MZ {
  display: flex;
  justify-content: center;
}

.grid__iWtBh {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.card__WhFhv {
  width: 160px;
  cursor: pointer;
  user-select: none;
  transition: all 0.2s ease;
}

.card__WhFhv.inactive__I4S4D {
  opacity: 0.6;
  border: 1px solid #d9d9d9;
}

.card__WhFhv.active__Wasmp {
  opacity: 1;
  border: 1px solid #2b66ff;
  /* яркая синяя граница */
  box-shadow: 0 0 6px rgba(43, 102, 255, 0.3);
}

.checkIcon__O5xgL {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #2b66ff;
}

.footer__2uqwx {
  margin-top: 8px;
  text-align: right;
}

.bankDisabled__Y3pIq {
  cursor: not-allowed;
  opacity: 0.6;
  background: #d9d9d9;
}

.buh-report .cell {
  padding: 6px;
}
.buh-report .cell:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: none;
}
.buh-report .cell.summary, .buh-report .cell.report {
  text-align: right;
}
.buh-report .cell.code {
  align-content: center;
  text-align: center;
}
.buh-report .buh-table-header {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: minmax(250px, 1.5fr) 50px repeat(auto-fit, minmax(0, 1fr));
  border: 1px solid rgba(0, 0, 0, 0.06);
  background-color: #f8f9fa;
  position: sticky;
  top: 0;
  font-weight: 500;
  z-index: 99;
}
.buh-report .buh-table-header > div:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.06);
}
.buh-report .buh-table-content .table-row {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: minmax(250px, 1.5fr) 50px repeat(auto-fit, minmax(0, 1fr));
  border: 1px solid rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 1024px) {
  .buh-report .buh-table-content .table-row {
    grid-template-columns: minmax(160px, 1.5fr) 50px repeat(auto-fit, minmax(0, 1fr));
  }
}
.buh-report .buh-table-content .table-row > label {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  margin: 0;
  outline: 1px solid transparent;
  transition: outline 0.3s ease;
  text-align: right;
}
.buh-report .buh-table-content .table-row > label > *, .buh-report .buh-table-content .table-row > label input {
  text-align: right;
}
.buh-report .buh-table-content .table-row > label:hover {
  outline: 1px solid var(--ant-primary-2);
}
.buh-report .buh-table-content .table-row > label input {
  width: 100%;
  opacity: 0;
  position: absolute;
  inset: 0;
  cursor: pointer;
  outline: none;
  border: none;
  padding-inline: 6px;
  -moz-appearance: textfield;
}
.buh-report .buh-table-content .table-row > label input::-webkit-outer-spin-button, .buh-report .buh-table-content .table-row > label input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.buh-report .buh-table-content .table-row > label input:focus-visible {
  cursor: text;
  opacity: 1;
}
.buh-report .buh-table-content .table-row.full {
  grid-template-columns: 1fr;
}
.buh-report .buh-table-content .table-row.bold {
  font-weight: 500;
}

.common-ui-components-action{width:24px;height:24px;transform:scale(0.85);opacity:.5;cursor:pointer;display:inline-block;vertical-align:top}.common-ui-components-action:hover{transform:scale(1);opacity:1}.common-ui-components-action svg{width:inherit;height:inherit;fill:#2a302a;display:block}
@keyframes lds-ring{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.common-ui-components-loader{width:24px;height:24px;display:inline-block;position:relative}.common-ui-components-loader>div{width:16px;height:16px;margin:4px;border:2px solid green;border-color:green rgba(0,0,0,0) rgba(0,0,0,0);border-radius:50%;position:absolute;box-sizing:border-box;display:block;animation:lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite}.common-ui-components-loader>div:nth-child(1){animation-delay:-0.45s}.common-ui-components-loader>div:nth-child(2){animation-delay:-0.3s}.common-ui-components-loader>div:nth-child(3){animation-delay:-0.15s}
.common-ui-components-status{display:flex;justify-content:center;align-items:center;font-size:25px;min-height:32px}.common-ui-components-status>div{padding-right:4px;color:#888;font-size:14px}
.common-ui-components-sign{min-height:auto;margin-right:0;white-space:nowrap}.common-ui-components-sign__select{width:100%}.common-ui-components-sign__success{margin-left:4px;display:inline-block;vertical-align:top;margin-bottom:-2px}.common-ui-components-sign__checkbox{margin-left:4px;display:inline-block;vertical-align:middle}.common-ui-components-sign__edit{display:flex;justify-content:center;align-items:center;gap:6px}.common-ui-components-sign__edit_disabled{opacity:.5 !important;cursor:not-allowed !important}.common-ui-components-sign__edit_disabled:hover{transform:scale(0.85);opacity:.5}.common-ui-components-sign__edit_hidden{visibility:hidden}.common-ui-components-sign__edit:hover{color:var(--ant-primary-color) !important;border-color:var(--ant-primary-color) !important}.common-ui-components-sign__edit:hover span{color:inherit}.common-ui-components-sign__edit:hover svg{fill:var(--ant-primary-color)}.common-ui-components-sign__edit svg{width:18px;margin-left:-4px;margin-right:4px;transition:fill 300ms cubic-bezier(0.645, 0.045, 0.355, 1)}.common-ui-components-sign__edit_isMass svg{fill:#fff}.common-ui-components-sign__edit_isMass:hover{color:#fff !important;border-color:var(--ant-primary-color) !important}.common-ui-components-sign__edit_isMass:hover span{color:inherit}.common-ui-components-sign__edit_isMass:hover svg{fill:#fff}.common-ui-components-sign .ant-modal-content{min-width:540px}
/* глобальный таргет на классы Ant Design */
.container__dGWtK .ant-tabs>.ant-tabs-nav .ant-tabs-nav-wrap {
  position: fixed;
  background: #fff;
  z-index: 997;
  left: 20px;
  right: 20px;
  top: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px;
  padding: 0 20px;
}

.buttons__zq_a3 {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 998;
  padding: 0 16px;
  display: flex;
  align-items: center;
  height: 38px;
  margin-right: 20px;
}

.content__PablB {
  margin-top: 28px;
}

/* Переопределяем sticky-хэдер для бух отчётности */

.container__dGWtK .buh-report .buh-table-header {
  top: 44px;
}

.cardsRow__szCV_ {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}

.cardStretch__Z3uWu {
  flex: 1;
  display: flex;
}

.cardStretch__Z3uWu .ant-card-body__mGkYv {
  display: flex;
  flex-direction: column;
}

/* На экранах меньше 1080px — карточки в колонку и на всю ширину */
@media (max-width: 1080px) {
  .cardsRow__szCV_ {
    flex-direction: column;
    gap: 0; /* убираем gap, чтобы контролировать отступы через margin */
  }

  .cardStretch__Z3uWu {
    width: 100%;
    margin-bottom: 16px;
  }

  .cardStretch__Z3uWu:last-child {
    margin-bottom: 0; /* убираем отступ у последней карточки */
  }
}

/* Контейнер списка: вертикальная колонка, элементы не растягиваются */
.list___f0no {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* не тянем детей на всю ширину */
  gap: 8px;               /* расстояние между кнопками */
}

/* Кнопка-строка: ширина по содержимому */
.rowButton__vgXSN {
  display: inline-flex;
  align-items: center;
  gap: 12px;

  padding: 10px 12px;
  min-height: 44px;              /* удобно для курсора/тача */
  background: none;
  border: 0;
  text-align: left;
  cursor: pointer;

  border-radius: 10px;
  transition:
    background 0.15s ease,
    box-shadow 0.15s ease,
    transform 0.05s ease;
}

/* Состояния */
.rowButton__vgXSN:hover:not(:disabled) {
  background: #fafafa;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.rowButton__vgXSN:active:not(:disabled) {
  transform: translateY(0.5px);
}

.rowButton__vgXSN:focus-visible {
  outline: 2px solid rgba(22, 119, 255, 0.35);
  outline-offset: 2px;
}

.rowButton__vgXSN:disabled {
  cursor: not-allowed;
  opacity: 0.75;
}

/* Левая часть: имя + размер (не растягиваем) */
.left__UuGyU {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Имя файла: аккуратное обрезание при малых контейнерах */
.name__EgW9M {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Размер: стабильная ширина цифр */
.size__UJ0NM {
  flex-shrink: 0;
  font-variant-numeric: tabular-nums;
}

/* Иконка: просто после размера, чуть отступа */
.right__ThKpc {
  display: flex;
  align-items: center;
  margin-left: 4px;
}


/*# sourceMappingURL=main.83dd8b99f621780db219.css.map*/