﻿/**
 * BongDa Theme - Trang Doi Bong (single-doi_bong)
 * Team Header, Widgets, Sub Tabs, Mega Menu Doi Bong
 * Tach tu custom-style.css
 */
/* =========================================
   TEAM PAGE (Ãƒâ€žÃ‚ÂÃƒÂ¡Ã‚Â»Ã‹Å“I BÃƒÆ’Ã¢â‚¬Å“NG)
   ========================================= */

/* --- Team Header --- */
.team-header-main {
    background: #111;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
    margin-top: 15px;
}
.team-header-logo {
    background: #e20007;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.team-logo-bg {
    width: 60px;
    height: 60px;
    background: #f8f9fa;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}
.team-logo-bg img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.team-header-info {
    padding-left: 20px;
}
.team-header-title {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
.team-nav-tabs {
    display: flex;
    background: #fff;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.team-nav-tab {
    padding: 12px 18px;
    color: #333;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    transition: all 0.2s;
}
.team-nav-tab:hover {
    color: #e20007;
    background: #f8f9fa;
}
.team-nav-tab.active {
    color: #fff;
    background: #e20007;
}

/* --- Widgets TÃƒÂ¡Ã‚Â»Ã¢â‚¬ÂNG QUAN --- */
.team-widget-box {
    background: #fff;
    border-radius: 4px;
    padding: 15px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    border: 1px solid #eee;
    height: 100%;
}
.team-widget-box.br-top {
    border-top: 3px solid #666;
}
.sdr-box {
    background: #eef2ff;
    border: 1px solid #c5cae9;
}
.sdr-box .widget-title {
    color: #3f51b5 !important;
}

/* --- Pitch Diagram --- */
.widget-pitch .pitch-diagram .player-dot {
    cursor: default;
}

/* --- BXH Table --- */
.bxh-table th {
    background: #f5f5f5;
    font-size: 11px;
    text-transform: uppercase;
    padding: 8px 5px !important;
}
.bxh-table td {
    padding: 8px 5px !important;
    vertical-align: middle;
}

/* --- Team Sub Tabs (Fixtures, Squad, Stats) --- */
.hover-bg-light:hover {
    background: rgba(0,0,0,0.02) !important;
    transition: background 0.2s;
}
.fixture-item {
    transition: all 0.2s;
}
.fixt-match {
    padding: 0 15px;
}
.fixt-vs {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.player-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.player-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
}
.stat-box {
    transition: transform 0.2s ease;
}
.stat-box:hover {
    transform: translateY(-2px);
    border-color: #ddd !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08) !important;
}
.stat-widget .widget-header {
    background: #5c6bc0;
}
.stat-widget .widget-body > div:hover {
    background: rgba(0,0,0,0.02);
}

/* ===== MEGA MENU Ãƒâ€žÃ‚ÂÃƒÂ¡Ã‚Â»Ã‹Å“I BÃƒÆ’Ã¢â‚¬Å“NG ===== */
.doi-bong-mega {
    position: static !important;
}
.mega-menu-doi-bong {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    min-width: 100% !important;
    border: none;
    border-top: 3px solid #c62828;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    background: #fff;
}
.mega-menu-doi-bong .dropdown-item {
    color: #333;
    font-size: 12px;
    padding: 5px 8px;
    border-radius: 4px;
}
.mega-menu-doi-bong .dropdown-item:hover {
    background: #f5f5f5;
    color: #c62828;
}
.mega-menu-doi-bong .dropdown-item img {
    flex-shrink: 0;
}

