/* font */
:root {
    --main-font: "Inter", sans-serif;
    /* --primary-color: #1890FF; */
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

h3,
h3.is-large {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

p,
ul,
ol,
li {
    font-size: 16px;
    line-height: 1.4;
}

body {
    font-family: var(--main-font);
    font-style: normal;
}

.nav > li > a {
    font-family: var(--main-font);
    font-size: 0.9rem;
    font-weight: bold;
}

.mobile-sidebar-levels-2 .nav > li > ul > li > a {
    font-family: var(--main-font);
}

.mobile-sidebar-levels-2 .nav > li > ul > li > a {
    font-weight: 500;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical > li > a {
    font-family: var(--main-font);
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.banner h1,
.banner h2 {
    font-weight: 700;
    font-style: normal;
}

/* common */
.absolute-footer{
    display: none;
}
html,
.mfp-content {
    background-color: #000 !important;
}

figure {
    margin: 1rem auto!important;
    max-width: 100%;
}

figcaption {
    text-align: center;
    line-height: 2;
}

.a-logo {
    max-width: 180px;
}

.menu-item .nav-dropdown {
    padding: 0 !important;
}

/* .a-search */
.a-search h1 {
    justify-content: center;
}

.rank-math-breadcrumb p {
    margin-bottom: 0;
}

/* .a-heading */
.a-heading b,
.a-heading-left b {
    display: none;
}

.a-heading .section-title,
.a-heading-left .section-title {
    border: unset;
}

.a-heading .section-title {
    justify-content: center;
}

.a-heading-left .section-title {
    justify-content: flex-start;
}

.a-heading .section-title span,
.a-heading-left .section-title span {
    border: unset;
    margin: unset;
    padding: unset;
}

.a-heading-left .section-title span {
    text-align: left;
}

.a-heading .section-title span {
    text-align: center;
}

/* .a-sidebar */

.a-sidebar .is-divider{
    display: none;
}
.a-sidebar > .col-inner .is-divider {
    display: none;
}

.col-inner:has(.a-sidebar) {
    position: sticky;
    top: 110px;
}

.a-sidebar .a-heading {
    margin-bottom: 0.5rem;
}

.a-sidebar .a-heading .section-title {
    margin-bottom: unset;
    font-size: 20px;
}

.a-sidebar .post-item .box {
    display: flex;
    gap: 10px;
    padding: 5px 0;
    align-items: center;
}

.a-sidebar .post-item:first-child .box {
    border-top: unset;
}

.a-sidebar .post-item .box-text {
    padding: unset;
}

.a-sidebar .post-item .post-title {
    font-size: 16px;
}

.a-sidebar .post-item .box-image {
    width: 40% !important;
}

/* .a-cate */
.a-cate .category-page-title .page-title-inner .flex-col:first-child,
.a-cate .category-page-title .page-title-inner .flex-col:last-child {
    display: none;
}

.a-cate .category-page-title .page-title-inner .flex-col {
    margin: unset;
}

.a-cate .category-page-title .page-title-inner {
    padding: unset;
}

/* at_posts_related */
#at_posts_related .text-center {
    text-align: left;
}

#at_posts_related .row {
    margin-left: -5px;
    margin-right: -5px;
}

#at_posts_related .col {
    padding-left: 5px;
    padding-right: 5px;
}

#at_posts_related .is-divider,
#at_posts_related .badge {
    display: none;
}

/* .a-footer */
.a-footer .ux-menu .ux-menu-title {
    color: #fff;
    font-size: 1rem;
}

.a-footer .ux-menu .ux-menu-link__link {
    color: #91a0bc;
}

.a-footer .ux-menu .ux-menu-link__link:hover {
    color: var(--fs-experimental-link-color);
}

.rank-math-breadcrumb a, .rank-math-breadcrumb span {
    font-weight: bold;
}
.searchform-wrapper{
    z-index: 999;
}

blockquote, table td, table th{
    color: #fff;
}

.searchform input{
	border-color: #fff !important;
	color: #fff;
}


.mobile-nav .icon-menu{
        color: #fff;
}

.button.secondary,
.button.primary{
    color: #000;
}

.button.plain{
    background-color: transparent;
    border: 1px solid #444e64;
    color: #f9fbff;
}

.small-logo{
    max-width: 40px;
}

.hotmatch{
        /* box-shadow: 0 0 4px 0 #4be2eb; */
    gap: 12px;
    background: url(/wp-content/uploads/2025/04/bg-match-item.webp) no-repeat 50%/100% 100%;
    border-radius: 16px;
    cursor: pointer;
    padding: 12px 8px 12px 16px;
    transition: all;
}

.game-item:hover,
.hotmatch:hover{
    box-shadow: 0 0 4px 0 #4be2eb;
}

