<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*************** CSS for Desktop ***************/
@keyframes pulse_old {
	0% {
		transform: scale(0.95);
	}

	70% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.95);
	}
}
@-webkit-keyframes pulse {
    0% {
		/* transform: scale(0.95); */
        -webkit-filter: brightness(1.6);
        filter: brightness(1.6);
    }

    50% {
        /* transform: scale(1); */
        -webkit-filter: brightness(1);
        filter: brightness(1);
    }

    100% {
		/* transform: scale(0.95); */
        -webkit-filter: brightness(1.6);
        filter: brightness(1.6);
    }
}
.pulse {
	transform: scale(1);
	animation: pulse .5s linear infinite;
}
html, body {
    background-color: #f5f5f7 !important;
}
#main, #wrapper {
    background-color: transparent !important;
}
#main, #wrapper {
    background-color: transparent;
}
.post .is-divider,
.post-item .is-divider {
    display: none;
}
.button {
    margin: 0;
}
.nav&gt;li&gt;a {
    padding: 0;
}
.entry-header-text, .entry-content {
    padding: 0;
}
.alert.is-link span {
    margin-top: 10px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    color: #b3232c;
    text-decoration: underline;
}
.slider-nav-light .flickity-page-dots .dot {
    border-radius: 4px;
    width: 20px;
    height: 3px;
    margin: 0 2px !important;
    border: none;
    background: #8e8e93;
}
.header-bottom-nav &gt; li &gt; a {
    font-size: 14px;
    display: block;
    text-align: center;
    padding: 6px;
    font-weight: 500;
    line-height: 120%;
    color: #c7c8cd;
    text-decoration: none;
    min-width: 130px;
    position: relative;
}
.header:not(.transparent) .header-bottom-nav.nav &gt; li &gt; a:hover {
    background: rgba(159, 160, 164, 0.40);
    border-radius: 4px;
    color: #fff;
}
.header:not(.transparent) .header-bottom-nav.nav &gt; li.active &gt; a, 
.header:not(.transparent) .header-bottom-nav.nav &gt; li.current &gt; a, 
.header:not(.transparent) .header-bottom-nav.nav &gt; li &gt; a.active, 
.header:not(.transparent) .header-bottom-nav.nav &gt; li &gt; a.current {
    font-weight: 600;
    line-height: 120%;
    color: #f01;
    background-color: #fff;
    border-radius: 4px;
    min-width: 152px;
}
.header:not(.transparent) .header-bottom-nav.nav &gt; li.active &gt; a::before, 
.header:not(.transparent) .header-bottom-nav.nav &gt; li.current &gt; a::before, 
.header:not(.transparent) .header-bottom-nav.nav &gt; li &gt; a.active::before, 
.header:not(.transparent) .header-bottom-nav.nav &gt; li &gt; a.current::before {
    content: "";
    background: url('../img/ball.webp');
    display: inline-block;
    max-width: 14px;
    margin-right: 5px;
    margin-top: 0;
    width: 14px;
    height: 15px;
    vertical-align: text-bottom;
    opacity: 1;
}
.nav-divided&gt;li+li&gt;a:after {
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
}

.absolute-footer {
    display: none;
}

