#mediumsDiv {
  padding: 40px;
  width: 100%;
}

.cultureMediums {
  margin-top: 40px;
}
.noCultureMediumDiv {
  width: 100%;
  display: flex;
  height: 8vh;
  justify-content: space-between;
  align-items: center;
  background: #677D6A;
  margin-top: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 10px;
  padding: 30px;
}
.createOneMedium {
  /* background-color: #ffc260;
  padding: 20px;
  border-radius: 10px;
  width: fit-content;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
  float: right;
  /* cursor: pointer; */
}
.createOneMedium p{
  color: black !important;
}

/* SINGLE MEDIUM */
.cultureMedium {
  margin-top: 10px;
  padding: 30px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-color: #677D6A;
  /* cursor: pointer; */
}
/* MEDIUM HEADER */
.cultureMediumHeader {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.cultureMediumDescription {
  width: 60%;
  height: 100%;
}

.cultureRecipe h4 {

}
/* MEDIUM PARAMS */
.cultureMediumHeaderParams {
  padding-left: 10px;
}
.cultureMediumHeaderParams img {
  transform: scaleY(-1);
  height: 20px;
}
/* .cultureRecipe p {
  margin-top: 10px;
} */

/* MEDIUM DELETE */
.cultureMediumDelete {
  cursor: pointer;
}

/* MEDIUM INGREDIENTS */
.cultureMediumIngredientsDiv {
  margin-top: 20px;
}
.cultureMediumIngredient {
  height: 5vh;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.cultureMediumIngredient img {
  height: 80%;
  margin-right: 30px;
}
.cultureRecipe p {
}

/* MEDIUMS ACTIONS */
.cultureMediumActions {
  width: 100%;
  height: 6vh;
}
.cultureMediumSow {
  background-color: #ffc260;
  margin: auto;
  height: 100%;
  padding: 20px;
  border-radius: 10px;
  width: fit-content;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cultureMediumSow p {
  color: black !important;
}


/* POPUP STRAIN */
.chooseStrainsDiv {
  position: absolute;
  top:0;
  left:0;
  height: 100vh;
  width: 100%;
  background: #40534C;
  z-index: 5;
}
/* HEADER */
.chooseStrainsHeader {
  height: 10vh;
  width: 100%;
  display: flex;
  align-items: center;
  background: #1A3636;
  padding: 0px 60px;
}
.chooseStrainsHeaderBackDiv {
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  transform: rotate(0.5turn);
  margin-right: 20px;
}
.chooseStrainsHeaderBackDiv img {
  height: 50%;
}
.chooseStrainsHeaderInfos {

}
/* BODY */
.chooseStrainsBodyDiv {
  height: 90vh;
}
.chooseStrainsBody {
  height: 100%;
  overflow: auto;
}
.chooseStrains {
  width: 100%;
  height: auto !important;
  padding: 60px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 10px;
}
.chooseStrain {
  padding: 20px;
  display: flex;
  align-items: center;
  min-height: 9vh;
  cursor: pointer;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.chooseStrainImg {
  margin-right: 20px !important;
  height: 8vh !important;
}


/* SOW MEDIUM POPUP */
.sowMediumDiv {
  position: absolute;
  top:0;
  left:0;
  height: 100vh;
  width: 100%;
  background: rgba(26, 54, 54, 0.8);
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sowMediumForm {
  width: 500px;
  background: rgb(64, 83, 76);
  padding: 20px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
/* HEADER */
.sowMediumHeader {
  height: 10vh;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.SowMediumHeaderBackDiv {
  height: 100%;
  transform: rotate(0.5turn);
  display: flex;
  align-items: center;
  margin-right: 20px;
  cursor: pointer;
}
.SowMediumHeaderBackDiv img {
  height: 50%;
}
.SowMediumHeaderInfos {
  height: 100%;
  display: flex;
  align-items: center;
}
.SowMediumHeaderInfos img {
  height: 50%;
  margin-left: 20px;
}
/* BODY */
.sowMediumBody {
  display: flex;
  justify-content: center;
}
.sowMediumBodyContent {
  width: 80%;
}
.sowMediumBody label {
  margin-left: 0px;
}
.sowMediumBody input {
  height: 6vh;
  width: 100%;
  font-size: 16px;
  margin-top: 10px;
}

/* PARAMS */
.sowMediumParamsDiv {

}
.sowMediumParams {
  margin-bottom: 30px;
}
/* HEADER */
.sowMediumParamsHeader {
  display: flex;
  align-items: center;
}
.sowMediumParamsHeader label {

}
/* BODY */
.sowMediumParamsBody {

}
.sowMediumParamsBody input {

}
/* REMAINING */
.sowStrainRemaining {
  margin-left: 5px;
  font-size: 13px;
  color: black;
}
.sowStrainRemaining span {
  color: black;
}
/* VOLUME */
.sowStrainVolume {
  margin-left: 5px;
  font-size: 13px;
  color: black;
}
.sowStrainVolume span {
  color: black;
}

/* VALIDATE */
.sowMediumValidateDiv {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.sowMediumValidate {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 10px;
  padding: 0px 20px 0px 20px;
  background-color: #ffc260;
  width: fit-content;
  height: 5vh;
}
.sowMediumValidate h4 {
  color: black !important;
}
