.fixture * {
    box-sizing: border-box;
}

.d-flex {
    display: flex;
}

.ai-c {
    align-items: center;
}

.j-sb {
    justify-content: space-between;
}

.gap-10 {
    gap: 10px;
}

.cursor {
    cursor: pointer;
}

.bold-title {
    color: #070f03;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
}
.crumbs, .mcontent {
    margin-top: 12px;
}
.fixture {
    padding: 20px 0;
}

.fixture .custom-select-02::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 6px solid white;
    bottom: -10px;
    left: calc(50% - 8px);
    transform: translateY(-50%) rotate(0deg);
    transition: all 0.2s ease;
    z-index: 10;
    display: none;
}

.fixture .custom-select-02::after {
    background-image: url(../../js/images/6in1/ar_down.svg);
    right: 10px;
    top: 50%;
    width: 14px;
    height: 14px;
    transition: all 0.2s ease;
}

.fixture .custom-select-02 .custom-select {
    font-weight: 500;
}

.fixture .custom-select-02 .custom-options {
    top: calc(100% + 5px);
    padding-top: 3px;
    background: white;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    width: 100%;
    max-height: 306px;
    overflow: auto;
    transition: all 0.2s ease;
}

.fixture .custom-select-02 .custom-options::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    top: -5px;
    left: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: all 0.2s ease;
}

.fixture .custom-select-02 .custom-options div {
    height: 22px;
    padding: 0 10px;
    text-align: left;
    line-height: 22px;
}

.fixture .custom-select-02.show::before {
    display: block;
}

.fixture .custom-select-02.show::after {
    transform: translateY(-50%) rotate(180deg);
}

.fixture #sixinoneFilterLeague {
    padding: 1px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 20px #777;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 35px;
    z-index: 5;
    width: 508px;
    background-color: #F2F2F2;
    max-height: unset;
}

.fixture #sixinoneFilterLeague div {
    background: transparent;
    padding: 0;
    line-height: unset;
    height: unset;
}

.fixture #sixinoneFilterLeague div:hover {
    background: transparent;
}

.fixture #sixinoneFilterLeague .sotit {
    color: #070F03;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    padding: 12px 0;
    background: #E6E6E6;
    border-bottom: 1px solid #FFFFFF !important;
}

.fixture #sixinoneFilterLeague .sotit .cc {
    position: absolute;
    right: 14px;
    top: 14px;
    padding: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #717171;
}

.fixture #sixinoneFilterLeague .sotit .cc a {
    position: relative;
    right: unset;
    top: unset;
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.fixture #sixinoneFilterLeague .sotit .cc a::before,
.fixture #sixinoneFilterLeague .sotit .cc a::after {
    position: absolute;
    content: "";
    width: calc(100% - 6px);
    height: 1px;
    top: 0;
    left: 0;
    background-color: #717171;
    right: 0;
    bottom: 0;
    margin: auto;
}

.fixture #sixinoneFilterLeague .search-box {
    padding: 12px 24px;
    position: relative;
}

.fixture #sixinoneFilterLeague .search-box img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    position: absolute;
    left: 34px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.fixture #sixinoneFilterLeague .search-box input {
    color: var(--MonotoneGrey-700, #717171);
    text-align: left;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 128.571% */
    border-radius: 80px;
    border: 0px solid #000;
    background: #FFF;
    height: 36px;
    /* June/Shadow */
    box-shadow: 0px 4px 14px 0px #E5E5E5;
    width: 100%;
    padding-left: 35px;
}

.fixture #sixinoneFilterLeague .search-box input:focus,
.fixture #sixinoneFilterLeague .search-box input:focus-visible {
    box-shadow: unset;
    outline: unset;
}

.fixture #sixinoneFilterLeague .search-box input::placeholder {
    color: var(--MonotoneGrey-700, #717171);
    text-align: left;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 128.571% */
}

.fixture #sixinoneFilterLeague .search-box button {
    color: var(--Monotone-Grey-0, #FFF);
    /* body-12px/semibold */
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /* 150% */
    border-radius: 40px;
    background: #9F2C09;
    position: absolute;
    right: 27px;
    top: 0;
    bottom: 0;
    height: 30px;
    margin: auto;
    border: 0;
    padding: 0 14px;
}

.fixture #sixinoneFilterLeague .rbl {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 17.5px 24px 11px 24px;
    padding: 3px 3px;
    border-radius: 60px;
    border-bottom: 0;
    background-color: #D4D4D4 !important;
    overflow-x: auto;
    scrollbar-width: none;
}

.fixture #sixinoneFilterLeague .rbl .el-radio>input[type="radio"]+.el-radio-style {
    color: #070F03;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 8px;
    white-space: nowrap;
}

.fixture #sixinoneFilterLeague .rbl .el-radio>input[type="radio"]:checked+.el-radio-style {
    color: var(--Monotone-Grey-300, #E6E6E6);
    font-weight: 500;
    line-height: var(--font-line-height-s12, 18px);
    /* 128.571% */
    background: var(--dneil-main, #005030);
    border: 0;
}

.fixture #sixinoneFilterLeague .bts-top {
    border: 0;
    padding: 0px 24px 8px 24px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #E1DFDF;
    gap: 8px;
    background: transparent;
}

.fixture #sixinoneFilterLeague .bts-top label {
    flex-grow: 1;
    color: #070F03;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
}

.fixture #sixinoneFilterLeague .bts-top span {
    margin: 0;
    padding: 0;
    background: transparent;
    position: relative;
    display: block;
    height: unset;
    border: 0;
    line-height: 25px;
    box-sizing: border-box;
}

.fixture #sixinoneFilterLeague .bts-top span label {
    border-radius: 4px;
    padding: 0px 7px;
    line-height: 25px;
    box-sizing: border-box;
    font-weight: bold;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    height: 100%;
    display: block;
    color: #969494;
    border: 1px solid #969494;
}

.fixture #sixinoneFilterLeague .bts-top span input {
    appearance: none;
    background: transparent;
    box-shadow: unset;
    outline: unset;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
}

.fixture #sixinoneFilterLeague .bts-top span input:checked+label {
    border: 1px solid #005030 !important;
    color: var(--dneil-main, #005030);
}

.fixture #sixinoneFilterLeague .bts-bottom {
    border-top: 1px solid #E1DFDF;
    padding: 8px 24px 16px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    background: transparent;
}

.fixture #sixinoneFilterLeague .bts-bottom .bts-inner {
    flex-grow: 1;
    background: transparent;
    padding: 0;
}

.fixture #sixinoneFilterLeague .bts-bottom .select-all {
    display: flex;
    align-items: center;
    justify-self: start;
    position: relative;
    max-width: 100px;
    background-color: transparent;
    white-space: nowrap;
}

