/*
.alerts-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: solid 0.5px #001430;
    border-radius: 15px;
    padding-left: 30px;
    margin-bottom: 10px;
}

.collectchem-supprimer-alerte{
    display: inline-block;
    padding: 15px 30px;
    background: linear-gradient(90deg, #ca3ee7 0%, #7b2b81 100%);
    color: #fff;
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    border-radius: 15px;
    border: none;
    cursor: pointer;
    transition: opacity 0.3s ease;
    text-align: center;
}

.collectchem-supprimer-alerte:hover {
    opacity: 0.8;
}
*/
