/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[3]!./app/recipes/page.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
.page_container__qywq3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0rem auto;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[3]!./components/loading-indicator/loading-indicator.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************/
.loading-indicator_fullScreenLoading__3Jk8H {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 9999;
}

.loading-indicator_spinner__p5J4k {
  border: 4px solid rgba(255, 255, 255, 0.4);
  border-top: 4px solid #ffffff;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  animation: loading-indicator_spin__XmIVy 0.75s linear infinite;
}

@keyframes loading-indicator_spin__XmIVy {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[3]!./components/card/card.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
.card_card__93_is {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24rem;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  color: #ddd6cb;
  /* background: linear-gradient(90deg, #2c1e19, #25200f); */
  background: linear-gradient(90deg, var(--color-light-slate-gray), var(--color-light-slate-gray));
}

.card_imageContainerWrapper__eS5An {
  cursor: pointer;
}

.card_imageContainer__Pv_Ha {
  position: relative;
  height: 18rem;
}

.card_headerText__fXeAc {
  padding: 0.5rem 1rem 0 1rem;
}

.card_headerText__fXeAc h2 {
  margin: 0;
  font-size: 1.3rem;
  font-family: var(--font-title);
  color: #f5f5f5;
}

.card_author__ylTJ9 {
  font-size: 0.75rem;
  /* color: #cfa69b; */
  color: var(--color-red);
  font-style: italic;
  font-family: var(--font-text);
}

.card_time__396dV {
  margin-top: 0.3rem;
  margin-left: 0.25rem;
  font-size: 1rem;
  min-width: -moz-fit-content;
  min-width: fit-content;
  font-family: var(--font-title);
  color: #f5f5f5;
}

.card_tagContainer__TFnTX {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 1rem;
  margin-top: 0.4rem;
}

.card_tag__t5r5B {
  padding: 0.1rem 0.5rem;
  font-size: 0.75rem;
  /* background-color: #eba12a; */
  background-color: var(--color-yellow);
  border-radius: 1rem;
  margin: 0.2rem 3px;
  color: #f5f5f5;
}

.card_content__KmEuB {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  font-family: var(--font-text);
  color: #f5f5f5;
}

.card_content__KmEuB p {
  font-size: 0.8rem;
}

.card_summary__a7uF5 {
  padding: 1rem 1rem 0 1rem;
}

.card_actionsContainer__g7QnA {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.card_actions__Weyoi {
  padding: 1rem;
  text-align: right;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.card_actions__Weyoi a {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  /* background: linear-gradient(90deg, #f9572a, #ff9b05); */
  background: linear-gradient(90deg, var(--color-red), var(--color-red));
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  font-size: 0.8rem;
}

.card_actions__Weyoi a:hover,
.card_actions__Weyoi a:active {
  /* background: linear-gradient(90deg, #fd4715, #f9b241); */
  /* background: linear-gradient(90deg, var(--color-grape), var(--color-iris)); */
  opacity: 0.95;
  box-shadow: 0 0 4px rgba(124, 51, 51, 0.8);
}

.card_actionsContainer__g7QnA button[type='button'] {
  color: #f5f5f5;
  margin-top: 1rem;
  padding: 0;
}

.card_actionsContainer__g7QnA button[type='button']:nth-last-child(1) {
  margin-left: 0.5rem;
}

.card_actionsContainer__g7QnA button[type='button']:hover {
  color: var(--color-red);
}

.card_actionsContainer__g7QnA button[type='button'] .card_deleteIcon__wXgAa,
.card_actionsContainer__g7QnA button[type='button'] .card_editIcon__sOSqj {
  font-size: 1.5rem;
}

.card_actionsContainer__g7QnA button[type='button'] .card_editIcon__sOSqj:hover {
  color: var(--color-yellow);
}

@media (min-width: 568px) {
  .card_imageContainer__Pv_Ha {
    height: 21rem;
  }

  .card_headerText__fXeAc h2 {
    font-size: 1.6rem;
  }

  .card_author__ylTJ9,
  .card_tag__t5r5B {
    font-size: 0.9rem;
  }

  .card_time__396dV {
    font-size: 1.2rem;
    margin-top: 0.35rem;
  }

  .card_summary__a7uF5 {
    font-size: 1.1rem;
  }

  .card_content__KmEuB p {
    font-size: 1rem;
  }

  .card_actions__Weyoi a {
    font-size: 1rem;
  }

  .card_actionsContainer__g7QnA button[type='button']:nth-last-child(1) {
    margin-left: 0.2rem;
  }

  .card_actionsContainer__g7QnA button[type='button'] .card_deleteIcon__wXgAa,
  .card_actionsContainer__g7QnA button[type='button'] .card_editIcon__sOSqj {
    font-size: 2rem;
  }
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[3]!./components/snackbar/snackbar.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.snackbar_snackbar__s3vdV {
  position: fixed;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FF3131;
  color: #fff;
  padding: 10px 6px;
  border-radius: 8px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 3;
  font-size: 0.8rem;
}

.snackbar_show__XGWAh {
  opacity: 1;
}

.snackbar_spinnerContainer__JxdsY {
  margin-right: 0.5rem;
}

.snackbar_spinner__UIRi7 {
  border: 4px solid rgba(255, 255, 255, 0.4);
  border-top: 4px solid #ffffff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  animation: snackbar_spin__kX06Q 0.75s linear infinite;
}

@keyframes snackbar_spin__kX06Q {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media (min-width: 568px) {
  .snackbar_snackbar__s3vdV {
    font-size: 1.2rem;
    padding: 16px 12px;
  }
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[3]!./components/cardlist/cardlist.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.cardlist_cardContainer__5l1M2 {
  max-width: 90vw;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  margin-bottom: 6rem;
}

.cardlist_cardContainer__5l1M2 h1 {
  margin-top: 5rem;
  color: #f5f5f5;
  font-size: 1rem;
}


@media (min-width: 768px) {
  .cardlist_cardContainer__5l1M2 {
    gap: 5rem;
  }

  .cardlist_cardContainer__5l1M2 h1 {
    margin-top: 8rem;
    font-size: 1.2rem;
  }
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[3]!./components/searchbar/searchbar.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
.searchbar_searchBox__un2tv {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  margin-bottom: 0.75rem;
}

.searchbar_inputSearch__TZqvl {
  height: 40px;
  width: 40px;
  border-style: none;
  padding: 0;
  font-size: 0.8rem;
  letter-spacing: 1.5px;
  outline: none;
  border-radius: 25px;
  transition: all 0.5s ease-in-out;
  background-color: var(--color-red);
  padding-right: 40px;
  color: #fff;
}

.searchbar_inputSearch__TZqvl::-moz-placeholder {
  color: #fff;
  font-size: 0.8rem;
  letter-spacing: 1.5px;
  font-weight: 100;
}

.searchbar_inputSearch__TZqvl::placeholder {
  color: #fff;
  font-size: 0.8rem;
  letter-spacing: 1.5px;
  font-weight: 100;
}

.searchbar_btnSearch__IoIMI {
  width: 40px;
  height: 40px;
  border-style: none;
  font-size: 20px;
  font-weight: bold;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  right: 0px;
  color: #fff;
  background-color: transparent;
  pointer-events: painted;
}

.searchbar_btnSearch__IoIMI:focus ~ .searchbar_inputSearch__TZqvl,
.searchbar_btnSearch__IoIMI:active ~ .searchbar_inputSearch__TZqvl {
  width: 160px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.8);
  transition: all 500ms cubic-bezier(0, 0.11, 0.35, 2);
}

.searchbar_inputSearch__TZqvl:focus {
  width: 250px;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.8);
  transition: all 500ms cubic-bezier(0, 0.11, 0.35, 2);
}

@media (min-width: 568px) {
  .searchbar_inputSearch__TZqvl::-moz-placeholder {
    font-size: 0.9rem;
  }
  .searchbar_inputSearch__TZqvl,
  .searchbar_inputSearch__TZqvl::placeholder {
    font-size: 0.9rem;
  }

  .searchbar_btnSearch__IoIMI:focus ~ .searchbar_inputSearch__TZqvl,
  .searchbar_btnSearch__IoIMI:active ~ .searchbar_inputSearch__TZqvl {
    width: 250px;
  }
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[3]!./components/search-categories/search-category/search-category.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************/
.search-category_elementContainer__pH8Vw {
  padding: 0.1rem 0.75rem;
  color: #f5f5f5;
  border-radius: 1rem;
  border: 1px solid #fff;
  cursor: pointer;
  font-weight: 500;
  font-size: 0.7rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.search-category_elementContainer__pH8Vw:hover {
  background-color: #f5f5f520;
}

.search-category_active__6cPhO,
.search-category_active__6cPhO:hover {
  background-color: var(--color-red);
  border: 0.5px solid var(--color-red);
}

.search-category_active__6cPhO:hover {
  opacity: 0.95;
}

@media (min-width: 568px) {
  .search-category_elementContainer__pH8Vw {
    font-size: 0.8rem;
  }
}

@media (min-width: 768px) {
  .search-category_elementContainer__pH8Vw {
    font-size: 0.9rem;
  }
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[3]!./components/search-categories/search-categories.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************/
.search-categories_searchContainer__Q1RJv {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.search-categories_searchOffIconBtn__jldmz {
  color: #f5f5f5;
  margin: 0.2rem 0 0.5rem 0;
  font-size: 0.75rem;
  font-weight: 500;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.search-categories_searchOffIconBtn__jldmz:hover {
  opacity: 0.95;
}

.search-categories_categoriesContainer__BOQ57 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0.2rem 1rem 0.2rem;
}

@media (min-width: 568px) {
  .search-categories_searchOffIconBtn__jldmz {
    font-size: 0.85rem;
  }

  .search-categories_categoriesContainer__BOQ57 {
    margin: 0 2rem 1rem 2rem;
  }
}

@media (min-width: 768px) {
  .search-categories_searchOffIconBtn__jldmz {
    font-size: 0.95rem;
  }
}

/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[3]!./shared/styles/shared.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
.shared_layoutTitle__39f2P {
  font-size: 1.3rem;
  font-family: var(--font-title);
  font-weight: 400;
  color: #f5f5f5;
  margin: 0;
  text-align: center;
}

@media (min-width: 568px) {
  .shared_layoutTitle__39f2P {
    font-size: 1.8rem;
  }
}

@media (min-width: 768px) {
  .shared_layoutTitle__39f2P {
    font-size: 2.2rem;
  }
}

