:root {
    --text-primary: #15825f;
    --primary-color: #005030;
    --second-color: #03472c;
    --down: green;
    --up: red;
    --menu-active-color: #e3f1eb;
    --menu-bg: #f9f9f9;
}

.dark {
    --text-primary: #15825f;
    --primary-color: #005030;
    --second-color: #03472c;
    --active-color: #005030;
    --menu-bg: #1a1a1a;
}

body.dark {
    background-color: #030405 !important;
}

.version-2 {
    width: 1208px !important;
    background-color: #e5e5e5 !important;
    display: flex;
    justify-content: space-between;
}

.dark .version-2 {
    background-color: #ffffff00 !important;
}

.crumbs {
    width: 1208px !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.crumbs a.off {
    color: #717171 !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

#breadcrumbs {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--menu-text-color1);
}

#left {
    width: 188px !important;
    border-radius: 4px;
    background-color: #ffffff !important;
}

.dark #left {
    background-color: #1a1a1a !important;
}

.version-2 #i_main {
    width: 1004px;
    background: #fff0 !important;
}

.second-version .sub_menu.league {
    display: flex;
    border: none;
    margin: 0 -6px 16px;
}

.second-version .table-v2 table {
    background-color: #fbfbfb;
}

.dark .second-version .table-v2 table {
    background-color: #fbfbfb08;
}

.second-version .table-v2 table tr {
    height: 40px;
    font-size: 12px;
    background-color: #ffffff;
}

.dark .second-version .table-v2 table tr {
    background-color: #1a1a1a !important;
    border-bottom: 2px solid #151515;
}

.dark .second-version .table-v2 table th {
    background: #374033;
    border-right: 1px solid #070f03 !important;
}

#ScoreGroupTab tbody tr:first-child {
    display: none;
}

#ScoreGroupTab tbody tr:nth-child(2) {
    background: white !important;
}

.second-version .table-v2 table tr {
    border-bottom: 2px solid #d4d4d4;
}

.second-version .table-v2 table .groupTitle {
    background: white !important;
    border-top: 1px solid var(--black20);
    font-weight: bold;
    color: #666;
}
.second-version .table-v2 table .groupTabTitle {
    background: white !important;
    border-top: 1px solid var(--black20);
    font-weight: bold;
    color: #666;
}

.dark .second-version .table-v2 table .groupTitle,
.dark .second-version .table-v2 table .groupTabTitle {
    background: #374033 !important;
    border-right: 1px solid #070f03 !important;
    color: #999;
}

.second-version .table-v2 table tbody tr:first-child th {
    background: white;
    border: none !important;
    padding: 0;
    border-right: 1px solid #e6e6e6 !important;
}

.dark .second-version .table-v2 table tbody tr:first-child th {
    background: #374033;
    border-right: 1px solid #070f03 !important;
}

.dark .tdlink {
    border: none !important;
}

.dark .tdlink > tbody > tr > td {
    border: none !important;
}

.second-version .table-v2 table tbody tr td,
th {
    padding-left: 5px;
    padding-right: 5px;
}

.second-version .sub_menu.menu {
    display: flex;
    border: none;
    margin: 0 -6px 7px;
}

.second-version .sub_menu.menu a {
    height: 34px;
    line-height: 34px;
    text-align: center;
    gap: 10px;
    border-radius: 4px;
    background: #eeeeee;
    margin: 0 6px;
    font-size: 12px;
    font-weight: 500;
}

.dark .second-version .sub_menu.menu a {
    background: #00100a;
}

.second-version .sub_menu.menu a.on {
    background: var(--primary-color);
    color: white;
}

.second-version .sub_menu.menu a:not(.on):hover {
    background: rgba(255, 255, 255);
    color: rgba(0, 64, 38, .8);
}

.second-version .sub_menu.menu a:not(.on):active {
    background: rgba(0, 64, 38, .8);
    color: white;
}

.nav_select_v2 {
    width: 100%;
    background-color: #e5e5e5 !important;
    padding: 0 !important;
}

.dark .nav_select_v2 {
    background: #00100a !important;
}

.nav_select_v2 ul {
    display: flex;
    margin: 0 0 0 1px;
}

