@keyframes react-loading-skeleton {
    to {
        transform: translate(100%)
    }
}

.react-loading-skeleton {
    --base-color: #ebebeb;
    --highlight-color: #f5f5f5;
    --animation-duration: 1.5s;
    --animation-direction: normal;
    --pseudo-element-display: block;
    background-color: var(--base-color);
    width: 100%;
    border-radius: .25rem;
    display: inline-flex;
    line-height: 1;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
    overflow: hidden
}

.react-loading-skeleton:after {
    content: " ";
    display: var(--pseudo-element-display);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-image: var( --custom-highlight-background, linear-gradient( 90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100% ) );
    transform: translate(-100%);
    animation-name: react-loading-skeleton;
    animation-direction: var(--animation-direction);
    animation-duration: var(--animation-duration);
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite
}

@media (prefers-reduced-motion) {
    .react-loading-skeleton {
        --pseudo-element-display: none
    }
}

:root {
    --detail-text-color: #fff;
    --detail-text-live-color: #F34C4C;
    --detail-text-leagues-color: #D0E4F7;
    --detail-bg-color: #3B454E;
    --detail-text-home-color: #13E281;
    --detail-text-draw-color: #D0E4F7;
    --detail-text-away-color: #F34C4C
}

.embed-fixture {
    font-size: var(--fixture-font-size-body);
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    font-family: ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box
}

@media (max-width: 991px) {
    .embed-fixture {
        font-size:.775rem
    }
}

@media (max-width: 768px) {
    .embed-fixture {
        font-size:.775rem
    }
}

@media (max-width: 374px) {
    .embed-fixture {
        font-size:.675rem
    }
}

.embed-fixture .fixture-container {
    max-width: 1200px;
    width: 100%
}

.embed-fixture .fixture-w-full {
    width: 100%
}

.embed-fixture .fixture-w-5 {
    width: 5%
}

.embed-fixture .fixture-w-10 {
    width: 10%
}

.embed-fixture .fixture-w-15 {
    width: 15%
}

.embed-fixture .fixture-w-20 {
    width: 20%
}

.embed-fixture .fixture-w-25 {
    width: 25%
}

.embed-fixture .fixture-w-30 {
    width: 30%
}

.embed-fixture .fixture-w-35 {
    width: 35%
}

.embed-fixture .fixture-w-40 {
    width: 40%
}

.embed-fixture .fixture-w-45 {
    width: 45%
}

.embed-fixture .fixture-w-50 {
    width: 50%
}

.embed-fixture .fixture-w-55 {
    width: 55%
}

.embed-fixture .fixture-w-60 {
    width: 60%
}

.embed-fixture .fixture-w-65 {
    width: 65%
}

.embed-fixture .fixture-w-70 {
    width: 70%
}

.embed-fixture .fixture-w-75 {
    width: 75%
}

.embed-fixture .fixture-w-80 {
    width: 80%
}

.embed-fixture .fixture-w-85 {
    width: 85%
}

.embed-fixture .fixture-w-90 {
    width: 90%
}

.embed-fixture .fixture-w-95 {
    width: 95%
}

.embed-fixture .fixture-w-100 {
    width: 100%
}

.embed-fixture .fixture-w-full-important {
    width: 100%!important
}

.embed-fixture .fixture-h-full {
    height: 100%
}

.embed-fixture .fixture-hidden {
    visibility: hidden
}

.embed-fixture .fixture-none {
    display: none!important
}

.embed-fixture .fixture-flex {
    display: flex
}

.embed-fixture .fixture-flex-1 {
    flex: 1 1 0%
}

.embed-fixture .fixture-flex-col {
    flex-direction: column
}

.embed-fixture .fixture-flex-wrap {
    flex-wrap: wrap
}

.embed-fixture .fixture-flex-nowrap {
    flex-wrap: nowrap
}

.embed-fixture .fixture-items-center {
    align-items: center
}

.embed-fixture .fixture-items-flex-end {
    align-items: flex-end
}

.embed-fixture .fixture-items-flex-start {
    align-items: flex-start
}

.embed-fixture .fixture-justify-end {
    justify-content: flex-end
}

