@import "custom.css";

.gap-1 {
    gap: 0.25rem;
}
.gap-2 {
    gap: 0.5rem;
}
.gap-3 {
    gap: 0.75rem;
}
.gap-4 {
    gap: 1rem;
}
.gap-5 {
    gap: 1.25rem;
}
.gap-6 {
    gap: 1.5rem;
}
.gap-7 {
    gap: 1.75rem;
}
.w-20 {
    width: 20%;
}
#app {
    background: #141516;
}
*::-webkit-scrollbar {
    height: 4px;
    width: 4px;
}

*::-webkit-scrollbar-thumb {
    background: rgb(255 255 255);
    border-radius: 4px;
    height: 4px;
    width: 4px;
}

*::-webkit-scrollbar-track {
    background: #60828b;
    height: 4px;
    width: 4px;
}
.wrap-nav .nav {
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: scroll;
    margin-bottom: 15px;
}
.wrap-nav .nav a {
    white-space: nowrap;
    background: #2a3038;
    border-radius: 0.125rem;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #afb4ba;
    padding: 6px 10px !important;
}
.wrap-nav .nav a:hover,
.wrap-nav .nav a.active {
    background: #4fa747;
    color: #fff;
}
.wrap-nav {
    position: relative;
}
#tab-doi-dau .wrap {
    max-height: 495px;
    overflow-x: auto;
}
#tab-doi-dau .wrap .league_title {
    display: flex;
    align-items: center;
    justify-content: center;
}
#tab-doi-dau .wrap .league_title img {
    margin-right: 10px;
}
#tab-doi-dau .statistics-head {
    display: flex;
    justify-content: center;
    background: none;
}
#tab-doi-dau .statistics-head li a {
    background: #607d8b;
    border-radius: 4px;
    padding: 0px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    color: #fff;
}
#tab-doi-dau .statistics-head li a.active {
    background: #4fa747;
}
#tab-doi-dau .statistics-head li a span {
    display: none;
}
#tab-doi-dau .statistics-head li a::after {
    display: none;
}
#tab-tran-khac .grid-matches {
    margin: 0px;
    flex-wrap: inherit;
}
.single-live .content_page .title_box {
    padding-left: 0px;
}
.single-live .content_page .title_box::before {
    left: -20px;
}
#match-another .grid-matches__item {
    flex: 1;
    max-width: 100%;
}
.highlights_box,
.box_content_home {
    background: #1c1e1f;
    border-radius: 20px;
}
.scroll-btn {
    /* display: none !important; */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-color: rgb(255, 255, 255);
    opacity: 0.8;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
    text-indent: -99999px;
    outline: none;
}
.scroll-btn:focus {
    outline: none;
}

.scroll-right-btn {
    right: 0;
}
.scroll-right-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: translate(-50%, -50%) rotate(45deg);
}

.scroll-left-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #333;
    border-left: 2px solid #333;
    transform: translate(-50%, -50%) rotate(45deg);
}

/* lineup */
.substitutes {
    border-top: 1px solid #292b2e;
    border-bottom: 1px solid #292b2e;
}
.substitutes .item-player {
    border-bottom: 1px solid #292b2e;
    padding: 5px;
    height: 3.125rem;
}
#tab-doi-hinh ul.nav {
    background: #292b2e;
    border: 0px;
}
#tab-doi-hinh ul.nav li a {
    color: #fff;
    font-family: "Oswald";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    padding: 10px 15px;
    display: block;
    position: relative;
}
#tab-doi-hinh ul.nav li a.active {
    color: #4fa747;
}
#tab-doi-hinh ul.nav li a.active::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #4fa747;
    position: absolute;
    bottom: 1px;
    left: 0;
}
#tab-doi-hinh .tab-content {
    padding: 0px;
    border-radius: 2px;
    background: #1c1e1f;
}
.injured-or-suspended {
    border-top: 1px solid #292b2e;
    border-bottom: 1px solid #292b2e;
}
.injured-or-suspended .item-player {
    border-bottom: 1px solid #292b2e;
    padding: 5px;
    height: 3.125rem;
}
/* end lineup */
.standings .exGroup {
    color: #fff;
}
.tab-content .match_statistics {
    max-height: 545px;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}