.fixture #sixinoneFilterLeague .bts-bottom .select-all input {
    margin: 0;
    padding: 0;
    appearance: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.fixture #sixinoneFilterLeague .bts-bottom .select-all input::before {
    background-image: url("../../../images/uncheck-square.svg");
    position: absolute;
    content: "";
    z-index: 1;
    width: 13px;
    height: 13px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    top: 1px;
    left: 0;
    margin: auto 0;
}

.fixture #sixinoneFilterLeague .bts-bottom .select-all input:checked::before {
    background-image: url("../../../images/check-square.svg");
}

.fixture #sixinoneFilterLeague .bts-bottom .select-all span {
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
    color: #070F03;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /* 150% */
    height: unset;
    margin-left: 20px;
}

.fixture #sixinoneFilterLeague .bts-bottom #button {
    border-radius: 8px;
    background-color: #9F2C09 !important;
    color: var(--Monotone-Grey-0, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    /* 150% */
    padding: 5px 12px;
    height: unset;
    width: 180px;
}

.fixture #sixinoneFilterLeague #myleague2 {
    max-height: 170px;
    padding: 12px 24px;
    background: transparent;
    height: 100%;
}

.fixture #sixinoneFilterLeague #myleague2 .fg_Title {
    padding: 0;
    background-color: transparent;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    color: #070F03;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.fixture #sixinoneFilterLeague #myleague2 .fg_Title .country-img {
    width: 18px;
    height: 18px;
    margin-right: 4px;
    object-fit: contain;
}

.fixture #sixinoneFilterLeague #myleague2 ul {
    padding: 0;
    display: flex;
    align-items: center;
    row-gap: 2px;
    column-gap: 12px;
    flex-wrap: wrap;
}

.fixture #sixinoneFilterLeague #myleague2 ul li {
    float: unset;
    width: calc(50% - 6px);
    padding: 5px 0;
    flex: none;
    display: flex;
    margin: 0;
    border: 0;
    align-items: center;
    justify-content: start;
    flex-direction: row;
    gap: 0;
    border-radius: 4px;
}

.fixture #sixinoneFilterLeague #myleague2 ul li .league-img {
    width: 15px;
    height: 15px;
    margin-right: 4px;
    object-fit: contain;
}

.fixture #sixinoneFilterLeague #myleague2 ul li input[type="checkbox"] {
    opacity: 1;
    width: 16px;
    height: 16px;
    appearance: none;
    border: unset;
    box-shadow: unset;
    outline: unset;
    background: transparent;
    color: transparent;
    margin: 0 4px 0 0;
    position: relative;
}

.fixture #sixinoneFilterLeague #myleague2 ul li input[type="checkbox"]::before {
    position: absolute;
    content: "";
    background-image: url("../../../images/uncheck-square.svg");
    z-index: 1;
    width: 13px;
    height: 13px;
    background-size: contain;
    top: 3px;
}

.fixture #sixinoneFilterLeague #myleague2 ul li input[type="checkbox"]:checked::before {
    background-image: url("../../../images/check-square.svg");
}

.fixture #sixinoneFilterLeague #myleague2 ul li input[type="checkbox"]:checked::before,
.fixture #sixinoneFilterLeague #myleague2 ul li input[type="checkbox"]::before {
    width: 16px;
    height: 16px;
    top: 1px;
    left: 0;
    margin: auto 0;
}

.fixture #sixinoneFilterLeague #myleague2 ul li label {
    max-width: 168px;
}

.fixture #sixinoneFilterLeague #myleague2 ul li label,
.fixture #sixinoneFilterLeague #myleague2 ul li span {
    color: #070F03 !important;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.fixture #sixinoneFilterLeague #myleague2 ul li:hover {
    background: transparent;
}

.fixture #sixinoneFilterLeague .bt-selected {
    display: none;
}

.filter-infor img {
    width: 24px;
    height: 24px;
}

.filter-infor .small {
    color: #717171;
    font-size: 11px;
    font-style: italic;
    font-weight: 400;
}

.filter-form {
    margin-left: 45px;
}

.button-df {
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    border-radius: 4px;
    border: 1px solid #fff;
    background: #fff;
    box-sizing: border-box;
    color: #414141;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    min-width: 100px;
    text-align: center;
    transition: 0.175s all linear;
}

.button-df.active {
    border: 1px solid #005030 !important;
    background: #005030 !important;
    color: white;
    font-weight: 500;
    pointer-events: none;
}

.button-df:hover {
    background: white !important;
    color: #005030 !important;
    border-color: #005030 !important;
}

.button-df.mw-100 {
    min-width: 110px;
}

.table-view {
    margin-top: 10px;
}


.league-item {
    border-bottom: 1px solid #d4d4d4;
}

.league-item-head {
    height: 44px;
    background: white;
}

.league-name {
    color: #070f03;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

.w-40 {
    width: 40px;
}

.w-60 {
    width: 60px;
}

.w-50 {
    width: 50px;
}

.info-teams {
    width: 382px;
}

.info-teams.a-col-bet {
    width: 720px;
}

.info-teams {
    width: 175px;
}

.info-teams.a-two-bet {
    width: 445px;
}


.odds-title {
    width: 338px;
    flex-wrap: wrap;
    display: flex;
}

.odds-title.head>div {
    width: 100%;
    line-height: 20px;
}

.odds-title.item-ods .odds-title-item {
    flex-wrap: wrap;
    gap: 10px;
}

.odds-title.two-line-bet {
    width: 307px;
}

.live-match .odds.normal {
    background: #ffefd8;
}

.bet-match-item-repeated:nth-child(2n) .bet-match-item .odds.normal {
    background: #ffffff;
}

.dark .odds:hover {
    background: #543a3a !important;
}

#app6in1 .table-view .league-item .bet-match-list .bet-match-item-repeated .bet-match-item .bet-match-item-child .odds-title-item .normal.down:hover {
    background: #ffcccc !important;
}

body.dark #app6in1 .table-view .league-item .bet-match-list .bet-match-item-repeated .bet-match-item .bet-match-item-child .odds-title-item .normal.down:hover {
    background: #773839 !important;
}

.odds:hover {
    background: #ffdeae !important;
}

#app6in1 .table-view .league-item .bet-match-list .bet-match-item-repeated .bet-match-item .bet-match-item-child .odds-title-item .normal.up:hover {
    background: #78ffbd !important;
}

body.dark #app6in1 .table-view .league-item .bet-match-list .bet-match-item-repeated .bet-match-item .bet-match-item-child .odds-title-item .normal.up:hover {
    background: #68e0a6 !important;
}

.dark .odds.no-bg {
    color: #E6E6E6;
}

.dark .odds.no-bg.up {
    color: var(--color-odds-up-dark);
}

.dark .odds.no-bg.up::after {
    background-color: var(--bg-odds-arrow-up-dark);
}

.dark .odds.no-bg.down {
    color: var(--color-odds-down-dark);
}

.dark .odds.no-bg.down::after {
    background-color: var(--bg-odds-arrow-down-dark);
}

