.kfb-right {
    float: right;
}

.kfb-left {
    float: left;
}

.kfb-flex {
    display: flex;
}

/*============================================= Start style for Standings layout ================================================*/
.kfb-table-wrapper table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    font-size: 14px;
}

.kfb-table-wrapper .kfb-table-scrol-x {
    overflow-x: auto;
    white-space: nowrap;
    color: #000000;
}

/* Style for Standings */
.kfb-table-standings th {
    font-size: 14px;
    font-weight: normal;
    background: #f0f0f0;
    border: 0;
    border-bottom: solid 1px #eaeaea;
    padding: 12px 6px;
    vertical-align: top;
    position: relative;
    text-align: center;
}

.kfb-table-standings .kfb-col-stt {
    width: 7%;
    min-width: 40px;
    padding: 12px 0;
}

.kfb-table-standings .kfb-col-ten-clb {
    width: 33%;
    text-align: left;
}

.kfb-table-standings .kfb-col-head {
    background: #e0e0e0;
    font-weight: bold;
}

.kfb-table-standings td {
    font-size: 14px;
    border-bottom: solid 1px #eaeaea;
    padding: 10px 3px;
    vertical-align: middle;
    text-align: center;
    color: #000000;
}

.kfb-table-standings td:nth-child(2) {
    overflow: hidden;
    clear: both;
    text-align: left;
}

.kfb-table-standings td:nth-child(2) div {
    position: relative;
    padding-left: 30px;
    line-height: 20px;
}

.kfb-table-standings td:nth-child(2) img {
    height: 20px;
    width: 20px;
    border-radius: 100%;
    margin-right: 10px;
    position: absolute;
    left: 0;
}

.kfb-table-standings td:nth-child(2) span {
    line-height: 24px;
    height: 24px;
    display: inline-block;
}

.kfb-table-standings tr:hover {
    background: #f0f0f0;
}

.kfb-section-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.kfb-title-league {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 16px;
}

.kfb-guideline {
    margin-bottom: 12px;
    color: #666;
    font-size: 14px;
}

.kfb-note {
    margin: 12px 0;
    color: #666;
    text-align: left;
    width: 50%;
}

.kfb-note ul {
    margin: 0;
    padding: 0;
}

.kfb-note ul li {
    list-style: none;
    display: inline-block;
    margin-right: 24px;
}

.kfb-note ul li span {
    margin-right: 6px;
}

.kfb-bg-red {
    background: #f60;
}

.kfb-bg-green {
    background: #43951e;
}

.kfb-bg-yelow {
    background: rgba(140, 140, 140, 1);
}

.kfb-rank-num {
    display: inline-block;
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 100%;
}

.kfb-rank-champions {
    border-right: 3px solid #43951e;
}

.kfb-rank-pre-champions {
    background-color: #05dd49;
}

.kfb-rank-europa {
    border-right: 3px solid #ff6600;
}

.kfb-rank-eu-conference {
    border-right: 3px solid gold;
}

.kfb-rank-pre-down {
    background-color: #ff7373;
}

.kfb-rank-down {
    border-right: 3px solid #ff6600;
}

.kfb-color-info ul {
    list-style: none;
    margin: 6px 0 10px;
    padding: 0 !important;
}

.kfb-color-info ul li {
    display: inline-block;
    margin: 10px 0 10px 0em;
}

.kfb-color-info span {
    display: inline-block;
    height: 20px;
    width: 3px;
    margin-right: 5px;
}

.kfb-select-minimal {
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    border-radius: 24px;
    border: thin solid gray;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%),
        linear-gradient(135deg, gray 50%, transparent 50%),
        linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px),
        calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}

.kfb-select-minimal:focus {
    outline: 0;
}

.kfb-link-group {
    width: 100%;
    clear: both;
    overflow: hidden;
    margin-bottom: 16px;
}

.kfb-link-group .kfb-link-group-inner {
    float: right;
    background: #f2f2f2;
    border-radius: 24px;
    font-size: 14px;
    font-weight: bold;
}

.kfb-link-group a {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    border-left: solid 1px #fff;
}

/*============================================= End style for Standings layout ================================================*/

/*============================================= Start style for Schedules layout ================================================*/
/* Style for date list */
.kfb-block-ddmmyy {
    display: flex;
    margin-bottom: 1em;
    font-size: 14px;
    max-height: 54px;
    border-bottom: 1px solid rgba(217, 217, 217, 1);
}

.kfb-group-ddmmyy {
    float: left;
    display: table;
    width: 100%;
}

.kfb-s-date {
    display: block;
    font-weight: 400;
    font-size: 12px;
}

.kfb-s-thu {
    display: block;
    font-size: 14px;
    font-weight: 500;
}

.kfb-item-ddmmyy.kfb-active {
    background: none;
    font-size: 14px;
    color: #2faf7e;
    position: relative;
    border-bottom: 2px solid #2faf7e;
}

.kfb-item-ddmmyy {
    color: #000000;
    background: #fff;
    display: table-cell;
    padding: 6px;
    text-align: center;
    line-height: 1.5;
    border-right: solid 1px #fff;
    max-height: 54px;
}

.kfb-date-picker {
    position: relative;
    float: left;
    width: 15%;
    background: #fff;
    padding: 3px;
    border: 0px;
}

.kfb-btn-ddmmyy {
    background: #d7d7d7;
    display: block;
    height: auto;
    font-weight: 400;
    text-align: center;
    padding: 0px;
    font-size: 12px;
    line-height: 1.6;
    color: rgba(140, 140, 140, 1);
}

#kfb-date-picker-input {
    bottom: 0;
    margin: 0;
    right: 0;
    z-index: 2;
    border: none;
    width: 100%;
    color: #000000;
    font-size: 14px;
}

.kfb-btn-dropdown {
    cursor: pointer;
    text-align: left;
}

/* Style for round list */
.kfb-round-list-container .kfb-row-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1em;
    overflow: hidden;
}

.kfb-round-list-container .kfb-row-head h3 {
    margin: 0;
    width: auto;
}

.kfb-block-round-list {
    overflow: hidden;
    margin-bottom: 0.5em;
}

.kfb-block-round-list a {
    float: left;
    height: 36px;
    min-width: 40px;
    text-align: center;
    line-height: 36px;
    background: #f2f2f2;
    font-weight: bold;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 0 9px;
    box-sizing: border-box;
}

.kfb-block-round-list a.kfb-active {
    background: #37b349;
    color: white;
}

.kfb-btn-date-picker {
    background: #dbdbdb;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 16px;
    border-radius: 24px;
    font-size: 14px;
}

/* Style for schedule list */
.kfb-table-livescore {
    position: relative;
    margin-bottom: 24px;
}

.kfb-table-header {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
    text-align: left;
    padding: 0px 10px;
    text-transform: uppercase;
    color: #000000;
    line-height: 40px;
    background: #fff;
    border-bottom: 1px solid #ddd;
}

/* Style for headering */
.kfb-table-headering {
    margin-bottom: 24px;
    overflow: hidden;
    background: #fff;
}

.kfb-item-fright {
    float: right;
    background: #f2f2f2;
    border-radius: 24px;
    font-size: 14px;
    font-weight: bold;
}

.kfb-item-fright a {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    border-left: solid 1px #fff;
}

/* Style for search box */

.kfb-form-match-w {
    min-width: 14rem;
    display: block;
    margin: auto;
    position: relative;
}

.kfb-search-match {
    width: 100%;
    box-sizing: border-box;
    border: solid 1px #e0e0e0;
    height: 25px;
    padding: 0px 30px 0px 0px;
    border-radius: 4px;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    margin: inherit;
    border: none;
}

