html {
    background-color: #090307!important;
}

#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: #1c1e1f;
}
.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;
}
.logo-left .logo{
    margin:0;
}
#header #navbar{
    padding-left: 25px;
    height: 55px;
    line-height: 55px;
    overflow: hidden;
    position: relative;
}
.header-main .nav > li > a {
    line-height: 16px;
    z-index:1;
    display: grid;
    position: relative;
    height: 55px;
    padding: 8px 15px;
}
.header-main .nav > li > a:before{
    color: #ffffff;
    background-color: var(--scl-primary);
    content: "";
    width: calc(100%);
    display: none;
    height: calc(200% + 50px);
    transform: rotate(15deg);
    left: 0;
    top: calc(-50% - 25px);
    position: absolute;
    z-index: -1;
}
.header-main .nav > li.active  > a:before,.header-main .nav > li > a:hover:before{
    display: block;
    opacity: 1;
}
.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;
}
.nav-spacing-large>li {
    margin: 0px 2px;
}
.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;
}
.match-list-container ul.match_filter {
    display: grid;
    width: 600px;
    max-width: 100%;
    grid-template-columns: repeat(4, 1fr);
    pointer-events: unset;
    background: #0e0e0e;
    overflow: hidden;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-bottom: 10px;
    margin-left: -10px;
}
.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 {
    text-transform: none;
    display: flex;
    justify-content: center;
    padding: 12px 0;
    font-size: 16px;
    cursor: pointer;
    padding: 15px 0px;
    margin: 0;
    text-align: center;
    position: relative;
}
.match_filter_wg li:hover, .match_filter_wg li.active, .tab-option-1 .match_filter li:hover, .tab-option-1 .match_filter li.active {
    color: var(--scl-primary);
    font-weight: 550;
    background: #252525;
}
.tab-option-1 .match_filter li:hover:before, .tab-option-1 .match_filter li.active:before {
    display: block;
    width: 100%;
    transition: .3s;
    height: 2px;
    background-color: var(--scl-primary);
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.match-item {
    position: relative;
    margin-bottom: 10px;
}
.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-main::before {
    background-image: url(../img/background-match-socolive.jpg);
    background-position: center;
    background-size: cover;
    opacity: 0.6;
}
.match-item-inner::before {
    content: '';
    background-image: url(../img/background-match-socolive.jpg);
    background-position: center;
    background-size: cover;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.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: var(--scl-text);
    font-size: 12px;
    background: #b93d3d;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 3px;
    line-height: 1;
}
.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;
}
.option-6 .logo-team-inner {
    background-color: #ffffff36;
    border-radius: 50%;
    width: 70px;
    padding: 10px;
    display: block;
    height: 70px;
}
.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%;
}
.option-6 .logo-team-inner img {
    bottom: 0;
    height: 100%;
    left: 0;
    position: inherit;
    right: 0;
    top: 0;
    width: 100%;
    object-fit: contain;
}
.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;
}
.status-match+.match-score-scl {
    margin-top: 5px;
}
.match-item:not(.live) .status-match.vs-match{
    display: block;
}
.match-item.live .status-match-data {
    display: block;
    background-color: var(--scl-primary);
    border-radius: 12px;
    border: 1px var(--scl-primary) solid;
    font-size: 12px;
    padding: 3px 10px;
}
.match-score-scl {
    background: unset;
    padding: 3px 0;
    display: none;
    margin-top: 5px;
    font-size: 24px;
    line-height: 24px;
    border-radius: 3px;
    color: #fff;
}
.match-item.live .match-score-scl {
    display: block;
}
.option-6 .home-score, .option-6 .away-score {
    font-size: 20px;
    background-color: #4747476e;
    height: 30px;
    width: 35px;
    display: inline-grid;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
}
.option-6 .divide-score {
    font-size: 20px;
}
.option-6 .home-score {
    border-left: #cf4141 solid 3px;
}
.option-6 .away-score {
    border-right: #4461cc solid 3px;
}
.match-item.live .status-match-data span,.match-item.live .match-score-scl span{
    color: #fff;
}
.match-item.live .time-text {
    display: inline-block;
}
.football.match-item[status-id='8'] .status-match.vs-match,.basketball.match-item[status-id='10'] .status-match.vs-match{
    display: none;
}
.football.match-item[status-id='8'] .status-match.end-match,.basketball.match-item[status-id='10'] .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, var(--scl-primary) 0%, #C7EC44 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;
}

/* ======================== footer ======================== */
.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;
}
.match-full-data .home-score, .option-7 .home-score {
    border-left: #cf4141 solid 3px;
}
.match-full-data .away-score {
    border-right: #4461cc solid 3px;
}
.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;
}

.player-container {
    display: flex;
    gap: 5px;
    position: relative;
    margin-bottom: 15px;
    align-items: flex-start;
    height:825px;
    overflow: hidden;
}
.player-container.status{
    background:#121212;
    height: 350px;
}
.iframe-video {
    width: 100%;
    position: absolute;
    height: 100%;
    top: -60px;
}
.player-container iframe{
    width:100%;
    height:100%;
}
.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%);
}

.player-padding {
    display: block;
    position: relative;
    width: 100%;
}
.countdown_scl_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 5%;
}
.player-box .countdown_scl_wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
    height: 100%;
}
.title_countdown_scl {
    margin-bottom: 15px;
}
body .title_countdown_scl>* {
    font-size: 35px;
    font-weight: bold;
}
#countdown_scl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.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: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;
    display: inline-block;
    vertical-align: top;
}
.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;
    display: inline-block;
    color:#ffffff;
    width: 260px;
}
.active .custom-opt-dropdown{
    color:var(--scl-primary);
}

.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: 630px;
}
.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;
}