#scrollIframe .loader-none {
    display: block;
}
#scrollIframe .loader-none + [data-loader="loadVue"] {
    display: none;
}
#scrollIframe .loader-none #min {
    height: 100vh;
}
#scrollIframe html body #main #left {
    background-color: transparent !important;
}
#scrollIframe html body #main #left .lrdiv {
    background-color: #fff !important;
}
#scrollIframe html body #main #left .lrdiv .lr_tit {
    border: unset !important;
}
#scrollIframe html body #main #left .lrdiv .lrdiv-title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 17px 10px 11px 10px;
    line-height: 20px;
}
#scrollIframe html body.dark #main #left {
    background-color: transparent !important;
}
#scrollIframe html body.dark #main #left .lrdiv {
    background-color: #1a1a1a !important;
}
#scrollIframe .other-leagues {
    padding: 6px 0 8px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
#scrollIframe .other-leagues .nation {
    width: 100%;
}
#scrollIframe .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;
}
#scrollIframe .other-leagues .nation .nation-item-image {
    width: 26px;
    height: 16px;
    object-position: center;
    object-fit: scale-down;
}
#scrollIframe .other-leagues .nation .nation-item-name {
    flex: 1;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#scrollIframe .other-leagues .nation .nation-item-icon {
    width: 16px;
    height: 16px;
    transform: rotate(-90deg);
    transition: 0.175s all linear;
}
#scrollIframe .other-leagues .nation .nation-item:hover {
    background: #e3f1eb;
}
#scrollIframe .other-leagues .nation .nation-leagues {
    display: none;
}
#scrollIframe .other-leagues .nation .nation-leagues ul {
    width: 100%;
    padding: 6px 10px 0 10px;
    box-sizing: border-box;
}
#scrollIframe .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;
}
#scrollIframe .other-leagues .nation .nation-leagues ul .nation-leagues-item a img {
    width: 16px;
    height: 16px;
    object-fit: scale-down;
    object-position: center;
}
#scrollIframe .other-leagues .nation .nation-leagues ul .nation-leagues-item a span {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#scrollIframe .other-leagues .nation .nation-leagues ul .nation-leagues-item a:hover {
    background: #e3f1eb;
}
#scrollIframe .other-leagues .nation.nation-expand .nation-item-icon {
    transform: rotate(0deg);
}
#scrollIframe body.dark .leftnav li a:hover {
    background: linear-gradient(90deg, #01311e 0%, #000e09 100%);
}
#scrollIframe body.dark .other-leagues .nation .nation-item {
    color: #f2f2f2;
}
#scrollIframe body.dark .other-leagues .nation .nation-item:hover {
    background: linear-gradient(90deg, #01311e 0%, #000e09 100%);
}
#scrollIframe body.dark .other-leagues .nation .nation-leagues ul .nation-leagues-item a {
    color: #f2f2f2;
}
#scrollIframe body.dark .other-leagues .nation .nation-leagues ul .nation-leagues-item a:hover {
    background: linear-gradient(90deg, #01311e 0%, #000e09 100%);
}
#scrollIframe #right .game-compare.g2 .list-game .game-cmpr .infos .team-rate, #scrollIframe #right .game-compare.g2 .list-game .game-cmpr .infos .team-name, #scrollIframe #right .game-compare.g2 .list-game .game-cmpr .infos .draw-name {
    line-height: 10px;
}
#scrollIframe .game-compare.g2 .list-game .t-r .team-name {
    /*font-size: 10px;
    */
    /*font-weight: 600;
    */
    /*color: #DE6C48;
    */
}
#scrollIframe .game-compare.g2 .team-rate {
    font-size: 10px;
}
#scrollIframe #right .game-compare.g2 .list-game .game-cmpr .infos {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}
#scrollIframe .game-compare.g2 .list-game .logos > div img, #scrollIframe .game-compare.g2 .list-game .logos {
    max-height: 24px !important;
    height: 24px !important;
    overflow: hidden;
}
@media only screen and (max-width: 1024px) {
    #scrollIframe .menuSidebar {
        display: block;
    }
    #scrollIframe .cz-handheld-toolbar {
        display: block;
        position: fixed;
        left: 0;
        height: 66px;
        bottom: 0;
        width: 100%;
        transition: all 0.3s 0.35s ease-in-out;
        background-color: #00301d !important;
        z-index: 1026;
    }
    #scrollIframe .table-layout-fixed {
        table-layout: fixed;
    }
    #scrollIframe .w-100 {
        width: 100% !important;
    }
    #scrollIframe .d-table {
        display: table !important;
    }
    #scrollIframe .cz-handheld-toolbar-item:first-child {
        border-right: 0;
    }
    #scrollIframe .cz-handheld-toolbar-item {
        text-align: center;
    }
    #scrollIframe .d-table-cell {
        display: table-cell !important;
    }
    #scrollIframe .cz-handheld-toolbar-icon {
        display: flex;
        height: 20px;
        justify-content: center;
        font-size: 1.25rem;
        margin-bottom: 8px;
    }
    #scrollIframe .cz-handheld-toolbar-icon img {
        height: 20px;
    }
    #scrollIframe .cz-handheld-toolbar-label {
        display: block;
        color: #d4d4d4;
        font-size: 10px;
        text-transform: capitalize;
        line-height: 1.4;
    }
    #scrollIframe .menu-fixed {
        height: 42px;
        margin: 12px 0;
    }
    #scrollIframe .icon_active {
        display: none;
    }
    #scrollIframe .cz-handheld-toolbar-item.active-sp .icon_active, #scrollIframe .cz-handheld-toolbar-item:hover .icon_active {
        display: block;
    }
    #scrollIframe .cz-handheld-toolbar-item.active-sp .icon_inactive, #scrollIframe .cz-handheld-toolbar-item:hover .icon_inactive {
        display: none;
    }
    #scrollIframe 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;
    }
    #scrollIframe aside.menuSidebar .swiper {
        height: 100%;
        width: 70px;
    }
    #scrollIframe aside.menuSidebar .containerSideBar {
        width: 70px;
        margin-left: 6px;
        position: relative;
        height: 100%;
    }
    #scrollIframe 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;
    }
    #scrollIframe aside.menuSidebar .swiper-slide a img {
        height: 24px;
    }
    #scrollIframe 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;
    }
    #scrollIframe .bg-center {
        border-radius: 50%;
        position: absolute;
        width: 70px;
        left: 0;
        top: 50%;
        margin-top: -33px;
        height: 70px;
        background: #d6e3dd;
    }
    #scrollIframe .swiper-slide .menu-icon.icon-blue {
        display: none;
    }
    #scrollIframe aside.menuSidebar .swiper-slide.swiper-slide-active a span {
        color: #005030;
    }
    #scrollIframe aside.menuSidebar .swiper-slide.swiper-slide-active a .menu-icon {
        display: block;
    }
    #scrollIframe aside.menuSidebar .swiper-slide.swiper-slide-active a .menu-icon.icon-blue {
        display: none;
    }
    #scrollIframe aside.menuSidebar .swiper-slide.swiper-slide-active a .menu-icon-active {
        display: none;
    }
    #scrollIframe aside.menuSidebar ul {
        /*display: flex;
        */
        /*width: 65px;
        */
        /*height: 100%;
        */
        /*flex-direction: column;
        */
        /*padding-left: 3px;
        */
    }
    #scrollIframe 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;
        */
    }
    #scrollIframe aside.menuSidebar ul li:first-child {
        background: url("../images/line_border.svg") top center no-repeat;
    }
    #scrollIframe aside.menuSidebar ul li a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        align-items: center;
        padding: 2px 4px 0;
    }
    #scrollIframe aside.menuSidebar ul li a span {
        font-size: 10px;
        line-height: 1.4;
        margin-top: 3px;
        color: #414141;
        /*font-weight: bold;
        */
    }
    #scrollIframe aside.menuSidebar ul li a img {
        height: 24px;
    }
    #scrollIframe aside.menuSidebar ul li.active-side a {
        height: 65px;
        width: 65px;
        max-width: 65px;
        max-height: 65px;
        flex: 1 1 65px;
        padding: 0;
    }
    #scrollIframe aside.menuSidebar ul li.active-side a span {
        color: #fff;
    }
    #scrollIframe aside.menuSidebar ul li.active-side a {
        background: #03452b;
        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: 390px) {
    #scrollIframe aside.menuSidebar ul li a span {
        font-size: 8px;
    }
    #scrollIframe aside.menuSidebar ul li a img {
        height: 18px;
    }
}
#scrollIframe #menuMainSw {
    margin-bottom: 9px;
    max-height: 58px;
    overflow: hidden;
}
#scrollIframe #menuMainSw .swiper-box {
    display: flex;
    text-decoration: none !important;
    justify-content: center;
    align-items: center;
    /*width: calc(100% - 8px);
    */
    height: 44px;
    animation: 0.5s;
    border-radius: 5px;
    background-color: #00301d;
}
#scrollIframe .swiperMenu {
    max-height: 58px;
    overflow: hidden;
}
#scrollIframe #menuMainSw .swiper-box span {
    font-size: 14px;
    color: #99b9ac;
}
#scrollIframe .swiper-box-icon {
    width: 32px;
    height: 32px;
    margin-right: 6px;
}
#scrollIframe .swiper-box-icon img {
    width: 100%;
}
#scrollIframe .swiper-box-icon .swiper-menu-icon.icon-active {
    display: none;
}
#scrollIframe .container-mix {
    max-width: 1208px;
    margin-right: auto;
    margin-left: auto;
}
#scrollIframe #menuMainSw .swiper-box.active {
    background-color: #fff;
}
#scrollIframe #menuMainSw .swiper-box.active span {
    color: #005030;
    font-weight: 700;
}
#scrollIframe #menuMainSw .swiper-box.active .swiper-box-icon .swiper-menu-icon {
    display: none;
}
#scrollIframe #menuMainSw .swiper-box.active .swiper-box-icon .swiper-menu-icon.icon-active {
    display: block;
}
#scrollIframe #menuMainSwSub {
    background-color: var(--second-color);
    border-radius: 4px 4px 0 0;
}
#scrollIframe #menuMainSwSub .menu-sub-item {
    padding: 5px 0 2px;
    border-bottom: 3px solid var(--second-color);
}
#scrollIframe #menuMainSwSub .menu-sub-item a {
    display: block;
    width: 100%;
    text-decoration: none;
    line-height: 35px;
    text-align: center;
    border-right: 1px solid #005030;
}
#scrollIframe #menuMainSwSub .menu-sub-item a .text-mb {
    color: white;
    position: relative;
    font-size: 14px;
    font-weight: bold;
}
#scrollIframe #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;
}
#scrollIframe #menuMainSwSub .menu-sub-item a .fav_count {
    top: 0;
}
#scrollIframe #menuMainSwSub .menu-sub-item.on, #scrollIframe #menuMainSwSub .menu-sub-item:hover {
    border-bottom-color: #fff;
    background: #337359;
}
#scrollIframe .sub-icon-box {
    display: none;
}
@media only screen and (max-width: 1024px) {
    #scrollIframe .container-mix {
        width: 100%;
    }
    #scrollIframe #menuMainSw {
        max-height: 70px;
        margin-bottom: 21px;
    }
    #scrollIframe #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;
    }
    #scrollIframe .menuMainSp {
        width: 100%;
        overflow: hidden;
    }
    #scrollIframe #menuMainSw .swiper-box-icon {
        width: 30px;
        height: 30px;
        margin-right: 0;
        margin-bottom: 4px;
    }
    #scrollIframe #menuMainSw .swiper-box span {
        font-size: 14px;
        text-align: center;
    }
    #scrollIframe #header-wrapper-sp.sticky {
        position: fixed;
        top: 0;
        z-index: 999;
    }
    #scrollIframe #header-wrapper-sp.sticky .mainBar-sp, #scrollIframe #header-wrapper-sp.sticky .bottomBar-sp {
        display: none;
    }
    #scrollIframe .sw001 {
        padding: 0 8px;
    }
    #scrollIframe .container-mix.mix-mb, #scrollIframe .container-mix.mix-mb #menuMainSwSub {
        background-color: #e6e6e6;
    }
    #scrollIframe #menuMainSwSub .swiper-slide {
        width: auto;
    }
    #scrollIframe .sub-icon-box {
        text-align: center;
        display: block;
        margin-bottom: 2px;
    }
    #scrollIframe #menuMainSwSub .menu-sub-item.on .sub-icon-box img.sub-icon-box-icon {
        display: none;
    }
    #scrollIframe #menuMainSwSub .menu-sub-item.on .sub-icon-box img.sub-icon-box-icon.sub-icon-box-icon-active {
        display: inline-block;
    }
    #scrollIframe .sub-icon-box img, #scrollIframe .sub-icon-box {
        height: 20px;
    }
    #scrollIframe .sub-icon-box-icon.sub-icon-box-icon-active {
        display: none;
    }
    #scrollIframe #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;
    }
    #scrollIframe #menuMainSwSub .menu-sub-item a .text-mb {
        font-size: 10px;
        line-height: 1.1;
        color: #717171;
        display: inline-table;
        width: 100%;
        text-align: center;
    }
    #scrollIframe #menuMainSwSub .menu-sub-item a {
        border-right: 0;
        display: flex;
        width: 100%;
        line-height: 14px;
        height: 100%;
        flex-direction: column;
        justify-content: center;
    }
    #scrollIframe #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;
    }
    #scrollIframe #menuMainSwSub .menu-sub-item a .fav_count {
        position: unset;
        display: block;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    #scrollIframe #menuMainSwSub .menu-sub-item.on, #scrollIframe #menuMainSwSub .menu-sub-item:hover {
        background: #e9f6f1;
    }
    #scrollIframe #menuMainSwSub .menu-sub-item.on a .text-mb {
        color: #005030;
    }
}
@media only screen and (max-width: 768px) {
    #scrollIframe #menuMainSw .swiper-box {
        flex-direction: column;
        height: 58px;
        padding: 7px 6px;
        justify-content: space-between;
        align-items: center;
        flex-shrink: 0;
        border-radius: 8px;
    }
    #scrollIframe .menuMainSp {
        width: 100%;
        overflow: hidden;
    }
    #scrollIframe #menuMainSw .swiper-box-icon {
        width: 28px;
        height: 28px;
        margin-right: 0;
        margin-bottom: 4px;
    }
    #scrollIframe #menuMainSw .swiper-box span {
        font-size: 10px;
        text-align: center;
    }
}
 