.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.content {
    text-align: center;
}

.title {
    font-size: 84px;
}

.links>a {
    color: #1d1d1b !important;
    padding: 0 25px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.m-b-md {
    margin-bottom: 30px;
}

.select2-selection__rendered {
    line-height: 58px !important;
    padding-left: 35px !important;
    color: #777777 !important;
}

.select2-container .select2-selection--single {
    height: 60px !important;
    background-color: #f3f4fa;
    border: 2px solid #e4e4e4;
}

.select2-selection__arrow {
    height: 59px !important;
}

.select-custom-form {
    margin-bottom: 18px;
    max-width: 510px;
}

.form-check h3 a {
    color: #3C3930;
}

.validate-terms {
    color: red;
    margin-bottom: 10px;
}

.interest-quiz-title {
    color: white;
    text-align: center;
}

.question_type_interest_quiz_img {
    max-width: 30%;
    margin-top: 10px;
}

.position-relative-interest {
    width: 100%;
}

.quiz-details-option-interest textarea {
    width: 100%;
}

.option-selector-interest {
    text-align: center;
    font-weight: bold;
}

@media screen and (max-width: 480px) {
    .quiz-details-option-interest {
        padding: 55px 20px 45px 20px;
    }
}

.custom-hide-button {
    display: unset !important;
    mix-blend-mode: color !important;
}

.quiz-title h4 {
    color: #1d1d1b;
    text-align: center;
    padding-top: 15px;
}

.interest-quiz-title-custom {
    padding-bottom: 20px;
}

.interest-quiz-title-custom h1, .interest-quiz-title-custom h3 {
    color: black;
}

.wizard-forms-custom {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    border-bottom: 1px solid #bfbfbf;
}

.start-quiz-item {
    height: auto !important;
    text-align: center !important;
}

.exp-label {
    line-height: initial !important;
}

.quiz-details-option-custom {
    width: 100%;
}

.quiz-multiple-label {
    max-width: 80%;
}

.justify-p-custom {
    text-align: justify;
}

.img-thank-correct {
    width: 25%;
    margin-top: 15px;
}

.wrapper-custom-thankyou {
    min-height: 71vh;
}

.wrapper-custom-main {
    min-height: 80vh;
}

.links-custom {
    text-align: center;
    margin: 50px 0px 15px 0px;
}

@media (min-width:990px) {
    .quiz-title h4 {
        font-size: 25px;
    }

    .wizard-forms-custom {
        /* margin-top: 10px; */
    }
}

.quiz-details-option {
    padding: 20px 20px 15px 20px !important;
}

.quiz-option-selector textarea {
    width: 100%;
}

.quiz-option-selector input {
    width: 100%;
}

.quiz-top-area {
    color: #fff;
}