.embed-fixture .fixture-justify-start {
    justify-content: flex-start
}

.embed-fixture .fixture-justify-center {
    justify-content: center
}

.embed-fixture .fixture-flex-row-reverse {
    flex-direction: row-reverse
}

.embed-fixture .fixture-flex-row {
    flex-direction: row
}

.embed-fixture .fixture-justify-between {
    justify-content: space-between
}

.embed-fixture .fixture-justify-evenly {
    justify-content: space-evenly
}

.embed-fixture .fixture-whitespace-nowrap {
    white-space: nowrap
}

.embed-fixture .fixture-text-center {
    text-align: center
}

.embed-fixture .fixture-text-left {
    text-align: left
}

.embed-fixture .fixture-text-right {
    text-align: right
}

.embed-fixture .fixture-m-auto {
    margin: auto
}

.embed-fixture .fixture-mx-auto {
    margin: 0 auto
}

.embed-fixture .fixture-my-auto {
    margin: auto 0
}

.embed-fixture .fixture-cursor-pointer {
    cursor: pointer
}

.embed-fixture .fixture-relative {
    position: relative
}

.embed-fixture .fixture-absolute {
    position: absolute
}

.embed-fixture .fixture-fixed {
    position: fixed
}

.embed-fixture .fixture-sticky {
    position: sticky
}

.embed-fixture .fixture-t-0 {
    top: 0
}

.embed-fixture .fixture-r-0 {
    right: 0
}

.embed-fixture .fixture-b-0 {
    bottom: 0
}

.embed-fixture .fixture-l-0 {
    left: 0
}

.embed-fixture .fixture-m-0 {
    margin: 0
}

.embed-fixture .fixture-m-2 {
    padding: 2px
}

.embed-fixture .fixture-m-4 {
    padding: 4px
}

.embed-fixture .fixture-m-6 {
    padding: 6px
}

.embed-fixture .fixture-m-8 {
    padding: 8px
}

.embed-fixture .fixture-m-10 {
    padding: 10px
}

.embed-fixture .fixture-p-0 {
    padding: 0
}

.embed-fixture .fixture-p-2 {
    padding: 2px
}

.embed-fixture .fixture-p-4 {
    padding: 4px
}

.embed-fixture .fixture-p-6 {
    padding: 6px
}

.embed-fixture .fixture-p-8 {
    padding: 8px
}

.embed-fixture .fixture-p-10 {
    padding: 10px
}

.embed-fixture input[type=text]::placeholder {
    color: var(--fixture-input-placehover-color)
}

.embed-fixture .fixture-user-none {
    -webkit-user-select: none;
    user-select: none
}

.embed-fixture .fixture-overflow-hidden {
    overflow: hidden
}

.embed-fixture .fixture-overflow-scroll {
    overflow: scroll
}

.embed-fixture .fixture-overflow-auto {
    overflow: auto
}

.embed-fixture .fixture-gap-0 {
    gap: 0
}

.embed-fixture .fixture-gap-1 {
    gap: 1px
}

.embed-fixture .fixture-gap-2 {
    gap: 2px
}

.embed-fixture .fixture-gap-3 {
    gap: 3px
}

.embed-fixture .fixture-gap-4 {
    gap: 4px
}

.embed-fixture .fixture-gap-5 {
    gap: 5px
}

.embed-fixture .fixture-gap-6 {
    gap: 6px
}

.embed-fixture .fixture-gap-7 {
    gap: 7px
}

.embed-fixture .fixture-gap-8 {
    gap: 8px
}

.embed-fixture .fixture-gap-9 {
    gap: 9px
}

.embed-fixture .fixture-gap-10 {
    gap: 10px
}

.embed-fixture .fixture-gap-12 {
    gap: 12px
}

.embed-fixture .fixture-transition-0\.3 {
    transition: .3s
}

.embed-fixture .fixture-list-style-none {
    list-style: none
}

.embed-fixture .fixture-font-semibold {
    font-weight: 700
}

.embed-fixture .fixture-font-bold {
    font-weight: 600
}

.embed-fixture .fixture-font-italic {
    font-style: italic
}

