#question-content {
    min-height: 90vh;
    height: auto;
    background: #fff;
}

.wrapper-logo-question {
    display: flex;
    height: 33vh;
    align-items: flex-end;
    justify-content: center;
}

.campaign-title {
    font-weight: 600
}

/*.wrapper-question-label {*/
/*    display: flex;*/
/*    justify-content: left;*/
/*    align-items: center;*/
/*    height: 18vh;*/
/*}*/

.wrapper-action {
    display: flex;
    justify-content: right;
    align-items: center;
    height: auto;
}

.question-card {
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 15px;
    border-radius: 7px;
}

.question-card:hover {
    background-color: rgba(111, 111, 111, 0.08)
}

.question-card input {
    min-height: 20px;
    min-width: 20px;
}

.wrapper-action .btn {
    width: 140px;
    padding: 12px;
}

.wrapper-question {
    height: auto;
}

#question-content .question-card {
    min-height: 30px;
    margin-bottom: 12px;
    border: 1px solid #474747
}

.required-question {
    font-size: 11px;
    color: #f80808
}

.opt-icon {
    margin-top: 30px;
    margin-bottom: 20px
}

.card-block {
    width: 215px;
    border: 1px solid lightgrey;
    border-radius: 5px !important;
    background-color: #FAFAFA;
    margin-bottom: 30px
}

.radio {
    display: inline-block;
    border-radius: 0;
    box-sizing: border-box;
    cursor: pointer;
    color: #000;
    font-weight: 500;
    opacity: 0.6;
}

.radio.selected {
    box-shadow: 0px 8px 16px 0px #EEEEEE;
    opacity: 1;
}

.radio:hover {
    background-color: #d7f5e8;
    opacity: 1;
}

.selected {
    background-color: #e0f2ea;
}
.progress-bar-animated{ background: #f86c02 }
.action{ background: #03446A; color: white; margin: 16px; border: none; }

legend {
    padding-bottom: 14px;
    text-align: left;
}
fieldset {
    margin-bottom: 14px;
    padding-bottom: 14px;
}
fieldset, input[type="button"] {
    border: 0;
}
input[type="button"] {
    background-color: #ED5A48;
    color: #fff;
    cursor: pointer;
    width: 87px;
    height: 44px;
}
input[type="text"] {
    border: 1px solid #F4F3F3;
    height: 64px;
    width: 160px;
}
.numeric-choice{
    min-height: 38vh;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.three-max{ text-align: center }

.responsive-text {
    text-align: center;
    display: block;
}

@media (min-width: 768px) {
    .responsive-text {
        text-align: left;
    }
}