/* Coded by m1xawy*/
body {
    color: #ffeec6;
    background-color: #171106;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}
@media (min-width: 1400px) {
    .container-fluid {
        max-width: calc(100% - 300px);
    }
}
hr {
    margin: 1rem 0;
    color: #bea268;
    border: 0;
    border-top: 1px solid;
    opacity: 1.25;
}
a {
    color: #ffe3a9;
}
a:hover, button:hover {
    filter: brightness(120%) !important;
}
.sticky-top {
    position: relative;
    top: 0;
    z-index: 2;
}
nav.navbar {
    margin: auto;
}
@media (min-width: 1800px) {
    nav.navbar {
        width: calc(100% - 100px);
    }
}
nav.navbar {
    height: 105px;
    background-color: #1c1508;
    background-image: url('../images/navbar-left.png'), url('../images/navbar-right.png'), url('../images/navbar-center.png');
    background-repeat: no-repeat, no-repeat, repeat-x;
    background-position: left center, right center, left center;
    background-size: auto 100%, auto 100%, auto 100%;
}
@media (max-width: 992px) {
    nav.navbar {
        background-image: none;
        background-color: #1c1508;
        border: 1px solid #806c4f;
        box-shadow: 0 0 0 1px #f9d994, 0 0 0 2px #806c4f;
    }
}
.navbar-nav .nav-link {
    font-size: 16px;
}
.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-link:hover {
    text-shadow: -1px -1px 0 rgb(255 242 168 / 0%), 0 0 12px rgb(255 242 168 / 60%);
}
.navbar-nav .nav-item:not(:last-child) .nav-link {
    border-right: 1px solid transparent;
    border-image: url('../images/navbar-separator.png') 1 round;
    padding-right: 1rem;
    margin-right: 1rem;
}
nav.navbar::after {
    content: "";
    position: absolute;
    top: calc(100% - 0px);
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 28px solid transparent;
    border-right: 28px solid transparent;
    border-top: 38px solid red;
    z-index: -1;
    animation: triangleBounce 2s ease-in-out infinite;
}
@keyframes triangleBounce {
    0%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    50% {
        transform: translateX(-50%) translateY(20px);
    }
}
.top ul li a {
    width: 50px;
    height: 50px;
    color: #ffe3a9;
    background: url('../images/social-bg.png') no-repeat center center;
    background-size: contain;
    align-content: center;
    border: 0;
    border-radius: 0;
    overflow: hidden;
}
.top ul li a i {
    font-size: 20px;
    line-height: 2;
    background: linear-gradient(to top, #9e6512, #f9eea0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.btn-login,
.navbar-nav a.btn {
    min-width: 138px;
    min-height: 32px;
    color: #ffe3a9;
    background: url('../images/login-btn.png') no-repeat center center;
    background-size: auto;
    border: 0;
    border-radius: 0;
}
.navbar-nav a.btn:hover,
.navbar-nav a.btn.active,
.btn-login:hover,
.btn-login.active {
    background: url('../images/login-btn-focus.png') no-repeat center center;
    background-size: auto;
    border: 0;
}
.navbar-nav a.btn span {
    font-size: 18px;
}
header ul li div.btn {
    display: flex;
    min-width: 193px;
    min-height: 58px;
    color: #ffe3a9;
    background: url('../images/ranking-btn.png') no-repeat center center;
    background-size: auto;
    border: 0;
    border-radius: 0;
    transition: transform 0.3s ease;
}
header ul li div.btn:hover {
    transform: translateX(-10px);
}
header ul li div.btn span {
    font-size: 18px;
    line-height: 3;
}
header h1 {
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    text-transform: uppercase;
    background: linear-gradient(90deg, #9e6512 0%, #f9d994 20%, #fff2a8 50%, #f9d994 80%, #9e6512 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
@keyframes shimmer {
    0% {
        background-position: 0% center;
    }
    100% {
        background-position: 100% center;
    }
}

.navbar-nav .dropdown-menu {
    color: #ffe3a9;
    background-color: #1c1508;
    border: 1px solid #806c4f;
}
.navbar-nav .dropdown-menu .dropdown-item {
    color: #ffe3a9;
}

header {
    min-height: 900px;
    position: relative;
    overflow: hidden;
}
.bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    background: url('../images/bg.png') repeat-x center top;
    background-size: auto 100%;
    animation: scrollPattern 120s linear infinite;
    z-index: -1;
    opacity: 0.5;
}
.bg-char {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background: url('../images/char.png') no-repeat center bottom;
    background-size: contain;
    z-index: 1;
}
.bg-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, transparent 60%);
    z-index: 2;
    pointer-events: none;
}

@keyframes scrollPattern {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-50%);
    }
}
.fog-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 100%;
    background: url('../images/fog-right.svg') no-repeat center left;
    background-size: cover;
    z-index: 3;
    pointer-events: none;
}
.fog-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    height: 100%;
    background: url('../images/fog-left.svg') no-repeat center right;
    background-size: cover;
    z-index: 3;
    pointer-events: none;
}
header .container-fluid {
    position: relative;
    z-index: 4;
}
.navbar-brand img {
    transition: transform 0.6s ease;
    transform-origin: center;
}
.navbar-brand:hover img {
    transform: rotateY(180deg);
}
.gradient-text {
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    text-transform: uppercase;
    background: linear-gradient(180deg, #9e6512 0%, #f9d994 0%, #fff2a8 40%, #9e6512 80%);
    text-shadow: -1px -1px 0 rgb(255 242 168 / 0%), 0 0 12px rgb(255 242 168 / 0%);
    background-size: 200% auto;
    background-clip: text;
    -webkit-background-clip: text;
    color: #ffe3a9;
    -webkit-text-fill-color: transparent;
}
.shadow-text {
    text-shadow: 0 0 12px rgb(255 242 168 / 30%);
    filter: drop-shadow(0px 0px #000);
}
.btn:hover {
    color: #ffe3a9;
    background-color: transparent;
    border: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: rgb(255 242 168 / 10%);
}

/********************/
.smoke {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 400px;
    height: 484px;
    width: 100%;
    background-image: url(../images/smoke.png);
    background-position: left top;
    background-repeat: repeat-x;
    -webkit-animation: 20s linear infinite forwards smoke;
    animation: 20s linear infinite forwards smoke
}

@-webkit-keyframes smoke {
    0% {
        background-position: left -1920px top
    }
    100% {
        background-position: left 1920px top
    }
}

@keyframes smoke {
    0% {
        background-position: left -1920px top
    }
    100% {
        background-position: left 1920px top
    }
}

.highlight {
    width: 731px;
    height: 480px;
    position: absolute;
    left: 232px;
    top: 438px;
    text-align: center;
    -webkit-animation: 10s linear infinite highlight;
    animation: 10s linear infinite highlight;
    z-index: 17
}

.sparks {
    position: absolute;
    width: 1200px;
    left: 50%;
    top: 200px
}

.sparks > div {
    position: absolute
}

.sparks .spark_1 {
    background: url(../images/spark_1.png) no-repeat;
    width: 764px;
    height: 313px;
    right: 0;
    bottom: -320px;
    -webkit-transform: scale(.6);
    transform: scale(.6);
    -webkit-animation: 4s linear 1s infinite spark-1;
    animation: 4s linear 1s infinite spark-1
}

.sparks .spark_2 {
    background: url(../images/spark_2.png) no-repeat;
    width: 179px;
    height: 335px;
    right: 230px;
    bottom: -320px;
    -webkit-transform: scale(.6);
    transform: scale(.6);
    -webkit-animation: 4s linear 2s infinite spark-1;
    animation: 4s linear 2s infinite spark-1
}

.sparks .spark_3 {
    background: url(../images/spark_3.png) no-repeat;
    width: 128px;
    height: 165px;
    right: 280px;
    bottom: -140px;
    -webkit-transform: scale(.6);
    transform: scale(.6);
    -webkit-animation: 4s linear 2s infinite spark-3;
    animation: 4s linear 2s infinite spark-3
}

.sparks .spark-big {
    background: url(../images/spark_4.png) no-repeat;
    width: 794px;
    height: 176px;
    right: 0;
    bottom: -180px;
    -webkit-transform: scale(.6);
    transform: scale(.6);
    -webkit-animation: 4s linear infinite spark-5;
    animation: 4s linear infinite spark-5
}

.sparks .spark_5 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    right: 40px
}

.sparks_1 {
    margin-left: -1200px
}

.sparks_1 .spark_1 {
    background: url(../images/spark-l_1.png) no-repeat;
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.sparks_1 .spark_2 {
    background: url(../images/spark-l_2.png) no-repeat;
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.sparks_1 .spark_3 {
    background: url(../images/spark-l_3.png) no-repeat;
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.sparks_1 .spark-big {
    background: url(../images/spark-l_4.png) no-repeat
}

.sparks_1 .spark_5 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.sparks_2 {
    margin-left: -400px
}

@-webkit-keyframes spark-1 {
    0% {
        bottom: -320px;
        -webkit-transform: scale(.6);
        transform: scale(.6);
        opacity: 0
    }
    25% {
        bottom: -240px;
        -webkit-transform: scale(.7);
        transform: scale(.7);
        opacity: 1
    }
    50% {
        bottom: -160px;
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: 1
    }
    75% {
        bottom: -80px;
        -webkit-transform: scale(.9);
        transform: scale(.9);
        opacity: .5
    }
    100% {
        bottom: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes spark-1 {
    0% {
        bottom: -320px;
        -webkit-transform: scale(.6);
        transform: scale(.6);
        opacity: 0
    }
    25% {
        bottom: -240px;
        -webkit-transform: scale(.7);
        transform: scale(.7);
        opacity: 1
    }
    50% {
        bottom: -160px;
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: 1
    }
    75% {
        bottom: -80px;
        -webkit-transform: scale(.9);
        transform: scale(.9);
        opacity: .5
    }
    100% {
        bottom: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes spark-3 {
    0% {
        bottom: -140px;
        -webkit-transform: scale(.6);
        transform: scale(.6);
        opacity: 0
    }
    25% {
        bottom: -80px;
        -webkit-transform: scale(.7);
        transform: scale(.7);
        opacity: 1
    }
    50% {
        bottom: -20px;
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: 1
    }
    75% {
        bottom: 40px;
        -webkit-transform: scale(.9);
        transform: scale(.9);
        opacity: .5
    }
    100% {
        bottom: 100px;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes spark-3 {
    0% {
        bottom: -140px;
        -webkit-transform: scale(.6);
        transform: scale(.6);
        opacity: 0
    }
    25% {
        bottom: -80px;
        -webkit-transform: scale(.7);
        transform: scale(.7);
        opacity: 1
    }
    50% {
        bottom: -20px;
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: 1
    }
    75% {
        bottom: 40px;
        -webkit-transform: scale(.9);
        transform: scale(.9);
        opacity: .5
    }
    100% {
        bottom: 100px;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes spark-5 {
    0% {
        bottom: -180px;
        -webkit-transform: scale(.6);
        transform: scale(.6);
        opacity: 0
    }
    25% {
        bottom: -120px;
        -webkit-transform: scale(.7);
        transform: scale(.7);
        opacity: 1
    }
    50% {
        bottom: -60px;
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: 1
    }
    75% {
        bottom: 0;
        -webkit-transform: scale(.9);
        transform: scale(.9);
        opacity: .5
    }
    100% {
        bottom: 60px;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes spark-5 {
    0% {
        bottom: -180px;
        -webkit-transform: scale(.6);
        transform: scale(.6);
        opacity: 0
    }
    25% {
        bottom: -120px;
        -webkit-transform: scale(.7);
        transform: scale(.7);
        opacity: 1
    }
    50% {
        bottom: -60px;
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: 1
    }
    75% {
        bottom: 0;
        -webkit-transform: scale(.9);
        transform: scale(.9);
        opacity: .5
    }
    100% {
        bottom: 60px;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@media (max-width: 1200px) {
    .sparks {
        display: none
    }
}
/********************/
/*
.smoke {
    display: none
}
*/
.sparks {
    display: none
}
.card {
    color: #ffeec6;
    background-color: #1c1508;
    border: 1px solid #bea268;
}
.card-body {
    color: #ffeec6;
}
.top-rank .card {
    height: 182px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.top-rank .card img {
    object-fit: cover;
    max-height: 80px;
    transition: transform 0.6s ease;
    transform-origin: center;
}
.top-rank .card:hover img {
    transform: rotateY(180deg);
}
.bg-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/top-rank-bg.png') no-repeat 50% 70%;
    background-size: cover;
    z-index: -3;
    transition: background-position 0.5s ease;
    will-change: background-position;
}
.top-rank .card:hover .bg-layer {
    background-position: 50% 100%;
}
.card-body {
    position: relative;
    z-index: 2;
}
.gradient-border {
    position: relative;
    background-color: #000;
    border-radius: 11px;
    overflow: hidden;
    z-index: 1;
}
.gradient-border::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2px;
    background: linear-gradient(to top, #9e6512, #fff2a8);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    border-radius: inherit;
    z-index: -1;
}
.card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(58, 44, 17, 1) 0%, transparent 60%);
    z-index: -2;
    pointer-events: none;
    transition: background 0.5s ease-in-out;
}
.card:hover .card-overlay {
    background: linear-gradient(to top, rgba(90, 70, 30, 1) 0%, transparent 60%);
}
.pegi p {
    font-size: 13px;
    line-height: 1.2;
}
footer ul li:not(:last-child) a {
    border-right: 1px solid transparent;
    border-image: url('../images/navbar-separator.png') 1 round;
    padding-right: 10px;
    margin-right: 0px;
}
.footer-copyright {
    color: #f9eea0;
}
footer ul.footer-social li a {
    display: block;
    width: 50px;
    height: 50px;
    color: #ffe3a9;
    background: url('../images/social-bg.png') no-repeat center center;
    background-size: contain;
    align-content: center;
    border: 0;
    border-radius: 0;
    overflow: hidden;
    margin: 0 5px;
    text-align: center;
    padding: 0;
}
footer ul.footer-social li a i {
    font-size: 20px;
    line-height: 2;
    background: linear-gradient(to top, #9e6512, #f9eea0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.divider {
    display: block;
    width: 100%;
    height: 46px;
    margin: auto;
    background-image: url(../images/divider.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.card {
    background-image: url('../images/card-bg-top.png'), url('../images/card-bg-bottom.png'), url('../images/card-bg-center.png');
    background-repeat: no-repeat, no-repeat, repeat-y;
    background-position: top center, bottom center, center center;
    background-size: 100% auto, 100% auto, 100% auto;
    border: 0;
}
.card.blog {
    background-image: url('../images/card-bg-top-mid.png'), url('../images/card-bg-bottom-mid.png'), url('../images/card-bg-center-mid.png');
    background-repeat: no-repeat, no-repeat, repeat-y;
    background-position: top center, bottom center, center center;
    background-size: 100% auto, 100% auto, 100% auto;
    border: 0;
    border-radius: 0;
}
.card.full {
    background-image: url('../images/card-bg-top-full.png'), url('../images/card-bg-bottom-full.png'), url('../images/card-bg-center-full.png');
    background-repeat: no-repeat, no-repeat, repeat-y;
    background-position: top center, bottom center, center center;
    background-size: 100% auto, 100% auto, 100% auto;
    border: 0;
    border-radius: 0;
}
.card.status h3 {
    color: #e2cd98;
    font-size: 1rem;
}
.card.status span.online {
    color: #85da6c;
    font-size: 1rem;
    text-shadow: 0 0 12px rgb(154 205 121 / 60%);
}
.card.status span.offline {
    color: #d21421;
    font-size: 1rem;
    text-shadow: 0 0 12px rgb(227 51 51 / 60%);
}
.card.blog a.btn {
    color: #ffe3a9;
    background: url('../images/news-btn.png') no-repeat center center;
    background-size: 100%;
    border: 0;
    border-radius: 0;
    padding-left: 30px;
}
.card.time h3 {
    color: #e2cd98;
    font-size: 1rem;
    line-height: 1;
}
.card.time p {
    font-size: 2rem;
    line-height: 1;
}
.card.details h3 {
    font-size: 1.2rem;
}
.card.activity h3:last-child {
    font-size: 1.5rem;
}

body {
    cursor: url('../images/Cursor_2.cur'), auto;
}
a, a img, button, .btn, .top-rank .card, .ranking-main-toolbar .btn {
    cursor: url('../images/Cursor_4.cur'), pointer;
}
iframe,
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: url('../images/Cursor_5.cur'), pointer;
}
.slogan h1 {
    font-size: 5rem;
    background: linear-gradient(90deg, #9e6512 10%, #f9d994 60%, #fff2a8 100%, #9e6512 0%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    text-align: center;
}
.slogan p {
    font-size: 1.2rem;
}
.header-brand img {
    transition: transform 0.6s ease;
    transform-origin: center;
}
.header-brand:hover img {
    transform: rotateY(180deg);
}
.btn-ranking,
.ranking-main-toolbar .btn {
    display: block;
    min-width: 193px;
    min-height: 58px;
    color: #ffe3a9;
    background: url(../images/ranking-btn.png) no-repeat center center;
    background-size: auto;
    border: 0;
    border-radius: 0;
    transition: transform 0.3s ease;
}
#content-replace > h2 {
    display: none;
}
.table {
    margin-bottom: 0;
}
.table tbody tr {
    background-color: transparent;
}
.table tbody tr:nth-of-type(odd) {
    background-color: transparent;
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-color-type: #fff;
    --bs-table-bg-type: transparent;
}

.table th,
.table td {
    position: relative;
    background-color: transparent;
    text-align: center;
    padding: 15px 0px;
    border: none;
    z-index: 0;
}
.table th::after,
.table td::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: linear-gradient(to right, #9e6512, #fff2a8, #9e6512);
    pointer-events: none;
}
.table th::before,
.table td::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, #9e6512, #9e6512);
    pointer-events: none;
}
.table tbody tr:last-child td::after {
    display: none;
}
.table tr td:last-child::before,
.table tr th:last-child::before,
.table tbody tr:last-child td:last-child::before {
    display: none !important;
}
.table thead tr th {
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    background: linear-gradient(180deg, #9e6512 0%, #f9d994 0%, #fff2a8 40%, #9e6512 80%);
    text-shadow: -1px -1px 0 rgb(255 242 168 / 0%), 0 0 12px rgb(255 242 168 / 0%);
    background-size: 200% auto;
    background-clip: text;
    -webkit-background-clip: text;
    color: #ffe3a9;
    -webkit-text-fill-color: transparent;
}
.table tbody tr td a {
    text-decoration: none;
    color: #fff;
}
.card-header {
    background: none;
    border: none;
}
.card-header {
    border-bottom: 4px solid transparent;
    border-image: url('../images/card-divider.png') 4 stretch;
    border-image-slice: 4;
    border-image-repeat: stretch;
}
.card form:not(.form-check-label) {
    text-align: center;
}
.card form .form-check {
    text-align: left;
}
.card form label {
    color: #fadb9b;
}
.form-label {
    margin-bottom: 0;
}
.card form input {
    color: #fadb9b;
    background-color: #110c04;
    border: 2px solid #31271b;
    border-radius: 0;
}
.btn-submit,
.card form button,
.card form .btn {
    min-width: 188px;
    min-height: 33px;
    background: url(../images/form-btn.png) no-repeat center center;
    background-size: auto;
    border: 0;
    border-radius: 0;
}
.btn-submit,
.card form button,
.card form .btn {
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    text-transform: uppercase;
    color: #fadb9b;
}
.card form input::placeholder {
    color: transparent;
}
.nav-tabs {
    border: 0;
    margin-bottom: 2rem;
}
.btn-account {
    min-width: 284px;
    min-height: 66px;
    background: url(../images/account-btn.png) no-repeat center center !important;
    background-size: auto;
    border: 0 !important;
    border-radius: 0 !important;
    margin: 0 10px;
}
.btn-account:hover,
.btn-account.active {
    min-width: 284px;
    min-height: 66px;
    background: url(../images/account-btn-focus.png) no-repeat center center !important;
    background-size: auto;
    border: 0 !important;
    border-radius: 0 !important;
}
.btn-donate {
    min-width: 308px;
    min-height: 46px;
    background: url(../images/donate-btn.png) no-repeat center center !important;
    background-size: auto;
    border: 0 !important;
    border-radius: 0 !important;
    margin: 0 10px;
}
.btn-donate:hover,
.btn-donate.active {
    min-width: 308px;
    min-height: 46px;
    background: url(../images/donate-btn-focus.png) no-repeat center center !important;
    background-size: auto;
    border: 0 !important;
    border-radius: 0 !important;
}
.tab-content .card {
    min-height: 306px;
}
.table-referral {
    border-collapse: separate;
    border-spacing: 8px 8px;
}
.table-referral tr th,
.table-referral tr td {
    background-image: url('../images/referral-left.png'), url('../images/referral-right.png'), url('../images/referral-center.png');
    background-repeat: no-repeat, no-repeat, repeat-x;
    background-position: left center, right center, left center;
    background-size: auto 100%, auto 100%, auto 100%;
}
.table-referral tr th {
    color: #fadb9b;
}
main .card {
    border-radius: 0;
    padding: 0 1rem;
}
.btn-donate {
    font-size: 1.2rem;
}
.gradient-text-left {
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    text-transform: uppercase;
    background: linear-gradient(to right, #bd7e23, #edde5d);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.referral-title h1 {
    display: inline-block;
    font-size: 5rem;
    border-bottom: 10px solid transparent;
    border-image: url('../images/divider-referral.png') 30 stretch;
}
.referral-number {
    width: 66px;
    height: 66px;
    font-size: 3rem;
    border: 3px solid #edde5d;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 8px #bd7e23, 0 0 16px #bd7e23;
}
.table.table-download thead tr th {
    font-family: "Poppins", serif;
    font-optical-sizing: auto;
    font-size: 1.2rem;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: none;
    color: #bea268;
    -webkit-text-fill-color: #bea268;
    background: #171106;
}
.table.table-download tbody tr td {
    color: #ffe5bf;
    background: #100b03;
}
.table.table-download th::before, .table.table-download td::before,
.table.table-download th::after, .table.table-download td::after {
    content: none;
}
.table.table-download th, .table.table-download td,
.table.table-download th, .table.table-download td {
    border: 2px solid #5a3a0b;
}
.card.download {
    background-image: url('../images/card-bg-left-download.png'), url('../images/card-bg-right-download.png'), url('../images/card-bg-center-download.png');
    background-repeat: no-repeat, no-repeat, repeat-x;
    background-position: left center, right center, left center;
    background-size: auto 100%, auto 100%, auto 100%;
    border: 0;
    border-radius: 0;
}
.btn-download {
    min-width: 176px;
    min-height: 46px;
    background: url(../images/download-btn.png) no-repeat center center;
    background-size: auto;
    border: 0;
    border-radius: 0;
    margin: 0 10px;
}
.btn-download span {
    font-size: 1.2rem;
    line-height: 2;
}
.card.download .hoster span:first-child {
    font-size: 1.2rem;
}
.char-logs,
.char-inventory,
.char-info {
    background-color: #171106;
    border: 2px solid #fff2a8;
    border-radius: 0;
}
.char-logs {
    min-height: 460px;
    border-radius: 0 0 0 51px;
}
.char-info {
    min-height: 460px;
    border-radius: 0 0 51px 0;
}
.char-inventory {
    min-height: 508px;
    border-radius: 0;
}
.char-inventory {
    border-width: 3px;
}
.char-logs {
    border-width: 3px 0px 3px 3px;
}
.char-info {
    border-width: 3px 3px 3px 0px;
}
.char-logs span {
    color: #ffd98c;
}
.char-info ul li {
    border-bottom: 4px solid transparent;
    border-image: url(../images/card-divider.png) 4 stretch;
    border-image-slice: 4;
    border-image-repeat: stretch;
}
.char-info ul li span {
    font-size: 1.5rem;
    text-transform: uppercase;
}
.char-inventory {
    background: url(../images/inventory-bg.png) no-repeat center center;
    background-size: cover;
}
.table-inventory td:before,
.table-inventory td:after {
    content: none;
}
.table-inventory tr:first-child td {
    padding: 0px 0px 30px 0px;
}
.table-inventory td {
    text-align: left;
    padding: 5px 0px;
}
.table-inventory td:last-child {
    text-align: right;
    padding: 5px 0px;
}
.job-card-icon {
    width: 60px;         /* or whatever fits your design */
    height: 60px;
    object-fit: contain; /* keeps aspect ratio without overflow */
    display: block;
    margin: 0 auto 10px; /* centers image & adds spacing below */
}
.top {
    padding: 0;
    background: none;
    border-bottom: none;
}
.header {
    background-color: transparent;
    border-bottom: none;
}
.navbar-brand {
    width: auto;
    height: auto;
    background: none;
}
.navbar-default .navbar-nav .active a {
    box-shadow: none;
    background-image: linear-gradient(180deg, #9e6512 0%, #f9d994 0%, #fff2a8 40%, #9e6512 80%);
}
.download-box {
    text-align: left;
}
.table {
    color: #fff;
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
    color: #fff;
}
.table > * {
    border: none !important;
}
.btn:focus {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}
#display-inventory-set h2,
#display-inventory-avatar h2 {
    display: none;
}
.table-inventory td {
    float: left;
}
.table-inventory td:last-child {
    float: right;
    text-align: left;
}
.sro-item-detail {
    background: none;
    width: 38px;
}
.sro-item-detail.sro-item-special {
    background: none;
}
.sro-item-detail .item {
    background-color: transparent;
    background-image: url(../images/slot.png);
    background-position: center center;
    background-size: 100%;
    margin: 0;
}
.sro-item-detail .tooltip {
    font-size: 12px;
    width: 220px;
    min-height: 200px;
    background-color: rgba(28, 30, 52, .8);
    color: #fff;
    padding: 6px;
    border: 1px solid #808bba;
    border-radius: 5px;
    box-shadow: none;
}
.table.table-inventory th, .table.table-inventory td {
    position: initial;
    z-index: initial;
}
.table-inventory tr:first-child td {
    padding: 0px 0px 30px 4px;
}
.navbar-light .navbar-nav .nav-link {
    color: #ffe3a9;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-item.active .nav-link, .navbar-light .navbar-nav .nav-link.active {
    color: #ffe3a9;
}

.page-link {
    color: #a07944;
    background-color: transparent;
    border: 2px solid #a07944;
    border-radius: 10px;
    margin-right: 5px;
}
.disabled>.page-link, .page-link.disabled {
    color: #a07944;
    background-color: transparent;
    border-color: #a07944;
}
.active>.page-link, .page-link.active {
    color: #000;
    background-color: transparent;
    background-image: linear-gradient(to bottom, #f6e27a, #cc9c51);
    border-color: #a07944;
}
.page-link:hover {
    color: #000;
    background-color: transparent;
    background-image: linear-gradient(to bottom, #f6e27a, #cc9c51);
    border-color: #a07944;
}
.page-item:first-child .page-link {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.page-item:last-child .page-link {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.page-item.disabled .page-link {
    color: #a07944;
    background-color: transparent;
    border-color: #a07944;
}
.page-item.active .page-link, .page-link:hover {
    color: #000;
    background-color: transparent;
    border-color: transparent;
}
.top-rank .card a:hover {
    filter: none !important;
}

/******* Mobile ******/

@media (max-width: 992px) {
    .sticky-top {
        z-index: 5;
        margin-bottom: 6rem;
    }
    nav.navbar {
        height: 166px;
    }
    .navbar-light .navbar-toggler {
        color: #f6e27a;
        border-color: #f6e27a;
    }
    .navbar-collapse {
        background-color: #1c1508;
        border: 2px solid #fff2a8;
        border-top-width: 0;
        border-radius: 0;
        padding: 1rem;
    }
    .navbar-nav .nav-item:not(:last-child) .nav-link {
        border: none;
    }
}
