@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;500&display=swap");
#leagues--live .row {
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 0;
}
.row>.col{
    flex:unset;
}
#primary-menu.navbar-nav{
    flex-direction: row;
}
.box_top_header .box_header,
.compandodds {
    background-color: var(--api-bg-top-bar);
    color: var(--api-color-top-bar);
    padding: 5px 20px 5px 15px;
}
.compandodds {
    border-bottom: 0.5px solid rgb(128 128 128 / 14%);
}
.compandodds .title-menu-comp {
    margin-top: 4px;
}
.box_top_header {
    position: sticky;
    top: -1px;
    left: 0;
    right: 0;
    z-index: 1;
}
.event__header.top {
    background-color: var(--api-bg-title);
    color: var(--api-color-text);
}
.event__match--scheduled {
    background-color: var(--api-bg-list);
    color: var(--api-color-text);
}
.no-results-message {
    padding-top: 70px;
    height: 50vh;
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--api-bg-title);
}
.no-results-message .waiting-room {
    color: var(--api-color-text);
    position: relative;
    font-size: 13px;
}
.no-results-message .waiting-room::before {
    content: "";
    background: url("../images/waiting-room.png") center no-repeat;
    background-size: contain;
    height: 110px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
}
.load-more-container.load_date {
    margin-top: 0;
    background-color: var(--api-bg-title);
}
.loading_overlay {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    padding: 10px;
}
.title_all_match {
    border-top: 0.5px solid var(--api-color-hr);
    background-color: var(--api-color-hr);
    color: var(--api-color-text);
    text-align: center;
    font-weight: 300;
    padding: 10px 0;
    text-transform: capitalize;
}
#leagues--live {
    overflow-y: auto;
    max-height: 80vh;
    overflow-x: hidden;
    position: relative;
    z-index: 1;
}
#leagues--live.NoScroll {
    overflow-y: initial;
    max-height: initial;
    overflow-x: initial;
    position: relative;
}
#leagues--live::-webkit-scrollbar,
#matchHistoryModal .modal-content::-webkit-scrollbar,
#modalStanding .modal-content::-webkit-scrollbar,
.list-menu-competition::-webkit-scrollbar,
.round-list::-webkit-scrollbar,
#modalTournament .modal-content::-webkit-scrollbar {
    width: 5px;
    background-color: #888;
}
#leagues--live::-webkit-scrollbar-thumb,
#matchHistoryModal .modal-content::-webkit-scrollbar-thumb,
#modalStanding .modal-content::-webkit-scrollbar-thumb,
.list-menu-competition::-webkit-scrollbar-thumb,
.round-list::-webkit-scrollbar-thumb,
#modalTournament .modal-content::-webkit-scrollbar-thumb {
    background-color: var(--api-color-hot);
}
.modal-open,
.modal {
    padding-right: 0 !important;
}
.modal::-webkit-scrollbar {
    width: 0;
}
.no-results-message {
    height: 50vh;
    overflow-x: hidden;
}

.no-results-message .waiting-room {
    vertical-align: middle;
}

#filter_interface,
.modal {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
}
#filter_interface {
    background-color: var(--api-bg-title);
    color: var(--api-color-text);
    border-bottom: 0.5px solid rgb(128 128 128 / 14%);
}
#table_sport {
    box-sizing: border-box;
    position: relative;
    font-family: "Roboto", sans-serif;
    background-color: var(--api-bg-title);
}
.box_iframe {
    margin-bottom: 20px;
    display: block;
    text-align: right;
}
.btn_iframe {
    cursor: pointer;
    margin-top: 3px;
    color: var(--api-color-hot);
    font-size: 15px;
    line-height: 35px;
    font-weight: 600;
}
.btn_iframe:hover {
    border-bottom: 1px solid var(--api-color-hot);
    color: var(--api-color-hot);
}
.content_iframe {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    background: #f4f5f8;
    border-radius: 4px;
}
.content_iframe textarea {
    display: block;
    resize: vertical;
    padding: 5px 15px;
    line-height: 1.5;
    box-sizing: border-box;
    width: 100%;
    font-size: inherit;
    color: #606266;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    margin-bottom: 0;
    min-height: 70px;
}
.event__header.top {
    align-items: center;
    border-top: 0.5px solid rgb(128 128 128 / 14%);
    display: grid;
    grid-auto-flow: column;
    grid-template-areas: "check title .";
    grid-template-columns: 32px 1fr minmax(31px, auto);
    justify-content: flex-start;
    min-height: 39px;
    position: relative;
    margin-top: 0;
    padding: 5px;
    box-sizing: border-box;
    grid-template-columns: 32px 1fr;
    min-height: 32px;
}
.event__title {
    font-size: 13px;
    overflow: visible;
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: row;
    font-weight: 550;
    justify-content: flex-start;
    line-height: 1.1;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}
.event__title.not-allowed,
.event__title.not-allowed .event__title--name {
    cursor: not-allowed;
}
.event__title img,
.title-competition img,
.competition-menu li img,
.eventlogohome,
.eventlogoaway,
.teamLogo,
.modal-header img,
.nextplay img {
    width: 20px;
    height: 20px;
    margin-right: 7px;
    padding: 2px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50%;
    object-fit: contain;
    background-color: #f5f5f5;
}
.event__header .event__title--type {
    font-size: 11px;
    font-weight: 400;
    margin-right: 5px;
}
.event__country {
    color: var(--api-color-text);
    opacity: 0.7;
    margin-right: 5px;
}
.event__title--name {
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
}
.event__header .event__title--type {
    font-size: 13px;
    font-weight: 550;
    overflow: visible;
}
.event__titleBox {
    display: flex;
}
.event__match--scheduled {
    padding: 0;
}
.matchrow {
    border-top: 0.5px solid var(--api-color-hr);
    cursor: pointer;
    padding: 2px 0 0;
    font-size: 13px;
}
.matchrow:hover {
    background-color: var(--api-bg-title);
}
.pd-odds {
    padding: 0 7px !important;
}
.bd_center {
    border-left: 0.3px solid rgb(137 137 137 / 30%);
    border-right: 0.3px solid rgb(137 137 137 / 30%);
}
.scorespart {
    margin-right: 15px;
}
.seasonstable {
    font-size: 13px;
    font-weight: 550;
    margin-right: 15px;
    color: var(--api-color-bxh);
}
.matchrow .match_name {
    height: 20px;
    padding: 0;
    margin: 2px 0;
}
.seasonstable:hover {
    color: var(--api-color-hot);
    text-decoration: underline;
}
.hometeamcards {
    position: relative;
}
.hometeamyellowcard {
    background: #e9c923;
    padding: 1px 2px;
    border-radius: 2px;
    color: #000;
    font-size: 11px;
    font-weight: 900;
    height: 14px;
    line-height: 14px;
    position: absolute;
    left: 3px;
    top: 1px;
}
a.hidden_datastage {
    display: none;
}
.startlivescore .time_start,
.startlivescore .scores span {
    font-weight: 550;
    color: var(--api-color-hot);
}
@keyframes twinkle_time {
    30% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }
}