.odds {
    cursor: pointer;
    width: 48px;
    height: 20px;
    padding: 0 3px;
    border-radius: 2px;
    line-height: 20px;
    font-size: 12px;
    transition: 0.15s all linear;
    position: relative;
    font-weight: 600;
    color: #070f03;
}

.odds.ods-100 {
    width: 100%;
}

.odds.ods-white {
    background: white;
}

.odds.normal {
    background: #efefef;
    font-weight: 600;
}

.odds.no-bg {
    pointer-events: none;
}

.odds.no-bg.up {
    color: var(--color-odds-up-light);
    background: none !important;
}

.odds.no-bg.down {
    color: var(--color-odds-down-light);
    background: none !important;
}

.odds.up,
.odds.down {
    background: #dcffee !important;
    padding-right: 14px;
}

.odds.up::after,
.odds.down::after {
    content: "";
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../../js/images/6in1/arrow_up.svg);
    background-size: 7px 7px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: var(--bg-odds-arrow-up-light);
    background-repeat: no-repeat;
    background-position: center;
}

.odds.down {
    background: #ffe3e3 !important;
}

.odds.down::after {
    background-image: url(../../js/images/6in1/arrow_down.svg);
    background-color: var(--bg-odds-arrow-down-light);
}

.odds.opacity-0 {
    opacity: 1;
}

.odds.two-line-l {
    width: 100%;
}

.odds.two-line-s {
    width: 100%;
}

.dark .match-during-time {
    font-weight: 400;
}

.dark .match-during-time.running {
    color: #167dc7 !important;
}

.match-during-time {
    color: #070f03;
    font-weight: 400;
}

.match-during-time.running {
    color: #070F03 !important;
}

.live-status {
    color: #f75000;
    font-size: 12px;
    font-weight: 600;
}

.score-lst .score {
    color: var(--color-score-live-light);
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}

.score-lst .score.no-score {
    color: #717171;
}

.odds-title-item {
    flex-grow: 1;
    text-align: center;
    font-size: 12px;
    color: #070f03;
    flex: 1 0 0%;
}

.odds-title-item.two-line-start {
    flex: 1 1 113px;
    width: 113px;
}

.odds-title-item.two-line-end {
    flex: 1 1 66px;
    width: 66px;
}

.odds-title-item>.odds {
    width: calc(100% - 6px);
}

.odstb-odds-list>div {
    flex-grow: 1;
    flex: 1 0 0%;
}

.text-center {
    text-align: center;
}

.title-small {
    font-size: 11px;
    font-weight: 500;
}

.left_part .follow {
    text-align: center;
}

.left_part .follow img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.tick img {
    filter: brightness(0) saturate(100%) invert(40%) sepia(100%) saturate(500%) hue-rotate(50deg);
}

.league-logo img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.right_part .item {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #bbb;
}

.right_part .item:last-child {
    border-right: none;
}

.right_part .item img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.match-list-head {
    height: 40px;
    background: #e2e1e1;
    border-bottom: 1px solid #d4d4d4;
}

.match-list-head>div {
    box-sizing: border-box;
    border-right: 1px solid #d4d4d4;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.match-list-head>div:last-child {
    border-right: none;
}

.jc-c {
    justify-content: center;
}

.bet-match-item-repeated .bet-match-item {
    background: white;
}

.bet-match-item-repeated:nth-child(2n) .bet-match-item {
    background: #f3f3f3;
}

.bet-match-item {
    height: 130px;
}

.bet-match-item:nth-child(2n) {
    background: #f3f3f3;
}

.bet-match-item-child {
    height: calc(100% - 30px);
}

.gap-4 {
    gap: 4px;
}

.gap-12 {
    gap: 12px;
}

.w-100 {
    width: 100%;
}

.align-content-center {
    align-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.team-name {
    padding: 0 10px;
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: flex-start;
}

.team-name span {
    font-size: 14px;
    font-weight: 500;
}

.t-logo {
    width: 22px;
    height: 22px;
}

.wrap {
    flex-wrap: wrap;
}

.bet-match-item>div,
.bet-match-item-child>div {
    height: 100%;
    border-right: 1px solid #e6e6e6;
    box-sizing: border-box;
}

.bet-match-item>div:last-child,
.bet-match-item-child>div:last-child {
    border-right: none;
}

.icon-16 {
    width: 16px;
    height: 16px;
}

.bdbt-gr {
    border-bottom: 1px solid #e6e6e6;
    box-sizing: border-box;
}

.odds-title-head,
.odds-title-items {
    height: 20px;
}

.odds-title-head {
    border-bottom: 1px solid #d4d4d4;
}

.h-30 {
    height: 30px;
}

.trash-bin {
    width: 20px;
    height: 20px;
}

.bg-white {
    background: white;
}

.toggle-bet {
    width: 120px;
    background: #edfff8;
    padding: 0 10px;
    height: 100%;
    box-sizing: border-box;
    transition: 0.17s all linear;
}

.toggle-bet.active {
    background: #005030 !important;
}

.toggle-bet.active>div,
.toggle-bet.active span {
    color: white;
}

.toggle-bet.active .toggle-icon {
    transform: rotate(180deg);
    filter: brightness(10);
}

.toggle-bet .toggle-icon {
    transition: 0.17s all linear;
}

.toggle-bet>div,
.toggle-bet span {
    color: #005030;
    font-size: 12px;
    font-weight: 700;
}

.icon-14 {
    width: 14px;
    height: 14px;
}

.action-list {
    gap: 20px;
    padding: 0 10px;
}

.odds-detail-table {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    background: #fbfbfb;
    padding: 10px;
}

.odds-detail-head {
    margin-bottom: 10px;
}

.odds-detail-head .button-df {
    background: #f2f2f2;
    border-color: transparent;
}

.gap-16 {
    gap: 16px;
}

.ods-50 {
    width: calc(50% - 8px);
}

.gap-8 {
    gap: 8px;
}

.ods-100 {
    width: 100%;
}

.gap-10-16 {
    gap: 10px 16px;
}

.ods-detail-item {
    padding: 10px;
    background: #fff1e4;
    border-radius: 4px;
}

.odstb-title span {
    color: #00100a;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
}

.odstb-odds-list {
    gap: 8px;
    border-top: 1px solid #f6d5b6;
}

.title-odds {
    line-height: 24px;
    text-align: center;
    width: 100%;
}

.table-view {
    min-height: calc(100vh - 735px);
}

.table-no-tioem {
    background: white;
    margin-top: 10px;
    min-height: 300px;
    text-align: center;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dark .table-no-tioem {
    background: inherit;
}
.toggle-icon img {
    transition: 0.16s all linear;
}

.toggle-icon.active img {
    transform: rotate(-180deg);
}

.grey {
    color: #414141;
}

.odds-title-item.two-line-start .odds.normal span {
    width: calc(100% / 3);
}

body.dark .fixture #sixinoneFilterLeague {
    box-shadow: 0 0 20px #000000;
    background-color: #000000;
}

body.dark .fixture #sixinoneFilterLeague .sotit {
    color: #FFFFFF;
    background: #0D0D0D;
    border-bottom: 1px solid #32302F !important;
}

