.scrtabs-tab-container * {
    box-sizing: border-box;
}

.scrtabs-tab-container {
    height: 42px;
}

.scrtabs-tab-container .tab-content {
    clear: left;
}

.scrtabs-tab-container.scrtabs-bootstrap4 .scrtabs-tabs-movable-container > .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}

.scrtabs-tabs-fixed-container {
    float: left;
    height: 42px;
    overflow: hidden;
    width: 100%;
}

.scrtabs-tabs-movable-container {
    position: relative;
}

.scrtabs-tabs-movable-container .tab-content {
    display: none;
}

.scrtabs-tab-container.scrtabs-rtl .scrtabs-tabs-movable-container > ul.nav-tabs {
    padding-right: 0;
}

.scrtabs-tab-scroll-arrow {
    color: #428bca;
    display: none;
    float: left;
    font-size: 20px;
    height: 42px;
    margin-bottom: -1px;
    padding-left: 10px;
    padding-top: 5px;
    width: 30px;
}

.scrtabs-tab-scroll-arrow:hover {
    background-color: #eeeeee;
}

.scrtabs-tab-scroll-arrow,
.scrtabs-tab-scroll-arrow .scrtabs-click-target {
    cursor: pointer;
}

.scrtabs-tab-scroll-arrow.scrtabs-with-click-target {
    cursor: default;
}

.scrtabs-tab-scroll-arrow.scrtabs-disable,
.scrtabs-tab-scroll-arrow.scrtabs-disable .scrtabs-click-target {
    color: #ddd;
    cursor: default;
}

.scrtabs-tab-scroll-arrow.scrtabs-disable:hover {
    background-color: initial;
}

.scrtabs-tabs-fixed-container ul.nav-tabs > li {
    white-space: nowrap;
}

.h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    text-transform: none;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1000px;
    }
}

:root {
    --radius: 14px;
    --border-soft: rgba(255,255,255,.08);
    --shadow-lg: 0 18px 55px rgba(0,0,0,.45);
    --shadow-md: 0 10px 30px rgba(0,0,0,.35);
}

html, body {
    height: 100%;
}

body {
    overflow-x: hidden;
}

.nk-main {
    overflow-x: hidden;
    overflow-y: visible;
}

.nk-gap + .nk-gap {
    height: 10px;
}

.nk-gap-4 {
    height: 40px;
}

.section-block {
    margin: 18px 0;
}

@media (max-width: 992px) {
    .section-block {
        margin: 14px 0;
    }
}

.img-responsive {
    width: 100%;
    height: auto;
}

.newsbar {
    display: flex;
    align-items: center;
}

.newsbartitle {
    flex: 1 0 auto;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    border-right: 1px solid #aeaeae;
    padding-right: 10px;
}

.newscontainer {
    margin-left: 10px;
    overflow: hidden;
    position: relative;
    top: 3px;
}

.newscontainer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    white-space: nowrap;
}

.newscontainer ul li {
    display: inline-block;
    margin: 0 10px;
}

.newscontainer ul li:first-child {
    margin-left: 0;
    padding-left: 0;
}

.newscontainer ul li a {
    display: block;
    padding: 0 5px;
    font-size: 13px;
    font-weight: 400;
    color: #838f9a;
}

.newscontainer ul li a:hover {
    color: #fff;
}

.breaking-news-ticker {
    display: block;
    border: solid 1px #ce2525;
    height: 25px;
    box-sizing: border-box;
    position: relative;
    line-height: 40px;
    overflow: hidden;
    border-radius: 2px;
    text-align: auto;
    font-size: 14px;
}

@media (min-width: 200px) {
    .breaking-news-ticker {
        width: 100%;
    }
}

@media (min-width: 950px) {
    .breaking-news-ticker {
        width: 800px;
    }
}

.mobile-navbar-zindex {
    z-index: 2;
}

.playerframe {
    height: 500px;
}

.playerframe2 {
    height: 360px;
}

@media (max-width: 992px) {
    .full-cat-list {
        height: 600px;
    }

    .mobile-navbar-zindex {
        z-index: 20000;
    }

    .btn-light-switch {
        display: none;
    }

    .playerframe {
        height: 210px;
    }

    .playerframe2 {
        height: 210px;
    }

    .popmatchviewshow {
        display: none;
    }
}

@media (min-width: 950px) {
    .full-cat-list {
        height: 800px;
    }
}

.swal2-content {
    color: #000000;
}

.nk-navbar.nk-navbar-fixed {
    background: rgba(0,0,0,.55) !important;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255,255,255,.08);
}

