:root {
    font-family: Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;
    line-height: 1.5;
    font-weight: 400;
    color-scheme: light dark;
    color: rgba(255,255,255,.87);
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    position: absolute;
    left: 0;
    top: 0
}

html, body {
    width: 100%;
    min-height: 100%;
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-size: 14px;
    background: #13161f;
    font-family: "Nunito Sans",sans-serif;
    min-height: 100vh
}

body {
    position: absolute;
    z-index: 0;
    color: #fff;
    overflow-x: hidden !important;
    overflow: scroll;
    background: url("../images/mainBackground.png") center top no-repeat #13161f;
    background-size: cover;
    background-attachment: fixed;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

* {
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

    *:focus {
        outline: none
    }

img {
    border: 0px !important;
    outline: none !important
}

a[href^=tel] {
    color: inherit;
    text-decoration: none
}

a {
    text-decoration: none
}

p {
    width: 100%;
    max-width: 400px;
    position: relative;
    margin: 0px auto;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    font-family: "Nunito Sans",sans-serif
}

strong {
    font-weight: 800
}

img {
    border: 0 !important;
    outline: none !important;
    width: 100%
}

body::-webkit-scrollbar {
    width: 8px
}

body::-webkit-scrollbar-track {
    background: #333;
    border-radius: 8px
}

body::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #83c000
}

body::scrollbar {
    width: 8px;
    border-radius: 8px
}

body::scrollbar-track {
    background: #02cead;
    border-radius: 8px
}

body::scrollbar-thumb {
    border-radius: 8px;
    background: #13161f
}

body {
    scrollbar-face-color: #02cead;
    scrollbar-shadow-color: #02cead;
    scrollbar-arrow-color: #fff;
    scrollbar-track-color: #13161f
}

select, option {
    font-family: Arial,ArialHebrew,sans-serif;
    font-size: 1px;
    text-align: center;
    color: #fff;
    margin: 1vh;
    padding: 1vh;
    background-color: #13161f;
    border-radius: 1vh;
    border-color: rgba(0,0,0,0)
}

select {
    padding-right: 0px
}

option {
    padding-left: 10px !important
}

label {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

    label:hover {
        color: #02cead;
        text-decoration: underline
    }

select {
    width: 100%;
    max-width: 100%;
    height: 40px;
    text-align: left;
    padding: 0 10px;
    position: relative;
    border-radius: 10px;
    background: #13161f;
    color: #fff;
    border: solid 1px #3c4350;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    margin-bottom: 10px
}

    select:hover {
        background-color: #83c000;
        color: #fff
    }

select, option {
    -webkit-appearance: none !important;
    font-family: Nunito Sans,sans-serif;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer
}

.ClearFix {
    clear: both
}

.Ease {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.NoSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ColorYellow {
    color: #ffe25d
}

.ColorBlue {
    color: #0477fe
}

.ColorWhite {
    color: #fff
}

.TextShadow {
    text-shadow: 0px 5px 5px rgba(0,0,0,.5)
}

.BtnsTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 120px;
    height: 40px;
    border: 0px;
    border-radius: 10px;
    margin: 0px 5px;
    background-color: #272d3f;
    color: #fff;
    cursor: pointer;
    outline: none;
    font-size: 14px;
    font-weight: bold;
    font-family: "Nunito Sans",sans-serif;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

    .BtnsTop:hover {
        -webkit-transform: scale(1.07);
        transform: scale(1.07)
    }

    .BtnsTop:active {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }

.modal-container {
    padding: 16px;
    text-align: center
}

    .modal-container p {
        margin: 0px auto 10px auto;
        padding: 16px;
        text-align: center
    }

.modal {
    display: none;
    width: 100%;
    height: 200vh;
    position: fixed !important;
    z-index: 99999999999999;
    left: 0px !important;
    top: 0px !important;
    padding-top: 50px;
    background-color: rgba(0,0,0,.9);
    margin: 0px
}

.modal-content {
    background-color: #20222f;
    margin: 5% auto 15% auto;
    border: solid 1px rgba(255,255,255,.1);
    width: 60%;
    border-radius: 15px
}

@media(max-width: 500px) {
    .modal-content {
        width: 80%
    }
}

.Red {
    background-color: red
}

.Cyan {
	background: rgba(131, 192, 0, 1);
    color:white;
}

.GreyBlue {
    background: #000000;
    -webkit-box-shadow: inset 0px 2px 0px 0px #3b4351;
    box-shadow: inset 0px 2px 0px 0px #3b4351;
	color:white;
	border: solid 1px #83C000;
}

.Cyan:hover {
   background: white;
    border-top: solid 1px #4b59f8;
    color: rgba(131, 192, 0, 1);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,.3);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,.3);
    text-decoration: none !important
}

.GreyBlue:hover {
   background: white;
    border-top: solid 1px #4b59f8;
    color: rgba(131, 192, 0, 1);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,.3);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,.3);
    text-decoration: none !important
}

.BtnsTop.Hide {
    display: none
}

