@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

body {
    font-family: "Roboto", sans-serif;
    line-height: 1.2;
    font-size: 15px;
    color: #191919;
}

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:focus, button:hover, select:focus, select:hover, textarea:focus, textarea: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 {
    color: #666;
    width: 100%;
}

input:disabled {
    background: #fff;
}

.flaoting-contact {
    position: fixed;
    right: -1px;
    top: 20%;
    z-index: 999;
    transition: 0.2s;
}

    .flaoting-contact:hover {
        right: 126px;
        transition: 0.2s;
    }

button.float-btn {
    background: url(../images/contact-side.png)no-repeat;
    background-size: 100%;
    width: 76px;
    height: 241px;
    border: none;
    padding: 0;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}

.ctext {
    width: 180px;
    transform: rotate(270deg);
    display: inline-block;
    position: absolute;
    left: -49px;
    bottom: 75px;
    font-size: 24px;
}

.lcimg {
    position: absolute;
    left: 0;
    right: 0;
    top: 13px;
}

.cfloat-info {
    position: absolute;
    top: 0;
    left: 76px;
    background: #fff;
    width: 126px;
    text-align: center;
    padding: 10px 5px;
}

a.cfbox {
    display: block;
    margin: 5px 0;
    text-transform: uppercase;
    font-weight: 700;
}

    a.cfbox:hover img {
        filter: brightness(1.05);
        transform: scale(1.02);
    }

.cftext {
    color: #27a21a;
    font-size: 12px;
    font-weight: 700;
    padding-top: 4px;
}

.cftext-1 {
    color: #000;
    font-size: 12px;
    font-weight: 900;
}

.cftext.livec {
    color: #0066d2;
}

.floating-img {
    position: fixed;
    right: 5px;
    bottom: 11%;
    max-width: 220px;
    z-index: 99;
    animation: float 3s ease-in-out infinite;
}

@-webkit-keyframes float {
    0% {
        transform: translateY(-15px);
    }

    50% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-15px);
    }
}

.max-container {
    position: relative;
    padding: 0 10px;
    margin: 0 auto;
    max-width: 1400px;
}

/** Header **/
.t-header {
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
}

.header-top {
    background: linear-gradient(to bottom, rgba(10,74,139,1) 0%, rgba(7,32,85,1) 100%);
    padding: 5px 10px;
    height: 69px;
}

.header-container {
    max-width: 1400px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo img {
    max-height: 59px;
}

.hdrow {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

input.hlogin-input {
    max-width: 120px;
    margin: 0 3px;
    border: 2px solid #547ba3;
    border-radius: 5px;
    padding: 0 6px;
    height: 30px;
    font-size: 13px;
}

button.login-btn {
    background: url("../images/yellow-btn.png")no-repeat;
    background-size: 100% 100%;
    color: #000;
    border: none;
    padding: 2px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 900;
    width: 110px;
    height: 30px;
    margin: 0 3px;
}

    button.login-btn.reg {
        background: url("../images/blue-btn.png")no-repeat;
        background-size: 100% 100%;
    }

    button.login-btn:hover {
        filter: brightness(1.1);
    }

.language-wrap {
    margin-left: 6px;
}

button.language-btn {
    background: none;
    border: none;
    padding: 0;
    height: 30px;
    width: 30px;
}

    button.language-btn img {
        max-height: 30px;
    }

.dropdown-menu.language {
    background: none;
    max-width: 30px;
    min-width: auto;
    border: none;
    margin: 0;
    padding: 0;
}

button.language-btn.dropitem {
    margin: 2px 0;
}

    button.language-btn.dropitem:hover {
        transform: scale(1.03);
        filter: brightness(1.05);
    }

.hdrow.btm {
    font-size: 13px;
    color: #aaa;
    justify-content: space-between;
    padding: 6px 0 0 5px;
}

.forgot-hd a {
    color: #aaa;
    text-decoration: underline;
}

    .forgot-hd a:hover {
        color: #ffb715;
    }

.header-btm {
    position: relative;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 3%, rgba(249,228,175,1) 7%, rgba(243,188,22,1) 35%, rgba(94,51,7,1) 94%, rgba(84,52,11,1) 96%, rgba(84,52,11,1) 100%);
    border-bottom: 1px solid #de8a22;
    padding: 0px 10px;
}

ul.nav.top-menu {
    height: 44px;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
}

    ul.nav.top-menu li.nav-item {
        display: flex;
        align-items: center;
        height: 100%;
    }

        ul.nav.top-menu li.nav-item:hover {
            background: linear-gradient(to bottom, rgba(255,255,220,1) 0%, rgba(251,207,95,1) 49%, rgba(113,62,0,1) 100%);
        }

            ul.nav.top-menu li.nav-item:hover .dropdown-content {
                opacity: 1;
                visibility: visible;
                transition: 0.1s;
            }

        ul.nav.top-menu li.nav-item a.nav-link {
            color: #00142b;
            font-size: 15px;
            font-weight: 500;
            text-transform: uppercase;
        }

.topmenu-icon {
    margin-right: 5px;
}

.dropdown-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: 0.1s;
}

.dropdown-wrapper {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(7,1fr);
    grid-gap: 10px 5px;
    text-align: center;
}

    .dropdown-wrapper.slots {
        grid-template-columns: repeat(9,1fr);
    }

.divline {
    background: #ebebeb;
    width: 100%;
    height: 1px;
    margin: 5px 0;
}

.dropdown-wrapper a {
    position: relative;
    display: inline-block;
    padding: 10px 0;
    max-width: 170px;
    margin: 0 auto;
    opacity: 0.5;
    z-index: 1;
}

.pvd-logo img {
    max-height: 30px;
    filter: drop-shadow(1px 1px 0px rgb(0,0,0,0.7));
}

.pvd-name {
    margin-top: 3px;
    font-size: 13px;
    color: #0185be;
    font-weight: 500;
}

.dropdown-wrapper a:hover {
    opacity: 1;
}

    .dropdown-wrapper a:hover::before {
        content: '';
        background: url(../images/w-base.png)no-repeat;
        background-size: 100%;
        width: 132px;
        height: 100px;
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
        display: flex;
        align-items: center;
    }

.dropdown-wrapper a.hot-game::after {
    content: '';
    background: url("../images/hot-icon.png")no-repeat;
    background-size: 100%;
    width: 49px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 25%;
}

.dropdown-wrapper a.new-game::after {
    content: '';
    background: url("../images/new-icon.png")no-repeat;
    background-size: 100%;
    width: 50px;
    height: 26px;
    position: absolute;
    right: 0;
    top: 25%;
}

button.burger-menu-btn {
    color: #fff;
    border: none;
    background: none;
    padding: 2px;
    display: none;
}

/** Header After login **/
.afrow {
    font-size: 13px;
    color: #aaa;
}

.plyvip, .plytoken {
    display: flex;
    align-items: center;
}

.plyvip-img {
    max-width: 26px;
}

    .plyvip-img img {
        height: 26px;
    }

