@use "/styles/all" as *;

.inputsHolder {
  display: flex;
  flex-direction: column;
  gap: 32px;

  .inputContainer {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .input {
    border: 1px solid $grey200;
  }
}
.titleCon {
  font-family: "GothamMedium";
  font-size: 14px !important;
}
.selectionsHolder {
  display: flex;
  gap: 32px;
  justify-content: space-between;
}

.selectionContainerInput {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.productStatus {
  width: 30%;
}