@media (max-width: 992px) {
    .nk-navbar {
        padding: 12px 0;
    }

    .nk-nav-logo img {
        width: 150px;
        height: auto;
    }
}

.livecontainer {
    border-radius: var(--radius);
    border: 1px solid var(--border-soft);
    box-shadow: var(--shadow-lg);
    background: rgba(23,30,34,.82) !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.nk-footer {
    border-top: 1px solid var(--border-soft);
    background: rgba(0,0,0,.55) !important;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.nk-match {
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(19,19,19,.45);
    transition: transform .15s ease, background-color .15s ease, border-color .15s ease;
}

.nk-match:hover {
    background: rgba(19,19,19,.70);
    border-color: rgba(255,255,255,.14);
    transform: translateY(-1px);
}

.btn-watch {
    border-radius: 10px;
    border-width: 1px;
    background: rgba(0,0,0,.15) !important;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff;
    opacity: .85;
}

@media (max-width: 768px) {
    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
}

.swiper-container {
    padding: 6px 2px 18px;
}

.playerframe,
.playerframe2 {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    max-height: 70vh;
}

.ad-slot {
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: var(--shadow-md);
    background: rgba(0,0,0,.18);
}

.ad-slot img {
    display: block;
    width: 100%;
    height: auto;
}

.ad-slot.ad-slot-html {
    overflow: visible;
    padding: 10px;
    box-shadow: var(--shadow-md);
}

.live-searchbar {
    position: relative;
}

@media (max-width: 992px) {
    .live-searchbar {
        position: sticky;
        top: 70px;
        z-index: 30;
        padding: 10px 0;
        margin: 0 -10px;
        padding-left: 10px;
        padding-right: 10px;
        background: rgba(23,30,34,.72);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        border-bottom: 1px solid rgba(255,255,255,.08);
    }
}

.sidebar-accordion .card {
    border: 1px solid rgba(255,255,255,.08);
    border-radius: var(--radius);
    overflow: hidden;
    background: rgba(0,0,0,.18);
    box-shadow: var(--shadow-md);
}

.sidebar-accordion .card + .card {
    margin-top: 14px;
}

.sidebar-accordion .card-header {
    padding: 0;
    background: rgba(0,0,0,.22);
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.sidebar-acc-btn {
    width: 100%;
    text-align: left;
    padding: 12px 14px;
    color: #fff;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sidebar-acc-btn:hover {
    color: #fff;
    background: rgba(255,255,255,.04);
}

.sidebar-card-body {
    padding: 12px 14px;
}

.sidebar-acc-icon {
    opacity: .85;
    font-size: 12px;
}

.sidebar-accordion .collapse.show + .card-body,
.sidebar-accordion .collapse.show .card-body {
    display: block;
}

@media (min-width: 992px) {
    .sidebar-acc-btn {
        pointer-events: none;
    }

    .sidebar-acc-icon {
        display: none;
    }

    .sidebar-accordion .collapse {
        display: block !important;
        height: auto !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
}

body.has-pageskin::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-color: var(--pageskin-bg, #232930);
    background-image: var(--pageskin-image, none);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

body.has-pageskin::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: radial-gradient(ellipse at center, rgba(0,0,0,.10) 0%, rgba(0,0,0,.30) 65%, rgba(0,0,0,.38) 100%);
}

body.has-pageskin .pageskin-click {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 10;
    display: block;
    width: calc((100vw - var(--pageskin-content-max, 1000px)) / 2);
}

body.has-pageskin .pageskin-click a {
    display: block;
    width: 100%;
    height: 100%;
}

body.has-pageskin .pageskin-click.left {
    left: 0;
}

body.has-pageskin .pageskin-click.right {
    right: 0;
}

body.has-pageskin .nk-header {
    position: relative;
    z-index: 20;
}

body.has-pageskin #nk-nav-mobile {
    position: fixed;
    z-index: 1002;
}


body.has-pageskin .nk-main > .container,
body.has-pageskin footer > .container {
    position: relative;
    z-index: 20;
}

@media (max-width: 992px), (orientation: portrait) {
    body.has-pageskin::before {
        background-image: none;
    }

    body.has-pageskin::after {
        display: none;
    }

    body.has-pageskin .pageskin-click {
        display: none;
    }
}

@media (max-width: 767px) {
    .modal {
        top: 350px !important;
    }
}

.player-area {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 18px 55px rgba(0,0,0,.45);
}

.player-area::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(ellipse at center, rgba(0,0,0,.10) 0%, rgba(0,0,0,.35) 75%, rgba(0,0,0,.45) 100%);
    z-index: 0;
}

.player-area > * {
    position: relative;
    z-index: 1;
}

.player-toolbox {
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 14px;
    background: rgba(0,0,0,.18);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0,0,0,.35);
}

.player-toolbox.nk-post-share {
    flex-wrap: wrap;
    gap: 10px;
}

.player-toolbox .nk-social-links-2 > li > * {
    border-radius: 999px;
    box-shadow: 0 8px 20px rgba(0,0,0,.25);
}

.watch-player-wrap {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 12px 35px rgba(0,0,0,.45);
    background: rgba(0,0,0,.35);
}

.watch-player-wrap iframe {
    display: block;
    border: 0;
}

@media (max-width: 992px) {
    .player-toolbox .nk-btn {
        padding: 10px 14px;
        border-radius: 12px;
    }

    .player-toolbox .h5 {
        font-size: 14px;
        margin: 0;
    }
}

.swiper-wrapper {
    align-items: stretch;
}

.swiper-slide {
    height: auto;
    display: flex;
}

.swiper-slide > a {
    display: flex;
    width: 100%;
}

.swiper-slide .nk-feature-2.player-toolbox.livechannel {
    width: 100%;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px !important;
}

.swiper-slide .nk-feature-2 .nk-feature-icon {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 0 !important;
    padding: 0 !important;
}

.swiper-slide .nk-feature-2 .nk-feature-icon img {
    max-width: 100%;
    max-height: 48px;
    width: auto;
    height: auto;
    object-fit: contain;
}

@media (max-width: 992px) {
    .swiper-slide .nk-feature-2.player-toolbox.livechannel {
        height: 64px;
    }

    .swiper-slide .nk-feature-2 .nk-feature-icon img {
        max-height: 42px;
    }
}

.nk-navbar .nk-nav > li > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.08);
    transition: background .15s ease, border-color .15s ease, transform .15s ease;
}

