#info .second-version .analyze-icon {
    background-image: url("#");
    margin-top: 5px;
}

#info .second-version .analyze-icon::before {
    zoom: 0.9;
}

#main3 #showoptional2 .sotit .cc a {
    top: 0;
}

.custom-select-02 .custom-option {
    text-transform: capitalize;
}

#info #i_left2 table tr td:nth-of-type(1):after {
    top: 10px;
}

.filter-23 .select2-selection .select2-selection__rendered > span::after {
    content: "";
    background-image: url(../../../images/icon_arrow_down.svg);
    background-size: cover;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.website-team .noitem {
    display: none;
}

.website-team .hide .noitem {
    display: inline-block;
}

.website-team a.hide .left_font {
    display: none;
}

.website-team a.hide {
    pointer-events: none;
}

body.dark .main-content.cup-match #oddsChange {
    background-color: #222222 !important;
}

/* #oddsChange .oddsChange_head .oddsChange_head_title {
    height: 35px !important;
    width: 300px !important;
} */

body #oddsChange .oddsChange_head .oddsChange_head_title {
    background-position: center center;
    background-repeat: no-repeat;
}

.team-box {
    display: inline-table;
}
body
    #main3
    #teammain-6in1
    #teamid
    #odds
    table.odds-table-bg.dataItem
    tr.b1
    td.rs {
    border-left: 1px solid #d4d4d4;
}

body.dark
    #main3
    #teammain-6in1
    #teamid
    #odds
    table.odds-table-bg.dataItem
    tr.b1
    td.rs {
    border-left: 1px solid #414141;
}
.idx-resultpage .status-time-sched {
    display: table-cell;
}
#nodatatip .icon-font-collect-off:before {
    margin-top: 2px;
}

.favMatchs {
    white-space: nowrap;
    background: #f44336;
    border: solid 1px #f44336 !important;
    color: #fff;
    height: 15px;
    line-height: 14px;
    text-align: center;
    margin-left: 5px;
    font-weight: normal;
    border-radius: 10px;
    font-size: 12px;
    font-style: normal;
    position: absolute;
    top: 9px;
    padding: 0 4px;
    box-sizing: initial;
}

#basketball .menu2,
#basketball #tools .on span,
#basketball #tools .on span:hover,
#basketball .mintopnav.v2 li.on a,
.on-bg-color {
    background-color: var(--second-color);
    color: var(--text-white);
}

body #main #min {
    width: 802px;
    background-color: #f0f8ff00 !important;
    padding-left: 10px;
    padding-right: 10px;
}

#tools.tools {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 30px;
}

#tools .pd2 {
    background-color: #f0f8ff00;
    padding: 1px 3px;
    border-radius: 20px;
    display: flex;
    position: relative;
}

#tools .pd2 .filter_mue {
    line-height: 18px;
    height: unset;
    background-color: #fff0;
    color: #005030;
    font-size: 12px;
    text-align: center;
    border-radius: 16px;
    float: left;
    display: inline-block;
    cursor: pointer;
    font-weight: 500;
    white-space: nowrap;
    margin: auto;
    border: 1px solid #bbbbbb;
    margin-right: 4px;
}

#tools .pd2 .filter_mue:nth-child(2) {
    margin-right: 4px;
}

#tools .pd2 .filter_mue:hover {
    color: #fff;
    background-color: var(--primary-color);
}

.dark #tools .pd2 .filter_mue {
    background-color: #030405;
    border: 1px solid #2e352a;
    color: #d4d4d4;
}

.dark #tools .pd2 .filter_mue:hover {
    background-color: var(--primary-color);
    border: 1px solid #2e352a;
    color: #d4d4d4;
}

#tools .pd2 .filter_mue.on {
    margin-right: 4px;
}

#tools .pd2 .filter_mue:hover a {
    color: #fff;
}

#tools .pd2 .filter_mue.on a {
    color: var(--text-white);
}

#tools .pd2 .filter_mue.on {
    background: var(--primary-color);
    color: var(--text-white);
}

#tools .pd2 .filterLi,
#tools .pd2 .filterLi2 {
    padding: 5px 8px;
    line-height: 18px;
    padding: 0 8px;
    height: unset;
    color: #414141;
    background-color: #fff0;
    border-radius: 60px;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    border-radius: 16px;
    float: left;
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
    margin-left: 4px;
    border: 1px solid #bbbbbb;
}

.dark #tools .pd2 .filterLi,
.dark #tools .pd2 .filterLi2 {
    background-color: #030405;
    border: 1px solid #2e352a;
    color: #d4d4d4;
}

#tools .pd2 .filterLi:hover,
#tools .pd2 .filterLi2:hover {
    background: var(--primary-color) !important;
    color: white !important;
    cursor: pointer;
}

