.tab{
    margin-bottom: 1rem;
}
.tablinks {
    display: inline-block;
    color: #6c6c6c;
    border: 1px solid #6c6c6c;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 3px;
    margin-right: 5px;
    font-size: 0.8em;
}
.tablinks.active {
    background: #5574a7;
    font-weight: bold;
    border: 1px solid #5574a7;
    color: #fff;
}
.tabcontent{
    overflow: auto;
    width: 100%;
}
._odds-table {
    border-collapse: collapse;
    border: 0;
    font-size: 11px;
    margin: 0;
    font-weight: 500;
}
._odds-table thead th {
    background: #5574a7;
    color: #fff;
    font-weight: 500;
    border-right: 1px solid #405c89;
    padding: 5px 3px;
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
tr._odd-league {
    font-weight: 600;
}
._odds-table thead th:first-child {
    text-align: left;
}
._odds-table thead th:last-child {
    border: none;
}
._odds-table tr._odd-league td {
    background: #b1b1b1;
    text-transform: uppercase;
}
#odd_live_unibet{
    display: none;
}
._odds-table td{
    padding: 5px 3px;
}
._odds-table.o-live td {
    background: #ffccbc;
    border-bottom: 1px solid #cea193;
}
._odds-table td.match-time {
    min-width: 45px;
    max-width: 45px;
    width: 45px;
}
._odds-table td.match-team, ._odds-table td.corner{
    border-right: 1px solid #cfc9c9;
}
._odds-table td.match-team{
    border-left: 1px solid #cfc9c9;
}
._odds-table.o-live td.match-team, ._odds-table.o-live td.corner{
    border-right: 1px solid #cea193;
}
._odds-table.o-live td.match-team{
    border-left: 1px solid #cea193;
}
._odds-table th, ._odds-table td {
    max-width: 110px;
    width: 110px;
    vertical-align: baseline;
}
._odds-table td.match-team {
    min-width: 175px;
    max-width: 175px;
    width: 175px;
}
._odds-table.o-live tr._odd-league td {
    border-bottom: 1px solid #cea193;
}
._odds-table td:last-child {
    border-right: 0 !important;
}
._odds-table .match-time span {
    display: block;
    text-align: center;
    line-height: 1.5em;
}
._odds-table .match-time .score {
    font-weight: 700;
    color: #a33834;
    max-width: 100%;
}
._odds-table .match-time .time {
    font-size: 0.95em;
}
._odds-table .match-team span {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}
._odds-table .match-team span.draw {
    color: #444;
    font-weight: 500;
}
._odds-table .odds_row {
    text-align: right;
}
._odds-table span.odd, ._odds-table .euro span.odd-v, ._odds-table .h-euro span.odd-v{
    font-weight: 600;
    background: #fbeeea;
    padding: 2px 3px;
    width: 35px;
    border-radius: 3px;
    margin: 0px 0px 5px 1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
._odds-table.o-live span.odd:last-child, ._odds-table .euro span.odd-v:last-child, ._odds-table.o-live .h-euro span.odd-v:last-child {
    margin-bottom: 0;
}
._odds-table.o-live span.odd, ._odds-table .euro span.odd-v, ._odds-table.o-live .h-euro span.odd-v{
    background: #f3d8cf;
}
span.odd-v {
    color: #a33834;
    font-weight: 600;
}
._odds-table.o-live span.odd.change {
    background: #ffaf96;
}
.odd i{
    font-style: normal;
}
.odd i.trend[data-val="1"]:before{
    content: "\25B2";
    color: #04b900;
    font-size: .6em;
    line-height: 1em;
    transform: translateY(-2px);
    display: inline-block;
    margin-left: 1px;
}
.odd i.trend[data-val="-1"]:before{
    content: "\25BC";
    color: #d50707;
    font-size: .6em;
    line-height: 1em;
    transform: translateY(-2px);
    display: inline-block;
    margin-left: 1px;
}
.euro .odds_row, .h-euro .odds_row{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
._odds-table:not(.o-live) tbody tr td {
    background: #e4e4e4;
}
._odds-table:not(.o-live) tbody tr:nth-child(even) td {
    background: #c6d4f1;
}
._odds-table tbody tr:not(._odd-league):hover td, ._odds-table tbody tr:not(._odd-league):nth-child(even):hover td {
    background: #f5eeb8;
}
._odds-table:not(.o-live) span.time {
    font-weight: 600;
    color: #a3383a;
}
._odds-table .match-time span.date {
    font-size: 0.95em;
}

.filter-nav {
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #9b9b9b;
    padding: 3px 10px;
    margin-right: 5px;
    cursor: pointer;
    color: #444;
    font-weight: 500;
}
.filter-nav.active, .filter-nav:hover {
    background: #8d8d8d;
    border-color: #8d8d8d;
    color: #fff;
}
._odds-filter {
    margin-bottom: 10px;
}
span.filter-nav.live:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #cf0000;
    display: inline-block;
    border-radius: 50%;
    transform: translateY(-2px);
    animation: liveIcon .7s linear infinite;
    margin-right: 5px;
}
.search-team {
    display: inline-block;
    position: relative;
}
.search-team i {
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    color: #6a6a6a;
    font-size: 1.3em;
}
._odds-content {
    font-size: 0.9em;
}
.odds-table-data .search-team input {
    outline: unset;
    padding: 0px 10px;
    width: 270px;
    border: 1px solid #9b9b9b;
    border-radius: 3px;
    height: 33px;
    margin: 0;
    font-size: 0.8em;
}
.progress {
    height: 0.7rem;
    background-color: #e9ecef;
    display: flex;
}
.progress-bar {
    width: 100%;
    background: linear-gradient(90deg,#f7b0b0,#ad6262 17%,#ad7070 34%,#a1a1a1 51%,#9b7474 68%,#767676 85%,#6e6e6e);
    background-size: 300% 100%;
    animation: progress 2s linear infinite;
    border-radius: 20px;
}
.loading {
    height: 90vh;
    width: 100%;
    background: #fff;
}
.loading img {
    background: #fff;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    width: 80px;
}
#odd_live_uni{
    display:none;
}

.selectBet{
    display:inline-block;
    float:right;
}
#betHouse {
    color: #6c6c6c;
    border: 1px solid #a5a5a5;
    padding: 6px 10px;
    cursor: pointer;
    border-radius: 4px;
    display: block;
    max-height: 35px;
    font-size: 0.8em;
}
.bet365{
    display:block;
}

