.sep {
    margin-top: 20px;
}
.email-badge {
    display: inline-block;
    padding: 6px 12px;
    margin-right: 8px;
    margin-bottom: 6px;
    background-color: #f1f1f1;
    border-radius: 20px;
    color: #888;
}

.remove-email {
    cursor: pointer;
    color: #f00;
    margin-left: 4px;
}
.customer-icon:hover{
    cursor: pointer;
    border: 5px solid #ffae00;
}
.invalid {
    background-color: ivory;
    border: none;
    outline: 2px solid red;
    border-radius: 5px;
}
.msginvalid{
    color :red;
}
.bg-spe-green{
    background-color:rgb(187 247 208 / var(--tw-bg-opacity));
}
.bg-yellow-200{
    background-color:rgb(254 252 191 / var(--tw-bg-opacity));
}
.children {
    background: #fff;
}

.border-danger {
  border: 2px solid red !important;
  box-shadow: 0 0 5px rgba(255, 0, 0, 0.3);
  background-color: rgba(255, 0, 0, 0.05); /* léger fond rouge transparent */
}