:root {
    --font-roboto: "Roboto", sans-serif;
    --font-inter: "Inter", sans-serif;
    --color-border: #202E34;
}
a {
    
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}

.row{
    /*margin-right: calc(0* var(--bs-gutter-x));
    margin-left: calc(0* var(--bs-gutter-x));*/
}

.layout-row {
    display: flex;
    flex-wrap: nowrap;
}

.layout-row .col-left,
.layout-row .col-right {
    max-width: 290px;
    width: 100%;
}


.layout-row .col-main {
    flex: 1;
}

.container {
    max-width: 1400px;
}

body {
    font-family: "Roboto", sans-serif;
    background: #F6F7F9;
    color: #393B3D;
}

header .logo {
    max-width: 250px;
}

header .logo img {
    width: auto;
    height: 50px;
    margin: 10px 0;
}

header .search-form form {
    position: relative;
}
.embed-fixture .fixture-list {
    margin: 0px 0 10px !important;
}
header .search-form .input-text {
    border: 1px solid var(--color-border);
    background: #0D1017;
    border-radius: 100px;
    height: 40px;
    width: 100%;
    color: #ffffff9d;
    font-size: 16px;
    padding: 0 15px;
    font-weight: 400;
    font-family: var(--font-inter);
}

header .search-form .input-text::placeholder {
    color: #202E34;
    letter-spacing: 1px;
}

header .search-form .btn-submit {
    background: none;
    border: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

header .action {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 15px;
}

header .action .btn-register a {
    text-decoration: none;
    color: #07191D;
    font-weight: 700;
    border-radius: 5px;
    background: #E6E6E9;
    display: block;
    padding: 8px 20px;
    font-family: var(--font-inter);
    transition: 0.2s;
    font-weight: 16px;
}

header .action .btn-register a:hover {
    background: #d9bd91;
    transition: 0.2s;
}

header .action .btn-login a {
    text-decoration: none;
    color: #E6E6E9;
    font-weight: 16px;
    font-family: var(--font-inter);
    font-weight: 600;
    transition: 0.2s;
}

header .action .btn-login a:hover {
    color: #d9bd91;
    transition: 0.2s;
}

header .action .social a {
    text-decoration: none;
    display: inline-block;
    margin-left: 5px;
    transition: 0.2s;
}

header .action .social a:hover img {
    transition: all 0.2s;
    filter: hue-rotate(4deg) saturate(10);
    -webkit-filter:hue-rotate(4deg) saturate(10);
    transform: rotate(360deg);
}

header .action .social a img {
    width: 25px;
    transition: 0.2s;
}

header .menu-main-header ul {
    margin: 0;
    padding: 0;
    line-height: 0;
}

header .menu-main-header ul li {
    list-style: none;
    display: inline-block;
    padding: 0 10px;
}

header .menu-main-header ul a {
    color: #777;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px 0;
    transition: color 0.2s;
    border-bottom: 2px solid transparent;
}

header .menu-main-header li.current_page_item a,
header .menu-main-header li.current-menu-item a {
    color: #439efa;
    transition: all 0.2s;
}

header .menu-main-header li.current_page_item a img {
    transition: all 0.2s;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

header .menu-main-header ul a:hover {
    color: #439efa;
    transition: all 0.2s;
    border-bottom: 2px solid #439efa;
}

header .menu-main-header ul a:hover img {
    transition: all 0.2s;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    transform: rotate(360deg);
}

header .menu-main-header ul a img {
    width: 21px;
    height: 21px;
    object-fit: contain;
}

main {
    margin-top: 20px;
}

#sidebar {
    max-width: 250px;
    width: 250px;
    height: 100vh;
    position: fixed;
    border-right: 1px solid #202E34;
    padding: 0 20px;
    left: 0;
    top: 75px;
    overflow-x: auto;
    background: #080c11;
}

#sidebar::-webkit-scrollbar {
    width: 2px;
}

#sidebar::-webkit-scrollbar-track {
    background: #000;
}