@-webkit-keyframes twinkle_time {
    30% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }
}
.matchrow .eventstage .time_start:after {
    animation-name: twinkle_time;
    animation-duration: 1.2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    animation-delay: 0;
    -webkit-animation-name: twinkle_time;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: 0;
    -moz-animation-name: twinkle_time;
    -moz-animation-duration: 1.2s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: forwards;
    -moz-animation-delay: 0;
    -o-animation-name: twinkle_time;
    -o-animation-duration: 1.2s;
    -o-animation-timing-function: linear;
    -o-animation-iteration-count: infinite;
    -o-animation-fill-mode: forwards;
    -o-animation-delay: 0;
    content: "'";
    opacity: 0;
}
.hometeamredcard {
    background: #f00;
    padding: 1px 2px;
    border-radius: 2px;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    height: 14px;
    line-height: 14px;
    position: absolute;
    left: 16px;
    top: 1px;
}
.container_botton {
    display: inline-block;
    position: relative;
    margin: 8px 5px;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 550;
    line-height: 21px;
}
.container_botton input[type="radio"] {
    display: none;
}
.form-check {
    padding-left: 0 !important;
}
.container_botton span,
.checkbox_sort span {
    padding: 2px 10px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    border-radius: 15px;
    color: var(--api-color-text);
    background-color: rgb(201 201 201 / 27%);
    user-select: none;
    -moz-user-select: none;
    -webkit-text-select: none;
    -webkit-user-select: none;
}
.checkbox_sort input[type="checkbox"] {
    position: absolute;
    z-index: 10;
    top: 6px;
    left: 10px;
    display: none;
}
.container_botton input:checked + span {
    background-color: var(--api-color-hot);
    color: #fff;
}
.container_botton .tructiep {
    padding-left: 30px;
}
.box_live_text {
    display: inline-block;
}
.title_all_match .live {
    width: 20px;
    content: "";
    background: url(../images/live.svg) center no-repeat;
    position: relative;
    display: inline-block;
    height: 18px;
    background-size: contain;
    left: 0;
    top: 4px;
    animation: blinklive 4s infinite;
}
@keyframes blinklive {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}
.container_botton span:hover,
.checkbox_sort span:hover {
    background-color: var(--api-color-hot) !important;
    color: var(--api-color-top-bar);
}
.notePromotion {
    align-items: center;
    display: flex;
    font-size: 12px;
}
.notePromotion .colorSquare {
    border-radius: 4px;
    height: 14px;
    margin-right: 10px;
    min-width: 14px;
    width: 14px;
    border: 0.5px solid rgb(128 128 128 / 14%);
}
.modal-content {
    padding: 5px;
    border-radius: 5px;
}
#modalStanding .modal-content {
    background-color: var(--api-bg-title);
    color: var(--api-color-text);
}
#matchHistoryModal .modal-content,
#modalTournament .modal-content {
    background-color: var(--api-bg-list);
    color: var(--api-color-text);
}
.modal-header .close {
    padding: 4px 6px;
    font-size: 20px;
    color: var(--api-color-text);
    margin: 0;
    min-height: auto;
    line-height: initial;
    position: absolute;
    top: 0;
    right: 6px;
    border: 0;
    background: transparent;
}
.modal-header .row {
    display: flex;
    flex-flow: row wrap;
}
.modal-header .close:focus {
    outline: none;
}
.modal-header .close:hover {
    color: #f00;
}
.modal-header .status {
    background-color: rgb(253 234 236);
    color: rgb(215 38 65);
    padding: 5px 7px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    margin-right: auto;
}
.modal-header .status:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: currentColor;
    border-radius: 50%;
    margin-right: 5px;
}
.modal-body-title {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
    background-color: rgb(60 60 60 / 32%);
    border-bottom: 0.5px solid rgb(128 128 128 / 14%);
    border-radius: 5px 5px 0 0;
}
.modal-body .row .col {
    padding-bottom: 5px;
    margin-bottom: 0px;
}
.promotionHeader {
    padding: 5px 0;
}
.promotionHeaderWrapper {
    border-top: 0.5px solid rgb(128 128 128 / 14%);
    background-color: var(--api-bg-top-bar);
}
.popupPromotions {
    font-size: 12px;
}
.popupPromotions .stt {
    width: 22px;
    height: 22px;
    font-size: 12px;
    line-height: 22px;
    display: inline-block;
    padding: 0;
    font-weight: 550;
    border-radius: 5px;
    position: relative;
}
.popupPromotions .stt span {
    position: absolute;
    width: 22px;
    height: 5px;
    border-radius: 5px 5px 0 0;
    left: 0;
    bottom: -6px;
}
.btn-primary {
    width: 17px;
    height: 17px;
    font-size: 12px;
    line-height: 17px;
    display: inline-block;
    padding: 0;
    cursor: pointer;
    margin-right: 1px;
}
.btn-primary > img {
    width: 15px;
    height: 15px;
    object-fit: contain;
}
.btn-primary.D {
    background: #f3a000;
    border: 0;
    border-radius: 5px;
}
.btn-primary.W {
    background: #00a83f;
    border: 0;
    border-radius: 5px;
}
.btn-primary.L {
    background: #dc0000;
    border: 0;
    border-radius: 5px;
}
.modal-header {
    display: block !important; 
    border-bottom: 0;
    padding: 5px !important;
    text-align: left;
}
.modal-header h5 {
    float: left;
    line-height: 20px;
    font-size: 14px;
    font-weight: 550;
    display: contents;
    color: var(--api-color-text);
}
.modal-body {
    padding: 0 !important;
}
.promotionHeaderWrapper {
    border-bottom: 0.5px solid rgb(128 128 128 / 14%);
    color: var(--api-color-top-bar);
}
#matchHistoryModal .modal-content .notePromotionWrapper {
    padding: 5px;
}
.item_analysis,
.modal-body .item_popupPromotions {
    border-bottom: 0.5px solid rgb(128 128 128 / 14%);
    background-color: var(--api-bg-list);
    padding: 3px 0;
    color: var(--api-color-text);
}
.item_analysis .event__title img {
    overflow: initial;
}
.promotionHeader,
.teamName {
    font-weight: 550;
}
.modal-footer {
    display: block !important;
    padding: 3px 0 !important;
}
.stat__row {
    -ms-flex: initial;
    flex: initial;
    max-width: initial;
    margin: 15px 0 !important;
}
.stat__category {
    display: flex;
    flex-flow: row nowrap;
    margin-bottom: 4px;
}
.stat__awayValue,
.stat__homeValue {
    flex: 0 1 90px;
    font-weight: 550;
}
.stat__homeValue {
    justify-content: flex-start;
    padding-right: 5px;
    text-align: left;
}
.stat__categoryName {
    align-items: center;
    display: flex;
    flex: 1;
    font-weight: 550;
    justify-content: center;
    position: relative;
    text-align: center;
}
.stat__awayValue {
    justify-content: flex-end;
    padding-left: 5px;
    text-align: right;
}
.stat__bar {
    display: flex;
    height: 9px;
}
.stat__barBg.stat__home,
.stat__barBg.stat__home .stat__barIsFullHome,
.stat__barBg.stat__home > div {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}
.stat__barBg {
    background-color: rgb(165 165 165 / 80%);
    display: flex;
    margin: 0 1px;
    width: 100%;
}
.stat__barBg.stat__home {
    justify-content: flex-end;
}
.stat__betterSideBackground {
    background-color: #ff7611;
}
.stat__worseSideOrEqualBackground {
    background-color: #0026b3;
}
#matchHistoryModal .modal-header {
    margin-bottom: 30px;
    border-bottom: 3px solid rgb(128 128 128 / 14%);
    padding: 5px;
    display: block;
}
#matchHistoryModal .modal-body .TeamLogo,
#modalTournament .competition img {
    padding: 8px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 52px;
    width: 52px;
    border-radius: 50%;
    object-fit: contain;
    background-color: #f5f5f5;
    box-shadow: 0 4px 4px 0 rgba(30, 30, 30, 0.25), 0 0 0 9px #f3f5f9;
}
#matchHistoryModal .modal-body .form-label-name {
    font-weight: 800;
    margin-top: 15px;
    font-size: 16px;
}
#matchHistoryModal .modal-body .formattedDate {
    text-align: center;
    margin-bottom: 0;
}
#matchHistoryModal .modal-body .formattedDate .date {
    color: var(--api-color-text);
    opacity: 0.7;
}
#matchHistoryModal .modal-body .homeScore_awayScore {
    font-size: 38px;
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
#matchHistoryModal .modal-body .homeScore_awayScore .OvertimeScore {
    font-size: 20px;
    color: #ccc;
    padding: 0 5px;
}
#matchHistoryModal .modal-body .statusText {
    font-weight: 550;
    padding-bottom: 8px;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}
#matchHistoryModal .modal-body .panel-info {
    border-top: 0.5px solid rgb(128 128 128 / 14%);
}
#matchHistoryModal .modal-body .panel-info .nav-tabs {
    align-items: center;
    display: flex;
    width: 100%;
    border-bottom: 0.5px solid rgb(128 128 128 / 14%);
}
#matchHistoryModal .modal-body .panel-info .nav-tabs .nav-item {
    letter-spacing: 0.4px;
    line-height: 1;
    white-space: nowrap;
    align-items: center;
    display: flex;
    box-sizing: border-box;
    cursor: pointer;
    font-weight: 550;
    margin-top: 0;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    -ms-flex-preferred-size: initial;
    flex-basis: initial;
    -ms-flex-positive: initial;
    flex-grow: initial;
    text-align: center;
}
#matchHistoryModal .modal-body .panel-info .nav-tabs .nav-item .nav-link {
    text-transform: uppercase;
    font-weight: 550;
    border: 0;
    font-size: 13px;
    background-color: transparent;
    color: inherit;
}
#matchHistoryModal
    .modal-body
    .panel-info
    .nav-tabs
    .nav-item
    .nav-link.active {
    border: 0;
    text-transform: uppercase;
    font-weight: 550;
    position: relative;
}
#matchHistoryModal
    .modal-body
    .panel-info
    .nav-tabs
    .nav-item
    .nav-link.active:after {
    background-color: var(--api-color-bxh);
    border-radius: 1.5px 1.5px 0 0;
    top: 0;
    content: "";
    height: 3px;
    position: absolute;
    width: calc(100% - 18px);
    left: 0;
    right: 0;
    margin: auto;
}
#matchHistoryModal .modal-body .panel-info .nav-tabs .nav-item:hover .nav-link,
#matchHistoryModal
    .modal-body
    .panel-info
    .nav-tabs
    .nav-item
    .nav-link.active {
    color: var(--api-color-bxh);
}
#matchHistoryModal .tab-content .form-label-info {
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 550;
    margin: 10px 0;
    display: block;
}
.tab-panels {
    padding-top: 0 !important;
}
.section__title {
    background-color: var(--api-bg-top-bar);
    color: var(--api-color-top-bar);
    border-radius: 0;
    font-size: 11px;
    font-weight: 550;
    padding: 6px 12px 4px;
    text-transform: uppercase;
    border-radius: 0;
    line-height: 18px;
    margin-bottom: 10px;
}
.allPosition {
    text-align: center;
}
.allPosition .participant_items {
    display: inline-block;
    vertical-align: top;
    border-radius: 2px;
    padding: 0;
    line-height: 28px;
    font-size: 13px;
    font-weight: 300;
    text-decoration: underline;
}
.participantRow.allPosition .timestart {
    font-weight: 300;
    display: none;
}
.participantRow .timestart {
    font-weight: 550;
    position: relative;
}
.participantRow .typeStatistics .Substitution,
.participantRow .typeStatistics .Yellowcard,
.participantRow .typeStatistics .Redcard,
.participantRow .typeStatistics .Goal,
.participantRow .typeStatistics .Penalty,
.participantRow .typeStatistics .Penaltymissed,
.participantRow .typeStatistics .PenaltyShoot-out,
.participantRow .typeStatistics .PenaltymissedShoot-out,
.participantRow .typeStatistics .Cardupgradeconfirmed,
.participantRow .typeStatistics .VAR,
.participantRow .typeStatistics .Owngoal {
    position: relative;
    align-items: center;
    border-radius: 8px;
    display: inline-block;
    width: 28px;
    height: 18px;
    margin: 0 5px;
}
.box-chuthich .Goal,
.box-chuthich .Owngoal,
.box-chuthich .Penalty,
.box-chuthich .Penaltyfoul,
.box-chuthich .transmission,
.box-chuthich .Yellowcard,
.box-chuthich .Redcard,
.box-chuthich .Var,
.box-chuthich .towndyellowcard,
.box-chuthich .Substitutions,
.box-chuthich .PenaltyShoot,
.box-chuthich .PenaltymissedShoot {
    position: relative;
}
.player-incidents .incident-icon .Substitution:before,
.player-incidents .incident-icon .Yellowcard:before,
.player-incidents .incident-icon .Redcard:before,
.player-incidents .incident-icon .Goal:before,
.box-chuthich .Goal:before,
.box-chuthich .Owngoal:before,
.box-chuthich .Penalty:before,
.box-chuthich .Penaltyfoul:before,
.box-chuthich .transmission:before,
.box-chuthich .Yellowcard:before,
.box-chuthich .Redcard:before,
.box-chuthich .towndyellowcard:before,
.box-chuthich .Substitutions:before,
.box-chuthich .Var:before,
.box-chuthich .PenaltyShoot:before,
.box-chuthich .PenaltymissedShoot:before,
.participantRow .typeStatistics .Substitution:before,
.participantRow .typeStatistics .Yellowcard:before,
.participantRow .typeStatistics .Redcard:before,
.participantRow .typeStatistics .Goal:before,
.participantRow .typeStatistics .Penalt:before,
.participantRow .typeStatistics .Penaltymissed:before,
.participantRow .typeStatistics .Penalty:before,
.participantRow .typeStatistics .Cardupgradeconfirmed:before,
.participantRow .typeStatistics .VAR:before,
.participantRow .typeStatistics .PenaltyShoot-out:before,
.participantRow .typeStatistics .PenaltymissedShoot-out:before,
.participantRow .typeStatistics .Owngoal:before {
    width: 20px;
    content: "";
    background: url("../images/vaora.svg") center no-repeat;
    position: absolute;
    height: 20px;
    background-size: contain;
    left: 0;
}
.box-chuthich .Yellowcard:before,
.participantRow .typeStatistics .Yellowcard:before,
.player-incidents .incident-icon .Yellowcard:before {
    background: url("../images/thevang.svg") center no-repeat;
    background-size: contain;
}
.box-chuthich .Redcard:before,
.participantRow .typeStatistics .Redcard:before,
.player-incidents .incident-icon .Redcard:before {
    background: url("../images/thedo.svg") center no-repeat;
    background-size: contain;
}
.box-chuthich .Goal:before,
.participantRow .typeStatistics .Goal:before,
.player-incidents .incident-icon .Goal:before {
    background: url("../images/vao.svg") center no-repeat;
    background-size: contain;
}
.participantRow .typeStatistics .Penalt:before {
    background: url("../images/quabong.svg") center no-repeat;
    background-size: contain;
}
.box-chuthich .Penalty:before,
.participantRow .typeStatistics .Penalty:before {
    background: url("../images/daphat.svg") center no-repeat;
    background-size: contain;
}
.box-chuthich .Owngoal:before,
.participantRow .typeStatistics .Owngoal:before {
    background: url("../images/phanluoi.svg") center no-repeat;
    background-size: contain;
}
.participantRow .typeStatistics .Cardupgradeconfirmed:before,
.box-chuthich .towndyellowcard:before {
    background: url("../images/thevangdo.svg") center no-repeat;
    background-size: contain;
}
.box-chuthich .transmission:before {
    background: url("../images/giay.svg") center no-repeat;
    background-size: contain;
}
.box-chuthich .Penaltyfoul:before,
.participantRow .typeStatistics .Penaltymissed:before {
    background: url("../images/hongdaphat.svg") center no-repeat;
    background-size: contain;
}
.box-chuthich .Var:before,
.participantRow .typeStatistics .VAR:before {
    background: url("../images/var.svg") center no-repeat;
    background-size: contain;
}

