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

    @import url("/css/dark.css?03583d6ef5a65a8a14b2cb4a5b58105efdefa046777d5b99ae05eea4");
    :root {
    --theme-primary-rgb: 19,97,156;
    --theme-secondary-rgb: 0,0,0;

    --theme-bg-page-rgb: 45,45,45;
    --theme-bg-primary-rgb: 52,58,64;
    --theme-bg-secondary-rgb: 185,185,185;

            --theme-community-logo-url: url(https://upload.metsh.tech/download-removebg-preview.png);
                --theme-bg-image-url: url(https://upload.metsh.tech/_2.png);
    }


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




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


	.navbar,.card-body,.dropdown-menu,.dropdown-item,.card,.btn-outline-custom,.form-control,.form-select,.table,.page-link,.input-group-text,.alternatebg:nth-child(even) {    background-color: rgb(12, 64, 96)!important}.title-main img {    width: 75rem}@media screen and (max-width:900px) {    .title-main img {        width: 75%    }}.card,.card-body,.card-img-top,.progress,.progressbar {    border-radius: 10px;    box-shadow: 0 10px 10px rgb(12, 64, 96);}.btn-outline-custom:hover,.dropdown-item:hover {    background-color: #d8d8d8 !important;}.bg-wrapper {    opacity: 0.5;}.bg-custom {    background-color: #d8d8d8 !important;}.bg-overlay,.bg-img {    position: fixed;    top: 0;    z-index: -1;    height: 100vh;    width: 100vw;    background-size: 100%;    background-repeat: no-repeat;}.bg-overlay {    background-image: linear-gradient(-180deg, rgba(12, 64, 96, 0) 0%, rgb(12, 64, 96, 0.2) 100%), radial-gradient(transparenrgb(12, 64, 96, 0.2) 100%);}.btn-outline-custom {    background-color: var(--blurred-btn-bg);}.parallax {    z-index: 0;}.form-select:focus,.form-control:focus {    color: white;}.profilecircle {    margin: 3% 25% !important;}.card-img-top {height: 166px !important; overflow-y: hidden}
