.alert-wrapper {
    position: fixed !important;
    top: 50%;
    left: 50% !important;
    transform: translate(-50%, -50%);
    width: auto !important; /* ou defina um tamanho fixo, por exemplo: 80% */
    max-width: 600px /* ajuste conforme necessário */
    padding: 20px;
    z-index: 9999;
}