.first-row-item {
    font-size: 14px;
    line-height: 130%;
    text-transform: capitalize;
    color: #f18a10
}

.first-row-center {
    font-size: 18px;
    line-height: 130%;
    text-transform: capitalize;
    color: #fff
}

.second-row-item {
    position: relative;
    text-align: center
}

.teamName.team-name-home {}

.teamName.team-name-away {}

.teamName {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: #fff
}

.team-logo {
    width: 32px;
    height: 32px
}

.boxinfo-minute {
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    color: #30af4a
}

.match-score {
    display: block
}

.match-score, .match-score>span {
    font-weight: 700;
    font-size: 28px;
    line-height: 130%;
    color: #4c5eff;
    background: #fff;
    border-radius: 40px;
    width: 80%;
    margin: 0 auto
}

.match-score-half {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #fff;
    display: block
}

.third-row-item {
    font-size: 14px;
    line-height: 130%;
    text-transform: capitalize;
    color: #fff
}

.match-tabs {
    margin-top: 20px;
    background: #fff;
    box-shadow: inset 0 -2px 0 #30af4a;
    padding-bottom: 2px;
    display: inline-block;
    width: max-content;
    min-width: 100%;
    overflow: hidden
}

.match-tab-link.active {
    color: #fff;
    font-weight: 700;
    background: #00603a
}

.match-tab-link {
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: #626262;
    padding: 10px 8px;
    background: #f5f5f5;
    border-radius: 8px 8px 0 0;
    display: inline-block
}

.listing-match {
    border: none
}

.listing-match .team-name {
    font-weight: 500;
    font-size: 12px;
    line-height: 22px
}

.listing-match .row-header {
    background: #626262;
    color: #fff
}

.listing-match td.no-border-bottom {
    border-bottom: none
}

.listing-match td.text-event-minute {
    border-bottom: none
}

.listing-match .td {
    border: none;
    padding: 8px 4px !important;
    border-bottom: 1px solid #f1f1f1;
    vertical-align: middle;
    line-height: 1 !important
}

.listing-match .td.no-border-bottom {
    border-bottom: none
}

.listing-match .td.text-event-minute {
    border-bottom: none
}

.listing-match .td.text-event-goal {
    background: #ef4123;
    color: #fff
}

.listing-match .minute-event {
    background: #edf2f7
}

.listing-match .home-event>img {
    float: right
}

.listing-match .away-event>span {
    float: right;
    text-align: right
}

.listing-match-note-wrap {
    padding: 16px
}

.listing-match-note>.wrap-note-item:last-of-type {
    margin-top: 8px
}

.listing-match-note>.wrap-note-item {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr
}

.listing-match-note {
    padding: 16px;
    background: #f7f7f7;
    border-radius: 8px
}

.listing-match-note-item>img {
    width: 14px;
    height: 14px
}

.listing-match-note-item {
    font-size: 12px;
    line-height: 18px;
    color: #5f6368
}

.table {
    width: 100%;
    display: table;
    border-collapse: collapse
}

.table .tr {
    display: table-row
}

.table .td {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    line-height: 1.42857;
    padding: 8px 5px
}

.section-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #333;
    padding: 7px 10px;
    display: block
}

.lineup-header-info {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr
}

.lineup-header-home, .lineup-header-away {
    padding: 8px 16px
}

.lineup-header-home>span, .lineup-header-away>span {
    display: block;
    vertical-align: super;
    margin: 0 16px
}

.lineup-header-home>.formation, .lineup-header-away>.formation {
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 3px;
    display: block
}

.lineup-header-away {
    text-align: right;
    background: #f60;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #fff
}

.lineup-header-home {
    text-align: left;
    background: #05903f;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px
}

.lineup-sub-wrap {
    width: 100%;
    color: #333;
    background-color: #fff
}

.sub-header {
    background: #f2f2f2;
    border-bottom: 1px solid #e0e0e0;
    box-shadow: inset 0 -1px 0 #eee;
    text-align: center;
    padding: 8px 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px
}

.sub-detail {
    display: grid;
    grid-template-columns: 1fr 1fr
}

.sub-header-home, .sub-header-away {
    padding: 8px 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    box-shadow: inset 0 -1px 0 #ebebeb
}

