/* ==============================================
   ПАРТНЁРСКАЯ ПРОГРАММА — ЗЕЛЁНАЯ ТЕМА (SCOPED)
   Применяется ТОЛЬКО внутри section.ant-layout._content_layout_6sxhr_1
   ============================================== */

/* ========== ОСНОВНЫЕ ЦВЕТА ДЛЯ НАСТРОЙКИ ========== */
/* 
ГЛАВНЫЕ ЦВЕТА ТЕМЫ:
- Основной цвет: #8bbc97 (зелёный)
- Цвет при наведении: #459866 (темнее зелёный)
- Белый цвет текста: #ffffff
- Серый текст: #333333
- Прозрачность: rgba(13, 112, 174, 0.8) - для полупрозрачных элементов
*/

/* ===== ЗАГОЛОВКИ РАЗДЕЛОВ (например "Аналитика", "Предложения") ===== */
section.ant-layout._content_layout_6sxhr_1 h2.ant-typography,
section.ant-layout._content_layout_6sxhr_1 .mb-40 > div > h2.ant-typography,
section.ant-layout._content_layout_6sxhr_1 .mb-40 h2.ant-typography {
  color: #093c7a !important;
  font-weight: 600 !important;
  font-size: 24px !important;
}

/* ===== АДАПТАЦИЯ ДЛЯ ПЛАНШЕТОВ ===== */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .flex.align-center.gap-5 {
    gap: 4px !important;
  }
  section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 ._copyable_hk1pp_1 {
    margin-right: 4px !important;
  }
  section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-typography-copy {
    margin-right: 4px !important;
  }
}

/* ===== ТАБЛИЦА "ПРЕДЛОЖЕНИЯ" (белая карточка со списком партнерских программ) ===== */
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 {
  position: relative !important;
  background-color: #ffffff !important;
  border-radius: 16px !important;
  box-shadow: 0 4px 20px rgba(13, 112, 174, 0.10) !important;
  padding: 21px 24px !important;
  transition: background-color 0.3s ease !important;
  width: 100% !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(13, 112, 174, 0.20) !important;
}

/* ЭФФЕКТ ПРИ НАВЕДЕНИИ МЫШИ НА ТАБЛИЦУ */
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24:hover { 
  background-color: #f8f8f8 !important;
}

section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 table { 
  width: 100% !important; 
  table-layout: fixed !important; 
}

/* УБИРАЕМ ВСЕ СТАНДАРТНЫЕ ГРАНИЦЫ И ФОНЫ У ТАБЛИЦЫ */
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-spin-nested-loading,
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-spin-container,
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table,
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table-container,
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table-content,
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 table,
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 colgroup,
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 thead,
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 tbody,
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 tr,
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 th,
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 td { 
  background: transparent !important; 
  background-image: none !important;
  border: none !important;
  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
  border-collapse: collapse !important;
}

/* Убираем логотип слева от таблицы */
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24::before {
  display: none !important;
}

/* Убираем ВСЕ границы у таблицы и её элементов */
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table-thead > tr > th,
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table-tbody > tr > td,
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table-thead > tr,
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table-tbody > tr {
  border: none !important;
  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
}

/* Убираем стандартные границы Ant Design */
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24.ant-table-wrapper .ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
  display: none !important;
}

/* Скрываем заголовки таблицы */
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 colgroup,
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table-thead { 
  display: none !important; 
}