.kfb-search-match::placeholder {
    color: #8c8c8c;
    opacity: 1;
}

.kfb-btn-search-match {
    position: absolute;
    top: -3px;
    right: -3px;
    z-index: 9;
    float: right;
    cursor: pointer;
    margin-top: 1px;
    color: #7e7e7e;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: flex;
    align-items: center;
}

i.kfb-fa-search {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #7e7e7e;
    -webkit-mask: url(../images/fa-search.svg) no-repeat center;
    mask: url(../images/fa-search.svg) no-repeat center;
}

/* Style for Main horizontal tabs */
.kfb-tabnav {
    width: 100%;
    display: table;
    border-bottom: solid 1px #d9d9d9;
    font-weight: 400;
    margin-bottom: 8px;
}

.kfb-tablink {
    float: left;
    text-align: center;
    color: rgba(140, 140, 140, 1);
    font-weight: 400;
    cursor: pointer;
    padding: 12px;
    font-size: 14px;
}

.kfb-tablink:hover {
    color: #2faf7e;
}

.kfb-tablink:first-child {
    border-radius: 16px 0 0 0;
}

.kfb-tablink:last-child {
    border-radius: 0 16px 0 0;
}

.kfb-tablink.kfb-active {
    color: #2faf7e;
    position: relative;
}

.kfb-tablink.kfb-active::before {
    content: "";
    height: 4px;
    width: 100%;
    position: absolute;
    background: #2faf7e;
    bottom: -1px;
    z-index: 9;
    border-radius: 2px 2px 0px 0px;
    left: 0;
}

i.kfb-fa-bolt {
    position: absolute;
    margin-top: -2px;
    margin-left: 2px;
    display: inline-block;
    width: 7px;
    height: 12px;
    background-color: #e81d1d;
    -webkit-mask: url(../images/fa-bolt.svg) no-repeat center;
    mask: url(../images/fa-bolt.svg) no-repeat center;
}

/* Style for schedule list */
.kfb-football-header {
    font-size: 14px;
    background: #fff;
    padding: 8px 0px 8px 0px;
    font-weight: 500 !important;
    overflow-x: clip;
    min-height: 24px;
    display: flex;
    justify-content: space-between;
}

.kfb-head-left {
    float: left;
    font-size: 14px;
    margin: 0;
    font-weight: 600;
    padding: 0px 15px;
    border-left: 3px solid #38153f;
    display: inline;
}

.kfb-head-right {
    float: right;
    width: auto;
    color: #d9d9d9;
    font-weight: normal;
    padding-top: 0px;
}

.kfb-head-right a {
    color: #000000;
    font-size: 14px;
    margin: 0 6px;
    text-transform: initial;
    font-weight: 300;
    display: contents;
}

.kfb-head-right a.kfb-active {
    color: #37b349;
}

.kfb-f-row {
    padding: 5px 16px 5px 16px;
    border-bottom: solid 1px #eaeaea;
    background: #fafafa;
}

.kfb-row-match {
    padding: 0 8px;
    font-size: 12px;
    display: none;
    margin-bottom: 12px;
}

.kfb-columns-time {
    width: 24%;
}

.kfb-columns-match {
    width: 64%;
}

.kfb-columns-other {
    width: 18%;
}

.kfb-columns-club {
    width: 37%;
}

.kfb-columns-number {
    text-align: center;
    padding: 0 6px;
    width: 26%;
}

.kfb-fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: kfb-fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes kfb-fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes kfb-fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.kfb-football-match {
    font-size: 14px;
    position: relative;
    width: 100%;
    display: table;
}

.kfb-football-match>div {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    justify-content: space-between;
}

.kfb-football-match-livescore {
    font-size: 14px;
    position: relative;
    padding: 12px 0;
    width: 100%;
    float: left;
    display: table;
    border-bottom: solid 1px #eaeaea;
}

.kfb-football-match-livescore>div {
    display: table-cell;
    position: relative;
}

.kfb-row-teams {
    display: table;
    width: 100%;
}

.kfb-row-teams>div {
    display: table-cell;
    position: relative;
    vertical-align: top;
}

.kfb-row-match-info {
    font-size: 12px;
    text-align: center;
    padding-top: 12px;
    overflow: hidden;
}

.kfb-columns-time {
    width: 18%;
}

.kfb-columns-number {
    text-align: center;
    padding: 0 6px;
    width: 3%;
}

.kfb-name-club {
    display: block;
    position: relative;
}

.kfb-c-red {
    color: red;
}

.kfb-c-yellow {
    color: #ffae00;
}

.kfb-item-ktv {
    color: #000000;
    display: inline-block;
    margin: 0 8px;
    opacity: 70%;
    border-left: 2px solid #d9d9d9;
    padding-left: 8px;
}

.kfb-hiep-phu {
    font-weight: bold;
    margin: 0;
}

.kfb-club-1 {
    text-align: right;
    padding-right: 40px;
    text-transform: uppercase;
}

.kfb-club-1 .kfb-logo-club {
    right: 0;
}

.kfb-club-2 {
    text-align: left;
    padding-left: 40px;
}

.kfb-club-2 .kfb-logo-club {
    left: 0;
}

.kfb-logo-club {
    position: absolute;
    height: 24px;
    max-width: 24px;
    top: 0;
    border-radius: 100%;
}

.kfb-club-1 .kfb-cards {
    right: -12%;
}

.kfb-club-2 .kfb-cards {
    left: -12%;
}

.kfb-cards {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 30px;
    width: 10px;
    font-size: 11px;
    position: absolute;
    top: 3px;
    z-index: 1;
}

.kfb-cards .kfb-red-card,
.kfb-cards .kfb-yellow-card {
    display: block;
    width: 100%;
    height: 14px;
    line-height: 14px;
    border-radius: 2px;
    background: #ed1c24;
    text-align: center;
    color: #fff;
}

.kfb-cards .kfb-yellow-card {
    background: #ffae00;
}

.kfb-live {
    margin-left: 0px;
    font-size: 12px;
    color: #37b349;
    padding-left: 16px !important;
}

.kfb-live img {
    height: 12px;
    width: 12px;
    display: inline-block;
    position: relative;
    top: 1px;
}

.kfb-live em {
    margin-left: 4px;
}

.tiso-hiep {
    font-size: 12px;
    color: #666;
    padding: 1px 8px;
    border-radius: 24px;
    background: #f2f2f2;
}

.kfb-first-half {
    font-size: 12px;
    color: #319362;
    height: 18px;
    line-height: 18px;
    border-radius: 24px;
    width: 44px;
    text-align: center;
    background: #f2f2f2;
    display: inline-block;
    font-weight: bold;
}

.kfb-separator {
    padding: 0 4px !important;
}

.kfb-first-round {
    padding-left: 0px !important;
    font-weight: 400 !important;
    opacity: 60%;
}

