.i-hidden {
    display: none !important
}

.i-invisible {
    visibility: hidden !important
}

.i-align_left {
    text-align: start !important
}

.i-align_right {
    text-align: end !important
}

.i-align_center {
    text-align: center !important
}

.i-float_left {
    float: inline-start !important
}

.i-float_right {
    float: inline-end !important
}

.i-float_none {
    float: none !important
}

.i-no-break {
    white-space: nowrap
}