/* ===== СТРОКИ В ТАБЛИЦЕ ПРЕДЛОЖЕНИЙ ===== */
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table-row {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

/* ПЕРВАЯ КОЛОНКА - НАЗВАНИЕ ПАРТНЕРСКОЙ ПРОГРАММЫ (например "AI club") */
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table-cell:nth-child(1) {
  flex: 1 1 auto !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  padding: 0 !important;
  text-transform: uppercase !important;
  color: #8bbc97 !important;
}

/* ВТОРАЯ КОЛОНКА - КОМИССИЯ (например "10%") */
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table-cell:nth-child(2) {
  display: flex !important;
  flex-direction: column !important;
  font-size: 14px !important;
  color: #8bbc97 !important;
  padding: 0 !important;
  margin-top: 8px !important;
  margin-right: 8px !important;
}

/* ПОДПИСЬ "Комиссия" ПЕРЕД ПРОЦЕНТОМ */
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table-cell:nth-child(2)::before {
  content: "Комиссия" !important;
  font-weight: 400 !important;
  color: #8bbc97 !important;
  margin-bottom: 4px;
}

/* Стилизация содержимого статистики во второй ячейке */
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table-cell:nth-child(2) .ant-statistic-content {
  content: "" !important;
  display: block !important;
  margin-top: 4px !important;
  color: #8bbc97 !important;
}

/* ТРЕТЬЯ КОЛОНКА - СКРЫТА */
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table-cell:nth-child(3) { 
  display: none !important; 
}

/* ЧЕТВЕРТАЯ КОЛОНКА - ССЫЛКА ДЛЯ КОПИРОВАНИЯ */
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table-cell:nth-child(4) { 
  padding: 0 !important; 
  text-align: right !important; 
}

/* СТИЛЬ ССЫЛКИ В ТАБЛИЦЕ */
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table-cell:nth-child(4) a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 8px 16px !important;
  background-color: #8bbc97 !important;
  color: #fff !important;
  border-radius: 20px !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  transition: background-color 0.3s ease !important;
}

/* ЭФФЕКТ ПРИ НАВЕДЕНИИ НА КНОПКУ-ССЫЛКУ */
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table-cell:nth-child(4) a:hover { 
  background-color: #459866 !important;
}

/* Убираем иконку после ссылки */
section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table-cell:nth-child(4) a::after {
  content: none !important;
  display: none !important;
}

/* ===== КАРТОЧКИ СТАТИСТИКИ (блоки с цифрами вверху страницы) ===== */
section.ant-layout._content_layout_6sxhr_1 .mb-40 .ant-card.ant-card-bordered {
  border: 1px solid rgba(13, 112, 174, 0.2) !important;
  border-radius: 20px !important;
  box-shadow: 0 4px 20px 0 rgba(13, 112, 174, 0.1) !important;
  overflow: hidden;
  transition: all 0.3s ease !important;
}

/* ЭФФЕКТ ПРИ НАВЕДЕНИИ НА КАРТОЧКИ */
section.ant-layout._content_layout_6sxhr_1 .mb-40 .ant-card.ant-card-bordered:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px 0 rgba(13, 112, 174, 0.2) !important;
}

/* СОДЕРЖИМОЕ КАРТОЧЕК */
section.ant-layout._content_layout_6sxhr_1 .mb-40 .ant-card-body {
  background-color: #ffffff !important;
  padding: 20px !important;
  position: relative !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 20px !important;
}

/* ИКОНКИ В КАРТОЧКАХ (цветные квадратики слева) */
section.ant-layout._content_layout_6sxhr_1 .mb-40 .ant-card-body::before {
  content: '' !important;
  display: block !important;
  min-width: 50px !important;
  height: 50px !important;
  background-color: #8bbc97 !important;
  border-radius: 10px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 24px !important;
  flex-shrink: 0 !important;
}

/* СТАТИСТИКА В КАРТОЧКАХ */
section.ant-layout._content_layout_6sxhr_1 .mb-40 .ant-statistic {
  display: flex !important;
  flex-direction: column-reverse !important;
  flex-grow: 1 !important;
}

/* ПОДПИСИ ПОД ЦИФРАМИ (например "Кол-во переходов") */
section.ant-layout._content_layout_6sxhr_1 .mb-40 .ant-statistic-title {
  font-size: 14px !important;
  color: rgba(13, 112, 174, 0.8) !important;
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}

/* ЦИФРЫ В КАРТОЧКАХ (например "0") */
section.ant-layout._content_layout_6sxhr_1 .mb-40 .ant-statistic-content {
  font-size: 28px !important;
  font-weight: 600 !important;
  color: #333 !important;
  margin-bottom: 0 !important;
  line-height: 1.2 !important;
}

section.ant-layout._content_layout_6sxhr_1 .mb-40 .ant-card-body .ant-space { 
  flex-grow: 1 !important; 
}

