﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Orbitron:wght@400;500;700&display=swap');

body {
    font-family: "Montserrat", sans-serif;
    line-height: 1.4;
    font-size: 15px;
    margin: 0 auto;
    color: #191919;
    background: #c346be url("/web/assets/winw/images/home-bg.jpg")no-repeat top center;
    background-size: cover;
}

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 {
        text-decoration: 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: #000;
    width: 100%;
}

    button:focus, input:focus, textarea:focus, select:focus {
        outline: none;
    }

.t-body {
    padding-left: 17%;
}

body.home {
    background: #c346be url("/web/assets/winw/images/home-bg.jpg")no-repeat top center;
    background-attachment: fixed;
    background-size: cover;
}

body.register {
    background: #c346be url("/web/assets/winw/images/register-bg.jpg")no-repeat top center;
    background-attachment: fixed;
    background-size: cover;
}

body.promo {
    background: #c346be url("/web/assets/winw/images/promo-bg.jpg")no-repeat top center;
    background-attachment: fixed;
    background-size: cover;
}

body.sport {
    background: #c346be url("/web/assets/winw/images/sport/sportbg.jpg")no-repeat top center;
    background-size: 100%;
}

body.slots {
    background: #c346be url("/web/assets/winw/images/slots/slot-bg.jpg")no-repeat top center;
    background-size: 100%;
}

body.casino {
    background: #c346be url("/web/assets/winw/images/casino/casino-bg.jpg")no-repeat top center;
    background-size: 100%;
}

body.lotto {
    background: #9d38a0 url("/web/assets/winw/images/lottery/4d-bg.jpg")no-repeat top center;
    background-size: auto;
}

body.about {
    background: #c346be url("/web/assets/winw/images/info-bg.jpg")no-repeat top center;
    background-size: 100%;
    background-attachment: fixed;
}

body.vip {
    background: #c346be url("/web/assets/winw/images/vip/vip-bg.jpg")no-repeat top center;
    background-size: 100%;
}

body.wheels {
    background: #c346be url("/web/assets/winw/images/winning-wheel-bg.jpg")no-repeat top center;
    background-size: 100%;
}

body.soccer {
    background: #c346be url("/web/assets/winw/images/soccer-bg.jpg")no-repeat top center;
    background-size: 100%;
}

/**Side Menu **/
.menu-wrapper {
    background: url(/web/assets/winw/images/menu/menubg.png)no-repeat top right;
    /*background: url(/web/assets/winw/images/menu/menubg-halloween.png)no-repeat top right;*/
    background-size: 100%;
    max-width: 20%;
    color: #fff;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    text-align: center;
    padding: 20px 70px 30px 20px;
    overflow: auto;
}

    .menu-wrapper::-webkit-scrollbar {
        display: none;
    }

.reg_wrapepr {
    margin: 30px 0 40px;
}

button.reg-btn {
    background: #782a67;
    color: #fff;
    border-radius: 30px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 2px 5px;
    width: 140px;
    height: 33px;
    display: block;
    margin: auto;
    margin-top: 15px;
    transition: 0.3s;
}

    button.reg-btn:hover {
        background: #c03fa4;
        color: #fff;
        transition: 0.3s;
    }

button.login-btn {
    background: #fff;
    color: #6841cd;
    border-radius: 30px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 2px 5px;
    width: 140px;
    height: 33px;
    display: block;
    margin: auto;
    margin-top: 15px;
    transition: 0.3s;
}

    button.login-btn:hover {
        background: #782a67;
        color: #fff;
        transition: 0.3s;
    }

.promo-bar {
    background: linear-gradient(to right, rgba(79,58,133,0.8) 0%, rgba(79,58,133,0.05) 100%);
    padding: 12px 0;
    margin: 0 -50px 0 -55px;
}

    .promo-bar a {
        color: #cec3f5;
        text-transform: uppercase;
        font-weight: 600;
    }

        .promo-bar a img {
            margin-right: 10px;
        }

        .promo-bar a:hover {
            color: #fff;
        }

ul.menu-nav {
    list-style-type: none;
    padding: 0;
    text-align: left;
    margin-top: 20px;
}

    ul.menu-nav li {
        margin: 15px 0;
        padding-left: 16%;
    }

        ul.menu-nav li a {
            color: #fff;
            font-weight: 500;
        }

            ul.menu-nav li a img {
                margin-right: 10px;
            }

            ul.menu-nav li a:hover {
                color: #d255cb;
            }
/** Side Menu - After Login **/
.user-wrapper {
    background: linear-gradient(to right, rgba(79,58,133,0.8) 0%, rgba(79,58,133,0.05) 100%);
    margin: 20px -50px 20px -55px;
    padding: 12px 0 5px;
}

.bln-amount {
    background: #8671c9;
    color: #000;
    padding: 5px 20px;
    border-radius: 30px;
    position: relative;
    font-weight: 600;
    max-width: 170px;
    margin: 6px auto;
    height: 30px;
    display: inline-block;
}

a.topup-btn {
    display: block;
    position: absolute;
    color: #32005e;
    background: #d0d0d0;
    border: 1.5px solid #fff;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    line-height: 1;
    font-weight: 600;
    font-size: 19px;
    padding: 1px;
    right: -9px;
    top: 3px;
}

    a.topup-btn:hover {
        background: #782a67;
        color: #fff;
    }

.quick-wrapper {
    display: grid;
    grid-template-columns: 45% 10% 45%;
    max-width: 50%;
    margin: 10px auto;
    text-align: center;
}

.quick-link a {
    color: #fff;
    font-size: 14px;
    position: relative;
}

    .quick-link a img {
        display: block;
        margin: auto;
    }

    .quick-link a:hover img {
        filter: brightness(10) contrast(2);
    }

.quick-divider {
    border: 0.5px solid;
    border-image-source: linear-gradient(to top, rgb(52 40 90) 0%, rgba(175,175,175,1) 35%, rgba(175,175,175,1) 65%, rgb(51 40 89) 100%);
    border-image-slice: 1;
    height: 40px;
    margin: auto;
}

.reg-btn.deposit {
    width: 170px;
}

span.notice-mail {
    background: #e20000;
    color: #fff;
    border-radius: 50%;
    font-size: 9px;
    font-weight: 600;
    height: 15px;
    width: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0px;
    top: -4px;
    z-index: 2;
}

.mail-img {
    animation: shake 0.7s infinite linear, huecolor 2s ease infinite;
}

@keyframes shake {
    0% {
        transform: translate(2px, 0);
    }

    20% {
        transform: translate(-2px, 0);
    }

    40% {
        transform: translate(0, 0);
    }

    60% {
        transform: translate(0, 0);
    }

    80% {
        transform: translate(-2px, 0);
    }

    100% {
        transform: translate(2px, 0);
    }
}

@-webkit-keyframes shake {
    0% {
        -webkit-transform: translate(2px, 0);
    }

    20% {
        -webkit-transform: translate(-2px, 0);
    }

    40% {
        -webkit-transform: translate(0, 0);
    }

    60% {
        -webkit-transform: translate(0, 0);
    }

    80% {
        -webkit-transform: translate(-2px, 0);
    }

    100% {
        -webkit-transform: translate(2px, 0);
    }
}


/** Header **/
.header-top {
    position: relative;
    border-bottom: 2px solid;
    border-image-source: linear-gradient(to right, rgba(186,86,228,1) 0%, rgba(4,239,245,1) 100%);
    border-image-slice: 1;
    width: 100%;
    z-index: 90;
    padding: 5px 0;
    height: 45px;
}

.header-wrapper {
    text-align: right;
}

.hd-reg-wrapper {
    display: inline-block;
}

    .hd-reg-wrapper button.login-btn, .hd-reg-wrapper button.reg-btn {
        display: inline-block;
        margin: 0;
    }

.lang-box {
    display: inline-block;
}

button#language-menu {
    background: #3b2a78;
    color: #fff;
    border-radius: 30px;
    border: none;
    padding: 1px 4px 2px;
    height: 25px;
    vertical-align: middle;
}

