verdocs-select-input {
  font-family: "Inter", "Barlow", sans-serif;
  box-sizing: border-box;
  margin: 0 0 10px 0;
  display: block;
}
verdocs-select-input .input-element {
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid rgba(112, 122, 229, 0.3725490196);
  border-radius: 4px;
  background: #ffffff;
  color: #092c4c;
  width: 100%;
  font-size: 14px;
  height: 34px;
  padding: 2px 20px 2px 3px;
}
verdocs-select-input .input-element::placeholder {
  color: #aaaaaa;
  opacity: 1;
}
verdocs-select-input .input-label {
  display: block;
  color: #555570;
  font-weight: 700;
  font-size: 14px;
  margin: 0 0 4px 0;
}