.plyvip-text {
    background: #5fb9f4;
    color: #fff;
    font-size: 12px;
    height: 18px;
    padding: 2px 9px;
    min-width: 45px;
    border-radius: 30px;
    text-transform: uppercase;
    margin: 0 0 3px -5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plytoken-img {
    max-width: 24px;
}

.plytoken-text {
    background: #0066d1;
    color: #fff;
    font-size: 12px;
    height: 18px;
    padding: 2px 9px;
    min-width: 40px;
    border-radius: 30px;
    text-transform: uppercase;
    margin: 0 0 0 -5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.hdvd {
    color: #aaa;
    margin: 0 10px;
}

span.ywtext {
    color: #eaac30;
}

a.depo-top {
    color: #aaa;
    font-size: 16px;
    margin-left: 4px;
}

    a.depo-top:hover, a.tplink:hover {
        color: #eaac30;
    }

.plybalance {
    display: flex;
    align-items: center;
}

a.gold-icon-btn {
    color: #eaac30;
    display: inline-block;
    margin: 0 10px;
    font-size: 16px;
    position: relative;
}

    a.gold-icon-btn:hover {
        color: #fff;
    }

a.tplink {
    color: #aaa;
    display: inline-block;
    margin: 0 5px;
}

button.profile-menu-btn {
    color: #fff;
    border: none;
    background: none;
    padding: 2px;
    display: none;
}




/** Footer **/
.footer-sec {
    background: url("../images/footer-bg.jpg")no-repeat top center;
    background-size: cover;
    padding: 30px 0;
    text-align: center;
    color: #595958;
}

.provider-logo-wrapper {
    padding-bottom: 5px;
}

    .provider-logo-wrapper img {
        max-height: 50px;
        margin: 10px 0;
        filter: grayscale(1);
        mix-blend-mode: luminosity;
    }

.divider-ft {
    position: relative;
    background: #595958;
    height: 2px;
    max-width: 75%;
    margin: 30px auto;
}

    .divider-ft::before {
        content: '';
        background: #595958;
        height: 9px;
        width: 9px;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: -3px;
    }

    .divider-ft::after {
        content: '';
        background: #595958;
        height: 9px;
        width: 9px;
        border-radius: 50%;
        position: absolute;
        right: 0;
        top: -3px;
    }

.lisence-logo img {
    max-height: 45px;
    margin: 10px 15px;
    filter: grayscale(1);
    mix-blend-mode: luminosity;
}

.social-footer {
    padding: 0px 0 25px;
}

    .social-footer a {
        display: inline-block;
        margin: 0 10px;
    }

        .social-footer a:hover img {
            filter: brightness(1.1);
            transform: scale(1.03);
        }

.footer-link-wrap {
    margin-bottom: 12px;
}

    .footer-link-wrap a {
        position: relative;
        display: inline-block;
        color: #977500;
        padding: 0 10px;
    }

        .footer-link-wrap a:hover {
            text-decoration: underline;
            color: #f5e08a;
        }

        .footer-link-wrap a::after {
            content: '';
            background: #977500;
            width: 1px;
            height: 12px;
            position: absolute;
            right: 0;
            top: 2px;
        }

        .footer-link-wrap a:last-child::after {
            content: none;
        }

.seo-wrapper {
    text-align: left;
    margin-top: 30px;
    font-size: 13px;
    line-height: 1.3;
}

.seo-title-1 {
    font-size: 14px;
    font-weight: 900;
    padding-bottom: 10px;
}

.btm-fixed-menu {
    display: none;
}


/** Body Home **/
.t-body {
    margin-top: 113px;
}

.t-content {
    background: #151d32 url("../images/blue-bg.jpg")no-repeat top center;
    background-size: 100%;
}

.annouce-sec {
    background: #07245a;
    color: #fff;
}

.annouce-wrapper {
    display: flex;
    align-items: center;
    padding: 3px;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.annouce-img {
    margin-right: 10px;
}

.annouce-text {
    padding: 4px 0 1px;
    line-height: 1;
    font-size: 13px;
    width: 100%;
}

.mobile-home {
    display: none;
}

.sports-highlight-sec {
    position: relative;
    padding: 20px 0 20px;
    color: #fff;
    text-align: center;
}

.title-wrap {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.sport-iframe-wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    padding-bottom: 15px;
}

.more-game-link {
    text-align: right;
    padding-bottom: 5px;
}

    .more-game-link a {
        font-size: 14px;
        font-weight: 500;
        color: #f5e08a;
        text-decoration: underline;
    }

.slot-highlight-wrapper {
    background: #fff;
    border-radius: 7px;
    padding: 15px 30px;
    margin-bottom: 20px;
}

.slot-slide .slotsbox, .casino-slide .slotsbox {
    margin: 0 5px;
}

.slots-name {
    color: #072241;
    font-weight: 700;
    padding: 5px 0 2px;
}

.suite-name {
    color: #7e5d15;
}

.slot-slide .slick-prev:before, .casino-slide .slick-prev:before {
    content: '\f053';
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 15px;
    opacity: 1;
    color: #175288;
}

.slot-slide .slick-next:before, .casino-slide .slick-next:before {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 15px;
    opacity: 1;
    color: #175288;
}

.slot-slide .slick-prev, .slot-slide .slick-next, .casino-slide .slick-prev, .casino-slide .slick-next {
    color: #175288;
}

/** After login Home**/
.af-quickmenu-content {
    padding: 10px;
}

.af-quickmenu-wrapper {
    background: linear-gradient(to bottom, rgba(242,241,241,1) 0%, rgba(231,231,231,1) 100%);
    border-radius: 8px;
    padding: 10px;
    box-shadow: inset 0 2px 2px rgb(0 0 0 / 20%);
}

.qmrow-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.baltext {
    color: #0066d2;
    font-size: 11px;
    font-weight: 500;
}

.myr-text {
    font-size: 12px;
    font-weight: 600;
    margin-right: 3px;
}

.myr-num {
    font-size: 17px;
    font-weight: 700;
}

.restore-center {
    text-align: center;
}

    .restore-center img {
        max-height: 26px;
    }

.restext {
    font-size: 9px;
    font-weight: 600;
    margin-top: 1px;
}

.qmline {
    background: #dcdcdc;
    height: 1px;
    margin: 5px 0;
}

.qm-wrap {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    align-items: center;
    text-align: center;
    padding-top: 4px;
}

    .qm-wrap a {
        color: #000;
        font-size: 11px;
        font-weight: 500;
        display: block;
    }

        .qm-wrap a img {
            max-height: 30px;
        }

.qmtext {
    margin-top: 4px;
}

/** Register page**/
.register-sec {
    background: url("../images/bg-reg.jpg")no-repeat top center;
    background-size: cover;
    padding: 20px 0;
}

.register-content {
    display: grid;
    grid-template-columns: 44% 54%;
    grid-gap: 2%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 25px 30px;
    background: #fff;
    border-radius: 6px;
}

.vrcode-img {
    position: absolute;
    top: 5px;
    right: 7px;
    display: inline-block;
}

    .vrcode-img img {
        max-height: 30px;
    }

.title-reg {
    background: #000;
    color: #fff;
    padding: 10px 20px;
    margin-bottom: 10px;
}

.reg-field {
    display: grid;
    grid-template-columns: 110px auto;
    margin-top: 5px;
}

.reg-label {
    color: #042853;
    font-weight: 500;
    height: 40px;
    display: flex;
    align-items: center;
}

.reg-input {
    position: relative;
}

    .reg-input input {
        height: 40px;
        padding: 5px 15px;
        font-size: 14px;
        border: 1px solid #808080;
        border-radius: 4px;
    }

.field-note {
    padding: 5px 0;
    font-size: 12px;
    color: #858585;
}

.check-field {
    margin-bottom: 10px;
}

.check-group {
    display: inline-block;
    align-items: center;
    font-size: 15px;
    color: #858585;
}

    .check-group input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
    }

    .check-group label {
        position: relative;
        cursor: pointer;
        margin: 0 5px 0 0;
    }

        .check-group label:before {
            content: '';
            -webkit-appearance: none;
            background-color: #fff;
            border: 2px solid #787878;
            border-radius: 5px;
            background: #ecebeb;
            padding: 7px;
            display: inline-block;
            position: relative;
            vertical-align: middle;
            cursor: pointer;
            margin-right: 5px;
        }

    .check-group input:checked + label:after {
        content: '';
        display: block;
        position: absolute;
        top: 2px;
        left: 6px;
        width: 6px;
        height: 11px;
        border: solid #4d5061;
        border-width: 0 3px 3px 0;
        transform: rotate(45deg);
    }

.reg-btn-wrap {
    padding: 10px 0;
    text-align: center;
}

button.reg-submit-btn {
    background: url("../images/gold-btn.png")no-repeat;
    background-size: 100% 100%;
    border: none;
    width: 100%;
    max-width: 180px;
    height: 40px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

    button.reg-submit-btn:hover {
        transform: scale(0.97);
        filter: brightness(1.1);
    }

/** Game Pages **/
.gamepage-banner img {
    width: 100%;
}

.game-product-sec {
    padding: 20px 0;
    min-height: 500px;
}

.product-game-wrapper {
    display: grid;
    grid-template-columns: repeat(7,1fr);
    grid-gap: 10px 10px;
}

    .product-game-wrapper a {
        display: block;
        max-width: 266px;
        margin: 0 auto;
    }

.prvd-img {
    overflow: hidden;
}

    .prvd-img img {
        transition: linear 0.3s;
    }

.prvd-name {
    background: #fff;
    color: #000;
    padding: 15px 15px;
    font-weight: 500;
    transition: 0.3s;
}

.product-game-wrapper a:hover .prvd-img img {
    transform: scale(1.08);
    transition: 0.3s;
}

.product-game-wrapper a:hover .prvd-name {
    background: #08285f;
    color: #fff;
    transition: 0.3s;
}

.slots-provider-slide {
    background: #fff;
    padding: 0 0;
}

.slick-slide .slots-pvd-box {
    margin-right: 1px;
    background: #f2f2f2;
    height: 120px;
    text-align: center;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.slots-pvd-img img {
    filter: none;
}

.slots-pvd-name {
    color: #0185be;
    font-size: 13px;
    font-weight: 500;
    margin-top: 5px;
}

.slots-pvd-box.active, .slots-pvd-box:hover {
    background: #eaac30;
}

    .slots-pvd-box.active .slots-pvd-name, .slots-pvd-box:hover .slots-pvd-name {
        color: #000;
    }

.slots-provider-slide .slick-prev:before {
    content: '\f053';
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 15px;
    opacity: 1;
    color: #fff;
}

.slots-provider-slide .slick-next:before {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 15px;
    opacity: 1;
    color: #fff;
}

.slots-provider-slide .slick-prev, .slots-provider-slide .slick-next {
    color: #175288;
}

.slots-provider-slide .slick-prev {
    left: -20px;
}

.slots-provider-slide .slick-next {
    right: -20px;
}

.filter-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #e3e3e3;
    height: 40px;
    margin: 12px 0;
}

.slots-categ {
    display: flex;
    align-items: center;
    height: 100%;
    background: #e3e3e3;
}

.slots-thumbnail-img {
    position: relative;
}

    .slots-thumbnail-img img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

a.scbox {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    text-align: center;
    color: #656464;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    padding: 5px 8px;
}

    a.scbox.active, a.scbox:hover {
        background: #042853;
        color: #fff !important;
    }

.search-wrap {
    width: 20%;
}

.search-box {
    display: flex;
    background: #f2f2f2;
    align-items: center;
    height: 40px;
    padding: 2px 10px;
}

.search-icon {
    color: #7f7f7f;
    margin-right: 5px;
}

input.search-input {
    height: 100%;
    border: none;
    background: none;
    color: #000;
}

.playpop-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0,0,0,0.6);
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: linear 0.3s;
}

.slotsgame-box:hover .playpop-wrap {
    opacity: 1;
    visibility: visible;
    transition: linear 0.3s;
}

    .slotsgame-box:hover .playpop-wrap .play-wrap {
        transform: scale(1);
        opacity: 1;
        visibility: visible;
        transition: linear 0.3s;
    }

.play-wrap {
    display: flex;
    flex-flow: column;
    transform: scale(0.4);
    opacity: 0;
    visibility: hidden;
    transition: linear 0.3s;
}

button.play-btn {
    margin: 5px 0;
    background: #042853;
    color: #fff;
    border: none;
    min-width: 120px;
    height: 30px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
}

    button.play-btn.demo {
        background: #eaac30;
        color: #000;
    }

    button.play-btn:hover {
        transform: scale(0.97);
        filter: brightness(1.1);
    }

.slotsgame-name {
    position: relative;
    background: #f2f2f2;
    height: 52px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding: 2px 50px 2px 15px;
    line-height: 1.1;
}

.slotsgame-box.hot .slotsgame-name::after {
    content: '';
    background: url(../images/hot-icon.png)no-repeat;
    background-size: 100%;
    width: 49px;
    height: 25px;
    position: absolute;
    right: 5px;
    top: 12px;
}

.slotsgame-box.new .slotsgame-name::after {
    content: '';
    background: url("../images/new-icon.png")no-repeat;
    background-size: 100%;
    width: 50px;
    height: 26px;
    position: absolute;
    right: 5px;
    top: 12px;
}

/** Promotion **/
.filter-menu {
    background: #e3e3e3;
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    margin-bottom: 15px;
}

.pmbox {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #5e5e5e;
    cursor: pointer;
}

    .pmbox.active, .pmbox:hover {
        background: #032854;
        color: #fff;
    }

.mix {
    display: none;
}

.promo-bx {
    width: 100%;
    margin-bottom: 20px;
}

.promo-box {
    position: relative;
    display: grid;
    grid-template-columns: 420px auto;
    width: 100%;
    background: #fff;
}

.pmbox-content {
    display: grid;
    grid-template-columns: auto 200px;
}

.pm-desc {
    padding: 20px 25px;
}

.pmbox-title {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
    line-height: 1;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 30px;
}

.pmbox-subtitle {
    color: #858585;
    font-size: 15px;
    height: 70px;
    overflow: hidden;
}

.pm-btn-wrap {
    padding-top: 10px;
}

button.play-btn.apply {
    background: #eaad30;
}

.expire-date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px 20px;
}

.rmtime {
    color: #858585;
    padding: 5px 0;
}

    .rmtime i {
        margin-right: 4px;
    }

.exptime-cd {
    color: #c30000;
    font-weight: 500;
}

/** VIP Page **/
.vip-sec {
    background: url("../images/vip/vip-bg.jpg")no-repeat top center;
    background-size: contain;
    padding: 20px 0;
    min-height: 500px;
}

.vip-container {
    background: #fff;
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 8px;
    padding: 20px;
}

.user-vip-wrapper {
    margin-bottom: 5px;
}

.lvl-turn-wrap {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.vipcurrent {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin-right: 20px;
}

.crbox-badge {
    max-width: 50px;
    margin-right: 10px;
}

.lvltext {
    font-size: 15px;
    color: #0065d1;
    font-weight: 600;
    text-transform: uppercase;
}

.cr-turnover {
    background: #023a7a;
    color: #fff;
    height: 36px;
    display: flex;
    align-items: end;
    padding: 0 5px;
    margin: 0 15px;
}

.gold-slant {
    background: url(../images/slanted.png)no-repeat;
    background-size: 100% 100%;
    width: 160px;
    height: 40px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 0 15px;
    text-align: center;
}

.crnum {
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 110px;
}

.cr-turnover.depo {
    background: #004fa1;
}

.lvlbar-wrapper {
    padding: 10px 0;
}

.lvl-caption {
    color: #000;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
    padding: 4px 10px;
}

.lvlbar {
    background: #e3e3e3;
    height: 14px;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid #fdb914;
}

.lvl-innerbar {
    background: #fdb914;
    height: 100%;
}

.vip-table-content {
    margin-bottom: 20px;
}

table.vip-table {
    font-size: 14px;
}

    table.vip-table tr th {
        padding: 10px 2px;
        text-align: center;
    }

    table.vip-table tr td {
        padding: 10px 2px;
        text-align: center;
        color: #888888;
    }

    table.vip-table tr:nth-child(even) {
        background-color: #f0f0f0;
    }

    table.vip-table tr td:first-child {
        color: #023a7a;
        font-weight: 600;
        text-align: left;
        padding: 10px 10px;
    }

.viplvl {
    color: #ffba00;
    text-transform: uppercase;
    margin-top: 7px;
    font-size: 16px;
}

button.vip-term-btn {
    position: relative;
    background: #fdb914;
    border: none;
    color: #000;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 7px 20px 5px;
    height: 44px;
    width: 100%;
    text-align: left;
}

    button.vip-term-btn::after {
        content: '\f068';
        font-family: "Font Awesome 5 Free";
        font-weight: 700;
        font-size: 15px;
        position: absolute;
        right: 15px;
    }

    button.vip-term-btn.collapsed::after {
        content: '\f067';
        font-family: "Font Awesome 5 Free";
        font-weight: 700;
    }

.vip-term-card {
    padding: 15px;
}

ul.terms, ol.terms {
    padding-left: 17px;
    margin-bottom: 5px;
}

.vip-accordion {
    display: none;
}

.vip-card {
    margin-bottom: 10px;
}

button.vip-level-btn {
    position: relative;
    background: #023a7a;
    width: 100%;
    border: none;
    border-radius: 6px;
    color: #fff;
    text-align: left;
    padding: 0 15px;
    height: 50px;
    font-size: 16px;
    font-weight: 500;
}

.vip-level-btn:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 15px;
    position: absolute;
    right: 20px;
    top: 16px;
    transition: 0.3s;
    color: #fff;
}