.hotmatch p{
    font-size: 14px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.hotmatch .league p{
    color: #91a0bc;
    font-weight: 400;
    line-height: 1.5;
}

.hotmatch .teams p{
    margin-bottom: 0;
    color: #fff;
    font-weight: 700;
    line-height: 1.5;
}

.hotmatch .time p{
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.hotmatch .time p small{
    color: #91a0bc;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.w-100{
    width: 100%;
}

.badge-1{
    transform: translateX(-10px);
    height: 40px;
    display: flex;
    align-items: center;
    background-color: #22273d;
    border-radius: 50%;
    overflow: hidden;
    z-index: -1;
}

.mb-12{
    margin-bottom: 12px;
}

.a-section-1 .large-9 img{
    border-radius: 12px;
}

.notext-btn{
    background: #243045 !important;
    border-radius: 12px;
    color: #91a0bc !important;
    font-size: 16px;
    line-height: 16px;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
}

.notext-btn i{
    margin: 0 !important;
    font-size: 18px;
    font-weight: 700 !important;
    padding-top: 5px;
    padding-left: 3px;
}

.game-item{
    background: url(/wp-content/uploads/2025/04/sport-home-bg-v2.webp) no-repeat 50%/100% 100%;
    border: 0;
    border-radius: 32px;
    position: relative;
    padding: 15px 15px 15px 20px;
    max-height: 424px;
}

.a-sm-col .game-item{
    max-height: 200px;
    background: url(/wp-content/uploads/2025/04/redborder.webp) no-repeat 50%/100% 100%;
}

.a-sm-col .game-item .ux-lottie{
    height: 135px !important;
    display: flex;
    justify-content: flex-end;
    padding-top: 5px;
}

.game-item .text-absolute p{
    margin: 0;
    font-weight: 700;
    font-size: 14px;
    color: var(--fs-color-primary);
}

.text-absolute{
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, 0%);
}

.game-item .stack p{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-word;
    color: #f9fbff;
    font-weight: 700;
    line-height: 1.5;
}

.a-sm-col .col-inner{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.a-section-6 .large-12 >.col-inner{
    overflow-x: auto;
}

.a-section-6 .item-rank-img {
    height: 37px;
    width: 37px;
}

.a-section-6 .item-rank-text {
    color: #5b6885;
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
    padding-left: 10px;
}

.a-section-6 table {
    background-color: transparent;
    border-collapse: separate;
    border-spacing: 0 4.34px;
    color: #101724;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    width: 100%;
}

.a-section-6 thead {
    background-color: #101724;
    overflow: hidden;
}

.a-section-6 th:first-child {
    border-bottom-left-radius: 16px;
    border-top-left-radius: 16px;
}

.a-section-6 th:last-child {
    border-bottom-right-radius: 16px;
    border-top-right-radius: 16px;
}

.a-section-6 td:first-child {
    border-bottom-left-radius: 16px;
    border-top-left-radius: 16px;
}

.a-section-6 td:last-child {
    border-bottom-right-radius: 16px;
    border-top-right-radius: 16px;
}

.a-section-6 thead tr {
    height: 30px;
}

.a-section-6 th {
    padding: 12px 32px;
    text-align: left;
    vertical-align: middle;
    border: 0;
    color: #91a0bc;
}

.a-section-6 th:last-child {
    text-align: center;
    width: 160px;
}

.a-section-6 tbody tr {
    background-color: #1a252f;
    border-radius: 16px;
    display: table-row;
    height: 76px;
    width: 100%;
}

.a-section-6 tbody tr:nth-child(odd) {
    background-color: #121a28;
}

.a-section-6 tbody tr:nth-child(2n) {
    background-color: #101724;
}

.a-section-6 td {
    border-bottom: none;
    color: #91a0bc;
    padding: 12px 32px;
}

.a-section-6 td:last-child {
    text-align: right;
}

.a-section-6 td:first-child {
    width: 12.6%;
}

.a-section-6 td:nth-child(2) {
    width: 32.5%;
}

.a-section-6 .item-game {
    align-items: center;
    display: flex;
    gap: 16px;
}

.a-section-6 .item-game-clickable:hover {
    cursor: pointer;
}

.a-section-6 .item-game-img {
    border-radius: 8px;
    height: 48px;
    width: 40px;
}

.a-section-6 .item-coin-wrapper {
    align-items: end;
    display: flex;
    justify-content: flex-end;
}

.a-section-6 .item-coin {
    align-items: center;
    background-color: #46457c0d;
    border: 1px solid hsla(0, 0%, 100%, .05);
    border-radius: 16px;
    display: flex;
    gap: 8px;
    height: 50px;
    justify-content: space-between;
    min-width: 210px;
    padding: 0 16px;
}

.a-section-6 .item-coin-img {
    height: 30px;
    width: 30px;
}

.a-section-6 .item-coin-value {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

.top-winner-section tbody tr:first-child td:first-child {
    background: radial-gradient(55% 100% at -2.27% 41.74%,#82754b 0,#82754b00 82.93%,#82754b00),#121a28;
}

.a-md-img{
    max-width: 390px;
}