#launchCultureForm {
  height: 100%;
  width: 100%;
  padding: 40px;
}

/* LAUNCH CULTURE FORM */
.launchCultureBody {
  height: 100%;
  padding-bottom: 0px;
  align-items: center;
}

/* CULTURE RECIPE */
.selectRecipe {
  min-width: 300px;
}
.selectRecipeIngredient {
  height: 8vh;
}
.selectRecipeIngredient img {
  height: 70%;
  margin-right: 15px;
}
.selectRecipeIngredient p {
  margin-right: 10px;
}

/* CULTURE CONTAINER */
.selectContainer {
  padding: 0px 20px;
}
.selectContainerLeft img {
  height: 6vh;
}

/* CULTURE COMPOSITION */
.setCultureCompositionLeftPanel {
  min-width: 300px;
  max-width: 500px;
}
.setCultureCompositionRightPanel {
  width: 100%;
  height: fit-content;
  margin-left: 20px;
}
/* STRAIN PART USED */
.strainPartUsedDiv {
  margin-bottom: 20px;
  width: fit-content;
}
.strainPartUsed input, .ingredientDiv input {
  width: 100px;
}
/* VALIDATE */
.setCultureCompositionDiv {
  margin-top: 20px;
}
