.bootstrap-select .btn {
    background-color: #fff;
    border: 1px solid #ced4da;
    color: #212529;
}

#toastsContainerTopRight > .toast {
    min-width: 300px; /* width: 100% */
}
#toastsContainerBottomRight > .toast {
    min-width: 300px; /* width: 100% */
}

.btn-wide {
    min-width: 120px;
}

.custom-select-width + .select2-container--bootstrap4 {
    flex-grow: 0 !important;
}