

/* Start:/local/templates/site_zabotix_auth/styles/normalize.css?17621911216138*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* End */


/* Start:/local/templates/site_zabotix_auth/styles/main.css?17621911203117*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400&display=swap");

@import "/local/templates/site_zabotix_auth/styles/normalize.css";
@import "/local/templates/site_zabotix_auth/styles/tokens.css";
@import "/local/templates/site_zabotix_auth/styles/layout.css";
@import "/local/templates/site_zabotix_auth/styles/buttons.css";
@import "/local/templates/site_zabotix_auth/styles/typography.css";
@import "/local/templates/site_zabotix_auth/styles/checkbox.css";
@import "/local/templates/site_zabotix_auth/styles/table.css";
@import "/local/templates/site_zabotix_auth/styles/input.css";
@import "/local/templates/site_zabotix_auth/styles/pagination.css";
@import "/local/templates/site_zabotix_auth/styles/form.css";

/* Базовые стили */
html {
  font-size: 16px; /* Базовый размер для расчета rem */
}

html,
body {
  position: relative;
  height: 100%;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--font-family-base);
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  color: var(--color-secondary);
}

h1 {
  margin: 0;
}

a {
  color: var(--color-additional);
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.logo {
  background: url(/local/templates/site_zabotix_auth/styles/../images/logo.svg) no-repeat center center;
  width: 8.3125rem; /* 133px */
  height: 2.125rem; /* 34px */
  background-size: contain; /* Добавим, чтобы лого не обрезалось */
}

/* Утилиты */
.container {
  max-width: 75rem; /* 1200px */
  margin: 0 auto;
  padding: 0 var(--spacing-md);
}

.content-area {
  flex-grow: 1; /* Занимает оставшееся пространство */
  display: flex;
  flex-direction: column;
}

/* Адаптивность (пример): скрываем сайдбар на маленьких экранах */
@media (max-width: var(--breakpoint-md)) {
  .content-area {
    padding: var(--spacing-lg);
  }
}

/* Медиа запросы */
@media (min-width: var(--breakpoint-sm)) {
  /* Стили для sm */
}

@media (min-width: var(--breakpoint-md)) {
  /* Стили для md */
}

@media (min-width: var(--breakpoint-lg)) {
  /* Стили для lg */
}

@media (min-width: var(--breakpoint-xl)) {
  /* Стили для xl */
}

/* --- Медиа-запрос для изменения базового шрифта --- */
@media (max-width: 1440px) {
  html {
    font-size: 14px; /* Устанавливаем новую базу для расчета rem на экранах <= 1440px */
  }
}

/* Стили для заголовка секции */
.section-header {
  padding: var(--spacing-lg) var(--spacing-xl);
}

.section-content {
  flex-grow: 1;
  overflow: auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.section-header h2 {
  font-size: var(--font-size-lg);
  color: var(--color-text-primary-dark);
  margin: 0;
  font-weight: var(--font-weight-bold);
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
    max-height: 0;
  }
  to {
    opacity: 1;
    transform: translateY(0);
    max-height: 300px; /* Достаточно большое значение, чтобы вместить контент */
  }
}

/* End */


/* Start:/local/templates/site_zabotix_auth/styles/layout.css?1762191120327*/
.row {
  display: flex;
  flex-direction: row;
}

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

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

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

.gap-sm {
  gap: var(--spacing-sm);
}

.gap-md {
  gap: var(--spacing-md);
}

/* End */


/* Start:/local/templates/site_zabotix_auth/styles/typography.css?1762191122332*/
.text-lg {
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-bold);
  line-height: 1.16;
}

.text-m {
  font-size: var(--font-size-m);
  font-weight: var(--font-weight-regular);
}

.text-s {
  font-size: var(--font-size-s);
  font-weight: var(--font-weight-regular);
}

.text-white {
  color: var(--color-white);
}

/* End */


/* Start:/local/templates/site_zabotix_auth/styles/buttons.css?17621911191471*/
/* --- Стили для кнопок --- */

/* Кнопки */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: var(--spacing-sm) var(--spacing-md);
  color: white;
  white-space: nowrap;
  text-align: center;
  height: 36px;
  border: none;
  border-radius: var(--border-radius-sm);
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-medium);
  cursor: pointer;
  transition: background-color var(--transition-base);
  line-height: 1;
}

.button-auto {
  width: auto;
}

.button-secondary {
  background: none;
  color: var(--color-secondary);
  border: 2px solid var(--color-border-button-outline);
  --color-accent: var(--color-light-dark);
  font-weight: var(--font-weight-medium);
  line-height: initial;
}

.button-orange {
  background-color: var(--color-orange);
  --color-accent: var(--color-orange-dark);
}

.button-clear {
  border: none;
  background: none;
}

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

.button:disabled {
  filter: brightness(0.5);
  pointer-events: none;
}

.button-icon {
  cursor: pointer;
  border: none;
  background: none;
  width: 1.5rem; /* 20px - Примерный размер, уточнить */
  height: 1.5rem; /* 20px */
}

.button-icon:hover {
  background-color: var(--color-light-dark, rgba(34, 43, 75, 0.1));
}

/* Можно добавить другие стили кнопок (primary, secondary) если нужно */

/* End */


/* Start:/local/templates/site_zabotix_auth/styles/input.css?17621911202509*/
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"] {
  padding: var(--spacing-m);
  border: 1px solid var(--color-gray-light);
  border-radius: var(--border-radius-sm);
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-regular);
}

input::placeholder {
  font-size: var(--font-size-xs);
  color: var(--color-gray);
}

@media (max-height: 700px) {
  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="number"],
  input[type="tel"] {
    padding: var(--spacing-sm);
  }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type="number"] {
  -moz-appearance: textfield; /* Firefox */
}

input:focus-visible {
  outline-color: var(--color-orange);
}

/* --- Стили для выпадающих списков --- */

