/* .container-match {} */

    /* #main {
        min-height: calc(100vh - 183px);
    } */

    .container-match {
        display: flex;
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .match {
        flex: 0 0 70%;
        padding: 0 15px;
    }

    .content-match {
        /*height: 768px;*/
        /*overflow: scroll;*/
        border-bottom: 1px solid #cac6c6;
    }

    .banner-match {
        flex: 0 0 30%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .banner-match img {
    }

    .row-match {
        display: flex;
        border-top: 2px solid #b8dae3;
        /*background: #e3e4e8bd;*/
        z-index: -3;
    }

    .time-match {
        flex: 0 0 15%;
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-self: center;
        padding: 0 0 0 10px;
    }

    .time-match .date {
        flex: 0 0 100%;
        color: #807676;
        font-weight: 700;
        margin-bottom: 5px;
    }

    .time-match .time {
        flex: 0 0 100%;
        font-size: 18px;
        font-weight: 700;
    }

    .action-match {
        flex: 0 0 15%;
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        align-self: center;
        justify-content: center;
    }

    .detail-match {
        flex: 0 0 70%;
        text-align: center;
        align-items: center;
        position: relative;
        border-right: 1px solid #cac6c6;
        height: 100px;
        z-index: 1;
        color: #44485b;
        border-left: 1px solid #cac6c6;
    }

    .btn-thong-ke {
        background: #df6246;
        border-radius: 5px;
        width: 90px;
        text-align: center;
        padding: 5px 0;
        color: #fff;
        margin-bottom: 7px;
    }

    .btn-thong-ke:hover {
        background: #e83817;
        border-radius: 5px;
        text-align: center;
        padding: 5px 0;
        color: #fff;
        margin-bottom: 7px;
    }

    .btn-cuoc-ngay {
        background: #6c9821;
        border-radius: 5px;
        width: 90px;
        text-align: center;
        padding: 5px 0;
        color: #fff;
    }

    .btn-cuoc-ngay:hover {
        background: #5a8413;
        border-radius: 5px;
        text-align: center;
        padding: 5px 0;
        color: #fff;
    }

    .football {
        display: flex;
        padding: 0 20px;
    }

    .football-row-left {
        flex: 0 0 40%;
        font-weight: 700;
        text-align: left;
        text-transform: capitalize;
        font-size: 13px;
    }

    .football-row-center {
        flex: 0 0 20%;
        font-weight: 700;
        font-style: italic;
        padding-top: 6px;
    }

    .football-row-right {
        flex: 0 0 40%;
        font-weight: 700;
        text-align: right;
        text-transform: capitalize;
        font-size: 13px;
    }

    .tournaments {
        text-align: center;
        z-index: 2;
        text-transform: uppercase;
        font-size: 10px;
        font-weight: 700;
        max-width: 200px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        line-height: 1.2;
    }

    .tournaments:before {
        content: '';
        width: 215px;
        position: absolute;
        display: block;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
        border: solid #bdd8e1;
        border-left-color: transparent;
        border-width: 25px 10px 0px 10px;
        border-style: solid dashed;
        height: 0;
        overflow: hidden;
        border-right-color: transparent;
    }

    select.filter-league {
        padding: 7px 15px;
        border: 1px solid #cac6c6;
        margin-bottom: 15px;
        margin-left: 10px;
        width: 281px;
    }

    .football img {
        height: 30px;
        margin-top: -15px;
    }

    .football .rate {
        background: #48aac3;
        font-style: normal;
        color: #fff;
        padding: 5px 45px;
        border-radius: 5px;
    }

    .football-row-left img {
        padding-right: 10px;
    }

    .football-row-right img {
        padding-left: 10px;
    }

    .football-row-center .vs-center {
        margin-top: 5px;
        margin-bottom: 7px;
    }

    .title-match h1 {
        border-left: 5px solid #e5b76c;
        color: #44485b;
        font-weight: 700;
        font-size: 18px;
        /*background: #e3e4e8bd;*/
        padding: 15px 7px;
        margin-bottom: 15px;
    }

    .football-row-center .rate {
        padding: 5px 25px;
    }

    .-filter-list-match {
        margin-bottom: 15px;
        list-style: none;
        padding-left: 0;
    }

    .-filter-list-match li {
        display: inline-block;
        cursor: pointer;
        padding: 7px 15px;
        border: 1px solid #cac6c6;
        font-size: 14px;
    }

    .-filter-list-match li.active {
        border-color: #ffb700;
    }

    .-red {
        color: red;
    }

    .-minus {
        background-color: green !important;
    }