.statistics-head {
    background: #292b2e;
    gap: 1.12rem;
    margin-left: -1rem;
    margin-right: -1rem;
    margin-top: -1rem;
    margin-bottom: 1.6rem;
    padding: 0 0.94rem;
}
.statistics-head li a {
    color: #949596;
    font-family: Oswald;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.125rem; /* 138.462% */
    text-transform: uppercase;
    display: block;
    position: relative;
    padding-top: 0.62rem;
    padding-bottom: 0.62rem;
    transition: all 0.3s ease-in-out;
}
.statistics-head li a.active::after,
.statistics-head li a:hover::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #4fa747;
    bottom: 0;
    left: 0;
}
.statistics-head li a.active,
.statistics-head li a:hover {
    color: #4fa747;
}
.scrolling::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    background-color: #f5f5f5;
}

.scrolling::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
    border-radius: 2.5px;
}

.scrolling::-webkit-scrollbar-thumb {
    background-color: #44494f;
    /* border: 2px solid #555555; */
}

.tab-content .summary_blockWrapper {
    height: 545px;
    /* padding: 10px; */
    overflow-y: scroll;
    background: #1c1e1f;
}
.event-item  .ring-red-600 {
    border-radius: 50%;
    border: 3px solid #e77c7c;
    background: lightgray 50% / cover no-repeat;
}
.event-item  .ring-green-400 {
    border-radius: 50%;
    border: 3px solid #01b243;
    background: lightgray 50% / cover no-repeat;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}