#sidebar::-webkit-scrollbar-thumb {
    background: #ededed50;
    border-radius: 50px;
}

#sidebar ul {
    margin: 0;
    padding: 0;
}

#sidebar ul li {
    list-style: none;
    padding: 5px 0;
}

#sidebar ul li.active a {
    background: #d9bd91;
    color: #07191D;
}

#sidebar ul li a {
    text-decoration: none;
    font-family: var(--font-inter);
    font-size: 20px;
    transition: all 0.2s;
    color: #202E34;
    font-weight: 700;
    display: block;
    padding: 10px 15px;
    border-radius: 10px;
}

#sidebar ul li a:hover {
    background: #d9bd91;
    color: #07191D;
}

.widget-sidebar {
    border-top: 1px solid #202E34;
    padding-top: 15px;
    margin-top: 15px;
}

.widget-sidebar .popular .item {
    position: relative;
    margin-bottom: 15px;
}

.widget-sidebar .popular .item a {
    text-decoration: none;
    transition: 0.3s;
}

.widget-sidebar .popular .item a .thumbnail {
    width: 100%;
    height: 150px;
    overflow: hidden;
    border-radius: 10px;
    transition: 0.3s;
    border-radius: 25px
}

.widget-sidebar .popular .item a img {
    transition: 0.3s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.widget-sidebar .popular .item a:hover img {
    transform: scale(1.1);
    transition: 0.3s;
}

.widget-sidebar .popular .item a:hover .title {
    color: #d9bd91;
    transition: 0.3s;
}

.widget-sidebar .popular .item .caption {
    position: absolute;
    bottom: 0;
    padding: 10px 20px;
    width: 100%;
}

.widget-sidebar .popular .item .caption .title {
    font-size: 24px;
    font-family: var(--font-roboto);
    color: #FFFFFF;
    font-weight: 700;
    line-height: 1;
    transition: 0.3s;
}

.widget-sidebar .popular .item .caption .info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}

.widget-sidebar .popular .item .caption .info p {
    margin: 0;
    color: #fff;
    font-size: 16px;
}

.widget-sidebar .popular .item .caption .info i {
    color: #fff;
    margin-left: auto;
}

#wrapper {
    padding-left: 280px;
    padding-right: 50px;
}

.title-left-border {
    background: url(../images/hotmenu.png?ver=1.1) no-repeat;
    color: #419bf5;
    font-size: 20px;
    font-weight: 600;
    background-size: contain;
    padding: 7px 10px 7px 40px;
    margin-bottom: 20px;
}
.match-hot{
	margin-bottom: 20px;
}

.box-match-hot {
    /*padding: 0 20px;*/
}

.box-match-hot .swiper-button-prev {
    left: 0;
}

.box-match-hot .swiper-button-next {
    right: 0;
}

.box-match-hot .swiper-button-prev,
.box-match-hot .swiper-button-next {
    width: auto;
}

.box-match-hot .swiper-button-prev::after,
.box-match-hot .swiper-button-next::after {
    color: #FFFFFF;
    font-size: 14px;
    width: auto;
}

.box-match-hot .item {
    background: #f5feff;
    padding: 15px;
    border-radius: 8px;
        border: 1px solid #e2effd;
    cursor: pointer;
    transition: all 0.2s;
    height: 100%;
}

.box-match-hot .item .header {
    display: flex;
    align-items: center;
    padding: 0px 10px;
}

.box-match-hot .item .header .logo img {
    width: 24px;
    height: auto;
}

.box-match-hot .item .header .text {
    margin-left: auto;
}

.box-match-hot .item .header .text p {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    color: #5A5A5A;
}

.box-match-hot .item .body {
    display: flex;
    align-items: center;
    padding: 15px 0;
}

.box-match-hot .item .body img {
    width: auto;
    height: 48px;
    background: #fff;
    border-radius: 100%;
    padding: 5px;
}

.live-team__home img,
.live-team__away img,
.vote-team__home img,
.vote-team__away img{
    width: auto;
    height: 48px;
    background: #202e34;
    border-radius: 100%;
    padding: 5px;
}

