@charset "utf-8";
html {
    position: relative;
    height: 100%;
}
body {
    background: #1a1d23;
    font-family:
        system-ui,
        -apple-system,
        "Segoe UI",
        Roboto,
        "Helvetica Neue",
        "Noto Sans",
        "Liberation Sans",
        Arial,
        sans-serif;
    min-height: 100%;
    color: #eee;
    overflow-x: hidden;
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 400;
    padding: 0;
    margin: 0;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}
body.body-fixed {
    height: 100%;
    overflow: hidden;
}
a {
    color: #fff;
    text-decoration: none !important;
    outline: 0;
}
a:hover {
    color: #25ff70;
}
.btn,
button {
    border: none !important;
    font-size: 14px;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 0;
    font-weight: 500;
    padding: 0.5rem 1rem;
}
.vb-btn {
    padding: 0.75rem 1.5rem;
    border-radius: 0.4rem;
}
.btn {
    color: #888;
}
.btn:hover {
    color: #aaa;
}
.btn-blank {
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: 0 0 !important;
}
.btn-primary {
    background: #25ff70 !important;
    color: #111 !important;
}
.btn-primary:hover {
    background: #25ff70;
    color: #111;
}
.btn-primary.btn-shadow {
    box-shadow: 0 0 10px rgba(37, 255, 112, 0.3) !important;
}
.btn-primary.btn-shadow.btn-lg {
    box-shadow: 0 0 20px rgba(37, 255, 112, 0.3) !important;
}
.btn-primary.btn-shadow:hover {
    box-shadow: 0 0 25px rgba(37, 255, 112, 0.3) !important;
}
.btn-betnow {
    background-color: #fbb226 !important;
    color: #000 !important;
}
.btn-light {
    color: #111 !important;
    background: #fff;
}
.btn-sm {
    font-size: 12px;
    line-height: 1.5em;
    padding: 2px 10px;
}
.btn-lg {
    font-size: 18px;
    padding: 12px 20px;
}
.btn-radius {
    border-radius: 30px;
}
.bg-success {
    background: #00a872 !important;
}
.bg-vebo {
    background: #8f6fd7 !important;
    color: #fff !important;
}
.bg-secondary {
    background: #737782 !important;
    color: #fff !important;
}
.text-vebo {
    color: #e3c2ff !important;
}
.highlight {
    color: #25ff70 !important;
}
.icon-16,
.icon-20,
.icon-24,
.league-icon {
    width: 20px !important;
    height: 20px !important;
    line-height: 1;
    display: block;
    font-size: 0;
    position: relative;
}
.icon-16 {
    width: 16px !important;
    height: 16px !important;
}
.icon-24 {
    width: 24px !important;
    height: 24px !important;
}
.icon-16 img,
.icon-20 img,
.icon-24 img,
.league-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.item-league {
    line-height: 20px;
}
.item-league.line-16 {
    line-height: 16px;
    display: block;
}
.item-league.line-16 .league-icon {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.3;
}
b,
strong {
    font-weight: 700;
}
.form-check-input {
    background: 0 0;
    border-color: #444;
    margin-top: 3px;
}
.hovertext {
    color: #fff;
}
.hovertext:hover {
    color: #d0d0d0;
}
.hl-link {
    color: #cc3b3b;
}
.form-control::placeholder {
    color: #666;
}
.no-bullets {
    padding: 0;
    list-style: none;
}
.no-bullets li {
    list-style: none;
}
.dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #666;
    display: inline-block;
    margin: 2px 6px;
}
#sidebar-menu,
#totop,
.form-control,
.native-effect {
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
}
.user_avatar {
    padding-bottom: 100%;
    border-radius: 50%;
}
.headlineA1 {
    font-size: 1.6em;
    margin-bottom: 15px;
}
.headlineA2 {
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 15px;
}
.headlineA3 {
    font-size: 1.1em;
    font-weight: 600;
    margin-bottom: 15px;
}
.headlineB1 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}
.headlineC1 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}
.club .club-name,
.item-info .latest-detail span,
.item-league,
.item-league span,
.title-cut,
.tld-name {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    white-space: nowrap;
}
.host-list .item .description,
.news-big .news-detail .description,
.news-list .item .news-title,
.player .name,
.team-name span.v-center,
.text-cut,
.video-list .item .video-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.user-avatar {
    width: 100%;
    padding-bottom: 100%;
    height: 0;
    display: inline-block;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}
.btn-avatar img,
.team-logo .team-logo-img,
.user-avatar img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: contain;
    width: 100%;
    height: 100%;
    filter: drop-shadow(1px 1px 0 #fff) drop-shadow(-1px -1px 0 white) drop-shadow(1px -1px 0 white)
        drop-shadow(-1px 1px 0 white);
    -webkit-filter: drop-shadow(1px 1px 0 #fff) drop-shadow(-1px -1px 0 white) drop-shadow(1px -1px 0 white)
        drop-shadow(-1px 1px 0 white);
}
.team-logo {
    display: block;
    position: relative;
    height: 60px;
    width: 60px;
}
.container {
    max-width: 1360px;
    width: 100% !important;
}
#app-web {
    width: 100%;
}
#logo {
    display: block;
    float: left;
    margin: 0 30px 0 0;
    position: relative;
}
#logo img {
    height: 40px;
    width: auto;
}
.space {
    float: left;
    width: 4px;
    height: 40px;
    position: relative;
    margin-right: 25px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
#header {
    /* height: 60px; */
    padding: 10px 0;
    position: relative;
    z-index: 99;
}
#header {
    background: #00af66;
    background: linear-gradient(90deg, #00af66 0, #0077b5 100%);
}
#header {
    background: rgba(0, 0, 0, 0.4);
}
#header .container {
    position: relative;
}
#header .for-mobile {
    display: none;
}
.header-nav {
    float: left;
}
.header-nav li {
    float: left;
    margin: 0 5px;
    position: relative;
}
.header-nav li a {
    padding: 0 8px;
    line-height: 40px;
    display: block;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    cursor: pointer;
    color: #fff;
}
.header-nav li > a {
    text-transform: uppercase;
}
.header-nav li a.dropdown-item {
    font-weight: 400;
    padding: 8px 10px !important;
    font-size: 14px;
    opacity: 0.9;
}
.header-nav li.active a:before {
    content: "";
    width: 40px;
    height: 2px;
    background: #25ff70;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.header-nav li.submenu:hover .dropdown-menu {
    display: block !important;
}
.nav-right {
    float: right;
}
#user-display {
    float: left;
    margin-left: 10px;
    position: relative;
}
#user-display .r-btn {
    margin-left: 0;
}
.m-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 5px;
    text-align: center;
    cursor: pointer;
}
.m-btn i {
    color: #fff;
    font-size: 1.4rem;
    line-height: 40px;
}
.r-btn {
    height: 40px;
    min-width: 40px;
    text-align: center;
    width: auto;
    line-height: 40px;
    padding: 0 0.7rem;
    display: flex;
    align-items: center;
    border-radius: 0.4rem;
    background: #40434b;
    color: #fff;
    float: left;
    display: block;
    margin-left: 6px;
    cursor: pointer;
}
.r-btn:hover {
    background: #4c4f56;
}
#m-app {
    background: #25ff70;
    color: #111;
}
#m-app span {
    margin-left: 0.4rem;
    font-weight: 500;
}
#m-bet {
    background-color: #ffd608 !important;
    color: #111;
}
#m-bet:hover {
    background-color: #ffe408 !important;
}
#m-bet span {
    font-weight: 500;
}
#search {
    float: left;
    width: 260px;
    margin: 0 20px 0 0;
}
.search-content {
    width: 100%;
    position: relative;
}
.search-content .search-input {
    width: 100%;
    box-shadow: none !important;
    padding-left: 40px;
    padding-right: 15px;
    background: #3a3d44 !important;
    border: none !important;
    height: 40px;
    border-radius: 0.4rem;
    color: #fff;
    font-size: 13px;
}
#search .search-input:focus,
.search-content .search-input:hover {
    border: 2px solid rgba(255, 255, 255, 0.4);
    cursor: default;
}
.search-content .search-input::placeholder {
    color: #fff;
    opacity: 0.7;
}
.search-content .search-icon {
    position: absolute;
    line-height: 40px;
    width: 40px;
    text-align: center;
    left: 0;
    top: 0;
}
.search-content .search-result-pop {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% - 4px);
    z-index: 9;
    background-color: #3a3d44;
}
.search-content .nav-bottom {
    padding: 12px 15px;
    display: block;
    color: #25ff70;
}
.search-result-pop {
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    padding: 10px 0 0;
}
.srp-item {
    display: block;
    overflow: hidden;
    padding: 10px 12px;
}
.srp-item .srp-logo {
    width: 20px;
    height: 20px;
    float: left;
    position: relative;
}
.srp-item .srp-logo img {
    width: 100%;
    height: 100%;
    position: absolute;
}
.srp-item .srp-name {
    float: left;
    margin-left: 10px;
    font-size: 13px;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.header-nav *,
.btn,
.btn-user,
.item,
.no-select,
.r-btn,
.subs,
.tl__-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#main-wrapper {
    position: relative;
}
#footer {
    padding: 60px 0;
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-copyright {
    float: left;
    width: calc(50% - 350px);
}
.footer-copyright .footer-logo {
    clear: both;
    display: block;
    margin-bottom: 1rem;
}
.footer-copyright .footer-logo img {
    height: 40px;
    width: auto;
}
.footer-copyright .footer-logo span {
    font-size: 1.5em;
    font-weight: 500;
    line-height: 40px;
}
.footer-copyright .copyright {
    font-size: 0.8em;
    opacity: 0.6;
}
.footer_menu {
    display: block;
    width: 340px;
    float: left;
}
.footer_menu .item {
    float: left;
    width: 160px;
}
.footer_menu .item ul li {
    margin-bottom: 8px;
}
.footer_menu .item ul li a {
    font-weight: 500;
}
.footer_about {
    display: block;
    width: 50%;
    float: left;
}
.footer_about .description {
    font-size: 0.9em;
    color: rgba(255, 255, 255, 0.6);
}
.modal-backdrop {
    background-color: #191919;
}
.modal-backdrop.show {
    opacity: 0.95;
}
#modaldonate .description {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5em;
}
#sidebar-menu {
    width: 260px;
    position: fixed;
    padding: 1rem;
    top: 0;
    left: -260px;
    bottom: 0;
    z-index: 103;
    background: #2f3137;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
