@import url(../../../../../../fonts.googleapis.com/css2/family=Oswald_wght@400;500;600;700&family=Raleway_ital,wght@0,400;0,500;0,600;0,700;1,400;1,800&display=swap.css);

header>nav#header,
#header #navbar {
    background-color: var(--scl-head-menu);
    color: var(--scl-head-text);
}

header>#header .container {
    position: relative;
    z-index: 1;
}

header>#header li a {
    color: var(--scl-head-text);
    text-transform: uppercase;
    font-weight: 550;
}

.ver-center {
    display: grid;
    align-items: center;
}

.no-margin {
    margin: 0 !important;
}

.match-detail {
    padding: 15px;
}

.match-detail h1,
.match-detail h2,
.match-detail h3 {
    padding-left: 15px;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    position: relative;
}

.match-detail h1 {
    font-size: 25px;
}

.match-detail h2 {
    font-size: 22px;
}

.match-detail h1::before,
.match-detail h2::before,
.match-detail h3::before {
    content: "";
    width: 3px;
    height: 100%;
    left: 0;
    display: block;
    position: absolute;
    top: 0;
    background-color: var(--scl-primary);

}

header>#header li:hover a {
    color: var(--scl-head-text-hover);
}

header>.navbar {
    padding: 0;
}

#header.navbar .nav-link {
    padding: 8px 15px;
    position: relative;
    z-index: 1;
    display: block;
    height: 100%;
    align-items: center;
    height: 55px;
    display: grid;
    overflow-y: clip;
}

html[data-bs-theme='dark'] body a {
    color: var(--scl-primary);
}

#main {
    margin-bottom: 10px;
}

.card-element {
    padding: 10px 15px;
}

html[data-bs-theme='dark'] body {
    background-color: var(--scl-background);
    color: var(--scl-text);
}

.post-item-meta {
    color: grey;
    font-size: 13px;
    margin-bottom: 5px;
}

.post-archive-item .post-item-bottom {
    display: grid;
    grid-template-columns: 30% 1fr;
    grid-column-gap: 10px;
}

html[data-bs-theme='dark'] body .main-container,
.card-element {
    background-color: var(--scl-container);
}

html[data-bs-theme='dark'] body.home .main-container h1 {
    padding: 20px 15px;
    background-color: #303030;
    font-size: 20px;
    color: white;
    display: block;
    width: fit-content;
    position: relative;
}

html[data-bs-theme='dark'] body.home .main-container h1::after {
    content: "";
    width: 50px;
    height: 100%;
    border-bottom-right-radius: 100%;
    display: block;
    background-color: #303030;
    position: absolute;
    right: -50px;
    top: 0;
}

#footer {
    background-color: var(--scl-footer-bg);
    color: var(--scl-footer-text);
}

.card {
    background-color: #2a2929;
}

#header::before,
#header .container::before {
    background-color: var(--scl-head-logo-bg);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
}

#header .container::before {
    z-index: -1;
}

#navbar {
    padding-left: 25px;
    /* position: relative; */
    height: 55px;
}

.xc {
    position: absolute;
    height: 100%;
    width: calc(100% - 25px);
    left: 0;
    z-index: -1;
}

.xc::before {
    background-color: var(--scl-head-logo-bg);
    content: "";
    position: absolute;
    /* right: 0px!important; */
    top: -100%;
    right: -50px;
    height: 200%;
    transform: rotate(15deg);
    width: 100%;
    z-index: 1;
}

#navbar>ul>li>a::before {
    color: var(--scl-head-text-hover);
    background-color: var(--scl-head-menu-hover);
    content: "";
    width: calc(100%);
    display: none;
    height: calc(200% + 50px);
    transform: rotate(15deg);
    left: 0;
    top: calc(-50% - 25px);
    position: absolute;
    z-index: -1;
}

#navbar>ul>li::before {
    left: 0;
}

#navbar>ul>li::after {
    left: 0;
}

#navbar>ul>li>a:hover::before {
    display: block;
}

#navbar>ul>li>a:hover {
    color: var(--scl-head-text-hover);
}

#navbar>ul>li {
    /* position: relative; */
}

#menu-main-menu li.dropdown>ul {
    border-radius: 0;
}

@media only screen and (max-width: 991px) {
    #header .container::before {
        display: none;
    }
}

html body a.post-archive-title {
    color: white;
    font-weight: bold;
    font-size: 22px;
}

a.post-archive-title:hover {
    color: var(--scl-primary);
}

p.widget-title {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 20px;
    position: relative;
}

.player-stream::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.603);
}



