.loader-none {
    display: block;
}

.loader-none + [data-loader="loadVue"] {
    display: none;
}

.loader-none #min {
    height: 100vh
}

html body #main #left {
    background-color: transparent !important;
}

html body #main #left .lrdiv {
    background-color: #fff !important;
}

html body #main #left .lrdiv .lr_tit {
    border: unset !important;
}

html body #main #left .lrdiv .lrdiv-title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 17px 10px 11px 10px;
    line-height: 20px;
}

html body.dark #main #left {
    background-color: transparent !important;
}

html body.dark #main #left .lrdiv {
    background-color: #1a1a1a !important;
}

.other-leagues {
    padding: 6px 0 8px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.other-leagues .nation {
    width: 100%;
}

.other-leagues .nation .nation-item {
    height: calc(18px + 4px * 2);
    padding: 4px 10px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: center;
    user-select: none;
    cursor: pointer;
    color: #070f03;
    transition: 0.2s linear;
}

.other-leagues .nation .nation-item-image {
    width: 26px;
    height: 16px;
    object-position: center;
    object-fit: scale-down;
}

.other-leagues .nation .nation-item-name {
    flex: 1;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.other-leagues .nation .nation-item-icon {
    width: 16px;
    height: 16px;
    transform: rotate(-90deg);
    transition: 0.175s all linear;
}

.other-leagues .nation .nation-item:hover {
    background: #e3f1eb;
}

.other-leagues .nation .nation-leagues {
    display: none;
}

.other-leagues .nation .nation-leagues ul {
    width: 100%;
    padding: 6px 10px 0 10px;
    box-sizing: border-box;
}

.other-leagues .nation .nation-leagues ul .nation-leagues-item a {
    height: 18px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    text-decoration: none;
    padding: 4px 16px 4px 12px;
    color: #070f03;
    transition: 0.2s linear;
}

.other-leagues .nation .nation-leagues ul .nation-leagues-item a img {
    width: 16px;
    height: 16px;
    object-fit: scale-down;
    object-position: center;
}

.other-leagues .nation .nation-leagues ul .nation-leagues-item a span {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.other-leagues .nation .nation-leagues ul .nation-leagues-item a:hover {
    background: #e3f1eb;
}

.other-leagues .nation.nation-expand .nation-item-icon {
    transform: rotate(0deg);
}

body.dark .leftnav li a:hover {
    background: linear-gradient(90deg, #01311e 0%, #000e09 100%);
}

body.dark .other-leagues .nation .nation-item {
    color: #f2f2f2;
}

body.dark .other-leagues .nation .nation-item:hover {
    background: linear-gradient(90deg, #01311e 0%, #000e09 100%);
}

body.dark .other-leagues .nation .nation-leagues ul .nation-leagues-item a {
    color: #f2f2f2;
}

body.dark .other-leagues .nation .nation-leagues ul .nation-leagues-item a:hover {
    background: linear-gradient(90deg, #01311e 0%, #000e09 100%);
}

#right .game-compare.g2 .list-game .game-cmpr .infos .team-rate, #right .game-compare.g2 .list-game .game-cmpr .infos .team-name, #right .game-compare.g2 .list-game .game-cmpr .infos .draw-name {
    line-height: 10px;
}

.game-compare.g2 .list-game .t-r .team-name {
    /*font-size: 10px;*/
    /*font-weight: 600;*/
    /*color: #DE6C48;*/
}

.game-compare.g2 .team-rate {
    font-size: 10px;
}

#right .game-compare.g2 .list-game .game-cmpr .infos {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.game-compare.g2 .list-game .logos > div img, .game-compare.g2 .list-game .logos {
    max-height: 24px !important;
    height: 24px !important;
    overflow: hidden;
}

@media only screen and (max-width: 1024px) {
    .menuSidebar {
        display: block;
    }

    .cz-handheld-toolbar {
        display: block;
        position: fixed;
        left: 0;
        height: 66px;
        bottom: 0;
        width: 100%;
        transition: all .3s .35s ease-in-out;
        background-color: #00301D !important;
        z-index: 1026;
    }

    .table-layout-fixed {
        table-layout: fixed;
    }

    .w-100 {
        width: 100% !important;
    }

    .d-table {
        display: table !important;
    }

    .cz-handheld-toolbar-item:first-child {
        border-right: 0;
    }

    .cz-handheld-toolbar-item {
        text-align: center;
    }

    .d-table-cell {
        display: table-cell !important;
    }

    .cz-handheld-toolbar-icon {
        display: flex;
        height: 20px;
        justify-content: center;
        font-size: 1.25rem;
        margin-bottom: 8px;
    }

    .cz-handheld-toolbar-icon img {
        height: 20px;
    }

    .cz-handheld-toolbar-label {
        display: block;
        color: #d4d4d4;
        font-size: 10px;
        text-transform: capitalize;
        line-height: 1.4;
    }

    .menu-fixed {
        height: 42px;
        margin: 12px 0;
    }

    .icon_active {
        display: none;
    }

    .cz-handheld-toolbar-item.active-sp .icon_active, .cz-handheld-toolbar-item:hover .icon_active {
        display: block;
    }

    .cz-handheld-toolbar-item.active-sp .icon_inactive, .cz-handheld-toolbar-item:hover .icon_inactive {
        display: none;
    }


    aside.menuSidebar {
        background: url("../images/line_border.svg") top center no-repeat;
        animation: 1s;
        position: fixed;
        top: 82px;
        left: 0;
        z-index: 100;
        width: 84px;
        height: calc(100vh - 182px);
        border-right-width: 1px;
        border-right-style: solid;
        border-image: radial-gradient(transparent, #14935F, transparent) 1;
    }

    aside.menuSidebar .swiper {
        height: 100%;
        width: 70px;
    }

    aside.menuSidebar .containerSideBar {
        width: 70px;
        margin-left: 6px;
        position: relative;
        height: 100%;
    }

    aside.menuSidebar .swiper-slide a {
        background: url("../images/line_border.svg") bottom center no-repeat;
        display: flex;
        height: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    aside.menuSidebar .swiper-slide a img {
        height: 24px;
    }

    aside.menuSidebar .swiper-slide a span {
        font-size: 10px;
        line-height: 1.4;
        margin-top: 3px;
        padding: 0 7px;
        font-weight: 500;
        color: #414141;
        text-align: center;
        text-transform: capitalize;
    }

    .bg-center {
        border-radius: 50%;
        position: absolute;
        width: 70px;
        left: 0;
        top: 50%;
        margin-top: -33px;
        height: 70px;
        background: #D6E3DD;
    }

    .swiper-slide .menu-icon.icon-blue {
        display: none;
    }

    aside.menuSidebar .swiper-slide.swiper-slide-active a span {
        color: #005030;
    }

    aside.menuSidebar .swiper-slide.swiper-slide-active a .menu-icon {
        display: block;
    }

    aside.menuSidebar .swiper-slide.swiper-slide-active a .menu-icon.icon-blue {
        display: none;
    }

    aside.menuSidebar .swiper-slide.swiper-slide-active a .menu-icon-active {
        display: none;
    }

    aside.menuSidebar ul {
        /*display: flex;*/
        /*width: 65px;*/
        /*height: 100%;*/
        /*flex-direction: column;*/
        /*padding-left: 3px;*/

    }

    aside.menuSidebar ul li {
        background: url("../images/line_border.svg") bottom center no-repeat;
        /*flex: 0 0 calc(14.2857142857%);*/
        /*display: flex;*/
        /*align-items: center;*/
        /*justify-content: center;*/

    }

    aside.menuSidebar ul li:first-child {
        background: url("../images/line_border.svg") top center no-repeat;
    }

    aside.menuSidebar ul li a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        align-items: center;
        padding: 2px 4px 0;
    }

    aside.menuSidebar ul li a span {
        font-size: 10px;
        line-height: 1.4;
        margin-top: 3px;
        color: #414141;
        /*font-weight: bold;*/
    }

    aside.menuSidebar ul li a img {
        height: 24px;
    }

    aside.menuSidebar ul li.active-side a {
        height: 65px;
        width: 65px;
        max-width: 65px;
        max-height: 65px;
        flex: 1 1 65px;
        padding: 0;
    }

    aside.menuSidebar ul li.active-side a span {
        color: #fff;
    }

    aside.menuSidebar ul li.active-side a {
        background: rgb(3, 69, 43);
        border-radius: 50%;

        background: linear-gradient(90deg, rgba(3, 69, 43, 1) 0%, rgba(17, 166, 105, 1) 50%, rgba(3, 69, 43, 1) 100%);
    }


}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 500px) {
}

@media only screen and (max-width: 390px) {
    aside.menuSidebar ul li a span {
        font-size: 8px;
    }

    aside.menuSidebar ul li a img {
        height: 18px;
    }
}


#menuMainSw {
    margin-bottom: 9px;
    max-height: 58px;
    overflow: hidden;
}

#menuMainSw .swiper-box {
    display: flex;
    text-decoration: none !important;
    justify-content: center;
    align-items: center;
    /*width: calc(100% - 8px);*/
    height: 44px;
    animation: .5s;
    border-radius: 5px;
    background-color: #00301d;

}

.swiperMenu {
    max-height: 58px;
    overflow: hidden;
}

#menuMainSw .swiper-box span {
    font-size: 14px;
    color: #99b9ac;
}

.swiper-box-icon {
    width: 32px;
    height: 32px;
    margin-right: 6px;
}

.swiper-box-icon img {
    width: 100%;
}

.swiper-box-icon .swiper-menu-icon.icon-active {
    display: none;
}

.container-mix {
    max-width: 1208px;
    margin-right: auto;
    margin-left: auto;
}

#menuMainSw .swiper-box.active {
    background-color: #ffffff;
}

