/* ========================================
   QWEDO - WK 2026 custom styling
   Alleen overrides, Porto/Polo intact laten
======================================== */

@media (max-width: 991px) {
    #header {
        z-index: 99999 !important;
    }

    #header .header-inner {
        z-index: 99999 !important;
    }

    #mainMenu {
        z-index: 99998 !important;
    }

    #mainMenu nav {
        max-height: calc(100vh - 90px);
        overflow-y: auto;
        overflow-x: hidden;
        background: #1f2023;
        padding: 25px;
    }

    #mainMenu nav > ul {
        display: block !important;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    #mainMenu nav > ul > li {
        display: block !important;
        width: 100%;
        float: none !important;
        clear: both;
    }

    #mainMenu nav > ul > li > a {
        display: block !important;
        width: 100%;
        padding: 14px 0 !important;
        font-size: 20px !important;
        line-height: 1.3 !important;
        white-space: normal !important;
        text-align: left;
        color: #fff !important;
    }

    #mainMenu .menu-cta-item {
        margin-top: 15px;
    }

    #mainMenu .menu-cta-link {
        display: inline-block !important;
        width: auto !important;
        padding: 14px 22px !important;
        background: #16a05d;
        color: #fff !important;
        white-space: nowrap !important;
        box-shadow: 0 0 30px rgba(22, 160, 93, 0.45);
    }

    #mainMenu .dropdown-menu {
        position: static !important;
        transform: none !important;
        width: 100%;
        background: #212529;
    }
}

:root {
    --qwedo-dark: #0b0b0f;
    --qwedo-dark-soft: #11151c;
    --qwedo-green: #2fbf71;
    --qwedo-green-dark: #167c46;
    --qwedo-green-light: #79f7a6;
    --qwedo-blue: #1fa2ff;
    --qwedo-red: #ff3b3b;
    --qwedo-white: #ffffff;
    --qwedo-grey: #f4f6f8;
    --qwedo-text: #d5dbe3;
    --qwedo-border: rgba(255,255,255,0.08);
    --qwedo-shadow: 0 10px 35px rgba(0, 0, 0, 0.30);
    --qwedo-radius: 18px;
}

/* Algemene styling */
body {
    background-color: #0B0B0F;
}

.text-colored,
.color,
.text-color {
    color: var(--qwedo-green) !important;
}

.heading h2,
.hero-title,
.widget-title {
    letter-spacing: 0.5px;
}

.logo-main {
    max-height: 78px;
    width: auto;
    transition: all .3s ease;
}

#header #logo img {
    max-height: 78px;
}

#header.header-sticky #logo img,
#header.is-sticky #logo img {
    max-height: 62px;
}

.logo-wrapper {
    display: flex;
    align-items: center;
}

/* Header */
#header {
    border-bottom: 1px solid rgba(255,255,255,0.04);
}

#header #mainMenu nav > ul > li > a {
    font-weight: 600;
    letter-spacing: .4px;
}

.menu-cta-item .menu-cta-link {
    background: linear-gradient(135deg, var(--qwedo-green-dark), var(--qwedo-green));
    color: #fff !important;
    border-radius: 999px;
    padding: 10px 18px !important;
    box-shadow: 0 8px 22px rgba(47, 191, 113, 0.30);
}

.page-menu-cta-item .menu-cta-link {
    background: linear-gradient(135deg, var(--qwedo-green-dark), var(--qwedo-green));
    color: #fff !important;
    border-radius: 999px;
    padding: 10px 18px !important;
    box-shadow: 0 8px 22px rgba(47, 191, 113, 0.30);
    
}

.ln{
    list-style: none;
}

.qwedo-date-title{
    color: #fff;
}

/* Hero */
.hero-qwedo {
    position: relative;
    overflow: hidden;
}

.qwedo-overlay {
    background:
        radial-gradient(circle at center top, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 28%),
        linear-gradient(180deg, rgba(8,10,14,0.48) 0%, rgba(8,10,14,0.60) 45%, rgba(8,10,14,0.74) 100%) !important;
}

.hero-content {
    max-width: 900px;
    margin: 0 auto 25px;
}

