.field-validation-error {
    color: red;
    font-size: 0.9em;
    font-weight: bold;
}

.form-group label {
    font-size: 0.9em;
    line-height: 1.5;
    font-weight: 600;
}

.svg-legend {
    position: absolute;
    top: -999em;
    width: 0;
    height: 0;
}

.svg_icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor
}

.info-popup {
    background: #f9f8f8;
    border: 1px solid #c6c6c6;
    padding: 50px;
}
