﻿/*#region gift*/
.header .gift {
    display: inline-block;
    float: left;
    padding: 0 6px 0 0;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    background-origin: content-box;
    background-repeat: no-repeat;
    background-image: url(/Images/gift.svg);
    -webkit-animation: tilt-shaking 2s infinite;
    animation: tilt-shaking 2s infinite;
    cursor: pointer;
}

@-webkit-keyframes tilt-shaking {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(10deg);
    }

    50% {
        transform: rotate(0eg);
    }

    75% {
        transform: rotate(-10deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes tilt-shaking {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(10deg);
    }

    50% {
        transform: rotate(0eg);
    }

    50% {
        transform: rotate(-10deg);
    }

    100% {
        transform: rotate(0deg);
    }
}
/*#endregion*/


.modal-bonus .modal-footer {
    padding: 0;
    border-top: none;
    text-align: center;
}

.modal-bonus .modal-header {
    padding: 0;
    border-bottom: none;
}

.modal-bonus .modal-body {
    position: static;
    display: flex;
    padding: 0;
    min-height: 350px;
    align-items: center;
    justify-content: center;
}

    .modal-bonus .modal-body .wrap {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.modal-bonus .info {
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    background: #00beff -webkit-radial-gradient( circle, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) ) no-repeat -9px -9px;
    -webkit-background-clip: text;
    -webkit-background-size: 30px;
    color: rgba(255, 255, 255, 0.1);
    user-select: none;
    -webkit-animation: mirror 3s linear infinite;
    -moz-animation: mirror 3s linear infinite;
    -o-animation: mirror 3s linear infinite;
    animation: mirror 3s linear infinite;
}

.modal-bonus .wheel {
    margin-bottom: 60px;
    user-select: none;
    z-index: 1;
}

.modal-bonus .modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: table;
}

.modal-bonus .modal-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.modal-bonus .modal-container {
    position: relative;
    width: 300px;
    margin: 0px auto;
    padding: 15px 20px 20px 20px;
    background-color: #000000;
    border-radius: 5px;
    transition: all 0.3s ease;
    font-family: Helvetica, Arial, sans-serif;
    box-shadow: 0 0 20px rgb(255 235 59);
    -webkit-animation: box-shadow 2s infinite;
    -moz-animation: box-shadow 2s infinite;
    -o-animation: box-shadow 2s infinite;
    animation: box-shadow 2s infinite;
}

.mobile .modal-bonus .modal-container {
    font-size: 12px;
}

.modal-bonus .modal-header h3 {
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    font-weight: normal;
    color: #f6a201;
    user-select: none;
}

.modal-bonus .btn-close {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 700;
    padding: 0.25em;
    width: 60px;
    height: 18px;
    line-height: 18px;
    box-sizing: content-box;
    border: 0;
    border-radius: 0.25rem;
    color: #000000db;
    background: #FFDF00 -webkit-radial-gradient(circle, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) ) no-repeat -9px -9px;
    filter: drop-shadow(0 0 15px #FFDF00);
    user-select: none;
    z-index: 4;
    cursor: pointer;
}

.modal-bonus .bonus-text {
    font-size: 30px;
    text-shadow: 1px 0 #000, -1px 0 #000, 0 1px #000, 0 -1px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
}

.modal-bonus .light:nth-of-type(odd) {
    -webkit-animation: glowing 1s infinite !important;
    -moz-animation: glowing 1s infinite !important;
    -o-animation: glowing 1s infinite !important;
    animation: glowing 1s infinite !important;
}

.modal-bonus .light:nth-of-type(even) {
    -webkit-animation: glowing-even 1s infinite !important;
    -moz-animation: glowing-even 1s infinite !important;
    -o-animation: glowing-even 1s infinite !important;
    animation: glowing-even 1s infinite !important;
}

.modal-bonus .shadow {
    -webkit-filter: drop-shadow(0px 3px 4px rgb(230, 97, 9));
    filter: drop-shadow(0px 3px 4px rgb(230, 97, 9));
}

.modal-bonus .image-shine {
    -webkit-animation: shine 1s infinite !important;
    -moz-animation: shine 1s infinite !important;
    -o-animation: shine 1s infinite !important;
    animation: shine 1s infinite !important;
}

.modal-bonus .coins {
    position: relative;
    z-index: 2;
}

.modal-bonus .treasure {
    position: absolute;
    top: 31px;
    left: -310px;
    width: 324px;
    height: 177px;
    background-image: url(/Images/wheel/treasure.svg);
    background-repeat: no-repeat;
}

.modal-bonus .container-background {
    position: absolute;
    top: -46px;
    width: 340px;
    height: 476.43px;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 5px;
}

.modal-bonus .won-background {
    position: absolute;
    left: -155px;
    top: -86.25px;
    right: 0;
    bottom: 0;
    width: 650px;
    height: 650px;
    background-image: url(/Images/wheel/sun.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 650px 650px;
}

.modal-bonus .rotating {
    -webkit-animation: rotating 4s linear infinite;
    -moz-animation: rotating 4s linear infinite;
    -o-animation: rotating 4s linear infinite;
    animation: rotating 4s linear infinite;
}

.modal-bonus .cont {
    position: absolute;
    top: -46px;
    width: 338px;
    height: 476px;
    box-sizing: border-box;
    overflow: hidden;
}

    .modal-bonus .cont .won-container,
    .modal-bonus .cont .game-over-container {
        position: absolute;
        width: 340px;
        height: 480px;
        background-color: #00000045;
        transition: opacity 0.3s ease;
        border-radius: 5px;
        z-index: 3;
    }

        .modal-bonus .cont .won-container .message,
        .modal-bonus .cont .game-over-container .message {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
        }

        .modal-bonus .cont .won-container .banner,
        .modal-bonus .cont .game-over-container .banner {
            position: relative;
            top: 160px;
            margin: 0 60px;
            padding: 14px 12px;
            font-size: 24px;
            text-align: center;
            font-weight: 700;
            color: #FFD600;
            border-radius: 0.6em;
            outline: 0;
            background-color: #0000005e;
            transition: all 150ms ease-in-out;
            user-select: none;
        }

        .modal-bonus .cont .won-container .banner {
            box-shadow: 0px 0px 0px 2px rgb(247 206 57), 0px 0px 5px 10px rgb(0 0 0), inset 0px 0px 8px 4px rgb(0 0 0), 0px 0px 98px 8px rgb(0 0 0), inset 0px 0px 50px 15px rgb(0 0 0);
        }

        .modal-bonus .cont .game-over-container .banner {
            box-shadow: 0px 0px 0px 2px rgb(247 206 57), 0px 0px 5px 10px rgb(0 0 0), inset 0px 0px 8px 4px rgb(0 0 0), 0px 0px 98px 8px rgb(0 0 0), inset 0px 0px 50px 15px rgb(0 0 0);
        }

        .modal-bonus .cont .won-container .text {
            font-size: 30px;
            color: #FFD600;
            -webkit-animation: ani 1s;
            -moz-animation: ani 1s;
            -o-animation: ani 1s;
            animation: ani 1s;
        }

        .modal-bonus .cont .won-container .prize {
            margin-top: 5px;
            font-size: 24px;
            color: #fff;
            font-family: Iceland;
            -webkit-animation: neon 1.5s ease-in-out infinite alternate;
            -moz-animation: neon 1.5s ease-in-out infinite alternate;
            -o-animation: neon 1.5s ease-in-out infinite alternate;
            animation: neon 1.5s ease-in-out infinite alternate;
        }

        .modal-bonus .cont .game-over-container .text {
            -webkit-animation: game-over 1s infinite;
            -moz-animation: game-over infinite;
            -o-animation: game-over 1s infinite;
            animation: game-over 1s infinite;
        }

.modal-mask {
    opacity: 1;
    transition: all .5s linear;
}

.is-visible {
    display: block;
}

.is-open {
    opacity: 0;
}

/*#region box-shadow */
@-webkit-keyframes box-shadow {
    50% {
        box-shadow: 0px 0 40px rgb(255 235 59);
    }
}

@-moz-keyframes box-shadow {
    50% {
        box-shadow: 0px 0 40px rgb(255 235 59);
    }
}

@-o-keyframes box-shadow {
    50% {
        box-shadow: 0px 0 40px rgb(255 235 59);
    }
}

@keyframes box-shadow {
    50% {
        box-shadow: 0px 0 40px rgb(255 235 59);
    }
}
/*#endregion */

/*#region glowing */
@-webkit-keyframes glowing {
    0% {
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }

    50% {
        background-color: #31cafd;
        -webkit-box-shadow: 0 0 40px #31cafd !important;
    }

    100% {
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }

    0% {
        fill: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }

    50% {
        fill: #31cafd;
        -webkit-box-shadow: 0 0 40px #31cafd !important;
    }

    100% {
        fill: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }

    50% {
        background-color: #31cafd;
        -webkit-box-shadow: 0 0 40px #31cafd !important;
    }

    100% {
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }

    0% {
        fill: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }

    50% {
        fill: #31cafd;
        -webkit-box-shadow: 0 0 40px #31cafd !important;
    }

    100% {
        fill: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }

    50% {
        background-color: #31cafd;
        -webkit-box-shadow: 0 0 40px #31cafd !important;
    }

    100% {
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }

    0% {
        fill: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }

    50% {
        fill: #31cafd;
        -webkit-box-shadow: 0 0 40px #31cafd !important;
    }

    100% {
        fill: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }
}

@keyframes glowing {
    0% {
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }

    50% {
        background-color: #31cafd;
        -webkit-box-shadow: 0 0 40px #31cafd !important;
    }

    100% {
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }

    0% {
        fill: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }

    50% {
        fill: #31cafd;
        -webkit-box-shadow: 0 0 40px #31cafd !important;
    }

    100% {
        fill: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }
}
/*#endregion */

/*#region glowing-even */
@-webkit-keyframes glowing-even {
    0% {
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }

    50% {
        background-color: yellow;
        -webkit-box-shadow: 0 0 40px yellow !important;
    }

    100% {
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }

    0% {
        fill: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }

    50% {
        fill: yellow;
        -webkit-box-shadow: 0 0 40px yellow !important;
    }

    100% {
        fill: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }
}

@-moz-keyframes glowing-even {
    0% {
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }

    50% {
        background-color: yellow;
        -webkit-box-shadow: 0 0 40px yellow !important;
    }

    100% {
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }

    0% {
        fill: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }

    50% {
        fill: yellow;
        -webkit-box-shadow: 0 0 40px yellow !important;
    }

    100% {
        fill: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }
}

@-o-keyframes glowing-even {
    0% {
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }

    50% {
        background-color: yellow;
        -webkit-box-shadow: 0 0 40px yellow !important;
    }

    100% {
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }

    0% {
        fill: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }

    50% {
        fill: yellow;
        -webkit-box-shadow: 0 0 40px yellow !important;
    }

    100% {
        fill: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }
}

@keyframes glowing-even {
    0% {
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }

    50% {
        background-color: yellow;
        -webkit-box-shadow: 0 0 40px yellow !important;
    }

    100% {
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }

    0% {
        fill: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }

    50% {
        fill: yellow;
        -webkit-box-shadow: 0 0 40px yellow !important;
    }

    100% {
        fill: #ffffff;
        -webkit-box-shadow: 0 0 3px #ffffff !important;
    }
}
/*#endregion */

/*#region mirror */
@-webkit-keyframes mirror {
    from {
        background-position: -28px -9px;
    }

    to {
        background-position: 300px -9px;
    }
}

@-moz-keyframes mirror {
    from {
        background-position: -28px -9px;
    }

    to {
        background-position: 300px -9px;
    }
}

@-o-keyframes mirror {
    from {
        background-position: -28px -9px;
    }

    to {
        background-position: 300px -9px;
    }
}

@keyframes mirror {
    from {
        background-position: -28px -9px;
    }

    to {
        background-position: 300px -9px;
    }
}
/*#endregion*/

/*#region rotating */
@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@-moz-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@-o-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
/*#endregion*/

/*#region shine */
@-webkit-keyframes shine {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes shine {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes shine {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes shine {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}
/*#endregion*/

/*#region ani */
@-webkit-keyframes ani {
    from {
        letter-spacing: 5px;
        filter: blur(5px);
        opacity: 0;
    }

    to {
        letter-spacing: 0;
        filter: blur(0);
        opacity: 1;
    }
}

@-moz-keyframes ani {
    from {
        letter-spacing: 5px;
        filter: blur(5px);
        opacity: 0;
    }

    to {
        letter-spacing: 0;
        filter: blur(0);
        opacity: 1;
    }
}

@-o-keyframes ani {
    from {
        letter-spacing: 5px;
        filter: blur(5px);
        opacity: 0;
    }

    to {
        letter-spacing: 0;
        filter: blur(0);
        opacity: 1;
    }
}

@keyframes ani {
    from {
        letter-spacing: 5px;
        filter: blur(5px);
        opacity: 0;
    }

    to {
        letter-spacing: 0;
        filter: blur(0);
        opacity: 1;
    }
}
/*#endregion*/

/*#region neon */
@-webkit-keyframes neon {
    0% {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #228dff, 0 0 70px #228dff, 0 0 80px #228dff, 0 0 100px #228dff, 0 0 150px #228dff;
    }

    100% {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #228dff, 0 0 35px #228dff, 0 0 40px #228dff, 0 0 50px #228dff, 0 0 75px #228dff;
    }
}

@-moz-keyframes neon {
    0% {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #228dff, 0 0 70px #228dff, 0 0 80px #228dff, 0 0 100px #228dff, 0 0 150px #228dff;
    }

    100% {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #228dff, 0 0 35px #228dff, 0 0 40px #228dff, 0 0 50px #228dff, 0 0 75px #228dff;
    }
}

@-o-keyframes neon {
    0% {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #228dff, 0 0 70px #228dff, 0 0 80px #228dff, 0 0 100px #228dff, 0 0 150px #228dff;
    }

    100% {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #228dff, 0 0 35px #228dff, 0 0 40px #228dff, 0 0 50px #228dff, 0 0 75px #228dff;
    }
}

@keyframes neon {
    0% {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #228dff, 0 0 70px #228dff, 0 0 80px #228dff, 0 0 100px #228dff, 0 0 150px #228dff;
    }

    100% {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #228dff, 0 0 35px #228dff, 0 0 40px #228dff, 0 0 50px #228dff, 0 0 75px #228dff;
    }
}
/*#endregion*/

/*#region game-over */
@-webkit-keyframes game-over {
    0% {
        color: #31cafd;
        text-shadow: 0 0 20px #217c9b
    }

    25% {
        color: #217c9b;
        text-shadow: 2px 2px 2px #31cafd;
        transform: translate(-2px,1px)
    }

    40% {
        color: #31cafd;
        text-shadow: none;
        transform: translate(0,0)
    }

    50% {
        color: #217c9b;
        text-shadow: 5px 5px 2px blue, -5px -5px 2px red;
        transform: translate(0px,5px)
    }

    70% {
        color: #31cafd;
        text-shadow: none;
        transform: translate(0,0)
    }

    80% {
        color: #31cafd;
        text-shadow: 0 0 20px #217c9b;
        transform: translate(-2px,1px)
    }

    100% {
        color: #31cafd;
        text-shadow: none;
    }
}

@-moz-keyframes game-over {
    0% {
        color: #31cafd;
        text-shadow: 0 0 20px #217c9b
    }

    25% {
        color: #217c9b;
        text-shadow: 2px 2px 2px #31cafd;
        transform: translate(-2px,1px)
    }

    40% {
        color: #31cafd;
        text-shadow: none;
        transform: translate(0,0)
    }

    50% {
        color: #217c9b;
        text-shadow: 5px 5px 2px blue, -5px -5px 2px red;
        transform: translate(0px,5px)
    }

    70% {
        color: #31cafd;
        text-shadow: none;
        transform: translate(0,0)
    }

    80% {
        color: #31cafd;
        text-shadow: 0 0 20px #217c9b;
        transform: translate(-2px,1px)
    }

    100% {
        color: #31cafd;
        text-shadow: none;
    }
}

@-o-keyframes game-over {
    0% {
        color: #31cafd;
        text-shadow: 0 0 20px #217c9b
    }

    25% {
        color: #217c9b;
        text-shadow: 2px 2px 2px #31cafd;
        transform: translate(-2px,1px)
    }

    40% {
        color: #31cafd;
        text-shadow: none;
        transform: translate(0,0)
    }

    50% {
        color: #217c9b;
        text-shadow: 5px 5px 2px blue, -5px -5px 2px red;
        transform: translate(0px,5px)
    }

    70% {
        color: #31cafd;
        text-shadow: none;
        transform: translate(0,0)
    }

    80% {
        color: #31cafd;
        text-shadow: 0 0 20px #217c9b;
        transform: translate(-2px,1px)
    }

    100% {
        color: #31cafd;
        text-shadow: none;
    }
}

@keyframes game-over {
    0% {
        color: #31cafd;
        text-shadow: 0 0 20px #217c9b
    }

    25% {
        color: #217c9b;
        text-shadow: 2px 2px 2px #31cafd;
        transform: translate(-2px,1px)
    }

    40% {
        color: #31cafd;
        text-shadow: none;
        transform: translate(0,0)
    }

    50% {
        color: #217c9b;
        text-shadow: 5px 5px 2px blue, -5px -5px 2px red;
        transform: translate(0px,5px)
    }

    70% {
        color: #31cafd;
        text-shadow: none;
        transform: translate(0,0)
    }

    80% {
        color: #31cafd;
        text-shadow: 0 0 20px #217c9b;
        transform: translate(-2px,1px)
    }

    100% {
        color: #31cafd;
        text-shadow: none;
    }
}
/*#endregion*/
