img.refresh-icon {
    width: 12px;
    height: auto;
    border: 0px !important;
}
button#refresh-button {
    display: flex;
    font-size: 12px;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}
.team1, .team2 {    display: flex;
    align-items: center; }
.tuychon {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}
.filter-games select {
    margin: 0;
    background: #24263a;
    color: #fff;
    height: 32px;
    border-radius: 10px;
}
.filter-buttons {
    display: flex;
    gap: 5px;
    font-size: 13px;
}
.filter-buttons button {
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid;
    margin: 0;
    display: flex;
    flex-direction: column;
    padding: 5px;
    align-items: center;
    line-height: normal;
    color: #fff;
    background: #121212;
}
.filter-buttons button span {font-size:11px;font-weight:600}
        .filter-buttons button.active {
    background-color: #24fe41;
    color: #14142b;font-weight: 600;
}
        .match-section {
            display: none;
        }
        .match-section[data-date="today"] {
            display: flex;
        }
        .tyle-keo {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }
        .tyle-keo .live {
    border-radius: 5px;
    padding: 0 4px;
    font-size: 11px;
    background: #24fe41;
    color: #14142b;
    font-weight: 600;
}
        .match-section {
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 72px;
    margin-bottom: 1px;
    padding: 10px;
    cursor: pointer;
    content-visibility: auto;
    font-size:15px;display: flex;
        }
        .mobile {width:40%}
        .mobile1 {width:60%}
        .mobile, .mobile1 {
    display: flex;
    align-items: center;
}
        
        .match-logo {width: 15%;}
        .match-status {
    display: flex;
    align-items: center;
    width: 35%;
    color: #24fe41;
    justify-content: center;
}
        .game-logo {
    object-fit: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;border:0px !important;
}
img.team-logo {
   background-position: 50%;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    min-width: 36px;
    margin: 0 5px;
    border: 0px solid !important;
}

.match-tournament {
    width: 50%;
    margin-right: 26px;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
}
.match-tournament .giaidau {
    text-overflow: ellipsis;
    overflow: hidden;
    color: #a3a3a3;
}
.match-tournament .bestof {text-transform: uppercase;}
.match-home-team, .match-away-team {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: space-between;
	border: 1px solid #4f4f4f;
  	background: #14142b;
    padding: 0 10px;
}

.match-score {
    width: 20%;
    margin: 0 5px;
    text-align: center;
    display: flex;
    align-items: center;
    letter-spacing: 0;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
}
.rightname {text-align:right}
.odds {
    font-weight: bold;
}
@media screen and (max-width: 768px) {
  .team1, .team2 {flex-direction: column;}
    .reload {display: none;}
  button#refresh-button {padding: 5px;}
    .team2 {flex-direction: column-reverse;}
.leftname {text-align: center;}
.leftname, .rightname {font-size:12px; text-align:center !Important}
    .match-section {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px;
        height: auto;
    }
.mobile, .mobile1 {
    width: 100%;
}
        .match-logo {width: 10%;}

        .match-status {
        width: 15%;
        justify-content: center;
    }

              .match-tournament {
        width: 75%;
        flex-direction: row;
        align-items: center;
        gap: 6px;
        justify-content: flex-end;
        display: flex;
        margin-right: 0;
    }
    .match-home-team, .match-away-team {
               width: 100%;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
.match-away-team {
    flex-direction: column-reverse;
    text-align: center;
}
    .match-score {
        width: 40%;
        font-size: 18px;
    }

    .game-logo {
        margin: 0 auto;
    }

    .tyle-keo {
        gap: 15px;
    }
}