.header-team__home img,
.header-team__away img{
    width: auto;
    height: 60px;
    background: #202e34;
    border-radius: 100%;
    padding: 5px;
    border: 2px solid #d9bd91;
}

.header-team__home div,
.header-team__away .live-team__name{
    font-weight: 600;
    font-family: var(--font-inter);
}

.box-match-hot .item .body .team {
    width: 100%;
    text-align: center;
}

.box-match-hot .item .body .text {
    color: #BBBBBB;
    font-weight: 700;
    font-size: 14px;
}

.box-match-hot .item .body .team p {
    margin: 0;
    color: #393B3D;
    font-size: 12px;
    margin-top: 5px;
    font-weight: 500;
    line-height: 1.2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.swiper-button-next, .swiper-button-prev{
	background: #bfcecf;
    color: white;
    font-weight: 600;
    width: 30px !important;
    height: 30px !important;
    border-radius: 3px;
}
.swiper-button-next:hover, .swiper-button-prev:hover{
	background: #2b76b3;
    color: white;
}
.box-match-hot .item .footer {
    border-top: 1px solid #202E34;
}

.box-match-hot .item .footer .result {
    display: flex;
    border-radius: 8px;
    background: #2c7ab8;
    padding: 5px 0;
    margin-top: 10px;
    transition: all 0.2s;
    color: #ebebeb;
}

.box-match-hot .item .footer .result div {
    width: 100%;
    text-align: center;
    font-size: 14px;
}

.box-match-hot .item .footer .result div:nth-child(2) {
    color: #FFD743;
}

.box-match-hot .item .footer .result div:nth-child(3) {
    color: #d9bd91;
}

.box-match-hot .item .footer-hover {
    display: none;
    transition: all 0.2s;
    margin: 44px 0;
}

.box-match-hot .item .footer-hover a {
    text-decoration: none;
    display: block;
    color: #fff;
    text-align: center;
    background: #2c7ab8;
    margin-top: 10px;
    border-radius: 8px;
    font-weight: bold;
    padding: 5px 10px;
    transition: all 0.2s;
}

.box-match-hot .item .footer-hover a:hover {
    background: #15192c;
    color: #fff;
    transition: all 0.2s;
}

.box-match-hot .item:hover {
	border: 1px solid #78c1ff;
    box-shadow: rgb(135 198 239 / 52%) 0px 0px 20px 2px;
    transition: all 0.2s;
}

.box-match-hot .item:hover .footer-hover {
    display: block;
    transition: all 0.2s;
}

.box-match-hot .item:hover .result {
    display: none;
    transition: all 0.2s;
}

.sidebar-forecast {}

.sidebar-forecast .header {
    font-size: 18px;
    font-family: var(--font-inter);
    font-weight: 700;
    border-bottom: 1px solid var(--color-border);
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.box-forecast .body small {
    text-align: center;
    display: block;
    font-size: 12px;
}

.box-forecast .body .team {
    display: flex;
    justify-items: center;
    align-items: center;
    margin: 15px 0;
    gap: 15px;
}

.box-forecast .body .team div {
    width: 100%;
    text-align: center;
}

.box-forecast .body .team div img {
    width: 40px;
}

.box-forecast .body .team div p {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
}

.box-forecast .body .team .match-info {
    display: grid;
    justify-content: center;
    justify-items: center;
    gap: 5px;
}

.box-forecast .body .team .match-info img {
    width: 22px;
}

.box-forecast .body .team .match-info .time {
    font-size: 15px;
    font-weight: 700;
    background: #202E34;
    border-radius: 8px;
    padding: 5px;
}

.box-forecast .body .team .match-info .date {
    font-size: 12px;
    font-weight: 700;
    color: #BBBBBB;
}

.box-forecast .body .chart-forecast {
    display: flex;
    align-items: flex-end;
    text-align: center;
    height: 130px;
    gap: 15px;
}

.box-forecast .body .chart-forecast .chart {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.box-forecast .body .chart-forecast .chart .value-row {
    background: red;
    border-radius: 8px 8px 0 0;
}

.box-forecast .body .chart-forecast .chart .value-text {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 5px;
}

.box-forecast .body .chart-forecast .chart .value-text.green {
    color: #d9bd91;
}

.box-forecast .body .chart-forecast .chart .value-text.orange {
    color: #FF8200;
}

.box-forecast .body .chart-forecast .chart .value-text.red {
    color: #F34C4C;
}

.box-forecast .body .chart-forecast .chart .text {
    font-size: 12px;
    font-weight: 700;
    background: #202E34;
    width: 100%;
    margin-top: 5px;
    display: block;
    padding: 6px 0;
    border-radius: 8px;
}

.box-forecast .body .post-odds {
    margin: 15px 0;
    border: 1px solid var(--color-border);
    padding: 10px;
    border-radius: 8px;
}

.box-forecast .body .post-odds .title {
    display: flex;
    align-items: center;
}

.box-forecast .body .post-odds .title a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

.box-forecast .body .post-odds .title i {
    margin-left: auto;
}

.box-forecast .body .post-odds .des {
    font-size: 14px;
    color: #BBBBBB;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 5px;
}

.box-forecast .swiper-pagination {
    position: static;
}

.box-forecast .nav-slide {
    position: relative;
}

.box-forecast .nav-slide .swiper-button-next,
.box-forecast .nav-slide .swiper-button-prev {
    width: auto;
}

.box-forecast .nav-slide .swiper-button-next::after,
.box-forecast .nav-slide .swiper-button-prev::after {
    color: #d9bd91;
    font-size: 14px;
}

.box-forecast .swiper-pagination-bullet {
    border: 1px solid #a5a5a5;
    width: 10px;
    height: 10px;
}

.box-forecast .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #a5a5a5;
}

/*  */

.progress-sidebar-slide .swiper-pagination {
    position: static;
    margin-top: 10px;
}

.progress-sidebar-slide .nav-slide {
    position: relative;
}

.progress-sidebar-slide .nav-slide .swiper-button-next,
.progress-sidebar-slide .nav-slide .swiper-button-prev {
    width: auto;
}

.progress-sidebar-slide .nav-slide .swiper-button-next::after,
.progress-sidebar-slide .nav-slide .swiper-button-prev::after {
    color: #d9bd91;
    font-size: 14px;
}

.progress-sidebar-slide .swiper-pagination-bullet {
    border: 1px solid #a5a5a5;
    width: 10px;
    height: 10px;
}

.progress-sidebar-slide .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #a5a5a5;
}

/*  */
.sidebar-right .item-sidebar,
.sidebar-left .item-sidebar {
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #E9EDF0;
    border-radius: 8px;
    padding: 15px;
}

.sidebar-right .item-sidebar .header,
.sidebar-left .item-sidebar .header {
    font-size: 22px;
    color: #15192c;
    font-weight: 700;
    margin-bottom: 15px;
}

.right-box {
    margin-bottom: 20px;
    border: 1px solid #E9EDF0;
    border-radius: 8px;
        background: white;
}

.right-box .right-head {
    font-size: 22px;
    color: #15192c;
    font-weight: 700;
    padding: 18px;
}
.sidebar-left .right-box:first-child{
	background: #17507d;
    background-size: cover;
    background-position: top;
    color: white;
}
.sidebar-left .right-box:first-child .right-head{
	color: #FFFFFF;
    padding: 20px;
    font-size: 22px;
}
.sidebar-post-new {
    
}

.sidebar-post-new .item {
    margin-bottom: 15px;
}
.sidebar-post-new .item:last-child {
    margin-bottom: 0px;
}
.sidebar-post-new .item a {
        display: flex;
    gap: 10px;
    align-items: center;
    text-decoration: none;
    background: #F6F7F9;
    border-radius: 8px;
}

.sidebar-post-new .item .thumbnail {
    width: 40%;
    height: 65px;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    transition: all 0.2s;
}

.sidebar-post-new .item .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px 0 0 8px;
}

