.custom-header {
  display: flex;
  align-items: center;
  gap: 5px;
}

.custom-header input {
  width: 50px;
}

:focus {
  background: lightskyblue !important;
}
