#scrollIframe {
    /* .v3dp__datepicker .v3dp__input_wrapper input {
         display: none;
    }
     */
}
#scrollIframe .filter-dropdown {
    display: flex;
    height: 27px;
    padding: 6px 8px;
    justify-content: space-between;
    align-items: center;
    width: 120px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid var(--Ver-02-Bg-default, #9d7477);
    background: var(--Monotone-0, #fff);
    position: relative;
    cursor: pointer;
}
#scrollIframe .modal-filter {
    position: absolute;
    width: 500px;
    background-color: #f2f2f2;
    z-index: 9999;
    top: 30px;
    left: 0;
    border-radius: 6px;
    box-shadow: 0 0 20px #777;
    animation: growDown 150ms ease-in-out forwards;
    transform-origin: top center;
}
@keyframes growDown {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}
#scrollIframe .modal-filter .search-box {
    padding: 0 30px;
    position: relative;
    margin-top: 10px;
}
#scrollIframe .modal-filter .search-box img {
    position: absolute;
    width: 16px;
    height: 16px;
    object-fit: contain;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
}
#scrollIframe .modal-filter .search-box input {
    color: var(--MonotoneGrey-700, #717171);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    border-radius: 4px;
    border: 0px solid #000;
    background: #fff;
    height: 36px;
    box-shadow: 0px 4px 14px 0px #e5e5e5;
    outline: unset;
    width: 100%;
    padding-left: 35px;
    box-sizing: border-box;
    text-align: left;
}
#scrollIframe .modal-filter .search-box input::placeholder {
    text-align: left;
}
#scrollIframe .modal-filter-content {
    margin-top: 10px;
}
#scrollIframe .modal-filter-league .filter-option {
    width: 50%;
    display: inline-block;
    text-wrap: nowrap;
    height: 24px;
}
#scrollIframe .modal-filter-league .filter-option label div {
    max-width: 150px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
}
#scrollIframe .filter-option-box input[type="checkbox"] {
    width: 13px;
    height: 13px;
    margin: 0;
    vertical-align: 0;
}
#scrollIframe .filter-option-box {
    display: flex;
    align-items: center;
    gap: 5px;
}
#scrollIframe .modal-filter-league .filter-option label {
    display: flex;
}
#scrollIframe .filter-options {
    overflow: auto;
    max-height: 170px;
    padding: 0 30px;
    box-sizing: border-box;
}
#scrollIframe .modal-filter .filter-confirmation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 24px;
    border-top: 1px solid #e1dfdf;
}
#scrollIframe .modal-filter .filter-confirmation .button-confirm {
    border-radius: 4px;
    background-color: #b3232c;
    color: var(--Monotone-Grey-0, #fff);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    /* 150% */
    padding: 5px 12px;
    height: unset;
    width: 140px;
    border: 0;
}
#scrollIframe .nation_title {
    font-size: 14px;
    margin: 10px 0;
}
#scrollIframe .filter-date {
    position: relative;
}
#scrollIframe .filter-date input {
    display: flex;
    height: 27px;
    padding: 6px 8px;
    justify-content: space-between;
    align-items: center;
    width: 100px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid var(--Ver-02-Bg-default, #9d7477);
    background: var(--Monotone-0, #fff);
    font-size: 12px;
}
#scrollIframe .filter-date:before {
    content: "";
    background-image: url(//bongdalu.email/wp-content/plugins/sport-plugin/assets/site/assets/bongdawap/images/icon-calendar.svg);
    width: 18px;
    height: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
}
#scrollIframe .p-inputtext:enabled:focus {
    border-color: #9d7477 !important;
}
#scrollIframe .p-datepicker-day-cell {
    position: relative;
}
#scrollIframe .p-datepicker-day-selected {
    border: 1px solid #b3232c !important;
    background-color: transparent !important;
    color: var(--p-datepicker-date-color) !important;
    font-weight: 700;
    position: relative;
}
#scrollIframe .p-datepicker-day-selected::after {
    content: "";
    position: absolute;
    width: 3.5px;
    height: 3.5px;
    border-radius: 3.5px;
    background-color: #b3232c;
    left: calc(50% + 1px);
    transform: translateX(-50%);
    bottom: 3px;
}
#scrollIframe .p-datepicker-day-view {
    font-size: 12px !important;
}
#scrollIframe #tools {
    display: none !important;
}
#scrollIframe .modal-list-type.modal-filter {
    border-radius: 4px;
    border: 1px solid #eae1d6;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    width: 140px;
}
#scrollIframe .modal-list-type.modal-filter, #scrollIframe .modal-list-type .modal-filter-content, #scrollIframe .modal-list-type .filter-options {
    max-height: 525px;
}
#scrollIframe .modal-list-type .modal-filter-content {
    margin-top: 0;
    width: 140px;
}
#scrollIframe .modal-list-type .filter-options {
    display: flex;
    padding: 4px;
    flex-direction: column;
}
#scrollIframe .modal-list-type .filter-options {
    scrollbar-width: thin;
    scrollbar-color: rgba(136, 136, 136, 0.5) transparent;
}
#scrollIframe .modal-list-type .filter-options::-webkit-scrollbar {
    width: 3px;
    background-color: transparent;
}
#scrollIframe .modal-list-type .filter-options::-webkit-scrollbar-thumb {
    background: rgba(136, 136, 136, 0.5);
    border-radius: 5px;
}
#scrollIframe .modal-list-type.filter-options::-webkit-scrollbar-thumb:is(:hover, :focus) {
    background: rgba(136, 136, 136, 1);
}
#scrollIframe .modal-list-type .filter-option {
    width: 100% !important;
    padding: 4px;
}
#scrollIframe .modal-list-type .filter-option:hover {
    background: rgba(136, 136, 136, .1);
}
#scrollIframe .modal-list-type .filter-option:active {
    background: rgba(136, 136, 136, .2);
}
#scrollIframe .modal-list-type .filter-option:not(:last-child) {
    border-bottom: 1px solid #e6e6e6;
}
#scrollIframe .modal-list-type .filter-option > span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    max-width: 100%;
    user-select: none;
}
#scrollIframe .modal-list-type .filter-option.active, #scrollIframe .modal-list-type .filter-option.active > span {
    font-weight: 700;
}
#scrollIframe .filter-dropdown.filter-orderby {
    width: 120px;
}
 #scrollIframe body #appHome {
    font-size: 12px;
    color: #222;
}
#scrollIframe #table_live tr:not([id^="ln_"]) td {
    border-top: 1px solid #e6e6e6;
    border-bottom: none !important;
}
#scrollIframe #wap-dropdown {
    position: relative;
    min-width: 100px;
}
#scrollIframe #wap-dropdown.dropdown-round {
    margin-right: 4px;
}
#scrollIframe #wap-dropdown .dropdown-btn {
    width: 100%;
    padding: 6px 8px;
    border-radius: 4px;
    height: 27px;
    box-sizing: border-box;
    border: 1px solid var(--Ver-02-Bg-default, #9d7477);
    background: var(--Monotone-0, #fff);
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
#scrollIframe #wap-dropdown .dropdown-btn .dropdown-arrow {
    margin-left: 8px;
    line-height: 0;
}
#scrollIframe #wap-dropdown .dropdown-list {
    position: absolute;
    width: 100%;
    border: 1px solid #ccc;
    background-color: white;
    margin-top: 4px;
    max-height: 200px;
    overflow-y: auto;
    border-radius: 4px;
    z-index: 100;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
#scrollIframe #wap-dropdown .dropdown-list li {
    padding: 4px;
    cursor: pointer;
    margin-left: 0;
    margin-bottom: 0;
}
#scrollIframe #wap-dropdown .dropdown-list li:hover {
    background-color: #f0f0f0;
}
#scrollIframe #wap-dropdown .dropdown-list li.active {
    background-color: #f2f2f2;
    font-weight: bold;
}
#scrollIframe #appHome {
    background-color: #f5f5f7 !important;
}
#scrollIframe .bdr {
    border-right: 1px solid #717171;
}
#scrollIframe .match-button-filter {
    display: flex;
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background-color: #e3e3e8;
    cursor: pointer;
}
#scrollIframe .match-button-filter.active {
    background-color: #b3232c;
    color: #fff;
}
#scrollIframe .filter-tools {
    display: flex;
    gap: 12px;
}
#scrollIframe .wap-table {
    width: 100%;
    margin-top: 8px;
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
}
#scrollIframe .wap-header {
    width: 100%;
    background-color: #370307;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