.vip-level-btn.collapsed:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
}

.vip-badge {
    margin-right: 10px;
}

    .vip-badge img {
        max-width: 40px;
    }

/** Mobile Download **/
.mobile-dl-sec {
    background: url("../images/dl-bg.jpg")no-repeat top center;
    background-size: cover;
    padding: 20px 0;
}

ul.nav.nav-download {
    justify-content: center;
    padding-bottom: 20px;
}

    ul.nav.nav-download li.nav-item {
        margin: 0 10px;
        text-align: center;
    }

        ul.nav.nav-download li.nav-item a.nav-link {
            background: linear-gradient(to bottom, rgba(241,241,241,1) 0%, rgba(237,237,237,1) 100%);
            box-shadow: inset 0 1px 3px rgb(0 0 0 / 50%);
            border-radius: 5px;
            padding: 14px 20px;
            width: 200px;
            color: #7a7a7a;
            font-weight: 500;
            text-transform: uppercase;
        }

            ul.nav.nav-download li.nav-item a.nav-link.active {
                background: #0166d2;
                color: #fff;
                box-shadow: none;
            }

.download-wrapper {
    text-align: center;
    padding: 15px 0 30px;
}

.download-box {
    display: inline-block;
    max-width: 250px;
    width: 100%;
    background: #fff;
    text-align: center;
    position: relative;
    padding: 0 15px;
    margin: 45px 10px;
}

.dl-img {
    margin-top: -60px;
}

.dl-logo img {
    max-height: 45px;
}

.stext {
    color: #868686;
    font-size: 16px;
}

.dl-qr {
    max-width: 90%;
    margin: 5px auto;
}

    .dl-qr img {
        max-height: 150px;
    }

.dl-os {
    padding-bottom: 15px;
}

    .dl-os img {
        max-width: 30px;
        margin: 0 4%;
    }

.dl-btn-wrap {
    margin-bottom: -15px;
}

button.download-btn {
    background: #032854;
    border: none;
    color: #fff;
    border-radius: 4px;
    height: 32px;
    min-width: 150px;
    padding: 4px 30px;
}

    button.download-btn:hover {
        background: #0166d2;
    }

/** Lottery Page **/
.lottery-sec {
    background: url("../images/lottery/lottery-bg.png")no-repeat top center;
    background-size: cover;
    padding: 20px 0;
}

.lotto-top {
    max-width: 1000px;
    margin: 10px auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.lucky-wrapper {
    position: relative;
    margin: 0 15px;
}

.lucky-base-wrap {
    position: relative;
}

.spin-number-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 28%;
    font-size: 80px;
    font-weight: 700;
}

    .spin-number-wrap span {
        padding: 0 20px;
    }

.spinbtn-wrap {
    margin-top: -15px;
    position: relative;
}

button.spin-btn {
    background: url("../images/gold-btn.png")no-repeat;
    background-size: 100% 100%;
    border: none;
    width: 100%;
    max-width: 150px;
    height: 44px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    padding: 5px;
}

.lotto-btn-wrap {
    display: flex;
    flex-flow: column;
}

button.bet-btn {
    background: url("../images/lottery/yellow-big-btn.png")no-repeat;
    background-size: 100% 100%;
    border: none;
    width: 188px;
    height: 50px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px;
    margin: 6px 0;
}

    button.bet-btn.payout {
        background: url("../images/lottery/blue-big-btn.png")no-repeat;
        background-size: 100% 100%;
    }

    button.bet-btn:hover, button.spin-btn:hover {
        transform: scale(0.98);
        filter: brightness(1.1);
    }

.date-search-wrap {
    position: relative;
    max-width: 370px;
    margin: 15px auto;
}

.rf-wrap {
    position: relative;
    margin-bottom: 5px;
    background: linear-gradient(to bottom, rgba(241,241,241,1) 0%, rgba(237,237,237,1) 100%);
    border-radius: 35px;
    height: 40px;
    padding: 5px 15px;
}

button.search-btn {
    background: linear-gradient(to bottom, rgba(255,255,220,1) 0%, rgba(251,207,95,1) 49%, rgba(113,62,0,1) 100%);
    border: none;
    border-radius: 0 40px 40px 0;
    height: 40px;
    width: 50px;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 0;
}

.lotto-result-wrapper {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 15px 10px;
    max-width: 950px;
    margin: 0 auto;
    padding: 15px 0 0;
}

.rstable-wrap {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
}

.rstable {
    background: #fff;
    border-radius: 6px;
    border: 1px solid #fefefe;
    padding: 5px;
}

.lotto-header {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

.result-date {
    font-size: 13px;
}

table.lotto-table {
    text-align: center;
    font-weight: 500;
}

    table.lotto-table tr.lotto-header td {
        border: none;
        padding: 5px 10px;
    }

tr.lotto-header img {
    max-height: 44px;
}

table.lotto-table.top tr td:first-child {
    background: #f0f0f0;
}

table.lotto-table tr th {
    background: #f0f0f0;
    border: 1px solid #d9d9d9;
    padding: 2px;
    text-transform: uppercase;
    font-weight: 500;
}

table.lotto-table tr td {
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 2px;
}

.magnum table.lotto-table tr.lotto-header td {
    color: #000;
    background: #ffea00;
}

.dmc table.lotto-table tr.lotto-header td {
    color: #fff;
    background: #1a1a84;
}

.toto table.lotto-table tr.lotto-header td {
    color: #fff;
    background: #fb0206;
}

.sg table.lotto-table tr.lotto-header td {
    color: #fff;
    background: #1f76dc;
}

.sabah table.lotto-table tr.lotto-header td {
    color: #fff;
    background: #ff0000;
}

.bigsweep table.lotto-table tr.lotto-header td {
    color: #fff;
    background: #003c10;
}
/** Mobile Lotto **/
.lottery-mobile {
    display: none;
}

ul.lt-wrap {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-gap: 2px;
    border-bottom: 2px solid #fdb914;
    padding: 0 2px;
    text-align: center;
}

.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: #fdb914;
    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: #d9d9d9;
    font-weight: 500;
    font-size: 16px;
    padding: 3px 2px;
}

.result-tt {
    padding: 7px 2px;
    font-weight: 500;
    font-size: 16px;
    background: #fff;
}

.result-boxes-1 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
}

.result-ttt {
    padding: 3px 2px;
    font-weight: 500;
    font-size: 14px;
    background: #fff;
}

.table-in div {
    padding: 5px 0;
}

.table-in {
    display: grid;
    grid-template-columns: repeat(2,1fr);
}

.result-box {
    border: 1px solid #c6c8cd;
}

.date-box {
    padding: 10px 0px;
    font-size: 15px;
    background: #fff;
    text-align: center;
}

span#resultDate {
    vertical-align: middle;
}

/** Info Pages **/
.info-sec {
    background: #142340 url("../images/info-bg.jpg")no-repeat top center;
    background-size: 100%;
    padding: 20px 0;
}

.info-container {
    display: grid;
    grid-template-columns: 220px auto;
    grid-gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
}

ul.info-tabs {
    flex-flow: column;
    border: none;
    justify-content: center;
    text-align: center;
    background: #f2f6f9;
    padding: 15px 10px 10px;
    border-radius: 8px;
    max-width: 220px;
}

    ul.info-tabs .nav-item {
        width: 100%;
        margin: 0px auto 10px 0;
    }

ul.nav.info-tabs .nav-link {
    background: linear-gradient(to bottom, rgba(238,238,238,1) 0%, rgba(232,232,232,1) 100%);
    color: #858585;
    border-radius: 5px;
    padding: 12px 4px;
    box-shadow: inset 1px 2px 1px rgb(0 0 0 / 10%);
}

    ul.nav.info-tabs .nav-link.active, ul.nav.info-tabs .nav-link:hover {
        box-shadow: none;
        background: #0166d2;
        color: #fff;
    }

.info-content-innner {
    max-width: 1000px;
    margin: 0 auto;
    min-height: 400px;
    background: #f1f5f8;
    border-radius: 8px;
    padding: 30px;
    color: #000;
}

.info-title-1 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

button.btn-tnc {
    position: relative;
    background: #0166d2;
    width: 100%;
    text-align: left;
    font-size: 16px;
    padding: 8px 15px;
    color: #fff;
    border: 1px solid #0166d2;
    border-radius: 5px;
}

    button.btn-tnc.collapsed {
        background: #fff;
        color: #686767;
    }

    button.btn-tnc::after {
        content: '\f078';
        font-family: 'Font Awesome 5 Free';
        font-weight: 700;
        font-size: 12px;
        position: absolute;
        right: 14px;
        top: 11px;
        transform-origin: center;
        transform: rotate(180deg);
        transition: 0.3s;
    }

    button.btn-tnc.collapsed::after {
        content: '\f078';
        transform: rotate(0);
        transition: 0.3s;
    }

    button.btn-tnc:focus {
        outline: none;
    }

.tnc-card {
    margin-bottom: 5px;
}

.tnc-body {
    background: #fff;
    border: 1px solid #0166d2;
    padding: 20px 20px 10px;
    border-radius: 4px;
    margin-top: 2px;
    line-height: 1.3;
}

    .tnc-body ol {
        padding-left: 15px;
    }

        .tnc-body ol li {
            padding-bottom: 8px;
        }

table.banking-table tr td, table.banking-table tr th {
    background: #fff;
    border: 1px solid #0166d2;
    padding: 6px 2px;
    text-align: center;
}

table.banking-table tr th {
    background: #0166d2;
    color: #fff;
}

/** After login pages**/
.afterlogin-sec {
    background: url("../images/af-bg.jpg")no-repeat top center;
    background-size: cover;
    padding: 20px 0;
}

.aftop-content {
    background: #fff;
    display: flex;
    justify-content: space-between;
    border-radius: 6px;
    padding: 13px 30px;
    max-width: 1200px;
    margin: 0 auto 15px;
}

.af-uservip {
    display: flex;
    align-items: center;
}

.afbadge-img {
    max-width: 50px;
}

.af-detail {
    margin-left: 12px;
}

.af-detail-top {
    display: flex;
    align-items: center;
    padding-bottom: 2px;
}

.afvip {
    color: #0065d1;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 10px;
    padding-right: 10px;
}

.user-welcome {
    color: #000;
    font-size: 13px;
    font-weight: 500;
}

