html {
    background-color: #090307 !important;
}
:root {
    --scl-primary: #0be035;
    --scl-text: #ffffff;
}
#wrapper {
    position: relative;
    background-image: linear-gradient(rgba(255, 255, 255, 0) 70%, rgba(15, 15, 15, 0.8) 100%), url();
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 50vw, 100%;
}

.header-bg-color {
    background-color: #090307;
}

.sticky-add-to-cart--active,
#wrapper,
#main,
#main.dark {
    background-color: #232324;
}

.header-main {
    height: 80px;
}

.header .flex-row {
    height: 100%;
}

.container-width,
.full-width .ubermenu-nav,
.container,
.row {
    max-width: 1110px;
}

#logo {
    width: 200px;
}

#logo img {
    max-height: 60px;
}

.header-main .nav>li>a {
    line-height: 16px;
}

.header:not(.transparent) .header-nav-main.nav>li>a {
    color: #ffffff;
}

.header:not(.transparent) .header-nav-main.nav>li>a:hover,
.header:not(.transparent) .header-nav-main.nav>li.active>a,
.header:not(.transparent) .header-nav-main.nav>li.current>a,
.header:not(.transparent) .header-nav-main.nav>li>a.active,
.header:not(.transparent) .header-nav-main.nav>li>a.current {
    color: #ffffff;
}

.header-nav-main.nav-line-bottom>li>a:before,
.header-nav-main.nav-line-grow>li>a:before,
.header-nav-main.nav-line>li>a:before,
.header-nav-main.nav-box>li>a:hover,
.header-nav-main.nav-box>li.active>a,
.header-nav-main.nav-pills>li>a:hover,
.header-nav-main.nav-pills>li.active>a {
    color: #FFF !important;
    background-color: #ffffff;
}

.detailItem:after {
    content: "";
    clear: both;
    display: block;
}

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

.owards {
    text-transform: uppercase !important;
    font-family: oswald, sans-serif !important;
    font-weight: 500 !important;
    margin-bottom: 5px;
}

ul.match_filter_wg,
ul.match_filter {
    list-style-type: none;
    flex-wrap: nowrap;
    display: flex;
    padding: 5px 0;
}

.match-list-container ul.match_filter {
    display: grid;
    width: 800px;
    max-width: 100%;
    grid-template-columns: repeat(5, 1fr);
    pointer-events: unset;
}

.match-list-widget .tab-data li,
.match_filter li {
    margin-right: 5px;
    white-space: nowrap;
}

.match_filter_wg li,
.tab-option-1 .match_filter li {
    padding: 10px;
    text-transform: uppercase;
    display: inline-flex;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    justify-content: center;
    margin-left: 0;
}

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

.match_filter_wg li span::after,
.match_filter li span {
    position: relative;
}

.match_filter_wg li span::after,
.match_filter li span::after {
    content: attr(amount);
    color: var(--scl-primary);
    left: calc(100% + 5px);
    min-width: 20px;
    min-height: 20px;
    display: block;
    position: absolute;
    top: 0;
    text-align: center;
}

.tab-option-1 .match_filter_wg li span::after,
.tab-option-1 .match_filter li span::after {
    font-size: 12px;
    background: #131313;
    border-radius: 2px;
    width: fit-content;
    height: 18px;
    line-height: 1.2em;
    padding: 2px;
}

.match-item {
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
}