.player-padding {
    display: block;
    position: relative;
    padding-bottom: 56.25%;
}

#player-stream {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
}

.player-container {
    display: grid;
    grid-template-columns: 1fr 350px;
    grid-column-gap: 10px;
    position: relative;
    margin-bottom: 15px;
}

#footer .container {
    max-width: 800px;
}

/* p.widget-title::before {
    background-color: var(--scl-primary);
    content: "";
    width: 10px;
    left: -20px;
    height: 100%;
    display: block;
    position: absolute;
} */

.match-list-container {
    padding: 10px 15px;
}


.match-time,
.match-score {
    font-size: 24px;
    padding: 3px 10px;
}

.match-date {
    font-size: 14px;
}

ul.match_filter {
    list-style-type: none;
    padding: 0;
    padding: 5px 0px;
}

.match_filter li {
    padding: 10px 10px;
    color: #ffffff59;
    text-transform: uppercase;
    display: inline-grid;
    border-bottom: 3px solid transparent;
    cursor: pointer;
}

.player-box {
    background-color: #272727;
}

.match_filter li:hover,
.match_filter li.active {
    border-bottom: 3px solid var(--scl-primary);
    color: var(--scl-primary);
}

.match-item .watch-btn {
    background-color: var(--scl-primary);
    color: var(--overlay-bg-color);
    border-radius: 0;
    text-transform: uppercase;
    border: unset;
}

.match-item .watch-btn:hover {
    background-color: var(--scl-primary);
    color: var(--overlay-bg-color);
    border: unset;
}

.content-box {
    padding: 0 15px;
}

.match-blv ul,
.author-list ul {
    margin-left: 10px;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    align-items: center;
    flex-wrap: wrap;
}

.author-list {
    margin-top: 15px;
}

.match-blv ul {
    justify-content: left;
}

.author-list ul {
    justify-content: center;
}

.match-blv ul li,
.author-list ul li {
    display: block;
    text-transform: uppercase;
    margin: 0;
    height: 100%;
}

.author-list ul li {
    margin: 2.5px 5px;
}

nav#header .navbar-brand {
    display: block;
    height: 100%;
    margin: 0;
    top: 0;
    background: white;
    width: fit-content;
    left: 0;
    padding: 5px 0;
    overflow-y: clip;
    min-width: 150px;
}

.author-list ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 3px 15px;
    color: white;
    font-weight: bold;
    background: #3a3939;
    font-size: 14px;
    border-radius: 0px;
    line-height: 1.2em;
    display: grid;
    align-items: center;
    position: relative;
    z-index: 1;
}

p.title {
    font-size: 28px;
}

.author-list ul li a.active {
    background: var(--scl-primary);
    color: var(--overlay-bg-color);
}

.match-blv ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 3px 15px;
    color: var(--scl-primary);
    font-size: 12px;
    border-radius: 0px;
    line-height: 1.2em;
    display: grid;
    align-items: center;
    position: relative;
    z-index: 1;
}

.match-blv ul li a:hover {
    background-color: var(--scl-primary);
    color: var(--overlay-bg-color)
}

/* .match-blv ul li a:hover::after,
.match-blv ul li a:hover::before {
    background-color: white;
    content: "";
    height: calc(100% + 20px);
    width: 30px;
    transform: rotate(25deg);
    position: absolute;
    z-index: -1;
    top: calc(-100% + 15px);
}
.match-blv ul li a:hover::after{
    right: -20px;
}
.match-blv ul li a:hover::before {
    left: -20px;
    top: 0;
} */


.competition-label::before {
    /* display: block;
    content: "";
    background: var(--scl-primary);
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0; */
}

.competition-label {
    position: relative;
    padding-left: 10px;
    font-size: 12px;
    display: flex;
    align-items: center;
    grid-column-gap: 5px;
}

.right {
    text-align: right;
}

.match-blv {
    font-size: 12px;
    width: 100%;
    text-align: center;
    display: grid;
    justify-content: center;
    grid-template-columns: 1fr auto;
    border-top: solid var(--scl-primary) 0.5px;
    overflow: hidden;
}

.match-content {
    padding: 15px;
}

.player-box {
    height: fit-content;
    padding-bottom: 5px;
}

.match-main {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    box-shadow: 0 0 40px 40px rgba(255, 255, 255, .075) inset;
    background: #878c97;
}

.load-more {
    border: var(--scl-primary) solid 0.8px;
    border-radius: 0;
}

a.load-more:hover {
    border: var(--scl-primary) solid 0.8px;
    background-color: var(--scl-primary);
    color: var(--overlay-bg-color);
}

.owards {
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
}

