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

    @import url("/css/light.css?3244824415") screen and (prefers-color-scheme: light);
    @import url("/css/dark.css?3244824415") screen and (prefers-color-scheme: dark);
    @media (prefers-color-scheme: light) {
        :root {
    --theme-primary-rgb: 5,43,80;
    --theme-secondary-rgb: 2,17,29;

    --theme-bg-page-rgb: 255,102,9;
    --theme-bg-primary-rgb: 5,43,80;
    --theme-bg-secondary-rgb: 5,43,80;

            --theme-community-logo-url: url(https://pbg-gaming.uk/public/wanderer/nolooo.png);
                --theme-bg-image-url: url(https://pbg-gaming.uk/public/wanderer/newbackground1.png);
    }
    }
    @media (prefers-color-scheme: dark) {
        :root {
    --theme-primary-rgb: 255,102,9;
    --theme-secondary-rgb: 2,17,29;

    --theme-bg-page-rgb: 5,43,80;
    --theme-bg-primary-rgb: 5,43,80;
    --theme-bg-secondary-rgb: 5,43,80;

            --theme-community-logo-url: url(https://pbg-gaming.uk/public/wanderer/nolooo.png);
                --theme-bg-image-url: url(https://pbg-gaming.uk/public/wanderer/newbackground1.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;
        }
    


	.alternatebg:nth-child(even) {
  background-color: rgba(0, 0, 0, 1.0) !important;
}
.card,
.card-body,
.card-img-top,
.progress,
.progressbar {
  border-radius: 10px;
  border-color: #ff4400 !important;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
}


   :root {
    --theme-bg-outlined: var(--bs-gray-dark);
    --theme-border-outer: #ff4400;
    --theme-border-inner: #ff4400;
    --theme-darken-opacity: 0.08;
    --bs-gray-dark-rgb: var(--theme-bg-primary-rgb);
    --bs-gray-dark: rgb(var(--bs-gray-dark-rgb));
}

.btn.btn-primary {
    background-color: rgb(10 146 255);
    border: 0;
}

.form-control, .form-select, .input-group-text {
    color: #0093f7;
}