.match-item-inner {
    border: 1px solid transparent;
    background: #0a0a0a;
    border-radius: 7px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mirror-effect .match-big-container,
.mirror-effect .match-item-inner {
    transition: 0.5s;
}

.match-item-inner::before {
    background-image: url(../img/bg-ball.png);
    background-position-x: 100%;
    background-size: cover;
    content: "";
    position: absolute;
    top: 0;
    right: -10%;
    width: 100%;
    max-width: 300px;
    height: 100%;
    opacity: 0.05;
    z-index: -1;
    transform: rotate(0deg);
    transition: transform 0.35s ease-in-out;
}

.mirror-effect .match-big-container::after,
.mirror-effect .match-item-inner::after {
    background: linear-gradient(90deg, transparent, rgba(240, 248, 255, 0.32));
    position: absolute;
    width: 250px;
    transform: rotate(25deg);
    height: 600px;
    top: -80%;
    content: "";
    z-index: 5;
    left: -100%;
}

a:where(:not(.wp-element-button)) {
    text-decoration: none;
}

.link-match {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}

.dark .widget a,
.dark a,
.dark span {
    color: var(--scl-primary);
}

.match-item-head {
    height: 50px;
}

.match-item-body,
.match-item-head {
    padding: 10px;
}

.match-flex {
    display: flex;
    justify-content: space-between;
}

.match-item__comp {
    z-index: 2;
    color: var(--scl-text);
}

.match-item__comp span {
    display: block;
    font-size: 12px;
    line-height: 16px;
}

.football .match-item__comp span:before {
    content: "";
    background: url(../img/football_icon.png) no-repeat;
    background-size: cover;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px;
}

.basketball .match-item__comp span:before {
    content: "";
    background: url(../img/basketball_icon.png) no-repeat;
    background-size: cover;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px;
}

.match-item__time span {
    color: #C2E598;
    text-align: center;
    font-family: "Proxima Nova", "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    border-radius: 13px;
    padding: 3px 8px;
    background: linear-gradient(#1a1e23, #1a1e23) padding-box, linear-gradient(180deg, #1a1e23 0%, var(--scl-primary) 100%) border-box;
    border: 1px solid transparent;
}

.match-item-body {
    flex: 1;
}

.match-team {
    display: flex;
    justify-content: center;
    width: 35%;
}

.match-team-inner * {
    text-align: center;
}

.logo-team-inner {
    min-height: 70px;
    min-width: 70px;
    position: relative;
    margin: auto;
    z-index: -1;
}

.logo-team-inner img {
    bottom: 0;
    font-family: "object-fit:cover;";
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: scale-down;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.name-team-inner span {
    font-size: 12px;
    color: var(--scl-text);
    font-weight: 700;
}

.match-overview {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.match-overview-inner {
    text-align: center;
}

.status-match,
.match-score-scl,
.match-running,
.time-text {
    display: none;
}

.status-match.vs-match,
.status-match.end-match {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    display: none;
}

.match-score-scl {
    background: linear-gradient(141deg, #06A5FF 0%, #0236BC 100%);
    padding: 3px 0px;
    font-size: 24px;
    line-height: 24px;
    border-radius: 3px;
    color: #fff;
}

.status-match+.match-score-scl {
    margin-top: 5px;
}

.match-item:not(.live) .status-match.vs-match {
    display: block;
}

.match-item.live .status-match-data,
.match-item.live .match-score-scl {
    display: block;
}

.match-item.live .time-text {
    display: inline-block;
}

.match-item[status-id='8'] .status-match.vs-match {
    display: none;
}

.match-item[status-id='8'] .status-match.end-match {
    display: block;
}

.match-view-inner {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.match-view-link {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 4px;
    background: linear-gradient(139deg, #008360 0%, #49EC44 100%);
    color: #fff;
    text-align: center;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    padding: 4px 12px;
    width: max-content;
}

.match-view-inner span {
    color: #fff;
}

.load-more-wg,
.load-more {
    border: var(--scl-primary) solid .8px;
    border-radius: 0;
    margin-bottom: 10px;
    color: var(--scl-primary);
}

.expand,
.full-width {
    display: block;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
}

.expand:hover,
.full-width:hover {
    background: var(--scl-primary);
    color: #111111;
}

.match-item-footer {
    position: relative;
}

.option-6 .match-item-footer {
    background: #111111;
    overflow: hidden;
}

.option-6 .match-item-footer {
    padding: 0;
}

.option-6 .match-footer-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
}

.option-6 .match-item-footer .match-footer-container .view-box,
.option-6 .match-item-footer .match-footer-container .count-blv {
    padding: 10px;
}

.option-6 .match-item-footer .match-footer-container>.match-blv-box>.count-blv,
.option-6 .match-item-footer .match-footer-container .view-box {
    max-width: 150px;
    position: relative;
    z-index: 3;
    background: #111111;
}

.option-6 .match-item-footer .match-footer-container>.match-blv-box>.count-blv {
    border-right: #111111 solid 0.5px;
}

.option-6 .footer-match--flag {
    background: #373737;
    color: #ACACAC;
    font-family: 'Roboto';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    border-radius: 24px;
    padding: 6px 14px;
    gap: 10px;
    display: flex;
}

.option-6 .footer-match--flag .footer-match__goal-score {
    gap: 6px;
}

.option-6 .footer-match__goal-score span {
    color: #00C44D;
}

.option-6 .footer-match__goal-score .footer-match__half-court {
    color: #fff;
}

.option-6 .blv-list {
    display: flex;
    grid-column-gap: 10px;
    position: absolute;
    top: 0px;
    z-index: 1;
    left: 180px;
    transition: 0.5s;
}

.blv-item-scl .dropdown-item {
    display: flex;
    align-items: center;
    font-size: 10px;
    color: #fff;
    cursor: pointer;
}

.option-6 .blv-item-scl .dropdown-item {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    padding: 16px;
    position: relative;
}

.img_blv_inner {
    width: 20px;
    height: 20px;
    position: relative;
    margin-right: 3px;
    border-radius: 99px;
    overflow: hidden;
    border: 2px solid var(--scl-primary);
}

.img_blv_inner img {
    bottom: 0;
    font-family: "object-fit:cover;";
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.dropdown-item span {
    padding-left: 0px;
}

.option-6 .blv-item-scl .dropdown-item:hover {
    background-color: #252424;
    color: white;
}

.option-6 .blv-item-scl .dropdown-item:hover::after,
.option-6 .blv-item-scl .dropdown-item:hover::before {
    background-color: #252424;
    content: "";
    height: 120px;
    transform: rotate(20deg);
    width: 20px;
    position: absolute;
    font-weight: bold;
    z-index: -1;
}

.option-6 .blv-item-scl .dropdown-item:hover::before {
    left: -20px;
    top: 0px;
}

.option-6 .blv-item-scl .dropdown-item:hover::after {
    right: -20px;
    bottom: 0px;
}

.footer {
    padding: 15px 0 0;
}

.footer-1 {
    background-color: #111111;
}

footer .aligncenter {
    margin-left: 0px;
}

.footer-1 .widget_text,
.footer-1 .widget-title,
.footer-1 .textwidget,
.footer-2 .textwidget p {
    color: #f1f1f1 !important;
}

img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

.footer-2 {
    background-color: #111111;
}

.button.icon.circle {
    opacity: 0.8;
}

.absolute-footer.dark {
    color: #f1f1f1;
}

.back-to-top.active.footer_in {
    background: #ffffff;
    color: #333333;
    border-color: #ffffff;
}

@media(max-width:575.98px) {
    .footer-1 .widget_text {
        width: 100%;
        flex-basis: 100%;
    }
}

pre {
    background-color: transparent;
}

.main-container.match-detail {
    padding: 0;
}

.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;
    padding: 10px 20px;
}

.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);
}

.match-full-data {
    margin-bottom: 15px;
    border-radius: 7.5px;
    background: #333333;
    padding: 15px;
}

.match-full-data .competition-label {
    color: rgb(177, 176, 176);
    margin-bottom: 10px;
    font-size: 16px;
}

.match-full-mid {
    display: grid;
    grid-template-columns: calc(50% - 40px) 80px calc(50% - 40px);
    justify-items: center;
    text-align: center;
    align-items: center;
}

.match-full-mid .logo-box img {
    max-height: 80px;
    width: auto;
    margin-bottom: 10px;
    width: auto;
}

.team-label,
.match-status-overview {
    color: #fff;
    font-weight: 500;
}

.status-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.score-overview-header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.match-full-data .match-time,
.match-full-data .match-score {
    font-size: 24px;
    padding: 3px 10px;
    background-color: var(--scl-primary);
    border-radius: 5px;
}

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

.match-full-data .home-score,
.match-full-data .away-score,
.option-7 .home-score {
    font-size: 28px;
    background-color: #8080806e;
    height: 40px;
    width: 55px;
    display: inline-grid;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
}

.score-overview-header .divide-score {
    padding-left: 2px;
    padding-right: 2px;
    font-weight: 700;
}

.status-time-text {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 4px;
    background: linear-gradient(139deg, #4c615b 0%, var(--scl-primary));
    color: #FFF;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    padding: 4px 12px;
    width: max-content;
    margin-top: 15px;
}

.title_countdown_scl {
    margin-bottom: 15px;
    margin-top: 20px;
}

body .title_countdown_scl>* {
    font-size: 35px;
    font-weight: bold;
}

#countdown_scl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 30px;
}

.countdown_scl_wrap:after {
    content: '';
    background: #000;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .4;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
}

[data-layout="layout-1"]>div {
    background: black;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
    text-transform: uppercase;
    font-size: 20px;
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

#countdown_scl>* {
    text-align: center;
}

[data-layout="layout-1"] span:last-child {
    background: #232323;
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

#countdown_scl>*>span {
    background: #232323;
}

#countdown_scl>*>span:first-child {
    display: block;
    margin-bottom: 15px;
    margin-top: 10px;
}

#countdown_scl span:last-child {
    border-radius: 10px;
    padding: 15px;
    display: block;
    font-size: 40px;
    font-weight: bold;
    min-width: 120px;
}

.countdown_scl_wrap h2:before {
    display: none;
}

.ketqua-table .match-item-row {
    align-items: center;
    justify-content: center;
    padding: 5px 0;
    border-bottom: 0.5px solid rgb(97 91 90 / 26%);
    align-items: center;
}

.match-history-detail {
    display: grid;
    grid-template-columns: calc(50% - 40px) 80px calc(50% - 40px);
    align-items: center;
    align-content: center;
}

.match-item-row .sm-time,
.match-item-row .match-history-detail {
    margin: 0;
}

.match-item-row .sm-time,
.match-item-row .match-history-detail {
    margin: 0;
}

.match-history-detail .team-info:nth-child(1) {
    grid-template-columns: 1fr 30px;
    text-align: right;
}

.team-info .team-name {
    font-size: 12px;
    max-width: 100%;
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.team-info {
    display: grid;
    align-items: center;
    grid-column-gap: 5px;
}

.ketqua-table .team-logo {
    max-height: 28px;
    height: auto;
    width: 28px;
    max-width: 60px;
    margin: 0;
}

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

.ketqua-table .lv-score {
    background: var(--scl-primary);
    padding: 2px 8px;
    border-radius: 3px;
    font-weight: 700;
    font-size: 14px;
    max-width: 60px;
    color: var(--overlay-bg-color);
    margin: 0 auto;
}

.text-center .is-divider,
.text-center .is-star-rating,
.text-center .star-rating,
.text-center>div,
.text-center>div>div {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.match-history-detail .team-info:nth-child(3) {
    grid-template-columns: 30px 1fr;
    text-align: left;
}

.match-history {
    margin-bottom: 20px;
}

.ketqua-table .com-row {
    color: white;
    padding: 5px 5px;
    background-color: #2a3038;
}

.custom-opt-icon {
    width: 32px;
    height: 32px;
    position: relative;
    top: 32px;
}

.competitions-dropdown {
    width: 300px;
    margin: 0px auto 20px;
    position: relative;
    display: inline-block;
}

.custom-opt-dropdown {
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    left: 35px;
    color: #ffffff;
}

.active .custom-opt-dropdown {
    color: var(--scl-primary);
}

.competitions-dropdown.basketball .custom-opt-icon {
    left: -35px;
}

.competitions-dropdown.basketball .custom-opt-dropdown {
    left: 0px;
}

.selected-opt {
    padding: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
    color: #ffffff;
}

.selected-opt span {
    color: #ffffff;
}

.active .selected-opt,
.active .selected-opt span {
    color: var(--scl-primary);
}

#selected-image,
.competition_item img {
    max-width: 25px;
    max-height: 25px;
}

.selected-opt span {
    padding-left: 5px;
}

.dropdown-custom {
    position: absolute;
    top: 20%;
    right: 2%;
}

.listoptions {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #2b2b2b;
    border: 1px solid #ccc;
    border-top: none;
    width: 100%;
    max-height: 400px;
    overflow-y: auto;
    z-index: 9999;
}

.listoptions ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.listoptions li {
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    cursor: pointer;
    color: #ffffff;
}

.listoptions li.filler_match {
    margin: 0;
    padding: 0;
}

#search-competition {
    margin-bottom: 0;
    width: 100%;
}

.listoptions li:hover {
    background-color: #161616;
    color: #ffffff;
}

.listoptions.block {
    display: block;
}

#tablestanding-loader {
    text-align: center;
    font-size: 32px;
    margin: 50px auto;
}

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

.bg-box-schedule .card-header,
.bg-box-schedule .card-header {
    background-color: #161616;
    color: #ffffff;
}

.card-header:first-child {
    border-radius: calc(0.375rem - 1px) calc(0.375rem - 1px) 0 0;
}

.bg-box-schedule .card-body,
.bg-box-schedule .card-body {
    background-color: #2b2b2b;
    color: #ffffff;
    border-radius: 0 0 5px 5px;
}

.bg-box-schedule .card-body>.row,
.bg-box-schedule .card-body>.row,
.bg-box-schedule .card-body .box-row {
    border-bottom: .5px solid #303030;
    padding-bottom: 7px;
    margin-bottom: 7px;
}

.bg-box-schedule .timeplay {
    color: var(--scl-primary);
    text-transform: capitalize;
    line-height: 20px;
}

#table_schedules .teamName img,
#table_match_resultss .teamName img,
.bg-box-schedule .teamName img,
.bg-box-schedule .teamName img {
    width: 30px;
    height: 30px;
    padding: 5px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50%;
    object-fit: contain;
    background-color: #f5f5f5;
}

#table_match_resultss .scorePlay,
.bg-box-schedule .scorePlay,
.bg-box-schedule .scorePlay {
    line-height: 20px;
}

#table_schedules .timePlay span,
#table_match_resultss .scorePlay span,
.bg-box-schedule .scorePlay span,
.bg-box-schedule .scorePlay span {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}

#table_match_resultss .scorePlay p,
.bg-box-schedule .scorePlay p {
    margin-bottom: 0;
    opacity: .7;
}

#table_match_results_comps .teamName .align-self-center span {
    color: #ffffff;
}

.tablestanding-competition {
    min-width: 540px;
}

.group-table {
    padding-left: 10px;
    font-weight: 500;
    background-color: var(--scl-primary);
    padding-top: 8px;
    padding-right: 3px;
    padding-bottom: 8px;
    font-size: 14px;
    font-weight: 700;
}

.match-full-data,
.group-table,
.ranking-competition .header-row,
.ranking-item,
.stat-item,
.single-truc-tiep .text_odds span,
.single-truc-tiep .table_odds p {
    color: #fff;
}

.ranking-value,
.ranking-title,
.group-table span,
.ranking-row * {
    color: #fff;
}

.tablestanding-competition .header-row {
    background: #161616;
    padding: 8px 3px;
    font-size: 14px;
}

.tablestanding-competition .tablestanding-row {
    display: grid;
    grid-template-columns: 30px 1fr 400px 110px;
    font-size: 12px;
    text-align: center;
}

.tablestanding-title {
    color: #ffffff !important;
    font-size: 12px;
    position: relative;
}

.tablestanding-detail {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.tablestanding-competition .tablestanding-row .primary-font,
.tablestanding-competition .tablestanding-row .tablestanding-title.text-left {
    text-align: left;
}

.tablestanding-item {
    background-color: #2b2b2b;
    color: #ffffff;
    border-bottom: 0.5px solid rgb(97 91 90/26%);
    padding: 10px 3px 0;
}

.tablestanding-competition .tablestanding-row {
    display: grid;
    grid-template-columns: 30px 1fr 400px 110px;
    font-size: 12px;
    text-align: center;
}

.team-position {
    position: relative;
}

.tablestanding-row>div:first-child,
.tablestanding-value {
    color: #ffffff;
}

.team-position span {
    position: absolute;
    width: 23px;
    height: 6px;
    border-radius: 5px 5px 0 0;
    left: 3px;
    bottom: 0;
}

.tablestanding-row .team-label {
    font-size: 12px;
    max-width: 100%;
    color: var(--api-color-text);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    text-align: left;
    font-weight: 700;
    margin-left: 5px;
}

.tablestanding-competition .team-logo-tablestanding {
    height: 25px;
    width: 25px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50%;
    object-fit: contain;
    display: inline-block;
    background-color: #f5f5f5;
    padding: 3px;
}

.match-stt {
    display: grid;
    grid-template-columns: repeat(5, 20px);
    justify-content: left;
    grid-column-gap: 2px;
}

.match-stt span {
    line-height: 20px;
    text-align: center;
    display: block;
    width: 20px;
    font-size: 12px;
    border-radius: 5px;
    height: 20px;
    margin: 0 auto;
    color: white;
    font-weight: bold;
}

.match-stt span.match-result {
    display: inline-block !important;
}

.match-stt span.win-match {
    background: rgb(15, 139, 21);
}

.match-stt span.draw-match {
    background: rgb(255, 174, 0);
}

.match-stt span.lost-match {
    background: rgb(161, 13, 13);
}

.tablestanding-value {
    text-align: center;
}

#ftwp-postcontent {
    margin-top: -25px;
    margin-bottom: 20px;
}

.competitions-dropdown.basketball:after,
#table_match_results_comps:before {
    content: "";
    clear: both;
    display: block;
}