body.dark .fixture #sixinoneFilterLeague .sotit .cc {
    border: 1px solid #717171;
}

body.dark .fixture #sixinoneFilterLeague .sotit .cc a::before,
body.dark .fixture #sixinoneFilterLeague .sotit .cc a::after {
    background-color: #717171;
}

body.dark .fixture #sixinoneFilterLeague .search-box input {
    color: var(--MonotoneGrey-700, #FFFFFF);
    border: 0px solid #000;
    background: #000000;
    box-shadow: 0px 4px 14px 0px #E5E5E5;
    box-shadow: unset;
    border: 1px solid #E5E5E5;
}

body.dark .fixture #sixinoneFilterLeague .search-box input::placeholder {
    color: var(--MonotoneGrey-700, #FFFFFF);
}

body.dark .fixture #sixinoneFilterLeague .search-box button {
    color: var(--Monotone-Grey-0, #FFF);
    background: #9F2C09;
}

body.dark .fixture #sixinoneFilterLeague .rbl {
    background-color: #D4D4D4 !important;
}

body.dark .fixture #sixinoneFilterLeague .rbl .el-radio>input[type="radio"]+.el-radio-style {
    color: #BBBBBB;
    background: transparent;
}

body.dark .fixture #sixinoneFilterLeague .rbl .el-radio>input[type="radio"]:checked+.el-radio-style {
    color: var(--Monotone-Grey-300, #E6E6E6);
    background: var(--dneil-main, #005030);
}

body.dark .fixture #sixinoneFilterLeague .bts-top {
    border-bottom: 1px solid #1E2429;
}

body.dark .fixture #sixinoneFilterLeague .bts-top label {
    color: #FFFFFF;
}

body.dark .fixture #sixinoneFilterLeague .bts-top span label {
    color: #D4D4D4;
    border: 1px solid #D4D4D4;
}

body.dark .fixture #sixinoneFilterLeague .bts-top span input:checked+label {
    border: 1px solid #10E18D !important;
    color: var(--dneil-main, #10E18D);
}

body.dark .fixture #sixinoneFilterLeague .bts-bottom {
    border-top: 1px solid #1E2429;
}

body.dark .fixture #sixinoneFilterLeague .bts-bottom .select-all span {
    color: #D4D4D4;
}

body.dark .fixture #sixinoneFilterLeague .bts-bottom #button {
    background-color: #9F2C09 !important;
    color: var(--Monotone-Grey-0, #FFF);
}

body.dark .fixture #sixinoneFilterLeague #myleague2 .fg_Title {
    color: #FFFFFF;
}

body.dark .fixture #sixinoneFilterLeague #myleague2 ul li label,
body.dark .fixture #sixinoneFilterLeague #myleague2 ul li span {
    color: #D4D4D4 !important;
}

@keyframes vibrate {
    0% {
        transform: translate(0);
    }

    20% {
        transform: translate(-2px, 2px);
    }

    40% {
        transform: translate(-2px, -2px);
    }

    60% {
        transform: translate(2px, 2px);
    }

    80% {
        transform: translate(2px, -2px);
    }

    100% {
        transform: translate(0);
    }
}

/* Apply the animation to any element */
.vibrate {
    animation: vibrate 0.2s linear infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.blinking {
    animation: blink 0.75s infinite;
}

.mt-8 {
    margin-top: 8px;
}

/*# sourceMappingURL=sixInOne.css.map */



.cup-match-tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 12px;
}

.cup-match-tags a {
    color: var(--Monotone-Grey-800, #414141);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    line-height: var(--font-line-height-s12, 18px);
    /* 128.571% */
    border-radius: 4px;
    background-color: #d7d7d7;
    padding: 8px 11px;
    transition: .5s;
}

.cup-match-tags a.active2 {
    transition: .5s;
    background-color: #005030 !important;
    color: #ffffff !important;
}

.filter-row {
    margin-bottom: 12px;
}

.filter-search-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    /*justify-content: space-between;*/
}

.filter-search-name input {
    padding: 12px;
    border-radius: 4px;
    outline: 0;
    border: 1px solid #D7D7D7;
    background-color: #FFF;
    line-height: 18px;
    position: relative;
    width: calc(100% - 2px);
    background-image: url(../../js/images/6in1/search-1.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px);
    font-size: 14px;
    font-weight: 400;
}

.filter-search-name input::placeholder {
    color: #515151;
    font-style: italic;
    line-height: var(--font-line-height-s12, 18px);
    /* 128.571% */
}

.dark .filter-search-name input {
    background-image: url(../../js/images/6in1/search.svg);
    background-size: 16px;
}

.filter-search-name,
.filter-cup-match {
    flex: 1 1 50%;
    position: relative;
    max-width: calc(50% - 8px);
}

.filter-cup-match-box {
    background-color: #fff;
    padding: 12px;
    border-radius: 4px;
    border: 1px solid #D7D7D7;
    width: calc(100%);
    height: 44px;
    color: var(--Monotone-Grey-800, #414141);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /* 128.571% */
    margin-left: auto;
}

.filter-box .custom-select-02:after {
    background: url("../../../images/CaretDown.svg");
}

.fixture .filter-box .custom-select-02.show::before {
    display: none !important;
}

.fixture .filter-box #sixinoneFilterLeague {
    top: 45px;
    width: 100%;
}

