

/* Start:/local/components/mns/review.info/templates/.default/style.css?17806394362655*/
.survey {
    max-width: 720px;
    margin: 0 auto;
}

.survey__intro {
    color: #727270;
    text-align: center;
}

.survey__question {
    padding: 24px 0;
    border-bottom: 1px solid #ebebeb;
}

.survey__question:last-of-type {
    border-bottom: none;
}

.survey__title {
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 16px;
}

.survey__required {
    color: #c0392b;
}

.survey__options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}

.survey__option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
    margin: 0;
    cursor: pointer;
    line-height: 1.4;
}

.survey__option input[type=radio],
.survey__option input[type=checkbox] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    accent-color: #00654d;
    cursor: pointer;
}

.survey__textarea {
    width: 100%;
    min-height: 120px;
    padding: 12px 16px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    resize: vertical;
    -webkit-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}

.survey__textarea:hover,
.survey__textarea:focus {
    border-color: #007a65;
    outline: none;
}

.survey__other-textarea {
    min-height: 80px;
    margin-top: 4px;
}

.survey__other-textarea:disabled {
    background-color: #ebebeb;
    cursor: not-allowed;
}

.survey__actions {
    padding-top: 24px;
    text-align: center;
}

.survey .button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.survey-success-modal .modal-content {
    border-radius: 10px;
}

.survey-success-modal .modal-header {
    padding: 16px 16px 0;
    border: none;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.survey-success-modal .btn-close {
    margin: 0;
    padding: 0;
    width: 2rem;
    height: 2rem;
    background-position: center;
    background-size: 1rem;
    opacity: 0.65;
}

.survey-success-modal .btn-close:hover {
    opacity: 1;
}

.survey-success-modal .modal-body {
    padding: 8px 24px 32px;
    text-align: center;
}

.survey-success-modal .bi-check-circle-fill {
    font-size: 48px;
    color: #007a65;
}
/* End */
/* /local/components/mns/review.info/templates/.default/style.css?17806394362655 */