.hero-label {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    color: #fff;
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.hero-title {
    font-size: 68px;
    line-height: 1.1;
    font-weight: 800;
    color: #fff;
    margin-bottom: 16px;
	letter-spacing: -1px;
    text-shadow: 0 10px 40px rgba(0,0,0,0.7);
}

.hero-subtitle {
    font-size: 20px;
    line-height: 1.8;
    color: rgba(255,255,255,0.9);
    max-width: 760px;
	margin-top: 15px;
    margin: 0 auto;
}

.hero-buttons .btn {
    min-width: 180px;
    margin-top: 10px;
}

/* Buttons */
.btn.btn-primary.btn-qwedo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    height: 56px;
    padding: 0 30px;
    background: linear-gradient(135deg, #1f8a4c, #2fbf71) !important;
    border: none !important;
    color: #fff !important;
    border-radius: 12px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    box-shadow: 0 20px 50px rgba(47, 191, 113, 0.35), 0 0 30px rgba(47, 191, 113, 0.25);
    transition: all 0.25s ease;
}

.btn.btn-primary.btn-qwedo:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 34px rgba(47, 191, 113, 0.28) !important;
    color: #fff !important;
}

.btn.btn-primary.btn-qwedo:focus,
.btn.btn-primary.btn-qwedo:active {
    outline: none !important;
    border: none !important;
    color: #fff !important;
    box-shadow: 0 14px 30px rgba(47, 191, 113, 0.22) !important;
}

/* Info box */
.qwedo-info-box {
    background: linear-gradient(90deg, #0f1117, #121923);
    color: #fff;
    border-top: 1px solid rgba(255,255,255,0.06);
    border-bottom: 1px solid rgba(255,255,255,0.06);
    box-shadow: var(--qwedo-shadow);
}

.qwedo-info-box .event-info-icon i {
    color: var(--qwedo-green);
}

.qwedo-info-box .event-info-icon .counter{
	color: var(--qwedo-green);
	font-weight: bold;
}

.qwedo-info-box .info-title {
    color: #fff;
    font-weight: 700;
}

.qwedo-info-box .info-description {
    color: rgba(255,255,255,0.72);
}

/* Dark section */
.qwedo-section-dark {
    background:
        radial-gradient(circle at top right, rgba(47,191,113,0.08), transparent 25%),
        linear-gradient(180deg, #0b0b0f 0%, #11151c 100%);
    color: var(--qwedo-text);
}

.qwedo-section-dark .heading h2,
.qwedo-section-dark p,
.qwedo-section-dark .lead,
.qwedo-section-dark .seperator,
.qwedo-section-dark .counter,
.qwedo-section-dark .counter + p {
    color: #fff;
}

/* Register box */
.qwedo-register-box {
    background: rgba(255,255,255,0.06) !important;
    border: 1px solid rgba(255,255,255,0.10);
    backdrop-filter: blur(8px);
    box-shadow: var(--qwedo-shadow);
}

.qwedo-register-box .form-control,
.qwedo-register-box select {
    min-height: 46px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.08);
    color: #fff;
}

.qwedo-register-box .form-control::placeholder {
    color: rgba(255,255,255,0.65);
}

.qwedo-register-box select option {
    color: #000;
}

.small-note {
    color: rgba(255,255,255,0.72);
}

/* Counters */
.qwedo-counter-box {
    margin-bottom: 25px;
}

.qwedo-counter-box .counter span {
    color: var(--qwedo-green);
    font-weight: 800;
}

/* Tabs */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    background: linear-gradient(135deg, var(--qwedo-green-dark), var(--qwedo-green));
    color: #fff !important;
    border-color: transparent !important;
    border-radius: 14px 14px 0 0;
}

.nav-tabs .nav-link {
    font-weight: 700;
}

