body {
    display: block;
    color: #444;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}

.snow-canvas {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    pointer-events: none;
}

#MainForm {
    color: #fff;
}

#innerBlock {
    position: relative;
}

.fancybox-container {
    z-index: 1000 !important;
}

#LoadPopupLogin, #LoadPopupLose, #LoadPopupWin {
    padding: 0;
    background-color: transparent;

}

.fancybox-close-small::after {
    background-color: #fff !important;
}

.line {
    margin: 10px 0;
    border-bottom: 1px solid #ddd;
    height: 1px;
    display: block;
}

#LoadPopupLogin {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: var(--main-bg-color); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b0944', endColorstr='#BA0D66',GradientType=1 ); /* ie6-9 */

    max-width: 650px;
    max-height: 400px;
    display: block;
    padding: 40px;

    color: #000000;

}

#LoadPopupLogin p {
    font-weight: bold;
    font-size: 12px;
    padding-top: 8px;
    color:#fff;
}

#LoadPopupLogin .row {
    margin-bottom: 5px;
}


#LoadPopupLogin h2 {
    font-weight: 600;
    font-size: 37px;
}

#LoadPopupLogin h2 span {
    display: block;
    font-size: 20px;
    font-style: italic;

}

#LoadPopupWin h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: absolute;
    color: #ffff;
    text-align: center;
    margin: auto;
    width: 100%;
}

#LoadPopupWin img {
    border-radius: 20px;
}

.the_wheel {
    background: url(../img/dis3.png) transparent no-repeat top center;
    width: 468px;
    height: 540px;
    display: block;
    position: relative;
    z-index: 10;
    margin: 0 auto;
    background-size: contain;
}

.the_wheel_inner {
    width: 475px;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 20;
    background-size: contain;
    left:-2px;
    top:18px;
}

.lineBlock {
    background-color: #002881;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 1px;
    height: 40px;
    padding-top: 10px;
    font-weight: bold;
    font-size: 13px;
}

#canvas {
    padding: 33px 44px;
    position: relative;
    z-index: 10;
    margin: 0 auto;
}

#Header {
}

#Header img {
    padding: 20px 0px 10px 0px;
    margin: 0 auto;
    max-width: 550px;
}

#Header p {
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
}


@-webkit-keyframes FlashButton {
    0% {
        opacity: 0.1
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes FlashButton {
    0% {
        opacity: 0.1
    }
    100% {
        opacity: 1
    }
}

@-o-keyframes FlashButton {
    0% {
        opacity: 0.1
    }
    100% {
        opacity: 1
    }
}

@keyframes FlashButton {
    0% {
        opacity: 0.1
    }
    100% {
        opacity: 1
    }
}

#SpinWheel {
    position: relative;
    z-index: 100;
    width: fit-content;
    margin: 0 auto;
    -webkit-animation: FlashButton 1s infinite;
    -moz-animation: FlashButton 1s infinite;
    -o-animation: FlashButton 1s infinite;
    animation: FlashButton 1s infinite;
    display: block;
    text-align: center;
}

.col-center-block {
    float: none;
    display: block;
    margin: 0 auto;
    /* margin-left: auto; margin-right: auto; */
}

@media (max-width: 992px) {

    #LoadPopupLogin {
        max-width: 300px;
        padding: 20px;
    }

    #LoadPopupLogin h2 {
        font-size: 28px;
    }

    #innerBlock {
        padding-top: 0;
    }

    .lineBlock .text-right {
        text-align: center;
    }

    .the_wheel {
        margin-top: 20px;
        position: relative;
        width: 300px;
        height: 386px;
        top:15px;
    }

    #canvas {
        margin: 14px 14px;
        width: 272px;
        padding: 0;

    }
    
    #Header img {
        max-width: 100%!important;
    }

    .the_wheel_inner {
        width: 339px;
        left: -18px;
        top: 0;
    }

    #SpinWheel {
        margin-top: 0;
        margin-left: auto!important;
        top:35px;
    }
    
    #SpinWheel img {
        margin: auto;
    }
}