.card::after {
    display: none !important;
}

.video-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio */
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.shepherd-arrow {
    display: none;
}

.animated-progress .progress-bar {
    position: relative;
    border-radius: 6px;
    -webkit-animation: animate-positive 1s;
    animation: animate-positive 1s;
}

.leaguename {
    text-transform: capitalize;
}

[data-layout-mode=dark][data-body-image=img-2] {
    --vz-body-bg-image: url(../images/galaxy/img-2.png);
}

/* .player-name {
                display: flex;
                align-items: start; 
                justify-content: flex-start; 
            } */
.cursor-pointer {
    cursor: pointer;
}

.status {
    font-size: 12px;
    /* Customize the font size for the status text */
    text-align: center;
}

thead th {
    position: relative;
    text-align: center !important;
    padding-bottom: 20px;
    /* Adjust the padding value according to your design */
}

.drafted-player {
    display: none;
}

.loading-text {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    margin-top: 20px;
    position: relative;
    width: 100%;
}

/* Style the dropdown options */
#player-list-table th select option {
    background-color: #2c3e50;
    color: #ecf0f1;
}

/* Style the dropdown hover and focus state */
#player-list-table th select:hover,
#player-list-table th select:focus {
    outline: none;
    background-color: #34495e;
}

/* Add transitions for smooth color changes */
#player-list-table th select {
    transition: background-color 0.3s;
}

*/ .preloader {
    display: inline-flex;
}

.preloader-wrapper,
.loading-text-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.loading-text-wrapper {
    margin-top: 50px;
}

.circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0 5px;
    background-color: #3498db;
    animation: scale 1.5s infinite;
}

.circle:nth-child(2) {
    animation-delay: 0.2s;
}

.circle:nth-child(3) {
    animation-delay: 0.4s;
}

.circle:nth-child(4) {
    animation-delay: 0.6s;
}

@keyframes scale {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }
}

.loading-text-container {
    text-align: center;
    font-size: 1.5em;
    font-family: 'Arial', sans-serif;
    color: #fff;
    padding-top: 2rem;
}

.form-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.bg-overlay-pattern {
    background-image: url("https://draftedge.com/wp-content/uploads/bg-pattern.png");
    background-color: transparent;
    background-position: center;
    background-size: cover;
    opacity: .35;
}

.layout-wrapper.landing {
    font-size: 15px;
}

.section {
    padding: 90px 0;
    padding-top: 90px;
    padding-right: 0px;
    padding-bottom: 90px;
    padding-left: 0px;
    position: relative;
}

.page-content {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-top: 0 !important;
}

.hero-section {
    background-color: rgba(var(--vz-light-rgb), 0);
}

/* Player Profile Header */
.player-name-head {
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #f9f9f9;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 0 5px #49a0ff, 0 0 10px #49a0ff;
    margin-bottom: 0;
}

/* Add some extra spacing between the letters for a more sports-like feel */
.player-name-head::after {
    content: '\00a0';
}

/* Custom CSS */
.stats-header {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0px;
}


.positioned-text {
    position: relative;
    width: 200px;
    height: 125px;
}

.positioned-text span {
    position: absolute;
}

.top-left {
    top: 5px;
    left: 5px;
}

.top-right {
    top: 5px;
    right: 5px;
}

.bottom-left {
    bottom: 5px;
    left: 5px;
}

.bottom-right {
    bottom: 5px;
    right: 5px;
}

.center-text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.form-step {
    transition: opacity .5s ease-in-out, max-height .5s ease-in-out, padding 0.5s ease-in-out;
    opacity: 0;
    max-height: 0;
    padding: 0;
    overflow: hidden;
}

.form-step.active {
    opacity: 1;
    max-height: 1000px;
    /* Adjust this value to fit your largest form */
    padding: 1em;
    /* Adjust this value to your needs */
}


@keyframes bounce-in {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.bounce-in {
    animation: bounce-in 1s forwards;
}

.sort-asc::after {
    content: " ▲";
}

.sort-desc::after {
    content: " ▼";
}

#loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #041324;
    display: flex;
    justify-content: center;
    align-items: center;
}

.draft-board-order {
    display: flex;
    overflow-x: auto;
    /* Enables horizontal scrolling */
    justify-content: center;
    /* Centers the items horizontally */
    flex-wrap: nowrap;
    /* Prevents the items from wrapping */
    width: 100%;
}

