.orbeon .select2-container ul {
  margin: initial;
}
.orbeon .select2-container .select2-selection {
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  border-color: var(--fr-min-gray-decoration);
  border-radius: 4px;
  box-shadow: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.orbeon .select2-container .select2-selection .select2-selection__rendered {
  line-height: 26px;
}
.orbeon .select2-container .select2-selection .select2-selection__rendered .select2-selection__placeholder {
  color: #999;
}
.orbeon .select2-container .select2-selection:focus {
  border-color: #3396FF;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.orbeon .select2-container .select2-dropdown {
  z-index: 9999999;
}
.orbeon .select2-selection__clear {
  padding: 0 5px;
  top: 3px;
  line-height: 20px;
  color: #888;
  box-shadow: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.orbeon .select2-selection__clear:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.orbeon .fr-service-error .select2-container .select2-selection {
  background: repeating-linear-gradient(-45deg, #f5f5f5, #f5f5f5 5px, #fff 5px, #fff 10px);
}