.box-chuthich .PenaltyShoot:before,
.participantRow .typeStatistics .PenaltyShoot-out:before {
    background: url("../images/PenaltyShoot.png") center no-repeat;
    background-size: contain;
}

.box-chuthich .PenaltymissedShoot:before,
.participantRow .typeStatistics .PenaltymissedShoot-out:before {
    background: url("../images/PenaltymissedShoot.png") center no-repeat;
    background-size: contain;
}

.participantRow .inplayername,
.participantRow .nameplayer {
    font-weight: 550;
    margin-right: 5px;
}
.participantRow .outplayername {
    font-size: 12px;
    font-weight: 300;
}
.incident-minute:after,
.participantRow .timestart:after {
    animation-name: twinkle_time;
    animation-duration: 1.2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    animation-delay: 0;
    -webkit-animation-name: twinkle_time;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: 0;
    -moz-animation-name: twinkle_time;
    -moz-animation-duration: 1.2s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: forwards;
    -moz-animation-delay: 0;
    -o-animation-name: twinkle_time;
    -o-animation-duration: 1.2s;
    -o-animation-timing-function: linear;
    -o-animation-iteration-count: infinite;
    -o-animation-fill-mode: forwards;
    -o-animation-delay: 0;
    content: "'";
    opacity: 0;
}
.participant_items {
    padding: 0 20px;
}
.participantRow {
    margin-bottom: 5px;
}
.participantRow .iconsport {
    font-weight: 550;
    border: 0.5px solid rgb(128 128 128 / 14%);
    padding: 2px 5px;
    border-radius: 5px;
}
.awayPosition {
    text-align: right;
}
.awayPosition .participant_items {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.awayPosition .participant_items .timestart {
    order: 1;
}
.awayPosition .participant_items .typeStatistics {
    order: 2;
}
.awayPosition .participant_items .iconsport {
    order: 3;
    margin-left: 5px;
}
.awayPosition .participant_items .nameplayer {
    order: 4;
    margin-right: 0;
    margin-left: 5px;
}
.awayPosition .participant_items .assist1name {
    order: 5;
    margin-right: 0;
    margin-left: 5px;
}
.awayPosition .participant_items .assist2name {
    order: 6;
    margin-right: 0;
    margin-left: 5px;
}
.awayPosition .participant_items .inplayername {
    order: 7;
    margin-right: 0;
    margin-left: 5px;
}
.awayPosition .participant_items .outplayername {
    order: 8;
    margin-right: 0;
    margin-left: 5px;
}
.awayPosition .participant_items .varresult {
    order: 9;
}
.homePosition {
    text-align: left;
}
.form-label-chuthich {
    font-weight: 550;
    color: #f00;
    text-decoration: underline;
    margin-bottom: 0;
}
.box-chuthich {
    background-color: rgb(244 245 248 / 8%);
    padding: 0 24px 10px;
    border-radius: 6px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}
.box-chuthich span {
    margin-right: 4%;
    margin-top: 10px;
    padding-left: 25px;
}
.hometeamanany {
    font-weight: 550;
}
.analysis-table {
    margin-bottom: 25px;
}
.analysis-table:last-child {
    margin-bottom: 0;
}
.analysis-table .section__title {
    margin-bottom: 0;
}
.hometeamanany span {
    border-radius: 4px;
    line-height: 16px;
    max-width: 100%;
    overflow: hidden;
    padding: 1px 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgb(1 32 62 / 52%);
}
/* Hover next Play */
.popover__wrapper {
    position: relative;
}
.popover__content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: -18px;
    transform: translate(0, 10px);
    background-color: #525252;
    color: #ffffff;
    padding: 1.5rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    width: 150px;
    padding: 10px;
}
.popover__content:before {
    position: absolute;
    z-index: -1;
    content: "";
    right: calc(15% - 5px);
    top: -8px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #525252 transparent;
    transition-duration: 0.3s;
    transition-property: transform;
}
.popover__wrapper:hover .popover__content {
    z-index: 10;
    opacity: 1;
    visibility: visible;
    transition: all 0.2s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}
