
    @import url("/css/dark.css?3244824415");
    :root {
    --theme-primary-rgb: 221,150,47;
    --theme-secondary-rgb: 228,177,50;

    --theme-bg-page-rgb: 27,27,27;
    --theme-bg-primary-rgb: 41,41,41;
    --theme-bg-secondary-rgb: 27,27,27;

            --theme-community-logo-url: url(https://i.imgur.com/CyKbXTM.png);
        }


    :root {
        --theme-gradient: rgba(var(--theme-primary-rgb), var(--theme-opacity));
    }


    .title {
        font-weight: 900;
        text-transform: uppercase;
    }


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

    .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;
        }
    


	h1.title-main.ci.mb-0 img {
    width: 70rem;
}

nav.navbar.bg-primary {
    background-color: rgb(20 20 20) !important;
}