.article-inner {
    transition: opacity .3s, box-shadow .5s, transform .3s;
}

.article-inner span.posted-on,
.article-inner span.byline {
    color: #ffffff;
}

.article-inner .entry-content {
    margin-top: 1.5em;
}

.row-divided>.col+.col:not(.large-12) {
    border: none;
}

.post-sidebar span.widget-title span {
    color: #fff !important;
}

.post-sidebar ul li a,
#post-list .post-title a {
    color: #3698fb !important;
}

.taxonomy-description {
    color: #0be035;
}

#post-list .pagination {
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

#post-list .pagination>li>a {
    margin: 0 4px;
    padding: 8px 14px;
    min-height: 38px;
    min-width: 38px;
    border-radius: 2px;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #3698fb;
    color: #3698fb;
}

#post-list .pagination li span {
    border-radius: 2px;
}

#post-list .pagination>li>a:focus,
#post-list .pagination>li>a:hover,
#post-list .pagination>li>span:focus,
#post-list .pagination>li>span:hover {
    background-color: #446084;
    color: #ffffff !important;
    border: solid 1px #446084;
}

#post-list .pagination li.active a {
    background-color: #446084;
    color: #ffffff !important;
    border: solid 1px #446084;
}

.player-container {
    background: #333333;
    display: inline-block;
    width: 66.66%;
    position: relative;
}