.popover__message {
    text-align: center;
    margin-bottom: 6px;
} 
.nextplay .modal-area img,
.modal-area img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    background: #fff;
    border-radius: 5px;
    padding: 3px;
    margin: 0 10px;
}
.box_top_header .box_header span,
.title-menu-comp,
.head_pro span {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 550;
}
.scores-home_part span,
.scores-away_part span,
.text_odds {
    font-weight: 300;
    margin-bottom: 0;
}
.text_odds.x12 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.text_odds.x12 .clb_tr {
    line-height: 13px;
}
.text_odds p {
    margin-bottom: 0;
}
.text_odds span {
    color: var(--api-color-text);
    display: inline-block;
    font-size: 12px;
}
.text_odds span i {
    margin-left: 1px;
    font-size: 9px;
}
.clb_tr span.asia1,
.clb_tr span.bs1 {
    font-weight: 300;
    font-size: 11px;
    color: #727272;
}
.clb_tr span {
    margin-right: 0 !important;
}
.table {
    color: inherit;
}
.table_odds {
    border: 0.5px solid rgb(128 128 128 / 14%);
}
.table_odds td,
.table_odds th {
    vertical-align: middle !important;
    text-align: center;
}
.table_odds .text_odds {
    margin-bottom: 0;
}
.scores-home span,
.scores-home_part span,
.scores-away span,
.scores-away_part span {
    color: var(--api-color-text);
}
.scores-home .scores,
.scores-away .scores {
    font-weight: 600;
    color: var(--api-color-bxh);
    padding-right: 8px;
}
.scores-away .awayOvertimeScore,
.scores-home .homeOvertimeScore {
    text-decoration: underline;
    color: #c72a1d;
    font-weight: 600;
}
.field {
    position: relative;
    height: 460px;
    background-color: #c0c0c0;
    margin: 5px 0 0;
    display: flex;
    align-items: center;
    background-color: #2d873e;
    border-radius: 5px;
}
.field:before {
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    opacity: 0.24;
    background: url("../images/Footballpitch.png") center no-repeat;
    background-size: contain;
}
.player {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}
.player .player-avartar {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 10px;
    margin-left: 10px;
}
.player img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.team {
    position: relative;
    top: -25px;
    height: 100%;
}
.team.team-home {
    width: 50%;
    margin-right: 10px;
    top: 15px;
}
.team.team-away {
    width: 50%;
    margin-left: 10px;
}
.player .info_player .player-name {
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    max-width: 60px;
    min-width: 58px;
    overflow: hidden;
    padding: 0 2px;
    text-overflow: ellipsis;
    background-color: var(--api-bg-top-bar);
    color: var(--api-color-top-bar);
    height: 12px;
    position: absolute;
    left: 0;
    white-space: nowrap;
    bottom: -10px;
    border-radius: 3px;
}
.player .info_player .player-name:hover {
    max-width: none;
    z-index: 9;
}
.player .info_player .player-rating {
    cursor: default;
    font-size: 10px;
    font-weight: 550;
    height: 14px;
    left: 0;
    padding: 0 2px;
    position: absolute;
    top: 19px;
    width: 18px;
    border-radius: 3px;
    z-index: 1;
}
.player-incidents {
    position: relative;
}
.player-incidents .incident.format1 {
    position: relative;
    top: -1px;
    left: -10px;
}
.player-incidents .incident.format3 {
    position: relative;
    top: -27px;
    left: -10px;
}
.player-incidents .incident.format4 {
    position: relative;
    top: -27px;
    left: -10px;
}
.player-incidents .incident.format9 {
    position: relative;
    top: -26px;
    left: -47px;
}
.player-incidents .incident.format1 .incident-minute {
    position: absolute;
    top: 4px;
    right: -35px;
    font-size: 11px;
}
.player-incidents .incident.format9 .incident-minute {
    position: absolute;
    top: 4px;
    right: 0;
    font-size: 11px;
}
.player-incidents .incident.format3 .incident-minute,
.player-incidents .incident.formatls3 .incident-minute,
.player-incidents .incident.formatls4 .incident-minute,
.player-incidents .incident.format4 .incident-minute,
.player-incidents .incident.format8 .incident-minute,
.player-incidents .incident.formatls28,
.player-incidents .incident.format28 {
    display: none;
}
.formations {
    display: flex;
    justify-content: space-between;
    background: var(--api-bg-top-bar);
    color: var(--api-color-top-bar);
    margin: 5px 0 0;
    padding: 5px 16px;
    font-weight: 550;
    border-radius: 5px;
}
.Formation.home {
    text-align: left;
}
.Formation.away {
    text-align: right;
}
#listlineupplayer {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0;
}
#listlineupplayer .player-list {
    width: 50%;
}
#listlineupplayer .player-list .player_info {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 5px 10px;
}
#listlineupplayer .player-list .player_info > * {
    z-index: 2;
    position: relative;
}
#listlineupplayer .player-list .player_info:nth-of-type(2n):after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: var(--api-bg-top-bar);
}
#listlineupplayer .player-list .player_info:nth-of-type(2n) .info_player p,
#listlineupplayer .player-list .player_info:nth-of-type(2n) .player-number,
#listlineupplayer
    .player-list
    .player_info:nth-of-type(2n)
    .player-incidents
    .incident-minute {
    color: var(--api-color-top-bar);
}
#listlineupplayer .player-list .player_info .player-avatar img {
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 5px;
}
#listlineupplayer .player-list .player_info .player-number {
    display: inline-block;
    float: left;
    line-height: 40px;
    margin-right: 10px;
    font-weight: 550;
    width: 17px;
    text-align: center;
}
#listlineupplayer .player-list .player_info .player-avatar {
    display: inline-block;
    float: left;
    margin-right: 10px;
}
#listlineupplayer .player-list .player_info .info_player {
    display: inline-block;
    float: left;
    margin-right: 10px;
    font-weight: 550;
}
#listlineupplayer .player-list .player_info .info_player p {
    margin-bottom: 0;
    height: 20px;
    overflow: hidden;
    max-width: 250px;
}
#listlineupplayer .player-list .player_info .player-rating {
    font-size: 10px;
    padding: 1px 3px;
    border-radius: 5px;
}
#listlineupplayer .player-list .player_info .player-incidents {
    position: absolute;
    left: 19%;
    bottom: 5px;
}
#listlineupplayer .player-list:nth-child(2) .player_info .player-incidents {
    right: 19%;
    left: initial;
    bottom: 5px;
}
#listlineupplayer .player-list .player_info .player-incidents .incident {
    display: inline-block;
    float: left;
    width: 41px;
}
#listlineupplayer .player-list .player_info .player-incidents .Substitution,
#listlineupplayer .player-list .player_info .player-incidents .Yellowcard,
#listlineupplayer .player-list .player_info .player-incidents .Redcard {
    position: relative;
    top: initial;
    left: initial;
}
#listlineupplayer .player-list .player_info .player-incidents .incident-minute {
    position: relative;
    top: initial;
    right: initial;
    left: 24px;
    font-size: 11px;
}
#listlineupplayer .player-list:nth-child(2) .player_info .player-number,
#listlineupplayer .player-list:nth-child(2) .player_info .player-avatar,
#listlineupplayer .player-list:nth-child(2) .player_info .info_player,
#listlineupplayer .player-list:nth-child(2) .player_info .player-rating {
    float: right;
}
#listlineupplayer .player-list:nth-child(2) .player_info .player-number {
    margin-right: 0;
}
#listlineupplayer .player-list:nth-child(2) .player_info .info_player {
    margin-left: 10px;
}
.angle-down {
    display: none;
}
#listlineupplayer .player-list:nth-child(1) .player_info .player-position {
    position: absolute;
    left: -49px;
    bottom: -18px;
    background: #007715;
    color: #fff;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
}
#listlineupplayer .player-list:nth-child(2) .player_info .player-position {
    position: absolute;
    right: -49px;
    bottom: -18px;
    background: #007715;
    color: #fff;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
}
.popupPromotions .teamName span {
    max-width: 95px;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    margin-top: 3px;
}
.popupPromotions .teamLogo {
    float: left;
    margin-top: 3px;
}
.boxmyModalSeasons {
    padding: 5px 0 0;
    border: 0;
}
.boxmyModalSeasons .modal-body-title {
    display: none;
}
.table {
    --bs-table-color: inherit !important;
    --bs-table-bg: initial !important;
}
.popover__name {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}
.popover__name span {
    width: 60px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 16px;
    overflow: hidden;
}
.popover__name .home {
    float: left;
}
.popover__name .away {
    float: right;
}
.mlPopUpContainer {
    cursor: pointer;
    text-align: center;
}
.mlPopUpContainer .eventSubscriber i {
    font-size: 13px;
}
.mlPopUpContainer.active .eventSubscriber i {
    rotate: 180deg;
}
.event__match--scheduled {
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
    transition: height 0.2s ease-in-out;
}
.event__match--scheduled strong {
    font-weight: 550;
}
.event__match--scheduled.matchhidden {
    height: 0;
    transition: height 0.2s ease-in-out;
}
/* CSS cho hiệu ứng loading */
#loading_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
.loading-box {
    display: flex;
    justify-content: center;
}
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loading-box {
    width: 100%;
    height: 100%;
    background-color: var(--api-bg-top-bar);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.load-more-container {
    text-align: center;
    height: 20px;
}
.loading-spinner,
#tablestanding-loader {
    margin-top: 40px;
    display: inline-block;
}
.loading-spinner:before,
#tablestanding-loader:before {
  content: "";
  display: block;
  position: relative;
  width: 1.5em;
  height: 1.5em;
  background-image: url('../images/icon-football.png');
  background-position: center center;
  background-size: cover;
  background-color: white;
  border-radius: 50%;
  margin: 0 auto;
  z-index: 1;
  -webkit-animation: bounce 0.5s infinite alternate cubic-bezier(0.2, 0.6, 0.6, 1);
          animation: bounce 0.5s infinite alternate cubic-bezier(0.2, 0.6, 0.6, 1);
}
.loading-spinner:after,
#tablestanding-loader:after {
  content: "";
  display: block;
  position: relative;
  width: 1em;
  height: 0.5em;
  background-color: #221c46;
  border-radius: 50%;
  opacity: 0.3;
  margin: -0.4em auto;
  z-index: 0;
  -webkit-animation: shadow 0.5s infinite alternate cubic-bezier(0.2, 0.6, 0.6, 1);
          animation: shadow 0.5s infinite alternate cubic-bezier(0.2, 0.6, 0.6, 1);
}

@-webkit-keyframes bounce {
  0% {
    transform: translate3d(0, 0, 0) scale(1.2, 1);
  }
  100% {
    transform: translate3d(0, -2rem, 0) scale(1, 1.2);
  }
}

@keyframes bounce {
  0% {
    transform: translate3d(0, 0, 0) scale(1.2, 1);
  }
  100% {
    transform: translate3d(0, -2rem, 0) scale(1, 1.2);
  }
}
@-webkit-keyframes shadow {
  0% {
    opacity: 0.2;
    transform: scale(1);
    filter: blur(0.01em);
  }
  100% {
    opacity: 0.05;
    transform: scale(1.5);
    filter: blur(0.05em);
  }
}
@keyframes shadow {
  0% {
    opacity: 0.2;
    transform: scale(1);
    filter: blur(0.01em);
  }
  100% {
    opacity: 0.05;
    transform: scale(1.5);
    filter: blur(0.05em);
  }
}
#matchHistoryModal .tab-content > .panel {
    display: none;
}
#matchHistoryModal .tab-content > .active {
    display: block;
}
#matchHistoryModal .fade:not(.show) {
    opacity: 1;
}
.date-item {
    display: grid;
    padding: 10px 0;
    cursor: pointer;
    color: var(--api-color-top-bar);
    opacity: 0.6;
    border-bottom: transparent solid 4px;
    user-select: none;
    -moz-user-select: none;
    -webkit-text-select: none;
    -webkit-user-select: none;
}
.date-item:hover {
    opacity: 1;
}
.date-item-label {
    font-size: 13px;
}
.date-item-date {
    font-size: 15px;
}
.date-item.active {
    font-weight: bold;
    color: var(--api-color-top-bar);
    transition: 0.5s;
    opacity: 1;
    border-bottom: var(--api-color-hot) solid 4px;
}
.check_DateTime {
    display: block;
    margin: 0;
    overflow: hidden;
    border-radius: 0;
    border-bottom: 0.5px solid rgb(128 128 128 / 14%);
}
#fitter_datetime {
    overflow: hidden;
}
#fitter_datetime .slider {
    position: relative;
    background-color: var(--api-bg-top-bar);
}
.slider .prev-btn {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    height: 100%;
    padding: 0 10px;
    border: 0;
    color: var(--api-color-top-bar);
    opacity: 0.6;
    z-index: 3;
}
.slider .next-btn {
    position: absolute;
    right: 0;
    margin: 0;
    top: 0;
    height: 100%;
    padding: 0 10px;
    border: 0;
    color: var(--api-color-top-bar);
    opacity: 0.6;
    z-index: 3;
}
.slider .prev-btn:hover,
.slider .next-btn:hover {
    opacity: 1;
}
.slider {
    overflow: hidden;
    position: relative;
}
.slider-items {
    display: flex;
    transition: transform 0.3s ease;
}
.item {
    flex: 0 0 calc(100% / 7);
    text-align: center;
}
.match-count {
    padding-left: 5px;
}
/* CSS */
.highlight {
    animation-name: highlightAnimation;
    animation-duration: 1s;
    animation-iteration-count: 2;
}
.highlight {
    animation: blink 1s infinite;
}