.lineup-team-name {
    display: inline-block;
    vertical-align: super;
    margin: 0 8px
}

.player-name-wrap {
    box-shadow: inset 0 -1px 0 #f5f5f5;
    padding: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-transform: capitalize;
    color: #000;
    display: inline-flex
}

.player-no {
    margin: 0 8px;
    width: 20px;
    display: inline-block
}

.sub-detail {
    border: 1px solid #e0e0e0
}

.substitutes-list-home {
    border-right: 1px solid #e0e0e0
}

.match-team-stats-wrap {
    border: 1px solid #e0e0e0;
    display: grid;
    grid-template-columns: 1fr
}

.match-team-stats {}

.team-stats-header {
    background: #626262;
    padding: 8px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #fff
}

.team-stats-home {
    width: 28%;
    display: inline-block
}

.team-stats-away {
    width: 28%;
    display: inline-block
}

.team-stats-center {
    width: 42%;
    display: inline-block
}

.team-stats-item:last-of-type {
    border-bottom: none
}

.team-stats-item .team-stats-center {
    font-weight: 600
}

.team-stats-item {
    padding: 8px;
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    color: #333;
    font-weight: 500
}

.seasons-stats-wrap {
    text-align: center;
    background: #626262;
    color: #fff
}

.header-empty {
    border-right: 1px solid #b3b3b3
}

.season-stats-header {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    display: grid;
    grid-template-columns: 3fr 6fr 6fr
}

.stats-team-name.home-stats {
    padding: 3px;
    background: #05903f;
    box-shadow: inset 0 -1px 0 #b3b3b3;
    display: block
}

.stats-team-name.away-stats {
    padding: 3px;
    color: #fff;
    background: #f60;
    box-shadow: inset 0 -1px 0 #b3b3b3;
    display: block
}

.stats-team-ha-header {
    display: grid;
    grid-template-columns: 1fr 1fr
}

.stats-team-ha {
    border-right: 1px solid #b3b3b3;
    padding: 3px
}

.season-stats-body {
    background: #fff;
    color: #333;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px
}

.season-stats-item {
    display: grid;
    grid-template-columns: repeat(5, 3fr)
}

.stats-key {
    border-right: 1px solid #b3b3b3;
    border-left: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    padding: 8px
}

.stats-val {
    border-right: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    padding: 8px
}

.match-standing-wrap {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 16px;
    text-align: center
}

.match-standing-name {
    padding: 14px
}

.standing-team-name {
    display: inline-block;
    vertical-align: super;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #333
}

.standing-team-position {
    display: inline-block;
    vertical-align: super;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #333
}

.match-standing-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding: 8px;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #e0e0e0;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    color: #333
}

.standing-header {
    background: #626262 !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    line-height: 22px !important;
    color: #fff !important
}

.standing-text-red {
    color: #eb5757
}

.match-next-wrap {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 24px;
    text-align: center
}

.match-next-name {
    padding: 14px
}

.next-team-name {
    display: inline-block;
    vertical-align: super;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #333
}

.next-team-position {
    display: inline-block;
    vertical-align: super;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #333
}

.match-next-row {
    display: grid;
    grid-template-columns: 3fr 2fr 2fr 2fr 2fr;
    padding: 8px;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #e0e0e0;
    font-weight: 500;
    font-size: 12px !important;
    line-height: 22px !important;
    color: #333
}

.next-header>.match-next-title-mb {
    font-size: 10px !important
}

.next-header {
    background: #f2f2f2;
    font-weight: 700 !important;
    font-size: 12px !important;
    line-height: 22px !important;
    color: #333
}

.next-text-red {
    color: #eb5757
}

.next-header-lineup {
    background: rgba(48, 175, 74, .16);
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #333
}

.next-header-lineup-sub {
    background: #f2f2f2;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #333
}

.match-next-row-lineup {
    padding: 8px;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #e0e0e0;
    text-align: left
}

.match-last-lineup {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: left;
    border: 1px solid #e0e0e0
}

.lineup-player-wrap {
    padding: 8px
}

.lineup-player-position {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #053
}