.btn-item-now {
    padding: 0px 9px;
    border-radius: 4px;
    border: 0 solid var(--Monotone-Grey-0, #FFF);
    background: #FFF;
    min-height: 34px;
    display: inline-flex;
    align-items: center;

}

.btn-item-now.ttnow {
    padding: 9px 10px;
}

.btn-item-now.active {
    background-color: #005030;
    color: #ffffff !important;
}

a.btn-item-now.ttnow.active {
    background-color: #FE9B00;
    color: #ffffff;
}

a.btn-item-now.ttnow.active span {
    color: #ffffff !important;
}

.btn-item-now span {
    display: inline-flex;
    align-items: center;
    color: var(--Monotone-Grey-800, #414141);
    text-align: center;
    font-family: Inter;
    height: 18px;
    font-size: var(--font-size-web-body-sm, 12px);
    font-style: normal;
    font-weight: 500;
    line-height: var(--font-line-height-s12, 18px);
    /* 150% */
}

.btn-item-now span img {
    height: 18px;
    width: 18px;

}


.llx {
    gap: 10px;
}

.xll-r {
    gap: 10px;
    flex-wrap: wrap;
}

.img-text img {
    margin-right: 6px;
}

.tlline {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.filter-item-left {
    flex: 1 1 35%;
    max-width: 35%;
}

.filter-item-right {
    flex: 1 1 65%;
    max-width: 65%;
    display: flex;
    justify-content: flex-end;
}

.filter-item-right .button-df {
    min-width: 68px;
    padding: 0px 12px;
    height: 38px;
    line-height: 38px
}

.filter-item-right .button-df.min123px {
    min-width: 123px;
}

.filter-item-right .button-df.min126px {
    min-width: 126px;
}

@media (max-width: 1100px) {
    .filter-item-left {
        flex: 1 1 100%;
        max-width: 100%;
        margin-bottom: 10px;

    }

    .llx {
        flex-wrap: wrap;
    }

    .filter-item-right {
        flex: 1 1 100%;
        max-width: 100%;
        display: flex;
        justify-content: flex-start;
    }

    .ttnow {
        min-width: 130px;
    }
}

.cup-match-tags a:hover {
    opacity: .7;
}

.filter-search-name input::placeholder {
    color: #515151;
}

.filter-cup-match .custom-select-02 .custom-select {
    color: #414141;
    color: var(--Monotone-Grey-800, #414141);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /* 128.571% */
}

.filter-row-select .custom-select-02 .custom-select {
    padding-right: 23px;
    white-space: nowrap;
}

.filter-select-rate,
.filter-select-company {
    color: var(--Monotone-Grey-800, #414141);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 6px 10px;
    height: fit-content;
    border-radius: 4px;
    border: 1px solid #005030;
    background: #FFF;
    min-width: auto !important;
}

.filter-select-rate {
    min-width: 123px !important;
}

.filter-select-company {
    min-width: 92px !important
}

@media (max-width: 1000px) {
    .change-type {
        display: none !important;
    }
}

.filter-box *,
.filter-box a:hover {
    text-decoration: none !important;
}

.dark {


    .filter-heading img {
        filter: invert(100%) brightness(1000%);
    }

    .filter-box .filter-search-name input:after {
        background-image: url("../../js/images/6in1/search.svg") !important;
        filter: none;
    }

    .cup-match-tags a,
    .filter-search-name input,
    .filter-cup-match-box,
    .btn-item-now,
    .filter-item-right .button-df {
        background-color: #242424;
    }

    .filter-search-name input,
    .filter-cup-match-box,
    .btn-item-now,
    .filter-item-right .button-df {
        border-color: #242424;
    }

    .filter-search-name input:focus {
        border-color: #242424;
    }

    .filter-item-right .button-df,
    .btn-item-now span,
    .bold-title,
    .filter-box .filter-search-name input {
        color: #fff;
    }

    .filter-box .filter-search-name input::placeholder {
        font-style: italic;
    }

    .filter-search-name input::placeholder,
    .filter-cup-match .custom-select,
    .filter-cup-match-box {
        color: #EBEBEB;
    }

    .filter-item-right .custom-select-02 .custom-options {
        background-color: #0a0a0a;
    }

    .btn-item-now.active {
        background-color: #005030;
    }
}

@media (max-width: 1000px) {
    .cup-match-tags a {
        color: var(--Monotone-Grey-800, #414141);
        text-align: center;
        font-family: Inter;
        font-size: 12px;
        cursor: pointer;
        text-decoration: none;
        font-style: normal;
        font-weight: 500;
        line-height: var(--font-line-height-s12, 18px);
        border-radius: 4px;
        background-color: #d7d7d7;
        padding: 3px 7px;
        transition: 0.5s;
    }

    .filter-item-right .button-df {
        padding: 0 5px;
    }

    .filter-search-name,
    .filter-cup-match {
        flex: 1 1 100%;
        max-width: calc(100%);
    }

    .fixture .filter-box #sixinoneFilterLeague .bts-bottom #button {
        width: 100px;
    }
}


.btn-item-now {
    padding: 0px 9px;
    border-radius: 4px;
    border: 0 solid var(--Monotone-Grey-0, #FFF);
    background: #FFF;
    display: inline-flex;
    align-items: center;
}

.llx.d-flex.ai-c {
    display: flex;
    gap: 10px;
}

.btn-item-now:hover {
    text-decoration: none;
}

.btn-item-now.active {
    background: var(--primary-color) !important;
    color: white;
}

.filter-row-date {
    margin-bottom: 10px;
}

#min.fixture #tools {
    display: none;
}

@media only screen and (min-width: 1024px) {
    .fixture table .team-box>a {
        max-width: 200px;
    }

    .fixture table .team-box>a .order-en {
        margin: 0 5px;
    }
}

#filter-box-on-mobile {
    display: none;
}

#filter-box-on-pc .filter-third {
    gap: 12px;
    margin-bottom: 0px;
    justify-content: space-between;
    flex: none !important;
}

#filter-box-on-pc .filter-third>div {
    width: initial !important;
    max-width: 218px !important;
    min-width: 218px !important;
    flex: 1 !important;
    height: 34px;
}

#filter-box-on-pc .filter-third>div #selectLeague:hover {
    border: 1px solid #005030 !important;
    background: #005030 !important;
    color: #fff !important;
}

#filter-box-on-pc .filter-second .all-hot-filter .d-flex.xll-r .button-df:first-child {
    border: 1px solid #fff !important;
}

#filter-box-on-pc .filter-second .all-hot-filter .d-flex.xll-r .button-df:first-child:hover {
    border: 1px solid #005030 !important;
}

#filter-box-on-pc .filter-third>div #selectLeague:hover .custom-select {
    color: #fff !important;
}


#filter-box-on-pc .filter-third>div .custom-select-02:hover:after {
    filter: brightness(0) invert(1);
}

#filter-box-on-pc .filter-third>div .custom-select {
    min-height: 34px;
    line-height: 32px;
    text-align: left;
    font-size: 14px;
}

#filter-box-on-pc .filter-third>div #selectLeague {
    padding: 0 12px;
    height: 34px;
    border: 1px solid #005030;
    width: 100%;
}

#filter-box-on-pc .filter-third>div.min126px {
    border: 1px solid #005030;
}

#filter-box-on-pc .filter-second .all-hot-filter {
    width: 100%;
    flex: 1;
    max-width: 100%;
}

#filter-box-on-pc .filter-second .all-hot-filter .d-flex.xll-r {
    width: 100%;
    gap: 12px;
    margin-top: 0;
}

.all-hot-filter>.button-df:first-child {
    height: 34px;
    line-height: 33px;
}

#filter-box-on-pc .filter-second .all-hot-filter {
    margin-top: 12px;
    gap: 12px;
    display: flex;
}

#filter-box-on-pc .filter-second #sixinoneFilterLeague {
    width: 490px !important;
    transform: none !important;
    left: 0px;
}

#filter-box-on-pc .filter-second .all-hot-filter .d-flex.xll-r .button-df {
    min-width: 80px;
    font-size: 14px;
    padding: 0px 12px;
}

#filter-box-on-pc .all-hot-filter .button-df.active_ {
    background-color: #005030;
    color: #ffffff !important;
    border: 1px solid #005030;
}

