    :root {
    --xtoptr: url('https://d2fdcuev2flsum.cloudfront.net/assets/img/xtoptr.png');
    --xplson: url('https://d2fdcuev2flsum.cloudfront.net/assets/img/xplson.png');
    --xbongo: url('https://d2fdcuev2flsum.cloudfront.net/assets/img/xbongo.png');
    --xhasaw: url('https://d2fdcuev2flsum.cloudfront.net/assets/img/xhasaw.png');
    --xspb: url('https://d2fdcuev2flsum.cloudfront.net/assets/img/xspb.png');
    --xgene: url('https://d2fdcuev2flsum.cloudfront.net/assets/img/xgene.png');
    --xnaga: url('https://d2fdcuev2flsum.cloudfront.net/assets/img/xnaga.png');
    --xgmw: url('https://d2fdcuev2flsum.cloudfront.net/assets/img/xgmw.png');
    --xevo: url('https://d2fdcuev2flsum.cloudfront.net/assets/img/xevo.png');
}

    @font-face {
        font-family: 'Rototo';
        font-style: normal;
        font-weight: 400;
        src: url('/fonts/web/Roboto-Regular.ttf') format('woff2');
        font-display: swap;
    }

    @font-face {
        font-family: 'Blinker';
        font-style: normal;
        font-weight: 400;
        src: url('/fonts/web/Blinker-Regular.ttf') format('woff2');
        font-display: swap;
    }

    @font-face {
        font-family: 'Gilroy';
        font-style: normal;
        font-weight: 400;
        src: url('/fonts/web/Gilroy-Light.otf') format('woff2');
        font-display: swap;
    }

    @font-face {
        font-family: 'Rototo Bold';
        font-style: normal;
        font-weight: 400;
        src: url('/fonts/web/Roboto-Bold.ttf') format('woff2');
        font-display: swap;
    }

    body {
        background-color: #000000;
        color: #fff;
        font-family: 'Rototo', sans-serif;
        position: relative;
        padding-top: 74px;
    }

    .header-wrap {
        padding-top: 1em;
        padding-bottom: 1em;
        min-height: 74px;
        position: relative;
        background-color: var(--color-dark-gray);

        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 99;
    }

    .logo {
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        position: absolute;
        top: 60%;
        left: 0;
        transform: translateY(-50%);
        width: 210px;
        line-height: 3.5em;
        background-position: center;
    }

    .logo-wrap {
        position: relative;
        width: 220px;
        height: 34px;
    }

    .runing-text {
        overflow: hidden;
        position: relative;
        z-index: 99;
    }

    .runing-text p {
        color: #fff;
        text-align: center;
        font-size: .8rem;
    }

    .runing-text-wrap svg {
        width: 20px;
        filter: invert(1);
        float: left;
        margin-left: 10px;
        margin-right: 10px;
    }

    .runing-text-wrap {
        background-color: var(--color-dark-gray);
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        min-height: 36px;
    }

    .navigate-wrap .nav-item h2 {
        color: #fff;
        font-size: 12px !important;
        text-align: center;
        margin-bottom: 0;
        bottom: 0;
        position: absolute;
        transform: translateX(-50%);
        left: 50%;
        width: 100%;
        text-transform: uppercase;
    }

    .navigate-wrap #child {
        overflow: auto;
        overflow-x: visible;
    }

    .navigate-wrap #child::-webkit-scrollbar {
        width: 0px;
        height: 0px;
    }

    .navigate-wrap .nav-item {
        position: relative;
        height: 80px;
    }

    .navigate-wrap .nav-item a img {
        margin-left: auto;
        margin-right: auto;
        display: block;
        padding-top: 5px;
        object-fit: contain;
        width: 80px;
        height: 57px;
    }

    .navigate-wrap .nav-item a {
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        width: 70px;
    }

    .navbar {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 5px;
        padding-right: 5px;
    }

    .daily-spin-badge a::after {
        display: block;
        content: "";
        width: 30px;
        height: 30px;
        position: absolute;
        top: 0;
        right: 0;
        background-size: contain;
    }

    .tab-wrap .nav-tabs .nav-item {
        background-image: var(--tab-background);
        background-repeat: repeat-x;
        background-position: bottom;
        color: #fff;
        text-transform: capitalize;
        font-size: 12px;
        border-radius: 0;
        flex: 1;
        background-size: contain;
        border-right: .3px solid var(--color-2);
        font-family: 'Roboto', sans-serif;
        padding: .55rem 0;
    }

    .tab-wrap .nav-tabs .nav-item.active {
        background-image: var(--tab-active-background);
        color: var(--color-dark-orange);
    }

    .tab-wrap {
        height: 446px;
        border-radius: 3px;
        position: relative;
        margin-bottom: .5rem;
    }

    .tab-wrap .tab-content {
        height: 400px;
        background-color: var(--color-dark-gray);
    }

    .nav-tabs .nav-link {
        border: none;
    }

    .nav-tabs {
        border-bottom: none;
        display: flex;
    }

    .nav-tabs .nav-link:first-child {
        border-top-left-radius: 0;
    }

    .nav-tabs .nav-link:last-child {
        border-top-right-radius: 0;
        border-right: none;
    }

    .sidebar-blog {
        margin-bottom: 0.5em;
        background-color: var(--color-dark-gray);
    }

    .sidebar-left {
        color: #fff;
    }

    .sidebar-blog .title>h3,
    .m-bank-blog .title>h3,
    .m-contact-blog .title>h3 {
        margin-bottom: 0;
        font-size: 1em !important;
    }

    .contact-blog ul li {
        text-align: center;
        flex: 20%;
        width: 45px;
        height: 45px;
        position: relative;
        border-radius: 50%;
    }

    .contact-blog ul li .contact-item {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 60%;
        fill: #fff;
    }

    .contact-blog ul {
        display: grid;
        justify-content: center;
        width: 100%;
        grid-gap: 10px 6px;
        grid-template-columns: repeat(auto-fit, minmax(56px, max-content));
    }

    .contact-blog ul li img {
        width: 45px;
    }

    .social-wrap,
    .bank-wrap {
        padding: 10px;
    }

    .sidebar-blog .title>img,
    .m-bank-blog .title>img,
    .m-contact-blog .title>img {
        width: 40px;
        margin-right: 10px;
        float: left;
    }

    .sidebar-blog .title::after {
        content: " ";
        clear: both;
    }

    .bank-blog ul {
        margin-bottom: 0;
        margin: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        gap: 7px;
    }

    .bank-blog ul li {
        width: 30%;
        background-color: #fff;
    }

    .bank-blog ul li>img {
        width: 70px;
        height: 35px;
    }

    .link {
        padding: 0.5em;
        display: block;
        width: 100%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        font-size: 14px;
        text-transform: capitalize;
        text-transform: capitalize;
        font-family: 'Roboto', sans-serif;
    }

    .home-game-wrap .link {
        width: 55%;
        height: 35px;
    }

    .special-menu ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        text-transform: capitalize;
        gap: 15px;
        margin-bottom: 0;
        height: 35px;
    }

    .special-menu ul li {
        flex: 20%;
        position: relative;
        height: inherit;
        background-image: var(--tab-background);
        background-size: contain;
    }

    .special-menu ul li>a {
        text-align: center;
        display: block;
        font-size: 14px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 5px 0;

        width: 100%;
    }

    .special-menu ul li:first-child {
        background-image: var(--tab-active-background);
    }

    .special-menu ul li:first-child>a {
        color: var(--color-dark-orange);
    }

    .special-menu ul li:hover {
        background-image: var(--tab-active-background);
        background-size: contain;
        -webkit-transition: all 1s ease-out;
        -moz-transition: all 1s ease-out;
        -o-transition: all 1s ease-out;
        transition: all 1s ease-out;
        box-shadow: inset 0px 0px 0px 0px #525253;
    }

    .special-menu ul li:hover>a {
        text-decoration: none;
        color: var(--color-dark-orange);
    }

    .special-menu ul li:last-child::after {
        display: block;
        content: "";
        width: 35px;
        height: 35px;
        position: absolute;
        top: -9px;
        right: 2px;
        background-size: contain;
    }

    .special-menu {
        background-color: var(--color-dark-gray);
        /* padding: 0.8rem; */
        padding: 2.8rem 0.8rem 0.8rem 0.8rem;
        position: relative;
    }

    .tab-wrap>nav {
        position: relative;
    }

    .tab-wrap .tab-content .tab-pane>div {
        padding: 0.5em;
    }

    .tab-wrap .tab-content .tab-pane .d-flex {
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        border-bottom: 1px solid #fff;
    }

    .tab-wrap .tab-content .tab-pane .d-flex:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .tab-wrap .tab-content .tab-pane>div>div {
        width: 100%;
        padding-right: 15px;
    }

    .m-tab-content .deposit-info>div,
    .m-tab-content .withdraw-info>div,
    .m-tab-content .winner-info>div {
        width: 100%;
        padding-right: 15px;
    }

    .home-game-wrap {
        margin-top: .5em;
        margin-bottom: .5em;
    }

    .home-game-wrap .game .game-header {
        background-image: var(--card-header-background);
        color: var(--color-dark-orange);
        background-repeat: repeat-x;
        background-position: center;
        background-size: contain;
        padding-left: 0.4rem;
        padding-right: 0.4rem;
        position: relative;
        height: 50px;
    }

    .home-game-wrap .game .game-header .game-title {
        margin-bottom: 0;
        font-size: 1.2em !important;
        font-weight: bold;
        position: absolute;
        top: 50%;
        left: 60px;
        transform: translateY(-50%);
        text-transform: uppercase;
    }

    .home-game-wrap .game-header::before {
        content: "";
        height: 50px;
        width: 50px;
        position: absolute;
        background-repeat: no-repeat;
        background-size: contain;
        top: 50%;
        transform: translateY(-50%);
        background-color: var(--color-dark-orange);
    }

    .home-game-wrap .game .game-body {
        padding: .8rem;
    }

    .home-game-wrap .game .game-body ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: .8rem;
        margin-bottom: 0;
    }

    .home-game-wrap .game .game-body ul li {
        flex: 50;
        position: relative;
    }

    .home-game-wrap .game .game-body ul li.img-outline img {
        border: none;
        padding: 2px;
    }

    .home-game-wrap .game .game-body ul li.img-outline {
        background: transparent;
    }

    .home-game-wrap .game .game-body ul li>img {
        width: 100%;
        border: 1.5px solid var(--border-color);
        position: relative;
        z-index: 1;
    }
    .home-game-wrap .game-header.xpp::before {
        background-image: var(--slot-pp);
    }
    .home-game-wrap .game-header.xpg::before {
        background-image: var(--slot-pg);
    }
    .home-game-wrap .game-header.pp::before {
        background-image: var(--slot-pp);
    }
    .home-game-wrap .game-header.pg::before {
        background-image: var(--slot-pg);
    }
    .home-game-wrap .game-header.xtoptr::before {
        background-image: var(--xtoptr);
    }
    .home-game-wrap .game-header.xplson::before {
        background-image: var(--xplson);
    }
    .home-game-wrap .game-header.xbongo::before {
        background-image: var(--xbongo);
    }
    .home-game-wrap .game-header.xhasaw::before {
        background-image: var(--xhasaw);
    }
    .home-game-wrap .game-header.xspb::before {
        background-image: var(--xspb);
    }
    .home-game-wrap .game-header.xgene::before {
        background-image: var(--xgene);
    }
    .home-game-wrap .game-header.xnaga::before {
        background-image: var(--xnaga);
    }
    .home-game-wrap .game-header.xgmw::before {
        background-image: var(--xgmw);
    }
    .home-game-wrap .game-header.xevo::before {
        background-image: var(--xevo);
    }

    .home-game-wrap .game .game-body .hide-image {
        margin: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
    }

    .home-game-wrap .game .game-body .hide-image li {
        flex: 50;
        position: relative;
    }

    .home-game-wrap .game-header.hot-game-icon::before {
        -webkit-mask: var(--hot-game-svg);
        mask: var(--hot-game-svg);
    }

    .home-game-wrap .game-header.sport-game-icon::before {
        -webkit-mask: var(--sport-svg);
        mask: var(--sport-svg);
    }

    .home-game-wrap .game-header.casino-game-icon::before {
        -webkit-mask: var(--casino-svg);
        mask: var(--casino-svg);
    }

    .home-game-wrap .game-header.poker-game-icon::before {
        -webkit-mask: var(--poker-svg);
        mask: var(--poker-svg);
    }

    .home-game-wrap .game-header.togel-game-icon::before {
        -webkit-mask: var(--togel-svg);
        mask: var(--togel-svg);
    }

    .home-game-wrap .game-header.arcade-game-icon::before {
        -webkit-mask: var(--arcade-svg);
        mask: var(--arcade-svg);
    }

    .home-game-wrap .game-header.cockfight-game-icon::before {
        -webkit-mask: var(--cockfight-svg);
        mask: var(--cockfight-svg);
    }

    .home-game-wrap .game-header.slot-game-icon::before {
        -webkit-mask: var(--slot-svg);
        mask: var(--slot-svg);
    }

    .home-game-wrap .game {
        margin-bottom: .5em;
        background-color: var(--color-dark-gray);
    }

    .content-wrap h1 {
        font-size: 16px !important;
    }

    .content-wrap .content-body {
        overflow: hidden;
        color: #d6d8d9;
        font-size: 14px;
    }

    .content-wrap .content-body h2,
    .content-wrap .content-body h1 {
        font-size: 1.5rem !important;
    }

    .content-wrap .content-body[data-collapse="false"] {
        height: 110px;
    }

    .content-more,
    .content-more:hover {
        color: var(--color-light-orange);
        font-size: 14px;
    }

    .content-wrap {
        margin: 1em 0;
    }

    footer .ft-menu-wrap ul {
        display: flex;
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    footer .ft-menu-wrap ul li a>img {
        width: 30px;
        filter: invert(1);
    }

    footer .ft-menu-wrap .whatsapp img {
        padding: 2px;
        filter: initial;
    }

    footer .ft-menu-wrap .chat div {
        background-color: red;
        -webkit-mask: url('/img/footer_menu/chat.svg') no-repeat center;
        mask: url('/img/footer_menu/chat.svg') no-repeat center;
        -webkit-animation: rainbow-color 15s infinite alternate linear;
        -moz-animation: rainbow-color 15s infinite alternate linear;
        width: 30px;
        height: 30px;
        margin: auto;
    }

    footer .ft-menu-wrap .profile img,
    footer .ft-menu-wrap .deposit img {
        transform: scale(2) translateY(-5px);
    }

    footer .ft-menu-wrap ul li span {
        display: block;
        text-transform: uppercase;
        font-size: .75em;
        color: var(--color-light-gray);
    }

    footer .ft-menu-wrap ul li {
        text-align: center;
        flex: 20%;
    }

    footer .ft-menu-wrap {
        height: 50px;
        background: #444343;
        background: -moz-linear-gradient(top, #444343 0%, #2d2d2d 100%);
        background: -webkit-linear-gradient(top, #444343 0%, #2d2d2d 100%);
        background: linear-gradient(to bottom, #444343 0%, #2d2d2d 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444343', endColorstr='#2d2d2d', GradientType=0);
    }

    footer {
        padding-bottom: 3rem;
    }

    .navigate-wrap .owl-item:not(:last-child) .nav-item.active img,
    .navigate-wrap .owl-item:not(:last-child):hover .nav-item img {
        filter: var(--navbar-active-color);
    }

    .navigate-wrap .owl-item .nav-item.active>a>h2,
    .navigate-wrap .owl-item:hover .nav-item>a>h2 {
        color: var(--color-dark-orange);
    }

    .navigate-wrap .owl-item .nav-item.active>a>svg,
    .navigate-wrap .owl-item:hover .nav-item>a>svg {
        fill: var(--color-dark-orange);
    }

    h2.page-title {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 1.2em !important;
        padding-left: 10px;
        float: left;
        line-height: 2.5em;
        color: var(--color-dark-orange);
    }

    .entry-title {
        background-image: var(--page-title-background);
        background-size: contain;
        position: relative;
        margin-top: 0.5em;
    }

    .entry-img {
        position: relative;
        width: 75px;
        height: 48px;
        float: left;
        border-right: 1px solid var(--color-2);
    }

    .entry-title img,
    .entry-title svg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 45px;
        fill: var(--color-dark-orange);
    }

    .game-list-wrap {
        margin-top: 0.5em;
        padding-bottom: 0.5em;
        justify-content: center;
    }

    .game-list-wrap .card-game {
        background-color: var(--color-dark-gray);
        padding: 0.5em;
        margin-bottom: 0.5em;
        position: relative;
    }

    .game-list-wrap .card-game .link {
        margin-top: .5rem;
        background-image: var(--link1-background);
        font-size: 14px;
        height: 35px;
    }

    .game-border-bottom {
        border-bottom: 1px solid var(--color-3);
    }

    .cus-col-2 {
        flex: 20%;
        max-width: 20%;
    }

    .slot-pro-list li {
        padding: 0.5em;
        background-color: var(--color-dark-gray);
        margin-bottom: 0.5em;
        border-radius: 3px;
        position: relative;
    }

    .slot-pro-list li.active,
    .slot-pro-list li:hover {
        background-color: var(--color-4);
    }

    .slot-pro-list li a {
        line-height: 25px;
        font-size: 14px;
        padding-left: 60px;
        display: block;
    }

    .slot-pro-list li a:hover {
        color: #fff;
        text-decoration: none;
    }

    .slot-page {
        margin-top: .5em;
    }

    .slot-pro-list li a::before {
        content: "";
        height: 35px;
        width: 45px;
        position: absolute;
        background-repeat: no-repeat;
        background-size: contain;
        left: 10%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .slot-pro-list li.pp a::before {
        background-image: var(--slot-pp);
    }

    .slot-pro-list li.sg a::before {
        background-image: var(--slot-sg);
    }

    .slot-pro-list li.haban a::before {
        background-image: var(--slot-haban);
    }

    .slot-pro-list li.pg a::before {
        background-image: var(--slot-pg);
    }

    .slot-pro-list li.gw a::before {
        background-image: var(--slot-gw);
    }

    .slot-pro-list li.s88 a::before {
        background-image: var(--slot-s88);
    }

    .slot-pro-list li.cq9 a::before {
        background-image: var(--slot-cq9);
    }

    .slot-pro-list li.slcq9 a::before {
        background-image: var(--slot-cq9);
    }

    .slot-pro-list li.mg a::before {
        background-image: var(--slot-mg);
    }

    .slot-pro-list li.jk a::before {
        background-image: var(--slot-jk);
    }

    .slot-pro-list li.ssg a::before {
        background-image: var(--slot-sg);
    }

    .slot-pro-list li.srtg a::before {
        background-image: var(--slot-rtg);
    }

    .slot-pro-list li.fg a::before {
        background-image: var(--slot-fg);
    }

    .slot-pro-list .pro-border-left {
        border-left: 2px solid #a4a9ac;
        height: 41px;
        position: absolute;
        top: 0;
        left: 21%;
    }

    .slot-pro-list li.sfs a::before {
        background-image: var(--slot-fs);
    }

    .slot-pro-list li.sjl a::before {
        background-image: var(--slot-jl);
    }

    .slot-pro-list li.pprkd a::before {
        background-image: var(--slot-pprkd);
    }

    .slot-pro-list li.sjks a::before {
        background-image: var(--slot-jks);
    }

    .slot-pro-list li.jks a::before {
        background-image: var(--slot-jks);
    }

    .slot-pro-list li.sps a::before {
        background-image: var(--slot-ps);
    }

    .slot-pro-list li.tgs a::before {
        background-image: var(--slot-tgs);
    }

    .slot-pro-list li.stgs a::before {
        background-image: var(--slot-tgs);
    }

    .slot-pro-list li.safb a::before {
        background-image: var(--slot-safb);
    }

    .slot-pro-list li.ssafb a::before {
        background-image: var(--slot-safb);
    }

    .slot-pro-list li.ppclassic a::before {
        background-image: var(--slot-ppclassic);
    }

    .slot-pro-list li.xtoptr a::before {
        background-image: var(--xtoptr);
    }
    .slot-pro-list li.xplson a::before {
        background-image: var(--xplson);
    }
    .slot-pro-list li.xbongo a::before {
        background-image: var(--xbongo);
    }
    .slot-pro-list li.xhasaw a::before {
        background-image: var(--xhasaw);
    }
    .slot-pro-list li.xspb a::before {
        background-image: var(--xspb);
    }
    .slot-pro-list li.xgene a::before {
        background-image: var(--xgene);
    }
    .slot-pro-list li.xnaga a::before {
        background-image: var(--xnaga);
    }
    .slot-pro-list li.xgmw a::before {
        background-image: var(--xgmw);
    }
    
    .slot-pro-list li.xevo a::before {
    background-image: var(--xevo);
}

    .slot-page .game-list-wrap {
        margin-top: 0;
    }

    .slot-tab {
        position: absolute;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        top: 4px;
        right: 0;
        margin-bottom: 0;
        background-image: var(--slot-filter-background);
        width: 100%;
        max-width: 74.5%;
        border-bottom-right-radius: 3px;
    }

    .slot-tab li {
        flex: 20%;
        width: 20%;
        text-align: center;
        border-right: 1px solid var(--color-2);
    }

    .slot-tab li:last-child {
        border-right: 0;
    }

    .slot-tab li a {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 12px;
        display: block;
        padding: 13px;
    }

    .slot-tab li a:hover {
        color: #fff;
        text-decoration: none;
    }

    .slot-tab li.active,
    .slot-tab li:hover {
        background-image: var(--slot-filter-active-background);
        background-position: center;
        background-size: contain;
    }

    .slot-tab li.active a,
    .slot-tab li:hover a {
        color: var(--color-2);
    }

    .modal {
        color: #120608;
    }

    .modal .form-signin-heading {
        font-size: 1.5em !important;
        text-transform: capitalize;
    }

    .modal .close svg {
        width: 30px;
        filter: invert(1);
    }

    #login-modal .modal-header,
    .sk-modal .modal-header {
        background-color: var(--color-dark-gray);
        color: #fff;
    }

    #login-modal .btn-login {
        font-size: 1.2rem;
        border-radius: 3px;
        background-size: contain;
        color: #fff;
    }

    #login-modal .btn-register {
        color: #fff;
        background-size: contain;
        background-repeat-y: no-repeat;
    }

    #login-modal .modal-content {
        background-color: var(--background-color-6);
        border: none;
    }

    form[name="login-form"] .btn-register,
    form[name="login-form"] button {
        font-weight: bold;
        width: 68px;
    }

    form[name="login-form"] .btn-register {
        color: #fff;
    }

    .m-login-wrap a {
        color: #fff !important;
    }

    form[name="login-form"] button {
        color: #fff;
    }

    .page-blog {
        padding-top: .5em;
        padding-bottom: .5em;
    }

    .form-register input[type="submit"] {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 160px;
        font-weight: bold;
        background-size: contain;
    }

    .form-register p {
        font-size: 14px;
    }

    .form-register p strong {
        font-size: 18px;
        display: block;
        margin-top: 0.5em;
    }

    .bonus-list-wrap .bonus-footer {
        color: #fff;
        text-align: justify;
        border-radius: 3px;
        margin-top: 2.5em;
        background-color: var(--color-dark-gray);
        border-color: transparent;
        font-size: 14px;
    }

    .slot-tab::after {
        content: '';
        background-image: var(--slot-triangle-background);
        position: absolute;
        top: 0;
        left: 0;
        width: 32px;
        height: 44px;
        background-repeat: no-repeat;
    }

    .nav-login-menu .navbar-nav li {
        padding-right: 0.5em;
        width: 120px;
    }

    .nav-login-menu .navbar-nav .position-reload-balance {
        padding-right: 0;
        width: auto;
    }

    .nav-login-menu .navbar-nav li:last-child {
        padding-right: 0;
        width: auto;
    }

    .nav-login-menu .navbar-nav li>a,
    .nav-login-menu .dropdown-item {
        font-size: 13px !important;
    }

    .nav-login-menu .navbar-nav .reload-refresh {
        line-height: 0;
    }

    .nav-login-menu .dropdown-menu .dropdown-item:first-child:before {
        content: "";
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        left: 50%;
        margin-left: -12px;
        margin-top: -23px;
        border: 10px solid transparent;
        border-bottom: 10px solid var(--color-brown);
    }

    .nav-login-menu .dropdown-menu {
        background-color: var(--color-brown);
        width: 100%;
        padding: 0;
        margin: .8rem 0 0;
        border-radius: 6px;
    }

    .nav-login-menu .dropdown-item {
        border-bottom: 1px solid #66676b;
        padding: 0.4em 1em;
        color: #fff;
    }

    .nav-login-menu .dropdown-item:last-child {
        border-bottom: none;
    }

    .nav-login-menu .dropdown-item:hover,
    .nav-login-menu .dropdown-item.active {
        background-color: var(--color-light-orange);
    }

    .nav-login-menu .dropdown-item:first-child:hover::before,
    .nav-login-menu .dropdown-item.active:first-child::before {
        border-bottom-color: var(--color-light-orange);
        color: #fff;
    }

    .nav-login-menu .dropdown-item:first-child:hover,
    .nav-login-menu .dropdown-item.active:first-child {
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

    .nav-login-menu .dropdown-item:last-child:hover {
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    .nav-login-menu .d-reload-balance:hover {
        color: var(--color-4);
    }

    .daily-bonus-wrap {
        background-color: var(--background-color-1);
        border-radius: 3px;
        padding: 0.5em;
        margin-top: .5em;
    }

    .page-block {
        background-color: var(--background-color-1);
        border-radius: 3px;
        padding: 0.5em;
        margin-bottom: 0.5em;
        margin-top: 0.5em;
    }

    .arrow-1 {
        border-color: var(--color-light-orange) !important;
    }

    .reload-balance {
        color: var(--color-light-orange) !important;
    }

    .forgot-pwd-link:hover {
        color: var(--color-1);
    }

    .slot-maintain {
        border-radius: 3px;
        left: 50%;
        transform: translate(-50%);
    }

    .slot-maintain svg {
        width: 35px;
        height: 35px;
    }

    .slot-maintain p {
        font-size: 0.7rem !important;
        padding: 0;
    }

    .maintain-img svg {
        width: 40px;
        height: 40px;
    }

    .maintain-img {
        left: 50%;
        transform: translate(-50%);
    }

    .maintain-time div {
        flex: 20%;
        background-color: transparent;
        font-size: 8px;
        padding-bottom: 5px;
    }

    .maintain-time div>span {
        display: block;
        font-size: 1.2rem;
    }

    .maintain-time div>span::after {
        content: ':';
        float: right;
    }

    .maintain-time div:last-child>span::after {
        content: '';
    }

    .runing-text-wrap .scroll-left {
        height: 20px;
        overflow: hidden;
        position: relative;
    }

    .runing-text-wrap .scroll-left p {
        position: absolute;
        width: 100%;
        height: 100%;
        margin: 0;
        text-align: center;
        top: 0;
        -moz-transform: translate(100%, -50%);
        -webkit-transform: translate(100%, -50%);
        transform: translate(100%, -50%);
        -moz-animation: scroll-left 45s linear infinite;
        -webkit-animation: scroll-left 45s linear infinite;
        animation: scroll-left 45s linear infinite;
        font-size: 12px !important;
    }

    .maintain-time {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        margin: .5em;
    }

    .maintain-body {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .countdown {
        background: #313233c2;
        width: 100%;
        position: absolute;
        z-index: 1000;
        bottom: 55px;
        transform: translate(-50%);
        left: 50%;
    }

    .countdown p {
        font-size: .7rem;
        padding: 0.2em 0;
        margin-bottom: 0;
    }

    .countdown p:last-child {
        font-size: .7rem;
    }

    .reward-img-spin {
        width: 40%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .game-list-wrap .card-game>a:hover {
        color: #fff;
    }

    .game-list-wrap .card-game .link:hover,
    .home-game-wrap .link:hover {
        background-image: var(--tab-background);
        background-repeat: repeat-x;
        background-position: center;
        text-decoration: none;
        -webkit-transition: all 1s ease-out;
        -moz-transition: all 1s ease-out;
        -o-transition: all 1s ease-out;
        transition: all 1s ease-out;
        box-shadow: inset 0px 0px 0px 0px #525253;
        color: #fff;
    }

    footer .ft-menu-wrap {
        position: fixed;
        bottom: 0;
        width: 274px;
        z-index: 100;
    }

    .slider-blog,
    .home-togel-blog {
        max-width: 845px;
        position: relative;
    }

    .form-control-sm,
    .input-group-sm>.form-control,
    .input-group-sm>.input-group-append>.btn,
    .input-group-sm>.input-group-append>.input-group-text,
    .input-group-sm>.input-group-prepend>.btn,
    .input-group-sm>.input-group-prepend>.input-group-text,
    .btn {
        border-radius: .1rem;
    }

    .m-tab-wrap {
        display: none;
        position: relative;
    }

    .m-tab-wrap ul {
        margin-bottom: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        background-image: var(--tab-background);
        background-repeat: repeat-x;
        background-position: center;
        background-size: contain;
        position: relative;
        height: inherit;
    }

    .m-tab-wrap ul li {
        color: #fff;
        text-transform: uppercase;
        flex: 33.33%;
        text-align: center;
        border-right: 1px solid var(--color-2);
        height: inherit;
        position: relative;
    }

    .m-tab-wrap ul li:last-child {
        border-right: transparent;
    }

    .m-tab-wrap ul li a {
        display: block;
        padding: 0.2rem 0;
        font-family: 'Roboto', sans-serif;
        font-size: 12px;
        text-transform: capitalize;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        text-transform: uppercase;
    }

    .m-tab-wrap ul li.active {
        background-image: var(--tab-active-background);
        background-size: contain;
    }

    .m-tab-wrap ul li>a:hover {
        text-decoration: none;
        color: #fff;
    }

    .spmenu-show svg {
        width: 22px;
        fill: var(--color-light-orange);
    }

    .header-wrap .border-h-b {
        border-bottom: 1px solid #595c63;
    }

    .m-tab-wrap .m-tab-content,
    .m-tab-wrap .m-tab-content .tab-item,
    .m-login-wrap,
    .tab-filter,
    .register-content2,
    .m-bank-blog,
    .m-contact-blog {
        display: none;
    }

    .m-tab-wrap .m-tab-content.showed,
    .m-tab-wrap .m-tab-content.showed>div.active {
        display: block;
    }

    .m-tab-wrap .m-tab-content.showed {
        position: absolute;
        z-index: 10;
        background: rgb(66 65 70 / 93%);
        padding: 0.5rem;
        width: 100%;
        min-height: 235px;
    }

    .m-tab-wrap .m-tab-content h4 {
        font-size: 16px !important;
    }

    .m-tab-content svg {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 2rem;
        z-index: 10;
    }

    .m-tab-content svg:hover {
        cursor: pointer;
    }

    .slot-page .game-progress {
        width: 100%;
        border-radius: 3px;
        height: 9px;
        background-color: #5a5d64;
        margin-top: 0.5em;
        position: relative;
    }

    .slot-page .game-progress ul {
        margin-bottom: 0;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 1px;
        height: inherit;
    }

    .slot-page .game-progress ul li {
        flex: 9%;
        max-width: 10%;
        background-color: #b20615;
        height: inherit;
    }

    .slot-page .game-progress .percent {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        font-size: 12px;
        transform: translate(-50%, -50%);
    }

    .slide-in {
        -webkit-animation: slide-in 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        animation: slide-in 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }

    .m-tab-wrap .tab-item .d-flex {
        border-bottom: 1px solid #736e6f;
        padding: 0.2em 0;
    }

    .slot-pro-list {
        position: -webkit-sticky;
        position: sticky;
        top: 80px;
    }

    .pg-game-title {
        margin-bottom: 0;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .s-game-title-wrap {
        border: solid 1px var(--color-light-orange);
        min-height: 35px;
        width: 100%;
        margin-top: 1px;
        border-radius: 3px;
        text-transform: uppercase;
        font-size: 10px;
        position: relative;
    }

    .tab-filter .dropdown-menu {
        background-color: var(--background-color-1);
    }

    .tab-filter .dropdown-menu a {
        color: #fff;
        font-size: 12px;
        border-bottom: 1px solid #7e7f81;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .tab-filter .dropdown-menu a:hover,
    .tab-filter .dropdown-menu a.active {
        transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
    }

    .tab-filter .dropdown-toggle {
        background-image: var(--slot-filter-background);
        width: auto;
        text-align: right;
        padding-left: 30px;
        background-size: contain;
        background-repeat-y: no-repeat;
    }

    .tab-filter .dropdown-toggle::before {
        background-image: var(--slot-triangle-background);
        position: absolute;
        top: 0;
        left: 0;
        width: 30px;
        height: 30px;
        background-repeat: no-repeat;
        border: 0;
        background-size: contain;
        content: '';
    }

    .navigate-wrap {
        min-height: 80px;
    }

    footer .copy-right {
        margin-bottom: 0;
        font-size: 12px;
        color: #d6d8d9;
    }

    footer .copy-right p {
        font-size: 12px !important;
    }

    .cbp-spmenu h3 {
        font-size: 16px !important;
    }

    .form-register .captcha-wraper {
        border-radius: 0.25rem;
        text-align: center;
        background-color: var(--captcha-background);
    }

    .form-register .captcha-wraper img {
        padding: .25rem;
        max-width: 94px;
    }

    .bank-blog ul li::after {
        content: '';
        height: inherit;
        display: block;
        border-bottom: 4px solid;
    }

    .bank-blog ul li.online::after {
        border-bottom-color: var(--color-bank-active);
    }

    .bank-blog ul li.offline::after {
        border-bottom-color: var(--color-bank-offline);
    }

    .m-bank-blog {
        min-height: 120px;
    }

    .m-contact-blog {
        min-height: 91px;
    }

    .m-bank-blog,
    .m-contact-blog {
        background-color: var(--color-dark-gray);
        padding: 0.5rem;
        margin-bottom: .5rem;
    }

    .m-bank-blog .col-12 {
        margin: 0 !important;
        padding: 0;
    }

    .m-bank-blog .bank-area {
        padding-top: .8rem;
    }

    .m-contact-blog ul li {
        flex: 1;
    }

    .contact-blog ul li>a {
        display: block;
    }

    .main-slide-wrap {
        min-height: 287px;
    }

    .social-wrap {
        min-height: 150px;
    }

    .bank-wrap {
        min-height: 228px;
    }

    .new-page-wrapper {
        position: relative;
        padding: 1rem 0;
        margin-top: .5em;
    }

    .new-page-wrapper .page-header {
        background-color: var(--color-dark-gray);
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        text-transform: capitalize;
        position: relative;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .new-page-wrapper .page-header h2 {
        margin-bottom: 0;
        padding-left: 7rem;
    }

    .new-page-wrapper .page-header .page-icon {
        position: absolute;
        top: -16px;
        left: 1rem;
        z-index: 1;
        border-top-left-radius: 50%;
        border-top-right-radius: 50%;
        padding: 9px 16px;
    }

    .new-page-wrapper .page-body {
        background-color: var(--background-color-6);
        padding: 2rem 1rem;
        color: #282c37;
    }

    .nav-login-menu .profile-wrapper img {
        float: left;
        margin-right: 0.5rem;
    }

    .nav-login-menu .profile-wrapper ul {
        float: right;
        color: #fff;
        width: 100%;
    }

    .nav-login-menu .profile-wrapper ul li {
        border-bottom: 1px solid #a9aaaf;
        padding: 0;
        width: 100%;
    }

    .nav-login-menu .profile-wrapper ul .d-user-balance {
        border-bottom: none;
    }

    .nav-login-menu .profile-wrapper ul li:last-child {
        border-bottom: none;
    }

    .navbar.navbar-dark .navbar-nav .nav-link {
        text-transform: capitalize;
        color: #fff;
        font-size: 13px;
        font-weight: 700;
    }

    .navbar.navbar-dark .navbar-nav .profile-wrapper {
        width: auto;
    }

    .navbar.navbar-dark .navbar-nav .profile-wrapper>a {
        padding: 0;
    }

    .nav-login-menu .dropdown-toggle::after {
        border-top: 1.3em solid var(--color-light-orange);
        border-right: 0.7em solid transparent;
        border-left: 0.7em solid transparent;
    }

    .nav-login-menu .reload-refresh {
        color: var(--color-light-orange);
    }

    .nav-login-menu .d-reload-balance {
        padding-top: 0.5rem;
        display: block;
    }

    .nav-login-menu .nav-item.active a,
    .nav-login-menu .nav-item:hover a {
        color: var(--color-dark-orange) !important;
        background-image: var(--btn-login);
        background-size: contain;
    }

    .new-page-wrapper .page-body .table-responsive .table {
        margin-bottom: 0;
        border-radius: 5px;
    }

    .new-page-wrapper .page-body .table-responsive .table thead tr {
        background-color: var(--background-color-5);
        color: #fff;
    }

    .new-page-wrapper .page-body .table-responsive .table tbody:before {
        content: "-";
        display: block;
        line-height: 5px;
        color: transparent;
    }

    .new-page-wrapper .page-body .table-responsive .table th:first-child {
        border-radius: 5px 0 0 5px
    }

    .new-page-wrapper .page-body .table-responsive .table th:last-child {
        border-radius: 0 5px 5px 0;
        border-right: none;
    }

    .new-page-wrapper .page-body .table-responsive .table th {
        border-bottom: none;
        border-top: none;
        border-left: none;
    }

    .new-page-wrapper .page-body .table-responsive .table tbody tr {
        border-left: 2px solid #dadada;
        border-right: 2px solid #dadada;
    }

    .new-page-wrapper .page-body .table-responsive .table tbody tr:first-child {
        border-top: 2px solid #dadada;
    }

    .new-page-wrapper .page-body .table-responsive .table tbody tr:last-child {
        border-bottom: 2px solid #dadada;
    }

    .new-page-wrapper .page-body .table-responsive .table tbody tr>td {
        border-bottom: 2px dashed #dadada;
    }

    .new-page-wrapper .page-body .table-responsive .table tbody {
        color: var(--color-5);
        background-color: #fff;
    }

    .home-page-wrapper {
        margin-top: .5em;
    }

    .m-tab-wrap ul li.active a {
        color: var(--color-dark-orange);
    }

    .link-bg {
        background-image: var(--link1-background);
        background-size: contain;
        color: var(--color-dark-orange);
    }

    form[name="login-form"] svg {
        color: var(--color-1);
    }

    form[name="login-form"] input,
    form[name="login-form"] input:visited,
    form[name="login-form"] input:focus,
    form[name="login-form"] input::-webkit-input-placeholder {
        color: var(--color-light-orange) !important;
    }

    form[name="login-form"] .user-icon,
    form[name="login-form"] .password-icon {
        position: relative;
        width: 38px;
        height: 31px;
    }

    form[name="login-form"] svg {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 20px;
        transform: translate(-50%, -50%);
        fill: var(--color-light-orange);
    }

    #login-captcha img {
        filter: var(--captcha-color);
    }

    .forgot-pwd-link {
        position: absolute;
        bottom: -22px;
        font-size: 12px;
    }

    .tab-wrap::after {
        content: '';
        /* background-image: var(--hot-offer-background); */
        position: absolute;
        top: -2px;
        right: 5px;
        width: 25px;
        height: 25px;
        background-repeat: no-repeat;
        background-size: contain;
    }

    button.close {
        opacity: 1;
    }

    .game-list-wrap .card-game-promo::before {
        content: '';
        display: block;
        background-image: var(--card-game-promo);
        background-size: contain;
        background-repeat: no-repeat;
        width: 70px;
        height: 70px;
        right: 0;
        position: absolute;
        top: -10px;
        left: -10px;
    }

    .game-list-wrap .card-game img {
        border: 1.5px solid var(--color-light-orange);
    }

    form[name="login-form"] .input-group-text {
        background: #fff;
    }

    .navigate-wrap .owl-stage-outer svg {
        fill: #fff;
        width: 80%;
        position: absolute;
        top: 35%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .tab-wrap .tab-content-wrap {
        margin-bottom: 0.5em;
    }

    .tab-content>.active {
        background-color: var(--color-dark-gray);
        border-radius: 3px;
    }

    .home-game-wrap .game .game-body.poker-wrap {
        position: relative;
    }

    .form-register .register-content1 div {
        float: right;
        width: 95%;
    }

    .btn.focus,
    .btn:focus,
    .form-control:focus {
        box-shadow: none !important;
    }

    .jackpot-wrap {
        margin-top: .5rem;
    }

    .jackpot-wrap .jackpot {
        border: 1px solid var(--border-color);
        background-image: var(--navbar-background);
        text-align: center;
        height: 53px;
        background-size: contain;
    }

    .jackpot-wrap .jackpot .jackpot-absolute {
        overflow: hidden;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
    }

    .jackpot-wrap .jackpot-item {
        position: relative;
        display: inline-block;
        border-right: 1px solid #bfbdbe;
        padding-left: 150px;
        padding-right: 150px;
    }

    .jackpot-wrap .jackpot-item:last-child {
        border-right: none;
    }

    .jackpot-wrap .jackpot-item::before {
        content: '';
        display: block;
        background-image: var(--jackpot-background);
        background-size: contain;
        background-repeat: no-repeat;
        width: 150px;
        height: 58px;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        background-position: center;
    }

    .jackpot-wrap .jackpot-item::after {
        content: '';
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
        width: 140px;
        height: 50px;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        background-position: center;
        margin-right: 5px;
    }

    .jackpot-wrap .jackpot-item.jackpot-idnpk::after {
        background-image: var(--jackpot-idn-background);
    }

    .jackpot-wrap .jackpot-item.jackpot-rtg::after {
        background-image: var(--jackpot-rtg-background);
    }

    .jackpot-wrap .jackpot-item.jackpot-sg::after {
        background-image: var(--jackpot-sg-background);
    }

    .jackpot-wrap .jackpot-item .jackpot-text {
        font-size: 2rem;
    }

    .btn-register-bg {
        background-image: var(--btn-register);
        background-size: contain;
        background-repeat: repeat-x;
        color: #ffff !important;
    }

    .btn-login-bg,
    .btn-red-bg {
        background-image: var(--btn-login);
        background-size: contain;
        color: #fff;
        border: none;
    }

    .jackpot-absolute .scroll4 {
        display: flex;
        flex-flow: row nowrap;
        margin-bottom: 0;
        padding-left: 0;
    }

    .jackpot-absolute .scroll4 li {
        flex: 0 0 auto;
        display: block;
        margin: auto;
    }

    .ft-menu-wrap {
        display: none;
    }

    .border-color {
        border-color: var(--color-light-orange);
    }

    .navbar-dark .navbar-nav .nav-item.active .btn-register-bg,
    .navbar-dark .navbar-nav .nav-item:hover .btn-register-bg {
        /* background-color: var(--color-light-orange); */
    }

    form[name="login-form"] .input-group-text {
        border: none;
    }

    .page-link:focus,
    .page-link:hover {
        background-color: var(--color-light-orange);
        color: #fff;
    }

    .togel-game {
        margin-bottom: 0;
        width: 100%;
        border-bottom-right-radius: 3px;
        background-color: var(--color-dark-gray);
        justify-content: space-between;
        display: flex;
        white-space: nowrap;
    }

    .togel-game li {
        display: inline-block;
        border-right: 1px var(--color-light-gray) solid;
        padding: 5px;
        flex: 1;
        text-align: center;
    }

    .togel-game li:last-child {
        border-right: none;
    }

    .togel-game li a {
        font-size: .6em;
        text-transform: uppercase;
    }

    .togel-game-wrap {
        padding-top: 0.5em;
        overflow-x: auto;
    }

    .togel-game li.active a,
    .togel-game li:hover a {
        color: var(--color-light-orange);
    }

    .pool-wrap {
        padding: 10px;
    }

    .pool-lst {
        margin-bottom: 0;
    }

    .pool-wrap .title {
        border-bottom: 1px var(--color-light-gray) solid;
        padding-bottom: 0.5em;
        margin-bottom: 0.5rem;
    }

    .pool-lst li a {
        font-size: .8em;
    }

    .pool-lst li {
        padding-bottom: 0.3em;
    }

    .pool-lst li:last-child {
        padding-bottom: 0;
    }

    .pool-lst li.active a,
    .pool-lst li:hover a {
        color: var(--color-light-orange);
    }

    .game-screen {
        background-color: var(--color-dark-gray);
        border-radius: 3px;
        padding: 10px;
    }

    .game-screen .table-result th {
        text-align: center;
    }

    .game-screen .table-result tbody tr>th {
        vertical-align: middle;
    }

    .game-screen .table-result {
        font-size: .8rem;
    }

    .number-wrap {
        display: flex;
        justify-content: center;
        margin-bottom: 0;
        grid-gap: 5px;
    }

    .number-wrap li input {
        width: 30px;
        text-align: center;
        margin: auto;
    }

    .add-row-wrap ul {
        margin-bottom: 0;
    }

    .add-row-wrap ul li {
        display: inline-block;
    }

    .game-screen .row_number {
        width: 80px;
    }

    .form-game-screen .btn-save {
        width: 30%;
    }

    .ul-menu li {
        width: 100px;
        display: inline-block;
    }

    .ul-menu li svg {
        fill: #fff;
        width: 70%;
        position: absolute;
        top: 35%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .ul-menu {
        margin-bottom: 0;
        display: flex;
        justify-content: space-between;
    }

    .ul-menu .nav-item.active>a>svg,
    .ul-menu .nav-item:hover>a>svg {
        fill: var(--color-light-orange);
    }

    .ul-menu .nav-item.active>a>h2,
    .ul-menu .nav-item:hover>a>h2 {
        color: var(--color-light-orange);
    }

    .menu-scroll {
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        white-space: nowrap;
    }

    .menu-scroll::-webkit-scrollbar {
        height: 0px;
        background: #000000;
    }

    .menu-scroll::-webkit-scrollbar-thumb {
        background-color: #000000;
        border: 1px solid black;
    }

    .home-game-wrap .game .game-footer {
        padding-bottom: .8rem;
    }

    /* bonus page */
    .bonus-inner {
        position: relative;
    }

    .bonus-inner .bonus-show {
        position: absolute;
        /* bottom: -31px; */
        width: 100%;
        display: block;
        background: red;
        background-color: rgba(65, 64, 65, 0.7);
    }

    .bonus-inner .bonus-show .btn-register {
        color: var(--color-light-orange);
    }

    .bonus-inner .bonus-show .btn:hover {
        color: var(--color-light-orange) !important;
    }

    .bonus-inner .bonus-show .btn {
        font-size: 14px;
        font-weight: 600;
        width: 100%;
        padding: 0.25rem 0.75rem !important;
    }

    .contact-page .sub-title {
        font-size: 18px;
        padding: 1em 0;
        line-height: 1;
    }

    .contact-page {
        margin-bottom: 2rem;
    }

    .contact-page .sub-title span {
        color: var(--color-light-orange);
    }

    .contact-page p {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 24px;
    }

    .contact-page a:hover {
        color: var(--color-light-orange);
    }

    .contact-page a {
        color: #fff;
    }

    .user-info .user-info-icon {
        display: block;
        height: 17px;
        width: 17px;
        background: center no-repeat;
        background-size: contain;
        top: -4px;
        position: relative;
    }

    .contact-page ul {
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 0;
        grid-gap: 10px 0;
    }

    .contact-page ul li {
        flex: 0 0 50%;
        display: inline-flex;
    }

    .contact-page ul li>div {
        text-align: center;
        background-color: var(--contact-background);
        width: 45px;
        height: 45px;
        position: relative;
        border-radius: 50%;
    }

    .contact-page ul li a {
        transform: translate(10px, 10px);
    }

    .contact-page ul li .contact-item {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 60%;
    }

    .rule-page {
        font-size: 14px;
    }

    .rule-page h2 {
        margin-bottom: 0;
        padding: 0.5rem 0;
    }

    .rule-page p,
    .rule-page ul li,
    .rule-page ol li {
        line-height: 25px;
    }

    .rtp-slot {
        position: fixed;
        bottom: 7%;
        width: 50px;
        z-index: 10;
    }

    /* togel */
    .home-togel-wrap {
        margin-top: 0.5em;
    }

    .home-togel-wrap .togel-blog {
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        white-space: nowrap;
    }

    .home-togel-wrap .togel-blog #togel_scroll {
        overflow: auto;
        overflow-x: visible;
    }

    .home-togel-wrap .togel-blog .ul-togel {
        margin-bottom: 0;
        display: flex;
        justify-content: space-between;
        width: 100%;
        gap: 0.5rem;
    }

    .home-togel-wrap .togel-blog .ul-togel .nav-item-togel:hover {
        cursor: pointer;
    }

    .home-togel-wrap .togel-blog .ul-togel .nav-item-togel {
        position: relative;
        width: 100%;
        height: max-content;
    }

    .home-togel-wrap .togel-blog .ul-togel li {
        width: 100px;
        display: inline-block;
    }

    .home-togel-wrap .togel-blog .togel-result:hover {
        color: var(--color-light-orange);
        text-decoration: none;
    }

    .home-togel-wrap .togel-blog .togel-result {
        width: max-content;
        /* width: 201px; */
        display: flex;
        margin-left: auto;
        margin-right: auto;
        padding: 0px 8px;
        border-radius: 3px;
        height: 75px;
        justify-content: space-between;
        background: var(--color-dark-gray);
        gap: 20px;
    }

    .home-togel-wrap .togel-result img {
        width: 45px;
        height: 45px;
        position: relative;
        top: 50%;
        transform: translate(0%, -50%);
        border-radius: 50%;
    }

    .home-togel-wrap .togel-result .text {
        display: inline-grid;
        height: 20px;
        top: 5px;
        position: relative;
    }

    .home-togel-wrap .togel-result span:first-child,
    .home-togel-wrap .togel-result span:last-child {
        font-size: 14px;
    }

    .home-togel-wrap .togel-result .number {
        font-size: 1.5rem !important;
        font-weight: bold;
        letter-spacing: 3px;
        line-height: 1;
        margin: 0px;
        color: var(--color-light-orange);
    }

    .home-togel-wrap .togel-blog #togel_scroll::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    .home-togel-wrap .togel-blog::-webkit-scrollbar {
        height: 0px;
        background: #000000;
    }

    .home-togel-wrap .togel-blog::-webkit-scrollbar-thumb {
        background-color: #000000;
        border: 1px solid black;
    }

    .owl-dots {
        line-height: 0;
        position: absolute;
        padding: 0.5em;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        background-color: #000000;
        z-index: 9;
    }

    .owl-dots button.owl-dot {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        display: inline-block;
        background: #fff !important;
        margin: 0 3px;
    }

    .owl-dots button.owl-dot.active {
        background-color: var(--color-light-orange) !important;
    }

    .owl-dots button.owl-dot:focus {
        outline: none;
    }

    .slot-pro-list li.li-search-game {
        background-color: transparent;
        margin: 0;
        padding: 0;
    }

    @media only screen and (max-width: 320px) {
        .navigate-wrap {
            min-height: 48px !important;
        }

        .logo {
            line-height: 2.5em !important;
        }

        .home-game-wrap .col-6 {
            max-width: 100%;
            flex: 100%;
        }
    }

    @media only screen and (max-width: 400px) {
        .m-profile .navbar-nav .position-reload-balance {
            right: 64px !important;
        }

        /* .dropdown-toggle::after {
        margin-left: 3.05em !important;
    } */
        .m-profile .navbar-nav .profile-wrapper {
            padding: 0px !important;
        }

        .m-profile .navbar-nav .profile-wrapper img {
            width: 30px;
            height: 30px;
        }

        .m-profile .profile-wrapper ul li {
            font-size: 10px !important;
        }

        .cus-col-2,
        .cus-col-3 {
            flex: 50% !important;
            max-width: 50% !important;
        }

        .slider-blog {
            height: auto !important;
        }

        .form-register .register-content1 div {
            width: 90%;
        }

        .contact-blog ul {
            grid-gap: 10px 4px;
            grid-template-columns: repeat(auto-fit, minmax(45px, max-content));
        }

        .contact-blog ul li {
            width: 40px;
            height: 40px;
        }

        .jackpot-wrap .jackpot-item .jackpot-text {
            font-size: .8rem !important;
        }
    }

    @media only screen and (min-width: 401px) and (max-width: 420px) {
        .slider-blog {
            height: 151px !important;
        }
    }

    @media only screen and (min-width: 421px) and (max-width: 440px) {
        .slider-blog {
            max-height: 145px !important;
        }
    }

    @media only screen and (min-width: 441px) and (max-width: 450px) {
        .slider-blog {
            max-height: 150px !important;
        }
    }

    @media only screen and (min-width: 451px) and (max-width: 490px) {
        .slider-blog {
            max-height: 175px !important;
        }
    }

    @media only screen and (min-width: 491px) and (max-width: 520px) {
        .slider-blog {
            max-height: 170px !important;
        }
    }

    @media only screen and (min-width: 521px) and (max-width: 550px) {
        .slider-blog {
            max-height: 178px !important;
        }
    }

    @media only screen and (min-width: 551px) and (max-width: 575px) {
        .slider-blog {
            max-height: 190px !important;
        }
    }

    @media only screen and (min-width: 576px) and (max-width: 767px) {
        .slider-blog {
            max-height: 225px !important;
        }
    }

    @media only screen and (max-width: 767px) {
        .home-game-wrap .game .game-body .hide-image {
            width: 118px !important;
        }

        .special-menu {
            padding: 0.5rem !important;
        }

        .home-togel-wrap .togel-blog .togel-result {
            /* width: 126.5px !important; */
        }

        .m-tab-wrap {
            display: block;
        }

        .deposit-page .btn-copy {
            margin-top: 0px !important;
        }

        .form-register p {
            position: inherit;
        }

        .submit-btn-wrap {
            margin-bottom: 0;
        }

        .form-register input[type="submit"] {
            margin-bottom: .5rem;
        }

        .slot-page .slot-icon-wrap {
            max-width: 20% !important
        }

        .slider-blog {
            height: 183px;
        }

        .special-menu ul li:last-child::after {
            width: 25px;
            height: 25px;
        }

        .home-game-wrap .link,
        .game-list-wrap .card-game .link {
            font-size: 10px;
        }

        .countdown {
            bottom: 21% !important;
        }

        .countdown p {
            font-size: .6rem !important;
        }

        .special-menu ul,
        .home-game-wrap .link,
        .game-list-wrap .card-game .link {
            height: 22px !important;
        }

        .special-menu ul li>a {
            padding: 2px 0;
        }
    }

    @media only screen and (max-width: 767px) and (orientation: portrait) {
        .text-lg-left {
            padding-left: 0;
        }

        .header-wrap .row>div:last-child {
            padding-right: 0;
        }

        .jackpot-wrap .jackpot-item {
            padding-left: 47px;
            padding-right: 57px;
        }

        .jackpot-wrap .jackpot-item::before {
            width: 45px;
            height: 15px;
        }

        .jackpot-absolute .scroll4 li {
            width: 90%;
        }
    }

    @media screen and (max-width: 576px) {
        h1 {
            font-size: 1.75rem !important;
        }
    }

    @media only screen and (max-width: 768px) and (orientation: landscape) {
        h1 {
            font-size: 2.0rem !important;
        }
        .main-content>.container>.row {
            margin-right: 0;
            margin-left: 0;
        }

        .slider-blog {
            height: 171px;
        }

        .sidebar-right {
            padding-left: 0;
            padding-right: 0;
        }

        .jackpot-absolute .scroll4 li {
            width: 80%;
        }
    }

    @media only screen and (max-width: 991.5px) {
        .home-game-wrap .game .game-body .hide-image {
            width: 163px;
        }

        .owl-dots button.owl-dot {
            width: 10px;
            height: 10px;
        }

        .home-togel-wrap .togel-result span {
            font-size: 12px !important;
        }

        .home-togel-wrap .togel-result .number {
            font-size: 20px !important;
        }

        .home-togel-wrap .togel-blog .togel-result {
            /* width: 135.5px; */
        }

        .home-togel-wrap .togel-blog .togel-result {
            height: 62px;
        }

        .navigate-wrap .nav-item {
            height: 60px;
        }

        .logo {
            top: 50%;
            width: 100%;
            line-height: 3em;
        }

        .contact-blog ul li img {
            width: 40px;
        }

        .maintain-img svg {
            width: 30px;
            height: 30px;
        }

        .maintain-time div>span {
            font-size: .8rem;
        }

        .maintain-time div {
            font-size: 7px;
        }

        .header-wrap .logo-wrap {
            padding: 1rem;
            width: auto;
            height: 60px;
        }

        body {
            padding-top: 60px;
        }

        .header-wrap {
            background-image: none;
            padding: 0;
            min-height: 60px;
        }

        .header-wrap .row>div:last-child {
            position: relative;
            padding-left: 0;
        }

        /* .m-login-wrap {
        display: block;
        position: absolute;
        left: 0;
        transform: translateY(-50%);
        top: 50%;
        width: calc(100% - 43px);
        text-align: center;
    } */
        .m-login-wrap .btn-register {
            background-color: var(--color-light-gray);
            color: #fff;
        }

        .m-tab-wrap,
        .m-bank-blog,
        .m-contact-blog {
            display: block;
        }

        .navbar-m {
            padding-top: 3px;
            right: -10px;
            display: block !important;
        }

        .sidebar-left,
        .float-right,
        .slot-pro-list .pro-border-left,
        .slot-pro-list .pro-name,
        .slot-tab,
        .home-scroll {
            display: none;
        }

        .special-menu ul li>a {
            font-size: 12px;
        }

        .daily-spin-badge a::after {
            width: 25px;
            height: 25px;
            right: 5px;
        }

        .special-menu {
            padding: 2.2rem 0.5rem 0.5rem 0.5rem;
        }

        .home-game-wrap .game-header::before {
            height: 30px;
            width: 30px;
        }

        .home-game-wrap .game .game-header .game-title {
            font-size: 12px !important;
            left: 40px;
        }

        .home-game-wrap .link,
        .game-list-wrap .card-game .link {
            padding: 0.35em 0;
        }

        .home-game-wrap .game .game-body {
            padding: 0.5em;
        }

        footer .ft-menu-wrap {
            display: block;
            position: fixed;
            bottom: 0;
            width: 100%;
            left: 50%;
            transform: translateX(-50%);
            margin-left: unset !important;
        }

        .entry-title img {
            width: 30px;
        }

        .entry-title h2.page-title {
            line-height: 2em;
            font-size: 1em !important;
        }

        .entry-title .entry-img {
            width: 65px;
            height: 32px;
        }

        .cus-col-2 {
            flex: 33.33%;
            max-width: 33.33%;
        }

        .slot-game .card-game {
            max-height: 244px;
        }

        .game-list-wrap .card-game .link {
            width: 100%;
        }

        .slot-pro-list li {
            height: 30px;
            padding: 0;
        }

        .slot-pro-list li a::before {
            left: 50%;
            height: inherit;
            width: 35px;
        }

        .slot-pro-list li a {
            height: inherit;
        }

        .slot-tab li a {
            padding: 8px 0;
            font-size: 8px;
        }

        .slot-tab::after {
            height: 28px;
            background-size: contain;
        }

        .cus-col-3 {
            flex: 33.33%;
            max-width: 33.33%;
        }

        .slot-page .card-game .link {
            font-size: 10px;
        }

        .deposit-page .btn-copy {
            margin-top: 10px;
        }

        .account-page .col-sm-3 {
            margin-bottom: 5px;
        }

        .tab-filter {
            display: block;
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
            z-index: 10;
            height: 28px;
        }

        .tab-filter .dropdown-toggle:hover {
            color: #fff;
        }

        .tab-filter .dropdown-toggle:focus {
            box-shadow: none;
        }

        .s-game-title-wrap .pg-game-title {
            font-size: 9px !important;
        }

        .slot-pro-list li a::before {
            background-position: center;
        }

        .tab-filter .dropdown-menu {
            transform: translate3d(-17px, 31px, 0px) !important;
        }

        .tab-filter .dropdown-toggle:active {
            background-image: var(--navbar-background) !important;
        }

        .support-wrap,
        .copy-right {
            max-width: 100%;
            flex: 100%;
        }

        .m-login-wrap .btn {
            width: 40%;
            font-size: 12px;
            color: #fff;
        }

        .m-login-wrap button {
            background-color: var(--color-light-orange);
        }

        .form-register input[type="submit"] {
            position: inherit;
        }

        .slot-page .slot-icon-wrap {
            max-width: 10%;
            flex: 0 0 10%;
        }

        .bank-blog ul li {
            max-width: 23%;
            flex: 23%;
        }

        .home-game-wrap {
            margin-bottom: 0;
        }

        .content-wrap .content-body h2,
        .content-wrap .content-body h1 {
            font-size: 1.1rem !important;
        }

        .support-wrap img {
            width: 100%;
        }

        .main-slide-wrap {
            min-height: auto !important;
        }

        .navigate-wrap {
            min-height: 60px;
        }

        .slider-blog {
            height: 264px;
        }

        .home-game-wrap .game .game-header,
        .m-tab-wrap ul {
            height: 32px;
        }

        .m-login-wrap button {
            margin-right: .5rem;
        }

        .new-page-wrapper .page-body .form-row>[class*="col-"] {
            margin-bottom: 5px;
        }

        .slider-blog .owl-carousel {
            position: unset;
        }

        .home-game-wrap .game .game-body ul {
            gap: 0.5em;
        }

        .entry-title img,
        .entry-title svg {
            width: 32px;
        }

        .content-wrap .content-body {
            margin-bottom: 1em;
        }

        .jackpot-wrap .jackpot {
            height: 40px;
        }

        .runing-text-wrap {
            min-height: unset;
            padding: 0.2em;
        }

        .jackpot-wrap .jackpot-item .jackpot-text {
            font-size: 1.2rem;
        }

        .jackpot-wrap .jackpot-item {
            padding-left: 12%;
            padding-right: 13%;
        }

        .jackpot-wrap .jackpot-item::before,
        .jackpot-wrap .jackpot-item::after {
            width: 80px;
            height: 20px;
        }

        .countdown {
            bottom: 37px;
        }

        .navigate-wrap .owl-carousel.owl-drag .owl-item {
            height: auto;
        }

        .ul-menu {
            width: 100%;
        }

        .special-menu ul,
        .home-game-wrap .link,
        .game-list-wrap .card-game .link {
            height: 30px;
        }

        .home-game-wrap .game .game-footer {
            padding-bottom: .5rem;
        }

        .bonus-inner .bonus-show {
            bottom: -28px;
        }

        .bonus-inner .bonus-show .btn {
            font-size: 12px;
            font-weight: 400 !important;
        }

        .game-list-wrap .card-game-promo::before {
            width: 50px;
            height: 50px;
        }

        /* mobile profile dropdown */
        .m-profile {
            position: absolute;
            width: 100%;
            top: 50%;
            transform: translate(0%, -50%);
            display: block !important;
            padding-right: 5px;
            z-index: 999;
        }

        .m-profile .navbar-nav .profile-wrapper {
            padding: 0em 0.5em 0em 0em;
        }

        .m-profile .navbar-nav .profile-wrapper img {
            float: left;
            margin-right: 0.5rem;
            top: 50%;
            left: 0px;
            transform: translate(0%, -50%);
            position: relative;
        }

        /* .dropdown-toggle::after {
        margin-left: 3.5em;
    } */
        .m-profile .profile-wrapper .ps-reload-refresh {
            display: block !important;
            position: absolute;
            top: 50%;
            left: 77%;
            transform: translate(-50%, -50%);
        }

        .m-profile .navbar-nav .profile-wrapper .nav-link {
            text-transform: capitalize;
            color: var(--color_wrapper);
            font-size: 13px;
            font-weight: 700;
            padding: 0px;
        }

        .m-profile .navbar-nav .position-reload-balance {
            position: absolute;
            top: 50%;
            right: 76px;
            transform: translate(0%, -50%);
            display: block;
        }

        .m-profile .navbar-nav .position-hamburger {
            display: inline-flex !important;
            position: relative;
            width: 30px;
            margin-left: 10px;
        }

        .m-profile .navbar-nav .dropdown:focus {
            outline: 0;
        }

        .m-profile .navbar-nav .profile-wrapper .dropdown-toggle::after {
            border-top: 1.3em solid var(--color-light-orange);
            border-right: 0.7em solid transparent;
            border-left: 0.7em solid transparent;
        }

        .m-profile .login-menu-item {
            display: none;
        }

        .m-profile .navbar-nav {
            margin-right: 0 !important;
            display: inline-flex;
            width: max-content;
            flex-direction: row;
            justify-content: end;
            position: fixed;
            right: 0;
            transform: translate(0%, -50%);
            /* padding-right: 5px; */
        }

        .m-profile .profile-wrapper ul .d-user-balance {
            display: none;
        }

        .m-profile .profile-wrapper ul .user-balance-show {
            display: block !important;
        }

        .m-profile .profile-wrapper .dropdown-menu {
            float: none;
            color: white;
            background-color: var(--color-brown);
            width: 100%;
            padding: 0;
            margin: 0rem 0 0;
            border-radius: 6px;
            width: 200px;
        }

        .m-profile .profile-wrapper ul li {
            border-bottom: 1px solid #a9aaaf;
            padding: 0;
            width: 100%;
        }

        .m-profile .profile-wrapper ul li:last-child {
            border-bottom: none;
        }

        .m-profile .d-reload-balance {
            position: relative;
        }

        .m-profile .d-reload-balance .reload-refresh {
            color: var(--color-light-orange);
            position: relative;
            display: block;
            line-height: 1;
            font-size: 0px !important;
        }

        .m-profile .profile-wrapper .dropdown-menu .dropdown-item {
            display: block;
            width: 100%;
            padding: 0.25rem 1.5rem;
            clear: both;
            font-weight: 400;
            text-align: inherit;
            white-space: nowrap;
            background-color: transparent;
            border: 0;
            font-size: 13px !important;
            border-bottom: 1px solid #66676b;
            padding: 0.4em 1em;
            color: #fff;
        }

        .m-profile .profile-wrapper .dropdown-menu .dropdown-item:focus,
        .m-profile .profile-wrapper .dropdown-menu .dropdown-item:hover {
            color: #fff;
            text-decoration: none;
            background-color: var(--color-light-orange);
        }

        .m-profile .profile-wrapper .dropdown-menu .dropdown-item:first-child:before {
            content: "";
            position: absolute;
            display: block;
            width: 0;
            height: 0;
            left: 50%;
            margin-left: -12px;
            margin-top: -23px;
            border: 10px solid transparent;
            border-bottom: 10px solid var(--color-brown);
        }

        .m-profile .profile-wrapper .dropdown-item:last-child {
            border-bottom: none;
        }

        .m-profile .profile-wrapper .dropdown-item:hover,
        .m-profile .profile-wrapper .dropdown-item.active {
            background-color: var(--color-light-orange);
        }

        .m-profile .profile-wrapper .dropdown-item:first-child:hover::before,
        .m-profile .profile-wrapper .dropdown-item.active:first-child::before {
            border-bottom-color: var(--color-light-orange);
            color: #fff;
        }

        .m-profile .profile-wrapper .dropdown-item:first-child:hover,
        .m-profile .profile-wrapper .dropdown-item.active:first-child {
            border-top-left-radius: 6px;
            border-top-right-radius: 6px;
        }

        .m-profile .profile-wrapper .dropdown-item:last-child:hover {
            border-bottom-left-radius: 6px;
            border-bottom-right-radius: 6px;
        }

        .slot-pro-list li.li-search-game {
            display: none;
        }

        .slot-m-search {
            display: block !important;
            margin-top: .5em;
            position: -webkit-sticky;
            position: sticky;
            top: 60px;
            z-index: 10;
        }

        .slot-pro-list {
            top: 98px;
        }
    }

    @media only screen and (max-width: 1200px) {

        .slider-blog,
        .home-togel-blog {
            max-width: 710px;
        }

        .main-slide-wrap {
            min-height: 259px;
        }
    }

    @media only screen and (min-width: 991.6px) {
        .home-game-wrap .game .game-body .hide-image li>img {
            width: 99.88%;
        }

        .home-game-wrap .game .game-body .hide-image {
            width: 156px;
        }

        .home-togel-wrap .togel-blog .togel-result {
            /* width: 168px; */
        }

        .home-togel-wrap .togel-blog .ul-togel {
            gap: 0.8rem;
        }
    }

    @media only screen and (min-width: 1200px) {
        .home-game-wrap .game .game-body .hide-image {
            width: 190px;
        }

        .home-game-wrap .game .game-body .hide-image li>img {
            width: 99.77%;
        }

        footer .ft-menu-wrap {
            margin-left: calc(1140px - 284px);
        }

        .home-togel-wrap .togel-blog .togel-result {
            /* width: 159px; */
        }
    }

    @media only screen and (max-width: 575px) {
        .home-game-wrap .game .game-body .hide-image {
            width: 48.5% !important;
        }

        .special-menu {
            padding: 2.1rem 0.5rem 0.5rem 0.5rem !important;
        }

        .owl-dots {
            bottom: -25px;
        }

        .run-text-wrap {
            padding: 0;
        }

        .jackpot-wrap .col {
            padding-left: 0;
            padding-right: 1px;
        }

        .home-togel-wrap .togel-blog .togel-result {
            /* width: 23.4vw !important; */
        }
    }

    @media only screen and (max-width: 495px) {
        .home-togel-wrap .togel-blog .togel-result {
            /* width: 23.2vw !important; */
            padding: 0px 3px;
            gap: 10px;
        }

        .home-togel-wrap .togel-result img {
            width: 35px;
            height: 35px;
        }
    }

    @media only screen and (max-width: 420px) {
        .home-togel-wrap .togel-blog .togel-result {
            /* width: 31.2vw !important; */
        }

        .home-togel-wrap .togel-result .text {
            /* padding-left: 30px; */
        }
    }

    @media only screen and (max-width: 390px) {
        .home-togel-wrap .togel-blog .togel-result {
            /* width: 30.9vw !important; */
        }
    }

    @-moz-keyframes scroll-left {
        0% {
            -moz-transform: translateX(100%);
        }

        100% {
            -moz-transform: translateX(-100%);
        }
    }

    @-webkit-keyframes scroll-left {
        0% {
            -webkit-transform: translateX(100%);
        }

        100% {
            -webkit-transform: translateX(-100%);
        }
    }

    @keyframes scroll-left {
        0% {
            -moz-transform: translateX(100%);
            -webkit-transform: translateX(100%);
            transform: translateX(100%);
        }

        100% {
            -moz-transform: translateX(-100%);
            -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
        }
    }

    @-webkit-keyframes slide-in {
        0% {
            -webkit-transform: perspective(200px) rotateY(20deg) rotateX(35deg) translate(300px, -300px) skew(-35deg, 10deg);
            transform: perspective(200px) rotateY(20deg) rotateX(35deg) translate(300px, -300px) skew(-35deg, 10deg);
            opacity: 0;
        }

        100% {
            -webkit-transform: perspective(200px) rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
            transform: perspective(200px) rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
            opacity: 1;
        }
    }

    @keyframes slide-in {
        0% {
            -webkit-transform: perspective(200px) rotateY(20deg) rotateX(35deg) translate(300px, -300px) skew(-35deg, 10deg);
            transform: perspective(200px) rotateY(20deg) rotateX(35deg) translate(300px, -300px) skew(-35deg, 10deg);
            opacity: 0;
        }

        100% {
            -webkit-transform: perspective(200px) rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
            transform: perspective(200px) rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
            opacity: 1;
        }
    }

    @-webkit-keyframes rainbow-color {
        0% {
            background-color: red;
        }

        10% {
            background-color: purple;
        }

        20% {
            background-color: orange;
        }

        30% {
            background-color: #9bff19;
        }

        40% {
            background-color: yellow;
        }

        50% {
            background-color: #f09500;
        }

        60% {
            background-color: green;
        }

        70% {
            background-color: magenta;
        }

        80% {
            background-color: blue;
        }

        90% {
            background-color: cyan;
        }

        100% {
            background-color: violet;
        }
    }

    @-moz-keyframes rainbow-color {
        0% {
            background-color: red;
        }

        10% {
            background-color: purple;
        }

        20% {
            background-color: orange;
        }

        30% {
            background-color: #9bff19;
        }

        40% {
            background-color: yellow;
        }

        50% {
            background-color: #f09500;
        }

        60% {
            background-color: green;
        }

        70% {
            background-color: magenta;
        }

        80% {
            background-color: blue;
        }

        90% {
            background-color: cyan;
        }

        100% {
            background-color: violet;
        }
    }

    /* last modified for mobile profile dropdown */
    .header-wrap {
        height: 60px;
    }

    .ms-profile {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .ms-profile .navbar-nav {
        flex-direction: row;
        align-items: center;
        gap: 5px;
    }

    .ms-profile .m-feedback-nav,
    .ms-profile .position-hamburger {
        display: flex;
    }

    .ms-profile .position-hamburger svg {
        width: 20px;
        height: 20px;
        color: var(--color-light-orange);
    }

    .ms-profile .position-reload-balance {
        display: flex;
        position: absolute;
        right: 78px;
        align-items: center;
    }

    .ms-profile .position-reload-balance svg {
        width: 22px;
        height: 22px;
        color: var(--color-light-orange);
    }

    .ms-profile-wrapper {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .ms-profile-wrapper img {
        width: 30px;
        height: 30px;
    }

    .ms-profile-wrapper .d-user-balance {
        display: none;
    }

    .ms-profile-wrapper .dropdown-toggle::after {
        margin-top: -3px;
        border-top: 1em solid var(--color-light-orange) !important;
        margin-top: 4px;
        margin-left: 36px;
         border-top: 1em solid #fff;
        border-right: 0.5em solid transparent;
        border-left: 0.5em solid transparent;
    }

    .ms-profile-wrapper ul li {
        border-bottom: 1px solid #a9aaaf;
        padding: 0;
        font-size: 0.7rem !important;
    }

    .ms-profile-wrapper ul li:last-child {
        border-bottom: none;
    }

    .m-feedback-nav svg {
        width: 22px;
        height: 22px;
        color: var(--color-light-orange);
    }

    .ms-profile .navbar-nav .login-menu-item {
        display: none;
    }

    .ms-profile-balance,
    .ms-profile-balance:active,
    .ms-profile-balance:hover {
        display: flex !important;
        align-items: center !important;
        color: var(--color-light-orange) !important;
    }

    /* dropdown item */
    .ms-profile-wrapper .dropdown-menu .dropdown-item:first-child:before {
        content: "";
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        left: 50%;
        margin-left: -12px;
        margin-top: -23px;
        border: 10px solid transparent;
        border-bottom: 10px solid var(--color-brown);
    }

    .ms-profile-wrapper .dropdown-menu {
        background-color: var(--color-brown);
        width: 100%;
        padding: 0;
        margin: .8rem 0 0;
        border-radius: 6px;
    }

    .ms-profile-wrapper .dropdown-item {
        border-bottom: 1px solid #66676b;
        padding: 0.4em 1em;
        color: #c5cacd;
    }

    .ms-profile-wrapper .dropdown-item:last-child {
        border-bottom: none;
    }

    .ms-profile-wrapper .dropdown-item:hover,
    .ms-profile-wrapper .dropdown-item.active {
        background-color: var(--color-light-orange);
    }

    .ms-profile-wrapper .dropdown-item:first-child:hover::before,
    .ms-profile-wrapper .dropdown-item.active:first-child::before {
        border-bottom-color: var(--color-light-orange);
        color: #fff;
    }

    .ms-profile-wrapper .dropdown-item:first-child:hover,
    .ms-profile-wrapper .dropdown-item.active:first-child {
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

    .ms-profile-wrapper .dropdown-item:last-child:hover {
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    .ms-profile-wrapper .d-reload-balance:hover {
        color: var(--color-4);
    }

    .login-menu-item.active .btn-register-bg,
    .login-menu-item:hover .btn-register-bg {
        background-image: var(--btn-login);
        background-repeat: repeat-x;
        background-size: contain;
        color: #fff !important;
    }

    .h-r-blog {
        display: flex;
        align-items: center;
        justify-content: end;
        padding-right: 0.5rem !important;
    }

    .h-r-blog .m-login-wrap {
        display: flex;
        align-items: center;
        justify-content: end;
        gap: 0.5rem;
        width: calc(100% - 43px);
        text-align: center;
    }

    .h-r-blog .m-login-wrap .spmenu-show svg {
        display: block;
        margin-left: 5px;
        width: 30px;
        height: 30px;
    }

    .profile-custom-dropdown {
        top: -23px !important;
    }

    .profile-custom-dropdown .dropdown-item {
        font-size: 13px;
    }

    @media (min-width: 361px) {
        .ms-profile .position-reload-balance {
            right: 87px;
        }
        .ms-profile-wrapper .dropdown-toggle::after {
            margin-left: 30px;
        }
    }

    @media (min-width: 390px) {
        .ms-profile {
            justify-content: end !important;
            margin-right: 0.5rem;
        }

        .ms-profile .position-reload-balance {
            right: 86px;
        }

        .h-r-blog {
            justify-content: end;
            padding-right: 0.5rem !important;
        }
    }

    @media (min-width: 400px) {
        .ms-profile {
            justify-content: end !important;
            margin-right: 0.5rem;
        }

        .ms-profile .position-reload-balance {
            right: 86px;
        }

        .h-r-blog {
            justify-content: end;
            padding-right: 0.5rem !important;
        }
    }

    @media (min-width: 500px) {
        .ms-profile {
            justify-content: end !important;
            margin-right: 0.5rem;
        }

        .h-r-blog .m-login-wrap {
            margin-right: 0.5rem;
        }
    }

    @media (min-width: 576px) {

        .m-feedback-nav svg,
        .ms-profile .position-reload-balance svg {
            width: 23px;
            height: 23px;
        }

        .ms-profile .position-hamburger svg {
            width: 24px;
            height: 24px;
            color: var(--color-light-orange);
        }

        .ms-profile-wrapper .dropdown-toggle::after {
            margin-top: -5px;
        }

        .ms-profile .position-reload-balance {
            right: 94px;
        }
    }

    @media (min-width: 768px) {
        .ms-profile .position-reload-balance h1 {
            margin-top: -11px;
        }
        .ms-profile .position-reload-balance svg {
            margin-top: -6px;
        }
        .ms-profile-wrapper .dropdown-toggle::after {
            margin-top: -3px;
        }
        .reload-refresh {
            line-height: 1;
        }
        .m-feedback-nav svg,
        .ms-profile .position-reload-balance svg {
            width: 26px;
            height: 26px;
        }

        .m-feedback-nav svg {
            width: 28px;
            height: 28px;
        }

        .ms-profile {
            margin-right: 0;
        }

        .ms-profile .position-reload-balance {
            right: 94px;
        }

        .ms-profile-wrapper .dropdown-toggle::after {
            margin-top: -5px;
        }

        .h-r-blog {
            padding-right: 0 !important;
        }
    }

    @media (min-width: 992px) {
        .reload-refresh {
            line-height: 1;
        }
        .ms-profile {
            display: none;
        }

        .position-hamburger {
            display: none !important;
        }

        .ms-profile-wrapper .balance-show,
        .ms-profile-wrapper .user-point {
            display: none !important;
        }

        .ms-profile-wrapper .d-user-balance {
            display: block;
        }

        .ms-profile .navbar-nav .login-menu-item {
            display: flex;
        }

        .ms-profile-wrapper .dropdown-toggle::after {
            margin-left: 0.5rem;
            margin-top: 17px;
            align-self: center;
        }

        .m-feedback-nav {
            display: none;
        }

        .ms-profile-wrapper .position-reload-balance {
            position: relative;
            right: 0;
        }

        .ms-profile-wrapper {
            padding-right: 0 !important;
            gap: 0;
            align-items: start !important;
        }

        .ms-profile-wrapper img {
            width: 38px;
            height: 38px;
        }

        .page-navbar .navbar-nav {
            gap: .5rem;
        }

        .page-navbar .navbar-nav .login-menu-item {
            width: 120px;
        }

        .reload-balance-desktop svg {
            color: var(--color-light-orange);
        }

        .ms-profile-balance {
            display: flex;
            align-items: start;
            padding-top: 0;
        }

        .h-r-blog {
            justify-content: end;
        }

        .m-login-wrap {
            display: none !important;
        }

        .spmenu-show svg {
            display: none;
        }
    }