.draft-card {
    flex: 0 0 auto;
    /* Prevents the cards from growing or shrinking */
    width: 190px;
    /* You can adjust this to fit your design */
    margin: 10px;
    padding: 20px;
    border: 1px solid #000;
    border-radius: 10px;
}

.truncate-text {
    max-width: 100px;
    /* Adjust the value based on your needs */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cardbuy {
    transition: all 0.3s ease;
    opacity: 0.6;
}

.cardbuy.active,
.cardbuy:hover {
    opacity: 1;
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.form-check-input-extra {
    position: absolute;
    visibility: hidden;
}

.form-check-label-extra {
    visibility: hidden;
}

.promotion-text {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.btn .fas {
    transition: transform 0.3s ease-in-out;
}

.btn:active .fas {
    transform: rotate(360deg);
}

.player-card-side {
    /* border-top: 1px dotted; */
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.player-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.player-name {
    font-weight: bold;
    /* margin-bottom: 5px; */
}

.team-position {
    display: flex;
    align-items: center;
    color: gray;
}

.position {
    font-weight: bold;
    margin-right: 5px;
}

.player-count {
    display: flex;
    align-items: center;
}

.feather-trending-up {
    margin-left: 10px;
}

.countdown-wrapper {
    background: #d64143;
    color: #ffffff;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.special-offer {
    color: rgb(184, 49, 47);
    font-size: 17px;
    font-family: Lato;
}

.countdown-unit {
    display: inline-block;
    margin: 0 15px;
    /* Increase the margin to spread out the units */
}

.number-string.fs-24 {
    font-size: 24px;
    /* Adjust the font size for the numbers */
}

.unit-label.fs-10 {
    font-size: 10px;
    /* Adjust the font size for the labels */
}

.custom-dismiss {
    width: 0rem;
    /* Adjust the size as needed */
    height: 0rem;
    font-weight: bold;
    /* Makes the 'X' bolder */
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.5rem 1.5rem;
}

#player-details-tip blockquote p {
    line-height: 1.65;
    font-size: 1rem;
    color: #eaeaea;
}

#player-details-tip em {
    background-color: rgba(255, 255, 255, 0.12);
    padding: 1px 4px;
    border-radius: 3px;
    font-style: italic;
    color: #f1f1f1;
}



        /* ================================
   DRAFTEDGE DARK THEME STYLESHEET
   ================================ */

        /* Reset card pseudo-elements */
        .card::after,
        .card::before {
            content: "";
            height: 0;
            width: 0;
            position: absolute;
            border: 0;
        }

        /* ================================
   CORE VARIABLES & FOUNDATIONS
   ================================ */

        :root {
            --de-primary-bg: rgba(30, 34, 40, 0.8);
            --de-secondary-bg: rgba(40, 44, 52, 0.8);
            --de-hover-bg: rgba(35, 40, 48, 0.9);
            --de-gradient-primary: linear-gradient(135deg, #1e3c72 0%, #0f1f3d 100%);
            --de-gradient-secondary: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
            --de-gradient-accent: linear-gradient(90deg, #ffc107, #fd7e14);
            --de-border-primary: rgba(255, 255, 255, 0.1);
            --de-border-hover: rgba(255, 255, 255, 0.15);
            --de-text-primary: #e9ecef;
            --de-text-white: white;
            --de-text-muted: #adb5bd;
            --de-shadow-sm: 0 4px 15px rgba(0, 0, 0, 0.3);
            --de-shadow-lg: 0 8px 25px rgba(0, 0, 0, 0.4);
            --de-transition: all 0.3s ease;
        }

        /* ================================
   CARD COMPONENTS
   ================================ */

        .card {
            background: var(--de-primary-bg) !important;
            backdrop-filter: blur(10px);
            border: 1px solid var(--de-border-primary) !important;
            border-radius: 0px;
            transition: var(--de-transition);
            box-shadow: var(--de-shadow-sm) !important;
        }

        .card:hover {
            background: var(--de-hover-bg) !important;
            border-color: var(--de-border-hover) !important;
            transform: translateY(-2px);
            box-shadow: var(--de-shadow-lg) !important;
        }

        /* Card Headers */
        .card-header {
            background: var(--de-gradient-primary) !important;
            border-bottom: 1px solid var(--de-border-primary) !important;
            border-radius: 0 !important;
            color: var(--de-text-white) !important;
            padding: 1rem 1.5rem;
        }

        .card-header h1,
        .card-header h2,
        .card-header h3,
        .card-header h4,
        .card-header h5,
        .card-header h6,
        .card-header .card-title,
        .card-header .stats-header {
            color: var(--de-text-white) !important;
            margin-bottom: 0;
            font-weight: 600;
        }

        /* Card Bodies */
        .card-body {
            background: var(--de-primary-bg) !important;
            color: var(--de-text-primary) !important;
            border-radius: 0 0 0px 0px;
        }

        .card-body h1,
        .card-body h2,
        .card-body h3,
        .card-body h4,
        .card-body h5,
        .card-body h6 {
            color: var(--de-text-white) !important;
        }

        .card-body p,
        .card-body span,
        .card-body div {
            color: var(--de-text-primary) !important;
        }

        /* ================================
   SPECIFIC CARD COMPONENTS
   ================================ */

        /* Player Pool & AI Assistant Cards */
        #playerpoolcard,
        #playerpoolcard2,
        #ai-assistant,
        #xl-draftpicks,
        #sm-draftpicks,
        #player-details-tip,
        .card-height-100,
        .card-height-100-turnedoff {
            background: var(--de-primary-bg) !important;
            border: 1px solid var(--de-border-primary) !important;
        }

        #playerpoolcard .card-header,
        #playerpoolcard2 .card-header,
        #ai-assistant .card-header,
        .card-height-100 .card-header,
        .card-height-100-turnedoff .card-header {
            background: var(--de-gradient-primary) !important;
            color: var(--de-text-white) !important;
        }

        /* Player Details Overrides */
        #player-details-tip.bg-light,
        #player-details-tip .card-body {
            background: var(--de-primary-bg) !important;
            color: var(--de-text-primary) !important;
        }

        #player-details .text-white {
            color: var(--de-text-white) !important;
        }

        #player-details .text-white-75 {
            color: rgba(255, 255, 255, 0.75) !important;
        }

        #player-details .text-white-50 {
            color: rgba(255, 255, 255, 0.5) !important;
        }

        #player-details h3,
        #player-details h4,
        #player-details h5,
        #player-details h6 {
            color: var(--de-text-white) !important;
        }

        #player-details p {
            color: var(--de-text-primary) !important;
        }

        /* ================================
   NAVIGATION COMPONENTS
   ================================ */

        /* Tab Container */
        #playertabcontainer {
            background: transparent !important;
            border: none !important;
        }

        /* Navigation Tabs */
        .nav-tabs {
            border-bottom: none !important;
            background: transparent !important;
            padding: 0;
            margin-bottom: 1.5rem !important;
        }

        .nav-tabs .nav-link {
            background: var(--de-secondary-bg) !important;
            border: 1px solid var(--de-border-primary) !important;
            color: rgba(255, 255, 255, 0.7) !important;
            padding: 0.75rem 1.25rem;
            margin: 0 0.5rem 0 0;
            border-radius: 0px;
            font-weight: 500;
            transition: var(--de-transition);
            position: relative;
            overflow: hidden;
        }

        .nav-tabs .nav-link:hover {
            background: rgba(60, 65, 75, 0.9) !important;
            color: rgba(255, 255, 255, 0.9) !important;
            border-color: rgba(255, 255, 255, 0.2) !important;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        }

        .nav-tabs .nav-link.active {
            background: var(--de-gradient-secondary) !important;
            color: var(--de-text-white) !important;
            border-color: rgba(255, 255, 255, 0.3) !important;
            box-shadow: 0 4px 12px rgba(30, 60, 114, 0.4);
            transform: translateY(-2px);
        }

        .nav-tabs .nav-link.active::before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: var(--de-gradient-accent);
            border-radius: 0px;
        }

        /* Player Profile Tabs */
        #playerProfileTabs {
            background: transparent !important;
            padding: 0;
            margin-bottom: 1.5rem !important;
            display: flex;
            flex-wrap: wrap;
            gap: 0.5rem;
        }

        #playerProfileTabs .nav-link {
            font-size: 0.9rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            font-weight: 600;
            margin: 0;
            flex: 1;
            text-align: center;
            min-width: 100px;
        }

        /* Justified Navigation */
        .nav-justified .nav-link {
            background: var(--de-secondary-bg) !important;
            color: rgba(255, 255, 255, 0.7) !important;
            border: 1px solid var(--de-border-primary) !important;
            margin: 0 0.25rem;
            border-radius: 0px;
            transition: var(--de-transition);
        }

        .nav-justified .nav-link:hover {
            background: rgba(60, 65, 75, 0.9) !important;
            color: var(--de-text-white) !important;
            border-color: rgba(255, 255, 255, 0.2) !important;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        }

        .nav-justified .nav-link.active {
            background: var(--de-gradient-secondary) !important;
            color: var(--de-text-white) !important;
            border-color: rgba(255, 255, 255, 0.3) !important;
            box-shadow: 0 4px 12px rgba(30, 60, 114, 0.4);
        }

        /* Tab Content */
        .tab-content {
            background: var(--de-primary-bg) !important;
            border-radius: 0px;
            border: 1px solid var(--de-border-primary);
            min-height: 400px;
        }

        .tab-pane {
            padding: 1.5rem;
            color: var(--de-text-primary) !important;
        }

        /* ================================
   TABLE COMPONENTS
   ================================ */

        /* General Table Styling */
        .card .table {
            color: var(--de-text-primary) !important;
            background: transparent !important;
        }

        .card .table thead th {
            background: rgba(255, 255, 255, 0.05) !important;
            border-color: var(--de-border-primary) !important;
            color: var(--de-text-primary) !important;
        }

        .card .table tbody td {
            border-color: var(--de-border-primary) !important;
            color: var(--de-text-primary) !important;
        }

        .card .table-light {
            background: rgba(255, 255, 255, 0.05) !important;
            color: var(--de-text-primary) !important;
        }

        /* Table Status Colors */
        .card .table tr.table-success {
            background-color: rgba(25, 135, 84, 0.3) !important;
        }

        .card .table tr.table-danger {
            background-color: rgba(220, 53, 69, 0.3) !important;
        }

        /* Player List Table */
        #player-list-table {
            background: transparent !important;
        }

        #player-list-table thead th {
            background: rgba(255, 255, 255, 0.05) !important;
            color: var(--de-text-primary) !important;
            border-color: var(--de-border-primary) !important;
        }

        #player-list-table tbody tr {
            background: transparent !important;
            border-color: var(--de-border-primary) !important;
        }

        #player-list-table tbody tr:hover {
            background: rgba(255, 255, 255, 0.05) !important;
        }

        #player-list-table tbody td {
            color: var(--de-text-primary) !important;
            border-color: var(--de-border-primary) !important;
        }

        /* Draft Board */
        .draft-board {
            background: transparent !important;
        }

        .draft-board thead th {
            background: var(--de-gradient-primary) !important;
            color: var(--de-text-white) !important;
            border-color: var(--de-border-primary) !important;
        }

        .draft-board tbody td {
            background: rgba(30, 34, 40, 0.6) !important;
            color: var(--de-text-primary) !important;
            border-color: var(--de-border-primary) !important;
        }

        /* Draft Picks Table - BLACK TEXT OVERRIDE */
        #filtered-draft-picks table tbody tr td,
        #filtered-draft-picks .table td,
        #filtered-draft-picks .table tbody td {
            color: #000000 !important;
        }

        /* Depth Chart */
        #depth-chart .table {
            background: transparent !important;
            color: var(--de-text-primary) !important;
        }

        /* ================================
   FORM COMPONENTS
   ================================ */

        .card .form-control,
        .card .form-select,
        .card .dropdown-menu {
            background: var(--de-secondary-bg) !important;
            border: 1px solid rgba(255, 255, 255, 0.2) !important;
            color: var(--de-text-primary) !important;
        }

        .card .form-control:focus,
        .card .form-select:focus {
            background: rgba(45, 50, 60, 0.95) !important;
            border-color: rgba(255, 255, 255, 0.3) !important;
            box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.1) !important;
            color: var(--de-text-white) !important;
        }

        /* ================================
   BUTTON COMPONENTS
   ================================ */

        .card .btn-outline-secondary {
            border-color: rgba(255, 255, 255, 0.3) !important;
            color: var(--de-text-primary) !important;
        }

        .card .btn-outline-secondary:hover {
            background: rgba(255, 255, 255, 0.1) !important;
            border-color: rgba(255, 255, 255, 0.4) !important;
            color: var(--de-text-white) !important;
        }

        .btn-success {
            background-color: #28a745;
            border-color: #28a745;
        }

        .btn-success:hover {
            background-color: #218838;
            border-color: #1e7e34;
            transform: translateY(-1px);
            box-shadow: 0 4px 12px rgba(40, 167, 69, 0.4);
        }

        .btn-warning {
            background-color: #ffc107;
            border-color: #ffc107;
            color: #212529;
        }

        .btn-warning:hover {
            background-color: #e0a800;
            border-color: #d39e00;
            transform: translateY(-1px);
            box-shadow: 0 4px 12px rgba(255, 193, 7, 0.4);
        }

        /* ================================
   ACCORDION COMPONENTS
   ================================ */

        .accordion-item {
            background: var(--de-primary-bg) !important;
            border: 1px solid var(--de-border-primary) !important;
        }

        .accordion-button {
            background: var(--de-secondary-bg) !important;
            color: var(--de-text-primary) !important;
            border-color: var(--de-border-primary) !important;
        }

        .accordion-button:not(.collapsed) {
            background: var(--de-gradient-primary) !important;
            color: var(--de-text-white) !important;
        }

        .accordion-body {
            background: var(--de-primary-bg) !important;
            color: var(--de-text-primary) !important;
        }

        /* ================================
   MODAL COMPONENTS
   ================================ */

        .modal .card {
            background: rgba(30, 34, 40, 0.95) !important;
        }

        .modal .card-header {
            background: var(--de-gradient-primary) !important;
        }

        /* ================================
   UTILITY COMPONENTS
   ================================ */

        /* Text Colors */
        .text-muted {
            color: var(--de-text-muted) !important;
        }

        .text-dark {
            color: var(--de-text-primary) !important;
        }

        .text-white-50 {
            color: rgba(255, 255, 255, 0.5) !important;
        }

        .text-secondary {
            color: #6c757d !important;
        }

        /* Blockquotes */
        .card .blockquote {
            background: rgba(255, 255, 255, 0.05) !important;
            border-left: 4px solid #1e3c72 !important;
            color: var(--de-text-primary) !important;
        }

        .card .blockquote-footer {
            color: var(--de-text-muted) !important;
        }

        /* Progress Bars */
        .card .progress {
            background: rgba(255, 255, 255, 0.1) !important;
        }

        /* Chart Containers */
        #passing_chart,
        #rushing_chart,
        #receiving_chart {
            background: rgba(255, 255, 255, 0.02) !important;
            border-radius: 0px;
            padding: 1rem;
        }

        /* News Feed */
        #news-feed {
            background: var(--de-primary-bg) !important;
            border: 1px solid var(--de-border-primary) !important;
            color: var(--de-text-primary) !important;
        }

        /* ================================
   LEAGUE LAYOUT COMPONENTS
   ================================ */

        .bg-card-dark {
            background: rgba(30, 34, 40, 0.7);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.05);
        }

        .bg-header-gradient {
            background: var(--de-gradient-primary);
        }

        .bg-dark-gradient {
            background: linear-gradient(135deg, #2a4d8f 0%, #1a2f5a 100%);
        }

        .token-display {
            background: linear-gradient(135deg, rgba(255, 193, 7, 0.1) 0%, rgba(255, 193, 7, 0.05) 100%);
            border: 1px solid rgba(255, 193, 7, 0.2);
        }

        .feature-item {
            background: rgba(255, 255, 255, 0.02);
            transition: var(--de-transition);
            border: 1px solid transparent;
        }

        .feature-item:hover {
            background: rgba(255, 255, 255, 0.05);
            border-color: rgba(255, 255, 255, 0.1);
            transform: translateX(5px);
        }

        #league_layout .explore-box {
            background: rgba(20, 24, 30, 0.8);
            border: 1px solid rgba(255, 255, 255, 0.1);
        }

        #league_layout .explore-box:hover {
            background: rgba(25, 30, 38, 0.9);
            border-color: rgba(255, 255, 255, 0.2);
            transform: translateY(-2px);
            box-shadow: var(--de-shadow-lg);
        }

        #league_layout .btn-soft-primary {
            background-color: rgba(13, 110, 253, 0.1);
            border: 1px solid rgba(13, 110, 253, 0.3);
            color: #0d6efd;
        }

        #league_layout .btn-soft-primary:hover {
            background-color: rgba(13, 110, 253, 0.2);
            border-color: rgba(13, 110, 253, 0.5);
        }

        /* ================================
   SPECIAL CASES & EXCEPTIONS
   ================================ */

        /* Pricing Cards (Keep Light) */
        .card.pricing-box {
            background: #f8f9fa !important;
            color: #212529 !important;
        }

        .card.pricing-box .card-body {
            background: #f8f9fa !important;
            color: #212529 !important;
        }

        /* Draft Progress */
        .draft-progress {
            height: 4px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 0px;
            overflow: hidden;
            margin-top: 0.5rem;
        }

        .draft-progress-bar {
            height: 100%;
            background: linear-gradient(90deg, #ffc107 0%, #ff6b6b 100%);
            transition: width 0.3s ease;
        }

        /* ================================
   RESPONSIVE DESIGN
   ================================ */

        @media (max-width: 991px) {
            .position-sticky {
                position: relative !important;
            }
        }

        @media (max-width: 768px) {
            #playertabcontainer {
                padding: 0.75rem !important;
            }

            .nav-tabs .nav-link {
                padding: 0.5rem 0.75rem;
                font-size: 0.85rem;
                margin: 0;
                flex: 1;
                min-width: auto;
            }

            #playerProfileTabs {
                gap: 0.25rem;
            }
        }

        /* ================================
   MISCELLANEOUS
   ================================ */

        .stats-header {
            color: var(--de-text-white) !important;
            font-weight: 600;
        }

        .shadow-lg {
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5) !important;
        }

        .shadow {
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3) !important;
        }

        .badge {
            font-weight: 600;
            font-size: 0.75rem;
        }

        .letter-spacing {
            letter-spacing: 0.5px;
        }

        .border-dark {
            border-color: var(--de-border-primary) !important;
        }

        #tokens-count2 {
            font-variant-numeric: tabular-nums;
            transition: color 0.3s ease;
        }

        /* Draft Button - DraftEdge Brand Colors */
        .btn-draft {
            background: var(--de-gradient-secondary) !important;
            border: 1px solid rgba(255, 255, 255, 0.2) !important;
            color: white !important;
            font-weight: 600 !important;
            box-shadow: 0 3px 12px rgba(30, 60, 114, 0.3) !important;
            transition: all 0.25s ease !important;
            border-radius: 6px !important;
            position: relative;
            overflow: hidden;
        }

        .btn-draft::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
            transition: left 0.5s ease;
        }

        .btn-draft:hover {
            background: linear-gradient(135deg, #2a5298 0%, #1e3c72 50%, #0f1f3d 100%) !important;
            transform: translateY(-2px) scale(1.02) !important;
            box-shadow: 0 6px 20px rgba(30, 60, 114, 0.4) !important;
            border-color: rgba(255, 193, 7, 0.4) !important;
        }

        .btn-draft:hover::before {
            left: 100%;
        }

        .btn-draft:active {
            transform: translateY(-1px) scale(1.01) !important;
            box-shadow: 0 3px 12px rgba(30, 60, 114, 0.5) !important;
            transition: all 0.1s ease !important;
        }

        .btn-draft.d-lg-none {
            width: 42px;
            height: 42px;
            padding: 0 !important;
            border-radius: 50% !important;
        }

        .btn-draft.d-lg-none:hover i {
            transform: scale(1.1);
        }

        .btn-draft.d-none.d-lg-inline {
            padding: 0.75rem 1.5rem !important;
            font-size: 0.875rem !important;
            min-width: 95px;
        }

        /* STYLE FOR NEW DRAFT MODAL */
        /* ---------------------------- */
        .form-control,
        .form-select {
            background-color: rgba(255, 255, 255, 0.05) !important;
            border-width: 2px !important;
            color: #fff !important;
            font-weight: 500 !important;
        }

        .form-control::placeholder {
            color: rgba(255, 255, 255, 0.7) !important;
            font-weight: 400 !important;
        }

        .form-control:focus,
        .form-select:focus {
            background-color: rgba(255, 255, 255, 0.1) !important;
            border-color: #ffc107 !important;
            /* Yellow for better contrast */
            box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.25) !important;
        }

        /* Style for select options */
        .form-select option {
            background-color: var(--de-secondary-bg) !important;
            color: var(--de-text-white) !important;
            padding: 0.75rem 1rem !important;
            border-bottom: 1px solid var(--de-border-primary) !important;
        }

        .form-select option:hover,
        .form-select option:focus,
        .form-select option:checked {
            background-color: var(--de-hover-bg) !important;
            color: white !important;
        }

        /* Custom select arrow for better visibility */
        .form-select {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
            background-position: right 1rem center !important;
            background-size: 20px !important;
        }

        /* ---------------------------- */
        /* END STYLE FOR NEW DRAFT MODAL */


        /* TARGETED STYLES - ONLY for token purchase modal */

        /* Modal content override for token purchase modal only */
        #tokenPurchaseModal .modal-content {
            background: rgba(30, 34, 40, 0.95);
            border: 1px solid rgba(255, 255, 255, 0.1);
            color: white;
        }

        #tokenPurchaseModal .modal-header {
            background: linear-gradient(135deg, #1e3c72 0%, #0f1f3d 100%);
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            color: white;
        }

        #tokenPurchaseModal .modal-title {
            color: white;
            font-weight: 600;
        }

        #tokenPurchaseModal .btn-close {
            filter: invert(1);
        }

        #tokenPurchaseModal .modal-body {
            background: rgba(30, 34, 40, 0.95);
            color: white;
        }

        /* Token package cards - override the existing .pricing-box styles only in this modal */
        #tokenPurchaseModal .pricing-box.cardbuy {
            background: rgba(255, 255, 255, 0.05) !important;
            border: 2px solid rgba(255, 255, 255, 0.1) !important;
            border-radius: 12px;
            transition: all 0.3s ease;
            cursor: pointer;
            margin-bottom: 1rem;
            position: relative;
        }

        #tokenPurchaseModal .pricing-box.cardbuy:hover {
            border-color: rgba(255, 193, 7, 0.5);
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
        }

        #tokenPurchaseModal .pricing-box.cardbuy.active {
            border-color: #ffc107 !important;
            background: rgba(255, 193, 7, 0.1) !important;
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(255, 193, 7, 0.2);
        }

        /* Selection indicator only for token purchase modal */
        #tokenPurchaseModal .pricing-box.cardbuy.active::before {
            content: '\f00c';
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            position: absolute;
            top: 15px;
            right: 15px;
            color: #ffc107;
            font-size: 1.5rem;
            z-index: 10;
        }

        /* Card body text colors only in token purchase modal */
        #tokenPurchaseModal .pricing-box.cardbuy .card-body {
            background: transparent !important;
            color: white !important;
        }

        #tokenPurchaseModal .pricing-box.cardbuy h5 {
            color: white !important;
            font-weight: 700;
            font-size: 1.25rem;
        }

        #tokenPurchaseModal .pricing-box.cardbuy .price {
            color: #ffc107 !important;
            font-weight: 800;
            font-size: 2rem;
        }

        #tokenPurchaseModal .pricing-box.cardbuy .promotion-text {
            color: rgba(255, 255, 255, 0.8) !important;
            font-size: 0.9rem;
            line-height: 1.4;
        }

        /* Hide radio buttons but keep them functional - only in token purchase modal */
        #tokenPurchaseModal .form-check-input-extra {
            opacity: 0;
            position: absolute;
            pointer-events: none;
        }

        /* Trust badges styling - only in token purchase modal */
        #tokenPurchaseModal .trust-badges {
            background: rgba(255, 255, 255, 0.05);
            border-radius: 8px;
            padding: 1rem;
            margin-top: 1rem;
        }

        #tokenPurchaseModal .trust-badges small {
            color: rgba(255, 255, 255, 0.7);
        }

        /* Button styling in token purchase modal */
        #tokenPurchaseModal .btn-success {
            background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
            border: none;
            font-weight: 600;
            padding: 0.75rem 2rem;
            border-radius: 8px;
            transition: all 0.3s ease;
        }

        #tokenPurchaseModal .btn-success:hover {
            background: linear-gradient(135deg, #218838 0%, #1abc9c 100%);
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(40, 167, 69, 0.3);
        }

        #tokenPurchaseModal .btn-success:disabled {
            background: rgba(108, 117, 125, 0.5);
            transform: none;
            box-shadow: none;
        }

        /* Text color fix for any remaining elements */
        #tokenPurchaseModal p {
            color: rgba(255, 255, 255, 0.8);
        }