﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

@font-face {
    font-family: SansSerif;
    src: url("../font/SANSS___.TTF");
    font-weight: 400;
}

@font-face {
    font-family: SansSerif;
    src: url("../font/SANSSO__.TTF");
    font-style: oblique;
}

@font-face {
    font-family: SansSerif;
    src: url("../font/SANSSB__.TTF");
    font-weight: 700;
}

@font-face {
    font-family: Versa;
    src: url("../font/Versa.otf");
}


body {
    font-family: "SansSerif", sans-serif;
    line-height: 1.4;
    font-size: 15px;
    color: #fff;
    background: #010718;
}

a {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    a:hover, a:focus, button:hover, button:focus, select:hover, select:focus, input:hover, input:focus {
        text-decoration: none;
        outline: none;
    }

img {
    max-width: 100%;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="number"], textarea, select {
    width: 100%;
}

::-webkit-scrollbar {
    width: 0.4rem;
}

::-webkit-scrollbar-thumb {
    background: #00fffc;
}

::-webkit-scrollbar-track {
    background: #000;
}

.t-body {
    padding-top: 132px;
}

/** Header **/
.header-wrap {
    position: fixed;
    width: 100%;
    z-index: 999;
    box-shadow: 0 2px 7px rgba(0,0,0,0.6);
    font-family: 'Roboto';
}

.header-top {
    background: #001221;
    padding: 0 15px;
}

.header-top-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    max-width: 1300px;
    margin: 0 auto;
    height: 90px;
}

.burger-menu, .mobile-login-reg {
    display: none;
}

.logo img {
    max-height: 80px;
}

.header-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.account-icon {
    display: none;
    font-size: 30px;
}

button.login-btn {
    background: #001625;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #8af1da;
    border-radius: 7px;
    min-width: 100px;
    height: 30px;
    margin: 0 3px;
}

    button.login-btn:hover {
        background: #8af1da;
        color: #001625;
    }

button.signup-btn {
    background: #1be2ff;
    color: #001020;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #1be2ff;
    border-radius: 7px;
    min-width: 100px;
    height: 30px;
    margin: 0 3px;
}

    button.signup-btn:hover {
        background: #001625;
        color: #fff;
    }

button.lang-btn {
    background: none;
    border: none;
    color: #fff;
    position: relative;
    z-index: 2;
}

    button.lang-btn::before {
        content: '';
        border: 1px solid #fff;
        height: 15px;
        width: 29px;
        border-radius: 28px;
        position: absolute;
        z-index: -1;
        right: 2px;
        top: 6px;
    }

    button.lang-btn.dropdown-toggle::after {
        vertical-align: middle;
    }

.dropdown-menu.language {
    min-width: auto;
    text-align: center;
    padding: 5px 0;
    background: rgba(0,0,0,0.7);
    border: none;
}

a.flag-item {
    display: inline-block;
    margin: 3px 0;
}

    a.flag-item:hover {
        filter: brightness(1.2);
    }

.header-bottom {
    background: #0578aa;
    height: 42px;
}

.header-menu {
    max-width: 1300px;
    margin: 0 auto;
}

ul.nav.header-menu-nav {
    justify-content: center;
}

    ul.nav.header-menu-nav li.menu-item a.menu-link {
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        padding: 5px 15px;
        border-bottom: 2px solid transparent;
        position: inherit;
    }

li.menu-item a .menu-icon img {
    margin-right: 3px;
    filter: brightness(100) contrast(1);
    max-width: 30px;
}

ul.nav.header-menu-nav li.menu-item:hover a.menu-link {
    color: #5affbb;
    background: #10284e;
    border-bottom: 2px solid #5affbb;
}

    ul.nav.header-menu-nav li.menu-item:hover a.menu-link .menu-icon img {
        filter: none;
    }

.dropdown-wrapper {
    position: absolute;
    z-index: 999;
    width: 100%;
    left: 0;
    top: 100%;
    background: rgba(0,0,0,0.9);
    visibility: hidden;
    opacity: 0;
}

.dropdown-container {
    max-width: 90%;
    margin: auto;
    text-align: center;
}

a.drop-item {
    display: inline-block;
    text-align: center;
    padding: 10px 5px;
    max-width: 120px;
}

.ddtitle {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
}

a.drop-item:hover {
    background: rgba(5,114,163,0.5);
}

ul.nav.header-menu-nav li.menu-item:hover .dropdown-wrapper {
    visibility: visible;
    opacity: 1;
}

/** After Login Header **/
.user-balance {
    font-size: 13px;
    margin-right: 10px;
}

.wc-user {
    padding: 0 10px;
}

span.ligtext {
    color: #5affbb;
}

.balance-wrap {
    position: relative;
    margin-top: 3px;
}

.balance-user {
    position: relative;
    background: #001322;
    border: 1px solid #0578aa;
    border-radius: 30px;
    min-width: 210px;
    padding: 2px 15px;
    cursor: pointer;
}

    .balance-user::after {
        content: "\f107";
        font-family: 'Font Awesome 5 Free';
        font-weight: 700;
        position: absolute;
        right: 10px;
    }

.af-btn-wrap {
    display: flex;
    align-items: center;
    margin-right: 5px;
}