.unibet{
    display:none;
}
.live:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #cf0000;
    display: inline-block;
    border-radius: 50%;
    transform: translateY(-2px);
    animation: liveIcon .7s linear infinite;
    margin-right: 5px;
}
@keyframes progress{
    0%{
        background-position: 100%
    }
    100%{
        background-position: 0
    }
}
@keyframes liveIcon {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@media screen and (max-width: 767px){
    .filter-nav {
        padding: 3px 7px;
        font-size: 0.95em;
    }
    ._odds-content {
        overflow-x: auto;
    }
    ._odds-table td.match-team {
        min-width: 120px;
        max-width: 120px;
        width: 120px;
    }
    ._odds-content {
        font-size: 0.9em;
    }
    ._odds-table td.match-time {
        min-width: 45px;
        max-width: 45px;
        width: 45px;
    }
    ._odds-table span.odd, ._odds-table .euro span.odd-v, ._odds-table .h-euro span.odd-v {
        padding: 2px 3px;
        width: 45px;
    }
    ._odds-table th, ._odds-table td {
        max-width: 90px;
        width: 90px;
        min-width: 75px;
        vertical-align: baseline;
    }
    ._odds-table th.uo, ._odds-table td.uo, ._odds-table th.corner, ._odds-table td.corner {
        min-width: 100px;
    }
    ._odds-table th.hdc, ._odds-table td.hdc {
        min-width: 100px;
    }
    .search-team {
        position: relative;
        margin-top: 5px;
        width: 100%;
    }
    .odds-table-data .search-team input {
        width: 100%;
    }
    .selectBet{
        margin:5px 0;
    }
}