    .swal2-styled {
    background-color: #3085d6 !important;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    margin: 0 5px; 
    box-shadow: none !important;
    transition: filter 0.2s ease;
    }

    .swal2-cancel.swal2-styled {
    background-color: #d33 !important;  
    color: white !important;
    }
    .swal2-styled:hover {
    filter: brightness(90%);
    }