.dropdown-group {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
  text-align: left;
}

.dropdown-label {
  font-family: var(--font-family-base);
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-xs); /* 13px */
  color: var(--color-secondary); /* #333333 */
}

.dropdown-wrapper {
  position: relative;
  display: inline-block; /* Чтобы ширина была по контенту */
}

.dropdown-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border: 1px solid var(--color-gray-light); /* #E2E5EC */
  border-radius: var(--border-radius-sm);
  padding: var(--spacing-sm) var(--spacing-xl) var(--spacing-sm)
    var(--spacing-m); /* Отступы внутри select */
  font-family: var(--font-family-base);
  font-size: var(--font-size-xs); /* 13px */
  color: var(--color-secondary);
  cursor: pointer;
  min-width: 200px; /* Примерная минимальная ширина */
  line-height: 1.5; /* Примерно */
}

.dropdown-select.dropdown-select-full-width {
  width: 100%;
}

.dropdown-select:focus {
  outline: none;
  box-shadow: 0 0 0 1px var(--color-orange);
}

.dropdown-arrow {
  position: absolute;
  top: 50%;
  right: var(--spacing-m);
  transform: translateY(-50%);
  pointer-events: none; /* Чтобы не мешала клику по select */
  color: var(--color-gray-2); /* Цвет стрелки */
  font-size: var(--font-size-xs);
}

/* End */


/* Start:/local/templates/site_zabotix_auth/styles/form.css?17621911201048*/
.form-group label {
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-xs);
}

.form-header {
  margin-bottom: 1.375rem; /* 22px */
}

.form-content {
  max-width: 22.5rem; /* 360px */
  margin: 0 auto;
}

.form-group {
  margin-bottom: var(--spacing-lg);
  text-align: left;
}

.form-footer {
  margin-top: var(--spacing-lg);
  text-align: center;
  font-size: var(--font-size-xs);
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="password"],
.form-group input[type="number"],
.form-group input[type="tel"] {
  width: 100%;
}

.checkbox-group {
  display: flex;
  /* align-items: center; */
  gap: var(--spacing-sm);
}

/* --- Медиа-запрос для адаптации формы по высоте --- */
@media (max-height: 700px) {
  .form-group {
    margin-bottom: var(--spacing-m);
  }
}

.validation-error {
  color: var(--color-error);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.25rem;
  letter-spacing: -0.11px;
}

/* End */


/* Start:/local/templates/site_zabotix_auth/styles/checkbox.css?1762191120966*/
/* Сброс стандартного оформления чекбокса */
input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkbox-custom {
  position: relative;
  appearance: none;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid var(--color-gray-light);
  border-radius: 4px;
  background-color: var(--color-white);
  cursor: pointer;
  flex-shrink: 0;
}

input[type="checkbox"]:checked + .checkbox-custom {
  background-color: var(--color-orange);
  border-color: var(--color-orange);
}

input[type="checkbox"]:checked + .checkbox-custom::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")
    center center no-repeat;
}

/* End */