#tools .pd2 .filterLi:hover a,
#tools .pd2 .filterLi2:hover a {
    background: var(--primary-color) !important;
    color: white !important;
    cursor: pointer;
}

#tools li span {
    line-height: 30px;
    text-align: center;
    display: block;
    float: left;
    padding-right: 5px;
    padding-left: 5px;
    min-width: 30px;
    text-decoration: none;
    border-radius: 3px 3px 0 0;
}

body #tools li span:hover {
    background: #005030;
    color: white;
}

body.dark #min .tools li,
body.dark #min .tools li span {
}

#tools .pd2 .filterLi:hover i,
#tools .pd2 .filterLi2:hover i {
    color: var(--text-white);
}

#showoptional2 #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;
}

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

#showoptional2 #myleague2 input[type="checkbox"]:checked::before {
    background: url(../../images/check-square.svg);
    position: absolute;
    content: "";
    z-index: 1;
    width: 13px;
    height: 13px;
    background-size: contain;
    background-repeat: no-repeat;
}

body #tools .f11 {
    font-size: 11px;
    font-weight: 400;
    margin-left: 10px;
    font-style: italic;
    text-transform: none !important;
}

#myGamesCount,
#hiddencount,
#nshowhide {
    font-weight: bold;
}

body #tools .odds_setting {
    margin-left: 30px;
}

select#selectCompany {
    border: none;
}

#tools li a:hover {
    background: inherit;
    color: #005030;
}

/* css list match all page */
.otOdds,
.ouOdds,
.handOdds {
    background-color: #ffffff;
}

.otOdds,
.ouOdds,
.handOdds > span {
    width: 34px;
    height: 22px;
    margin: 2px;
    text-align: center;
    line-height: 22px;
    /*border-radius: 4px;*/
    background-color: #fff;
}

#teammain {
    background-color: inherit !important;
}
#teammain .date-picker ul {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 8px;
    column-gap: 8px;
}

#teammain .date-picker ul li {
    background-color: white;
    width: auto;
    flex: 1;
    margin: 0;
    height: unset;
    padding: 6px 0;
    transition: 0.2s linear background-color;
}

#teammain .date-picker ul li:hover,
#min .date-picker ul li.on {
    background-image: unset;
    background-color: #c73c10;
}

.date-picker > div,
.date-picker > ul > li {
    float: left;
    font-size: 10px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    padding: 4px;
    cursor: pointer;
    height: 35px;
}

.date-picker ul li {
    width: 5.05%;
    display: block;
    margin: 0 2px;
    border-radius: 4px;
    position: relative;
}

.date-picker .li_today {
    color: #ec6623;
}

.date-picker ul li.on {
    background-color: #f60;
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.2));
    box-shadow: 0 1px 5px 0 rgba(144, 87, 0, 0.25);
    color: #fff;
}

.date-now-none .date-picker ul li {
    width: 4.97%;
    display: block;
    margin: 0 2px;
}

#teammain .date-picker ul li span:first-child {
    color: #717171;
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
    text-transform: capitalize;
    padding-bottom: 2px;
    margin-bottom: 3px;
    position: relative;
}

#min .date-picker ul li.li_today span:first-child, #teammain .date-picker ul li.li_today span:first-child {
    color: #f8825d;
}

#teammain .date-picker ul li span {
    transition: 0.2s linear color;
}

#teammain .date-picker ul li:hover,
#teammain .date-picker ul li.on {
    background-image: unset;
    background-color: #c73c10;
}

#teammain .date-picker ul li:hover span:first-child,
#teammain .date-picker ul li.on span:first-child {
    color: #d4d4d4;
}

#teammain .date-picker ul li span:first-child::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 18px;
    height: 1px;
    border-radius: 2px;
    background: #894f3c;
}

#teammain .date-picker ul li:hover span:first-child::after,
#teammain .date-picker ul li.on span:first-child::after {
    background: #ff9979;
}

.date-picker ul li:hover {
    color: white;
}

#tools .on a {
    background-color: transparent;
}

.table-title {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 30px;
    margin-top: 20px;
}

#table_live tr.upper-live-title td#oddsHead {
    float: right;
    padding: 8px;
}

#table_live tr.upper-live-title td#oddsHead .custom-option:first-child {
    border-radius: 4px 4px 0 0;
}

#table_live tr.upper-live-title td#oddsHead .custom-options {
    padding: 3px;
    background: var(--Monotone-Grey-200, #f2f2f2);
}

#table_live tr.upper-live-title td#oddsHead .custom-option {
    padding: 4px 10px;
}

#table_live tr.upper-live-title td#oddsHead .custom-option.active {
    transition: 0.3s all ease-in-out;
    background-color: #e3f1eb;
}
#table_live tr.upper-live-title td#oddsHead .custom-option {
    border-bottom: 1px solid #f2f2f2;
    padding: 4px 14px;
    cursor: pointer;
    transition: 0.175s all linear;
    color: #414141;
    background-color: #fffdfd00;
}