@media only screen and (max-width: 1024px) {
    #filter-box-on-pc {
        display: none;
    }

    #filter-box-on-mobile {
        display: block;
    }

    .team-box a .guestTeam,
    .team-box a .homeTeam {
        -webkit-line-clamp: 1;
        display: box;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        white-space: normal;
    }

    #filter-box-on-mobile .llx {
        gap: 9px;
    }

    #filter-box-on-mobile .btn-item-now {
        font-size: 10px;
        padding: 8px;
    }

    #filter-box-on-mobile .filter-cup-match .custom-select-02 .custom-select,
    #filter-box-on-mobile .all-hot-filter .button-df {
        font-size: 10px;
    }

    #filter-box-on-mobile .filter-cup-match-box {
        padding: 7px 10px;
        height: initial;
        border: 1px solid #005030;
        min-height: 34px;
    }

    #filter-box-on-mobile .filter-search-row {
        margin-bottom: 0px;
    }

    #filter-box-on-mobile .filter-row-select .custom-select-02 .custom-select {
        font-size: 10px;
    }

    #filter-box-on-mobile #sixinoneFilterLeague {
        width: 350px !important;
        transform: none !important;
        left: -68px;
    }

    #filter-box-on-mobile .all-hot-filter .button-df {
        min-width: initial !important;
        padding: 0 8px;
        min-height: 34px;
        line-height: 33px;
    }

    #filter-box-on-mobile .custom-select-02::after {
        right: 7px;
        width: 11px;
        height: 11px;
    }

    #filter-box-on-mobile .filter-all-hot {
        margin-top: 8px;
    }

    #filter-box-on-mobile .xll-r,
    #filter-box-on-mobile .filter-row-select {
        gap: 8px;
    }

    #filter-box-on-mobile .sotit {
        display: none;
    }

    #filter-box-on-mobile .search-box img {
        left: initial !important;
        right: 24px;
    }

    #filter-box-on-mobile .search-box input {
        font-size: 11px !important;
        height: 28px !important;
        padding-left: 10px !important;
    }

    #filter-box-on-mobile .custom-select-02 .custom-options div {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    #filter-box-on-mobile .search-box input::placeholder {
        font-size: 11px !important;
    }

    #filter-box-on-mobile .bts-top label {
        font-size: 12px !important;
    }

    #filter-box-on-mobile .bts-top span label {
        font-size: 11px !important;
    }

    #filter-box-on-mobile .myleague2.scroll-custom>div {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    #filter-box-on-mobile #myleague2 ul li label {
        font-size: 10px !important;
    }

    #filter-box-on-mobile .custom-select-02 .custom-options div.bts-inner {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    #filter-box-on-mobile .bts-bottom .select-all span {
        margin-left: 5px !important;
        font-size: 11px !important;
    }

    .fixture .filter-box #sixinoneFilterLeague .bts-bottom #button {
        width: 88px;
        font-size: 12px;
    }

    #filter-box-on-mobile .custom-select-02 .custom-options div.select-all {
        padding-right: 0px !important;
    }

    #app6in1 .table-view {
        margin-top: 8px;
    }

    #app6in1 .fixture {
        padding-top: 0px;
    }

    #app6in1 .league-item {
        margin-bottom: 8px;
    }

    #filter-box-on-mobile .all-hot-filter .button-df.active_ {
        background-color: #005030;
        color: #ffffff !important;
        border: 1px solid #005030;
    }

    #filter-box-on-mobile .custom-select-02 .custom-options {
        width: 110px;
    }

    #filter-box-on-mobile .filter-row-select .custom-select-02 .custom-select {
        max-width: 76px;
    }
}

body .fixture #table_live .action-table.toolimg.be-change-ht-title {
    justify-content: center !important;
}

#table_live tr:not(.Leaguestitle):not(.scoretitle) td {
    font-size: 12px !important;
}


.porletP.ptpl#porletP12 .team-table-title2 {
    margin-bottom: 10px;
}

body.dark .porletP.ptpl#porletP10 table tbody td,
body.dark .porletP.ptpl#porletP11 table tbody td,
body.dark .porletP.ptpl#porletP12 table tbody td,
body.dark .porletP.ptpl#porletP15 table tbody td {
    color: var(--Monotone-Grey-500, #BBB);
}

body.dark .ball-analysis .all-block-content #porletP17 .content .fx-tb-b li b {
    color: var(--Monotone-Grey-500, #BBB);
}

body.dark .ball-analysis .all-block-content #porletP17 .content .fx-tb-b h4 {
    color: white;
}

body .fixture #table_live .corner-text {
    font-weight: 400;

}

.dark #databaseLeagueFilter .left_list3 li .on,
.dark #databaseLeagueFilter .left_list3 li:hover {
    background-color: #004026 !important;
}

.main-content.cup-match .tdsolid.table-v2 table td div strong {
    color: #003366;
}

.wrap-sc #SubSelectDiv>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.wrap-sc #SubSelectDiv>ul li {
    float: initial;
}

.dark #mintable .tds:hover {
    background-color: #333 !important
}

.dark #div_cornerOdds .txt-11 th {
    color: white;
}


#table_live .change-colname.hpd-td {
    min-width: 154px;
}

#table_live .change-colname.tx-td {
    min-width: 154px;
}

.match-table__minute-title {
    overflow: hidden;
}

.top-nav-vuejs {
    max-width: 1004px;
    margin-bottom: 12px;
}

.top-nav-vuejs .item-sw {
    height: 34px;
    line-height: 34px;
    text-align: center;
    gap: 10px;
    border-radius: 4px;
    background: #FBFBFB;
    font-size: 12px;
    font-weight: 500;
    padding: 0 10.5px;
    display: block;
}

.dark .top-nav-vuejs .item-sw {
    background: #00100a;
}

.dark .top-nav-vuejs .item-sw:hover {
    background: #141414;
    color: #ddd;
}

.dark .top-nav-vuejs .top-nav-vuejs-wrap-btn>div {
    filter: drop-shadow(2px 4px 6px black);
}

.top-nav-vuejs .swiper-slide {
    width: initial !important;
    min-width: 100px;
}

.top-nav-vuejs .swiper-slide a:hover {
    text-decoration: none;
    color: initial;
}

.top-nav-vuejs .swiper-slide a.on:hover {
    text-decoration: none;
    color: white;
}

.top-nav-vuejs .swiper-slide .on {
    background: var(--primary-color) !important;
    color: white;
}

.top-nav-vuejs .top-nav-vuejs-wrap-btn {
    display: flex;
}

.top-nav-vuejs .top-nav-vuejs-wrap {
    display: flex;
    gap: 12px;
}

.top-nav-vuejs .swiper-container {
    flex: 1;
}

.top-nav-vuejs .top-nav-vuejs-wrap-btn {
    width: 54px;
}

.top-nav-vuejs .top-nav-vuejs-wrap-btn {
    justify-content: space-between;
    align-items: center;
}

.top-nav-vuejs .top-nav-vuejs-wrap-btn>div {
    height: 20px;
    width: 20px;
    border: 1px solid #719A8A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#view-tap-top.sub_menu {
    display: none;
}