.kfb-live {
    background: #f5222d;
    padding: 0px 8px 0px 8px !important;
    color: #fff !important;
    border-radius: 4px;
    font-size: 12px;
    margin-left: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.kfb-soccer-scores {
    display: inline-block;
    background: none;
    color: #000000;
    cursor: pointer;
    font-size: 14px;
    font-weight: 300;
    width: 48px;
    height: 24px;
    line-height: 24px;
    border-radius: 16px;
    text-align: center;
}

.kfb-flex-right {
    align-items: flex-start;
    display: flex;
    justify-content: right;
}

.kfb-flex-right>div {
    display: flex;
}

.kfb-item-other-1 {
    float: left;
    width: 20%;
    text-align: center;
}

.kfb-item-other-2 {
    float: left;
    width: 20%;
    text-align: center;
}

.kfb-item-other-25 {
    width: 25%;
    float: left;
}

.kfb-item-other-3 {
    width: 50%;
    float: left;
}

.kfb-item-other-3 a,
.kfb-item-other-25 a {
    font-size: 12px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.kfb-item-other-3 span,
.kfb-item-other-25 span {
    font-size: 12px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.kfb-item-other-4 {
    float: left;
    text-align: center;
}

.kfb-btn-f-more {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    line-height: 18px;
    width: 17px;
    border-radius: 100%;
    width: 50px;
}

i.kfb-fa-chevron-right {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #36ba89;
    -webkit-mask: url(../images/icon-next.svg) no-repeat center;
    mask: url(../images/icon-next.svg) no-repeat center;
    margin-top: 4px;
}

.kfb-search-not-found {
    display: none !important;
}

/*============================================= End style for Schedules layout ================================================*/

/*============================================= Start style for Odds layout ================================================*/
.kfb-c-green {
    color: #40ba8c;
}

.kfb-odds-match .kfb-col-odds-maker .kfb-btn-bet {
    width: 138px;
    height: 20px;
    min-height: 2.5em;
    color: rgb(251, 251, 251);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-transform: none;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    outline: 0px;
    margin: 0px;
    padding: 2px 12px 2px 12px;
    background: #fea21d;
    width: Fill (138px);
    height: Hug (32px);
    padding: 4px, 12px, 4px, 12px;
    border-radius: 4px;
    gap: 10px;
}

.kfb-odds-match .kfb-col-odds-maker .kfb-btn-bet.kfg-c-sports {
    background: #36ba89;
}

.kfb-table-odds .kfb-match-football-item:not(:first-child) {
    margin-top: 0px;
}

.kfb-odds-match .kfb-col-teams {
    display: flex;
    flex: 1;
    justify-content: center;
}

.kfb-odds-match .kfb-col-teams .kfb-columns-club:first-child {
    text-align: right;
}

.kfb-odds-match .kfb-odds-row-mobile {
    display: none;
}

.kfb-odds-match .kfb-match-title-wrapper {
    display: flex;
    align-items: center;
    background: #fafafa;
    border-top: 0px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    color: white;
    padding: 4px 16px 4px 16px;
    margin-bottom: 8px;
    cursor: pointer;
}

.kfb-odds-match .kfb-col-club {
    display: flex;
    align-items: center;
    width: calc((100% - 48px) / 2);
}

.kfb-odds-match .kfb-col-club:first-child {
    justify-content: flex-end;
}

.kfb-odds-match .kfb-col-club span {
    color: #000000;
    font-size: 17px;
    line-height: normal;
    text-transform: uppercase;
}

.kfb-odds-match .kfb-col-club img {
    max-width: 24px;
    border-radius: 50px;
    margin: 0 8px;
    height: 24px;
}

.kfb-odds-match .kfb-odds-top,
.kfb-odds-match .kfb-odds-bottom {
    display: flex;
    justify-content: space-between;
    padding: 0 8px;
}

.kfb-odds-match .kfb-odds-row table,
.kfb-odds-match .kfb-odds-row-mobile table {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    border-collapse: collapse;
}

.kfb-odds-match .kfb-odds-row table tr th {
    text-align: center;
}

.kfb-odds-match .kfb-odds-row table tr th:last-child {
    width: 1%;
}

.kfb-odds-match .kfb-odds-row table div {
    line-height: 20px;
    font-weight: 400;
    font-size: 12px;
}

.kfb-odds-match .kfb-odds-row table tr:last-child td {
    border-bottom: none;
}

.kfb-odds-match .kfb-col-win div:nth-child(n + 2) {
    display: none;
}

.kfb-odds-match.kfb-open .kfb-odds-row .kfb-odds-top,
.kfb-odds-match.kfb-open .kfb-odds-row .kfb-odds-bottom {
    display: block;
}

.kfb-odds-match.kfb-open .kfb-odds-row .kfb-odds-number {
    float: right;
    width: 50%;
    text-align: center;
    box-sizing: border-box;
}

.kfb-odds-match.kfb-open .kfb-odds-row .kfb-odds-number:nth-child(2) {
    float: left;
    width: 50%;
    text-align: right;
    background: none;
}

.kfb-odds-match.kfb-open .kfb-odds-row .kfb-col-win div:nth-child(n + 2) {
    display: block;
}

.kfb-odds-match.kfb-open .kfb-odds-row table td:not(:last-child) {
    vertical-align: top;
}

.kfb-section-odds-container .kfb-group-ddmmyy {
    width: 85%;
    padding-right: 0;
}

.kfb-section-odds-container .kfb-item-ddmmyy:nth-child(6),
.kfb-section-odds-container .kfb-item-ddmmyy:nth-child(7) {
    display: table-cell;
}

.kfb-btn-disable {
    background: #676668 !important;
    pointer-events: none;
}

.kfb-table-odds .kfb-football-header {
    cursor: pointer;
}

.kfb-table-odds .kfb-match-football-item:not(.kfb-open) .kfb-match-detail {
    display: none;
}

/*============================================= End style for Odds layout ================================================*/

/*============================================= Start style for Match detail layout ================================================*/
.kfb-c-white {
    color: #000000;
}

.kfb-match-detail-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.kfb-match-detail-wrapper p {
    margin: 0;
    padding: 0;
}

.kfb-match-detail-wrapper table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    font-size: 14px;
    margin: 0;
}

/* Style for overview block */
.kfb-article-title {
    font-size: 20px;
    padding: 24px;
    margin: 0px !important;
    font-weight: bold;
}

.kfb-live-text {
    width: 100%;
    overflow: hidden;
    margin-bottom: 0rem;
    font-size: 14px;
}

.kfb-f-text {
    color: #222;
    float: left;
    width: 70%;
    font-size: 14px;
    margin: 0;
}

.kfb-f-end {
    color: #4fa800;
    float: right;
}

.kfb-match-score {
    align-items: center;
}

.kfb-c1-result {
    display: flex;
    align-items: center;
    flex: 1;
}

.kfb-c2-result {
    font-size: 36px;
    font-weight: bold;
    color: #fafafa;
    line-height: 22px;
    text-align: center;
}

.kfb-c3-result {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
}

.kfb-logo-thumb-1 img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
}

.kfb-name-clb-1 {
    padding-left: 1em;
    font-size: 18px;
    font-weight: bold;
}

.kfb-name-clb-1 h3,
.kfb-name-clb-2 h3 {
    font-size: 14px;
    margin: 0;
}

.kfb-logo-thumb-2 img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    padding: 0px;
}