#menuMainSw .swiper-box.active span {
    color: #005030!important;
    font-weight: 700;
}

.dark #menuMainSw .swiper-box.active span {
    color: #005030!important;
}

#menuMainSw .swiper-box.active .swiper-box-icon .swiper-menu-icon {
    display: none;
}

#menuMainSw .swiper-box.active .swiper-box-icon .swiper-menu-icon.icon-active {
    display: block;
}


#menuMainSwSub {
    background-color: var(--second-color);
    border-radius: 4px 4px 0 0;
}

#menuMainSwSub .menu-sub-item {
    padding: 5px 0 2px;
    border-bottom: 3px solid var(--second-color);
}

#menuMainSwSub .menu-sub-item a {
    display: block;
    width: 100%;
    text-decoration: none;
    line-height: 35px;
    text-align: center;
    border-right: 1px solid #005030;
}

#menuMainSwSub .menu-sub-item a .text-mb {
    color: white;
    position: relative;
    font-size: 14px;
    font-weight: bold;
}

#menuMainSwSub .menu-sub-item a .newMark {
    position: absolute;
    right: -100%;
    top: -5px;
    height: 13px;
    line-height: 13px;
    font-size: 10px;
    font-weight: normal;
    background: #fb2b1c;
    color: #fff;
    padding: 0;
    border-radius: 2px 0;
    z-index: 7;
    width: 28px;
    text-align: center;
}