/* ===== КАРТИНКИ ДЛЯ ИКОНОК В ПЕРВОМ БЛОКЕ КАРТОЧЕК ===== */
/* ИКОНКА "Кол-во переходов" */
section.ant-layout._content_layout_6sxhr_1 .mb-40:first-of-type .flex.flex-wrap.gap-20 .ant-card:nth-child(1) .ant-card-body::before { 
  background-image: url("https://con.xl.ru/vHpoDZd9nkecUoyS4gkyFA/images/ciPxkHVe4Ei0DY-0R5lMTg.png"); 
}

/* ИКОНКА "Кол-во регистраций" */
section.ant-layout._content_layout_6sxhr_1 .mb-40:first-of-type .flex.flex-wrap.gap-20 .ant-card:nth-child(2) .ant-card-body::before { 
  background-image: url("https://con.xl.ru/vHpoDZd9nkecUoyS4gkyFA/images/Cum6w3D13UCCj_eGEYSw7A.png"); 
}

/* ИКОНКА "Покупки (кол-во)" */
section.ant-layout._content_layout_6sxhr_1 .mb-40:first-of-type .flex.flex-wrap.gap-20 .ant-card:nth-child(3) .ant-card-body::before { 
  background-image: url("https://con.xl.ru/vHpoDZd9nkecUoyS4gkyFA/images/a1uGv9E1rUiCI7X69k48Pg.png"); 
}

/* ИКОНКА "Покупки (сумма)" */
section.ant-layout._content_layout_6sxhr_1 .mb-40:first-of-type .flex.flex-wrap.gap-20 .ant-card:nth-child(4) .ant-card-body::before { 
  background-image: url("https://con.xl.ru/vHpoDZd9nkecUoyS4gkyFA/images/WNT0rk1L1EO9GpHzqw1y4A.png"); 
}

/* ИКОНКА "Комиссия" */
section.ant-layout._content_layout_6sxhr_1 .mb-40:first-of-type .flex.flex-wrap.gap-20 .ant-card:nth-child(5) .ant-card-body::before { 
  background-image: url("https://con.xl.ru/vHpoDZd9nkecUoyS4gkyFA/images/2wNv6GAONkegBLLidreW2A.png"); 
}

/* Убираем иконку для всех остальных блоков карточек */
section.ant-layout._content_layout_6sxhr_1 .mb-40:not(:first-of-type) .ant-card-body::before {
  content: none !important;
  display: none !important;
}

/* ===== КНОПКИ (например "Фильтр", "Начислить на бонусный счет") ===== */
section.ant-layout._content_layout_6sxhr_1 .mb-40 .ant-btn-default,
section.ant-layout._content_layout_6sxhr_1 .mb-40:first-of-type .ant-btn-default {
  border-radius: 10px !important;
  padding: 0 20px !important;
  height: 40px !important;
  transition: all 0.3s ease !important;
  border-color: #8bbc97 !important;
  color: #8bbc97 !important;
}

/* ЭФФЕКТ ПРИ НАВЕДЕНИИ НА КНОПКИ */
section.ant-layout._content_layout_6sxhr_1 .mb-40 .ant-btn-default:hover,
section.ant-layout._content_layout_6sxhr_1 .mb-40:first-of-type .ant-btn-default:hover { 
  color: #459866 !important;
  border-color: #459866 !important;
}

/* Кнопка "Начислить на бонусный счет" */
section.ant-layout._content_layout_6sxhr_1 .mb-40 .mb-24.flex.gap-10 .ant-btn-default {
  border-radius: 10px !important;
  padding: 0 20px !important;
  height: 40px !important;
  transition: all 0.3s ease !important;
  border-color: #8bbc97 !important;
  color: #8bbc97 !important;
}
section.ant-layout._content_layout_6sxhr_1 .mb-40 .mb-24.flex.gap-10 .ant-btn-default:hover {
  color: #459866 !important;
  border-color: #459866 !important;
}

/* ===== КАРТОЧКИ ВО ВТОРОМ БЛОКЕ "Начисления и выплаты" ===== */
/* Это карточки с информацией о деньгах: "Всего начислений", "В обработке", "Доступно для вывода", "Запросы на вывод" */