.kfb-name-clb-2 {
    padding-right: 1em;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

/* Style for match metadata block */
.kfb-match-metadata {
    overflow: hidden;
    width: 100%;
    margin-bottom: 12px;
}

.kfb-row-0 {
    text-align: center;
    color: #666;
    border-bottom: solid 1px #eaeaea;
    padding-bottom: 12px;
    font-size: 14px;
    margin-bottom: 6px;
    margin-top: 12px;
}

.kfb-row-text {
    width: 100%;
    float: left;
    color: #666;
    font-size: 14px;
    margin-top: 6px;
}

.kfb-div-row {
    width: 50%;
    float: left;
    margin: 2px 0;
    position: relative;
}

.kfb-r1 {
    text-align: right;
    padding-right: 26px;
}

.kfb-l1 {
    text-align: left;
    padding-left: 26px;
}

.kfb-icon-th1 {
    height: 12px;
    width: 12px;
    top: 4px;
    position: absolute;
    right: 6px;
}

.kfb-icon-th2 {
    height: 12px;
    top: 4px;
    width: 12px;
    position: absolute;
    left: 6px;
}

/* Style for tab neo block */
.kfb-tabs-neo {
    width: 100%;
    -webkit-overflow-scrolling: touch;
    position: relative;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #d9d9d9;
}

.kfb-tabs-neo-item:first-child,
.kfb-tabs-neo-item-hidden:first-child {
    border-left: 0;
}

.kfb-tabs-neo-item,
.kfb-tabs-neo-item-hidden {
    display: table-cell;
    padding: 12px;
    text-align: center;
    font-size: 14px;
    color: rgba(140, 140, 140, 1);
    font-weight: 400;

    cursor: pointer;
    background: none;
}

.kfb-tabs-neo-item:hover,
.kfb-tabs-neo-item.kfb-active,
.kfb-tabs-neo-item-hidden.kfb-active {
    border-bottom: solid 2px #05b349;
    color: #000000;
}

/* Style for events block */
.kfb-events-wrapper {
    width: 100%;
    overflow: hidden;
    margin-bottom: 24px;
}

.kfb-ul-live {
    margin: 0 !important;
    padding: 0 !important;
    width: 49%;
    margin-right: 3%;
}

.kfb-ul-live:last-child {
    margin-right: 0;
}

.kfb-ul-live li {
    list-style: none;
    position: relative;
    padding: 12px 0;
    margin: 0;
    padding-right: 40px;
    border-bottom: solid 1px #eaeaea;
    font-size: 14px;
    margin: 0px !important;
    display: flex;
}

.kfb-ic-the {
    position: absolute;
    right: 0;
    top: 12px;
    color: rgba(20, 20, 20, 1);
    font-weight: 400;
    width: 80%;
}

.kfb-ic-the img {
    height: 16px;
    width: 16px;
    position: relative;
    margin-right: 5px;
    margin-left: 5px;
    top: -1px;
}

/* Style for statistics block */
.kfb-box-center {
    font-size: 14px;
}

.kfb-box-statistics {
    margin: 0 auto;
    overflow: hidden;
    border: solid 1px #eaeaea;
    padding: 8px 0px 8px 0px;
    border-radius: 8px;
}

.kfb-statis-row {
    width: 100%;
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;

    color: #000000;
}

.kfb-statistics-head {
    display: table;
    margin-bottom: 10px;
    width: 100%;

}

.kfb-statistics-row {
    width: 100%;
    float: left;
    padding: 6px 0;
}

.kfb-statis-col {
    width: 50%;
    vertical-align: middle;
    display: table-cell;
}

.kfb-statis-col img {
    height: 40px;
    width: 40px;
    border-radius: 100%;
    float: left;
    margin-right: 12px;
}

.kfb-name-clb-statis {
    display: grid;
    font-weight: bold;
}

.kfb-middle-align {
    padding-top: 10px;
    color: #000000;
}

.kfb-statis-col img.kfb-img-clb-statis-2 {
    float: right;
    margin-left: 12px;
    margin-right: 0;
}

.kfb-name-clb-statis.kfb-name-clb-statis-2 {
    text-align: right;
    color: #000000;
}

.kfb-statistics-item {
    width: 100%;
    min-height: 36px;
    line-height: 36px;
    padding: 0 36px;
    float: left;
    text-align: center;
    position: relative;
}

.kfb-statistics-number-1 {
    position: absolute;
    top: 0;
    left: 0;
    height: 34px;
    min-width: 34px;
    z-index: 9;
    background: #e3e3e3;
    border-radius: 5px;
    font-weight: bold;
    font-size: 15px;
    padding: 0 6px;
}

.kfb-bg-number-1 {
    background: #05b349;
    color: #fff;
}

.kfb-statistics-text {
    position: relative;
    z-index: 9;
}

.kfb-statistics-number-2 {
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    height: 34px;
    min-width: 34px;
    background: #e3e3e3;
    border-radius: 5px;
    font-weight: bold;
    font-size: 15px;
    padding: 0 6px;
}

.kfb-bg-number-2 {
    background: #97c94b;
    color: #fff;
}

.kfb-bg-auto-statistics-1 {
    position: absolute;
    left: 0;
    top: 0;
    height: 34px;
    background: #05b349;
    border-radius: 24px 0 0 24px;
}

.kfb-bg-auto-statistics-2 {
    position: absolute;
    right: 0;
    top: 0;
    height: 34px;
    background: #97c94b;
    border-radius: 0 24px 24px 0;
}

/* Style for lineups block */
.kfb-live-content {
    font-size: 18px;
    line-height: 1.6;
}

.kfb-live-content>h2 {
    padding: 4px 0;
    margin: 0.5em 0 0 0;
    font-size: 24px;
}

.kfb-live-content>p {
    padding: 8px 0;
}

.kfb-table-tk td {
    border: 0;
    padding: 8px 0;
}

.kfb-td-f2f2f2 {
    background: #f2f2f2;
    font-size: 14px;
    font-weight: bold;
    padding: 10px !important;
}

.kfb-table-tk tr {
    border-bottom: solid 1px #e0e0e0;
}

.kfb-table-tk td {
    border: 0;
    padding: 8px 0;
}

.kfb-td-tk-1 {
    font-size: 15px;
    font-weight: bold;
    width: 8%;
}

.kfb-td-tk-2 {
    width: 42%;
}

.kfb-list-tk {
    text-indent: 8px;
    align-items: center;
    margin: 5px 0;
}

.kfb-list-tk img {
    font-weight: bold;
    width: 12px;
}

.kfb-ic-out {
    color: #c8181b;
}

.kfb-ic-in {
    color: #16b855;
}

/* Style for lineups image block */
.kfb-box-kqbd-24h {
    overflow: hidden;
    width: 100%;
    margin: 16px 0;
    text-align: center;
}

.kfb-team {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0;
    border-radius: 0 !important;
}

.kfb-team-head {
    float: left;
    width: 100%;
    padding: 9px;
    position: relative;
}

.kfb-f-right-text {
    text-align: right;
}

.kfb-club-logo-img {
    height: 40px;
    width: 40px;
    margin: 0px;
}

.kfb-club-logo-text {
    display: grid;
    font-size: 14px;
    font-weight: bold;
}

.kfb-team-body {
    float: left;
    position: relative;
    width: 100%;
    height: 720px;
    background: url(/images/bg/doi-hinh-ra-san-2-doi.jpg) repeat-y;
    background-size: 100% 720px;
    background-color: #6d9b50;
}

.kfb-team-content {
    height: 50%;
    display: flex;
    position: relative;
    line-height: normal;
    z-index: 20;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding: 0.5rem;
}

.kfb-pitch-row {
    align-items: flex-start;
    display: flex;
}

.kfb-pitch-item {
    flex: 1 1;
}

.kfb-team-player {
    display: grid;
    place-items: center;
    text-align: center;
}

.kfb-team-player-img {
    display: flex;
    flex: 1 1;
    justify-content: center;
    text-align: center;
}

/* 
.kfb-team-number {
    align-items: center;
    display: flex;
    height: 2rem;
    width: 2rem;
    position: absolute;
    justify-content: center;
    font-weight: bold;
    font-size: 0.85rem;
    color: #fff;
} */

.kfb-text-name {
    color: white;
    justify-content: center;
    margin-top: 0.25rem;
    padding: 0 3px;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.kfb-icon-f {
    position: absolute;
    width: 14px;
    right: -7px;
    bottom: -4px;
}

.kfb-icon-f.kfb-ic-the-vang,
.kfb-icon-f.kfb-ic-the-do {
    right: -5px;
    top: -5px;
}

.kfb-icon-f.kfb-ic-the-vang img,
.kfb-icon-f.kfb-ic-the-do img {
    width: 10px;
    height: 14px;
}

.kfb-icon-f.kfb-ic-bong {
    left: -5px;
    top: -5px;
}

.kfb-team-cloth {
    width: 2rem;
    height: 2rem;
    fill: #333;
    display: inline-block;
    text-align: center;
}

/* Style for Head to Head block */
.kfb-live-content-2 h2 {
    font-size: 24px;
    margin: 24px 0px 0px 0px;
}

.kfb-frow-cup {
    font-size: 14px;
    background: #f2f2f2;
    padding: 8px 12px;
    font-weight: 500;
    width: 100%;
    overflow: hidden;
}

.kfb-frow-cup.kfb-fix-doi-dau-1 {
    background: #05b349;
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin: 0.6em 0 0 0;
}

.kfb-frow-cup.kfb-fix-doi-dau-2 {
    color: #666;
    text-align: center;
    text-transform: uppercase;
}

.kfb-columns-match.kfb-w-col-2 .kfb-columns-number {
    width: 10%;
}

.kfb-match-detail-wrapper .kfb-club-1 {
    padding-right: 40px;
}

.kfb-match-detail-wrapper .kfb-club-2 {
    padding-left: 40px;
}

.kfb-match-detail-wrapper .kfb-row-match-info {
    margin-top: 5px;
}

.kfb-match-detail-wrapper .kfb-btn-f-more {
    right: 0;
    top: -4px;
}

.kfb-w-col-1 {
    width: 15%;
}

.kfb-columns-match.kfb-w-col-2 {
    width: 70%;
}

/*============================================= End style for Match detail layout ================================================*/

body.kfb-mobile-layout .kfb-odds-match .kfb-odds-row,
body.kfb-mobile-layout .kfb-odds-match .kfb-col-club img,
body.kfb-mobile-layout .kfb-odds-match:not(.kfb-open) .kfb-odds-row-mobile table tr:nth-child(n + 3) {
    display: none;
}

body.kfb-mobile-layout .kfb-odds-match .kfb-odds-row-mobile {
    display: block;
}

body.kfb-mobile-layout .kfb-odds-match .kfb-odds-row-mobile table td {
    text-align: center;
    padding: 4px 0 12px;
}

body.kfb-mobile-layout .kfb-odds-match .kfb-odds-row-mobile table td:nth-child(2) {
    width: 80px;
    font-size: 12px;
}

body.kfb-mobile-layout .kfb-odds-match .kfb-odds-row-mobile table tr:last-child {
    display: table-row !important;
}

body.kfb-mobile-layout .kfb-odds-match .kfb-match-title-wrapper {
    flex-direction: column;
}

body.kfb-mobile-layout .kfb-odds-match .kfb-col-teams {
    width: 100%;
}

body.kfb-mobile-layout .kfb-odds-match .kfb-col-time {
    margin-bottom: 5px;
}

body.kfb-mobile-layout .kfb-odds-match .kfb-col-odds-maker {
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 400px) {
    .kfb-round-list-container .kfb-row-head {
        display: block;
    }

    .kfb-round-list-container .kfb-row-head h3 {
        margin-bottom: 10px;
    }

    .kfb-flex-right>div {
        margin-right: 2px;
    }

    .kfb-ic-the img {
        margin-right: 0;
    }

    .kfb-logo-thumb-1 img,
    .kfb-logo-thumb-2 img {
        height: 60px;
    }

    .kfb-c2-result {
        font-size: 28px;
    }

    .kfb-c1-result,
    .kfb-c3-result {
        flex-direction: column;
    }

    .kfb-name-clb-1,
    .kfb-name-clb-2 {
        padding: 0;
        margin-top: 5px;
    }

    .kfb-c3-result {
        flex-direction: column-reverse;
    }

    .kfb-statis-col {
        text-align: center;
    }

    .kfb-statis-col>img {
        height: 40px;
        width: 40px;
        float: none;
        margin: 0;
    }

    .kfb-name-clb-statis {
        display: block;
        width: 100%;
        text-align: center;
        float: left;
        font-size: 14px;
    }

    .kfb-middle-align {
        padding-top: 0;
    }

    .kfb-statis-col>img.kfb-img-clb-statis-2 {
        float: none;
        margin: 0;
    }

    .kfb-name-clb-statis.kfb-name-clb-statis-2 {
        text-align: center;
    }

    .kfb-team-body {
        background-size: 100% 540px;
        height: 540px;
    }

    .kfb-team-cloth {
        width: 1.7rem;
        height: 1.7rem;
    }

    .kfb-team-number {
        height: 1.7rem;
        font-size: 0.75rem;
        width: 1.7rem;
    }
}

/******************* TLK HotMatch widget *************/

.kf-tlk-hotmatch-slider-w .kf-tlk-hotmatch-widget-item {
    position: relative;
    border-radius: 6px;
    margin-bottom: 10px;
    height: auto;
}

.kf-tlk-hotmatch-slider-w .kf-tlk-hotmatch-widget-item__header {
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    color: #000000;
    background: rgba(245, 245, 245, 1);
    padding: 8px 12px 8px 12px;
    border-radius: 6px 6px 0 0;
}

.kf-tlk-hotmatch-slider-w .kf-tlk-hotmatch-widget-box {
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 1),
            rgba(255, 255, 255, 1));
    min-height: 125px;
    border-radius: 0 0 6px 6px;
    padding: 8px;
}