@keyframes blink {
    0% {
        color: inherit;
    }
    50% {
        color: #ff0017; /* Màu chữ thay đổi sau 50% thời gian */
    }
    100% {
        color: inherit;
    }
}
@keyframes highlightAnimation {
    0%,
    100% {
        background-color: initial; /* Màu sắc ban đầu */
    }
    50% {
        background-color: yellow; /* Màu sắc nhấp nháy */
    }
}
.notification-item {
    display: block;
    border-left: var(--api-color-hot) solid 3px;
    background: var(--api-bg-top-bar);
    color: var(--api-color-top-bar);
    margin: 0 auto 5px;
    width: 350px;
    transition: all 0.5s;
    max-width: 100%;
    padding-bottom: 3px;
}
#notification-box {
    position: fixed;
    bottom: 10px;
    left: 20px;
    z-index: 99;
    max-width: calc(100% - 20px);
}
.notification-item .header_noti {
    display: flex;
    background: rgb(227 227 227 / 8%);
    padding: 5px 10px;
    margin-bottom: 3px;
}
.notification-item .header_noti .playerName {
    flex-grow: 10;
    font-size: 13px;
    font-weight: 600;
    padding-left: 25px;
    position: relative;
}
.notification-item .header_noti .playerName::before {
    width: 17px;
    content: "";
    background: url(../images/ballin.png) center no-repeat;
    position: absolute;
    height: 20px;
    background-size: contain;
    left: 0;
}
.notification-item .header_noti .time {
    flex-grow: 2;
    font-size: 13px;
    text-align: right;
}
.notification-item .home_noti,
.notification-item .away_noti {
    display: flex;
    padding: 0 10px;
}
.notification-item .home_noti .homeTeamLogo,
.notification-item .away_noti .awayTeamLogo {
    width: 20px;
    margin-right: 10px;
    text-align: center;
}
.notification-item .home_noti .homeTeamLogo img,
.notification-item .away_noti .awayTeamLogo img {
    height: 20px;
    object-fit: cover;
}
.notification-item .home_noti .homeTeamName,
.notification-item .away_noti .awayTeamName {
    flex-grow: 10;
    font-size: 13px;
    line-height: 25px;
    font-weight: 600;
    max-width: 270px;
}
.notification-item .home_noti .homescore,
.notification-item .away_noti .awayscore {
    flex-grow: 1;
    font-size: 13px;
    line-height: 25px;
    text-align: center;
}
.banner_image {
    text-align: center;
    border-top: 0.5px solid var(--api-color-hr);
}
.corners_text {
    font-size: 12px;
    font-weight: 300;
}
.corners_text .cornerstext {
    position: relative;
    margin-left: 20px;
}
.corners_text .corners {
    width: 11px;
    content: "";
    background: url(../images/corners.png) center no-repeat;
    position: absolute;
    height: 17px;
    background-size: contain;
    left: -15px;
}
.row.box-odds.oddshidden {
    height: 100%;
}
.clb_tr {
    padding: 0 8px;
    display: flex;
    justify-content: flex-end;
}
/* .clb_tr span.asia1,
.clb_tr span.bs1 {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
} */
.clb_tr span.asia2,
.clb_tr span.asia3,
.clb_tr span.bs2,
.clb_tr span.bs3 {
    /* display: flex; */
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
}
.clb_tr span.eu1,
.clb_tr span.eu2,
.clb_tr span.eu3 {
    padding: 3px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
}
.textstatus {
    text-align: center;
}
.table_odds.table-bordered .clb_tr:first-child span.asia2,
.table_odds.table-bordered .clb_tr:first-child span.asia3,
.table_odds.table-bordered .clb_tr:first-child span.bs2,
.table_odds.table-bordered .clb_tr:first-child span.bs3 {
    padding-left: 10px;
    text-align: left;
}
.table_odds.table-bordered .clb_tr:last-child span.asia2,
.table_odds.table-bordered .clb_tr:last-child span.asia3,
.table_odds.table-bordered .clb_tr:last-child span.bs2,
.table_odds.table-bordered .clb_tr:last-child span.bs3 {
    padding-left: 20px;
    text-align: center;
}
.nodata {
    display: none !important;
}
.form-label.eventstage {
    margin-bottom: 0;
}
/* CSS */
@keyframes blinks {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}
.blink-icon {
    animation: blinks 4s infinite;
    color: var(--api-color-bxh);
    font-size: 7px;
}
.countstatus {
    color: var(--api-color-bxh);
    padding-left: 3px;
}
#fitter_datetime .slider {
    overflow-x: initial;
    overflow-y: initial;
}
.title_stagename {
    padding-left: 10px;
    color: var(--api-color-top-bar);
    padding-top: 8px;
    padding-right: 3px;
    padding-bottom: 8px;
    font-size: 14px;
    font-weight: 700;
    background-color: var(--api-color-hot);
}
.table-tournament td {
    line-height: 20px;
    vertical-align: middle;
    font-size: 12px;
}
.table-tournament .hometeamlogo img {
    margin-right: 0;
}
#matchHistoryModal .modal-content,
#modalStanding .modal-content,
#modalTournament .modal-content {
    max-height: 85vh;
    display: block;
    overflow-y: scroll;
    overflow-x: hidden;
}
.table-row-standing .row,
.row.promotionHeader,
.row.popupPromotions {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.tablestanding-competition {
    min-width: 540px;
}
.widget-standing.tablestanding-competition {
    min-width: auto;
}
#table-standing, #table_standings {
    margin-bottom: 15px;
}
.tablestanding-row > div:first-child,
.tablestanding-value {
    color: var(--api-color-text);
}
.tablestanding-title {
    color: var(--api-color-top-bar) !important;
    font-size: 12px;
    font-weight: 700;
    position: relative;
}
.group-table {
    background-color: var(--api-color-hot) !important;
    color: var(--api-color-top-bar);
}
.tablestanding-competition .header-row {
    background: var(--api-bg-top-bar);
    padding: 8px 3px;
    font-size: 14px;
}
.competition_item {
    margin: 0 !important;
}
.tablestanding-competition .tablestanding-row {
    display: grid;
    grid-template-columns: 30px 1fr 400px 110px;
    font-size: 12px;
    text-align: center;
}
.widget-standing.tablestanding-competition .tablestanding-row {
    grid-template-columns: 30px 1fr 120px;
}
.tablestanding-competition .tablestanding-row .primary-font,
.tablestanding-competition .tablestanding-row .tablestanding-title.text-left {
    text-align: left;
} 
.tablestanding-item {
    background-color: var(--api-bg-list);
    color: var(--api-color-text);
    border-bottom: 0.5px solid rgb(97 91 90 / 26%);
    padding: 10px 3px 0px;
}
.notePromotionWrapper {
    padding: 10px 5px;
    background-color: var(--api-bg-title);
    color: var(--api-color-text);
}
.current_team {
    background: #8b8b8b !important;
    border-bottom: 0.5px solid rgb(97 91 90 / 26%);
    padding: 5px 3px;
}

.overflow-scroll {
    max-height: 780px;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    padding-right: 15px;
}
.listoptions::-webkit-scrollbar,
.overflow-scroll::-webkit-scrollbar {
    width: 8px;
}

.listoptions::-webkit-scrollbar {
    width: 5px;
}

.listoptions::-webkit-scrollbar-thumb,
.overflow-scroll::-webkit-scrollbar-thumb {
    background-color: var(--api-bg-top-bar);
}

.listoptions::-webkit-scrollbar-track,
.overflow-scroll::-webkit-scrollbar-track {
    background-color: var(--api-color-top-bar);
}
.tablestanding-detail {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}
.widget-standing.tablestanding-competition .tablestanding-detail {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.tablestanding-value {
    text-align: center;
}
.tablestanding-row .team-label {
    font-size: 12px;
    max-width: 100%;
    color: var(--api-color-text);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    text-align: left;
    font-weight: bold;
    margin-left: 5px;
}
.widget-standing.tablestanding-competition .tablestanding-row .team-label {
    max-width: 130px;
}
.tablestanding-competition .team-logo-tablestanding {
    height: 25px;
    width: 25px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50%;
    object-fit: contain;
    display: inline-block;
    background-color: #f5f5f5;
    padding: 3px;
}

.match-stt {
    display: grid;
    grid-template-columns: repeat(5, 20px);
    justify-content: left;
    grid-column-gap: 2px;
}

.match-stt span {
    line-height: 20px;
    text-align: center;
    display: block;
    width: 20px;
    font-size: 12px;
    border-radius: 5px;
    height: 20px;
    margin: 0 auto;
    color: var(--api-color-top-bar);
    font-weight: 400;
}
.match-stt span.match-result {
    display: inline-block !important;
}
.match-stt span.win-match {
    background: rgb(15, 139, 21);
}

.match-stt span.draw-match {
    background: rgb(255, 174, 0);
}

.match-stt span.lost-match {
    background: rgb(161, 13, 13);
}
.standing {
    margin-bottom: 0px !important;
}

.group-table {
    padding-left: 10px;
    font-weight: 500;
    background-color: var(--scl-primary);
    padding-top: 8px;
    padding-right: 3px;
    padding-bottom: 8px;
    font-size: 14px;
    font-weight: 700;
}
.listoptions li.filler_match {
    margin: 0;
    padding: 0;
}
#search-competition {
    margin-bottom: 0;
    width: 100%;
}

.dropdown-custom {
    position: absolute;
    top: 20%;
    right: 2%;
}

.competitions-dropdown {
    width: 300px;
    margin: 10px auto;
    position: relative;
    display: inline-block;
}

.custom-opt-dropdown {
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
}

.selected-opt {
    padding: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
    color: var(--api-color-hot);
}

.selected-opt span {
    padding-left: 5px;
}

.listoptions {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--api-bg-list);
    border: 1px solid #ccc;
    border-top: none;
    width: 100%;
    max-height: 400px;
    overflow-y: auto;
    z-index: 10;
}

.listoptions ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.listoptions li {
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    cursor: pointer;
    color: var(--api-color-text);
}

.listoptions li:hover {
    background-color: var(--api-bg-top-bar);
    color: var(--api-color-top-bar);
}

#selected-image,
.competition_item img {
    max-width: 25px;
    max-height: 25px;
}

#not-found-table {
    display: flex;
    justify-content: left;
}

.loader-container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.match-result {
    position: relative;
    cursor: pointer;
}

.match-result:hover .popover-content-match {
    z-index: 10;
    opacity: 1;
    visibility: visible;
    transition: all 0.2s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

.popover-content-match {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: -68px;
    transform: translate(0, 10px);
    background-color: #525252;
    color: #ffffff;
    padding: 1.5rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    width: 150px;
    padding: 10px;
}

.popover-content-match:before {
    position: absolute;
    z-index: -1;
    content: "";
    right: calc(50% - 5px);
    top: -8px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #525252 transparent;
    transition-duration: 0.3s;
    transition-property: transform;
}

.popover-message-match {
    text-align: center;
    margin-bottom: 6px;
}

.modal-area-match img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    background: #fff;
    border-radius: 5px;
    padding: 3px;
    margin: 0 10px;
}