.sidebar-post-new .item .caption {
    width: 60%;
}

.sidebar-post-new .item .caption .title {
        font-size: 14px;
    color: #393B3D;
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.2s;
}

.sidebar-post-new .item a:hover {
    background: #2f314b;
    transition: all 0.2s;
}

.sidebar-post-new .item a:hover .thumbnail img {
    transform: scale(1.2);
    transition: all 0.2s;
}

.sidebar-post-new .item a:hover .title {
    color: #d9bd91;
    transition: all 0.2s;
}

.sidebar-post-new .item .caption .des {
    display: flex;
    align-items: center;
}

.sidebar-post-new .item .caption .des .time {
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    color: #BBBBBB;
}

.sidebar-post-new .item .caption .des .arrow-right {
    margin-left: auto;
    font-size: 13px;
    font-weight: 400;
    color: #BBBBBB;
    padding-right: 7px;
    line-height: 0;
}

.hr-border {
    position: relative;
    margin: 20px 0;
}

.hr-border .icon {
    width: 100px;
    background: #080c11;
    z-index: 9;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.hr-border img {
    width: 20px;
    height: auto;
}

.hr-border::after {
    content: '';
    width: 80%;
    height: 1px;
    background: #202E34;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.match-progress-sidebar {
    background: #171C26;
    border: 1px solid var(--color-border);
    border-radius: 16px;
    padding: 10px;
}

.match-progress-sidebar .title {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
}

.match-progress-sidebar .progress-sidebar-slide .item .team {
    display: flex;
    gap: 5px;
    justify-content: center;
    justify-items: center;
    align-items: center;
    border-bottom: 1px solid #202E34;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.match-progress-sidebar .progress-sidebar-slide .item .team div {
    width: 100%;
    text-align: center;
}

.match-progress-sidebar .progress-sidebar-slide .item .team img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    margin-bottom: 5px;
}

