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

    @import url("/css/dark.css?03583d6ef5a65a8a14b2cb4a5b58105efdefa046777d5b99ae05eea4");
    :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(/img/favicon.ico);
                --theme-bg-image-url: url(https://www.dropbox.com/scl/fi/7dmdjwrrxw8g6ak7rd2ui/rust.png?rlkey=czozaumyyfrqe16rg2033dg4x&dl=1);
    }


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


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





	/* Home */
.bg-img {
    filter: blur(0px); 
}

.parallax {
    background: linear-gradient(rgba(34,34,34,0),rgba(34,34,34,0));
}

.alternatebg {
    background-color: #1D1D1D;
}

.bg-overlay {
    background-image: linear-gradient(-180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 0%), radial-gradient(transparent, rgba(0,0,0,0) 0%);
}

.bg-wrapper {
    opacity: 1;
}

/* Statistics */
tbody, td, tfoot, th, thead, tr {
    border: 0 solid;
    border-color: inherit;
    background-color: #141313;
    color: white;
}

.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
    width: 100%;
    background-color: #212529;
    color: white;
}

.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: 0 !important;
}

.nav-pills .nav-link:active {
    background-color: red !important;
    border: 0;
    border-radius: 0 !important;
}