.popover-name {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

.popover-name .home {
    float: left;
}

.popover-name .away {
    float: right;
}

.popover-name span {
    width: 60px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 16px;
    overflow: hidden;
}

.table_odds .text_odds {
    margin-bottom: 0 !important;
    font-size: 12px;
}

.table_odds p {
    margin-bottom: 0 !important;
}

.clb_tr span.asia1,
.clb_tr span.bs1 {
    flex-grow: 1;
    text-align: right;
}

.clb_tr span.asia1,
.clb_tr span.bs1 {
    font-weight: 300;
    font-size: 11px;
    color: #727272;
}

.text_odds span {
    color: white;
    display: inline-block;
    font-size: 12px;
}

.table_odds.table-bordered .clb_tr:first-child span.asia2,
.table_odds.table-bordered .clb_tr:first-child span.asia3,
.table_odds.table-bordered .clb_tr:first-child span.bs2,
.table_odds.table-bordered .clb_tr:first-child span.bs3 {
    padding-left: 10px;
    text-align: left;
}

.clb_tr span.asia2,
.clb_tr span.asia3,
.clb_tr span.bs2,
.clb_tr span.bs3 {
    flex-grow: 1;
    text-align: right;
}

.clb_tr {
    padding: 0 8px;
    /* display: flex; */
}

.text_odds {
    font-weight: 450 !important;
    font-size: 12px;
}

.clb_tr span {
    margin-right: 0 !important;
}

.text_odds span {
    color: var(--api-color-text);
    display: inline-block;
    font-size: 12px;
}
.table_odds {
    color: white;
}
.team-position {
    position: relative;
}
.team-position span {
    position: absolute;
    width: 23px;
    height: 6px;
    border-radius: 5px 5px 0 0;
    left: 3px;
    bottom: 0;
}
td:last-child, th:last-child,
td:first-child, th:first-child {
    padding-left: initial !important;
    padding-right: initial !important;
}
.company-dropdown-list {
    max-height: 150px; 
    overflow-y: auto; 
    white-space: nowrap;
    margin-bottom: 0;
}
.company-dropdown-list::-webkit-scrollbar {
    height: 3px;
}
.company-dropdown-list::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}
.company-dropdown-list::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 3px;
}
.company-dropdown-list li {
    display: inline-block;
    padding: 5px 10px;
    background-color: var(--api-bg-top-bar);
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    color: var(--api-color-top-bar);
    margin: 0 10px 5px 0 !important;
}
.company-dropdown-list li:hover,
.company-dropdown-list li.active {
    background-color: var(--api-color-hot); 
    color: var(--api-color-top-bar);
}
.title-competition .text-start {
    display: flex;
}
.title-competition span {
    font-size: 13px;
    font-weight: 550;
}
.list_match .red {
    color: #ff0017;
}
.status-2, .status-4 {
    color: #0bdf39;
}
.border-lr {
    border-left: 0.3px solid rgb(137 137 137 / 30%);
    border-right: 0.3px solid rgb(137 137 137 / 30%);
}
.border-r {
    border-right: 0.3px solid rgb(137 137 137 / 30%);
}
.table_standing {
    border: 0.5px solid rgb(128 128 128 / 14%);
}
.compandodds #companyDropdown {
    font-size: 13px;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
#select_company {
    z-index: 2;
}