.match-progress-sidebar .progress-sidebar-slide .item .team .team1 p {
    font-size: 14px;
    margin: 0;
}

.match-progress-sidebar .progress-sidebar-slide .item .team .team2 p {
    font-size: 14px;
    margin: 0;
}

.match-progress-sidebar .progress-sidebar-slide .item .text p {
    margin: 0;
}

.match-progress-sidebar .progress-sidebar-slide .item .text p.ratio {
    font-weight: 700;
    font-size: 17px;
}

.match-progress-sidebar .progress-sidebar-slide .item .text p.time {
    font-weight: 700;
    font-size: 16px;
}

.match-progress-sidebar .progress-sidebar-slide .item .image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    border: 1px solid var(--color-border);
}

.content_home {
    background: #fff;
    border: 1px solid #E9EDF0;
    border-radius: 15px;
    padding: 20px;
    margin-top: 25px;
    color: #393B3D;
}

.football-league .title {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
}

.football-league {
    background: #171C26;
    border: 1px solid var(--color-border);
    border-radius: 16px;
    padding: 10px;
}

.football-league-wrapper ul {
    margin: 0;
    padding: 0;
}

.football-league-wrapper ul li {
    list-style: none;
}

.football-league-wrapper ul li a {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px 0;
}

.football-league-wrapper ul li a::after {
    content: '\f0da';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    margin-left: auto;
}

.football-league-wrapper ul li a:hover {
    color: #d9bd91;
    transition: 0.2s;
}

.football-league-wrapper ul li.current-menu-item a {
    color: #d9bd91;
    transition: 0.2s;
}

.football-league-wrapper ul li:nth-child(1) a {
    padding-top: 0;
}

.football-league-wrapper ul li a img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.rank-math-breadcrumb {
    color: #1E1E1E;
    font-weight: 500;
    font-size: 14px;
}

.rank-math-breadcrumb a {
    color: #d8bd91;
}

.football_standings_widget {
    background: #ffffff;
    border: 1px solid #E9EDF0;
    border-radius: 8px;
}

