/*
 * Bootstrap 4 -> 5 utility compatibility helpers.
 * Keep this lightweight and focused on classes used by the current templates.
 */

.pull-left {
    float: left !important;
}

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

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.ml-auto {
    margin-left: auto !important;
}

.mr-auto {
    margin-right: auto !important;
}

.dropdown-menu-right,
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.input-group-append,
.input-group-prepend {
    display: flex;
}
