
    @import url("/css/light.css?3292753183");
    :root {
    --theme-primary-rgb: 253,116,108;
    --theme-secondary-rgb: 255,144,104;

            --theme-on-primary: #fff;
    --theme-on-primary-rgb: 255,255,255;

        --theme-navbar-toggler-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");

        --theme-primary-readable: rgb(187, 86, 80);
    --theme-secondary-readable: rgb(173, 98, 71);

        --theme-primary-readable-rgb: 187, 86, 80;
    --theme-secondary-readable-rgb: 173, 98, 71;

            --theme-success-readable: rgb(25, 135, 84);
        --theme-danger-readable: rgb(220, 53, 69);
        --theme-warning-readable: rgb(148, 112, 4);
        --theme-info-readable: rgb(8, 129, 154);
        --theme-orange-readable: rgb(185, 92, 15);
    
    --theme-bg-page-rgb: 255,255,255;
    --theme-bg-primary-rgb: 255,255,255;
    --theme-bg-secondary-rgb: 34,34,34;

            --theme-community-logo-url: url("https://store.5game.su/rust/image/logo-bigor.png");
        }

.role-color {
    color: var(--role-color-light, var(--role-color, inherit));
}


    .page-header {
        background: var(--theme-gradient);
    }

    .page-header {
        clip-path: polygon(0 0, 100% 0, 100% 60%, 0 100%);
        /* Срез отрезает у правого края всё ниже 60 % высоты, поэтому содержимое
           шапки поднимается над линией реза: иначе кнопка действия справа
           обрезается по диагонали. */
        padding-bottom: 70px;
    }

    .alternatebg:nth-child(2) {
        clip-path: polygon(0 0, 100% 87px, 100% 100%, 0 100%);
        padding-top: 8vh;
        margin-top: -11.5vh;
    }



    :root {
        --theme-border-radius: 0.82rem;
    }

    .btn, .badge, .card,
    div.table-responsive,
    .form-control, .form-select,
    .form-switch .form-check-input,
    .text-editor .toolbar-bubble .toolbar,
    .modal-content,
    .input-group-text,
    .page-item .page-link.page-link, .page-item span,
    .btn-group > .btn,
    .input-group > .form-control,
    .input-group > .form-select,
    .input-group > .input-group-text,
    .input-group > .btn,
    div.swal2-popup, button.swal2-styled.swal2-styled, .swal2-input, .swal2-select,
    .ace_editor {
        border-radius: var(--theme-border-radius);
    }

    .card-img-top {
        border-top-left-radius: calc(var(--theme-border-radius) - 1px);
        border-top-right-radius: calc(var(--theme-border-radius) - 1px);
    }

    .table {
        margin-bottom: 0;
    }

    .table-responsive {
        margin-bottom: 1rem;
    }

            .page-item .page-link {
            height: 35px;
            width: 35px;
            margin: 0 5px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
    
    
    .card,
    .table-responsive,
    .dropdown-menu,
    .discord-widget,
    .swal2-modal.swal2-popup {
        box-shadow:
            0px 15px 40px rgba(50, 50, 50, calc(var(--theme-darken-opacity) * 3)),
            0px 5px 15px rgba(0, 0, 0, calc(var(--theme-darken-opacity) * 2));
        border: none;
    }
    