/* ВНЕШНИЙ ВИД КАРТОЧЕК ВТОРОГО БЛОКА */
section.ant-layout._content_layout_6sxhr_1 .mb-40 .mb-24.flex.gap-10 + .mb-24 .ant-card.ant-card-bordered,
section.ant-layout._content_layout_6sxhr_1 .mb-40 h2.ant-typography + .mb-24 .ant-card.ant-card-bordered {
  border: 1px solid rgba(13, 112, 174, 0.2) !important;
  border-radius: 20px !important;
  box-shadow: 0 4px 20px 0 rgba(13, 112, 174, 0.1) !important;
  overflow: hidden;
  transition: all 0.3s ease !important;
}

/* СОДЕРЖИМОЕ ВНУТРИ КАРТОЧЕК ВТОРОГО БЛОКА */
section.ant-layout._content_layout_6sxhr_1 .mb-40 .mb-24.flex.gap-10 + .mb-24 .ant-card-body,
section.ant-layout._content_layout_6sxhr_1 .mb-40 h2.ant-typography + .mb-24 .ant-card-body {
  background-color: #ffffff !important;
  padding: 20px !important;
  position: relative !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 20px !important;
}

/* ИКОНКИ В КАРТОЧКАХ ВТОРОГО БЛОКА (цветные квадратики слева) */
section.ant-layout._content_layout_6sxhr_1 .mb-40 .mb-24.flex.gap-10 + .mb-24 .ant-card-body::before,
section.ant-layout._content_layout_6sxhr_1 .mb-40 h2.ant-typography + .mb-24 .ant-card-body::before {
  content: '' !important;
  display: block !important;
  min-width: 50px !important;
  height: 50px !important;
  background-color: #8bbc97 !important;
  border-radius: 10px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 24px !important;
  flex-shrink: 0 !important;
}

/* БЛОК СО СТАТИСТИКОЙ В КАРТОЧКАХ ВТОРОГО БЛОКА */
section.ant-layout._content_layout_6sxhr_1 .mb-40 .mb-24.flex.gap-10 + .mb-24 .ant-card-body .ant-statistic,
section.ant-layout._content_layout_6sxhr_1 .mb-40 h2.ant-typography + .mb-24 .ant-card-body .ant-statistic {
  display: flex !important;
  flex-direction: column-reverse !important;
  flex-grow: 1 !important;
}

/* ПОДПИСИ ПОД ЦИФРАМИ ВТОРОГО БЛОКА (например "Всего начислений", "В обработке") */
section.ant-layout._content_layout_6sxhr_1 .mb-40 .mb-24.flex.gap-10 + .mb-24 .ant-statistic-title,
section.ant-layout._content_layout_6sxhr_1 .mb-40 h2.ant-typography + .mb-24 .ant-statistic-title {
  font-size: 14px !important;
  color: rgba(13, 112, 174, 0.8) !important;
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}

/* ЦИФРЫ В КАРТОЧКАХ ВТОРОГО БЛОКА (например "0₽") */
section.ant-layout._content_layout_6sxhr_1 .mb-40 .mb-24.flex.gap-10 + .mb-24 .ant-statistic-content,
section.ant-layout._content_layout_6sxhr_1 .mb-40 h2.ant-typography + .mb-24 .ant-statistic-content {
  font-size: 28px !important;
  font-weight: 600 !important;
  color: #333 !important;
  margin-bottom: 0 !important;
  line-height: 1.2 !important;
}

/* ДОПОЛНИТЕЛЬНЫЕ ЭЛЕМЕНТЫ В КАРТОЧКАХ ВТОРОГО БЛОКА */
section.ant-layout._content_layout_6sxhr_1 .mb-40 .mb-24.flex.gap-10 + .mb-24 .ant-card-body .ant-space,
section.ant-layout._content_layout_6sxhr_1 .mb-40 h2.ant-typography + .mb-24 .ant-card-body .ant-space {
  flex-grow: 1 !important;
}