.player {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    z-index: 1997;
}

.author-list {
    padding: 5px 15px 0px;
}

.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;
    justify-content: center;
}

.match-blv ul li,
.author-list ul li {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    align-items: center;
    margin: 0;
    margin-left: 1.3em;
}

.author-list ul li span {
    cursor: pointer;
    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;
}

.author-list ul li:hover,
.author-list ul li span.active {
    background: #009b17;
    color: #333;
}

.float_right {
    float: right;
    width: 100%;
    padding-left: 20px;
}

.chat-feedback {
    list-style-type: none;
    flex-wrap: nowrap;
    display: flex;
    padding: 0;
    width: 100%;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.chat-feedback li {
    flex: 1 1 25%;
    padding: 5px 0;
    font-size: 12px;
    margin: 0 !important;
    text-transform: uppercase;
    display: inline-grid;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    text-align: center;
    border-radius: 5px 6px 0 0;
}

.chat-feedback li:hover,
.chat-feedback li.active {
    background-color: #272727;
    color: var(--scl-primary);
}

.main-chat #messages {
    list-style: none;
    overflow-y: auto;
    background-color: #211f1f;
    border: 1px solid #211f1f;
    border-radius: 10px;
    padding: 10px;
    height: 325px;
    margin-bottom: 12px !important;
}

