.mensaje {
    position: fixed;
    top: 50%;
    right: 20px; /* Ajusta según tu diseño */
    transform: translateY(-50%);
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    z-index: 9999;
    transition: opacity 0.5s ease-in-out;
}

.success {
    background-color: #4CAF50; /* Color verde */
}
