.default-table-area2 {
    background-color: transparent;
    /*border-color: #f59e00; 757fef */
    /*border-top: #f59e00;*/
    border-color: #FFFFFF !important;
    /*border-bottom-width: var(--bs-border-width);*/
    border-top-width: var(--bs-border-width);
    padding: 15px 25px;
}

.default-table-area .table-responsive .table .DRC {
    background-color: transparent;
    color: #5b5b98;
    border-bottom-width: 5px;
    border-top-width: thin;
    padding: 15px 25px;
}

.copy-btn {
    margin-top: -55px;
    margin-left: -30px;
}

.rounded-10-top-left {
    border-top-left-radius: 10px ;
    border-bottom-left-radius: 10px ;
}


.rounded-10-top-right {
    border-top-right-radius: 10px ;
    border-bottom-right-radius: 10px ;
}

/* supprime la ligne de séparation entre colaborateur dans moyen humain */
.default-table-area2 {
    /*border-color: #FFFFFF !important;*/
    /*border-top-color: #FFFFFF !important;*/
}

.sidebar-area {
    background-color: #F5F7FA;
}

#header-area {
    background-color: #F5F7FA !important;
}

.menu-vertical .menu-item .menu-link {
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;

    /*color: #f59e00;*/
    color: #878787;
    padding: 12px 25px;
    border-radius: 5px;
}

.menu-item .open {
    background-color: #757fef;
    color: #ffffff !important;
}

.menu-vertical .menu-item .menu-link svg {
    stroke: #000000;
}

/*.menu-vertical .menu-item .menu-link .active .open svg {*/
/*    stroke: #ffffff!important;*/
/*    color: #ffffff!important;*/
/*}*/

.menu-title-text {
    font-size: 16px !important;

}

.right-header-content .header-right-item .admin-profile .degeneration {
    font-size: 14px;
    color: #f59e00;
    display: block;
    margin-bottom: 4px;
}

.menu-title-text2 {
    font-size: 14px;
    font-weight: 400;
    color: #f59e00 !important;
}

@media only screen and (min-width: 1000px) and (max-width: 1799px) {
    .default-table-area.members-list .table {
        width: 100%;
    }
}

.table-responsive {
    overflow-x: hidden;
    -webkit-overflow-scrolling: unset;
}

.table-responsive table {
    width: 100%; /* S'assure que la table prend toute la largeur disponible */
    table-layout: fixed; /* Contrôle la taille des colonnes pour garantir qu'elles restent dans les limites */
}

textarea {
    font-family: monospace!important;
    white-space: pre;
}