.archive-content {
    background: #ffffffd4;
    border: 1px solid #E9EDF0;
    border-radius: 8px;
    padding: 20px;
}

.archive-title {
    font-size: 28px;
    color: #439efa;
    margin-bottom: 20px;
    font-weight: 600;
}

.box-posts .item {
    display: flex;
    background: #eafbff;
    border-radius: 8px;
    margin-bottom: 15px;
    align-items: center;
    overflow: hidden;
}
.alm-btn-wrap .alm-load-more-btn{
background:#449ffb !important;
}

.box-posts .item .thumbnail {
    width: 40%;
    height: auto;
    overflow: hidden;
        aspect-ratio: auto 800 / 500;
}

.box-posts .item .thumbnail img {
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
    border-radius: 10px 0 0 10px;
    transition: 0.2s;
}

.box-posts .item .caption {
    width: 60%;
    padding: 30px;
}

.box-posts .item .caption h2 {
    font-size: 20px;
}

.box-posts .item .caption h2 a {
    text-decoration: none;
    color: #15192c;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    transition: 0.2s;
}

.box-posts .item .caption .des {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-size: 14px;
}

.box-posts .item .caption h2 a:hover {
    color: #4199f1;
    transition: 0.2s;
}

.box-posts .item .thumbnail a:hover img {
    transform: scale(1.1);
    transition: 0.3s;
}

.box-posts .item .caption .meta {
    color: #9b9b9b;
    font-size: 13px;
    text-align: right;
    font-weight: 400;
    margin-top: 10px;
}

article {
    font-family: var(--font-inter);
    /* font-weight: 200; */
    color: #393B3D;
}

article .wp-caption p{
    margin: 0;
}

article .wp-caption{
    margin-bottom: 15px;
}

article p {
    font-weight: 300;
}

article a {
    color: #4299f3;
    text-decoration: none;
    transition: 0.2s;
}

article a:hover {
    color: #ff0000;
    transition: 0.2s;
}

article h2 {
    font-size: 26px;
}

article h3 {
    font-size: 20px;
}

article h3 b {
    font-weight: inherit;
}

article h4 {
    font-size: 18px;
    line-height: revert;
}

article strong {
    font-weight: bold;
}

article img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 10px 10px 0 0;
}

article .wp-caption.aligncenter {
    max-width: 100%;
    margin: 15px auto;
}

article .wp-caption.aligncenter .wp-caption-text {
    background: #202e34;
    text-align: center;
    font-size: 14px;
    padding: 5px 0;
    border-radius: 0 0 10px 10px;
    color: #fff;
}

.related-posts {
    margin-top: 30px;
}

