﻿
/* generic  Radzen FormField adornment */
.rz-formfield-end {
    display: inline-flex;
    align-items: center;
    height: 100%;
}

/* generic End separator for Radzen FormField adornments */
.rz-end-separator {
    width: 1px;
    align-self: stretch;
    background: var(--rz-border-color, rgba(0,0,0,.18));
    margin: 0 .35rem;
    border-radius: 1px;
}

/* unit adornment */
.rz-formfield-unit {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    color: var(--rz-text-secondary-color, #666);
    font-size: .875rem;
    white-space: nowrap;
}