#BgCont {
    display: block;
    width: 100%;
    min-height: 100%;
    position: absolute;
    z-index: 0;
    margin: 0px auto;
    z-index: 1;
    overflow: hidden;
    pointer-events: none
}

    #BgCont #ContCharacter {
        display: block;
        margin: 130px auto 0px auto;
        width: 100%;
        max-width: 800px;
        position: relative;
        z-index: 2;
        -webkit-animation-duration: 10s;
        animation-duration: 10s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-name: bounce-1;
        animation-name: bounce-1;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

        #BgCont #ContCharacter img {
            display: block;
            margin: 0px auto;
            width: 100%;
            position: relative
        }

#particles-js {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 0;
    pointer-events: none !important;
    overflow: hidden !important
}

#Coins {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: auto;
    bottom: 50%;
    left: 0%;
    margin: 0px;
    z-index: 1
}

#Main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    position: relative;
    margin: 0px;
    z-index: 2;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#MainLogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    margin: 0px uto
}

#BarTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100px;
    margin: 0px auto;
    padding: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 10;
    background: #000000
}

    #BarTop::after {
        content: "";
        display: none;
        width: 100%;
        height: 160px;
        margin: 0px;
        position: absolute;
        left: 0;
        bottom: -160px;
        z-index: 0;
        /* background: url("../images/main-shine.png") 50% 0% no-repeat; */
        background-size: 750px 160px;
        -webkit-animation-duration: 30s;
        animation-duration: 30s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-name: moveshine;
        animation-name: moveshine;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

.RowTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1300px;
    height: auto;
    margin: 0px auto 0px auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 80px 30px 60px 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

    .RowTop .ColBox {
        display: block;
        width: 30%;
        height: auto;
        margin: 0px;
        padding: 0px 0px;
        text-align: center
    }

        .RowTop .ColBox h1 {
            font-size: 30px;
            line-height: 60px;
            text-transform: uppercase;
            text-align: left;
            font-weight: 700;
            color: #83C000;
            margin: 0px auto 5px auto
        }

        .RowTop .ColBox .Fline {
            font-size: 35px;
            line-height: 35px;
            display: block
        }

        .RowTop .ColBox h2 {
            font-size: 18px;
            line-height: 25px;
            text-transform: uppercase;
            text-align: left;
            font-weight: 700;
            color: #83C000;
            margin: 0px auto 5px auto
        }

        .RowTop .ColBox p {
            font-size: 14px;
            line-height: 25px;
            text-align: left;
            font-weight: 500;
            color: #83C000;
            margin: 0px auto 5px auto
        }

        .RowTop .ColBox .BoxPromos {
            display: block;
            width: 100%;
            margin: 0px auto 15px auto;
            padding: 10px 20px;
            border-radius: 20px;
            background: rgba(1, 47, 7, 0.7);
            -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
            background-blend-mode: overlay;
            cursor: pointer;
            -webkit-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out
        }

            .RowTop .ColBox .BoxPromos:active {
                -webkit-transform: scale(0.5);
                transform: scale(0.5)
            }

            .RowTop .ColBox .BoxPromos .TitlePromo {
                display: block;
                width: 100%;
                margin: 0px auto;
                padding: 0px 0px;
                font-size: 40px;
                line-height: 45px;
                font-weight: 300
            }

            .RowTop .ColBox .BoxPromos .RowCode {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                width: 100%;
                max-width: 350px;
                height: 60px;
                margin: 20px auto;
                padding: 10px 0px 0px 0px;
                font-size: 35px;
                line-height: 35px;
                font-weight: 400;
                position: relative;
                background-color: rgba(6,9,20,.5);
                border-radius: 10px;
                border: dashed 1px #fff;
                color: #ffe25d;
                cursor: text
            }

                .RowTop .ColBox .BoxPromos .RowCode::after {
                    content: "COUPON CODE:";
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    width: 60%;
                    height: 20px;
                    font-size: 11px;
                    line-height: 11px;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    position: absolute;
                    left: 20%;
                    top: -10px;
                    border-radius: 20px;
                    padding: 0px;
                    padding: 0px;
                    background-color: rgba(131, 192, 0, 1);
                    color: #fff
                }

            .RowTop .ColBox .BoxPromos .MiniRule {
                display: block;
                width: 100%;
                margin: 0px auto;
                padding: 0px 0px;
                font-size: 15px;
                line-height: 15px;
                font-weight: 700;
                text-align: center;
                text-transform: uppercase
            }