/* Start:/local/templates/site_zabotix_auth/styles/modal.css?17621911204137*/
:root {
  /* Можно использовать переменные из main.css, если они там есть */
  --modal-success-color: #4caf50; /* Пример цвета успеха */
  --modal-error-color: #f44336; /* Пример цвета ошибки */
  --modal-background-color: #ffffff;
  --modal-text-color: var(--color-secondary, #333333);
  --modal-border-radius: var(--border-radius-md); /* Используем токен */
  --modal-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
  --modal-max-width: 28.125rem; /* 450px */
  --modal-padding: var(--spacing-xl);
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 43, 75, 0.43); /* Цвет фона подложки */
  backdrop-filter: blur(4px); /* Размытие фона */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000; /* Убедимся, что модалка поверх всего */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Показываем оверлей, когда модалка видима (через v-if в Vue) */
.modal-overlay:has(.modal-content) {
  opacity: 1;
  visibility: visible;
}

.modal-content {
  background-color: var(--modal-background-color);
  padding: var(--modal-padding);
  border-radius: var(--modal-border-radius);
  box-shadow: var(--modal-box-shadow);
  max-width: var(--modal-max-width);
  width: 90%;
  position: relative;
  text-align: center;
  transform: scale(0.95);
  transition: transform 0.3s ease;
}

/* Анимация появления контента */
.modal-overlay:has(.modal-content) .modal-content {
  transform: scale(1);
}

.modal-close {
  position: absolute;
  top: 0.625rem; /* 10px */
  right: 0.9375rem; /* 15px */
  background: none;
  border: none;
  font-size: 1.5rem; /* 24px */
  line-height: 1;
  color: var(--color-gray, #9e9e9e);
  cursor: pointer;
  padding: 0.3125rem; /* 5px */
}

.modal-close:hover {
  color: var(--modal-text-color);
}

.modal-icon {
  margin-bottom: var(--spacing-md);
  line-height: 1; /* Сохраняем для выравнивания */
  height: 3rem; /* 48px */
  display: flex; /* Используем flex для центрирования */
  align-items: center;
  justify-content: center;
}

/* Убираем font-size, задаем размеры для img */
.modal-icon img,
.modal-icon span {
  /* Применяем и к span ошибки для единообразия */
  display: inline-block;
  width: 3rem; /* 48px */
  height: 3rem; /* 48px */
  vertical-align: middle;
}

.modal-icon span.icon-error {
  font-size: 3rem; /* 48px */
  line-height: 3rem; /* 48px */
  color: var(--modal-error-color);
}

.modal-icon .icon-success {
  /* color больше не нужен для SVG */
}

.modal-icon .icon-error {
  color: var(--modal-error-color); /* Оставляем цвет для символа ошибки */
}

/* Дополнительные стили для соответствия Figma, если нужны */
.modal-success .modal-icon .icon-success {
  /* специфичные стили для иконки успеха */
}

.modal-error .modal-icon .icon-error {
  /* специфичные стили для иконки ошибки */
}

.modal-title {
  font-size: var(--font-size-lg, 20px); /* Используем переменную, если есть */
  font-weight: var(--font-weight-medium, 500);
  color: var(--modal-text-color);
  margin-bottom: var(--spacing-sm, 8px);
  margin-top: 0; /* Убираем верхний отступ у h3 */
}

.modal-message {
  font-size: var(--font-size-base, 16px);
  color: var(--modal-text-color);
  margin-bottom: var(--spacing-lg, 20px);
  line-height: 1.5;
}

.modal-confirm {
  /* Стили для кнопки подтверждения, если нужны специфичные */
  /* Например, минимальная ширина или отступы */
  margin: 0 auto; /* Центрируем кнопку, если она одна */
  display: block;
}

/* End */


/* Start:/local/templates/site_zabotix_auth/styles/table.css?17621911221291*/
/* --- Стили для таблиц --- */

table {
  width: 100%;
  border-collapse: collapse;
}

table td:first-child,
table th:first-child {
  padding-left: var(--spacing-xl);
}

table th,
table td {
  padding: var(--spacing-m); /* Отступ между колонками */
  padding-left: 0;
  font-size: var(--font-size-m);
  white-space: nowrap;
}

table td {
  padding: var(--spacing-lg); /* Отступ между колонками */
  padding-left: 0;
}

thead tr {
  border-bottom: 1px solid var(--color-light-dark);
  font-weight: var(--font-weight-bold);
  color: var(--color-gray); /* #9E9E9E */
  text-align: left;
}

thead th {
  color: var(--color-gray);
  font-size: var(--font-size-xs); /* 12px */
  font-weight: var(--font-weight-medium);
}

tbody tr {
  border-bottom: 1px solid var(--color-light-dark);
}

tbody th {
  padding-right: var(--spacing-m); /* Отступ между колонками */
  font-family: var(--font-family-base);
  color: var(--color-text-primary-dark); /* #333333 */
  font-size: var(--font-size-s); /* 14px */
  line-height: var(--line-height-base);
}

tbody td {
  color: var(--color-text-primary-dark);
}

.table-container {
  border-radius: var(--border-radius-sm);
  overflow: auto;
}

.col-no-wrap {
  white-space: initial;
}

/* End */


/* Start:/local/templates/site_zabotix_auth/styles/tabs.css?17621911221885*/
/* --- Стили для табов --- */

.tabs-container {
  border-bottom: 1px solid var(--color-light-dark); /* Линия под табами */
  padding: 0 var(--spacing-xl);
}

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

.tab-item {
  margin-right: var(--spacing-xl); /* Отступ между табами */
}

.tab-link {
  display: inline-block; /* Или flex для иконки/badge */
  padding: var(--spacing-m) 0; /* Отступ снизу для высоты и линии */
  font-family: var(--font-family-base);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-m); /* 16px */
  color: var(--color-text-primary-dark);
  text-decoration: none;
  position: relative; /* Для активной линии */
  border-bottom: 3px solid transparent; /* Скрытая линия по умолчанию */
  transition: color var(--transition-fast), border-color var(--transition-fast);
}

.tab-link:hover {
  color: var(--color-primary); /* Цвет при наведении */
}

.tab-item.active .tab-link {
  border-bottom-color: var(--color-orange); /* Показываем линию */
}

.tab-badge {
  display: inline-block;
  background-color: var(--color-accent-blue);
  color: var(--color-white);
  font-size: var(--font-size-xs); /* 12px */
  line-height: calc(var(--font-size-xs) * 1.2);
  font-weight: var(--font-weight-medium);
  /* Горизонтальные отступы */
  /* Примерно, чтобы выровнять по высоте */
  border-radius: var(--border-radius-round); /* Круглый badge */
  margin-left: var(--spacing-sm); /* Отступ от текста таба */
  width: 1rem; /* Минимальная ширина, чтобы был круглым даже с 1 цифрой */
  height: 1rem;
  text-align: center;
  transform: translateY(-1px);
}

/* End */


/* Start:/local/templates/site_zabotix_auth/styles/pagination.css?1762191121565*/
/* --- Стили для пагинации --- */
.pagination {
  display: flex;
  gap: var(--spacing-m);
}

.pagination-container {
  padding: var(--spacing-xl);
}

.pagination li {
  color: var(--color-text-primary-dark);
  text-align: center;
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: var(--font-weight-regular);
  line-height: 32px;
  width: 34px;
  height: 34px;
}

.pagination li.active {
  border-radius: 50%;
  border: 1px solid var(--color-primary);
}

.pagination li:hover {
  cursor: pointer;
  color: var(--color-orange);
}

/* End */


/* Start:/local/templates/site_zabotix_auth/styles/navbar.css?176219112012166*/
/* --- Стили для верхнего Navbar --- */

.top-navbar {
  position: fixed; /* Фиксируем навбар вверху */
  top: 0;
  left: 0;
  width: 100%;
  height: 3.25rem; /* Высота навбара - уточнить по дизайну */
  background-color: var(--color-white, #fff);
  box-shadow: var(
    --shadow-sm,
    0 2px 4px rgba(0, 0, 0, 0.1)
  ); /* Тень под навбаром */
  padding: 0 var(--spacing-xl); /* Горизонтальные отступы */
  z-index: 900; /* Ниже, чем у модалки, но выше контента */
  display: flex;
  align-items: center;
}

.navbar-container {
  display: flex;
  justify-content: space-between; /* Разносим левую и правую часть */
  align-items: center;
  width: 100%;
  height: 52px; /* Высота навбара - уточнить по дизайну */
  flex-shrink: 0;
  border-bottom: 1px solid var(--color-light-dark);
  padding: 0 var(--spacing-lg);
}

.navbar-left {
  /* Стили для левой части, если она будет */
}

.navbar-right {
  display: flex;
  align-items: center;
  gap: var(--spacing-lg); /* Отступы между группами элементов справа */
}

/* --- Кнопки действий --- */
.navbar-actions {
  display: flex;
  align-items: center;
  gap: var(--spacing-md); /* Отступ между кнопками */
}

/* --- Профиль пользователя --- */
.navbar-user-profile {
  display: flex;
  align-items: center;
  gap: var(--spacing-m);
  padding-left: var(--spacing-xs); /* Отступ слева, если нужно отделить */
  position: relative; /* Для позиционирования выпадающего меню */
}

.avatar-placeholder {
  width: 36px;
  height: 36px;
  background-color: var(--color-gray-light, #e2e5ec);
  border-radius: 50%;
  /* Здесь можно добавить фоновое изображение аватара */
}

.user-info {
  display: flex;
  align-items: center;
  gap: var(--spacing-xs);
  cursor: pointer;
}

.user-name {
  font-family: "Poppins", sans-serif; /* Применяем Poppins */
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-s);
  color: var(--color-gray-2);
}

.user-role {
  font-size: var(--font-size-xs);
  color: var(--color-gray);
}

.user-avatar {
  width: 1.875rem;
  height: 1.875rem;
  flex-shrink: 0;
}

.navbar-user-profile {
  cursor: pointer;
}

.navbar-user-profile .dropdown-btn {
  margin-left: var(--spacing-xs);
}

/* Стили для стрелки выпадающего меню */
.navbar-user-profile .dropdown-arrow {
  width: 0.8rem; /* 12.8px - Примерный размер */
  height: 0.8rem; /* 12.8px */
}

.user-dropdown {
  /* display: none;  Убираем это, v-show должен справляться */
  position: absolute;
  top: calc(100% + 0.25rem); /* Отступ сверху 4px (0.25rem) */
  right: 0;
  width: 13.125rem; /* 210px */
  background-color: #ffffff; /* Белый фон из Figma */
  border-radius: 0.3125rem; /* 5px */
  box-shadow: 0rem 1rem 3.75rem rgba(0, 0, 0, 0.06); /* Тень из Figma: 0px 16px 60px 0px rgba(0, 0, 0, 0.06) */
  z-index: 950;
  overflow: hidden;
  transform-origin: top center;
  /* Начальные состояния для анимации (когда v-show=false, Vue добавит display:none) */
  /* Когда v-show=true, эти стили будут базовыми, а анимация применится при появлении */
  opacity: 0;
  max-height: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease, max-height 0.3s ease; /* Плавный переход для скрытия */
}

/* Стили для активного состояния, управляемого v-show */
.user-dropdown[style*="display: none;"] + .user-dropdown {
  /* Этот селектор не сработает как ожидается для v-show */
  /* Вместо этого, Vue управляет display, а мы управляем анимацией при изменении display */
}

/* Мы будем полагаться на то, что v-show уберет display:none, и тогда сработает анимация */
/* Для случая, когда элемент появляется (v-show становится true и display перестает быть none) */
/* Нам нужно применить анимацию. Однако, прямое применение анимации на .user-dropdown[style*="display: block;"] */
/* не всегда надежно, т.к. Vue может менять display. */
/* Вместо этого, мы задаем начальные состояния (opacity:0, max-height:0) и transition. */
/* Анимация 'slideDown' будет запускаться через JS, если потребуется более сложный контроль */
/* или через добавление класса. */

/* Более простой подход с v-show: задаем начальные стили для скрытого состояния, */
/* и конечные стили для видимого, Vue управляет display, а transition делает все плавно. */
/* Если v-show делает элемент видимым (убирает display:none), применяем эти стили: */
.user-dropdown:not([style*="display: none"]) {
  opacity: 1;
  max-height: 300px; /* Или другое достаточное значение */
  transform: translateY(0);
  animation: slideDown 0.3s ease forwards; /* Применяем анимацию при появлении */
}

.user-dropdown-header {
  display: flex;
  align-items: center;
  padding: 0.3125rem 0.5rem; /* 5px 8px - соответствует Figma (Frame 22 -> padding 5px 8px) */
  gap: 0.5rem; /* 8px - соответствует Figma */
}

.user-dropdown-avatar {
  width: 2rem; /* 32px */
  height: 2rem;
}

.user-dropdown-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.user-dropdown-info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem; /* 4px - соответствует Figma */
}

.user-dropdown-name {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 0.875rem; /* 14px */
  line-height: 1.5; /* Figma: 1.5em */
  color: #757485; /* Цвет из Figma (fill_K8LDMX) */
}

.user-dropdown-email {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 0.75rem; /* 12px */
  line-height: 1.5; /* Figma: 1.5em */
  letter-spacing: 0.0083em; /* Figma: 0.8333333457509676% от 12px ~ 0.1px */
  color: #333333; /* Цвет из Figma (fill_PECHJF) */
}

.user-dropdown-divider {
  height: 0.0625rem; /* 1px */
  background-color: rgba(0, 0, 0, 0.1); /* Цвет разделителя из Figma */
  margin: 0.25rem 0; /* 4px отступы сверху/снизу, как в Figma (Frame 22 -> gap 4px)*/
  width: 100%;
}

.user-dropdown-menu {
  padding: 0.5rem; /* 8px - соответствует Figma (Frame 19 -> padding 8px) */
  list-style: none;
  margin: 0;
}

.user-dropdown-item {
  display: flex;
  align-items: center;
  gap: 0.5rem; /* 8px - соответствует Figma */
  padding: 0 0.4375rem; /* 7px - соответствует Figma (list-item -> padding 0px 7px) */
  height: 2rem; /* 32px */
  border-radius: 0.25rem; /* 4px - для ховера, как было*/
  transition: background-color var(--transition-fast);
}

.user-dropdown-item-icon {
  width: 1.5rem; /* 24px */
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.user-dropdown-item-icon img {
  width: 1rem; /* 16px */
  height: 1rem;
  /* Цвет иконки будет зависеть от самого SVG или дополнительных стилей для SVG */
}

.user-dropdown-item-link {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 0.8125rem; /* 13px */
  line-height: 1.171875; /* Соответствует Figma */
  color: #333333; /* Цвет из Figma (fill_PECHJF) */
  text-decoration: none;
  flex-grow: 1; /* Чтобы ссылка занимала доступное место для клика */
}

.user-dropdown-item:hover {
  background-color: var(
    --color-light-dark,
    rgba(34, 43, 75, 0.05)
  ); /* Оставил существующий ховер*/
}

/* Стили для иконки (если они нужны отдельно) */
.navbar-icon {
  /* width: 24px; */
  /* height: 24px; */
  fill: currentColor; /* Чтобы иконка наследовала цвет текста */
}

/* Стили для контейнера профиля пользователя */
.navbar-user-profile {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative; /* Для позиционирования выпадающего списка */
}

.navbar-user-profile .user-dropdown-icon img {
  transition: transform 0.3s ease; /* Плавный переход для анимации */
}

.navbar-user-profile.user-dropdown-open .user-dropdown-icon img {
  transform: rotate(180deg); /* Поворот на 180 градусов */
}

/* Стили для аватара пользователя */
.user-avatar {
  width: 32px; /* var(--size-avatar-md); */
  height: 32px; /* var(--size-avatar-md); */
}

/* --- Стили для кнопки Партнер --- */
.navbar-partner-profile {
  position: relative; /* Для позиционирования выпадающего списка */
  display: inline-block; /* Чтобы занимал только необходимое место */
}

.navbar-partner-btn {
  /* Светло-серый фон */
  background: rgba(34, 43, 75, 0.1);
  border-radius: var(--border-radius-sm); /* Скругление углов */
  padding: var(--spacing-sm) var(--spacing-m); /* Внутренние отступы */
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: var(--spacing-m);
  font-family: "Poppins", sans-serif;
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-s);
  color: var(--color-text-primary-dark);
  transition: background-color var(--transition-fast);
  border: none;
}

.navbar-partner-btn:hover {
  background-color: var(--color-gray-lighter, #e9ecef);
}

.partner-dropdown-icon img {
  transition: transform 0.3s ease;
}

.navbar-partner-profile.partner-dropdown-open .partner-dropdown-icon img {
  transform: rotate(180deg);
}

/* Стили для выпадающего списка Партнер */
.partner-dropdown {
  position: absolute;
  top: calc(100% + 0.25rem); /* Отступ сверху */
  left: 0;
  min-width: 10rem; /* Минимальная ширина, можно настроить */
  background-color: #ffffff;
  border-radius: 0.3125rem;
  box-shadow: 0rem 1rem 3.75rem rgba(0, 0, 0, 0.06);
  z-index: 940; /* Чуть ниже чем user-dropdown, если они могут пересекаться */
  overflow: hidden;
  opacity: 0;
  max-height: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease, max-height 0.3s ease;
}

.partner-dropdown:not([style*="display: none"]) {
  opacity: 1;
  max-height: 300px; /* Достаточное значение */
  transform: translateY(0);
  /* Можно добавить анимацию, аналогичную user-dropdown, если необходимо */
}

.partner-dropdown-menu {
  padding: 0.5rem;
  list-style: none;
  margin: 0;
}

.partner-dropdown-item {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  transition: background-color var(--transition-fast);
}

.partner-dropdown-item-link {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #333333;
  text-decoration: none;
  flex-grow: 1;
}

.partner-dropdown-item:hover {
  background-color: var(--color-light-dark, rgba(34, 43, 75, 0.05));
}

/* End */


/* Start:/local/templates/site_zabotix_auth/styles/sidebar.css?17621911213582*/
/* --- Стили для макета с сайдбаром --- */

.layout-container {
  display: flex;
  height: 100%;
}

.sidebar {
  background-color: var(
    --color-primary
  ); /* Используем CSS переменную вместо хардкода цвета */
  width: 260px; /* Ширина из Figma (может потребоваться настройка) */
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  /* Добавьте другие базовые стили для .sidebar если нужно */
}

.sidebar-header {
  padding: 20px; /* Примерный отступ, настройте по макету */
}

.logo-container svg {
  display: block;
  /* Убедитесь, что размеры и отступы лого соответствуют макету */
  /* Не меняем сам SVG логотип по запросу */
}

.sidebar-nav {
  flex-grow: 1;
  padding-top: 20px; /* Примерный отступ сверху */
}

.sidebar-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-nav li {
  /* Убираем отступы по умолчанию */
  margin: 0;
}

.sidebar a {
  display: flex; /* Используем flex для расстановки иконки, текста и стрелки */
  align-items: center;
  padding: 12px 20px; /* Примерные отступы, настройте по макету */
  text-decoration: none;
  color: #ededf2; /* Цвет текста ссылки из Figma */
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 13px;
  transition: background-color 0.2s ease; /* Плавный переход для hover */
}

.sidebar a:hover {
  background-color: #1a2138; /* Цвет фона при наведении (можно взять цвет активного элемента) */
}

.sidebar li.active a {
  background-color: #1a2138; /* Фон активного элемента из Figma */
  font-weight: 700; /* Жирный шрифт для активного элемента */
  color: #ffffff; /* Белый цвет для активного элемента (или #EDEDF2, если он читаем на фоне #1A2138) */
}

.nav-icon {
  width: 20px; /* Примерный размер иконки, настройте */
  height: 20px;
  margin-right: 15px; /* Отступ справа от иконки */
  /* Возможно, потребуется filter для изменения цвета SVG иконок в зависимости от состояния (active/hover) */
  /* filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%); */
}

.nav-text {
  flex-grow: 1; /* Текст занимает оставшееся пространство */
}

.nav-arrow {
  font-family: "Montserrat", sans-serif; /* Шрифт для стрелки */
  font-size: 12px;
  color: #525672; /* Цвет стрелки из Figma */
  margin-left: 10px; /* Отступ слева от стрелки */
}

.sidebar-nav li.active .nav-arrow {
  color: #a1a5b7; /* Примерный цвет стрелки для активного пункта, подберите по макету */
}

.sidebar-footer {
  padding-bottom: 20px;
}

/* Адаптивность (пример): скрываем сайдбар на маленьких экранах */
@media (max-width: var(--breakpoint-md)) {
  .sidebar {
    display: none; /* Или можно реализовать скрытие/показ по кнопке с JS */
  }
}

/* End */


/* Start:/local/templates/site_zabotix_auth/styles/registration.css?17621911213471*/
.registration-container {
  display: flex;
  height: 100%;
}

.registration-form {
  flex: 1;
  background-color: white;
  display: flex;
  flex-direction: column;
  padding: var(--spacing-2xl);
  padding-bottom: var(--spacing-m);
}

.registration-form-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex: 1;
}

.registration-image {
  flex: 1;
  background-color: var(--color-primary);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  padding: var(--spacing-xxl);
  /* padding-bottom: calc(var(--spacing-xxl) + 10px); */
}

.registration-image-content {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.registration-dots {
  background-image: url(/local/templates/site_zabotix_auth/styles/../images/Dots.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 4rem; /* 64px */
  height: 0.375rem; /* 6px */
}

.registration-image-text {
  max-width: 29.625rem; /* 474px */
  margin-bottom: 2.125rem; /* 34px */
}

@media (max-width: var(--breakpoint-md)) {
  /* Используем переменную */
  .registration-container {
    flex-direction: column;
  }

  .registration-image {
    display: none;
  }

  .registration-form {
    padding: var(--spacing-lg);
  }
}

/* --- Медиа-запрос для уменьшения фонового изображения --- */
@media (max-width: 80rem) {
  /* 1280px */
  .registration-image-content {
    width: 85%; /* Уменьшаем ширину изображения */
    height: auto; /* Сохраняем пропорции */
    /* Примечание: позиционирование top: 0; right: 0; остается, 
       изображение будет прижато к правому верхнему углу, 
       но займет 85% ширины контейнера .registration-image */
  }
}

/* --- Медиа-запрос для адаптации формы по высоте --- */
@media (max-height: 700px) {
  .registration-image-content {
    width: 65%; /* Уменьшаем ширину изображения */
    height: auto; /* Сохраняем пропорции */
  }
}

.form-checkbox {
  position: relative;
}

.form-checkbox input[type='checkbox'] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.form-checkbox label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 13px;
  padding-left: 30px;
}

.form-checkbox label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border: 2px solid #ccc;
  border-radius: 3px;
  background-color: white;
  transition: all 0.2s ease;
}

.form-checkbox input[type='checkbox']:checked + label::before {
  background-color: #d45b40;
  border-color: #d45b40;
}

.form-checkbox input[type='checkbox']:checked + label::after {
  content: '✓';
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
}

.checkbox-text {
  font-size: var(--font-size-s, 14px);
  color: var(--color-text, #333);
}

/* Дополнительные стили для контейнера чекбокса */
.form-checkbox {
  display: block;
  margin-bottom: 20px;
}

.form-checkbox input[type='checkbox']:focus {
  outline: none !important;
}

/* End */


/* Start:/local/templates/site_zabotix_auth/styles/payment-history.css?17621911212583*/
/* Стили для страницы payment-history.html */

.payment-history-content {
  flex: 1;
  overflow: auto;
  display: flex;
}

.payment-history-content .table-outer-container {
  flex-grow: 1;
  border-radius: var(--border-radius-sm); /* 5px -> 4px */
  overflow: auto; /* Чтобы скругление работало с box-shadow */
}

.balance-payout-container {
  padding: var(--spacing-lg);
  flex-shrink: 0;
  background-color: var(--color-gray-light-2);
}

.balance-card {
  width: 355px; /* В токенах нет такого значения, оставляю как есть */
  background-color: var(--color-primary); /* #222B4B */
  color: var(--color-white); /* white -> #ededf2 */
  padding: var(--spacing-xl) var(--spacing-2xl); /* 30px 40px -> 32px 40px */
  border-radius: var(--border-radius-sm); /* 5px -> 4px */
  margin-bottom: var(--spacing-lg); /* 20px -> 22px */
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
}

.balance-card h3 {
  font-size: var(--font-size-xs); /* 12px -> 13px */
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  color: inherit; /* Чтобы наследовался цвет от .balance-card */
}

.balance-card p:nth-of-type(1) {
  /* Абсолютный селектор для "159 000 руб" */
  font-size: var(--font-size-lg); /* 20px -> 24px (или нужно 1.25rem?) */
  font-weight: var(--font-weight-bold);
  color: inherit;
  line-height: 1;
}

.balance-card p:nth-of-type(2) {
  /* Абсолютный селектор для описания */
  font-size: var(--font-size-s); /* 14px */
  line-height: 1.4;
}

.balance-payout-container .button {
  width: auto;
  align-self: flex-start;
}

/* --- Стили для select с добавлением реквизитов --- */
.account-select-wrapper select {
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0.5rem;
  border: 1px solid #e0e0e0;
  background: #fff;
}
.add-account-option {
  display: flex;
  align-items: center;
}
.plus-icon {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.5rem;
  filter: invert(54%) sepia(98%) saturate(7492%) hue-rotate(1deg)
    brightness(102%) contrast(101%);
}
.add-account-input-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.add-account-input-wrapper input {
  flex: 1;
}

.close-add-account {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #a0a8c5;
  cursor: pointer;
  padding: 0 0.5rem;
  line-height: 1;
  transition: color 0.2s;
}
.close-add-account:hover {
  color: #ff5c5c;
}

/* End */


/* Start:/local/templates/site_zabotix_auth/styles/reference-info.css?17621911214858*/
.reference-info-content-wrapper {
  display: flex;
  flex: 1;
  overflow: hidden;
}

.section p {
  max-width: 551px;
}

.reference-info-breadcrumbs {
  border-right: 1px solid var(--color-light-dark);
  font-size: var(--font-size-s); /* 14px */
  color: var(--color-accent); /* Цвет неактивных крошек */
  padding: 1.7rem;
  min-width: 200px;
}

.breadcrumb-link {
  display: block;
  color: var(--color-accent); /* Цвет неактивных крошек */
  height: 36px;
  white-space: nowrap;
}

.breadcrumb-link-active {
  color: var(--color-orange); /* Цвет активной/ссылочной крошки */
  font-weight: var(--font-weight-bold);
}

.breadcrumb-link:hover {
  color: var(--color-orange-dark);
}

.reference-info-content {
  padding: 1.25rem 3rem;
  width: 100%;
  overflow: auto;
}

.reference-info-content h2 {
  font-size: 1.5rem; /* 24px */
  font-weight: 700;
  color: #3c4368; /* style_H7AP2E */
  margin-bottom: 1rem; /* 16px */
}

.reference-info-content .section h3 {
  font-size: 1.25rem; /* 20px */
  font-weight: 700;
  color: #3c4368; /* style_L0V8EK */
  margin-bottom: 0.3125rem; /* 5px */
}

.reference-info-content .section p {
  font-size: 0.875rem; /* 14px */
  line-height: 1.42857143; /* style_9KA0CX */
  color: #333333; /* style_7OCA0J */
  margin-bottom: 1.625rem; /* 26px */
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 800px;
}

.accordion-item {
  border: 2px solid var(--color-light-dark);
  border-radius: 0.5rem;
  padding: 1.25rem 1rem;
  padding-bottom: 0;
  position: relative;
}

.accordion-header {
  color: var(--color-text-primary-dark);
  font-size: 1rem;
  font-weight: var(--font-weight-medium);
  margin-bottom: 1.25rem;
  cursor: pointer;
}

.accordion-item.open .accordion-header {
  color: var(--color-orange);
}

.accordion-icon {
  width: 1.1rem;
  height: 0.9rem;
  background-image: url(/local/templates/site_zabotix_auth/styles/../images/icons/plus.svg);
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background-repeat: no-repeat;
  filter: grayscale(1);
}

.accordion-item.open .accordion-icon {
  background-image: url(/local/templates/site_zabotix_auth/styles/../images/icons/minus.svg);
  filter: initial;
}

.accordion-item.open {
  border-color: var(--color-orange);
}

.accordion,
.accordion-content {
  animation: slideDown 0.3s ease;
}

.accordion-content p {
  color: var(--color-secondary);
  font-size: 14px;
  font-weight: var(--font-weight-regular);
  line-height: 1.42857143;
  letter-spacing: 0.1px;
  margin-bottom: 1.25rem;
}

/* --- Стили для таблицы --- */
.score-table-wrapper {
  max-width: 800px;
  overflow: auto;
  margin-bottom: 1.5rem; /* Отступ снизу таблицы, можно настроить */
}

table.score-table-frame {
  border-radius: 0.25rem; /* 4px */
  border: 1px solid var(--color-light-dark);
  overflow: hidden; /* Чтобы скругление работало для вложенных элементов */
  width: fit-content;
  border-collapse: separate; /* Изменено для работы border-radius и overflow:hidden */
  border-spacing: 0; /* Убираем промежутки между ячейками */
}

tr.score-table-header-row th {
  background-color: var(--color-gray-light); /* Замена #E9EAED */
}

.score-table-frame th,
.score-table-frame td {
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  line-height: 1.42857143;
  text-align: right;
  vertical-align: middle;

  box-sizing: border-box;
  min-width: 0;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Убираем двойную верхнюю границу для строк данных и футера, если общая граница ячейки уже есть*/
tbody tr.score-table-data-row td,
tfoot tr.score-table-footer-row td {
  border-top: 1px solid var(--color-light-dark); /* Имитация предыдущего box-shadow */
}

/* Убираем левую границу у первой ячейки и правую у последней, если внешняя рамка таблицы уже есть */
.score-table-frame th:first-child,
.score-table-frame td:first-child {
  /* border-left: none; */ /* Оставим для консистентности, т.к. border-collapse */
}

.score-table-frame th:last-child,
.score-table-frame td:last-child {
  /* border-right: none; */ /* Оставим для консистентности */
}

.score-table-frame th {
  font-weight: var(--font-weight-medium);
  color: var(--color-text-primary-dark);
}

.score-table-frame td {
  font-weight: var(--font-weight-regular);
  color: var(--color-secondary);
}

.score-table-frame tfoot td.footer-fio {
  text-align: left;
}

.score-table-cell.header-fio {
  text-align: left;
}

.score-table-cell.header-percent {
  text-align: right;
}

/* End */


/* Start:/local/templates/site_zabotix_auth/styles/store.css?1762191121127*/
.col-qty input {
  width: 75px;
}

.filters-panel {
  display: flex;
  gap: var(--spacing-lg);
  padding: var(--spacing-xl);
}

/* End */


/* Start:/local/templates/site_zabotix_auth/styles/tokens.css?17621911222415*/
:root {
  /* Цветовая палитра */
  --color-primary: #222b4b;
  --color-white: #ededf2;
  --color-secondary: #333333;
  --color-accent: #525c81;
  --color-additional: #6471b2;
  --color-gray: #9e9e9e;
  --color-gray-2: #757485;
  --color-orange: #d45b40;
  --color-error: #ff2e2e;
  --color-orange-dark: #b74d35;
  --color-gray-light: #e2e5ec;
  --color-gray-light-2: #eeeeee;
  --color-light-dark: rgba(0, 0, 0, 0.1); /* Для разделительных линий */
  --color-accent-blue: #5b74ff; /* Для фона badge */
  --color-text-primary-dark: #3c4368; /* Для заголовков, активных табов */
  --color-border-button-outline: rgba(
    34,
    43,
    75,
    0.7
  ); /* Для обводки btn-outline */

  /* Типографика */
  --font-family-base: "Roboto", sans-serif;
  --font-size-2xs: 0.625rem; /* 10px */
  --font-size-xs: 0.8125rem; /* 13px */
  --font-size-base: 1rem; /* 16px */
  --font-size-s: 0.875rem; /* 14px */
  --font-size-m: 1rem; /* 16px */
  --font-size-lg: 1.5rem; /* 24px - Заголовок "Магазин приложений" */
  --font-size-2xl: 2.5rem; /* 40px */
  --font-size-xxl: 3.125rem; /* 50px */
  --line-height-base: 1.5;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;

  /* Отступы */
  --spacing-xs: 0.25rem; /* 4px */
  --spacing-sm: 0.5rem; /* 8px */
  --spacing-m: 0.75rem; /* 12px */
  --spacing-md: 1rem; /* 16px */
  --spacing-lg: 1.375rem; /* 22px */
  --spacing-xl: 2rem; /* 32px */
  --spacing-2xl: 2.5rem; /* 40px */
  --spacing-xxl: 3.125rem; /* 50px */

  /* Брейкпоинты */
  --breakpoint-sm: 36rem; /* 576px */
  --breakpoint-md: 48rem; /* 768px */
  --breakpoint-lg: 62rem; /* 992px */
  --breakpoint-xl: 75rem; /* 1200px */

  /* Тени */
  --shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1); /* 0 2px 4px */
  --shadow-md: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1); /* 0 4px 8px */
  --shadow-lg: 0 0.5rem 1rem rgba(0, 0, 0, 0.1); /* 0 8px 16px */

  /* Скругления */
  --border-radius-sm: 0.25rem; /* 4px */
  --border-radius-md: 0.5rem; /* 8px */
  --border-radius-lg: 1rem; /* 16px */
  --border-radius-round: 50px; /* Для круглых элементов, badge */

  /* Анимации */
  --transition-base: 0.3s ease;
  --transition-fast: 0.15s ease;
  --transition-slow: 0.5s ease;
}

/* End */


/* Start:/local/templates/site_zabotix_auth/template_styles.css?17621911221002*/
/* Подключение всех стилей из директории styles */

/* Базовые стили */
@import url("/local/templates/site_zabotix_auth/styles/normalize.css");

/* Основные стили */
@import url("/local/templates/site_zabotix_auth/styles/main.css");
@import url("/local/templates/site_zabotix_auth/styles/layout.css");
@import url("/local/templates/site_zabotix_auth/styles/typography.css");

/* Компоненты интерфейса */
@import url("/local/templates/site_zabotix_auth/styles/buttons.css");
@import url("/local/templates/site_zabotix_auth/styles/input.css");
@import url("/local/templates/site_zabotix_auth/styles/form.css");
@import url("/local/templates/site_zabotix_auth/styles/checkbox.css");
@import url("/local/templates/site_zabotix_auth/styles/modal.css");
@import url("/local/templates/site_zabotix_auth/styles/table.css");
@import url("/local/templates/site_zabotix_auth/styles/tabs.css");
@import url("/local/templates/site_zabotix_auth/styles/pagination.css");

/* Навигация */
@import url("/local/templates/site_zabotix_auth/styles/navbar.css");
@import url("/local/templates/site_zabotix_auth/styles/sidebar.css");

/* Специфичные страницы */
@import url("/local/templates/site_zabotix_auth/styles/registration.css");
@import url("/local/templates/site_zabotix_auth/styles/payment-history.css");
@import url("/local/templates/site_zabotix_auth/styles/reference-info.css");
@import url("/local/templates/site_zabotix_auth/styles/store.css");

/* Утилиты */
@import url("/local/templates/site_zabotix_auth/styles/tokens.css");

/* End */
/* /local/templates/site_zabotix_auth/styles/normalize.css?17621911216138 */
/* /local/templates/site_zabotix_auth/styles/main.css?17621911203117 */
/* /local/templates/site_zabotix_auth/styles/layout.css?1762191120327 */
/* /local/templates/site_zabotix_auth/styles/typography.css?1762191122332 */
/* /local/templates/site_zabotix_auth/styles/buttons.css?17621911191471 */
/* /local/templates/site_zabotix_auth/styles/input.css?17621911202509 */
/* /local/templates/site_zabotix_auth/styles/form.css?17621911201048 */
/* /local/templates/site_zabotix_auth/styles/checkbox.css?1762191120966 */
/* /local/templates/site_zabotix_auth/styles/modal.css?17621911204137 */
/* /local/templates/site_zabotix_auth/styles/table.css?17621911221291 */
/* /local/templates/site_zabotix_auth/styles/tabs.css?17621911221885 */
/* /local/templates/site_zabotix_auth/styles/pagination.css?1762191121565 */
/* /local/templates/site_zabotix_auth/styles/navbar.css?176219112012166 */
/* /local/templates/site_zabotix_auth/styles/sidebar.css?17621911213582 */
/* /local/templates/site_zabotix_auth/styles/registration.css?17621911213471 */
/* /local/templates/site_zabotix_auth/styles/payment-history.css?17621911212583 */
/* /local/templates/site_zabotix_auth/styles/reference-info.css?17621911214858 */
/* /local/templates/site_zabotix_auth/styles/store.css?1762191121127 */
/* /local/templates/site_zabotix_auth/styles/tokens.css?17621911222415 */
/* /local/templates/site_zabotix_auth/template_styles.css?17621911221002 */