.nk-navbar .nk-nav > li > a i {
    font-size: 16px;
    line-height: 1;
    opacity: .92;
}

.nk-navbar .nk-nav > li > a:hover {
    background: rgba(255,255,255,.06);
    border-color: rgba(255,255,255,.14);
    transform: translateY(-1px);
}

.nk-navbar .nk-nav > li.active > a,
.nk-navbar .nk-nav > li > a.is-active {
    background: rgba(255,255,255,.08);
    border-color: rgba(255,255,255,.18);
    box-shadow: 0 0 0 1px rgba(221,22,59,.35);
}

.nk-navbar .nk-nav > li > a:focus {
    outline: none;
}

.nk-navbar .nk-nav > li > a:focus-visible {
    outline: 2px solid rgba(221,22,59,.55);
    outline-offset: 2px;
}

.nk-navbar-side .nk-nav > li > a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 12px;
    margin: 6px 12px;
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.08);
}

.nk-navbar-side .nk-nav > li > a:hover {
    background: rgba(255,255,255,.06);
    border-color: rgba(255,255,255,.14);
}

.nk-navbar-side .nk-nav > li.active > a,
.nk-navbar-side .nk-nav > li > a.is-active {
    background: rgba(255,255,255,.08);
    border-color: rgba(255,255,255,.18);
    box-shadow: 0 0 0 1px rgba(221,22,59,.35);
}

body.tv-premium {
    font-family: "Plus Jakarta Sans", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    letter-spacing: 0.01em;
    --r-sm: 10px;
    --r-md: 14px;
    --r-lg: 18px;
    --border-soft: rgba(255, 255, 255, .10);
    --border-softer: rgba(255, 255, 255, .07);
    --shadow-sm: 0 10px 24px rgba(0,0,0,.28);
    --shadow-md: 0 16px 44px rgba(0,0,0,.38);
    --shadow-lg: 0 22px 70px rgba(0,0,0,.48);
    --ring: rgba(var(--c-main-rgb, 221, 22, 59), .45);
    --ring-strong: rgba(var(--c-main-rgb, 221, 22, 59), .65);
    --surface-glass: rgba(255,255,255,.045);
    --surface-glass-2: rgba(255,255,255,.03);
}

@media (prefers-reduced-motion: reduce) {
    * {
        scroll-behavior: auto !important;
        transition: none !important;
        animation: none !important;
    }
}

body.tv-premium a {
    text-decoration: none;
}

body.tv-premium a:hover {
    text-decoration: none;
}

body.tv-premium :focus {
    outline: none;
}

body.tv-premium :focus-visible {
    outline: 2px solid var(--ring-strong);
    outline-offset: 2px;
    border-radius: 10px;
}