.main-chat #messages.start {
    height: 370px;
}

.main-chat #messages li {
    margin-left: 0px !important;
    margin-bottom: 0px !important;
    animation: fadeIn 0.5s ease-in-out;
    display: flex;
    align-items: flex-start;
    padding: 8px;
    border-radius: 8px;
    background-color: #211f1f;
}

#loginButton {
    margin-top: 5px;
    display: block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    background-color: #131212;
    border: 1px solid var(--scl-primary);
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    width: 100%;
    margin-top: -20px;
}

#loginModal,
#registerModal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    width: 500px;
    display: none;
}

.modal-content,
.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.modal-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-clip: padding-box;
    background-color: var(--bs-modal-bg);
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    color: var(--bs-modal-color);
    -ms-flex-direction: column;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%;
}

.modal-content {
    padding: 10px 15px;
}

#loginModal .modal-content,
#registerModal .modal-content {
    text-align: center;
}

#loginModal label,
#registerModal label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: #333;
    text-align: left;
}

#registerModal .required,
#loginModal .required {
    color: red;
    margin-left: 4px;
}

#loginModal input,
#registerModal input {
    width: calc(100% - 0px);
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

#submitRegister,
#backToLoginButton,
#registerButton,
#submitLogin {
    display: block;
    margin: 0px auto;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    background-color: var(--scl-primary);
    border: 1px solid var(--scl-primary);
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    width: 100%;
}

