.valign-middle{
    width: 100%;
    height: 100%;
    display: table;
}

.valign-middle > div{
    width: 100%;
    height: 100%;
    display: table-row;
}

.valign-middle  > div > div{
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.layer-fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.layer-absolute{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
}

.bg-waver{
    background: url(./images/waver.svg) center center;
    background-size: 500%;
}

.bg-question{
    background: radial-gradient(circle, var(--secondary-color-tint2, #3179a5) 0%, var(--secondary-color-tint3, #0d3c61) 66%, var(--secondary-color-tint4, #041e32) 100%);
}

.register-header{
    width: 101%;
    height: 75px;
    background: linear-gradient(180deg, var(--secondary-color, #0c3754) 0%, var(--secondary-color-tint, #0c3754) 100%);
    text-align: center;
}

.register-header img{
    max-height: 80px;
    position: relative;
    top: 25px;
    margin: auto;
}

.register-image{
    width: 375px;
    margin: 65px auto;
}

.register-image svg{
    position: absolute;
    width: 375px;
}

.register-image h1{
    position: absolute;
    text-align: center;
    width: 375px;
    margin-top: 115px;
    font-family: 'Slimfit-Shadowed';
    text-transform: uppercase;
    font-size: 54px;
}

.register-image h2{
    position: absolute;
    text-align: center;
    width: 375px;
    margin-top: 80px;
    font-family: 'Ubuntu';
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
}

.register-form{
    position: absolute;
    width: 100%;
    top: 475px;
    text-align: center;
}

.register-form input{
    width: 80%;
    border: none;
    border-radius: 36px;
    font-size: 18px;
    line-height: 50px;
    color: #000000;
    text-align: center;
    font-family: 'Ubuntu';
    font-weight: 700;
}

.register-form button{
    width: 80%;
    border: none;
    border-radius: 36px;
    background: #27a1cf;
    color: #ffffff;
    padding: 15px 25px;
    font-size: 18px;
    margin-top: 20px;
    font-family: 'Ubuntu';
}

.photo-upload{
    text-align: center;
    padding: 50px;
    font-family: 'Ubuntu';
    font-size: 26px;
    font-weight: 500;
    color: #ffffff;
}

.photo-upload p{
    margin-bottom: 30px;
}

.uploader{
    text-align: center;
    margin: auto;
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: 75px;
}

.uploader > input, .uploader > button{
    position: absolute;
    width: 75%;
    height: 60px;
    display: block;
    margin-left: 12.5%;
}

.uploader > button{
    background-color: var(--secondary-color, #0c3754);
    background-image: url(../images/camera.png);
    background-position: 25px center;
    background-repeat: no-repeat;
    color: #ffffff;
    padding-left: 55px;
    font-family: 'Ubuntu';
    font-weight: 500;
    font-size: 22px;
    border-radius: 60px;
    border: none;
}

.uploader > input{
    opacity: 0;
}

.confirm{
    text-align: center;
    margin: auto;
    left: 0;
    width: 100%;
    margin-top: 175px;
    
}

.confirm > button{
    background-color: var(--primary-color, #0c3754);
    color: #ffffff;
    padding: 20px 50px;
    font-family: 'Ubuntu';
    font-weight: 500;
    font-size: 22px;
    border-radius: 60px;
    border: none;
    background: #27a1cf;
}


.wait-quiz{
    padding: 50px;
    color: #ffffff;
    font-size: 22px;
    text-align: center;
}

.wait-quiz .team-image{
    width: 250px;
    height: 250px;
    background-position: center center;
    background-size: cover;
    border-radius: 100%;
    border: 10px solid #ffffff;
    margin: 50px auto;
}

.wait-quiz hr{
    width: 75%;
}

.wait-quiz h1{
    font-family: 'Playpen Sans';
    font-size: 36px;
}

.gif{
    width: 260px;
    height: 260px;
    border: 8px solid #ffffff;
    background-position: center center;
    background-size: cover;
    margin: 50px auto;
}

.wait-question{
    padding: 50px;
    text-align: center;
    color: #ffffff;
    font-size: 22px;
}

.wait-question hr{
    height: 0px;
    max-height: 0px;
    border-top: 15px var(--primary-color, #f9b719) solid;
    border-radius: 35px;
    width: 100%;
    margin-top: 50px;
}

.question-answer{
    text-align: center;
}

.question-answer ul{
    list-style: none;
    margin: 75px 0 50px 0;
    text-align: center;
    position: relative;
    left: -15px;
}

.question-answer ul.selected li{
    opacity: .5;
}

.question-answer ul.selected li.selected{
    opacity: 1;
}

.question-answer ul li{
    width: 95%;
    height: 60px;
    display: inline-block;
    vertical-align: top;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 25px;
    margin-bottom: 35px;
}

.question-answer ul li.opacity{
    opacity: .35;
}

.question-answer ul li span.leaf{
    display: block;
    background: url(../images/leaf.svg) no-repeat left;
    background-size: 75px;
    width: 75px;
    height: 49px;
    text-align: center;
    line-height: 49px;
    font-size: 24px;
    position: absolute;
    margin: -25px;
    font-family: 'Duran-Bold';
}

.question-answer ul li > div{
    text-align: left;
    font-family: 'Ubuntu';
    font-size: 18px;;
    font-weight: 500;
    color: #ffffff;
    padding-left: 35px;
}


.question-red{
    background: linear-gradient(180deg, #e30613 0%, #ae0d08 100%);
}

.question-red .leaf{
    color: #ae0d08;
}

.question-blue{
    background: linear-gradient(180deg, #0012ff 0%, #040e8f 100%);
}

.question-blue .leaf{
    color: #040e8f;
}

.question-yellow{
    background: linear-gradient(180deg, #f9b719 0%, #e1830a 100%);
}

.question-yellow .leaf{
    color: #e1830a;
}

.question-green{
    background: linear-gradient(180deg, #00bd16 0%, #028110 100%);
}

.question-green .leaf{
    color: #028110;
}

.question-answer button{
    width: 80%;
    border: none;
    border-radius: 36px;
    background: #27a1cf;
    color: #ffffff;
    padding: 15px 25px;
    font-size: 18px;
    font-family: 'Ubuntu';
}