.MainCTA {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 300px;
    height: 70px;
    margin: 0px auto 80px auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 0px;
    border-radius: 15px;
    border: 2;
	border-color: #83c000;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: 700;
    background: #00987d;
    color: #83c000;
    text-decoration: none;
    cursor: pointer;
    background: rgba(131, 192, 0, 1);
    background: rgba(131, 192, 0, 0);
    -webkit-filter: drop-shadow(0px 20px 20px rgba(0, 0, 0, 0.7));
    filter: drop-shadow(0px 20px 20px rgba(0, 0, 0, 0.7));
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

    .MainCTA:hover {
        background: #dedede;
        color: white;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        background: rgba(131, 192, 0, 1);
    }

#RowBarMidText {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin: 0px auto 0px auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 0px 40px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    background: rgba(0, 28, 4, 0.7);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background-blend-mode: overlay
}

    #RowBarMidText #ContMidText {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        max-width: 630px;
        height: auto;
        margin: 0px auto 0px auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0px 0px 0px 0px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        align-items: center
    }

        #RowBarMidText #ContMidText #IconSlot {
            display: block;
            width: 80px;
            height: auto;
            margin: 0px 30px 0px 0px
        }

        #RowBarMidText #ContMidText #InfoMitext {
            display: block;
            width: 100%;
            height: auto;
            margin: 0px 30px 0px 0px
        }

        #RowBarMidText #ContMidText h4 {
            display: block;
            width: 100%;
            max-width: 100%;
            height: auto;
            margin: 0px 0px 0px 0px;
            padding: 0px 0px 0px 0px;
            text-align: left;
            font-size: 30px;
            line-height: 30px
        }

        #RowBarMidText #ContMidText p {
            display: block;
            width: 100%;
            max-width: 100%;
            height: auto;
            margin: 0px 0px 0px 0px;
            padding: 0px 0px 0px 0px;
            text-align: justify;
            font-size: 18px;
            line-height: 22px
        }

    #RowBarMidText h5 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        max-width: 630px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: auto;
        min-height: 50px;
        margin: 40px auto 0px auto;
        padding-top: 20px;
        font-size: 30px;
        border-top-left-radius: 60px;
        border-top-right-radius: 60px;
        background-color: #252935
    }

#RowBadges {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    min-height: 50px;
    margin: 0px auto 0px auto;
    padding: 0px 150px;
    overflow: hidden;
    background-color: #000000
}

    #RowBadges #ContBadges {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        max-width: 1700px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-evenly;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: auto;
        min-height: 50px;
        margin: 0px auto 0px auto;
        padding: 50px 50px
    }

        #RowBadges #ContBadges img {
            display: block;
            width: 8%;
            max-width: 160px;
            margin: 0px 0px;
            -webkit-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out
        }

#RowGames {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    min-height: 50px;
    margin: 0px auto 0px auto;
    padding: 0px 50px;
    overflow: hidden;
    background-color: #000000
}

    #RowGames #ContGames {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 50%;
        max-width: 1000px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: auto;
        min-height: 50px;
        margin: 0px auto 0px auto;
        padding: 0px 0px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        #RowGames #ContGames img {
            display: block;
            width: 20%;
            max-width: 200px;
            margin: 0px 0px;
            -webkit-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
            border-radius: 10px!important;
        }

.BtnSelectCoupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 200px;
    height: 30px;
    margin: 10px auto 0px auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 20px;
    border-radius: 100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    background: #0477fe;
    background: #0479fe;
    background: rgba(131, 192, 0, 1);
    background: rgba(131, 192, 0, 1);
    -webkit-filter: drop-shadow(0px 20px 20px rgba(0, 0, 0, 0.7));
    filter: drop-shadow(0px 20px 20px rgba(0, 0, 0, 0.7));
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

    .BtnSelectCoupon:hover {
        background: #dedede;
        color: black;
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
        background: rgba(131, 192, 0, 1);
        background: rgba(131, 192, 0, 1);
    }

        .BtnSelectCoupon:hover::after {
            background-color: rgba(131, 192, 0, 1);
            opacity: 1
        }

    .BtnSelectCoupon::after {
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        right: 5px;
        top: 5px;
        border-radius: 100px;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        background: url("../images/bg-checks.svg") 0px 0px no-repeat black;
        background-size: 100% 200%;
        background-position: 0% 100%;
        opacity: .3;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,.4) inset;
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,.4) inset
    }

.RowTop .ColBox .BoxPromos:hover .RowCode {
    border-color: #05cca7;
    color: #05cca7
}

.RowTop .ColBox .BoxPromos.Selected > .BtnSelectCoupon {
    background: #dedede;
    color: #13901e;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(222, 222, 222)), to(rgb(255, 255, 255)));
    background: linear-gradient(0deg, rgb(222, 222, 222) 0%, rgb(255, 255, 255) 100%)
}

    .RowTop .ColBox .BoxPromos.Selected > .BtnSelectCoupon::after {
        background-position: 0% 0%;
        opacity: 1;
        background-color: #05cca7
    }

.RowTop .ColBox .BoxPromos.Selected > .RowCode {
    border-color: #ffe25d;
    color: #ffe25d
}

    .RowTop .ColBox .BoxPromos.Selected > .RowCode::after {
         background: rgba(19,144,30)
    }

.RowTop .ColBox .BoxPromos.Selected {
    background: rgba(19,144,30,.5)
}

.error {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 30px;
    background: rgba(255,0,0,.2);
    border-radius: 100px;
    font-weight: 700;
    padding: 0px;
    font-size: 12px;
    letter-spacing: 0px;
    position: relative;
    border: dashed 1px red
}

    .error::after {
        content: "";
        width: 20px;
        height: 20px;
        position: absolute;
        background: url("../images/error.svg") 50% 50% no-repeat;
        background-size: 100%;
        position: absolute;
        right: 5px;
        top: 4px
    }

.ErrorBlink {
    -webkit-animation: SetAniErrorColor .2s infinite;
    animation: SetAniErrorColor .2s infinite
}

@-webkit-keyframes SetAniErrorColor {
    0% {
        color: red
    }

    100% {
        color: #fff
    }
}

@keyframes SetAniErrorColor {
    0% {
        color: red
    }

    100% {
        color: #fff
    }
}