.h-copyright * {
    color: #e3e3e8;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.row-main {
    flex-flow: nowrap;
    gap: 17px;
}
.row-main::after {
    display: none;
}
.h-left-sidebar {
    max-width: 188px;
}
.h-right-sidebar {
    max-width: 290px;
}
.h-left-sidebar .section, 
.h-right-sidebar .section,
.post-sidebar .section {
    border-radius: 4px;
    border: 1px solid #eae1d6;
    overflow: hidden;
    padding: 0 !important;
}
.h-left-sidebar .section .section-title-container,
.h-right-sidebar .section .section-title-container,
.post-sidebar .section .section-title-container {
    margin-bottom: 0;
}
.h-left-sidebar .ux-menu-title,
.h-left-sidebar .section-title-normal,
.h-right-sidebar .section-title-normal,
.h-right-sidebar .tabbed-content h4,
.post-sidebar .section-title-normal,
.post-sidebar .tabbed-content h4 {
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    color: #fff;
    background: var(--fs-color-secondary);
    padding: 7px 10px;
    text-transform: uppercase;
    margin-bottom: 0;
    min-height: 0;
    border-bottom: none;
}
.h-left-sidebar .section-title-normal span,
.h-right-sidebar .section-title-normal span,
.post-sidebar .section-title-normal span {
    border-bottom: none;
    margin: 0;
    padding: 0;
}
.h-left-sidebar .ux-menu-link&gt;a {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    color: #3a3a3d;
    padding: 6px 10px;
    border-bottom: 1px solid #eae1d6;
    position: relative;
    padding-left: 21px;
    width: 100%;
}
.h-left-sidebar .ux-menu-link&gt;a:hover,
.h-left-sidebar .ux-menu-link.active&gt;a{
    background: #F0F0F3;
}
.h-left-sidebar .ux-menu-link&gt;a:before {
    content: "";
    background: url(../img/decor.webp);
    width: 6px;
    height: 6px;
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
}
.h-left-sidebar .section .row {
    border-radius: 4px;
    border: 1px solid #eae1d6;
    background: #eae1d6;
    position: relative;
    margin: 0;
    padding: 10px 0;
}
.h-left-sidebar .section .row::before {
    content: "";
    display: block;
    background: #fff;
    border-radius: 3px;
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
}
.h-left-sidebar .section .row .post-item {
    padding: 0 10px;
}
.h-left-sidebar .section .row .post-item + .post-item .col-inner {
    margin-top: 6px;
    border-top: 1px solid #e3e3e8;
    padding-top: 6px;
}
.h-left-sidebar .section .row .post-item .box-text {
    padding: 7px 0 0;
}
.h-left-sidebar .section .row .post-item .box-text .post-title {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    line-height: 18px;
}
.h-left-sidebar .section .row .post-item .box-text .post-title a {
    color: var(--fs-color-primary);
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    display: block;
}
.h-left-sidebar .section .row .post-item .box-text .button {
    transition: all 0.3s;
    color: #ee0b1a;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    display: flex;
    align-items: center;
    gap: 2px;
    text-transform: none;
    margin: 8px 0 0;
    min-height: 0;
}
.h-left-sidebar .section .row .post-item .box-text .button::after {
    content: "";
    background-image: url(../img/readmore.webp);
    background-size: 100% 100%;
    width: 12px;
    height: 12px;
}
.h-right-sidebar .slider-wrapper,
.post-sidebar .slider-wrappe {
    border: unset;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.20);
    overflow: hidden;
}
.h-right-sidebar .tabbed-content,
.post-sidebar .tabbed-content {
    border: unset;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.20);
    overflow: hidden;
}
.h-right-sidebar .tabbed-content h4,
.post-sidebar .tabbed-content h4 {
    margin-bottom: 12px;
}
.h-right-sidebar .tabbed-content .nav,
.post-sidebar .tabbed-content .nav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    border-bottom: 2px solid #dbdce0;
}
.h-right-sidebar .tabbed-content .nav li,
.post-sidebar .tabbed-content .nav li {
    flex: 1;
    text-align: center;
    color: #7b7c80;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    padding: 6px;
    cursor: pointer;
    position: relative;
}
.h-right-sidebar .tabbed-content .nav li a,
.post-sidebar .tabbed-content .nav li a {
    font-size: inherit;
    padding: 0;
}
.h-right-sidebar .tabbed-content .nav li.active a,
.post-sidebar .tabbed-content .nav li.active a {
    color: #0862bd;
}
.h-right-sidebar .tabbed-content .nav li.active:after,
.post-sidebar .tabbed-content .nav li.active a:after {
    content: '';
    height: 2px;
    background: var(--Ver-02-Active-link, #0862bd);
    position: absolute;
    bottom: 0;
    width: 80%;
    left: 50%;
    transform: translate(-50%, 100%);
}
.h-right-sidebar .tabbed-content .tab-panels,
.post-sidebar .tabbed-content .tab-panels {
    padding-top: 0;
}
.h-right-sidebar .tabbed-content .tab-panels .panel,
.post-sidebar .tabbed-content .tab-panels .panel {
    color: #0c0c0d;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.h-right-sidebar .tabbed-content .tab-panels .panel table,
.post-sidebar .tabbed-content .tab-panels .panel table {
    width: 100%;
    border-radius: 4px 4px 0px 0px;
    margin-bottom: 0;
}
.h-right-sidebar .tabbed-content .tab-panels .panel table *,
.post-sidebar .tabbed-content .tab-panels .panel table * {
    font-size: 12px;
}
.h-right-sidebar .tabbed-content .tab-panels .panel table thead,
.post-sidebar .tabbed-content .tab-panels .panel table thead {
    border-radius: 4px 4px 0px 0px;
    background: var(--fs-color-primary);
    color: #fff;
}
.h-right-sidebar .tabbed-content .tab-panels .panel table td,
.post-sidebar .tabbed-content .tab-panels .panel table td {
    text-align: center;
    height: 24px;
    color: #0C0C0D;
    border-bottom: 1px solid #e3e3e8;
    border-right: 1px solid #e3e3e8;
    padding: 0;
    text-align: center;
    font-weight: 500;
}
.h-right-sidebar .tabbed-content .tab-panels .panel table thead th,
.post-sidebar .tabbed-content .tab-panels .panel table thead th {
    height: 24px;
    font-weight: 300;
    text-transform: capitalize;
    padding: 0;
    text-align: center;
}
.h-right-sidebar .tabbed-content .tab-panels .panel table thead th:nth-child(1), 
.h-right-sidebar .tabbed-content .tab-panels .panel table td:nth-child(1),
.post-sidebar .tabbed-content .tab-panels .panel table thead th:nth-child(1),
.post-sidebar .tabbed-content .tab-panels .panel table td:nth-child(1) {
    width: 33px;
    box-sizing: border-box;
}
.h-right-sidebar .tabbed-content .tab-panels .panel table thead th:nth-child(2),
.post-sidebar .tabbed-content .tab-panels .panel table thead th:nth-child(2) {
    max-width: 29px;
    padding-left: 2px;
}
.h-right-sidebar .tabbed-content .tab-panels .panel table .th_score,
.post-sidebar .tabbed-content .tab-panels .panel table .th_score {
    width: 40px !important;
    box-sizing: border-box !important;
}
.h-right-sidebar .tabbed-content .tab-panels .panel table .status_9, 
.h-right-sidebar .tabbed-content .tab-panels .panel table .status_10, 
.h-right-sidebar .tabbed-content .tab-panels .panel table .status_13,
.post-sidebar .tabbed-content .tab-panels .panel table .status_9,
.post-sidebar .tabbed-content .tab-panels .panel table .status_10,
.post-sidebar .tabbed-content .tab-panels .panel table .status_13 {
    background: var(--Ver-02-bg-bxh, #fff0eb);
}
.h-right-sidebar .tabbed-content .tab-panels .panel table tr.status_9 .sport_theme_rank,
.h-right-sidebar .tabbed-content .tab-panels .panel table tr.status_10 .sport_theme_rank,
.h-right-sidebar .tabbed-content .tab-panels .panel table tr.status_11 .sport_theme_rank,
.h-right-sidebar .tabbed-content .tab-panels .panel table tr.status_13 .sport_theme_rank,
.h-right-sidebar .tabbed-content .tab-panels .panel table tr.status_18 .sport_theme_rank,
.post-sidebar .tabbed-content .tab-panels .panel table tr.status_9 .sport_theme_rank,
.post-sidebar .tabbed-content .tab-panels .panel table tr.status_10 .sport_theme_rank,
.post-sidebar .tabbed-content .tab-panels .panel table tr.status_11 .sport_theme_rank,
.post-sidebar .tabbed-content .tab-panels .panel table tr.status_13 .sport_theme_rank,
.post-sidebar .tabbed-content .tab-panels .panel table tr.status_18 .sport_theme_rank {
    background: url(../img/star-top.webp);
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}
.h-right-sidebar .tabbed-content .tab-panels .panel table .status_11, 
.h-right-sidebar .tabbed-content .tab-panels .panel table .status_18,
.post-sidebar .tabbed-content .tab-panels .panel table .status_13,
.post-sidebar .tabbed-content .tab-panels .panel table .status_18 {
    background: #f5f5f7;
}
.h-right-sidebar .tabbed-content .tab-panels .panel table tr.status_11 .sport_theme_rank,
.h-right-sidebar .tabbed-content .tab-panels .panel table tr.status_18 .sport_theme_rank,
.post-sidebar .tabbed-content .tab-panels .panel table tr.status_13 .sport_theme_rank,
.post-sidebar .tabbed-content .tab-panels .panel table tr.status_18 .sport_theme_rank {
    background: url(../img/star-bottom.webp);
}
.h-right-sidebar .tabbed-content .tab-panels .panel table tr[class^="status_"] td:nth-child(5),
.post-sidebar .tabbed-content .tab-panels .panel table tr[class^="status_"] td:nth-child(5) {
    color: #ee0b1a;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.h-mainContent {
    max-width: calc(100% - (188px + 290px + 34px));
}
.h-mainContent .entry-title,
#content .entry-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    color: #0f0f0f;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.h-mainContent p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: capitalize;
    margin-bottom: 12px;
}
.h-mainContent .section {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 16px !important;
    background-color: #fff;
    margin-top: 20px;
}
.bannerWarp{
    justify-content: end;
    width: calc((100vw - 1300px) / 2);
    display: flex;
}
.leftBanner, .rightBanner {
    position: sticky;
    height: fit-content;
    overflow: hidden;
    top: 0;
}
.leftBanner, .rightBanner,
.leftBanner .img, .rightBanner .img,
.leftBanner img, .rightBanner img {
    width: 70px !important;
    max-width: 70px !important;
}
.contain{
    display: flex;
    flex-wrap: nowrap;
}
.container+.bannerWarp {
    justify-content: flex-start;
}
article.post {
    border-bottom: 2px solid #75285e;
    background: #fff;
    padding: 12px;
}
/*************** CSS for Tylekeo ***************/
#scrollIframe #fake_iframe6in1 .info-teams {
    width: auto !important;
}
#scrollIframe .odds-title.two-line-bet {
    min-width: 225px !important;
    max-width: 225px !important;
}
#scrollIframe #table_live tr {
    background-color: #fff;
}
#scrollIframe .table-time .td-bdr,
#scrollIframe.wrap-iframe [id^="ht_"], 
#scrollIframe.wrap-iframe [id^="gt_"],
#scrollIframe #result_iframe .team-box {
    min-width: 0 !important;
    max-width: none !important;
    width: auto !important;
}
#scrollIframe .table-time .td-bdr {
    padding: 0 5px !important;
}
#scrollIframe .table-time .td-bdr,
#scrollIframe #table_live tr:not(.Leaguestitle):not(.scoretitle) td,
#scrollIframe p {
    font-size: 11px !important;
}
/*************** CSS for landscape Desktop ***************/
@media (max-width: 1750px) {
}
@media (max-width: 1500px) {
    .h-mainContent {
        max-width: 100%;
    }
}
@media (max-width: 1230px) {
    .container {
        padding-left: 9px;
        padding-right: 9px;
    }
    .header-bottom-nav &gt; li &gt; a {
        font-size: 12px;
    }
    .header:not(.transparent) .header-bottom-nav.nav &gt; li.active &gt; a, 
    .header:not(.transparent) .header-bottom-nav.nav &gt; li.current &gt; a, 
    .header:not(.transparent) .header-bottom-nav.nav &gt; li &gt; a.active, 
    .header:not(.transparent) .header-bottom-nav.nav &gt; li &gt; a.current {
        min-width: 113px;
    }
    .nav-spacing-xlarge&gt;li {
        margin: 0;
        padding-right: 6px;
    }
   
    .h-mainContent .entry-title {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .h-mainContent p {
        font-size: 12px;
    }
}
@media (max-height: 660px) and (orientation: landscape) {

}
/*************** CSS for Tablet ***************/
@media (max-width: 1024px) {
    .h-left-sidebar, .h-right-sidebar, .post-sidebar {
        display: none;
    }
}
@media (max-width: 1023px) {
}

/*************** CSS for mobile ***************/
@media (max-width: 549px) {
    .header-main {
        padding-top: 20px;
        padding-left: 8px;
        padding-right: 8px;
        padding-bottom: 16px;
        height: auto;
    }
    .header-bottom {
        background-color: var(--fs-color-primary);
        overflow-x: auto;
    }
    .header-bottom .nav {
        flex-flow: nowrap;
        white-space: nowrap;
    }
    .page-wrapper {
        padding-top: 0;
    }
    .h-mainContent {
        width: 100%;
    }
}

/*************** CSS for mobile ***************/
@media (max-width: 390px) {

}</pre></body></html>