/* ===== КАРТИНКИ ДЛЯ ИКОНОК ВО ВТОРОМ БЛОКЕ ===== */
/* ИКОНКА "Всего начислений" */
section.ant-layout._content_layout_6sxhr_1 .mb-40 .mb-24.flex.gap-10 + .mb-24 .flex.flex-wrap.gap-20 .ant-card:nth-child(1) .ant-card-body::before,
section.ant-layout._content_layout_6sxhr_1 .mb-40 h2.ant-typography + .mb-24 .flex.flex-wrap.gap-20 .ant-card:nth-child(1) .ant-card-body::before {
  background-image: url('https://con.xl.ru/vHpoDZd9nkecUoyS4gkyFA/images/olY9dCiBrEGupBlYjvtWgQ.png') !important;
}

/* ИКОНКА "В обработке" */
section.ant-layout._content_layout_6sxhr_1 .mb-40 .mb-24.flex.gap-10 + .mb-24 .flex.flex-wrap.gap-20 .ant-card:nth-child(2) .ant-card-body::before,
section.ant-layout._content_layout_6sxhr_1 .mb-40 h2.ant-typography + .mb-24 .flex.flex-wrap.gap-20 .ant-card:nth-child(2) .ant-card-body::before {
  background-image: url('https://con.xl.ru/vHpoDZd9nkecUoyS4gkyFA/images/_ZkDpSopUEevFMw1UwVVlg.png') !important;
}

/* ИКОНКА "Доступно для вывода" */
section.ant-layout._content_layout_6sxhr_1 .mb-40 .mb-24.flex.gap-10 + .mb-24 .flex.flex-wrap.gap-20 .ant-card:nth-child(3) .ant-card-body::before,
section.ant-layout._content_layout_6sxhr_1 .mb-40 h2.ant-typography + .mb-24 .flex.flex-wrap.gap-20 .ant-card:nth-child(3) .ant-card-body::before {
  background-image: url('https://con.xl.ru/vHpoDZd9nkecUoyS4gkyFA/images/OhO__5BfpUWRs_jjrB3kGg.png') !important;
}

/* ИКОНКА "Запросы на вывод" */
section.ant-layout._content_layout_6sxhr_1 .mb-40 .mb-24.flex.gap-10 + .mb-24 .flex.flex-wrap.gap-20 .ant-card:nth-child(4) .ant-card-body::before,
section.ant-layout._content_layout_6sxhr_1 .mb-40 h2.ant-typography + .mb-24 .flex.flex-wrap.gap-20 .ant-card:nth-child(4) .ant-card-body::before {
  background-image: url('https://con.xl.ru/vHpoDZd9nkecUoyS4gkyFA/images/_i7IfaX7g0af8QVnRNx23A.png') !important;
}

/* ЭФФЕКТ ПРИ НАВЕДЕНИИ НА КАРТОЧКИ ВТОРОГО БЛОКА */
section.ant-layout._content_layout_6sxhr_1 .mb-40 .mb-24.flex.gap-10 + .mb-24 .ant-card.ant-card-bordered:hover,
section.ant-layout._content_layout_6sxhr_1 .mb-40 h2.ant-typography + .mb-24 .ant-card.ant-card-bordered:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px 0 rgba(13, 112, 174, 0.2) !important;
}

/* ===== ИКОНКИ И ЭЛЕМЕНТЫ ИНТЕРФЕЙСА ===== */
/* ИКОНКИ ПОИСКА, ИНФОРМАЦИИ И ДРУГИЕ (делаем их зелёными) */
section.ant-layout._content_layout_6sxhr_1 .anticon-info-circle,
section.ant-layout._content_layout_6sxhr_1 ._right_icon_z0nuh_15,
section.ant-layout._content_layout_6sxhr_1 .anticon-search { 
  color: #8bbc97 !important;
}

/* СТРЕЛОЧКА В ПРАВОМ УГЛУ КАРТОЧЕК */
section.ant-layout._content_layout_6sxhr_1 .mb-40 .mb-24.flex.gap-10 + .mb-24 ._right_icon_z0nuh_15,
section.ant-layout._content_layout_6sxhr_1 .mb-40 h2.ant-typography + .mb-24 ._right_icon_z0nuh_15 {
  position: absolute;
  right: 20px;
  color: #8bbc97 !important;
}

