
body.wp-admin form#create_hunter [data-name="ACF_statut_de_publication"],
body.is_admin_or_associe form#create_hunter [data-name="ACF_statut_de_publication"],
body.wp-admin form#create_hunter [data-name="ACF_post_author"],
body.is_admin_or_associe form#create_hunter [data-name="ACF_post_author"],
body.wp-admin form#create_hunter [data-name="ACF_date_validation"],
body.is_admin_or_associe form#create_hunter [data-name="ACF_date_validation"],
[data-name="ACF_statut_de_publication"],
[data-name="ACF_post_author"],
[data-name="ACF_date_validation"] {
    display: none;
}

body.wp-admin [data-name="ACF_statut_de_publication"],
body.is_admin_or_associe [data-name="ACF_statut_de_publication"],
body.wp-admin [data-name="ACF_post_author"],
body.is_admin_or_associe [data-name="ACF_post_author"],
body.wp-admin [data-name="ACF_date_validation"],
body.is_admin_or_associe [data-name="ACF_date_validation"] {
    display: block;
}

.select2-container--disabled .select2-selection__arrow {
    display: none;
}

.enjeux-dirigeants-listing {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.enjeux-dirigeants-listing .wrap {
   position: relative;
   z-index: 0;
}
.enjeux-dirigeants-listing .wrap form {
    display: flex;
    justify-content: flex-end;
}
.enjeux-dirigeants-listing .div_inner {
    transition: all 0.3s ease;
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.enjeux-dirigeants-listing fieldset {
    border: none;
    padding: 10px 0;
}
.enjeux-dirigeants-listing fieldset legend {
    font-weight: bold;
}

/* hunter cats list */
.enjdir_catlist_title {
    font-size: 20px;
    font-weight: 600;
}
.enjdir_catlist {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 40px;
    padding: 0;
}
.enjdir_catlist li {
    width:100%;
    margin: 0;
    max-width: 25%;
    padding: 15px;
    border-bottom: 1px solid #ddd;
    background-color: white;
}
.enjdir_catlist li.grey {
    background-color: hsla(0,0%,50.2%,.0705882353);
}
.enjdir_catlist li span.count {
    font-size: 14px;
}
@media (max-width: 768px) {
    .enjdir_catlist li {
        max-width: 100%;
    }
    .enjdir_catlist li.grey {
        background-color: white;
    }
    .enjdir_catlist li:nth-child(odd) {
        background-color: hsla(0,0%,50.2%,.0705882353);
    }
}

/* user filters */
.userlist_filters label {
    font-size: 12px;
    display: inline-flex;
    align-items: center;
}

/* user table */
.enjdir_userlist {
    margin-block-end: 0;
}

.enjdir_userlist picture,
.enjdir_userlist img {
    width: 20px;
}

.enjdir_userlist .thead tr {

}

.enjdir_userlist .thead tr th.last_name,
.enjdir_userlist .thead tr th.ACF_nom,
.enjdir_userlist .thead tr th.ACF_email,
.enjdir_userlist .thead tr th.user_email {
    min-width: 120px;
}
.enjdir_userlist tr .ACF_linkedin,
.enjdir_userlist tr .ACF_linkedin_client {
    min-width: 30px !important;
    text-align: center !important;
}
.enjdir_userlist .thead tr th.ACF_telephone_mobile,
.enjdir_userlist .thead tr th.ACF_date_debut_mission {
    min-width: 75px;
}
.enjdir_userlist .thead tr th {
    text-align: left;
    padding: 0;
    background-color: rgb(74, 76, 100);
    color: white;
    font-size: 12px;
    border: none;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
}

.enjdir_userlist .thead tr th img {
    margin: 5px 5px 0;
}
.enjdir_userlist .thead tr th a {
    color: white;
    padding: 10px 25px 10px 5px;
    height: 100%; 
    width: 100%;
    display: block;
    position: relative;
    z-index: 0;
}
.enjdir_userlist .thead tr th a.centered {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.enjdir_userlist .thead tr th a.centered img {
    margin: 0;
    max-width: 10px;
}
.enjdir_userlist .thead tr th.orderedby,
.enjdir_userlist .thead tr th:hover {
    background-color: #DCAA3C;
}
.enjdir_userlist .thead tr th.status:hover{
    background-color: rgb(74, 76, 100);
    cursor: default;
}
.enjdir_userlist .thead tr th.orderedby a,
.enjdir_userlist .thead tr th:hover a {
    color: rgb(74, 76, 100);
}
.enjdir_userlist .thead tr th.orderedby::after {
    content: "↑";
    display: block;
    position: absolute;
    right: 5px;
    top: calc(50% - 10px);
    z-index: 2;
    color:rgb(74, 76, 100);
}
.enjdir_userlist .thead tr th.orderedby.desc::after {
    transform: rotate(180deg);
    top: 12px;
}

.enjdir_userlist .tbody {

}

.enjdir_userlist .tbody tr { 
    
}

.enjdir_userlist .tbody tr:nth-child(2n+0) {
    background-color: hsla(0,0%,50.2%,.0705882353);
}
.enjdir_userlist .tbody tr:nth-child(2n+1) {
    background-color: transparent;
}
.enjdir_userlist .tbody tr td {
    background: transparent !important;
}

.enjdir_userlist .tbody tr td {    
    padding: 10px 5px;
    color: rgb(74, 76, 100);
    font-size: 12px;
    border: none;
    border-bottom: 1px solid #ddd;    
}
.enjdir_userlist .tbody tr td .label_responsive {
    display: none;
}
.enjdir_userlist .tbody tr td span {
    font-weight: 400;
}
.enjdir_userlist .tbody tr td.post_status {
    text-align: center;
}
.enjdir_userlist .tbody tr td.post_status img {
    width: 10px;
    cursor: help;
    margin-top: 2px;
}
.enjdir_userlist .tbody tr td a {
    color: #DCAA3C;
}
.enjdir_userlist strong,
.enjdir_userlist strong * {
    font-weight: 600 !important;
}

.enjdir_userlist .tfoot {
    
}

.enjdir_userlist .tfoot tr {

}

.enjdir_userlist .tfoot tr td {    
    padding: 10px 5px;
    background-color: rgb(74, 76, 100);
    color: white;
    font-size: 12px;
    border: none;
    border-bottom: 1px solid #ddd;    
}

.enjdir_userlist .tfoot tr td.first_name,
.enjdir_userlist .tfoot tr td.last_name {
    font-weight: 700;
}

.enjdir_userlist .tfoot tr td {
    color: #DCAA3C;
}

@media (max-width: 992px) {

    .enjdir_userlist .thead {
        display: none;
    }

    .enjdir_userlist th,
    .enjdir_userlist td {
        width: 50%;
        display: inline-flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .enjdir_userlist .tbody tr {
        display: flex;
        flex-wrap: wrap;
    }
    .enjdir_userlist .tbody tr td .label_responsive {
        display: block;
        font-weight: bold;
    }

    .enjdir_userlist .tbody tr td.post_status {
        flex-direction: row;
        gap: 10px;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .enjdir_userlist .tbody tr td.post_status.hide_on_mobile {
        display: none;
    }
    .enjdir_userlist .tbody tr td.post_status.pending {
        background-color: #DCAA3C !important;
    }

}


/*  Search box */
.enjeux-dirigeants-listing .wrap {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
.enjeux-dirigeants-listing .search-box {
    float: none;
    display: flex;
    gap: 30px;
    width: 100%;
    justify-content: flex-end;
    padding-bottom: 20px;
    align-items: center;
    max-width: 50%;
    min-width: 300px;
}

.enjeux-dirigeants-listing .search-box #search-input {
    padding: 8px 32px 8px 16px;
}
.enjeux-dirigeants-listing .search-box #search-input-reset {
    position: relative;
    fill: #000;
    margin-left: -60px;
    cursor: pointer;
    z-index: 999;
}
.enjeux-dirigeants-listing .search-box #search-input-reset.hidden {
    visibility: hidden;
}
.enjeux-dirigeants-listing .actions input,
.enjeux-dirigeants-listing .search-box #search-submit {
    background-color:rgb(74, 76, 100);
    color: white;
    border-color: rgb(74, 76, 100);
    display: inline-block;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 6px;
    transition: all .3s;
    cursor: pointer;
    border: none;
    line-height: 1.4;
}
.enjeux-dirigeants-listing .actions input:hover,
.enjeux-dirigeants-listing .search-box #search-submit:hover {
    transform: scale(1.1);
}

/*  Actions     */
.enjeux-dirigeants-listing .actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    flex-direction: column;
}
@media (min-width: 768px) {
    .enjeux-dirigeants-listing .actions {
        flex-direction: row;
    }
}

.enjeux-dirigeants-listing .table_before_head,
.enjeux-dirigeants-listing .table_after_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/*  Table pagination */
.enjeux-dirigeants-listing .enjdirnav-pages {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    font-style: italic;
}


/* while loading */
body.listing_loading .enjeux-dirigeants-listing {
    opacity: 0.5;
}
body.listing_loading .enjeux-dirigeants-listing::after {
    content: "";
    position: absolute;
    top: 0; 
    left: 0; 
    height: 0; 
    bottom: 0;
    cursor: wait;
    z-index: 9;
    height: 100%;
    width: 100%;
    display: block
}

.acf-tooltip.-confirm {
    display: none !important;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red {
    background-color: #c36 !important;    
}

.endjdir_hunter_form_wait {
    position: relative;
    overflow: hidden;
}
.endjdir_hunter_form_wait::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: white;
    display: block;
    z-index: 999;
    width: 100%;
    opacity: 0.5;
    cursor: wait;
}