.kf-tlk-hotmatch-slider-w .kf-tlk-hotmatch-widget__inner {
    display: flex;
    margin: 4px 0px;
    justify-content: center;
    border-bottom: 1px solid rgba(240, 240, 240, 1);
}

.slider-item__right {
    width: 40%;
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 0 3px;
}

.kf-tlk-hotmatch-slider-w .kf-tlk-hotmatch-widget-item__img {
    max-height: 20px;
    -o-object-fit: cover;
    margin-right: 12px;
    margin-left: 12px;
}

.kf-tlk-hotmatch-slider-w .kf-tlk-hotmatch-widget-item__name {
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-left: 0px;
    margin-bottom: 0px;
    line-height: 14px;
}

.kf-tlk-hotmatch-slider-w .kf-tlk-hotmatch-widget-item__time {
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    display: flex;
    flex-direction: column;
    padding: 0px 8px 0px 8px;
    border-radius: 4px;
}

.kf-tlk-hotmatch-slider-w .kf-tlk-hotmatch-widget-item__left,
.kf-tlk-hotmatch-slider-w .kf-tlk-hotmatch-widget-item__right {
    width: 40%;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    padding: 0px;
}

.kf-tlk-hotmatch-slider-w .kf-tlk-hotmatch-widget__keo {
    color: #000000;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    padding: 0 0px;
}

.kf-tlk-hotmatch-slider-w .kf-tlk-hotmatch-widget-item-ratio {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 2px 0px 2px 0px;
    margin-bottom: 0px;

}

.kf-tlk-hotmatch-slider-w .kf-tlk-hotmatch-widget-item-ratio__left.special {
    position: relative;
}

.kf-tlk-hotmatch-slider-w .kf-tlk-hotmatch-widget-item-ratio__left {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-radius: 3px 0 0 3px;
}

