.select2-container.-acf .select2-selection {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow{
    position: relative;
}

body .acf-row .select2-container.-acf .select2-selection--single .select2-selection__rendered {
    padding-top: 0;
    padding-bottom: 0;
  }

div[data-name=liste_de_produits] .acfe-repeater-stylised-button{
    display: none;
  }

  .fiche-de-commande .acf-field--post-content,
    .fiche-de-commande .acf-field--post-title,
    .fiche-de-commande div[data-name=date_de_la_commande],
    .fiche-de-commande th[data-name=produit],
      .fiche-de-commande td[data-name=produit]{
        display: none;
    }

    .fiche-de-commande div[data-name=vendeur],
    .fiche-de-commande div[data-name=vendeur] *{
        pointer-events: none;
    }

    .fiche-de-commande .acf-row-handle{
        display: none !important;
    }

    .simpl-ajax-success {
        display: flex;
        min-height: 50vh;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        text-align: center;
      }

      .fiche-de-commande {
        width: 53em;
        max-width: 100%;
        align-items: center;
        align-content: center;
        align-self: center;
        margin: 3em auto;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        background: #ffffff;
        padding: 1.5em;
    }
    
    .acf-form-submit{
      text-align: center;
    }

    .acf-fields.acf-form-fields input:not([type="button"]):not([type="submit"]), 
    .acf-fields.acf-form-fields textarea, 
    .acf-fields.acf-form-fields .elementor-field-textual,
    .acf-fields.acf-form-fields input:focus:not([type="button"]):not([type="submit"]), 
    .acf-fields.acf-form-fields textarea:focus, 
    .acf-fields.acf-form-fields .elementor-field-textual:focus {
      color: var(--e-global-color-text);
      background-color: transparent;
      box-shadow: none;
    }

    .acf-fields.acf-form-fields .acf-table>thead>tr>th {
      background: #444444;
      color: #ffffff !important;
      font-weight: bold;
  }

  .acf-fields.acf-form-fields .acf-table>thead>tr>th label{
    color: #ffffff !important;
    font-weight: bold;
  }


  .acf-table tr.acf-row:nth-child(even),
  .acf-table tr.acf-row:nth-child(even) td{
    background-color: #f0f0f0;
}

.fiche-de-commande .acf-fields.acf-form-fields .acf-table>tbody>tr>td {
  padding:0 !important;
}

.fiche-de-commande .acf-fields.acf-form-fields input[readonly],
.fiche-de-commande .acf-fields.acf-form-fields input.read-only,
.fiche-de-commande .acf-fields.acf-form-fields input[type=text]{
  pointer-events: none;
}

.acf-fields.acf-form-fields .acf-table>thead>tr>th.acf-th[data-name=quantite],
.acf-fields.acf-form-fields .acf-table>tbody>tr>td[data-name=quantite] {
    width: 89px !important;
    min-width: 0;
    max-width: 89px;
}

/* make disabled inputs 75% transparent */
.fiche-de-commande input[disabled] {
  opacity: 0.25;
}