.af-wallet-res {
    display: flex;
    align-items: center;
    border-left: 2px solid #959595;
    padding-left: 30px;
}

.mw-wrap {
    text-align: center;
}

.mwtext {
    font-weight: 600;
}

.mwbalance {
    color: #0066d2;
    font-weight: 700;
    padding: 5px 0;
}

.restore-btn-wrap {
    margin: 0 15px;
}

button.restore-btn {
    background: linear-gradient(to bottom, rgba(242,241,241,1) 0%, rgba(231,231,231,1) 100%);
    border: none;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 20%);
    border-radius: 4px;
    height: 45px;
    padding: 5px 15px;
}

    button.restore-btn img {
        max-width: 24px;
        margin-right: 7px;
    }

    button.restore-btn:hover {
        background: #0066d2;
        box-shadow: none;
        color: #fff;
    }

        button.restore-btn:hover img {
            filter: contrast(0) brightness(5);
        }

.uvtext {
    font-weight: 600;
}

.uv-icon-wrap {
    display: flex;
    padding: 2px 0;
}

.roundm {
    background: #d4d4d4;
    color: #fefefe;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    margin: 0 1px;
}

.secure-wrap {
    display: flex;
    align-items: center;
    padding-top: 5px;
}

.secur-bar {
    background: #d4d4d4;
    height: 4px;
    width: 38px;
    margin: 0 1px;
}

.mw-transfer {
    display: flex;
    align-items: center;
}

