.layout_watch{
    width: 100%;
    padding: 0;
    margin: 0;
}
.layout_watch_page{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    column-gap: 30px;
}
.match-area{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    background: #000000;
    border-radius: 10px;
}
.zbread{
    margin:0 0 24px 0;
}
.breadcrumb-page{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap:5px;
}
.breadcrumb-page .heading-xl{
    font-size: 22.4px;
    font-weight: 600;
}
.breadcrumb{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* gap: 10px; */
}
.breadcrumb-home i{
    margin-right: 5px;
}
.video-list-page{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}
.box-header-page{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 15px;
    margin-bottom: 32px;
    width: 100%;
    background-color: #3B3A41;
    border-radius: 20px;
}
.filter, .filter-items, .item-page-xemlai{
    width: 100%;
}
.button-blv{
    background-color: #3B3A41;
    border: 0.5px solid #ffffff;
    column-gap: 10px;
    border-radius:30px;
}
.button-blv span{
    color: #ffffff;
}
.button-blv i{
    color: #ffffff;
}
#secondary_column{
    width:20%;
}
/* Menu CM */
.menu-cmt{
    display: none;
}
.breadcrumb-home-page{
    text-decoration: none;
}
.breadcrumb-home-page i{
    color: #E2FE35;
}
.bread-item{
    display:flex;
    align-items: center;
    justify-content: flex-start;
}
.bread-item::before {
  content: "/";
  margin: 0 8px;
  color: #999;
}
.bread-item:first-child::before{
    display:none;
}
.breadcrumb a{
    text-decoration: none;
    color: #ffffff;
}
.bread-item i{
    width: 15px;
}
.bread-item span{
    font-size: 14px;
    color: #ffffffAA;
}
.ma-main{
    width: 70%;
    aspect-ratio: 16/9;
}
.info{
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 15px;
    height: 100%;
}
.player-main{
    width: 100%;
}
.player-main iframe{
    width: 100%;
}
.video-thumb-gen {
    position: relative;
    width:100%;
    color: #ffffff;
}
.gen-match{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.gen-match-team{
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.video-row{
    margin-top:30px;
}
.video-row-page{
    width: 80%;
}
/* background team */
.cover-teams{
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: blur(15px);
    opacity: 0.7;
    zoom: 1.3;
}

/* background team-match */

.cover-teams-match{
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: blur(10px);
    opacity: 0.7;
    zoom: 2;
}
/* .cover-teams-match .team-logo img{
    zoom: 1.3;
} */
/* ///////////////////// */

.content-team{
    position: relative;
    z-index: 2;
    background-image: linear-gradient(360deg, #000000, rgba(67,67,67,0));
}
.first-team{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 180px;
    column-gap: 20px;
}
.team-home .team-logo img{
    width: 70px;
    height: 70px;
    object-fit: contain;
}
.team-away .team-logo img{
    width: 70px;
    height: 70px;
    object-fit: contain;
}
.team-logo-matchss img{
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.team-logo-match img{
    position: relative;
    flex: 1 1;
    width: 200px;
    height: 200px;
    object-fit: contain;
    -webkit-mask-image: linear-gradient(180deg, black 0, transparent);
    mask-image: linear-gradient(180deg, black 0, transparent);
}
.league-info .league-logo img{
    width: 24px;
    height: 24px;
    object-fit: contain;
}
.league-info .league-logo{
    width: 40px;
    height: 40px;
    background-color: #00000088;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-header .heading-xl{
    font-size:22.4px;
    font-weight: bold;
}
.more{
    color:#ffffff;
    outline: 0.5px solid #ffffff;
    border-radius: 20px;
    padding: 6.4px 11.2px;
    font-size:13px;
}
.league-name{
    position:absolute;
    font-size:11px;
    color:black;
    background-color: #ffffff;
    padding:3.2px 9.6px;
    top:0;
    left:50%;
    transform: translateX(-50%);
    font-weight: bold;
    border-radius: 0 0 16px 16px;
}
.league-name-march{
    position:absolute;
    font-size:11px;
    color:black;
    background-color: #ffffff;
    padding:3.2px 9.6px;
    top:10px;
    left:50%;
    transform: translateX(-50%);
    font-weight: bold;
    border-radius: 16px;
}
.time-xemlai{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.time.text-second{
    padding: 0 32px;
    font-size: 14px;
    color: #ffffff99;
    width: 100%;
}
.video-name.text-light{
    padding: 0 32px;
    font-size:22.4px;
    margin:0 0 8px;
}
.video-name a{
    color: #ffffff;
    font-size:15.4px;
    width: 100%;
}
.cmt-match{
    display:flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 0 32px;
    column-gap: 10px;
}
.cmt-match-team{
    display:flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
.cmt-match-team .cmt-avatar{
    margin-right: 10px;
}
.cmt-avatar-group .cmt-avatar img{
    width: 38px;
    height: 38px;
    border-radius:50%;
    border: 2px solid #ffffff;
}
.cmt-avatar-group .cmt-avatar{
    display: flex;
    align-items:center;
    justify-content:center;
}
.cmt-name-group a{
    text-decoration: none;
    font-size: 14px;
    color: #ffffff99;
}
.time-xemlai .hour{
    font-size: 16.9px;
    font-weight: 800;
}
.time-xemlai .date{
    font-size: 13px;
    text-align: center;
}
.info-time{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 10px;
}
.info-time-match{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.info-match{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 15px;
}
.video-list.video-list-home{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}
.item-team-match{
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}
.first{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 140px;
    column-gap: 20px;
    padding-top: 30px;
}
.content-team .second{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
}
.item-team-match a{
    text-decoration: none;
}
.team-name.team-home{
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
}
.team-name.team-away{
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
}
@media screen and (max-width: 1680px) and (min-width: 1500px){
    .video-list.video-list-home{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }
    .video-list-page{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }
}
@media screen and (max-width: 1500px) and (min-width: 1000px){
    .video-list.video-list-home{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }
    .video-list-page{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }
    .box-content{
        display: none;
    }
    .video-row-page{
        width: 100%;
    }
    #secondary_column{
        width: 100% !important;
    }
    #ranking-box{
        width: 100% !important;
    }
    .box-main{
        width: 100% !important;
    }
    .chart-wrap{
        width: 100% !important;
    }
    .layout_watch_page{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 30px;
    }
}

@media screen and (max-width: 1280px) and (min-width: 1000px){
    .match-area{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
    .ma-main{
        width: 100%;
    }
    .info{
        width: 100%;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: center;
        padding: 20px 0;
    }
    .info-match{
        flex: 3;
    }
    .video-thumb-gen{
        flex: 1;
    }
    .first-team{
        background-image: linear-gradient(90deg, #000000, rgba(67,67,67,0));
    }
    .video-name.text-light{
        padding: 0 32px;
        font-size:20.4px;
        margin:0 0 8px;
    }
}

@media screen and (max-width: 1000px) and (min-width: 800px){
    /* Noi Dung page xem lai */
    .video-list-page{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .box-content{
        display: none;
    }
    .video-row-page{
        width: 100%;
    }
    #secondary_column{
        width: 100% !important;
    }
    #ranking-box{
        width: 100% !important;
    }
    .box-main{
        width: 100% !important;
    }
    .chart-wrap{
        width: 100% !important;
    }
    .layout_watch_page{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 30px;
    }
    /* ///////////////////////// */
    .match-area{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
    .ma-main{
        width: 100%;
    }
    
    .info{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 20px 0;
        row-gap: 10px;
    }
    .league-name{
        display:none;
    }
    .time-xemlai{
        display:none;
    }
    .cmt-name{
        font-size: 13px;
    }
    .team-one .team-logo-matchss img{
        width: 70px;
        height: 70px;
        object-fit: contain;
    }
    .team .team-logo img{
        width: 30px;
        height: 30px;
        object-fit: contain;
    }
    .time.text-second{
        font-size: 13px;
    }
    .info-match{
        width:100%;
        row-gap: 10px;
    }
    .video-thumb-gen{
        flex: 1;
        /* padding: 0 32px; */
    }
    .info-time{
        display: none;
    }
    .league-logo{
        display: none;
    }
    .gen-match{
        width: 120px;
        height: 50px;
    }
    .cover-teams{
        width: 120px;
        height: 50px;
    }
    .first-team{
        width: 120px;
        height: 50px;
        background-image: linear-gradient(90deg, #000000, rgba(67,67,67,0));
    }
    .video-name.text-light{
        padding: 0 32px;
        font-size: 18px;
        margin:0 0 8px;
        width: 100%;
    }
    .video-list.video-list-home{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    }
}

@media screen and (max-width: 800px) and (min-width: 640px){
    /* Noi Dung page xem lai */
    .video-list-page{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        zoom: 0.9;
    }
    .box-content{
        display: none;
    }
    .video-row-page{
        width: 100%;
    }
    #secondary_column{
        width: 100% !important;
    }
    #ranking-box{
        width: 100% !important;
    }
    .box-main{
        width: 100% !important;
    }
    .chart-wrap{
        width: 100% !important;
    }
    .layout_watch_page{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 30px;
    }
    /* ///////////////////// */
    .match-area{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        width: 100vw;
        max-width: 100vw;
        margin-left: calc(50% - 50vw); /* Đảm bảo không bị lệch bởi parent */
        margin-right: 0;
        left: 0;
        right: 0;
        box-sizing: border-box;
    }
    .ma-main{
        width: 100%;
    }
    .item-team-match{
        zoom:0.9;
    }
    .info{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 20px 0;
        row-gap: 10px;
    }
    .league-name{
        display:none;
    }
    .time-xemlai{
        display:none;
    }
    .cmt-name{
        font-size: 13px;
    }
    .team .team-logo img{
        width: 30px;
        height: 30px;
        object-fit: contain;
    }
    .time.text-second{
        font-size: 13px;
    }
    .info-match{
        width:100%;
        row-gap: 10px;
    }
    .video-thumb-gen{
        flex: 1;
        /* padding: 0 32px; */
    }
    .info-time{
        display: none;
    }
    .league-logo{
        display: none;
    }
    .gen-match{
        width: 120px;
        height: 50px;
    }
    .cover-teams{
        width: 120px;
        height: 50px;
    }
    .first-team{
        width: 120px;
        height: 50px;
        background-image: linear-gradient(90deg, #000000, rgba(67,67,67,0));
    }
    .video-name.text-light{
        padding: 0 32px;
        font-size: 18px;
        margin:0 0 8px;
    }
    .video-list.video-list-home{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    }
}
@media screen and (max-width: 640px) and (min-width: 560px){
    /* Noi Dung page xem lai */
    .video-list-page{
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
        zoom: 0.9;
    }
    .box-content{
        display: none;
    }
    .video-row-page{
        width: 100%;
    }
    #secondary_column{
        width: 100% !important;
    }
    #ranking-box{
        width: 100% !important;
    }
    .box-main{
        width: 100% !important;
    }
    .chart-wrap{
        width: 100% !important;
    }
    .layout_watch_page{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 30px;
    }
    /* ///////////////////// */
    .match-area{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        width: 100vw;
        max-width: 100vw;
        margin-left: calc(50% - 50vw); /* Đảm bảo không bị lệch bởi parent */
        margin-right: 0;
        left: 0;
        right: 0;
        box-sizing: border-box;
    }
    .item-team-match{
        display:flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
        zoom:0.9;
    }
    .ma-main{
        width: 100%;
    }
    .info{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-bottom: 5px;
        row-gap: 5px;
    }
    .league-name{
        display:none;
    }
    .time-xemlai{
        display:none;
    }
    .cmt-name{
        font-size: 13px;
    }
    .team .team-logo img{
        width: 30px;
        height: 30px;
        object-fit: contain;
    }
    .time.text-second{
        font-size: 13px;
        padding: 0 10px;
    }
    .info-match{
        width:100%;
        row-gap: 5px;
        flex: 1;
    }
    .video-thumb-gen{
        flex: 1;
        padding: 0 10px;
    }
    .info-time{
        display: none;
    }
    .league-logo{
        display: none;
    }
    .gen-match{
        width: 120px;
        height: 50px;
    }
    .cover-teams{
        width: 120px;
        height: 50px;
    }
    .first-team{
        width: 120px;
        height: 50px;
        background-image: linear-gradient(90deg, #000000, rgba(67,67,67,0));
    }
    .video-name.text-light{
        padding: 0 10px;
        font-size: 18px;
        margin:0 0 8px;
    }
    .video-list.video-list-home{
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    }
    .cmt-match{
        padding: 0 10px;
    }
}
@media screen and (max-width: 560px) and (min-width: 300px){
    /* Noi Dung page xem lai */
    .video-list-page{
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
        zoom: 0.9;
    }
    .box-content{
        display: none;
    }
    .video-row-page{
        width: 100%;
    }
    #secondary_column{
        width: 100% !important;
    }
    #ranking-box{
        width: 100% !important;
    }
    .box-main{
        width: 100% !important;
    }
    .chart-wrap{
        width: 100% !important;
    }
    .layout_watch_page{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 30px;
    }
    /* ///////////////////// */
    .match-area{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        width: 100vw;
        max-width: 100vw;
        margin-left: calc(50% - 50vw); /* Đảm bảo không bị lệch bởi parent */
        margin-right: 0;
        left: 0;
        right: 0;
        box-sizing: border-box;
    }
    .item-team-match{
        display:flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        zoom:0.9;
    }
    .ma-main{
        width: 100%;
    }
    .info{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-bottom: 5px;
        row-gap: 5px;
    }
    .league-name{
        display:none;
    }
    .time-xemlai{
        display:none;
    }
    .cmt-name{
        font-size: 13px;
    }
    .team .team-logo img{
        width: 30px;
        height: 30px;
        object-fit: contain;
    }
    .time.text-second{
        font-size: 13px;
        padding: 0 10px;
    }
    .info-match{
        width:100%;
        row-gap: 5px;
        flex: 1;
    }
    .video-thumb-gen{
        flex: 1;
    }
    .info-time{
        display: none;
    }
    .league-logo{
        display: none;
    }
    .gen-match{
        width: 120px;
        height: 50px;
    }
    .cover-teams{
        width: 120px;
        height: 50px;
    }
    .first-team{
        width: 120px;
        height: 50px;
        background-image: linear-gradient(90deg, #000000, rgba(67,67,67,0));
    }
    .video-name.text-light{
        padding: 0 10px;
        font-size: 18px;
        margin:0 0 8px;
    }
    .video-name{
        width: 100%;
    }
    .video-list.video-list-home{
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    }
    .cmt-match{
        padding: 0 10px;
    }
}
@media screen and (max-width: 299px) and (min-width: 100px){
    /* Noi Dung page xem lai */
    .video-list-page{
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
        zoom: 0.9;
    }
    .box-content{
        display: none;
    }
    .video-row-page{
        width: 100%;
    }
    #secondary_column{
        width: 100% !important;
    }
    #ranking-box{
        width: 100% !important;
    }
    .box-main{
        width: 100% !important;
    }
    .chart-wrap{
        width: 100% !important;
    }
    .layout_watch_page{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 30px;
    }
    /* ///////////////////// */
    .match-area{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        width: 100vw;
        max-width: 100vw;
        margin-left: calc(50% - 50vw); /* Đảm bảo không bị lệch bởi parent */
        margin-right: 0;
        left: 0;
        right: 0;
        box-sizing: border-box;
    }
    .item-team-match{
        display:flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        zoom:0.9;
    }
    .ma-main{
        width: 100%;
    }
    .info{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-bottom: 5px;
        row-gap: 5px;
    }
    .league-name{
        display:none;
    }
    .time-xemlai{
        display:none;
    }
    .cmt-name{
        font-size: 13px;
    }
    .team .team-logo img{
        width: 30px;
        height: 30px;
        object-fit: contain;
    }
    .time.text-second{
        font-size: 13px;
        padding: 0 10px;
    }
    .info-match{
        width:100%;
        row-gap: 5px;
        flex: 1;
    }
    .video-thumb-gen{
        flex: 1;
    }
    .info-time{
        display: none;
    }
    .league-logo{
        display: none;
    }
    .gen-match{
        width: 120px;
        height: 50px;
    }
    .cover-teams{
        width: 120px;
        height: 50px;
    }
    .first-team{
        width: 120px;
        height: 50px;
        background-image: linear-gradient(90deg, #000000, rgba(67,67,67,0));
    }
    .video-name.text-light{
        padding: 0 10px;
        font-size: 18px;
        margin:0 0 8px;
    }
    .video-name{
        width: 100%;
    }
    .video-list.video-list-home{
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    }
    .cmt-match{
        padding: 0 10px;
    }
}