#submitRegister,
#backToLoginButton,
#registerButton,
#submitLogin {
    height: 50px;
}

#registerModal .spinner,
#loginModal .spinner {
    border: 2px solid #f3f3f3;
    border-top: 2px solid #3498db;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    animation: spin 1s linear infinite;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}

#backToLoginButton,
#registerButton {
    background-color: #313233;
    border: 1px solid #313233;
}

#submitRegister,
#backToLoginButton,
#registerButton,
#submitLogin {
    height: 50px;
}

#backToLoginButton,
#registerButton {
    margin-top: 5px;
}

#submitLogin span,
#submitRegister span {
    color: #ffffff;
}

#country_code {
    border-radius: 5px;
    margin-right: 10px;
    width: 80px;
    font-size: 16px;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

#loginModal input,
#registerModal input {
    width: calc(100% - 0px);
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

span.form-error-message {
    color: red;
    display: none;
}

.main-chat .message-container .comment {
    font-size: 14px;
    color: white;
    word-wrap: break-word;
    word-break: break-all;
}

.main-chat form#comment {
    display: flex;
    gap: 10px;
    margin-bottom: 0px !important;
}

.main-chat textarea#messageText {
    min-height: 40px;
    margin-bottom: 0px !important;
    flex: 1;
    resize: none;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #211f1f;
    border-radius: 8px;
    height: 40px;
    font-size: 14px;
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    overflow: hidden;
}