#menuMainSwSub .menu-sub-item a .fav_count {
    top: 0;

}

#menuMainSwSub .menu-sub-item.on, #menuMainSwSub .menu-sub-item:hover {
    border-bottom-color: #ffffff;
    background: #337359;
}

.sub-icon-box {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .container-mix {
        width: 100%;
    }

    #menuMainSw {
        max-height: 70px;
        margin-bottom: 10px;
    }

    #menuMainSw .swiper-box {
        flex-direction: column;
        height: 70px;
        padding: 7px 6px;
        justify-content: space-between;
        align-items: center;
        flex-shrink: 0;
        border-radius: 8px;
        box-sizing: border-box;
        margin-right: 6.5px !important;
    }

    .menuMainSp {
        width: 100%;
        overflow: hidden;
    }

    #menuMainSw .swiper-box-icon {
        width: 30px;
        height: 30px;
        margin-right: 0;
        margin-bottom: 4px;
    }

    #menuMainSw .swiper-box span {
        font-size: 14px;
        text-align: center;
    }

    .sticky {
        margin-top: 200px;
    }

    .sticky #header-wrapper-sp .topBar-sp {
        position: fixed;
        top: 0;
        z-index: 999;
        background-color: var(--primary-color) !important;
        width: 100%;
    }

    #header-wrapper-sp.sticky .mainBar-sp, #header-wrapper-sp.sticky .bottomBar-sp {
        /*display: none;*/
    }

    .sw001 {
        padding: 0 8px;
    }

    .container-mix.mix-mb, .container-mix.mix-mb #menuMainSwSub {
        background-color: #e6e6e6;
    }

    #menuMainSwSub .swiper-slide {
        width: auto;
    }

    .sub-icon-box {
        text-align: center;
        display: block;
        margin-bottom: 2px;
    }

    #menuMainSwSub .menu-sub-item.on .sub-icon-box img.sub-icon-box-icon {
        display: none;
    }

    #menuMainSwSub .menu-sub-item.on .sub-icon-box img.sub-icon-box-icon.sub-icon-box-icon-active {
        display: inline-block;
    }

    .sub-icon-box img, .sub-icon-box {
        height: 20px;
    }

    .sub-icon-box-icon.sub-icon-box-icon-active {
        display: none;
    }

    #menuMainSwSub .menu-sub-item a .ct-t {
        flex-grow: 1;
        flex-shrink: 1;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #menuMainSwSub .menu-sub-item a .text-mb {
        font-size: 10px;
        line-height: 1.1;
        color: #717171;
        display: inline-table;
        width: 100%;
        text-align: center;
    }

    #menuMainSwSub .menu-sub-item a {
        border-right: 0;
        display: flex;
        width: 100%;
        line-height: 14px;
        height: 100%;
        flex-direction: column;
        justify-content: center;
    }

    #menuMainSwSub .menu-sub-item {
        background-color: #f2f2f2;
        padding: 6px;
        border-bottom: 0;
        width: 63px;
        height: 51px;

        align-items: center;
        flex-shrink: 0;
        border-radius: 4px;
    }

    #menuMainSwSub .menu-sub-item a .fav_count {
        position: unset;
        display: block;
        margin-left: 50%;
        transform: translateX(-50%);
    }

    #menuMainSwSub .menu-sub-item.on, #menuMainSwSub .menu-sub-item:hover {
        background: #E9F6F1;
    }

    #menuMainSwSub .menu-sub-item.on a .text-mb {
        color: #005030;
    }
}

@media only screen and (max-width: 768px) {
    #menuMainSw .swiper-box {
        flex-direction: column;
        height: 58px;
        padding: 7px 6px;
        justify-content: space-between;
        align-items: center;
        flex-shrink: 0;
        border-radius: 8px;
    }

    .menuMainSp {
        width: 100%;
        overflow: hidden;
    }

    #menuMainSw .swiper-box-icon {
        width: 28px;
        height: 28px;
        margin-right: 0;
        margin-bottom: 4px;
    }

    #menuMainSw .swiper-box span {
        font-size: 10px;
        text-align: center;
    }
}
