#modifyRecipeCard {
  height: 100%;
  width: 100%;
}

/* RECIPE HEADER */
.modifyRecipeCardHeader {
  height: 8vh;
  display: flex;
  align-items: center;
  padding: 20px 40px;
  margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* CULTURE HEADER GO BACK */
.modifyRecipeCardHeaderBackDiv {
  height: 100%;
  margin-right: 30px;
  display: flex;
  align-items: center;
}
.modifyRecipeCardHeaderBackDiv img {
  height: 70%;
  cursor: pointer;
  transform: rotate(0.5turn);
}

/* INFOS */
.modifyRecipeCardHeaderInfosDiv {
  width: 100%;
  display: flex;
  align-items: center;
}
/* NAME */
.modifyRecipeCardNameDiv {
  margin-right: 20px;
}
.modifyRecipeCardName {

}

/* DATES */
.modifyRecipeCardDatesDiv {

}
.modifyRecipeCardDatesDiv p {
 font-size: 13px;
 color: grey;
}

/* INFORMATIONS DIV */
.modifyRecipeInformationDiv {
  width: 50%;
}

/* RECIPE TEXTAREAS */
.modifyRecipeTextareasDiv {
  float: left;
  width: 100%;
  display: flex;
}

/* RECIPE INSTRUCTIONS */
.modifyRecipeIntructionsDiv {
  height: 100%;
  width: 50%;
  padding: 20px;
  background: #677D6A;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding-right: 30px;
}
.modifyRecipeInstructions {
  margin-top: 20px;
}
/* INSTRUCTION STEP */
.modifyRecipeInstructionStep {
  display: flex;
  align-items: center;
  width: 100%;
  height: 80px;
  gap: 20px;
  background-color: #1A3636;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 0px 20px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.modifyRecipeInstructionStepText {
  width: 100%;
}
.modifyRecipeInstructionStepText textarea {
  width: 100%;
  margin-top: 0px !important;
}
.modifyRecipeInstructionStepRemove {
  height: 30%;
}
.modifyRecipeInstructionStepRemove img {
  height: 100%;
}
.modifyRecipeAddInstructionStepDiv {

}
.modifyRecipeAddInstructionStep {
  /* width: 250px;
  height: 6vh;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  background: #1A3636; */
}
/* RECIPE NOTES */
.modifyRecipeNotesDiv {
  height: 100%;
  width: 100%;
  padding: 20px;
  background: #677D6A;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 10px;
  margin-bottom: 20px;
}

/* RECIPE BODY */
.modifyRecipeCardBody {
  height: 68vh;
  padding: 40px;
  overflow: auto;
}
.modifyRecipeColumn {
  display: flex;
}
/* RECIPE TYPE */
.modifyRecipeTypeDiv {
  margin-right: 20px;
}
.modifyRecipeType {
}
/* RECIPES SOCIALS */
.modifyRecipeSocialDiv {
  width: 50%;
  text-align: right;
}
.modifyRecipeIsShared {
  margin-bottom: 10px;
}
.modifyRecipePubly {
  cursor: pointer;
}
.modifyRecipePubly p:hover {
  color: #ffc260;
}
/* RECIPE SPECIES */
.modifyRecipeSpeciesDiv {
  width: 100%;
  padding: 20px;
  background: #677D6A;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.modifyRecipeSpeciesHeader {
  margin-bottom: 10px;
}
.modifyRecipeSpeciesBody {
  /* height: 6vh;
  display: flex; */
}
.modifyRecipeSpeciesSelectDiv {
  display: flex;
}
.modifyRecipeSpeciesSelect {
  height: 6vh;
  width: auto;
}
.modifyRecipeSpeciesAddSpeciesDiv {
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.modifyRecipeSpeciesAddSpecies {
}
/* .modifyRecipeSpeciesAddSpecies:hover {
  background: #ffa260;
} */
.modifyRecipeSpeciesAddSpecies p {
  color: black !important;
}
.modifyRecipeSpeciesListDiv {
  margin-top: 10px;
  width: 100%;
}
.modifyRecipeSpeciesList {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  /* grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); */
  gap: 10px;
}
.modifyRecipeSpeciesCard {
  height: 6vh;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  background: #1A3636;
}
.modifyRecipeSpeciesCardImg {
  height: 100%;
  display: flex;
  align-items: center;
}
.modifyRecipeSpeciesCardImg img {
  height: 90%;
}
.modifyRecipesSpeciesName {
  margin-left: 5px;
  margin-right: 10px;
}
.modifyRecipeSpeciesDelete {
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.modifyRecipeSpeciesDelete img {
  height: 40%;
}
/* SEARCH */
.ingredientNameSearchResultsDiv {
  z-index: 4;
  position: absolute;
  padding: 5px;
  background: #1A3636;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 2px;
  display: none;
}
/* RECIPE INGREDIENTS */
.modifyRecipeIngredientListDiv {
  width: 100%;
  padding: 20px;
  background: #677D6A;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.modifyRecipeIngredientListTitle {
  margin-bottom: 15px;
}
.modifyRecipeIngredientList {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 10px;
}
.modifyRecipeIngredientDiv {
  margin-bottom: 15px;
  background: #1A3636;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 10px;
}
.modifyRecipeIngredientHeader {
  height: 6vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
.modifyRecipeIngredientBody {
  width: 88%;
  position: relative;
  padding: 10px;
  width: 100%;
  flex-direction: column;
}
.modifyRecipeIngredientQuantity {
  display: flex;
  gap: 10px;
}
.modifyRecipeIngredientBody input {
  /* margin-bottom: 10px; */
}
.modifysearchResult {
  cursor: pointer;
  padding: 15px;
}
.modifyRecipeIngredientParams {
  /* width: 7%; */
}
/* ADD INGREDIENT */
.modifyRecipeAddIngredientToRecipeDiv {
  /* margin-top: 10px; */
  width: 100%;
}
.modifyRecipeAddIngredientToRecipe {
  /* height: 100%;
  padding: 10px;
  margin-right: 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  background: #1A3636;
  cursor: pointer; */
}


  .modifyRecipeCardHeader {
    height: 12vh;
    margin-bottom: 0px;
  }

  /* INPUTS */
  .modifyRecipeCardName {
    height: 6vh;
    font-size: 16px;
    margin: 0 auto;
  }
  .modifyRecipeType, .select, .modifyRingredientName, .modifyRingredientQuantity, .modifyRingredientUnit {
    height: 6vh;
    font-size: 16px;
    margin: 0 auto;
  }

  /* ADD INGREDIENT */
  .modifyRepiceAddIngredientToRecipeDiv {
    margin-top: 20px;
  }
  .modifyRecipeAddIngredientToRecipe {
    /* width: 30%;
    height: 6vh;
    display: flex;
    justify-content: center;
    align-items: center; */
  }

  /* HEADER */

  /* ACTIONS PARAMS */
  .modifyRecipeCardHeaderParamsDiv {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .modifyRecipeCardHeaderPubly, .modifyRecipeCardHeaderDelete {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0px 15px;
    cursor: pointer;
  }
  .modifyRecipeCardHeaderPubly img, .modifyRecipeCardHeaderDelete img {
    height: 40%;
    margin-left: 10px;
  }



/* INGREDIENT LIST */
  .modifyRecipeIngredientList {
    /* margin-top: 20px; */
  }

  .modifyRecipeIngredientDiv {
  }

  .modifyRingredientName, .modifyRingredientQuantity, .modifyRingredientUnit {
    height: 6vh;
    font-size: 16px;
    width: 100%;
    margin-top: 10px;
  }
/* HEADER */
  .modifyRecipeIngredientHeader {
    /* margin-bottom: 10px; */
  }
  .modifyRecipeIngredientTitle {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .modifyRecipeIngredientTitle img {
    height: 90%;
    margin-right: 10px;
  }
  .modifyRecipeIngredientBody {
    justify-content: space-between;
    padding: 10px;
  }
  .modifyRecipeIngredientParams {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .modifyRecipeIngredientDelete {
    height: 100%;
    cursor: pointer;
  }
  .modifyRecipeIngredientDelete img {
    height: 100%;
  }

  /* ADD INGREDIENT */
  .modifyRepiceAddIngredientToRecipeDiv {
    margin-top: 20px;
  }
  .modifyRecipeAddIngredientToRecipe {
    /* width: 30%;
    height: 6vh;
    display: flex;
    justify-content: center;
    align-items: center; */
  }



  /* NOTES */
  .modifyRecipeNotesDiv {
    width: 50%;
  }
  .modifyRecipeNotesDivTitle {
    margin-bottom: 15px;
  }
  .modifyRecipeNotes {

  }
  .modifyRecipeNotes textarea {
    height: 50vh;
  }
