.hidden{
    display: none;
}

.sign-user_card{
    position: relative;
}

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

.evaluation-name{
    margin-top: 30px;
    width: 80%;
}

.setting-wrapper{
    padding-bottom: 100px;
}

.a-border{
    margin-bottom: 3rem;
}

.btn-annul{
    background-color: grey;
    color: white;
    border-radius: 13px!important;
}

.btn-annul:hover{
    background-color: grey;
    color: white;
    border-radius: 13px!important;
}

/* QUESTIONS */
.sign-user_card{
    background-color: var(--iq-body-bg);
    margin-top: 25px;
    border: 1px solid #3a3a3a;
    border-radius: 18px;
    padding: 30px;
    min-height: 50vh;
}
.setting-wrapper{
    min-height: 100vh;
}
.radio-btn-custom
{
    height: 25px!important;
    width: 25px!important;
    min-width: 25px!important;
    min-height: 25px!important;
}
.checkBox-btn-custom
{
    height: 25px!important;
    width: 25px!important;
}
.form-control.response-text{
    border-color: transparent;
    line-height: inherit;
    border-radius: 3px;
    height: fit-content;
}
.form-control.response-textaera{
    border-color: #e8e4e1;
    line-height: inherit;
    border-radius: 3px;
    height: fit-content;
    background-color: white;
}
.evaluation-description{
    font-style: italic;
}

.questionValidationContainer{
    display: flex;
}

.form-text-title{
    font-weight: 600;
    font-size: 25px;
}

.question-number{
    margin-right: 5px;
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
}

/* RESULT */
#level-result-container{
    height: 170px;
}

.level-result-render{
    padding: 35px;
    border: 1px solid var(--iq-footer-bg);
    border-radius: 17px;
    position: relative;
}

.level-result-title{
    position: absolute;
    top: -12px;
    background-color: white;
    padding: 0px 24px;
    border-radius: 25px;
    border: 1px solid var(--iq-footer-bg);
    font-weight: 500;
}

#endQuizMessage{
    font-weight: 600;
}

.badge-pill-level-render{
    width: fit-content;
    border: 2px solid var(--iq-primary-hover4);
    display: flex;
    justify-content: center;
    padding: 0 25px;
    border-radius: 20px;
}

.btn-hover {
    border-radius: 13px!important;
    background: var(--iq-primary-hover);
    border: 1px solid var(--iq-primary-hover);
}

.btn-hover:before {
    border-radius: 13px!important;
    background: var(--iq-primary-hover5);
    border: 1px solid var(--iq-primary-hover5);
}

/* EXPLANATIONS */
.explanation-container{
    border: 1px solid var(--iq-footer-bg);
    border-radius: 17px;
    position: relative;
}

.explanation-title{
    position: absolute;
    top: -12px;
    background-color: white;
    padding: 0px 24px;
    border-radius: 25px;
    border: 1px solid var(--iq-footer-bg);
    font-weight: 500;
}

/* EXPRESSION PART */
#expressionPart{
    display: none;
}

.note-editable{
    line-height: 10px!important;
    background-color: white;
}

.expressionValidationContainer{
    display: flex;
}

/* CONTACT PART */
#contactPart{
    display: none;
}

#contactPart .form-control{
    border-color: #e8e4e1;
    line-height: inherit;
    border-radius: 3px;
    height: fit-content;
    background-color: white;
}

#contactPart .form-label{
    font-weight: 600;
    font-size: 15px;
    color: black;
}

.contactValidationContainer{
    margin-top: 20px;
}

#tipsContactContainer{
    display: none;
}

.tips-contact{
    font-size: 15px;
    border: 1px solid var(--iq-primary-hover);
    padding: 10px;
    border-radius: 13px;
}