body.tv-premium .livecontainer {
    padding: 14px 14px;
}

@media (max-width: 992px) {
    body.tv-premium .livecontainer {
        padding: 12px 12px;
        border-radius: var(--r-md);
    }
}

body.tv-premium .ls-head-info.alert {
    border-radius: 0 !important;
    border: 0 !important;
    background: rgba(255,255,255,.06) !important;
    color: var(--c-text) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border-softer) !important;
}

body.tv-premium .nk-contacts-top {
    background: rgba(0,0,0,.28);
    border-bottom: 1px solid var(--border-softer);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

body.tv-premium .nk-contacts-top .nk-social-links > li > * {
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 999px;
    background: rgba(255,255,255,.85);
    box-shadow: 0 10px 18px rgba(0,0,0,.25);
}

body.tv-premium .nk-navbar.nk-navbar-fixed {
    box-shadow: 0 16px 50px rgba(0,0,0,.38);
}

body.tv-premium .tab-content {
    border-radius: 16px;
	border-top-left-radius: 0;
    border-top-right-radius: 0;	
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(0,0,0,.14);
    box-shadow: 0 14px 36px rgba(0,0,0,.26);
}

body.tv-premium .form-control,
body.tv-premium input.form-control {
    border-radius: 12px;
    border-color: rgba(255,255,255,.14);
    background: rgba(255,255,255,.03);
    padding: 10px 12px;
}

body.tv-premium .form-control:focus {
    border-color: rgba(var(--c-main-rgb,221,22,59),.55);
    box-shadow: 0 0 0 4px rgba(var(--c-main-rgb,221,22,59),.14);
}

body.tv-premium .btn-watch {
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(0,0,0,.18) !important;
    box-shadow: 0 10px 22px rgba(0,0,0,.25);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

body.tv-premium .btn-watch:hover {
    border-color: rgba(var(--c-main-rgb,221,22,59),.45) !important;
    box-shadow: 0 14px 30px rgba(0,0,0,.32);
}

body.tv-premium .nk-footer {
    box-shadow: 0 -20px 60px rgba(0,0,0,.30);
}

body.tv-premium .nk-copyright {
    background: rgba(0,0,0,.85);
    border-top: 1px solid rgba(255,255,255,.08);
}

body.tv-premium .nk-copyright .container {
    justify-content: center;
    gap: 10px;
}

body.tv-premium .nk-copyright-left,
body.tv-premium .nk-copyright-right {
    padding: 14px 0;
}

body.tv-premium .breaking-news-ticker {
    border-radius: 999px;
    height: 32px;
    line-height: 32px;
    border-color: rgba(255,255,255,.12) !important;
    background: rgba(0,0,0,.18);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

body.tv-premium .bn-label {
    border-radius: 999px;
    padding: 0 12px;
}

body.tv-premium .full-cat-list .nk-match,
body.tv-premium .catview .nk-match {
    position: relative;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(255,255,255,.03);
    box-shadow: 0 12px 30px rgba(0,0,0,.22);
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease, background-color .16s ease;
    overflow: hidden;
}

body.tv-premium .full-cat-list .nk-match {
    margin-top: 10px !important;
}

body.tv-premium .full-cat-list .nk-match::before,
body.tv-premium .catview .nk-match::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    width: 3px;
    border-radius: 999px;
    background: rgba(var(--c-main-rgb,221,22,59), .75);
    opacity: 0;
    transition: opacity .16s ease;
}

body.tv-premium .full-cat-list .nk-match::after,
body.tv-premium .catview .nk-match::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(ellipse at 22% 30%, rgba(var(--c-main-rgb,221,22,59),.14) 0%, rgba(0,0,0,0) 55%);
    opacity: 0;
    transition: opacity .16s ease;
}

body.tv-premium .full-cat-list .nk-match:hover,
body.tv-premium .catview .nk-match:hover {
    transform: translateY(-2px);
    border-color: rgba(255,255,255,.14);
    background: rgba(255,255,255,.045);
    box-shadow: 0 18px 44px rgba(0,0,0,.32);
}

body.tv-premium .full-cat-list .nk-match:hover::before,
body.tv-premium .catview .nk-match:hover::before {
    opacity: 1;
}

body.tv-premium .full-cat-list .nk-match:hover::after,
body.tv-premium .catview .nk-match:hover::after {
    opacity: 1;
}

body.tv-premium .full-cat-list .nk-match .nk-widget-match,
body.tv-premium .catview .nk-match .nk-widget-match {
    padding: 12px 14px !important;
    background: transparent !important;
}

body.tv-premium .full-cat-list .nk-match .nk-widget-match-teams,
body.tv-premium .catview .nk-match .nk-widget-match-teams {
    align-items: center;
    gap: 12px;
}

body.tv-premium .full-cat-list .nk-match .matchvsname,
body.tv-premium .catview .nk-match .matchvsname {
    font-size: 13.5px !important;
    font-weight: 700 !important;
    color: rgba(255,255,255,.92) !important;
    letter-spacing: .01em;
}

body.tv-premium .full-cat-list .nk-match .nk-widget-match-vs,
body.tv-premium .catview .nk-match .nk-widget-match-vs {
    color: rgba(255,255,255,.92);
}

body.tv-premium .full-cat-list .nk-match .nk-widget-match-vs[style*="font-size: 10px"],
body.tv-premium .catview .nk-match .nk-widget-match-vs[style*="font-size: 10px"] {
    color: rgba(255,255,255,.60) !important;
}

body.tv-premium .full-cat-list .nk-match.is-current,
body.tv-premium .catview .nk-match.is-current {
    border-color: rgba(var(--c-main-rgb,221,22,59),.55);
    box-shadow: 0 0 0 1px rgba(var(--c-main-rgb,221,22,59),.25), 0 18px 44px rgba(0,0,0,.32);
}

body.tv-premium .full-cat-list .nk-match.is-current::before,
body.tv-premium .catview .nk-match.is-current::before {
    opacity: 1;
}

body.tv-premium .full-cat-list .nk-match.is-current::after,
body.tv-premium .catview .nk-match.is-current::after {
    opacity: 1;
}

body.tv-premium .popmatchviewshow.nk-feature-2 {
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

body.tv-premium .popmatchviewshow .nk-gap {
    display: none !important;
}

body.tv-premium .popmatchviewshow .tabs {
    height: 300px !important;
}

body.tv-premium .popmatchviewshow .tabs .nano {
    height: 3100px !important;
}

body.tv-premium .popmatchviewshow .tabs ul li a {
    padding: 8px 10px !important;
    font-size: 12px !important;
}

body.tv-premium .popmatchviewshow .tabs ul li a i {
    font-size: 16px !important;
}

body.tv-premium .popmatchviewshow .popularcatview .nk-match {
    margin-top: 8px !important;
    padding: 0 !important;
    border-radius: 12px !important;
    border: 1px solid rgba(255,255,255,.10) !important;
    background: rgba(255,255,255,.03) !important;
    box-shadow: 0 10px 22px rgba(0,0,0,.20) !important;
    overflow: hidden;
}

body.tv-premium .popmatchviewshow .popularcatview .nk-match::before,
body.tv-premium .popmatchviewshow .popularcatview .nk-match::after {
    content: none !important;
}

body.tv-premium .popmatchviewshow .popularcatview .nk-match .nk-widget-match {
    padding: 8px 10px !important;
    background: transparent !important;
}

body.tv-premium .popmatchviewshow .popularcatview .nk-widget-match-teams {
    align-items: center !important;
    gap: 10px !important;
}

body.tv-premium .popmatchviewshow .popularcatview .nk-match .nk-widget-match-teams > .d-flex.flex-column {
    flex-direction: row !important;
    align-items: center !important;
    gap: 10px !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
}

body.tv-premium .popmatchviewshow .popularcatview .nk-match .nk-widget-match-teams > .d-flex.flex-column .nk-widget-match-vs[style*="font-size: 10px"] {
    display: none !important;
}

body.tv-premium .popmatchviewshow .popularcatview .matchvsname2 {
    width: auto !important;
    max-width: 100% !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    font-size: 12.5px !important;
    line-height: 1.1 !important;
    font-weight: 800 !important;
    margin: 0 !important;
}

body.tv-premium .popmatchviewshow .popularcatview .btn-watch {
    padding: 6px 10px !important;
    font-size: 11px !important;
    border-radius: 999px !important;
}

body.tv-premium .popmatchviewshow .popularcatview .btn-watch .btn_livematch {
    opacity: 1 !important;
}

body.tv-premium .popmatchviewshow a.nk-btn-block.btn-watch {
    font-size: 12px !important;
}
@media (max-width: 992px) {
  #nk-nav-mobile.nk-navbar-right-side { transform: translateX(0); transition: transform .35s ease; }
  #nk-nav-mobile.nk-navbar-right-side.open { transform: translateX(-100%); }

  #nk-nav-mobile .nk-navbar-mobile-content > ul.nk-nav { width: 100%; }
  #nk-nav-mobile .nk-nav > li > a { display: flex; opacity: 1; visibility: visible; }
}