#select_company option {
    font-size: 14px;
    background: transparent;
    color: #444;
    width: 100%;
}
.hafttime {
    display: inline-block;
    margin-bottom: 10px;
    text-align: center;
    line-height: 19px;
}
.hafttime p {
    font-size: 12px;
    margin-bottom: 0;
    font-weight: 300;
}
.hafttime span {
    font-size: 18px;
}
#list_competition {
    position: relative;
    z-index: 10;
}
.menu-comp {
    display: inline-block;
    position: relative;
    padding-right: 30px;
}
.competition-btn-menu {
    display: inline-block;
    color: var(--api-color-bxh);
    height: 20px;
    width: 20px;
    border-top: 2px solid;
    position: absolute;
    top: -12px;
    cursor: pointer;
}
.competition-btn-menu::after, .competition-btn-menu::before {
    content: '';
    display: block;
    height: 2px;
    margin-top: 4px;
    background: currentColor;
    position: relative;
    transition: transform .3s ease;
}
.competition-btn-menu.active {
    border-top-color: transparent;
}
.competition-btn-menu.active::after {
    margin-top: 0px;
    top: 2px;
    transform: rotate(45deg);
}
.competition-btn-menu.active::before {
    margin-top: 0px;
    top: 6px;
    transform: rotate(135deg);
}
.list-menu-competition {
    opacity: 0;
    visibility: hidden;
    text-align: center;
    margin-top: 0px;
    transform: translate3D(-100%, 0, 0);
    transition: .3s;
    position: absolute;
    display: none;
}
.list-menu-competition.active {
    visibility: visible;
    display: inline;
    opacity: 1;
    transform: translate3D(0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    height: 80vh;
    overflow: scroll;
    overflow-x: hidden;
    background-color: var(--api-bg-list);
}
.dropdown-list,
.competition-menu {
	padding: 0 !important;
	margin: 0 !important;
}
.competition-menu li {
    list-style: none;
    margin: 0 !important;
    text-align: left;
    color: var(--api-color-text);
    font-size: 12px;
    padding: 5px 10px;
    line-height: 20px;
    cursor: pointer;
    border-bottom: 0.5px solid rgb(128 128 128 / 14%);
} 
.competition-menu li:hover {
    background-color: var(--api-bg-title);
}
.noMatchMessage {
    margin-top: 10px;
    text-align: center;
    color: #ec0303;
}
.dropdown-list {
    display: none;
    padding: 0;
    margin: 0;
    width: 60px;
    list-style: none;
    position: absolute;
    background-color: var(--api-bg-top-bar);
}  
.dropdown-list li {
    padding: 3px 0;
    cursor: pointer;
    text-align: left;
    border-bottom: 0.5px solid rgb(128 128 128 / 14%);
    margin: 0 !important;
    position: relative;
} 
.dropdown-list li:first-child {
    padding-top: 6px;
}
.dropdown-list li:hover {
    background-color: var(--api-bg-list);
}  
.select_comp {
    margin-right: 5px;
}
#companyDropdownDetail {
    display: flex;
    justify-content: center;
    align-items: center;
}
#dropdownButton, #dropdownButtonDetail {
    cursor: pointer;
    max-width: 60px;
}  
#dropdownButton img, #dropdownButtonDetail img, .dropdown-list li img {
    width: 60px; 
    object-fit: cover;
}
#dropdownButton:hover, #dropdownButtonDetail:hover {
    background-color: var(--api-bg-list);
}
#dropdownButton:focus + #dropdownList, #dropdownButtonDetail:focus + #dropdownListDetail {
    display: block;
}  
#dropdownList.show, #dropdownListDetail.show {
    display: block;
}
#player-table {
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    width: 100%;
    border: 0.5px solid var(--api-color-hr);
    margin-bottom: 20px;
}
#player-table thead tr {
    background: #254892 url("../images/bg-min.svg") right -855px no-repeat;
}
#player-table tbody tr td {
    padding: .5em;
    color: var(--api-color-text);
}
#player-table tr {
    background-color: var(--api-bg-list);
    color: var(--api-color-text);
}
#player-table tr:nth-child(2n) {
    border-bottom: 0.5px solid var(--api-color-hr);
    background-color: var(--api-bg-title);
}
#player-table thead tr th {
    padding: 8px 10px !important;
    white-space: nowrap;
    font-weight: 400;
    vertical-align: middle;
    font-size: 10px;
    color: var(--api-color-top-bar);
}
#player-table .spn_numb_team {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    line-height: 23px;
    text-align: center;
    font-size: 14px;
    color: var(--api-color-text);
    display: inline-block;
    font-weight: 600;
    margin-left: 10px;
}
#player-table span,
.colteams span {
    color: var(--api-color-text);
}
#player-table img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: contain;
} 
#player-table .colteams img {
    height: 25px;
    width: 25px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50%;
    object-fit: contain;
    display: inline-block;
    background-color: #f5f5f5;
    padding: 3px;
}
#modalTournament .modal-header {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 400;
    border-bottom: 0.5px solid rgb(213 213 213 / 45%);
}
#modalTournament .competition {
    text-align: center;
    margin-top: 15px;
}
#modalTournament .competition img {
    width: 80px;
    height: 80px;
}
#modalTournament .name_competition {
    margin: 10px 0;
    font-size: 18px;
}
.box_cat_cont {
    display: flex;
    align-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.box_cat_cont .category,
.box_cat_cont .country {
    margin-right: 20px;
}
.box_cat_cont .category img,
.box_cat_cont .country img {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border: 1px solid #eee;
    overflow: hidden;
    flex-shrink: 0;
    object-fit: cover;
}
#modalTournament .season-dropdown {
    display: inline-flex;
    width: auto;
    height: 25px;
    margin: 0;
    padding: 0 25px 0 10px;
    border-radius: 5px;
}
.match-results-tournament td {
    color: var(--api-color-text);
    font-size: 12px;
}
.match-results-tournament .team-name {
    font-weight: 400;
    padding: .5em;
}
.match-results-tournament .teamLogo {
    margin-right: 0;
}
.stage-buttons button,
.round-buttons button,
.group-buttons button {
    min-width: 75px;
    height: 20px;
    line-height: 20px;
    border-radius: 4px;
    background: var(--api-bg-top-bar);
    color: var(--api-color-top-bar);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 6px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 400;
    border: 0px;
    text-transform: none;
}
.stage-buttons button:hover,
.round-buttons button:hover,
.stage-buttons button.active,
.round-buttons button.active,
.group-buttons button:hover,
.group-buttons button.active {
    background: var(--api-color-hot);
    color: var(--api-color-top-bar);
}
.bg-box-schedule .card-header,
.bg-box-schedule .card-header {
    background-color: var(--api-bg-top-bar);
    color: var(--api-color-top-bar);
}
.bg-box-schedule .card-body,
.bg-box-schedule .card-body {
    background-color: var(--api-bg-list);
    color: var(--api-color-text);
    border-radius: 0 0 5px 5px;
}
#table_schedules .card-title,
#table_match_resultss .card-title {
    position: relative;
}
#table_schedules .card-title::before,
#table_match_resultss .card-title::before {
    content: '';
    width: 76px;
    height: 3px;
    background-color: var(--api-color-hot);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: 0 auto;
}
#table_schedules .teamName img,
#table_match_resultss .teamName img,
.bg-box-schedule .teamName img,
.bg-box-schedule .teamName img {
    width: 30px;
    height: 30px;
    padding: 5px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50%;
    object-fit: contain;
    background-color: #f5f5f5;
}
#table_schedules .timePlay span,
#table_match_resultss .scorePlay span,
.bg-box-schedule .scorePlay span,
.bg-box-schedule .scorePlay span {
    font-size: 18px;
    font-weight: 600;
}
#table_match_resultss .scorePlay,
.bg-box-schedule .scorePlay,
.bg-box-schedule .scorePlay {
    line-height: 20px;
}
#table_match_resultss .scorePlay p,
.bg-box-schedule .scorePlay p {
    margin-bottom: 0;
    opacity: 0.7;
}
.bg-box-schedule .card-body > .row,
.bg-box-schedule .card-body > .row,
.bg-box-schedule .card-body .box-row {
    border-bottom: 0.5px solid var(--api-color-hr);
    padding-bottom: 7px;
    margin-bottom: 7px;
}
.bg-box-schedule .card-body > .row:last-child,
.bg-box-schedule .card-body > .row:last-child,
.bg-box-schedule .card-body .box-row:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.bg-box-schedule .timeplay {
    color: var(--api-color-bxh);
    text-transform: capitalize;
    line-height: 20px;
}
.social-icons {
    display: flex;
}
.social-icons a{
    opacity: 1 !important
}
.box-standing-id {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.list-item-widget {
    padding: 2px 10px;
    margin: 0 5px 4px 0;
    cursor: pointer;
    position: relative;
    display: inline-block;
    border-radius: 15px;
    background-color: var(--api-bg-top-bar);
    color: var(--api-color-text);
    font-size: 13px;
    font-weight: 550;
    line-height: 21px;
    -moz-user-select: none !important;
    -webkit-touch-callout: none!important;
    -webkit-user-select: none!important;
    -khtml-user-select: none!important;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    user-select: none!important;
}
.list-item-widget.active,
.list-item-widget:hover {
    background-color: var(--api-color-hot);
    color: var(--api-color-text);
}
.get_api_sport_widget_top_players .colteam {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.get_api_sport_widget_top_players .colteam .name_player {
    font-size: 12px;
    max-width: 95px;
    color: var(--api-color-text);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    text-align: left;
    font-weight: bold;
    margin-left: 5px;
}
.title-widget_schedule {
    font-weight: 600;
    color: var(--api-color-hot);
    font-size: 14px;
    border-left: 3px solid var(--api-color-hot);
    padding-left: 10px;
}
.box_widget_schedule .card-header,
.box_widget_schedule .card-body {
    padding: 3px 10px;
    font-size: 13px;
}
.box_widget_schedule .teamName img {
    width: auto;
    height: auto;
    max-width: 24px;
    max-height: 24px;
    padding: 0;
    background-color: transparent;
    border-radius: 0px;
}
.box_widget_schedule .card-body > .row {
    margin-bottom: 3px;
    padding-bottom: 3px;
}
.box_widget_schedule .teamName span {
    max-width: 80px;
    font-size: 12px;
    color: var(--api-color-text);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    text-align: left;
    font-weight: bold;
}
.box_widget_schedule .teamName .namehome {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-start;
}
.box_widget_schedule .teamName .nameaway {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.box_widget_schedule .scorePlay span {
    font-size: 10px;
}
iframe > html {
    overflow: hidden;
    margin-top: 0 !important;
}
.filter_buttons_schedule button {
    border-bottom: 1px solid #ccc;
    padding: 0 25px 0 5px;
    height: 30px;
    line-height: 30px;
    min-height: auto;
    position: relative;
    font-size: 14px;
    text-transform: initial;
    color: var(--api-color-hot);
}
.filter_buttons_schedule {
    position: relative;
}
.filter_buttons_schedule button::after {
    content: '❯';
    position: absolute;
    right: 5px;
    top: 0;
    transform: rotate(90deg);
}
.round-list {
    padding: 0;
    visibility: visible;
    display: inline;
    opacity: 1;
    transform: translate3D(0, 0, 0);
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 2;
    max-height: 30vh;
    margin-bottom: 0;
    overflow: scroll;
    overflow-x: hidden;
    background-color: var(--api-bg-list);
}
.round-list span {
    display: block;
    list-style: none;
    margin: 0 !important;
    text-align: left;
    color: var(--api-color-text);
    font-size: 12px;
    padding: 5px 20px;
    line-height: 20px;
    cursor: pointer;
    border-bottom: 0.5px solid rgb(128 128 128 / 14%);
}
.round-list span:hover {
    background-color: var(--api-bg-title);
}
.filter_buttons_schedule button:hover {
    border-bottom-color: var(--api-color-hot);
}
.linklive i {
    color: #c72a1d;
    font-size: 20px !important;
    cursor: pointer;
}
.linklive:hover i {
    color: var(--api-color-bxh);
}
.linklive a {
    position: relative;
    display: inline-block;
  }
  
.linklive a .tooltiptext {
    visibility: hidden;
    width: 90px;
    background-color: rgb(0 0 0 / 40%);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 4px 0;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 125%;
  }
  
.linklive a .tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent rgb(0 0 0 / 40%) transparent transparent;
  }
.linklive a:hover .tooltiptext {
    visibility: visible;
}
.embed-responsive-item-widget {
    padding-bottom: calc(62% + 75px);
    position: relative;
}
.embed-responsive-item-widget .mo-phong {
    height: 100%;
    position: absolute;
    width: 100%;
}
.embed-responsive-item-widget .mo-phong:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.embed-responsive-item-widget .mo-phong iframe {
    height: 100%;
    margin-bottom: 15px;
    width: 100%;
}
.penalty_shootout {
    background-color: rgb(14 17 21 / 40%);
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 16px 24px;
    border-radius: 16px;
}
.penalty_shootout .heading {
    margin-bottom: 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;

}
.penalty_shootout .table_pen .col_pen {
    display: flex;
    align-items: center;
    flex-direction: row;
    background-color: rgb(14 17 21 / 70%);
    height: 24px;
    border-radius: 16px;
    padding: 0 15px;
    margin-bottom: 4px;
}
.penalty_shootout .table_pen .col_pen.away .logo_team {
    order: 3;
    margin-left: 10px;
    margin-right: 0px;
}
.penalty_shootout .table_pen .col_pen.away .res_pen {
    order: 2;
}
.penalty_shootout .table_pen .col_pen.away .score {
    order: 1;
}
.penalty_shootout .table_pen .col_pen.away .score .Text {
    text-align: left;
}
.penalty_shootout .table_pen .name.away {
    text-align: right;
}
.penalty_shootout .table_pen .col_pen .score {
    -webkit-box-flex: 1;
    flex-grow: 1;
}
.penalty_shootout .table_pen .col_pen .score .Text {
    text-align: right;
}
.penalty_shootout .table_pen .col_pen .logo_team {
    margin-left: 0px;
    margin-right: 10px;
}
.penalty_shootout .table_pen .col_pen .logo_team img {
    object-fit: cover;
}
.penalty_shootout .table_pen .res_pen,
.penalty_shootout .table_pen .res_pen .ress {
    display: flex;
}
.penalty_shootout .table_pen .res_pen .ress .Box {
    background-color: rgba(255, 255, 255, 0.3);
    height: 8px;
    width: 8px;
    margin-top: 4px;
    margin-bottom: 4px;
    border-radius: 4px;
    margin-left: 5px;
}
.penalty_shootout .table_pen .res_pen .ress .Box.in {
    background-color: #44b57d;
}
.penalty_shootout .table_pen .res_pen .ress .Box.out {
    background-color: #e35c47;
}
.penalty_shootout .table_pen .name .nameplayer.in {
    color: #44b57d;
    font-weight: normal;
}
.penalty_shootout .table_pen .name .nameplayer.out {
    color: #e35c47;
    font-weight: normal;
}
/* CSS cho toggle switch */
.toggle-container {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

#cornerToggle {
    appearance: none;
    width: 40px;
    height: 20px;
    background: #ccc;
    outline: none;
    cursor: pointer;
    border-radius: 20px;
    position: relative;
    transition: background 0.3s ease-in-out;
}

#cornerToggle:checked {
    background: #4caf50;
}

#cornerToggle::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: white;
    border-radius: 50%;
    top: 2px;
    left: 2px;
    transition: transform 0.3s ease-in-out;
}

#cornerToggle:checked::before {
    transform: translateX(20px);
}

