.clignotant {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: limegreen;
    border-radius: 50%;
}

@keyframes clignoter {
    0%, 50%, 100% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}
.dt-input{
    background-image: none !important;
}

.popup-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    padding: 20px;
    color: white;
    background-color: #23AD49;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    text-align: center;
}


/*MODAL HEBERGEMENT*/

#attachedDomainModal .modal-width{
    width: 80%;
    max-width: 100%;
}
