
.flex-1 {
    flex: 1;
}


.filter .league-select {
    background: #1A1F30;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.filter .league-select-wrapper {
    background-color: #1A1F30;
}

.filter .league-select-wrapper i {
    right: .25rem;
}

.date-filter__date-picker {
    background: #1A1F30;
    cursor: pointer;
}

.date-filter__date-picker__left-icon {
    width: auto;
    height: 0.875rem;
}

.date-filter__date-picker__text {
    margin-left: 12px;
    color: #FFF;
    width: 100px;
    cursor: pointer;
    background: transparent;
    outline: none;
    border: none;
    font-size: 0.875rem;
}

.date-filter__date-picker__right-icon {
    color: #FFF;
}

.filter .recent-dates a:nth-child(1) {
    background: #2A3038;
}

.filter .recent-dates a:nth-child(2) {
    background: #2A3038;
}

.filter .recent-dates a:nth-child(3) {
    background: #43576A;
}

.filter .recent-dates a:nth-child(4) {
    background: #6E8398;
}

.filter .recent-dates a {
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    text-decoration: none;
    background: #6E8398;
}

.days-of-week {
    background: #1A1F30;
    border-top: solid 1px #FC3635;
}

.days-of-week a {
    text-decoration: none;
}

.days-of-week img {
    height: 60px;
    width: auto;
    object-fit: contain;
}

.item-match {
    background: #1A1F30;
    margin-top: 1px;
}

.item-match__header {
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.item-match__body {
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.item-match__options a {
    border: solid 1px #283138;
    color: #6B8595;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item-match__options a.active {
    color: #FFF;
    cursor: pointer;
    border: solid 1px #FFF;
}

.item-match__options a.active:hover {
    opacity: .7;
}

.item-match__options a:hover {
    color: #FFF;
    cursor: pointer;
    border: solid 1px #FFF;
}

.item-match__options a:last-child {
    border: none;
    color: #fff !important;
    background: #FC3635;
}

.item-match__options a:last-child:hover {
    opacity: .7;
}

.competition-logo {
    width: 2rem;
    height: 2rem;
    object-fit: contain;
}

.list-match .item-match:hover {
    background: #126ac3;
}
.end-0 {
    right: 15px !important;
}
@media(max-width: 1278px) {
    .item-match__options {
        position: static !important;
        width: 100%;
        justify-content: center;
        height: 0;
        overflow-y: hidden;

        -moz-transition: height .2s;
        -ms-transition: height .2s;
        -o-transition: height .2s;
        -webkit-transition: height .2s;
        transition: height .2s;
    }

    .item-match__options__toggle {
        display: flex !important;
    }

    .item-match__options__toggle:hover {
        background: #2a3248;
    }

    .item-match__options__toggle__icon {
        -moz-transition: transform .2s;
        -webkit-transition: transform .2s;
        transition: transform .2s;
    }

    .flip {
        transform: rotate(-180deg);
    }

    .item-match__options a:nth-child(2) {
        margin: 0 1rem !important;
    }
}

@media(max-width: 767px) {
    .list-match .item-match {
        font-size: .6875rem;
    }
}

.list-match .item-match .team__icon {
    background-color: #f2f3f92b;
    height: 2rem;
    width: 2rem;
    object-fit: contain;
}

.list-match .item-match .team__goal {
    text-align: left;
    width: 100px;
    background: #0c0d1a;
    border-radius: .5rem;
}

.odds-table {
    margin-top: 1rem;
}

.odds-table .header {
    color: rgba(255, 255, 255, .6);
    background: #1A1F30;
}

.odds-table .col1 {
    width: 100px;
}

.odds-table .col2 {
    width: 200px;
    border-left: solid 1px #384A63;
    border-right: solid 1px #384A63;
}

.odds-table .col3 {
    flex: 4;
}

.odds-table .col3_1 {
    flex: 1;
    padding: 0 .25rem;
}

.odds-table .col3_2 {
    flex: 1;
    padding: 0 .25rem;
}

.odds-table .col3_3 {
    flex: 1;
    padding: 0 .25rem;
}

.odds-table .col4 {
    flex: 4;
    border-left: solid 1px #384A63;
    border-right: solid 1px #384A63;
}

.odds-table .col4_1 {
    flex: 1;
    padding: 0 .25rem;
}

.odds-table .col4_2 {
    flex: 1;
    padding: 0 .25rem;
}

.odds-table .col4_3 {
    flex: 1;
    padding: 0 .25rem;
}

.odds-table .col5 {
    flex: 1.5;
}

.odds-table .league {
    background: #384154;
    color: #FFF;
    font-size: 1.125rem;
    text-transform: uppercase;
    padding: .5rem;
}

.odds-table .fixture .row1 {
    background: #212830;
}

.odds-table .fixture .row2 {
    background: #1D232C;
}

.odds-table .team {
    color: #FFF;
    font-size: 1rem;
}

.odds-table .home {
    color: #FC3635;
}

.odds-table .bet-link {
    background: #FC3635;
    color: #FFF;
    padding: .25rem 1rem;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: .25rem;
}

@media(max-width: 767px) {
    .odds-table .header {
        font-size: .75rem;
    }

    .odds-table .league {
        font-size: .875rem;
    }

    .odds-table .team {
        font-size: .75rem;
    }

    .odds-table .bet-link {
        padding: .125rem .5rem;
        font-size: .75rem;
        margin: 0 .25rem;
    }

    .odds-table .col1 {
        width: 60px;
    }

    .odds-table .col2 {
        width: 150px;
    }

    .odds-table .col3 {
        width: 220px;
        flex: none !important;
    }

    .odds-table .col4 {
        width: 220px;
        flex: none !important;
    }

    .odds-table .time {
        font-size: .875rem;
    }
}

.bxh .item-league {
    background: rgb(89, 89, 89);
}

.bxh .item-league.current {
    font-weight: bold;
    background: #FC3635;
}

.bxh .item-league:hover {
    opacity: .7;
}

.bxh .item-standing {
    background: #1A1F30;
    margin-top: 1px;
    cursor: pointer;
}

.bxh .items-standing:hover {
    background: #21273b;
}

.bxh .item-standing .team__icon {
    height: 2rem;
    width: 2rem;
    object-fit: contain;
}

.bxh .value {
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bxh .group {
    background: #21273b;
}

@media(max-width: 920px) {

    .bxh {
        font-size: 12px;
    }

    .bxh .value {
        width: 40px;
    }
}

div#paging {
    text-align: center;
    margin: 30px;
}

.paginationjs.paginationjs-theme-green .paginationjs-pages li {
    border-color: #fa3338 !important;
}