.lineup-player-number {
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    color: #333;
    margin: 0 5px;
    padding: 6px 10px;
    background: #f2f2f2;
    border-radius: 40px
}

.lineup-player-name {
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    max-width: 60%
}

.match-result-stats-header {
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    color: #333;
    padding: 7px;
    display: grid;
    grid-template-columns: 6fr;
    background: #f2f2f2;
    border-bottom: 1px solid #e0e0e0
}

.match-result-stats-header-side, .match-result-stats-header-center {
    text-align: center
}

.match-result-stats-body {
    display: grid;
    grid-template-columns: 1fr;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #e0e0e0
}

.match-result-stats-body-total {
    display: grid;
    grid-template-columns: 3fr 1fr 3fr
}

.team-stats-item-wrap.home-team {
    display: grid;
    grid-template-columns: 4fr 6fr;
    padding: 8px 0
}

.team-stats-item-wrap.away-team {
    display: grid;
    grid-template-columns: 6fr 4fr;
    padding: 8px 0
}

.team-stats-showbar-center {
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #333;
    background: #ebf1ef;
    padding: 7px;
    border-bottom: 1px solid #e0e0e0
}

.team-stats-percent {
    font-weight: 600
}

.team-stats-count {
    font-weight: 400
}

.match-next-row-current-stats {
    display: grid;
    grid-template-columns: 3fr 2fr 2fr 2fr 2fr 2fr 2fr 2fr 2fr 2fr;
    padding: 8px;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #e0e0e0;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    color: #333
}

.live-odds-title>* {
    display: inline-block
}

.select-bet-company {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #333;
    appearance: auto;
    padding: 7px;
    width: 100%;
    border: 1px solid #969696;
    border-radius: 4px;
    margin-bottom: 10px
}

.odds-data-type-desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #333
}

.odds-data-type {
    border: 1px solid #e0e0e0;
    width: 24px;
    height: 16px;
    display: inline-block
}

.oddsTable {
    border-collapse: collapse;
    width: 100%
}

.oddsTable thead {
    background: #626262;
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
    color: #fff
}

.oddsTable td, .oddsTable th {
    border: 1px solid #b3b3b3;
    vertical-align: middle
}

.oddsTable .fx-blue {
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
    color: #053
}

.oddsTable tbody td {
    padding: 3px 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    color: #333;
    text-align: center
}

.border-right {
    border-left: none !important;
    border-right: 1px solid #b3b3b3
}

.border-none {
    border-left: none !important;
    border-right: none !important
}

.bg-odds-live {
    background: #ecf9ee
}

.bg-odds-live-lastest {
    background: #fafccd
}

.bet365-corner-table {
    text-align: center
}

.bet-corner-header {
    background: #539f45;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    padding: 8px
}

.bet-corner-body {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #e0e0e0
}

.bet-corner-value-title {
    font-weight: 700 !important;
    background: #f7f7f7
}

.bet-corner-value {
    padding: 8px;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    color: #333
}

.match-goal-detail-desc {
    text-align: center;
    padding: 8px
}

.match-goal-detail-img {
    display: inline-block;
    width: 24px;
    height: 16px
}

.match-goal-detail-detail {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #333;
    margin-left: 10px
}

.goal-detail-number-match {
    background: #f5f5f5;
    border-radius: 40px;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 16px
}

.choose-number-match.active {
    color: #fff;
    background: #053
}

.choose-number-match {
    padding: 12px 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #333;
    border-radius: 40px;
    display: inline-block
}

.dropdown {
    width: 155px;
    height: 32px;
    background: #fff;
    border-radius: 4px;
    position: relative;
    display: inline-block
}

.dropdown .dropbtn {
    height: 32px;
    width: 100%;
    color: #000;
    padding: 8px 16px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px
}

.dropdown .dropbtn svg {
    margin-left: 5px
}

.dropdown .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100px;
    width: 100%;
    z-index: 1;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 4px rgb(0 0 0/25%);
    border-radius: 8px;
    padding: 16px
}

.dropdown .dropdown-content a {
    color: #000;
    padding: 12px 16px;
    text-decoration: none;
    display: block
}

.dropdown .dropdown-content a:hover {
    background-color: rgba(0, 0, 0, .2)
}

