/* Lineage II стили для таблиц */
/* Сгенерировано: 2025-12-10 14:36:24 */
/* Lineage II Styled Table Viewer - Красивый стиль для просмотра данных */
/* Использование стандартных шрифтов для надежности */
.preview-cell .field-badge {
    display: inline-block;
    background: #db9065;
    color: white;
    padding: 2px 6px;
    margin: 2px;
    border-radius: 12px;
    font-size: 7.37px;
    line-height: 1.2;
    cursor: help;
}
.preview-cell .field-badge:hover {
    background: #c75d20;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Segoe UI', 'Roboto', 'Arial', sans-serif;
    font-weight: 400;
    color: #ffedc2;
    background: #0d0b0e;
    background: linear-gradient(135deg, #0d0b0e 0%, #1a1418 50%, #0d0b0e 100%);
    min-height: 100vh;
    line-height: 1.6;
    padding: 20px;
}
/* ====== НАЧАЛО: КОНТЕЙНЕР И РАЗМЕРЫ ====== */
.container {
    max-width: 98%;
    margin: 0 auto;
    padding: 25px;
}
/* ====== КОНЕЦ: КОНТЕЙНЕР И РАЗМЕРЫ ====== */
/* Заголовок */
.header {
    text-align: center;
    margin-bottom: 50px;
    padding: 40px;
    background: linear-gradient(135deg, 
        rgba(35, 25, 13, 0.95) 0%,
        rgba(59, 42, 22, 0.95) 50%,
        rgba(35, 25, 13, 0.95) 100%);
    border-radius: 20px;
    border: 3px solid #cb9b3d;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.8),
                inset 0 0 30px rgba(203, 155, 61, 0.3);
    position: relative;
    overflow: visible;
}
.header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, 
        transparent 0%,
        #FFD700 25%,
        #cb9b3d 50%,
        #FFD700 75%,
        transparent 100%);
}
.header h1 {
    font-family: 'Segoe UI', 'Roboto', sans-serif;
    font-weight: 800;
    font-size: 2.345rem;
    background: linear-gradient(to bottom, #fcdb4e, #ff5400);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7);
    margin-bottom: 20px;
}
.header .lead {
    font-size: 1.072rem;
    color: #ffedc2;
    margin-bottom: 15px;
    font-weight: 700;
}
.header .mb-0 {
    font-size: 0.938rem;
    color: #cb9b3d;
}
.badge {
    display: inline-block;
    padding: 12px 30px;
    background: linear-gradient(to bottom, #cb9b3d, #8b6a28);
    color: #23190D;
    font-weight: 800;
    border-radius: 25px;
    border: 3px solid #FFD700;
    text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.3);
    font-size: 1.005rem;
}
/* ====== НАЧАЛО: СТАТИСТИКА - РАСШИРЕННЫЕ РАЗМЕРЫ ====== */
.row.mb-4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    margin-bottom: 60px;
}
/* Статистика */
.stats {
    background: rgba(35, 25, 13, 0.85);
    border-radius: 20px;
    padding: 40px 35px;
    text-align: center;
    border: 3px solid #876625;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.7);
    transition: all 0.3s ease;
    position: relative;
    overflow: visible;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.stats:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, transparent, #FFD700, transparent);
}
.stats:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, transparent, #FFD700, transparent);
}
.stats:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(203, 155, 61, 0.5);
    border-color: #FFD700;
}
.stats h5 {
    color: #cb9b3d;
    font-size: 0.67rem;
    font-weight: 500;
    margin-bottom: 25px;
    text-transform: capitalize;
    letter-spacing: 2px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.stats h3 {
    font-size: 0.67rem;
    font-weight: 500;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
}
.stats .text-primary {
    color: #ffedc2 !important;
    text-shadow: 0 0 10px rgba(255, 237, 194, 0.7);
}
.stats .text-success {
    color: #ffedc2 !important;
    text-shadow: 0 0 10px rgba(255, 237, 194, 0.7);
}
/* Специальные классы для цветов статистики */
.stats-number-primary {
    color: #ffedc2 !important;
    text-shadow: 0 0 10px rgba(255, 237, 194, 0.7);
}
.stats-number-success {
    color: #ffedc2 !important;
    text-shadow: 0 0 10px rgba(255, 237, 194, 0.7);
}
/* Дополнительные декоративные элементы для статистики */
.stats .stats-icon {
    font-size: 1.005rem;
    margin-bottom: 15px;
    color: #cb9b3d;
    opacity: 0.8;
}
.stats .stats-label {
    font-size: 0.67rem;
    color: #876625;
    font-weight: 600;
    margin-top: 10px;
    text-transform: capitalize;
    letter-spacing: 1px;
}
/* ====== КОНЕЦ: СТАТИСТИКА - РАСШИРЕННЫЕ РАЗМЕРЫ ====== */
/* Формы */
.form-select {
    width: 100%;
    padding: 15px 25px;
    background: #23190D;
    color: #ffedc2;
    border: 3px solid #876625;
    border-radius: 10px;
    font-family: 'Segoe UI', 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 1.005rem;
    cursor: pointer;
    transition: all 0.3s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23cb9b3d' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 20px;
    appearance: none;
}
.form-select:focus {
    outline: none;
    border-color: #FFD700;
    box-shadow: 0 0 0 4px rgba(255, 215, 0, 0.4);
}
/* Кнопки */
.btn {
    padding: 15px 40px;
    background: linear-gradient(to bottom, #cb9b3d, #8b6a28);
    color: #23190D;
    border: 3px solid #FFD700;
    border-radius: 10px;
    font-family: 'Segoe UI', 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 0.67rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: capitalize;
    letter-spacing: 1.5px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}
.btn:hover {
    background: linear-gradient(to bottom, #FFD700, #cb9b3d);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(203, 155, 61, 0.5);
    color: #23190D;
}
.btn:active {
    transform: translateY(0);
}
.btn-outline-primary {
    background: transparent;
    color: #cb9b3d;
    border-color: #cb9b3d;
}
.btn-outline-primary:hover {
    background: linear-gradient(to bottom, #cb9b3d, #8b6a28);
    color: #23190D;
}
.btn-sm {
    padding: 10px 20px;
    font-size: 0.335rem;
}
/* ====== НАЧАЛО: КОНТЕЙНЕР ТАБЛИЦЫ ====== */
.table-container {
    background: rgba(35, 25, 13, 0.95);
    border-radius: 20px;
    padding: 35px;
    margin-bottom: 40px;
    border: 3px solid #cb9b3d;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.8),
                inset 0 0 30px rgba(203, 155, 61, 0.2);
    overflow: visible;
}
.table-responsive {
    overflow-x: auto;
    border-radius: 15px;
    max-height: 75vh;
}
/* ====== КОНЕЦ: КОНТЕЙНЕР ТАБЛИЦЫ ====== */
/* ====== НАЧАЛО: ОСНОВНЫЕ СТИЛИ ТАБЛИЦЫ ====== */
.table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 0;
    font-size: 0.737rem;
    background: transparent;
}
/* Заголовки таблицы */
.table th {
    background: linear-gradient(to bottom, 
        rgba(35, 25, 13, 0.95) 0%,
        rgba(59, 42, 22, 0.95) 100%);
    color: #cb9b3d;
    font-weight: 800;
    font-size: 0.871rem;
    padding: 25px 20px;
    border: 2px solid #876625;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 1.5px;
    position: sticky;
    top: 0;
    z-index: 10;
    min-width: 120px;
}
.table th:first-child {
    border-top-left-radius: 15px;
}
.table th:last-child {
    border-top-right-radius: 15px;
}
/* Ячейки таблицы - ВСЕ ЯЧЕЙКИ ОДНОГО ЦВЕТА */
.table td {
    background: rgba(35, 25, 13, 0.8);
    color: #ffedc2 !important;
    padding: 22px 18px;
    border: 2px solid rgba(135, 102, 37, 0.4);
    text-align: center;
    vertical-align: middle;
    font-weight: 400;
    font-size: 0.7035rem;
    transition: all 0.3s ease;
    min-width: 100px;
}
/* УБИРАЕМ ЧЕРЕДОВАНИЕ СТРОК */
.table-striped tbody tr:nth-of-type(odd) td {
    background: rgba(35, 25, 13, 0.8);
}
/* УБИРАЕМ ЧЕРЕДОВАНИЕ СТРОК ДЛЯ ОБЫЧНОЙ ТАБЛИЦЫ */
.table tbody tr:nth-child(even) td {
    background: rgba(35, 25, 13, 0.8);
}
/* Эффект при наведении на строку */
.table-hover tbody tr:hover td {
    background: rgba(203, 155, 61, 0.15);
    color: #ffedc2 !important;
}
/* ====== КОНЕЦ: ОСНОВНЫЕ СТИЛИ ТАБЛИЦЫ ====== */
/* ====== НАЧАЛО: ЯЧЕЙКИ С ПРЕДПРОСМОТРОМ - ОТКЛЮЧАЕМ ВСПЫВАНИЕ ====== */
.preview-cell {
    max-width: 300px;
    min-height: 60px;
    overflow: hidden;
    text-overflow: clip !important;
    white-space: normal;
    cursor: default;
    position: relative;
    transition: all 0.3s ease;
    line-height: 1.5;
    color: #ffedc2 !important;
}
/* ОТКЛЮЧАЕМ ВСПЫВАНИЕ ПРИ НАВЕДЕНИИ */
.preview-cell:hover {
    overflow: visible !important;
    white-space: normal !important;
    text-overflow: clip !important;
    background: rgba(35, 25, 13, 0.8);
    position: relative;
    z-index: 1;
    padding: 22px 18px;
    border: 2px solid rgba(135, 102, 37, 0.4);
    border-radius: 0;
    box-shadow: none;
    min-width: 100px;
    max-width: 300px;
    transform: none;
    text-shadow: none;
    font-size: 0.7035rem;
}
/* ОТКЛЮЧАЕМ ВСПЫВАЮЩУЮ ПОДСКАЗКУ */
.preview-cell:hover::after {
    display: none;
}
/* Если нужен просто тултип при наведении (стандартный браузерный) */
.preview-cell {
    position: relative;
}
.preview-cell:hover::before {
    display: none;
}
/* ====== КОНЕЦ: ЯЧЕЙКИ С ПРЕДПРОСМОТРОМ - ОТКЛЮЧАЕМ ВСПЫВАНИЕ ====== */
/* ====== НАЧАЛО: ИЗОБРАЖЕНИЯ В ТАБЛИЦЕ ====== */
.table td img {
    max-width: 70px;
    max-height: 70px;
    border: 3px solid #876625;
    border-radius: 8px;
    padding: 3px;
    background: rgba(0, 0, 0, 0.6);
    transition: all 0.3s ease;
    object-fit: contain;
}
.table td:hover img {
    border-color: #FFD700;
    transform: scale(1.15);
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.5);
}
/* ====== КОНЕЦ: ИЗОБРАЖЕНИЯ В ТАБЛИЦЕ ====== */
/* Сообщение об отсутствии данных */
.text-center.text-muted {
    color: #876625 !important;
    font-style: italic;
    padding: 40px;
    background: rgba(35, 25, 13, 0.8);
    border-radius: 15px;
    border: 2px dashed #876625;
    font-size: 0.871rem;
}
/* ====== НАЧАЛО: ПАГИНАЦИЯ ====== */
.pagination-container {
    margin-top: 25px;
    padding: 10px;
    background: rgba(35, 25, 13, 0.8);
    border-radius: 15px;
    border: 2px solid #876625;
}
.pagination {
    display: flex;
    justify-content: center;
    gap: 5px;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.page-item {
    list-style: none;
}
.page-link {
    display: block;
    padding: 10px 15px;
    background: rgba(35, 25, 13, 0.9);
    color: #cb9b3d;
    border: 3px solid #876625;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 800;
    font-size: 0.67rem;
    transition: all 0.3s ease;
    min-width: 25px;
    text-align: center;
}
.page-link:hover {
    background: linear-gradient(to bottom, #cb9b3d, #8b6a28);
    color: #23190D;
    border-color: #FFD700;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
}
.page-item.active .page-link {
    background: linear-gradient(to bottom, #FFD700, #cb9b3d);
    color: #23190D;
    border-color: #FFD700;
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.6);
    transform: scale(1.05);
}
.page-item.disabled .page-link {
    opacity: 0.5;
    cursor: not-allowed;
    background: rgba(35, 25, 13, 0.5);
    color: #876625;
    border-color: #876625;
}
.page-item.disabled .page-link:hover {
    transform: none;
    background: rgba(35, 25, 13, 0.5);
}
/* ====== КОНЕЦ: ПАГИНАЦИЯ ====== */
/* Футер с информацией */
.mt-4.text-center.text-muted {
    margin-top: 50px;
    padding: 25px;
    background: rgba(35, 25, 13, 0.8);
    border-radius: 15px;
    border: 2px solid #876625;
    color: #cb9b3d;
    font-size: 0.737rem;
}
.mt-4.text-center.text-muted small {
    display: block;
    line-height: 2;
}
/* Анимации */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.container {
    animation: fadeIn 0.6s ease-out;
}
.table tbody tr {
    animation: fadeIn 0.4s ease-out;
    animation-fill-mode: both;
}
/* Декоративные элементы */
.header:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, 
        transparent 0%,
        #FFD700 25%,
        #cb9b3d 50%,
        #FFD700 75%,
        transparent 100%);
}
/* Стили для скроллбара */
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}
::-webkit-scrollbar-track {
    background: rgba(35, 25, 13, 0.9);
    border-radius: 8px;
}
::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, #cb9b3d, #8b6a28);
    border-radius: 8px;
    border: 3px solid rgba(35, 25, 13, 0.9);
}
::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(to bottom, #FFD700, #cb9b3d);
}
/* Адаптивность */
@media (max-width: 1200px) {
    .container {
        padding: 20px;
    }
    .header h1 {
        font-size: 1.876rem;
    }
    .row.mb-4 {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
    }
    .stats {
        padding: 35px 30px;
        min-height: 220px;
    }
    .stats h3 {
        font-size: 2.01rem;
    }
    .table th,
    .table td {
        padding: 20px 15px;
        font-size: 0.67rem;
    }
}
@media (max-width: 768px) {
    body {
        padding: 15px;
    }
    .header {
        padding: 30px;
        margin-bottom: 30px;
    }
    .header h1 {
        font-size: 1.474rem;
    }
    .header .lead {
        font-size: 0.871rem;
    }
    .row.mb-4 {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 25px;
        margin-bottom: 40px;
    }
    .stats {
        padding: 30px 25px;
        min-height: 200px;
    }
    .stats h5 {
        font-size: 0.804rem;
    }
    .stats h3 {
        font-size: 1.675rem;
    }
    .table-container {
        padding: 25px;
    }
    .table th,
    .table td {
        padding: 18px 12px;
        font-size: 0.6365rem;
    }
}
@media (max-width: 480px) {
    .row.mb-4 {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .header {
        padding: 20px;
    }
    .header h1 {
        font-size: 1.206rem;
    }
    .header .badge {
        padding: 10px 20px;
        font-size: 0.804rem;
    }
    .stats {
        padding: 25px 20px;
        min-height: 180px;
    }
    .stats h5 {
        font-size: 0.737rem;
    }
    .stats h3 {
        font-size: 1.474rem;
    }
    .table th,
    .table td {
        padding: 15px 8px;
        font-size: 0.5695rem;
    }
    .table td img {
        max-width: 50px;
        max-height: 50px;
    }
}
/* Градиентный фон для всей страницы */
body:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at center, rgba(203, 155, 61, 0.1) 0%, transparent 70%);
    pointer-events: none;
    z-index: -1;
}
/* Дополнительные стили для единообразия текста */
.text-muted {
    color: #876625 !important;
}
.text-center {
    color: #ffedc2 !important;
}
/* Убираем все синие и зеленые цвета */
a, .text-primary, .text-info, .text-success, .text-warning {
    color: #ffedc2 !important;
}
/* Специальный класс для текста данных */
.data-text {
    color: #ffedc2 !important;
    font-weight: 400;
}
/* Убираем hover-эффекты для текста */
a:hover, a:focus {
    color: #cb9b3d !important;
}
/* Основные стили для ссылок */
a {
    color: #ffcc00;
    text-decoration: underline;
    background-color: transparent;
}
/* Эффект при наведении на ссылку */
a:hover {
    color: #b38f00;
}
/* Ссылки без href и класса */
a:not([href]):not([class]), 
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
/* Ссылки внутри элементов code */
a>code {
    color: inherit;
}
/* Ссылки в кнопках-ссылках */
.btn-link {
    color: #ffcc00;
    font-weight: 400;
    text-decoration: underline;
}
.btn-link:hover {
    color: #b38f00;
}
.btn-link.disabled, 
.btn-link:disabled {
    color: #6c757d;
}
/* Базовые стили для всех кнопок */
.btn {
    background: linear-gradient(180deg, #4a4436 0%, #383124 50%, #292315 50%, #453623 100%);
    color: #212529;
    cursor: pointer;
    display: inline-block;
    -moz-user-select: none;
    padding: 7px 20px;
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 2px 2px rgba(0, 0, 0, 0.4);
    color: #E4DABD;
    font-size: 9.38px;
    line-height: 14px;
    font-family: Lucida Sans Unicode;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    border-width: 1px 2px 1px 2px;
    border-style: solid solid solid solid;
    border-color: #948b7e #948b7e #948b7e #948b7e;
    border-radius: 0.25rem;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    user-select: none;
    vertical-align: middle;
    -webkit-user-select: none;
}
/* Эффект при наведении на кнопку */
.btn:hover {
    background: linear-gradient(180deg, #68563D 0%, #423224 50%, #312314 50%, #513721 100%);
    color: #E4DABD;
    text-decoration: none;
    outline: none;
}
/* Эффект при фокусе на кнопке */
.btn-check:focus+.btn, 
.btn:focus {
    background: linear-gradient(180deg, #68563D 0%, #423224 50%, #312314 50%, #513721 100%);
    color: #E4DABD;
    text-decoration: none;
    outline: none;
}
/* Отключенные кнопки */
.btn.disabled, 
.btn:disabled, 
fieldset:disabled .btn {
    opacity: .65;
    pointer-events: none;
}
/* Стили для основной кнопки */
.btn-primary {
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    background: linear-gradient(180deg, #4a4436 0%, #383124 50%, #292315 50%, #453623 100%);
    padding: 7px 20px;
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 2px 2px rgba(0, 0, 0, 0.4);
    color: #E4DABD;
    font-size: 9.38px;
    line-height: 14px;
    font-family: Lucida Sans Unicode;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    border-width: 1px 2px 1px 2px;
    border-style: solid solid solid solid;
    border-color: #948b7e #948b7e #948b7e #948b7e;
    border-radius: 0.25rem;
    position: relative;
    box-sizing: border-box;
    outline: none;
}
/* Эффекты для основной кнопки */
.btn-primary:hover {
    background: linear-gradient(180deg, #68563D 0%, #423224 50%, #312314 50%, #513721 100%);
    color: #E4DABD;
    text-decoration: none;
    outline: none;
}
.btn-check:focus+.btn-primary, 
.btn-primary:focus {
    background-color: #0b5ed7;
    border-color: #0a58ca;
    box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5);
    color: #fff;
}
.btn-check:active+.btn-primary, 
.btn-check:checked+.btn-primary, 
.btn-primary.active, 
.btn-primary:active, 
.show>.btn-primary.dropdown-toggle {
    text-decoration: none;
    background: linear-gradient(180deg, #433425 0%, #47331D 50%, #412E18 50%, #4D3622 100%);
    box-shadow: inset 0px 0px 6px 2px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.4);
    outline: none;
}
/* Стили для ссылок пагинации */
.page-link {
    position: relative;
    display: block;
    padding: 5px 10px;
    margin-left: 4px;
    line-height: 1.25;
    color: #E4DABD;
    background: linear-gradient(180deg, #4a4436 0%, #383124 50%, #292315 50%, #453623 100%);
    border-width: 1px 2px 1px 2px;
    border-style: solid solid solid solid;
    border-color: #948b7e #948b7e #948b7e #948b7e;
    border-radius: 0.25rem;
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 2px 2px rgba(0, 0, 0, 0.4);
    outline: none;
}
/* Эффекты для ссылок пагинации */
.page-link:hover {
    z-index: 2;
    color: #E4DABD;
    text-decoration: none;
    background: linear-gradient(180deg, #68563D 0%, #423224 50%, #312314 50%, #513721 100%);
    outline: none;
}
.page-link:focus {
    z-index: 3;
    text-decoration: none;
    background: linear-gradient(180deg, #433425 0%, #47331D 50%, #412E18 50%, #4D3622 100%);
    box-shadow: inset 0px 0px 6px 2px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.4);
    outline: none;
}
/* Активная страница в пагинации */
.page-item.active .page-link {
    color: #ffcc00;
    background: linear-gradient(180deg, #4a4436 0%, #383124 50%, #292315 50%, #453623 100%);
    border-color: linear-gradient(180deg, #433425 0%, #47331D 50%, #412E18 50%, #4D3622 100%);
    z-index: 3;
}
/* Отключенные ссылки пагинации */
.page-item.disabled .page-link {
    background: linear-gradient(180deg, #4a4436 0%, #383124 50%, #292315 50%, #453623 100%);
    cursor: auto;
    color: #9D9D9C;
    pointer-events: none;
}
/* Большие кнопки */
.btn-group-lg>.btn, 
.btn-lg {
    padding: 0.2rem 1rem;
    font-size: 0.8375rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
/* Маленькие кнопки */
.btn-group-sm>.btn, 
.btn-sm {
    padding: 0.05rem 0.5rem;
    font-size: 0.469rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
/* Элементы выпадающего меню */
.dropdown-item {
    background-color: transparent;
    border: 0;
    clear: both;
    color: #C8C8C8;
    display: block;
    font-weight: 400;
    padding: .25rem 1rem;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
}
.dropdown-item:focus, 
.dropdown-item:hover {
    color: #C8C8C8;
    text-decoration: none;
    background: linear-gradient(to right, rgba(164, 128, 68, 0.3) 0%, rgba(164, 128, 68, 0.25) 80%, rgba(164, 128, 68, 0) 100%);
}
.dropdown-item.active, 
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ffcc00;
}
.btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L8 9.414l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    box-sizing: content-box;
    color: #f4e1bf;
    height: 1em;
    opacity: .5;
    padding: .25em .25em;
    width: 1em;
}
.btn-close:hover {
    color: #000;
    opacity: .75;
    text-decoration: none;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
/* Вкладки в стиле табов */
.nav-tabs .nav-link {
    background: linear-gradient(to bottom, rgba(120, 108, 92, 0.8) 0%, rgba(120, 108, 92, 0) 80%);
    border: 1px solid #786C5C;
    border-top-color: #ACA59A;
    color: #E4DABC;
    box-shadow: inset 1px 1px 0px 0px rgba(0, 0, 0, 0.15), inset -1px 0px 0px 0px rgba(0, 0, 0, 0.15), -1px -1px 0px 0px rgba(0, 0, 0, 0.15), 1px 0px 0px 0px rgba(0, 0, 0, 0.15);
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 4px;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    margin-bottom: -1px;
}
.nav-tabs .nav-link:focus, 
.nav-tabs .nav-link:hover {
    border-color: #786C5C;
    border-top-color: #ACA59A;
    box-shadow: inset 1px 1px 0px 0px rgba(0, 0, 0, 0.15), inset -1px 0px 0px 0px rgba(0, 0, 0, 0.15), -1px -1px 0px 0px rgba(0, 0, 0, 0.15), 1px 0px 0px 0px rgba(0, 0, 0, 0.15), inset 0px 0px 6px 3px rgba(77, 49, 25, 0.3);
    isolation: isolate;
}
.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active {
    color: #E4DABC;
    border-color: #786C5C #786C5C #1A1915;
    border-top-color: #ACA59A;
    margin-top: 0;
    padding-top: 2px;
    padding-bottom: 2px;
}