.mr-1 {
    margin-right: 0.25rem !important;
}

.red-mandatory {
    color: red;
}

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

.me-2 {
    margin-right: 0.5rem !important;
}

.bs-toast {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 9999;
}

.toast-body {
    background: rgba(0, 0, 0, 0.04);
}

.select2-selection__rendered {
    line-height: 38px !important;
}

.select2-container .select2-selection--single {
    height: 38px !important;
}

.select2-selection__choice {
    height: 28px;
    line-height: 28px;
}

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

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

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

.ml-1 {
    margin-left: 0.25rem !important;
}

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

.mt-5 {
    margin-top: 2.5rem !important;
}