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

.flex-grow-1 {
    flex-grow: 1 !important;
}

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

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

.float-right {
    float: right !important;
}

.justify-self-end {
    justify-self: end;
}

.min-w-max-content {
    min-width: max-content;
}
