body {
    background-color: #000;
    color: #f0f0f0;
    padding: 0;
    margin: 0
}

img {
    max-width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: .65em;
    margin-bottom: .35em
}

#site-brand {
    background: #4d0d0d
}

#container {
    position: relative;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-color: #000
}

#container .area {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 122px)
}

#container .draw-area {
    margin-right: 100px;
    display: flex;
    align-items: center;
    justify-content: center
}

#container .wheel-acc {
    position: absolute;
    background-image: url(../../uploads/autobola-wheel.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 360px;
    height: 350px
}

.desktop-content {
    display: none
}

h3.hp-text {
    font-size: 3rem;
    line-height: 1;
    color: #010101;
    -moz-text-shadow: 1px 2px 3px #fff;
    -webkit-text-shadow: 1px 2px 3px #fff;
    text-shadow: 1px 2px 3px #fff
}

.remote-area {
    text-align: center
}

.home-buton {
    text-align: center;
    margin: 3rem 0
}

.home-buton ul {
    display: inline-block;
    list-style: none;
    padding: 0
}

.home-buton ul li {
    display: inline-block;
    margin-right: 3rem
}

.home-buton ul li:last-child {
    margin-right: 0
}

.home-buton ul li img {
    max-width: 400px
}

.vcerror,
.vcvalid {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center
}

.vcvalid {
    display: flex
}

.error-text,
.valid-text {
    position: relative;
    max-width: 90%;
    background: #fff;
    color: #333;
    font-weight: 400;
    padding: 15px 30px;
    text-align: center;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px
}

.valid-text {
    background: rgba(0, 0, 0, .9);
    color: #fff;
    padding: 4rem 1.5rem
}

#vcerror-msg h3,
#vcvalid-msg h3 {
    font-size: 3rem;
    font-weight: 600;
    margin-top: 0;
    text-transform: uppercase
}

#vcerror-msg h3 {
    font-weight: 700;
    margin-bottom: .5rem
}

#vcvalid-msg h3 {
    color: #feb500;
    margin-bottom: 1rem
}

#vcerror-msg p {
    margin-bottom: 1.5rem
}

.vcerror-close,
.vcvalid-close {
    position: absolute;
    background: #feb500;
    border-radius: 100px;
    width: 160px;
    bottom: -20px
}

.vcvalid-close {
    position: relative;
    bottom: 0;
    margin-top: 1rem
}

.vcerror-close button {
    width: 100%;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px
}

.vcform {
    max-width: 95%;
    margin: 0 auto;
    text-align: center
}

.vcform h4 {
    font-weight: 700;
    color: #feb500
}

.vcform form {
    text-align: center
}

.btn {
    width: 180px;
    background: #feb500;
    font-weight: 700;
    text-transform: uppercase;
    padding: 2px 15px;
    font-size: 24px;
    border-radius: 100px
}

.btn.prev-link {
    width: auto;
    font-weight: 600;
    text-transform: capitalize;
    padding: 2px 30px;
    font-size: 16px;
    color: #010101;
    text-shadow: 1px 1px rgba(255, 255, 255, .5)
}

.vcbutton {
    margin: 3rem auto
}

.index-note {
    text-align: center;
    padding-bottom: 15px;
    color: #feb500
}

.index-note p {
    margin: 0
}

.footer-logo {
    padding-bottom: 15px
}

.footerlogo {
    display: flex;
    height: 100%;
    align-items: center
}

#play,
#vcode {
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #007eff;
    padding: 5px 15px;
    text-align: center;
    border-radius: 100px;
    width: 100%
}

#play {
    background-color: transparent;
    color: #fbfbfb;
    border-radius: 5px
}

#play:hover {
    background-color: #007eff;
    color: #fff
}

#logo {
    min-height: 65px;
    width: 100%;
    max-width: 305px;
    display: inline-block;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

#site-brand .wrapper {
    text-align: center
}

#box {
    z-index: 9
}

