.tab-btn{
    margin-right: 5px;
    margin-bottom: 10px;
}


.tab-btn.active {
    background: #CE297E;   /* rose (actif) */
    font-weight: bold;
}
/* fin css des onglets actif */


        
.action-conv {   
    padding: 5px;
    margin-left:5px;
    margin-bottom:8px;
    border-radius: 6px;
    transition: background 0.2s;
}

.action-conv:hover {
    background: #701e47;
}
        
.btn-envoi-msg {
    align-items: right;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 5px;
    color: #fff;
    border-radius: 6px;
    transition: background 0.2s;
}

.btn-envoi-msg:hover {
    background: #701e47;
}

fieldset {
  border: 2px solid #f1b4c4ff; /* 👈 épaisseur + couleur */
  border-radius: 8px;         /* optionnel : angles arrondis */
  padding: 10px 15px;
}

legend {
  font-weight: bold;
}

#from_date {
  width: 100px;
}

#limit {
  width: 130px;
}

#send_email {
   margin-left: 20px;
}

#btn-sauve-conv {
    align-items: right;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0px;
    color: #fff;
    border-radius: 6px;
    transition: background 0.2s;
}
        