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

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

.match-item-row {
    background-color: #272727;
}

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

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

.sm-text {
    font-size: 12px;
}

.sm-time {
    color: #bebebe;
}

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

.match-item-row .team-info:nth-child(4) {
    grid-template-columns: 30px 1fr;
    text-align: left;
}

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

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

.date-list .xbtn {
    background-color: rgba(65, 64, 64, .529);
    font-weight: 700;
    padding: 4px 7px;
    color: #fff;
    margin: 3px;
    display: inline-block;
}

.date-list .xbtn.active-btn {
    background-color: var(--scl-primary);
    color: var(--overlay-bg-color);
}

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

.match-full-data {
    margin-bottom: 15px;
    /* box-shadow: 0 0 40px 40px rgba(255, 255, 255, .075) inset; */
    background: #272727;
    /* background-image: linear-gradient(rgb(0 0 0 / 81%), rgb(0 0 0 / 72%)), url(livescore_ver=2166561331.css); */
    padding: 15px;
}

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

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

.match-full-data .match-score {
    padding: 5px 10px;
    line-height: 1.2em;
    margin: 5px 0;
}

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

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

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

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

@media only screen and (max-width: 991px) {
    .match-full-mid .logo-box img {
        max-height: 60px;
        margin-bottom: 10px;
    }
}

.mo-phong {
    position: absolute;
    width: 100%;
    height: 100%;
}

.embed-responsive-item-widget {
    position: relative;
    padding-bottom: calc(46.5% + 142px);
    margin-bottom: 15px;
}

.mo-phong iframe {
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
}

.mo-phong::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.stat-label {
    font-weight: 450;
    background: #242323;
    line-height: 26px;
    color: white;
    text-align: center;
    width: 100%;
    font-size: 11px;
    padding: 0 5px;
    z-index: 3;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.23);
}

.no-padding {
    padding: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.away-bar {
    text-align: right;
}

.bar-label {
    font-size: 14px;
}

.stat-container {
    background: #272727;
}


.group-bar {
    display: grid;
    grid-template-columns: calc(50% - 60px) 120px calc(50% - 60px);
}

.parent-bar {
    position: relative;
    display: grid;
}

.stat-item {
    position: relative;
    margin: 5px;
    padding: 5px;
    border-bottom: 0.5px #8080802b solid;
}

.stat-bar {
    position: absolute;
    display: block;
    height: 100%;
    z-index: 1;
}

.away-bar .stat-bar {
    left: 0;
    background: orange;
}

.home-bar .stat-bar {
    right: 0;
    background: #1756a1;
}

.home-bar .cover-bar {
    order: 2;
}

.home-bar .bar-label {
    order: 1;
}

.cover-bar {
    position: relative;
    width: 100%;
    height: 10px;
    background: #424242;
    display: block;
    top: 50%;
    transform: translateY(-50%);
}

.away-bar {
    grid-template-columns: 1fr 30px;
}

.home-bar {
    grid-template-columns: 30px 1fr;
}


.team-header .home-team .team-logo {
    order: 1;
}

.team-header .home-team .team-label {
    order: 2;
}

.team-header .team-label {
    max-width: 100%;
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.team-header {
    padding: 10px;
    box-sizing: content-box;
    border-width: 0.5px;
    border-bottom-style: solid;
    border-image: radial-gradient(circle at center, #f8c21b, #ffe59403);
    border-image-slice: 1;
    display: grid;
    grid-template-columns: 50% 50%;
}

.team-gogo {
    display: flex;
    align-items: center;
    grid-column-gap: 10px;
}

.team-header .away-team {
    justify-content: end;
}

.team-header .home-team {
    justify-content: start;
}

.team-header .away-team .team-logo {
    order: 2;
}

.team-header .away-team .team-label {
    order: 1;
}
/*
     FILE ARCHIVED ON 16:45:18 May 04, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 00:35:00 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: 1.634
  captures_list: 0.516
  exclusion.robots: 0.053
  exclusion.robots.policy: 0.043
  esindex: 0.01
  cdx.remote: 29.637
  LoadShardBlock: 188.377 (3)
  PetaboxLoader3.resolve: 146.322 (4)
  PetaboxLoader3.datanode: 173.666 (4)
  load_resource: 163.123
*/