@media screen and (max-width: 768px) {
    .penalty_shootout .table_pen .col_pen.away .logo_team {
        order: inherit;
        margin-left: 0;
        margin-right: 10px;
    }
    .penalty_shootout .table_pen .col_pen.away .res_pen {
        order: inherit;
    }
    .penalty_shootout .table_pen .col_pen.away .score {
        order: inherit;
    }
    .penalty_shootout .table_pen .col_pen.away .score .Text {
        text-align: right;
    }
    .penalty_shootout .table_pen .name.away {
        text-align: left;
    }
    .penalty_shootout .table_pen .name.home {
        margin-bottom: 10px;
    }
    .embed-responsive-item-widget {
        padding-bottom: calc(68% + 75px);
    }
    #matchHistoryModal .modal-body .homeScore_awayScore {
        font-size: 20px;
    }
    #matchHistoryModal .modal-body .homeScore_awayScore .OvertimeScore {
        font-size: 14px;
    }
    .item {
        flex: 0 0 calc(100% / 3);
    }
    .tablestanding-competition .tablestanding-row {
        display: grid;
        grid-template-columns: 30px 115px 280px 130px;
        font-size: 12px;
        text-align: center;
    }
    .tablestanding-competition{
        min-width: 559px;
    }
    .tablestanding-container {
        overflow-y: hidden;
        overflow-x: auto;
    }
    .popover-content-match {
        display: none;
    }
    #player-table .th_player .colteam,
    #player-table .th_teams .colteams {
        vertical-align: middle;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 120px;
        white-space: nowrap;
    }
    #player-table .th_teams .colteams {
        width: 90px;
    }
    #modalTournament .name_competition {
        text-align: center;
    }
    .match-results-tournament td.hometeamlogo,
    .match-results-tournament td.awayteamlogo {
        width: 30px;
    }
    #table_schedules .teamName img {
        padding: 3px;
    }
    #table_schedules .timePlay span {
        font-size: 25px;
    }
    #table_schedules .teamName span {
        font-size: 14px;
    }
}
@media (max-width: 575.98px) {
    #matchHistoryModal .modal-body .homeScore_awayScore {
        font-size: 18px;
    }
    #matchHistoryModal .modal-body .homeScore_awayScore .OvertimeScore {
        font-size: 12px;
    }
    .table_standing {
        overflow-x: scroll;
        display: flex;
        align-content: space-around;
        flex-wrap: wrap;
    }
    .table_standing .col-1 {
        width: 45px !important;
    }
    .table_standing #headerboxWrapper {
        display: block;
    }
    .table_standing #headerboxWrapper .promotionHeaderWrapper .promotionHeader {
        display: flex !important;
        flex-wrap: inherit !important;
        background-color: var(--api-bg-top-bar);
    }
    .table_standing #seasonsTableModal {
        display: block;
        grid-auto-rows: 36px;
    }
    .table_standing #seasonsTableModal .item_popupPromotions {
        column-gap: 8px;
        display: grid;
        grid-auto-columns: max-content;
        grid-auto-flow: column;
    }
    .table_standing
    #seasonsTableModal
    .item_popupPromotions
    .table__cell--value {
        align-items: center;
        align-self: center;
        justify-content: center;
        display: table-cell;
        height: 20px;
        padding: 0 !important;
        width: 45px !important;
        max-width: none;
        flex: none;
        -ms-flex: none;
    }
    .table_standing
    #headerboxWrapper
    .promotionHeader
    .table__cell--sticky:nth-child(2),
    .table_standing
    #seasonsTableModal
    .item_popupPromotions
    .table__cell--sticky:nth-child(2) {
        z-index: 1;
        align-items: center;
        align-self: center;
        display: table-cell;
        height: 20px;
        width: 140px;
        max-width: none;
        flex: none;
        -ms-flex: none;
    }
    .table_standing #headerboxWrapper .promotionHeader .table__cell--form,
    .table_standing
    #seasonsTableModal
    .item_popupPromotions
    .table__cell--form {
        width: 135px;
        max-width: none;
        flex: none;
        -ms-flex: none;
    }
    .table_standing #headerboxWrapper .promotionHeader .table__cell--value,
    .table_standing
    #headerboxWrapper
    .promotionHeader
    .table__cell--sticky:nth-child(2) {
        height: auto;
    }
    .matchrow .eventstage {
        margin: 0;
    }
    .title_all_match {
        font-size: 13px;
        padding: 5px 0;
    }
    .textstatus {
        text-align: left;
    }
    .clb_tr {
        padding: 0 5px;
    }
    .matchrow .form-label.eventparticipanthome strong,
    .matchrow .form-label.eventparticipantaway strong,
    .event__titleBox {
        max-width: 70px;
        overflow: hidden;
        padding: 0 2px;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block;
    }
    .box_top_header .box_header span {
        font-size: 11px;
    }
    .event__title img,
    .event__country {
        margin-right: 1px;
    }
    .matchrow {
        padding-bottom: 3px;
    }
    .match-count {
        padding-left: 1px;
    }
    .event__titleBox {
        max-width: 210px;
    }
    .hometeamyellowcard,
    .hometeamredcard {
        top: -5px;
    }
    .matchrow,
    .matchrow .row {
        position: relative;
        z-index: 1;
        padding-top: 0;
    }
    .item_time_corners {
        background: rgb(74 74 74 / 40%);
        margin-bottom: 3px;
    }
    .eventlogohome,
    .eventlogoaway,
    .teamLogo {
        float: left;
    }
    .seasonstable {
        margin-right: 5px;
    }
    .box-chuthich {
        padding: 0 15px 10px;
    }
    .box-chuthich span {
        width: 50%;
        text-align: left;
        margin-right: 0;
    }
    .field {
        height: 590px;
        max-height: none;
        flex-direction: column;
        display: flex;
        max-width: none;
        position: relative;
        justify-content: center;
    }
    .field:before {
        transform: rotate(90deg);
        width: 520px;
    }
    .team.team-home,
    .team.team-away {
        height: 100%;
        width: 80%;
        display: flex;
        flex-direction: row-reverse;
        margin-right: -30px;
        margin-left: 0;
    }
    .team {
        top: 0;
    }
    .team.team-home {
        transform: rotate(90deg);
        top: -30px;
        margin-right: 0;
        left: -25px;
    }
    .team.team-away {
        transform: rotate(90deg);
        top: 20px;
    }
    .player {
        transform: rotate(-90deg);
        width: 40px;
    }
    #listlineupplayer .player-list .player_info {
        padding: 5px;
    }
    #listlineupplayer .player-list .player_info .info_player {
        margin-top: 4px;
        font-size: 12px;
    }
    #listlineupplayer .player-list .player_info .player-avatar img {
        margin-top: 5px;
    }
    #listlineupplayer .player-list .player_info .info_player .player-name {
        max-width: 70px;
        overflow: hidden;
        padding: 0;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .promotionHeaderWrapper {
        column-gap: 8px;
        display: inline-grid;
        grid-auto-columns: max-content;
        grid-auto-flow: column;
    }
    .promotionHeader {
        display: flex !important;
        flex-wrap: inherit !important;
    }
    .table-row-standing {
        overflow: hidden;
        display: contents;
    }
    #filter_interface,
    #matchHistoryModal .modal-body .panel-info .nav-tabs,
    .stage-buttons {
        column-gap: 8px;
        display: grid;
        grid-auto-columns: max-content;
        grid-auto-flow: column;
        overflow-x: auto;
        overflow-y: hidden;
    }
    #filter_interface::-webkit-scrollbar,
    #matchHistoryModal .modal-body .panel-info .nav-tabs::-webkit-scrollbar {
        height: 3px;
    }

    #filter_interface::-webkit-scrollbar-track,
    #matchHistoryModal
        .modal-body
        .panel-info
        .nav-tabs::-webkit-scrollbar-track {
        background-color: #f1f1f1;
    }

    #filter_interface::-webkit-scrollbar-thumb,
    #matchHistoryModal
        .modal-body
        .panel-info
        .nav-tabs::-webkit-scrollbar-thumb {
        background-color: #888;
        border-radius: 3px;
    }

    #filter_interface::-webkit-scrollbar-thumb:hover,
    #matchHistoryModal
        .modal-body
        .panel-info
        .nav-tabs::-webkit-scrollbar-thumb:hover {
        background-color: #555;
    }
    #filter_interface::-webkit-scrollbar-track,
    .boxWrapper::-webkit-scrollbar-track,
    #matchHistoryModal
        .modal-body
        .panel-info
        .nav-tabs::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #f5f5f5;
    }
    #filter_interface::-webkit-scrollbar,
    .boxWrapper::-webkit-scrollbar,
    #matchHistoryModal .modal-body .panel-info .nav-tabs::-webkit-scrollbar {
        width: 5px;
        background-color: #f5f5f5;
    }
    #filter_interface::-webkit-scrollbar-thumb,
    .boxWrapper::-webkit-scrollbar-thumb,
    #matchHistoryModal
        .modal-body
        .panel-info
        .nav-tabs::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.5);
        border: 0.5px solid rgb(128 128 128 / 14%);
    }
    #listlineupplayer .player-list .player_info .player-incidents {
        left: 39%;
    }
    #listlineupplayer
        .player-list:nth-child(2)
        .player_info
        .player-incidents
        .incident
        .incident-icon
        .Goal:before {
        left: inherit;
    }
    #listlineupplayer .player-list:nth-child(2) .player_info .player-incidents {
        right: 40%;
    }
    .boxWrapper::-webkit-scrollbar {
        height: 5px; 
    }
    .boxWrapper {
        overflow-x: scroll;
        overflow-y: clip;
    }
    .boxWrapper .modal-body {
        display: grid;
        grid-auto-rows: 36px;
    }
    .boxWrapper .modal-body .item_popupPromotions {
        column-gap: 8px;
        display: grid;
        grid-auto-columns: max-content;
        grid-auto-flow: column;
    }
    .boxWrapper .table__cell--sticky {
        position: sticky;
        position: -webkit-sticky;
        z-index: 1;
    }
    .boxWrapper .table__cell--sticky:nth-child(1) {
        z-index: 1;
        align-items: center;
        /* height: 35px; */
        width: 55px;
        display: table-cell;
        max-width: none;
        flex: none;
        -ms-flex: none;
        padding-top: 3px;
    }
    .boxWrapper .table__cell--sticky:nth-child(2) {
        z-index: 1;
        align-items: center;
        align-self: center;
        display: table-cell;
        /* height: 35px; */
        width: 140px;
        max-width: none;
        flex: none;
        -ms-flex: none;
    }
    .boxWrapper .table__cell--form {
        width: 135px;
        max-width: none;
        flex: none;
        -ms-flex: none;
    }
    .table__cell--value {
        align-items: center;
        align-self: center;
        justify-content: center;
        display: table-cell;
        /* height: 35px; */
        padding: 0 !important;
        width: 45px !important;
        max-width: none;
        flex: none;
        -ms-flex: none;
    }
    .popover__content {
        display: none;
    }
    .text_odds span i,
    .box-text-odds i {
        display: none;
    }
    #table-companyodd {
        overflow-x: hidden;
        overflow-y: hidden;
    }
    .modal-header .status {
        text-align: center;
    }
    .modal-header .status:before {
        display: none;
    }
    #matchHistoryModal .modal-body .form-label-name {
        font-size: 14px;
        text-align: center;
    }
    .box_cat_cont { 
        flex-wrap: nowrap;
        justify-content: center;
    }
    .table-tournament .team-name {
        padding: 2px 5px;
    }
    .table-tournament .hometeamlogo,
    .table-tournament .awayteamlogo {
        padding: 2px;
        width: 28px;
        height: 24px;
    }
    .table-tournament .hometeamlogo img,
    .table-tournament .awayteamlogo img {
        width: 24px;
        height: 24px;
    }
    .box_widget_schedule .scorePlay span {
        font-size: 14px;
    }
}
@media (max-width: 320px) {
    
}
