.bong-da.bong-da--sidebar-bxh {
    --bd-side-bg: #ffffff;
    --bd-side-soft: #f8fafc;
    --bd-side-border: #e5e7eb;
    --bd-side-text: #111827;
    --bd-side-muted: #6b7280;
    --bd-side-primary: #2563eb;
    --bd-side-primary-soft: #eff6ff;
    --bd-side-danger: #ef4444;
    --bd-side-success: #10b981;
    --bd-side-radius: 12px;
    width: 100%;
    max-width: 100%;
    color: var(--bd-side-text);
    font-family: inherit;
    font-size: 13px;
    line-height: 1.4;
}

.bong-da.bong-da--sidebar-bxh,
.bong-da.bong-da--sidebar-bxh * {
    box-sizing: border-box;
}

.bong-da.bong-da--sidebar-bxh [hidden] {
    display: none !important;
}

.bong-da.bong-da--sidebar-bxh button,
.bong-da.bong-da--sidebar-bxh input {
    font: inherit;
    outline: none;
    box-shadow: none;
}

.bong-da.bong-da--sidebar-bxh button {
    cursor: pointer;
}

.bong-da.bong-da--sidebar-bxh .bong-da__side-card {
    border: 1px solid var(--bd-side-border);
    border-radius: var(--bd-side-radius);
    background: var(--bd-side-bg);
    padding: 10px;
    box-shadow: 0 4px 16px rgba(15, 23, 42, .06);
}

.bong-da.bong-da--sidebar-bxh .bong-da__side-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 10px;
}

.bong-da.bong-da--sidebar-bxh .bong-da__side-title {
    margin: 0;
    color: var(--bd-side-text);
    font-size: 16px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
}

.bong-da.bong-da--sidebar-bxh .bong-da__side-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 26px;
    min-height: 22px;
    border-radius: 999px;
    background: var(--bd-side-primary-soft);
    color: var(--bd-side-primary);
    padding: 0 8px;
    font-size: 11px;
    font-weight: 950;
}

.bong-da.bong-da--sidebar-bxh .bong-da__side-control {
    position: relative;
    margin-bottom: 10px;
}

.bong-da.bong-da--sidebar-bxh .bong-da__league-button {
    width: 100%;
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    border: 0;
    border-radius: 9px;
    background: #111827;
    color: #fff;
    padding: 7px 9px;
}

.bong-da.bong-da--sidebar-bxh .bong-da__league-current,
.bong-da.bong-da--sidebar-bxh .bong-da__league-option {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 7px;
}