.SpinerLoading {
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 100px;
    border: solid 2px rgba(175,175,175,.5);
    margin: 0px auto;
    background-color: rgba(0,0,0,.5)
}

.spinner {
    -webkit-animation: RotateLoader 2s linear infinite;
    animation: RotateLoader 2s linear infinite;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
    width: 30px;
    height: 30px
}

    .spinner .path {
        stroke: #4b59f8;
        stroke-linecap: round;
        -webkit-animation: dash 1.5s ease-in-out infinite;
        animation: dash 1.5s ease-in-out infinite
    }

@-webkit-keyframes RotateLoader {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes RotateLoader {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1,150;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 90,150;
        stroke-dashoffset: -35
    }

    100% {
        stroke-dasharray: 90,150;
        stroke-dashoffset: -124
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1,150;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 90,150;
        stroke-dashoffset: -35
    }

    100% {
        stroke-dasharray: 90,150;
        stroke-dashoffset: -124
    }
}

.Terms {
    font-size: 14px;
    text-align: center;
    width: 100%;
    max-width: 650px;
    color: #a7abb6;
    margin-bottom: 20px
}

.RowContents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    position: relative;
    margin: 0px;
    z-index: 1;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .RowContents.Footer {
        background-color: #000000;
        padding-top: 0;
    }

.LogoFooter {
    display: block;
   
    margin: 20px auto
}

.DeMetods {
    display: block;
    max-width: 365px;
    margin: 10px auto
}

.LinkMail {
    color: #01b698;
    text-decoration: underline
}

    .LinkMail:hover {
        color: #ffe25d;
        text-decoration: none
    }

@media only screen and (min-width: 701px)and (max-width: 1025px) {
    body {
        background-size: cover
    }

    #Coins {
        bottom: auto;
        top: 20%;
        width: 90%;
        left: 5%
    }

    #BgCont #ContCharacter {
        width: 100%;
        margin: 60px auto 0px auto
    }

    #BarTop {
        height: 60px
    }

    #MainLogo {
        max-width: 160px
    }

    #BarTop::after {
        height: 100px;
        top: 60px;
        background-size: 70% 100%;
        -webkit-animation-duration: 10s;
        animation-duration: 10s
    }

    .RowTop {
        padding: 150px 40px 20px 40px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

        .RowTop .ColBox .Fline {
            font-size: 25px;
            line-height: 25px
        }

        .RowTop .ColBox h1 {
            font-size: 30px;
            line-height: 30px;
            margin: 0px auto;
            padding: 0px
        }

        .RowTop .ColBox h2 {
            font-size: 17px;
            line-height: 17px;
            margin: 10px auto 20px auto
        }

        .RowTop .ColBox p {
            font-size: 16px;
            line-height: 17px;
            margin: 0px auto 15px auto
        }

        .RowTop .ColBox .BoxPromos .TitlePromo {
            font-size: 30px;
            line-height: 30px
        }

        .RowTop .ColBox .BoxPromos .RowCode {
            max-width: 250px;
            height: 60px;
            margin: 20px auto;
            padding: 10px 0px 0px 0px;
            font-size: 25px;
            line-height: 25px
        }

        .RowTop .ColBox .BoxPromos .MiniRule {
            font-size: 13px;
            line-height: 13px
        }

    .MainCTA {
        width: 80%;
        height: 70px;
        margin: 0px auto 60px auto;
        border-radius: 15px;
        font-size: 30px
    }

    #RowBarMidText {
        padding: 30px 30px 0px 30px
    }

        #RowBarMidText #ContMidText #IconSlot {
            width: 60px;
            margin: 0px 20px 0px 0px
        }

        #RowBarMidText #ContMidText h4 {
            font-size: 30px;
            line-height: 30px
        }

        #RowBarMidText #ContMidText p {
            font-size: 18px;
            line-height: 20px
        }

        #RowBarMidText #ContMidText #InfoMitext {
            padding: 0px;
            margin: 0px auto
        }

        #RowBarMidText h5 {
            min-height: 50px;
            margin: 40px auto 0px auto;
            padding-top: 20px;
            font-size: 25px;
            border-top-left-radius: 30px;
            border-top-right-radius: 30px
        }

    #RowBadges {
        width: 100%;
        padding: 0px 0px
    }

        #RowBadges #ContBadges {
            width: 100%;
            padding: 10px 0px;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }

            #RowBadges #ContBadges img {
                width: 10%;
                margin: 5px
            }

    #RowGames {
        width: 100%;
        padding: 0px 20px
    }

        #RowGames #ContGames {
            width: 100%;
            padding: 10px 0px;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }

            #RowGames #ContGames img {
                width: 45%;
                margin: 5px
            }

    .Terms {
        font-size: 12px
    }
}