.tab-content > .tab-pane {
    background: #fff;
    border-radius: 0 0 18px 18px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

/* CTA */
.qwedo-cta {
    background: linear-gradient(135deg, #0b0b0f, #1a2b22, #2fbf71) !important;
    color: #fff;
}

.qwedo-cta h3,
.qwedo-cta p {
    color: #fff !important;
}

/* Grey sections */
.qwedo-grey-section {
    background: #f5f7fa !important;
}

/* Cards */
.qwedo-feature-card {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0,0,0,0.08);
    transition: all .25s ease;
    border: 1px solid rgba(0,0,0,0.04);
}

.qwedo-feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

.qwedo-feature-card .team-desc h3 {
    margin-bottom: 5px;
}

.qwedo-feature-card .team-desc span {
    color: var(--qwedo-green);
    font-weight: 700;
}

/* Blog */
.post-item {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.post-item .post-meta-category a {
    background: var(--qwedo-green);
    color: #fff !important;
    border-radius: 999px;
    padding: 4px 10px;
}

/* Subscribe */
.qwedo-subscribe .widget-subscribe-form .form-control {
    min-height: 54px;
    border-radius: 999px 0 0 999px;
    border: none;
    padding-left: 20px;
}

.qwedo-subscribe .widget-subscribe-form .btn {
    border-radius: 0 999px 999px 0 !important;
    min-width: 72px;
}

/* Footer */
.qwedo-footer {
    background: #0b0b0f;
}

.qwedo-footer .widget-title,
.qwedo-footer .list li a,
.qwedo-footer p,
.qwedo-footer .copyright-text {
    color: rgba(255,255,255,0.82);
}

.qwedo-footer .widget-title {
    color: #fff;
    font-weight: 700;
}

.qwedo-footer .list li a:hover {
    color: var(--qwedo-green);
}

/* Scroll top */
#scrollTop:after,
#scrollTop:before {
    background-color: var(--qwedo-green);
}

/* Responsive */
@media (max-width: 991px) {
.hero-title {
    font-size: 72px;
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -1px;
    text-shadow: 0 8px 30px rgba(0,0,0,0.6);
}

.hero-subtitle {
    font-size: 20px;
    opacity: 0.9;
    color: #eaeaea;
}

    #header #logo img {
        max-height: 58px;
    }

    .logo-main {
        max-height: 58px;
    }
}

@media (max-width: 767px) {
    .hero-title {
        font-size: 32px;
    }

    .hero-subtitle {
        font-size: 16px;
        line-height: 1.6;
    }

    .hero-label {
        font-size: 11px;
        letter-spacing: 1px;
    }

    .hero-buttons .btn {
        width: 100%;
		margin-top: 34px;
        margin-right: 0 !important;
    }

    .qwedo-register-box {
        margin-top: 30px;
    }
}

/* Hoofdmenu centreren */
#mainMenu {
    float: none !important;
    text-align: center;
}

#mainMenu nav {
    width: 100%;
}

#mainMenu nav > ul {
    float: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin: 0;
    padding: 0;
}

#mainMenu nav > ul > li {
    float: none !important;
}

.hero-logo {
    display: inline-block;
	margin-bottom:20px;
}

.hero-logo img {
    max-width: 420px;
    width: 100%;
    height: auto;
    display: block;
	filter: drop-shadow(0 8px 20px rgba(0,0,0,0.35));
	transform: scale(0.85);
	opacity: 0.74;
}

.hero-logo2 {
    display: inline-block;
	margin-bottom:20px;
}

.hero-logo2 img {
    max-width: 420px;
    width: 100%;
    height: auto;
    display: block;
	filter: drop-shadow(0 8px 20px rgba(0,0,0,0.35));
	transform: scale(0.85);
}

.countdown.medium.rectangle > div {
    border-color: rgba(255,255,255,0.25) !important;
    opacity: 0.6;
}

.qwedo-info-box {
    background: linear-gradient(90deg, #050b14 0%, #07101d 50%, #050b14 100%);
    padding: 34px 0;
}

.qwedo-stat-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 10px 24px;
    height: 100%;
}

.qwedo-stat-number .counter span {
    font-size: 52px;
    font-weight: 800;
    line-height: 1;
    color: #2fbf71;
    display: block;
    min-width: 54px;
	padding-top: 20px;
}

.qwedo-stat-content .info-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
}

.qwedo-stat-content .info-description {
    font-size: 16px;
    line-height: 1.5;
    color: rgba(255,255,255,0.85);
    max-width: 280px;
}

.qwedo-info-box .col-lg-4:not(:last-child) .qwedo-stat-item {
    border-right: 1px solid #2fbf71;
}

@media (max-width: 991px) {
    .qwedo-info-box .col-lg-4:not(:last-child) .qwedo-stat-item {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.10);
        padding-bottom: 24px;
        margin-bottom: 24px;
    }

    .qwedo-stat-number .counter span {
        font-size: 42px;
    }
}