.bong-da.bong-da--sidebar-bxh .bong-da__league-current span {
    min-width: 0;
    overflow: hidden;
    font-size: 13px;
    font-weight: 850;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bong-da.bong-da--sidebar-bxh .bong-da__league-logo {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    border-radius: 4px;
    object-fit: contain;
    background: #fff;
}

.bong-da.bong-da--sidebar-bxh .bong-da__league-arrow {
    flex: 0 0 auto;
    font-size: 14px;
    font-weight: 950;
    opacity: .86;
}

.bong-da.bong-da--sidebar-bxh .bong-da__league-menu {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    right: 0;
    z-index: 40;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 10px;
    background: #111827;
    box-shadow: 0 16px 34px rgba(15, 23, 42, .24);
}

.bong-da.bong-da--sidebar-bxh .bong-da__league-search {
    padding: 8px;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.bong-da.bong-da--sidebar-bxh .bong-da__league-search input {
    width: 100%;
    height: 32px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 8px;
    background: rgba(255,255,255,.08);
    color: #fff;
    padding: 0 9px;
    font-size: 12px;
    font-weight: 700;
}

.bong-da.bong-da--sidebar-bxh .bong-da__league-search input::placeholder {
    color: rgba(255,255,255,.58);
}

.bong-da.bong-da--sidebar-bxh .bong-da__league-options {
    max-height: 280px;
    overflow: auto;
    padding: 4px;
    scrollbar-width: thin;
}

.bong-da.bong-da--sidebar-bxh .bong-da__league-option {
    width: 100%;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #fff;
    padding: 8px;
    text-align: left;
}

.bong-da.bong-da--sidebar-bxh .bong-da__league-option:hover,
.bong-da.bong-da--sidebar-bxh .bong-da__league-option.is-active {
    background: var(--bd-side-primary);
}

.bong-da.bong-da--sidebar-bxh .bong-da__league-option span {
    min-width: 0;
    overflow: hidden;
    flex: 1 1 auto;
    font-size: 12px;
    font-weight: 850;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bong-da.bong-da--sidebar-bxh .bong-da__league-option small {
    flex: 0 0 auto;
    color: rgba(255,255,255,.62);
    font-size: 10px;
    font-weight: 800;
}

.bong-da.bong-da--sidebar-bxh .bong-da__league-empty {
    padding: 14px 8px;
    color: rgba(255,255,255,.65);
    font-size: 12px;
    font-weight: 800;
    text-align: center;
}

.bong-da.bong-da--sidebar-bxh .bong-da__loading,
.bong-da.bong-da--sidebar-bxh .bong-da__empty {
    min-height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bong-da.bong-da--sidebar-bxh .bong-da__loading {
    flex-direction: column;
}

.bong-da.bong-da--sidebar-bxh .bong-da__spinner {
    width: 30px;
    height: 30px;
    border: 3px solid var(--bd-side-border);
    border-top-color: var(--bd-side-primary);
    border-radius: 999px;
    animation: bd-side-spin .8s linear infinite;
}

.bong-da.bong-da--sidebar-bxh .bong-da__empty {
    flex-direction: column;
    gap: 8px;
    color: var(--bd-side-muted);
    font-size: 13px;
    font-weight: 800;
    text-align: center;
}

.bong-da.bong-da--sidebar-bxh .bong-da__mini-button {
    min-height: 30px;
    border: 1px solid var(--bd-side-primary);
    border-radius: 8px;
    background: var(--bd-side-primary);
    color: #fff;
    padding: 0 12px;
    font-size: 12px;
    font-weight: 900;
}

.bong-da.bong-da--sidebar-bxh .bong-da__side-table {
    overflow: hidden;
    border: 1px solid var(--bd-side-border);
    border-radius: 10px;
}

.bong-da.bong-da--sidebar-bxh .bong-da__side-table-head,
.bong-da.bong-da--sidebar-bxh .bong-da__side-row {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr) 28px 32px 36px;
    align-items: center;
    gap: 5px;
}

.bong-da.bong-da--sidebar-bxh .bong-da__side-table-head {
    min-height: 32px;
    background: var(--bd-side-soft);
    border-bottom: 1px solid var(--bd-side-border);
    color: var(--bd-side-muted);
    padding: 0 6px;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.bong-da.bong-da--sidebar-bxh .bong-da__side-row {
    min-height: 36px;
    padding: 0 6px;
    border-bottom: 1px solid #f1f5f9;
    background: #fff;
}

.bong-da.bong-da--sidebar-bxh .bong-da__side-row:nth-child(even) {
    background: #f8fafc;
}

.bong-da.bong-da--sidebar-bxh .bong-da__side-row:last-child {
    border-bottom: 0;
}

.bong-da.bong-da--sidebar-bxh .bong-da__col-rank,
.bong-da.bong-da--sidebar-bxh .bong-da__col-mini,
.bong-da.bong-da--sidebar-bxh .bong-da__col-point {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bong-da.bong-da--sidebar-bxh .bong-da__col-team {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 6px;
}

.bong-da.bong-da--sidebar-bxh .bong-da__team-logo {
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    object-fit: contain;
}

.bong-da.bong-da--sidebar-bxh .bong-da__col-team strong {
    min-width: 0;
    overflow: hidden;
    color: var(--bd-side-text);
    font-size: 11px;
    font-weight: 850;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bong-da.bong-da--sidebar-bxh .bong-da__col-mini {
    color: #475569;
    font-size: 11px;
    font-weight: 850;
}

.bong-da.bong-da--sidebar-bxh .bong-da__rank-badge,
.bong-da.bong-da--sidebar-bxh .bong-da__point-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-style: normal;
    font-weight: 950;
}

.bong-da.bong-da--sidebar-bxh .bong-da__rank-badge {
    width: 21px;
    height: 21px;
    border-radius: 999px;
    font-size: 10px;
}

.bong-da.bong-da--sidebar-bxh .bong-da__point-badge {
    min-width: 28px;
    height: 22px;
    border-radius: 7px;
    padding: 0 5px;
    font-size: 11px;
}

.bong-da.bong-da--sidebar-bxh .is-top {
    background: var(--bd-side-primary);
}

.bong-da.bong-da--sidebar-bxh .is-danger {
    background: var(--bd-side-danger);
}

.bong-da.bong-da--sidebar-bxh .is-normal {
    background: #94a3b8;
}

@keyframes bd-side-spin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 768px) {
    .bong-da.bong-da--sidebar-bxh .bong-da__side-card {
        padding: 8px;
    }

    .bong-da.bong-da--sidebar-bxh .bong-da__side-title {
        font-size: 15px;
    }

    .bong-da.bong-da--sidebar-bxh .bong-da__side-table-head,
    .bong-da.bong-da--sidebar-bxh .bong-da__side-row {
        grid-template-columns: 28px minmax(0, 1fr) 26px 30px 34px;
    }

    .bong-da.bong-da--sidebar-bxh .bong-da__col-team strong {
        font-size: 10.5px;
    }
}
.bong-da.bong-da--sidebar-bxh .bong-da__side-table-inner {
    width: 100%;
}