	@import url("/css/bg-img.css?03583d6ef5a65a8a14b2cb4a5b58105efdefa046777d5b99ae05eea4");

    @import url("/css/light.css?03583d6ef5a65a8a14b2cb4a5b58105efdefa046777d5b99ae05eea4") screen and (prefers-color-scheme: light);
    @import url("/css/dark.css?03583d6ef5a65a8a14b2cb4a5b58105efdefa046777d5b99ae05eea4") screen and (prefers-color-scheme: dark);
    @media (prefers-color-scheme: light) {
        :root {
    --theme-primary-rgb: 108,176,253;
    --theme-secondary-rgb: 104,199,255;

    --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://cdn.discordapp.com/attachments/976751270960447509/1351354415843512362/white.png?ex=67da125f&is=67d8c0df&hm=72c7001f035d336aefd030803d3fa2778a0803247c009bf2b9675a09a9fbbb29&);
                --theme-bg-image-url: url(https://cdn.discordapp.com/attachments/976751270960447509/1351573994947608639/wallpaperflare.com_wallpaper.jpg?ex=67dadedf&is=67d98d5f&hm=ba7777d0e084e200b648c12e6e3f0be9db86a64808e99ba1c6a08ab2e6977f88&);
    }
    }
    @media (prefers-color-scheme: dark) {
        :root {
    --theme-primary-rgb: 39,44,48;
    --theme-secondary-rgb: 108,117,125;

    --theme-bg-page-rgb: 34,34,34;
    --theme-bg-primary-rgb: 52,58,64;
    --theme-bg-secondary-rgb: 33,37,41;

            --theme-community-logo-url: url(https://cdn.discordapp.com/attachments/976751270960447509/1351354415843512362/white.png?ex=67f3c79f&is=67f2761f&hm=49edbba6d1e63a9e023245bf302b563f5393cfecdb56b2f5eb4486056e84c4a8&);
                --theme-bg-image-url: url(https://cdn.discordapp.com/attachments/976751270960447509/1351576359352402031/darkwallpaperflare.com_wallpaper.png?ex=67dae113&is=67d98f93&hm=52182becfc42b22413ba4fc409752f8f537f260a86b85cf4bd13a6bbcbc9de1e&);
    }
    }


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


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

    .page-header {
        text-align: center;
    }

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

    .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;
        }
    
    @media (prefers-color-scheme: light) {
    .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;
    }
    }