.mwauto-text {
    color: #959595;
    margin: 0 10px;
    font-size: 14px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 21px;
    vertical-align: -webkit-baseline-middle;
    margin: 0;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.sliderx {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #959595;
    -webkit-transition: .4s;
    transition: .4s;
}

    .sliderx:before {
        position: absolute;
        content: "";
        height: 15px;
        width: 15px;
        left: 4px;
        bottom: 0px;
        top: 0;
        margin: auto;
        background-color: #fff;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .sliderx {
    background-color: #0066d1;
}

input:focus + .sliderx {
    box-shadow: 0 0 1px #959595;
}

input:checked + .sliderx:before {
    -webkit-transform: translateX(12px);
    -ms-transform: translateX(12px);
    transform: translateX(12px);
}

.sliderx.round {
    border-radius: 40px;
}

    .sliderx.round:before {
        border-radius: 50%;
    }

.aftop-mobile {
    display: none;
}

.afcontent-container {
    display: grid;
    grid-template-columns: 230px auto;
    grid-gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.af-sidemenu {
    max-width: 230px;
    background: #f2f6f9;
    padding: 10px 10px 10px;
    border-radius: 8px;
    height: max-content;
}

ul.nav.af-menu li.nav-item {
    width: 100%;
    margin: 0px auto 10px 0;
}

    ul.nav.af-menu li.nav-item a.nav-link {
        background: linear-gradient(to bottom, rgba(238,238,238,1) 0%, rgba(232,232,232,1) 100%);
        color: #858585;
        border-radius: 5px;
        padding: 4px 10px;
        box-shadow: inset 1px 2px 1px rgb(0 0 0 / 10%);
        height: 45px;
        display: flex;
        align-items: center;
        font-size: 14px;
    }

        ul.nav.af-menu li.nav-item a.nav-link img {
            max-height: 30px;
            margin-right: 8px;
        }

        ul.nav.af-menu li.nav-item a.nav-link.active, ul.nav.af-menu li.nav-item a.nav-link:hover {
            box-shadow: none;
            background: #0166d2;
            color: #fff;
        }

            ul.nav.af-menu li.nav-item a.nav-link.active img, ul.nav.af-menu li.nav-item a.nav-link:hover img {
                filter: contrast(0) brightness(5);
            }

.afmenu-sub {
    padding: 10px 0;
    font-size: 16px;
    font-weight: 700;
}

.af-content {
    background: #f2f5f8;
    border-radius: 8px;
    padding: 15px 25px;
}

.field-wrapper {
    display: grid;
    grid-template-columns: auto 280px;
    grid-gap: 20px;
}

.aftitle {
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
}

.input-field {
    display: grid;
    grid-template-columns: 155px auto;
    grid-gap: 5px;
    padding: 5px 0 15px;
}

.mlabel {
    color: #042853;
    font-weight: 500;
    padding: 10px 0 0;
}

button.depo-type-btn {
    background: none;
    border: none;
    padding: 0;
    font-size: 13px;
    margin-right: 4px;
    xfilter: grayscale(1);
}

.paygate-wrap {
    position: relative;
    border: 1px solid #0066d2;
    border-radius: 4px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
    margin-bottom: 4px;
}

    .paygate-wrap img {
        height: 24px;
    }

button.depo-type-btn.active .paygate-wrap::after {
    content: '';
    background: url("../images/afterlogin/tick.png")no-repeat;
    background-position: right bottom;
    height: 22px;
    width: 22px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}

button.depo-type-btn.active, button.depo-type-btn:hover {
    filter: none;
    color: #0066d2;
}

.bank-input-wrap {
    display: grid;
    grid-template-columns: repeat(2,1fr);
}

    .bank-input-wrap label [type=radio] {
        position: absolute;
        opacity: 0;
        width: 0;
        height: 0;
        color: #858585;
    }

        .bank-input-wrap label [type=radio] + .bank-img img {
            cursor: pointer;
        }

.bank-img {
    display: inline-block;
    position: relative;
    border: 1px solid #0066d2;
    border-radius: 6px;
    overflow: hidden;
    padding: 3px;
}

.bank-input-wrap label {
    display: flex;
    align-items: center;
}

.bank-type {
    font-size: 12px;
    margin-left: 8px;
}

.bank-input-wrap label [type=radio]:checked + .bank-img + .bank-type {
    color: #0066d2;
}

.bank-input-wrap label [type=radio]:checked + .bank-img::after {
    content: '';
    background: url("../images/afterlogin/tick.png")no-repeat;
    background-position: right bottom;
    height: 22px;
    width: 22px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.bank-input-wrap label [type=radio] + .bank-img {
    filter: grayscale(1);
}

.bank-input-wrap label [type=radio]:checked + .bank-img {
    filter: none;
}

.bank-info {
    background: #fff;
    margin: 10px 0 0;
    padding: 5px;
    border: 1px solid #808080;
    border-radius: 5px;
    font-size: 14px;
}

table.depo-bank-table tr td {
    padding: 5px;
}

    table.depo-bank-table tr td:last-child {
        color: #042853;
        font-weight: 500;
    }

.addbank-wrap {
    margin-top: 10px;
}

button.add-bank-btn {
    background: #0166d2;
    border: none;
    color: #fff;
    height: 36px;
    min-width: 130px;
    padding: 5px 15px;
    border-radius: 5px;
}

    button.add-bank-btn:hover {
        background: linear-gradient(to bottom, rgba(238,238,238,1) 0%, rgba(232,232,232,1) 100%);
        color: #858585;
    }

.afinput {
    position: relative;
}

    .afinput input, .afinput select {
        background: #fff;
        height: 40px;
        border-radius: 5px;
        border: 1px solid #808080;
        padding: 7px 10px;
        font-size: 14px;
    }

        .afinput input::placeholder {
            color: #afafaf;
        }

.quick-depo-amt {
    padding-top: 10px;
}

button.depoamt-btn {
    background: #eeedee;
    border: 1px solid #666666;
    border-radius: 4px;
    color: #858585;
    width: 23%;
    padding: 5px;
    height: 40px;
    font-size: 16px;
    margin: 0 1% 0 0;
}

    button.depoamt-btn:hover {
        background: #0066d2;
        color: #fff;
        border: 1px solid #0066d2;
    }

.important-notice {
    background: #fdfdfe;
    padding: 15px;
    border-radius: 8px;
    font-size: 13px;
    color: #858585;
}

.notice-title-wrap {
    display: flex;
    align-items: center;
    color: #000;
    font-weight: 500;
    padding: 5px 0 20px;
}

    .notice-title-wrap img {
        margin-right: 10px;
    }

.important-notice ol.terms li {
    padding-bottom: 12px;
}

.blue-text {
    color: #0166d2;
    font-weight: 500;
}

.notice-depo {
    color: #858585;
    font-size: 13px;
    padding: 10px 0 5px;
}

.transfer-row {
    display: grid;
    grid-template-columns: 45% auto 45%;
    align-items: center;
    width: 100%;
}

.tansfer-icon {
    color: #858585;
    font-size: 18px;
    margin: 0 5px;
    text-align: center;
}

.input-field.trans {
    grid-template-columns: 85px auto;
    padding: 0;
}

.transfer-wrap {
    display: grid;
    grid-template-columns: 57% 40%;
    grid-gap: 3%;
    align-items: center;
}

.weekly-turn {
    background: #e2e2e2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 300px;
    margin: 0 0 0 auto;
    padding: 6px 10px;
    color: #585858;
    font-size: 14px;
    border-radius: 5px;
}

    .weekly-turn a {
        display: inline-block;
        margin-left: 10px;
        color: #0066d1;
    }

.wtamt {
    font-weight: 600;
}

.gmw-title {
    font-size: 14px;
    color: #585858;
    font-weight: 500;
    padding-bottom: 10px;
}

.pvd-wallet-wrapper {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 12px;
    padding-bottom: 20px;
}

.pvd-wbox {
    background: #e2e2e2;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    font-size: 14px;
    max-width: 220px;
    width: 100%;
    margin: 0 auto;
}

.pvdtop {
    border-radius: 5px;
    background: #fcfcfc;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 8px 10px;
}

.pvtext {
    font-weight: 500;
    padding-bottom: 3px;
}

.pvd-amt {
    color: #0066d2;
    text-align: right;
    font-size: 12px;
    font-weight: 500;
}

.rmtext {
    font-size: 15px;
}

button.allin-btn {
    border: 1px solid #0066d2;
    background: none;
    color: #0066d2;
    padding: 3px 2px;
    min-width: 70px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
}

    button.allin-btn:hover {
        background: #0066d2;
        color: #fff;
    }

.pvdbtm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 10px;
    font-size: 12px;
    color: #000;
    font-weight: 500;
}

button.balance-btn {
    position: relative;
    background: #e2e2e2;
    color: #042853;
    border: none;
    font-weight: 500;
    padding: 7px 15px;
    width: 100%;
    text-align: left;
    display: none;
}

.filter-wallet, .transfer-mobile {
    display: none;
}

.depo-meth.withdraw button.depo-type-btn {
    width: 90px;
}

.depo-meth.withdraw .paygate-wrap img {
    height: 32px;
}

.note-withdraw {
    color: #08b200;
    font-size: 12px;
    margin-top: 5px;
}

button.histype-btn {
    height: 30px;
    background: none;
    color: #858585;
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 14px;
    padding: 2px 15px;
}

    button.histype-btn.active, button.histype-btn:hover {
        background: #fff;
        color: #0066d2;
        border: 1px solid #0066d2;
    }

span.histo {
    color: #042853;
    font-weight: 500;
    margin: 0 5px;
}

.history-result {
    text-align: center;
    font-size: 14px;
}

table.history-table tr th {
    background: #e2e2e2;
    color: #042853;
    padding: 10px 5px;
}

table.history-table tr td {
    padding: 8px 5px;
    color: #000;
}

.green-text {
    color: #35c743;
}

.red-text {
    color: #c73535;
}

.pagination-wrap {
    margin-top: 20px;
}

.page-links {
    position: relative;
    display: block;
    padding: 5px 7px;
    margin-left: -1px;
    line-height: 1.1;
    color: #042853;
    background: #fff;
    border: 1px solid #dee2e6;
}

.afinput.mobile {
    display: none;
}

.nav.nav-msg {
    margin-bottom: 10px;
}

button.filtermsg-btn {
    background: #e1e1e1;
    color: #858585;
    border-radius: 4px;
    border: none;
    padding: 5px 10px;
    height: 45px;
    min-width: 140px;
    font-size: 14px;
    margin-right: 1%;
}

    button.filtermsg-btn.active, button.filtermsg-btn:hover {
        background: #fdb813;
        color: #fff;
    }

.mail-legend-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 15px;
}

button.mail-action-btn {
    background: none;
    border: none;
    padding: 0 2px;
    margin: 0 10px;
    color: #042853;
    font-weight: 500;
}

    button.mail-action-btn i {
        color: #0066d1;
        margin-right: 5px;
    }

.select-all-mail {
    display: flex;
}

    .select-all-mail label {
        margin: 0 0 0 10px;
        color: #042853;
        font-weight: 500;
    }

.mail-content {
    margin: 0 -25px;
}

table.mail-table tr {
    border-bottom: 1px solid #e2e2e2;
}

    table.mail-table tr th {
        background: #e2e2e2;
        color: #042853;
        padding: 10px 2px;
    }

        table.mail-table tr th:first-child, table.mail-table tr td:first-child {
            padding-left: 25px;
        }

        table.mail-table tr th:last-child, table.mail-table tr td:last-child {
            padding-right: 25px;
            text-align: center;
        }

    table.mail-table tr td {
        padding: 12px 2px;
        color: #000;
        cursor: pointer;
    }

    table.mail-table tr.unread {
        font-weight: 600;
    }

span.red-note {
    background: #f00;
    color: #ffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 8px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    position: absolute;
    right: -6px;
    top: -1px;
}

.msg-title {
    color: #0066d1;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 600px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.msg-mobile-date {
    display: none;
}

button.mail-delete-btn {
    font-size: 20px;
    border: none;
    background: none;
    color: #959595;
    padding: 2px;
}

    button.mail-delete-btn:hover {
        color: #0066d1;
    }

.profile-wrapper {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 1px;
    margin: 15px -25px 0;
}

.profbox {
    background: #eaeaea;
    padding: 15px 20px;
    font-weight: 500;
}

    .profbox.second {
        background: #e2e2e2;
    }

.profield {
    margin-bottom: 20px;
    color: #7f7f7f;
}

.pro-lable {
    color: #0066d1;
    margin-bottom: 2px;
}

button.edit-btn {
    border: none;
    color: #fff;
    background: #0066d1;
    padding: 4px 7px;
    border-radius: 8px;
    font-size: 13px;
    margin: 0 2px;
}

.bank-wrap {
    display: grid;
    grid-template-columns: 50px auto;
    align-items: center;
    margin: 5px 0 10px;
}

.verify-icon {
    color: #68c156;
}

.form-content.password {
    max-width: 500px;
}

table.mail-table.bankdetail {
    text-align: center;
}

    table.mail-table.bankdetail tr td:last-child {
        color: #0066d1;
        font-weight: 600;
    }

    table.mail-table.bankdetail tr td {
        color: #7f7f7f;
    }

.bank-bk {
    display: flex;
    align-items: center;
    justify-content: left;
}

.bank-n {
    margin-left: 5px;
}


/** Responsive **/
@media(max-width: 1080px) {
    .header-top {
        height: 58px;
        border-bottom: 1px solid #0a447e;
    }

    .flaoting-contact {
        display: none;
    }
    .t-body {
        margin-top: 58px;
    }

    .header-container {
        justify-content: center;
    }

    button.burger-menu-btn {
        display: inline-block;
        position: absolute;
        left: 8px;
        font-size: 26px;
    }

    button.profile-menu-btn {
        display: inline-block;
        position: absolute;
        right: 8px;
        font-size: 26px;
    }

    .header-right, .header-btm {
        display: none;
    }

    .logo img {
        max-height: 48px;
    }

    .mobile-home {
        display: block;
    }

    .main-slider .carousel-item img {
        object-fit: cover;
        height: 40vw;
    }

    .title-wrap {
        text-align: left;
    }

    img.left-wing {
        display: none;
    }

    .logreg-wrapper {
        display: flex;
        align-items: center;
    }

    button.m-login-btn {
        background: url(../images/yellow-mobile-btn.png)no-repeat;
        background-size: 100% 100%;
        width: 50%;
        height: 45px;
        margin: 0;
        border: none;
        color: #000;
        padding: 4px;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
    }

        button.m-login-btn.reg {
            background: url("../images/blue-mobile-btn.png")no-repeat;
            background-size: 100% 100%;
        }

    ul.nav.game-tab {
        background: #fff
    }

        ul.nav.game-tab li.nav-item {
            width: 20%;
        }

            ul.nav.game-tab li.nav-item a.nav-link {
                width: 100%;
                display: inline-block;
                color: #0066d2;
                text-align: center;
                padding: 8px 2px;
                text-transform: uppercase;
                font-size: 14px;
                font-weight: 500;
            }

                ul.nav.game-tab li.nav-item a.nav-link.active {
                    background: #eaac30;
                    color: #fff;
                }

    .hm-icon {
        font-size: 30px;
        margin-bottom: 2px;
    }

    .game-content {
        margin: 10px;
        background: #fff;
        border-radius: 7px;
    }

    .dropdown-wrapper.mobile-game {
        grid-template-columns: repeat(3,1fr);
        max-width: 750px;
    }

        .dropdown-wrapper.mobile-game a {
            opacity: 1;
        }

    .dropdown-wrapper a.new-game::after {
        width: 40px;
        height: 22px;
    }

    .dropdown-wrapper a.hot-game::after {
        width: 40px;
        height: 21px;
    }

    .dropdown-wrapper a:hover::before {
        content: none;
    }

    .footer-sec {
        padding: 30px 0 80px;
    }

    .btm-fixed-menu {
        display: block;
        background: linear-gradient(to right, rgba(251,244,187,1) 0%, rgba(202,156,57,1) 35%, rgba(248,237,173,1) 64%, rgba(251,206,59,1) 96%, rgba(251,206,59,1) 100%);
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        padding-top: 2px;
        height: 65px;
        z-index: 99;
    }

    .menu-btm-wrapper {
        background: linear-gradient(to bottom, rgba(11,85,155,1) 0%, rgba(6,14,63,1) 100%);
        display: grid;
        grid-template-columns: repeat(5,1fr);
    }

        .menu-btm-wrapper a {
            display: block;
            text-align: center;
            color: #fff;
            padding: 10px 2px;
            text-transform: uppercase;
            font-size: 12px;
        }

    .btm-icon {
        margin-bottom: 4px;
    }

        .btm-icon i {
            background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 3%, rgba(249,228,175,1) 7%, rgba(243,188,22,1) 35%, rgba(94,51,7,1) 94%, rgba(84,52,11,1) 96%, rgba(84,52,11,1) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-size: 25px;
            filter: brightness(1.1);
        }

    .gamepage-banner img {
        object-fit: cover;
        height: 40vw;
    }

    .vip-accordion {
        display: block;
    }

    .vip-table-content {
        display: none;
    }

    .lottery-desktop {
        display: none;
    }

    .lottery-mobile {
        display: block;
    }

    .info-container {
        display: block;
    }

    .info-menu-wrapper {
        display: none;
    }

    .aftop-mobile {
        display: block;
        margin-bottom: 15px;
    }

    .aftop-content {
        display: none;
    }

    .afcontent-container {
        display: block;
    }

    .af-sidemenu {
        display: none;
    }

    .af-content {
        background: #fefefe;
    }

    .field-wrapper-1 {
        display: flex;
        flex-direction: column-reverse;
    }

    button.balance-btn {
        display: block;
    }

        button.balance-btn::after {
            content: '\f078';
            font-family: 'Font Awesome 5 Free';
            font-weight: 700;
            font-size: 13px;
            position: absolute;
            right: 15px;
            top: 8px;
            transform-origin: center;
            transform: rotate(180deg);
            transition: 0.3s;
        }

        button.balance-btn.collapsed::after {
            content: '\f078';
            transform: rotate(0);
            transition: 0.3s;
        }

    .categ-turn {
        display: flex;
        justify-content: space-between;
        margin: 10px 0;
    }

    .filter-wallet {
        display: block;
    }

        .filter-wallet .afinput select {
            background: #e2e2e2;
            border: none;
        }

    .weekly-turn {
        height: 40px;
        flex-direction: column;
        justify-content: center;
        font-size: 13px;
        padding: 2px 10px;
    }

    .input-field.transfer, .histype-wrapper {
        display: none;
    }

    .transfer-mobile, .afinput.mobile {
        display: block;
    }
}

@media(max-width: 991px) {
    .sport-iframe-wrapper {
        grid-template-columns: auto;
    }

        .sport-iframe-wrapper div:last-child {
            height: 440px;
        }

    .product-game-wrapper {
        grid-template-columns: repeat(4,1fr);
    }

    .filter-wrapper {
        background: none;
        display: block;
        height: auto;
    }

    .search-wrap {
        width: 210px;
        margin: 10px 0 0;
    }

    .slots-categ {
        justify-content: space-around;
    }

    a.scbox {
        min-width: auto;
        width: 100%;
    }

    .promo-box {
        grid-template-columns: auto;
        max-width: 550px;
        margin: 0 auto;
    }

    .pmbox-content {
        grid-template-columns: auto;
    }

    .pm-desc {
        padding: 20px 25px 0;
    }

    .expire-date {
        padding: 15px 20px;
        flex-direction: row;
        justify-content: space-between;
        font-size: 14px;
    }

    .pmbox-title {
        font-size: 22px;
    }

    .lvl-turn-wrap {
        display: block;
    }

    .cr-turnover {
        max-width: 290px;
        margin: 15px 0px;
    }

    .dl-qr {
        display: none;
    }

    .lotto-top {
        display: block;
    }

    .lotto-btn-wrap {
        justify-content: center;
        flex-flow: row;
        padding-top: 15px;
    }

    button.bet-btn {
        margin: 5px;
    }

    .field-wrapper {
        grid-template-columns: auto;
    }

    .pvd-wallet-wrapper {
        grid-template-columns: repeat(3,1fr);
        grid-gap: 10px;
    }

    .profile-wrapper {
        grid-template-columns: auto;
        grid-gap: 0;
        margin: 15px 0 0;
    }

    .profbox, .profbox.second {
        background: none;
        padding: 0;
    }
}

@media(max-width: 720px) {
    .header-top {
        height: 45px;
    }

    .t-body {
        margin-top: 45px;
    }

    .logo img {
        max-height: 35px;
    }

    button.burger-menu-btn, button.profile-menu-btn {
        font-size: 22px;
    }

    .sport-iframe-wrapper div:last-child {
        height: auto;
    }

    img.right-wing {
        max-width: 40vw;
    }

    .provider-logo-wrapper img {
        max-height: 40px;
    }

    .lisence-logo img {
        max-height: 23px;
        margin: 8px 8px;
    }

    .divider-ft {
        margin: 4% auto;
    }

    .footer-link-wrap a {
        font-size: 13px;
    }

    .copyright-footer {
        font-size: 13px;
    }

    .seo-wrapper {
        font-size: 12px;
    }

    .seo-title-1 {
        font-size: 13px;
    }

    .register-content {
        grid-template-columns: auto;
        grid-gap: 15px;
        padding: 15px 15px;
    }

    .regbn-img {
        grid-row: 2/3;
        text-align: center;
    }

    .product-game-wrapper {
        grid-template-columns: repeat(3,1fr);
    }

    .prvd-name {
        padding: 13px 10px;
        font-size: 14px;
    }

    .slick-slide .slots-pvd-box {
        height: 100px;
    }

    .slots-pvd-img {
        padding: 0 5px;
    }

    .slotsgame-name {
        height: 48px;
        font-size: 12px;
        padding: 2px 24% 2px 10px;
    }

    .slotsgame-box.hot .slotsgame-name::after {
        width: 37px;
        height: 20px;
        top: 13px;
    }

    .slotsgame-box.new .slotsgame-name::after {
        width: 35px;
        height: 20px;
        top: 13px;
    }

    .pmbox-subtitle {
        font-size: 13px;
    }

    .filter-menu {
        display: flex;
        overflow: auto;
        white-space: nowrap;
        justify-content: flex-start;
    }

    .pmbox.filter {
        padding: 0 20px;
    }

    ul.nav.nav-download li.nav-item {
        margin: 0 1%;
        width: 48%;
    }

        ul.nav.nav-download li.nav-item a.nav-link {
            padding: 11px 10px;
            font-size: 14px;
            width: 100%;
        }

    .download-box {
        width: 47%;
        margin: 45px 1%;
    }

    .input-field {
        grid-template-columns: auto;
        padding: 5px 0 10px;
    }

    .pvd-wallet-wrapper {
        grid-template-columns: repeat(2,1fr);
        grid-gap: 5px;
    }

    button.filtermsg-btn {
        padding: 5px 5px;
        height: 35px;
        min-width: 31%;
        font-size: 12px;
        margin-right: 1%;
    }

    .mark-legend {
        display: none;
    }

    .date-col {
        display: none;
    }

    .msg-mobile-date {
        display: block;
        color: #727272;
        margin-top: 4px;
    }
}

@media(max-width: 480px) {
    .annouce-wrapper {
        display: flex;
        align-items: center;
        padding: 1px;
    }

    .annouce-img img {
        max-width: 15px;
    }

    button.m-login-btn {
        height: 41px;
    }

    button.burger-menu-btn, button.profile-menu-btn {
        font-size: 17px;
    }

    ul.nav.game-tab li.nav-item a.nav-link {
        padding: 6px 1px;
        font-size: 13px;
    }

    .check-group {
        display: block;
        margin: 3px 0 5px;
    }

    .btm-fixed-menu {
        height: 55px;
        padding-top: 1px;
    }

    .menu-btm-wrapper a {
        font-size: 11px;
        padding: 9px 2px;
    }

    .btm-icon {
        margin-bottom: 4px;
    }

        .btm-icon i {
            font-size: 20px;
        }

    .hm-icon {
        font-size: 25px;
    }

    .title-wrap {
        display: flex;
        font-size: 18px;
    }

    .more-game-link a {
        font-size: 13px;
    }

    .slot-highlight-wrapper {
        padding: 12px 20px;
    }

    .slot-slide .slick-prev {
        left: -20px;
    }

    .slot-slide .slick-next {
        right: -20px;
    }

    .slots-provider-slide .slick-prev {
        left: -10px;
        width: 10px;
    }

    .slots-provider-slide .slick-next {
        right: -10px;
        width: 10px;
    }

    .slot-slide .slotsbox {
        font-size: 13px;
    }

    .provider-logo-wrapper img {
        max-height: 20px;
        margin: 6px 0;
    }

    .reg-field {
        grid-template-columns: auto;
    }

    .reg-label {
        height: auto;
        margin-bottom: 2px;
    }

    .vip-container {
        padding: 15px 15px;
    }

    .vip-term-card {
        padding: 5px;
    }

    .product-game-wrapper {
        grid-template-columns: repeat(2,1fr);
        grid-gap: 10px;
    }

    .pm-desc {
        padding: 20px 15px 0;
    }

    a.scbox {
        font-size: 13px;
        padding: 5px 5px;
    }

    .slick-slide .slots-pvd-box {
        height: 85px;
    }

    .slots-pvd-name {
        font-size: 12px;
    }

    .lvl-caption {
        font-size: 13px;
    }

    table.vip-table {
        font-size: 13px;
    }

    button.download-btn {
        min-width: auto;
        padding: 4px 5px;
        width: 90%;
    }

    .lucky-base-wrap {
        position: relative;
        max-width: 75vw;
        margin: 0 auto;
    }

    .spin-number-wrap {
        font-size: 17vw;
    }

        .spin-number-wrap span {
            padding: 0 5.5%;
        }

    .info-content-innner {
        padding: 15px;
    }

    .bank-input-wrap {
        grid-template-columns: auto;
        background: #f4f5f7;
        padding: 15px;
    }

    .af-content {
        padding: 15px 10px;
    }

    button.depo-type-btn {
        width: 23%;
        margin: 0 1% 0 0;
    }

    button.reg-submit-btn {
        background: url("../images/gold-long-btn.png")no-repeat;
        background-size: 100% 100%;
        max-width: 100%;
    }

    .pvd-wbox {
        font-size: 12px;
    }

    button.allin-btn {
        min-width: 65px;
        font-size: 12px;
    }

    .rmtext {
        font-size: 14px;
    }

    .pvdtop {
        padding: 6px 6px;
    }

    .pvdbtm {
        font-size: 11px;
        padding: 8px 6px;
    }

    .filter-wallet {
        width: 48%;
    }

        .filter-wallet .afinput select {
            font-size: 13px;
        }

    .weekly-turn {
        width: 48%;
        font-size: 12px;
        padding: 2px 5px;
    }

    span.histo {
        display: block;
        margin: 5px 0;
    }

    .hisdate-wrap .afinput input {
        width: 100%;
    }

    .history-result {
        text-align: center;
        font-size: 13px;
    }

    table.history-table tr th {
        padding: 10px 2px;
    }

    table.history-table tr td {
        padding: 6px 2px;
    }

    .mail-content {
        margin: 0 -10px;
    }

    table.mail-table {
        font-size: 13px;
    }

        table.mail-table tr th:first-child, table.mail-table tr td:first-child {
            padding-left: 10px;
        }

        table.mail-table tr th:last-child, table.mail-table tr td:last-child {
            padding-right: 10px;
        }

    button.mail-delete-btn {
        font-size: 17px;
    }

    .bank-bk {
        display: block;
        text-align: center;
    }

    .bank-n {
        display: block;
        margin: 2px auto 0;
        font-size: 12px;
    }

    .floating-img {
        max-width: 125px;
    }
}

/** after-login iframe **/
.wrapper {
    width: 100%;
    height: 100%;
    max-width: auto;
    max-height: auto;
    margin: 0 auto;
}

.innerWrapper {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 10px;
    overflow: auto;
}

    .innerWrapper iframe {
        width: 100%;
        height: 100%;
        border: 0;
    }

iframe.deposit {
    height: 1300px;
}

iframe.transfer {
    height: 1450px;
}

iframe.withdraw {
    height: 1080px;
}

iframe.history {
    height: 810px;
}

iframe.message {
    height: 800px;
}

iframe.profile {
    height: 700px;
}

iframe.password {
    height: 100%;
}

iframe.bank-detail {
    height: 700px;
}

@media(max-width: 991px) {
    iframe.password {
        height: 400px;
    }
}

@media(max-width: 767px) {
    iframe.deposit {
        height: 1550px;
    }

    iframe.transfer {
        height: 1800px;
    }

    iframe.withdraw {
        height: 1400px;
    }

    iframe.history {
        height: 900px;
    }

    iframe.message {
        height: 900px;
    }

    iframe.bank-detail {
        height: 800px;
    }
}

@media(max-width: 480px) {
    iframe.deposit {
        height: 2000px;
    }

    iframe.transfer {
        height: 1800px;
    }

    iframe.withdraw {
        height: 1600px;
    }

    iframe.history {
        height: 1100px;
    }

    iframe.password {
        height: 500px;
    }
}

/* IMAGE STYLES */
.bank-input-wrap label [type=radio] + .bank-type {
    cursor: pointer;
}

    .bank-input-wrap label [type=radio] + .bank-type img {
        cursor: pointer;
        filter: grayscale(1);
    }
/* CHECKED STYLES */
.bank-input-wrap label [type=radio]:checked + .bank-type {
    background: #f2f5f8;
    background-position: right bottom;
    transition: none;
}

    .bank-input-wrap label [type=radio]:checked + .bank-type img {
        filter: grayscale(0);
    }

.bank-input-wrap label .bank-type {
    color: #fff;
}

/** Update - 27/2/2023 **/
.turnover-wrap {
    display: grid;
    grid-gap: 8px;
    grid-template-columns: auto;
}

.qmrow-1 {
    padding: 0 10px;
}

.qmright {
    display: flex;
    align-items: center;
}

.auto-trans {
    color: #000;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    margin-right: 10px;
}

/** New Register Page - Updated 22/8/2023 **/
.register-new-sec {
    background: url("../images/reg/bg-reg.jpg")no-repeat top center;
    background-size: cover;
    padding: 20px 0;
}

.register-content.register {
    max-width: 1100px;
    grid-template-columns: 40% 58%;
}

.reg-step-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.reg-step {
    background: url(../images/reg/tab-arrow.png)no-repeat;
    background-size: 100% 100%;
    width: 100%;
    max-width: 238px;
    height: 70px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    margin-right: -9%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .reg-step.active {
        background: url("../images/reg/tab-arrow-active.png")no-repeat;
        background-size: 100% 100%;
        color: #000;
    }

    .reg-step:first-child {
        z-index: 4;
    }

    .reg-step:nth-child(2) {
        z-index: 3;
    }

    .reg-step:last-child {
        z-index: 2;
    }

.stepnum {
    height: 26px;
    width: 26px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 12%;
}

.reg-step:first-child .regtext {
    margin-left: -45%;
}

.reg-step.active .stepnum {
    border: 2px solid #000;
}

.reg-field-new {
    background: #ebebeb;
    display: grid;
    grid-template-columns: 180px auto;
    align-items: center;
    margin-bottom: 6px;
    padding: 4px 10px;
    border-radius: 8px;
    height: 52px;
    font-size: 14px;
    position: relative;
}

    .reg-field-new span.field-icon {
        top: 22px;
    }

.reg-label-new {
    color: #000;
    font-weight: 500;
}

.red-color {
    color: #FF0004;
}

.reg-input-new input {
    background: none;
    border: none;
    padding: 0;
    color: #000;
    width: 100%;
}

.reg-label.black {
    color: #000;
}

.activate-wrapper {
    text-align: center;
}

.atv-text {
    padding-bottom: 10px;
}

.method-btn {
    background: #f4c64a;
    color: #000;
    max-width: 160px;
    padding: 10px 5px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    margin: 0 auto 20px;
}

    .method-btn:after {
        content: "";
        color: #f4c64a;
        position: absolute;
        border-top: 0.5em solid;
        border-right: 0.5em solid transparent;
        border-left: 0.5em solid transparent;
        width: 0;
        height: 0;
        margin: auto;
        bottom: -6px;
        left: 0;
        right: 0;
        z-index: 2;
    }

.activation-wrap {
    border: 1px solid #f4c64a;
    border-radius: 8px;
    padding: 15px 15px 30px;
}

.tac-title {
    font-size: 34px;
    font-weight: 700;
    padding-bottom: 15px;
}

.tac-subtitle {
    max-width: 370px;
    margin: 0 auto;
    padding: 0 0 15px;
}

.tac-digit {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-gap: 10px;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}

input.tac-num {
    width: 100%;
    height: 80px;
    margin: 0 auto;
    background: #ebebeb;
    border-radius: 8px;
    border: none;
    font-size: 55px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
}

.active-title {
    color: #ebad2f;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.congratz-img {
    max-width: 170px;
    margin: 0 auto;
}

.congratz-text {
    font-size: 30px;
    font-weight: 500;
    color: #ebad2f;
    padding: 5px 0;
}

@media(max-width: 1100px) {
    .reg-step {
        margin-right: -11%;
        width: 41%;
        font-size: 12px;
    }
}

@media(max-width: 720px) {
    .register-content.register {
        grid-template-columns: auto;
    }
}

@media(max-width: 480px) {
    .reg-step {
        font-size: 2.5vw;
        height: 13vw;
    }

        .reg-step:first-child .regtext {
            margin-left: -40%;
        }

    .stepnum {
        font-size: 10px;
        height: 20px;
        width: 20px;
        right: 8%;
    }

    .reg-field-new {
        grid-template-columns: auto;
    }

    .tac-digit {
        grid-gap: 1%;
    }

    .reg-wrapper {
        font-size: 14px;
    }

    input.tac-num {
        height: 14vw;
        font-size: 9vw;
    }

    .tac-title {
        font-size: 28px;
    }

    .active-title {
        font-size: 26px;
    }

    .congratz-text {
        font-size: 24px;
    }

    .congratz-img {
        max-width: 50%;
    }
}

/** Updated - 9/10/2023 **/
.info-btn-wrapper {
    position: relative;
    margin-left: 2px;
}

button.auto-info-btn {
    background: none;
    padding: 0;
    border: none;
    font-size: 15px;
    color: #0166d2;
    line-height: 0;
    padding-top: 5px;
}

.info-how-wrapper {
    position: absolute;
    right: 0;
    top: 100%;
    background: rgb(0,0,0,0.85);
    color: #fff;
    padding: 7px;
    font-size: 12px;
    min-width: 185px;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
}

.iftitle {
    font-weight: 700;
    padding-bottom: 3px;
}

.info-btn-wrapper:hover .info-how-wrapper {
    visibility: visible;
    opacity: 1;
    transition: 0.2s;
}

@media(max-width: 1080px) {
    .info-btn-wrapper {
        position: relative;
        margin-left: 0px;
        margin-top: 12px;
    }

    .info-how-wrapper {
        right: -80px;
        top: 100%;
        font-size: 11px;
    }
}

/** Xmas Header **/
.header-top {
    /*background: url("../images/xmas-header.jpg?1")no-repeat top center;*/
    background-size: cover;
}

@media(max-width: 767px) {
    .header-top {
        /*background: url("../images/mobile-xmas-header.jpg?1")no-repeat top center;*/
        background-size: cover;
    }
}


.topmenu-icon img {
    max-width: 20px;
    vertical-align: sub;
}

table.vip-table tr td {
    width: 10%;
}

/** Update - 26/2/2024 **/
.modal-dialog.forgot {
    max-width: 600px;
}

.modal-content.forgot {
    background: #fff;
    border: none;
    border-radius: 15px;
    padding: 25px;
    text-align: center;
}

.login-logo {
    max-width: 60%;
    margin: 0 auto 15px;
}

.fg-title {
    text-transform: uppercase;
    color: #023a7a;
    font-weight: 700;
    font-size: 18px;
}

.fg-text {
    color: #023a7a;
    margin: 10px 0;
}

.forgot-input-wrap {
    position: relative;
}

img#img_pcode {
    height: 25px;
}

.btnvcode {
    position: absolute;
    right: 10px;
    top: 8px;
}

/** 13/3/2024 Update Homepage **/
.how-reg-title {
    margin: -16px auto 20px;
    font-size: 20px;
}

.home-register {
    margin: 15px 0 80px;
}

.regstep-box {
    position: relative;
    display: inline-block;
    max-width: 278px;
    vertical-align: text-top;
    min-height: 170px;
    width: 21%;
    margin: 0.5% 0.5%;
    font-size: 15px;
}

.stepbar-img {
    max-width: 1200px;
    margin: 0 auto;
}

.regstep-inner {
    background: #fff;
    border-radius: 10px;
    padding: 0 10px 10px;
}

.reg-img {
    margin: 0 auto 0;
    max-width: 52%;
    position: relative;
    top: -22px;
}

.reg-info {
    color: #05103e;
    font-weight: 500;
    padding: 10px 0;
    max-width: 220px;
    margin: -20px auto 0;
}

.stepname {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -48%;
    color: #f5e08a;
}

.usp-highlight-sec {
    position: relative;
    text-align: center;
    padding: 20px 0;
    color: #fff;
}

.service-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px 15px;
    margin: 15px 15px;
}

