:root {
    --text: #e0e0e0;
    --main-color: #ff9900;
    --accent-1: #222e3c; /* #222E3C */
    --text-white: #ffffff;
    --card: #2B3643;
    --card-dark: #222e3c; /* #2B3643 */
    --text-bright: #ff9900;
    --text-dark: #ab1c1c;
    --success: #1cbb8c;
    --danger: #dc3545;
    --info: #17a2b8;
    /* Game colors */
    --ets2-color: #0000ff;
    --ats-color: #ff0000;
    /* Username colors */
    --bronze: #cd7f32;
    --bronze-light-shadow: #8c5a21;
    --bronze-dark-shadow: #513a15;
    --silver: #c0c0c0;
    --silver-light-shadow: #8c8c8c;
    --silver-dark-shadow: #474747;
    --gold: #ffb338;
    --gold-light-shadow: #77571d;
    --gold-dark-shadow: #3e2904;
    --diamond: #b9f2ff;
    --diamond-light-shadow: #8cc8d9;
    --diamond-dark-shadow: #77c0d0;
    --bs-body-font-size: 0.813rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.3;
    --bs-border-color: #636363;
}

.text-shadow {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 1);
}

* {
    color: var(--text);
}

a, a:hover {
    text-decoration: none;
}

.main {
    background: #222E3C;
}

.wrapper, body[data-theme=dark] .wrapper, body[data-theme=light] .wrapper {
    background: #222E3C;
}

.badge {
    --bs-badge-font-weight: 300;
}

.card {
    background-color: var(--card);
    border-radius: .325rem;
}

.card-header {
    background-color: var(--card);
    border-radius: .325rem .325rem 0 0;
}

.card-header:first-child {
    background-color: var(--card);
    border-radius: .325rem .325rem 0 0;
}

.card-footer {
    background-color: var(--card);
}

.card-footer:last-child {
    background-color: var(--card);
    border-radius: 0 0 .325rem .325rem;
}

/*
  COLORS GAME ICONS
*/

.icon-option {
    height: 35px !important;
}

.icon-option i {
    line-height: 20.994px !important;
    vertical-align: bottom !important;
}

.bg-primary {
    background-color: var(--main-color) !important;
}

.premium-icon {
    color: #ff9900 !important;
    transform-style: preserve-3d;
    animation: rotatePremiumIcon 10s infinite linear;
}

@keyframes rotatePremiumIcon {
    0% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(360deg);
    }
}

.bg-premium {
    background-color: #AB1C1C !important;
}

.text-primary {
    color: var(--main-color) !important;
}

.text-bright {
    color: var(--text-bright) !important;
}

.pointer {
    cursor: pointer;
}

.navbar {
    background-color: var(--main-color);
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); */
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
    color: var(--text-white);
}

.navbar-brand {
    color: #fff;
    font-style: italic;
    text-shadow: 0 0 15px rgba(255, 255, 255, 1);
    font-weight: 400;
}

.bg-light {
    background-color: #222E3C;
}

.hamburger,
.hamburger:after,
.hamburger:before {
    background: var(--text-white);
}

.nav-item .indicator {
    background-color: var(--text-white);
    color: #000;
}

.nav-flag {
    padding: .1rem .5rem;
    color: var(--text-white);
}

.nav-icon {
    padding: 0 .5rem;
}

.nav-link {
    color: #fff;
}

.nav-item .active {
    color: var(--text-bright);
    font-weight: 900;
}

.nav-link:hover {
    color: var(--text-bright);
    font-weight: 900;
}

.nav-link:focus {
    color: var(--main-bright);
    font-weight: 900;
}

.btn {
    color: var(--text-white);
}

.btn-steam {
    background-color: #5c7e10;
}

.text-steam {
    color: #171a21;
}

.text-steam-green {
    color: #5c7e10;
}

.btn-discord {
    background-color: #5865f2;
}
.text-discord {
    color: #5865f2;
}
.bg-twitch {
    background-color: #6441a5; 
}
.text-twitch {
    color: #6441a5 !important;
}

.btn-primary {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.btn-check:focus + .btn-primary,
.btn-primary:focus,
.btn-primary:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: var(--main-color);
    border-color: var(--main-color);
    opacity: 0.5;
}

.btn-primary:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.tab .nav-tabs .nav-link {
    background: var(--main-color) 5c;
    color: var(--text-white);
}

.tab .nav-tabs .nav-link.active {
    background: var(--main-color);
    color: var(--text-white);
}

.tab .nav-tabs .nav-link:hover:not(.active) {
    color: var(--text-white);
}

a {
    color: unset;
}

a:hover {
    color: unset;
}

