/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

a#start {
    position: absolute;
    top: 30vh;
    left: 0;
    width: 100%;
    height: 50%;
    cursor: pointer;
    z-index: 300;
    opacity: 0;
}

a#myaudio-play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 3000;
    opacity: 0;
}

.noseEliott {
    /*background-image:url('http://www.hh2015.dev-shm.net/images/ppl/noseEliott.jpg');*/
    background-size:300%;
    background-repeat:no-repeat;
    transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    background-position: -100px -500px;

}
.noseEliott:hover {
    background-size:100%;
    background-position: 0px 0px;
}
#viewbox {
    /*overflow: hidden;*/
    /*overflow-y: hidden;*/
    overflow: hidden;
    width: 100%;
    height: 200px;
    /*border: solid 1px #000;*/
    position: relative;
    left: 5%;
}
#viewbox .wrapper {
    position: relative;
}
#viewbox ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#viewbox li {
    /*display: block;*/
    width: 100%;
    height: 200px;
    text-align: center;
    font-size: 100px;
    line-height: 1;
    /*color: rgba(252,147,0,0.8);*/
    color: rgba(231,142,51,0.8);
    margin-bottom: 0;
    align-items: center;
    display: flex;
    justify-content: center;
    font-weight: 900;
}

img.congrats-gif {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    object-fit: cover;
}

.login-page .cleanlogin-container {
    border: 0;
    padding: 0;
    box-shadow: none;
}

.login-page .cleanlogin-form {
    margin-bottom: 0;
}

.login-page .cleanlogin-form input[type=text], .login-page .cleanlogin-form input[type=password] {
    border-radius: 5px;
    background: #FFF;
    padding: 5px 10px !important;
    text-align: center;
}

.login-page .cleanlogin-form label {
    display: none;
}

.login-page .cleanlogin-form input[type=submit] {
    height: auto;
    background: #d1d3d4;
    color: #135c64;
    border-radius: 40px;
    width: auto;
    padding: 5px 60px;
    text-transform: none;
    line-height: 1;
    margin-top: 30px;
    margin-bottom: 0;
}

.login-page .cleanlogin-field {
    position: relative;
    margin-bottom: 0;
}

.login-page .cleanlogin-form i.bi {
    position: absolute;
    top: 5px;
}

.login-page .cleanlogin-field-remember {
    display: none;
}

.login-page .cleanlogin-form-bottom {
    height: auto;
}

.login-page .img {
    margin-bottom: 50px !important;
}

.campaign-draw.campaign-start .banner .bg {
    background-image: url(/wp-content/uploads/2022/04/Aspen_DOWN-MACHINE-2.png) !important;
}

.participant-details {
    padding: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.congrats-title {
    position: absolute;
    top: 25%;
    width: 100%;
    text-align: center;
}

.congrats-title h1 {
    font-size: 50px;
    color: #FFF;
    text-transform: uppercase;
    padding-right: 6.5%;
}

.participant-details p {
    color: #FFF;
}

.row.campaign-logo {
    position: absolute;
    top: 0;
    max-width: none;
    left: 0;
    width: 100%;
    z-index: 781;
    right: auto;
    margin: 0 auto;
}

.campaign-frontend-form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9120323121;
    background: var(--primary-color);
    padding: 15px;
}

.campaign-frontend-form .row, .please-turn-landscape .row {
    margin: 0 auto;
    display: flex;
    align-content: center;
    height: 100%;
}

.campaign-frontend-form .row {
    overflow-y: auto;
    align-content: baseline;
}

.campaign-frontend-form .form-icon {
    width: 30%;
}

.campaign-frontend-form h3 {
    margin-bottom: 50px;
}

.campaign-frontend-form input[type=text] {
    background: #FFF;
    border-radius: 5px;
    text-align: center;
}

.campaign-frontend-form input[type=submit].button {
    padding: 5px 50px;
    border-radius: 99px;
    color: var(--primary-color);
    text-transform: none;
    background: #ccc;
    line-height: 1;
    height: auto;
    min-height: 0;
    margin-top: 30px;
}

.back2home-link {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 20%;
    z-index: 80000;
    padding-right: 6.5%;
}

.back2home-link a {
    text-decoration: underline;
    color: #FFF;
}

.back2home-link a:hover {
    color: #FFF;
}

body:not(.ux-builder-iframe) .campaign-congrats.section {
    z-index: 1923222222;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: var(--primary-color);
}

body.dont-show-winner .campaign-congrats.section {
    display: block;
}

.please-turn-landscape {
    display: none;
}

.campaign-details p, .campagin-details {
    text-transform: uppercase;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid transparent;
    -webkit-text-fill-color: #333;
    -webkit-box-shadow: 0 0 0px 1000px #000 inset;
    transition: background-color 5000s ease-in-out 0s;
    outline: 0;
    box-shadow: none;
    color: #000;
}

