﻿@charset "utf-8";
/* CSS Document */
.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}

.modal.left .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
    left: 0;
}

.modal.left .modal-body {
    padding: 0;
    text-align: center;
}

.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
    right: 0;
}


/** Slide Menu left **/
.modal-content.slidemenu {
    background: #01002c;
    border: none;
    border-radius: 0;
    padding-bottom: 25px;
}

    .modal-content.slidemenu::-webkit-scrollbar {
        display: none;
    }

button.close-menuslide {
    background: none;
    border: none;
    padding: 5px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    z-index: 2;
}

.slide-menutop {
    background: #13094e;
    text-align: center;
    padding: 15px;
}

.logo-mobilemenu {
    max-width: 130px;
    margin: 0 auto;
}

.slidemenu-btn {
    display: none;
}

    .slidemenu-btn button.pink-btn {
        width: 90%;
        margin-bottom: 10px;
    }

    .slidemenu-btn button.green-btn {
        width: 90%;
    }

.slidemenu-wrapper {
    font-size: 16px;
    text-transform: uppercase;
}

ul.nav.slide-nav {
    flex-direction: column;
}

    ul.nav.slide-nav li {
        width: 100%;
    }

        ul.nav.slide-nav li a.smenu-item {
            background: #201a55;
            display: flex;
            align-items: center;
            color: #fff;
            padding: 5px 15px;
            font-weight: 500;
            position: relative;
        }

            ul.nav.slide-nav li a.smenu-item.collapsed {
                background: none;
            }

a.smenu-item.droparrow.collapsed::after {
    content: '';
    background: url("../images/chevron-down.png")no-repeat;
    background-size: 100% 100%;
    transform: rotate(0);
    width: 15px;
    height: 9px;
    transition: linear 0.3s;
}

a.smenu-item.droparrow::after {
    content: '';
    background: url("../images/chevron-down.png")no-repeat;
    background-size: 100% 100%;
    transform: rotate(-180deg);
    transform-origin: center;
    width: 15px;
    height: 9px;
    position: absolute;
    right: 15px;
    top: 15px;
    transition: linear 0.3s;
}

.smenu-wrap {
    background: #12084f;
}

    .smenu-wrap a {
        display: flex;
        align-items: center;
        color: #fff;
        padding: 5px 15px;
    }

        ul.nav.slide-nav li a.smenu-item img, .smenu-wrap a img {
            max-height: 30px;
            margin-right: 10px;
        }

        .smenu-wrap a:hover {
            background: #201a55;
        }

.langmobile-wrap {
    display: block;
    text-align: center;
    padding: 20px 10px;
    border-top: 1px solid #1e1268;
}

    .langmobile-wrap button.footer-language-btn {
        margin: auto;
    }

.social-media-wrap {
    text-align: center;
    border-top: 1px solid #1e1268;
    padding: 15px 10px;
    margin-top: 20px;
}

.social-follow {
    padding: 5px 0;
}

    .social-follow a {
        color: #fff;
        font-size: 24px;
        margin: 0 5px;
    }

        .social-follow a:hover {
            color: #ef21af;
        }


/** Login Modal **/
.modal-dialog.login {
    top: 90px;
}

.modal-content.login {
    background: #28127b;
    padding: 15px;
    border: none;
    border-radius: 10px;
    color: #fff;
}

button.close-btn {
    background: none;
    border: none;
    color: #fff;
    padding: 0;
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 2;
}

.login-wrapper-box {
    text-align: center;
}

.modal-content.slidemenu-acc {
    background: #16114e;
    border: none;
    border-radius: 0;
    padding-bottom: 25px;
}

button.close-menuslide.right {
    right: auto;
    left: 0;
}

.user-balance-wrapper {
    background: #100d38;
    padding: 15px;
    text-align: center;
}

.token-wrap.mbmenu {
    max-width: 150px;
    margin: 3px auto;
}

.token-wrap.mbmenu {
    max-width: 100px;
    margin: 3px auto;
}