#box,
#bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5)
}

#welcome {
    width: 800px;
    max-width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 30px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    text-align: center;
    line-height: 1.75;
    letter-spacing: 1px;
    background: #333;
    color: #f0f0f0
}

#agree {
    padding: 10px;
    margin-top: 10px;
    cursor: pointer;
    background: #e3fe24;
    color: #000;
    font-weight: 700;
    border: 1px solid transparent
}

.wheel-button {
    text-align: center
}

.prize-button {
    margin-top: 2rem
}

.prize-button .btn {
    font-size: 15px;
    color: #fff;
    line-height: 1.6;
    max-width: 100%;
    padding: 6px
}

.prize-container h3 {
    font-size: 30px;
    width: 100%
}

.prize-content {
    background: rgba(0, 0, 0, .85);
    height: 445px;
    margin-bottom: 2rem;
    padding: 1rem;
    border-radius: 20px;
    overflow-x: scroll
}

.prize-list {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #fff
}

.prize-list h4,
.prize-list h5 {
    color: #feb500;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase
}

.prize-list h4 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1
}

.item-number,
.item-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%
}

.item-number p {
    font-size: 60px;
    line-height: 1;
    margin: 0
}

.item-content p {
    margin: 0
}

#wheel-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.div-popup_area {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.div-popup_content {
    background: rgba(0, 0, 0, .9);
    color: #fff;
    padding: 4rem 2rem;
    margin: 0 5%;
    max-width: 800px;
    text-align: center;
    line-height: 2
}

.div-popup_content h1 {
    margin-top: 0;
    font-weight: 700
}

.div-popup_content .btn {
    font-size: 18px;
    width: 220px
}

.below {
    margin-top: 10px
}

.below a {
    color: #fff
}

@media only screen and (max-width:824px) {
    #container .area>div {
        max-width: 100%
    }
    .prize-page #container .area>div {
        width: 100%
    }
    #vcode {
        font-size: 1.2em
    }
    #container .area {
        display: flex;
        align-items: center;
        justify-content: center
    }
    .spin-wheel #container .area {
        height: 100vh
    }
    #container .draw-area {
        margin-right: 0;
        text-align: center
    }
    #container .remote-area {
        margin-top: 100px;
        text-align: center
    }
    .draw-area {
        position: relative
    }
    #container .wheel-acc {
        position: absolute
    }
}

@media(max-height:768px) {
    .spin-wheel #container .area {
        height: auto;
        padding: 15% 0
    }
}

@media(max-height:667px) {
    .prize-page #container .area {
        height: auto
    }
}

@media(max-height:600px) {
    body.spin-wheel {
        zoom: .8
    }
}

@media(max-height:480px) {
    body.main {
        zoom: .95
    }
    body.main #container .area {
        height: auto;
        padding: 15% 0
    }
}

.redgra {
    background: rgb(250, 0, 8);
    background: linear-gradient(180deg, rgba(250, 0, 8, 1) 50%, rgba(85, 10, 14, 1) 100%);
    border: 1px solid rgba(85, 10, 14, 1)
}

.greengra {
    background: rgb(73, 198, 10);
    background: linear-gradient(180deg, rgba(73, 198, 10, 1) 50%, rgba(11, 88, 20, 1) 100%);
    border: 1px solid rgba(11, 88, 20, 1)
}

#vcode {
    font-size: 1.25em
}

@media only screen and (max-width:425px) {
    #container {
        top: 0
    }
    #container .remote-area {
        margin-top: 80px
    }
}

footer {
    background: #4d0d0d;
    text-align: center
}

.copyright {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media(min-width:820px) {
    .mobile-content {
        display: none
    }
    .desktop-content {
        display: block;
        text-align: center
    }
}

#prize-alert {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.prize-alert-wrapper {
    background: #010101;
    color: #fff;
    width: 90%;
    padding: 30px 15px;
    text-align: center
}

.prize-alert-wrapper h3 {
    margin-top: 0
}