@media only screen and (min-width: 0px)and (max-width: 700px) {
    body {
        background-size: cover
    }

    #Coins {
        bottom: auto;
        top: 5%;
        width: 90%;
        left: 5%
    }

    #BgCont #ContCharacter {
        width: 60%;
        margin: 60px auto 0px auto
    }

    #BarTop {
        height: 60px
    }

    #MainLogo {
        max-width: 160px
    }

    #BarTop::after {
        height: 100px;
        top: 60px;
        background-size: 70% 100%;
        -webkit-animation-duration: 10s;
        animation-duration: 10s
    }

    .RowTop {
        padding: 25% 20px 20px 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .RowTop .ColBox {
            width: 100%;
            max-width: 400px;
            margin: 0px auto
        }

            .RowTop .ColBox .Fline {
                font-size: 25px;
                line-height: 25px
            }

            .RowTop .ColBox h1 {
                font-size: 30px;
                line-height: 30px;
                margin: 0px auto;
                padding: 0px
            }

            .RowTop .ColBox h2 {
                font-size: 15px;
                line-height: 15px;
                margin: 10px auto 20px auto
            }

            .RowTop .ColBox p {
                font-size: 14px;
                line-height: 15px;
                margin: 0px auto 15px auto
            }

            .RowTop .ColBox .BoxPromos .TitlePromo {
                font-size: 25px;
                line-height: 30px
            }

            .RowTop .ColBox .BoxPromos .RowCode {
                max-width: 250px;
                height: 60px;
                margin: 10px auto;
                padding: 10px 0px 0px 0px;
                font-size: 25px;
                line-height: 25px
            }

            .RowTop .ColBox .BoxPromos .MiniRule {
                font-size: 13px;
                line-height: 13px
            }

    .MainCTA {
        width: 80%;
        max-width: 360px;
        height: 60px;
        margin: 0px auto 60px auto;
        border-radius: 10px;
        font-size: 20px
    }

    #RowBarMidText {
        padding: 30px 30px 0px 30px
    }

        #RowBarMidText #ContMidText #IconSlot {
            width: 60px;
            margin: 0px 20px 0px 0px
        }

        #RowBarMidText #ContMidText h4 {
            font-size: 25px;
            line-height: 25px
        }

        #RowBarMidText #ContMidText p {
            font-size: 15px;
            line-height: 16px
        }

        #RowBarMidText #ContMidText #InfoMitext {
            padding: 0px;
            margin: 0px auto
        }

        #RowBarMidText h5 {
            max-width: 100%;
            min-height: 50px;
            margin: 40px auto 0px auto;
            padding-top: 10px;
            font-size: 18px;
            border-top-left-radius: 30px;
            border-top-right-radius: 30px
        }

    #RowBadges {
        width: 100%;
        padding: 0px 0px
    }

        #RowBadges #ContBadges {
            width: 100%;
            max-width: 450px;
            padding: 10px 0px;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }

            #RowBadges #ContBadges img {
                width: 20%;
                margin: 5px
            }

    #RowGames {
        width: 100%;
        padding: 0px 20px
    }

        #RowGames #ContGames {
            width: 100%;
            padding: 10px 0px;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }

            #RowGames #ContGames img {
                width: 45%;
                margin: 5px
            }

    .Terms {
        font-size: 12px
    }

    .LogoFooter {
        max-width: 160px
    }
}

@media only screen and (min-width: 280px)and (max-width: 360px) {
    #RowBarMidText {
        padding: 30px 20px 0px 20px
    }

        #RowBarMidText h5 {
            font-size: 15px
        }
}

@media only screen and (min-width: 0px)and (max-width: 279px) {
    body * {
        display: none !important
    }
}

body {
    opacity: 0;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-name: Fade;
    animation-name: Fade;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.MoveBounce {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: bounce-1;
    animation-name: bounce-1;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.Scaling {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scale-1;
    animation-name: scale-1;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.MoveShine {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: moveshine;
    animation-name: moveshine;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@-webkit-keyframes moveshine {
    0% {
        background-position-x: 30%
    }

    50% {
        background-position-x: 70%
    }

    100% {
        background-position-x: 30%
    }
}

@keyframes moveshine {
    0% {
        background-position-x: 30%
    }

    50% {
        background-position-x: 70%
    }

    100% {
        background-position-x: 30%
    }
}

@-webkit-keyframes bounce-1 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounce-1 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes scale-1 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scale-1 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes Fade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes Fade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.CodeBlink {
    -webkit-animation: SetBgColor .5s infinite;
    animation: SetBgColor .5s infinite
}

.RowTop .ColBox .BoxPromos.Selected > .RowCode {
    -webkit-animation: SetColor .2s 4;
    animation: SetColor .2s 4
}

@-webkit-keyframes SetColor {
    0% {
        color: #d152ff
    }

    40% {
        color: #ffe25d
    }

    60% {
        color: #ffe25d
    }

    100% {
        color: #d152ff
    }
}

@keyframes SetColor {
    0% {
        color: #d152ff
    }

    40% {
        color: #ffe25d
    }

    60% {
        color: #ffe25d
    }

    100% {
        color: #d152ff
    }
}

#ContLogRegForm {
    display: block;
    width: 100%;
    height: 100vh;
    z-index: 999999999999999;
    overflow: hidden;
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-color: none
}

    #ContLogRegForm.Close {
        height: 0vh
    }

#BoxLogRegForm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 70px);
    max-width: 380px;
    position: absolute;
    right: 10px;
    top: 10px;
    pointer-events: all;
    border-radius: 20px;
    border: solid 1px #83c000;
    background-color: rgba(19,22,31,.5);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-blend-mode: overlay;
    z-index: 99;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0,.5);
    box-shadow: 0 10px 10px 0 rgba(0,0,0,.5);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding: 130px 30px 10px 30px;
    -webkit-transition: all 400ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
    transition: all 400ms cubic-bezier(0.47, 1.64, 0.41, 0.8)
}

