#main{
    min-height: 100vh;
    overflow: hidden;
}
#row-section{
    display: block;
    position: relative;
    overflow: hidden;

}
.billboard-detail{
    display: flex;
    width: 100%;
    overflow: hidden;
    min-height: 600px;
    position: relative;
    flex-direction: column;
    justify-content: end;
}
.billboard-detail:before{
    position: absolute;
    width: 100%;
    height: 100%;
    content: " ";
    display: block;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 0;
}
.billboard-img{
    width: 100%;
    min-height: 100%;
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    object-fit: cover;
}
.bill-actions{
    top: 0;
    right: 0;
    display: block;
    padding: 75px 40px;
    width: 55%;
    position: relative;
    z-index: 1;
}
.billboard-title{
    font-size: 29pt;
    display: block;
    color: white;
    font-family: var(--font-yekan-bakh-fanum),var(--font-yekan-bakh-family);
    font-weight: 600;
    margin: 0;
}
.billboard-text{
    font-weight: 500;
    font-size: 10pt;
    color: #f9f9f9;
    display: block;
    margin: 15px 0;
    font-family: var(--font-yekan-bakh-fanum),var(--font-yekan-bakh-family);
    line-height: 35px;
}
.enrol-watch-tag{
    display: flex;
    align-items: center;
    background: #AA3AFF;
    border-radius: 45px;
    padding: 0;
    width: fit-content;
    font-family: var(--font-yekan-bakh-fanum),var(--font-yekan-bakh-family);
    cursor: pointer;
    margin: 20px 0;
}
.enrol-watch-tag span{
    display: block;
    color: white;
}
.play-tut{
    display: block;
    width: 30px;
    height: 30px;
    background: white;
}
.tut-btn-parent{
    background: #961EF0;
    border-radius: 50%;
    filter: drop-shadow(0px 0px 19px rgba(0, 0, 0, 0.55));
    padding: 9px;
}
.enrol-text{
    margin: 0 15px;
    font-size: 9pt;
    color: white;
    font-weight: 600;
}
#match-info-parent{
    display: block;
    width: 63%;
    margin: -60px auto 30px auto;
    border-radius: 12px;
    background: white;
    box-shadow: 0 1px 30px 2px rgb(0 0 0 / 20%);
    position: relative;
    overflow: hidden;
    padding: 25px 30px;
    z-index: 50;
}
.mic-hide{
    position: absolute;
    left: 0;
    width: 250px;
    opacity: 0.15;
    top: 15px;
    z-index: 0;
}
.info-item{
    margin-left: 40px;
    display: flex;
}
.info-parent{
    display: flex;
    align-items: center;
}
.match-info-ic-parent{
    padding: 13px;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    height: fit-content;
}
.info-text{
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
    font-family: var(--font-yekan-bakh-fanum),var(--font-yekan-bakh-family);
}
.match-info-icon{
    display: block;
    width: 28px;
    height: 28px;
    background: white;
    margin: auto;
}
.match-info-ic-parent:before{
    width: 100%;
    height: 100%;
    display: block;
    content: " ";
    top: 0;
    position: absolute;
    border-radius: 5px;
    transform: rotate(45deg);
    right: 0;
    left: 0;
    margin: auto;
}
.info-value{
    font-size: 13pt;
    font-weight: 700;
    display:block;
}
.info-title{
    color: #8E8E8E;
    display: block;
    font-size: 9pt;
    font-weight: 600;
}
.group-t .match-info-ic-parent{
    background: #F7931A;
}
.group-t .match-info-ic-parent:before{
    background: #F7931A;
}
.group-t .info-value{
    color: #F7931A;
}
.start-t .match-info-ic-parent{
    background: #0FA958;
}
.start-t .match-info-ic-parent:before{
    background: #0FA958;
}
.start-t .info-value{
    color: #0FA958;
}
.end-t .match-info-ic-parent{
    background: #ED4C5C;
}
.end-t .match-info-ic-parent:before{
    background: #ED4C5C;
}
.end-t .info-value{
    color: #ED4C5C;
}