.dropdown:hover .dropdown-content {
    display: block
}

.dropdown:hover .dropbtn {
    background-color: rgba(229, 230, 232, .2)
}

.bet-company-label {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #333;
    margin-left: 10px
}

.bg-gray {
    background: #f9f9f9
}

.match-h2h-header {
    padding: 6px 16px;
    background: #f2f2f2;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr
}

.h2h-select-top {
    appearance: auto;
    padding: 7px 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #333;
    background: #fff;
    border-radius: 4px;
    border: none
}

.h2h-team {
    margin-top: 5px
}

.h2h-team .teamLogo, .h2h-team .h2h-team-name, .h2h-checkbox-wrap>input {
    display: inline-block;
    vertical-align: middle
}

.h2h-team .h2h-team-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #333
}

.h2h-checkbox-wrap {
    text-align: center;
    margin-top: 7px
}

.h2h-checkbox-wrap label {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #333;
    margin-left: 5px;
    margin-right: 16px;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase
}

.h2h-title {
    display: grid;
    grid-template-columns: 2fr 4fr repeat(6, 1fr);
    background: #626262;
    padding: 10px 5px;
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    gap: 5px
}

.h2h-title-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3px
}

.h2h-title-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 4px
}

.h2h-select {
    appearance: auto;
    padding: 3px 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #333;
    background: #fff;
    border-radius: 4px;
    border: none
}

.h2h-title-text {
    display: inline-block
}

.h2h-row-data {
    display: grid;
    grid-template-columns: 2fr 4fr repeat(6, 1fr);
    background: #fff;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #e0e0e0;
    padding: 8px 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    color: #333;
    text-align: center
}

.h2h-draw, .h2h-lose, .h2h-win {
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    display: inline-block;
    padding: 2px 9px;
    border-radius: 2px;
    height: 24px;
    align-self: center
}

.h2h-draw {
    background: #0b71f9
}

.h2h-lose {
    background: #ef5350
}

.h2h-win {
    background: #30af4a
}

.h2h-data-text {
    display: inline-block;
    vertical-align: middle
}

.mb-20 {
    margin-bottom: 20px
}

.compare-data-select-number-match {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #333;
    appearance: auto;
    padding: 7px;
    border: 1px solid #bdbdbd;
    border-radius: 4px
}

.compare-data-header {
    background: #539f45;
    padding: 3px 0;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    display: grid;
    grid-template-columns: 5fr repeat(15, 2fr)
}

.compare-data-title {
    align-self: center
}

.compare-data-row {
    display: grid;
    grid-template-columns: 5fr repeat(15, 2fr);
    background: #fff;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #e0e0e0;
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    color: #333
}

.compare-data-value {
    padding: 8px 0
}

.compare-data-value-team-home {
    background: #05903f;
    font-weight: 700
}

.compare-data-value-team-away {
    background: #f60;
    font-weight: 700;
    color: #fff
}

.match-statistic-row {
    display: grid;
    grid-template-columns: 2fr 1fr 5fr;
    padding: 8px;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #e0e0e0;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    color: #333
}

.match-standing-title {
    align-self: center
}

.statistic-header-bottom, .statistic-data-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

.match-odds-history-row {
    display: grid;
    grid-template-columns: 2fr 3fr 3fr 2fr 3fr 2fr 2fr;
    padding: 8px;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #e0e0e0;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    color: #333
}

.match-goal-h1h2-row {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    padding: 8px;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #e0e0e0;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    color: #333
}

.match-taixiu-chanle-row {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding: 8px;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #e0e0e0;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    color: #333
}

.match-goal-time-row {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    padding: 8px;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #e0e0e0;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    color: #333
}

.match-miss-player-row {
    padding: 8px;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #e0e0e0;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    color: #333
}

.match-miss-player-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr
}

.match-goal-diff {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-width: 1px;
    border-style: solid;
    border-color: #e0e0e0;
    border-radius: 8px;
    padding: 10px 0
}

.match-goal-diff-body-total {
    display: grid;
    grid-template-columns: 3fr 3fr
}

.match-goal-diff-title {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    text-transform: capitalize;
    color: #333;
    padding-top: 5px
}