.dropdown-menu.language {
    background: rgba(0,0,0,0.6);
    min-width: 40px;
    padding: 1px 3px 3px;
    margin: 0;
    text-align: center;
}

    .dropdown-menu.language a.dropdown-item {
        padding: 0px;
    }

        .dropdown-menu.language a.dropdown-item:hover {
            padding: 0px;
            background: none;
        }

.time-date {
    display: inline-block;
    color: #fff;
    padding: 6px;
}

.balance-drop {
    display: inline-block;
    position: relative;
}

.dropdown-balance {
    display: none;
    background: url("/web/assets/winw/images/dropdown-bg.png")no-repeat top center;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    width: 450px;
    padding: 20px 15px 10px;
    color: #fff;
    z-index: 2;
    text-align: center;
}

.balance-drop:hover .dropdown-balance {
    display: block;
}

.summary-wrapper {
    display: grid;
    grid-template-columns: 45% 55%;
    grid-gap: 9px 0px;
    font-size: 14px;
    padding-bottom: 10px;
}

.main-amount {
    text-align: right;
    font-weight: 700;
}

.main-item, .main-amount {
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 500;
}

.platform-item {
    text-transform: uppercase;
    font-weight: 500;
    padding: 0px 10px;
}

.amount-item {
    text-align: right;
    height: 25px;
    padding: 0px 10px;
}

.balc {
    display: inline-block;
    margin: 0 3px;
}

button.btn-in {
    display: inline-block;
    border: none;
    margin: 0 5px;
    height: 100%;
    padding: 0px 10px;
    background: #78b714;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}

    button.btn-in:hover {
        background: #9de032;
    }

button.btn-out {
    display: inline-block;
    border: none;
    margin: 0 2px;
    height: 100%;
    padding: 0px 10px;
    background: #b71414;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}

    button.btn-out:hover {
        background: #e61b1b;
    }

button.inbox-btn {
    background: none;
    border: none;
    color: #60b2d6;
    font-size: 24px;
    padding: 0;
    position: relative;
}

.inbox-btn:hover {
    color: #3dccff;
}

button.inbox-btn:focus {
    outline: none;
}

.inbox-btn span {
    background: #d80c1f;
    color: #fff;
    font-size: 9px;
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    padding: 2px 1px 0 0;
    line-height: 1;
    right: -6px;
    top: 4px;
}


/** Footer **/
.footer-sec {
    background: rgba(11,17,25, 0.85);
    color: #fff;
    padding: 30px 40px;
    font-size: 12px;
}

.footer-seo {
    padding: 15px 20px;
}

.divider-footer {
    border: 0.5px solid;
    border-image-source: linear-gradient(to right, rgba(41,26,52,1) 0%, rgba(175,175,175,1) 35%, rgba(175,175,175,1) 65%, rgba(41,26,52,1) 100%);
    border-image-slice: 1;
    max-width: 600px;
    margin: auto;
}

.cert-wrapper {
    text-align: center;
}

.footer-menu {
    text-align: center;
    padding: 30px 0 20px;
}

    .footer-menu a {
        color: #fff;
        font-size: 12px;
        margin: 0 10px;
    }

        .footer-menu a:hover {
            color: #d255cb;
        }

.copyright {
    text-align: center;
}

/** Home **/
.featured-promo {
    padding: 0 30px;
}

.fp-wrapper {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 12px;
    padding: 30px 15px;
}

.gradient-border {
    background: linear-gradient(45deg, rgba(1,254,255,1) 0%, rgba(240,24,153,1) 17%, rgba(240,182,24,1) 38%, rgba(12,217,240,1) 59%, rgba(24,240,24,1) 82%, rgba(206,47,254,1) 100%);
    background-size: 400% 400%;
    padding: 4px;
    animation: gradient 3s ease infinite;
    border-radius: 5px;
    max-width: 550px;
    margin: auto;
    overflow: hidden;
    transition: 0.3s;
}

    .gradient-border:hover {
        filter: saturate(1.15) brightness(1.3) drop-shadow(0px 2px 7px rgb(0,0,0,0.9));
        transition: 0.3s;
        transform: translateY(-5px);
    }

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.provider-sec {
    padding: 20px 40px;
    overflow: hidden;
}

.provider-wrapper {
    background: url(/web/assets/winw/images/frame.png)no-repeat top center;
    background-size: 100% 100%;
    height: 500px;
    max-width: 1000px;
    margin: 15px auto;
    display: flex;
    align-items: center;
    padding: 0 40px;
    position:relative;
    z-index:2;
}

.provider-title {
    font-family: 'Orbitron';
    font-size: 24px;
    text-transform: uppercase;
    padding: 0 15px;
    color: #fff;
    text-align: center;
}

.prov-wrap {
    font-family: 'Orbitron';
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 10px;
    width: 60%;
    text-align: center;
    color: #fff;
    z-index: 1;
}

.provider-charac {
    position: absolute;
    top: 6%;
    right: 8%;
    max-width: 270px;
}

.probox {
    padding: 10px 0;
    transition: 0.3s;
    background-size: 50% 50%;
    background-position: center;
    position: relative;
}

    .probox h5 {
        font-size: 14px;
        text-transform: uppercase;
    }

    .probox.actives, .probox:hover {
        background: url("/web/assets/winw/images/frame-cover.png")no-repeat center;
        background-size: 100% 100%;
        filter: brightness(1.15);
        transition: 0.3s;
    }

    .probox img, .probox img {
        transition: 0.3s;
    }

    .probox.actives img, .probox:hover img {
        transform: scale(1.1);
        transition: 0.3s;
    }

.tech-circle {
    background: url(/web/assets/winw/images/circle-round.png)no-repeat center;
    background-size: cover;
    width: 350px;
    height: 350px;
    position: absolute;
    right: 43px;
    z-index: 0;
}

.spinning {
    -webkit-animation: spin infinite 15s linear;
    -moz-animation: spin infinite 15s linear;
    animation: spin infinite 15s linear;
    animation-fill-mode: forwards;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.prov-play {
    background: url(/web/assets/winw/images/blue-btn-dark.png)no-repeat top center;
    background-size: 100% 100%;
    width: 170px;
    height: 60px;
    margin: auto;
    display: grid;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    position: absolute;
    left: 0;
    right: 0;
    top: 67%;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.1);
    transition: 0.3s;
}

    .prov-play:hover {
        background: url(/web/assets/winw/images/blue-btn.png)no-repeat top center;
        background-size: 100% 100%;
        width: 170px;
        height: 60px;
        margin: auto;
        color: #fff;
    }

.probox:hover .prov-play, .probox.actives .prov-play {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: 0.3s;
}

#particles-js {
    position: absolute;
    z-index: 0;
    width: 100%;
}

.prov-wrapper {
    font-family: 'Orbitron';
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 50px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    max-width: 800px;
    margin: auto;
    position: relative;
}

.gm_wrapper {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 10px;
    padding: 10px;
    text-align: center;
    max-width: 991px;
    margin: auto;
}

.gmbox {
    transition: 0.3s;
}

    .gmbox:hover {
        filter: brightness(1.2) drop-shadow(0 0 5px rgb(0,0,0,0.6));
        transform: scale(1.03);
        transition: 0.3s;
    }


/** Register **/
.reg-sec {
    text-align: center;
    padding: 0 40px 30px;
}

.register-title {
    margin: -30px 0 -210px;
}

.register-wrapper {
    background: url("/web/assets/winw/images/reg-frame.png")no-repeat top center;
    background-size: 100% 100%;
    max-width: 900px;
    min-height: 600px;
    margin: auto;
    position: relative;
    text-align: left;
}

form.reg-form {
    max-width: 530px;
    margin: 120px auto 0;
    color: #fff;
}

.reginput {
    position: relative;
}

.regfield {
    display: grid;
    grid-template-columns: 110px auto;
    grid-gap: 10px;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 500;
}

    .regfield label {
        margin: 0;
        text-align: right;
        align-self: center;
    }

.reginput input, .reginput select {
    background: rgba(188,222,246,0.6);
    border: none;
    border-radius: 5px;
    height: 35px;
    padding: 5px 10px;
    font-weight: 500;
}

    .reginput input::placeholder, .reginput select {
        color: #151515;
    }

.toggle-password {
    position: absolute;
    right: 14px;
    top: 10px;
    color: #000;
    font-size: 22px;
}

select.num {
    width: 20%;
}

input.contact {
    width: 78%;
    margin-left: 4px;
}

input.verify-input {
    width: 70%;
}

button.veri-btn {
    background: linear-gradient(to bottom, rgba(250,230,185,1) 0%, rgba(248,149,27,1) 100%);
    border: 1px solid #e68c4d;
    font-weight: 600;
    width: 27%;
    margin-left: 5px;
    border-radius: 6px;
    height: 35px;
}

    button.veri-btn:hover {
        background: linear-gradient(to top, rgba(250,230,185,1) 0%, rgba(248,149,27,1) 100%);
    }

/** Promotion **/
.promo-sec {
    padding: 0 40px 30px;
}

.promo-title {
    text-align: center;
    margin-top: -30px;
}

.mix {
    display: none;
}

.filter-menu-bar {
    text-align: center;
}

.pmbox {
    font-family: 'Orbitron';
    display: inline-block;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background: url(/web/assets/winw/images/blue-btn-dark.png)no-repeat top center;
    background-size: 100% 100%;
    width: 140px;
    height: 52px;
    font-size: 12px;
    padding: 17px 0px;
    line-height: 1.1;
    font-weight: 600;
    margin: 0 1px;
    cursor: pointer;
}

    .pmbox:hover, .pmbox.active {
        background: url(/web/assets/winw/images/blue-btn.png)no-repeat top center;
        background-size: 100% 100%;
        width: 140px;
        height: 52px;
    }

.promo-boxes {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px;
    max-width: 1000px;
    margin: 15px auto;
}

.promo-bx {
    background: url("/web/assets/winw/images/promo-box.png")no-repeat top center;
    background-size: 100% 100%;
    max-width: 500px;
    height: 250px;
    margin: 10px auto;
    padding: 10px;
    position: relative;
    font-family: 'Orbitron';
    transition: 0.3s;
}

    .promo-bx:hover {
        filter: drop-shadow(0 0 4px rgb(255,255,255,0.8));
        transition: 0.3s;
    }

.promo-title-wrapper {
    font-size: 18px;
    color: #fff;
    text-align: left;
    padding: 10px;
    line-height: 1.2;
}

    .promo-title-wrapper i {
        color: #4cffff;
    }

.check-now {
    position: absolute;
    right: 20px;
    bottom: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

    .check-now i {
        color: #4cffff;
        margin-right: 5px;
    }

    .check-now:hover {
        color: #4cffff;
    }

/** Download **/
.download-wrapper {
    background: url("/web/assets/winw/images/dowload-box.png")no-repeat top center;
    background-size: 100% 100%;
    padding: 10px;
    color: #fff;
    max-width: 990px;
    margin: auto;
    margin-bottom: 20px;
}

.dltitle {
    font-family: 'Orbitron';
    font-size: 24px;
    text-transform: uppercase;
    padding: 0 15px;
}

    .dltitle i {
        color: #4cffff;
        margin-right: 15px;
    }

.dlcontent {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-gap: 5px;
    max-width: 950px;
    margin: 15px auto;
}

.dlbox {
    background: url(/web/assets/winw/images/blue-btn-dark.png)no-repeat top center;
    background-size: 100% 100%;
    max-width: 170px;
    height: 60px;
    margin: auto;
    display: grid;
    align-items: center;
    cursor: pointer;
}

    .dlbox:hover {
        background: url("/web/assets/winw/images/blue-btn.png")no-repeat top center;
        background-size: 100% 100%;
        max-width: 170px;
        height: 60px;
    }

/** Sports **/
.sport-sec {
    min-height: 740px;
    position: relative;
}

.game-title {
    margin-top: -30px;
    text-align: center;
}

.sportbox {
    position: absolute;
    text-align: center;
    max-width: 1000px;
    margin: auto;
    top: -59px;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

.sport-btn {
    position: absolute;
    z-index: 10;
    top: 250px;
    cursor: pointer;
}

    .sport-btn .spa {
        display: none;
    }

    .sport-btn.actives .spa {
        display: block;
    }

    .sport-btn.actives .spb {
        display: none;
    }

#sp1 {
    left: 100px;
}

#sp2 {
    right: 100px;
}

#sp1:hover ~ #sport1, #sp1.actives ~ #sport1 {
    display: block;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
}