.nav_select_v2 ul li {
    flex: 1;
    text-align: center;
    background-color: white !important;
    color: black !important;
    height: 34px;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 0 !important;
    border-radius: 0px !important;
}

.nav_select_v2 ul .nav_selected {
    background: var(--primary-color) !important;
    color: white !important;
    font-weight: bold;
}

.main_title {
    height: 40px !important;
    line-height: 40px !important;
}

.second-version .info_title_left .selectbox select {
    height: 30px;
    padding: 6px 30px 6px 10px;
    gap: 4px;
    border-radius: 60px;
    margin-right: 10px;
    margin-top: 10px;
    border: 1px solid #bbbbbb;
    background: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    background-image: url(../../images/CaretDown.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right 0.7em top 50%, 0 0;
}
body.dark .second-version .info_title_left .selectbox select {
    border: 1px solid transparent;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

#new_date_me .da_nav,
.da_nav_on {
    background-color: #ffffff !important;
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #070f03 !important;
    font-weight: 700;
    text-transform: uppercase;
    border: none !important;
    padding-left: 10px !important;
    height: 40px;
}

#new_date_me div:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#new_date_me .left_list3 {
    background-color: var(--menu-bg) !important;
}

#new_date_me .left_list,
.left_list_on,
.left_list3 ul li {
    height: 40px;
    line-height: 40px;
    display: flex;
    align-items: center;
    font-weight: 700;
    cursor: pointer;
    border: none !important;
    color: #414141 !important;
    font-size: 14px;
}

.left_list3 li .on,
.left_list3 li .on:visited {
    background-color: var(--menu-active-color) !important;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: #070f03 !important;
}

.dark .left_list3 li .on,
.dark .left_list3 li .on:visited {
    color: #fff !important;
}

#new_date_me .left_list3 {
    width: 100%;
}
.left_list3 ul li a:hover {
    background: none !important;
}

#new_date_me .left_list3 ul li:hover {
    width: 100%;
    background-color: var(--menu-active-color) !important;
}
.dark #new_date_me .left_list3 ul li:hover {
    width: 100%;
    background-color: #005030 !important;
}

#new_date_me .left_list,
.left_list_on {
    padding-left: 10px !important;
}

#new_date_me .left_list3 ul li a {
    padding-left: 20px !important;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: normal;
}

#new_date_me .left_list_on,
#new_date_me .left_list {
    background-color: #ffffff !important;
    display: flex;
    align-items: center;
}

.dark #new_date_me .left_list_on,
.dark #new_date_me .left_list {
    background-color: var(--menu-bg) !important;
    color: #ffffff !important;
}

.dark #new_date_me .da_nav,
.dark .da_nav_on {
    background-color: var(--menu-bg) !important;
    color: #ffffff !important;
}

.left_list:before,
.left_list_on:before {
    width: 16px !important;
    height: 16px !important;
    background-color: #00000000 !important;
    right: 10px !important;
    left: auto !important;
    border: 0 !important;
    transform: none !important;
}
.left_list:before,
.da_nav:before {
    background: url(/assets/images/icon_arrow_right.svg);
}

.left_list_on:before,
.da_nav_on:before {
    background: url(/assets/images/icon_arrow_down.svg);
}
.left_list:after,
.left_list3 li a:before,
.left_list3 li a:after {
    width: 0 !important;
    height: 0 !important;
    background-color: #ffffff !important;
}

.da_nav_on:before,
.da_nav:before {
    width: 16px !important;
    height: 16px !important;
    right: 3px !important;
    left: auto !important;
    background-color: #00000000 !important;
    border: 0 !important;
    transform: rotate(0) !important;
    margin-top: 5px;
}

.second-version .tdlink.lh17 tr td .score {
    font-family: "Inter";
}

.dark #selectName {
    background: #004026 !important;
    color: #ffffff !important;
}
.w-100 {
    width: 100%;
}
.wrap {
    flex-wrap: wrap;
}
.text-left {
    text-align: left !important;
}

.no-item-found {
    position: relative;
    z-index: 8;
}
.no-item-found:after {
    content: "Đang cập nhật...";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    z-index: 9;
}
body.dark .red {
    color: #e5e5e5 !important;
}


#returnTop{
    display: none !important;
}