.kf-tlk-hotmatch-slider-w .kf-tlk-hotmatch-widget-item__score {
    font-size: 10px;
    display: flex;
    width: 100%;
    padding: 6px 12px 6px 12px;
    margin: 0px 2px 1px 0px;
    border-radius: 3px;
    background: rgba(245, 245, 245, 1);
}

.kf-tlk-hotmatch-slider-w .kf-tlk-hotmatch-widget-item__score-item {
    display: inline-block;
    width: 33.33%;
    margin-right: 6px;
    text-align: center;
    color: rgba(56, 158, 14, 1);
}

.kf-tlk-hotmatch-slider-w .kf-tlk-hotmatch-widget-item__score-item:last-child {
    margin-right: 0;
}

.kf-tlk-hotmatch-slider-w .kf-tlk-hotmatch-widget-item__score-special {
    color: rgba(89, 89, 89, 1);
}

.kf-tlk-hotmatch-widget-item-ratio__btn {
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: unset;
    border-radius: 2px;
    margin: 0;
    padding: 0 4px;
    min-height: 28px;
}

/*************** End TLK Hotmatch ******************/

/*************** TLK Live Match *******************/

.kf-tlk-livestream-w .livestream__player {
    width: 100%;
}

.kf-tlk-livestream-w .livestream__player .livestream_btn {
    background-image: url(../images/live_stream_live_icon.svg);
    background-position: 0;
    background-repeat: no-repeat;
    padding: 6px 18px 6px 18px;
    background: rgba(255, 0, 52, 1);
    display: inline-block;
    width: auto;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    border: solid 0px #fff;
}

.kf-tlk-livestream-w .livestream h2 {
    align-items: center;
    background: none;
    color: #fafafb;
    display: flex;
    font-size: 22px;
    font-weight: 900;
    justify-content: space-between;
    line-height: 26px;
    padding: 10px 0;
    text-transform: uppercase;
}

