.truncate-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;   
    display: inline-block; /* required for ellipsis to apply */
}

.required-icon {
    color: var(--rz-form-error-color);
    margin-left: 4px;
    display: flex;
    align-items: center;
    padding-top: 4px; /* needed to center the star character */
}

.form-row-spacing {
    margin-top: 15px;
}

/* Allow browser to size columns based on content */
.auto-table table {
    table-layout: auto !important;
}