#sp2:hover ~ #sport2, #sp2.actives ~ #sport2 {
    display: block;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
}

button.sport-play {
    position: absolute;
    background: none;
    border: none;
    max-width: 330px;
    right: 30px;
    top: 175px;
    filter: drop-shadow(0 0 15px #a2ddff);
}

    button.sport-play:hover {
        filter: brightness(1.15) drop-shadow(0 0 15px #a2ddff);
    }

/** Slots **/
.slots-sec {
    padding-bottom: 60px;
}

.slot-provider {
    max-width: 850px;
    margin: auto;
    margin-bottom: 15px;
    text-align: center;
}

    .slot-provider a {
        display: inline-block;
        max-width: 160px;
    }

        .slot-provider a:hover, .slot-provider a.active {
            filter: saturate(1.1) brightness(1.2) contrast(1.2);
        }

.searchbar {
    background: url(/web/assets/winw/images/slots/search-bar.png)no-repeat top center;
    background-size: 100% 100%;
    height: 60px;
    max-width: 850px;
    margin: 0 auto 15px;
    position: relative;
}

.searchbox {
    width: 260px;
    position: absolute;
    right: 20px;
    top: 14px;
}

    .searchbox input {
        height: 30px;
        border-radius: 30px;
        border: none;
        padding: 15px;
        width: 100%;
        font-size: 14px;
        font-weight: 500;
    }

span.search-icon {
    position: absolute;
    right: 11px;
    top: 4px;
}

.gamelist {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-gap: 10px;
    max-width: 850px;
    margin: auto;
    background: url("/web/assets/winw/images/slots/slotgame-box.png")no-repeat top center;
    background-size: 100% 100%;
    max-height: 800px;
    overflow: auto;
    padding: 19px 15px 15px;
}

.slotbx {
    display: block;
    max-width: 240px;
    margin: auto;
    border: 1px solid #79c0e0;
    background: #303572;
    padding: 5px;
    color: #fff;
    text-align: center;
}

    .slotbx:hover {
        color: #fff;
        filter: drop-shadow(0 0 2px #fff);
    }

.gstitle {
    font-size: 10px;
    text-transform: uppercase;
    padding: 5px 0;
    font-weight: 500;
}

.gsdesc {
    display: grid;
    grid-template-columns: 50% 50%;
    font-size: 10px;
    max-width: 90%;
    margin: auto;
}

/** Casino **/
.casino-sec {
    position: relative;
}

.casino-wrapper {
    height: 540px;
}

.casino-btn {
    display: inline-block;
    max-width: 240px;
    transition: 0.3s;
}

    .casino-btn .csb {
        display: none;
    }

    .casino-btn:hover .csb, .casino-btn.actives .csb {
        display: inline-block;
        transform: scale(1.05);
    }

    .casino-btn:hover .csa, .casino-btn.actives .csa {
        display: none;
    }

.casinobox {
    position: absolute;
    text-align: center;
    max-width: 800px;
    margin: auto;
    top: -78px;
    left: 0;
    right: 0;
}

.casino-table {
    background: url(/web/assets/winw/images/casino/table.png)no-repeat top center;
    background-size: 100% 100%;
    max-width: 1100px;
    margin: auto;
    height: 190px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.casino-btn-wrapper {
    position: absolute;
    text-align: center;
    max-width: 800px;
    margin: auto;
    bottom: 87px;
    left: 0;
    right: 0;
}

    .casino-btn-wrapper.second {
        max-width: 1100px;
        bottom: 10px;
    }

/** Info Center **/
.about-sec {
    padding: 20px 0;
}

.info-wrapper {
    background: url("/web/assets/winw/images/popup-bg.png")no-repeat top center;
    background-size: 100% 100%;
    max-width: 880px;
    margin: auto;
    color: #fff;
    padding: 0 30px 15px;
    font-size: 14px;
}

.info-title {
    font-family: 'Orbitron';
    font-size: 19px;
    text-transform: uppercase;
    padding: 15px 0px 0;
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: 40px auto;
    line-height: 1;
    align-items: center;
}

.info-content {
    height: 500px;
    padding: 0 15px;
    overflow: auto;
}

    .info-content h5 {
        font-weight: 700;
        font-size: 15px;
    }

    .info-content::-webkit-scrollbar {
        width: 4px;
    }

    .info-content::-webkit-scrollbar-thumb {
        background: #a427a5;
        border-radius: 30px;
    }

    .info-content::-webkit-scrollbar-track {
        background: #000;
        border-radius: 30px;
    }

.bank-table tr td {
    border: 1px solid #a427a5;
    padding: 5px;
}

button.btn-tnc {
    background: #290b34;
    width: 100%;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 15px;
    color: #ca42c6;
    border: none;
    border-radius: 5px;
}

    button.btn-tnc.collapsed {
        background: #a427a5;
        color: #fff;
        border: 1px solid #353535;
        margin-bottom: 0;
    }

    button.btn-tnc:focus {
        outline: none;
    }

.tnc-card {
    margin-bottom: 5px;
}

.tnc-body {
    background: rgba(0,0,0,0.3);
    padding: 20px 20px 10px;
    border-radius: 4px;
    margin-top: 2px;
    font-size: 13px;
    line-height: 1.3;
}

    .tnc-body ol {
        padding-left: 15px;
    }

        .tnc-body ol li {
            padding-bottom: 8px;
        }

.help-text {
    font-size: 15px;
    padding-bottom: 20px;
}

.contact-wrap {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    text-align: center;
    grid-gap: 10px;
}

.ctbox {
    background: linear-gradient(to bottom, rgba(186,0,196,1) 0%, rgba(121,9,76,1) 100%);
    color: #fff;
    border: 1px solid #630bb8;
    font-size: 16px;
    padding: 15px;
    border-radius: 5px;
}

    .ctbox:hover {
        background: linear-gradient(to top, rgba(186,0,196,1) 0%, rgba(121,9,76,1) 100%);
    }

    .ctbox i {
        font-size: 30px;
    }

    .ctbox a {
        color: #fff;
        display: block;
        font-size: 14px;
        font-weight: 600;
    }

/** Account **/
.account-sec {
    padding: 30px 0;
}

.account-menu {
    text-align: center;
}

    .account-menu a {
        display: inline-block;
        background: url("/web/assets/winw/images/acc-btn.png")no-repeat center;
        background-size: 100% 100%;
        width: 180px;
        height: 65px;
        margin: 0 5px;
        color: #fff;
        padding: 6px;
    }

    .account-menu a {
        display: inline-block;
        font-family: 'Orbitron';
        background: url(/web/assets/winw/images/acc-btn.png)no-repeat center;
        background-size: 100% 100%;
        width: 145px;
        height: 50px;
        margin: 0 1px;
        color: #fff;
        padding: 15px 5px;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 500;
    }

        .account-menu a:hover, .account-menu a.active {
            background: url("/web/assets/winw/images/acc-btn-light.png")no-repeat center;
            background-size: 100% 100%;
            width: 145px;
            height: 50px;
        }

.dashboard-wrapper {
    background: url("/web/assets/winw/images/dashboard.png")no-repeat top center;
    background-size: 100% 100%;
    width: 830px;
    height: 195px;
    margin: 15px auto;
    color: #fff;
    font-family: 'Orbitron';
    font-size: 13px;
    padding: 10px;
}

.vip-level-box {
    position: relative;
    width: 355px;
    height: 200px;
    float: left;
}

.vip-title {
    text-transform: uppercase;
    margin: 25px 0 0 40px;
}

.vptitle {
    font-weight: 600;
}

    .vptitle i {
        color: #4dffff;
        margin-right: 5px;
    }

.level-badge {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 4px;
    margin: 20px 0px 0 15px;
}

    .level-badge span {
        display: block;
        letter-spacing: 0;
        font-size: 13px;
        font-weight: 400;
    }

.vip-badge {
    position: absolute;
    top: 8px;
    right: 0;
    max-width: 180px;
}

.ttb-1 {
    padding-top: 13px;
}

.total-box {
    float: left;
    display: grid;
    width: 450px;
    grid-template-columns: 63% 37%;
}

.balance-box {
    background: url(/web/assets/winw/images/total-balance.png)no-repeat center;
    background-size: 100% 100%;
    max-width: 300px;
    height: 80px;
    text-transform: uppercase;
    padding: 10px 20px;
}

.token-box {
    background: url(/web/assets/winw/images/total-token.png)no-repeat center;
    background-size: 100% 100%;
    max-width: 300px;
    height: 80px;
    text-transform: uppercase;
    padding: 10px 20px;
}

.total-title {
    font-size: 12px;
    font-weight: 500;
}

    .total-title i {
        color: #4dffff;
        margin-right: 5px;
    }

.amt {
    text-align: right;
    font-size: 23px;
    margin-top: 5px;
    margin-right: 5px;
    font-weight: 500;
}

span.rmunit {
    font-size: 13px;
    margin-right: 4px;
}

.ttb-2 {
    padding: 48px 0 0 11px;
}

.deposit-green {
    display: block;
    align-items: center;
    background: url(/web/assets/winw/images/deposit-btn.png)no-repeat;
    background-size: 100% 100%;
    max-width: 145px;
    height: 59px;
    text-align: center;
    color: #fff;
    padding: 15px 5px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

    .deposit-green img, .all-yellow img {
        margin-left: 10px;
    }

    .deposit-green:hover, .all-yellow:hover {
        color: #fff;
        filter: brightness(1.15);
    }

.all-yellow {
    display: block;
    align-items: center;
    background: url("/web/assets/winw/images/allout-btn.png")no-repeat;
    background-size: 100% 100%;
    max-width: 145px;
    height: 59px;
    text-align: center;
    color: #fff;
    padding: 15px 5px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

    .all-yellow img, .deposit-green img {
        transition: 0.6s;
    }

    .all-yellow:hover img, .deposit-green:hover img {
        transform: rotate(180deg);
        transition: 0.6s;
    }

.account-content {
    background: url(/web/assets/winw/images/acc-bg.png)no-repeat top center;
    background-size: 100% 100%;
    max-width: 830px;
    margin: auto;
    padding: 15px 15px 40px;
    color: #fff;
}

.account-wrapper {
    color: #fff;
}

.acc-top {
    background: url(/web/assets/winw/images/acc-bg-top.png)no-repeat top center;
    background-size: 100% 100%;
    max-width: 830px;
    margin: auto;
    padding: 10px 20px;
}

.form-wrapper {
    background: url("/web/assets/winw/images/acc-bg-middle.png")repeat center center;
    background-size: 100%;
    max-width: 830px;
    margin: auto;
}

.dep-footer {
    background: url(/web/assets/winw/images/acc-bg-bottom.png)no-repeat bottom center;
    background-size: 100%;
    max-width: 830px;
    height: 12px;
    margin: auto;
}

.acc-title {
    font-family: 'Orbitron';
    color: #fff;
    text-transform: uppercase;
    font-size: 23px;
    padding: 6px 5px 0 10px;
    font-weight: 500;
    margin-bottom: 15px;
}

.dp-field {
    display: grid;
    grid-template-columns: 25% auto;
    grid-gap: 0 10px;
    margin-bottom: 10px;
}

    .dp-field label {
        margin: 0;
        text-transform: uppercase;
        text-align: right;
        font-size: 13px;
    }

.aic {
    align-self: center;
}

.fieldbox select, .fieldbox input {
    background: #75a0dd;
    color: #000;
    font-size: 14px;
    height: 35px;
    border: none;
    border-radius: 7px;
    padding: 5px 15px;
    font-weight: 500;
    width: 100%;
}

    .fieldbox input::placeholder {
        color: #170537;
    }

select.dp-input option {
    background: #fff;
}

.dp-field.bonus {
    max-width: 80%;
    margin: 0 auto 10px;
}

.nav-tabs.wallet .nav-link {
    background: url(/web/assets/winw/images/acc-btn.png)no-repeat center;
    background-size: 100% 100%;
    width: 160px;
    height: 56px;
    margin: auto 5px;
    font-family: 'Orbitron';
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    padding: 18px 10px;
    border: none;
}

.nav-tabs.wallet {
    border-bottom: none;
    max-width: 340px;
    margin: 18px auto 0;
}

    .nav-tabs.wallet .nav-item {
        margin: auto;
    }

        .nav-tabs.wallet .nav-item.show .nav-link, .nav-tabs.wallet .nav-link.active {
            background: url("/web/assets/winw/images/acc-btn-light.png")no-repeat center;
            background-size: 100% 100%;
            width: 160px;
            height: 56px;
            color: #fff;
        }

.tab-content.dep {
    background: url("/web/assets/winw/images/dp-frame.png")no-repeat top center;
    background-size: 100% 100%;
    max-width: 780px;
    height: 575px;
    margin: auto;
    padding: 65px 50px 30px;
}
/* HIDE RADIO */
.ibank-option-wrapper label [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
    /* IMAGE STYLES */
    .ibank-option-wrapper label [type=radio] + .bank-option {
        cursor: pointer;
        background: #170537;
        padding: 7px;
        border: 1px solid transparent;
        border-radius: 10px;
        text-align: center;
        font-size: 10px;
        text-transform: uppercase;
    }

.bankname {
    font-size: 11px;
    margin-top: 3px;
}
/* CHECKED STYLES */
.ibank-option-wrapper label [type=radio]:checked + .bank-option {
    border: 1px solid #75a0dd;
    background: #101010;
    color: #fff;
}

.ibank-option-wrapper label {
    margin: 0 2px;
}

.quick-box {
    margin-bottom: 10px;
}

.quick-btn {
    background: #170537;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    border: none;
    border-radius: 8px;
    padding: 5px;
    width: 63px;
    height: 44px;
}

    .quick-btn span {
        font-size: 10px;
        display: block;
        font-weight: 500;
    }

    .quick-btn:hover {
        background: #75a0dd;
        color: #000;
    }

.agree-field {
    display: grid;
    grid-template-columns: 50px auto;
    align-items: center;
    max-width: 70%;
    margin: 15px auto;
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

    .styled-checkbox + label {
        position: relative;
        cursor: pointer;
        padding: 0;
        margin: 0;
    }

        .styled-checkbox + label:before {
            content: '';
            margin-right: 10px;
            display: inline-block;
            vertical-align: text-top;
            width: 27px;
            height: 27px;
            border-radius: 50%;
            background: #fff;
        }

    .styled-checkbox:hover + label:before {
        background: #008040;
    }

    .styled-checkbox:focus + label:before {
        box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
    }

    .styled-checkbox:checked + label:before {
        background: #008040;
    }

    .styled-checkbox:disabled + label {
        color: #b8b8b8;
        cursor: auto;
    }

        .styled-checkbox:disabled + label:before {
            box-shadow: none;
            background: #ddd;
        }

    .styled-checkbox:checked + label:after {
        content: '';
        position: absolute;
        left: 8px;
        top: 13px;
        background: white;
        width: 2px;
        height: 2px;
        box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.bank_info {
    padding: 8px 0 0;
}

table.bank-info-table tr td {
    padding: 2px 5px;
    font-size: 13px;
}

input.dp-input.upload {
    width: 70%;
}

.upload-btn {
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0;
}

button.upload-button {
    background: linear-gradient(to bottom, rgba(186,0,196,1) 0%, rgba(121,9,76,1) 100%);
    border: 1px solid #630bb8;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    padding: 0px 5px;
    width: 28%;
    border-radius: 5px;
    height: 35px;
    text-transform: uppercase;
    margin-left: 5px;
}

    button.upload-button:hover {
        background: linear-gradient(to top, rgba(186,0,196,1) 0%, rgba(121,9,76,1) 100%);
        color: #fff;
    }

.dep-btn-wrapper {
    text-align: center;
}

button.pay-btn {
    background: url("/web/assets/winw/images/acc-btn-light.png")no-repeat center;
    background-size: 100% 100%;
    width: 160px;
    height: 56px;
    margin: auto 5px;
    font-family: 'Orbitron';
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    padding: 18px 10px;
    border: none;
}

    button.pay-btn.collapsed {
        background: url("/web/assets/winw/images/acc-btn.png")no-repeat center;
        background-size: 100% 100%;
        width: 160px;
        height: 56px;
    }

.depform {
    background: url(/web/assets/winw/images/dp-frame.png)no-repeat top center;
    background-size: 100% 100%;
    max-width: 780px;
    min-height: 575px;
    margin: auto;
    padding: 65px 50px 30px;
    color: #fff;
}

button.pay-btn:hover {
    background: url("../images/acc-btn-light.png")no-repeat center;
    background-size: 100% 100%;
    width: 160px;
    height: 56px;
}

.transfer-content {
    background: url(../images/trans-bg.png)no-repeat top center;
    background-size: 100% 100%;
    max-width: 830px;
    min-height: 1000px;
    margin: auto;
    padding: 15px 15px 30px;
    color: #fff;
}

.wallet-wrapper {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 5px;
    margin: 30px 0;
}

.walletbox {
    background: url("../images/probox.png")no-repeat top center;
    background-size: 100% 100%;
    max-width: 185px;
    height: 150px;
    text-align: center;
    padding: 5px;
}

.pvd-logo {
    margin-top: 7px;
    height: 48px;
}

.amount-num {
    color: #4dffff;
    padding: 4px;
    font-size: 15px;
}

.allin-btn {
    background: url(../images/acc-btn-light.png);
    background-size: 100% 100%;
    max-width: 140px;
    height: 47px;
    margin: auto;
    width: 100%;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-size: 15px;
    padding: 5px;
    font-weight: 500;
}

    .allin-btn:hover {
        filter: brightness(1.2);
    }

.transfer-form {
    background: url("../images/dp-frame.png")no-repeat top center;
    background-size: 100% 100%;
    max-width: 780px;
    margin: 15px auto;
    padding: 40px 30px;
}

.transfer-inner {
    border: 2px solid #5494ce;
    border-radius: 2px;
    padding: 20px 30px 5px;
    margin: 15px;
    box-shadow: 0 0 10px #5494ce;
}

input.transfer {
    width: 65%;
}

button.trans-button {
    background: linear-gradient(to bottom, rgba(186,0,196,1) 0%, rgba(121,9,76,1) 100%);
    border: 1px solid #630bb8;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    padding: 0px 5px;
    width: 33%;
    border-radius: 5px;
    height: 35px;
    text-transform: uppercase;
    margin-left: 4px;
}

    button.trans-button:hover {
        background: linear-gradient(to top, rgba(186,0,196,1) 0%, rgba(121,9,76,1) 100%);
    }

.transtable {
    max-width: 85%;
    margin: 20px auto;
}

table.bank-info-withdraw tr th {
    border: 1px solid #5494ce;
    padding: 5px 5px;
    color: #fff;
    background: #5494ce;
    text-align: center;
}

table.bank-info-withdraw tr td {
    background: rgba(0,0,0,0.5);
    color: #fff;
    border: 1px solid #5494ce;
    padding: 5px 5px;
    text-align: center;
}

.history-wrapper {
    max-width: 90%;
    margin: 15px auto;
    font-size: 13px;
}

.profile-form {
    margin: 15px 0;
}

.nav-tabs.wallet.profile {
    max-width: 570px;
}

.nav-tabs.wallet .nav-link.profile {
    width: 174px;
    font-size: 12px;
    height: 60px;
    padding: 21px 2px;
    font-weight: 600;
}

.pagination-box {
    text-align: center;
}

    .pagination-box a {
        color: #fff;
        font-size: 15px;
        margin: 5px;
        display: inline-block;
    }

        .pagination-box a.active, .pagination-box a:hover {
            color: #4cffff;
        }

/** 4D **/
.toto-sec {
    padding: 30px 0;
    min-height: 650px;
}

.lotto-wrapper {
    min-height: 440px;
}

.btn-lotto {
    position: absolute;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 30px;
}

a.bet-btn {
    max-width: 230px;
    margin: auto 10px;
    display: inline-block;
    filter: drop-shadow(1px 2px 17px rgb(134,253,255,1));
}

    a.bet-btn:hover {
        filter: brightness(1.15) drop-shadow(1px 2px 17px rgb(134,253,255,1));
        transform: scale(1.05);
    }

.toto-container {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 15px;
    max-width: 860px;
    margin: auto;
    margin-bottom: 30px;
}

.lotto-box {
    background: rgba(0,0,0,0.5);
    color: #fff;
}

.lott-title-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    background: #9C9C9C;
}

.lott-title-box {
    line-height: 1.2;
    padding: 3px 10px;
}

.lott-type {
    font-size: 16px;
    font-weight: 600;
    display: block;
}

.cal-date {
    font-size: 12px;
}

.lott-logo {
    text-align: center;
}

.top-winner {
    text-align: center;
    font-size: 16px;
    margin: 7px 0;
}

tr.lot-place-num td {
    padding: 2px 0;
}

table.special {
    text-align: center;
    font-size: 16px;
}

.special tr td {
    border: 1px solid #9B9B9B;
}

tr.special-title {
    font-size: 16px;
    font-weight: 700;
    background: #9B9B9B;
    text-transform: uppercase;
    letter-spacing: 1px;
}

    tr.special-title td {
        padding: 1px;
    }

.lott-title-grid.sandakan {
    background: #fdb913;
}

.sandakan .special-title {
    background: #fdb913;
    color: #000;
}

.special.sandakan tr td {
    border-color: #fdb913;
}

.lott-title-grid.magnum {
    background: #b8860b;
}

.special.magnum tr td {
    border-color: #b8860b;
}

.magnum .special-title {
    background: #b8860b;
    color: #fff;
}

.lott-title-grid.pmp {
    background: #231f54;
}

.pmp .special-title {
    background: #231f54;
    color: #fff;
}

.special.pmp tr td {
    border-color: #231f54;
}

.lott-title-grid.toto {
    background: #ec1c24;
}

.toto .special-title {
    background: #ec1c24;
    color: #fff;
}

.special.toto tr td {
    border-color: #ec1c24;
}

.lott-title-grid.singapore {
    background: #2c80fd;
}

.singapore .special-title {
    background: #2c80fd;
    color: #fff;
}

.special.singapore tr td {
    border-color: #2c80fd;
}

.lott-title-grid.sabah {
    background: #003c10;
}

.sabah .special-title {
    background: #003c10;
    color: #fff;
}

.special.sabah tr td {
    border-color: #003c10;
}

.lott-title-grid.srwk {
    background: #ff5400;
}

.srwk .special-title {
    background: #ff5400;
    color: #fff;
}

.special.srwk tr td {
    border-color: #ff5400;
}

.lottery-wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 15px;
    text-align: center;
    margin-top: 50px;
}

button.btn-lott {
    background: none;
    border: none;
    padding: 0;
    margin: auto;
}

    button.btn-lott:hover {
        filter: brightness(1.2);
    }

    button.btn-lott:focus {
        outline: none;
    }

.search-date {
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    margin: 30px 0 45px;
}

.draw-date {
    background: #fff;
    border: 1px solid #b153fc;
    border-radius: 6px;
    max-width: 240px;
    margin: auto;
    overflow: hidden;
}

.date-icon {
    background: #d2d1d1;
    color: #000;
    width: 15%;
    display: inline-block;
    padding: 3px;
}

.draw-date input {
    width: 85%;
    border: none;
    margin: 0;
    padding: 0 0 0 13px;
}

    .draw-date input:focus {
        outline: none;
    }

.hue-rotate {
    animation: huecolor 2s ease infinite;
}

@keyframes huecolor {
    0% {
        filter: hue-rotate(0deg);
    }

    100% {
        filter: hue-rotate(360deg);
    }
}

/** VIP **/
.vip-sec {
    padding-top: 24%;
    padding-bottom: 30px;
}

.vip-wrapper {
    background: url("../images/vip/vip-frame.png")no-repeat top center;
    background-size: 100% 100%;
    min-width: 800px;
    max-width: 991px;
    margin: auto;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 30px 35px;
}

.badgebox {
    display: grid;
    grid-template-columns: 60px auto;
    grid-gap: 10px;
    align-items: center;
    padding: 0 25px;
    text-align: left;
}

.vip-table tr td, .vip-table tr th {
    background: #141531;
    border: 1px solid #48b3e1;
    padding: 4px 3px;
    color: #bcdef6;
    text-align: center;
}

span.text-small {
    font-size: 11px;
    font-weight: 400;
}

.tnc-vip {
    padding: 18px 0;
}

    .tnc-vip ol {
        padding: 0;
        padding-left: 15px;
    }

        .tnc-vip ol li {
            font-size: 12px;
            font-weight: 400;
        }

.bonus-table {
    width: 100%;
    max-width: 680px;
    margin: auto;
    text-align: center;
}

    .bonus-table tr td {
        border: 1px solid #b8bdbd;
        padding: 5px;
    }

/** Floating Contact**/
.contact-float {
    position: fixed;
    z-index: 999;
    right: 0;
    top: 30%;
}

.float-bar {
    background: #000;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0px 0 0px 24px;
    color: #fff;
    transform: translateX(228px);
    transition: 0.5s;
}

    .float-bar:hover {
        transform: translateX(0);
        transition: 0.5s;
    }

.ct-icon {
    max-width: 40px;
    margin-right: 10px;
}

.ct-info {
    font-size: 14px;
}

.cntitle {
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.ct-info a {
    color: #fff;
}

    .ct-info a:hover {
        color: #d255cb;
    }

.float-bar.gmail {
    background: url(../images/contact/mail-bar.png)no-repeat left center;
    background-size: cover;
    width: 300px;
    height: 70px;
}

.float-bar.whatsapp {
    background: url("../images/contact/whatsapp-bar.png")no-repeat left center;
    background-size: cover;
    width: 300px;
    height: 70px;
}

.float-bar.telegram {
    background: url("../images/contact/telegram-bar.png")no-repeat left center;
    background-size: cover;
    width: 300px;
    height: 70px;
}

.float-bar.wechat {
    background: url("../images/contact/wechat-bar.png")no-repeat left center;
    background-size: cover;
    width: 300px;
    height: 70px;
}

.qrcode-wechat {
    position: absolute;
    width: 220px;
    background: #211b3c;
    padding: 10px;
    top: 62px;
    right: 0;
}

    .qrcode-wechat img {
        max-width: 140px;
    }


/** Winning Wheel **/
.wheel-win {
    padding-left: 16%;
    margin: 20px 0;
}

    .wheel-win a {
        display: flex;
        align-items: center;
        color: #cec3f5;
        text-align: left;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.2;
    }

        .wheel-win a img {
            max-width: 30px;
            margin-right: 10px;
        }

        .wheel-win a:hover {
            color: #d255cb;
        }


.winning-sec {
    padding-bottom: 60px;
}

.token-wheel {
    margin-top: 43%;
    text-align: center;
}

.token-btn {
    background: url(/web/assets/winw/images/button-w.png)no-repeat center;
    background-size: 100% 100%;
    width: 230px;
    height: 75px;
    color: #fff;
    border: none;
    font-family: 'Orbitron';
    font-size: 22px;
    text-transform: uppercase;
    margin: 0 10px;
    filter: drop-shadow(1px 2px 17px rgb(134,253,255,1));
    transition: 0.3s;
}

    .token-btn:hover {
        filter: brightness(1.15) drop-shadow(1px 2px 17px rgb(134,253,255,1));
        transform: scale(1.05);
        transition: 0.3s;
    }

    .token-btn span {
        color: #e4bdff;
    }

.winning-tnc {
    color: #e6bdd1;
    background: rgba(0,0,0,0.2);
    max-width: 990px;
    margin: 55px auto 0;
    padding: 20px;
    font-size: 14px;
    border-radius: 13px;
    border: 2px solid rgb(83,32,104,0.2);
    box-shadow: 0 0 8px 0 rgb(255,255,255,0.1);
}

ol.win-tnc {
    padding: 0;
    padding-left: 15px;
}

/** Register add contact **/
.contact-connect {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 570px;
    margin: 0 auto;
}

    .contact-connect a {
        max-width: 31%;
        transition: ease 0.3s;
    }

        .contact-connect a:hover {
            transform: scale(1.03);
            filter: brightness(1.1);
            transition: ease 0.3s;
        }

/** Soccer matches **/
.soccer-sec {
    padding-top: 15%;
    padding-bottom: 30px;
}

.scwhite {
    background: #fff;
}

/** Esports 2/8/2021 **/
body.esport {
    background: url("/web/assets/winw/images/esports/esport-bg.jpg")no-repeat top center;
    background-size: 100%;
}

.esport-sec {
    position: relative;
    overflow: hidden;
}

#particles-js {
    position: absolute;
    z-index: 2;
    width: 100%;
}

.im-esports-wrap {
    height: 60vh;
    position: relative;
}

.imesport-btn {
    position: absolute;
    z-index: 3;
    max-width: 320px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 2%;
    transition: ease 0.3s;
}

    .imesport-btn:hover {
        transform: scale(1.03);
        filter: brightness(1.1);
        transition: ease 0.3s;
    }

.soldier-wrap {
    width: 85%;
    margin: auto;
    position: absolute;
    z-index: 2;
    text-align: center;
    left: 0;
    right: 0;
    bottom: -12%;
}

@keyframes wobble {
    0% {
        transform: none;
    }

    15% {
        transform: translatex(-2px);
    }

    25% {
        transform: translatex(2px);
    }

    35% {
        transform: translatex(-2px);
    }

    45% {
        transform: translatex(2px);
    }

    55% {
        transform: translatex(-2px);
    }

    65% {
        transform: translatex(2px);
    }

    75% {
        transform: translatex(-2px);
    }

    100% {
        transform: none;
    }
}

.left-charc {
    max-width: 650px;
    position: absolute;
    left: 7%;
    bottom: 16%;
    animation: float 4s ease-in-out infinite;
}

.right-charc {
    position: absolute;
    right: 10%;
    bottom: 3%;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }

    50% {
        -webkit-transform: translatey(-15px);
        transform: translatey(-15px);
    }

    100% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
}

/** Merdeka Event 2/8/2021 **/
body.merdeka {
    background: #c346be url("../images/merdeka/merdeka-bg.jpg")no-repeat top center;
    background-size: 100%;
}

.merdeka-sec {
    padding-bottom: 45px;
}

.title-merdeka {
    padding: 30px 0;
    max-width: 90%;
    margin: auto;
}

.merdeka-table-wrap {
    overflow: auto;
    max-width: 900px;
    margin: auto;
}

.how-title {
    max-width: 65%;
    margin: auto;
    margin-bottom: -20px;
    text-align: center;
}

table.table-merdeka tr td {
    background: #141530;
    color: #bcdef6;
    border: 1px solid #48b3e1;
    padding: 5px 5px;
    text-align: center;
}

.notice-text {
    text-align: center;
    color: #fff;
    font-weight: 700;
    padding: 4px 0;
}

.how-play {
    max-width: 45%;
    margin: auto;
    margin-bottom: -20px;
    text-align: center;
}

.spend-box {
    background: url(../images/merdeka/bar.png)no-repeat center;
    background-size: 100% 100%;
    height: 140px;
    max-width: 960px;
    margin: auto;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-family: 'Orbitron';
    color: #e4bdff;
    font-weight: 500;
}

    .spend-box .notice-text {
        color: cyan;
        font-size: 15px;
    }

span.cash-img img {
    max-height: 50px;
    margin: 0 3px;
}

.quiz-merdeka {
    max-width: 53%;
    margin: auto;
    margin-bottom: -20px;
    text-align: center;
}

.quiz-wrap {
    padding-bottom: 25px;
}

.quiz-box {
    background: url("/web/assets/winw/images/merdeka/board.png")no-repeat center;
    background-size: 100% 100%;
    color: #fff;
    max-width: 850px;
    height: 290px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.ques-text {
    font-size: 17px;
    font-weight: 600;
    margin: 0 auto 15px;
    width: 87%;
}

.answer-pick-wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px;
}

.pick-btn {
    position: relative;
}

    .pick-btn input[type="radio"] {
        visibility: hidden;
        height: 100%;
        width: 100%;
        left: 0;
        position: absolute;
    }

    .pick-btn label {
        background: url("/web/assets/winw/images/merdeka/optionbox.png")no-repeat center;
        background-size: 100% 100%;
        width: 300px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        cursor: pointer;
        font-weight: 500;
        color: #fff;
        padding: 5px 10px;
        transition: all 0.3s ease-out;
    }

    .pick-btn input[type="radio"]:checked + label {
        background: url("/web/assets/winw/images/merdeka/optionbox-hover.png")no-repeat center;
        background-size: 100% 100%;
    }

.ques-submit-wrap {
    margin: 10px 0;
    text-align: center;
}

button.ques-submit {
    background: url(/web/assets/winw/images/button-w.png)no-repeat center;
    background-size: 100% 100%;
    width: 200px;
    height: 70px;
    color: #fff;
    border: none;
    font-family: 'Orbitron';
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 10px;
    filter: drop-shadow(0px 8px 10px rgb(0,0,0,0.4));
    transition: 0.3s;
}

    button.ques-submit:hover {
        filter: brightness(1.15) drop-shadow(0px 8px 10px rgb(0,0,0,0.4));
        transform: scale(1.03);
        transition: 0.3s;
    }

.quiz-terms {
    color: #e6bdd1;
    background: rgba(0,0,0,0.25);
    max-width: 990px;
    margin: 30px auto 0;
    padding: 20px;
    font-size: 14px;
    border-radius: 13px;
    border: 2px solid rgb(83,32,104,0.2);
    box-shadow: 0 0 8px 0 rgb(255 255 255 / 30%);
}

    .quiz-terms ol {
        padding-left: 17px;
        margin: 0;
    }

.quiz-terms-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

/** Slots Challenges update - 25/8/2021 **/
body.slots-challenge {
    background: url("../images/slots-challenges/bg.jpg")no-repeat top center;
    background-size: cover;
}

.challenge-title {
    text-align: center;
    padding-bottom: 15px;
}

.chal-title {
    text-align: center;
    padding-bottom: 5px;
    filter: drop-shadow(0px 0px 9px rgb(0,0,0,0.6));
}

.superior-frame {
    background: url("../images/slots-challenges/frame-1.png")no-repeat top center;
    background-size: 100% 100%;
    min-height: 331px;
    max-width: 837px;
    margin: auto;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sp-slots {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sp-slot-box {
    position: relative;
    margin: 0 20px;
}

.logo-slt {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.accum-slot {
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
}

.prize-chall {
    font-family: 'Orbitron';
    font-size: 24px;
}

span.caret-slot {
    color: #4dffff;
    filter: drop-shadow(0px 0px 4px #4dffff);
    margin: 0 15px;
}

.current-turn {
    background: url("../images/slots-challenges/frame-2.png")no-repeat top center;
    background-size: 100% 100%;
    width: 540px;
    height: 98px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}

.regular-challenge-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 860px;
    margin: 15px auto;
}

.regbox {
    max-width: 262px;
    margin: 10px auto;
    color: #fff;
    text-align: center;
}

.reg-top {
    background: url(../images/slots-challenges/frame-slots.png)no-repeat top center;
    background-size: 100% 100%;
    max-width: 262px;
    min-height: 357px;
    margin: 0 auto;
    padding: 40px 15px 15px;
}

.reg-caption {
    color: #c58fe2;
    font-size: 15px;
    font-weight: 500;
    height: 86px;
}

.prize-chall-2 {
    font-family: 'Orbitron';
    font-size: 20px;
    font-weight: 500;
}

    .prize-chall-2 .caret-slot {
        margin: 0 5px;
    }

.reg-btm {
    background: url("../images/slots-challenges/slot-turnover.png")no-repeat top center;
    background-size: 100% 100%;
    max-width: 250px;
    height: 109px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.regb-1 {
    font-size: 15px;
    font-weight: 700;
    color: #9283d1;
}

.regb-2 {
    font-size: 18px;
    font-weight: 600;
}

button.term-challenge-btn {
    background: none;
    border: none;
    padding: 0;
}

/** Esports Prediction Updated - 9/9/2021 **/
body.esport-predict {
    background: #c84dc1 url("/web/assets/winw/images/esports-prediction/bg.jpg")no-repeat top center;
    background-size: cover;
}

.esport-predict-sec {
    padding-bottom: 45px;
}

.title-esport {
    padding: 30px 0 0;
    max-width: 90%;
    margin: auto;
}

.bracket-title {
    margin: -20px 0;
    text-align: center;
}

.dota-bracket {
    max-width: 1080px;
    margin: auto;
}

.require-box {
    background: url(/web/assets/winw/images/esports-prediction/how-board.png)no-repeat center;
    background-size: 100% 100%;
    height: 120px;
    max-width: 960px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-family: 'Orbitron';
    color: #e4bdff;
    font-weight: 500;
}

.esport-game-title {
    margin: 0 0 -30px;
    text-align: center;
}

.matchbox {
    background: url("/web/assets/winw/images/esports-prediction/board.png")no-repeat center;
    background-size: 100% 100%;
    position: relative;
    color: #fff;
    max-width: 850px;
    height: 290px;
    margin: 0 auto;
    margin-bottom: 50px;
    padding: 24px 0 0;
}

.match-team {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    align-items: center;
    text-align: center;
}

.match-detail {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    align-items: center;
    text-align: center;
    font-weight: 700;
    font-size: 17px;
}

.matchitem {
    position: relative;
    z-index: 2;
}

.line-dot {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 0;
}

.team-btn {
    position: relative;
}

    .team-btn input[type="radio"] {
        visibility: hidden;
        height: 100%;
        width: 100%;
        left: 0;
        position: absolute;
    }

    .team-btn label {
        background-position: center;
        width: 195px;
        height: 195px;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        cursor: pointer;
        font-weight: 500;
        color: #fff;
        padding: 5px 10px;
        transition: 0.3s;
        transform-origin: center;
    }

        .team-btn label:hover {
            transform: scale(1.03);
            transition: 0.3s;
        }

    .team-btn input[type="radio"]:checked + label {
        background: url("/web/assets/winw/images/esports-prediction/round.png")no-repeat center center;
        background-size: 100%;
        margin: auto;
        transform-origin: center;
        transform: scale(1.1);
        transition: 0.3s;
    }

.predict-submit-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -33px;
    text-align: center;
}

button.predict-submit {
    background: url(/web/assets/winw/images/button-w.png)no-repeat center;
    background-size: 100% 100%;
    width: 200px;
    height: 70px;
    color: #fff;
    border: none;
    font-family: 'Orbitron';
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 10px;
    filter: drop-shadow(0px 8px 10px rgb(0,0,0,0.4));
    transition: 0.3s;
}

    button.predict-submit:hover {
        filter: brightness(1.15) drop-shadow(0px 8px 10px rgb(0,0,0,0.4));
        transform: scale(1.03);
        transition: 0.3s;
    }

.match-terms {
    color: #e6bdd1;
    background: rgba(0,0,0,0.25);
    max-width: 900px;
    margin: 80px auto 0;
    padding: 20px;
    font-size: 14px;
    border-radius: 13px;
    border: 2px solid rgb(83,32,104,0.2);
    box-shadow: 0 0 8px 0 rgb(255 255 255 / 30%);
}

.match-terms-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.match-terms ol {
    padding-left: 17px;
    margin-bottom: 0;
}

/** CSS Update 15/11/2021 **/
a.copy-btn {
    background: #6841cd;
    color: #fff;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 30px;
    padding: 2px 8px;
    position: absolute;
    right: 10px;
    top: 5px;
}

    a.copy-btn:hover {
        background: #fff;
        color: #6841cd;
    }

.info-table tr td {
    position: relative;
}

.seo-sec {
    background: #1b1b1d;
    font-size: 13px;
    color: #fff;
    padding: 30px 0 15px;
}

    .seo-sec strong {
        color: #f1d59b;
    }

    .seo-sec a {
        color: #f1d59b;
        text-decoration: underline;
    }

    .seo-sec p {
        padding-bottom: 10px;
    }

    .seo-sec h1 {
        font-size: 20px;
        font-weight: 700;
        color: #f1d59b;
        margin-bottom: 5px;
    }

    .seo-sec h2 {
        font-size: 18px;
        font-weight: 600;
        color: #f1d59b;
        margin-bottom: 5px;
    }

    .seo-sec h3 {
        font-size: 16px;
        font-weight: 500;
        color: #f1d59b;
        margin-bottom: 5px;
    }

/** Add Blog page - 13/9/2022 **/
.blog-sec {
    padding: 0 40px 30px;
}

.blog-title {
    text-align: center;
    margin-bottom: -40px;
}

.blog-boxes {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px;
    max-width: 1080px;
    margin: 15px auto;
}

.blog-box {
    background: url(../images/blog/blog-base.png)no-repeat top center;
    background-size: 100% 100%;
    max-width: 600px;
    width: 100%;
    height: 375px;
    margin: -12px auto;
    padding: 34px 24px 32px;
    position: relative;
    font-family: 'Orbitron';
}

.date-blog {
    color: #fff584;
    padding-bottom: 3px;
    font-size: 13px;
}

.blog-subtitle {
    padding: 5px;
    font-size: 12px;
    color: #fff;
    overflow: hidden;
    height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

a.more-info-btn {
    color: #fff;
    position: absolute;
    right: 40px;
    bottom: 23px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}

    a.more-info-btn:hover {
        color: #4cffff;
    }

    a.more-info-btn i {
        color: #4cffff;
        margin-right: 5px;
    }

.pagination-wrap {
    text-align: center;
    padding: 30px 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.page-bubble {
    color: #fff;
    background: #8671c9;
    border: 1px solid #aeaab0;
    height: 47px;
    width: 47px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Orbitron';
    font-size: 18px;
    margin: 0 7px;
}

    a.page-bubble.active, a.page-bubble:hover, a.page-bubble.arrow:hover {
        background: #543276;
    }

    a.page-bubble.arrow {
        background: #ab9cdd;
    }

.blog-inner-container {
    background: url("/web/assests/winw/images/blog/blog-frame_bottom.png")no-repeat bottom center;
    background-size: 100%;
    color: #fff;
    padding-bottom: 11px;
    max-width: 1100px;
    margin: 0 auto;
}

.blog-img-frame {
    background: url("/web/assests/winw/images/blog/blog-banner-frame.png")no-repeat;
    background-size: 100% 100%;
    max-width: 1056px;
    min-height: 410px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-top {
    background: url(/web/assests/winw/images/blog/blog-frame_top.png)no-repeat;
    background-size: 100% 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 15px 25px 5px;
}

.blog-center {
    background: url("/web/assests/winw/images/blog/blog-frame_center.png")top center no-repeat;
    background-size: 100% 100%, 100% 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 10px 25px 5px;
    font-family: 'Orbitron';
}

.date-blog-inner {
    font-family: 'Orbitron';
    color: #fff584;
    font-size: 18px;
    padding: 0px 15px 10px;
}

.blog-content {
    font-family: 'Montserrat';
    padding: 12px 10px;
    color: #fff;
}

.back-wrap {
    text-align: center;
    padding: 15px 0;
}

a.blog-back-btn {
    background: url(/web/assests/winw/images/acc-btn.png)no-repeat;
    background-size: 100% 100%;
    max-width: 185px;
    height: 66px;
    margin: 0 auto;
    font-family: 'Orbitron';
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-transform: uppercase;
}


/** Updated - 13/12/2024 **/
.cert-wrapper img {
    display: inline-block;
    margin: 2px 8px;
    max-height: 35px;
}

/** Updated - 26/12/2024 **/
.mission-reward {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    text-align: center;
    grid-gap: 5px;
    margin: 15px 0;
}

.msbox {
    position: relative;
    background: #141531;
    padding: 10px 10px 15px;
    font-size: 15px;
}

.mstext-1 {
    color: #fff686;
    font-weight: 600;
}

.mstext-2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 10px;
}

button.ms-claim-btn {
    background: #3C3C3C;
    color: #fff;
    border-radius: 30px;
    border: none;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 2px 5px;
    width: 100%;
    max-width: 130px;
    height: 30px;
    pointer-events: none;
}

    button.ms-claim-btn.active {
        background: #fff;
        color: #6841cd;
        pointer-events: auto;
    }

        button.ms-claim-btn.active:hover {
            transform: scale(0.98);
            filter: brightness(1.07);
        }