.service-box {
    position: relative;
    max-width: 220px;
    margin: 0 auto;
}

.number-circle {
    position: relative;
    max-width: 220px;
}

.time-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    z-index: 9;
    color: #062041;
    font-size: 46px;
    font-weight: 500;
    filter: drop-shadow(0px 2px 0px #7d7d7b) drop-shadow(0px -1px 0px #7d7d7b) drop-shadow(1px 0px 0px #7d7d7b) drop-shadow(-1px 0px 0px #7d7d7b);
}

.service-info {
    font-size: 18px;
    color: #f5e08a;
    margin: 10px 0;
}

.service-usp-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 15px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 0;
}

.usp-box {
    display: grid;
    grid-template-columns: 135px auto;
    grid-gap: 10px;
    align-items: center;
}

.usp-info {
    text-align: left;
    font-size: 15px;
}

.usp-text-1 {
    color: #f5e08a;
    padding-bottom: 5px;
    font-size: 110%;
}


@media(max-width: 991px) {
    .how-reg-title {
        margin: -5px auto 20px;
        font-size: 18px;
    }

    .m-none {
        display: none;
    }

    .home-register {
        margin: 15px 0 30px;
    }

    .stepbar-img {
        display: none;
    }

    .register-step-wrapper {
        max-width: 700px;
        margin: 0 auto;
    }

    .regstep-box {
        width: 48%;
        margin: 15px 0.5%;
    }

    .stepname {
        position: initial;
        margin-top: 10px;
    }

    .service-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .service-usp-wrapper {
        grid-template-columns: auto;
    }
}