.blnc-amt {
    padding: 5px 0;
    font-size: 17px;
}

span.bltxt {
    font-size: 14px;
    font-weight: 700;
}

button.pink-btn.smenu {
    width: 60%;
}

button.smtran-btn {
    background: #251376;
    border: 1px solid #251376;
    border-radius: 35px;
    color: #fff;
    height: 25px;
    min-width: 30%;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.user-wrap {
    display: flex;
    align-items: center;
}

    .user-wrap .user-icon {
        color: #7eca2f;
        font-size: 30px;
        margin-right: 13px;
    }

.white-text {
    color: #fff;
}

.token-icon .white-text {
    margin-left: 5px;
    font-weight: 500;
}

.forgot-title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    text-align: center;
}

span.vcode-img {
    position: absolute;
    right: 16px;
    top: 5px;
    cursor: pointer;
}

    span.vcode-img img {
        max-height: 26px;
    }

/** Payout Table Modal**/
.modal-dialog.payout {
    max-width: 990px;
}

.modal-content.payout {
    background: #04041f;
    color: #fff;
    border: 1px solid #13103c;
    border-radius: 10px;
    padding: 15px 30px 30px;
    text-align: center;
}

button.close-btn {
    position: absolute;
    z-index: 2;
    right: 15px;
    top: 10px;
    color: #fb5eca;
    font-size: 26px;
    font-weight: 700;
}

    button.close-btn:hover {
        color: #fff;
    }