form.cleanlogin-form input:-webkit-autofill, form.cleanlogin-form input:-webkit-autofill:hover, form.cleanlogin-form input:-webkit-autofill:focus, form.cleanlogin-form textarea:-webkit-autofill, form.cleanlogin-form textarea:-webkit-autofill:hover, form.cleanlogin-form textarea:-webkit-autofill:focus, form.cleanlogin-form select:-webkit-autofill, form.cleanlogin-form select:-webkit-autofill:hover, form.cleanlogin-form select:-webkit-autofill:focus,form#pp_login_2 input:-webkit-autofill, form#pp_login_2 input:-webkit-autofill:hover, form#pp_login_2 input:-webkit-autofill:focus, form#pp_login_2 textarea:-webkit-autofill, form#pp_login_2 textarea:-webkit-autofill:hover, form#pp_login_2 textarea:-webkit-autofill:focus, form#pp_login_2 select:-webkit-autofill, form#pp_login_2 select:-webkit-autofill:hover, form#pp_login_2 select:-webkit-autofill:focus, form#pp_login_3 input:-webkit-autofill, form#pp_login_3 input:-webkit-autofill:hover, form#pp_login_3 input:-webkit-autofill:focus, form#pp_login_3 textarea:-webkit-autofill, form#pp_login_3 textarea:-webkit-autofill:hover, form#pp_login_3 textarea:-webkit-autofill:focus, form#pp_login_3 select:-webkit-autofill, form#pp_login_3 select:-webkit-autofill:hover, form#pp_login_3 select:-webkit-autofill:focus, .pp-password-reset-handler-wrap .pp-reset-password-form input:-webkit-autofill, .pp-password-reset-handler-wrap .pp-reset-password-form input:-webkit-autofill:hover, .pp-password-reset-handler-wrap .pp-reset-password-form input:-webkit-autofill:focus, .pp-password-reset-wrap .pp-password-reset input:-webkit-autofill, .pp-password-reset-wrap .pp-password-reset input:-webkit-autofill:hover, .pp-password-reset-wrap .pp-password-reset input:-webkit-autofill:focus,
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-webkit-autofill, .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-webkit-autofill:focus {
    border: 0 !important;
    border-bottom: 1px solid rgba(19, 92, 100, 0.5) !important;
    -webkit-text-fill-color: #333;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    transition: background-color 5000s ease-in-out 0s !important;
    outline: 0;
    box-shadow: none;
    color: #000;
}

#slotmachine {
    /*left: 5%;*/
}

.winner-list {
    background: rgba(0,0,0,0.3);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 123231;
    top: 0;
    left: 0;
}

/*
.winner-list-close {
    position: fixed;
    width: calc(100vw - 60px);
    height: calc(100vh - 60px);
    z-index: 123231;
    top: 30px;
    left: 30px;
}
*/

/*
.winner-names-close h3 {
    position: absolute;
    top: calc(25vh - 80px);
    font-size: 50px;
    font-weight: 700 !important;
}
 */

.winner-names, .winner-names-close {
    width: calc(100vw - 60px);
    padding: 50px;
    height: calc(100vh - 60px);
    border-radius: 30px;
    overflow: hidden;
    z-index: 123231;
    top: 30px;
    left: 30px;
    position: fixed;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.winner-names h3, .winner-names-close h3 {
    font-size: 50px;
    font-weight: 400;
}

.winner-names li, .winner-names-close li {
    color: #FFF;
    width: 50%;
    float: left;
    font-size: 24px;
}

.winner-names ol, .winner-names-close ol {
    margin: 0;
    overflow-y: scroll;
    padding-left: 60px;
    padding-right: 100px;
    height: calc(100% - 90px);
}

/*
.winner-names-close .name-close-inner {
    width: calc(100vw - 60px);
    padding: 50px;
    height: calc(100vh - 170px);
    height: 50vh;
    top: 25vh;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    z-index: 123231;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
 */

/*
.winner-names-close .name-close-inner ol {
    margin: 0;
    overflow-y: scroll;
    padding-left: 60px;
    height: 100%;
}
 */

.winner-buttons {
    position: absolute;
    right: 50px;
    width: 80px;
    bottom: 30px;
}

.winner-buttons a {
    padding: 5px;
    height: 80px;
    border-radius: 100px;
    width: 80px;
    text-align: center;
    display: inline-flex;
    margin: 5px 0;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    line-height: 1.2;
}

.winner-buttons a:hover {
    text-decoration: none;
}

.winner-buttons span {
    padding: 5px;
    height: 80px;
    border-radius: 100px;
    width: 80px;
    text-align: center;
    display: inline-flex;
    margin: 5px 0;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    line-height: 1.2;
}

body.winner-popup-on {
    overflow: hidden;
}

body.winner-popup-off {
    overflow: hidden;
}

body.winner-popup-on .row.campaign-logo {
    z-index: 1;
}

body.winner-popup-off .banner {
    visibility: hidden;
}

body.winner-popup-off #start {
    display: none;
}

body.display-winner #start {
    display: none;
}

.campaign-draw audio {
    position: absolute;
    bottom: 0;right: 0;
    z-index: 12321;
}

.cleanlogin-form a.cleanlogin-form-register-link, .cleanlogin-preview a.cleanlogin-preview-logout-link {
    color: #FFF;
    float: none !important;
    text-align: center !important;
}

@media screen and (max-width: 767px) {

}

@media print {

}

@media screen and (orientation: portrait) {
    .please-turn-landscape {
        display: block;
        z-index: 19232222231222;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: var(--primary-color);
    }
}