
  /* Vlag-icoon in Select2 landselect */
  .flag-option {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  
  .flag-option .flag-icon {
    width: 20px;
    height: 15px;
    object-fit: cover;
    border-radius: 2px;
  }
  
  /* Select2 gekozen waarde */
  .select2-selection__rendered {
    display: flex !important;
    align-items: center;
    gap: 0.5rem;
  }
  
  /* Telefoon input styling */
  .iti {
    width: 100%;
  }
  
  .iti input {
    padding-left: 48px !important;
  }