    .league-matche {
        width: 100%;
        text-align: center;
        margin: 15px 0;
        font-size: 1.5rem;
        background-color: #000000;
    }
    .row-matche {
        width: 100%;
        height: 90%;
        padding: 5px 10px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: #ffffff;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom:5px;
    }
    .team-matche {
        width: 10%;
        margin-left:12px;   
        text-align: center;
    }
    img {
        vertical-align: middle;
        border-style: none;
    }
    .time-matche {
        font-size: 1.2rem;
        width: 10%;
        margin-left:12px;   
        text-align: center;
    }
    .home-title {
        font-size: 1.2rem;
        width: 30%;
    }

    .title-h2h {
        font-size: 1.2rem;
        width: 20%;
    }
    .date-title-h2h {
        font-size: 1.2rem;
        width: 20%;
    }
    .league-title-h2h {
        font-size: 1.2rem;
        width: 25%;
    }
    .team-matche-h2h {
        width: 10%;
        margin-left:3px;   
        text-align: center;
    }

    .away-title {
        font-size: 1.2rem;
        width: 30%;
    }


    .score-ns{
        width: 30%;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color:#000000;
        *border-bottom:1px solid rgb(0 0 0 / 48%);
        text-align: center;
        font-size: 1rem;
        margin-left: 20px;
        padding: 0 10px;

    }
    .score{

        width: 30%;
        text-align: center;
        color:#000000;
        *border-bottom:2px solid rgb(63 29 198 / 21%);
        font-size: 1.5rem !important;
        text-align: center;
        margin-left: 20px;
        padding: 0 10px;



    }

    .score-live{
        width: 30%;
        text-align: center;
        color:#000000;
        *border-bottom: 2px solid rgb(255 67 11 / 21%);
        font-size: 1.5rem !important;
        text-align: center;
        margin-left: 20px;
        padding: 0 10px;

    }

    .img-league{
        margin-left:10px;
    }

    .img-team{
        height:40px;
    }

    .text-truncate-round{
        font-size: 1.2rem;
        margin-right:5px;
    }



    @media only screen and (max-width: 600px) {

        .mobile-hidden{
            display:none !important;   
        }
        .home-title {
            font-size: 1rem;
        }
        .away-title {
            font-size: 1rem;
        }
        .league-matche {
            font-size: 1rem;
        }
        .img-team{
            height:30px;
        }

        .title-h2h {
            font-size: 1rem;
            width: 20%;
        }

        .date-title-h2h {
            font-size: 1rem;
            width: 20%;
        }
        .league-title-h2h {
            font-size: 1rem;
            width: 25%;
        }

    }
    
    .league-matche {
        width: 100%;
        text-align: center;
        margin: 15px 0;
        font-size: 1.5rem;
        background-color: #000000;
    }
    .row-standing {
        width: 100%;
        height: 50px;
        padding: 5px 10px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: #ffffff;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom:5px;
    }

    .row-head {
        width: 100%;
        height: 50px;
        padding: 5px 10px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: #000000;
        color: #ffffff;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 10px;
    }
    .standing-rank {
        width: 10%;
        margin-left:12px;   
        text-align: center;
    }

    .standing-group {
        width: 40%;
        margin-left:12px;   
        text-align: left;
    }
    .standing-img {
        width: 10%;
        margin-left:4px;   
        text-align: left;
    }
    .standing-rank {
        width: 5%;
        text-align: left;
    }
    .standing-pt {
        width: 8%;
        text-align: left;
    }
    .standing-point {
        width: 8%;
        color:blue;
        weight:700;
        text-align: left;
    }
    .standing-win {
        width: 6%;
        color:green;
        weight:700;
        text-align: left;
    }
    .standing-draw {
        width: 6%;
        color:grey;
        weight:700;
        text-align: left;
    }
    .standing-lose {
        width: 6%;
        color:red;
        weight:700;
        text-align: left;
    }
    .standing-o {
        width: 6%;
        text-align: left;
    }
    .standing-form {
        width: 15%;
        text-align: left;
    }
    img {
        vertical-align: middle;
        border-style: none;
    }
    .standing-team {
        font-size: 1.2rem;
        width: 25%;
    }
    .away-title {
        font-size: 1.2rem;
        width: 30%;
    }
    .score {
        width: 20%;
        text-align: center;

    }

    .img-league{
        margin-left:10px;
    }

    .img-team{
        height:30px;
    }


    .rank-badge {
        background-color: #4f38a9;;
    }
    .rank-badge {
        height: 24px;
        width: 24px;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        color: #fff;

        margin-right: 3px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
    }

    @media only screen and (max-width: 600px) {
        .home-title {
            font-size: 1rem;
        }
        .away-title {
            font-size: 1rem;
        }
        .league-matche {
            font-size: 1.2rem;
        }
        .img-team{
            height:30px;
        }

        .standing-o {
            width: 0%;
            visibility: hidden;
        }
        .standing-form {
            width: 0%;
            visibility: hidden;
        }

        .standing-win {
            width: 0%;
            visibility: hidden;
        }
        .standing-draw {
            width: 0%;
            visibility: hidden;
        }
        .standing-lose {
            width: 0%;
            visibility: hidden;
        }
    }


    .fw-700{
        font-weight: 700;
    }
    .fw-600{
        font-weight: 600;
    }

    .fw-500{
        font-weight: 500;
    }