.u-flex {
    display: flex !important;
}

.u-items-center {
    align-items: center !important;
}

.u-items-end {
    align-items: flex-end !important;
}

.u-mb-0 {
    margin-bottom: 0 !important;
}

.u-mb {
    margin-bottom: var(--u-margin-bottom, 22px) !important;
}

.u-gap {
    gap: var(--u-gap, 1rem) !important;
}

.u-display-inline-block {
    display: inline-block !important;
}

.u-color-red {
    color: red !important;
}

.u-font-size {
    font-size: var(--u-font-size, 14px) !important;
}

.u-font-weight {
    font-weight: var(--u-font-bold, 700) !important;
}

.u-important {
    font-size: 14px;
    color: red;
    background-color: #ff000029;
    padding: 4px 8px;
    border: solid 1px red;
    border-radius: 4px;
}
