﻿.question {
    display: flex;
    padding: 0;
}

.title {
    font-size: large;
    font-weight: bold;
    align-content: center;
    width: 100%;
}

.is_mandatory {
    font-size: large;
    font-weight: bold;
    color: var(--mdc-theme-error, #b00020);
    padding-left: 0.25vw;
}

.description {
    padding-left: 4px;
}

.spacing {
    padding-bottom: 20px;
}

.validation-message, mdc-text-field-helper-text, mdc-text-field-helper-text--persistent, mdc-text-field-helper-text--validation-msg {
    color: var(--mdc-theme-error, #b00020);
    line-height: 1px;
    padding: 0 0 0 0.5rem;
}
