html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    background: #17161B;
}

body {
    position: relative;
    align-items: center;
    justify-content: center;
    background-image: url(../images/Background.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;

}

.example-content {
    color: rgba(241, 241, 243, 0.64) !important;
    background-color: #212025; /* Цвет фона модального окна */
}

.navbar .navbar-toggler,
.navbar .navbar-toggler:focus,
.navbar .navbar-toggler:active {
    border-color: transparent; /* Убирает обводку кнопки */
    outline: none; /* Убирает стандартную обводку браузера */
    box-shadow: none; /* Убирает тень при фокусе */
}

.navbar .navbar-toggler {
    border-color: transparent; /* Убирает обводку кнопки */

}

.navbar .navbar-toggler-icon {
    opacity: 1;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.gradient-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%; /* Adjust the height as needed */
    background: linear-gradient(to bottom, rgba(33, 32, 37, 0) 0%, #17161B 100%);
}

.navbar {
    background-color: rgb(33 32 37 / 40%);
    position: relative;
    width: 100%;
    z-index: 3; /* Навбар поверх всього */
    box-shadow: 0 4px 30px rgba(33, 32, 37, 0.3); /* Тінь */
}

/* Стили для навбару и других элементов */

.navbar .navbar-nav .nav-item .nav-link {
    color: #ffffff;
    font-size: 12px;
    font-family: "Minecraft";
}

.navbar .navbar-nav .nav-item .nav-link:hover {
    color: #4282FF;
}

.navbar .navbar-nav .nav-link:hover {
    color: #327AF3;
}

/* Стили для hover на пунктах внутри выпадающего списка */
.navbar .navbar-nav .dropdown-menu .dropdown-item:hover {
    color: #327AF3; /* Цвет фона при наведении на пункт списка */
    background: rgba(81, 90, 93, 0.33); /* Цвет фона выпадающего списка */
    border-radius: 1px solid white;
}

.navbar .navbar-nav .dropdown-menu {
    position: absolute; /* Позиционирование абсолютное */
    left: 50%; /* Позиционирование по горизонтали в середине */
    transform: translateX(-50%); /* Центрирование относительно своей ширины */
    background: rgb(33, 32, 37); /* Цвет фона выпадающего списка */
    padding: 10px; /* Внутренний отступ */
    border-radius: 0;
}

/* Стили для пунктов внутри выпадающего списка */
.navbar .navbar-nav .dropdown-menu .dropdown-item {
    color: #ffffff; /* Цвет текста пунктов списка */
    transition: all 0.3s ease; /* Плавное изменение стилей */
    text-align: center; /* Центрирование текста */
    width: 100%; /* Ширина пунктов списка на 100% */
}

@font-face {
    font-family: 'Play';
    src: url('../fonts/playbold.woff2') format('woff2'), url('../fonts/playbold.woff') format('woff'), url('../fonts/playbold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Minecraft';
    src: url("../fonts/minecraft.ttf");
    font-weight: 400;
}

.nav__title {
    font-weight: 700;
    line-height: 150%;
    width: 1000px;
    color: #fff;
    padding: 150px 0;
    font-family: 'Play';
    font-style: normal;
    font-size: 44px;
    z-index: 2; /* Поверх фонової картинки */
}

.nav__text {
    font-family: 'Play';
    color: #ffffff8f;
    font-size: 0.83em;
    line-height: 1.389em;
    margin-top: -120px;
    z-index: 2; /* Поверх фонової картинки */
}

.nav_btn {
    font-size: 18px;
    background-color: #327AF3;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    height: 50px;
    width: 110px;
    margin-top: 30px;
    transition: background-color 0.3s ease;
    z-index: 2; /* Поверх фонової картинки */
}

.nav_btn-download {
    margin-left: 75px;
}

.nav_btn-download-right {
    margin-left: 75px;
}

.nav_btn-download-right a {
    color: #fff;
    background-color: #327AF3;
    padding: 13px 25px;
    text-decoration: none;
    border-radius: 7px;
    display: inline-block;
    margin-top: 36px;
}

.nav_btn-download-right a:hover {
    background-color: #234270; /* Темно-синий цвет при наведении */
    color: white;
}

.nav-btn-link {
    top: 10px;
    position: relative;
}

.nav_btn-download a {
    color: #fff;
    background-color: #327AF3;
    padding: 13px 25px;
    text-decoration: none;
    border-radius: 7px;
    display: inline-block;
    margin-top: 30px;
}

.nav_btn-download a:hover {
    background-color: #234270; /* Темно-синий цвет при наведении */
    color: white;
}


.nav_btns {
    font-size: 18px;
    color: #ffffff;
    background: no-repeat;
    border: 1px solid #327AF3;
    border-radius: 10px;
    cursor: pointer;
    height: 50px;
    margin-left: 50px;
    width: 170px;
    transition: background-color 0.3s ease;
    z-index: 2; /* Поверх фонової картинки */
}

.nav_btns:hover {
    background: rgb(33, 32, 37); /* Цвет фона выпадающего списка */
}

.nav_btn:hover {
    background-color: #2255a4; /* Цвет фона при наведении на кнопку */
}

.nav__images {
    margin-top: 200px;
    z-index: 2; /* Поверх фонової картинки */
}

.nav_img {
    width: 700px;
    height: 511px;
    z-index: 2; /* Поверх фонової картинки */
}

.server {
    font-family: 'Minecraft';
    color: white;
    font-size: 24px;
    margin: 0;
}


.server img {
    margin-right: 30px; /* Відступ праворуч від картинки */
}

.contact {
    font-family: 'Minecraft';
    color: white;
    font-size: 24px;
    margin: 0;
}


.contact  img {
    margin-right: 30px; /* Відступ праворуч від картинки */
}


.blue-strip {
    background-color: #4282FF;
    height: 2px;
    width: 1489px;
    position: absolute;
    top: 940px;
    left: -85px;
    z-index: 1;
}

.block-container {
    position: absolute;
    top: -150px; /* Зміщення блоків по вертикалі */
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 40px;
    z-index: 2; /* Поверх синьої смуги */
}

.block {
    width: 290px;
    height: 290px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    opacity: 0; /* Початково приховуємо всі блоки */
    transition: opacity 0.5s ease-in-out; /* Додаємо анімацію прозорості */
    text-decoration: none; /* Убираем подчеркивание текста ссылки */
    color: black; /* Цвет текста */
    background-size: cover; /* Обеспечиваем, чтобы фоновые изображения покрывали весь блок */
    background-position: center; /* Центрируем фоновые изображения */
    position: relative; /* Для внутреннего позиционирования элементов */
    overflow: hidden; /* Для обрезки контента, выходящего за пределы блока */

}

.block:hover {
    opacity: 1;
}

.block .block-content {
    font-family: 'Minecraft';
    position: absolute;
    top: 52%;
    left: 50%;
    color: white;
    transform: translate(-50%, -50%);
    background-color: #1c1b1de8;
    padding: 10px;
    border-radius: 5px;
    width: 150px;
    height: 45px;
    text-align: center;
    display: flex;
    justify-content: center;

}

.block .block-content:hover {
    background-color: rgba(66, 130, 255, 0.8);
}

.block .block-content span {
    font-size: 16px;
}

.block1 {
    background-image: url(../images/server_one.svg);
}

.block2 {
    background-image: url(../images/server_two.svg);
}

.block3 {
    background-image: url(../images/server_thre.svg);
}

.block4 {
    background-image: url(../images/server_four.svg);
}

.block5 {
    background-image: url(../images/server_one.svg);
}

.block6 {
    background-image: url(../images/server_two.svg);
}

.block7 {
    background-image: url(../images/server_thre.svg);
}

.block8 {
    background-image: url(../images/server_four.svg);
}

.arrow {
    cursor: pointer;
    font-size: 20px;
    user-select: none;
    z-index: 2; /* Поверх синьої смуги */
}

.arrow-left {
    position: absolute;
    left: -15px;
    top: -15px;
}

.arrow-right {
    position: absolute;
    right: -15px;
    top: -15px;
}

/* Анімація для блоків */
@keyframes slideInFromRight {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Додано класи анімації */
.block.slide-from-right {
    animation: slideInFromRight 0.5s ease-in-out forwards;
}

.block.slide-from-left {
    animation: slideInFromLeft 0.5s ease-in-out forwards;
}

.column-text {
    padding: 20px;
    width: 304px;
    border-radius: 5px;

}

.column-image {
    justify-content: center;
    display: flex;
}

.column-image img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;

}

.online-boxes {
    display: flex;
    gap: 59px;
    padding: 0 0 0 135px;

}

.highlight {
    color: #4282FF;
}

/*.box {*/
/*    padding: 20px;*/
/*    background-color: #ffffff;*/
/*    border: 1px solid #ddd;*/
/*    border-radius: 5px;*/
/*    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
/*    text-align: center;*/
/*}*/

.tags {
    display: flex;
    gap: 20px;
    margin-top: -18px;
}

.tags-version {
    background-color: rgba(241, 241, 243, 0.5);
    border-radius: 10px;
    padding: 5px 0 0 18px;
    font-size: 18px;
    width: 80px;
    height: 32px;
    color: white;
    font-family: 'Play';
}

.online-rules {
    background-color: #212025;
    border-radius: 10px;
    padding: 11px 0 0 20px;
    font-size: 18px;
    width: 115px;
    height: 49px;
    color: white;
    text-decoration: none;

}

.online-wipe {
    background-color: #212025;
    border-radius: 10px;
    padding: 11px 0 0 20px;
    font-size: 18px;
    width: 96px;
    height: 49px;
    color: white;
    text-decoration: none;
}

.text-server {
    color: rgba(241, 241, 243, 0.64);
    margin-top: 20px;
}

.online-server {
    background-color: #212025;
    width: 270px;
    height: 93px;
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    flex-direction: column;
    border-radius: 10px;
    padding: 20px;
    color: white;
    /* margin-right: 28px; */
    margin: 19px 0 0 135px;
}

.server-name {
    font-size: 18px;
    margin-bottom: 5px;

    font-family: 'Minecraft';
}

.server-bar {
    width: 100%;
    height: 26px;
    background-color: #333;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    margin-bottom: 5px;
}

.server-bar-fill {
    height: 100%;
    background-color: #4282FF;
    transition: width 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 0; /* Начальное значение */
}

.server-online {
    font-size: 16px;
    color: white;
    z-index: 1;
    left: 10px;
    position: relative;
    font-family: 'Play';
}

.select-server {
    margin-top: 20px;
    font-size: 16px;
    border-radius: 10px;
    width: 800px;
    height: 45px;
    color: rgba(241, 241, 243, 0.64);
    padding: 10px;
    background-color: #212025;
}

.select-text {
    margin-top: 20px;
    font-size: 18px;
    border-radius: 10px;
    width: 800px;
    height: 50px;
    color: #F1F1F3;
    padding: 10px;
    background-color: #212025;
    gap: 15px;
    display: flex;
}

.select-server p {
    margin-bottom: 10px;
    display: inline-block;
}

.server-link {
    display: inline-block; /* Изменяем на inline-block для отображения в одну строку */
    margin-left: 25px; /* Отступ между ссылками */
    color: rgba(241, 241, 243, 0.64);
    text-decoration: none;
    font-weight: bold;
}

.server-link:hover {
    text-decoration: none;
    color: rgba(66, 130, 255, 0.8);
}

.server-link-one {
    display: inline-block; /* Изменяем на inline-block для отображения в одну строку */
    margin-left: 25px; /* Отступ между ссылками */
    color: #2255a4 !important;
    text-decoration: none;
    font-weight: bold;
}

.server-link-two {
    display: inline-block; /* Изменяем на inline-block для отображения в одну строку */
    margin-left: 25px; /* Отступ между ссылками */
    color: #2255a4 !important;
    text-decoration: none;
    font-weight: bold;
}

.server-link-three {
    display: inline-block; /* Изменяем на inline-block для отображения в одну строку */
    margin-left: 25px; /* Отступ между ссылками */
    color: #2255a4 !important;
    text-decoration: none;
    font-weight: bold;
}

.table-donate {
    width: 65%;
    margin-top: 20px;
}

/* Общие стили таблицы */
.table {
    border-collapse: collapse;
    background-color: #17161B;
}

.table th,
.table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
    vertical-align: middle;
    color: white;
}

.table th {
    background-color: #4282FF;
    font-weight: bold;
}

/* Стили для изображений в ячейках */
.table td img.success-png,
.table td img.cancel-png {
    width: 20px;
    height: 20px;
}

/* Стили для верхней строки (thead) */
.table thead {
    background-color: #4282FF;
}

.table thead th {
    border: 1px solid rgba(241, 241, 243, 0.15);
    padding: 10px;
    border-bottom: 0px solid rgba(241, 241, 243, 0.15);
    background-color: #4282FF;
    color: white;
}

/* Стили для ячеек в теле таблицы (tbody) */
.table tbody td {
    border: 2px solid rgba(241, 241, 243, 0.15);
    padding: 10px;
    color: #f1f1f38c;
    background-color: #17161B;
}

/* Стили для последней строки в теле таблицы */
.table tbody .last-row td {
    border: 2px solid #4282FF;
}

/* Стили для последней строки с разделением */
.table tbody .last-rows td {
    border: 2px solid rgba(241, 241, 243, 0.15);
    border-bottom: 2px solid #4282FF;
}

/* Индивидуальные стили для колонок */
.feature {
    width: 100px;
    height: 50px;
    color: white !important;
}

.vip,
.premium,
.deluxe,
.season,
.season-plus {
    width: 70px;
	color: white !important;
}

.cost {
    background-color: #327AF3;
    color: #4282FF !important;
	font-style: normal;
}

.ruble-png {
    margin-top: -5px;
    margin-left: 5px;
}

.blue-text {
    color: #4282FF;
}

.select-texts {
    color: white;
    font-size: 16px;
}

.select-kit {
    color: rgba(241, 241, 243, 0.64);
}

.contact-box {
    border: 2px solid #4282FF;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
    background-color: #17161B; /* Добавлено, чтобы перекрыть полосу */
}

.box {
    display: inline-block;
    width: 22%; /* Увеличение ширины для размещения 4 боксов в ряд */
    margin: 20px 1%; /* Уменьшение отступов */
    vertical-align: top;
    padding: 15px;
    border-radius: 8px;
    border: 2px solid rgba(241, 241, 243, 0.15);
}

.avatar img {
    width: 100px; /* Размер аватара */
    height: 100px; /* Размер аватара */
    border-radius: 50%; /* Круглый аватар */
    margin-bottom: 10px;
}

.info h3 {
    color: white; /* Цвет текста */
    font-family: 'Play';
    font-size: 16px;
}

.info p {
    color: #4282FF; /* Синий цвет для описания */
    font-size: 12px;
    font-family: 'Minecraft';
}

.info-box h3 {
    color: white; /* Цвет текста */
    font-family: 'Play';
    font-size: 16px;
}

.info-box p {
    color: #4282FF; /* Синий цвет для описания */
    font-size: 12px;
    font-family: 'Minecraft';
}

.btn-vk {
    display: inline-block;
    padding: 10px 15px;
    background-color: #4282FF; /* Синий цвет кнопки */
    color: white;
    text-decoration: none;
    border-radius: 10px;
    margin-top: 10px;
}

.btn-vk:hover {
    background: rgba(60, 58, 65, 0.3); /* Темный цвет при наведении */
}

.blue-stripe {
    width: 115%;
    height: 2px;
    background-color: #4282FF;
    position: relative;
    top: 180px;
    left: -99px;
    z-index: 1;
}

.footer {
    background-color: #212025;
    margin-top: 200px;
}

.footer .container {
    max-width: 1200px;
    margin: auto;
}

.footer-link {
    color: rgba(241, 241, 243, 0.64);
    text-decoration: none;
    margin: 0 10px;
    font-size: 10px;
    font-family: 'Minecraft';
    z-index: 2;
    position: relative;
}

.footer-link:hover {
    text-decoration: none;
}

.footer-separator {
    color: #000;
    margin: 0 10px;
}

.footer-icon {
    width: 24px; /* Adjust the size as needed */
    height: 24px; /* Adjust the size as needed */
    margin-left: 10px;
    z-index: 2;
    position: relative;
}

.footer-line {
    border-top: 2px solid #C0C0C0;
    width: 129%;
    /* left: 7px; */
    right: 171px;
    margin-top: 30px;
    /* display: flex; */
    position: relative;
}

.rental {
    color: #4282FF;
    font-family: "Minecraft";
    font-size: 8px;
}

.rental-protection {
    color: white;
    font-size: 8px;
    font-family: "Minecraft";
}

.modal-content.download {
    width: 100% !important;
    height: 400px !important;
    border: 2px solid rgba(241, 241, 243, 0.15) !important;

}

.left-column-down-text {
    color: #4282FF;
    font-family: "Minecraft";
}

.right-column-down-text {
    color: rgba(241, 241, 243, 0.15);
    font-family: "Minecraft";
    font-size: 24px;
}

.content h2 {
    margin: 20px;
    top: 10px;
    position: relative;
}

.content-right h2 {
    margin: 14px 0;
    top: 10px;
    position: relative;
}


.content-right p {
    color: rgba(241, 241, 243, 0.64);
    left: 30px;
    top: 18px;
    /* font-size: 16px; */
    position: relative;
}

.content p {
    color: rgba(241, 241, 243, 0.64);
    left: 30px;
    top: 10px;
    /* font-size: 16px; */
    position: relative;
}


.windows-text {
    display: inline-block;
    position: relative;
    /* top: 10px; */
    left: 120px;
}

.oc-text {
    display: inline-block;
    position: relative;
    /* top: 10px; */
    left: 120px;
}

.modal-content {
    background-color: #212025 !important;
    color: white;
    position: relative;
    overflow: hidden;
    margin-top: 75px;
    border: 2px solid rgba(241, 241, 243, 0.15) !important;
}

.modal-content-rules {
    background-color: #212025 !important;
    color: white;
    position: relative;
    overflow: hidden;

    border: 2px solid rgba(241, 241, 243, 0.15) !important;
}

.left-column {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-image: url('../images/modal-lefft.svg');
    background-size: cover;
    background-position: center;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    border-radius: 12px;
}

.left-column-down {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    border-radius: 12px;
}

.right-column {
    width: 50%;
    margin-left: 50%;
    padding: 20px;
    background-color: #212025; /* Важно для перекрытия изображения */
}

.right-column-down {
    width: 50%;
    margin-left: 50%;
    padding: 20px;
    background-color: #212025; /* Важно для перекрытия изображения */
}

.right-column h3 {
    color: white;
    font-family: 'Minecraft';
    left: 10px;
    position: relative;
}


.right-column-down h2 {
    color: white;
    left: 10px;
    position: relative;
}

.right-column-down p {
    color: rgba(241, 241, 243, 0.64);
    left: 10px;
    position: relative;
}


.right-column p {
    color: rgba(241, 241, 243, 0.64);
    left: 10px;
    position: relative;
}

.left-column h2 {
    font-family: 'Minecraft';
    color: white;
    left: 60px;
    position: relative;
}

.left-column p {
    color: white;
    width: 243px;
    left: 60px;
    position: relative;
}


.form-button-login {
    font-size: 18px;
    width: 340px;
    left: 10px;
    height: 50px;
    position: relative;
    background-color: #327AF3;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    /* width: 110px; */
    /* width: 110px; */
    margin-top: 30px;
    transition: background-color 0.3s ease;

}

.form-button-login:hover {
    background-color: #2255a4; /* Цвет фона при наведении на кнопку */
}

.form-check {
    display: inline-block;
    left: 10px;
    position: relative;
    color: rgba(241, 241, 243, 0.64);
}


.rules-help {
    text-decoration: none;
}


.btn-link {
    text-decoration: none !important;
}

.forgot-password {
    float: right;
    text-decoration: none !important;
}

.select-form {
    left: 100px !important;
    top: 15px;
}

.form-labels input {
    color: white !important;
}

.form-control {
    border: 1px solid rgba(241, 241, 243, 0.15) !important;
    border-radius: 5px;
    background-color: #2B2A2F !important;
    color: white !important;
    padding-right: 40px; /* Увеличиваем правый отступ для размещения иконки */
    position: relative;
}

.form-control::placeholder {
    color: #999 !important;
    opacity: 1;
}

.form-control:focus {
    border-width: 1px !important;
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5) !important;
}

/* Иконка внутри инпута */
.form-control::after {
    content: '';
    background-size: 20px; /* Размеры иконки */
    background-repeat: no-repeat;
    background-position: right 10px center; /* Позиция иконки справа */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px; /* Ширина иконки */
    height: 20px; /* Высота иконки */
    right: 10px; /* Отступ справа */
}

.switch-modal {
    /* font-size: 16px; */
    justify-content: center;
    /* width: 120px; */
    background-color: #212025;
    color: #0d6efd;
    border: 0;

}
.switch-modal:hover {
color: #2255a4;
}

.invalid-feedback{
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: var(--bs-form-invalid-color);
    margin-left: 5px !important;
}


/* Стили для модальных окон */
.rules-content {
    background-color: #212025; /* Цвет фона модального окна */
    color: white !important; /* Цвет текста в модальном окне */

}



.modal-title {
    color: white;
    font-family: 'Minecraft';
    top: 10px;
    position: relative;
}

.modal-list {
    background-color: #17161B;
    border-radius: 10px;
    width: 77% !important;
    left: 25px;
    position: relative;
}

.nav-pills .nav-link {
    border-radius: .25rem;
    color: rgba(241, 241, 243, 0.64);
    font-size: 12px;
    font-family: 'Minecraft';
    /* margin-right: 25px; */
    position: relative;
    /* left: -15px; */

}

.modal-header {
    border-bottom: 0 !important;
}

/* Стили для текста внутри модального окна */
.modal-body .spoiler-text {
    color: rgba(241, 241, 243, 0.64); /* Цвет текста правила */
}

.modal-body .spoiler-penalty {
    color: rgba(241, 241, 243, 0.64); /* Цвет текста наказания */
}

.modal-body .spoiler-penalty .penalty {
    color: #FF0000; /* Цвет текста "Наказание" */
}

.modal-footer .btn-secondary {
    background-color: #4282FF; /* Цвет кнопки закрыть */
    border: none;
    color: #ffffff; /* Цвет текста кнопки закрыть */

}
.modal-footer {
    border-top: 0 !important;
}

/* Цвет цифр в начале правила */
.modal-body p.spoiler-text::before {
    content: attr(data-rule-number); /* Задайте цифры через data атрибут */
    color: #F1F1F3; /* Цвет цифр */
    margin-right: 5px;
}


.case-column  a{
    text-decoration: none;
    color: #f1f1f38c;
    cursor: pointer;
}


.case span{
    border-radius: 5px 5px 5px 5px;
    visibility: hidden;
    position: absolute;
    margin: 50px 0 0 0;
    width: 20%;
    z-index: 9999;
}
.case:hover span{
    visibility: visible;
}


.form-check-label {
    font-size: 12px;
    position: relative;
    left: -5px;
}

.form-check-input {
    border: none!important;
    background-color: #2B2A2F!important;
    left: -10px;
    position: relative;
}

.form-check-input:focus {
    box-shadow: none!important;
}


.server-loading {
    text-align: center;
    padding: 20px;
    color: #fff;
    font-size: 16px;
    margin-left: 100px;
}

.loader-spinner {
    margin: 10px auto;
    border: 4px solid rgba(255, 255, 255, 0.2);
    border-top: 4px solid #00375b;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}





























































