.alert-container-custom {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    gap: 10px; /* uyarılar arası boşluk */
}
