.current-match-info{
}

.transperant_black{
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px 10px;
    color: #fff;
}

.current-match-info.zuqiu {
    background-image: url("https://assets.oceanus.dev/uploads/default-football.jpg");
    background-repeat: repeat-x;
    background-position: center;
}

.current-match-info.lanqiu {
    background-image: url("https://assets.oceanus.dev/uploads/default-basketball.jpg");
    background-repeat: repeat-x;
    background-position: center;
}

.match-block > span {
    display: block;
    font-size: 18px;
    color: #000000;
    margin-top: 20px;
    height: 18px;
    line-height: 18px;
    margin-bottom: 20px;
    font-weight: bold;
    border-left: solid 4px #000000;
    padding-left: 7px;
}

.team-block{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.team-block > h1 {
    font-size: 1rem;
    font-weight: 300;
}
.team-block > h2 {
    font-size: 2rem;
    font-weight: 300;
}

.score-name{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.score-name .center {
    padding: 10px 0;
}

.signal-list-GTHETHAO > h5 {
    width: 120px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    box-sizing: border-box;
    text-align: center;
    border-radius: 10px;
    margin-top: 15px;
    margin-right: 10px;
    padding: 0 15px;
    background-color: #ffffff;
    box-shadow: 0 0.1rem 0.1rem #00000080;
    color: #000 !important;

    a:hover {
    color: #000;
    text-decoration: none;
    }
}
.signal-list-GTHETHAO > h5 > a {
    color: #7165ac;
}
.signal-list-GTHETHAO > h5:hover {
    color: #000 !important;
    background-color: #ff527d;
}
.signal-list-GTHETHAO > h5:hover > a {
    color: #fff;
    background-color: #ff527d;
}
.signal-list-GTHETHAOLIVE > h5 {
    width: 120px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    box-sizing: border-box;
    text-align: center;
    border-radius: 10px;
    margin-top: 15px;
    margin-right: 10px;
    padding: 0 15px;
    box-shadow: 0 0.1rem 0.1rem #00000080;
    background-color: #ffffff;
}
.signal-list-GTHETHAOLIVE > h5 > a {
    color: #000000;
}
.signal-list-GTHETHAOLIVE > h5:hover {
    background-color: #4279ff;
}
.signal-list-GTHETHAOLIVE > h5:hover > a {
    color: #fff !important;
    background-color: #4279ff;
}
.signal-list-BANHVUVIET > h5 {
    width: 120px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    box-sizing: border-box;
    text-align: center;
    border-radius: 10px;
    margin-top: 15px;
    margin-right: 10px;
    padding: 0 15px;
    background-color: #ffffff;
    box-shadow: 0 0.1rem 0.1rem #00000080;
    color: #000 !important;

    a:hover {
    color: #000;
    text-decoration: none;
    }
}
.signal-list-BANHVUVIET > h5 > a {
    color: #8a2e2e;
}
.signal-list-BANHVUVIET > h5:hover {
    color: #fff !important;
    background-color: #8a2e2e;
}
.signal-list-BANHVUVIET > h5:hover > a {
    color: #fff;
    background-color: #8a2e2e;
}

.team-block > img {
    width: 80px;
    height: 80px;
    margin-top: 10px;
}

@media (min-width: 768px) {

    .match-block-left {
        width: 128px;
    }

    .team-block > img {
        width: 80px;
        height: 80px;
        margin-top: 10px;
    }

    .current-match-head {
        padding: 15px;
    }

    .match-block-head {
        /* width: 650px; */
    }

    .news-list-block {
        width: 80%;
    }

    .panel-info-margin {
        /*margin-top: 42px;*/
    }
}

@media (max-width: 767px) {

    .team-block-1 {
        min-width: 80px;
    }
    .team-block-2 {
        min-width: 30px;
    }
    .team-block > h1 {
        font-size: 0.8rem;
        font-weight: 300;
    }
    .team-block > h2 {
        font-size: 1.5rem;
        font-weight: 300;
    }
    
    .team-block > img {
        width: 50px;
        height: 50px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    /* .match-block-left > img {
        width: 50px;
        height: 50px;
    } */

    .match-block-left {
        width: 85px;
    }

    .current-match-head .match-info-head {
        padding-left: 15px;
        margin-top: 5px;
    }

    .match-block-head {
        width: 357px;
    }

    .match-block-left > img {
        margin-top: 15px;
    }
    .desktop {
        display: none !important;
    }
    .score-name{
        font-size: 0.8rem;
    }
}