.embed-fixture .fixture-up {
    color: green
}

.embed-fixture .fixture-down {
    color: red
}

.embed-fixture .fixture-splash svg {
    height: 100px;
    background: transparent
}

.embed-fixture .fixture-splash svg path {
    animation-duration: 1s;
    animation-name: pulse;
    animation-iteration-count: infinite;
    color: var(--odd-splash-color)
}

.embed-fixture .fixture-splash svg path.path-7 {
    animation-delay: -1s
}

.embed-fixture .fixture-splash svg path.path-6 {
    animation-delay: -.875s
}

.embed-fixture .fixture-splash svg path.path-5 {
    animation-delay: -.75s
}

.embed-fixture .fixture-splash svg path.path-4 {
    animation-delay: -.625s
}

.embed-fixture .fixture-splash svg path.path-3 {
    animation-delay: -.5s
}

.embed-fixture .fixture-splash svg path.path-2 {
    animation-delay: -.375s
}

.embed-fixture .fixture-splash svg path.path-1 {
    animation-delay: -.25s
}

.embed-fixture .fixture-splash svg path.path-0 {
    animation-delay: -.125s
}

@keyframes pulse {
    0% {
        opacity: .1
    }

    30% {
        opacity: .8
    }

    to {
        opacity: .1
    }
}