@media(max-width: 480px) {
    .title-wrap.text-center {
        display: block;
    }

    .regstep-box {
        font-size: 14px;
    }

    .regstep-inner {
        min-height: 140px;
    }

    .usp-box {
        grid-template-columns: auto;
        grid-gap: 10px;
        max-width: 300px;
        margin: 0 auto;
    }

    .usp-info {
        text-align: center;
        font-size: 14px;
    }

    .service-info {
        font-size: 14px;
    }

    .usp-img {
        max-width: 110px;
        margin: 0 auto;
    }

    .number-circle {
        max-width: 80%;
        margin: 0 auto;
    }

    .time-img {
        font-size: 8vw;
    }
}

/** Update - 15/4/2024 **/
@media(max-width: 480px) {
    .form-wrapper {
        text-align: left;
    }
}

.seo-wrapper {
    color: #fdfdfd;
}

.seo-wrapper h1 {
    font-size: 20px;
    font-weight: 700;
}

.seo-wrapper h2 {
    font-size: 18px;
    font-weight: 700;
}

.seo-wrapper h3 {
    font-size: 16px;
    font-weight: 700;
}

.seo-wrapper h4 {
    font-size: 14px;
    font-weight: 700;
}

/** Lobby banner Update -12/9/2024 **/
.lobby-banner {
    position: relative;
    margin: 10px 0;
    text-align: center;
}

.game-btn-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10%;
}

button.lobby-btn {
    background: url("../images/slots/btn.png")no-repeat;
    background-size: 100% 100%;
    width: 100%;
    max-width: 215px;
    height: 43px;
    border: none;
    padding: 5px 5px 2px;
    margin: 0 auto;
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 15px;
}

    button.lobby-btn:hover {
        transform: scale(0.98);
        filter: brightness(1.07);
    }

@media(max-width: 767px) {
    .lob-img {
        height: 20vw;
    }

        .lob-img img {
            object-fit: cover;
            height: 100%;
        }

    button.lobby-btn {
        max-width: 200px;
        height: 40px;
        padding: 5px;
        font-size: 14px;
    }
}

@media(max-width: 480px) {
    .lob-img {
        height: 33vw;
    }
}

/** Reward Center - Update 26/6/2024 **/
.qm-wrap {
    grid-template-columns: repeat(6, 1fr);
    line-height: 1;
}

.rw-sidemenu {
    background: #f2f6f9;
    padding: 10px 10px 10px;
    border-radius: 8px;
    height: max-content;
}

.rwctitle-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.rwcimg {
    margin-right: 20px;
}

.rwctitle {
    font-size: 23px;
    font-weight: 800;
    text-transform: uppercase;
    color: #0066d1;
    line-height: 1.1;
}

.rwcinfo {
    padding: 10px 5px;
    border-top: 2px solid #959595;
    text-align: left;
}

.rwrow {
    display: flex;
    align-items: center;
    grid-gap: 0 10px;
    margin: 5px 0 10px;
    font-weight: 500;
}

.rwicon {
    color: #0066d1;
}

.mw2balance {
    font-size: 23px;
    font-weight: 700;
    color: #0065d1;
}

button.reload-btn {
    font-size: 70%;
    background: none;
    border: none;
    color: #0065d1;
    padding: 0;
    vertical-align: middle;
}

    button.reload-btn:hover i {
        transform: rotate(180deg);
        transition: 0.3s;
        color: #454545;
    }

.wdr-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 6px;
    padding: 0 0 5px;
}

button.wdr-btn {
    background: linear-gradient(to bottom, rgba(238, 238, 238, 1) 0%, rgba(232, 232, 232, 1) 100%);
    color: #858585;
    border: none;
    border-radius: 5px;
    padding: 4px 5px;
    box-shadow: inset 1px 2px 1px rgb(0 0 0 / 10%);
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    text-align: center;
}

    button.wdr-btn img {
        max-width: 23px;
        margin-right: 4px;
    }

    button.wdr-btn:hover {
        background: #0065d1;
        color: #fff;
    }

        button.wdr-btn:hover img {
            filter: contrast(0) brightness(10);
        }

.rc-gamemenu {
    position: relative;
    padding: 8px 0;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 8px;
}

a.rc-menu-link {
    display: inline-block;
    position: relative;
    background: #f2f6f9;
    text-align: center;
    border-radius: 8px;
    color: #858585;
    font-size: 12px;
    padding: 8px 3px;
    vertical-align: text-top;
}

.rc-menu-link i {
    color: #0166d2;
    font-size: 32px;
    margin-bottom: 4px;
}

a.rc-menu-link:hover, a.rc-menu-link.active {
    background: #0166d2;
    color: #fff;
}

    a.rc-menu-link:hover i, a.rc-menu-link.active i {
        color: #fff;
    }

.af-content2 {
    position: relative;
}

.rwtitle-page {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 0 10px;
}

.rwcbox-wrap {
    background: #f2f6f9;
    border: 1px solid #434343;
    padding: 20px 15px;
    border-radius: 15px;
    position: relative;
    margin: 10px 0;
}

    .rwcbox-wrap.claimed {
        filter: grayscale(1);
        pointer-events: none;
    }

.rwclaim-upper {
    display: grid;
    grid-template-columns: 240px auto;
    grid-gap: 10px;
    margin-bottom: 6px;
}

.rwclaim-img {
    border-radius: 5px;
    overflow: hidden;
    max-width: 240px;
}

.rwclaim-top {
    font-size: 24px;
    font-weight: 700;
    overflow: hidden;
}

.rwctext-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.rwctext-2 {
    color: #0066d1;
    font-size: 90%;
}

.rwclaim-btm {
    display: grid;
    grid-template-columns: auto 140px;
    grid-gap: 20px;
    margin-top: 5px;
}

.claim-requirement {
    font-size: 12px;
    color: #888;
    border-radius: 8px;
    padding: 5px 5px;
    line-height: 1.3;
}