body.dark #table_live tr.upper-live-title td#oddsHead .custom-option {
    color: white;
}

#table_live tr.upper-live-title td#oddsHead .custom-option:hover {
    background-color: #ffff;
}

.upper-live-icon-baseball {
    background-image: url(../../../images/menu-baseball-active_white.svg);
    display: inline-block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.dark .icon-baseball {
    background-image: url(../../../images/menu-baseball-active_white.svg);
}

.icon-baseball {
    background-image: url(../../../images/menu-baseball-active_black.svg);
}

.dark .icon-basketball {
    background-image: url(../../../images/menu-basketball-active_white.svg);
}

.icon-basketball {
    background-image: url(../../../images/menu-basketball-active_black.svg);
}

.dark .icon-tennis {
    background-image: url(../../../images/menu-tennis-active_white.svg);
}

.icon-tennis {
    background-image: url(../../../images/menu-tennis-active_black.svg);
}

.upper-live-title-football:first-child span {
    margin-left: 8px;
}

#mintable.baseball_schedule #oddsHead {
    display: none;
}

#oddsHead select {
    border: none;
}

#min .date-picker ul li:hover {
    background-color: #c73c10;
}

/* css [bong ro][bong chay] - Ty so truc tuyen, ket qua, lich thi dau */
.l0 img {
    height: 25px;
    width: 25px;
}
.leagueTable {
    text-align: center;
    line-height: 25px;
}

#basketball .scoretitle td,
#baseball .scoretitle td {
    color: RGBA(255, 255, 255, 0.7);
    padding-bottom: 3px;
    line-height: 18px;
}
.menu2x,
#basketball .scoretitle td,
.menu2x,
#baseball .scoretitle td,
.mintopnav.v2 li.on a,
.oddsHead select,
.nav_select,
.jqTitle {
    background-color: var(--primary-color);
}
.menu2,
#basketball .scoretitle td,
.menu2,
#baseball .scoretitle td,
.mintopnav li.on a,
.mintopnav.v2 li.on a,
.nav_select {
    background-color: var(--second-color);
}
#basketball .scoretitle td,
#baseball .scoretitle td {
    color: #070f03;
    font-weight: 500;
}
.menu2,
#basketball .scoretitle td,
.menu2,
#baseball .scoretitle td,
#tools .on span,
.mintopnav.v2 li.on a,
.oddsHead select,
.nav_select,
.jqTitle {
    background: var(--Monotone-Grey-200, #f2f2f2);
    color: #070f03;
}

.bftab div,
.twowin div {
    line-height: 30px;
}

.bftab tr {
    line-height: 0;
    overflow: hidden;
}

.add-info img {
    width: 25px;
    height: 25px;
}

.add-info-l img {
    width: 25px;
    height: 25px;
}

.scoretitle {
    padding: 5px;
}

#basketball .bftab {
    line-height: 25px;
}

#basketball .scoretitle td {
    height: 32px;
}

.hbg-td1,
.isLeaTop,
.oddate,
.fav-highlight {
    background-color: white !important;
}

#main {
    width: 100%;
    margin: 0;
    padding: 0;
}

#baseball .company_setting {
    margin-left: 10px;
}

.menu2 li {
    background-color: var(--second-color);
    color: var(--text-white);
}

#min,
#teammain {
    width: 802px;
}

.date-picker > div,
.date-picker > ul > li {
    float: left;
    font-size: 10px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    padding: 4px;
    cursor: pointer;
    height: 35px;
}

#min .date-picker ul li {
    background-color: white;
    width: auto;
    flex: 1;
    margin: 0;
    height: unset;
    padding: 6px 0;
    transition: 0.2s linear background-color;
}

#min .date-picker ul {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 8px;
    column-gap: 8px;
}

#min .date-picker ul li span:first-child {
    color: #717171;
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
    text-transform: capitalize;
    padding-bottom: 2px;
    margin-bottom: 3px;
    position: relative;
}

#main #min {
    padding: 0;
}

#min .date-picker ul li span:first-child::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 18px;
    height: 1px;
    border-radius: 2px;
    background: #894f3c;
}

#min .date-picker ul li:hover span:first-child,
#min .date-picker ul li.on span:first-child {
    color: #d4d4d4;
}

#tools .pd2 li span {
    padding: 0 15px;
}

.filterLi.on a {
    color: var(--text-white);
}

/* dard mode ty so truc tuyen */
#basketball.dark .scoretitle td {
    background-color: #374033;
    color: #fff;
}

#basketball.dark .bftab tr td {
    /* background-color: #1a1a1a; */
    color: #fff;
}