#view-tap-top.sub_menu.bxh {
    display: flex;
}

.second-version .tdlink.lh17 th {
    background: #F2F2F2;
}

@media only screen and (max-width: 1024px) {
    #view-tap-top.sub_menu {
        display: flex;
    }

    #view-tap-bottom.sub_menu {
        display: none;
    }

    .top-nav-vuejs .top-nav-vuejs-wrap-btn {
        display: none;
    }

    #info.vue.version-2.data-sync.top-league.league-container {
        margin-top: 0px !important;
    }

    html body #info #i_main .info_title .info_title_left .selectbox {
        margin-right: 0px !important;
        width: 100%;
    }

    html body #info #i_main .info_title .info_title_left .selectbox .filterLi2 {
        min-width: 120px;
        width: 120px;
    }

    html body #info #i_main .info_title .info_title_left .selectbox .filterLi2 .dropdown-toggle {
        width: 120px !important;
    }
}

.fixture .custom-select-02::after {
    right: 10px;
    top: 50%;
    width: 14px;
    height: 14px;
    transition: all 0.2s ease;
}

.fixture #tr_upper-live-title .tr_upper-live-title-tr-1 {

    display: flex;
    justify-content: start;
    align-items: center;
}

.tr_upper-live-title-tr-1-titleHeader {
    text-transform: uppercase;
    font-size: 16px;
    margin-left: 8px;
    font-weight: 500;
}

td.oddstd.c9::after {
    display: none;
}

.df1 .df1-number {
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #E4E4E4;
}

#table_live tr.Leaguestitle td {
    background: #F2F2F2;
}

#table_live tr.Leaguestitle td .df1 {
    align-items: center;
}

#table_live tr.Leaguestitle td .l1 {
    position: relative;
    top: 2px;
    left: 12px;
}

.df1 .df1-number.hide {
    display: none;
}

body #table_live.table-time .action-table {
    height: 36px;
}

#mintable .tds {
    height: 29px;
}

#table_live.table-time>tbody>tr:not(.Leaguestitle):not(.scoretitle)>td {
    padding: 0px 6px;
    border-top: none;
}

#tr_upper-live-titlez>td {
    background: #E2E1E1;
}

body #table_live.table-time .action-table.toolimg {
    display: table-cell;
}

#table_live.table-time>tbody>tr:not(.Leaguestitle):not(.scoretitle)>td {
    border: 1px solid #e6e6e6 !important;
}

#table_live.table-time {
    border-collapse: collapse;
}

#min #tools {
    display: none;
}

body #table_live.table-time tr:not([id^="ln_"]) td.oddstd {
    border-right: none !important;
    border-left: none !important;
    padding: 0;
}

body #table_live.table-time tr:not([id^="ln_"]) td.oddstd.c6 p,
body #table_live.table-time tr:not([id^="ln_"]) td.oddstd.c9 p {
    margin-right: 0;
}

body #table_live.table-time tr:not([id^="ln_"]) td.oddstd.c8 p,
body #table_live.table-time tr:not([id^="ln_"]) td.oddstd.c11 p {
    margin-left: 0;
}

body #table_live.table-time tr:not([id^="ln_"]) td.name1 {
    text-align: right;
}

body #table_live.table-time>tbody>#tr_upper-live-titlez>td {
    border-right: 1px solid #cbc7c7 !important;
}

body #table_live.table-time>tbody>#tr_upper-live-titlez>td:last-child {
    border-right: none !important;
}

#table_live .odds1,
#table_live .odds2,
#table_live .odds3,
#homepage .game-rate #game-rate .container-sp .table-core-odds-value .odds-number {
    width: 42px;
}

.btn-item-now.active {
    background: #FE9B00 !important;
}

.team-more-info .order-en {
    display: none;
}

@media only screen and (min-width: 1024px) {

    /* .team-box {
        //display: flex;
        gap: 5px;
    } */
    .team-box.tleft a:hover::before {
        left: initial;
        right: 0;
    }

    .order-en {
        color: #949494;
    }
}