.btnwrap {
    border: 1.5px solid #8af1da;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    margin: 0 4px;
}

    .btnwrap a {
        display: flex;
        width: 37px;
        height: 37px;
        border-radius: 50%;
        border: 1px solid #000;
        background: linear-gradient(to bottom, rgba(4,70,94,1) 0%, rgba(3,41,55,1) 100%);
        padding: 5px;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .btnwrap img {
        max-width: 19px;
    }

    .btnwrap:hover a {
        background: linear-gradient(to top, rgba(4,70,94,1) 0%, rgba(3,41,55,1) 100%);
    }

.dropdown-balance {
    display: none;
    position: absolute;
    width: 400px;
    background: rgba(0,0,0,0.95);
    color: #fff;
    z-index: 2;
    text-align: center;
    border: 1px solid rgba(2,84,135,1);
    max-height: 500px;
    overflow: auto;
}

    .dropdown-balance::-webkit-scrollbar {
        width: 2px;
    }

.balance-wrap:hover .dropdown-balance {
    display: block;
}

.summary-wrapper {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 9px 0px;
    font-size: 14px;
    padding-bottom: 10px;
    align-items: center;
}

.main-item, .main-amount {
    background: linear-gradient(to bottom, rgba(2,84,135,1) 0%, rgba(0,16,31,1) 100%);
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 500;
}

.main-item {
    grid-column: 1/3;
}

.main-amount {
    grid-column: 3/5;
}

.platform-item {
    text-transform: uppercase;
    font-weight: 500;
    padding: 0px 10px;
}

    .platform-item img {
        max-height: 25px;
    }

.amount-item {
    text-align: right;
    height: 21px;
    padding: 0px 10px;
}

.balc {
    display: inline-block;
    margin: 0 3px;
}

button.btn-in {
    display: inline-block;
    border: none;
    margin: 0 5px;
    height: 100%;
    padding: 0px 10px;
    background: #78b714;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}

    button.btn-in:hover {
        background: #9de032;
    }

button.btn-out {
    display: inline-block;
    border: none;
    margin: 0 2px;
    height: 100%;
    padding: 0px 10px;
    background: #b71414;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}

    button.btn-out:hover {
        background: #e61b1b;
    }



/** Footer **/
.menu-footer {
    max-width: 1300px;
    padding: 20px 15px 5px;
    margin: auto;
    text-align: center;
}

ul.footer-nav {
    justify-content: center;
}

    ul.footer-nav li.item-nav {
        padding: 0 15px;
        position: relative;
    }

        ul.footer-nav li.item-nav::after {
            content: '';
            border-right: 2px solid #fff;
            height: 10px;
            display: inline-block;
            position: absolute;
            right: 0;
            top: 6px;
        }

        ul.footer-nav li.item-nav:last-child::after {
            content: none;
        }

        ul.footer-nav li.item-nav a {
            color: #fff;
            text-transform: uppercase;
            font-size: 13px;
        }

            ul.footer-nav li.item-nav a:hover {
                color: #1be2ff;
            }

.social-contact-sec {
    background: url("../images/social-bg.jpg")no-repeat center;
    background-size: cover;
    padding: 20px 0;
}

ul.contact-nav {
    justify-content: space-around;
    max-width: 1170px;
    margin: auto;
}

    ul.contact-nav li a {
        color: #fff;
        font-style: oblique;
        font-size: 22px;
    }

        ul.contact-nav li a:hover {
            color: #5affbb;
        }

.seo-sec {
    padding-top: 30px;
}

.usp-bg {
    border-bottom: 2px solid #454646;
}

.usp-wrapper {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 30px;
    padding-bottom: 20px;
}

.uspbox {
    text-align: justify;
    font-size: 12px;
    line-height: 1.2;
}

.usp-img {
    text-align: center;
    max-width: 105px;
    margin: 0 auto 15px;
}

.usp-title {
    font-weight: 700;
    text-align: left;
    font-size: 14px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    min-height: 51px;
    position: relative;
}

    .usp-title::after {
        content: '';
        width: 110px;
        height: 3px;
        background: #1be2ff;
        display: block;
        border-radius: 15px;
        position: absolute;
        bottom: 0;
    }

.bgtitle {
    font-size: 18px;
    font-weight: 700;
    padding: 15px 0;
}

.seobx {
    font-size: 12px;
    line-height: 1.2;
}

.sms-title {
    font-weight: 700;
    text-align: left;
    font-size: 14px;
    margin-bottom: 5px;
}

    .sms-title::after {
        content: '';
        width: 110px;
        height: 3px;
        background: #1be2ff;
        display: block;
        border-radius: 15px;
        margin-top: 5px;
    }

.provider-footer {
    border-top: 2px solid #454646;
    border-bottom: 2px solid #454646;
    padding: 5px 0;
    text-align: center;
}

    .provider-footer img {
        filter: grayscale(1);
        margin: 5px 10px;
    }

        .provider-footer img:hover {
            filter: none;
        }

.copyright {
    font-size: 11px;
    text-align: center;
    padding: 10px 0;
}

button.read-btn {
    display: none;
}

.float-chat a {
    position: fixed;
    right: 3%;
    bottom: 3%;
    z-index: 9;
    display: block;
}

.pulse {
    animation: pulse 2s infinite;
    border-radius: 50%;
}

.float-chat img {
    max-width: 85px;
}

.pulse {
    animation: pulse 2s infinite;
    border-radius: 50%;
}

    .pulse:hover {
        animation: none;
    }

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(23,110,151, 0.4);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(23,110,151, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(23,110,151, 0);
    }
}

/** Home page 1 **/
ol.carousel-indicators.mainslider li {
    border-radius: 50%;
    height: 8px;
    width: 8px;
    background-color: #fff;
    border: 2px solid #fff;
    opacity: 1;
    background-clip: unset;
    box-shadow: 0 0 2px rgb(0,0,0,0.4);
}

    ol.carousel-indicators.mainslider li.active {
        background-color: #0578aa;
        border: 2px solid #fff;
    }

.content-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
}

.bg-sec {
    padding: 30px 0 10px;
    position: relative;
    overflow: hidden;
}

    .bg-sec.home {
        background: #0572a3 url("../images/bg_02.jpg")no-repeat top center;
        background-size: cover;
        border-top: 2px solid #0572a3;
    }

        .bg-sec.home::before {
            content: '';
            width: 20px;
            height: 20px;
            margin: auto;
            border-top: solid 17px #0572a3;
            border-left: solid 25px transparent;
            border-right: solid 25px transparent;
            position: absolute;
            top: 0px;
            left: 0;
            right: 0;
        }

.title-m {
    color: #5affbb;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 15px 0 20px;
    padding-bottom: 5px;
}

    .title-m::after {
        content: '';
        border-bottom: 3px solid;
        border-color: #5affbb;
        border-radius: 15px;
        max-width: 105px;
        display: block;
        margin-top: 5px;
    }

.product-wrapper {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 10px;
    padding: 25px 0;
}

.prodframe {
    position: relative;
    max-width: 230px;
}

    .prodframe::after {
        content: '';
        display: block;
        width: 75%;
        height: 4px;
        margin: auto;
        border-radius: 15px;
        background: transparent;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -10px;
    }

.prodwrap {
    display: inline-block;
    text-align: center;
    position: relative;
}

.prod-rounded {
    background: rgba(27,225,255,0.25);
    padding: 5px;
    display: inline-block;
    border-radius: 100%;
    z-index: 2;
    position: relative;
}

.rounded-img {
    border-radius: 100%;
    overflow: hidden;
    height: 190px;
    width: 190px;
    border: 2px solid #1be1ff;
}

.prod-box {
    background: #383838;
    border: 2px solid #383838;
    border-radius: 7px;
    max-width: 230px;
    overflow: hidden;
    margin: auto;
    color: #fff;
    position: relative;
    margin-top: -110px;
}

.prod-title {
    position: absolute;
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    left: 0;
    right: 0;
    top: 55%;
}

.inner-line {
    position: absolute;
    border: 2px solid #1be1ff;
    height: 95%;
    width: 93%;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 6px;
}

.play-curve {
    border-radius: 60% 60% 0 0;
    background: #383838;
    width: 120%;
    text-align: center;
    margin: auto;
    min-height: 41px;
    z-index: 2;
    position: absolute;
    left: -10%;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

    .play-curve i {
        margin-left: 5px;
    }

.prodwrap:hover .prod-rounded {
    background: rgba(90,225,187,0.25);
}

.prodwrap:hover .rounded-img {
    border: 2px solid #5affbb;
}

.prodwrap:hover .prod-box {
    background: #5affbb;
    border: 2px solid #5affbb;
}

.prodwrap:hover .inner-line {
    border: 2px solid rgb(90,225,187,0.4);
}

.prodwrap:hover .play-curve {
    background: #5affbb;
    color: #000;
}

.prodframe:hover::after {
    content: '';
    background: #5affbb;
}

.content-container.pmblog {
    padding: 15px 15px 30px;
}

.colblog {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 10px;
}

.title-m.blue {
    color: #1be2ff;
}

    .title-m.blue::after {
        border-color: #1be2ff;
    }

.title-m.yellow {
    color: #ffe13d;
}

    .title-m.yellow::after {
        border-color: #ffe13d;
    }

.combox {
    max-width: 295px;
    background: #202020;
    border: 1px solid transparent;
    overflow: hidden;
    border-radius: 8px;
}

.pm-img {
    position: relative;
    border-bottom: 2px solid #ffe13d;
    overflow: hidden;
}

.smpm-hover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(50,42,0,0.8);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: ease 0.3s;
}

a.more-comm-btn {
    display: inline-block;
    color: #fff;
    border: 2px solid #fff;
    font-weight: 600;
    padding: 4px 15px;
    border-radius: 30px;
    opacity: 0;
    visibility: hidden;
    transition: ease 0.3s;
    transition-delay: 0.1s;
    transform: scale(0.5);
}

    a.more-comm-btn:hover {
        background: #fff;
        color: #000;
    }

.comtext {
    position: relative;
    background: #202020;
    padding: 15px 10px;
}

    .comtext::before {
        content: '';
        width: 8px;
        height: 8px;
        margin: auto;
        border-top: solid 8px #ffe13d;
        border-left: solid 8px transparent;
        border-right: solid 8px transparent;
        position: absolute;
        top: 0px;
        left: 15px;
    }

.smblog-title {
    font-size: 14px;
    font-weight: 700;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.smblog-caption {
    font-size: 13px;
    color: #bab9b9;
    padding-top: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.combox:hover {
    border: 1px solid #ffe13d;
}

    .combox:hover .smpm-hover {
        visibility: visible;
        opacity: 1;
        transition: ease 0.3s;
    }

    .combox:hover a.more-comm-btn {
        opacity: 1;
        visibility: visible;
        transition: ease 0.3s;
        transition-delay: 0.1s;
        transform: scale(1);
    }

.date-dsp {
    margin-right: 15px;
}

.dateicon {
    margin-right: 5px;
}

/** Register Page **/
.register-sec {
    background: url(../images/reg-bg.jpg)no-repeat top center;
    background-size: cover;
    padding: 30px 0 10px;
}

.reg-wrapper {
    background: url("../images/reg-form-bg.jpg");
    background-size: cover;
    max-width: 1000px;
    margin: auto;
    border: 1px solid #0578aa;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 0 9px #0578aa;
}

.reg-form {
    max-width: 500px;
    margin: auto;
    padding-bottom: 15px;
}

.reg-field {
    margin-bottom: 15px;
    position: relative;
}

input.comm-input, select.comm-input {
    background: #001322;
    border: 1px solid #0578aa;
    border-radius: 8px;
    height: 40px;
    padding: 4px 15px;
    width: 100%;
    color: #fff;
}

.reg-field.phone {
    display: flex;
    align-items: center;
}

select.comm-input.phone-code {
    max-width: 100px;
    margin-right: 10px;
    border-radius: 8px 0 0 8px;
}

input.comm-input.phone-num {
    border-radius: 0 8px 8px 0;
}

button.otp-btn {
    width: 200px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #032937;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(190,190,190,1) 100%);
    border: none;
    height: 40px;
    border-radius: 8px;
    margin-left: 10px;
}

    button.otp-btn:hover {
        background: linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(190,190,190,1) 100%);
    }

a.skip-link {
    color: #fff;
    text-decoration: underline;
}

.field-check {
    display: flex;
    align-items: flex-start;
}

    .field-check input {
        margin: 5px;
    }

.fill-sm {
    color: #fff;
    text-transform: none;
    font-size: 13px;
    font-weight: 400;
}

/** Sports / Casino / Slots **/
.content-container.game {
    padding-bottom: 60px;
}

.bg-sec.sports {
    background: #0572a3 url("../images/sports/sports-bg.jpg")no-repeat top center;
    background-size: cover;
    padding: 0 0 10px;
}

.product-title {
    text-align: center;
    padding-bottom: 15px;
}

.game-wrapper {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 15px;
    text-align: center;
}

a.gamebox {
    position: relative;
    display: inline-block;
    border-radius: 7px;
    max-width: 288px;
    margin: 0 auto;
    overflow: hidden;
    color: #fff;
}

    a.gamebox .play-curve {
        min-height: 45px;
    }

    a.gamebox:hover .play-curve {
        background: #5affbb;
    }

    a.gamebox:hover {
        color: #000;
        filter: drop-shadow(0 0 1px #5affbb) drop-shadow(0 0 1px #5affbb) drop-shadow(0 0 1px #5affbb);
    }

.bg-sec.casino {
    background: #010619 url("../images/casino/casino-bg.jpg")no-repeat top center;
    background-size: cover;
    padding: 0 0 10px;
}

.bg-sec.slots {
    background: #010619 url("../images/slots/slots-bg.jpg")no-repeat top center;
    background-size: cover;
    padding: 0 0 10px;
}

.bg-sec.esports {
    background: #010619 url("../images/esports/esports-bg.jpg")no-repeat top center;
    background-size: cover;
    padding: 0 0 10px;
}

.game-wrapper.esport {
    display: block;
}

.bg-sec.sport-single {
    background: #010718 url("../images/sports/sports-single-bg.jpg")no-repeat top center;
    background-size: auto;
    padding: 0 0 10px;
}

.sports-prod {
    position: relative;
    text-align: center;
    margin-top: -30px;
}

a.play-sport-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../images/sports/playbase.png")no-repeat top center;
    background-size: 100%;
    width: 350px;
    height: 109px;
    margin: auto;
    color: #fff;
    font-family: 'Versa';
    font-size: 46px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 9%;
    filter: drop-shadow(0px 3px 5px #000);
}

    a.play-sport-btn:hover {
        transform: scale(1.02);
        filter: drop-shadow(0px 3px 5px #000) brightness(1.15);
    }

.bg-sec.casino-single {
    background: #010718 url("../images/casino/page/casino-single-bg.jpg")no-repeat top center;
    background-size: auto;
    padding: 30px 0 10px;
}

.casino-prod {
    position: relative;
    text-align: center;
    margin-top: -30px;
}

a.play-casino-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/casino/page/playbase.png)no-repeat top center;
    background-size: 100%;
    width: 350px;
    height: 109px;
    margin: auto;
    color: #fff;
    font-family: 'Versa';
    font-size: 46px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 11%;
    filter: drop-shadow(0px 3px 4px #000);
}

    a.play-casino-btn:hover {
        transform: scale(1.02);
        filter: drop-shadow(0px 3px 4px #000) brightness(1.15);
    }


/** Slots Lobby Page **/
.pt-lobby {
    background: #010718 url("../images/slots/lobby/lobby-bg_pt.jpg")no-repeat top center;
    padding: 10px 0;
}

.pp-lobby {
    background: #010718 url("../images/slots/lobby/lobby-bg_pp.jpg")no-repeat top center;
    padding: 10px 0;
}

.gp-lobby {
    background: #010718 url("../images/slots/lobby/lobby-bg_gp.jpg")no-repeat top center;
    padding: 10px 0;
}

.gs-lobby {
    background: #010718 url("../images/slots/lobby/lobby-bg_gs.jpg")no-repeat top center;
    padding: 10px 0;
}

.joker-lobby {
    background: #010718 url("../images/slots/lobby/lobby-bg_joker.jpg")no-repeat top center;
    padding: 10px 0;
}

.ne-lobby {
    background: #010718 url("../images/slots/lobby/lobby-bg_ne.jpg")no-repeat top center;
    padding: 10px 0;
}

.qtech-lobby {
    background: #010718 url("../images/slots/lobby/lobby-bg_qtech.jpg")no-repeat top center;
    padding: 10px 0;
}

.ag-lobby {
    background: #010718 url("../images/slots/lobby/lobby-bg_ag.jpg")no-repeat top center;
    padding: 10px 0;
}

.xe-lobby {
    background: #010718 url("../images/slots/lobby/lobby-bg_xe.jpg")no-repeat top center;
    padding: 10px 0;
}

.evoplay-lobby {
    background: #010718 url("../images/slots/lobby/lobby-bg_evoplay.jpg")no-repeat top center;
    padding: 10px 0;
}

.lobby-title {
    text-align: center;
    position: relative;
    z-index: 1;
}

.lobby-slots-title {
    text-align: center;
    position: relative;
    z-index: 1;
}

.dlrow-box {
    text-align: center;
    margin-bottom: 30px;
}

button.device-dl-btn {
    background: #001524;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 9px;
    min-width: 110px;
    padding: 7px 5px;
    text-transform: uppercase;
    font-family: 'Roboto';
    font-size: 13px;
    margin: 0 3px;
}

    button.device-dl-btn i {
        margin-right: 4px;
        font-size: 16px;
    }

    button.device-dl-btn:hover {
        color: #5affbb;
        border: 1px solid #5affbb;
    }

.provider-deco {
    position: absolute;
    text-align: center;
    left: 20px;
    right: 0;
    top: 0;
    pointer-events: none;
}

.lobby-wrapper {
    position: relative;
    z-index: 3;
    background: rgba(32,32,32,0.8);
    border: 1px solid #383838;
    border-radius: 8px;
    padding: 20px 15px;
    max-width: 1230px;
    margin: 10px auto;
    text-align: center;
}

.lobby-area {
    display: grid;
    grid-template-columns: repeat(7,1fr);
    grid-gap: 20px 10px;
}

.lb-gamebox {
    position: relative;
    font-family: 'Roboto';
    border: 1px solid #5affbb;
    background: #202020;
    text-align: center;
    padding: 5px;
    display: inline-block;
    max-width: 155px;
    margin: 0 auto;
    box-shadow: 2px 3px 6px rgb(0 0 0 / 80%);
}

.lobby-wrapper {
    padding: 15px 10px;
}

.game-name {
    color: #fff;
    font-size: 13px;
    padding-top: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 21px;
}

.playhover {
    background: rgba(0,0,0,0.75);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: ease 0.3s;
}

a.playnow-btn {
    color: #fff;
    border: 1px solid #5affbb;
    border-radius: 6px;
    padding: 5px 10px 4px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

    a.playnow-btn:hover {
        background: #5affbb;
        color: #10284e;
    }

.lb-gamebox:hover .playhover {
    visibility: visible;
    opacity: 1;
    transition: ease 0.3s;
}

/** Super8 Slots Page **/
.super8-sec {
    background: url("../images/slots/super8-bg.png")no-repeat top center;
    padding: 25px 0 10px;
}

.super8-wrap {
    position: relative;
    max-width: 1050px;
    margin: -10% auto 0;
}

a.play-super {
    background: url(../images/slots/plays8.png)no-repeat top center;
    background-size: 100%;
    width: 377px;
    height: 156px;
    font-family: 'Versa';
    color: #fff;
    font-size: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 24px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    margin: auto;
}

    a.play-super:hover {
        filter: brightness(1.1);
        transform: scale(1.03);
    }

/** Slots Download **/
.download-wrap {
    position: relative;
    background: #202020;
    border: 2px solid #5affbb;
    border-radius: 8px;
    padding: 15px;
    max-width: 550px;
    margin: 40px auto 10px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    text-align: center;
}

.download-box {
    position: relative;
}

.mg-dl-sec {
    background: url("../images/slots/download/dl-bg_mega.jpg")no-repeat top center;
    background-size: cover;
    padding: 0 0 10px;
}

.live-dl-sec {
    background: url("../images/slots/download/dl-bg_live.jpg")no-repeat top center;
    background-size: cover;
    padding: 0 0 10px;
}

.kiss-dl-sec {
    background: url("../images/slots/download/dl-bg_kiss.jpg")no-repeat top center;
    background-size: cover;
    padding: 0 0 10px;
}

.kaya-dl-sec {
    background: url("../images/slots/download/dl-bg_kaya.jpg")no-repeat top center;
    background-size: cover;
    padding: 0 0 10px;
}

.pussy-dl-sec {
    background: url("../images/slots/download/dl-bg_pussy.jpg")no-repeat top center;
    background-size: cover;
    padding: 0 0 10px;
}

.osbox {
    background: #202020;
    border: 1px solid #5affbb;
    max-width: 100px;
    margin: 0 auto 10px;
    border-radius: 10px;
    line-height: 1.3;
    font-size: 65px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 80%);
}

.click-text {
    font-weight: 600;
    font-size: 13px;
}

.scan-text {
    font-weight: 600;
}

a.download-btn {
    background: linear-gradient(to bottom, rgba(90,255,186,1) 0%, rgba(1,167,98,1) 100%);
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    padding: 8px 15px;
    max-width: 135px;
    margin: 7px auto;
    border-radius: 7px;
}

    a.download-btn:hover {
        background: linear-gradient(to top, rgba(90,255,186,1) 0%, rgba(1,167,98,1) 100%);
    }

.qrdl-img {
    max-width: 130px;
    margin: 10px auto 5px;
}

.download-wrap .download-box::after {
    content: '';
    background: #464545;
    width: 2px;
    height: 85%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.download-wrap .download-box:last-child::after {
    content: none;
}

.access-info {
    max-width: 550px;
    width: 100%;
    margin: 10px auto;
    overflow: auto;
    border-radius: 8px;
    text-align: center;
    border: 2px solid #5affbb;
}

table.info-table tr th {
    background: #0578aa;
    border-bottom: 2px solid #5affbb;
    color: #fff;
    padding: 5px 3px;
}

table.info-table tr td {
    background: #001423;
    border: 2px solid #5affbb;
    border-left: none;
    padding: 5px 3px;
    font-weight: 600;
}

    table.info-table tr td:last-child {
        border-right: none;
    }

table.info-table tr:last-child td {
    border-bottom: none;
}

input.info-pw {
    border-radius: 15px;
    border: none;
    max-width: 80%;
    margin: auto;
    padding: 2px 15px;
    text-align: center;
}

button.password-btn {
    background: linear-gradient(to bottom, rgba(5,120,170,1) 0%, rgba(16,40,78,1) 100%);
    color: #fff;
    border: none;
    padding: 6px 20px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    margin: 5px 0;
}

    button.password-btn:hover {
        background: linear-gradient(to top, rgba(5,120,170,1) 0%, rgba(16,40,78,1) 100%);
    }



/** Lottery 4D **/
.bg-sec.lottery {
    background: #010619 url("../images/lottery/toto-bg.jpg")no-repeat top center;
    padding: 0 0 10px;
}

.lottery-img {
    text-align: center;
    margin-bottom: 10px;
}

.lottery-button-box {
    text-align: center;
    margin-bottom: 30px;
}

.payout-btn {
    background: url("../images/lottery/grey-btn.png")no-repeat center;
    background-size: 100% 100%;
    width: 250px;
    height: 70px;
    border: none;
    font-family: 'Versa';
    font-size: 26px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px #000;
    margin: 5px 10px;
    transition: 0.3s;
}

    .payout-btn.play {
        background: url("../images/lottery/green-btn.png")no-repeat center;
        background-size: 100% 100%;
    }

    .payout-btn:hover {
        transition: 0.3s;
        transform: scale(1.03);
        filter: brightness(1.15);
    }

.draw-result-wrapper {
    background: rgba(0,0,0,0.75);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
    margin-top: 50px;
    max-width: 920px;
    margin: auto;
    text-align: center;
    font-family: 'Roboto';
}

    .draw-result-wrapper .title-result {
        margin-bottom: 10px;
        color: #5affbb;
        font-size: 24px;
        font-weight: 700;
        text-transform: uppercase;
    }

.search-draw {
    max-width: 350px;
    height: 40px;
    margin: auto;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    display: flex;
}

.date-draw {
    background: #313131;
    color: #fff;
    width: 60px;
    height: 40px;
    font-size: 17px;
    vertical-align: middle;
    padding: 7px;
}

input.date-search {
    font-size: 16px;
    width: 100%;
    padding: 5px 10px;
    height: 40px;
    border: none;
    color: #fff;
    text-align: center;
    background: #4c4c4c;
}

.date-search:focus {
    outline: none;
}

.resultbox {
    background: linear-gradient(to bottom, rgba(70,179,219,1) 0%, rgba(77,223,230,1) 100%);
    color: #000;
    width: 200px;
    margin: auto;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
    margin: 6px;
}

.date-day {
    background: #266280;
    text-transform: uppercase;
    font-size: 17px;
    color: #fff;
    text-align: center;
    box-shadow: inset 0px 1px 2px 1px rgba(0,0,0,0.4);
    padding: 5px 2px;
    border-radius: 6px 6px 0 0;
}

.lottery-content {
    text-align: center;
    margin: 30px 0 0;
}

.lotto-box {
    background: #4A4A4A;
    max-width: 30%;
    padding: 3px;
    border-radius: 3px;
    font-size: 15px;
    display: inline-block;
    margin: 10px 8px;
    color: #fff;
}

.lott-title-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    padding: 3px 5px;
    font-weight: 600;
    text-transform: uppercase;
}

.lott-title-box {
    text-align: right;
}

.lott-type {
    font-size: 14px;
}

.cal-date {
    font-size: 12px;
    font-style: italic;
}

.result-table {
    background: #fff;
    padding: 5px;
    color: #000;
    font-weight: 700;
}

table.top-winner {
    font-size: 20px;
}

.result-table table tr th {
    background: #3f3f3f;
    color: #fff;
    text-transform: uppercase;
    padding: 4px 2px;
    font-size: 13px;
}

.result-table table tr td {
    padding: 0;
}

.result-table table.top-winner tr th {
    background: #3f3f3f;
    text-transform: none;
    padding: 7px 2px;
    border: 3px solid #fff;
    color: #fff;
}

.result-table table.top-winner tr td {
    padding: 2px 2px;
}

.result-table table.top-winner tr th:first-child {
    border-left: none;
}

.result-table table.top-winner tr th:last-child {
    border-right: none;
}

.lotto-box.magnum {
    background: #F2BC00;
}

    .lotto-box.magnum .lott-title-box, .lotto-box.stc .lott-title-box {
        color: #000;
    }

.lotto-box.damacai {
    background: #1A1A84;
}

.lotto-box.toto {
    background: #FF2C50;
}

.lotto-box.sg {
    background: #398AEA;
}

.lotto-box.sabah {
    background: #FF0000;
}

.lotto-box.stc {
    background: #F6D55C;
}

.lotto-box.cash {
    background: #003C10;
}

/** Mobile Lotto **/
.lottery-mobile {
    margin-top: 30px;
    display: none;
}

ul.lt-wrap {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-gap: 2px;
    border-bottom: 2px solid #fff;
    padding: 0 2px;
}

.nav-tabs.lt-wrap .nav-link {
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0;
}

    .nav-tabs.lt-wrap .nav-item.show .nav-link, .nav-tabs.lt-wrap .nav-link.active {
        color: #495057;
        background-color: transparent;
    }

li.lt-item {
    position: relative;
    padding-bottom: 22px;
}

ul.lt-wrap li a.active:after {
    content: "";
    color: #ffffff;
    position: absolute;
    border-top: 0;
    border-right: 0.7em solid transparent;
    border-bottom: 0.7em solid;
    border-left: 0.7em solid transparent;
    width: 8px;
    margin: auto;
    bottom: -1px;
    left: 0;
    right: 0;
    z-index: 10;
}

.result-boxes {
    display: grid;
    grid-template-columns: repeat(3,1fr);
}

.prize {
    background: #064767;
    font-weight: 500;
    font-size: 16px;
    padding: 3px 2px;
}

.result-tt {
    padding: 7px 2px;
    font-weight: 500;
    font-size: 16px;
    background: rgba(0,0,0,0.6);
}

.result-boxes-1 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
}

.result-ttt {
    padding: 3px 2px;
    font-weight: 500;
    font-size: 14px;
    background: rgba(0,0,0,0.6);
}

.table-in div {
    padding: 5px 0;
}

.table-in {
    display: grid;
    grid-template-columns: repeat(2,1fr);
}

.result-box {
    border: 1px solid #064767;
}

.date-box {
    padding: 10px 0px;
    font-size: 16px;
    background: rgba(0,0,0,0.6);
}

span#resultDate {
    vertical-align: middle;
}

/** Promotion **/
.bg-sec.promo {
    background: #010718 url("../images/promo/promo-bg.jpg")no-repeat top center;
    padding: 0 0 10px;
}

.mix {
    display: none;
}

.promo-frame {
    background: rgba(0,18,33,0.8);
    max-width: 1280px;
    margin: auto;
    border: 1px solid #0578aa;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 0 9px #0578aa;
}

.filter-menu {
    margin: 5px auto 15px;
    text-align: center;
}

.pmbox {
    background: #001121;
    border: 1px solid #00b2ff;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Roboto';
    padding: 11px 5px;
    width: 165px;
    height: 48px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 0 6px #00b2ff;
    margin: 8px 1%;
}

    .pmbox img {
        max-width: 26px;
        margin-right: 5px;
    }

    .pmbox.active, .pmbox:hover {
        background: linear-gradient(to bottom, rgba(5,120,169,1) 0%, rgba(16,41,79,1) 100%);
        border: 1px solid #5affbb;
    }

.promo-content-area {
    text-align: center;
}

.promo-bx .combox {
    max-width: 390px;
    border: 1px solid #00fffc;
    cursor: pointer;
    text-align: left;
    margin: 10px 5px;
}

.promo-bx .pm-img {
    border-bottom: 2px solid #00fffc;
}

.promo-bx .comtext::before {
    border-top: solid 8px #00fffc;
}

.promo-bx .smpm-hover {
    background: rgba(5,115,162,0.8);
}

.promo-bx .combox:hover {
    box-shadow: 0 0 5px #00fffc;
}

.bg-sec.promo-inner {
    background: #010718 url(../images/vip/vip-bg.jpg)no-repeat top center;
    padding: 15px 0 10px;
    font-family: 'Roboto';
}

.content-container.promo {
    padding-bottom: 60px;
    position: relative;
}

.promo-bx a {
    color: #fff;
}

.titlepm-top {
    display: flex;
    justify-content: space-between;
}

.back-promo {
    margin-bottom: 10px;
}

    .back-promo a {
        color: #fff;
        font-size: 18px;
        font-weight: 500;
    }

button.more-comm-btn {
    background: none;
    display: inline-block;
    color: #fff;
    border: 2px solid #fff;
    font-weight: 600;
    padding: 4px 15px;
    border-radius: 30px;
    opacity: 0;
    visibility: hidden;
    transition: ease 0.3s;
    transition-delay: 0.1s;
    transform: scale(0.5);
}

    button.more-comm-btn:hover {
        background: #fff;
        color: #000;
    }

.combox:hover button.more-comm-btn {
    opacity: 1;
    visibility: visible;
    transition: ease 0.3s;
    transition-delay: 0.1s;
    transform: scale(1);
}

/** VIP **/
.bg-sec.vip {
    background: #010718 url("../images/vip/vip-bg.jpg")no-repeat top center;
    padding: 0 0 10px;
    font-family: 'Roboto';
}

.vip-title {
    text-align: center;
}

span.crown-vip {
    margin: 0 -40px;
}

.vip-caption {
    text-align: center;
    font-size: 14px;
    max-width: 1100px;
    margin: 10px auto;
}

.vip-wrapper {
    background: #0c1328;
    overflow: auto;
    border-radius: 10px;
    margin-top: 30px;
}

table.vip-table {
    text-align: center;
    font-size: 14px;
    margin-bottom: 15px;
}

tr.vipbadge-row {
    background: linear-gradient(to bottom, rgba(2,84,135,1) 0%, rgba(0,16,31,1) 100%);
    border-bottom: 1px solid #1be2ff;
}

table.vip-table tr th {
    color: #ffe13d;
    text-transform: uppercase;
    padding: 15px 2px 10px;
    font-size: 15px;
}

table.vip-table tr td {
    padding: 8px 2px;
}

    table.vip-table tr td:first-child {
        color: #1be2ff;
    }

.vip-tnc {
    border-top: 1px solid #1be2ff;
    padding: 20px 20px;
    font-size: 14px;
}

    .vip-tnc ol {
        padding-left: 17px;
        margin: 0;
    }

.vip-btm {
    text-align: center;
    padding: 15px 0 0;
}

.presti-title {
    font-size: 30px;
    font-weight: 700;
}

span.yellow-text {
    color: #ffe13d;
}

button.join-vip {
    background: linear-gradient(to bottom, rgba(90,255,186,1) 0%, rgba(1,167,98,1) 100%);
    color: #010718;
    border: none;
    border-radius: 30px;
    min-width: 180px;
    padding: 6px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 20px;
}

    button.join-vip:hover {
        background: linear-gradient(to top, rgba(90,255,186,1) 0%, rgba(1,167,98,1) 100%);
    }

/** VIP Mobile **/
.vip-mobile {
    margin-bottom: 15px;
    display: none;
}

.vip-link {
    color: #ffe13d;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    background: linear-gradient(to bottom, rgba(2,84,135,1) 0%, rgba(0,16,31,1) 100%);
    width: 100%;
    display: block;
    padding: 4px 17px;
    position: relative;
}

    .vip-link:hover, .vip-link:focus {
        color: #ffe13d;
    }

    .vip-link img {
        max-width: 45px;
        padding: 0 4px;
        margin-right: 13px;
    }

    .vip-link:after {
        content: "\f078";
        font-family: "Font Awesome 5 Free";
        font-weight: 700;
        font-size: 15px;
        position: absolute;
        right: 20px;
        top: 11px;
        transition: 0.3s;
        color: #fff;
    }

    .vip-link.collapsed:after {
        content: "\f054";
        font-family: "Font Awesome 5 Free";
    }

.vip-wrap {
    background: rgba(0,0,0,0.6);
    color: #fff;
    text-align: center;
    padding: 15px 10px;
}

.vip-table-mobile {
    width: 100%;
}

    .vip-table-mobile tr td {
        text-align: center;
        border: 1px solid #025385;
        padding: 3px 2px;
        font-size: 14px;
    }

.ntc-cb {
    color: #ffe13d;
    text-align: left;
    padding: 5px;
    font-size: 12px;
}

/** Challenge **/
.bg-sec.challenge-sec {
    background: #010718 url("../images/challenge/challenge-bg.jpg")no-repeat top center;
    padding: 0 0 10px;
    font-family: 'Roboto';
}

.challenge-title {
    text-align: center;
}

.reward-btn-wrap {
    text-align: center;
    margin: 2% 0 3%;
    display: none;
}

.reward-btn {
    background: url("../images/rewrd-button.png")no-repeat center;
    background-size: 100%;
    color: #fff;
    border: none;
    width: 242px;
    height: 82px;
    margin: auto;
    font-family: 'Roboto';
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 700;
}

.coin-reward-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.coin-reward-box {
    position: relative;
    margin-bottom: 15px;
    max-width: 250px;
}

.reward-wrap {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
}

.coinbox {
    background: #010718;
    border: 2px solid #1be2ff;
    border-radius: 30px;
    max-width: 120px;
    margin: auto;
    text-align: center;
    padding: 4px 4px 2px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 500;
}

.rewardbox {
    text-align: center;
    max-width: 190px;
    margin: 5px auto;
    background: rgba(124,183,237,0.5);
    border-radius: 10px;
    padding: 6px;
}

.rwb-inner {
    background: #7cb8ed;
    text-shadow: 1px 2px 2px rgb(0 0 0 / 80%);
    border-radius: 10px;
    font-size: 30px;
    font-weight: 700;
}

.challenge-wrapper {
    background: rgba(5,120,170,0.2);
    border-radius: 8px;
    padding: 15px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 30px 30px;
    max-width: 1180px;
    margin: auto;
}

.challenge-box {
    border: 1px solid #00fffc;
    border-radius: 8px;
    overflow: hidden;
    display: inline-block;
    background: #010718;
    max-width: 555px;
    margin: auto;
}

.challe-img {
    position: relative;
    border-bottom: 1px solid #00fffc;
}

.countdown-float {
    background: rgba(0,255,252,0.8);
    width: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px 10px 2px;
    border-radius: 10px 0 0 0;
    text-align: center;
}

.countdown-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.cdbox {
    background: #00101f;
    border-radius: 8px;
    font-size: 30px;
    font-weight: 700;
    width: 58px;
    padding: 1px;
}

.cd-text {
    color: #00101f;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    padding: 1px;
}

span.dot-icon {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    padding: 0 4px;
    margin-top: -21px;
}

.challenge-info {
    position: relative;
    padding: 15px 15px;
}

    .challenge-info::before {
        content: '';
        width: 8px;
        height: 8px;
        margin: auto;
        border-top: solid 8px #00fffc;
        border-left: solid 8px transparent;
        border-right: solid 8px transparent;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

.chl-game-title {
    color: #5affbb;
    text-align: center;
    padding: 0 0 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.challenge-info-wrap {
    color: #fff;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px 15px;
}

.cdinfo-area {
    background: #4d5959;
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    padding: 8px 13px;
    border-radius: 6px;
}

.terms-ch {
    color: #9fa0a0;
    text-align: center;
    padding-bottom: 10px;
    font-size: 13px;
    font-weight: 500;
}

    .terms-ch a {
        color: #9fa0a0;
    }

span.arrow-term {
    margin: 0 8px;
}

button.winner-btn {
    background: url(../images/challenge/winner-btn-base.png)no-repeat center;
    background-size: 100% 100%;
    height: 58px;
    width: 230px;
    padding-top: 5px;
    border: none;
    margin: auto;
    transition: 0.3s;
}

    button.winner-btn:hover {
        transition: 0.3s;
        transform: scale(0.98);
        filter: brightness(1.15);
    }

span.winner-text {
    background: -webkit-linear-gradient(#fffc00, #ebb214);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

.countdown-float.winner {
    background: rgba(5,114,163,0.9);
    padding-bottom: 10px;
}

/** Blog Page **/
.bg-sec.blog {
    background: #010718 url("../images/blog/blog-bg.jpg")no-repeat top center;
    padding: 15px 0 10px;
}

.blog-wrapper {
    background: rgba(5,120,170,0.2);
    padding: 25px 15px;
    border-radius: 8px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 30px 15px;
    max-width: 1170px;
    margin: auto;
}

.blogbox {
    max-width: 550px;
    margin: auto;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #ffe13d;
}

.blog-img {
    border-bottom: 2px solid #ffe13d;
}

    .blog-img img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        max-height: 269px;
    }

.blogtext {
    padding: 10px;
    position: relative;
    background: #010718;
}

    .blogtext::before {
        content: '';
        width: 8px;
        height: 8px;
        margin: auto;
        border-top: solid 8px #ffe13d;
        border-left: solid 8px transparent;
        border-right: solid 8px transparent;
        position: absolute;
        top: 0px;
        left: 15px;
    }

.smblog-title-blog {
    color: #ffe13d;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.smblog-date {
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    padding: 5px 0 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-caption {
    background: #001324;
    padding: 5px 10px;
    border: 1px solid #676767;
    border-radius: 8px;
    font-size: 13px;
    color: #fff;
    overflow: hidden;
    height: 63px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

button.read-blog {
    color: #1be2ff;
    margin: 10px 0 2px;
    display: inline-block;
    font-size: 13px;
    text-decoration: underline;
    border: none;
    background: none;
}

    button.read-blog:hover {
        color: #fff;
    }

.bg-sec.blog-inner {
    background: #010718 url("../images/blog/blog-bg-inner.jpg")no-repeat top center;
    padding: 45px 0 10px;
}

.blog-wrapper.inner-blog {
    display: block;
    padding: 5px 25px 25px;
}

a.blogback-btn {
    font-family: 'Roboto';
    color: #fff;
    font-size: 18px;
    line-height: 1;
    padding: 6px 5px 8px;
    display: inline-block;
}

    a.blogback-btn:hover {
        color: #5affbb;
    }

.blogbox.inner-blog {
    max-width: 1150px;
    margin: auto;
}

.blog-content {
    margin-top: 15px;
    font-size: 14px;
}

.inner-blog .smblog-title-blog {
    font-size: 18px;
}

/** Info Page **/
.bg-sec.about {
    background: #010718 url("../images/common-bg.jpg")no-repeat top center;
}

.info-wrapper {
    background: rgba(5,120,170,0.5);
    padding: 20px 30px 30px;
    border-radius: 8px;
    font-family: 'Roboto';
    min-height: 300px;
    max-width: 1170px;
    margin: auto;
}

a.infoback-btn {
    font-family: 'Roboto';
    color: #fff;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 20px;
    display: none;
}

.comm-title {
    color: #5affbb;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.comm-title h1 {
    color: #5affbb;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.info-container h2 {
    font-size: 14px;
    font-weight: 700;
    color: #5affbb;
}

span.stitle {
    font-weight: 700;
    color: #5affbb;
}

button.btn-terms {
    background: linear-gradient(to bottom, rgba(5,120,169,1) 0%, rgba(16,41,79,1) 100%);
    border: 1px solid #5affbb;
    color: #fff;
    border-radius: 5px;
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
    padding: 10px 18px;
    font-weight: 500;
}

    button.btn-terms:hover {
        background: #0578aa;
    }

.card-body ul li {
    margin-bottom: 10px;
}

/** After Login Page **/
.bg-sec.afterlogin {
    background: #010619 url("../images/afterlogin/af-bg.jpg")no-repeat top center;
    padding: 20px 0 0;
    font-family: 'Roboto';
}

.afterlogin-top-wrapper {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 15px;
}

.maintop-box {
    background: rgba(4,10,27,0.8);
    border: 1px solid #0578aa;
    border-radius: 7px;
    box-shadow: 0 0 10px #0578aa;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 10px 5px 15px;
}

.balance-user.style-1.mobile {
    max-width: 210px;
    display: none;
}

.mw-area {
    text-align: center;
}

.mwtitle {
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
}

.mw-amount {
    color: #5affbb;
    font-size: 26px;
    font-weight: 700;
}

.mw-btn button {
    display: block;
}

button.depo-btn {
    background: linear-gradient(to bottom, rgba(4,70,94,1) 0%, rgba(3,41,55,1) 100%);
    color: #5affbb;
    border: 1px solid #5affbb;
    border-radius: 8px;
    text-transform: uppercase;
    min-width: 130px;
    padding: 5px;
    height: 38px;
    font-weight: 500;
    margin: 5px 0;
}

    button.depo-btn:hover {
        background: linear-gradient(to top, rgba(4,70,94,1) 0%, rgba(3,41,55,1) 100%);
    }

button.allout-btn {
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(189,189,189,1) 100%);
    color: #032937;
    border: none;
    text-transform: uppercase;
    border-radius: 8px;
    text-transform: uppercase;
    min-width: 130px;
    padding: 5px;
    height: 38px;
    font-weight: 500;
    margin: 5px 0;
}

    button.allout-btn:hover {
        background: linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(189,189,189,1) 100%);
    }

.maintop-box.viptoken {
    display: grid;
    grid-template-columns: repeat(3,1fr);
}

.mtbox {
    text-align: center;
    padding: 0 10px;
    line-height: 1.2;
}

.maintop-box.viptoken .mtbox:nth-child(2) {
    border-left: 1px solid #0578aa;
    border-right: 1px solid #0578aa;
}

.mtbox img {
    max-height: 64px;
}

.mptitle-1 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    margin-top: 5px;
}

.mptitle-2 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.aqua {
    color: #5affbb;
}

.blue {
    color: #72d5ff;
}

.yellow {
    color: #fede4f;
}

.maintop-box.voucher {
    justify-content: space-evenly;
}

.voucher-img {
    max-width: 90px;
}

.vclabek {
    padding: 2px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
}

.vc-input-wrap {
    position: relative;
}

input.vcinput {
    background: #001322;
    border: 1px solid #0578aa;
    border-radius: 7px;
    height: 38px;
    color: #fff;
    padding: 3px 40px 3px 10px;
}

button.vc-subit {
    border: none;
    height: 38px;
    width: 38px;
    border-radius: 0 8px 8px 0;
    font-size: 18px;
    position: absolute;
    right: 0;
    color: #032937;
    z-index: 2;
}

.afquick-menu {
    display: flex;
    justify-content: space-around;
    padding: 35px 0;
    max-width: 1140px;
    margin: auto;
}

    .afquick-menu a {
        display: inline-block;
        min-width: 160px;
        text-align: center;
        background: #030b19;
        border: 1px solid #0578aa;
        border-radius: 30px;
        box-shadow: 0 0 8px #0578aa;
        padding: 8px 5px;
        color: #fff;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 500;
    }

        .afquick-menu a img {
            max-width: 25px;
            margin-right: 8px;
        }

        .afquick-menu a:hover, .afquick-menu a.active {
            background: linear-gradient(to bottom, rgba(4,119,168,1) 0%, rgba(17,41,81,1) 100%);
            box-shadow: 0 0 8px #5affbb;
            border: 1px solid #5affbb;
            color: #fff;
        }

.af-container-wrap {
    background: rgba(0,0,0,0.8);
    box-shadow: 0 0 8px #0578aa;
    padding: 15px 15px 20px;
    border-radius: 8px;
    max-width: 1000px;
    margin: 0 auto;
}

.af-title {
    color: #5affbb;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    margin-bottom: 15px;
}

.afform-wrap {
    max-width: 450px;
    margin: auto;
}

.af-field {
    margin-bottom: 12px;
    position: relative;
}

label.af-label {
    margin-bottom: 5px;
    font-size: 14px;
}

input.afinput, select.afinput {
    background: #001322;
    border: 1px solid #0578aa;
    border-radius: 7px;
    height: 38px;
    color: #fff;
    padding: 3px 10px 3px 10px;
    font-size: 14px;
    width: 100%;
}

.submit-wrap {
    margin: 30px 0 15px;
}

.afquick-menu-mobile {
    display: none;
    grid-template-columns: repeat(4,1fr);
    background: #031829;
    text-align: center;
    margin: 15px -15px;
}

    .afquick-menu-mobile a {
        position: relative;
        color: #fff;
        padding: 10px 0;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 500;
        box-shadow: 0 0 8px #0578aa, 0 0 3px #0578aa;
        clip-path: inset(-8px 0 -8px 0);
    }

        .afquick-menu-mobile a img {
            display: block;
            margin: 0 auto 2px;
            max-width: 42px;
        }

        .afquick-menu-mobile a.active {
            background: linear-gradient(to bottom, rgba(4,119,168,1) 0%, rgba(17,41,81,1) 100%);
            box-shadow: 0 0 8px #5affbb, 0 0 3px #5affbb;
            clip-path: inset(-8px 0 -8px 0);
        }

.upload-input {
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}

.af-field.upload {
    display: flex;
}

input.afinput.upload {
    margin-right: 10px;
}

button.upload-button {
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(189,189,189,1) 100%);
    color: #032937;
    border: none;
    text-transform: uppercase;
    border-radius: 8px;
    min-width: 130px;
    padding: 5px;
    height: 38px;
    font-weight: 500;
}

.note-text {
    color: #fff;
    font-size: 13px;
    text-transform: none;
    font-weight: 400;
}

.user-bank-wrap {
    background: #030b19;
    border: 1px solid #0578aa;
    border-radius: 6px;
    max-width: 550px;
    margin: 0 auto 20px;
    padding: 15px;
}

table.user-bank-table {
    width: 90%;
    margin: auto;
}

    table.user-bank-table tr td {
        padding: 5px 2px;
    }

        table.user-bank-table tr td:last-child {
            color: #5affbb;
            text-transform: uppercase;
            font-size: 20px;
            font-weight: 700;
        }

.ques-notice {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

    .ques-notice i {
        color: #5affbb;
    }

.ques-box {
    display: none;
    position: absolute;
    padding: 5px 10px;
    background: #0478a9;
    border-radius: 4px;
    font-size: 12px;
    min-width: 175px;
    left: 24px;
    top: -7px;
}

    .ques-box::before {
        content: '\f0d9';
        font-family: 'Font Awesome 5 Free';
        font-weight: 700;
        font-size: 20px;
        color: #0478a9;
        position: absolute;
        left: -7px;
        top: -1px;
    }

.ques-notice:hover .ques-box {
    display: block;
}

.game-balance-wrapper {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-gap: 15px 15px;
    text-align: center;
    margin-bottom: 30px;
}

.gmebox {
    background: linear-gradient(to bottom, rgba(2,70,101,1) 0%, rgba(8,29,58,1) 100%);
    border: 1px solid #0578aa;
    border-radius: 5px;
    padding: 5px;
}

.gm-amt {
    background: rgba(0,0,0,0.6);
    padding: 1px 5px;
    border-radius: 3px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
}

.prvd-area {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    color: #5affbb;
    font-weight: 600;
    padding-top: 3px;
}

.history-wrap {
    display: grid;
    grid-template-columns: 35% 43% 20%;
    grid-gap: 1%;
    align-items: flex-end;
    max-width: 900px;
    margin: auto;
}

button.search-btn {
    font-size: 15px;
    font-weight: 700;
    padding: 4px 15px;
    width: 100%;
    text-transform: uppercase;
    color: #032937;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(190,190,190,1) 100%);
    border: none;
    height: 40px;
    border-radius: 8px;
}

    button.search-btn:hover {
        background: linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(190,190,190,1) 100%);
    }

.green-text {
    color: #18ff00;
}

.red-text {
    color: #ff0000;
}

.history-table-wrap {
    border: 1px solid #0578aa;
    overflow: auto;
    border-radius: 8px;
    text-align: center;
    font-size: 14px;
    max-width: 900px;
    margin: 20px auto 0;
}

table.history-table tr th {
    border: 1px solid #0578aa;
    border-top: none;
    border-bottom: none;
    background: #051427;
    color: #e3db97;
    font-weight: 400;
    padding: 6px 2px;
}

table.history-table tr td {
    background: #102848;
    color: #fff;
    border: 1px solid #0578aa;
    padding: 6px 2px;
}

    table.history-table tr td:first-child, table.history-table tr th:first-child {
        border-left: none;
    }

    table.history-table tr td:last-child, table.history-table tr th:last-child {
        border-right: none;
    }

table.history-table tr:last-child td {
    border-bottom: none;
}

.referral-history-wrap {
    display: grid;
    grid-template-columns: 36% 3% 36% 22%;
    grid-gap: 1%;
    align-items: center;
    max-width: 800px;
    margin: auto;
    text-align: center;
}

.referral-wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 20px;
    max-width: 900px;
    margin: 0 auto 30px;
}

.title-ref {
    color: #5affbb;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 5px;
}

.refer-wrap {
    background: #030b19;
    border: 1px solid #0578aa;
    border-radius: 7px;
    overflow: auto;
    padding: 10px;
    min-height: 226px;
}

.qr-refer-img {
    text-align: center;
}

    .qr-refer-img img {
        max-height: 130px;
    }

.copy-notice {
    text-align: center;
    font-size: 12px;
    margin-top: 8px;
}

button.copy-btn {
    background: #fff;
    border: none;
    font-size: 17px;
    height: 37px;
    color: #032937;
    width: 40px;
    border-radius: 0 7px 7px 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.table-refer-wrap {
    background: #030b19;
    border: 1px solid #0578aa;
    border-radius: 7px;
    overflow: auto;
    text-align: center;
}

table.refer-rebate tr th {
    border: 1px solid #0578aa;
    border-top: none;
    border-bottom: none;
    background: #051427;
    color: #e3db97;
    font-weight: 400;
    padding: 6px 2px;
}

table.refer-rebate tr td {
    background: #102848;
    color: #fff;
    border: 1px solid #0578aa;
    padding: 6px 2px;
    height: 57px;
}

    table.refer-rebate tr td:first-child, table.refer-rebate tr th:first-child {
        border-left: none;
    }

    table.refer-rebate tr td:last-child, table.refer-rebate tr th:last-child {
        border-right: none;
    }

table.refer-rebate tr:last-child td {
    border-bottom: none;
}

.referral-history {
    max-width: 800px;
    margin: auto;
}

.voucher-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-user-info {
    background: rgba(4,10,27,0.8);
    border: 1px solid #0578aa;
    border-radius: 7px;
    box-shadow: 0 0 10px #0578aa;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 10px 5px 15px;
    max-width: 400px;
    margin: auto;
    display: none;
}

.mt-area {
    text-align: center;
    font-size: 13px;
}

    .mt-area .mptitle-2 {
        font-size: 14px;
    }

    .mt-area .mptitle-1 {
        font-size: 10px;
    }



/** Inbox **/
.mail-wrapper .inbox-card {
    border-top: 1px solid #0578aa;
}

    .mail-wrapper .inbox-card:last-child {
        border-bottom: 1px solid #0578aa;
    }

.mail-btn-wrap {
    display: grid;
    grid-template-columns: 5% 70% 20% 5%;
    font-size: 16px;
    align-items: center;
    padding: 6px 5px;
    cursor: pointer;
}

.mail-status, .mail-delete {
    text-align: center;
    font-size: 20px;
}

.mail-title {
    padding-left: 5px;
    max-width: 670px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.unread .mail-status, .unread .mail-title {
    color: #5affbb;
}

.mail-delete a {
    color: #4a5a61;
    font-size: 16px;
}

    .mail-delete a:hover {
        color: #fff;
    }

.mail-body {
    padding-left: 5.5%;
    padding-bottom: 15px;
    padding-top: 10px;
    font-size: 14px;
}

.inbox-title {
    color: #5affbb;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 5px;
}

.mail-date-inner {
    display: none;
    font-size: 13px;
}

/** Mobile Information Page **/
.info-title {
    color: #5affbb;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 15px 0 20px;
    padding-bottom: 5px;
    text-align: center;
}

    .info-title::after {
        content: '';
        border-bottom: 3px solid;
        border-color: #5affbb;
        border-radius: 15px;
        max-width: 105px;
        margin: 5px auto 0;
        display: block;
    }

.info-main a {
    position: relative;
    background: linear-gradient(to bottom, rgba(2,84,135,1) 0%, rgba(0,16,31,1) 100%);
    display: flex;
    align-items: center;
    height: 40px;
    color: #fff;
    padding: 5px 15px;
    max-width: 500px;
    margin: auto;
    font-family: 'Roboto';
    font-size: 14px;
    margin-bottom: 5px;
}

    .info-main a:hover {
        color: #5affbb;
    }

    .info-main a::after {
        content: "\f101";
        font-family: "Font Awesome 5 Free";
        font-weight: 700;
        color: #fff;
        font-size: 16px;
        position: absolute;
        right: 18px;
        top: 9px;
        transition: 0.4s;
    }

    .info-main a:hover::after {
        content: "\f101";
        font-family: "Font Awesome 5 Free";
        font-weight: 700;
        right: 14px;
        color: #5affbb;
    }

/** Mobile Responsive **/
@media (max-width: 1100px) {
    .t-body {
        padding-top: 106px;
    }

        .t-body.afterlogin {
            padding-top: 64px;
        }

    .header-top-wrap {
        height: 64px;
    }

    .account-icon {
        display: block;
        position: relative;
        z-index: 9;
    }

    .logo {
        position: absolute;
        left: 0;
        right: 0;
        top: 5px;
        text-align: center;
    }

        .logo img {
            max-height: 55px;
        }

    .header-left {
        display: flex;
        align-items: center;
    }

    .burger-menu {
        display: block;
        color: #fff;
        font-size: 30px;
        position: relative;
        z-index: 9;
    }

    .header-bottom {
        display: none;
    }

    .mobile-login-reg {
        display: flex;
        height: 42px;
    }

    .header-right {
        display: none;
    }

    button.mobile-login-btn {
        background: #001625;
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        text-transform: uppercase;
        border: 1px solid #8af1da;
        width: 50%;
        height: 42px;
    }

    button.mobile-signup-btn {
        background: #1be2ff;
        color: #001020;
        font-size: 15px;
        font-weight: 700;
        text-transform: uppercase;
        border: 1px solid #1be2ff;
        min-width: 100px;
        width: 50%;
        height: 42px;
    }

    .provider-deco {
        display: none;
    }

        .provider-deco.slotdl {
            display: block;
        }

    /** Footer **/
    .usp-wrapper {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 10px 20px;
    }

    .usp-img {
        display: none;
    }

    /** Body Mobile**/
    .title-m {
        text-align: center;
    }

        .title-m::after {
            margin: 5px auto 0;
        }

    .product-wrapper {
        display: block;
        padding: 10px 0 15px;
        text-align: center;
    }

    .prodframe {
        display: inline-block;
        margin: 0px 15px 20px;
    }

    .colblog {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 15px;
        max-width: 610px;
        margin: auto;
    }

    .combox {
        margin: auto;
    }

    .lobby-area {
        grid-template-columns: repeat(5,1fr);
    }

    button.device-dl-btn {
        min-width: 85px;
        padding: 7px 5px;
        font-size: 12px;
        margin: 0 2px;
    }

    .game-name {
        font-size: 12px;
    }

    .game-wrapper {
        grid-template-columns: repeat(3,1fr);
    }

    .afterlogin-top-wrapper {
        display: none;
    }

    .mobile-user-info {
        display: flex;
    }

    .user-vip img {
        max-height: 80px;
    }

    .afquick-menu {
        display: none;
    }

    .afquick-menu-mobile {
        display: grid;
    }

    .balance-user.style-1.mobile {
        display: block;
    }
}

@media(max-width: 991px) {
    .lottery-mobile {
        display: block;
    }

    .draw-result-wrapper {
        padding: 20px 0px;
    }

    .lottery-content {
        display: none;
    }

    table.vip-table {
        display: none;
    }

    .vip-mobile {
        display: block;
    }

    .vip-wrapper {
        border-radius: 0px;
    }

    .coin-reward-wrapper.rewpage {
        display: none;
    }

    .coin-reward-wrapper {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        margin-bottom: 15px;
        grid-gap: 10px;
    }

    .coin-reward-box {
        margin: auto;
    }

    .challenge-wrapper {
        grid-template-columns: auto;
    }

    .game-balance-wrapper {
        display: none;
    }

    a.play-super {
        width: 39vw;
        height: 16vw;
        font-size: 5vw;
        padding-bottom: 2vw;
        bottom: -6%;
    }

    .reward-btn-wrap {
        display: block;
    }

    .menu-footer {
        display: none;
    }

    a.infoback-btn {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .blog-wrapper {
        display: block;
    }

    .blogbox {
        margin-bottom: 15px;
    }

    span.crown-vip {
        display: none;
    }

    .casino-prod {
        margin-top: -15px;
    }

    a.play-sport-btn {
        width: 47vw;
        height: 14.5vw;
        font-size: 6vw;
    }

    a.play-casino-btn {
        width: 49vw;
        height: 15vw;
        font-size: 6vw;
    }

    span.social-text {
        display: none;
    }

    .referral-wrapper {
        display: grid;
        grid-template-columns: auto;
    }

    .history-wrap, .referral-history-wrap {
        display: block;
        text-align: left;
    }

    .mail-btn-wrap {
        display: grid;
        grid-template-columns: 10% 80% 10%;
        font-size: 12px;
        padding: 6px 2px;
    }

    .mail-date {
        display: none;
    }

    .mail-date-inner {
        display: block;
    }

    .mail-status {
        font-size: 18px;
    }

    .mail-body {
        font-size: 13px;
    }

    .inbox-title {
        font-size: 15px;
    }

    .titlepm-top {
        display: block;
    }
}

@media (max-width: 600px) {
    .prodframe {
        margin: 0px 5px 20px;
        max-width: 45%;
    }

    .rounded-img {
        height: 29vw;
        width: 29vw;
        margin: auto;
    }

    .prod-box {
        margin-top: -40%;
    }

    .prod-title {
        font-size: 4vw;
        top: 48%;
    }

    .pmbox {
        width: 30%;
        font-size: 10px;
        height: auto;
        padding: 6px 1px;
    }

        .pmbox img {
            max-width: 20px;
            margin-right: 3px;
        }

    .lobby-area {
        grid-template-columns: repeat(4,1fr);
    }

    button.winner-btn {
        height: 10vw;
        width: 37vw;
        padding-bottom: 1vw;
    }

    span.winner-text {
        font-size: 4.8vw;
    }

    .countdown-float.winner {
        padding-bottom: 5px;
    }

    .game-wrapper {
        grid-template-columns: repeat(2,1fr);
        grid-gap: 5px 10px;
    }

    .download-wrap {
        margin: 25px auto 10px;
    }

    .lobby-slots-title {
        max-width: 70%;
        margin: 10px auto 0;
    }

    .scan-text {
        display: none;
    }

    .qrdl-img {
        display: none;
    }

    .super8-sec {
        padding: 10px 0 10px;
    }

    .product-title.super8 {
        max-width: 80%;
        margin: auto;
    }

    .user-bank-wrap {
        font-size: 14px;
    }

    table.user-bank-table {
        width: 100%;
    }

        table.user-bank-table tr td:last-child {
            font-size: 14px;
        }

    .bg-sec.lottery {
        background-size: 250%;
    }

    .reward-btn {
        width: 36vw;
        height: 12vw;
        font-size: 5vw;
    }

    .colblog {
        display: grid;
        grid-template-columns: auto;
    }

        .colblog.blog .combox:nth-last-child(2), .colblog.blog .combox:last-child {
            display: none;
        }
}


@media (max-width: 480px) {

    .welcome-login h1 {
        font-size: 18px;
    }

    /** Footer **/
    button.read-btn {
        display: block;
        background: none;
        color: #1be2ff;
        border: none;
        font-size: 14px;
        padding: 6px 0;
    }

        button.read-btn.active .less {
            display: inline-block;
        }

        button.read-btn .less {
            display: none;
        }

        button.read-btn.active .more {
            display: none;
        }

    .seo-wrapper {
        max-height: 153px;
        overflow: hidden;
    }

        .seo-wrapper.expand-mode {
            max-height: none;
            overflow: inherit;
        }

    .usp-wrapper {
        display: grid;
        grid-template-columns: auto;
    }

    ul.footer-nav li.item-nav a {
        font-size: 12px;
    }

    .social-contact-sec {
        padding: 10px 0;
    }

    ul.contact-nav li {
        margin: 3px 0;
    }

        ul.contact-nav li a {
            font-size: 16px;
        }

    .seo-sec::-webkit-scrollbar {
        display: none;
    }

    .provider-footer {
        display: none;
    }

    .promo-frame {
        padding: 5px;
    }

    .float-chat img {
        max-width: 70px;
    }
    /** Body **/
    .colblog {
        display: grid;
        grid-template-columns: auto;
    }

    .welcome-login {
        font-size: 18px;
    }

    .field-check {
        font-size: 12px;
    }

        .field-check input {
            margin: 3px;
        }

    button.pop-login-btn {
        font-size: 15px;
    }

    .lobby-area {
        grid-template-columns: repeat(3,1fr);
    }

    .rewardbox {
        max-width: 42vw;
    }

    .rwb-inner {
        font-size: 6vw;
    }

    .coinbox {
        font-size: 3.4vw;
        max-width: 27vw;
    }

    .challenge-wrapper {
        padding: 10px;
    }

    .challenge-info-wrap {
        grid-template-columns: auto;
        font-size: 14px;
    }

    .countdown-float {
        padding: 2% 2% 0;
    }

    .cdbox {
        font-size: 6vw;
        width: 10vw;
    }

    .cd-text {
        font-size: 2.5vw;
    }

    a.gamebox .play-curve {
        min-height: 9vw;
        font-size: 4vw;
    }

    .search-draw {
        max-width: 90%;
    }

    .blog-wrapper {
        padding: 15px 10px;
        grid-gap: 15px 15px;
    }

        .blog-wrapper.inner-blog {
            padding: 5px 10px 10px;
        }

    a.blogback-btn {
        font-size: 16px;
    }

    .info-wrapper {
        padding: 15px 10px 10px;
    }

    .info-container {
        font-size: 14px;
    }

    .tnc-card .card-body {
        padding: 5px;
    }

    a.download-btn {
        padding: 8px 10px;
        max-width: 120px;
        font-size: 13px;
    }

    .download-box {
        position: relative;
        padding: 0 10px;
    }

    .download-wrap {
        padding: 10px 0;
    }

    .access-info {
        font-size: 13px;
    }

    button.depo-btn, button.allout-btn {
        min-width: 90px;
        height: 30px;
        font-size: 12px;
        padding-top: 6px;
    }

    .mw-area {
        font-size: 14px;
    }

    .mw-amount {
        font-size: 21px;
    }

    .afquick-menu-mobile a {
        font-size: 11px;
    }

        .afquick-menu-mobile a img {
            max-width: 34px;
        }

    .ques-box {
        padding: 5px 5px;
        font-size: 10px;
        min-width: 135px;
    }

    .history-table-wrap {
        font-size: 12px;
    }

    input.info-pw {
        max-width: 95%;
    }

    a.playnow-btn {
        font-size: 11px;
    }

    .content-container.promo {
        font-size: 14px;
    }
}

/** Update 16/8/2022 **/
.art-title-1 {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 5px;
}

.art-title-2 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 5px;
}

.pm-content a {
    color: #fff;
    text-decoration: underline;
}

    .pm-content a:hover {
        color: #1be2ff;
    }

@media(max-width: 480px) {
    .art-title-1 {
        font-size: 24px;
    }

    .art-title-2 {
        font-size: 18px;
    }
}

/** Update 2/9/2022 **/
.qrshare {
    display: flex;
    align-items: center;
    justify-content: center;
}

.share-btn-wrap {
    margin: 0 15px;
}

@media(max-width: 480px) {
    .qrshare {
        display: block;
    }

    .share-btn-wrap {
        text-align: center;
        margin: 5px 0 0;
    }
}

/** 6/4/2023 Update **/
.home-faq-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

    .home-faq-wrapper .tnc-card {
        margin-bottom: 10px;
    }

button.btn-faqhome {
    position: relative;
    background: #041220;
    border: 1px solid #3476a6;
    color: #fff;
    border-radius: 5px;
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
    padding: 5px 30px 5px 20px;
    height: 50px;
    font-weight: 500;
}

    button.btn-faqhome::after {
        content: '\f078';
        font-family: 'Font Awesome 5 Free';
        font-weight: 700;
        font-size: 12px;
        position: absolute;
        right: 14px;
        top: 15px;
        transform-origin: center;
        transform: rotate(180deg);
        transition: 0.3s;
    }

    button.btn-faqhome.collapsed::after {
        content: '\f078';
        transform: rotate(0);
        transition: 0.3s;
    }

@media(max-width: 480px) {
    button.btn-faqhome {
        padding: 5px 30px 5px 15px;
        font-size: 14px;
        line-height: 1.1;
    }

    .home-faq-wrapper .tnc-card .card-body {
        padding: 5px;
        font-size: 14px;
    }
}

.event-floating-icon {
    position: fixed;
    left: 5px;
    bottom: 100px;
    z-index: 99;
    max-width: 180px;
    animation: float 1.8s ease-in-out infinite;
}

@-webkit-keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}

@media (max-width: 1080px) {
    .event-floating-icon {
        max-width: 150px;
    }
}

@media (max-width: 767px) {
    .event-floating-icon {
        max-width: 110px;
    }
}

@media (max-width: 480px) {
    .event-floating-icon {
        max-width: 85px;
    }
}

/** Contact Us - Update 5/4/2023 **/
.bg-sec.contact {
    background: #010718 url("../images/contact/contact-bg.jpg")no-repeat top center;
    padding: 15px 0 10px;
    text-align: center;
}

.contact-subtitle {
    font-family: Nemesis Grant;
    font-size: 24px;
    font-style: initial;
    margin: -3% 0 5%;
}

.contact-wrapper {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 15px;
    background: rgb(5,120,170,0.2);
    padding: 30px 20px;
    border-radius: 10px;
    max-width: 1100px;
    margin: 0 auto;
}

.contact-box {
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
    background: #042137;
    border: 1px solid #1be2ff;
    border-radius: 10px;
    overflow: hidden;
}

.social-img {
    position: relative;
    background: #042137;
    border: 1px solid #1be2ff;
    border-radius: 0 0 100% 100%;
    width: 200%;
    margin: 0 auto -4%;
    left: -50%;
    padding: 7% 5% 5%;
}

.social-link {
    background: #033951;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5%;
}

    .social-link a {
        font-size: 20px;
        color: #ffe13d;
        font-weight: 700;
    }

        .social-link a:hover {
            color: #fff;
        }

@media(max-width: 991px) {
    .social-img img {
        max-width: 38%;
    }

    .contact-subtitle {
        font-size: 18px;
    }

    .contact-wrapper {
        grid-template-columns: repeat(2,1fr);
        padding: 5% 3%;
        max-width: 580px;
    }
}

@media(max-width: 480px) {
    .contact-subtitle {
        font-size: 15px;
    }

    .social-img img {
        max-width: 36%;
    }

    .social-link {
        height: 13vw;
    }

        .social-link a {
            font-size: 4.5vw;
        }
}

/** Updated - 4/10/2023 **/
button.tutorial-btn {
    border: 1px solid #5affbb;
    background: #5affbb;
    color: #000;
    padding: 2px 6px 0px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 4px;
    margin: 0 4px;
}

    button.tutorial-btn:hover {
        background: none;
        color: #5affbb;
    }

/** Fast Game Updated - 14/12/2023 **/
.fastgame-sec {
    background: url("../images/slots/fastgame/fastgame-bg.jpg")no-repeat top center;
    background-size: cover;
    padding-top: 0;
}

.fastgame-wrapper {
    background: rgb(32,32,32,0.8);
    border: 2px solid #383838;
    border-radius: 10px;
    text-align: center;
    max-width: 1000px;
    margin: -100px auto 0;
    padding: 20px 10px;
    position: relative;
}

a.fg-box {
    display: inline-block;
    margin: 0.8% 0.3%;
    border: 1px solid #5affbb;
    overflow: hidden;
    background: #202020;
    color: #fff;
    box-shadow: 0 4px 5px rgb(0,0,0,0.6);
}

.fg-img {
    overflow: hidden;
}

    .fg-img img {
        transition: 0.3s;
    }

.fg-name {
    padding: 5px 2px;
    text-transform: uppercase;
}

a.fg-box:hover .fg-img img {
    transform: scale(1.07);
    transition: 0.3s;
}

@media(max-width: 991px) {
    .fastgame-wrapper {
        margin: -10% auto 0;
    }
}

@media(max-width: 767px) {
    a.fg-box {
        max-width: 23%;
        font-size: 2vw;
    }
}

@media(max-width: 480px) {
    a.fg-box {
        max-width: 31%;
        font-size: 2.5vw;
    }
}

/**  Floting icon update - 12/9/2024 **/
.floating-wrapper {
    position: fixed;
    z-index: 1000;
    left: 10px;
    bottom: 10%;
    animation: float 2s ease-in-out infinite;
    max-width: 210px;
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-15px);
    }

    100% {
        transform: translatey(0px);
    }
}

@media(max-width: 480px) {
    .floating-wrapper {
        max-width: 160px;
    }
}

/** Register Password input update - 28/8/2024 **/
ul.list-valid {
    padding-left: 15px;
    list-style: none;
    margin: 5px 0 0;
    font-weight: 500;
    font-size: 13px;
}

    ul.list-valid li i {
        color: #E20003;
    }

    ul.list-valid li .text-success i {
        color: #28a745 !important;
    }