#sidebar-menu::-webkit-scrollbar {
    display: none;
}
#sidebar-menu.active {
    left: 0;
    opacity: 1;
}
#sidebar-menu .sm-icon {
    width: 100%;
    margin-bottom: 10px;
}
#sidebar-menu .sm-icon img {
    max-width: 100%;
    height: auto;
}
#sidebar-menu .sm-content {
    position: relative;
}
#sidebar-menu .sb-logo {
    margin-bottom: 1rem;
}
#sidebar-menu .sb-logo img {
    height: 40px;
    width: auto;
}
#sb-search {
    width: 100%;
    margin-bottom: 2rem;
}
#sb-search .search-content .search-input {
    border: none !important;
    background: #27292f !important;
}
.sm-content .item {
    margin-bottom: 2rem;
}
.sm-content .item .item-title {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 1rem;
}
.sm-content .item .sb-link {
    padding: 0.5rem 1rem;
    display: block;
    color: #8e8f92;
    cursor: pointer;
}
.sm-content .item .sb-link:hover {
    color: #25ff70;
}
#sidebar-menu-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0d0d0f;
    opacity: 0.5;
    z-index: 102;
}
#sidebar-menu-mask.active {
    display: block !important;
}
#xmenu {
    width: 100%;
    display: block;
    position: relative;
}
#xmenu .container {
    position: relative;
    height: 100%;
}
#xmenu .xm-img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 35px;
    opacity: 0;
    width: 660px;
    z-index: 3;
    overflow: hidden;
    animation: player-show 1s forwards;
}
#xmenu .xm-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}
@keyframes player-show {
    from {
        right: 55px;
        bottom: 0;
        opacity: 0;
    }
    to {
        right: 35px;
        bottom: 0;
        opacity: 1;
    }
}
.xmenu .xm-content {
    position: relative;
    padding: 30px 0;
    max-width: 660px;
    z-index: 5;
}
.xmenu .xm-content .headline {
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1.2rem;
}
.xmenu .xm-content .description {
    line-height: 1.6;
    font-size: 1.1em;
    margin-bottom: 0;
    min-height: 74px;
}
.xmenu .xm-content .buttons .btn {
    padding: 12px 20px;
}
.xmenu .xm-content .buttons .btn i {
    animation: ball-spin 2s linear infinite;
}
@keyframes ball-spin {
    100% {
        transform: rotate(360deg);
    }
}
.mw-w-sidebar {
    display: block;
}
.mw-w-sidebar .main-left {
    width: calc(50% - 10px);
    float: left;
}
.stick {
    position: absolute;
    top: 0.3rem;
    left: 0.3rem;
    font-size: 11px;
    line-height: 1em;
    font-weight: 500;
    padding: 6px 10px;
    border-radius: 20px;
    z-index: 4;
    background: #3b3d42;
}
@keyframes blind {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.score-highlight {
    animation: highlight 0.4s linear infinite;
    position: relative;
}
@keyframes highlight {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.3);
        opacity: 1;
        color: #25ff70;
    }
}
.item .league-icon {
    line-height: 1;
}
.item .league-icon img {
    height: 100%;
    width: auto;
    opacity: 0.7;
}
.item .team .team-logo {
    height: 60px;
    width: 60px;
}
.single-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: left;
}
.single-content .sc-time {
    margin-right: 15px;
    text-align: right;
    flex-shrink: 0;
}
.single-content .sc-time .time {
    font-size: 1.6em;
    line-height: 1;
    font-weight: 500;
    color: #d0d0d0;
}
.single-content .sc-time .date {
    font-size: 13px;
    color: #8e8f92;
    margin-top: 5px;
    line-height: 1;
}
.single-content .sc-logo {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 15px;
    position: relative;
    margin-right: 15px;
    flex-shrink: 0;
}
.single-content .sc-logo img {
    object-fit: contain;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 5px;
    left: 5px;
    right: 0;
    bottom: 0;
}
.single-content .sc-info {
    max-width: 350px;
    text-align: left;
}
.single-content .sc-name {
    font-size: 18px;
    line-height: 1.4;
    margin: 0;
}
.match-detail {
    position: relative;
    text-align: center;
    background: #3a3d44;
}
.match-detail .item {
    width: 100%;
    padding: 8px 20px 0;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
.match-detail .item .item-league {
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
    z-index: 9;
    align-items: center;
    gap: 5px;
}
.match-detail .item .item-main {
    display: flex;
    min-height: 108px;
    gap: 4px;
    width: 100%;
}
.match-detail .item .team {
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex: 1;
    align-items: center;
    position: relative;
    font-size: 16px;
    max-width: 40%;
}
.match-detail .item .team.team-home {
    flex-direction: row-reverse;
}
.match-detail .item .team .team-name {
    font-weight: 600;
    font-size: 1em;
    margin-bottom: 0;
}
.match-detail .item-info {
    width: 260px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-self: center;
}
.match-detail .item-info .result {
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1;
}
.match-detail .item-info .result span {
    width: 50px;
}
.match-detail .item-info .result span:nth-of-type(2) {
    width: 30px;
}
.match-detail .item-info .time-loaded {
    font-size: 1em;
    font-weight: 600;
}
.item-makeup {
    position: absolute;
    top: 0;
    left: 0;
    right: calc(300px + 1.5rem);
    bottom: 0;
    overflow: hidden;
    opacity: 0.1;
}
.item-makeup .im-img {
    position: absolute;
    width: 70%;
    padding-bottom: 70%;
    bottom: 0;
    left: 0;
    transform: translate(-50%, 50%);
    filter: grayscale(1);
}
.item-makeup .im-img.im-right {
    left: auto;
    right: 0;
    transform: translate(50%, 50%);
}
.item-makeup .im-img img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    filter: blur(7px);
}
.match-box .match-menu {
    clear: both;
    overflow: hidden;
    padding: 0 20px;
    border-top: 1px solid #25272d;
    background: #121315;
}
.match-box .match-menu ul {
    overflow: hidden;
    margin: 0;
}
.match-box .match-menu li {
    float: left;
    margin: 0 1.5rem;
}
.cd_-menu ul li a,
.match-box .match-menu li a {
    padding: 1.2rem 0;
    display: block;
    position: relative;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    color: #ccc;
}
.cd_-menu ul li a:hover,
.match-box .match-menu li a:hover {
    color: #25ff70;
}
.cd_-menu ul li.active a,
.match-box .match-menu li.active a {
    color: #25ff70;
}
.cd_-menu ul li.active a:before,
.match-box .match-menu li.active a:before {
    content: "";
    position: absolute;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    background: #25ff70;
}
.bet-tabs,
.detail-basketball-score {
    position: absolute;
    width: 300px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.bet-tabs .vb-tabs {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
.bet-tabs .vb-tabs .nav-item {
    margin: 0 1px;
}
.bet-tabs .vb-tabs .nav-item .nav-link {
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    min-width: 80px;
    padding: 0.3em 0.8em;
    background: 0 0 !important;
    border-radius: 2em;
}
.bet-tabs .vb-tabs .nav-item .nav-link:hover {
    color: #fff;
}
.bet-tabs .vb-tabs .nav-item .nav-link.active {
    border-color: #25ff70 !important;
    background: #25ff70 !important;
    color: #111;
}
.bet-tabs .bet-row {
    display: block;
    clear: both;
    font-weight: 700;
    font-size: 0.9em;
    margin-bottom: 10px;
}
.bet-tabs .bet-row:last-of-type {
    margin-bottom: 0;
}
.bet-tabs .bet-row .br-odds {
    display: block;
    width: calc(50% - 25px);
    float: left;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 0.25rem;
}
.bet-tabs .bet-row .br-odds span {
    width: 33.33%;
    text-align: center;
    float: left;
    padding: 0 0.25rem;
    line-height: 26px;
}
.bet-tabs .bet-row .bet-time {
    float: left;
    width: 30px;
    margin-left: 10px;
    line-height: 26px;
    margin-right: 10px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 0.25rem;
}
.item-info {
    text-align: center;
}
.item-info .result {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 0.25rem;
}
.item-info .result span {
    width: 24px;
    text-align: center;
    display: inline-block;
}
.item-info .result span:nth-of-type(2) {
    opacity: 0.5;
}
.item-info .status {
    line-height: 1;
}
.item-info .status span {
    font-weight: 500;
    font-size: 1.2em;
    line-height: 1;
    color: #d0d0d0;
}
.item-info .time-loaded {
    font-weight: 500;
    font-size: 1em;
    color: #25ff70;
}
.item-info .time-loaded.end {
    color: #d22;
}
.item-info .group,
.item-info .time {
    font-weight: 500;
    font-size: 13px;
    margin-top: 5px;
    color: #8e8f92;
}
.item-info .group {
    color: #25ff70;
}
.item-info .time .text-info {
    color: #d0d3d9 !important;
    display: block;
    line-height: 1;
}
.item-info .latest-detail {
    font-size: 12px;
    color: #bdbdbd;
    margin-top: 5px;
    line-height: 1.4;
}
.item-info .latest-detail span {
    display: block;
}
.item-info .commentator {
    font-size: 12px;
    color: #bdbdbd;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0.5rem;
}
.xcard {
    width: 7px;
    height: 10px;
    border-radius: 2px;
    display: inline-block;
    transform: rotate(15deg);
    display: inline-block;
    background: #ff0;
}
.xcard.xcard-red {
    background: #ff2a00;
}
.box {
    position: relative;
}
.box .box-header {
    margin-bottom: 1.25rem;
}
.box .box-header .headlineA1 {
    padding-left: 1rem;
    border-left: 3px solid #25ff70;
    margin-bottom: 0;
    text-transform: uppercase;
}
.box .box-header .description {
    padding-left: calc(1rem + 5px);
    margin-top: 2px;
    color: #8e8f92;
    margin-bottom: -5px;
}
.mb_-header {
    padding: 0.75rem 1rem;
    background: #4b4e56;
    position: relative;
}
.mb_-header .item-league {
    height: 20px;
    line-height: 20px;
    font-size: 1em;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.mb_-days {
    height: 46px;
    background: #4b4e56;
    position: relative;
    margin-bottom: 1px;
}
.mb_-days .mbd-arrow {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    width: 46px;
    border-right: 1px solid #1a1d23;
    z-index: 3;
}
.mb_-days .mbd-arrow i {
    font-size: 24px;
    line-height: 46px;
}
.mb_-days .mbd-arrow a {
    display: block;
    padding: 0 !important;
}
.mb_-days .mbd-arrow a:hover {
    color: #25ff70;
}
.mb_-days .mbd-arrow.arrow-next {
    left: auto;
    right: 0;
    border-right: none;
    border-left: 1px solid #1a1d23;
}
.mb_-days .mbd-today {
    position: relative;
    text-align: center;
    line-height: 46px;
}
.mb_-days .mbd-today strong {
    color: #25ff70;
}
.mb_-days .mbd-today span {
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
}
.vb-tabs {
    border: none;
    display: block;
}
.vb-tabs .nav-item {
    margin-bottom: 0;
    display: inline-block;
}
.vb-tabs .nav-item .nav-link {
    border-radius: 0.3rem;
    border: none !important;
    text-align: center;
    padding: 0.4rem 0.8rem;
    background: #4b4e56;
}
.vb-tabs .nav-item .nav-link.active {
    background: #25ff70;
    color: #000;
}
.vb-tabs.vb-tab-calendar .nav-item .nav-link strong {
    display: block;
}
.vb-tabs.vb-tab-calendar .nav-item .nav-link span {
    font-weight: 500;
    font-size: 0.85em;
}
.mw-w-sidebar .sidebar-right {
    width: calc(50% - 10px);
    float: right;
}
.host-logo,
.news-thumb,
.video-thumb {
    position: relative;
    width: 100%;
    padding-bottom: 68%;
    display: block;
}
.host-logo img,
.news-thumb-img,
.video-thumb-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.host-list .item {
    display: block;
    min-height: 120px;
    margin-bottom: 1px;
    background: #2f3137;
    padding: 20px;
    position: relative;
    padding-left: 140px;
    padding-right: 140px;
}
.host-list .item:hover {
    background: #3a3d44;
}
.host-list .item .host-logo {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100px;
    padding-bottom: 80px;
    border-radius: 0.5rem;
    overflow: hidden;
}
.host-list .item .host-name {
    font-size: 1.2em;
    font-weight: 500;
    margin-bottom: 0.5rem;
}
.host-list .item .description {
    color: #888;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 0.5rem;
    -webkit-line-clamp: 3;
}
.host-list .item .special {
    font-weight: 400;
}
.host-list .item .special span {
    font-weight: 500;
    color: #25ff70;
}
.host-list .item .bet-now {
    position: absolute;
    right: 20px;
    top: 43px;
}
.host-list.host-list-min .item {
    padding-right: 20px;
}
.host-list.host-list-min .item .host-name {
    margin-bottom: 5px;
}
.host-list.host-list-min .item .description {
    display: none;
}
.host-list.host-list-min .item .bet-now {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 15px;
}
#trending {
    margin-bottom: 30px;
    position: relative;
}
.item.item-hot .item-league.line-16 .league-icon {
    width: 16px !important;
    height: 16px !important;
}
.tl_-league .tl__-select {
    background: #4b4e56;
    padding: 1rem;
    position: relative;
    cursor: pointer;
}
.tl_-league.has-back {
    margin-left: 50px;
    position: relative;
}
.tl_-league.has-back .back {
    position: absolute;
    left: -50px;
    top: 0;
    bottom: 0;
    width: 50px;
    background: #4b4e56;
    color: #fff;
}
.tl_-league.has-back .back i {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
    font-size: 1em;
    width: 30px;
    height: 30px;
    border: 1px solid #797e88;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}
.tl_-league .item-league {
    display: block;
    float: left;
}
.tl_-league .item-league span {
    line-height: 20px;
    height: 20px;
    font-weight: 500;
    display: block;
}
.tl_-league .item-league .league-icon {
    float: left;
    margin-right: 10px;
}
.tl_-league .select-league {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    font-size: 18px;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}
.tl-row {
    display: block;
    position: relative;
    clear: both;
    background: #2f3137;
    overflow: hidden;
    padding: 0 0.5rem 0 1rem;
}
.tl-row:hover {
    background-color: #3a3d44;
}
.tl-row.active {
    background: #4c5059;
    background: linear-gradient(90deg, #4c5059 0, #2f3137 100%);
}
.tl-row.tl_a-header,
.tl-row.tl_a-header:hover {
    background: #26282d;
}
.tl-row.tl_a-header .tld {
    font-weight: 500;
}
.tl-row .tld {
    float: left;
    padding: 12px 0;
    width: 40px;
    text-align: center;
    font-weight: 500;
    color: #8e8f92;
    position: relative;
}
.tl-row .tld.tld-number {
    width: 20px;
}
.w-pos:before {
    content: "\f111";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    text-align: center;
    transform: translateY(-50%);
}
.w-pos.pos-stand:before {
    opacity: 0.5;
    font-size: 5px;
}
.w-pos.pos-up:before {
    content: "\f0d8" !important;
    color: #82ce47;
    font-size: 14px;
}
.w-pos.pos-down:before {
    content: "\f0d7" !important;
    color: #ee4545;
    font-size: 14px;
}
.tl-row .tld.tld-name {
    width: calc(100% - 390px);
    text-align: left;
    padding-left: 25px;
    padding-right: 12px;
}
.tl-row .tld.tld-name strong {
    color: #fff;
    font-weight: 500;
}
.tl-row .tld.tld-result {
    width: 50px;
    text-align: left;
}
.tl-row .tld.tld-result .dot {
    margin: 4px 0;
    display: inline-block;
    width: 6px;
    height: 6px;
}
.tl-row .tld.tld-result .dot.dot-win {
    background: #82ce47;
}
.tl-row .tld.tld-result .dot.dot-lose {
    background: #ee4545;
}
.tl-row .tld.tld-result .dot.dot-draw {
    background: #7b808c;
}
.tl-row .tld .score {
    font-weight: 500;
    color: #fff;
}
.tl-row .tld .team-logo {
    float: left;
}
.tl-row-wrap {
    padding: 1px 0 0;
}
.tl-row-wrap .tl-row {
    margin-bottom: 1px;
}
.table-list-min .tl-row .tld.tld-result {
    display: none;
}
.table-list-min .tl-row .tld.tld-name {
    width: calc(100% - 340px);
}
.table-list-medium .tl-row .tld {
    padding-top: 20px;
    padding-bottom: 20px;
}
.table-list-medium .tl-row .tld.tld-name {
    padding: 15px 10px 15px 35px;
    line-height: 30px;
    width: calc(100% - 340px);
}
.table-list-medium .tl-row .tld.tld-name.w-pos:before {
    left: 5px;
}
.table-list-medium .tl-row .tld.tld-name .team-logo {
    width: 30px !important;
    height: 30px !important;
    margin-right: 15px !important;
}
.table-list-medium .tl-row.tl_a-header {
    background: #121315 !important;
}
.table-list-medium .tl-row.tl_a-header .tld {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    line-height: 20px !important;
}
.table-list-medium .group-name {
    background: #121315;
}
.table-list-medium.table-list .tl_-league .tl__-select {
    padding: 1rem;
}
.table-list-medium .tl-row .tld.tld-result {
    display: none;
}
.load-more {
    display: block !important;
    text-align: center;
    padding: 0.75rem 1rem;
    background: #2f3137;
}
.load-more:hover {
    background: #3a3d44;
}
.dropdown-menu-vb {
    margin: 1px 0;
    padding: 0.3rem 0;
    border-radius: 0;
    border: none !important;
    background: #3a3d44;
    color: #8e8f92;
}
.table-list-min .dropdown-menu-vb {
    width: 100%;
}
.dropdown-menu-vb .dropdown-item {
    padding: 0.75rem 1rem;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    background: 0 0 !important;
    overflow: hidden;
    opacity: 0.5;
    position: relative;
}
.dropdown-menu-vb .dropdown-item:hover {
    opacity: 1;
    background: #555860 !important;
}
.dropdown-menu-vb .dropdown-item.active {
    color: #fff !important;
    opacity: 1;
    background: #555860 !important;
    padding-right: 2.5rem;
}
.dropdown-menu-vb .dropdown-item.active::after {
    content: "\f058";
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #25ff70;
    font-size: 1.1em;
}
.dropdown-menu-league .dropdown-item {
    padding: 0.5rem 1rem;
    font-size: 0.85em;
}
.dropdown-menu-league .dropdown-item.active {
    background: #555860 !important;
}
#header .dropdown-menu-vb.dml-xcol {
    top: 40px !important;
}
.dropdown-menu-vb.dml-xcol {
    padding: 0.5rem;
    margin: 0;
    top: 50px !important;
    left: 0 !important;
    transform: none !important;
    width: 500px;
}
.dropdown-menu-vb.dml-xcol .dropdown-item {
    float: left;
    clear: none;
    width: 50%;
    padding: 0.5rem 1rem !important;
    line-height: 16px !important;
}
.dropdown-menu-vb.dml-xcol .dropdown-item .item-league {
    line-height: normal;
}
.dropdown-menu-vb.dml-xcol .dropdown-item .league-icon {
    margin-right: 0.5rem;
    display: none;
}
.dropdown-menu.dm-relative {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    right: auto !important;
    width: 100% !important;
    transform: none !important;
    padding: 0 !important;
}
.dropdown-menu.dm-relative .dropdown-item {
    float: none !important;
    width: 100% !important;
}
.sm-content .dropdown-menu.dm-relative {
    margin: 0.5rem -1rem !important;
    background: #27292f !important;
    padding: 1rem !important;
    width: calc(100% + 2rem) !important;
}
.sm-content .dropdown-menu.dm-relative .dropdown-item {
    background: 0 0 !important;
}
.news-thumb {
    position: relative;
    padding-bottom: 56%;
}
.news-list {
    position: relative;
}
.news-list .item {
    float: left;
    width: 100%;
    padding: 15px;
    background: #2f3137;
    position: relative;
}
.news-list .item:hover {
    background: #3a3d44;
}
.news-list .item .news-title {
    font-size: 1em;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 0;
    -webkit-line-clamp: 3;
}
.news-list .item .news-thumb {
    float: left;
    width: 120px;
    padding-bottom: 75px;
    margin-right: 1rem;
}
.news-list .item.item-highlight {
    width: calc(25% - 12px);
    margin: 0 6px 10px;
    padding: 0;
    margin-bottom: 15px;
    background: 0 0 !important;
}
.news-list .item.item-highlight:nth-of-type(4n + 1) {
    clear: both;
}
.news-list .item.item-highlight .news-thumb {
    width: 100%;
    padding-bottom: 56%;
    float: none;
    margin-right: 0;
}
.news-list .item.item-highlight .news-title {
    margin: 0.75rem 0;
}
.news-list .item .icon-chat {
    position: absolute;
    z-index: 3;
    top: 1rem;
    right: 1rem;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    background: #4b4e56;
    text-align: center;
    display: none;
}
.news-list .item .icon-chat:before {
    content: "\f10e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    line-height: 36px;
    font-size: 16px;
    text-shadow: 0 0 10px #103c29;
}
.news-list .item.item-highlight .icon-chat {
    display: block;
    bottom: -8px;
    top: auto;
    right: 1rem;
    background: #25ff70;
    box-shadow: 0 0 10px rgba(10, 254, 151, 0.3) !important;
}
.news-list-page {
    margin: 0 -3px;
}
.news-list-page .item.item-highlight {
    width: calc(33.33% - 6px);
    margin: 0 3px 20px;
}
.news-list-page .item.item-highlight:nth-of-type(4n + 1) {
    clear: none;
}
.news-list-page .item.item-highlight:nth-of-type(3n + 1) {
    clear: both;
}
.news-list-page .item .icon-chat {
    display: none !important;
}
.news-list-page .item.item-highlight .news-title {
    margin: 0;
    padding: 12px 15px;
    font-weight: 500;
    line-height: 1.5;
}
.news-list-page .item.item-highlight:hover .news-title a {
    color: #25ff70;
}
.news-list-page .item.item-highlight .news-thumb {
    padding-bottom: 52.8%;
}
.news-big {
    margin-bottom: 30px;
    overflow: hidden;
    padding-left: 50%;
    position: relative;
}
.news-big .news-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    bottom: 0;
    height: 100%;
    padding-bottom: 0;
}
.news-big .news-detail {
    width: 100%;
    padding: 12px 20px;
    background: #2f3137;
    min-height: 242px;
    border-bottom: 1px solid #25ff70;
}
.news-big .news-detail .news-title {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 1rem;
}
.news-big .news-detail .news-title a {
    color: #25ff70;
}
.news-big .news-detail .description {
    -webkit-line-clamp: 5;
}
.news-big .news-detail .stick-match {
    margin-bottom: 10px;
    font-size: 1.1em;
}
.item .news-thumb .stick-match {
    position: absolute;
    z-index: 3;
    background: #2f3137;
    color: #25ff70;
    line-height: 36px;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
}
.item .news-thumb .stick-match strong {
    max-width: 40%;
    display: inline-block;
    padding: 0 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}
#review {
    position: relative;
    padding: 40px 0 25px;
    margin: 50px 0 50px;
    background: #15171c;
}
.box-header.box-header-center {
    padding-left: 0;
    border: 0;
    margin-bottom: 25px;
}
.box-header.box-header-center .headlineA1 {
    text-align: center;
    position: relative;
    padding-bottom: 1rem;
}
.box-header.box-header-center .headlineA1:before {
    content: "";
    position: absolute;
    width: 40px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 5px;
    background: #25ff70;
}
.about-wrap {
    position: relative;
}
#vb-faq-sticky-wrapper {
    float: left;
    width: 300px !important;
    height: auto !important;
}
.about-wrap .aw_-menu {
    width: 300px !important;
    padding: 1rem;
    background: #2f3137;
    float: left;
}
.about-wrap .is-sticky .aw_-menu {
    max-height: calc(100% - 40px);
    overflow: hidden;
    position: relative;
}
.about-wrap .aw_-menu .awm-title {
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    font-weight: 500;
    font-size: 1.1em;
}
.about-wrap .aw_-menu ul li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 1rem;
}
.about-wrap .aw_-menu ul li:last-of-type {
    margin-bottom: 0;
}
.about-wrap .aw_-menu ul li span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    display: inline-block;
    font-size: 13px;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
}
.about-wrap .aw_-menu ul li:hover span {
    background: #25ff70;
    color: #000;
}
.about-wrap .aw_-content {
    margin-left: 330px;
}
.about-wrap .aw_-content p {
    line-height: 1.6;
}
.about-wrap .aw_-content a {
    color: #25ff70;
}
.video-list {
    position: relative;
    margin: 0 -7.5px;
}
.video-list .item {
    float: left;
    width: calc(50% - 15px);
    margin: 0 7.5px 15px;
}
.video-list .item:nth-of-type(odd) {
    clear: both;
}
.video-list .item .video-thumb {
    padding-bottom: 50%;
}
.video-list .item .video-title {
    font-size: 1em;
    font-weight: 500;
    line-height: 1.5;
    margin: 0.75rem 0;
}
#body-page {
    height: 500px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.match-detail .item:before {
    opacity: 1 !important;
    background: #3a3d44;
}
#body-page.is-home,
#body-page.is-page {
    background-image: url("../img/bphome.jpg");
    height: 700px;
    background-position: center top;
}
#body-page:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: #1a1d23;
    background: linear-gradient(0deg, #1a1d23 0, rgba(26, 29, 35, 0) 100%);
}
#body-page .bp-svg {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}
#body-page .bp-svg img {
    width: 100%;
    height: 100%;
}
.vb-player {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 56.3%;
    background: #000;
}
.vb-chatbox iframe,
.vb-countdown,
.vb-player #jw-container,
.vb-player iframe {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
}
.vb-countdown {
    overflow: hidden;
}
.vb-countdown:before {
    content: "";
    opacity: 0.5;
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    background-color: #000;
    background-image: url("../img/countdown-bg.jpg");
    background-size: cover;
    background-position: center center;
    filter: blur(8px);
}
#show-countdown {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}
#show-countdown .sc-title {
    font-size: 1.6em;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 15px;
}
#show-countdown .sc-content > div {
    display: inline-block;
    min-width: 100px;
    font-size: 1.2em;
    margin: 5px;
    color: #888;
    padding: 1rem 0.5rem;
    border-radius: 25px;
    background: #fff;
}
#show-countdown .sc-content > div > div {
    font-size: 2.2em;
    line-height: 1;
    height: 1em;
    margin-bottom: 10px;
    font-weight: 700;
    color: #000;
}
.user-vote {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.user-vote .title {
    font-weight: 500;
    font-size: 1.1em;
    margin-bottom: 15px;
}
.user-vote .tabs .tab-btn {
    color: #fff;
    cursor: pointer;
    min-width: 80px;
    display: inline-block;
    padding: 8px 15px;
    margin: 3px;
    line-height: 1;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}
.user-vote .tabs .tab-btn:hover {
    background: #fff;
    color: #111;
}
#uv-results {
    width: 100%;
}
#uv-results > div {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 5px 0;
}
#uv-results > div > .name {
    float: left;
}
#uv-results > div > .result {
    float: right;
}
#uv-results > div > .bar {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 60px;
    right: 60px;
    height: 5px;
    background: rgba(255, 255, 255, 0.1);
}
#uv-results > div > .bar span {
    position: absolute;
    left: 0;
    height: 5px;
    background: #fff;
}
.match-content {
    background: #25272d;
}
.mc_live_wrap {
    display: block;
    position: relative;
    background: #121315;
    margin: 0;
    padding: 3px;
    color: #fff;
}
.mc_live {
    position: relative;
}
.mc_live .mc_l-left {
    width: calc(100% - 300px);
    float: left;
}
.mc_live .mc_l-right {
    width: 300px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
#cb-login {
    cursor: pointer;
}
.chatbox_wrap {
    position: absolute;
    top: 37px;
    right: 0;
    bottom: 60px;
    width: 100%;
    background: #1d1e22;
    z-index: 80;
}
.user-avatar {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    position: relative;
}
.user-avatar img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.mc_live.active .chatbox_-input,
.mc_live.active .chatbox_-room,
.mc_live.active .close-chat {
    display: block;
}
.require-login {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 125px;
    z-index: 9;
    background: #3a3d44;
    background: linear-gradient(0deg, rgba(58, 61, 68, 0.95) 0, rgba(58, 61, 68, 0.95) 80%, rgba(58, 61, 68, 0) 100%);
    padding: 8px 4px;
}
.mct_-blv {
    float: left;
    display: block;
    padding: 6px;
    padding-right: 50px;
    margin-right: 10px;
    background: #202020;
    border: 1px solid #2f3035;
    border-radius: 8px;
    position: relative;
}
.mct_-blv .user-avatar {
    float: left;
    width: 36px;
    padding-bottom: 36px;
}
.mct_-blv .mct__-info {
    margin: 0 0 0 50px;
    padding: 5px 0;
    font-weight: 700;
}
.mct_-blv .mct__-info .title {
    font-size: 11px;
    color: #888;
    line-height: 1;
    margin-bottom: 4px;
}
.mct_-blv .mct__-info .name {
    font-size: 13px;
    line-height: 1;
}
.mct_-blv .mct__-icon {
    position: absolute;
    bottom: 6px;
    right: 15px;
    font-size: 22px;
    color: #fff;
    line-height: 36px;
}
.mct_-blv.multi {
    padding-right: 10px;
    cursor: pointer;
}
.mct_-blv.multi .mct__-icon,
.mct_-blv.multi .mct__-info {
    display: none;
}
.mct_-blv.multi .user-avatar {
    margin-right: -10px;
}
.mct_-blv.multi .user-avatar img {
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #121315;
}
.mct_-blv .mct__-multiinfo {
    display: none;
}
.mct_-blv.multi .mct__-multiinfo {
    display: block;
    float: left;
    margin-left: 15px;
    line-height: 36px;
}
.mct_-blv .bbox {
    padding: 0 5px;
    display: block;
    float: left;
}
.mct_-blv .bbox .mct__-icon {
    display: none;
}
.mct_-blv .bbox:last-of-type .mct__-icon {
    display: block;
}
.mct_-blv .bbox.blv-2 {
    border-left: 1px solid #2f3035;
    margin-left: 10px;
    padding-left: 15px;
}
.dropdown-blv {
    padding: 0;
    border: none;
    border-radius: 0.4rem;
    overflow: hidden;
}
.dropdown-blv .dropdown-item {
    padding: 8px 10px;
    cursor: pointer;
    display: flex;
}
.dropdown-blv .user-avatar {
    width: 36px;
    padding-bottom: 36px;
    margin-right: 10px;
}
.dropdown-blv .blv-name {
    font-weight: 500;
    line-height: 36px;
    font-size: 14px;
}
.mct_-bet {
    float: right;
}
.mct_-bet .item {
    float: left;
    height: 50px;
    line-height: 16px;
    display: block;
    position: relative;
    padding: 9px 25px 9px 55px;
    color: #fff;
}
.mc_l-left .mct_-bet {
    float: left;
}
.mct_-bet .item i {
    position: absolute;
    left: 7px;
    top: 7px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    font-size: 20px;
    color: #000;
}
.mct_-bet .item:hover i {
    transform: scale(1.1);
}
.mct_-bet .item span {
    display: block;
    font-weight: 500;
}
.mct_-bet .item.item-betnow {
    border-radius: 8px;
    color: #000;
    background: #ffc000;
    background: linear-gradient(180deg, #ffef00 0, #ffb300 100%);
    padding-left: 50px;
}
.mct_-bet .item.item-soikeo i {
    background-image: linear-gradient(45deg, #96e6a1 0, #d4fc79 100%);
}
.mct_-bet .item.item-tyle i {
    background-image: linear-gradient(45deg, #45d4fb 0, #57e9f2 48%, #9efbd3 100%);
}
.mct_-bet .item.item-mobile i {
    background-image: linear-gradient(45deg, #ffb658 0, #f2f057 100%);
}
.mcb_-links {
    margin: 0;
}
.mct_-bet .item.item-mobile {
    position: absolute;
    right: 0;
    padding-right: 0;
}
.mc_l-right .vb-button {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
}
.mc_l-right .vb-button .mct_-bet {
    width: 100%;
}
.mc_l-right .vb-button .mct_-bet .item {
    padding-left: 55px;
    float: right;
}
.close-chat {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 32px;
    padding: 0 8px;
    cursor: pointer;
    background: #858585;
    color: #fff;
    border-radius: 0.3rem;
    min-width: 64px;
    text-align: center;
}
.mc_bottom {
    height: 50px;
    margin-top: 10px;
    position: relative;
}
.mc_padding {
    padding: 12px;
}
.match_fact {
    display: block;
    position: relative;
    padding: 0;
}
.match_fact .item {
    display: block;
    position: relative;
    clear: both;
    padding: 10px 0;
    overflow: hidden;
}
.match_fact .item.text-center {
    padding: 10px 0;
}
.match_fact .item::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #4b4e56;
}
.match_fact .item:last-of-type {
    border-bottom: none;
}
.match_fact .item .mf-content {
    position: relative;
    width: 50%;
    line-height: 1.3em;
    padding: 15px;
    z-index: 3;
}
.match_fact .item .mf-content .mfc-icon {
    width: 30px;
    height: 30px;
    font-size: 1.1em;
    text-align: center;
    font-weight: 700;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.match_fact .item .mf-content .time {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #4b4e56;
    line-height: 48px;
    font-size: 1em;
    background-color: #25272d;
    color: #898f9b;
    z-index: 3;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}
.match_fact .item .mf-content .time .extra {
    color: #aaa;
    font-size: 11px;
}
.match_fact .item .mf-content .mfc-status > div {
    margin-bottom: 2px;
}
.match_fact .item .mf-content .mfc-status > div:last-of-type {
    margin-bottom: 0;
}
.match_fact .item .mf-content .xcard {
    width: 10px;
    height: 14px;
    transform: none !important;
}
.match_fact .item .mf-content .in i {
    color: #82ce47;
    font-size: 12px;
}
.match_fact .item .mf-content .out {
    color: #888;
}
.match_fact .item .mf-content .out i {
    color: #ee4545;
    font-size: 12px;
}
.match_fact .item .mf-content .note {
    color: #888;
    font-weight: 400;
    font-size: 13px;
}
.match_fact .item.team-home .mf-content {
    padding-right: 75px;
    text-align: right;
}
.match_fact .item.team-home .mf-content .time {
    right: -25px;
}
.match_fact .item.team-home .mf-content .mfc-icon {
    right: 35px;
}
.match_fact .item .mf-content .mfc-icon i {
    position: absolute;
    top: 5px;
    left: 5px;
}
.match_fact .item.team-away .mf-content {
    float: right;
    padding-left: 75px;
    text-align: left;
}
.match_fact .item.team-away .mf-content .time {
    left: -25px;
}
.match_fact .item.team-away .mf-content .mfc-icon {
    left: 35px;
}
.match_fact .item .mf-alert {
    display: inline-block;
    position: relative;
    z-index: 3;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 20px;
    background: #4b4e56;
}
.match_fact .item.item-info {
    text-align: left;
    background: #3a3d44;
    margin-bottom: 10px;
    padding: 15px;
}
.match_fact .item.item-info:after {
    display: none;
}
.match_fact .item.item-info div {
    margin-bottom: 3px;
}
.match_fact .item.item-info div:last-of-type {
    margin-bottom: 0;
}
.match_fact .item.item-info span.title {
    width: 80px;
    display: inline-block;
    font-weight: 700;
}
.match_fact .item .mf-player {
    position: absolute;
    left: 10px;
    width: 40px;
    height: 0;
    padding-bottom: 40px;
    border-radius: 50%;
    background-color: #fff;
    overflow: hidden;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    display: none;
}
.match_fact .item .mf-player img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}
.match_fact .item.team-away .mf-player {
    right: 50px;
    left: auto;
}
.match_fact .item.item-goal .mfc-icon i {
    color: #25ff70;
}
.m-match-vs {
    padding: 15px;
    position: relative;
    overflow: hidden;
    background: #3a3d44;
}
.m-match-vs:after {
    display: none;
}
.m-match-vs .team {
    width: calc(50% - 50px);
    text-align: center;
    float: left;
}
.m-match-vs .team.team-away {
    float: right;
}
.m-match-vs .team .team-logo {
    width: 40px;
    height: 40px;
    display: inline-block;
}
.m-match-vs .item-info {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    transform: translate(-50%, -50%);
}
.m-match-vs .item-info span {
    font-size: 1em;
    line-height: 1.4;
}
.match_fact .m-match-vs {
    background: 0 0;
}
.match_fact .m-match-vs .team {
    text-align: right;
    width: calc(50% - 40px);
}
.match_fact .m-match-vs .team.team-away {
    text-align: left;
}
.mw-w-sidebar.is-page .main-left {
    width: 60%;
}
.mw-w-sidebar.is-page .sidebar-right {
    width: calc(40% - 20px);
}
.mw-w-sidebar.is-basic .main-left {
    width: calc(100% - 380px);
}
.mw-w-sidebar.is-basic .sidebar-right {
    width: 350px;
}
.cap-s-block {
    margin-bottom: 15px;
}
.cap-s-block img {
    width: 100%;
    height: auto;
}
.match_stats .item {
    padding: 10px 15px;
    background: #2f3137;
    margin-bottom: 1px;
    position: relative;
    font-size: 1.1em;
    overflow: hidden;
}
.match_stats .item.item-blank {
    padding: 0;
    height: 3rem;
}
.match_stats .item.item-hr {
    padding: 0;
    height: 10px;
    background: #3a3d44;
}
.match_stats .item > div {
    z-index: 3;
    position: relative;
}
.match_stats .item .team {
    width: 50%;
    float: left;
    text-align: left;
    font-weight: 700;
}
.match_stats .item .team.team-away {
    float: right;
    text-align: right;
}
.match_stats .item .team span {
    line-height: 30px;
    display: inline-block;
    padding: 0 10px;
    background: #3a3d44;
    border-radius: 6px;
}
.match_stats .item .team span.good {
    background: #e7205f;
}
.match_stats .item .team.team-away span.good {
    background: #364ba2;
}
.match_stats .item .item-info {
    width: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #d0d0d0;
}
.match_stats .item.item-big {
    padding: 80px 0 15px;
}
.match_stats .item.item-big .item-info {
    bottom: 15px;
    top: auto;
    left: 50%;
    transform: translate(-50%, 0);
}
.match_stats .item.item-big .xload-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
}
.match_stats .item.item-big .xload-bar .lb-team {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
    background: #e7205f;
    color: #fff;
    font-weight: 700;
    line-height: 40px;
    padding: 0 15px;
}
.match_stats .item.item-big .xload-bar .lb-team.away {
    left: auto;
    right: 0;
    text-align: right;
    background: #364ba2;
    border-left: 2px solid #2f3137;
}
.match_stats .item.item-big .xload-bar .lb-team.home {
    border-right: 2px solid #2f3137;
}
.sprite-icon,
.vb-icon {
    background-image: url(../img/sprite-icon.svg);
    background-size: 400px 400px;
    display: inline-block;
    width: 20px;
    height: 20px;
}
.vb-icon-penalty {
    background-position: 0 0;
}
.vb-icon-misspenalty {
    background-position: -20px 0;
}
.vb-icon-goal {
    background-position: -40px 0;
}
.vb-icon-goalpenalty {
    background-position: -20px -20px;
}
.vb-icon-yellowcard {
    background-position: -60px 0;
}
.vb-icon-yellowcarddouble {
    background-position: -80px 0;
}
.vb-icon-redcard {
    background-position: -100px 0;
}
.vb-icon-var {
    background-position: -120px 0;
}
.vb-icon-subs {
    background-position: -140px 0;
}
.vb-icon-owngoal {
    background-position: -160px 0;
}
.match_fact .item .mfc-icon .vb-icon {
    transform: scale(1.2);
}
.mcf-btn {
    display: none;
}
.bg-focus {
    background: #3a3d44 !important;
}
.result-list {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
}
.result-list > div {
    width: 22px;
    height: 22px;
    font-weight: 700;
    color: #fff;
    line-height: 22px;
    background: #727988;
    text-align: center;
    border-radius: 3px;
    margin-left: 5px;
    display: inline-block;
}
.result-list > div.win {
    background: #0c9f45;
}
.result-list > div.lose {
    background: #cd3120;
}
.smlt-match {
    background: #2f3137;
    width: 100%;
    position: relative;
    min-height: 900px;
}
.sm-map {
    height: 0;
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    border-bottom: 5px solid #336650;
    text-align: center;
    background-color: #205239;
    background-image: url("../img/smlt-bg.png");
    background-repeat: repeat;
    z-index: 2;
}
.sm-map.reflect {
    transform: rotate(180deg);
    margin-top: -5px;
    z-index: 1;
}
.sm-map > div {
    border: 5px solid #336650;
    border-radius: 0 0 15px 15px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.sm-map > div:first-of-type {
    width: 150px;
    height: 60px;
    border-top: none;
}
.sm-map > div:nth-of-type(2) {
    width: 320px;
    height: 140px;
    border-top: none;
}
.sm-map > div:nth-of-type(3) {
    border: none;
    width: 120px;
    height: 40px;
    top: 140px;
    overflow: hidden;
}
.sm-map > div:nth-of-type(3):before {
    content: "";
    border: 5px solid #336650;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.sm-map > div:nth-of-type(4) {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    bottom: -140px;
}
.sm-map.reflect > div:nth-of-type(4) {
    display: none;
}
.sm-m-content {
    position: relative;
    z-index: 3;
}
.sm-team {
    padding: 15px;
    line-height: 20px;
    background: #336650;
    font-weight: 700;
    position: relative;
}
.sm-team .team-logo {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
}
.sm-team .subs {
    position: absolute;
    line-height: 30px;
    right: 15px;
    top: 10px;
    cursor: pointer;
}
.sm-team .subs .dropdown-menu {
    top: 100% !important;
    left: auto !important;
    right: 0 !important;
    transform: none !important;
    border-radius: 10px;
    min-width: 170px;
    background: #121315;
}
.sm-team.away .subs .dropdown-menu {
    top: auto !important;
    bottom: 100% !important;
}
.sm-team .subs .dropdown-menu .dropdown-item {
    padding: 0.5rem;
    opacity: 0.7;
}
.sm-team .subs .dropdown-menu .dropdown-item:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    opacity: 1;
}
.sm-team .subs .player {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.sm-team .subs .player span {
    display: inline-block;
    border-radius: 3px;
    padding: 4px 0;
    width: 20px;
    text-align: center;
    margin-right: 8px;
    background: #fff;
    color: #111;
    font-size: 12px;
}
.lineup-list {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    text-align: center;
}
.lineup-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
}
.lineup-list.away {
    top: 50%;
}
.ll-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
.ll-row .player {
    text-align: center;
    position: relative;
    width: 130px;
    max-width: 20%;
    font-size: 0.9em;
}
.ll-row .player .player-face {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff;
    display: inline-block;
    margin-bottom: 5px;
}
.ll-row .player .player-face img {
    height: 100%;
    width: 100%;
}
.ll-row .player .name {
    font-weight: 500;
    color: #fff;
    line-height: 1.3;
}
.ll-row .player .name span {
    color: rgba(255, 255, 255, 0.6);
    margin-right: 6px;
}
.ll-row .player .rate {
    position: absolute;
    left: 50%;
    top: -10px;
    padding: 4px 6px;
    border-radius: 5px;
    background: #b8f28b;
    color: #111;
    font-weight: 700;
    line-height: 1;
}
.sum-box {
    background: #121315;
    padding: 15px;
    margin: 1.5rem 0;
}
.sum-box .item {
    display: block;
    padding-bottom: 15px;
    border-bottom: 1px solid #25272d;
    margin-bottom: 15px;
}
.sum-box .item:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.sum-box .item a {
    display: block;
}
span.xbadge {
    font-size: 0.85em;
    padding: 3px 6px;
    border-radius: 4px;
    background: #000;
    color: #f5e157;
    font-weight: 700;
    margin: 0 2px;
}
.article-news {
    font-size: 1.1em;
    font-weight: 400;
    color: #aaa;
    line-height: 1.6;
}
.is-page .article-news {
    padding: 20px 0;
}
.read-news {
    margin-bottom: 12px;
}
.article-news .headlineA1 {
    color: #fff;
    margin-bottom: 1.5rem;
}
.article-news .headlineA2 {
    color: #fff;
    margin-bottom: 1.5rem;
}
.article-news .description {
    color: #fff;
    margin-bottom: 1.5rem;
}
.article-news img {
    max-width: 100%;
}
.box-wbg {
    background: #25272d;
}
.box-wpd {
    padding: 20px;
}
.table-list-max .tl-row .tld {
    width: 70px;
    line-height: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.table-list-max .tl-row .tld.tld.tld-result {
    padding-left: 15px;
}
.table-list-max .tl-row.tl_a-header .tld {
    padding-top: 5px;
    padding-bottom: 5px;
}
.table-list-max .tl-row .tld .team-logo {
    width: 30px !important;
    height: 30px !important;
    margin-right: 10px !important;
}
.table-list-max .tl-row .tld.tld-name {
    width: calc(100% - 670px);
    padding-left: 35px;
}
.table-list-max .tl-row .tld.tld-number {
    width: 40px;
    font-weight: 700;
    color: #fff;
}
.select-league-center {
    font-size: 14px;
    height: 30px;
    line-height: 28px;
    padding: 0 10px;
    border-radius: 20px;
    border: 1px solid #797e88;
    white-space: nowrap;
    cursor: pointer;
}
.select-league-center i {
    margin-left: 10px;
}
.group-name {
    padding: 0.75rem 1rem;
    background: #26282d;
    padding-bottom: 0;
    font-size: 1.1em;
    color: #25ff70;
    text-transform: uppercase;
    font-weight: 700;
}
.related {
    background: #4b4e57;
}
.related .title {
    display: block;
    margin-right: 10px;
    font-weight: 500;
    line-height: 28px;
    float: left;
}
.related .atag {
    margin-right: 2px;
    display: inline-block;
    line-height: 26px;
    padding: 0 12px;
    border-radius: 20px;
    border: 1px solid #767a86;
    white-space: nowrap;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.f-date {
    font-size: 14px;
    background: #2f3137;
    padding: 8px 5px;
    border-radius: 0.25rem;
    text-align: center;
    font-weight: 500;
    width: 80px;
}
.f-date.active {
    color: #00bb40;
    border-color: #25ff70;
    background: #fff;
}
.f-date .date-a {
    display: block;
    line-height: 1;
    margin-bottom: 6px;
}
.f-date .date-b {
    display: block;
    line-height: 1;
    color: #727782 !important;
}
.dp-header {
    background-color: #2f3137;
    padding: 5px;
}
.dp-item {
    width: 14%;
    text-align: center;
    font-size: 12px;
    padding: 3px 0;
}
.dp-body {
    flex-wrap: wrap;
    padding: 5px;
}
.dp-body .dp-item span {
    font-size: 13px;
    cursor: pointer;
    padding: 0;
    width: 30px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    border: 1px solid transparent;
    border-radius: 50%;
}
.dp-body .dp-item span:hover {
    background-color: #8e8f92;
}
.dp-body .dp-item.active span {
    background-color: #25ff70 !important;
    color: #000;
}
.dp-body .dp-item.is-today span {
    border-color: #25ff70;
    color: #25ff70;
    background-color: transparent !important;
}
.dp-body .dp-item.is-today.active span {
    border-color: #25ff70;
    color: #000;
    background-color: #25ff70 !important;
}
#date-overlay {
    display: none;
}
#date-overlay.active {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(15, 16, 19, 0.9);
    z-index: 11;
}
.tl-right {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}
.tl-right .dropdown-menu {
    right: 0 !important;
    left: auto !important;
    top: 100% !important;
    transform: none !important;
    padding: 0;
    border-radius: 0.6rem;
    overflow: hidden;
    min-width: 220px;
    margin-top: 6px;
}
.vb-pagination {
    margin: 30px 0;
}
.vb-pagination .pagination .page-item {
    margin: 5px;
}
.vb-pagination .pagination .page-item .page-link {
    border-radius: 4px;
    border: none;
    background: #2f3137;
    color: #fff;
    font-weight: 500;
    line-height: 1em;
}
.vb-pagination .pagination .page-item .page-link:hover {
    color: #25ff70;
}
.vb-pagination .pagination .page-item.active .page-link {
    background: #25ff70;
    color: #111;
    cursor: default;
}
.vb-pagination .pagination-lg .page-item .page-link {
    padding: 0 10px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 6px;
    min-width: 40px;
    text-align: center;
}
.vbsp-list {
    overflow: hidden;
    margin-bottom: 30px;
}
.vbsp-list > div {
    float: left;
    position: relative;
    margin-bottom: 5px;
}
.vbsp-list .is-79 {
    width: 50%;
}
.vbsp-list .is-79 img {
    width: 100%;
    height: auto;
}
.vbsp-list .is-full {
    width: 100%;
}
.vbsp-list .is-full img {
    width: 100%;
    height: auto;
}
.com-detail {
    background: #25272d;
}
.cd_-top {
    background: #121315;
    padding: 40px 40px;
    position: relative;
}
.cd_-top .content {
    position: relative;
    padding: 5px 0 5px 140px;
    min-height: 100px;
    z-index: 3;
}
.cd_-top .content .com-icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 100px;
}
.cd_-top .content .com-icon img {
    width: 100%;
    height: auto;
}
.cd_-top .content .country {
    font-size: 1.2em;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
}
.cd_-top .content .com-name {
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.cd_-top .cover {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 70%;
}
.cd_-top .cover:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #121315;
    background: linear-gradient(90deg, #121315 0, rgba(18, 19, 21, 0) 100%);
    z-index: 1;
}
.cd_-top .cover .cover-img {
    position: absolute;
    opacity: 1;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
}
.cd_-menu {
    background: #121315;
    overflow: hidden;
    padding: 0 20px;
}
.cd_-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.cd_-menu ul li {
    float: left;
    margin: 0 20px;
}
.cd_-menu ul li a {
    padding: 1.1em 0;
    display: block;
}
.cd_-main {
    padding: 20px;
}
.cd_-main.mw-w-sidebar.is-basic .main-left {
    width: calc(100% - 370px);
    padding: 0 20px;
}
.cd_-main .news-big {
    padding-left: 40%;
}
.cd_-main .news-big .news-thumb {
    width: 40%;
}
.cd_-main .news-big .news-detail {
    border-bottom: none;
    min-height: 200px;
}
.com-header {
    display: block;
    margin: 0 0 1rem;
    padding: 10px 0;
    position: relative;
}
.com-header .tl-right {
    right: 0 !important;
}
.com-header .heading {
    font-size: 1.6em;
    line-height: 1.3;
    color: #fff;
    font-weight: 700;
}
.com-header .heading i {
    color: #25ff70;
    transform: scale(0.9);
}
.com-block {
    margin-bottom: 30px;
}
.com-about p {
    font-size: 1.1em;
    line-height: 1.5;
}
.com-about a {
    color: #25ff70;
}
.history-list,
.player-list {
    margin: 0 -10px;
}
.history-list .item,
.player-list .item {
    float: left;
    width: calc(50% - 20px);
    margin: 0 10px 30px;
}
.history-list .item .season,
.player-position {
    font-weight: 700;
    font-size: 1em;
    margin-bottom: 0.75rem;
}
.history-list .item .club,
.player-list .item .player {
    display: block;
    padding: 10px;
    padding-left: 65px;
    position: relative;
    border: 1px solid #4b4e57;
    overflow: hidden;
    border-radius: 0.4rem;
}
.history-list .item .club.club-top {
    border-radius: 0.4rem 0.4rem 0 0;
    background: #2f3137;
}
.history-list .item .club.club-top:after {
    content: "\f091";
    color: #cbd2e8;
    position: absolute;
    right: -10px;
    bottom: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    opacity: 0.1;
    font-size: 4em;
    transform: rotate(20deg);
}
.history-list .item .club.club-second {
    border-radius: 0 0 0.4rem 0.4rem;
    margin-top: -1px;
}
.history-list .item .club .club-logo {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
}
.history-list .item .club .club-logo img,
.player-list .item .player .photo img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.history-list .item .club .club-name,
.player-list .item .player .name {
    font-weight: 500;
    margin-bottom: 0.25rem;
}
.history-list .item .club .description,
.player-list .item .player .description {
    color: #aaa;
    font-size: 0.9em;
}
.box-club .box-table .group-name {
    background: #121315;
}
.player-position {
    clear: both;
    color: #b1b1b3;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.player-block {
    margin-bottom: 20px;
}
.player-list .item {
    margin-bottom: 20px;
}
.player-list .item .player {
    padding: 12px 60px 12px 75px;
}
.player-list .item .player:hover {
    background: #3a3d44;
}
.player-list .item .player .photo {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 5px;
    bottom: 0;
    overflow: hidden;
}
.player-list .item .player .number {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    color: #848895;
    text-align: center;
    line-height: 62px;
    font-size: 20px;
    font-weight: 700;
}
.table-list .tl_-allclub .tl_a-group.group-top .tl-row .tld.tld-name {
    width: calc(100% - 40px) !important;
}
.table-list .tl_-allclub .tl_a-group.group-top .tl-row {
    min-width: auto !important;
}
.table-list .tl_-allclub .tl_a-group.group-top {
    margin-bottom: 30px;
    border-bottom: 2px solid #4b4e56;
}
.box-fixtures-max .mb_-header {
    padding: 1rem;
}
.more-right {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}
.box-table-full .tl_-league .tl__-select {
    background: #16181e;
    padding: 1.2rem 1rem;
}
.table_box_list {
    padding: 0 10px 10px;
    background: #16181e;
}
.table_box_list .table_box {
    float: left;
    width: calc(100% - 20px);
    margin: 0 10px 20px;
    background: #25272d;
}
.table-list-min .table_box .tl-row .tld.tld-ga,
.table-list-min .table_box .tl-row .tld.tld-gd,
.table-list-min .table_box .tl-row .tld.tld-gf {
    display: none;
}
.table-list-min .table_box .tl-row .tld.tld-draw,
.table-list-min .table_box .tl-row .tld.tld-lose,
.table-list-min .table_box .tl-row .tld.tld-win {
    display: none;
}
.table-list-min .table_box .tl-row .tld.tld-result {
    display: block;
    margin-left: 10px;
}
.table-list-min .table_box .tl-row .tld.tld-name {
    width: calc(100% - 160px);
}
.table-list-min .table_box .tl_-allclub .tl-row {
    min-width: auto !important;
}
.box-fixtures-max .match_box .load-more,
.table-list-min .table_box .load-more {
    font-size: 20px;
    color: #6b6f77;
    padding: 0.6rem 1rem;
}
.box-fixtures-max .match_box .load-more:hover,
.table-list-min .table_box .load-more:hover {
    color: #fff;
}
.box-fixtures-max .match_box .load-more {
    padding: 1rem;
    background: #2b2d33;
}
.box-fixtures-max .match_box {
    border-bottom: 4px solid #1a1d23;
}
@media screen and (min-width: 840px) {
    .table_box_list .table_box {
        float: left;
        width: calc(50% - 20px);
    }
    .box-league .table-list-medium .tl-row .tld.tld-result {
        display: block;
        margin-left: 10px;
    }
    .box-league .table-list-medium .tl-row .tld.tld-name {
        width: calc(100% - 410px);
    }
}
@media screen and (min-width: 1200px) {
    .table_box_list .table_box {
        float: left;
        width: calc(33.33% - 20px);
    }
}
.modal-content {
    color: #111;
    border: none !important;
    position: relative;
}
.modal-content .xclose {
    position: absolute;
    z-index: 9;
    cursor: pointer;
    top: 1rem;
    right: 1rem;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #111;
    font-size: 24px;
    background: #fff;
    border-radius: 50%;
}
.modal-content .xclose:hover {
    background: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}
.modal-content .modal-body {
    padding: 2rem;
}
.modal-content .modal-body .modal-title {
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 0.75rem;
}
.modal-content .modal-body .description {
    margin-bottom: 1.25rem;
}
.modal-content a {
    color: #111;
}
.vbmodal-app .modal-dialog {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.vbmodal-login .modal-dialog {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}
.vbmodal-app .app-icon {
    margin-bottom: 1rem;
    display: inline-block;
    border-radius: 1.2rem;
    overflow: hidden;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.vbmodal-app .app-icon img {
    height: 86px;
    width: auto;
}
.appdown-list {
    margin-top: 2rem;
}
.appdown-list .item {
    display: block;
    position: relative;
    background: #f1f3f7;
    color: #000;
    padding: 15px;
    padding-left: 70px;
    margin: 0.75rem;
    border-radius: 0.5rem;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
}
.appdown-list .item:hover {
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.appdown-list .item .icon {
    position: absolute;
    left: 20px;
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.appdown-list .item .icon img {
    width: 100%;
    height: auto;
}
.appdown-list .item .text span {
    display: block;
    font-size: 1.4em;
    font-weight: 700;
    line-height: 1em;
    margin-top: 5px;
}
.vbform .form-control {
    background: #f1f3f7;
    border: none !important;
    box-shadow: none !important;
    height: auto;
    padding: 0.7rem 1.2rem;
    height: 44px;
    font-size: 1em;
    font-weight: 500;
}
.vbform .form-control:focus {
    background: #e2e6ea;
}
.vbform .form-control::placeholder {
    color: #111;
    opacity: 0.5;
}
.vbform .custom-control-label::after,
.vbform .custom-control-label::before {
    top: 0.075rem;
}
.vbform .vbf-action {
    position: relative;
}
.vbform .vbf-action .a-left {
    padding-right: 45px;
}
.vbform .vbf-action.vbf-edit .a-left {
    padding-right: 85px;
}
.vbform .vbf-action .a-right {
    position: absolute;
    right: 0;
    width: 40px;
    top: 0;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
    color: #888;
    background-color: #3d3f43;
    border-radius: 0 0.25rem 0.25rem 0;
}
.vbform .vbf-action .a-right:hover {
    color: #fff;
}
.vbform .vbf-action .a-right.cancel {
    right: 40px;
    background-color: transparent;
}
.vbform .div-formgroup {
    padding: 0.7rem 1.2rem;
    display: block;
    cursor: pointer;
    height: 44px;
    background: #212226;
    color: #ccc;
    border-radius: 0.25rem;
    text-align: left;
    font-size: 1em;
    font-weight: 500;
}
.vbform .div-formgroup:hover {
    color: #fff;
}
.vbform.vbform-dark label {
    color: #96979a;
}
.vbform.vbform-dark .form-control {
    background: #212226;
    color: #ccc;
}
.vbform.vbform-dark .form-control:focus,
.vbform.vbform-dark .form-control:hover {
    background: #26272c;
}
.vbform.vbform-dark .form-control:disabled {
    background: #27292e !important;
    cursor: not-allowed;
}
.vbform.vbform-dark .form-control::placeholder {
    color: #fff;
    opacity: 0.5;
}
.vbmodal-dark .modal-content {
    background-color: #2f3137;
    color: #eee;
}
.vbmodal-dark .modal-content .close {
    text-shadow: none;
    color: #fff !important;
}
.login-via {
    padding-top: 1.5rem;
    margin-top: 2rem;
    border-top: 1px solid #e2e6ea;
}
.social-btn {
    background: #fff;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 0.5rem;
    padding: 10px;
    display: block;
}
.social-btn:hover {
    background: #f1f3f7;
}
.social-btn .icon {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    font-size: 0;
    display: inline-block;
    vertical-align: top;
}
.social-btn .icon img {
    height: 100%;
    width: auto;
}
.lv-social-list {
    margin-bottom: 1.5rem;
}
.lv-social-list .social-btn {
    float: left;
    width: calc(50% - 5px);
}
.lv-social-list .social-btn:nth-of-type(2n) {
    margin-left: 10px;
}
.box-user {
    max-width: 700px;
    margin: 60px auto;
    border-radius: 2rem;
}
.bu-header {
    background: #121315;
    border-radius: 1rem 1rem 0 0;
    padding: 0;
}
.bu-header .u-name {
    font-size: 1.5em;
    font-weight: 700;
    padding: 2rem 2rem 1rem;
    display: inline-block;
    width: 100%;
}
.bu-content {
    background: #2f3137;
    padding: 2rem;
    border-radius: 0 0 1rem 1rem;
}
.buc-profile .user-avatar {
    width: 120px;
    padding-bottom: 120px;
    margin: 0 auto;
}
.fg-avatar {
    display: block;
    margin-bottom: 1rem;
    text-align: center;
}
.fg-avatar #select-avatar {
    display: inline-block;
    cursor: pointer;
}
.u-menu {
    background: #121315;
    padding: 0 1rem;
}
.u-menu .um-li {
    display: inline-block;
    margin: 0 1rem;
}
.u-menu .um-li a {
    padding: 1rem 0;
    display: block;
    position: relative;
}
.u-menu .um-li.active a {
    color: #25ff70;
}
.u-menu .um-li.active a:before {
    content: "";
    width: 40px;
    height: 3px;
    display: block;
    position: absolute;
    background: #25ff70;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.pre-alert {
    font-size: 13px;
    border: none !important;
}
.box-search {
    max-width: 800px;
    margin: 0 auto;
}
.box-search .srl-title {
    margin-bottom: 0.75rem;
    font-weight: 500;
}
.box-search .srp-list {
    margin-bottom: 1rem;
}
.box-search .srp-list .srp-item {
    float: left;
    display: block;
    padding: 8px 12px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0 0.5rem 0.5rem 0;
}
.avatar-list {
    margin: 0 -10px 2rem;
    display: inline-block;
    width: calc(100% + 20px);
    max-height: 350px;
    overflow: auto;
    position: relative;
}
.avatar-list .item {
    float: left;
    margin: 10px;
    width: calc(25% - 20px);
    position: relative;
    cursor: pointer;
}
.avatar-list .item .profile-avatar {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    transform: scale(0.9);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
    position: relative;
    top: auto;
    left: auto;
}
.avatar-list .item .profile-avatar img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
}
.avatar-list .item.active .profile-avatar {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
}
.pre-tabs {
    border: none;
}
.pre-tabs .nav-item {
    font-size: 16px;
    font-weight: 400;
    margin-right: 10px;
}
.pre-tabs .nav-item .nav-link {
    padding: 15px 10px;
    line-height: 1.2em;
    font-size: 14px;
    background: 0 0 !important;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid transparent;
}
.pre-tabs .nav-item .nav-link.active {
    color: #ffd702;
    border-color: #ffd702;
}
.pre-tabs-min {
    margin-bottom: 15px;
}
.pre-tabs-min .nav-item {
    margin-right: 10px;
    margin-bottom: 0;
}
.pre-tabs-min .nav-item .nav-link {
    padding: 6px 8px;
    min-width: 70px;
    text-align: center;
    border-bottom: none !important;
    font-weight: 500 !important;
    background: 0 0 !important;
    color: #fff;
    font-size: 13px;
    border-radius: 4px;
}
.pre-tabs-min .nav-item .nav-link.active {
    color: #111 !important;
    background: #25ff70 !important;
}
#totop {
    position: fixed;
    opacity: 0;
    z-index: 99;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    line-height: 24px;
    padding: 0.6rem 1.2rem;
    background-color: #757a84;
    color: #fff;
    border-radius: 3rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    cursor: pointer;
}
#totop:hover {
    background-color: #fff;
    color: #111;
}
.match-social {
    background-color: #000;
    padding: 20px;
}
.social-block {
    position: relative;
}
.social-block .sb-text {
    line-height: 30px;
    float: left;
    margin-right: 10px;
}
.social-block .addthis_inline_share_toolbox {
    float: left;
    clear: none !important;
}
.social-block .addthis_inline_share_toolbox .at-resp-share-element .at-share-btn {
    margin: 0 0 0 5px !important;
}
.w-social .mcb_-links {
    float: left;
}
.w-social .social-block {
    float: left;
    border-left: 1px solid #444;
    padding-left: 20px;
    margin-left: 20px;
}
.w-social .headlineA1 {
    float: left;
}
.cd_-menu.w-social ul {
    float: left;
}
.cd_-menu.w-social .social-block {
    float: right;
    padding-left: 0;
    border-left: none;
    margin: 10px 0;
}
.m-social {
    display: none;
}
.tl__-select.by-date {
    position: relative;
}
.tl__-select.by-date.active .gj-datepicker .input-group-append .btn {
    color: #25ff70 !important;
}
.gj-datepicker {
    width: 110px !important;
}
.gj-datepicker .input-group-append {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
.gj-datepicker .input-group-append .btn {
    background-color: transparent !important;
    color: #fff !important;
    font-size: 20px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    padding: 0;
}
.gj-datepicker .form-control {
    background-color: transparent !important;
    text-align: right;
    padding: 0 38px 0 0 !important;
    border: none !important;
    color: #fff !important;
    font-weight: 500;
    font-size: 13px !important;
    pointer-events: none !important;
}
.vbnotice.pos-bottom {
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #015195;
}
.vbnotice.pos-bottom .vbnotice_inner {
    padding: 20px 0;
    padding-right: 30px;
    margin: 0;
}
.vbnotice.pos-bottom .vbnotice_inner .close {
    text-shadow: none;
    color: #fff;
    position: absolute;
    top: 15px;
    right: 0;
    opacity: 1;
}
.vbnotice.pos-bottom .vbnotice_inner .app-icon {
    float: left;
}
.vbnotice.pos-bottom .vbnotice_inner .app-icon img {
    width: 80px;
    height: 80px;
}
.vbnotice.pos-bottom .vbnotice_inner .text {
    margin-left: 100px;
}
.no-match {
    background: #4b4e56;
    background: linear-gradient(0deg, rgba(75, 78, 86, 0) 0, #4b4e56 100%);
}
.no-match .notice {
    padding: 200px 1rem 400px;
}
.vebo-sp {
    margin-bottom: 50px;
}
.mmo {
    position: relative;
}
.mmo.for-mobile {
    display: none;
}
.mmo .mmo-inner {
    background-color: #000;
    text-align: center;
    margin: 0 auto;
    position: relative;
}
.mmo .mmo-inner img {
    width: 100%;
    height: 100%;
}
.mmo .mmo-inner a {
    display: block;
}
.mmo-top {
    background-color: rgba(0, 0, 0, 0.4);
}
.mmo-fixbot {
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    right: 0;
}
.mmo-fixbot .mmo-inner {
    margin: 0 auto;
    position: relative;
}
.mmo-fixside {
    position: fixed;
    z-index: 100;
    top: 50%;
    transform: translateY(-50%);
}
.mmo-fixside.to-left {
    left: calc(50% - 845px);
}
.mmo-fixside.to-right {
    right: calc(50% - 845px);
}
.mmo .xclose {
    position: absolute;
    top: 3px;
    right: 3px;
    z-index: 9;
    width: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    border-radius: 0.2rem;
    cursor: pointer;
}
.mo-dual {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2px;
}
.mo-dual .mmo {
    width: calc(50% - 1px);
}
.mo-single {
    margin-bottom: 2px;
}
.mmo-inner.size-1330x130 {
    width: 1330px;
    height: 130px;
}
.mmo-inner.size-1330x90 {
    width: 1330px;
    height: 90px;
}
.mmo-inner.size-1330x90.dup-element {
    height: 182px;
}
.mmo-inner.size-1330x90.dup-element .mmo-link + .mmo-link {
    margin-top: 2px;
}
.mmo-inner.size-728x90 {
    width: 100%;
    height: 0;
    padding-bottom: 12.362%;
}
.mmo-inner.size-728x90 img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: contain;
}
.mmo-inner.size-728x90.dup-element {
    height: auto;
    padding: 0;
}
.mmo-inner.size-728x90.dup-element .mmo-link {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 12.362%;
}
.mmo-inner.size-660x200 {
    position: relative;
    padding-bottom: 30.3%;
    max-width: 660px;
}
.mmo-inner.size-660x200 img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: contain;
}
.mmo-inner.size-160x800 {
    width: 160px;
    height: 800px;
}
.mmo-inner.size-500x500 {
    width: 500px;
    height: 500px;
}
.mmo-inner.size-500x500 img {
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 1720px) {
    .mmo-inner.size-160x800 {
        width: 120px;
        height: 600px;
    }
    .mmo-fixside.to-left {
        left: calc(50% - 805px);
    }
    .mmo-fixside.to-right {
        right: calc(50% - 805px);
    }
}
@media screen and (max-width: 1620px) {
    .mmo-fixside {
        display: none;
    }
}
@media screen and (max-height: 800px) {
    .mmo-inner.size-160x800 {
        width: 120px;
        height: 600px;
    }
    .mmo-fixside.to-left {
        left: calc(50% - 805px);
    }
    .mmo-fixside.to-right {
        right: calc(50% - 805px);
    }
}
@media screen and (max-height: 620px) {
    .mmo-fixside {
        display: none;
    }
}
@media screen and (max-width: 1329px) {
    .mmo-inner.size-1330x130 {
        width: 100%;
        height: 0;
        padding-bottom: 9.774%;
    }
    .mmo-inner.size-1330x130 img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        object-fit: contain;
    }
    .mmo-inner.size-1330x90.dup-element {
        width: 100%;
        height: 0;
        padding-bottom: calc(13.533% + 2px);
    }
}
@media screen and (max-width: 860px) {
    .mo-dual {
        display: block;
        margin-bottom: 2px;
    }
    .mo-dual .mmo {
        width: 100%;
        margin-bottom: 2px;
    }
}
@media screen and (max-width: 728px) {
    .mmo.for-mobile {
        display: block;
    }
    .mmo.for-desktop {
        display: none;
    }
}
.modal-mmo .modal-dialog {
    width: auto !important;
}
.modal-mmo .modal-dialog .modal-content {
    border-radius: 0;
    padding: 0 !important;
    background-color: #000 !important;
    width: auto !important;
    margin: 0 auto !important;
}
.modal-mmo .xclose {
    top: 3px;
    right: 3px;
    border-radius: 6px;
}
.noti-push {
    position: fixed;
    z-index: 100;
    bottom: 5px;
    left: 15px;
}
.nop-item {
    width: 240px;
    font-size: 12px;
    background-color: #000;
    border-radius: 1rem;
    padding: 12px;
    box-shadow: 0 0 30px #111 inset;
    margin-bottom: 10px;
}
.nop-item .nopi-header {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}
.nop-item .nopi-header .ni-title {
    display: flex;
    align-items: center;
    color: #888;
}
.nop-item .nopi-header .ni-title span {
    font-size: 1.3em;
}
.nop-item .nopi-header .ni-close .btn {
    padding: 0;
    font-size: 12px;
    font-weight: 400px;
    color: #666;
}
.nop-item .nopi-header .ni-close .btn:hover {
    color: #fff;
}
.nop-item .nopi-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}
.a-time {
    width: 30px;
    text-align: center;
}
.a-time span {
    font-weight: 500;
    font-size: 1.1em;
    line-height: 1;
}
.a-match {
    display: block;
    width: calc(100% - 40px);
}
.a-match .team {
    display: flex;
    align-items: center;
}
.a-match .team.team-home {
    margin-bottom: 8px;
}
.a-match .team .team-logo {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}
.a-match .team .team-name {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    width: calc(100% - 60px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.a-match .team .score {
    width: 20px;
    text-align: right;
    font-size: 1.2em;
    font-weight: 600;
    color: #666;
}
.match-detail-single .single-content {
    background: #3a3d44;
    padding: 15px;
}
.match-detail-single .single-content .sc-time {
    text-align: left;
}
.tl_-filter .item {
    position: relative;
}
.tl_-filter .item .dropdown-menu-vb {
    width: auto !important;
}
.team-flex {
    display: flex;
    align-items: center;
}
.team-flex .team-logo {
    flex-shrink: 0;
}
.tags-form {
    display: flex;
    justify-content: center;
    align-items: center;
}
.tags-form > div {
    width: 18px;
    margin: 0 2px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    border-radius: 0.2rem;
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
}
.tags-form > div.is-win {
    background-color: #44ac45;
}
.tags-form > div.is-lose {
    background-color: #eb3f30;
}
.badge-live {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    width: 50px;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    padding: 4px 6px;
    border-radius: 1rem;
    margin-bottom: 12px;
}
.ajax-loading {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin: -10px;
    height: 100%;
    overflow: hidden;
}
.ajax-loading.is-load-result {
    max-width: 1630px;
    margin: 0 auto;
    padding: 0 30px;
    justify-content: space-between;
}
.vir-item {
    display: block;
    position: relative;
    width: 100px;
    height: 100px;
    margin: 10px;
    overflow: hidden;
    border-radius: 0.5rem;
}
.vir-item:before {
    content: "";
    position: absolute;
    width: 500%;
    top: 0;
    bottom: 0;
    left: 0;
    margin-left: -250%;
    background: linear-gradient(
            to right,
            rgba(255, 255, 255, 0.01) 20%,
            rgba(255, 255, 255, 0.03) 50%,
            rgba(255, 255, 255, 0.01) 54%
        )
        50% 50%;
    animation: ajmation 1s linear infinite;
}
.is-load-focus .vir-item {
    width: calc(33.33% - 20px);
    height: 210px;
}
.is-load-list {
    margin: 3px 0;
}
.is-load-list .vir-item {
    width: 100%;
    height: 110px;
    border-radius: 0;
    margin: 0;
}
.is-load-list .vir-item + .vir-item {
    margin-top: 3px;
}
.is-load-host .vir-item {
    height: 150px;
}
.is-load-table .vir-item {
    height: 300px;
}
.is-load-title {
    margin: 0;
}
.is-load-title .vir-item {
    height: 40px;
}
.is-load-detail {
    background-color: rgba(58, 61, 68, 0.5);
    margin: 0;
}
.is-load-detail .vir-item {
    height: 175px;
    width: 100%;
    margin: 0;
    border-radius: 0;
}
.is-load-link .vir-item {
    height: 32px;
    border-radius: 3px;
}
.is-load-blv .vir-item {
    height: 50px;
    width: 120px;
    border-radius: 8px;
}
.is-load-player {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #121315;
}
.is-load-player .vir-item {
    width: 100%;
    height: 100%;
    border-radius: 0;
}
.is-load-content .vir-item {
    width: 100%;
    height: 600px;
    border-radius: 0;
}
@-webkit-keyframes ajmation {
    0% {
        transform: translate3d(-30%, 0, 0);
    }
    100% {
        transform: translate3d(30%, 0, 0);
    }
}
@keyframes ajmation {
    0% {
        transform: translate3d(-30%, 0, 0);
    }
    100% {
        transform: translate3d(30%, 0, 0);
    }
}
@media screen and (max-width: 989px) {
    .is-load-focus .vir-item {
        width: calc(50% - 20px);
    }
    .is-load-list .vir-item:nth-child(n + 6) {
        display: none;
    }
    .is-load-link .vir-item:nth-child(n + 4) {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .is-load-focus .vir-item {
        width: calc(100% - 20px);
    }
    .is-load-focus .vir-item:nth-child(n + 4) {
        display: none;
    }
}
.article-news div,
.article-news h1,
.article-news h2,
.article-news h3,
.article-news h4,
.article-news h5,
.article-news h6,
.article-news p,
.article-news span {
    color: #fff !important;
}
#matchf-wrapper .matchf-dialog .matchf-content {
    color: #000 !important;
}
#matchf-wrapper .matchf-dialog .matchf-content .list-ops a {
    color: #000 !important;
}
@media screen and (min-width: 1599px) {
    #logo {
        margin: 0 30px 0 0;
    }
}
@media screen and (min-width: 1360px) {
    .mcf-btn {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
        margin: 0;
        z-index: 9;
        float: none;
        cursor: pointer;
    }
    .mcf-btn:after {
        content: "Mở rộng";
        margin-left: 12px;
    }
}
@media screen and (max-width: 1359px) {
    #search {
        width: 200px;
    }
    #m-app {
        display: none;
    }
}
@media screen and (max-width: 1199px) {
    #xmenu .xm-img {
        display: none;
    }
    .xmenu .xm-content {
        text-align: center;
        margin: 0 auto;
        padding: 2rem 0 3rem;
    }
    .xmenu .xm-content .headline {
        font-size: 30px;
        max-width: 480px;
        margin: 0 auto 1rem;
    }
    .xmenu .xm-content .description {
        min-height: auto;
    }
    .table-list-min .tl-row .tld.tld-ga,
    .table-list-min .tl-row .tld.tld-gf {
        display: none;
    }
    .table-list-min .tl-row .tld.tld-name {
        width: calc(100% - 260px);
    }
    #footer {
        padding: 1.5rem 0;
    }
    .footer-copyright {
        width: auto;
        margin-right: 3rem;
    }
    .footer_about {
        float: none;
        width: 100%;
        clear: both;
        padding-top: 1rem;
    }
    #vb-faq-sticky-wrapper,
    .about-wrap .aw_-menu {
        width: 240px !important;
    }
    .about-wrap .aw_-content {
        margin-left: 260px;
    }
    #m-app.m-btn {
        height: 34px;
        margin: 3px 0;
        padding: 0 0.5rem;
        line-height: 32px;
        background: 0 0;
        border: 1px solid #25ff70;
        color: #fff;
    }
    #m-app.m-btn i {
        color: #25ff70;
        line-height: 32px;
    }
    .header-nav,
    #search {
        display: none;
    }
    #header .for-mobile {
        display: block;
    }
    #m-app {
        display: block;
    }
    #logo {
        margin: 0 0 0 40px;
    }
    .mw-w-sidebar.is-page .main-left,
    .mw-w-sidebar.is-page .sidebar-right {
        float: none;
        width: 100%;
    }
    .cap-s-block {
        text-align: center;
    }
    .cap-s-block img {
        max-width: 300px;
    }
    #show-countdown .sc-content > div {
        min-width: 80px;
        padding: 0.5rem;
        font-size: 1em;
        border-radius: 1rem;
    }
    #show-countdown .sc-content > div > div {
        margin-bottom: 5px;
    }
    .cd_-main.mw-w-sidebar.is-basic .main-left,
    .mw-w-sidebar.is-basic .main-left,
    .mw-w-sidebar.is-basic .sidebar-right {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    .cd_-main.mw-w-sidebar.is-basic .main-left {
        padding: 0;
    }
    .w-social .headlineA1,
    .w-social .social-block {
        float: none;
    }
    .w-social .social-block {
        padding: 0;
        border: none;
        margin-left: 0;
        margin-top: 10px;
    }
    .mc_top.w-social .social-block {
        display: none;
    }
    .m-social {
        display: block;
    }
    .w-social .mcb_-links {
        white-space: nowrap;
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .w-social .mcb_-links::-webkit-scrollbar {
        display: none;
    }
    .mcb_-links,
    .mcb_-linksz {
        position: sticky;
        z-index: 1;
    }
}
@media screen and (max-width: 1079px) {
    .mc_live.active:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: #000;
        z-index: -1;
    }
    .mc_live .mc_l-left {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }
    .mc_live .mc_l-right {
        width: 100%;
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
    }
    .mc_l-right .vb-button {
        display: none;
    }
    .mc_l-right .vb-button .mct_-bet .item {
        float: left;
        width: calc(50% - 10px);
        margin: 0 5px;
        background: #2f3137;
        border-radius: 0.5rem;
        height: auto;
        padding: 0.75rem;
        text-align: center;
    }
    .mc_l-right .vb-button .mct_-bet .item i {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        display: inline-block;
        margin-right: 10px;
        vertical-align: sub;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }
    .mc_l-right .vb-button .mct_-bet .item span {
        display: inline;
    }
    .mct_-bet {
        float: none;
        overflow: hidden;
    }
    .chatbox_hide,
    .chatbox_wrap {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        bottom: auto;
        width: 100%;
        height: 100%;
    }
    .chatbox_hide {
        height: 100%;
    }
    .chatbox_hide:before {
        background: #1d1e22;
    }
    .cd_-menu,
    .match-box .match-menu {
        padding: 0;
    }
    .cd_-menu ul,
    .match-box .match-menu ul {
        white-space: nowrap;
        padding: 0 15px;
        margin: 0;
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .cd_-menu ul::-webkit-scrollbar,
    .match-box .match-menu ul::-webkit-scrollbar {
        display: none;
    }
    .cd_-menu ul li,
    .match-box .match-menu ul li {
        float: none;
        margin-right: 25px;
        display: inline-block;
    }
    .table-list-max .tl-row .tld {
        width: 50px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .table-list-max .tl-row .tld.tld-name {
        width: calc(100% - 500px);
    }
    .table-list-max .tl-row .tld.tld.tld-result {
        padding-left: 0;
    }
    .vb-chatbox {
        position: relative;
    }
    .close-chat {
        z-index: 100;
        top: 0;
        border-radius: 0 0 0 10px;
    }
    .cd_-menu.w-social .social-block {
        display: none;
    }
    .cd_-menu.w-social ul {
        float: none;
    }
    .box-league .m-social {
        display: block;
    }
    .box-league .m-social .social-block {
        padding: 0;
        margin: 0;
        border: none;
    }
}
@media screen and (max-width: 989px) {
    .mw-w-sidebar .main-left,
    .mw-w-sidebar .sidebar-right {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    #review {
        margin: 30px 0;
    }
    #main-wrapper {
        margin-bottom: 30px;
    }
    .match-detail .item .team {
        width: calc(50% - 130px);
        float: left;
        position: relative !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        transform: none !important;
        flex-direction: column !important;
    }
    .bet-tabs {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        transform: none;
        margin-top: 15px;
    }
    .ll-row .player {
        font-size: 12px;
        font-weight: 400;
        padding: 15px 0;
    }
    .ll-row .player .player-face {
        width: 40px;
        height: 40px;
    }
    .ll-row .player .rate {
        top: 0;
    }
    .ll-row .player .name {
        font-weight: 400;
    }
    .ll-row .player .name span {
        margin: 0 3px 0 0;
        font-size: 1em;
        font-weight: 600;
        background: 0 0;
        height: auto;
        min-width: auto;
    }
    .ll-row .player .name span:after {
        content: ".";
    }
    .cd_-top .cover {
        display: none;
    }
    .cd_-top {
        padding: 30px;
    }
    .no-match .notice {
        padding: 120px 20px 160px;
    }
}
@media screen and (max-width: 842px) {
    .chatbox_hide .btn.for-desktop {
        display: none;
    }
    .chatbox_hide .btn.for-mobile {
        display: block;
    }
    .mc_live.active {
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #1a1d23;
        height: 100%;
        min-height: -webkit-fill-available;
    }
    .mc_live.active .mc_bottom,
    .mc_live.active .vb-button {
        display: none;
    }
    .mc_live.active .mc_l-left {
        margin-bottom: 0;
    }
    .mc_live.active .clearfix {
        display: none;
    }
    .mc_live.active .vb-chatbox {
        height: 100%;
        overflow: hidden;
    }
    .mc_live.active .vb-chatbox .chatbox_wrap {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding-bottom: 0;
        height: 100%;
    }
    .body-m-hidden {
        height: 100%;
    }
    .body-m-hidden #footer,
    .body-m-hidden #header,
    .body-m-hidden .match-menu,
    .body-m-hidden .mc_padding {
        display: none;
    }
}
@media screen and (min-width: 769px) {
    .box-user {
        margin: 120px auto;
    }
    .buc-profile {
        position: relative;
        padding-right: calc(2rem + 170px);
    }
    .buc-profile .fg-avatar {
        position: absolute;
        right: 0;
        width: 170px;
        padding: 1.5rem 0;
    }
}
@media screen and (max-width: 768px) {
    .container {
        padding-right: 5px;
        padding-left: 5px;
    }
    #footer {
        padding-bottom: 130px;
        position: relative;
    }
    #footer .footer-copyright {
        margin-right: 0;
        float: none;
        position: absolute;
        bottom: 30px;
        left: 15px;
    }
    .footer_menu {
        float: none;
        width: 100%;
    }
    .news-list .item.item-highlight {
        width: calc(50% - 20px);
        margin: 0 10px 20px;
    }
    .news-list .item.item-highlight:nth-of-type(odd) {
        clear: both;
    }
    .news-list-page {
        margin: 0 -10px;
    }
    .news-list-page .item.item-highlight:nth-of-type(3n + 1) {
        clear: none;
    }
    .news-list-page .item.item-highlight .news-title {
        padding: 10px 0;
    }
    .news-big {
        padding: 0 !important;
    }
    .news-big .news-thumb {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        height: auto;
        width: 100% !important;
        padding-bottom: 50%;
    }
    .news-big .news-detail {
        min-height: auto !important;
        padding: 15px;
    }
    .item .news-thumb .stick-match {
        display: none;
    }
    #vb-faq,
    #vb-faq-sticky-wrapper {
        width: 100% !important;
        float: none !important;
        position: relative !important;
        top: auto !important;
        bottom: auto !important;
        margin-bottom: 2rem !important;
    }
    #vb-faq {
        max-height: 300px !important;
    }
    .about-wrap .aw_-content {
        margin-left: 0 !important;
    }
    .table-list .tl-row .tld-ga,
    .table-list .tl-row .tld-gf {
        display: none !important;
    }
    .table-list .tl-row .tld.tld-name {
        width: calc(100% - 260px);
    }
    .table-list-max .tl_a-group .tl-row .tld.tld-name,
    .table-list-medium .tl_a-group .tl-row .tld.tld-name {
        padding-left: 15px !important;
    }
    .article-news {
        padding: 0;
    }
    .table-list-max .tl-row {
        padding: 0 0.5rem;
    }
    .table-list-max .tl-row .tld {
        width: 40px;
    }
    .table-list-max .tl-row .tld.tld-result {
        display: none;
    }
    .table-list-max .tl-row .tld.tld-name {
        width: calc(100% - 280px);
        padding-left: 25px;
    }
    .table-list-max .tl-row .tld.tld-name.w-pos:before {
        left: -5px;
    }
    .com-detail {
        margin: 0 -15px;
    }
    .cd_-menu,
    .match-box .match-menu {
        background: #25ff70;
    }
    .cd_-menu ul,
    .match-box .match-menu ul {
        margin: 0;
        padding: 10px 15px;
        overflow: auto;
    }
    .cd_-menu ul li,
    .match-box .match-menu ul li {
        margin: 0 5px;
    }
    .cd_-menu ul li a,
    .match-box .match-menu li a {
        font-size: 13px;
        padding: 8px 15px;
        border: none;
        color: #111 !important;
        border-radius: 20px;
        text-transform: unset;
    }
    .cd_-menu ul li.active a,
    .match-box .match-menu li.active a {
        background: #111;
        color: #25ff70 !important;
    }
    .cd_-menu ul li.active a:before,
    .match-box .match-menu li.active a:before {
        display: none;
    }
    .item-basketball .item-team {
        width: calc(100% - 160px);
    }
    .item-basketball .item-result {
        width: 60px;
    }
    .item-basketball .item-result .ir-col {
        display: none;
    }
    .item-basketball .item-result .ir-col.total {
        display: block;
    }
    .single-content .sc-name {
        font-size: 14px;
    }
}
@media screen and (max-width: 640px) {
    .xmenu .xm-content .headline {
        font-size: 2rem;
        margin-bottom: 0;
        line-height: 1.3;
    }
    .xmenu .xm-content {
        max-width: 400px;
    }
    .box.box-highlight {
        display: none;
    }
    .stick.stick-live {
        font-size: 10px;
        padding: 4px 8px;
    }
    #show-countdown {
        left: 15px;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }
    #show-countdown .sc-title {
        font-size: 1.1em;
    }
    #show-countdown .sc-content > div {
        border-radius: 12px;
        min-width: 70px;
    }
    #show-countdown .sc-content > div > div {
        margin-bottom: 0;
    }
    .user-vote {
        display: none;
    }
    .mcb_-links {
        white-space: nowrap;
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .mcb_-links::-webkit-scrollbar {
        display: none;
    }
    .mcb_-links .sv-link {
        display: inline-block;
        float: none;
    }
    .mc_l-left .mct_-bet,
    .mct_-blv {
        float: none;
        margin-right: 0;
    }
    .mct_-blv {
        display: inline-block;
        background: 0 0;
        padding: 0 30px 0 0;
        color: #fff;
        border: none;
    }
    .mct_-blv .mct__-icon {
        bottom: 0;
        right: 0;
        color: #666;
    }
    .mct_-blv .bbox.blv-2 {
        border-left: none;
        margin-left: 0;
    }
    .mc_bottom {
        height: auto;
        margin-top: 15px;
    }
    .mc_l-left .mct_-bet .item {
        float: left;
        background: #2f3137 !important;
        height: 54px;
        line-height: 1.1em;
        width: calc(50% - 10px);
        margin: 0 5px;
        border-radius: 0.5rem;
        padding: 0.75rem;
        text-align: center;
        font-size: 13px;
    }
    .mct_-bet .item span {
        font-size: 13px;
    }
    .mc_l-left .mct_-bet .item.item-betnow {
        font-size: 0;
        color: #fff;
    }
    .mc_l-left .mct_-bet .item.item-betnow i {
        background: #fd0;
        color: #111;
    }
    .mc_l-left .mct_-bet .item.item-betnow span {
        font-size: 13px;
    }
    .mc_l-left .mct_-bet .item.item-mobile {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        font-size: 0 !important;
    }
    .mc_l-left .mct_-bet .item.item-mobile span {
        display: none;
    }
    .mc_l-left .mct_-bet .item.item-mobile:after {
        content: "Xem trên ĐT";
        margin-left: 4px;
        font-size: 13px;
        font-weight: 500;
    }
    .mc_l-left .mct_-bet .item i {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        display: inline-block;
        margin-right: 10px;
        vertical-align: sub;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }
    .mc_l-left .mct_-bet .item span {
        display: inline;
    }
    .mc_l-right .vb-button .mct_-bet .item {
        font-size: 0;
    }
    .mc_l-right .vb-button .mct_-bet .item span {
        font-size: 13px;
        margin-left: 4px;
    }
    .match-detail .item-info {
        width: 120px;
        padding-top: 10px;
        min-height: 100px;
    }
    .match-detail .item-info .result span {
        width: auto;
    }
    .mc_l-right .vb-button,
    .mc_live .mc_l-left {
        margin-bottom: 10px;
    }
    .cd_-top {
        padding: 20px;
    }
    .cd_-top .content {
        min-height: 70px;
        padding: 0 0 0 90px;
    }
    .cd_-top .content .com-icon {
        width: 70px;
        height: 70px;
    }
    .cd_-top .content .country {
        font-size: 1em;
    }
    .cd_-top .content .com-name {
        font-size: 1.3em;
    }
    .cd_-top .content .description {
        font-size: 12px;
    }
    .ll-row .player {
        padding: 6px 0 0;
    }
    .ll-row .player .player-face {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 520px) {
	 .xmenu .xm-content .description {
        display: none;
    }
    .box.box-table .box-content {
        position: relative;
    }
    .box.box-table .box-content:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 50px;
        background: #26282d;
        background: linear-gradient(90deg, rgba(38, 40, 45, 0) 0, #26282d 100%);
        z-index: 3;
        display: none;
    }
    .tl_-allclub {
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .tl_-allclub::-webkit-scrollbar {
        display: none;
    }
    .tl_-allclub .tl-row {
        min-width: 540px;
        padding: 0;
    }
    .tl_-allclub .tl-row .tld.tld-number {
        width: 40px !important;
    }
    .cd_-main {
        padding: 15px 0;
    }
    .cd_-main .com-block {
        padding: 0 15px;
    }
    .cd_-main .com-block .box-table,
    .cd_-main .com-block .match_box {
        margin: 0 -15px;
    }
    .box.box-table .box-content .load-more,
    .box.box-table .box-content .tl_-league {
        position: relative;
        z-index: 4;
    }
    .table-list-max .tl-row .tld.tld-name {
        width: calc(100% - 300px);
    }
    .sm-map {
        padding-bottom: 500px;
    }
    .news-big {
        margin-bottom: 20px;
    }
    .news-big .news-detail {
        padding: 10px 0;
        background: 0 0;
        border-bottom: none;
    }
    .news-big .news-detail .news-title {
        margin-bottom: 0;
        font-size: 1.1em;
        font-weight: 500;
    }
    .news-big .news-detail .news-title a {
        color: #fff;
    }
    .news-big .news-detail .stick-match {
        display: none;
    }
    .news-big .news-detail .description {
        display: none;
    }
    .history-list .item,
    .player-list .item {
        width: calc(100% - 20px);
    }
    .table-list .tl-row .tld.tld-name {
        width: calc(100% - 300px);
    }
    .table-list-min .table_box .tl-row .tld.tld-name {
        width: calc(100% - 190px);
    }
    .table_box_list {
        padding: 0;
    }
    .table_box_list .table_box {
        margin: 0;
        width: 100%;
        border-bottom: 20px solid #1a1d23;
    }
    .modal-mmo .modal-dialog .modal-content {
        width: 96% !important;
    }
    .modal-mmo .modal-dialog .modal-content .size-500x500 {
        width: 100%;
        height: 100%;
    }
    #m-app,
    #m-bet {
        width: 45px;
        height: 40px;
        line-height: 1.1;
        padding: 9px 5px;
        font-size: 11px;
        text-transform: uppercase;
    }
    #m-tele {
        width: 64px;
        height: 40px;
        line-height: 1.3;
        padding: 7px 5px;
        font-size: 10.5px;
        text-transform: uppercase;
    }
    #m-bet i,
    #m-tele i {
        display: none;
    }
    #m-app span {
        margin: 0;
    }
    #m-app {
        margin-left: 5px;
    }
    #m-app i {
        display: none;
    }
    #logo {
        margin: 5px 0 5px 40px;
    }
    #logo img {
        height: 30px;
    }
}
@media screen and (min-width: 480px) {
    #count-height {
        height: auto !important;
    }
    #count-height.m-height {
        height: auto !important;
    }
}
@media screen and (max-width: 479px) {
    #count-height.m-height {
        height: auto !important;
    }
    #header {
        margin-bottom: 20px;
    }
    .r-btn {
        padding: 0;
    }
    #user-display {
        margin-left: 5px;
    }
    .modal-content .modal-body {
        padding: 1.5rem;
    }
    #xmenu {
        margin-top: -20px;
    }
    .xmenu .xm-content {
        padding: 1rem 0;
    }
    .xmenu .xm-content .headline {
        font-size: 1.5em;
    }
    .news-list .item.item-highlight {
        clear: both;
        width: calc(100% - 20px);
    }
    .news-list .item.item-highlight .news-thumb {
        width: 130px;
        padding-bottom: 80px;
        margin-right: 15px;
        float: left;
    }
    .news-list .item.item-highlight .news-title {
        margin: 0;
    }
    .news-list-page .item.item-highlight .news-title {
        padding: 0;
    }
    .news-list .item.item-highlight .icon-chat {
        display: none;
    }
    .news-big .news-detail .news-title {
        font-size: 1.1em;
    }
    .host-list .item {
        padding: 15px;
        padding-left: 110px;
        min-height: 90px;
    }
    .host-list .item .bet-now {
        position: relative;
        top: auto;
        right: auto;
        margin-top: 15px;
    }
    .host-list .item .host-logo {
        top: 15px;
        left: 15px;
        width: 80px;
        padding-bottom: 60px;
    }
    .item-info .time {
        font-size: 0.8em;
        font-weight: 400;
    }
    .item-info .result {
        font-size: 1.5em;
        margin-bottom: 0.5rem;
    }
    .item-info .result span {
        width: 20px;
    }
    .headlineA1 {
        font-size: 1.2em;
        font-weight: 700;
    }
    .container-match {
        padding-right: 0;
        padding-left: 0;
    }
    .chatbox_wrap {
        background: 0 0;
    }
    .chatbox_-room .item.item-chat {
        padding-left: 44px;
        padding-right: 0;
    }
    .chatbox_-room .item .ic_user {
        left: 0;
    }
    .chatbox_-input {
        padding: 15px 0 0;
    }
    .mc_padding {
        padding: 5px 0;
    }
    .sm-team .subs {
        font-size: 0;
    }
    .sm-team .subs .subs-text i {
        font-size: 14px;
        margin-left: 8px !important;
    }
    .sm-team .subs .subs-text:before {
        content: "Dự bị";
        font-size: 14px;
        display: inline;
    }
    .result-list {
        display: none;
    }
    .article-news {
        padding: 20px 15px !important;
        font-size: 1em;
    }
    .bet-tabs .bet-row .br-odds {
        background: 0 0;
    }
    .bet-tabs .bet-row:first-of-type {
        margin-bottom: 5px;
    }
    .match-detail .item {
        padding: 10px;
    }
    .match-detail .bet-tabs {
        display: none;
    }
    .match-detail .item-info {
        padding-top: 15px;
    }
    .match-detail .item-info .result {
        font-size: 2rem;
    }
    #about.box-wbg {
        background: 0 0;
        margin: 0 -15px;
    }
    .table-list-max .tl-row {
        padding: 0 !important;
    }
    .select-league-center {
        font-size: 0;
        width: 30px;
        padding: 0;
        text-align: center;
    }
    .select-league-center i {
        font-size: 14px;
        margin: 0 !important;
        line-height: 30px;
    }
    .tl_-league.tll-max .item-league {
        padding-right: 40px;
    }
    .box-wpd {
        padding: 15px;
    }
    .read-news {
        padding: 0 !important;
        margin: 0 -15px;
    }
    .box-table .related {
        font-size: 0.85em;
    }
    .box-table .related .title {
        line-height: 24px;
    }
    .box-table .related .atag {
        line-height: 22px;
        padding: 0 8px;
    }
    .f-date {
        width: auto;
        font-size: 12px;
        padding: 6px;
    }
    .match_fact .item .mf-content .mfc-status {
        font-size: 0.9em;
    }
    .vebo-sp {
        margin-bottom: 20px;
    }
    .table-list-min .table_box .tl-row .tld.tld-result {
        display: none;
    }
    .table-list-min .table_box .tl-row .tld.tld-name {
        width: calc(100% - 120px);
    }
    .box-fixtures-max .match_box {
        border-bottom: 20px solid #1a1d23;
    }
    .lv-social-list .social-btn span {
        display: none;
    }
    .vbmodal .modal-dialog {
        max-width: 90%;
    }
    .box-user {
        margin: -20px -15px 30px;
    }
    .bu-header {
        background: #121315;
        background: linear-gradient(0deg, #121315 0, #121315 50%, rgba(18, 19, 21, 0) 100%);
    }
    .bu-content,
    .bu-header {
        border-radius: 0;
    }
    .bu-header .user-avatar {
        margin-top: 40px;
    }
    .m-match-vs {
        padding: 15px;
    }
    .match_fact .item {
        padding: 0;
    }
    .match_fact .item .mf-content .time {
        border-color: transparent;
    }
    .match_fact .item.team-home .mf-content .mfc-icon {
        right: 20px;
    }
    .match_fact .item .mf-content .mfc-icon .vb-icon {
        transform: scale(1);
    }
    .match_fact .item.team-home .mf-content {
        padding-right: 55px;
    }
    .match_fact .item.team-home .mf-content span.in,
    .match_fact .item.team-home .mf-content span.out {
        margin-right: -30px;
        width: calc(100% + 30px);
        display: block;
    }
    .match_fact .item.team-away .mf-content .mfc-icon {
        left: 20px;
    }
    .match_fact .item.team-away .mf-content {
        padding-left: 55px;
    }
    .match_fact .item.team-away .mf-content span.in,
    .match_fact .item.team-away .mf-content span.out {
        margin-left: -30px;
        width: calc(100% + 30px);
        display: block;
    }
    .match_fact .item .mf-content .mfc-icon .vb-icon-subs {
        opacity: 0;
    }
    .box-search .srp-list .srp-item {
        float: none;
        margin: 0 0 0.5rem;
        border: none;
        border-radius: 0;
    }
    .box-search .srp-list {
        margin-bottom: 2rem;
    }
    .bu-header .u-name {
        padding: 2rem 1.5rem 1rem;
    }
    .u-menu {
        padding: 0 0.5rem;
    }
    .avatar-list .item {
        width: calc(33.33% - 20px);
    }
    .gj-datepicker {
        width: 38px !important;
    }
    .gj-datepicker .form-control {
        opacity: 0 !important;
    }
    .tl-right {
        right: 5px;
    }
    .item-basketball .item-info {
        width: 70px;
    }
    .item-basketball .item-team {
        width: calc(100% - 110px);
    }
}
@media screen and (max-width: 379px) {
    .mct_-bet .item {
        text-align: left !important;
    }
    .mct_-bet .item i {
        margin-right: 5px;
        width: 24px;
        line-height: 24px;
        height: 24px;
        font-size: 12px;
        vertical-align: unset;
    }
    .h2h-result {
        display: none;
    }
    .box .box-header .headlineA1 {
        font-size: 1.3em;
    }
    .box.box-match .box-header .headlineA1 {
        padding-left: 0;
        border-left: none;
        font-size: 1.2em;
        line-height: 1.4;
    }
    .vb-player {
        padding-bottom: 59.3%;
    }
    .u-menu .um-li {
        margin: 0 1rem;
    }
    .bu-content {
        padding: 1.5rem;
    }
    .mct_-blv {
        padding-right: 25px;
    }
    .mct_-blv .bbox {
        padding: 0;
    }
    .vbnotice.pos-bottom .vbnotice_inner .app-icon img {
        width: 60px;
        height: 60px;
    }
    .vbnotice.pos-bottom .vbnotice_inner .text {
        margin-left: 75px;
    }
    .vbnotice.pos-bottom .vbnotice_inner .close {
        display: none;
    }
    .vbnotice.pos-bottom .vbnotice_inner {
        padding-right: 0;
    }
}
@media screen and (max-width: 1079px) {
    .body-m-hidden {
        height: 100%;
    }
    .body-m-hidden #footer,
    .body-m-hidden #header,
    .body-m-hidden .match-menu,
    .body-m-hidden .mc_padding {
        display: none;
    }
    .mc_live.active {
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #1a1d23;
    }
    .mc_live.active .mc_l-left {
        margin-bottom: 0;
    }
    .mc_live.active .vb-player {
        width: 100%;
        padding-bottom: 56.25%;
        margin: 0;
    }
    .mc_live.active .vb-chatbox {
        height: 100%;
        overflow: hidden;
    }
    .mc_live.active .vb-chatbox .chatbox_wrap {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding-bottom: 0;
        height: 100%;
    }
}
@media screen and (min-width: 1080px) and (max-width: 1359px) and (min-height: 810px) and (max-height: 1024px) {
    .mcf-btn {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
        margin: 0;
        z-index: 9;
        float: none;
        cursor: pointer;
    }
    .mcf-btn:after {
        content: "Mở rộng";
        margin-left: 12px;
    }
}
.app-body {
    overflow-x: hidden;
}
@font-face {
    font-family: vebo;
    src: url("https://static.90pcdn.com/fonts/vebo.eot?32148758");
    src:
        url("https://static.90pcdn.com/fonts/vebo.eot?32148758#iefix") format("embedded-opentype"),
        url("https://static.90pcdn.com/fonts/vebo.woff2?32148758") format("woff2"),
        url("https://static.90pcdn.com/fonts/vebo.woff?32148758") format("woff"),
        url("https://static.90pcdn.com/fonts/vebo.ttf?32148758") format("truetype"),
        url("https://static.90pcdn.com/fonts/vebo.svg?32148758#vebo") format("svg");
    font-weight: 400;
    font-style: normal;
}
[class*=" zfa-"]:before,
[class^="zfa-"]:before {
    font-family: vebo;
    font-style: normal;
    font-weight: 400;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.zfa-comment-slash:before {
    content: "\e800";
}
.zfa-comment:before {
    content: "\e801";
}
.zfa-compress:before {
    content: "\e802";
}
.zfa-comments:before {
    content: "\e803";
}
.zfa-expand:before {
    content: "\e804";
}
.zfa-pause:before {
    content: "\e805";
}
.zfa-play:before {
    content: "\e806";
}
@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}
.modal-backdropz {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1040;
}
#matchf-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    opacity: 1;
    display: block;
}
#matchf-wrapper .matchf-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
    justify-content: center;
}
#matchf-wrapper .matchf-dialog .matchf-content {
    position: relative;
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(190, 190, 190, 0.2);
    outline: 0;
    border-radius: 6px;
    user-select: none;
    width: 360px;
    max-width: 100%;
}
#matchf-wrapper .matchf-dialog .matchf-content .info .info-header {
    display: block;
    text-align: center;
}
#matchf-wrapper .matchf-dialog .matchf-content .info .info-header .league {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 0 0 8px 8px;
    display: inline-block;
    align-items: center;
    gap: 3px;
    line-height: 24px;
    padding: 0 6px;
    font-size: 11px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    align-self: center;
    max-width: 260px;
}
#matchf-wrapper .matchf-dialog .matchf-content .info .info-body {
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 90px;
    margin-top: 10px;
    margin-bottom: 15px;
}
#matchf-wrapper .matchf-dialog .matchf-content .info .info-body .team {
    text-align: center;
    width: calc(50% - 10px - 40px);
    flex-shrink: 0;
}
#matchf-wrapper .matchf-dialog .matchf-content .info .info-body .team .team-logo {
    display: inline-block;
    margin: 0 auto;
    height: 50px;
    width: 50px;
}
#matchf-wrapper .matchf-dialog .matchf-content .info .info-body .team .team-name {
    display: flex;
    height: 36px;
    justify-content: center;
    align-items: center;
}
#matchf-wrapper .matchf-dialog .matchf-content .info .info-body .xinfo {
    width: 80px;
    margin: 0 10px;
    text-align: center;
    flex-shrink: 0;
    gap: 4px;
    display: flex;
    flex-direction: column;
}
#matchf-wrapper .matchf-dialog .matchf-content .info .info-body .xinfo .result {
    display: flex;
    justify-content: center;
    gap: 6px;
    font-size: 24px;
    font-weight: 700;
}
#matchf-wrapper .matchf-dialog .matchf-content .info .info-body .xinfo .time-loaded {
    font-size: 14px;
    font-weight: 600;
}
#matchf-wrapper .matchf-dialog .matchf-content .info .info-body .xinfo .detail {
    font-size: 14px;
}
#matchf-wrapper .matchf-dialog .matchf-content .tit {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    padding-bottom: 5px;
    border-bottom: 1px solid #e8e8e8;
}
#matchf-wrapper .matchf-dialog .matchf-content .list-ops {
    display: flex;
    flex-direction: column;
    padding: 6px;
}
#matchf-wrapper .matchf-dialog .matchf-content .list-ops a {
    width: 100%;
    display: flex;
    gap: 6px;
    align-items: center;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(237, 237, 237, 0.15);
    padding: 5px;
    border-radius: 6px;
}
#matchf-wrapper .matchf-dialog .matchf-content .list-ops a:hover {
    background: #e1e1e1;
}
#matchf-wrapper .matchf-dialog .matchf-content .list-ops a .img img {
    width: 40px;
    height: 40px;
    border-radius: 20%;
}
#matchf-wrapper .matchf-dialog .matchf-content .list-ops a:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
#matchf-wrapper .matchf-dialog .matchf-content .list-ops a .cont {
    display: flex;
    flex-direction: column;
    flex: 1 1 0;
}
#matchf-wrapper .matchf-dialog .matchf-content .list-ops a .cont .fansite {
    font-size: 15px;
    font-weight: 600;
}
#matchf-wrapper .matchf-dialog .matchf-content .list-ops a .cont .blv {
    font-size: 13px;
    color: #606060;
}
#user-display {
    float: left;
    margin-left: 10px;
    position: relative;
}
#user-display .member {
    height: 40px;
    width: 40px;
}
#user-display .member button {
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 50%;
    z-index: 100;
    position: relative;
    cursor: pointer;
}
#user-display .member button img {
    border-radius: 50%;
    pointer-events: none;
}
#user-display .member button i {
    font-size: 20px;
}
#user-display .dropdown-menu {
    border: none;
    padding: 8px;
    min-width: auto;
    transform: none !important;
    top: 100% !important;
    right: 0 !important;
    left: auto !important;
    z-index: 90;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
    cursor: initial;
    background-size: cover;
    border-radius: 12px;
}
#user-display .dropdown-menu .dropdown-item {
    color: #111 !important;
    line-height: 1.4em;
    background: 0 0 !important;
    padding: 0.5rem 1rem;
    font-size: 14px;
}
#user-display .dropdown-menu .dropdown-item i {
    width: 16px;
}
#user-display .dropdown-menu .dropdown-item:hover {
    color: #111 !important;
    background: #eee !important;
}
#user-display .dropdown-menu .dropdown-user {
    height: 35px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#user-display .dropdown-menu .text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
}
#user-display .dropdown-menu .text .t {
    font-weight: 700;
    margin-bottom: 5px;
}
.google-btn {
    position: relative;
    width: max-content;
    max-width: 220px;
    height: 38px;
    background-color: #4285f4;
    border-radius: 20px;
    cursor: pointer;
    display: flex;
}
.google-btn .google-icon {
    position: absolute;
    width: 38px;
    height: 38px;
    padding: 6px;
    border-radius: 50%;
    background-color: #fff;
}
.google-btn .btn-text {
    float: right;
    color: #fff;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    padding: 0 12px 0 45px;
    margin: 0;
    width: 100%;
    font-weight: 500;
}
.vebo-sp {
    margin-bottom: 10px;
}
.mmo-top {
    background-color: rgb(70 108 24);
}
.mmo-inner {
    overflow: hidden;
}
.mmo-inner img {
    object-fit: cover !important;
}
.mmo-inner.size-660x200 {
    position: relative;
    padding-bottom: 30.3%;
    max-width: 660px;
}
.mmo .mmo-inner {
    background-color: rgba(0, 0, 0, 0.05);
    text-align: center;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.mmo.mmo-fixside.to-left,
.mmo.mmo-fixside.to-right {
    z-index: inherit;
}
.mmo-inner.size-1330x100 {
    width: 1330px;
    height: 100px;
}
.mmo-inner.size-1330x90 {
    width: 1330px;
    height: 90px;
}
.mo-single.for-mobile {
    display: none;
}
.cd_-top .content .com-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
@media screen and (max-width: 728px) {
    .mo-single.for-mobile {
        display: block;
    }
    .mo-single.for-desktop {
        display: none;
    }
}
@media screen and (max-width: 1329px) {
    .mmo-inner.size-1330x100 {
        width: 100%;
        height: 0;
        padding-bottom: 9.774%;
    }
    .mmo-inner.size-1330x100 img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        object-fit: contain;
    }
    .mmo-inner.size-1330x90 {
        width: 100%;
        height: 0;
        padding-bottom: 9.774%;
    }
    .mmo-inner.size-1330x90 img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        object-fit: contain;
    }
}
.rn-close {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-shadow: 0 0 10px #fff;
    background: rgba(151, 151, 151, 0.4);
    color: #272727;
    border-radius: 0 0 0 8px;
    font-size: 24px;
}
.rn-close span {
    width: 30px;
    height: 30px;
    border-radius: 0.5rem;
    text-align: center;
    background-color: #fff;
    line-height: 30px;
    font-size: 20px;
    color: #111;
}
@media screen and (max-width: 479px) {
    .modal-content .rn-close {
        width: 42px;
        height: 42px;
    }
    .modal-content .rn-close span {
        width: 32px;
        height: 32px;
        line-height: 32px;
    }
    .rn-close {
        width: 40px;
        height: 40px;
    }
    .rn-close span {
        width: 26px;
        height: 26px;
        line-height: 26px;
    }
}
.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border 0.75s linear infinite;
}
.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}
.ii-01 h2 {
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 0;
}
.match_box.h2h div.team-name {
    font-weight: 700;
    line-height: 1.3;
}
.vbspon .vbspon-inner .vbs-1330x100 img {
    height: 90px;
}
.vbspon .vbspon-inner .vbs-1330x100 {
    min-height: 90px;
}
.vbspon.fixed.side.to-left,
.vbspon.fixed.side.to-right {
    z-index: inherit;
}
.news-thumb-img,
.video-thumb-img {
    background: #e4e4e4;
}
.host-logo img {
    object-fit: contain !important;
}
.article-news div,
.article-news h1,
.article-news h2,
.article-news h3,
.article-news h4,
.article-news h5,
.article-news h6,
.article-news p,
.article-news span {
    background: 0 0 !important;
    background-color: transparent !important;
}
.article-news img {
    margin: 0 auto;
    display: block;
}
.trend-grid .item {
    background: #eee !important;
}
.trend-grid .item .commentator,
.trend-grid .item .item-league {
    color: #111 !important;
}
.news-list-page .item.item-highlight .news-title {
    padding: 6px 0 12px 0;
}
.page-link:focus {
    box-shadow: none;
}
.footer-copyright .copyright {
    color: #fff;
}
#aw-body {
    position: relative;
}
#aw-body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #3e8b2d;
    background-image: url(/images/background.jpg);
    background-size: cover;
    background-position: center center;
}
#main-home {
    min-height: calc(100vh + 60px);
    padding: 0 !important;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 9;
    margin-top: -60px;
}
#main-home .container {
    max-width: 760px;
    padding: 30px !important;
}
.mh-logo {
    text-align: center;
}
.mh-logo img {
    height: 60px;
    width: auto;
}
.mh-top {
    width: 100%;
    margin: 2.5rem 0;
    padding: 4rem;
    border-radius: 2rem;
    background-color: #fff;
    color: #000;
    display: block;
}
.mh-top .headline-large {
    font-size: 1.5em;
    line-height: 1.5;
    font-weight: 700;
    text-transform: uppercase;
}
.mh-top .description {
    line-height: 1.5;
}
.mh-top .mt-social {
    margin-bottom: 2.5rem;
    margin-top: 1.5rem;
    justify-content: flex-start !important;
}
.mh-buttons .sbtn-lg {
    padding: 1.2em 2em;
    border-radius: 1em;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05) !important;
    display: block;
}
.mh-buttons .sbtn-lg span {
    display: flex;
    align-items: center;
    justify-content: center;
}
.mh-buttons .sbtn-lg span i {
    font-size: 20px;
}
.sbtn {
    outline: 0 !important;
    box-shadow: none !important;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    padding: 8px 14px;
    border-radius: 0.5rem;
    font-size: 1em;
    line-height: 1;
    font-weight: 500;
}
.sbtn-lg {
    padding: 10px 18px;
    font-size: 1.2em;
}
.sbtn-primary {
    background-color: #01912f;
    color: #fff !important;
}
.sbtn-primary:hover {
    background-color: #03c03f;
}
.mh-copyright {
    text-align: center;
    font-size: 14px;
    color: #fff;
}
@media screen and (max-width: 639px) {
    #main-home {
        padding-top: 40px;
    }
    .mh-logo {
        text-align: left;
    }
    .mh-logo img {
        height: 40px;
    }
    .mh-top {
        padding: 2rem;
        border-radius: 1rem;
        margin: 1.5rem 0;
    }
    .mh-top .headline-large {
        font-size: 1.3em;
        margin-bottom: 1rem;
    }
    .mh-top .mt-social {
        margin-bottom: 2rem;
    }
}
.addthis_inline_share_toolbox {
    height: auto;
    min-height: 35px;
}
.author-box {
    padding: 12px;
    border: 1px solid #818181;
    position: relative;
    clear: both;
}
.author-box .author-info,
.author-box .author-photo {
    display: table-cell;
    vertical-align: top;
}
.author-box .author-photo {
    width: 115px;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    pointer-events: auto;
}
.author-box .author-photo img {
    max-width: 100%;
    height: auto;
}
.author-box .author-info {
    width: auto;
    padding-bottom: 0;
    padding-left: 21px;
}
.author-box .author-info .author-name {
    margin: 7px 0 8px;
    font-size: 15px;
    line-height: 21px;
    font-weight: 700;
}
.author-box .author-info .author-descr {
    margin-bottom: 6px;
    font-size: 12px;
    font-style: italic;
    line-height: 21px;
}
#player_news.active {
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 100%;
    position: relative;
    padding-bottom: 59.3%;
}
#player_news .res-frame {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
#player_news.active .res-frame {
    display: block;
}
.search-box {
    position: relative;
    box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
    margin: 15px 0;
}
.search-box .fa-search {
    position: absolute;
    top: 14px;
    left: 16px;
    color: #000;
}
.search-box input {
    height: 42px;
    text-indent: 25px;
    border: 2px solid #d6d4d4;
}
.search-box button {
    position: absolute;
    top: 4px;
    right: 4px;
    height: 34px;
    width: 90px;
    background: #b7d23f !important;
    color: #000 !important;
}
.breadcrumb {
    background: 0 0;
    white-space: nowrap;
    width: 100%;
    overflow-x: hidden;
    margin-bottom: 5px;
    padding-left: 0;
    flex-wrap: nowrap;
}
@media screen and (max-width: 728px) {
    .breadcrumb {
        overflow-x: scroll;
    }
}
@keyframes glowingPolygon {
    0% {
        fill: #deb207;
        background: #dcb107;
        filter: drop-shadow(0 0 3px #b28e00);
    }
    50% {
        background: #edd221;
        fill: #edd221;
        filter: drop-shadow(0 0 15px #edcb21);
    }
    100% {
        background: #c5cb01;
        fill: #c5cb01;
        filter: drop-shadow(0 0 3px #c5cb01);
    }
}
.btn-bet-top {
    color: #1a1d23 !important;
    background-color: #ffd608;
    background-image: linear-gradient(0deg, #d1a000, #fdde49);
    padding: 0 5px;
    height: 32px;
    line-height: 32px;
    font-weight: 500;
    border-radius: 12px;
    display: block;
}
.btn-bet-top:hover {
    color: #000;
}
.all-utilities {
    height: 100%;
    width: 100%;
}
.ajax-loading {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin: -10px;
    height: 100%;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}
.ajax-loading.is-load-result {
    max-width: 1630px;
    margin: 0 auto;
    padding: 0 30px;
    justify-content: space-between;
}
.vir-item {
    background: #505050;
    display: block;
    position: relative;
    width: 100px;
    height: 100px;
    margin: 10px 0;
    overflow: hidden;
    border-radius: 0.5rem;
}
.vir-item:before {
    content: "";
    position: absolute;
    width: 500%;
    top: 0;
    bottom: 0;
    left: 0;
    margin-left: -250%;
    background: linear-gradient(
            to right,
            rgba(255, 255, 255, 0.01) 20%,
            rgba(255, 255, 255, 0.03) 50%,
            rgba(255, 255, 255, 0.01) 54%
        )
        50% 50%;
    animation: ajmation 1s linear infinite;
}
.is-load-focus .vir-item {
    width: calc(33.33% - 20px);
    height: 210px;
    margin: 0 10px 10px;
}
.is-load-list {
    margin: 3px 0;
}
.is-load-list .vir-item {
    width: 100%;
    height: 110px;
    border-radius: 0;
    margin: 0;
}
.is-load-list .vir-item + .vir-item {
    margin-top: 3px;
}
.is-load-host .vir-item {
    height: 150px;
}
.is-load-table .vir-item {
    height: 300px;
}
.is-load-title {
    margin: 0;
}
.is-load-title .vir-item {
    height: 40px;
}
.is-load-detail {
    background-color: rgba(58, 61, 68, 0.5);
    margin: 0;
}
.is-load-detail .vir-item {
    height: 175px;
    width: 100%;
    margin: 0;
    border-radius: 0;
}
.is-load-link .vir-item {
    height: 32px;
    border-radius: 3px;
}
.is-load-blv .vir-item {
    height: 50px;
    width: 120px;
    border-radius: 8px;
}
.is-load-player {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #121315;
}
.is-load-player .vir-item {
    width: 100%;
    height: 100%;
    border-radius: 0;
}
.is-load-content .vir-item {
    width: 100%;
    height: 600px;
    border-radius: 0;
}
@-webkit-keyframes ajmation {
    0% {
        transform: translate3d(-30%, 0, 0);
    }
    100% {
        transform: translate3d(30%, 0, 0);
    }
}
@keyframes ajmation {
    0% {
        transform: translate3d(-30%, 0, 0);
    }
    100% {
        transform: translate3d(30%, 0, 0);
    }
}
@media screen and (max-width: 989px) {
    .is-load-focus .vir-item {
        width: calc(50% - 20px);
    }
    .is-load-list .vir-item:nth-child(n + 6) {
        display: none;
    }
    .is-load-link .vir-item:nth-child(n + 4) {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .is-load-focus .vir-item {
        width: calc(100% - 20px);
    }
    .is-load-focus .vir-item:nth-child(n + 4) {
        display: none;
    }
}
.splide__slide {
    width: 100%;
}
#home-splide {
    padding: 10px 0;
    display: flex;
    align-items: center;
}
#home-splide .splide__track {
    -webkit-mask-image: linear-gradient(
        to right,
        transparent,
        rgba(0, 0, 0, 0.8) 10%,
        rgba(0, 0, 0, 0.8) 90%,
        transparent
    );
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
}
.xmenu .xm-content {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    padding: 1rem 0;
}
.xmenu .xm-content .headline {
    font-size: 26px;
    line-height: 34px;
    text-transform: uppercase;
    font-weight: 700;
}
.xmenu .xm-content .description p:last-child {
    margin-bottom: 0;
}
.box-header .box-header-right {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin: 6px 0;
    position: relative;
    align-items: flex-end;
}
#m-tele:hover {
    background-color: #005e8e !important;
}
@media screen and (max-width: 640px) {
    .box-header .box-header-right {
        flex-direction: column;
        align-items: flex-start;
    }
}
@media screen and (max-width: 520px) {
    #home-splide .splide__track {
        -webkit-mask-image: none;
        mask-image: none;
    }
}
@media screen and (max-width: 479px) {
    .box-header .box-header-right .show_co_wrapper {
        position: absolute;
        bottom: 0;
        right: 0;
    }
}
@media screen and (max-width: 340px) {
    #m-tele {
        width: 56px;
        font-size: 10px;
        padding: 7px 3px;
    }
}
.box-header .box-header-right ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 6px;
}
.box-header .box-header-right ul li {
    display: inline-block;
    cursor: pointer;
    color: #000;
    font-size: 14px;
}
.box-header .box-header-right ul li label {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 3px;
    height: 34px;
    background: #eaeaea;
    padding: 0 8px;
    border-radius: 6px;
    cursor: pointer;
    user-select: none;
    font-weight: 500;
}
.box-header .box-header-right ul li label:hover {
    background: #cacaca;
}
.box-header .box-header-right ul li label .filter_featured {
    display: none;
    margin-bottom: 3px;
}
.match-status.soon {
    color: #faa300;
}
.match-status.pending {
    color: #8b8888;
}
.match-status.finished {
    color: #de2121;
}
.match-status.canceled,
.match-status.delay,
.match-status.interrupted,
.match-status.postponed {
    color: #ffe70f;
}
@media screen and (max-width: 1199px) {
    .xmenu .xm-content .headline {
        font-size: 28px !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }
}
.vb-chatbox .btn-control {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fclose-chat,
.fclose-fullscreen {
    padding: 6px 6px;
    border-radius: 0.25rem;
    border: none;
    color: #fff;
    background-color: #3d3d3d;
    background-image: linear-gradient(45deg, #242424, #626262);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
    white-space: nowrap;
    min-width: 34px;
    text-align: left;
}
.fclose-chat i,
.fclose-fullscreen i {
    margin-right: 2px;
}
.fclose-chat.active,
.fclose-fullscreen.active {
    color: #fff;
    background: #585858;
}
.fclose-chat:after {
    content: "Bật chat";
}
.fclose-chat.active:after {
    content: "Tắt chat";
}
.fclose-chat.active i:before {
    content: "\e800";
}
.fclose-fullscreen:after {
    content: "Mở rộng";
}
.fclose-fullscreen.active:after {
    content: "Thu gọn";
}
.fclose-fullscreen.active i:before {
    content: "\e802";
}
@media screen and (max-width: 991px) {
    .fclose-chat:after,
    .fclose-fullscreen:after {
        display: none;
    }
    .fclose-chat i,
    .fclose-fullscreen i {
        margin: 0;
    }
    .vb-chatbox .btn-control .btn-group {
        display: flex;
        position: absolute;
        right: 0;
        top: 1px;
        z-index: 100;
        gap: 2px;
    }
    .chatbox_wrap .tab {
        width: calc(100% - 66px);
    }
}
.mc_wrap {
    display: block;
    position: relative;
    background: #121315;
    margin: 0;
    color: #fff;
}
.mc_wrap .mc {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
}
.mc_wrap .mc .mc-left {
    width: calc(100% - 380px);
}
.mc_wrap .mc .mc-right {
    width: 380px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    position: relative;
}
.mc_wrap .mc .mc-left .btn-control {
    padding: 3px;
    padding-bottom: 0;
}
.fansites-wrapper {
    display: flex;
    z-index: 100;
    position: relative;
}
.fansites-wrapper .fansites {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    align-self: center;
    flex: 1 1 0;
    height: 34px;
    margin-right: 5px;
}
.fansites-wrapper .fansites .fansite-link {
    display: inline-flex;
    text-transform: capitalize;
    gap: 4px;
    align-items: center;
    border: none;
    font-weight: 500;
    cursor: pointer;
    padding: 0 5px 0 0;
    font-size: 13px;
    float: none;
    user-select: none;
    margin-right: 5px;
    transition: 0.2s all;
    color: #dbdfec;
    background: #363944;
    box-shadow:
        inset 0 -1px 6px rgb(95 131 255 / 0.12),
        inset 0 4px 8px rgb(95 131 255 / 0.12);
    border-radius: 9px;
}
.fansites-wrapper .fansites .fansite-link:last-child {
    margin-right: 0;
}
.fansites-wrapper .fansites .fansite-link:hover {
    background: #363944;
    box-shadow:
        inset 0 0 15px rgb(247 247 247 / 0.4),
        inset 0 4px 10px rgb(247 247 247 / 0.4) !important;
    color: #fff;
}
.fansites-wrapper .fansites .fansite-link.active {
    background: #fff;
    box-shadow:
        0 4px 14px rgb(255 255 255 / 0.18),
        inset 0 4px 10px rgb(0 0 0 / 0.2);
    color: #1e2027;
}
.fansites-wrapper .fansites .fansite-link img {
    object-fit: fill;
    border-radius: 9px;
    background: #fff;
}
#match-links {
    display: flex;
    flex: 1 1 0;
    white-space: nowrap;
    overflow: auto;
    gap: 4px;
    height: 32px;
    position: relative;
    z-index: 100;
    margin-top: 3px;
}
#match-links .sv-link {
    display: inline-flex;
    align-items: center;
    padding: 2px 7px;
    font-size: 13px;
    user-select: none;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    min-width: 50px;
    flex-shrink: 0;
    text-align: center;
    justify-content: center;
    background: #363944;
    box-shadow:
        inset 0 -1px 3px rgba(95, 131, 255, 0.12),
        inset 0 4px 8px rgba(95, 131, 255, 0.12);
    border-radius: 20px;
    color: #fff;
}
#match-links .sv-link.gray {
    background: #c6c6c6;
}
#match-links .sv-link.tracker {
    background-color: #313131;
    box-shadow:
        inset 0 4px 14px rgba(160, 160, 160, 0.2),
        inset 0 4px 10px rgba(255, 255, 255, 0.15);
    color: #fff;
}
#match-links .sv-link.re {
    color: #0030ff !important;
}
#match-links .sv-link.re:hover span {
    color: #204cff !important;
    text-decoration: underline !important;
    padding-right: 4px;
}
#match-links .sv-link i {
    font-size: 14px;
    width: 9px;
}
#match-links .sv-link:hover {
    box-shadow:
        inset 0 0 8px rgba(24, 177, 0, 0.4),
        inset 0 4px 12px rgba(25, 200, 0, 0.4);
}
#match-links .sv-link.playing {
    background: #167a00;
    box-shadow:
        inset 0 0 14px rgba(14, 225, 0, 0.39),
        inset 0 0 14px rgba(0, 207, 3, 0.39);
    color: #fff;
}
#match-links .sv-link i:before {
    content: "\f04c";
}
#match-links .sv-link.playing i:before {
    content: "\f0da";
}
@media screen and (max-width: 769px) {
    .sm-hide {
        display: none !important;
    }
}
#match-links::-webkit-scrollbar,
.fansites::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: #f5f5f5;
}
#match-links::-webkit-scrollbar-thumb,
.fansites::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 40% 0, 75% 84%, from(#4d9c41), to(#19911d), color-stop(0.6, #54de5d));
}
#match-links::-webkit-scrollbar-thumb:hover,
.fansites::-webkit-scrollbar-thumb:hover {
    background: #19911d;
}
#match-links::-webkit-scrollbar-track,
.fansites::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
    border-radius: 10px;
}
.mc_wrap .mc .mc-left .player,
.read-news .player {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 56.3%;
    background: #000;
}
.mc_wrap .mc .mc-left .player #jw-container {
    z-index: 3;
}
.mc_wrap .mc .mc-left .vb-countdown {
    z-index: 2;
}
.player #jw-container,
.player iframe,
.vb-countdown {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
}
.mc_wrap .mc .mc-left .mc_bottomz {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3px;
}
.mc_wrap .mc .mc-left .mc_bottomz .mct_right {
    display: flex;
    align-items: center;
    gap: 5px;
}
.mc_wrap .mc .mc-left .mc_bottomz .item {
    line-height: 17px;
    position: relative;
    padding: 2px 6px 2px 0;
    gap: 5px;
    color: #fff;
    min-width: 105px;
    border-radius: 20px;
    background-color: #000;
    background-image: linear-gradient(45deg, #222, #363636);
    display: flex;
    font-size: 15px;
}
@media screen and (max-width: 640px) {
    .mc_wrap .mc .mc-left .mc_bottomz .item {
        font-size: 14px;
    }
    .mc_wrap .mc .mc-left .mc_bottomz .item div {
        display: flex;
        flex-direction: column;
    }
}
.mc_wrap .mc .mc-left .mc_bottomz .item i {
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    color: #000;
}
.mc_wrap .mc .mc-left .mc_bottomz .item div {
    flex: 1 1 0;
    align-self: center;
}
@media screen and (max-width: 640px) {
    .mc_wrap .mc .mc-left .mc_bottomz .item {
        font-size: 14px;
    }
    .mc_wrap .mc .mc-left .mc_bottomz .item div {
        display: flex;
        flex-direction: column;
    }
}
.mc_wrap .mc .mc-left .mc_bottomz .item div b {
    font-weight: 500;
}
.mc_wrap .mc .mc-left .mc_bottomz .item-betnow {
    color: #000;
    background: #ffc000;
    background: linear-gradient(180deg, #ffef00 0, #ffb300 100%);
    padding-left: 0;
    gap: 0;
}
.mc_wrap .mc .mc-left .mc_bottomz .item-mobile {
    background-image: linear-gradient(45deg, #242424 0, #700 100%);
}
.mc_wrap .mc .mc-left .mc_bottomz .item-mobile i {
    background-image: linear-gradient(45deg, #ffb658 0, #f2f057 100%);
}
.mc_wrap .mc .mc-left .mc_bottomz .item-soikeo i {
    background-image: linear-gradient(45deg, #96e6a1 0, #d4fc79 100%);
}
.mc_wrap .mc .mc-left .mc_bottomz .item-tyle i {
    background-image: linear-gradient(45deg, #45d4fb 0, #57e9f2 48%, #9efbd3 100%);
}
.mc_wrap .mc .mc-right .btn-control {
    display: flex;
    flex-direction: column;
}
.mc_wrap .mc .mc-right .btn-control .btn-groupz {
    display: flex;
    gap: 4px;
    justify-content: right;
    padding: 3px;
}
.mc_wrap .mc .mc-right .tab {
    display: flex;
    overflow: hidden;
    z-index: 99;
    width: 100%;
    height: 34px;
}
.mc_wrap .mc .mc-right .tab button {
    border: none;
    outline: 0;
    cursor: pointer;
    transition: 0.3s;
    width: 100%;
    background: #242424;
    color: #bcbcbc;
    border-top: 1px solid #4c4c4c !important;
    height: 34px;
    text-align: center;
    padding: 5px 0 5px 8px;
    font-weight: 400;
    box-shadow: 1px 1px 1px 1px #757575 !important;
    font-size: 14px !important;
}
.mc_wrap .mc .mc-right .tab button:hover {
    background-color: #1e1e1e;
    color: #0d8900;
    border-top: 1px solid #0d8900;
    box-shadow: 0 0 1px #e6e6e6;
}
.mc_wrap .mc .mc-right .tab button.active {
    background-color: #121212;
    background-image: linear-gradient(180deg, #363636, #111);
    color: #13cb00;
    border-top: 1px solid #13cb00 !important;
    box-shadow: 0 0 1px #e6e6e6 !important;
}
.mc_wrap .mc .mc-right .tabcontents {
    flex: 1 1 0;
    position: relative;
}
.mc_wrap .mc .mc-right .tabcontents .tabcontent {
    display: none;
    height: 100%;
    width: 100%;
    background: #282828;
    border-bottom: none;
    border-top: none;
}
.mc_wrap .mc .mc-right .tabcontents .tabcontent.active {
    display: block;
}
.mc_wrap .mc .mc-right .tabcontents .tabcontent iframe {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
}
.chatbox_hide {
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    display: block;
    position: absolute !important;
    height: calc(100% - 72px);
    margin-top: 72px;
}
.chatbox_hide:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #1d1e22;
    background-image: url("https://static.90pcdn.com/images/chat-hide.jpg");
    background-size: contain;
    background-position: left center;
    background-repeat: repeat-y;
    z-index: 2;
}
.chatbox_hide .center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.chatbox_hide .center .btn {
    background: #dbae79 !important;
    color: #000;
    border-radius: 20px;
}
body.player-full {
    height: 100%;
    overflow: hidden;
}
body.player-full #footer,
body.player-full #header,
body.player-full .mmo-fixbot {
    display: none;
}
body.player-full .mc_wrap {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.read-news .player,
body.player-full .mc_wrap .player {
    padding-bottom: 0 !important;
    height: calc(100vh - 117px);
}
@media screen and (max-width: 989px) {
    .mc_wrap .mc {
        flex-direction: column;
    }
    .mc_wrap .mc.active {
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .mc_wrap .mc .mc-left {
        width: 100%;
    }
    .mc_wrap .mc .mc-right {
        width: 100%;
        min-height: 500px;
    }
    .mc_wrap .mc.active .mc-right {
        flex: 1 1 0;
        min-height: 0;
    }
    .mc_wrap .mc .mc-right .btn-control {
        flex-direction: row-reverse;
    }
    .mc_wrap .mc .mc-right .btn-control .btn-groupz {
        padding: 0;
        margin-left: 3px;
    }
    .mc_wrap .mc .mc-right .tabcontents {
        min-height: 550px;
    }
    .chatbox_hide {
        height: calc(100% - 34px);
        margin-top: 34px;
    }
    .read-news .player,
    body.player-full .mc_wrap .player {
        padding-bottom: 56.3% !important;
        height: 0;
    }
    body.player-full .mc_wrap .mc .mc-right .tabcontents {
        min-height: 0;
    }
    .fclose-chat,
    .fclose-fullscreen {
        border-radius: 0;
        box-shadow: 0 0 1px #c8c8c8 !important;
        position: absolute;
        z-index: 11;
        background: #979fad;
        width: 36px;
        height: 36px;
        line-height: 36px;
        padding: 0;
        top: 2px;
        right: 70px;
        text-align: center;
    }
    .fclose-chat i,
    .fclose-fullscreen i {
        font-size: 20px;
    }
}
@media screen and (max-width: 520px) {
    body.player-full .mc_wrap .mc .mc-left .mc_bottomz {
        display: none;
    }
}
.require-login {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 54px;
    z-index: 9;
    background: #3a3d44;
    background: linear-gradient(180deg, #636363 0, #151617 50%, #636363 100%);
}
.require-login .content {
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
}
.highlight-up {
    background-color: #006a19;
    transition: background-color 0.4s;
    animation: slideUp 0.3s ease;
}
.highlight-down {
    background-color: #88000e;
    transition: background-color 0.4s;
    animation: slideDown 0.3s ease;
}
.item-info .result i {
    font-style: normal;
    font-size: 20px;
    color: #00c945;
    padding-left: 1px;
}
.xitem2 {
    position: relative;
    display: block;
    width: 100%;
    background: #1a2c38;
    color: #fff;
    overflow-x: auto;
}
.xitem2 .match-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
}
.xitem2 .xitem-body {
    display: flex;
}
.xitem2 .xitem-body .xcol {
    display: flex;
    flex-direction: column;
    width: 34px;
    text-align: center;
}
.xitem2 .xitem-body .xcol-main {
    flex: 1 1 0;
    width: 100%;
    text-align: left;
}
.xitem2 .xitem-body .xcol-stats {
    display: flex;
}
.xitem2 .xitem-body .xcol .top,
.xitem2 .xitem-footer {
    background: #0d1c28;
}
.xitem2 .xitem-body .xcol .top {
    height: 40px;
    align-content: center;
    font-size: 13px;
    user-select: none;
    pointer-events: none;
}
.xitem2 .xitem-body .xcol .top img {
    width: 18px;
    height: 18px;
    object-fit: cover;
    flex-shrink: 0;
}
.xitem2 .xitem-body .xcol .top span {
    font-size: 12px;
    line-height: 15px;
}
.xitem2 .xitem-body .xcol.xcol-main .top {
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    padding: 6px;
}
.xitem2 .xitem-body .xcol.xcol-main .top .time-loaded {
    color: #24ed2b;
}
.xitem2 .xitem-body .xcol.xcol-main .top .time-loaded span {
    margin-right: 6px;
}
.xitem2 .xitem-body .xcol.xcol-score .bot {
    background: #384d5b;
    color: #14d037;
    font-weight: 500;
}
.xitem2 .xitem-body .xcol.xcol-score .bot i {
    font-size: 12px;
    font-style: normal;
    color: #ff8383;
    padding-left: 2px;
}
.xitem2 .xitem-body .xcol .bot {
    display: flex;
    flex-direction: column;
}
.xitem2 .xitem-body .xcol .bot span {
    height: 58px;
    align-content: center;
}
.xitem2 .xitem-body .xcol .bot span:first-child {
    border-bottom: 1px solid #2f4553;
}
.xitem2 .xitem-body .xcol .bot .team {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 6px;
    gap: 6px;
}
.xitem2 .xitem-body .xcol .logo {
    width: 40px;
    height: 40px;
    object-fit: cover;
    flex-shrink: 0;
    filter: drop-shadow(1px 1px 0 #fff) drop-shadow(-1px -1px 0 white) drop-shadow(1px -1px 0 white)
        drop-shadow(-1px 1px 0 white);
    -webkit-filter: drop-shadow(1px 1px 0 #fff) drop-shadow(-1px -1px 0 white) drop-shadow(1px -1px 0 white)
        drop-shadow(-1px 1px 0 white);
    user-select: none;
    pointer-events: none;
}
.xitem2 .xitem-body .xcol .name {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    color: #fff;
    width: 100%;
    height: 42px !important;
    overflow: hidden;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .xitem2 .xitem-body .xcol.xcol-hide {
        display: none;
    }
}
@media screen and (min-width: 769px) and (max-width: 989px) {
    .xitem2 .xitem-body .xcol.xcol-hide {
        display: none;
    }
}
@media screen and (max-width: 479px) {
    .xitem2 .xitem-body .xcol .logo {
        width: 20px;
        height: 20px;
    }
    .xitem2 .xitem-body .xcol.xcol-hide {
        display: none;
    }
}
.xitem2 .xitem-footer {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    position: relative;
    align-items: center;
}
.xitem2 .xitem-footer .xtournament {
    display: flex;
    flex: 1 1 0;
    padding: 8px 6px;
    padding-left: 0;
    gap: 4px;
    align-items: center;
    max-width: calc(100% - 150px);
    text-align: right;
}
.xitem2 .xitem-footer .xtournament .logo {
    width: 24px;
    height: 24px;
    object-fit: cover;
    flex-shrink: 0;
}
.xitem2 .xitem-footer .xcasters .name,
.xitem2 .xitem-footer .xtournament .name {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    font-size: 13px;
    padding-top: 3px;
}
.xitem2 .xitem-footer .xcasters {
    display: flex;
    margin: 6px;
    gap: 5px;
    max-width: 140px;
    color: #fff;
    align-items: center;
    font-size: 14px;
    background: #113e61;
    padding: 2px 8px 2px 2px;
    border-radius: 20px;
}
.xitem2 .xitem-footer .xcasters img {
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    user-select: none;
    pointer-events: none;
}
.xitem2 .xstatus span {
    margin-right: 4px;
    height: 24px;
    display: flex;
    border-radius: 10px;
    font-size: 12px;
    align-items: center;
    padding: 0 4px;
    gap: 2px;
    line-height: 12px !important;
}
.xitem2 .xstatus span.live {
    background: #ff2424;
    color: #fff;
}
.xitem2 .xstatus span.soon {
    background: #ff8e46;
    color: #000;
}
.xitem2 .xstatus span.pending {
    background: #828282;
    color: #000;
}
.xitem2 .xstatus span.finished {
    background: #3a3a3a;
    color: #ff2a2a;
}
.p-zz {
    padding-left: 0;
    padding-right: 0;
}
.security-container {
    display: flex;
    align-items: center;
    background-color: #1e2628;
}
.security-container:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    height: 100%;
    background: url("https://image-eu-na-ctnytbefjq.4shares.live/90link/mon/bg-security-r.jpg") center center/cover
        no-repeat;
    z-index: 1;
    pointer-events: none;
}
.security-content {
    padding: 20px;
    max-width: 55%;
    width: 100%;
    text-align: center;
    color: #fff;
    min-height: 425px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.security-content.form {
    padding: 16px;
}
.security-content .hl {
    color: #0f8;
    font-weight: 700;
}
.security-header h2 {
    color: #fff;
    font-size: 20px;
    margin: 0 0 10px 0;
    font-weight: 600;
    line-height: 1.2em;
}
.security-header p {
    color: #ccc;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
}
.login-section {
    margin: 25px 0;
}
.google-login-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    color: #333 !important;
    padding: 8px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}
.google-login-btn:hover {
    background: #f5f5f5;
    color: #000;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.google-login-btn img {
    width: 20px;
    height: 20px;
}
.qr-section p {
    color: #ccc;
    font-size: 14px;
    margin: 0 0 15px 0;
    line-height: 17px;
}
.qr-section p.line {
    margin-bottom: 25px;
}
.security-content .line:after,
.security-content .line:before {
    content: "";
    flex: 1;
    border-bottom: 1px solid #6a6a6a;
    width: 100px;
    display: inline-block;
    margin: 0 10px 4px;
}
.qr-codes {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.qr-item img {
    width: 100%;
    height: 100%;
    min-width: 130px;
    min-height: 130px;
    max-width: 180px;
    max-height: 180px;
    border-radius: 6px;
    background: #fff;
    padding: 6px;
}
.security-form {
    text-align: left;
    margin-top: 25px;
}
.question-item {
    margin-bottom: 20px;
}
.question-item label {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1.4;
}
.question-item input {
    width: 100%;
    padding: 8px 12px;
    border: 2px solid #333;
    border-radius: 8px;
    background: #1a1a1a;
    color: #fff;
    font-size: 14px;
    transition: all 0.3s ease;
    box-sizing: border-box;
}
.question-item input:focus {
    outline: 0;
    border-color: #0f8;
    background: #222;
}
.question-item input::placeholder {
    color: #666;
}
.submit-btn {
    width: 30%;
    background: #0f8;
    color: #000;
    border: none;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    float: right;
}
.submit-btn:hover:not(:disabled) {
    background: #00e67a;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 255, 136, 0.3);
}
.submit-btn:disabled {
    background: #666;
    color: #999;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}
.security-content.success {
    border: 2px solid #0f8;
}
.security-content.success h3 {
    color: #0f8;
}
.security-content.error {
    border: 2px solid #f44;
}
.security-content.error h3 {
    color: #f44;
}
.retry-btn {
    background: #f44;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 15px;
    transition: all 0.3s ease;
}
.retry-btn:hover {
    background: #f33;
    transform: translateY(-1px);
}
@media (max-width: 1024px) {
    .security-container:after {
        background: 0 0;
    }
    .security-content {
        max-width: 100%;
    }
}
@media (max-width: 768px) {
    .security-container {
        padding: 0;
    }
    .security-content {
        padding: 20px;
    }
    .security-header h2 {
        font-size: 20px;
    }
    .security-header h3 {
        font-size: 16px;
    }
    .qr-codes {
        gap: 15px;
    }
    .qr-item img {
        width: 100px;
        height: 100px;
    }
    .question-item input {
        padding: 10px 12px;
        font-size: 16px;
    }
    .submit-btn {
        padding: 12px 16px;
        font-size: 14px;
    }
}
@media (max-width: 525px) {
    .security-content {
        padding: 6px;
    }
    .security-header h2 {
        font-size: 16px;
    }
    .login-section {
        margin: 10px;
    }
    .google-login-btn {
        padding: 6px 10px;
        font-size: 14px;
    }
    .qr-section {
        margin-top: 5px;
    }
    .qr-item img {
        min-width: 130px;
        min-height: 130px;
        padding: 4px;
    }
}