#ContLogRegForm.Close {
    height: 0vh
}

    #ContLogRegForm.Close #BoxLogRegForm {
        top: -500px;
        opacity: 0;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }
    .hidden {
        display: none;
      }
      .ViewTerms {
        color: #13901e!important;
        cursor: pointer!important;
        font-weight: 800!important;
        /* text-decoration: underline; */
        margin-top: 5px!important;
        text-align: center!important;
      }
      .terms-icon{
          background-color: #0477fe;
          width: 50px;
          height: 50px;
          border-radius: 100px;
          padding: 5px;
          position: absolute;
          top: -5px;
          right: -25px;
      }
#NavBarRegForm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 50px;
    margin: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px
}

    #NavBarRegForm #ContNav_L_S {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 60%;
        height: 35px;
        margin: 0px;
        position: relative
    }

        #NavBarRegForm #ContNav_L_S .BtnNavLS {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 48%;
            height: 100%;
            margin: 0px;
            position: relative;
            font-family: "Nunito Sans",sans-serif;
            font-size: 15px;
            font-weight: bold;
            background-color: rgba(131, 192, 0, 1);
            -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
            opacity: .2;
            border: 0px;
            outline: none;
            cursor: pointer
        }

        #NavBarRegForm #ContNav_L_S #BtnShow_Login {
            border-top-left-radius: 10px;
            border-bottom-left-radius: 10px
        }

        #NavBarRegForm #ContNav_L_S #BtnShow_Signup {
            border-top-right-radius: 10px;
            border-bottom-right-radius: 10px
        }

        #NavBarRegForm #ContNav_L_S .BtnNavLS:hover {
            background-color: white;
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
            opacity: 1;
			color: rgba(131, 192, 0, 1);
        }

        #NavBarRegForm #ContNav_L_S .BtnNavLS:active {
            background-color: #fff;
            color: #39414c;
            -webkit-transform: scale(0.8);
            transform: scale(0.8);
            opacity: 1
        }

        #NavBarRegForm #ContNav_L_S .BtnNavLS.Active {
            opacity: 1
        }

#RowCoupons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column-reverse;
    width: 100%;
    height: 60px;
    margin: 0px;
    position: relative;
    left: 0px;
    /* top: 65px; */
    z-index: 10;
    padding: 20px;
    border-radius: 10px;
    /* padding: 10px 10px 5px 10px; */
    background-color: #83C000
}

    #RowCoupons::after {
        content: "SELECTED COUPONS:";
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 50%;
        height: 20px;
        font-size: 11px;
        line-height: 11px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: static;
        left: 25%;
        top: -10px;
        border-radius: 20px;
        padding: 0px;
        padding: 0px;
        background-color: #83C000;
        color: #fff
    }

    #RowCoupons .BoxSelCode {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 48%;
        height: 40px;
        margin: 0px 1%;
        position: relative;
        font-weight: 900;
        font-size: 20px;
        border-radius: 10px;
        border: dashed 1px rgba(255,255,255,.4);
        color: #ffe25d;
        cursor: text;
        pointer-events: all;
        background: rgba(0,0,0,.2);
        -webkit-touch-callout: all;
        -webkit-user-select: all;
        -moz-user-select: all;
        -ms-user-select: all;
        user-select: all
    }

#BtnClose_LR_Form {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
    cursor: pointer;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 18px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    background-color: #4b59f8;
    background: -webkit-gradient(linear, left top, left bottom, from(#4B59F8), to(#1c2583));
    background: #83c000;
    border-top: solid 1px #4b59f8
}

    #BtnClose_LR_Form::after {
        content: "";
        width: 50px;
        height: 50px;
        position: absolute;
        right: 0px;
        top: 0px;
        z-index: 10;
        background: url("../images/close.svg") 50% 50% no-repeat;
        background-size: 100%;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }

    #BtnClose_LR_Form:hover {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        background: #04ffd9;
        background: -webkit-gradient(linear, left top, left bottom, from(rgb(4, 255, 217)), to(rgb(0, 152, 125)));
        background: #001C04;
        border-top: solid 1px #89ffef
    }

        #BtnClose_LR_Form:hover::after {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg)
        }

    #BtnClose_LR_Form:active {
        background-color: #20222f;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: .5
    }

.ContPopupForms {
    display: none
}

    .ContPopupForms.Active {
        display: block;
        width: 100%
    }

