#lead-frame {
	background-color: grey;
    display: flex;
    flex-wrap: wrap;
    height: 39em;
    position: relative;
    min-width: 100%;
}

.lead-page {
    width:100%;
    height:90%;
    
    /* TEMPORARY */
}

#lead-control {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.lead-control-panel{
    display: flex;
    width: 100%;
    height: 10%;
}

#lead-control-percent {
	height: 100%;
    width: 0%;
    background-color: blue;
    text-align: center;
}

#lead-control-message {
	margin: 0 auto;
    overflow: hidden;
}

#lead-control-next {
    height: 100%;
    min-width: 69%;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: blue;
    background: linear-gradient(90deg, white, goldenrod);
}

#lead-control-previous {
	height: 100%;
    width: 100%;
    min-width: 29%;
    text-align: center;
    color: blue;
    background: white;
    border-right: 2px solid black;
}


#stupid-lead-fix {
	height: 100%;
    width: 10%;
    position: absolute;
}
.choice {
    display: none;
}

.choice-group {
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.choice-form {
    display: none;
    flex-direction: column;
}

.choice-form-item{
    display: flex;
    flex-direction: column;
    padding: 0.2em 1em;
}

.choice-option {
    text-align: center;
    margin: auto;
    width: 21%;
}
.choice-option img {
    width: 100%;
}
.choice-option input[type='radio'], .choice-option input[type='checkbox']{
    display: none;
}
.choice-active {
    display: flex;
    flex-direction: column;
}

.bigger{
    width: 30%;
}

.g-recaptcha {
    display: block;
    margin: 10px auto;
}