.ball-wrapper .program-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 10px 20px;
    background-color: #ffc71d;
    border-radius: 10px;
}

.program-head .title {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.program-head .filter {
    cursor: pointer;
}

.ball-wrapper .program-date {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}


/* ---------------------------------
    Table
 ---------------------------------*/

.ball-wrapper .table th,
.ball-wrapper .table td {
    border: 1px solid #fff;
    white-space: nowrap;
    vertical-align: middle;
}

.ball-wrapper .table>:not(:last-child)>:last-child>* {
    border-bottom-color: #fff;
}

.ball-wrapper .table .thead-title {
    color: #fff;
    background-color: #dd3030;
}

.ball-wrapper .table .thead-title .box-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.ball-wrapper .table .thead-title .box-title img {
    margin-right: 10px;
    width: 30px;
    height: 30px;
}

.ball-wrapper .table .thead-topic {
    color: #000;
    background-color: #f1ba13;
}

.ball-wrapper .table .thead-title td,
.ball-wrapper .table .thead-topic th {
    font-weight: bold;
}

.ball-wrapper .table tbody tr {
    background-color: #f1f1f1;
}

.ball-wrapper .table .flag {
    width: 16px;
    height: 11px;
}

.ball-wrapper .table .team-deng {
    color: #ff0000;
    text-decoration: underline;
}

.ball-wrapper .table .score {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
}

.highlight-green {
            color: #28a745;
            font-weight: bold;
}

.highlight-red {
            color: #dc3545;
            font-weight: bold;
}

.highlight-yellow {
            color: #ffc107;
            font-weight: bold;
}

@media only screen and (max-width: 600px) {
    .league-team-name {
        display: none;
    }
}