#ContUserDetails {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 0px;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -20px
}

    #ContUserDetails .RowUserDet {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: auto;
        margin: 0px 0px 0px 0px;
        position: relative;
        font-size: 15px;
        border-radius: 8px
    }

    #ContUserDetails h1 {
        display: block;
        width: 100%;
        font-size: 20px;
        text-align: center;
        margin: 0px;
        padding: 0px 0px;
        color: #fff
    }

    #ContUserDetails h2 {
        display: block;
        width: 100%;
        font-size: 14px;
        text-align: center;
        margin: 0px;
        padding: 0px 0px;
        font-weight: 300;
        color: #fff
    }

        #ContUserDetails h2 strong {
            font-size: 20px;
            font-weight: 800
        }

    #ContUserDetails .RowUserDet .UserBtns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 45%;
        height: 35px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0px 1.5%;
        border-radius: 8px;
        font-size: 14px;
        cursor: pointer;
        color: #fff;
        font-family: "Nunito Sans",sans-serif !important;
        font-weight: 700;
        font-size: 15px
    }

        #ContUserDetails .RowUserDet .UserBtns.Cyan {
            background: #04ffd9;
            background: -webkit-gradient(linear, left top, left bottom, from(rgb(4, 255, 217)), to(rgb(0, 152, 125)));
            background: linear-gradient(180deg, rgb(4, 255, 217) 0%, rgb(0, 152, 125) 100%);
            -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,.4);
            box-shadow: 0px 5px 10px 0px rgba(0,0,0,.4);
            border-top: solid 1px #89ffef;
            text-decoration: none !important
        }

            #ContUserDetails .RowUserDet .UserBtns.Cyan:hover {
                background: #4b59f8;
                background: -webkit-gradient(linear, left top, left bottom, from(#4B59F8), to(#1c2583));
                background: linear-gradient(180deg, #4B59F8 0%, #1c2583 100%);
                border-top: solid 1px #4b59f8;
                color: #fff;
                -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,.4);
                box-shadow: 0px 5px 10px 0px rgba(0,0,0,.4);
                text-decoration: none !important
            }

.RowUserName {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80%;
    height: 40px;
    border: 0px;
    border-radius: 100px;
    margin: 0px 0px;
    padding-left: 45px;
    color: #fff;
    cursor: pointer;
    outline: none;
    font-size: 20px;
    font-weight: bold;
    font-family: "Nunito Sans",sans-serif;
    overflow: hidden;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    position: relative;
    position: relative
}

    .RowUserName::after {
        content: "";
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 0px;
        left: 0px;
        background: url("../images/user-icon.png") 50% 50% no-repeat;
        background-size: 60%
    }

.LinkPopup {
    color: #4b59f8;
    text-decoration: underline;
    font-size: 12px
}

    .LinkPopup:hover {
        color: #02cead;
        text-decoration: underline
    }

.RowNavLogin {
    display: block;
    width: 100%;
    position: relative;
    margin: 0 auto;
    clear: both
}

    .RowNavLogin .BtnNavLogin {
        display: block;
        width: 40%;
        height: 40px;
        line-height: 40px;
        position: relative;
        margin: 0px;
        color: #fff;
        background: #02cead;
        font-size: 20px;
        cursor: pointer;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

        .RowNavLogin .BtnNavLogin.Active {
            color: #fff;
            background: #02cead
        }

        .RowNavLogin .BtnNavLogin:hover {
            color: #111416;
            background: #02cead;
            -webkit-transform: scale(1.1);
            transform: scale(1.1)
        }

.RowTitleLogin {
    display: block;
    width: 100%;
    min-height: 30px;
    line-height: 30px;
    position: relative;
    margin: 20px auto;
    clear: both;
    font-weight: 400;
    font-size: 25px;
    color: #fff;
    font-family: "Nunito Sans",sans-serif
}

input {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: relative;
    margin: 0 auto 10px;
    padding: 0 15px;
    background: #13161f;
    color: #fff;
    border: solid 1px #3c4350;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    border-radius: 10px;
    font-family: "Nunito Sans",sans-serif;
    font-weight: 400;
    font-size: 13px
}

    input::-webkit-input-placeholder {
        color: #fff;
        opacity: 1
    }

    input::-moz-placeholder {
        color: #fff;
        opacity: 1
    }

    input:-ms-input-placeholder {
        color: #fff;
        opacity: 1
    }

    input::-ms-input-placeholder {
        color: #fff;
        opacity: 1
    }

    input::placeholder {
        color: #fff;
        opacity: 1
    }

    input:hover {
        border-color: #83c000
    }

.LoginForm .BtnFormLogin {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: relative;
    margin: 15px auto 10px;
    padding: 0 20px;
    background: #02cead;
    color: #fff;
    border: 0;
    font-family: "Nunito Sans",sans-serif;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    border-radius: 10px;
    transition: all .2s ease-in-out;
    font-size: 20px;
    cursor: pointer;
    font-weight: 400;
    background: #4b59f8;
    background: -webkit-gradient(linear, left top, left bottom, from(#4B59F8), to(#1c2583));
    background: #83c000;
    border-top: solid 1px #4b59f8;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,.4);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,.4);
    text-decoration: none !important
}

    .LoginForm .BtnFormLogin:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        background: #04ffd9;
        background: -webkit-gradient(linear, left top, left bottom, from(rgb(4, 255, 217)), to(rgb(0, 152, 125)));
        background: #001C04;
        -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,.5);
        box-shadow: 0px 10px 10px 0px rgba(0,0,0,.5);
        border-top: solid 1px #89ffef;
        text-decoration: none !important
    }

.RowFooterLogin {
    display: block;
    width: 100%;
    min-height: 30px;
    position: relative;
    margin: 15px auto 0;
    clear: both;
    font-size: 15px;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif
}

    .RowFooterLogin .ColBox {
        display: block;
        width: 50%;
        line-height: 30px;
        position: relative;
        margin: 0
    }

        .RowFooterLogin .ColBox.B_L {
            text-align: left
        }

        .RowFooterLogin .ColBox.B_R {
            text-align: right
        }

    .RowFooterLogin .TermsText {
        font-size: 12px;
        text-align: center
    }

.TeBoxSelectst {
    position: relative;
    display: inline-block
}

    .TeBoxSelectst:after {
        content: "";
        display: block;
        width: 30px;
        height: 30px;
        background: url("../images/arrow-down_login.svg") 50% 50% no-repeat;
        background-size: 50%;
        border-radius: 5px;
        position: absolute;
        right: 5px;
        top: 5px;
        pointer-events: none
    }

    .TeBoxSelectst:hover::after {
        background: url("../images/arrow-down.svg") 50% 50% no-repeat !important;
        background-size: 50% !important
    }

.BoxSelect {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
    padding: 0
}

    .BoxSelect::before {
        content: "";
        display: block;
        width: 40px;
        height: 38px;
        position: absolute;
        left: auto;
        right: 1px;
        top: 1px;
        z-index: 99998;
        pointer-events: none;
        background: url("../images/arrow-down_login_1.svg") 50% 50% no-repeat #02cead;
        background-size: 80%;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px
    }

.RowTextOutPopup {
    display: none;
    width: 100%;
    text-align: center;
    padding: 10px;
    margin: 0 auto;
    font-size: 14px;
    cursor: pointer
}

.BoxSelect:hover::before {
    background-color: #292f33;
}

.LoginForm {
    display: block;
    width: 100%;
    min-height: 60px;
    position: relative;
    margin: 10px auto;
    clear: both;
    font-weight: 300
}

    .LoginForm .RowColForm {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: auto;
        margin: 0px auto 0px auto;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

        .LoginForm .RowColForm .ColForm {
            width: 49%;
            margin: 0px
        }

        .LoginForm .RowColForm .RowForm {
            width: 100%;
            margin: 0px
        }

    .LoginForm input, select {
        display: block;
        width: 100% !important;
        margin: 0px auto 10px auto;
        font-size: 12px
    }

    .LoginForm .RowColForm .ColForm.InputDate {
        width: 49% !important;
        cursor: pointer;
        position: relative
    }

        .LoginForm .RowColForm .ColForm.InputDate .react-datepicker-wrapper, .react-datepicker__input-container {
            display: block;
            width: 100% !important;
            cursor: pointer
        }

        .LoginForm .RowColForm .ColForm.InputDate input {
            width: 100% !important;
            cursor: pointer
        }

#ContLogRegForm p {
    display: block;
    font-size: 14px;
    margin: 10px 0px;
    text-align: center;
    color: #fff
}

#CongratBox {
    margin-top: 40px;
    display: none
}

    #CongratBox #LogoCongr {
        display: block;
        max-width: 290px;
        margin: 20px auto
    }

    #CongratBox h1 {
        display: block;
        font-size: 30px;
        color: #02cead
    }

    #CongratBox p {
        display: block;
        font-size: 18px;
        margin-top: 20px
    }

        #CongratBox p strong {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 10px;
            border-radius: 10px;
            margin: 0 auto;
            font-size: 40px;
            height: 60px;
            color: #02cead;
            background: #2d353a;
            border: dashed 1px gray;
            -webkit-touch-callout: text !important;
            -webkit-user-select: text !important;
            -moz-user-select: text !important;
            -ms-user-select: text !important;
            user-select: text !important
        }