.related-posts .title-left-border {
    font-size: 20px;
}
.box-related .item{
	border-radius: 8px;
	overflow: hidden;
}
.box-related .item .thumbnail {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.box-related .item .thumbnail img {
    width: 100%;
    height: 100%;
}

.box-related .item .thumbnail a:hover img {
    transform: scale(1.1);
    transition: 0.2s;
}

.box-related .item .caption {
    background: #282a41;
    border-top: none;
    padding: 10px;
}

.box-related .item .caption .title {
    text-decoration: none;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 600;
    display: block;
    transition: 0.2s;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.box-related .item .caption .title:hover {
    color: #d9bd91;
    transition: 0.2s;
}

.box-related .item .caption .des {
    color: #BBBBBB;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

footer {
    background: #212338 url('../images/footer.svg?ver=1.0') no-repeat;
    padding: 30px 0 25px;
    /* border-radius: 30px 30px 0 0; */
    margin-top: 60px;
}

footer .logo-footer {
    text-align: center;
}

footer .logo-footer img {
    max-width: 200px;
    height: auto;
}

footer .about {
        text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    margin: 15px 0;
    font-weight: 400;
}

footer .about p {
   
}

footer .menu-footer ul {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 15px;
    justify-content: center;
}

footer .menu-footer ul li {
    list-style: none;
}

footer .menu-footer ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: 0.2s;
}

footer .menu-footer ul li a:hover {
    color: #429cf9;
}

footer .social {
    text-align: center;
}

footer .social a {
    text-decoration: none;
    display: inline-block;
    margin-left: 5px;
    transition: 0.2s;
}

footer .social a:hover img {
    transition: all 0.2s;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    transform: rotate(360deg);
}

footer .social a img {
    width: 25px;
    transition: 0.2s;
}

.sidebar-video-odds .video-odds .item a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.sidebar-video-odds .video-odds .item .thumnail {
    width: 100%;
    max-height: 150px;
    border-radius: 20px;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
}

.sidebar-video-odds .video-odds .item .thumnail::before {
    content: '\f04b';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 45px;
    z-index: 99;
}

.sidebar-video-odds .video-odds .item .thumnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    transition: 0.2s;
}

.sidebar-video-odds .video-odds .item a:hover img {
    transform: scale(1.1);
    transition: 0.2s;
}

.sidebar-video-odds .video-odds .item a:hover {
    color: rgb(18, 239, 158);
    transition: 0.2s;
}

.sidebar-video-odds .swiper-pagination {
    position: static;
    margin-top: 10px;
}

.sidebar-video-odds .nav-slide {
    position: relative;
}

.sidebar-video-odds .nav-slide .swiper-button-next,
.sidebar-video-odds .nav-slide .swiper-button-prev {
    width: auto;
}

.sidebar-video-odds .nav-slide .swiper-button-next::after,
.sidebar-video-odds .nav-slide .swiper-button-prev::after {
    color: #d9bd91;
    font-size: 14px;
}

.sidebar-video-odds .swiper-pagination-bullet {
    border: 1px solid #a5a5a5;
    width: 10px;
    height: 10px;
}

.sidebar-video-odds .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #a5a5a5;
}

.page-league .content-odds {
    background-color: #15192c;
    border-radius: 16px;
    border: 1px solid #E9EDF0;
    padding: 0;
}

.content-odds ul#pills-tab {
    display: flex;
    justify-content: center;
    justify-items: center;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #2c7067;
}

.content-odds ul#pills-tab li {
    list-style: none;
    width: 100%;
    text-align: center;
}

.content-odds ul#pills-tab li button {
    width: 100%;
    font-family: var(--font-inter);
    font-weight: 600;
    padding: 12px 0;
    color: #BBBBBB;
}

.content-odds ul#pills-tab li button:hover {
    color: #fff;
    background: #2d746b;
}

.content-odds ul#pills-tab li button.active {
    
    color: #fff;
    background: #2d746b;
}

.content-odds ul#pills-tab li:nth-child(1) button {
    border-top-left-radius: 16px !important;
}

.content-odds ul#pills-tab li:last-child button {
    border-top-right-radius: 16px !important;
}