.kf-tlk-livestream-w .livestream__video {
    border-radius: 5px;
    background-image: linear-gradient(to bottom,
            rgb(255, 255, 255, 0.01),
            rgba(0, 0, 0, 1)),
        url(../images/background.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 14px;
    padding: 0px 32px 24px 32px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 16px;
}

.kf-tlk-livestream-w .livestream--league {
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
}

.kf-tlk-livestream-w .livestream--league {
    display: block;
    padding: 0px 0px 0px 0px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    margin-bottom: 24px !important;
    margin: auto;
    max-width: 200px;
}

.kf-tlk-livestream-w .livestream--league .right {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: -103%;
    right: -33%;
    z-index: -1;
    background: #fff;
    transform: rotate(301deg);
    border-radius: 10px;
}

.kf-tlk-livestream-w .livestream--league .left {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: -103%;
    left: -33%;
    z-index: -1;
    background: #fff;
    transform: rotate(238deg);
    border-radius: 10px;
}

.kf-tlk-livestream-w .livestream__video .title {
    color: #fff !important;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    background: none;
}

.kf-tlk-livestream-w .livestream__match {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.kf-tlk-livestream-w .livestream__match--club {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    width: calc(50% - 57.5px);
}

.kf-tlk-livestream-w .livestream__match--club img {
    max-height: 56px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto;
}

.kf-tlk-livestream-w .livestream__match--club p {
    margin-top: 8px;
    color: #fff;
}

.kf-tlk-livestream-w .livestream__match--number-soccer {
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
    margin: 1.5rem 0;
    color: #fff;
}

.kf-tlk-livestream-w .livestream__match--date {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    min-width: 30%;
}

.kf-tlk-livestream-w .livestream__match--time {
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    margin: 10px 0;
    color: #fff !important;
}

.kf-tlk-livestream-w .livestream__match--club {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
    text-align: right;
    width: calc(50% - 50px);
    text-align: center !important;
}

.kf-tlk-livestream-w .livestream__match--club img {
    max-height: 56px;
    -o-object-fit: contain;
    object-fit: contain;
}

.kf-tlk-livestream-w .livestream__countdown--stt {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0px;
    margin-top: 24px;
    text-align: center;
    text-transform: uppercase;
}

.kf-tlk-livestream-w .livestream__countdown--time {
    align-items: center;
    display: flex;
    justify-content: center;
}

.kf-tlk-livestream-w .livestream__countdown--btn {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.kf-tlk-livestream-w .livestream__countdown--btn p {
    margin: 0 12px;
}

.kf-tlk-livestream-w .livestream__countdown--btn .button {
    border-radius: 3px;
    margin: 0px;
    font-size: 14px;
    padding: 8px 12px 8px 12px;
}

/******************* END Livestream *************/

/*************** TLK HOT WIDGET ******************/
.kf-hotmatch-new__wrapper {
    position: relative;
    border-radius: 5px;
    padding: 0px;
    background-origin: border-box;
    background-clip: content-box, border-box;
    margin-top: 5px;
    margin-bottom: 5px;
}

.kf-hotmatch-new__wrapper .kf-hotmatch-label {
    position: absolute;
    top: 0;
    left: 33%;
    width: 55px;
    height: 20px;
}

.kf-hotmatch-new__wrapper .kf-hotmatch-label__container {
    height: 100%;
    position: relative;
    z-index: 1;
}

.kf-hotmatch-new__wrapper .kf-hotmatch-label__inner {
    display: flex;
    font-size: 17px;
    position: relative;
}

.kf-hotmatch-new__wrapper .kf-hotmatch-label__inner--live {
    background: linear-gradient(243.12deg, #c40000 32.45%, #fe5656 116.14%);
}

.kf-hotmatch-new__wrapper .kf-hotmatch-label__inner--live:after {
    content: "";
    width: 6px;
    height: 6px;
    background: #fff;
    position: absolute;
    left: 8px;
    border-radius: 50%;
}

.kf-hotmatch-new__wrapper .kf-hotmatch-label__inner--hoantra {
    background: linear-gradient(90.73deg,
            rgba(7, 165, 13, 0) 2.27%,
            #07a50d 26.54%,
            rgba(14, 132, 19, 0.44) 62.08%,
            rgba(14, 132, 19, 0) 96.87%);
    width: 210px;
    padding-left: 43px;
    position: absolute;
    border-bottom-right-radius: 7px;
    left: 0;
    top: 0;
    z-index: 0;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.kf-hotmatch-new__wrapper .kf-hotmatch-label__inner img {
    width: 10px;
    height: 14px;
}

.kf-hotmatch-new__container {
    border-radius: inherit;
    background: rgba(245, 245, 245, 1);
}

.kf-hotmatch-new__outer {
    display: flex;
    /* align-items: flex-end; */
    align-items: center;
    color: #000000;
    position: relative;
    background: url(../images/bg/bg-tlk-hot-w.webp) no-repeat;
    font-weight: 400;
}

.kf-hotmatch-new__match {
    padding: 0 8px 0 8px;
    margin-top: 0px;
}

.kf-hotmatch-new__inner:first-child {
    flex: 0 0 47%;
}

.kf-hotmatch-new__inner:last-child {
    flex: 100%;
}

.kf-hotmatch-new .kf-hotmatch-tour {
    font-weight: 600;
    font-size: 10px;
    line-height: 14px;
    -webkit-line-clamp: 1;
    width: 100%;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
}

.kf-hotmatch-new .kf-hotmatch-tour--pc {
    /* display: none; */
    display: flex;
}

.kf-hotmatch-new .kf-hotmatch-tour--mb {
    /* display: -webkit-box; */
    display: none;
}

.kf-hotmatch-new .kf-hotmatch-team {
    padding: 5px 0;
}

.kf-hotmatch-new .kf-hotmatch-team__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 26px;
}

.kf-hotmatch-new .kf-hotmatch-team__item-left {
    display: flex;
    align-items: center;
    flex: 1;
}

.kf-hotmatch-new .kf-hotmatch-team__item-right {
    background: #3b3b3b;
    border: 1px solid rgba(165, 173, 182, 0.17);
    box-sizing: border-box;
    border-radius: 4px;
    width: 24px;
    height: 26px;
    font-weight: 800;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kf-hotmatch-new .kf-hotmatch-team__item--live {
    margin-top: 10px;
}

.kf-hotmatch-new .kf-hotmatch-team__item--normal {
    margin-top: 5px;
}

.kf-hotmatch-new .kf-hotmatch-team__flag {
    width: 2rem;
    height: 2rem;
}

.kf-hotmatch-new .kf-hotmatch-team__flag img {
    width: 20px;
}

.kf-hotmatch-new .kf-hotmatch-team__name {
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    color: #000000;
    margin-left: 0px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: auto;
    overflow: hidden;
    text-transform: uppercase;
}

.kf-hotmatch-new .kf-hotmatch-time {
    font-weight: 400;
    font-size: 9px;
    line-height: 12px;
    opacity: 0.7;
    padding: 5px 0px 0px 0px;
}

.kf-hotmatch-new .kf-hotmatch-odds {
    display: flex;
    padding: 0 8px;
    background: #fff;
    height: 100%;
}

.kf-hotmatch-new .kf-hotmatch-odds__flex {
    display: flex;
    align-items: start;
}

.kf-hotmatch-new .kf-hotmatch-odds__inner:first-child {
    flex: 100%;
}

.kf-hotmatch-new .kf-hotmatch-odds__inner:last-child {
    flex: 100%;
}

.kf-hotmatch-new .kf-hotmatch-odds__name {
    font-weight: 500;
    font-size: 9px;
    line-height: 12px;
    color: #000000;
}

.kf-hotmatch-new .kf-hotmatch-odds__rate {
    text-align: center;
    flex: 1;
    margin: 0 2px;
}

.kf-hotmatch-new .kf-hotmatch-odds__rate:first-child {
    margin: 0 2px 0px 0px;
}

.kf-hotmatch-new .kf-hotmatch-odds__rate:last-child {
    margin: 0 0px 0px 2px;
}

.kf-hotmatch-new .kf-hotmatch-odds__list {
    padding: 5px 0 0;
}

.kf-hotmatch-new .kf-hotmatch-odds__action {
    padding: 10px 2.5px 0;
}

.kf-hotmatch-new .kf-hotmatch-odds__action .button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    width: 100%;
    margin: 0 0 5px;
    height: 28px;
}

.kf-hotmatch-new .kf-hotmatch-odds__action .button:last-child {
    margin-bottom: 0;
}

.kf-hotmatch-new .kf-hotmatch-odds__value {
    background: rgba(245, 245, 245, 1);
    border-radius: 4px;
    padding: 1px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.kf-hotmatch-new .kf-hotmatch-odds__value:not(:first-child) {
    margin-top: 4px;
}

.kf-hotmatch-new .kf-hotmatch-odds__value span {
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: rgba(35, 120, 4, 1);
}

.kf-hotmatch-new .kf-hotmatch-odds__value p {
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: rgba(207, 19, 34, 1);
    margin: 0;
}

.kf-hotmatch-new .kf-hotmatch-odds__value .minus {
    color: rgba(207, 19, 34, 1);
}

.kf-hotmatch-new .brightness {
    -webkit-animation-name: brightness-data-v-2bc565a0;
    animation-name: brightness-data-v-2bc565a0;
}

.kf-hotmatch-new .animation-brightness-infinite-1s {
    -webkit-animation: brightness-data-v-2bc565a0 1s infinite;
    animation: brightness-data-v-2bc565a0 1s infinite;
}

.kf-hotmatch-new .animation-brightness-infinite-2s {
    -webkit-animation: brightness-data-v-2bc565a0 2s infinite;
    animation: brightness-data-v-2bc565a0 2s infinite;
}

.kf-hotmatch-new .animation-brightness:hover .animation-brightness__target {
    -webkit-animation: brightness-data-v-2bc565a0 3s infinite;
    animation: brightness-data-v-2bc565a0 3s infinite;
}

@keyframes brightness-data-v-2bc565a0 {

    0%,
    to {
        -webkit-filter: brightness(1);
    }

    50% {
        -webkit-filter: brightness(1.3);
    }
}

@-webkit-keyframes brightness-data-v-2bc565a0 {

    0%,
    to {
        -webkit-filter: brightness(1);
    }

    50% {
        -webkit-filter: brightness(1.3);
    }
}

@media (min-width: 1600px) {
    .kf-hotmatch-new .kf-hotmatch-odds__action {
        padding: 5px 0px;
    }
}

@media (min-width: 1200px) {
    .kf-tlk-hotmatch-slider-w .kf-tlk-hotmatch-widget-item__header {
        font-size: 14px;
    }

    .kf-tlk-hotmatch-slider-w .kf-tlk-hotmatch-widget-box {
        min-height: 132px;
    }

    .kf-tlk-hotmatch-slider-w .kf-tlk-hotmatch-widget__keo {
        font-size: 12px;
    }

    .kf-tlk-hotmatch-slider-w .kf-tlk-hotmatch-widget-item-ratio__left {
        width: 37%;
    }

    .kf-tlk-hotmatch-slider-w .kf-tlk-hotmatch-widget-item__score {
        font-size: 12px;
        line-height: 16px;
    }

    .kf-tlk-hotmatch-slider-w .kf-tlk-hotmatch-widget-item-ratio__btn {
        width: 27%;
    }

    .kf-tlk-hotmatch-slider-w .kf-tlk-hotmatch-widget-item-ratio__left {
        width: 37%;
    }

    .kf-hotmatch-new .kf-hotmatch-odds__action {
        padding: 5px 0px 0px 0px;
    }
}

@media only screen and (max-width: 860px) {
    .kfb-date-picker {
        width: 14%;
        right: 0;
    }
}

@media only screen and (max-width: 800px) {
    .kfb-section-title {
        display: block;
    }

    .kfb-section-title select {
        width: 100%;
        margin-bottom: 10px;
    }

    .kfb-table-standings tr th:first-child {
        position: sticky;
        left: 0;
        z-index: 999;
        background: #f0f0f0;
    }

    .kfb-table-standings tr th:nth-child(2) {
        position: sticky;
        left: 40px;
        z-index: 999;
        background: #f0f0f0;
    }

    .kfb-table-standings tr td:first-child {
        position: sticky;
        left: 0;
        z-index: 999;
        background: #fff;
    }

    .kfb-table-standings tr td:nth-child(2) {
        position: sticky;
        left: 40px;
        z-index: 999;
        background: #fff;
    }

    .kfb-calc {
        margin-left: -5px;
        margin-right: 0px;
        width: calc(100% + 8px);
    }

    .kfb-columns-club {
        width: 40%;
    }

    .kfb-columns-number {
        width: 10%;
    }

    .kfb-group-ddmmyy {
        width: 100%;
        padding-right: 0px;
    }

    .kfb-date-picker {
        width: 14%;
        right: 0;
    }

    .kfb-tablink {
        display: table-cell;
        padding: 8px;
        float: none;
        font-size: 13px;
    }

    .kfb-s-thu {
        display: none;
    }

    .kfb-s-date {
        font-weight: normal;
    }

    .kfb-item-ddmmyy {
        padding: 0;
        font-size: 12px;
        height: 36px;
        width: auto;
        line-height: 36px;
    }

    .kfb-btn-ddmmyy {
        line-height: 20px;
        font-size: 14px;
        padding: 0;
        font-weight: normal;
        position: relative;
    }

    .kfb-m-hidden {
        display: none !important;
    }

    .kfb-row-match {
        display: block;
        overflow: hidden;
    }

    .kfb-columns-time {
        width: 6%;
        padding-left: 0px;
    }

    .kfb-columns-match {
        width: 88%;
    }

    .kfb-columns-other {
        width: 5%;
    }

    .kfb-columns-time span {
        font-size: 12px;
        display: flex;
    }

    .kfb-item-kenh {
        float: left;
        color: #999;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        width: 45%;
    }

    .kfb-result-livescore .kfb-columns-number {
        width: 20%;
    }

    .kf-tlk-hotmatch-slider-w .kf-tlk-hotmatch-widget-item-ratio__btn {
        font-size: 10px;
    }
}

@media (min-width: 768px) {
    .kf-hotmatch-new__wrapper .kf-hotmatch-label__inner--hoantra {
        width: 190px;
        padding-left: 65px;
    }

    .kf-hotmatch-new__wrapper .kf-hotmatch-label {
        width: 30px;
        height: 20px;
        border-radius: 5px;
    }

    .kf-hotmatch-new__wrapper .kf-hotmatch-label__inner p {
        font-size: 0px;
        line-height: 20px;
    }

    .kf-hotmatch-new__outer {
        align-items: center;
    }

    .kf-hotmatch-new__match {
        padding: 0px 8px 0px 8px;
    }

    .kf-hotmatch-new__inner {
        padding: 0rem 0;
    }

    .kf-hotmatch-new__inner:first-child {
        flex: 0 0 43%;
    }

    .kf-hotmatch-new .kf-hotmatch-tour {
        font-size: 12px;
        padding-bottom: 5px;
    }

    .kf-hotmatch-new .kf-hotmatch-tour--mb {
        display: none;
    }

    .kf-hotmatch-new .kf-hotmatch-team {
        padding: 5px 0;
    }

    .kf-hotmatch-new .kf-hotmatch-team__item {
        height: 40px;
    }

    .kf-hotmatch-new .kf-hotmatch-team__item-right {
        width: 38px;
        height: 40px;
        font-size: 14px;
        line-height: 20px;
    }

    .kf-hotmatch-new .kf-hotmatch-team__flag {
        display: block;
        filter: drop-shadow(0 4.73333px 11.8333px rgba(0, 0, 0, 0.15));
        border-radius: 50%;
        flex: none;
    }

    .kf-hotmatch-new .kf-hotmatch-team__flag img {
        max-width: 24px;
        max-height: 24px;
        aspect-ratio: 1;
        border-radius: inherit;
    }

    .kf-hotmatch-new .kf-hotmatch-team__name {
        margin-left: 0px;
        font-size: 12px;
        line-height: 20px;
    }

    .kf-hotmatch-new .kf-hotmatch-time {
        font-size: 12px;
        line-height: 15px;
    }

    .kf-hotmatch-new .kf-hotmatch-odds {
        padding: 0 5px;
    }

    .kf-hotmatch-new .kf-hotmatch-odds__name {
        font-size: 12px;
        line-height: 17px;
    }

    .kf-hotmatch-new .kf-hotmatch-odds__rate {
        margin: 0 2px;
    }

    .kf-hotmatch-new .kf-hotmatch-odds__list {
        padding: 2px 0 0;
    }

    .kf-hotmatch-new .kf-hotmatch-odds__action {
        padding: 5px 0px 0px 0px;
    }

    .kf-hotmatch-new .kf-hotmatch-odds__action .button {
        width: 100%;
        font-size: 12px;
        line-height: 14px;
    }

    .kf-hotmatch-new .kf-hotmatch-odds__value {
        padding: 2px 0;
    }

    .kf-hotmatch-new .kf-hotmatch-odds__value span {
        font-size: 12px;
        line-height: 15px;
    }

    .kf-hotmatch-new .kf-hotmatch-odds__value p {
        font-size: 12px;
        line-height: 17px;
    }

    .kf-hotmatch-odds__action .button {
        padding-left: 8px;
        padding-right: 8px;
        height: 26px;
        line-height: 26px;
        width: 100%;
        font-size: 12px;
    }

    .kfb-item-ktv {
        color: #000000;
        display: inline-block;
        margin: 0px;
        opacity: 60%;
        padding-left: 2px;
    }

    .kfb-table-headering {
        margin-bottom: 10px !important;
        overflow: hidden;
        background: #fff;
    }
}

@media (max-width: 767px) {
    .kf-hotmatch-new__wrapper .kf-hotmatch-label__inner--hoantra {
        font-size: 8px;
        width: 166px;
    }

    .kf-hotmatch-new__inner:first-child {
        flex: 0 0 47%;
    }

    .kfb-table-header-top-bxh-detail h2 {
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 0px;
        text-align: left;
        color: rgba(56, 21, 63, 1);
        font-weight: 600;
        text-transform: uppercase;
    }

    .kfb-section-container ul.breadcrumb {
        padding: 0px 0px;
        list-style: none;
        background-image: linear-gradient(to right,
                rgba(0, 0, 0, 0),
                rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0));
        text-align: center;
        margin: auto;
        font-weight: 400;
        min-width: 30%;
        font-size: 20px;
        line-height: 1.5;
        display: inline-block;
        padding: 0px !important;
    }
}

@media screen and (max-width: 400px) {
    .kf-tlk-hotmatch-slider-w .kf-tlk-hotmatch-widget-item-ratio__btn {
        font-size: 8px;
    }

    .kf-tlk-hotmatch-slider-w .kf-tlk-hotmatch-widget-item-ratio__btn {
        font-size: 8px;
    }

    .kf-tlk-livestream-w .livestream__player {
        width: 100%;
    }

    .third-parent {
        display: block;
    }
}

@media (max-width: 374px) {
    .kf-hotmatch-new__inner:first-child {
        flex: 0 0 44%;
    }

    .kf-hotmatch-new__wrapper .kf-hotmatch-label__inner--hoantra {
        width: 158px;
    }
}

/***************** END TLK HOT WIDGET ************/

.swiper-button-prev,
.swiper-button-next {
    opacity: 0;
    color: #666 !important;
}

.swiper:hover .swiper-button-prev,
.swiper:hover .swiper-button-next {
    opacity: 1;
}

.hide {
    display: none !important;
}

/*----- Tab - Add CTA button -----*/
.kfb-match-detail-wrapper .kfb-tabs-neo p {
    margin-left: 10px;
}

.kfb-tabs-neo .livestream__countdown--btn {
    display: flex;
    justify-content: center;
    margin-top: 7px;
}

.kfb-tabs-neo .livestream__countdown--btn a.button.-color-white {
    border-radius: 4px;
    margin: 0px;
    font-weight: 500;
    padding: 0px 8px;
}

.kfb-number-tk {
    align-items: center;
    height: 1.7rem;
    width: 1.7rem;
    display: flex;
    justify-content: center;
    text-align: center;
}

/* Add CSS 10 - 06 -2004 */
.form-search-group {
    display: none;
}

.kfb-form-match {
    margin-top: 0;
}

.kfb-icon-soccer {
    width: 16px;
    margin-right: 2px;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.gwd-tlk-banner {
    display: flex;
    justify-content: space-evenly;
}

.gwd-tlk-banner-detail {
    width: 50%;
}

.gwd-tlk-banner img {
    width: 100%;
}