

/* Start:/local/templates/technobearing/components/technobearing/form/quiz-page/style.css?17720120652858*/
.quiz-page-wrap.modal {
    position: static;
    transform: none;
    max-width: 600px;
    padding: 24px 0 36px 0;
}

.quiz-page-content {
    border-radius: 12px;
    background: #EFF5FE;
    padding: 24px;
}

@media (max-width: 1200px) {
    .quiz-page-wrap.modal .modal-content {
        max-height: none !important;
    }
}

.quiz-page-wrap.modal .modal-content .leave-a-request {
    margin: 0;
    gap: 0;
    width: 100%;
    max-width: 100%;
}

.quiz-page-info {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 0 0 24px 0;
}

.quiz-page-step-counter {
    text-align: center;
    color: #F24E40;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    padding: 0 0 16px 0;
}
.quiz-page-step-counter span {
    color: #8B8B8B;
}

.quiz-page-quest {
    color: #230856;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding: 0 0 20px 0;
}

.quiz-page-stars {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
    gap: 16px;
}

.quiz-page-stars-text-1, .quiz-page-stars-text-2 {
    color: #8B8B8B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 145px;
}

@media (max-width: 580px) {
    .quiz-page-stars-text-1, .quiz-page-stars-text-2 {
        display: none;
    }
}

.quiz-page-stars-text-1 {
    text-align: right;
}

.quiz-page-stars-text-2 {
    text-align: left;
}

.quiz-page .useful-feedback-stars {
    justify-content: center;
    height: 40px;
    margin-bottom: 0;
    width: 224px;
}
@media (width <= 380px) {
    .quiz-page .useful-feedback-stars {
        width: 100%;
    }
}

.quiz-page .useful-feedback-stars label {
    width: 40px;
    height: 40px;
}
.quiz-page .useful-feedback-stars label svg {
    width: 38px;
    height: 38px;
}

.quiz-page-wrap.modal .modal-content form textarea {
    width: 100%;
    max-width: 100%;
    min-height: 154px;
    max-height: 254px;
    padding: 12px;
    font-style: normal;
    border-radius: 4px;
    resize: vertical;
    border: 1px solid #D6D6D6;
    background: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

.quiz-page .btn {
    width: 100%;
    margin-top: 35px;
}

.quiz-page-wrap.modal .modal-messages {
    position: static;
}
.quiz-page-wrap.modal.sucsses .modal-messages {
    max-width: 600px;
}
.quiz-page-wrap.modal.sucsses .modal-messages .modal-messages-title {
    color: #230856;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.modal-messages-inner {
    border-radius: 12px;
    background: #EFF5FE;
    padding: 48px 24px;
    width: 100%;
}



/* End */
/* /local/templates/technobearing/components/technobearing/form/quiz-page/style.css?17720120652858 */
