.contenu-prive-formulaire-connexion {
    border: 1px solid #ccc;
    padding: 20px;
    background-color: #f9f9f9;
    max-width: 400px;
    margin: 20px auto;
    text-align: left;
}

.contenu-prive-formulaire-connexion input {
    color: var(--primary-color);
    border: 1px solid #ccc;
    border-radius: 0px;
    min-height: 0rem;
    padding-left: 0px;
    margin: 0px;
      margin-left:0 px;
    margin-left: 0px;
    margin-left: 0%;
    width: auto;
  }

.contenu-prive h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.contenu-prive {
    padding: 20px;
    background-color: #eef;
}

/* Mes offres */

.liste-offres {
    list-style: none;
    padding: 0;
}

.liste-offres li {
    margin: 5px 0;
}

.liste-offres li a {
    text-decoration: none;
    color: #2a7560;
}

.liste-offres li a:hover {
    color: #1d2327;
}


/* Menu Latéral */
.menu-lateral {
    flex-basis: 20%;
    background: #282753;
    padding: 20px;
    color: white;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  table.table-offres td {
    border: solid 1px;
    padding: 5px;
  }

  table.mes-candidatures-table td {
    border: solid 1px;
    padding: 5px;
  }

  table.mes-candidatures-spontanees-table td {
    border: solid 1px;
    padding: 5px;
  }

table.table-offres-emploi td {
    border: solid 1px;
    padding: 5px;
}

table.widefat td {
    border: solid 1px;
    padding: 5px;   
}

.gestion-menu a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: white;
}
.gestion-menu a.active {
    color: #b5b5e3;
}

label {
    display : block;
}

.email-settings-wrapper {
    margin-bottom: 20px;
}
.email-settings-nav {
    margin-bottom: 1rem;
    display: flex;
    gap: 0.5rem;
}
.email-settings-nav button {
    cursor: pointer;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: background-color 0.3s;
}
.email-settings-nav button.active {
    background-color: #b5b5e3;
    font-weight: bold;
    color: white;
}
.email-settings-section {
    display: none;
}

div.updated {
    background: #00947c;
    text-align: center;
    color: white;
    padding: 10px;
  }

  .create-offer-section {
    margin-bottom: 20px;
    text-align: left;
}
.button-create-offer {
    display: inline-block;
    padding: 10px 20px;
    background-color: #282753;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
}
.button-create-offer:hover {
    background-color: #b5b5e3;
}


input#mails_publicitaires {
    max-height: 2rem;
    min-height: 2rem;
    width: 2%;
    margin: 0;
  }

  input#search_dynamics_id {
    margin-left: 0%;
  }

  /* Conteneur du formulaire */
.search-form-gestion {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

/* Groupes de champs */
.form-group-gestion {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

/* Champs de texte et select */
#search_dynamics_id_gestion,
#filter_dates_gestion,
#start_date_gestion,
#end_date_gestion {
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}

/* Conteneur des dates personnalisées */
#custom_dates_gestion {
    gap: 10px;
    align-items: center;
}

/* Bouton de recherche */
#search_button_gestion {
    padding: 8px 16px;
    background-color: #0073aa;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
}

#search_button_gestion:hover {
    background-color: #005177;
}
