.alert {
    display: flex;
    align-items: center;
    gap: 0;
}

.alert::before {
    content: none;
}

.alert.alert-danger::before {
    content: none;
}

.toast .toast-body {
    display: flex;
    align-items: center;
    gap: 0;
}

.toast .toast-body::before {
    content: none;
}

.toast.text-bg-danger .toast-body::before,
.pw-toast-error .toast-body::before {
    content: none;
}
