.match-card .btn {
    align-items: center;
    background-color: var(--color-primary);
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    height: 28px;
    justify-content: center;
    line-height: 20px;
    width: 75px;
}

/*css cho dropdown*/
.base-select {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.base-select__wrap {
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}

.base-select__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #f9f9f9;
    cursor: pointer;
}
.base-select__options {
    display: none; /* Ẩn dropdown mặc định */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    z-index: 1000;
}
.base-select__options.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
}
.base-select .list-competion {
    list-style: none;
    padding: 0;
    margin: 0;
}
.base-select__box .text {
    align-items: center;
    display: inline-block;
    display: flex;
    gap: 8px;
    line-height: 20px;
}
.base-select__box .text .logo {
    align-items: center;
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    height: 20px;
    justify-content: center;
    width: 20px;
}
.base-select__box .text img {
    height: 18px;
    width: 18px;
}
.league-item {
    padding: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.league-item:hover {
    background-color: #f0f0f0;
}
.base-select__item {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    gap: 6px;
    height: 48px;
    list-style-type: none;
    padding: 6px 12px;
    transition: all .3s;
}
.base-select__item p {
        flex: 1;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 0;
}
.base-select__item .logo {
    align-items: center;
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    height: 24px;
    justify-content: center;
    overflow: hidden;
    width: 24px;
}
.base-select__item img{
    height: 20px;
    width: 20px;
}
@media screen and (min-width: 769px) {
  .match-card .odds span {font-weight:600}
.match-card .odds .red {color:red}
.match-card .odds .blue {color:blue}
.match-card .odds .yellow {color:orange}
  .tylekeo, .kqtrandau {
    overflow-y: scroll;
    max-height: 800px;border: 1px solid var(--fs-color-primary);
}

/* Tùy chỉnh thanh cuộn */
.tylekeo::-webkit-scrollbar, .kqtrandau::-webkit-scrollbar {
    width: 6px; /* Độ rộng thanh cuộn */
}

.tylekeo::-webkit-scrollbar-track, .kqtrandau::-webkit-scrollbar-track {
    background: #fff; /* Màu nền */
    border-radius: 0px; /* Bo góc */
}

.tylekeo::-webkit-scrollbar-thumb, .kqtrandau::-webkit-scrollbar-thumb  {
    background: var(--fs-color-primary); /* Màu thanh cuộn */
    border-radius: 0px;
}

.tylekeo::-webkit-scrollbar-thumb:hover, .kqtrandau::-webkit-scrollbar-thumb:hover {
    background: var(--fs-color-secondary); /* Màu khi hover */
}
  .schedule__header {
    align-items: center;
    border-bottom: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: grid;
    font-size: 14px;
    gap: 20px;
    grid-template-columns:  15% 12% 20% 16% 16% 1fr;
    height: 36px;
    line-height: 20px;
    font-weight: 600;
}
.match-card {
    align-items: center;
    display: grid;
    font-size: 14px;
    gap: 20px;
    grid-template-columns:  15% 12% 20% 16% 16% 1fr;
    height: 80px;
    line-height: 20px;
}
  .match-card .teams img {height: auto;
    width: 24px;}
.match-card:nth-child(odd) {
    background-color: #f5f5f5;
}
.match-card .textkeo {display:none}
.match-card .hdp, .match-card .ou {
    align-items: center;
    justify-content: space-between;
    display: flex !important;
    flex-direction: column !important;
}
.match-card .odds {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px;
}

.match-card .teams, .match-card .time-hour {
    font-weight: bold;
}
.match-card .time {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px;
    text-align: center;
}
 .match-card .action {
    display: flex;
    justify-content: center;
}
}
@media (max-width: 768px) {
  .schedule__header {
    display: none;
}
    /* Card từng trận đấu */
.match-card {
    background: linear-gradient(to bottom, #00a9f3, #00a9f300);
    color: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 20px;padding-top:15px;
  font-size:14px;
}

/* Tên giải đấu */
.match-card .league {
    text-align: center;
    font-weight: bold;
}

/* Thời gian */
.match-card .time {
    text-align: center;
    margin-bottom: 15px;
}

.match-card .time-hour {
    display: block;
    font-weight: bold;
}

.match-card .time-date {
}

/* Đội bóng */
.match-card .teams {
    display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
        padding: 0px 15px;
}

.match-card .team {
    font-weight: bold;
        text-align: center;
        align-items: center;
        display: flex !important;
        flex-direction: column !important;
        justify-content: end;
        height: 14.4vw;
        width: 24.1333333333vw;
}
.match-card .teams img {
        height: auto;
        margin-bottom: 2.1333333333vw;
        width: 90px;
}
.match-card .teams .home {

}

.match-card .teams .away {

}

/* Kèo */
.match-card .odds {
    display: flex;
        justify-content: space-between;
        gap: 10px;
        width: 50%;
        float: left;
}
.match-card .action {
	width: 100%;
        display: flex;
        justify-content: center;
        position: relative;
        bottom: 180px;
}
.match-card .odds div {
    flex: 1;
    text-align: center;
    background-color: #29292d;
    padding: 5px;
    color: #fff;
}

.match-card .textkeo {
    font-weight: bold;
    color: #ffd700;
    margin-bottom: 5px;
}
  .tab-button {
    flex: 1;
                flex: 1;
        font-size: 14px;
        font-weight: bold;
        height: 48px;
        justify-content: center;
        line-height: 5px;
        overflow: hidden;
}
}
.center {text-align:center}
/*css cho tabs*/
        .custom-tabs {
            margin: 20px 0;
        }
        .tabs-menu {
            display: flex;
    justify-content: space-around;
    background-color: #f1f1f1;
    border-bottom: 2px solid #ccc;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
        }
.tab-button {
            flex: 1;
    padding: 10px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s, color 0.3s;
}
.tab-button.active, .tab-button:hover {
    background-color: #007bff;
    color: white;
    font-weight: bold;
}
        .tab-content {
            display: none;
        }
        .tab-content.active {
            display: block;
        }