/* ARGMS v2.11.17 - uniforme Nederlandse kentekencomponent */
.argms-license-input21117{
  display:flex;
  align-items:stretch;
  width:min(100%,230px);
  min-height:43px;
  overflow:hidden;
  border:1px solid #101820;
  border-radius:7px;
  background:#f8bf28;
  box-shadow:0 1px 2px rgba(15,23,42,.14);
}
.argms-license-input21117:focus-within{
  border-color:#116ea0;
  box-shadow:0 0 0 3px rgba(42,157,208,.18);
}
.argms-license-country21117{
  display:flex;
  flex:0 0 32px;
  align-items:center;
  justify-content:center;
  color:#fff;
  background:#075b8d;
  font:700 10px/1 Arial,sans-serif;
  letter-spacing:.03em;
  user-select:none;
}
.argms-license-input21117 > input{
  min-width:0 !important;
  height:auto !important;
  padding:8px 11px !important;
  border:0 !important;
  border-radius:0 !important;
  outline:0 !important;
  color:#101010 !important;
  background:#f8bf28 !important;
  box-shadow:none !important;
  font:800 17px/1.15 "Arial Narrow",Arial,sans-serif !important;
  letter-spacing:.055em !important;
  text-align:center !important;
  text-transform:uppercase;
}
.argms-license-input21117 > input::placeholder{
  color:#66541e !important;
  opacity:.72;
  font-size:13px !important;
  letter-spacing:.02em !important;
}
.argms-license-plate21117{
  display:inline-flex !important;
  align-items:stretch;
  min-height:29px;
  overflow:hidden;
  border:1px solid #121922;
  border-radius:6px;
  color:#111 !important;
  background:#f8bf28 !important;
  box-shadow:0 1px 2px rgba(15,23,42,.12);
  font:800 13px/1 "Arial Narrow",Arial,sans-serif !important;
  letter-spacing:.05em;
  vertical-align:middle;
  white-space:nowrap;
}
.argms-license-plate21117::before{
  content:"NL";
  display:flex;
  align-items:center;
  justify-content:center;
  width:25px;
  color:#fff;
  background:#075b8d;
  font:700 8px/1 Arial,sans-serif;
  letter-spacing:0;
}
.argms-license-text21117{
  display:flex;
  align-items:center;
  padding:5px 9px 4px;
}
@media print{
  .argms-license-input21117,
  .argms-license-plate21117{
    print-color-adjust:exact;
    -webkit-print-color-adjust:exact;
  }
}