.btn-player-statistic.active, .btn-player-statistic-away.active {
    font-weight: 700;
    color: #fff;
    background: #30af4a
}

.btn-player-statistic:first-of-type, .btn-player-statistic-away:first-of-type {
    border-radius: 8px 0 0 8px
}

.btn-player-statistic:last-of-type, .btn-player-statistic-away:last-of-type {
    border-radius: 0 8px 8px 0
}

.btn-player-statistic, .btn-player-statistic-away {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    text-transform: capitalize;
    color: #626262;
    display: table-cell;
    padding: 10px;
    background: #f2f2f2;
    cursor: pointer
}

.player-statistic-table td, .player-statistic-table th, .player-statistic-table-away td, .player-statistic-table-away th {
    padding: 11px 5px
}

.btn-odds-type.active {
    color: #fff;
    background: #30af4a
}

.btn-odds-type {
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    color: #626262;
    text-align: center;
    display: inline-block;
    padding: 10px 16px;
    background: #f2f2f2;
    cursor: pointer;
    border-radius: 4px
}

.btn-odds-bet-company.active {
    color: #fff;
    background: #30af4a
}

.btn-odds-bet-company {
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    color: #626262;
    text-align: center;
    display: table-cell;
    padding: 10px 16px;
    background: #f2f2f2;
    cursor: pointer
}

.btn-odds-bet-company:first-of-type {
    border-radius: 8px 0 0 8px
}

.btn-odds-bet-company:last-of-type {
    border-radius: 0 8px 8px 0
}

.btn-odds-ftht.active {
    color: #fff;
    background: #30af4a
}

.btn-odds-ftht {
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    color: #626262;
    text-align: center;
    display: table-cell;
    padding: 10px 20px;
    background: #f2f2f2;
    cursor: pointer
}

.btn-odds-ftht:first-of-type {
    border-radius: 8px 0 0 8px
}

.btn-odds-ftht:last-of-type {
    border-radius: 0 8px 8px 0
}

.btn-odds-liveodds.active {
    color: #fff;
    background: #30af4a
}

.btn-odds-liveodds {
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    color: #626262;
    text-align: center;
    display: table-cell;
    padding: 10px 20px;
    background: #f2f2f2;
    cursor: pointer
}

.btn-odds-liveodds:first-of-type {
    border-radius: 8px 0 0 8px
}

.btn-odds-liveodds:last-of-type {
    border-radius: 0 8px 8px 0
}

.odds-3in1-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 16px
}

.odds-3in1-header {
    background: #626262;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    padding: 8px
}

.odds-3in1-data-row {
    display: grid;
    grid-template-columns: 2fr 3fr 9fr 5fr;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    color: #333;
    padding: 8px 0;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #e0e0e0
}

.text-red {
    color: #eb5757
}

.text-up {
    color: #30af4a !important
}

.text-up::after {
    content: url(../../../img/Vector-up.png)
}

.text-down {
    color: #eb5757 !important
}

.text-down::after {
    content: url(../../../img/Vector-down.png)
}

.odds-asia-detail {
    border-collapse: collapse;
    width: 100%
}

.odds-asia-detail thead th {
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
    align-items: center;
    text-align: center;
    color: #fff;
    padding: 8px 0;
    background: #539f45
}

.odds-asia-detail tbody td {
    border: 1px solid #e0e0e0;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #333;
    padding: 8px 0
}

.text-bglive {
    background: #fafccd
}

.text-bgrunning {
    background: #ecf5ee
}

.text-bginitial {
    background: #faf0ee
}

.btn-odds-type-1x2.active {
    color: #fff;
    background: #30af4a
}

.btn-odds-type-1x2 {
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    color: #626262;
    text-align: center;
    display: table-cell;
    padding: 10px 20px;
    background: #f2f2f2;
    cursor: pointer
}

.btn-odds-type-1x2:first-of-type {
    border-radius: 8px 0 0 8px
}

.btn-odds-type-1x2:last-of-type {
    border-radius: 0 8px 8px 0
}

.bet-company-name {
    font-weight: 600 !important;
    font-size: 13px !important;
    line-height: 22px !important;
    color: #053 !important
}

