.input_file {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

.input_file_input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  clip-path: inset(50%);
}

.input_file_icon {
  display: flex;
  flex-shrink: 0;
  color: inherit;
}

.input_file_icon svg {
  display: block;
  width: 18px;
  height: 18px;
}

.input_file_text {
  overflow: hidden;
  font-size: 15px;
  font-weight: var(--font-weight-medium);
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
