* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.container-post {
    /* background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%); */
    font-family: 'Inter', sans-serif;
    color: white;
    min-height: 100vh;
    max-width: 1894px;
}

.header-post {
    background-image: linear-gradient(360deg, #3a3939, #121215);
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    backdrop-filter: blur(10px);
    height: 151px;
    border-radius: 20px;
}

.match-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 80%;
}
.user-info{
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team {
    display: flex;
    align-items: center;
    gap: 20px;
}

.team img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.current-post {
    width:80px;
    padding:5px;
    border-radius: 10px;
    border:#ffffff 0.3px solid;
    display:flex;
    align-items: center;
    justify-content: center;
    margin: 20px;
}
.score-post span{
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}
.vs {
    color: #ffffff;
    font-weight: bold;
    margin: 0 10px;
}

.live-indicator {
    background: #ff4444;
    color: white;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: bold;
}

.user-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.balance {
    background: #ffd700;
    color: #000;
    padding: 8px 15px;
    border-radius: 20px;
    font-weight: bold;
}

.main-content-post {
    display: flex;
    width: 100%;
    /* max-width: 1200px; */
    margin: 0 auto;
    border-radius: 20px;
    margin-top: 10px;
}
.ma-main{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
.match-buttons-post{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.ma-main .player-header{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 10px;
    gap: 10px;
    background-color: #000000;
    border-top-left-radius: 20px;
}
.player-main{
    width: 100%;
    height:100%
}

.board-player{
    width: 100%;
    height: 100%;
    background: url('../img/coming.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    backdrop-filter: blur(10px);
}

.img-container{
    width: 100%;
    height: 100%;
    background: url('../img/coming.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    backdrop-filter: blur(10px);
    z-index: 1;
}

.back-button {
    background: none;
    border: none;
    color: #e2fe35;
    cursor: pointer;
    font-size: 16px;
}

.bet-button{
    display:inline-block;
    background: #4a90e2;
    color: #e2fe35;
    padding: 15px 20px;
    border: none;
    border-radius: 20px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 180px;
    height: 41px;
}

.bet-button.ended{
    background: #ffffff;
    color: #000000;
    font-size: 14px;
    font-weight:bold;
}

.bet-button.bet{
    background-image: linear-gradient(180deg, #fae7ae, #ffdd75);
    color: #000000;
    font-size: 14px;
    font-weight:bold;
}

.blv-info{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width:100%;
}

.blv-info .img-blv img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.sb_header{
    display:flex;
    align-items: center;
    justify-content: space-between;
}

.sb-tabs .v-tabs.v-tabs-min.m-0.nav.nav-pills{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.sb-tabs .v-tabs.v-tabs-min.m-0.nav.nav-pills .nav-item a{
    text-decoration: none;
    color: white;
    font-size: 14px;
}

.team-vs-post{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.countdown-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(20px);           /* làm mờ nền phía sau */
    -webkit-backdrop-filter: blur(10px); 
}

.countdown-title {
    margin-bottom: 30px;
    font-size: 18px;
    color: #ccc;
}

.countdown {
    font-size: 80px;
    font-weight: bold;
    margin-bottom: 20px;
}

.countdown .minutes {
    color: #ffd700;
}

.countdown .seconds {
    color: white;
}

.match-date {
    color: #ccc;
    margin-bottom: 10px;
}

.match-status {
    color: #ccc;
    font-size: 14px;
    margin-bottom: 30px;
}

.bet-button {
    background: #4a90e2;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.bet-button:hover {
    background: #357abd;
    transform: translateY(-2px);
}

.chat-section {
    width: 25%;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 15px;
    padding: 20px;
    backdrop-filter: blur(10px);
    height: 817px;
}

.chat-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    height: 100%;
}

.chat-icon {
    font-size: 40px;
    margin-bottom: 10px;
}

.chat-button {
    background: #ffd700;
    color: #000;
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    font-weight: bold;
    cursor: pointer;
}

.matches-section {
    margin-top: 50px;
}

.matches-title {
    font-size: 24px;
    margin-bottom: 30px;
    color: white;
}

.matches-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 20px;
}

.match-card {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 15px;
    padding: 20px;
    backdrop-filter: blur(10px);
    transition: transform 0.3s ease;
}

.match-card:hover {
    transform: translateY(-5px);
}

.match-time {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.time-badge {
    background: #4a90e2;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 12px;
}

.match-teams {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.team-name {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.team-flag {
    width: 24px;
    height: 16px;
    border-radius: 2px;
}

.bet-odds {
    text-align: center;
    color: #ffd700;
    font-weight: bold;
}

@media (max-width: 768px) {
    .main-content-post {
        flex-direction: column;
        padding: 20px 10px;
    }

    .chat-section {
        width: 100%;
    }

    .countdown {
        font-size: 60px;
    }

    .matches-grid {
        grid-template-columns: 1fr;
    }
}