
    @import url("/css/light.css?03583d6ef5a65a8a14b2cb4a5b58105efdefa046777d5b99ae05eea4");
    :root {
    --theme-primary-rgb: 228,128,29;
    --theme-secondary-rgb: 228,128,29;

    --theme-bg-page-rgb: 255,255,255;
    --theme-bg-primary-rgb: 239,81,0;
    --theme-bg-secondary-rgb: 34,34,34;

            --theme-community-logo-url: url(https://i.ibb.co/YMpRQR1/logos1.png);
        }

    :root {
        --theme-opacity: 0.2;
    }

    .navbar-primary {
        backdrop-filter: blur(10px);
    }

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


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

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

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

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