/* ПОЛЕ ПОИСКА ПРИ ФОКУСЕ */
section.ant-layout._content_layout_6sxhr_1 .ant-input-affix-wrapper:focus-within {
  border-color: #8bbc97 !important;
  box-shadow: 0 0 0 2px rgba(13, 112, 174, 0.2) !important;
}

/* ===== КНОПКИ КОПИРОВАНИЯ И ССЫЛКИ ===== */
/* КНОПКА КОПИРОВАНИЯ РЯДОМ СО ССЫЛКАМИ */
section.ant-layout._content_layout_6sxhr_1 .ant-typography-copy { 
  color: #8bbc97 !important;
}
section.ant-layout._content_layout_6sxhr_1 .ant-typography-copy:hover { 
  color: #459866 !important;
}

/* ССЫЛКИ В ТАБЛИЦЕ */
section.ant-layout._content_layout_6sxhr_1 .ant-table-cell a[href*="accelsite.io"] { 
  color: #8bbc97 !important;
  text-decoration: none !important;
}
section.ant-layout._content_layout_6sxhr_1 .ant-table-cell a[href*="accelsite.io"]:hover { 
  color: #459866 !important;
  text-decoration: underline !important;
}

/* ===== ДОПОЛНИТЕЛЬНЫЕ ТЕКСТОВЫЕ ЭЛЕМЕНТЫ ===== */
section.ant-layout._content_layout_6sxhr_1 .ellipsis { 
  color: #8bbc97 !important;
}
section.ant-layout._content_layout_6sxhr_1 .fs-10.text-gray-6 { 
  color: rgba(13, 112, 174, 0.7) !important;
}
section.ant-layout._content_layout_6sxhr_1 ._copyable_hk1pp_1 { 
  color: #8bbc97 !important;
}
section.ant-layout._content_layout_6sxhr_1 ._copyable_hk1pp_1:hover { 
  color: #459866 !important;
}
section.ant-layout._content_layout_6sxhr_1 .fs-14 .color-primary { 
  color: #8bbc97 !important;
}

/* Статистика в карточках */
section.ant-layout._content_layout_6sxhr_1 .mb-40:first-of-type .ant-statistic-content .ant-space,
section.ant-layout._content_layout_6sxhr_1 .mb-40 .mb-24.flex.gap-10 + .mb-24 .ant-statistic-content .ant-space,
section.ant-layout._content_layout_6sxhr_1 .mb-40 h2.ant-typography + .mb-24 .ant-statistic-content .ant-space {
  justify-content: flex-start !important;
}

/* СООБЩЕНИЕ "Нет доступных транзакций" */
section.ant-layout._content_layout_6sxhr_1 .mb-40:last-of-type .fs-14 span:last-child {
  color: #4ca5ce !important;
}

/* Убираем белый цвет с других элементов */
section.ant-layout._content_layout_6sxhr_1 .mb-40 .ant-statistic-title span,
section.ant-layout._content_layout_6sxhr_1 .mb-40 .ant-statistic-content span,
section.ant-layout._content_layout_6sxhr_1 .mb-40 .ant-card-body span {
  color: inherit !important;
}

/* =====================================================
   МОБИЛЬНАЯ АДАПТАЦИЯ (ДЛЯ ТЕЛЕФОНОВ)
   ===================================================== */
