.custom-button {
    background-color: #004aad !important; /* Rouge */

    width: 100%;
    text-align: center !important;/* Texte en blanc */
    /* Autres styles personnalisés */
}
.txtAdmin {
    font-weight:bold;font-size:20px;color:#1761c3;
}
.txtentcolor {color: #566a7f !important;}
.labelform {color: #566a7f !important;font-weight: 500;}
.disable-flex {
    display: inline-block; /* Utilisez 'inline-block' à la place de 'flex' */
}
.txtcenter {text-align: center !important;}
.inline-flex {
    display: inline-block !important;
}
.custom-checkbox {
    width: 20px; /* Ajustez la largeur selon vos besoins */
    height: 20px; /* Ajustez la hauteur selon vos besoins */
    background-color: green; /* Couleur de fond verte */
    border: 1px solid green; /* Bordure verte */
}
.password-input-container {
    position: relative;
}

.password-toggle-icon {
    position: absolute;
    top: 70%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}

/* Style pour rendre l'icône visible lorsque le mot de passe est visible */
.password-toggle-icon.visible {
    color: #1761c3; /* Couleur de l'icône lorsqu'elle est visible */
}
/* Couleur bleue pour l'icône d'édition */
.blue-icon {
    color: blue;
}

/* Couleur rouge pour l'icône de suppression */
.red-icon {
    color: red;
}
.txt-red-gras{color:red !important;font-weight: bold;}
.typ-curseur {cursor: pointer;}

.custom-switch-input.active:checked + .custom-switch-label::before {
    background-color: green !important;border:none !important
}

.custom-switch-input.inactive:checked + .custom-switch-label::before {
    background-color: red !important;border:none !important
}

.custom-switch-label::before {
    background-color: red !important;border:none !important
}
.icone-reply {padding-left:20px; color:blue;}
.hidden {display: none;}


.delete-icon {
    margin-left: auto;
}

.replies-container {
    margin-left: 20px;
}
.green-icon {
    color: green !important; /* Définition de la couleur verte */
}
.txt-gras {font-weight: bold;}
.status-actif {
    color: green;
    font-weight: bold;
}
.status-signale {
    color: red;
    font-weight: bold;
}



