@import  url(https://fonts.googleapis.com/css?family=Fjalla+One);
@import  url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import  url('https://fonts.googleapis.com/css?family=Roboto');
.peg,
.wheelSVG {
    visibility: hidden
}
.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}
.animated.infinite {
    animation-iteration-count: infinite
}
.animated.hinge {
    animation-duration: 2s
}
@keyframes  zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}
.zoomIn {
    animation-name: zoomIn
}
@keyframes  shake {
    from, to {
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}
.shake {
    animation-name: shake
}
.wheelContainer,
body,
html {
    margin: 0;
    padding: 0;
    text-align: center
}
a:active,
a:hover,
a:link,
a:visited {
    color: #F1DC16
}
.centerCircle,
.valueContainer,
.wheelOutline,
.wheelText {
    pointer-events: none
}
body {
    background-color: #c28ab2;
    overflow:hidden;
    font-family:'Roboto', Arial, sans-serif;
    color: #ffffff
}
.btn-submit-form-ok,
.form-group input {
    background: #ffffff;
    color: #c28ab2
}
body,
html {
    margin: 0;
    padding: 0
}
.wheelContainer {
    float: left
}
.wheelText {
    text-anchor: middle;
    -webkit-user-select: none;
    user-select: none
}
.toast {
    display: none
}
@media  only screen and (max-height: 480px) {
    .wheelContainer {
        top: 70px
    }
}
.signupContainer,
.winContainer {
    width: 64%;
    float: right;
    padding: 0 3%;
    position: relative;
}
.signupContainer p{
    margin-top: 5px;
    margin-bottom: 5px;
}
.singup-logo {
    max-width: 200px;
    max-height: 50px;
}
.text-heading {
    font-size: 25px;
    font-weight: 700
}
.form-group {
    margin: auto auto 15px;
    width: 100%;
    max-width: 400px;
    display: inline-flex
}
.form-group input {
    width: 100%;
    max-width: 370px;
    padding: 0 15px;
    border-radius: 2px;
    border: 0;
    height: 37px;
    font-weight: 700;
    outline: 0
}
.btn-submit-form,
.btn-submit-form-ok,
.copy-button {
    border: 0;
    background: #ffffff;
    border-radius: 2px;
    width: 100%;
    height: 37px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    color: #c28ab2;
    cursor:pointer;
    outline:0
}
.textInfo {
    font-size: 11px;
    font-weight: 400;
    color: #ffffff
}
#overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    background: #384f66;
    z-index: 1000
}
.wheelContainer,
.wheelSVG {
    overflow: visible!important;
    position: absolute;
    height: 100%
}
#overlay p {
    padding-top: 30%;
    font-size: 30px
}
.wheelContainer {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 1;
    font-family: 'Shadows Into Light Two', sans-serif!important;
    left: 3%;
    width: 65%;
    margin-top: 0
}
.wheelSVG {
    padding: 5px;
    width: 100%;
    transform: rotate(55deg)
}
.wheelLogo {
    transform: rotate(-55deg);
    transform-origin: 512px 383px
}
.coupon,
.win_text {
    font-style: italic;
    text-decoration: underline
}

.closeButton {
    position: absolute;
    top: 20px;
    right: 20px;
}
.closeButton i {
    font-size: 25px;
    color: #ffffff;
}
.powered-link {
    position: absolute;
    bottom: 10px;
    right: 20px;
    font-size: 12px;
}
.powered-link a {
    color: #ffffff;
}