.main-chat button[type="submit"] {
    padding: 10px;
    background-color: var(--scl-primary);
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1em;
    transition: background-color 0.3s, transform 0.2s;
    margin-bottom: 0px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.no-match-list {
    min-height: 100px;
    text-align: center;
    margin-top: 20px;
}

@media screen and (max-width:850px) {
    .player-container {
        width: 100%;
        margin-bottom: 15px;
    }
    .large-4.float_right {
        padding: 0;
    }
    .countdown_scl_wrap {
        min-height: auto !important;
        height: 300px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:768px) {
    .sm-time.sm-text {
        width: 100% !important;
    }
}

@media screen and (max-width:680px) {
    #countdown_scl span:last-child {
        min-width: 100px;
    }
}

@media screen and (max-width:600px) {
    .match_filter_wg li span::after,
    .match_filter li span {
        font-size: 14px;
    }
}

@media screen and (max-width:570px) {
    #countdown_scl span:last-child {
        min-width: 80px;
    }
    .player .text-match {
        width: 100px;
        height: 100px;
    }
    .match-full-mid .logo-box img {
        max-height: 45px;
    }
}

@media screen and (max-width:480px) {
    #countdown_scl span:last-child {
        min-width: auto;
        padding: 5px;
    }
    .player .text-match {
        width: 50px;
        height: 50px;
    }
}

#messages .nickname {
    font-weight: bold;
    font-size: 16px;
}

#messages .nickname.other {
    color: #007EFF;
}

.loader-container_scl {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 405px;
    width: 100%;
    position: relative;
    background: #333333;
}

.loader-container_scl .dot {
    width: 20px;
    height: 20px;
    background-color: var(--scl-primary);
    border-radius: 50%;
    margin: 0 5px;
    animation: bounce 1.1s ease infinite;
}

.loader-container_scl .dot:nth-child(1) {
    animation-delay: 0s;
}

.loader-container_scl .dot:nth-child(2) {
    animation-delay: 0.1s;
}

.loader-container_scl .dot:nth-child(3) {
    animation-delay: 0.2s;
}

.loader-container_scl .dot:nth-child(4) {
    animation-delay: 0.3s;
}

.loader-container_scl .dot:nth-child(5) {
    animation-delay: 0.4s;
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-60px);
    }
    60% {
        transform: translateY(25px);
    }
}