.box-odds-header {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px
}

.box-odds-title.title-top {
    display: grid;
    grid-template-columns: 2fr 3fr 3fr 3fr
}

.box-odds-title.title-bottom {
    display: grid;
    grid-template-columns: repeat(6, 1fr)
}

.box-odds-title>div {
    padding: 6px;
    height: 100%;
    font-size: 12px
}

.box-odds-title {
    background: #626262;
    box-shadow: inset 0 -1px 0 #b3b3b3;
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    align-items: center;
    text-align: center;
    color: #fff
}

.box-odds-body {
    width: 100%;
    margin: 0 auto
}

.box-odds-body-row {
    display: grid;
    grid-template-columns: 2fr 3fr 3fr 3fr;
    border-bottom: 1px solid #b3b3b3
}

.box-body-item>div>span {
    margin: 2px 0;
    font-size: 12px
}

.box-body-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    border-right: 1px solid #b3b3b3;
    padding: 2px
}

.box-odds-body-header {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    background: #626262
}

.odds-value-wrap>div {
    border-bottom: 1px solid #e0e0e0;
    padding: 4px
}

.odds-value-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    border-width: 0 1px 0;
    border-style: solid;
    border-color: #e0e0e0;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #333
}

.odds-liveodds-1x2, .odds-liveodds-tx {
    display: none
}

#stadium .pitch-container .pitch-field {
    /*width: 89vw !important;*/
    /*height: 78vw !important*/
}

#stadium .pitch-container {
    /*min-height: 180vw !important*/
}

#live-match #stadium .pitch-container .pitch {
    /*height: 180vw !important*/
}

#stadium .pitch-container .pitch-field {
    transform-origin: 50% 55% !important
}

.btn-odds-teamstats.active {
    color: #fff;
    background: #30af4a
}

.btn-odds-teamstats {
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    color: #626262;
    text-align: center;
    display: table-cell;
    padding: 10px 20px;
    background: #f2f2f2;
    cursor: pointer
}

.btn-odds-teamstats:first-of-type {
    border-radius: 8px 0 0 8px
}

.btn-odds-teamstats:last-of-type {
    border-radius: 0 8px 8px 0
}

.btn-odds-compare-odds.active {
    color: #fff;
    background: #30af4a
}

.btn-odds-compare-odds {
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    color: #626262;
    text-align: center;
    display: table-cell;
    padding: 10px 20px;
    background: #f2f2f2;
    cursor: pointer
}

.btn-odds-compare-odds:first-of-type {
    border-radius: 8px 0 0 8px
}

.btn-odds-compare-odds:last-of-type {
    border-radius: 0 8px 8px 0
}

.compare-odds-value-1x2, .compare-odds-value-tx {
    display: none
}

.btn-odds-statistic-asia.active .standing-team-name {
    color: #fff !important
}

.btn-odds-statistic-asia.active {
    color: #fff !important;
    background: #30af4a
}

.btn-odds-statistic-asia {
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    color: #626262;
    text-align: center;
    display: table-cell;
    padding: 10px 20px;
    background: #f2f2f2;
    cursor: pointer
}

.btn-odds-statistic-asia:first-of-type {
    border-radius: 8px 0 0 8px
}

.btn-odds-statistic-asia:last-of-type {
    border-radius: 0 8px 8px 0
}

.btn-odds-statistic-asia-type.active .standing-team-name {
    color: #fff !important
}

.btn-odds-statistic-asia-type.active {
    color: #fff !important;
    background: #30af4a
}

.btn-odds-statistic-asia-type {
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    color: #626262;
    text-align: center;
    display: table-cell;
    padding: 10px 20px;
    background: #f2f2f2;
    cursor: pointer
}

.btn-odds-statistic-asia-type:first-of-type {
    border-radius: 8px 0 0 8px
}

.btn-odds-statistic-asia-type:last-of-type {
    border-radius: 0 8px 8px 0
}

.hidden {
    display: none !important
}

.match-tab-data {
    font-size: 12px !important
}

body#Football .gameBox .header .match-tools {
    position: absolute;
    right: 0;
    top: 0;
}
body#Football .gameBox .header {
    height: 60px;
}
