._mottled_input_container {
  display: flex;
}

._mottled_inputitems_container {
  position: relative;
  margin-bottom: 0.75rem;
  display: flex;
  width: 100%;
  align-items: baseline;
}

._mottled_input {
  position: relative;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 2px;
  border-style: solid;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-right: 2.5rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

._mottled_input::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

._mottled_input:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

._mottled_input::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

._mottled_input {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

._mottled_input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

._mottled_input_remove {
  position: absolute;
  top: 1rem;
  right: 0.5rem;
  z-index: 10;
  height: 100%;
  cursor: pointer;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

._mottled_input_icon {
  position: absolute;
  top: 0.75rem;
  z-index: 10;
  height: 100%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

._mottled_input_tag {
}