.page-item.active .page-link {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.invisibleScrollbar::-webkit-scrollbar {
    display: none;
}

.invisibleScrollbar {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.list-group-item {
    background-color: #48505B;
}

.list-group-item.active {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: var(--text-white);
}

/*--------------------------------
    28. INFORMATION LINE LIST
--------------------------------*/
.information-line-list .information-line:last-child {
    margin-bottom: 0;
}

/*-----------------------------
      29. INFORMATION LINE
  -----------------------------*/
.information-line {
    display: -ms-flexbox;
    display: flex;
}

.information-line .information-line-title,
.information-line .information-line-text {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.4285714286em;
}

.information-line .information-line-title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 40%;
    color: #9aa4bf;
}

.information-line .information-line-text .bold {
    font-weight: 700;
    display: flex;
}

.information-line-header {
    width: 100%;
    text-align: center;
    font-weight: 800;
    font-size: 0.875rem;
    display: flex;
}

.information-line-header:before,
.information-line-header:after {
    flex: 1;
    content: "";
    border-bottom: solid 2px;
    margin: auto 0.25em;
}

/*---------------------------------
      30. INFORMATION BLOCK LIST
  ---------------------------------*/
.information-block-list .information-block {
    margin-bottom: 26px;
}

.information-block-list .information-block:last-child {
    margin-bottom: 0;
}

/*-----------------------------
      31. INFORMATION BLOCK
  -----------------------------*/
.information-block .information-block-title {
    font-size: 0.875rem;
    font-weight: 700;
}

.information-block .information-block-text {
    margin-top: 10px;
    font-size: 0.875rem;
    line-height: 1.7142857143em;
    font-weight: 500;
}

.timeline-item:before {
    border: 3px solid var(--main-color);
}

body {
    font-family: "Rajdhani", sans-serif;
    font-family: "Quantico", sans-serif;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

body::-webkit-scrollbar {
    display: none;
}

.form-check-input:checked {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.job-border-cancelled {
    border-left: 3px solid yellow !important;
    border-color: none;
}

.job-border-delivered {
    border-left: 3px solid lime !important;
}

.job-border-denied {
    border-left: 3px solid red !important;
}

.icon-primary {
    color: var(--main-color) !important;
}

.bg-progress-custom {
    --bs-bg-opacity: 1;
    background-color: var(--main-color) !important;
}

.text-custom {
    color: rgba(255, 0, 0, 0.5) !important;
}

.table {
    font-size: small;
}

.table-finance {
    color: var(--text-white) !important;
    font-size: 13px !important;
}

.table-xs td {
    padding: 2px !important;
}

.badge-ticket-driver {
    --bs-badge-font-weight: 400 !important;
    background-color: #006a4e !important;
}

.badge-ticket-developer {
    --bs-badge-font-weight: 400 !important;
    background-color: #7c4dff !important;
}

.badge-ticket-community-manager {
    --bs-badge-font-weight: 400 !important;
    background-color: #2554c7 !important;
}

.badge-ticket-support-manager {
    --bs-badge-font-weight: 400 !important;
    background-color: #007c80 !important;
}

.badge-ticket-support {
    --bs-badge-font-weight: 400 !important;
    background-color: var(--main-color) !important;
}

/*
    CK EDITOR
*/

/*
    CUSTOM CSS LEGACY
*/

.vtlog-table {
    font-size: 13px !important;
    font-weight: 400 !important;
    margin-bottom: 0px !important;
}

.vtlog-table tr td:first-child {
    padding-left: 15px !important;
}

.vtlog-table tr td:last-child {
    padding-right: 15px !important;
}

.vtlog-table thead tr td {
    color: white !important;
    font-weight: 700 !important;
}

.vtlog-table .sortable {
    color: #2cb1da !important;
    cursor: pointer !important;
}

.vtlog-table td {
    font-size: 12px !important;
}

@media (max-width: 768px) {
    .vtlog-table {
        width: 100% !important;
        border-collapse: collapse !important;
    }

    .vtlog-table td {
        white-space: nowrap !important;
    }

    .responsive {
        overflow-x: auto !important;
    }
}

.avatar-ingame {
    border: 2px ridge #e3ffc2;
    margin-left: 2px;
}

.avatar-online {
    border: 2px ridge #69c6ea;
    margin-left: 2px;
}

.avatar-offline {
    border: 2px ridge #8e8f8f;
    margin-left: 2px;
    filter: brightness(75%);
}

.badge-vtlog {
    color: #ced4da;
}

.bg-vtlog {
    background-color: var(--main-color);
}

textarea {
    resize: none;
}

.input-group-discord {
    color: var(--text-white);
    background-color: #5865f2 !important;
}

.input-group-patreon {
    color: var(--text-white);
    background-color: var(--main-color) !important;
}

.blinking-icon {
    animation: blink 2s infinite;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

.custom-vh-100 {
    height: calc(100vh - 140px);
}

.custom-icon-option {
    color: var(--main-color);
    cursor: pointer;
}

.custom-icon-option:hover {
    color: var(--main-color);
}

.vtlog-gem-icon-color {
    color: #b9f2ff !important;
}

.premium-menu-body {
    cursor: pointer;
    border: 1px solid var(--main-color);
    border-radius: 0.2rem;
}

.premium-menu-body:hover {
    background-color: #2d3846 !important;
}

.userSearch {
    width: 225px !important;
}

.card-dark {
    background-color: var(--card-dark);
}

.breadcrumb-item {
    color: var(--main-color) !important;
}

.breadcrumb-item.active {
    color: var(--text-bright) !important;
}

.sidebar-content,
body[data-theme="dark"] .sidebar-content,
body[data-theme="light"] .sidebar-content {
    background-color: #2B3643;
}

body[data-theme="dark"] .sidebar-link,
body[data-theme="dark"] a.sidebar-link {
    background-color: #2B3643;
}

.sidebar,
body[data-theme="dark"] .sidebar,
body[data-theme="light"] .sidebar {
    background: #2B3643;
    z-index: 1049;
}

.topbar {
    background: #222E3C;
    z-index: 2;
}

.content-breadcrumb {
    background-color: #474f5a;
}

.btn-check:active + .btn,
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:active {
    background-color: #474f5a;
}

.card-container {
    display: flex;
    justify-content: space-between; /* Aligns cards to the start, end, and evenly spaces the rest */
    align-items: flex-end; /* Aligns cards to the bottom */
}

.card-dark-title {
    line-height: 1.1rem !important;
}

.card-tile {
    background-color: #1e2935;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.35);
}

.pages {
    padding: 0.375rem 0.75rem !important;
}

/* CSS rule to hide the element without emptying the style attribute */
.hidden {
    display: none !important;
}

.card-self-body {
    background: rgba(255, 0, 0, 0.2) !important;
}

.bg-custom-badge {
    --bs-bg-opacity: 1;
    background-color: var(--main-color) !important;
}

.bnw {
    filter: brightness(100%) contrast(100%) grayscale(100%);
}

/*Custom card header*/
.card-header-custom {
    background-image: linear-gradient(45deg, transparent 67%, rgba(255, 0, 0, 0.2) 67%, rgba(255, 0, 0, 0.2) 77%, transparent 77%);
    background-size: 150px 100%;
    background-position: right center;
    background-repeat: no-repeat;
}

.card-header-silver {
    background-image: linear-gradient(45deg, transparent 67%, #c0c0c0 67%, #c0c0c0 77%, transparent 77%);
    background-size: 150px 100%;
    background-position: right center;
    background-repeat: no-repeat;
}

.card-header-gold {
    background-image: linear-gradient(45deg, transparent 67%, #ffb338 67%, #ffb338 77%, transparent 77%);
    background-size: 150px 100%;
    background-position: right center;
    background-repeat: no-repeat;
}

.card-header-diamond {
    background-image: linear-gradient(45deg, transparent 67%, #b9f2ff 67%, #b9f2ff 77%, transparent 77%);
    background-size: 150px 100%;
    background-position: right center;
    background-repeat: no-repeat;
}

.card-header-1 {
    background-image: linear-gradient(45deg, transparent 67%, #ffb338 67%, #ffb338 77%, transparent 77%);
    background-size: 150px 100%;
    background-position: right center;
    background-repeat: no-repeat;
}

.card-header-2 {
    background-image: linear-gradient(45deg, transparent 67%, #c0c0c0 67%, #c0c0c0 77%, transparent 77%);
    background-size: 150px 100%;
    background-position: right center;
    background-repeat: no-repeat;
}

.card-header-3 {
    background-image: linear-gradient(45deg, transparent 67%, #cd7f32 67%, #cd7f32 77%, transparent 77%);
    background-size: 150px 100%;
    background-position: right center;
    background-repeat: no-repeat;
}

/*
    CUSTOM USERNAME COLORS
*/
.username-span {
    display: inline-block;
    vertical-align: middle;
}

.username a:hover {
    cursor: pointer;
}

.username-deleted {
    color: #555555 !important;
    font-weight: 400 !important;
    text-decoration: line-through;
}

.username-banned {
    color: #000 !important;
    font-weight: 400 !important;
    text-decoration: line-through;
}

.username-default {
    color: #ced4da !important;
}

.username-red {
    color: #ff6b6b !important;
    font-weight: 900 !important;
}

.username-neon-red {
    color: var(--accent-1) !important;
    font-weight: 900 !important;
    text-shadow: -1px -1px 0 #ff6b6b, 1px -1px 0 #ff6b6b, -1px 1px 0 #ff6b6b, 1px 1px 0 #ff6b6b;
}

.username-orange {
    color: #ffa500 !important;
    font-weight: 900 !important;
}

.username-neon-orange {
    color: var(--accent-1) !important;
    font-weight: 900 !important;
    text-shadow: -1px -1px 0 #ffa500, 1px -1px 0 #ffa500, -1px 1px 0 #ffa500, 1px 1px 0 #ffa500;
}

.username-yellow {
    color: #f7e400 !important;
    font-weight: 900 !important;
}

.username-neon-yellow {
    color: var(--accent-1) !important;
    font-weight: 900 !important;
    text-shadow: -1px -1px 0 #f7e400, 1px -1px 0 #f7e400, -1px 1px 0 #f7e400, 1px 1px 0 #f7e400;
}

.username-green {
    color: #2ecc71 !important;
    font-weight: 900 !important;
}

.username-neon-green {
    color: var(--accent-1) !important;
    font-weight: 900 !important;
    text-shadow: -1px -1px 0 #2ecc71, 1px -1px 0 #2ecc71, -1px 1px 0 #2ecc71, 1px 1px 0 #2ecc71;
}

.username-cyan {
    color: #00ffff !important;
    font-weight: 900 !important;
}

.username-neon-cyan {
    color: var(--accent-1) !important;
    font-weight: 900 !important;
    text-shadow: -1px -1px 0 #00ffff, 1px -1px 0 #00ffff, -1px 1px 0 #00ffff, 1px 1px 0 #00ffff;
}

.username-blue {
    color: #6495ed !important;
    font-weight: 900 !important;
}

.username-neon-blue {
    color: var(--accent-1) !important;
    font-weight: 900 !important;
    text-shadow: -1px -1px 0 #6495ed, 1px -1px 0 #6495ed, -1px 1px 0 #6495ed, 1px 1px 0 #6495ed;
}

.username-violet {
    color: #ff69b4 !important;
    font-weight: 900 !important;
}

.username-neon-violet {
    color: var(--accent-1) !important;
    font-weight: 900 !important;
    text-shadow: -1px -1px 0 #ff69b4, 1px -1px 0 #ff69b4, -1px 1px 0 #ff69b4, 1px 1px 0 #ff69b4;
}

.username-magenta {
    color: #ff00ff !important;
    font-weight: 900 !important;
}

.username-neon-magenta {
    color: var(--accent-1) !important;
    font-weight: 900 !important;
    text-shadow: -1px -1px 0 #ff00ff, 1px -1px 0 #ff00ff, -1px 1px 0 #ff00ff, 1px 1px 0 #ff00ff;
}

.username-purple {
    color: #800080 !important;
    font-weight: 900 !important;
}

.username-neon-purple {
    color: var(--accent-1) !important;
    font-weight: 900 !important;
    text-shadow: -1px -1px 0 #800080, 1px -1px 0 #800080, -1px 1px 0 #800080, 1px 1px 0 #800080;
}

.username-dark-red {
    color: #cc3333 !important;
    font-weight: 900 !important;
}

.username-neon-dark-red {
    color: var(--accent-1) !important;
    font-weight: 900 !important;
    text-shadow: -1px -1px 0 #cc3333, 1px -1px 0 #cc3333, -1px 1px 0 #cc3333, 1px 1px 0 #cc3333;
}

.username-dark-orange {
    color: #ff7f00 !important;
    font-weight: 900 !important;
}

.username-neon-dark-orange {
    color: var(--accent-1) !important;
    font-weight: 900 !important;
    text-shadow: -1px -1px 0 #ff7f00, 1px -1px 0 #ff7f00, -1px 1px 0 #ff7f00, 1px 1px 0 #ff7f00;
}

.username-dark-yellow {
    color: #ffdb58 !important;
    font-weight: 900 !important;
}

.username-neon-dark-yellow {
    color: var(--accent-1) !important;
    font-weight: 900 !important;
    text-shadow: -1px -1px 0 #ffdb58, 1px -1px 0 #ffdb58, -1px 1px 0 #ffdb58, 1px 1px 0 #ffdb58;
}

.username-dark-green {
    color: #006400 !important;
    font-weight: 900 !important;
}

.username-neon-dark-green {
    color: var(--accent-1) !important;
    font-weight: 900 !important;
    text-shadow: -1px -1px 0 #006400, 1px -1px 0 #006400, -1px 1px 0 #006400, 1px 1px 0 #006400;
}

.username-dark-blue {
    color: #0074e4 !important;
    font-weight: 900 !important;
}

.username-neon-dark-blue {
    color: var(--accent-1) !important;
    font-weight: 900 !important;
    text-shadow: -1px -1px 0 #0074e4, 1px -1px 0 #0074e4, -1px 1px 0 #0074e4, 1px 1px 0 #0074e4;
}

.username-gradient {
    font-weight: 900 !important;
    font-size: 14px !important;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
}

/* Gradient 1 - Red to Orange */
.username-gradient-2-text-1 {
    background-image: linear-gradient(to right, #ff6b6b, #ffa500);
}

/* Gradient 2 - Orange to Yellow */
.username-gradient-2-text-2 {
    background-image: linear-gradient(to right, #ffa500, #f7e400);
}

/* Gradient 3 - Yellow to Green */
.username-gradient-2-text-3 {
    background-image: linear-gradient(to right, #f7e400, #2ecc71);
}

/* Gradient 4 - Green to Cyan */
.username-gradient-2-text-4 {
    background-image: linear-gradient(to right, #2ecc71, #00ffff);
}

/* Gradient 5 - Cyan to Light Blue */
.username-gradient-2-text-5 {
    background-image: linear-gradient(to right, #00ffff, #6495ed);
}

/* Gradient 6 - Light Blue to Pink */
.username-gradient-2-text-6 {
    background-image: linear-gradient(to right, #6495ed, #ff00ff);
}

/* Gradient 8 - Magenta to Purple */
.username-gradient-2-text-7 {
    background-image: linear-gradient(to right, #ff00ff, #800080);
}

/* Gradient 9 - Purple to Light Blue */
.username-gradient-2-text-8 {
    background-image: linear-gradient(to right, #800080, #6495ed);
}

/* Gradient 10 - Light Blue to Green */
.username-gradient-2-text-9 {
    background-image: linear-gradient(to right, #6495ed, #2ecc71);
}

/* Gradient 11 - Green to Orange */
.username-gradient-2-text-10 {
    background-image: linear-gradient(to right, #2ecc71, #ffa500);
}

/* Gradient 12 - Orange to Cyan */
.username-gradient-2-text-11 {
    background-image: linear-gradient(to right, #ffa500, #00ffff);
}

/* Gradient 13 - Cyan to Red */
.username-gradient-2-text-12 {
    background-image: linear-gradient(to right, #00ffff, #ff6b6b);
}

/* Gradient 14 - Red to Magenta */
.username-gradient-2-text-13 {
    background-image: linear-gradient(to right, #ff6b6b, #ff00ff);
}

/* Gradient 15 - Magenta to Yellow */
.username-gradient-2-text-14 {
    background-image: linear-gradient(to right, #ff00ff, #f7e400);
}

/* Gradient 1 - Red to Orange to Yellow */
.username-gradient-3-text-1 {
    background-image: linear-gradient(to right, #ff6b6b, #ffa500, #f7e400);
}

/* Gradient 2 - Orange to Yellow to Green */
.username-gradient-3-text-2 {
    background-image: linear-gradient(to right, #ffa500, #f7e400, #2ecc71);
}

/* Gradient 3 - Yellow to Green to Cyan */
.username-gradient-3-text-3 {
    background-image: linear-gradient(to right, #f7e400, #2ecc71, #00ffff);
}

/* Gradient 4 - Green to Cyan to Light Blue */
.username-gradient-3-text-4 {
    background-image: linear-gradient(to right, #2ecc71, #00ffff, #6495ed);
}

/* Gradient 5 - Cyan to Light Blue to Pink */
.username-gradient-3-text-5 {
    background-image: linear-gradient(to right, #00ffff, #6495ed, #ff00ff);
}

/* Gradient 6 - Light Blue to Pink to Magenta */
.username-gradient-3-text-6 {
    background-image: linear-gradient(to right, #6495ed, #ff00ff, #800080);
}

/* Gradient 7 - Red to Yellow to Green */
.username-gradient-3-text-7 {
    background-image: linear-gradient(to right, #ff6b6b, #f7e400, #2ecc71);
}

/* Gradient 8 - Orange to Green to Cyan */
.username-gradient-3-text-8 {
    background-image: linear-gradient(to right, #ffa500, #2ecc71, #00ffff);
}

/* Gradient 9 - Yellow to Cyan to Light Blue */
.username-gradient-3-text-9 {
    background-image: linear-gradient(to right, #f7e400, #00ffff, #6495ed);
}

/* Gradient 10 - Green to Light Blue to Pink */
.username-gradient-3-text-10 {
    background-image: linear-gradient(to right, #2ecc71, #6495ed, #ff00ff);
}

/* Gradient 11 - Cyan to Pink to Magenta */
.username-gradient-3-text-11 {
    background-image: linear-gradient(to right, #00ffff, #ff00ff, #800080);
}

/* Gradient 12 - Red to Green to Cyan */
.username-gradient-3-text-12 {
    background-image: linear-gradient(to right, #ff6b6b, #2ecc71, #00ffff);
}

/* Gradient 13 - Orange to Cyan to Light Blue */
.username-gradient-3-text-13 {
    background-image: linear-gradient(to right, #ffa500, #00ffff, #6495ed);
}

/* Gradient 14 - Yellow to Light Blue to Pink */
.username-gradient-3-text-14 {
    background-image: linear-gradient(to right, #f7e400, #6495ed, #ff00ff);
}

.username-rainbow-default {
    font-size: 14px !important;
    background-image: linear-gradient(to right, #ff0000 0%, #ff0000 17%, #ff4500 17%, #ff4500 34%, #ffd700 34%, #ffd700 51%, #00ff00 51%, #00ff00 67%, #00bfff 67%, #00bfff 83%, #ff00ff 83%, #ff00ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 900 !important;
}

.username-rainbow-diagonal {
    font-size: 14px !important;
    background-image: linear-gradient(to bottom right, #ff0000 0%, #ff0000 17%, #ff4500 17%, #ff4500 34%, #ffd700 34%, #ffd700 51%, #00ff00 51%, #00ff00 67%, #00bfff 67%, #00bfff 83%, #ff00ff 83%, #ff00ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 900 !important;
}

.username-rainbow-radial {
    font-size: 14px !important;
    background-image: radial-gradient(circle at center, #ff0000 0%, #ff0000 17%, #ff4500 17%, #ff4500 34%, #ffd700 34%, #ffd700 51%, #00ff00 51%, #00ff00 67%, #00bfff 67%, #00bfff 83%, #ff00ff 83%, #ff00ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 900 !important;
}

.username-rainbow-inverted {
    font-size: 14px !important;
    background-image: linear-gradient(to left, #ff0000 0%, #ff0000 17%, #ff4500 17%, #ff4500 34%, #ffd700 34%, #ffd700 51%, #00ff00 51%, #00ff00 67%, #00bfff 67%, #00bfff 83%, #ff00ff 83%, #ff00ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 900 !important;
}

.username-premium-bronze {
    display: inline-block;
    text-transform: uppercase;
}

.username-premium-bronze > span {
    background-clip: text;
    -webkit-background-clip: text;
    color: #363833;
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-size: 14px;
    letter-spacing: 1px;
    -webkit-text-stroke: 3px transparent;
}

.username-premium-bronze span.bg {
    position: absolute;
    text-align: center;
    background-image: repeating-linear-gradient(105deg, var(--bronze) 0%, var(--bronze-dark-shadow) 5%, var(--bronze) 12%);
    color: transparent;
    transform: scaleY(1.05);
    transform-origin: top;
}

.username-premium-bronze span.fg {
    position: relative;
    text-align: center;
    background-image: repeating-linear-gradient(5deg, var(--bronze) 0%, var(--bronze-light-shadow) 23%, var(--bronze) 31%);
    color: #1e2127;
    transform: scale(1);
}

.username-premium-silver {
    display: inline-block;
    text-transform: uppercase;
}

.username-premium-silver > span {
    background-clip: text;
    -webkit-background-clip: text;
    color: #363833;
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-size: 14px;
    letter-spacing: 1px;
    -webkit-text-stroke: 3px transparent;
}

.username-premium-silver span.bg {
    position: absolute;
    text-align: center;
    background-image: repeating-linear-gradient(105deg, var(--silver) 0%, var(--silver-dark-shadow) 5%, var(--silver) 12%);
    color: transparent;
    transform: scaleY(1.05);
    transform-origin: top;
}

.username-premium-silver span.fg {
    position: relative;
    text-align: center;
    background-image: repeating-linear-gradient(5deg, var(--silver) 0%, var(--silver-light-shadow) 23%, var(--silver) 31%);
    color: #1e2127;
    transform: scale(1);
}

.username-premium-gold {
    display: inline-block;
    text-transform: uppercase;
}

.username-premium-gold > span {
    background-clip: text;
    -webkit-background-clip: text;
    color: #363833;
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-size: 14px;
    letter-spacing: 1px;
    -webkit-text-stroke: 3px transparent;
}

.username-premium-gold span.bg {
    position: absolute;
    text-align: center;
    background-image: repeating-linear-gradient(105deg, var(--gold) 0%, var(--gold-dark-shadow) 5%, var(--gold) 12%);
    color: transparent;
    transform: scaleY(1.05);
    transform-origin: top;
}

.username-premium-gold span.fg {
    position: relative;
    text-align: center;
    background-image: repeating-linear-gradient(5deg, var(--gold) 0%, var(--gold-light-shadow) 23%, var(--gold) 31%);
    color: #1e2127;
    transform: scale(1);
}

.username-premium-diamond {
    display: inline-block;
    text-transform: uppercase;
}

.username-premium-diamond > span {
    background-clip: text;
    -webkit-background-clip: text;
    color: #363833;
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-size: 14px;
    letter-spacing: 1px;
    -webkit-text-stroke: 3px transparent;
}

.username-premium-diamond span.bg {
    position: absolute;
    text-align: center;
    background-image: repeating-linear-gradient(105deg, var(--diamond) 0%, var(--diamond-dark-shadow) 5%, var(--diamond) 12%);
    color: transparent;
    transform: scaleY(1.05);
    transform-origin: top;
}

.username-premium-diamond span.fg {
    position: relative;
    text-align: center;
    background-image: repeating-linear-gradient(5deg, var(--diamond) 0%, var(--diamond-light-shadow) 23%, var(--diamond) 31%);
    color: #1e2127;
    transform: scale(1);
}

.username-staff {
    font-size: 14px !important;
    color: var(--text-white);
    /* Make the text transparent */
    text-shadow: -1px -1px 0 var(--main-color), 1px -1px 0 var(--main-color), -1px 1px 0 var(--main-color), 1px 1px 0 var(--main-color);
    font-weight: 400 !important;
}

.username-image {
    height: 16px;
    width: auto;
    margin-left: 15px;
    margin-bottom: 3px;
}

/* 
    CUSTOM COMPANY NAME COLORS
*/
.vtcname-span {
    line-height: 20px !important;
    vertical-align: middle !important;
}

.vtcname a:hover {
    cursor: pointer;
}

.vtcname-default {
    color: #adb5bd !important;
    font-weight: 400 !important;
}

/*
    CUSTOM AWARDS
*/

.award-gold {
    align-items: center;
    background-color: none;
    border: 0;
    border-radius: 0.2rem;
    display: block;
    line-height: 36px !important;
    height: 36px !important;
    padding: 0.3rem 0.85rem;
    text-align: center;
    white-space: nowrap;
}

.award-gold i {
    color: #d4af37 !important;
    font-size: 26px !important;
}

.award-gold-color {
    color: #d4af37 !important;
}

.award-silver {
    align-items: center;
    background-color: none;
    border: 0;
    border-radius: 0.2rem;
    display: block;
    line-height: 38px !important;
    height: 38px !important;
    padding: 0.3rem 0.85rem;
    text-align: center;
    white-space: nowrap;
}

.award-silver i {
    color: #c0c0c0 !important;
    font-size: 26px !important;
}

.award-silver-color {
    color: #c0c0c0 !important;
}

.award-bronze {
    align-items: center;
    background-color: none;
    border: 0;
    border-radius: 0.2rem;
    display: block;
    line-height: 38px !important;
    height: 38px !important;
    padding: 0.3rem 0.85rem;
    text-align: center;
    white-space: nowrap;
}

.award-bronze i {
    color: #cd7f32 !important;
    font-size: 26px !important;
}

.award-bronze-color {
    color: #cd7f32 !important;
}

.award-default {
    align-items: center;
    background-color: none;
    border: 0;
    border-radius: 0.2rem;
    color: var(--main-color);
    display: block;
    line-height: 38px !important;
    height: 38px !important;
    padding: 0.3rem 0.85rem;
    text-align: center;
    white-space: nowrap;
}

.award-default i {
    font-size: 26px !important;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    /* Opacity of 0.5 */
    z-index: 9999;
    /* Ensure it's above other content */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.overlay-content {
    position: relative;
    margin-top: 100px;
    font-size: 4em;
}

/* Styles for the container and image */
.overlay-logo {
    position: relative;
    width: 256px;
    height: 256px;
    margin-bottom: 25px;
}

.overlay-logo > img {
    height: 256px;
    width: 256px;
    position: absolute;
    top: 50%;
    left: 0;
    animation: pulse 2s infinite;
    /* transform: translateY(-50%);
    
    /* Adjust animation duration as needed */
}

/* Keyframes for animation */
@keyframes moveRight {
    0% {
        left: -87px;
        /* Initial position outside the container */
    }

    100% {
        left: calc(100px + 87px);
        /* Move to the right of the container */
    }
}

.overlay-content {
    /* Add styling for your processing content here */
    color: var(--text-white) !important;
    font-size: 24px;
}

.select2-container {
    background-color: #222e3c !important;
    border: 1px solid #7a828a !important;
    border-radius: 4px;
    height: 35px !important;
}

.select2-container--default .select2-selection--single {
    background-color: #222e3c !important;
    border: 0px solid #7a828a !important;
    border-radius: 4px;
    height: 33px !important;
}

.select2-selection__rendered {
    font-size: 14px;
    color: #fff !important;
    height: 31px !important;
    line-height: 31px !important;
}

.select2-results__option {
    background-color: #19222d !important;
    /* height: 28px!important; */
    color: rgba(233, 236, 239, 0.5);
    font-size: 14px;
    padding: 0;
    padding-left: 8px;
    padding-right: 20px;
    /* line-height: 28px; */
    /* max-height: 200px; */
    /* overflow-y: auto; */
    display: block;
}

.select2-results__group {
    /* height: 28px!important; */
    font-size: 14px;
    /* line-height: 28px; */
    color: #ced4da !important;
    cursor: default;
    display: block;
    padding: 6px;
    padding-left: 8px;
    padding-right: 20px;
    padding-top: 15px;
}

.select2-search__field {
    background-color: #19222d !important;
    border: 1px solid #7a828a !important;
    height: 28px !important;
    font-size: 14px;
    padding: 0;
    padding-left: 8px;
    padding-right: 20px;
    line-height: 28px;
}

.select2-search--dropdown {
    display: block;
    background: #19222d !important;
    padding: 4px;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1.5em !important;
    line-height: 25px !important;
}

.select2-container--default .select2-results__option .select2-results__option:hover {
    padding-left: 1.75em !important;
    background-color: #2d3846 !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    color: #ff0000;
    padding-right: 5px;
}

.offcanvas {
    z-index: 1051;
}

.offcanvas-backdrop {
    background-color: #000;
    z-index: 1050;
}

.price-sup {
    font-size: 1.538rem;
    vertical-align: baseline;
}

.btn-outline-primary {
    --bs-btn-color: #ff9900;
    --bs-btn-border-color: #ff9900;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #ff9900;
    --bs-btn-hover-border-color: #ff9900;
    --bs-btn-focus-shadow-rgb: 255, 153, 0;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #ff9900;
    --bs-btn-active-border-color: #ff9900;
    --bs-btn-active-shadow: inset 0 3px 5px hsla(0, 0%, 100%, 0.125);
    --bs-btn-disabled-color: #ff9900;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ff9900;
    --bs-gradient: none;
}


/*
    PREMIUM BUTTONS
*/
.btn-outline-silver {
    --bs-btn-color: #c0c0c0;
    --bs-btn-border-color: #c0c0c0;
    --bs-btn-hover-color: #222e3c;
    --bs-btn-hover-bg: #c0c0c0;
    --bs-btn-hover-border-color: #c0c0c0;
    --bs-btn-focus-shadow-rgb: 59, 125, 221;
    --bs-btn-active-color: #222e3c;
    --bs-btn-active-bg: #c0c0c0;
    --bs-btn-active-border-color: #c0c0c0;
    --bs-btn-active-shadow: inset 0 3px 5px hsla(0, 0%, 100%, 0.125);
    --bs-btn-disabled-color: #c0c0c0;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #c0c0c0;
    --bs-gradient: none;
}
.btn-outline-gold {
    --bs-btn-color: #ffb338;
    --bs-btn-border-color: #ffb338;
    --bs-btn-hover-color: #222e3c;
    --bs-btn-hover-bg: #ffb338;
    --bs-btn-hover-border-color: #ffb338;
    --bs-btn-focus-shadow-rgb: 59, 125, 221;
    --bs-btn-active-color: #222e3c;
    --bs-btn-active-bg: #ffb338;
    --bs-btn-active-border-color: #ffb338;
    --bs-btn-active-shadow: inset 0 3px 5px hsla(0, 0%, 100%, 0.125);
    --bs-btn-disabled-color: #ffb338;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ffb338;
    --bs-gradient: none;
}
.btn-outline-diamond {
    --bs-btn-color: #b9f2ff;
    --bs-btn-border-color: #b9f2ff;
    --bs-btn-hover-color: #222e3c;
    --bs-btn-hover-bg: #b9f2ff;
    --bs-btn-hover-border-color: #b9f2ff;
    --bs-btn-focus-shadow-rgb: 59, 125, 221;
    --bs-btn-active-color: #222e3c;
    --bs-btn-active-bg: #b9f2ff;
    --bs-btn-active-border-color: #b9f2ff;
    --bs-btn-active-shadow: inset 0 3px 5px hsla(0, 0%, 100%, 0.125);
    --bs-btn-disabled-color: #b9f2ff;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #b9f2ff;
    --bs-gradient: none;
}

.buy_item_save {
    background-color: rgba(255, 0, 0, 0.5);
    font-size: 10px;
    line-height: 12px;
    padding: 4px;
    margin-right: -15px;
    position: absolute;
    top: 5px;
    right: 5px;
    -moz-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    color: #fff;
}

.text-black {
    color: #000 !important;
}

.text-white {
    color: #FFFFFF !important;
}

.nav-flag img {
    border-radius: 0% !important;
    height: 20px;
    width: 30px;
    margin-top: -1px;
    -o-object-fit: cover;
    object-fit: cover;
}

.lang-choice-flag {
    border-radius: 0% !important;
    height: 20px;
    width: 30px;
    margin-top: -1px;
}

.vtlog-modal {
    padding: unset !important;
}

.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.75) !important;
}

.w-1-8 {
    width: 12.5% !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: var(--main-color);
    color: #fff;
}

.navbar .avatar {
    margin-bottom: -7px !important;
    margin-top: -10px !important;
}

.dropdown-menu {
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.35rem;
}

.dropdown-menu>.dropdown-item {
    font-size: 13px !important;
}

.mt-custom-2 {
    margin-top: 2px !important;
}

.alert-dark {
    color: rgba(233, 236, 239, .9);
    --bs-alert-bg: rgba(78, 88, 99, 0.5);
}

.card-title {
    font-size: 16px;
    color: white;
    text-shadow: 0 0 5px rgba(255, 255, 255, 1);
    /* Optional: Remove bold styling if any */
    font-weight: 400;
}

.card-title>i {
    text-shadow: none !important;
}

.card-title-small {
    text-align: center;
    font-size: 15px;
    color: white;
    font-style: italic;
    text-shadow: 0 0 10px rgba(255, 255, 255, 1);
    /* Optional: Remove bold styling if any */
    font-weight: 400;
}

.card-title-small>i {
    text-shadow: none !important;
}

.card-title-small-premium {
    text-align: center;
    font-size: 15px;
    color: #9cfdc7;
    font-style: italic;
    text-shadow: 0 0 15px #9cfdc7;
    /* Optional: Remove bold styling if any */
    font-weight: 400;
}

.card-header {
    position: relative; /* Needed for the pseudo-element */
    padding-bottom: 10px; /* Space for the pseudo-element */
}

.card-header::after {
    content: '';
    position: absolute;
    bottom: -1px; /* Adjust as needed */
    left: 0;
    width: 100%;
    height: 2px; /* Height of the border */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
}

.card-sub {
    background-color: #47505B;
}

.card-sub>.card-header {
    background-color: #47505B;
    box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.5), /* top */
            inset 5px 0 5px -5px rgba(0, 0, 0, 0.5), /* right */
            inset -5px 0 5px -5px rgba(0, 0, 0, 0.5); /* left */
    position: relative; /* Needed for the pseudo-element */
    padding-bottom: 10px; /* Space for the pseudo-element */
}

.card-sub>.card-header::after {
    content: '';
    position: absolute;
    bottom: -5px; /* Adjust as needed */
    left: 0;
    width: 100%;
    height: 2px; /* Height of the border */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
}

.card-sub>.card-body {
    color: rgba(255, 255, 255, 0.7);
    position: relative; /* Needed for the pseudo-element */
    padding-bottom: 10px; /* Space for the pseudo-element */
    font-size: 13px;
    font-weight: 200;
    box-shadow: inset 5px 0 5px -5px rgba(0, 0, 0, 0.5), /* right */
            inset -5px 0 5px -5px rgba(0, 0, 0, 0.5); /* left */
}

.card-sub>.card-body::after {
    content: '';
    position: absolute;
    bottom: -5px; /* Adjust as needed */
    left: 0;
    width: 100%;
    height: 2px; /* Height of the border */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.0) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.0) 80%, rgba(255, 255, 255, 0) 100%);
}

.card-sub>.card-body>.card-description-free {
    color: #b3e6f5;
    min-height: 65px;
}

.card-sub>.card-body>.card-description-premium {
    color: aquamarine;
    min-height: 65px;
}

.card-sub>.card-footer {
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    position: relative; /* Needed for the pseudo-element */
    padding-bottom: 10px; /* Space for the pseudo-element */
    font-size: 13px;
    font-weight: 200;
    background-color: #47505B;
    box-shadow: inset 0 -5px 5px -5px rgba(0, 0, 0, 0.5), /* bottom */
            inset 5px 0 5px -5px rgba(0, 0, 0, 0.5),  /* right */
            inset -5px 0 5px -5px rgba(0, 0, 0, 0.5); /* left */
}

.card-challenge>.card-body {
    position: relative; /* Needed for the pseudo-element */
    padding-bottom: 10px; /* Space for the pseudo-element */
    font-size: 14px;
    font-weight: 400;
    border-radius: .325rem;
    box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.5);
    background-color: #000000;
    background: linear-gradient(to bottom right, #222E3C 20%, #606C7D 100%);
}

.card-challenge>.card-body p {
    color: #fff;
}

.text-free {
    color: #87e6fa;
}

.card-challenge>.card-body-premium {
    background: linear-gradient(to bottom right, rgba(28, 187, 140, 0.8) 20%, rgba(0, 0, 0, 1) 100%);
}

.card-challenge>.card-body-premium p {
    color: #fff;
}

.text-premium-required {
    color: #9cfdc7;
}

.text-premium-missing {
    color: #3ea7a0;
}

.text-premium {
    color: #4fc0a8;
}

.card-weekly {
    background-color: #000000;
    background: linear-gradient(to bottom right, rgba(23, 162, 184, 0.8) 20%, rgba(0, 0, 0, 1) 100%);
}

.card-weekly-premium {
    background: linear-gradient(to bottom right, rgba(28, 187, 140, 0.8) 20%, rgba(0, 0, 0, 1) 100%);
}

.card-weekly>.card-body {
    background-color: unset;
}

.card-weekly>.card-body p {
    color: #fff;
}

.card-weekly>.card-header {
    background-color: unset;
}

.card-weekly>.card-footer {
    background-color: unset;
}

.card-body-reward {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: .325rem;
    top: 0;
    right: 0;
    font-size: 13px;
}

.progress-bar-text {
    font-size: 13px;
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}

.progress-bar-challenge {
    overflow: hidden;
    height: 16px;
    position: relative;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
    border-radius: 0px;
    --bs-progress-bg: rgba(255, 255, 255, 0.25);
    --bs-progress-bar-color: rgba(255, 255, 255, 0.25);
    --bs-progress-bar-bg: #00a8ff;
    background-color: var(--bs-progress-bg);
    margin-top: 12px;
}

.progress-bar-stage {
    overflow: hidden;
    height: 5px;
    position: relative;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
    border-radius: 0px;
    --bs-progress-bg: rgba(255, 255, 255, 0.25);
    --bs-progress-bar-color: rgba(255, 255, 255, 0.25);
    --bs-progress-bar-bg: #00a8ff;
    background-color: var(--bs-progress-bg);
    margin-top: 5px;
    margin-left: -4px;
    margin-right: 4px;
}

.progress-bar-season {
    overflow: hidden;
    height: 18px;
    position: relative;
    box-shadow: 0 0 10px #2d669b;
    border-radius: 0px;
    --bs-progress-bg: rgba(255, 255, 255, 0.25);
    --bs-progress-bar-color: rgba(255, 255, 255, 0.25);
    --bs-progress-bar-bg: #00a8ff;
    background-color: var(--bs-progress-bg);
    margin-top: 3px;
}

.progress-bar-challenge-season {
    overflow: hidden;
    height: 16px;
    position: relative;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
    border-radius: 0px;
    --bs-progress-bg: rgba(255, 255, 255, 0.25);
    --bs-progress-bar-color: rgba(255, 255, 255, 0.25);
    --bs-progress-bar-bg: #00a8ff;
    background-color: var(--bs-progress-bg);
    margin-top: 0px;
}

.progress-bar-premium {
    --bs-progress-bar-bg: rgb(122, 250, 184, 0.6);
}

.progress-bar {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
}

.card-title-reward {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    font-style: italic;
    text-shadow: 0 0 10px rgba(255, 255, 255, 1);
    /* Optional: Remove bold styling if any */
    font-weight: 400;
    line-height: 33px;
}

.card-title-reward span {
    color: #fff;
}

.card-title-reward>i {
    text-shadow: 0 0 10px rgba(252, 185, 44, 1);
}

.card-title-complete {
    font-size: 18px;
    color: rgba(60, 255, 0, 0.8);
    text-shadow: 0 0 10px rgba(60, 255, 0, 1);
    /* Optional: Remove bold styling if any */
    font-weight: 400;
    line-height: 33px;
}

.card-title-complete>i {
    font-size: 20px;
    color: rgba(60, 255, 0, 0.8);
    text-shadow: 0 0 15px rgba(60, 255, 0, 1);
}

/* Extend Bootstrap grid for custom 1/5th columns */
.col-1-5 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 15px; /* Same padding as Bootstrap columns */
    box-sizing: border-box;
    text-align: center; /* Optional: for centering text */
    border: 1px solid #ccc; /* Optional: just for visual separation */
}

@media (min-width: 576px) {
    .col-sm-1-5 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 768px) {
    .col-md-1-5 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 992px) {
    .col-lg-1-5 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1200px) {
    .col-xl-1-5 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.btn-italic {
    position: relative;
    cursor: pointer;
    transform: skewX(-10deg); /* Skew transformation */
    display: inline-block; /* Ensures proper layout */
    height: 33px;
}

.btn-italic span {
    color: #fff;
    display: inline-block;
    transform: skewX(10deg); /* Counteract the skew transformation */
}

.btn-italic::before {
    transform: skewX(10deg); /* Skew transformation */
    z-index: -1; /* Behind the button text */
}

.sidebar-brand-text {
    color: #fff;
}

.nav-item .indicator {
    background: #3b7ddd;
    border-radius: 50%;
    box-shadow: 0 0.1rem 0.2rem hsla(0,0%,100%,.05);
    color: #fff;
    display: block;
    font-size: .675rem;
    height: 18px;
    padding: 1px;
    position: absolute;
    right: -8px;
    text-align: center;
    top: 0;
    transition: top .1s ease-out;
    width: 18px;
}

body[data-theme=dark] .sidebar-header {
    color: #708096;
    text-transform: uppercase !important;
}

.sidebar-header {
    padding: 0.769rem 1.154rem 0.385rem 1.154rem;
}

.sidebar-dropdown .sidebar-link::before {
    content: "";
    display: inline-block;
    left: -14px;
    position: relative;
    transform: translateX(0px);
    transition: all 0.1s ease 0s;
}

body[data-theme=dark] .sidebar-link:hover {
    background: #3a4656;
    color: #b4bcc8;
}

body[data-theme=dark] .sidebar-dropdown .sidebar-item .sidebar-link:hover {
    background: #3a4656;
    color: #b4bcc8;
}

.btn-shine {
    color: white;
    border: rgba(255,255,255,0.5) 1px solid;
    background-color: #ff9900; /* For browsers that do not support gradients */
    cursor: pointer;
    outline: none;
    transition: box-shadow 0.2s ease-in-out;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5) inset;
}

.btn-shine:hover, .btn-shine.active, .btn-shine.active:focus {
    color: white;
    border: rgba(255,255,255,0.5) 1px solid;
    background-color: #ff9900;
    box-shadow: 0 0 15px rgba(255, 255, 255, 1) inset;
}

.btn-shine-premium {
    color: white;
    border: rgba(255,255,255,0.5) 1px solid;
    background-color: rgba(122, 250, 184, 0.6);
    cursor: pointer;
    outline: none;
    transition: box-shadow 0.2s ease-in-out;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5) inset;
}

.btn-shine-premium:hover {
    color: white;
    border: rgba(255,255,255,0.5) 1px solid;
    background-color: rgba(122, 250, 184, 0.6);
    box-shadow: 0 0 15px rgba(255, 255, 255, 1) inset;
} 

.btn-shine-premium.active {
    color: white;
    border: rgba(255,255,255,0.5) 1px solid;
    background-color: rgba(122, 250, 184, 0.6);
    box-shadow: 0 0 15px rgba(255, 255, 255, 1) inset;
} 

.btn-claim {
    color: white;
    background: linear-gradient(to bottom, #FFA500, #FF4500);
    height: 30px;
    width: 145px;
    border: none;
    border-radius: 6px;
    transition: box-shadow 0.2s ease-in-out;
}

.btn-claim:hover {
    color: white;
    box-shadow: 0 0 15px rgba(255, 255, 255, 1) inset;
}

.w-90 {
    width: 90% !important;
}

.w-319p {
    width: 319px !important;
}

.weekly-endtime {
    font-size: 17px;
    color: rgba(252, 185, 44, 0.8);
    text-shadow: 0 0 5px rgba(252, 185, 44, 1);
    /* Optional: Remove bold styling if any */
    font-weight: 400;
    line-height: 33px;
}

.weekly-endtime>i {
    font-size: 18px;
    color: rgba(252, 185, 44, 0.8);
    text-shadow: none;
}

.season-background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, rgba(34, 46, 60, 0) 40%, rgba(34, 46, 60, 1) 70%);
    z-index: 2;
}

.season-header {
    position: relative;
    background: transparent;
    z-index: 3;
}

.season-content {
    position: relative;
    background: transparent;
    z-index: 3;
}

.season-footer {
    position: relative;
    background: transparent;
    z-index: 3;
}

.season-endtime {
    font-size: 17px;
    color: rgba(252, 185, 44, 0.8);
    text-shadow: 0 0 5px rgba(252, 185, 44, 1);
    /* Optional: Remove bold styling if any */
    font-weight: 400;
    line-height: 33px;
}

.season-endtime>i {
    font-size: 18px;
    color: rgba(252, 185, 44, 0.8);
    text-shadow: none;
}

.w-23 {
    width: 23% !important;
}

.fs-17 {
    font-size: 17px !important;
}

.text-title-free {
    color: #CDE9E9;
    text-shadow: 0 0 5px aquamarine;
}

.card-season-reward-free {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 0px;
}

.card-season-reward-free>.card-header {
    color: #b3e6f5;
    background-color: unset;
    padding: 0px;
}

.card-season-reward-free>.card-body {
    color: #fff;
    background-color: unset;
}

.card-season-reward-premium {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 0px;
}

.card-season-reward-premium>.card-header {
    color: #fff;
    background-color: unset;
    padding: 0px;
}

.card-season-reward-premium>.card-body {
    color: #fff;
    background-color: unset;
}

.card-weekly-free {

}

.card-weekly-free>.card-header {
    background-color: unset;
    padding: 0px;
}

.card-weekly-free>.card-body {
    background-color: unset;
}

.flex-container {
    display: flex;
    justify-content: space-between; /* Evenly distributes the child elements */
    align-items: center;
}

.flex-item {
    flex: 1; /* Each child element takes up equal space */
    text-align: center; /* Center-align text inside each flex item */
}

.flex-item-left {
    flex: 1; /* Each child element takes up equal space */
    text-align: left; /* Center-align text inside each flex item */
}

.flex-item-right {
    flex: 1; /* Each child element takes up equal space */
    text-align: right; /* Center-align text inside each flex item */
}

.logbook-game-icon {
    height:16px;
    width:auto;
}

.logbook-icon {
    font-size: 13px;
    vertical-align: middle;
}

.stats-home-users {
    vertical-align: middle;
    color: #cbd4e0;
    font-size: 2rem;
}

.stats-home-number {
    float: left;
    display: inline-block;
}

.stats-home-number h3 {
    margin: 0 0 .154rem;
    padding: 0;
    font-size: 1.6rem;
    font-weight: 400;
}

.stats-home-number small {
    font-weight: 500;
}

.stats-home-blue {
    color: #a0c3e4 !important;
}

.progress-bar-blue {
    --bs-progress-bar-bg: #a0c3e4;
}

.stats-home-purple-soft {
    color: #bfb4cf !important;
}

.progress-bar-purple-soft {
    --bs-progress-bar-bg: #bfb4cf;
}

.stats-home-grey-cascade {
    color: #f5f5f5 !important;
}

.progress-bar-grey-cascade {
    --bs-progress-bar-bg: #f5f5f5;
}

.stats-home-orange-soft {
    color: #F8BA5B !important;
}

.progress-bar-orange-soft {
    --bs-progress-bar-bg: #F8BA5B;
}

.trackers-home-users {
    vertical-align: middle;
    font-size: 50px;
    color: #cbd4e0;
}

body[data-theme=colored] footer.footer, body[data-theme=dark] footer.footer {
    background: #2B3643;
}

.bg-badge-custom {
    background-color: rgba(255, 255, 255, 0.2);
}

.table tr:last-child td {
    border: unset;
}

.text-admin-blue {
    color: #a0c3e4 !important;
}

.sidebar-badge {
    color: #fff;
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 1;
}

.sidebar [data-bs-toggle=collapse]:after {
    right: 25px !important;
    top: 15px !important;
}

.page-toolbar {
    padding: .385rem .769rem;
    font-size: .750rem;
    line-height: 1.5;
}

.page-toolbar>.breadcrumb-clock {
    color: #a0c3e4 !important;
}

.dropdown-username {
    font-size: 0.813rem;
}

.navbar {
    padding: 0 1rem;
}

.navbar-nav .nav-item {
    padding: var(--bs-navbar-padding-y) 0.5rem;
}

.navbar-nav .nav-item:hover {
    background-color: rgba(0, 0, 0, 0.15);
}

.nav-fa-sm {
    margin-top: 2px;
    font-size: .875em;
}

a[data-bs-toggle="tooltip"] {
    text-decoration: none; /* Remove underline */
}

a[data-bs-toggle="tooltip"]:hover {
    text-decoration: none; /* Ensure underline is removed on hover */
}

body[data-theme=dark] .sidebar-link i, body[data-theme=dark] .sidebar-link svg, body[data-theme=dark] a.sidebar-link i, body[data-theme=dark] a.sidebar-link svg {
    color: #606C7D;
    font-size: .970rem;
}

@media (min-width: 1600px) {
    .col-xxxl {
        flex: 1 0 0%;
    }

    .row-cols-xxxl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xxxl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xxxl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xxxl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-xxxl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xxxl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xxxl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-xxxl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xxxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xxxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xxxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xxxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xxxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xxxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xxxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xxxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xxxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xxxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xxxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xxxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

.card-header-shade {
    border-radius: .325rem .325rem 0 0;
}

.card-footer-shade {
    border-radius: 0 0 .325rem .325rem;
}

.trophy-gold {
    color: var(--gold);
}

.trophy-silver {
    color: var(--silver);
}

.trophy-bronze {
    color: var(--bronze);
}

.accordion {
    --bs-accordion-bg: transparent !important;
    --bs-accordion-border-radius: none !important;
    --bs-accordion-inner-border-radius: none !important;
    --bs-accordion-border-color: none !important;
    --bs-accordion-border-width: 0 !important;
    --bs-accordion-btn-focus-border-color: none !important;
    --bs-accordion-btn-focus-box-shadow: none !important;
    --bs-accordion-active-color: var(--text) !important;
    --bs-accordion-active-bg: rgba(0, 0, 0, 0.1) !important;
    --bs-accordion-btn-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23bdc0c5'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23e0e0e0'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
}

.accordion-item {
    background-color: #48505B !important;
    border: none !important;
    color: var(--text) !important;
    margin-bottom: 24px !important;
    border-radius: .325rem !important;
}

.accordion-header {
    position: relative;
    background-color: rgba(0, 0, 0, 0.1) !important;
    border-radius: .325rem .325rem 0 0 !important;
}

/* When .with-after is added to the header, apply border-radius only to top-left and top-right */
.accordion-header.with-after {
    border-radius: .325rem .325rem 0 0 !important;  /* Top-left and top-right rounded */
}

/* When collapsed (without .with-after), apply border-radius on all sides */
.accordion-header:not(.with-after) {
    border-radius: .325rem !important; /* Apply border-radius on all sides */
}

.accordion-button {
    border-radius: .325rem .325rem 0 0 !important; /* Default: border-radius on top-left and top-right */
}

/* When .with-after is added to the header, apply border-radius only to top-left and top-right */
.accordion-header.with-after .accordion-button {
    border-radius: .325rem .325rem 0 0 !important;  /* Top-left and top-right rounded */
}

/* When collapsed (without .with-after), apply border-radius on all sides */
.accordion-header:not(.with-after) .accordion-button {
    border-radius: .325rem !important; /* Apply border-radius on all sides */
}

/* Default state: gradient visible */
.accordion-header::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    transition: background 0.3s ease;
}

/* Collapsed state: gradient hidden */
.accordion-header:not(.with-after)::after {
    background: none;
}

.accordion-body {
    background-color: #222E3C;
}

.alert {
    --bs-alert-border-radius: .325rem !important;
}

.alert-custom {
    --bs-alert-color: #e0e0e0;
    --bs-alert-bg: #2B3643;
    --bs-alert-border-color: #d7dadc;
}

.img-gray {
    filter: grayscale(100%);
    opacity: 0.6; /* Optional for additional visual feedback */
}

.img-gray:hover {
    filter: grayscale(50%); /* Remove grayscale effect on hover, if desired */
    opacity: 1;
}

.border-none {
    border: none !important;
}

.box-shadow-none {
    box-shadow: none !important;
}

.img-fluid-75, .img-thumbnail-75 {
    height: auto;
    max-width: 75%;
}

.admin-table td {
    border-color: hsla(0, 0%, 100%, .125) !important;
}

.page-toolbar>.breadcrumb-changelog {
    color: #a0c3e4 !important;
}

.progress {
    --bs-progress-bg: #47505B;
}

.card-body-scroll {
    max-height: 300px; /* Set max height */
    overflow-y: auto; /* Enable vertical scroll */
    padding: 10px;
}

.card-body-scroll::-webkit-scrollbar {
    width: 8px; /* Customize scrollbar width */
}

.card-body-scroll::-webkit-scrollbar-thumb {
    background-color: #888; /* Scrollbar color */
    border-radius: 4px;
}

.card-body-scroll::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* Scrollbar hover color */
}

.timeline-item-success:before {
    border: 3px solid var(--success);
}

.timeline-item-danger:before {
    border: 3px solid var(--danger);
}

.timeline-item-info:before {
    border: 3px solid var(--info);
}

.list-awards-bg {
    background-color: var(--accent-1);
}

.lightrope {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    position: static;
    z-index: 1;
    margin: -15px 0 0 0;
    padding: 0;
    pointer-events: none;
    width: 100%;
}

.lightrope li {
    position: relative;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    list-style: none;
    margin: 20px;
    padding: 0;
    display: inline-block;
    width: 12px;
    height: 28px;
    border-radius: 50%;
    background: #00FF5A; /* GREEN */
    box-shadow: 0px 5px 24px 3px rgba(0, 255, 90, 1);
    animation-name: flash-green;
    animation-duration: 2s;
}

.lightrope li:nth-child(2n + 1) {
    background: #FF2B2B; /* RED */
    box-shadow: 0px 5px 24px 3px rgba(255, 43, 43, 1);
    animation-name: flash-red;
    animation-duration: 1.4s;
}

.lightrope li:nth-child(4n + 2) {
    background: #3AA0FF; /* BLUE */
    box-shadow: 0px 5px 24px 3px rgba(58, 160, 255, 1);
    animation-name: flash-blue;
    animation-duration: 1.8s;
}

.lightrope li:before {
    content: "";
    position: absolute;
    background: #222;
    width: 10px;
    height: 10px;
    border-radius: 3px;
    top: -5px;
    left: 1px;
}

.lightrope li:after {
    content: "";
    top: -14px;
    left: 9px;
    position: absolute;
    width: 52px;
    height: 18px;
    border-bottom: solid #222 2px;
    border-radius: 50%;
}

.lightrope li:last-child:after {
    content: none;
}

.lightrope li:first-child {
    margin-left: -40px;
}

/* ANIMATIONS */
@keyframes flash-green {
    0%, 100% {
        background: #00FF5A;
        box-shadow: 0px 5px 24px 3px rgba(0, 255, 90, 1);
    }
    50% {
        background: rgba(0, 255, 90, 0.35);
        box-shadow: 0px 5px 24px 3px rgba(0, 255, 90, 0.15);
    }
}

@keyframes flash-red {
    0%, 100% {
        background: #FF2B2B;
        box-shadow: 0px 5px 24px 3px rgba(255, 43, 43, 1);
    }
    50% {
        background: rgba(255, 43, 43, 0.35);
        box-shadow: 0px 5px 24px 3px rgba(255, 43, 43, 0.15);
    }
}

@keyframes flash-blue {
    0%, 100% {
        background: #3AA0FF;
        box-shadow: 0px 5px 24px 3px rgba(58, 160, 255, 1);
    }
    50% {
        background: rgba(58, 160, 255, 0.35);
        box-shadow: 0px 5px 24px 3px rgba(58, 160, 255, 0.15);
    }
}

.scroll-table {
    width: 100%;
    border-collapse: collapse;
}

.scroll-table tbody {
    display: block;
    max-height: 67vh;       /* limit height here */
    overflow-y: auto;       /* scroll */
}

.scroll-table thead,
.scroll-table tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;    /* ensures proper alignment */
}

.scroll-table tbody::-webkit-scrollbar {
    width: 8px; /* Customize scrollbar width */
}

.scroll-table tbody::-webkit-scrollbar-thumb {
    background-color: #888; /* Scrollbar color */
    border-radius: 4px;
}

.scroll-table tbody::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* Scrollbar hover color */
}

.card-neon-twitch {
    transition: box-shadow 0.25s ease-in-out;
}

.card-neon-twitch:hover {
    box-shadow: 0 0 5px #9146FF, 0 0 10px #9146FF, 0 0 15px #9146FF;
}

.card-neon-twitch-highlight {
    box-shadow: 0 0 5px #ff9900, 0 0 10px #ff9900, 0 0 15px #ff9900;
    transition: box-shadow 0.25s ease-in-out;
}

.card-neon-twitch-highlight:hover {
    box-shadow: 0 0 5px #9146FF, 0 0 10px #9146FF, 0 0 15px #9146FF;
}

.stream-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.stream-item {
    flex: 0 0 calc(20% - 1.2rem); /* subtract gap portion */
    max-width: calc(20% - 1.2rem);
    min-width: 240px; /* optional */
    box-sizing: border-box;
}