#toast-container .toast {
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
}

#toast-container .toast:hover {
    box-shadow: none;
}