#scrollIframe .wap-header .header-col {
    width: 100%;
    padding: 0 4px;
    color: #fff;
    box-sizing: border-box;
    padding: 0 4px;
}
#scrollIframe .header-col, #scrollIframe .tb-raw {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 24px;
    border-top: 1px solid #e6e6e6;
}
#scrollIframe .tb-raw.match-ads {
    display: block;
    height: auto;
    max-height: 50px;
}
#scrollIframe .tb-raw.match-item {
    background-color: #fff;
}
#scrollIframe .tb-raw .tb-col {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 4px;
}
#scrollIframe .tb-raw .tb-col:not(:last-child) {
    border-right: 1px solid #e6e6e6;
}
#scrollIframe .tb-raw .tb-col.home-team, #scrollIframe .tb-raw .tb-col.guest-team {
    gap: 3px;
    position: relative;
}
#scrollIframe .tb-raw .tb-col.home-team {
    justify-content: flex-end;
}
#scrollIframe .tb-raw .tb-col.guest-team {
    justify-content: flex-start;
}
#scrollIframe .tb-raw .tb-col.redirects {
    gap: 8px;
}
#scrollIframe .tb-raw.league-title {
    justify-content: flex-start;
    background-color: #faf4ee;
    padding: 0 8px;
    color: #232325;
    font-weight: 600;
}
#scrollIframe .wap-table-content .head-title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    background-color: #b3232c;
    gap: 16px;
}
#scrollIframe .wap-table-content .head-title .head-title-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-weight: 600;
}
#scrollIframe .live-time {
    display: flex;
    justify-content: center;
    gap: 4px;
    align-items: center;
}
#scrollIframe .live-time span:nth-child(2) {
    position: relative;
}
#scrollIframe .live-time span.live-time-data::before {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 3px;
    height: 8px;
    position: absolute;
    right: -2px;
    top: 2px;
    background-image: url(//bongdalu.email/wp-content/plugins/sport-plugin/assets/site/assets/images/in.gif);
    background-position: center center;
}
#scrollIframe .live-time .live-icon {
    border-radius: 50%;
    background: #d9232f;
    width: 6px;
    height: 6px;
}
#scrollIframe .w-max-50 {
    max-width: 50px;
}
#scrollIframe .w-max-44 {
    max-width: 44px;
}
#scrollIframe .w-max-56 {
    max-width: 56px;
}
#scrollIframe .w-max-46 {
    max-width: 46px;
}
#scrollIframe .w-max-66 {
    max-width: 66px;
}
#scrollIframe .w-max-64 {
    max-width: 64px;
}
#scrollIframe .w-min-163 {
    min-width: 163px;
}
#scrollIframe .w-min-237 {
    min-width: 237px;
}
#scrollIframe .w-max-40 {
    max-width: 40px;
}
#scrollIframe .w-max-42 {
    max-width: 42px;
}
#scrollIframe .w-max-102 {
    max-width: 102px;
}
#scrollIframe .corner-icon .light {
    color: #fff;
}
#scrollIframe .holder {
    font-size: 8px;
    position: absolute;
    top: 0;
    left: 0;
}
#scrollIframe .dash {
    margin: 0 3px;
}
#scrollIframe .report-corner {
    color: #ec6517;
}
#scrollIframe .report-score {
    font-weight: 600;
}
#scrollIframe .team-order {
    font-size: 8px;
    color: #0862bd;
    margin-top: -6px;
}
#scrollIframe .home-team .team-name {
    text-align: right;
}
#scrollIframe .guest-team .team-name {
    text-align: left;
    max-width: 133px;
}
#scrollIframe .match_icon.analyze-icon {
    background-image: url(//bongdalu.email/assets/images/icon-analytics.svg?v=1);
    background-repeat: no-repeat;
    background-position: center center;
}
#scrollIframe .match_icon.analyze-icon::before {
    content: "";
    width: 14px;
    height: 12px;
    display: block;
}
#scrollIframe .match_icon.live-icon {
    background-image: url(//bongdalu.email/assets/images/live-icon-game-rate-black.svg?v=1);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    position: relative;
}
#scrollIframe .match_icon.live-icon:hover::after {
    content: "Chi tiết";
    position: absolute;
    display: inline-block;
    font-size: 12px;
    line-height: 26px;
    z-index: 999;
    color: #fff;
    border-radius: 3px;
    background-color: #444;
    box-shadow: 0 0 6px #444;
    text-align: center;
    top: 28px;
    padding: 0 10px;
    white-space: nowrap;
    width: max-content;
    right: 0;
    left: unset;
    font-family: "Inter", sans-serif;
}
#scrollIframe .match_icon.live-icon::before {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
}
#scrollIframe .btn-loadmore {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    color: #fff;
    padding: 8px 39px 9px 23px;
    border-radius: 4px;
    border: 0;
    background: #b3232c url(//bongdalu.email/wp-content/plugins/sport-plugin/assets/site/assets/football-vn/images/double-alt-arrow-down.svg) no-repeat;
    background-position: right 15px top 6px;
    margin: 0 auto;
    display: block;
    margin-top: 24px;
}
#scrollIframe .btn-loadmore:hover {
    background-color: var(--Ver-02-Khch, #ee0b1a);
}
#scrollIframe .button-filter-outline {
    display: flex;
    width: 100px;
    height: 27px;
    padding: 6px 8px;
    justify-content: space-between;
    align-items: center;
}
#scrollIframe .ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#scrollIframe .wap-tooltip:hover::before {
    content: attr(data-wap-tooltip);
    display: block;
    position: absolute;
    top: 20px;
    border-radius: 3px;
    background-color: #444;
    box-shadow: 0 0 6px #444;
    color: white;
    padding: 5px 10px;
    font-size: 12px;
    z-index: 10;
    white-space: nowrap;
}
#scrollIframe .font-weight-700 {
    font-weight: 700;
}
#scrollIframe .tb-raw-mobile {
    display: none;
}
#scrollIframe .table-grid {
    display: grid;
    border-collapse: collapse;
    background-color: #320000;
    color: white;
    text-align: center;
    margin-top: 9px;
}
#scrollIframe .table-cupmatch {
    grid-template-columns: repeat(6, 1fr);
}
#scrollIframe .table-corner {
    grid-template-columns: 46px 1fr repeat(4, 83px);
}
#scrollIframe .row {
    display: contents;
}
#scrollIframe .cell {
    border-right: 1px solid #e5e5e5;
    padding: 3px;
    background-color: white;
    color: black;
    height: 24px;
}
#scrollIframe .header .cell {
    background-color: #320000;
    color: white;
}
#scrollIframe .row.tb-body .cell {
    border-bottom: 1px solid #e5e5e5;
}
#scrollIframe .red {
    color: red;
    font-weight: bold;
}
#scrollIframe .center {
    display: flex;
    justify-content: center;
    align-items: center;
}
#scrollIframe .betting-table tr td {
    line-height: normal;
}
#scrollIframe .betting-table tr:nth-child(odd) {
    background-color: #fff;
}
#scrollIframe .table-wrapper {
    overflow-x: auto;
}
#scrollIframe .table-wrapper tr th.head-time {
    width: 50px;
}
#scrollIframe .betting-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    margin-top: 8px;
}
#scrollIframe .betting-table tr td .time {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2px;
}
#scrollIframe .betting-table tr td .time .hours {
    font-weight: 700;
    color: #333;
}
#scrollIframe .betting-table th, #scrollIframe .betting-table td {
    border: 1px solid #000;
    padding: 4px;
    vertical-align: middle;
    font-weight: 700;
}
#scrollIframe .betting-table td {
    font-weight: 700;
}
#scrollIframe .betting-table td .handicap, #scrollIframe .betting-table td .overUnder {
    display: flex;
    gap: 18px;
    justify-content: center;
}
#scrollIframe .betting-table td .handicap div:first-child, #scrollIframe .betting-table td .overUnder div:first-child {
    min-width: 34px;
}
#scrollIframe .betting-table td .handicap .value, #scrollIframe .betting-table td .overUnder .value {
    color: var(--Ver-02-Khch, #ee0b1a);
}
#scrollIframe .betting-table td .handicap div, #scrollIframe .betting-table td .overUnder div {
    font-weight: 700;
    color: var(--Monotone-1900, #0c0c0d);
}
#scrollIframe .betting-table thead tr th {
    background-color: #370307;
    color: white;
    font-weight: 400;
}
#scrollIframe .betting-table tbody tr:hover {
    background-color: #f1f1f1;
}
#scrollIframe .betting-table .match-team {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
#scrollIframe .betting-table .match-team .home-team {
    color: var(--Ver-02-Khch, #ee0b1a);
    font-weight: 700;
}
#scrollIframe .betting-table .match-team .guest-team {
    color: var(--Monotone-1900, #0c0c0d);
    font-weight: 700;
}
#scrollIframe .betting-table .form {
    color: var(--Ver-02-Active-link, #0862bd);
    font-size: 10px;
}
#scrollIframe .font-weight-700 {
    color: var(--Monotone-1900, #0c0c0d);
}
#scrollIframe .tb-col.name {
    font-weight: bold;
}
#scrollIframe .standing-menu {
    display: flex;
    margin-top: 24px;
}
#scrollIframe .standing-menu .standing-menu-item {
    padding: 3px 6px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    position: relative;
    cursor: pointer;
}
#scrollIframe .standing-menu .standing-menu-item.active::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #b3232c;
    top: 100%;
    left: 0;
}
#scrollIframe .standing-menu .standing-menu-item.active {
    color: var(--Ver-02-Khch, #ee0b1a);
}
#scrollIframe .standing-menu-item:not(:first-child) {
    margin-left: 6px;
}
#scrollIframe .btn-sub-filter {
    border-radius: 4px;
    border: 1px solid var(--Monotone-1000, #bbbcc1);
    display: flex;
    height: 27px;
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    min-width: 60px;
}
#scrollIframe .btn-sub-filter.isActive {
    background: var(--Monotone-0, #fff);
    border: 1px solid var(--Ver-02-Bg-default, #9d7477);
}
#scrollIframe .sub-filter {
    display: flex;
    gap: 4px;
    margin-top: 19px;
}
#scrollIframe .ranking-logo {
    width: 29px;
}
#scrollIframe .ranking-name {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
}
#scrollIframe .fixture .filter-tools, #scrollIframe .idx-resultpage .filter-tools {
    gap: 4px;
}
@media screen and (max-width: 768px) {
    #scrollIframe #section-football .wap-header {
        display: none;
    }
    #scrollIframe body #main #view-data {
        padding-bottom: 6px;
    }
    #scrollIframe .filter-tools-mb {
        justify-content: center;
        gap: 4px;
    }
    #scrollIframe .filter-dropdown.filter-orderby {
        width: none;
    }
    #scrollIframe .filter-tools-mb .filter-date input {
        width: 100%;
    }
    #scrollIframe .filter-tools-mb .filter-dropdown, #scrollIframe .filter-dropdown.filter-orderby {
        width: 100%;
    }
    #scrollIframe .fixture .filter-tools {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    #scrollIframe #section-football .tb-raw {
        display: none;
    }
    #scrollIframe #section-football .wap-table-content .head-title {
        display: none;
    }
    #scrollIframe #section-football .tb-raw-mobile {
        display: block;
        background: #fff;
        overflow: hidden;
        border: 1px solid #e6e6e6;
        border-bottom: 0;
    }
    #scrollIframe #section-football .tb-raw-mobile:last-child {
        border-bottom: 1px solid #e6e6e6;
    }
    #scrollIframe #section-football .tb-raw-mobile.league-header {
        background: #f6eee7;
        padding: 5px 8px 6px 8px;
        font-weight: 600;
    }
    #scrollIframe #section-football .tb-raw-mobile .match {
        display: grid;
        grid-template-columns: 1fr minmax(0, 54px) 1fr;
        align-items: center;
        border-top: 1px solid #eee;
        position: relative;
    }
    #scrollIframe #section-football .tb-raw-mobile .odds {
        text-align: center;
        font-size: 10px;
        color: var(--Monotone-1400, #7b7c80);
        font-weight: 400;
    }
    #scrollIframe #section-football .tb-raw-mobile .match-time {
        align-self: self-start;
        font-size: 10px;
        text-align: center;
        position: absolute;
        padding: 10px;
        color: var(--Monotone-1800, #232325);
    }
    #scrollIframe #section-football .tb-raw-mobile .team {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 6px;
        color: var(--Monotone-1800, #232325);
        padding: 12px;
    }
    #scrollIframe #section-football .tb-raw-mobile .team.home-team {
        align-items: flex-end;
        padding-right: 4px;
    }
    #scrollIframe #section-football .tb-raw-mobile .team.guest-team {
        align-items: flex-start;
        padding-left: 4px;
    }
    #scrollIframe #section-football .tb-raw-mobile .team .team-name {
        font-size: 12px;
        font-weight: 400;
        max-width: 150px;
    }
    #scrollIframe #section-football .tb-raw-mobile .team .team-order {
        margin: 0;
    }
    #scrollIframe #section-football .tb-raw-mobile .score {
        font-weight: bold;
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 6px;
        background: var(--Monotone-300, #f5f5f7);
        height: 100%;
        justify-content: center;
        padding: 12px 0;
    }
    #scrollIframe #section-football .tb-raw-mobile .redirects {
        display: flex;
        gap: 8px;
        position: absolute;
        top: 0;
        right: 0;
        padding: 6px;
    }
    #scrollIframe #section-football .tb-raw-mobile .redirects .match_icon {
        /* width: 12px;
         */
        height: 12px;
        margin-top: 0;
    }
    #scrollIframe #section-football .tb-raw-mobile .minute {
        font-size: 10px;
        color: var(--Monotone-1600, #515154);
    }
    #scrollIframe #section-football .tb-raw-mobile .score .result {
        font-size: 12px;
        font-weight: 600;
    }
    #scrollIframe #section-football .tb-raw-mobile .live-time-data {
        font-size: 10px;
    }
    #scrollIframe #section-football .tb-raw-mobile .handicap {
        font-size: 10px;
        color: #555;
    }
    #scrollIframe #section-football .tb-raw-mobile .statistic {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
    }
    #scrollIframe #section-football .tb-raw-mobile .card {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 8px;
        padding: 2px;
        border-radius: 1px;
        font-weight: 400;
        background: var(--Bongdanet-Secondary-Yellow-Yellow-1, #f4d108);
    }
    #scrollIframe .section-loadmore {
        background: var(--Monotone-0, #fff);
        padding: 8px 0;
    }
    #scrollIframe .btn-loadmore {
        margin-top: 0;
    }
    #scrollIframe .match-button-filter {
        width: 90px;
    }
    #scrollIframe .font-weight-700 {
        font-weight: 600;
    }
}
@media screen and (max-width: 425px) {
    #scrollIframe #section-football .tb-raw-mobile .team .team-name {
        max-width: 93px;
    }
}#scrollIframe #match-detail{font-size:14px}#scrollIframe #match-detail .head-title{padding:5px 5px 0}#scrollIframe #match-detail .head-subtitle{padding:0 5px}#scrollIframe #match-detail .head-title,#scrollIframe .section-title{color:var(--Monotone-1900, #0c0c0d);font-size:16px;font-weight:700;margin:0}#scrollIframe .table-grid{border-left:1px solid #e5e5e5}#scrollIframe .summary_stats{border:1px solid #e5e5e5;border-top:0}#scrollIframe .filter-dropdown{cursor:pointer!important}#scrollIframe .section-title{padding:6px;border:1px solid #e5e5e5;border-bottom:0}#scrollIframe .match-detail-section{margin-top:22px}#scrollIframe #match-detail .head-subtitle{color:var(--Monotone-1700, #3a3a3d);font-size:13px;font-weight:600;margin-top:12px}#scrollIframe #match-detail .dropdown-btn{display:flex;justify-content:center;align-items:center;width:100%;justify-content:space-between;font-size:12px}#scrollIframe #match-detail .filter-option{font-size:12px}#scrollIframe #match-detail .filter-container{display:flex;justify-content:center;align-items:center;gap:4px}@media (max-width: 450px){#scrollIframe #match-detail .filter-container .filter-dropdown{width:auto}}#scrollIframe .section-odd-history .section-title{display:flex;font-size:16px;color:var(--Monotone-1900, #0c0c0d);justify-content:space-between;background:var(--Monotone-0, #fff)}@media (max-width: 768px){#scrollIframe .section-odd-history .section-title{flex-direction:column;align-items:start;gap:4px}}#scrollIframe .section-odd-history .section-title .section-heading{font-weight:700;color:var(--Monotone-1900, #0c0c0d);align-content:center}#scrollIframe .section-score-board{height:326px;background-color:#201c1c;margin-top:12px;display:flex;justify-content:center;align-items:center;position:relative;background-image:url(//bongdalu.email/wp-content/plugins/sport-plugin/assets/site/assets/bongdawap/images/football-stadium.jpg);background-repeat:no-repeat;background-size:cover}#scrollIframe .section-summary_stats{background:var(--Monotone-0, #fff)}#scrollIframe .live-time span.live-time-data:before{background-image:url(//bongdalu.email/wp-content/plugins/sport-plugin/assets/site/assets/bongdawap/images/in_white.gif)}#scrollIframe .section-confrontation{background:var(--MonotoneGrey-0, #fff)}#scrollIframe #match-detail .sub-filter{margin-top:0;padding:6px;border-bottom:0;border:1px solid #e5e5e5}#scrollIframe .table-grid{margin-top:0}#scrollIframe #match-detail .filter-tools{margin-top:20px;gap:4px}#scrollIframe .btn-sub-filter{height:auto}#scrollIframe .table-confrontation{grid-template-columns:100px repeat(4,1fr) repeat(3,45px)}#scrollIframe .table-team-data{grid-template-columns:80px 1fr 80px 80px 1fr 80px}@media (max-width: 768px){#scrollIframe .table-team-data{grid-template-columns:40px 1fr 40px 40px 1fr 40px}}@media (max-width: 768px){#scrollIframe .table-odds-history{grid-template-columns:50px 50px repeat(2,1fr);max-width:100%;overflow-x:auto}}#scrollIframe .table-ht-ft{grid-template-columns:repeat(5,1fr);gap:1px;background-color:#e5e5e5}@media (max-width: 768px){#scrollIframe .table-ht-ft{grid-template-columns:100px repeat(4,1fr)}}#scrollIframe .section-goal-events{margin-bottom:20px}#scrollIframe .table-goal-events{grid-template-columns:110px 1fr 110px 1fr}@media (max-width: 768px){#scrollIframe .table-goal-events{grid-template-columns:40px 1fr 50px 1fr}}#scrollIframe .table-goal-events .tb-body .cell{min-height:24px;height:auto}#scrollIframe .table-goal-events .tb-body .cell_player{gap:6px}#scrollIframe .table-goal-events .tb-body .cell_player.is_home{justify-content:flex-end;text-align:right}#scrollIframe .table-goal-events .tb-body .cell_player.is_guest{justify-content:flex-end;text-align:left;flex-direction:row-reverse}#scrollIframe .table-goal-events .tb-body .cell_player.is_home>.is_player>div:is(.is_join,.is_out){justify-content:end}#scrollIframe .table-goal-events .tb-body .cell_player.is_guest>.is_player>div:is(.is_join,.is_out){flex-direction:row-reverse;justify-content:start}#scrollIframe .table-goal-events .tb-body .cell_player .is_player div:is(.is_join,.is_out){display:flex;gap:3px;align-items:center}#scrollIframe .table-goal-events .tb-body .cell_player img{width:16px}#scrollIframe .table-ht-ft .cell{border-right:0;gap:1px}#scrollIframe .table-ht-ft{border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5}#scrollIframe .table-fixture{max-width:100%;overflow-x:auto;grid-template-columns:repeat(2,100px) 1fr 60px 1fr}#scrollIframe .table-grid .cell.league{background:var(--Ver-02-bg-gii, #faf4ee);justify-content:flex-start;padding:8px;color:var(--Monotone-1900, #0c0c0d);grid-column:1 / 9}#scrollIframe .table-fixture .cell.league{grid-column:1 / 6}#scrollIframe .table-grid .cell.vs{color:var(--Monotone-1900, #0c0c0d);text-align:center;font-size:12px;font-weight:600}#scrollIframe .table-confrontation{max-width:100%;overflow-x:auto}#scrollIframe .table-confrontation .cell.statistic{grid-column:1 / 9;justify-content:flex-end;padding:4px 6px;gap:8px}#scrollIframe .table-confrontation .statistic-result{flex-grow:1;overflow-x:auto;display:flex;gap:8px;scrollbar-width:none;-ms-overflow-style:none}#scrollIframe .table-confrontation .statistic-result::-webkit-scrollbar{display:none}#scrollIframe .table-grid .cell.league .title{font-weight:600}#scrollIframe .table-grid .cell.home-team{justify-content:flex-end;padding:0 6px}#scrollIframe .table-grid .cell.guest-team{justify-content:flex-start;padding:0 6px}#scrollIframe .match-detail-section .table-grid{background-color:transparent!important}#scrollIframe .statistic-icons{display:flex;gap:4px}#scrollIframe .statistic-icon{min-width:18px;width:18px;height:18px;border-radius:50%;background:var(--Ver-02-Ha, #0d5aed);line-height:18px;color:var(--Monotone-0, #fff)}#scrollIframe .statistic-icon--win{background:var(--ver-02-thng, #669019)}#scrollIframe .statistic-icon--loss{background:var(--Ver-02-Khch, #ee0b1a)}#scrollIframe .o2-lose{color:var(--Ver-02-Khch, #ee0b1a)}#scrollIframe .o2-win{color:var(--ver-02-thng, #669019)}#scrollIframe .o2-draw{color:var(--Ver-02-Ha, #0d5aed)}#scrollIframe .team-names{display:flex;align-items:center;justify-content:center;gap:170px;z-index:1;border-radius:12px 12px 0 0}#scrollIframe .container{max-width:480px;margin:0 auto;padding:20px;width:100%}#scrollIframe h1{color:var(--white);text-align:center;font-size:22px;margin-bottom:8px;font-weight:700}#scrollIframe .subtitle{color:#e0e0e0;text-align:center;font-size:15px;margin-bottom:25px}#scrollIframe .match-card{background:linear-gradient(to bottom,var(--bg-dark),#000);overflow:hidden;width:613px}#scrollIframe .head-layout{border-radius:10px;overflow:hidden;width:100%;z-index:9;left:0}#scrollIframe .team{flex:1;font-weight:600;font-size:16px;text-align:center;height:45px;color:var(--text-color)}#scrollIframe .head-container{position:absolute;width:639px;left:50%;transform:translate(-50%,-50%);z-index:99;background-image:url(//bongdalu.email/wp-content/plugins/sport-plugin/assets/site/assets/bongdawap/images/union-large.svg);background-repeat:no-repeat;background-size:cover}#scrollIframe .team.home{border-top-left-radius:50px;margin-right:2px;justify-content:flex-end}#scrollIframe .team.away{border-top-right-radius:50px;margin-left:2px;justify-content:flex-start}#scrollIframe .score{font-size:22px;display:flex;justify-content:center;align-items:center;font-weight:700;color:#fff;width:160px;height:50px;z-index:99;background-image:url(//bongdalu.email/wp-content/plugins/sport-plugin/assets/site/assets/bongdawap/images/union.svg);background-repeat:no-repeat;background-size:cover;position:absolute;top:14px;left:50%;transform:translate(-50%)}#scrollIframe .match-content{padding:20px;color:var(--white);border-radius:0 0 16px 16px;border:2px solid var(--Monotone-300, #f5f5f7);background:#21020499;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);height:231px}#scrollIframe .tournament{text-align:center;margin-bottom:20px}#scrollIframe .tournament .name{font-size:14px;margin:15px 0 8px;color:#fff}#scrollIframe .tournament .round{display:inline-block;background:#2e0600;padding:4px 15px;border-radius:4px;font-size:13px;color:#fff}#scrollIframe .match-details{display:flex;align-items:center;gap:32px;padding:0 10px;margin-top:14.5px;justify-content:center}#scrollIframe .team-flag img{width:90px;height:60px;border-radius:6px;border:2px solid #fff;object-fit:contain;box-shadow:0 2px 4px #0003}#scrollIframe .match-time{text-align:center}#scrollIframe .live-minute{color:#f44;font-size:13px;margin-bottom:5px;color:var(--Monotone-500, #eaeaee)}#scrollIframe .live-minute .dot{display:inline-block;width:6px;height:6px;background:#f44;border-radius:50%;vertical-align:middle}#scrollIframe .match-time .time{font-size:16px;font-weight:700;margin:4px 0;color:#fff}#scrollIframe .date{color:#fff9;font-size:12px}#scrollIframe .match-footer{padding:12px;display:flex;gap:10px;background:var(--white)}#scrollIframe .btn{flex:1;padding:12px;border:none;border-radius:6px;font-weight:600;font-size:14px;cursor:pointer;text-transform:uppercase;transition:all .2s ease}#scrollIframe .btn.primary{background:var(--primary-color);color:var(--white)}#scrollIframe .btn.primary:hover{background:#a00000}#scrollIframe .btn.secondary{background:#f0f0f0;color:var(--text-color)}#scrollIframe .btn.secondary:hover{background:#e0e0e0}#scrollIframe .btn-sub-filter.isActive{border:1px solid var(--Ver-02-Bg-default, #9d7477)}@media (max-width: 450px){#scrollIframe .btn-sub-filter{padding:6px}}#scrollIframe .summary_stats{display:flex;flex-direction:column;padding:8px 13px;gap:8px}@media (max-width: 768px){#scrollIframe .summary_stats{padding:0 8px 8px}}#scrollIframe .stats_progress{display:flex;flex-direction:column;gap:5.5px}#scrollIframe .stats_progress-title{display:grid;grid-template-columns:1fr minmax(150px,1fr) 1fr}#scrollIframe .stats_progress-item.is_left,#scrollIframe .stats_progress-item.is_right{display:flex}#scrollIframe .stats_progress-item.is_right{justify-content:flex-end}#scrollIframe .stats_progress-item.is_title{display:flex;align-items:center;justify-content:center;text-align:center;font-size:13px;font-weight:500;line-height:150%;color:var(--Monotone-1700, #3a3a3d)}#scrollIframe .stats_progress-item.is_left .is_value-box,#scrollIframe .stats_progress-item.is_right .is_value-box{height:32px;border-radius:4px;display:flex;align-items:center;justify-content:center;color:var(--Neutral-1700, #323232);text-align:center;font-size:14px;font-weight:600;line-height:150%;padding:0 4px}#scrollIframe .stats_progress-item.is_active.is_left .is_value-box{color:#fff;background:var(--Status-Red, #e8503a)}#scrollIframe .stats_progress-item.is_active.is_right .is_value-box{color:#fff;background:var(--Status-Blue, #2598fe)}#scrollIframe .stats_progress-bar{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}#scrollIframe .stats_progress-bar--item{height:12px;border-radius:2px;background:var(--Monotone-500, #eaeaee);display:flex;overflow:hidden;align-items:center}#scrollIframe .stats_progress-bar--item .stats_progress-bar--track{height:7px;border-radius:2px;width:0;transition:width .3s ease-in-out;background:var(--Monotone-500, #eaeaee)}#scrollIframe .stats_progress-bar--item:first-child{justify-content:end}#scrollIframe .stats_progress-bar--item:first-child .stats_progress-bar--track{background:var(--Ver-02-Active-link, #0862bd)}#scrollIframe .stats_progress-bar--item:last-child .stats_progress-bar--track{background:var(--Ver-02-Sub-bg-title, #ca7c1f)}#scrollIframe .table-odds-history .odd-item{width:45px;height:18px;display:flex;justify-content:center;align-items:center;color:var(--Monotone-1900, #0c0c0d);font-size:12px;border-radius:3px;background:var(--Ver-02-tl_bg_gray, #efefef);gap:2.5px}#scrollIframe .table-odds-history .odd-item.up{background-color:#dcffee}#scrollIframe .table-odds-history .odd-item.down{background-color:#ffdbd8}#scrollIframe .table-odds-history .odd-item.up:after{content:"";width:8px;height:8px;background-image:url(//bongdalu.email/wp-content/plugins/sport-plugin/assets/site/assets/bongdawap/images/arrow-up.svg);border-radius:50%;right:0;background-repeat:no-repeat;background-position:center;background-color:#2a795a}#scrollIframe .cell_odds_live{background:#fff0eb}#scrollIframe .cell_odds_live .odd-item{background:#fff;color:#333}#scrollIframe .table-odds-history .note-box .note-box-color.note-color--lastest,#scrollIframe .cell_odds_live.latest{background-color:#fff2da}#scrollIframe .table-odds-history .odd-item.down:after{content:"";width:8px;height:8px;background-image:url(//bongdalu.email/wp-content/plugins/sport-plugin/assets/site/assets/bongdawap/images/arrow-down.svg);border-radius:50%;right:0;background-repeat:no-repeat;background-position:center;background-color:#6c0708}#scrollIframe .table-odds-history .tb-body .cell_odds{gap:24px}@media (max-width: 768px){#scrollIframe .table-odds-history .tb-body .cell_odds{gap:5px;padding:0 5px}}#scrollIframe .table-odds-history .tb-body .cell_note{display:flex;justify-content:center;align-items:center;gap:16px;padding:8px;height:auto}#scrollIframe .table-odds-history .note-box{display:flex;align-items:center;gap:5px}#scrollIframe .table-odds-history .note-box .note-box-color{width:12px;height:12px;border:1px solid var(--Monotone-1000, #bbbcc1);background:var(--Ver-02-bg_phan_tich_01, #fff0eb)}#scrollIframe .cell{min-height:24px;height:auto}#scrollIframe .table-grid{border-right:1px solid #e5e5e5}#scrollIframe .row.tb-body .cell:last-child{border-right:0}@media (max-width: 768px){#scrollIframe .head-container{background-image:url(//bongdalu.email/wp-content/plugins/sport-plugin/assets/site/assets/bongdawap/images/union-sm.svg);stroke-width:1px;stroke:#000;width:339px;max-width:100%;height:24px}#scrollIframe .section-score-board{padding:32px 0;height:auto}#scrollIframe .section-title{font-size:12px;font-weight:600}#scrollIframe .table-confrontation{grid-template-columns:50px 1fr 32px 1fr repeat(4,30px)}#scrollIframe .table-fixture{grid-template-columns:70px 45px minmax(70px,1fr) 38px minmax(70px,1fr)}#scrollIframe .tournament .name{margin-bottom:5px}#scrollIframe .match-content{height:auto;padding:2px}#scrollIframe .team{height:auto;font-size:12px}#scrollIframe .score{background-image:url(//bongdalu.email/wp-content/plugins/sport-plugin/assets/site/assets/bongdawap/images/union-mobile.svg);width:86px;background-size:cover;height:28px;top:14px;font-size:16px}#scrollIframe .head-layout{height:100%}#scrollIframe .team-names{height:100%;gap:84px}#scrollIframe .team-flag img{width:70px;height:47px}#scrollIframe .match-time .time{font-size:14px}#scrollIframe .tournament .name,#scrollIframe .tournament .round,#scrollIframe .date{font-size:10px}#scrollIframe .match-card{width:328px;max-width:100%;padding:0 12px}#scrollIframe .cell{font-size:10px;padding:2px 0}#scrollIframe .table-grid .cell.match-time{font-size:8px}#scrollIframe .match-details{margin:7px 0 20px}#scrollIframe .tournament{margin-bottom:0}#scrollIframe .match-detail-section{margin-top:14px}#scrollIframe .head-subtitle{display:none}#scrollIframe #match-detail .head-title{font-size:14px;text-align:center;font-weight:600;margin-top:12px}#scrollIframe .table-confrontation .cell.statistic{gap:4px}#scrollIframe .main-content{padding:0 0 84px}}@media screen and (max-width: 425px){#scrollIframe .guest-team .team-name,#scrollIframe .home-team .team-name{display:block;max-width:none}}#scrollIframe .stats_progress-item.is_left{justify-content:flex-start}#scrollIframe .filter-dropdown{display:flex;height:27px;padding:6px 8px;justify-content:space-between;align-items:center;width:120px;box-sizing:border-box;border-radius:4px;border:1px solid var(--Ver-02-Bg-default, #9d7477);background:var(--Monotone-0, #fff);position:relative;cursor:pointer}#scrollIframe .modal-filter{position:absolute;width:500px;background-color:#f2f2f2;z-index:9999;top:30px;left:0;border-radius:6px;box-shadow:0 0 20px #777;animation:growDown .15s ease-in-out forwards;transform-origin:top center}#scrollIframe .modal-list-type.modal-filter,#scrollIframe .modal-list-type .modal-filter-content,#scrollIframe .modal-list-type .filter-options{max-height:525px}#scrollIframe .modal-list-type.modal-filter{border-radius:4px;border:1px solid #eae1d6;background:#fff;box-shadow:0 0 4px #00000026;width:140px}#scrollIframe .modal-list-type .modal-filter-content{margin-top:0;width:140px}#scrollIframe .modal-list-type .filter-options{display:flex;padding:4px;flex-direction:column}#scrollIframe .modal-list-type .filter-options{scrollbar-width:thin;scrollbar-color:rgba(136,136,136,.5) transparent}#scrollIframe .modal-list-type .filter-options::-webkit-scrollbar{width:3px;background-color:transparent}#scrollIframe .modal-list-type .filter-options::-webkit-scrollbar-thumb{background:#88888880;border-radius:5px}#scrollIframe .modal-list-type.filter-options::-webkit-scrollbar-thumb:is(:hover,:focus){background:#888}#scrollIframe .modal-list-type .filter-option{width:100%!important;padding:4px}#scrollIframe .modal-list-type .filter-option:hover{background:#8888881a}#scrollIframe .modal-list-type .filter-option:active{background:#8883}#scrollIframe .modal-list-type .filter-option:not(:last-child){border-bottom:1px solid #e6e6e6}#scrollIframe .modal-list-type .filter-option>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;max-width:100%;-webkit-user-select:none;user-select:none}#scrollIframe .modal-list-type .filter-option.active,#scrollIframe .modal-list-type .filter-option.active>span{font-weight:700}#scrollIframe .filter-dropdown.filter-orderby{width:120px}@keyframes growDown{0%{transform:scaleY(0)}to{transform:scaleY(1)}}/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(//bongdalu.email/wp-content/plugins/sport-plugin/assets/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(//bongdalu.email/wp-content/plugins/sport-plugin/assets/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(//bongdalu.email/wp-content/plugins/sport-plugin/assets/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(//bongdalu.email/wp-content/plugins/sport-plugin/assets/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(//bongdalu.email/wp-content/plugins/sport-plugin/assets/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(//bongdalu.email/wp-content/plugins/sport-plugin/assets/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(//bongdalu.email/wp-content/plugins/sport-plugin/assets/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(//bongdalu.email/wp-content/plugins/sport-plugin/assets/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(//bongdalu.email/wp-content/plugins/sport-plugin/assets/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(//bongdalu.email/wp-content/plugins/sport-plugin/assets/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(//bongdalu.email/wp-content/plugins/sport-plugin/assets/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(//bongdalu.email/wp-content/plugins/sport-plugin/assets/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(//bongdalu.email/wp-content/plugins/sport-plugin/assets/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(//bongdalu.email/wp-content/plugins/sport-plugin/assets/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(//bongdalu.email/wp-content/plugins/sport-plugin/assets/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(//bongdalu.email/wp-content/plugins/sport-plugin/assets/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(//bongdalu.email/wp-content/plugins/sport-plugin/assets/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(//bongdalu.email/wp-content/plugins/sport-plugin/assets/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(//bongdalu.email/wp-content/plugins/sport-plugin/assets/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(//bongdalu.email/wp-content/plugins/sport-plugin/assets/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(//bongdalu.email/wp-content/plugins/sport-plugin/assets/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(//bongdalu.email/wp-content/plugins/sport-plugin/assets/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(//bongdalu.email/wp-content/plugins/sport-plugin/assets/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(//bongdalu.email/wp-content/plugins/sport-plugin/assets/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(//bongdalu.email/wp-content/plugins/sport-plugin/assets/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(//bongdalu.email/wp-content/plugins/sport-plugin/assets/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(//bongdalu.email/wp-content/plugins/sport-plugin/assets/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(//bongdalu.email/wp-content/plugins/sport-plugin/assets/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}