.event-info-box .col-lg-3, .event-info-box .col-lg-4 {
  border-right: 0px;
}

.qwedo-match-block {
    margin-top: 30px;
}

.qwedo-match-row-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #111;
}

.qwedo-match-card {
    background: #fff;
    border-radius: 18px;
    padding: 20px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.qwedo-match-card.played {
    border-top: 4px solid #2fbf71;
}

.qwedo-match-card.placeholder {
    opacity: 0.85;
}

.qwedo-match-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 18px;
    font-size: 14px;
    color: #6c757d;
}

.qwedo-match-team-row {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.qwedo-team {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.qwedo-team img {
    width: 44px;
    height: 32px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 8px;
    background: #e9ecef;
}

.qwedo-team span {
    font-weight: 700;
    font-size: 15px;
    color: #111;
}

.qwedo-team.unknown img {
    filter: grayscale(100%);
    opacity: 0.6;
}

.qwedo-team.unknown span {
    color: #999;
}

.qwedo-match-vs {
    font-weight: 800;
    color: #2fbf71;
    font-size: 14px;
    text-transform: uppercase;
}

.qwedo-match-score {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 800;
    font-size: 26px;
    color: #111;
}

.qwedo-match-score small {
    font-size: 16px;
    color: #777;
}

.qwedo-match-footer {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    font-size: 12px;
    color: #6c757d;
    border-top: 1px solid rgba(0,0,0,0.08);
    padding-top: 14px;
}

.tabs .nav-tabs {
  margin-bottom: 0px;
}

/* Forceer zichtbaarheid van de footer */
    #footer.qwedo-section-dark {
        background-color: #111 !important; /* Donkergrijs/Zwart */
        color: #fff !important;
        padding: 60px 0;
        display: block;
        clear: both;
    }
    #footer .widget-title {
        color: #fff !important;
        margin-bottom: 20px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    #footer ul.list li a {
        color: #bbb !important;
    }
    #footer ul.list li a:hover {
        color: #007bff !important; /* Of je eigen accentkleur */
    }
	
.team-link {
        color: #11151c; /* Je gewenste kleur */
        text-decoration: none;
        font-weight: 600;
        transition: color 0.2s ease;
        display: inline-block;
    }

.qwedo-team a.team-link {
    color: #11151c !important; /* !important dwingt de kleur af boven 'inherit' */
    text-decoration: none !important;
    font-weight: 600 !important;
    display: inline-block;
    transition: color 0.2s ease;
}

.qwedo-team a.team-link:hover {
    color: #167c46 !important; /* De groene kleur bij hover */
    text-decoration: underline !important;
}