.loadding-placeholder .placeholder {
    background: none ;
    width: 100%;
    display: flex;
    gap: 20px;
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

.loadding-placeholder .animated-background {
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: none;
    background: linear-gradient(to right, #171c26b2 10%, #28324470 18%, #171c26b2 33%);
    background-size: 800px 104px;
    height: 300px;
    position: relative;
    width: 100%;
    border-radius: 16px;
}

/* .header-match::after{
    content: '';
    width: 100%;
    height: 100%;
    background: #00000060;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 16px;
    z-index: 1;
} */

.header-match{
    
}

.match-detail .info-match {
    display: flex;
    justify-content: center;
    justify-items: center;
    text-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.match-detail .info-match .item{
    width: 100%;
    font-family: var(--font-inter);
}

.match-detail .info-match .item .league{
    font-size: 20px;
    font-weight: 600;
}

.match-detail .info-match .item .date{
    font-size: 18px;
}

.match-detail .info-match .item .result{
    font-size: 100px;
    display: flex;
    justify-content: center;
    justify-items: center;
    text-align: center;
    margin: 10px auto;
    width: 80%;
    font-weight: bold;
}

.match-detail .info-match .item .result div{
    width: 100%;
}

.match-detail .info-match .item .logo img{
    height: 110px;
    width: auto;
}

.match-detail .info-match .item .name{
    font-size: 20px;
    font-weight: 600;
}
.video{

}
.video .thumnail{
	position: relative;
    margin-bottom: 10px;
}
.video .thumnail img{
	border-radius: 8px;
	width: 100%;
}
.video .caption{
	color: #1E1E1E;
    text-decoration: none !important;
    font-weight: 500;
    transition: 0.3s;
}
.video .thumnail:before{
	content: '';
    background: url(../images/play.png) no-repeat;
    position: absolute;
    left: 42%;
    top: 37%;
    width: 40px;
    height: 54px;
    background-size: cover;
    opacity: 0.8;
    transition: 0.3s;
}
.video:hover .thumnail:before{
    opacity: 1 ;
    transition: 0.3s;
}
.video:hover .caption{
    color: #01d981;
    transition: 0.3s;
}
.embed-fixture{
	margin-bottom: 20px;
}
.fixture-h2h-empty{
	text-align: center;
    padding: 10px;
}
/****** ADS style************/
button.adclose {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #fffffffa;
    border: thin #8ad5fcfa solid;
    color: #8ad5fcfa;
    transition: 0.2s;
}
button.adclose:hover{
	background: #8ad5fcfa;
    color: #fffffffa;
}
ins{
    display: block;
    margin-bottom: 3px !important;
    position: relative;
    margin: auto;
    max-width: 100% !important;
}
ins img{
    width: 100%;
    height: auto;
}
.adscatfish{
	position: fixed; 
	right: 0px; 
	bottom: 2px; 
	width: 100%; 
	text-align: center; 
	z-index:999;
}
.adscatfish ins{
	width: 600px;
}
.adfloat img{
	width: 75px;
	
}
#blLeft{
	position: fixed; 
	left: 5px; 
	bottom: 5px; 
	z-index: 9999;
	width: 200px;
}
#blRight{
	position: fixed; 
	right: 5px; 
	bottom: 5px; 
	z-index: 9999;
	width: 200px;
}
.modal{
    z-index: 9999;
}
.modal-dialog {
    max-width: 302px;
    width: 302px;
    margin: 100px auto;
    background: none;
}
.modal-dialog .modal-content{
	background: none;
	border: none;
}
.headerbanner ins img{
	width: 600px !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 100px !important;
}
.stick {
    position: fixed;
    top: 10px;
}

.abs {
    position: absolute;
    bottom: 0px;
}

@media (min-width: 992px) {
.ads-pc{
	
}
.ads-mb{
	display: none;
}
}
@media (max-width: 991px) {
.ads-pc{
	display: none;
}
.ads-mb{
	display: block;
}
ins img{
	width: 100%;
	height: auto;
}
.modal-dialog {
    max-width: 240px;
    width: 240px;
    background: none;
}

}
/********** end ADS style **********/
.author-box .title{
    font-size: 1.75rem;
    font-weight: bold;
}
.author-box .title a{
    color: inherit;
}
.author-box .des{
    padding: 16px;
    background-color: #f6f6f4;
    border-radius: 6px;
    font-size: 14px;
}
.author-box .des h1{
    font-size: 24px;
}
.author-box .des h2{
    font-size: 22px;
}
.author-box .des h3{
    font-size: 20px;
}
.author-box .des h4{
    font-size: 18px;
}
.author-box .des img, .author-box .des .wp-caption.aligncenter{
    max-width: 100%;
}
.single-post .archive-content article .aligncenter{
    text-align: center;
}
.single-post .archive-content article .aligncenter img{
    width: 100%;
}
.back-to-top{
    position: fixed;
    right: 20px;
    bottom: 15px;
    background: #212438;
    display: grid;
    place-content: center;
    aspect-ratio: 1;
    width: 40px;
    border-radius: .25rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease;
    cursor: pointer;
}
.back-to-top.active{
    opacity: 1;
    visibility: visible;
}
header{
    border-bottom: 1px solid #ececec;
    background:#fff;
    }