<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --theme1-bg: #2f3e46;
    --theme1-bg90: #2f3e46E6;
    --theme2-bg: #52796f;
    --theme2-bg70: #52796fB3;
    --theme2-bg85: #52796fD9;
    --primary-color: #fff;
    --secondary-color: #fff;
}

html, body {
    height: 100%;
    font-family: "Roboto Condensed", sans-serif;
    /* font-family: Arial, Verdana, Helvetica, sans-serif; */
    color: var(--site-color);
    font-size: 16px;
    line-height: 15px;
    background-color: var(--primary-bg);
}

footer {
    height: auto;
    line-height: 24px;
}
li.mtree-node.mtree-open &gt; .text-dark &gt; span &gt; .fa-plus-square::before{
    content: "\f146";
}
.new-launch-text{
    animation: new-launch 1s linear infinite;
}
@keyframes new-launch{50%{opacity:0}}

.match-odds-head .odds-head{
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    padding: 6px 15px;
    color: #303030;
}
.match-odds-head {
    width: 100%;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}
.odd-data-row{
    width: 100%;
    border-top: 1px solid #dee2e6;
}
.padding-15{
    padding: 0px 15px;
}
.button {
    min-width: 40px;
    height: 25px;
    margin: 0;
    text-align: center;
    display: flex;
    padding: 0px;
    color: #273a47;
    border: 0;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}
.game-name{
    padding: 0;
    vertical-align: middle;
    font-size: 14px;
    word-wrap: break-word;
}
.w-63{
    width: 63%;
}
.w-37{
    width: 37%;
}
.w-33{
    width: 33.33%;
}
div#sidebar-right &gt; .ps{
    position: sticky;
    top: 0;
}
.header a.logo i.fas {
    display: none;
}
.mobile-show {
    display: none;
}
.sports .nav-link .game-icon {
    display: none;
}
@media screen and (max-width: 1199px){
    body {
        font-family: "Roboto Condensed", sans-serif;
        font-size: 12px;
        color: var(--site-color);
    }
    .featured-box .nav-tabs {
        display: flex;
        overflow: hidden;
        overflow-x: auto;
        width: 100%;
        flex-wrap: nowrap;
        white-space: nowrap;
    }
    .logo img {
        width: auto;
        height: 19px;
    }
    .sidebar.col-md-2{
        display: none;
    }
    .col-md-10.featured-box {
        width: 100%;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        padding: 0px !important;
    }
    .header a.logo i.fas {
        display: inline-block;
        font-size: 18px;
    }
    .header-bottom {
        display: none;
    }
    li.float-left.download-apklink {
        display: none;
    }
    li.search.float-left {
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .balance-inner {
        position: absolute;
        top: -3px;
        right: 16px;
        font-size: 14px;
    }
    marquee {
        width: calc(100% - 50px);
        font-style: normal;
        bottom: 6px;
        right: 0;
        font-weight: bold;
        font-family: "Roboto Condensed", sans-serif;
        font-size: 12px;
    }
    .main .row.row5 {
        margin: 0 !important;
    }
    .main .container-fluid.container-fluid-5 {
        padding: 0 !important;
    }
    .header-b-menu .election {
        padding: 12px;
    }
    .header-b-menu a {
        color: #fff;
        font-weight: bold;
    }
    .header-b-menu {
        height: 36px;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
        width: 100%;
        background: #bb1919;
    }
    span.divider {
        display: none;
    }
    span.date-time {
        display: block;
        font-weight: 400;
        font-size: 12px;
        margin: 4px 0 0;
    }
    .w-63,.w-37 {
        width: 100%;
    }
    .game-name {
        font-weight: 700;
    }
    .odd-data-row {
        padding: 5px 15px;
        position: relative;
    }
    .odd-data-row .game-name &gt; a.text-dark:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }
    .match-odds-head {
        display: none !important;
    }
    .w-63.padding-15 {
        padding: 0 0 4px;
    }
    .mobile-show {
        display: block;
    }
    .game-name {
        width: 66%;
    }
    .game-icons {
        width: 34%;
    }
    .game-icon {
        width: auto;
    }
    .header-top ul {
        font-size: 14px;
    }
    .nav-tabs .nav-link {
        color: var(--primary-color);
        white-space: nowrap;
        text-transform: uppercase;
        border-radius: 0;
        padding-top: 0;
        padding-bottom: 0;
        border-right: 1px solid var(--primary-color);
        font-size: 12px;
        font-weight: bold;
        background-color: var(--theme2-bg);
    }
    .sports .nav-link {
        padding: 5px 10px;
    }
    .sports .nav-tabs {
        background-color: var(--theme2-bg);
    }
    .sports .nav-tabs .nav-link.active {
        background-color: var(--theme1-bg);
    }
    .coupon-card.coupon-card-first {
        max-height: calc((100vh - 184px) / 2);
        overflow-x: auto;
    }
    .sports .nav-tabs li img {
        height: 20px;
        margin-bottom: 5px;
    }
    .sports .nav-link .game-icon {
        display: block;
        margin: auto;
    }
    .col-md-9.featured-box-detail {
        width: 100%;
        max-width: 100% !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        padding: 0 !important;
    }
    .scorecard .row {
        margin: 0;
    }
    .scorecard {
        margin: 0;
        width: 100%;
    }
    .fancy-market .col-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 !important;
    }
    .bookmaker-market .bm1.col-xl-12 {
        padding: 0;
    }
    .featured-box-detail &gt; ul.nav.nav-tabs,
    .featured-box-detail &gt; .fancy-tab{
        display: none;
    }
    .col-md-3.sidebar-right {
        width: 100% !important;
        max-width: 100% !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        padding: 0 !important;
    }
    .col-md-12.sports-wrapper.m-b-10 {
        padding: 0;
    }
}
@media screen and (max-width: 767px){
    .casino-list {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 5px;
    }
    .casinoicons {
        position: relative;
        width: 100%;
        margin: 0 0 12px;
    }
    .casinoicons img {
        width: 100%;
        height: auto;
        margin: auto;
        display: block;
    }
}</pre></body></html>