#basketball.dark .otOdds,
#basketball.dark .ouOdds,
#basketball.dark .handOdds > span {
    background-color: #1a1a1a;
    color: #fff;
}

#basketball.dark #table_live tr.upper-live-title td#oddsHead .custom-options {
    background: #1a1a1a;
    color: #fff;
}

#basketball.dark .date-picker ul li {
    background-color: #3a0f01;
}

#basketball.dark .date-picker ul li.on {
    background-color: #c73c10;
}

#basketball.dark .date-picker ul li:hover {
    background-color: #c73c10;
}

#table_live tr.upper-live-title td#oddsHead .custom-options {
}
/* dark mode so sanh*/
.dark #tools {
    background-color: #000;
}
.dark .oodstable-t {
    background-color: #15825f;
    color: #fff;
}
.dark #comanyTitle td {
    background-color: #333;
    color: #fff;
}
.dark .scoretitle {
    background-color: #151515;
    color: #fff;
}
.dark .dataItem {
    background-color: #151515;
    color: #fff;
}
/* dard mode khođu lieu */
.dark .divList {
    border: none;
    width: 120px;
}
.dark .div_inner_top_img {
    width: 90px;
    height: 90px;
}

/* baseball dark mode */
#baseball.dark .scoretitle td {
    background-color: #374033;
    color: #fff;
}

#baseball.dark .bftab tr td {
    /* background-color: #1a1a1a; */
    color: #fff;
}

#baseball.dark .otOdds,
#baseball.dark .ouOdds,
#baseball.dark .handOdds > span {
    background-color: #1a1a1a;
    color: #fff;
}

#baseball.dark .date-picker ul li {
    background-color: #3a0f01;
}

#baseball.dark .date-picker ul li.on {
    background-color: #c73c10;
}

#baseball.dark .date-picker ul li:hover {
    background-color: #c73c10;
}

#baseball.dark #table_live tr.upper-live-title td#oddsHead .custom-options {
    background: #1a1a1a;
    color: #fff;
}

#baseball.dark #tools li a {
    background-color: transparent;
}

.dark #tools .pd2 .filterLi:hover,
.dark #tools .pd2 .filterLi2:hover {
    background: var(--primary-color);
    color: white;
    cursor: pointer;
}

#baseball.dark #tools .pd2 .filterLi a {
    color: #fff !important;
}

#baseball.dark .rs_ser_Second li {
    background-color: transparent;
}

body.dark .menu2 li .on,
body.dark .menu2 li .on:hover {
    background-color: #337359;
}

/* css layout basketball */
#basketball .rs_ser #nks a {
    border-bottom: 3px solid #005030;
}

#basketball body.dark .team-hg {
    color: #fff;
}

#basketball body.dark .team-hg {
    color: #fff;
}
#basketball .date-picker {
    /* height: 48px; */
}
#basketball #tools.tools {
    margin-top: 0;
}
#basketball #database #info {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(10, 112px);
    grid-column-gap: 10px;
}

/* css layout baseball */
#baseball .rs_ser #nks a {
    border-bottom: 3px solid #005030;
}

#baseball body.dark .team-hg,
body.dark .bftab .rank {
    color: #fff;
}

#baseball body.dark .team-hg,
body.dark .bftab .rank {
    color: #fff;
}
#baseball .date-picker {
    height: 48px;
}
#baseball #tools.tools {
    margin-top: 0;
}
#baseball #database #info {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(10, 112px);
    grid-column-gap: 10px;
}
#baseball #yearmonthTable1 td {
    height: 100% !important;
}
.add-info-l img {
    width: 25px;
    height: 25px;
}

.add-info img {
    width: 25px;
    height: 25px;
}
#baseball .menu2 li .on {
    border-bottom: 0;
}
#span_sbDetail {
    display: none;
}

#basketball .bftab .Leaguestitle {
    /* background-color: #e5e5e5 !important; */
}

body .mcontent > #main #min {
    padding-top: 2px;
}

#min .tools li,
#min .tools li span {
    border-radius: 16px;
}

#basketball #min .tools ul li span {
    padding: 0 10px;
    display: flex;
    margin: auto;
    height: 100%;
    align-items: center;
}

#table_live tr.upper-live-title td {
    border: none;
}

#basketball #min .tools ul li {
    margin-right: 4px;
}

#tools .on a,
#tools .on a:hover {
    font-weight: normal;
}

.crumbs span {
    margin-left: 5px;
}

@media (max-width: 1000px) {
    .idx-resultpage .status-time-sched {
        display: none !important;
    }
}

#baseball.dark table tbody td .add-div .red2  {
    background-color: #374033 !important;
    color: #fff;
}

#selectCompany .custom-option {
    cursor: pointer;
}