.leagues-parent{
    margin: 75px 0 0 0;
}
.league-item{
    padding: 8px 20px;
    font-size: 11pt;
    display: inline-block;
    cursor: pointer;
    font-weight: 600;
    color: #2C2E43!important;
    background: transparent;
    border-radius: 100px;
    font-family: var(--font-yekan-bakh-fanum),var(--font-yekan-bakh-family);
}
.league-item.active{
    color: white!important;
    font-weight: 500;
    background: #ED4C5C;
}
#match-details{
    font-family: var(--font-yekan-bakh-fanum),var(--font-yekan-bakh-family)!important;
    font-size: 10.5pt!important;
    color: #2C2E43!important;
    width: 80%;
    margin: auto;
}
#match-details a:any-link{
    color: #2a66ff !important;
    font-weight: 500;
}
#match-details p{
    line-height: 30px;
}
@media only screen and (max-width: 1300px){
    .bill-actions{
        width: 65%;
    }
    #match-info-parent{
        width: 85%;
    }
}
@media only screen and (max-width: 900px){
    .billboard-text{
        font-size: 8.5pt;
    }
    .billboard-title{
        font-size: 29pt;
    }
    .enrol-watch-tag{
        margin: 15px 0 70px 0;
    }
    .tut-btn-parent{
        padding: 10px;
    }
    .leagues-parent{
        margin: 30px 0 0 0 ;
    }
    .match-info-ic-parent{
        padding: 10px;
    }
    .match-info-icon{
        width: 24px;
        height: 24px;
    }
    .info-text{
        font-size: 15pt;
    }
    .bill-actions{
        padding: 17px 20px ;
    }
    .mic-hide{
        width: 30%;
    }
    .league-item.active{
        font-size: 9pt;
        padding: 8px 12px;
    }
    .info-item{
        margin-left: 10px;
    }
    .info-parent{
        justify-content: space-between;
    }
    .info-value{
        font-size: 11.5pt;
    }
    .enrol-text{
        font-size: 8.5pt;
    }
    .session-tag{
        width: 95%;
        padding: 8px 10px;
    }
    .session-title{
        font-size: 14pt;
    }
    .web-logo,.medal-icon{
        width: 35px;
        height: 35px;
    }
    .session-tag:before{
        width: 35%;
    }
    .search-match-tag{
        width: 220px;
    }
    .ranking-table .mdh-table-th{
        font-size: 10pt;
    }
    .group-logo-img{
        width: 35px;
    }
    .group-name, .group-leader{
        font-size: 9.5pt;
    }
    .group-location{
        font-size: 9pt;
    }
    .group-i{
        width: 18px;
        height: 18px;
    }
    .match-item{
        font-size: 9pt;
    }
    .group-count{
        font-size: 11pt;
    }
}
@media only screen and (max-width: 650px){
    #match-info-parent{
        width: 90%;
        padding: 20px 15px;
    }
    .billboard-title{
        font-size: 22pt;
    }
    .play-tut{
        width: 22px;
        height: 22px;
    }
    .match-info-icon{
        width: 18px;
        height: 18px;
    }
    .info-title{
        font-size: 8pt;
    }
    .info-value{
        font-size: 13pt;
    }
    .league-item{
        font-size: 9pt;
    }
    .league-item{
        padding: 0 8px;
        font-size: 9pt;
    }
    .league-item.active{
        font-size: 9pt;
        padding: 5px 8px;
    }
    .bill-actions{
        width: 95%;
    }
    .match-info-ic-parent{
        padding: 7px;
    }
    .match-info-ic-parent{
        display: none;
    }
    .info-text{
        margin: 0;
    }
    .group-icon,.group-logo-img,.hide-mobile{
        display: none;
    }
    .th-name{
        text-align: center;
    }
}
@media only screen and (max-width: 450px){
    .hide-low-mobile{
        display: none;
    }
    .web-logo, .medal-icon{
        width: 25px;
        height: 25px;
    }
    .session-title{
        font-size: 11pt;
    }
    .search-match-tag{
        width: 150px;
    }
    .search-input{
        font-size: 8.5pt;
    }
    .btn-submit-search{
        width: 25px;
        height: 25px;
    }
    .match-item{
        font-size: 8pt;
    }
    .group-name, .group-leader{
        font-size: 8pt;
    }
    .group-location{
        font-size: 7pt;
    }
    .ranking-table .mdh-table-th{
        font-size: 8pt;
    }
}
@media only screen and (max-width: 350px){
    .bill-actions{
        padding: 15px 0;
        margin: auto;
    }
    .billboard-title{
        font-size: 20pt;
    }
}








.play-icon{
    mask-image: url("../../../images/leagueRanking/play.svg");
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    -webkit-mask-image: url("../../../images/leagueRanking/play.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
}
.group-icon{
    mask-image: url("../../../images/leagueRanking/group.svg");
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    -webkit-mask-image: url("../../../images/leagueRanking/group.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
}
.match-icon{
    mask-image: url("../../../images/leagueRanking/match.svg");
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    -webkit-mask-image: url("../../../images/leagueRanking/match.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
}
.uploaded-icon{
    mask-image: url("../../../images/leagueRanking/uploaded.svg");
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    -webkit-mask-image: url("../../../images/leagueRanking/uploaded.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
}