@media screen and (max-width: 768px) {
  /* ТАБЛИЦА НА МОБИЛЬНЫХ УСТРОЙСТВАХ */
  section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 {
    padding: 16px !important;
    margin: 0 auto !important;
    width: auto !important;
    border: 1px solid rgba(13, 112, 174, 0.2) !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 20px rgba(13, 112, 174, 0.1) !important;
    background-color: #ffffff !important;
    overflow: hidden !important;
  }
  
  /* СТРОКИ ТАБЛИЦЫ НА МОБИЛЬНОМ (ВЕРТИКАЛЬНОЕ РАСПОЛОЖЕНИЕ) */
  section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table-row {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
  }
  
  /* ЯЧЕЙКИ ТАБЛИЦЫ НА МОБИЛЬНОМ */
  section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table-cell {
    display: block !important;
    width: 100% !important;
    padding: 8px 0 !important;
    margin: 0 !important;
    text-align: center !important;
    box-sizing: border-box !important;
  }
  
  section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24::before { 
    display: none !important; 
  }
  
  /* НАЗВАНИЕ ПРОГРАММЫ НА МОБИЛЬНОМ */
  section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table-cell:nth-child(1) {
    position: relative !important;
    padding-top: 0 !important;
    color: #8bbc97 !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
  }
  
  section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table-cell:nth-child(1)::before { 
    display: none !important; 
  }
  
  section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table-cell:nth-child(1) > * {
    margin-top: 8px !important;
    line-height: 1.3 !important;
  }
  
  /* ЗАГОЛОВКИ ПРОГРАММ НА МОБИЛЬНОМ */
  section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table-cell:nth-child(1) h3 {
    font-size: 18px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    color: #8bbc97 !important;
  }
  
  /* ОПИСАНИЕ ПРОГРАММ НА МОБИЛЬНОМ */
  section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table-cell:nth-child(1) p {
    font-size: 14px !important;
    color: #8bbc97 !important;
  }
  
  /* КОМИССИЯ НА МОБИЛЬНОМ */
  section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table-cell:nth-child(2) {
    color: #8bbc97 !important;
    font-size: 14px !important;
    margin-top: 8px !important;
  }
  
  /* ПОДПИСЬ "Комиссия" НА МОБИЛЬНОМ */
  section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table-cell:nth-child(2)::before {
    content: "Комиссия" !important;
    display: block !important;
    margin-bottom: 4px !important;
  }
  
  section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table-cell:nth-child(2) .ant-space.ant-space-horizontal {
    display: flex !important;
    width: 100% !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  
  section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table-cell:nth-child(2) .ant-space-item { 
    margin: 0 !important; 
  }
  
  /* ССЫЛКИ НА МОБИЛЬНОМ */
  section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table-cell:nth-child(3) a {
    display: inline-block !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 16px auto 0 !important;
    padding: 12px 16px !important;
    white-space: normal !important;
    word-break: break-word !important;
    text-align: center !important;
    border-radius: 20px !important;
    background-color: #8bbc97 !important;
    color: #fff !important;
  }
  
  /* ОСНОВНАЯ ССЫЛКА НА МОБИЛЬНОМ */
  section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table-cell:nth-child(4) a {
    display: inline-block !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 16px auto 0 !important;
    padding: 12px 16px !important;
    white-space: normal !important;
    word-break: break-word !important;
    text-align: center !important;
    background-color: #8bbc97 !important;
    color: #fff !important;
    border-radius: 20px !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
  }
  
  /* МЕЛКИЙ ТЕКСТ ПОД КНОПКАМИ НА МОБИЛЬНОМ */
  section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-table-cell:nth-child(4) .fs-10.text-gray-6 {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    margin: 0 auto !important;
    color: rgba(13, 112, 174, 0.7) !important;
  }
  
  /* ВЫРАВНИВАНИЕ ЭЛЕМЕНТОВ НА МОБИЛЬНОМ */
  section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .flex.align-center.gap-5 {
    justify-content: center !important;
    width: 100% !important;
    margin: 0 auto !important;
    gap: 4px !important;
  }
  
  /* ДЛИННЫЕ ССЫЛКИ НА МОБИЛЬНОМ */
  section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ellipsis,
  section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ellipsis a {
    text-align: center !important;
    width: 100% !important;
    word-break: break-all !important;
  }
  
  /* ОТСТУПЫ ЭЛЕМЕНТОВ НА МОБИЛЬНОМ */
  section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 ._copyable_hk1pp_1 { 
    margin-right: 2px !important; 
  }
  section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-typography-copy { 
    font-size: 14px !important; 
    margin-right: 2px !important; 
  }
  
  /* ВЕРТИКАЛЬНЫЕ БЛОКИ НА МОБИЛЬНОМ */
  section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-space.ant-space-vertical {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
  }
  
  section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-space-item {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
  }
  
  section.ant-layout._content_layout_6sxhr_1 .ant-table-wrapper._noRowBorder_1ftkt_24 .ant-space-item > div {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    max-width: none !important;
    width: 100% !important;
  }
}