.event-item .score span:not(:empty) {
    background-color: #0154d4;
    white-space: nowrap;
    padding: 3px 15px;
    color: #fff;
    white-space: nowrap;
    font-weight: 500;
    font-family: 'Oswald';
    border-radius: 10px;
}
.event-item .score {
    align-items: center;
    justify-content: flex-end;
}
.event-item .homeEvent .score {
    justify-content: flex-start;
}
.tab-content .summary_blockWrapper .rounded-pill {
    position: relative;
    z-index: 2;
}
.tab-content
.summary_blockWrapper
.homeEvent
.event-player-logo
div:has(.ring-red-600) {
    position: relative;
    z-index: 1;
    right: -5px;
}
.tab-content
.summary_blockWrapper
.awayEvent
.event-player-logo
div:has(.ring-red-600) {
    position: relative;
    z-index: 1;
    left: -5px;
}
.event-minute {
    width: 30px;
}
.homeEvent .event-player-name {
    text-align: right;
}
.awayEvent .event-player-name {
    text-align: left;
}
.matchIconExplain {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #d1e7dd;
    padding: 10px;
}
.matchIconExplain .icon span {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #222;
}
.matchIconExplain .icon {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    width: calc(33.33% - 10px);
}
.matchIconExplain .icon svg {
    width: 14px;
    height: 14px;
    margin-right: 8px;
}
.tab-over {
    /* overflow-y: scroll; */
    /* max-height: 545px; */
}
.oddContent .oddList {
    background-color: #fff;
    position: absolute;
    z-index: 10;
    top: 35px;
    left: -9px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

/* tab h2h */
.h2h__row {
    display: flex;
    gap: 8px 0px;
    border-radius: 6px;
    background: #292b2e;
    margin-bottom: 5px;
    padding: 8px;
}
.h2h__row:last-child {
    margin-bottom: 0px;
}
.h2h__participant .event__logo {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.h2h__body {
    display: grid;
    grid-template:
    "homeParticipant result resultHalfTime corner icon" minmax(
      23px,
      max-content
    )
    "awayParticipant result resultHalfTime corner icon" minmax(
      23px,
      max-content
    )
    / minmax(max-content, auto) 40px 40px 40px 40px;
    gap: 8px 0px;
    color: #fff;
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
}
.h2h-bar {
    display: grid;
    grid-template:
    "homeParticipant result resultHalfTime corner icon" minmax(
      23px,
      max-content
    )
    / minmax(max-content, auto) 40px 40px 40px 40px;
}
.h2h__date,
.h2h__event {
    color: #aaa;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 153.846% */
}
.h2h__participantInner {
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.h2h__participant {
    display: flex;
    align-items: center;
    gap: 6px;
}
.h2h__homeParticipant {
    grid-area: homeParticipant;
}
.h2h__awayParticipant {
    grid-area: awayParticipant;
}
.h2h__result {
    font-weight: 700;
    grid-area: result;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px 0px;
}
.h2h__result span {
    border-radius: 2px;
    background: linear-gradient(141deg, #06a5ff 0%, #0236bc 100%);
    padding: 2px 6px;
    color: #fff;
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 138.462% */
}
.h2h__result_ht {
    grid-area: resultHalfTime;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px 0px;
}
.h2h__result_ht span,
.h2h__corner_ht span,
.h2h__corner span,
.h2h__corner_ht span {
    padding: 2px 6px;
    color: #fff;
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
}
.h2h__corner {
    grid-area: corner;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px 0px;
}

.h2h__icon {
    align-items: center;
    align-self: stretch;
    display: flex;
    grid-area: icon;
    justify-content: center;
    justify-self: stretch;
    min-width: 20px;
    padding-left: 8px;
    padding-right: 8px;
}
/* end tab h2h */
/* tab 3 tran sap toi */
ul.list-three li img {
    width: 2rem;
    height: 2rem;
}
ul.list-three .matches__item {
    border: 1px solid rgba(42, 48, 56, 1);
    border-top: 0px;
    margin: 0px;
    padding: 15px 10px;
}
ul.list-three .matches__item .match__team--name {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #f2f3f3;
    font-family: "Raleway", sans-serif;
    font-size: 0.813rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375rem; /* 169.231% */
}
ul.list-three .matches__item .match__ts {
    border-radius: 2px;
    background: linear-gradient(141deg, #06a5ff 0%, #0236bc 100%);
    color: #fff;
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-size: 0.938rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.563rem;
    margin: 0px;
    padding: 0px 0.813rem;
}
ul.list-three .matches__item .match__time {
    background: none;
    padding: 0px;
}
ul.list-three .matches__item .match__hour {
    background: none;
    color: #afb4ba;
    text-align: center;
    font-family: "Oswald";
    font-size: 0.813rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375rem;
    padding: 0px;
}

ul.list-three .matches__item .match__teams {
    width: 100%;
    gap: 0.875rem;
    padding: 0px;
}
ul.list-three .matches__item .match__team {
    gap: 0.5rem;
}
/* tab 3 tran sap toi */

#tab-doi-dau .matches__item .matches__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 20px 12px 14px;
    border-bottom: 1px solid #2a3038;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
}
#tab-doi-dau .matches__item .match__teams {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
}

#tab-doi-dau .matches__item .match__team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

#tab-doi-dau .matches__item .match__team--home {
    justify-content: flex-start;
    flex-direction: row-reverse;
}

#tab-doi-dau .matches__item .match__team--logo {
    width: 32px;
    height: 32px;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 10px;
}

#tab-doi-dau .matches__item .match__team--home img {
    margin-left: 10px;
    margin-right: 0px;
}

#tab-doi-dau .matches__item .match__team--name {
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 22px;
    color: #fff;
}

.versus .match__competition,
.versus .match__time {
    background: none;
    color: #fff;
}
.versus .matches__item {
    background: #1c2632;
    border-color: #3a4551;
}
.versus .matches__item .match__team--name {
    color: #fff;
}
#tab-doi-dau .matches__item .match__ts {
    color: #fff;
}
.fb-comments {
    display: block !important;
    background-color: #fff;
}
/* SINGLE MATCH */
.match-single-top {
    background: #1c1e1f;
    border-radius: 12px;
    padding: 22px 20px;
}
/* END SINGLE MATCH */
/* Events */
.box_events {
    border-radius: 2px;
    background: #1c1e1f;
}
.hTmmUs {
    padding: 8px;
}
.kFMWeW {
    background-color: #e5e9ef66;
    padding: 4px 8px;
    border-radius: 16px;
}
.kumyUq {
    color: #fff;
    text-align: center;
    font: 700 14px / 1.14 "Sofascore Sans", sans-serif;
}
.derOdV {
    display: inline-block;
    flex: 0 0 1px;
    align-self: stretch;
    width: 1px;
    background-color: #22222626;
}
.guEkoy {
    height: 16px;
    color: #22222673;
    text-align: left;
    line-height: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-left: 4px;
}
.flex-row-reverse > * + * {
    margin-right: 4px;
}
.bSGlQb {
    min-width: 24px;
    text-align: center;
    color: rgba(34, 34, 38, 0.45);
    font-weight: 500;
}
.giaLbc {
    font-size: 16px;
    font-weight: bold;
}
.bqXnZZ {
    display: flex;
    align-items: center;
}
.cRcmyO {
    display: flex;
    align-items: center;
}
.homeEvent {
    flex-direction: row-reverse;
}
.awayEvent .bqXnZZ {
    margin-left: 10px;
}
.awayEvent .gJZTGH {
    margin-right: 10px;
    font-weight: 500;
}

