
.input-group-text {
  width: 35px;
  background-color: white;
}

input {
  border-left: none !important;
}

html[data-bs-theme="dark"] .input-group-text {
  background-color: var(--body-color);
}