.claim-date {
    margin-bottom: 7px;
}

.date-legend {
    color: #888888;
}

.claim-date-text {
    color: #fff;
    font-size: 13px;
    padding-top: 2px;
}

button.claim-btn {
    background: #eaac30;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    min-width: 125px;
    height: 34px;
    padding: 5px 5px;
}

    button.claim-btn:hover {
        transform: scale(0.98);
        filter: brightness(1.1);
    }

.claim-date-text {
    color: #c80000;
    font-size: 14px;
    font-weight: 500;
    padding-top: 2px;
}

ul.nav-game.reward li.nav-item {
    margin: 0.5% 0.5%;
    width: 24%;
}

ul.nav-game li.nav-item a.nav-link {
    background: url("../images/reward-center/pvd-btn.png");
    background-size: 100% 100%;
    width: 100%;
    max-width: 215px;
    border-radius: 8px;
    padding: 8px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    ul.nav-game li.nav-item a.nav-link img {
        max-height: 45px;
        filter: drop-shadow(0px 1px 1px rgb(0, 0, 0, 0.3));
    }

@media(max-width: 1080px) {
    .rwcinfo {
        text-align: center;
    }

    .rwrow {
        justify-content: center;
    }

    .af-content2 {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .rwc-toptitle {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .rwclaim-upper {
        display: grid;
        grid-template-columns: 45% auto;
        grid-gap: 10px;
    }

    .rwctext-1 {
        -webkit-line-clamp: 2;
    }

    .claim-requirement {
        font-size: 11px;
    }

    .rwclaim-top {
        font-size: 20px;
    }

    ul.nav-game.reward li.nav-item {
        margin: 0.5% 0.5%;
        width: 24%;
    }

    ul.nav-game li.nav-item a.nav-link img {
        max-height: 40px;
    }
}

@media(max-width: 480px) {
    button.wdr-btn {
        height: 40px;
    }

    ul.nav.af-menu.reward {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 5px;
    }

        ul.nav.af-menu.reward li.nav-item {
            margin: 0;
        }

    ul.nav.af-menu li.nav-item a.nav-link {
        height: 70px;
        align-items: center;
        font-size: 11px;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        line-height: 1;
    }

    ul.nav.af-menu.reward li.nav-item a.nav-link img {
        max-height: 30px;
        margin: 0 auto 5px;
    }

    .rc-menu-link i {
        font-size: 27px;
    }

    .rwcbox-wrap {
        padding: 15px 10px;
    }

    .rwclaim-btm {
        grid-template-columns: auto 115px;
        grid-gap: 10px;
    }

    .rwclaim-top {
        font-size: 3.3vw;
    }

    .claim-date {
        font-size: 13px;
    }

    button.claim-btn {
        font-size: 15px;
        min-width: 110px;
        height: 31px;
    }

    ul.nav-game.reward li.nav-item {
        width: 32%;
    }

    ul.nav-game li.nav-item a.nav-link img {
        max-height: 35px;
    }
}

.btncopy {
    cursor: pointer;
}
#snackbar {
    visibility: hidden;
    color: #fff;
    background-color: #333;
    min-width: 250px;
    margin-left: -125px;
    border-radius: 10px;
    padding: 16px;
    text-align: center;
    left: 50%;
    bottom: 70px;
    z-index: 100;
    position: fixed;
}

    /* This will be activated when the snackbar's class is 'show' which will be added through JS */
    #snackbar.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

/* Animations for fading in and out */
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 70px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 70px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 70px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 70px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

/** Updated - 15/1/2025 **/
ul.nav.af-menu li.nav-item a.nav-link {
    position: relative;
}

    ul.nav.af-menu li.nav-item a.nav-link.notice::after {
        content: '!';
        background: #fd0007;
        height: 15px;
        width: 15px;
        color: #fff;
        border-radius: 50%;
        font-size: 10px;
        font-weight: 700;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 5px;
    }

a.rcbtm-menu .btm-icon {
    margin-top: -30px;
}

    a.rcbtm-menu .btm-icon img {
        max-height: 55px;
    }

@media(max-width: 480px) {
    ul.nav.af-menu li.nav-item a.nav-link.notice::after {
        top: 5px;
    }

    .menu-btm-wrapper a {
        font-size: 10px;
        padding: 8px 2px;
        line-height: 1.1;
    }

    a.rcbtm-menu .btm-icon {
        margin-top: -7.8vw;
    }

        a.rcbtm-menu .btm-icon img {
            max-height: 12vw;
        }
}

/** Update - 23/1/2025 **/
.af-submenu-wrap {
    padding: 5px 0 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 7px;
}

a.afsub-btn {
    background: linear-gradient(to bottom, rgba(238, 238, 238, 1) 0%, rgba(232, 232, 232, 1) 100%);
    color: #858585;
    border-radius: 5px;
    padding: 4px 10px;
    box-shadow: inset 1px 2px 1px rgb(0 0 0 / 10%);
    height: 45px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 15px;
    line-height: 1;
}

    a.afsub-btn.active, a.afsub-btn:hover {
        box-shadow: none;
        background: #0166d2;
        color: #fff;
    }

        a.afsub-btn.active img, a.afsub-btn:hover img {
            filter: contrast(0) brightness(5);
        }

.aficon-mtd {
    margin-right: 10px;
}

    .aficon-mtd img {
        max-height: 30px;
    }

.bank-pay {
    position: relative;
    cursor: pointer;
    margin-right: 5px;
    display: inline-block;
    max-width: 130px;
    width: 100%;
    vertical-align: text-top;
}

.input-hide input {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
}

.bank-acct-btn {
    position: relative;
    background: none;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #0166d2;
    display: block;
    cursor: pointer;
    padding: 6px 4px;
    font-size: 13px;
}

    .bank-acct-btn img {
        position: relative;
        max-height: 27px;
        margin-bottom: 2px
    }

.input-hide[type="radio"], .input-hide input[type="checkbox"] {
    appearance: none;
    display: none;
}

.input-hide .bank-pay input:active + .bank-acct-btn, .input-hide .bank-pay input:checked + .bank-acct-btn {
    background: #0166d2;
    color: #fff;
}

    .input-hide .bank-pay input:active + .bank-acct-btn img, .input-hide .bank-pay input:checked + .bank-acct-btn img {
        filter: contrast(0) brightness(5);
    }

.crypto-rate-text {
    height: 40px;
    display: flex;
    align-items: center;
}

@media(max-width: 480px) {
    .af-submenu-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
}

/** Cash Reabte page Updated - 22/4/2025 **/
.rb-info {
    margin-left: 5px;
    color: #0166d2;
    cursor: pointer;
}

    .rb-info:hover {
        color: #2b2b2b;
    }

table.rebate-table {
    background: #f2f5f8;
    border-radius: 8px;
}

    table.rebate-table tr th {
        background: #e2e2e2;
        color: #042853;
        padding: 10px 2px;
    }

        table.rebate-table tr th:first-child {
            border-radius: 8px 0 0 8px;
        }

        table.rebate-table tr th:last-child {
            border-radius: 0 8px 8px 0;
        }

    table.rebate-table tr td {
        color: #000;
        padding: 12px 2px;
        font-weight: 500;
    }

    table.rebate-table tr:nth-child(odd) td {
        background: #ebebeb;
    }

.total-rb-wrapper {
    padding: 15px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.rbtext-1 {
    color: #042853;
    font-size: 16px;
    font-weight: 500;
}

.rbtext-2 {
    padding: 10px 0;
    font-size: 26px;
    font-weight: 600;
}

@media(max-width: 480px) {
    .rbtext-1 {
        font-size: 15px;
    }

    .rbtext-2 {
        font-size: 22px;
    }

    table.rebate-table {
        font-size: 13px;
    }
}

/** PT quiz tnc page - updated 27/5/2025 **/
.quiz-sec {
    position: relative;
    padding: 0 0 45px;
}

.info-content {
    max-width: 1200px;
    margin: 0 auto;
    min-height: 400px;
    background: #f1f5f8;
    border-radius: 8px;
    padding: 30px;
    color: #000;
    position: relative;
}

.quiz-banner {
    margin-bottom: -150px;
}

.quiz-tnc-title {
    background: #fdb914;
    color: #000;
    padding: 12px 15px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.tnc-content-inner ol {
    padding-left: 17px;
}

    .tnc-content-inner ol li {
        padding: 2px 0;
    }

/** Update - 2/7/2025 **/
.daily-turnover-wrap {
    overflow: hidden;
    padding: 2px;
    border-radius: 15px;
    position: relative;
    margin: 10px 0;
}

.dtinner {
    background: #f2f6f9;
    border: 1px solid #434343;
    border-radius: 14px;
    padding: 15px 15px;
    display: grid;
    grid-template-columns: 35% auto 140px;
    grid-gap: 15px;
}

.torw-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    grid-gap: 10px;
    padding: 5px 0;
    font-size: 24px;
    font-weight: 700;
    overflow: hidden;
}

.progress-turnover {
    text-align: center;
    font-size: 16px;
}

.progress-turnbar {
    background: #e3e3e3;
    border: 1px solid #fdb914;
    height: 10px;
    overflow: hidden;
    border-radius: 25px;
    margin-top: 2px;
}

.curt-innerbar {
    background: #fdb914;
    height: 100%;
    border-radius: 25px;
}

.slots-rwclaim {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

    .slots-rwclaim .date-legend {
        font-size: 11px;
    }

ul.cdtimer {
    list-style-type: none;
    margin: 0;
    font-size: 12px;
    display: flex;
    line-height: 1.2;
    padding: 5px 2px;
}

    ul.cdtimer li {
        margin: 0 4px;
        text-align: center;
    }

        ul.cdtimer li span {
            display: block;
            font-size: 140%;
        }

button.claim-btn.on-going {
    pointer-events: none;
    background: #0166d2;
}


@media(max-width: 480px) {
    ul.nav.af-menu.reward {
        grid-template-columns: repeat(5, 1fr);
    }

    ul.nav.af-menu li.nav-item a.nav-link {
        padding: 4px 2px;
    }

    .dtinner {
        padding: 15px 10px;
        display: grid;
        grid-template-columns: auto 115px;
        grid-gap: 10px;
    }

    .trw-img {
        grid-column: 1 / 3;
        width: 60%;
    }

    .torw-content {
        font-size: 15px;
    }

    .progress-turnover {
        font-size: 13px;
    }

    .slots-rwclaim .date-legend {
        font-size: 10px;
    }
}

/** Update 14/8/2025 **/
.lottery-button-wrapper {
    text-align: center;
    padding: 15px 0;
}

button.lottery-btn {
    background: url("../images/lottery/lotto-btn.png")no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 300px;
    height: 76px;
    margin: 5px 10px;
    border: none;
}

    button.lottery-btn img {
        max-height: 56px;
    }

    button.lottery-btn.active {
        background: url("../images/lottery/lotto-btn-active.png")no-repeat;
        background-size: 100%;
    }

.stc table.lotto-table tr.lotto-header td {
    color: #fff;
    background: #007f21;
}

.gdlotto table.lotto-table tr.lotto-header td {
    color: #fff;
    background: #e91f26;
}

.lotto9 table.lotto-table tr.lotto-header td {
    color: #fff;
    background: #f57d03;
}

ul.lt-wrap.huawei {
    grid-template-columns: repeat(9, 1fr);
    grid-gap: 1px;
}


@media(max-width: 678px) {
    .lottery-button-wrapper {
        padding: 0 0 15px;
    }

    button.lottery-btn {
        width: 47%;
        height: 11vw;
        margin: 1% 1%;
    }

        button.lottery-btn img {
            max-height: 8vw;
        }
}