.awayEvent .gJZTGH {
    margin-left: 5px;
}

.awayEvent .cRcmyO {
    margin-right: 10px;
}
.homeEvent .event-icon {
    justify-content: flex-end;
}
.event-item {
    border-bottom: 1px solid #292b2e;
    padding: 10px 12px;
    position: relative;
    justify-content: flex-end;
}
.event-item .event-icon {
    display: flex;
    justify-content: flex-start;
}
.awayEvent .event-icon {
    justify-content: flex-end;
}
.event-item .fjAhjH {
    display: inline-block;
    /* justify-content: flex-end; */
    /* position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%); */
    /* justify-content: flex-end; */
}

.homeEvent .bqXnZZ {
    margin-right: 10px;
}
.homeEvent .gJZTGH {
    margin-left: 10px;
    font-weight: 500;
}
.homeEvent .cRcmyO {
    margin-left: 10px;
}
.event-item .event-player {
    width: 100%;
    gap: 6px;
}
.event-item .event-player-name {
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
}
.event-item .text-sup {
    opacity: 0.5;
}
.event-item .event-player-logo .subbed-in {
    border-radius: 32px;
    border: 1px solid var(--color-win, #01b243);
    background: lightgray 50% / cover no-repeat;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}
.event-item .event-player-logo .subbed-out {
    border-radius: 32px;
    border: 1px solid var(--ver-black-red-text, #e77c7c);
    background: lightgray 50% / cover no-repeat;
}

.homeEvent .event-player-name .text-sup {
    text-align: right;
}

.homeEvent .event-player {
    flex-direction: row-reverse;
}
/* Events */
.list-filter {
    position: static;
    transform: inherit;
}

.list-filter a span {
    color: #fff;
    background: #bc8f8f;
    text-align: center;
    font-family: "Oswald";
    font-size: 0.625rem;
    font-style: normal;
    font-weight: 700;
    line-height: 0.875rem;
    padding: 3px 10px;
    border-radius: 20px;
    height: 17px;
    display: flex;
    align-items: center;
}
.list-filter a.now {
    color: #00efff;
}
.list-filter a.now span {
    background: #00efff;
    color: #333;
}
.list-filter a.hot {
    color: #f1c371;
}
.list-filter a.hot span {
    background-color: #f1c371;
    color: #000;
}
.list-filter a.today {
    color: #f6427f;
}
.list-filter a.today .num {
    background-color: #f6427f;
}
.list-filter a.tomorrow {
    color: #ff334f;
}
.list-filter a.tomorrow .num {
    background: #ff334f;
}
.list-filter a.all {
    color: #03be49;
}
.list-filter a.all .num {
    background-color: #03be49;
}
.list-filter li a.active {
    background: #ffba00;
    color: #000;
}
/* Static */
.match_statistics .stnum {
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 10px;
    padding: 0px 25px;
}
.match_statistics .stnum span:first-child,
.match_statistics .stnum span:last-child {
    /* font-family: 'Oswald'; */
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #afb4ba;
}
.match_statistics {
    background: #1c1e1f;
    border-radius: 4px;
    padding: 1rem;
}
.match_statistics .stline {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
    gap: 0.69rem;
    position: relative;
}
.match_statistics .stat-c {
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1rem;
    position: absolute;
    left: 0;
    bottom: 100%;
    margin-bottom: 0.38rem;
}
.match_statistics .stline > span:last-child {
    right: 0;
    left: auto;
}
.match_statistics .stat-bar-wrapper {
    flex: 1;
    background: #292c30;
    height: 0.5625rem;
    overflow: hidden;
}
.match_statistics .stat-bar-wrapper.homes {
    display: flex;
    justify-content: flex-end;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.match_statistics .stat-bar-wrapper.aways {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.match_statistics .stat-bar-wrapper .stat-bar {
    background: #5b6068;
    height: 100%;
    display: block;
}
.stat-c.winHome ,.stat-c.winAway {
    font-weight: bold;
}
/* .match_statistics .stat-bar-wrapper.homes .stat-bar {
  background: #4fa747;
  height: 100%;
  display: block;
} */
.match_statistics .stat-bar-wrapper.aways .stat-bar {
    background: #5b6068;
    height: 100%;
    display: block;
}
.match_statistics .stat-bar-wrapper.winHome .stat-bar, .match_statistics .stat-bar-wrapper.winAway .stat-bar {
    background: #4fa747;
    height: 100%;
    display: block;
}
.match_statistics .stat-title {
    position: absolute;
    color: #fff;
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1rem;
    bottom: 100%;
    margin-bottom: 0.38rem;
}
.match_statistics .stat-bar-wrapper.winHome .stat-bar,.match_statistics .stat-bar-wrapper.winAway .stat-bar {
    background: #4fa747;
    height: 100%;
    display: block;
}
/* Static */

/* Events */
.box_live,
.tab-content .standings {
    background: #1c1e1f;
}
.box_live .bSGlQb {
    color: #fff;
}
.awayEvent .gJZTGH,
.box_live .gJZTGH,
.giaLbc,
.bSGlQb,
.homeEvent .gJZTGH {
    color: #aaa;
}
/* Events */
.tbl_custom,
.LeagueTableTab_table {
    color: #fff;
}
.tab-content .LeagueTableTab_table .LeagueTableTab_teamCell,
.tab-pane .standings .LeagueTableTab_table td {
    color: #fff;
}
.tab-content .LeagueTableRow:hover,
.tab-content
.LeagueTableTab_table
.LeagueTableRow:hover
.LeagueTablePositionCell_positionCell__tooltip,
.tab-content
.LeagueTableTab_table
.LeagueTableRow:hover
.LeagueTableTab_teamCell {
    color: #fff;
}
.event-icon {
    width: 10%;
}
/* Menu Mobile */
.nav-link, .navbar-light .navbar-nav .nav-link {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 1.25rem;
}
.navbar-light .navbar-nav .nav-link {
    color: #FFF;
    font-family: 'Oswald';
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem; /* 160% */
    text-transform: uppercase;
    padding: 1.25rem;
}
.navbar-light .navbar-nav .nav-item.active .nav-link,.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus {
    background: linear-gradient(96deg, #008360 -2.23%, #49EC44 117.28%);
    color: #fff !important;
}
/* Menu Mobile */
/* Tab match info */
.box-match-info {
    border-radius: 0.125rem;
    background: #1c1e1f;
}
.box-match-info .item {
    border-bottom: 1px solid #292b2e;
    padding: 1.5rem 0.94rem;
    gap: 0.75rem;
}
.box-match-info .item .info {
}
.box-match-info .item .info .name {
    color: #aaa;
    font-family: "Raleway";
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
}
.box-match-info .item .info .nation {
    color: #fff;
    font-family: "Raleway";
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25rem;
}
/* End tab match info */
.match__corner {
    width: 100px;
    align-items: center;
    justify-content: center;
    display: flex;
}
.league_title .match__teams {
    color: #fff;
    text-align: center;
    font-family: "Raleway";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    display: flex;
    gap: 30px;
}
.league_title .match__teams .match__ts {
    width: 58px;
    margin: 0px;
    background: none;
    color: #fff;
    text-align: center;
    font-family: "Raleway";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
.league_title .match__result,
.league_title .match__corner {
    color: #fff;
    text-align: center;
    font-family: "Raleway";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    align-items: center;
    justify-content: center;
}
.matches__item .match__ht_score {
    gap: 15px;
    color: #afb4ba;
    font-family: "Oswald";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    justify-content: center;
}
.sl-leagues select {
    padding: 8px 10px;
    line-height: 1;
    border-radius: 6px;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
}
@media screen and (max-width: 991px) {
    .block-k p {width: 100%;}
    .block-k img {width: 100%;}
    .title_box h1,
    .title_box h2,
    .title_box h3,
    .title_box h4,
    .title_box span {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .filter-tags__leagues {
        white-space: nowrap;
        overflow-x: scroll;
        flex-wrap: nowrap;
        padding: 10px;
        gap: 1rem;
    }
    .matches__item .match__time {
        background: none;
        padding: 0px;
        margin: 0px !important;
    }
    .w-20 {
        width: 100%;
    }
    .tab-content .standings {
        background: #fff;
    }
    .filter-tags__day {
        margin-bottom: 10px;
        overflow-x: scroll;
        white-space: nowrap;
        padding: 10px;
    }
    .main {
        /*background: #141417;*/
    }
    .marquee-container {
        border-radius: 0px !important;
    }
    .grid-matches__item .grid-match__commentator {
        font-size: 12px;
    }
    .grid-matches__item .grid-match__league {
        /* max-width: 120px; */

    }
    .grid-matches__item .grid-match__league .text-ellipsis {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 70px;
        display: flex;
        font-size: 0;
    }
    .grid-matches__item .grid-match__league .text-ellipsis::after {
        content: attr(data-attr);
        font-size: 14px;
    }
    .grid-matches__item .grid-match__footer {
        padding: 0px;
    }
    .play_main_right .chat-player {
        height: auto;
    }
    .wrap-nav .nav {
        overflow-x: scroll;
    }
    .list-filter {
        gap: 5px;
    }
    .list-filter li {
        margin: 0px;
    }
    .content_post_box,
    .tab-content .summary_blockWrapper,
    .tab-content .standings,
    #tab-doi-dau .wrap {
        background: #1c1e1f;
        color: #fff;
    }

    .grid-matches__item .grid-match__team {
    }
    .grid-matches__item .grid-match__team .grid-match__team--name {
        font-size: 0.75rem;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 100px;
    }
    .grid-matches__item .grid-match__league {
        font-size: 12px;
    }
    .list-filter {
        justify-content: flex-start;
        overflow-x: scroll;
    }
    .events_box {
        border-radius: 0px;
    }
    .navbar-toggler {
        border: 0px;
        padding: 0px;
    }
    .navbar-collapse {
        padding: 0px;
        background: #141516;
    }
    .nav-wrap {
        justify-content: space-between;
        padding: 5px 12px;
    }
    .nav-wrap .logo-cnt svg {
        max-width: 120px;
        padding-right: 10px;
    }
    .navbar-brand {
        margin-right: 0px;
    }
    .highlights_box {
        border-radius: 0px;
    }
    .post-item-video .caption {
        min-height: 44px;
    }
    .teambox__center {
        gap: 10px;
    }
    .single-live .content_page {
        background: #1c1e1f;
        padding-top: 15px;
    }
    .bg-pill {
        padding: 0px;
    }
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row, .panel .grid-matches {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.main {
    /*padding-top: 10px;*/
    padding-bottom: 20px;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1150px;
    }
}

@media (min-width: 768px) {
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 576px) {
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

.mt-1, .my-1 {
    margin-top: 0.25rem !important;
}


/* Pagination */
.example-three .pagination-container {
    border-radius: 22px;
    overflow: hidden;
}
.example-three .paginate-buttons {
    width: 44px;
    height: 44px;
    cursor: pointer;
    background-color: #141516;
    border: none;
    color: #51B025;
    border-inline: 0.5px solid #51B025;
}
.example-three .active-page {
    background-color: #51B025;
    color: #2c3e50;
}
.example-three .paginate-buttons:hover {
    background-color: #141516;
}

.example-three .active-page:hover {
    background-color: #51B025;
}
.example-three .back-button {
    border-inline-start: none;
}
.example-three .next-button {
    border-inline-end: none;
}
.example-three .back-button svg {
    transform: rotate(180deg);
}

.example-three .back-button:active,
.example-three .next-button:active {
    background-color: #3c5167;
}
