.toast-notification {
    position: fixed;
    top: 20px;
    right: 20px;
    min-width: 250px;
    z-index: 10002;
    display: none; /* Hidden by default */
}