.prz-text {
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.py-title {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 8px;
}

.payout-wrap {
    border: 1px solid #29137e;
    font-weight: 700;
}

table.payout-table tr th {
    background: #100d38;
    padding: 5px 2px;
    color: #fb5eca;
    border-right: 1px solid #29137e;
    font-size: 17px;
}

table.payout-table tr td {
    background: #201a55;
    padding: 5px 2px;
    border-right: 1px solid #29137e;
}

    table.payout-table tr td:last-child, table.payout-table tr th:last-child {
        border: none;
    }

.red-text {
    color: #fe0000;
}

.red-bonus {
    color: #fe0000;
    animation: blink 1.2s infinite;
}

.extra-note {
    color: #ff0000;
    padding: 5px 0;
}

@-webkit-keyframes blink {
    0% {
        opacity: 0.3;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.3;
    }
}


/** Promo Rules Modal**/
.modal-dialog.rules {
    max-width: 1000px;
}

.modal-content.rules {
    background: url(../images/reg-bg.jpg)no-repeat;
    background-size: cover;
    border: 3px solid #29137e;
    border-radius: 10px;
    overflow: hidden;
    padding: 30px 30px;
}

button.close-promo {
    color: #ef21af;
    font-size: 18px;
    font-weight: 700;
    background: none;
    border: none;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 2;
}

.modal-content.rules p {
    padding-bottom: 1rem;
}

.rules-wrap {
    background: rgb(17,8,76,0.7);
    padding: 15px;
    border-radius: 8px;
}

/** Annoucement **/
.modal-dialog.annouce {
    top: 110px;
    max-width: 800px;
}

.modal-content.annouce {
    background: url("../images/annouce-bg.jpg") no-repeat;
    background-size: cover;
    border: 2px solid #29137d;
    border-radius: 10px;
    padding: 30px 15px 15px;
}

.annbox {
    position: relative;
    background: url(../images/annouce-box.png)no-repeat;
    background-size: 100%;
    width: 269px;
    height: 69px;
    margin: 0 auto 30px;
    padding-bottom: 5px;
    color: #ef21af;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .annbox::before {
        content: '';
        background: url(../images/an-moon.png)no-repeat;
        background-size: 100%;
        height: 65px;
        width: 65px;
        position: absolute;
        left: -41px;
        top: 30px;
    }

    .annbox::after {
        content: '';
        background: url(../images/an-moon-2.png)no-repeat;
        background-size: 100%;
        height: 35px;
        width: 35px;
        position: absolute;
        right: -16px;
        top: -14px;
    }

.annouce-wrapper {
    position: relative;
    background: rgb(3,2,63,0.75);
    padding: 25px 25px 45px;
    border-radius: 10px;
    max-width: 700px;
    margin: 10px auto;
}

    .annouce-wrapper::before {
        content: '';
        background: url("../images/an-moon-3.png")no-repeat;
        background-size: 100%;
        width: 80px;
        height: 80px;
        position: absolute;
        bottom: -63px;
    }

    .annouce-wrapper::after {
        content: '';
        background: url(../images/fallstar.png)no-repeat;
        background-size: 100%;
        width: 120px;
        height: 118px;
        position: absolute;
        top: -86px;
        right: 0;
        mix-blend-mode: screen;
    }

.mascot-annouce {
    position: relative;
    z-index: 2;
    text-align: right;
    padding: 0 15px 15px;
    max-width: 310px;
    margin: -60px 0 0 auto;
}

.modal-content.wallet {
    background: #12084f;
    border-radius: 0;
    padding: 0;
    border: none;
}

    .modal-content.wallet table.mw-tb {
        font-size: 13px;
    }

    .modal-content.wallet .prov-balc {
        padding: 10px 5px;
        max-height: 75vh;
    }

button.close-wallet {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    background: #ef21af;
    border: 1px solid #ef21af;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    padding: 0;
    margin: auto;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}

.terms ul {
    list-style-type: disc;
    padding-left: 17px;
}

/** Mission Popup **/
.modal-dialog.mission {
    top: 16%;
}

.modal-content.mission {
    background: url("../images/challenge/pop-base.png")no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 350px;
    min-height: 249px;
    border: none;
    margin: 0 auto;
    position: relative;
}

.close-mission {
    background: none;
    padding: 0;
    border: none;
    position: absolute;
    right: 5%;
    top: 16%;
    z-index: 2;
}

.mission-number {
    position: absolute;
    top: 6%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
}

.mission-board {
    display: grid;
    grid-template-columns: 40% auto;
    align-items: center;
    margin-top: 53px;
    min-height: 173px;
    text-align: center;
    padding: 0 33px 0 48px;
    font-size: 20px;
    font-weight: 700;
}

.mission-img {
    text-align: center;
}

.reward-mission {
    font-size: 14px;
    font-weight: 400;
    color: #f0ff00;
    padding-top: 10px;
}



@media(max-width: 1080px) {
    .welcome-title {
        font-size: 17px;
    }

    .slidemenu-btn {
        display: block;
        margin-top: 15px;
    }
}



@media(max-width: 767px) {
    .modal-dialog.annouce {
        top: 54px;
    }

    .modal-content.rules {
        border: 2px solid #29137e;
        padding: 15px 10px;
        font-size: 14px;
    }

    .info-title {
        font-size: 18px;
    }

    button.close-promo {
        right: 5px;
        top: 5px;
    }

    .annouce-wrapper::after, .annouce-wrapper::before {
        content: none;
    }

    .mascot-annouce {
        position: relative;
        max-width: 30%;
        margin: -18% 0 0 auto;
    }

    .modal-content.payout {
        padding: 15px 10px 30px;
    }

    .red-bonus {
        display: block;
    }
}

@media(max-width: 480px) {
    .modal-dialog.login {
        top: 70px;
    }

    .modal-content.annouce {
        padding: 15px 10px;
    }

    button.close-btn {
        right: 10px;
        top: 5px;
        font-size: 20px;
    }

    .annbox {
        margin-bottom: 15px;
    }

        .annbox::before, .annbox::after {
            content: none;
        }

    .annouce-wrapper {
        padding: 10px;
        font-size: 14px;
    }

    .prz-text {
        font-size: 16px;
    }

    .payout-wrap {
        font-size: 13px;
    }

    .modal-content.wallet .prov-balc {
        max-height: 68vh;
    }

    .mascot-annouce {
        max-width: 60%;
    }
}