#menu-main-menu li.dropdown {
    position: unset;

}

#menu-main-menu li.dropdown:hover>ul {
    display: block;
}

.full-width {
    width: 100%;
}

.center {
    text-align: center;
}

.match-mid {
    display: grid;
    align-items: center;
    justify-items: center;
    grid-template-columns: 1fr 80px 1fr;
}

.left {
    text-align: left;
}

.match-main .match-link {
    color: white;
}

.match-top {
    display: grid;
    grid-template-columns: 1fr 100px;
    margin-bottom: 15px;
    align-items: center;
}

.team-logo {
    margin-bottom: 10px;
}

.team-logo img {
    max-width: 50px;
    height: auto;
}

.button-area {
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 3px;
}

.button-area a {
    padding: 5px 8px;
    font-size: 13px;
    font-weight: 550;
    text-transform: uppercase;
    border-radius: 3px;
}

.widget-title {
    position: relative;
}

.widget-title::before {
    position: absolute;
    content: "";
    display: block;
    width: 5px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: var(--scl-primary);
}

.xc {}

.loading-player {
    max-width: 90%;
    padding: 10px 15px;
    width: 250px;
    position: absolute;
    top: 50%;
    text-align: center;
    left: 50%;
    color: var(--scl-primary);
    border: solid 2px var(--scl-primary);
    transform: translate(-50%, -50%);
}

.author-title {
    font-size: 28px;
}

.match-item {
    margin-bottom: 10px;
}

a.navbar-brand {
    position: relative;
    z-index: 2;
}

.navbar-brand img {
    height: 45px;
    max-height: 100%;
    width: auto;
    margin: 0 auto;
    display: block;

}

.match-country-logo {
    max-height: 15px;
}

.match-time-count.match-live::before {
    content: "";
    color: green;
    background: green;
    font-size: 30px;
    /* line-height: 15px; */
    display: inline-grid;
    /* align-items: center; */
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 5px;
    animation: blinker 1s linear infinite;
    position: absolute;
    top: 50%;
    transform: translate(-12px, -50%);
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.pagination .nav-links * {
    padding: 3px 10px;
    background-color: rgb(38, 38, 38);
    color: rgb(213, 213, 213);
    display: inline-flex;
    align-items: center;
    font-weight: bold;
}

.pagination .nav-links .current {
    background-color: var(--scl-primary);
    color: var(--overlay-bg-color);
}

.match-time-count {
    position: relative;
    font-size: 14px;
    border-radius: 3px;
    font-weight: 550;
}

nav#header {
    background-color: var(--scl-head-menu) !important;
}

.stat-bar {
    transition: 0.5s;
}

.hot-match-label {
    text-align: right;
    font-weight: bold;
    color: var(--scl-primary);
    margin: 0;
    font-size: 12px;
}

.hot-match .match-main {
    background-color: var(--scl-hotmatch);
}

body,
html {
    overflow-x: hidden;
}

@media only screen and (max-width: 768px) {
    .match_filter li {
        padding: 10px 5px;
    }

    html[data-bs-theme='dark'] body.home .main-container h1::after {
        display: none;
    }

    .post-archive-item .post-item-bottom {
        grid-template-columns: auto;
    }

    .xc::before,
    #header::before,
    #header .container::before,
    #navbar>ul>li>a:hover::before {
        display: none;
    }

    #navbar>ul>li>a:hover {
        background-color: white;
        color: var(--scl-primary);
    }

    #navbar>ul>li:hover::before,
    #navbar>ul>li:hover::after,
    #navbar::before {
        display: none;
    }

    #navbar {
        padding-left: 0;
        position: relative;
        height: auto;
    }

    header>#header .container {
        background-color: var(--scl-head-menu);
        color: var(--scl-head-text);
    }

    .player-container {
        padding: 0;
        margin: 0 -15px 15px;
    }

    .container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 992px) {
    .player-container {
        display: block;
    }
}

.hide {
    display: none;
}

@media only screen and (max-width: 552px) {
    .button-area a {
        padding: 2px 3px;
        font-size: 11px;
    }

    .button-area {
        bottom: 35px;
        right: 10px;
    }
}
/*
     FILE ARCHIVED ON 19:21:18 May 04, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 00:35:40 Jul 19, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 9.176
  captures_list: 1.729
  exclusion.robots: 0.111
  exclusion.robots.policy: 0.087
  esindex: 0.018
  cdx.remote: 24.521
  LoadShardBlock: 270.832 (3)
  PetaboxLoader3.datanode: 233.558 (4)
  PetaboxLoader3.resolve: 179.773 (3)
  load_resource: 234.389
*/