/**
 * INPUT FIELD
 *
*/
.rtds-input-field.has-error textarea {
    border-width: 2px;
    border-color: var(--color-error-dark);
}