@keyframes blink {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.embed-fixture .fixture-component {
    box-sizing: content-box
}

.embed-fixture .fixture-component__dropdown {
    position: relative;
    padding: 8px 0
}

.embed-fixture .fixture-component__dropdown__title {
    box-sizing: border-box;
    cursor: pointer;
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    font-size: 16px;
    color: #333;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="gray"><path d="M4 6l4 4 4-4z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
    min-width: 200px
}

@media (max-width: 768px) {
    .embed-fixture .fixture-component__dropdown__title {
        width:100px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal
    }
}

.embed-fixture .fixture-component__dropdown__title:focus {
    border-color: #1b60b9;
    outline: none
}

.embed-fixture .fixture-component__dropdown__list {
    position: fixed;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease;
    z-index: 10000000;
    height: 200px;
    overflow-x: auto;
    width: max-content;
    box-sizing: border-box
}

@media (max-width: 768px) {
    .embed-fixture .fixture-component__dropdown__list {
        width:95%
    }
}

.embed-fixture .fixture-component__dropdown__list.active {
    opacity: 1;
    visibility: visible
}

.embed-fixture .fixture-component__dropdown__list__item {
    padding: 8px;
    cursor: pointer;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.embed-fixture .fixture-component__dropdown__list__item:hover,.embed-fixture .fixture-component__dropdown__list__item.active {
    background: #f5f5f5
}

.fixture_detail_header {
    color: var(--detail-text-color)
}

.fixture_detail_header .fixture-detail-container__header {
    width: 100%;
    gap: 8px;
    padding: 30px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 130px
}

.fixture_detail_header .fixture-detail-container__header__wrapper {
    width: 100%
}

.fixture_detail_header .fixture-detail-container__header__wrapper>* {
    width: 33.3333333333%;
    align-self: center;
    text-align: center
}

.fixture_detail_header .fixture-detail-container__header .header-team {
    font-size: 25px
}

@media (max-width: 768px) {
    .fixture_detail_header .fixture-detail-container__header .header-team {
        font-size:14px
    }

    .fixture_detail_header .fixture-detail-container__header .header-team img {
        width: 30px;
        height: 30px
    }

    .fixture_detail_header .fixture-detail-container__header .header-team div {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        font-weight: 700;
        width: 90px
    }
}

.fixture_detail_header .fixture-detail-container__header .header-time__league {
    color: var(--detail-text-leagues-color)
}

.fixture_detail_header .fixture-detail-container__header .header-time__time {
    font-size: 50px
}

@media (max-width: 768px) {
    .fixture_detail_header .fixture-detail-container__header .header-time__time {
        font-size:30px
    }
}

.fixture_detail_header .fixture-detail-container__header .header-time__live {
    color: var(--detail-text-live-color)
}

.fixture_detail_odd .fixture-detail-container__header {
    background-color: var(--detail-bg-color);
    color: var(--detail-text-color);
    width: 100%
}

.fixture_detail_odd .fixture-detail-container__content {
    background-color: #1e2329;
    color: var(--detail-text-color);
    border-bottom: 1px solid #1E2329
}

.fixture_detail_odd .fixture-detail-container .detail-table-odd__child {
    width: calc((100% - 80px) / 3);
    text-align: center;
    padding: 10px;
    gap: 8px
}

@media (max-width: 768px) {
    .fixture_detail_odd .fixture-detail-container .detail-table-odd__child {
        flex-direction:column
    }
}

.fixture_detail_odd .fixture-detail-container .detail-table-odd__child.detail-title {
    width: 80px;
    text-align: left
}

.fixture_detail_odd .fixture-detail-container .detail-table-odd__child>* {
    padding: 3px 10px;
    min-width: 50px;
    background-color: var(--detail-bg-color)
}

.fixture_detail_odd .fixture-detail-container .detail-table-odd__child>*.detail-home {
    color: var(--detail-text-home-color)
}

.fixture_detail_odd .fixture-detail-container .detail-table-odd__child>*.detail-draw {
    color: var(--detail-text-draw-color)
}

.fixture_detail_odd .fixture-detail-container .detail-table-odd__child>*.detail-away {
    color: var(--detail-text-away-color)
}

.fixture_detail_iframe .fixture-detail-container__header {
    background-color: var(--detail-bg-color);
    color: var(--detail-text-live-color);
    padding: 10px 0
}

.fixture_detail_iframe .fixture-detail-container__iframe iframe {
    width: 100%;
    height: 65vh
}

.body-detail-match {
    margin: 0
}

.fixture_detail_match {
    max-width: 1400px;
    margin: auto;
    display: flex;
    gap: 16px;
    padding: 24px;
    flex-direction: column;
    border-radius: 8px;
    background: #1b1b1f
}

@media (max-width: 768px) {
    .fixture_detail_match {
        padding:16px
    }
}

.fixture_detail_match .bg-header-match {
    padding: 16px;
    border: 1px solid #1B1B1F;
    box-shadow: 0 4px 12px 6px #00000026,0 2px 4px #0000004d;
    border-radius: 8px;
    position: relative
}

.fixture_detail_match .bg-header-match .bg-image-cup {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1
}

@media (max-width: 990px) {
    .fixture_detail_match .bg-header-match {
        box-shadow:unset;
        background-image: unset!important;
        padding: 0
    }
}

.fixture_detail_match .bg-header-match .box-header-match {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 24px;
    position: relative
}

.fixture_detail_match .bg-header-match .box-header-match .box-team-match {
    position: relative
}

.fixture_detail_match .bg-header-match .box-header-match .box-team-match .bg-image-cup {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1
}

@media (max-width: 990px) {
    .fixture_detail_match .bg-header-match .box-header-match {
        flex-direction:column;
        padding: 0
    }
}

.fixture_detail_match .bg-header-match .box-header-match .box-team-match {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: calc(100% - 416px);
    gap: 16px
}

@media (max-width: 990px) {
    .fixture_detail_match .bg-header-match .box-header-match .box-team-match {
        padding:24px 0;
        box-shadow: 0 4px 12px 6px #00000026,0 2px 4px #0000004d;
        border-radius: 8px;
        background-image: url(./bg-match.png)
    }
}

@media (max-width: 990px) {
    .fixture_detail_match .bg-header-match .box-header-match .box-team-match {
        width:100%;
        justify-content: center
    }
}

.fixture_detail_match .bg-header-match .box-header-match .box-team-match .away-team-match,.fixture_detail_match .bg-header-match .box-header-match .box-team-match .home-team-match {
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e6fff1;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    gap: 8px
}

@media (max-width: 990px) {
    .fixture_detail_match .bg-header-match .box-header-match .box-team-match .away-team-match,.fixture_detail_match .bg-header-match .box-header-match .box-team-match .home-team-match {
        font-size:16px
    }
}

@media (max-width: 768px) {
    .fixture_detail_match .bg-header-match .box-header-match .box-team-match .away-team-match,.fixture_detail_match .bg-header-match .box-header-match .box-team-match .home-team-match {
        font-size:12px;
        padding: 0 5px
    }
}

.fixture_detail_match .bg-header-match .box-header-match .box-team-match .away-team-match .team-name,.fixture_detail_match .bg-header-match .box-header-match .box-team-match .home-team-match .team-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}

.fixture_detail_match .bg-header-match .box-header-match .box-team-match .away-team-match img,.fixture_detail_match .bg-header-match .box-header-match .box-team-match .home-team-match img {
    width: 64px;
    height: 64px
}

@media (max-width: 768px) {
    .fixture_detail_match .bg-header-match .box-header-match .box-team-match .away-team-match img,.fixture_detail_match .bg-header-match .box-header-match .box-team-match .home-team-match img {
        width:40px;
        height: 40px
    }
}

.fixture_detail_match .bg-header-match .box-header-match .box-team-match .result-team-match {
    width: 136px;
    height: 48px;
    justify-content: center;
    display: flex
}

@media (max-width: 768px) {
    .fixture_detail_match .bg-header-match .box-header-match .box-team-match .result-team-match {
        width:113px;
        height: 40px
    }
}

.fixture_detail_match .bg-header-match .box-header-match .box-team-match .result-team-match .vs-results {
    border-radius: 24px;
    border: 1px solid #1B1B1F;
    background: linear-gradient(92deg,#d61c5a,#700f2f);
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e6fff1;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px
}

@media (max-width: 768px) {
    .fixture_detail_match .bg-header-match .box-header-match .box-team-match .result-team-match .vs-results {
        font-size:12px;
        width: 32px;
        height: 32px
    }
}

.fixture_detail_match .bg-header-match .box-header-match .box-team-match .result-team-match.done {
    border-radius: 24px;
    border: 1px solid #D61C5A;
    background: #28282e;
    align-items: center;
    justify-content: space-between
}

.fixture_detail_match .bg-header-match .box-header-match .box-team-match .result-team-match.done .score {
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width: 768px) {
    .fixture_detail_match .bg-header-match .box-header-match .box-team-match .result-team-match.done .score {
        width:40px;
        height: 40px;
        font-size: 16px
    }
}

.fixture_detail_match .bg-header-match .box-header-match .box-team-match .result-team-match.done .score.active-score {
    background: linear-gradient(92deg,#d61c5a,#700f2f);
    border-radius: 100%;
    border: 1px solid #D61C5A
}

.fixture_detail_match .bg-header-match .box-header-match .box-team-match .result-team-match.done .score-vs {
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px
}

.fixture_detail_match .bg-header-match .box-header-match .box-vote-match {
    border-radius: 8px;
    border: 1px solid #0CD166;
    background: #1f1f23;
    height: 162px;
    width: 392px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    gap: 24px
}

@media (max-width: 990px) {
    .fixture_detail_match .bg-header-match .box-header-match .box-vote-match {
        box-shadow:0 4px 12px 6px #00000026,0 2px 4px #0000004d;
        border-radius: 8px;
        width: 100%
    }
}

.fixture_detail_match .bg-header-match .box-header-match .list-vote {
    display: flex;
    gap: 8px
}

.fixture_detail_match .bg-header-match .box-header-match .list-vote>* {
    border-radius: 8px;
    border: 1px solid #1B1B1F;
    background: #28282e;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    padding: 10px 11px;
    cursor: pointer
}

.fixture_detail_match .bg-header-match .box-header-match .list-vote>*.item-vote.home-vote,.fixture_detail_match .bg-header-match .box-header-match .list-vote>*.away-vote {
    border: 1px solid #D61C5A
}

.fixture_detail_match .bg-header-match .box-header-match .list-vote>*.active_vote {
    background: linear-gradient(92deg,#d61c5a,#700f2f);
    border: 1px solid #D61C5A;
    color: #fff
}

.fixture_detail_match .box-odds-match .no-data-text {
    text-align: center;
    color: #fff;
    border: 1px solid #747485;
    background: #1b1b1f;
    padding: 10px
}

.fixture_detail_match .box-odds-match .header-box-odds-mb {
    display: flex;
    padding: 11px 8px 16px;
    justify-content: space-between;
    border-radius: 8px 8px 0 0;
    border: 1px solid #747485;
    background: #1f1f23;
    border-bottom: 0
}

.fixture_detail_match .box-odds-match .header-box-odds-mb .list-odds-chose-btn {
    display: flex;
    flex-direction: row;
    gap: 8px
}

.fixture_detail_match .box-odds-match .header-box-odds-mb .list-odds-chose-btn .odds-chose-btn {
    border-radius: 4px;
    border: 1px solid #28282E;
    background: linear-gradient(180deg,#28282e -87.5%,#1b1b1f);
    color: #747485;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    display: inline-flex;
    padding: 4px;
    justify-content: center;
    align-items: center
}

.fixture_detail_match .box-odds-match .header-box-odds-mb .list-odds-chose-btn .odds-chose-btn.odds_active {
    border: 1px solid #D61C5A;
    background: #d61c5a;
    color: #fff
}

.fixture_detail_match .box-odds-match .odds-item-match {
    display: flex;
    text-align: center;
    justify-content: center;
    border: 1px solid #747485;
    border-bottom: 0
}

.fixture_detail_match .box-odds-match .odds-item-match.odds-header-match {
    background: #28282e;
    border-radius: 8px 8px 0 0
}

.fixture_detail_match .box-odds-match .odds-item-match.odds-body-match {
    border-bottom: 1px solid #747485;
    background: #1f1f23
}

.fixture_detail_match .box-odds-match .odds-item-match>* {
    border-right: 1px solid #747485;
    border-top: 0
}

.fixture_detail_match .box-odds-match .odds-item-match>*:last-child {
    border-right: 0
}

.fixture_detail_match .box-odds-match .odds-item-match>*:first-child {
    border-left: 0
}

.fixture_detail_match .box-odds-match .odds-item-match .select-bookmarker {
    width: 182px;
    display: flex;
    align-items: center;
    justify-content: center
}

.fixture_detail_match .box-odds-match .odds-item-match .select-bookmarker .value-bookmarker {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px
}

@media (max-width: 700px) {
    .fixture_detail_match .box-odds-match .odds-item-match .select-bookmarker .value-bookmarker {
        font-size:12px
    }
}

.fixture_detail_match .box-odds-match .odds-item-match .box-ft-ht {
    width: 82px;
    display: flex;
    align-items: center;
    flex-direction: column
}

.fixture_detail_match .box-odds-match .odds-item-match .box-odds-item {
    width: calc(33.3333333333% - 88px);
    padding: 19px 0;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px
}

@media (max-width: 700px) {
    .fixture_detail_match .box-odds-match .odds-item-match .box-odds-item {
        width:calc(100% - 142px)
    }
}

.fixture_detail_match .box-odds-match .odds-item-match .box-value-odds-item-1 {
    padding: 0
}

.fixture_detail_match .box-odds-match .odds-item-match .box-value-odds-item-1 .box-odds-item-1 {
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-bottom: 1px solid #747485;
    border-top: 0
}

@media (max-width: 700px) {
    .fixture_detail_match .box-odds-match .odds-item-match .box-value-odds-item-1 .box-odds-item-1 {
        font-size:12px
    }
}

.fixture_detail_match .box-odds-match .odds-item-match .box-value-odds-item-1 .box-odds-item-1 .odds_value_item {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px
}

@media (max-width: 700px) {
    .fixture_detail_match .box-odds-match .odds-item-match .box-value-odds-item-1 .box-odds-item-1 .odds_value_item {
        font-size:12px
    }
}

.fixture_detail_match .box-odds-match .odds-item-match .box-value-odds-item-1 .box-odds-item-1:last-child {
    border-bottom: 0
}

.fixture_detail_match .box-note-net88 {
    border-radius: 8px;
    background: #ff9d00;
    color: #28282e;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    padding: 11px 16px
}

@media (max-width: 768px) {
    .fixture_detail_match .box-note-net88 {
        padding:12px
    }
}
