.validation-error-label {
    margin-top: 7px;
    margin-bottom: 7px;
    margin-left: 2px;
    display: block;
    color: #f44336;
    position: relative;
}

.min-height {
    min-height: 83vh !important;
}

.linear-image {
    background: #fff;
}

.nav-item-hightlight-index {
    background-color: var(--vz-dark-bg-subtle) !important; /* light background on hover */
    padding: 0.5rem 1rem; /* adjust as per your design */
}

.vertical-divider {
    border-left: 1px solid #dee2e6;
    height: 100%;
}

.mb-1-2 {
    margin-bottom: 0.125rem !important;
}