.order-en.order-mobile {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .order-en {
        display: none;
    }

    .order-en.order-mobile {
        display: block;
        width: 100%;
    }

    body #main #tableCoreSP td[id^=ht_],
    body #main #tableCoreSP td[id^=gt_],
    body #main #tableCoreSP td[id^=ht_]+.handpoint,
    body #main #table_live tr[id^=tr1_].tds td[id^=ht_],
    body #main #table_live tr[id^=tr1_].tds td[id^=ht_]+.handpoint,
    body #main #table_live tr[id^=tr1_].tds td[id^=goalTd_],
    body #main #table_live tr[id^=tr1_].tds td[id^=gt_] {
        flex-wrap: wrap;
    }

    body #min #tools {
        display: none;
    }

    #filter-box-on-mobile .xll-r>div {
        flex: 1;
    }

    #filter-box-on-mobile .all-hot-filter .button-df {
        padding: 0;
    }

    #soccer .Leaguestitle td.df-wrapper {
        display: none;
    }

    body #main #table_live tr[id^=tr1_] td.toolimg {
        top: 0px;
        right: 4px;
        bottom: unset !important;
    }

    body #main #table_live.euro-view tr[id^=tr1_].tds td.c6 {
        left: 7px;
    }

    #main .idx-homepage .custom-select-02 {
        width: auto;
    }

    body #main #table_live.euro-view tr[id^=tr1_].tds td.c8 {
        right: 7px;
        left: unset !important;
    }

    body #main #table_live.euro-view tr[id^=tr1_].tds td.c7 {
        left: 50%;
        transform: translateX(-50%);
    }

    #main .idx-homepage .new-home-tr td.HDP,
    #main .idx-homepage .new-home-tr td.c6,
    #main .idx-homepage .new-home-tr td.c7,
    #main .idx-homepage .new-home-tr td.c8,
    #main .idx-resultpage .new-home-tr td.HDP,
    #main .idx-resultpage .new-home-tr td.c6,
    #main .idx-resultpage .new-home-tr td.c7,
    #main .idx-resultpage .new-home-tr td.c8,
    #main .idx-favorite .new-home-tr td.HDP,
    #main .idx-favorite .new-home-tr td.c6,
    #main .idx-favorite .new-home-tr td.c7,
    #main .idx-favorite .new-home-tr td.c8,
    #homepage .game-rate #game-rate .container-sp .table-core-odds-value-6,
    #homepage .game-rate #game-rate .container-sp .table-core-odds-value-7,
    #homepage .game-rate #game-rate .container-sp .table-core-odds-value-8,
    #main .idx-homepage .new-home-tr td.TX,
    #main .idx-homepage .new-home-tr td.c9,
    #main .idx-homepage .new-home-tr td.c10,
    #main .idx-homepage .new-home-tr td.c11,
    #main .idx-resultpage .new-home-tr td.TX,
    #main .idx-resultpage .new-home-tr td.c9,
    #main .idx-resultpage .new-home-tr td.c10,
    #main .idx-resultpage .new-home-tr td.c11,
    #main .idx-favorite .new-home-tr td.TX,
    #main .idx-favorite .new-home-tr td.c9,
    #main .idx-favorite .new-home-tr td.c10,
    #main .idx-favorite .new-home-tr td.c11,
    #homepage .game-rate #game-rate .container-sp .table-core-odds-value-9,
    #homepage .game-rate #game-rate .container-sp .table-core-odds-value-10,
    #homepage .game-rate #game-rate .container-sp .table-core-odds-value-11 {
        width: calc((100% - 30px) / 3);
        top: 73% !important;
    }

    body #main .idx-homepage #table_live tr[id^=tr1_],
    body #main .idx-favorite #table_live tr[id^=tr1_],
    body #main #game-rate #tableCore {
        height: 136px;
    }

    body #main #table_live tr[id^=tr1_].tds td[name=timeData],
    body #main #table_live tr[id^=tr1_].tds .status-time-match,
    body #main #tableCoreSP .status-time-match,
    body #main #tableCoreSP .status-time-sched,
    body #main #table_live tr[id^=tr1_].tds .status-time-sched,
    body #main #table_live tr[id^=tr1_].tds .ht-title,
    body #main #table_live tr[id^=tr1_].tds .tvLinkBtn {
        top: 73px !important;
    }

    /* #filter-box-on-mobile #sixinoneFilterLeague {
        left: 0px;
    } */

    #filter-box-on-mobile .filter-cup-match-box .custom-select {
        padding-left: 0px;
    }

    #filter-box-on-mobile .all-hot-filter .button-df .custom-select {
        text-align: left;
        padding-left: 7px;
    }

    body #main #table_live tr[id^=ln_].Leaguestitle .l1 span {
        font-size: 12px;
        font-weight: 500;
        color: #484848;
    }

    body #main #table_live tr[id^=tr1_].tds td[name=timeData],
    body #main #table_live tr[id^=tr1_].tds .status-time-match,
    body #main #tableCoreSP .status-time-match,
    body #main #tableCoreSP .status-time-sched,
    body #main #table_live tr[id^=tr1_].tds .status-time-sched,
    body #main #table_live tr[id^=tr1_].tds .ht-title,
    body #main #table_live tr[id^=tr1_].tds .tvLinkBtn {
        color: #222222;
        font-size: 12px;
    }

    #filter-box-on-mobile .filter-row-wrap .all-hot-filter {
        display: flex;
        gap: 6px;
    }

    #filter-box-on-mobile .filter-row-wrap .all-hot-filter .d-flex.xll-r {
        flex: 1;
    }

    #filter-box-on-mobile .xll-r,
    #filter-box-on-mobile .filter-row-select {
        gap: 6px;
    }

    #filter-box-on-mobile .all-hot-filter .button-df:first-child {
        width: 62px;
    }

    #filter-box-on-mobile .llx {
        gap: 6px;
    }

    .filter-row-date {
        margin-bottom: 6px;
    }

    #table_live tr td .team-box {
        position: relative;
    }

    .team-box .order-en {
        font-size: 12px;
        color: #070F03;
        position: absolute;
        display: none;
    }

    table .team-box>a {
        color: #333333;
        font-weight: 500;
    }

    .Home_OrderEn {
        left: 0;
        top: 20px;
    }

    .Guest_OrderEn {
        right: 0;
        top: 20px;
    }

    .main-content.cup-match .mcontent {
        margin-top: 0;
    }

    body #table_live tr,
    body #main .idx-homepage #table_live tr[id^=tr1_] {
        margin: 0 0 8px;
    }
}

.fixture .custom-select-02.show.button-df {
    border: 1px solid #005030 !important;
    background: #005030 !important;
    color: #fff !important;
}

.fixture .custom-select-02.show::after {
    filter: brightness(0) invert(1);
}

.fixture .custom-select-02.button-df:hover {
    border: 1px solid #005030 !important;
    background: #005030 !important;
    color: #fff !important;
}

.fixture .custom-select-02.button-df:hover::after {
    filter: brightness(0) invert(1);
}

.dark #table_live tr.Leaguestitle td {
    background: #070F03;
}

body.dark #app6in1 .table-view .league-item .match-list-head>div {
    border-color: #070F03;
    color: var(--Monotone-Grey-300, #E6E6E6);
    border-color: #070F03;
    background: #374033;
}

body.dark #table_live.table-time>tbody>#tr_upper-live-titlez>td {
    background: #374033;
}

body.dark #tr_upper-live-titlez>td {
    background: #374033;
}

body.dark #table_live.table-time>tbody>#tr_upper-live-titlez>td {
    border-right: 1px solid #070F03 !important;
}

.dark #table_live.table-time>tbody>tr:not(.Leaguestitle):not(.scoretitle)>td {
    border: 1px solid #070F03 !important;
}

.dark #filter-box-on-pc .filter-second .all-hot-filter .d-flex.xll-r .button-df {
    background-color: #242424;
}

/* #filter-box-on-pc .all-hot-filter .button-df.active_:hover{
    color: #005030 !important;
} */

body #table_live.table-time>tbody>#tr_upper-live-titlez>td {
    font-size: 14px !important;
    font-weight: 500;
}


body .mcontent>#main #min,
#appHome {
    width: 1004px;
}

html body #main #right {
    display: none;
}

.dark .df1 .df1-number {
    background: var(--New-Color-08, #002013);
}

.dark .all-hot-filter>.button-df:first-child {
    border: 1px solid #fff !important;
    background: #1B1D1A;
    color: #fff;
}

.all-hot-filter>.button-df:first-child:hover {
    border: 1px solid #005030 !important;
    background: #005030 !important;
    color: #fff !important;
}

body .Leaguestitle .cImg,
body .team_leaguetitle .cImg {
    width: 30px;
    height: 15px;
    object-fit: contain;
}

#table_live tr:not(.Leaguestitle):not(.scoretitle) td.handpoint.blue {
    color: black !important;
}

.filter-row-date .btn-item-now {
    font-size: 14px;
    font-weight: 500;
    color: #414141;
}

.filter-row-date .btn-item-now.class-0 {
    font-weight: 600;
}

.filter-row-date .btn-item-now.class-0,
.filter-row-date .btn-item-now.class-1 {
    width: 80px;
    padding: 0;
    text-align: center;
    justify-content: center;
}

.all-hot-filter>.button-df:first-child {
    font-size: 14px;
    width: 150px;
    min-width: 72px;
    padding: 0;
}

.dark .filter-row-date .btn-item-now {
    color: white;
}

.dark .custom-select-02 .custom-options {
    background: #030405 !important;
}

.fixture table .team-box>a:hover {
    text-decoration: none;
}

.fixture table .team-box>a:hover .homeTeam,
.fixture table .team-box>a:hover .guestTeam {
    text-decoration: underline;
}
