﻿.toast-sucesso {
    background: #c8f7c5 !important; /* verde claro */
    color: #0a3d0a !important; /* verde mais escuro */
    border-radius: 10px !important;
    border-left: 6px solid #27ae60;
    font-weight: 600;
    padding: 12px 20px !important;
}

.toast-erro {
    background: #f8d7da !important; /* vermelho claro */
    color: #7b0d13 !important; /* vermelho escuro */
    border-radius: 10px !important;
    border-left: 6px solid #c0392b;
    font-weight: 600;
    padding: 12px 20px !important;
}

.toast-warning {
    background: #fff3cd !important;
    color: #664d03 !important;
    border-left: 6px solid #ffca2c;
}

.toast-info {
    background: #d1ecf1 !important;
    color: #055160 !important;
    border-left: 6px solid #0dcaf0;
}

.swal2-container.swal2-top-center {
    display: flex !important;
    justify-content: flex-start !important; /* topo */
    align-items: center !important; /* centro horizontal */
    padding-top: 15px !important;
}

    /* Impede centralização vertical */
    .swal2-container.swal2-top-center .swal2-popup {
        margin-top: 0 !important;
    }
