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

    --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://princeofcookies.com/assets/misc/fudgy_communitylogo.png);
        }
    }
    @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://princeofcookies.com/assets/misc/fudgy_communitylogo.png);
        }
    }


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




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


	.card-header {
    background-color: rgb(255, 89, 14);
}

.card {
    background-color: rgb(33, 35, 35) !important;
    border: 0;
}

.container {
    margin-top: 1%;
}

.alternatebg:nth-child(even) {
    background-color: rgb(19, 21, 21);
}

.footer {
    background-color: #212323;
}

.card, .navbar, .breadcrumb {
    background-color: #212323 !important;
}

.navbar {
    background-color: rgb(33, 35, 35) !important;
}

body {
    background-image: url(https://princeofcookies.com/assets/misc/fudgy_forumbackground.png);
    background-attachment: fixed;
    background-size: cover;
    background-color: rgb(19, 21, 21);
}