#ContLogRegForm p.TermsText {
    font-size: 11px;
    line-height: 12px
}

.DateContThree {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0px;
    margin: 0px;
    position: relative
}

    .DateContThree .Cont3Select {
        width: 32% !important;
        margin: 0px;
        font-size: 11px;
        cursor: pointer;
        color: #fff;
        position: relative
    }

    .DateContThree select {
        width: 100% !important;
        margin: 0px;
        font-size: 11px;
        cursor: pointer;
        color: #fff;
        position: relative
    }

        .DateContThree select:hover {
            background-color: #83c000;
            color: #fff
        }

    .DateContThree .Cont3Select:after {
        content: "";
        display: block;
        width: 30px;
        height: 30px;
        background: url("../images/arrow-down_login.svg") 50% 50% no-repeat;
        background-size: 50%;
        border-radius: 5px;
        position: absolute;
        right: 5px;
        top: 5px;
        pointer-events: none
    }

    .DateContThree .Cont3Select:hover:after {
        background: url("../images/arrow-down.svg") 50% 50% no-repeat;
        background-size: 50%
    }

.ColLabelDate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #fff
}

@media only screen and (min-width: 280px)and (max-width: 500px) {
    #BoxLogRegForm {
        max-width: 100%;
        width: 90%;
        left: 5%;
        overflow: hidden;
        overflow-y: scroll !important;
        padding: 130px 15px 30px 15px;
        height: auto;
        max-height: 98vh
    }

    #ContLogRegForm {
        background-color: rgba(19,22,31,.8)
    }
}
/*# sourceMappingURL=main.min.css.map */