/* Algemene tabel styling */
    .player-table { 
        width: 100%; 
        border-collapse: collapse; 
        background: #fff; 
        table-layout: fixed; /* DIT IS DE KEY: dwingt vaste breedtes af */
    }

    .player-table th, .player-table td { 
        padding: 12px 10px; 
        border-bottom: 1px solid #eee;
        overflow: hidden;
        text-overflow: ellipsis; /* Plaatst ... bij te lange namen */
        white-space: nowrap; 
    }

    /* Specifieke kolombreedtes */
    .col-num { width: 50px; text-align: center; }      /* Rugnummer: smal */
    .col-name { width: auto; }                         /* Naam: pakt de rest */
    .col-birth { width: 130px; }                       /* Datum: vaste breedte */

    .player-table th { 
        background: #f8f9fa; 
        font-size: 11px; 
        text-transform: uppercase; 
        color: #888;
        border-bottom: 2px solid #dee2e6;
    }

    .position-header { 
        background: #167c46; 
        color: #fff; 
        padding: 8px 15px; 
        margin: 30px 0 10px 0; 
        border-radius: 4px; 
        font-weight: 600; 
    }

    /* Wedstrijd styling (voor de zekerheid ook even strak getrokken) */
    .match-row { display: flex; align-items: center; padding: 15px; border: 1px solid #eee; margin-bottom: 10px; border-radius: 8px; background: #fff; }
    .match-date { flex: 0 0 110px; font-size: 13px; color: #666; }
    .match-teams { flex: 1; display: flex; align-items: center; justify-content: center; font-weight: 600; }
    .match-crest { width: 25px; height: auto; margin: 0 10px; }
    .match-score { background: #167c46; color: #fff; padding: 2px 12px; border-radius: 4px; margin: 0 15px; min-width: 70px; text-align: center; }
	
	.match-card {
    background: #fff;
    border: 1px solid #edf2f7;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 15px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.match-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.match-display {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.team {
    display: flex;
    align-items: center;
    flex: 1;
}

.team.home { justify-content: flex-end; text-align: right; }
.team.away { justify-content: flex-start; text-align: left; }

.team-name {
    font-weight: 700;
    font-size: 1.1rem;
}

.team-crest {
    width: 35px;
    height: 35px;
    object-fit: contain;
    margin: 0 15px;
}

.score-box {
    background: #11151c;
    color: #fff;
    padding: 8px 20px;
    border-radius: 8px;
    font-weight: 800;
    font-size: 1.2rem;
    min-width: 90px;
    text-align: center;
    margin: 0 10px;
}

.score-box.upcoming {
    background: #f1f5f9;
    color: #64748b;
    font-size: 0.9rem;
}

/* Badges */
.bg-success-soft { background-color: #dcfce7; color: #166534; }
.bg-primary-soft { background-color: #e0f2fe; color: #0369a1; }
.badge { padding: 6px 12px; border-radius: 6px; font-weight: 600; font-size: 11px; text-transform: uppercase; }

/* Mobiele optimalisatie */
@media (max-width: 768px) {
    .team-name { font-size: 0.9rem; }
    .team-crest { margin: 0 8px; width: 25px; }
    .score-box { min-width: 70px; padding: 5px 10px; }
}

/* De knop als hij 'disabled' is */
#submitBtn:disabled {
    background-color: #6c757d !important; /* Grijs */
    border-color: #6c757d !important;
    cursor: not-allowed; /* Toont een 'verboden' tekentje bij de muis */
    opacity: 0.6;
}

/* Een beetje extra styling voor de vinkjes */
#password-requirements div {
    transition: all 0.3s ease;
    margin-bottom: 2px;
}

.card-hover-effect:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1) !important;
}

        .card-pending {
            filter: grayscale(0.8);
            opacity: 0.7;
            cursor: not-allowed !important;
        }
        .card-pending .btn {
            display: none; /* Verberg bekijk knop bij pending */
        }
        .status-badge {
            position: absolute;
            top: 10px;
            right: 10px;
            z-index: 10;
        }

        /* Jouw standaard groen voor oneven rijen */
        .row-poule-green {
            background-color: #167c46 !important;
            color: #ffffff !important;
        }
        /* Donkerder groen voor de eigen speler */
        .row-own-player {
            background-color: #0f5631 !important;
            color: #ffffff !important;
            border-left: 5px solid #ffc107; /* Gouden randje om extra op te vallen */
            border-right: 5px solid #ffc107; /* Gouden randje om extra op te vallen */
        }
        /* Fix voor tekstkleur in de tabel */
        .table-poule-custom td {
            vertical-align: middle;
            padding: 12px 15px;
        }
        .bg-white-custom {
            background-color: #ffffff !important;
            color: #333333 !important;
        }
        /* TABEL STYLING */
        .row-poule-green { background-color: #167c46 !important; color: #ffffff !important; }
        .row-own-player { background-color: #0f5631 !important; color: #ffffff !important; border-left: 5px solid #ffc107; }
        .table-poule-custom td { vertical-align: middle; padding: 12px 15px; }
        .bg-white-custom { background-color: #ffffff !important; color: #333333 !important; }

        /* CHAT STYLING (WhatsApp Style) */
        #chat-window {
            background-color: #eee; /* WhatsApp achtige achtergrond */
            height: 450px; 
            overflow-y: auto; 
            padding: 20px;
            display: flex;
            flex-direction: column-reverse; /* Nieuwste bericht onderaan */
        }
        .chat-bubble {
            max-width: 80%;
            padding: 8px 12px;
            margin-bottom: 10px;
            border-radius: 10px;
            position: relative;
            font-size: 0.9rem;
            line-height: 1.4;
            box-shadow: 0 1px 0.5px rgba(0,0,0,0.13);
        }
        .chat-left {
            align-self: flex-start;
            background-color: #ffffff;
            color: #333;
            border-bottom-left-radius: 2px;
        }
        .chat-right {
            align-self: flex-end;
            background-color: #167c46; /* Jouw groen */
            color: #ffffff;
            border-bottom-right-radius: 2px;
        }
        .chat-name { font-weight: bold; font-size: 0.75rem; display: block; margin-bottom: 2px; }
        .chat-time { font-size: 0.65rem; float: right; margin-top: 5px; margin-left: 10px; opacity: 0.7; }

        .poule-alert {
        animation-duration: 2s; /* Iets rustiger tempo */
        animation-iteration-count: 3; /* Stopt na ongeveer 6 seconden (3x2s) */
        animation-fill-mode: forwards; /* Zorgt dat de badge zichtbaar blijft na de animatie */
    }

    .chat-admin {
    background-color: #fff0f0 !important;
    border: 2px solid #ff0000 !important;
    color: #333 !important;
    width: 100% !important;
    margin: 10px 0 !important;
    border-radius: 10px !important;
    float: none !important;
    clear: both;
}
.chat-admin .chat-name {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

        .nav-tabs-custom { overflow-x: auto; white-space: nowrap; display: flex; padding: 15px 0; border-bottom: 1px solid #ddd; -webkit-overflow-scrolling: touch; }
        .nav-tabs-custom .nav-link { padding: 8px 18px; border-radius: 25px; margin-right: 8px; background: #fff; color: #333; text-decoration: none; font-size: 13px; font-weight: 600; border: 1px solid #eee; transition: 0.3s; }
        .nav-tabs-custom .nav-link.active { background: #28a745; color: #fff; border-color: #28a745; box-shadow: 0 4px 10px rgba(40, 167, 69, 0.3); }

        .match-card { border-radius: 20px; margin-bottom: 15px; border: none; background: #fff; box-shadow: 0 4px 15px rgba(0,0,0,0.03); transition: 0.3s; }
        .match-card:hover { transform: translateY(-3px); box-shadow: 0 8px 25px rgba(0,0,0,0.07); }
        
        .flag-icon { width: 40px; height: 28px; object-fit: cover; border-radius: 6px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
        
        /* Custom Score Inputs */
        .score-input { 
            width: 65px !important; 
            height: 50px; 
            text-align: center; 
            font-weight: 800; 
            border-radius: 12px !important; 
            border: 2px solid #edf2f7; 
            background: #f8fafc;
            font-size: 22px; 
            color: #2d3748;
            transition: all 0.2s;
        }

input[type="number"] {
    -moz-appearance: textfield;
}

/* 2. Voor Chrome, Safari, Edge en Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
        
        /* Verbergt pijltjes Chrome/Safari */
        .score-input::-webkit-outer-spin-button,
        .score-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
        
        .score-input:focus { border-color: #28a745; background: #fff; outline: none; box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.1); }
        
        .btn-save { background: #2d7a4d; border: none; border-radius: 12px; padding: 15px; font-weight: 700; letter-spacing: 1px; transition: 0.3s; }
        .btn-save:hover { background: #23613d; transform: scale(1.01); }

        .score-input { 
        width: 70px !important; 
        height: 55px; 
        text-align: center; 
        font-weight: 800; 
        border-radius: 12px !important; 
        border: 2px solid #e2e8f0; 
        background: #ffffff;
        font-size: 24px; 
        color: #1a202c;
        transition: all 0.2s ease-in-out;
        cursor: pointer;
    }

    /* Maak het vakje goud/geel als er focus op is, 
       zo ziet de gebruiker heel duidelijk waar hij typt */
    .score-input:focus { 
        border-color: #2d7a4d; 
        background: #fff; 
        box-shadow: 0 0 0 4px rgba(45, 122, 77, 0.15);
        outline: none;
    }

    /* Verwijder de blauwe oplichting op mobiel (tap-highlight) */
    input { -webkit-tap-highlight-color: transparent; }

    .match-card {
        border-radius: 15px;
        border: 1px solid #f0f0f0;
        margin-bottom: 20px;
        box-shadow: 0 4px 6px rgba(0,0,0,0.02);
    }
    .score-input {
        /* Iets compacter maken zodat de tijd er mooi boven past */
        height: 45px !important;
        font-size: 20px !important;
    }

    .match-date-box {
    line-height: 1.2;
    min-width: 60px;
}
.match-date-day {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
}
.match-date-time {
    display: block;
    font-size: 11px;
    color: #888;
}