.custom-alert-success {
    background-color: rgb(248, 241, 225);
    --notify-success: #266a23;
}

.custom-alert-error {
    background-color: rgb(249, 215, 215);
    --notify-success: #ec4220;
}
