.form-label-sub {


}

@media (min-width: 992px) {
    .header {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        position: relative;
        z-index: 2;
        height: 20px;
        transition: left .3s ease
    }
}

#quick-add-form {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.5rem;
}
#quick-add-form > * {
    white-space: nowrap;
}


.jxs-data-table-left-col {
    padding-left: 15px;
}