<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * All of the CSS changes for Gen AI functionality should be
 * included in this file.
 */

/************************Menu Changes Start ******************/

.new-icon {
  background: url("../img/new-star.png");
  background-repeat: no-repeat;
  vertical-align: middle;
  background-position: bottom right;
  background-position-y: 28px;
  background-position-x: 47px;
  background-size: 21px;

  @media (max-width: 912px) {
    background-position-y: 20px;
    background-position-x: 95px;
    background-size: 30px;
  }
}

.new-icon-sub {
  background: url("../img/new-star.png");
  background-repeat: no-repeat;
  vertical-align: middle;
  background-position: top right;
  background-position-x: 155px;
  background-size: 25px;
  background-position-y: 6px;
  padding-right: 20px;
}

.recipe-assistant-btn {
  position: absolute;
  bottom: 0px;
  text-align: left;
  @media (min-width: 912px) {
    display: block !important;
  }
}

.recipe-assistant-btn a {
  color: #002169 !important;
  border: 2px solid #002169;
  padding: 4px !important;
  font-size: 14px;
}

.recipe-assistant-btn a:hover {
  border: 2px solid #002169;
  font-size: 14px;
}
/************************Menu Changes End ******************/

/************************Recipe Assistant Page ******************/
@media (min-width: 64em) {
  .header-regular__dropdown &gt; ul &gt; .menu-item {
    margin-right: 20px !important;
    min-width: 15%;
  }

  .header-regular__dropdown .menu-item-left-separator {
    padding-left: 20px !important;
  }

  .header-regular__dropdown-menu.header-regular__dropdown-images li {
    width: 30% !important;
    margin-right: 20px !important;
  }
}

.customIntroSection {
  width: 100vw;
  height: 100dvh;
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  font-family: "azo";
}

.mainLogo {
  flex: 0 0 8%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.homeBtnSec {
  flex: 0 0 75%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-family: "azoBold";
}
.homeBtn {
  flex: 1 1;
  padding: 10px 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1px solid black;
  border-radius: 5px;
  justify-content: space-around;
}
.subSec {
  font-size: 16px;
  font-weight: bolder;
  cursor: pointer;
  margin: 0;
  color: black;
  /* font-family: 'Poppins', sans-serif; */
}
.mainsection {
  color: #ffffff;
  flex: 1 1;
  position: relative;
  display: flex;
  flex-direction: column;
  background-image: url(../images/BG.jpg);
  align-items: center;
  justify-content: space-evenly;
  padding: 5% 0;
}
.top-right-icons {
  position: absolute;
  top: 10%;
  right: 3%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.top-icon {
  width: 45px;
  padding: 10px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  cursor: pointer;
}
.top-icon2 {
  width: 46px;
  height: 42px;
  padding: 13px;
  margin: 5px 0;
  border: 1px solid #ffffff;
  border-radius: 5px;
  cursor: pointer;
}
.top-right-icons2 {
  position: absolute;
  top: 23.5%;
  right: 3%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  overflow: hidden;
}

.decision {
  color: #ffffff;
  flex: 1 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  padding: 5%;
}

.decision-bkg {
  background-image: url("../img/blue-bg.jpg");
  margin-left: 0px !important;
  margin-right: 0px !important;
  max-width: 100% !important;
}

.margin-top-zero {
  margin-top: 0px !important;
  display: none !important;
}

.ingredientBtnText {
  font-size: 18px;
  color: #ccc7c7;
  cursor: pointer;
  margin: 0 20%;
  font-family: "azonormlItalic";
  display: none;
}
.servtext {
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  font-family: "Poppins";
}
.servdiv {
  display: flex;
  flex: 1 1;
  width: 100%;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  justify-content: center;
  color: #ffffff;
  font-family: "Poppins";
}
.servmain {
  display: flex;
  flex: 0 0 20%;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.servSubtext {
  flex: 0 0 10%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 300;
  border: 1px solid #ffffff;
  padding: 10px 20px;
  cursor: pointer;
  color: #fff;
  font-family: "Poppins";
}
.servSubtext:hover {
  color: #002169;
  background-color: #ffffff;
}
.ingredientBtnTexth2 {
  font-size: 14px;
  color: #ccc7c7;
  cursor: pointer;
  font-family: "Poppins";
  font-weight: 300;
  font-style: italic;
  text-decoration: underline;
}

.search-div {
  width: 100%;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.img {
  width: 80px;
}
.imageSection {
  flex: 0 0 24%;
  width: 40%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.buttonSection {
  flex: 0 0 24%;
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  margin-top: 4%;
}
.decision-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.imageHead {
  font-size: 20px;
  font-weight: 300;
}
.imagesub {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.arrow {
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
  margin: 8px 3px;
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin: 0px 3px;
}

.arrow-up {
  border: solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin: -3px 10px !important;
}

.arrow-down {
  border: solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(45deg);
  margin: 1px 10px !important;
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.introbutton {
  width: max-content;
  height: max-content;
  border: #ffffff 1px solid;
  color: #ffffff;
  background: none;
  font-size: 15px;
  font-weight: normal !important;
  font-weight: 600;
  padding: 10px 32px;
  text-transform: uppercase;
  font-family: "Poppins";
}
.introbutton:hover {
  background: #ffffff;
  color: #002169;
  cursor: pointer;
}
.underline-notch {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #828282;
}
.underline-notch::after {
  width: 50%;
  right: 50%;
}
.underline-notch:hover,
.punderline-notch:hover {
  color: #ffffff;
}

.underline-notch::before {
  width: 50%;
  left: 50%;
}
.underline-notch::after,
.underline-notch::before,
.punderline-notch::after,
.punderline-notch::before {
  content: "";
  position: absolute;
  bottom: -5px;
  transition: all 0.3s ease;
}
.underline-notch .notch {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 6px solid #b8b8b8;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.3s ease;
}

.punderline-notch {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #828282;
}
.punderline-notch::after {
  width: 50%;
  right: 50%;
}

.punderline-notch::before {
  width: 50%;
  left: 50%;
}

.punderline-notch .pnotch {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 6px solid #b8b8b8;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.3s ease;
}
.notch-rotated {
  border-top: 6px solid #ffffff !important;
  transform: translateX(-50%) rotate(180deg) !important;
}
.pnotch-rotated {
  border-top: 6px solid #ffffff !important;
  transform: translateX(-50%) rotate(180deg) !important;
}
.cuisine-list-block {
  position: absolute;
  top: 130%;
  left: 0;
  width: auto;
  z-index: 1000;
}
.prep-time-dropdown-head {
  position: absolute;
  top: 130%;
  left: 0;
  width: auto;
  z-index: 1000;
}

.ingredientImgWrapper {
  position: absolute;
  display: inline-flex;
  cursor: pointer;
  top: 55%;
  left: 110%;
  padding: 5px 10px;
  transform: translateY(-50%);
  border: 1px solid #ffffff;
  border-radius: 4px;
  transition: all 0.3s ease;
  overflow: hidden;
  white-space: nowrap;
}

.ingredientImg {
  display: inline-block;
  width: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.addingText {
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.5s ease;
}
.ingredientImgWrapper:hover .addingText {
  right: 10px;
  opacity: 1;
}

.ingredientText {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  margin-left: 10px;
  font-size: 20px;
  border: 1px solid #ffffff;
  padding: 5px;
  color: #ffffff;
  display: block;
}

.decision-text {
  text-align: center;
}

.decision-text h1 {
  color: #fff;
  font-size: 30px;
  font-family: poppins;
  margin: 0px;
  line-height: 1.8;
  font-weight: normal;
}

.decision-button {
  width: max-content;
  height: max-content;
  background: none;
  color: #ffffff;
  padding: 10px 25px;
  border: 1px solid #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  font-family: "Poppins";
  cursor: pointer;
}

.buttonSection h4 {
  color: #ccc7c7;
  font-family: "Poppins";
  text-transform: none;
  font-style: italic;
  margin: 3%;
}
.cuisine-search-input {
  position: absolute;
  top: 110%;
  left: 0;
  width: 200px;
  height: 50px;
  z-index: 10000;
  padding: 10px;
  border-radius: 8px;
  font-size: 16px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
.cuisine-suggestions {
  position: absolute;
  width: 200px;
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  font-weight: 300;
  max-height: 200px;
  overflow-y: auto;
}
.prep-time-suggestions-head {
  position: absolute;
  top: 130%;
  left: 0;
  width: auto;
  z-index: 1000;
  width: 130%;
  font-weight: 300;
  display: flex;
  flex-direction: row;
  background-color: #ffffff;
  align-items: center;
  justify-content: space-around;
  border-radius: 8px;
  padding: 13px 0;
}
.cuisine-suggestions-head {
  position: absolute;
  top: 130%;
  left: 0;
  width: auto;
  z-index: 1000;
  width: 120%;
  font-weight: 300;
  padding: 13px 0;
  display: flex;
  border-radius: 8px;
  flex-direction: row;
  background-color: #ffffff;
  align-items: center;
  justify-content: space-around;
}

.prep-time-suggestions {
  position: absolute;
  top: 110%;
  left: 50%;
  width: 200px;
  transform: translateX(-50%);
  z-index: 1000;
  font-weight: 300;
}
.blur-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.387);
  backdrop-filter: blur(5px);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.search-box {
  background: #fff;
  border: 1px solid #ddd;
  height: 40px;
  margin-right: 10px;
  min-width: 300px;
  padding: 0px 10px;
  position: relative;
  width: 40%;
}

.search-icon {
  background: url("../img/search.png");
  background-repeat: no-repeat;
  background-position-y: 5px;
  background-size: 30px;
  margin: 0px 10px;
}

.loader-spn {
  background: url("../img/preloader.gif");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 15px;
  margin: 0px;
}

.new-ai-ing {
  background: url("../img/newImg.gif");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 50px;
  padding-right: 50px !important;
  font-weight: bold;
}

.loader-img {
  background: url("../img/loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  margin: 0px;
  width: 10%;
  display: none;
}

.loader-img-ques {
  background: url("../img/loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
  margin: 0px;
}

.search-icon-res {
  background: url("../img/search.png");
  background-repeat: no-repeat;
  background-position-y: 4px;
  background-position-x: 25px;
  background-size: 25px;
}
.no-bottom-radius {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.ingrBtn {
  background: none;
  color: #ffffff;
  border: 1px solid #ffffff;
  font-size: 14px;
  font-weight: normal;
  padding: 10px 30px;
  font-family: "Poppins", sans-serif;
}
.ingrBtn:hover {
  background-color: #fff;
  color: #002169;
  cursor: pointer;
}

.search-input {
  border: none !important;
  outline: none;
  padding: 5px;
  margin-right: 5px;
  font-size: 14px;
  border-radius: 100px;
  font-family: "Poppins", sans-serif;
  width: 80%;
  margin-left: 35px;
}

.remove-circle:focus,
.recipe-assistant-btn a:focus,
.search-input:focus,
.promptfield:focus,
.close-button:focus,
.accept-button:focus,
.create:focus,
.decline-button:focus {
  outline: none !important;
}

.suggestions {
  list-style: none;
  padding: 0 !important;
  margin: 0;
  width: 100.3%;
  position: absolute;
  left: -0.15%;
  right: 0;
  top: 100%;
  background: white;
  border: 1px solid #ddd;
  border-top: none;
  /* padding-bottom: 5px;  */
  z-index: 1000;
  overflow-y: auto;
  max-height: 250px;
}

.suggestion-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 5px;
  padding: 5px;
  border-radius: 4px;
}
.suggestion-item span {
  flex: 1;
  min-width: 0;
  font-family: "Poppins";
  font-size: 12px;
  color: #787575;
}
.suggestions li {
  padding: 5px;
  padding-left: 60px;
  border-radius: 4px;
  cursor: pointer;
}

.suggestions li:hover {
  border-radius: 0px !important;
}

.suggestions li::before {
  display: none;
}

.suggestion-image {
  width: 30px;
  height: auto;
  margin-right: 20px;
}

.suggestions li:hover {
  background-color: #f0f0f0;
}
.suggestions li:last-child {
  margin-bottom: 0;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.selected-ingredients-container {
  display: flex;
  width: 50%;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 5px;
  justify-content: flex-start;
}

.ingredient-pill {
  background: none;
  color: #ffffff;
  border-radius: 20px;
  padding: 5px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  display: flex;
  border: 2px solid #ffffff;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  font-family: "Poppins";
}

.remove-circle {
  position: relative;
  width: 24px;
  height: 24px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.remove-circle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ffffff;
}

.remove-circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  width: 1.5px;
  height: 33%;
  background-color: #002169;
}
.decision-button:disabled {
  width: max-content;
  height: max-content;
  color: #8f8f8f;
  border: 1px #8f8f8f solid;
  cursor: not-allowed;
  font-size: 15px;
  padding: 10px 25px;
}

.decision-button:not(:disabled):hover {
  background-color: #ffffff;
  color: #002169;
}

.list-group {
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
}

.cuisine-suggestions {
  font-weight: 300;
  left: 50%;
  max-height: 200px;
  overflow-y: auto;
  position: absolute;
  top: 110%;
  transform: translateX(-50%);
  width: 200px;
  z-index: 1000;
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item {
  background-color: #fff;
  border: 1px solid #dee2e6;
  color: #000;
  display: block;
  padding: 5px 10px;
  position: relative;
  font-size: 12px;
  text-decoration: none;
  text-align: left;
}

.mb-zero {
  margin-bottom: 25px !important;
  margin-top: 10px;
}
/************************Recipe Assistant End ******************/

/************************AI Box Start ******************/
.bodycontainer {
  background-color: #f5f5f5;
  font-family: "azo";
}

.logos {
  flex: 0 0 30%;
  display: flex;
  align-items: center;
  gap: 30px;
}
.logoImage1 {
  width: 75px;
}
.logoImage1 {
  width: 75px;
}
.logoImage2 {
  width: 60px;
}
.logoImage3 {
  width: 55px;
}
.logoImage4 {
  width: 50px;
}
.logoText {
  font-size: 12px;
}
.headercontainer {
  padding: 0 14%;
  background-color: white;
}

.logoimg {
  width: 100px;
}

.mainai {
  margin: 2% 5%;
  background-color: white;
}
.receipetop {
  display: flex;
  flex-direction: column;
  text-align: justify;
}
.recipeTitle2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 3% 3%;
}
.recipeTitle {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 2% 15%;
}

.headerprodsecthead1 {
  flex: 0 0 60%;
  font-size: 42px;
  font-weight: bold;
  align-items: center;
}

.headerprodsecthead2 {
  flex: 0 0 20%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.headerprodsecthead22 {
  flex: 0 0 15%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.headerprodsecthead11 {
  display: flex;
  flex: 0 0 70%;
  justify-content: flex-start;
  gap: 7%;
  flex-direction: row;
}
.aititle {
  color: black;
  text-decoration: underline;
  text-decoration-color: #002169;
  text-decoration-thickness: 3px;
  text-underline-offset: 10px;
  font-size: 35px;
  font-weight: bold;
  font-family: "Poppins";
  margin-top: 0px;
  float: left;
}
.aigendiv {
  background: url(../img/blue-star.png);
  background-repeat: no-repeat;
  background-position-x: 5px;
  background-position-y: 7px !important;
  background-size: 15px;
  display: flex;
  flex-direction: row;
  margin: 0;
}
.ai {
  width: auto;
  height: 20px;
}
.aitext {
  color: #3c3c3c;
  font-size: 14px;
  align-items: center;
  padding-left: 20px;
  margin-top: 27px;
  float: left;
  margin-left: 35px;
}
.aigenedesc {
  padding: 0% 3% 1% 3%;
  font-size: 14px;
  font-family: "Poppins";
  margin-top: 0px;
}
.disclaimertext {
  padding: 0% 3% 3% 3%;
  font-size: 16px;
  color: #002169;
  font-style: italic;
  text-decoration: underline;
  cursor: pointer;
  text-underline-offset: 2px;
  text-decoration-color: #002169;
}

.button-container {
  display: flex;
  /* justify-content: space-between;   */
  margin-bottom: 15px;
  align-items: center;
  margin: 20px auto;
}

.accept-button,
.decline-button {
  padding: 5px 10px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  font-family: "Poppins";
}

.accept-button {
  border: 2px solid #002169;
  background-color: white;
  color: #002169;
  padding: 5px 10px;
  font-size: 10px;
  font-weight: bold;
  border-radius: 1px;
  text-transform: uppercase;
  font-family: "Poppins";
  width: 100px;
  margin-left: 30px;
}

.decline-button {
  border: 2px solid #002169;
  background-color: white;
  color: #002169;
  padding: 5px 10px;
  font-size: 10px;
  font-weight: bold;
  border-radius: 1px;
  width: 100px;
}

.accept-button:hover {
  background-color: #002169;
  color: white;
}
.decline-button:hover {
  background-color: #002169;
  color: white;
}
.productimg {
  width: 100%;
  padding: 0 8%;
}
.aiicon {
  margin-top: 18px;
  width: 30px;
}
.mediaimg {
  width: 40px;
}
.mediaimg1 {
  width: 40px;
}
.mediaimg11 {
  width: 40px;
}
.mediaimgd {
  width: 40px;
  transform: rotate(180deg);
}

.stackdetails {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1% 0;
  margin: 0 8%;
  justify-content: space-evenly;
  background-color: #002169;
}
.stackdetails2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1% 0;

  justify-content: space-evenly;
  background-color: #002169;
}
.firstsec {
  color: white;
  font-size: 15px;
}
.time1field {
  margin: 0 !important;
}
.time2field {
  margin: 0 !important;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
}
.time3field {
  margin: 0 !important;
  text-align: center;
}
.vertline img {
  height: 40px;
  width: 2px;
}
.secondsec {
  color: white;
  font-size: 15px;
}

.thirdsec {
  color: white;
  font-size: 15px;
}

.belowsection {
  padding: 1% 15%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.leftsec {
  flex: 0 0 60%;
}
.rightsec {
  flex: 0 0 35%;
}
.yours {
  background-color: white;
  box-shadow: 0 0px 25px 0 rgba(83, 128, 225, 1);
  /* border:1px solid #002169; */
}
.yourstitle {
  display: flex;
  flex-direction: row;
}
.topquad {
  background-color: #002169;

  margin-left: 5%;
  width: 50px;
  margin-bottom: -2px;

  clip-path: polygon(0% 80%, 100% 40%, 100% 100%, 0% 100%);
}
.blueimg {
  background: url("../img/ai-box-star.gif");
  background-repeat: no-repeat;
  background-position-y: 5px;
  background-size: 30px;
  clip-path: polygon(0% 0%, 100% 1%, 100% 85%, 50% 100%, 0% 85%);
  gap: 5px;
  display: flex;
  flex-direction: row;
  background-color: #002169;
  margin-left: 5%;
  height: max-content;
  padding: 0px 0px 20px 25px;
  width: 50px;
}

.gifstar {
  width: 30px;
  height: 30px;
}
.aitexttitle {
  font-size: 12px;
  color: white;
  margin: 5px 5px 5px 6px;
  text-align: right;
}

.titletext {
  margin-left: 15px;
  padding-top: 15px;
}

.descriptiontext {
  padding: 5% 0% 0% 0%;

  font-size: 18px;
  text-align: justify;
}

.ingtitletext {
  padding: 5% 0% 0 0;
  text-align: center;
  font-weight: bold;
  font-size: 42px;
}

.applybtn {
  color: #002169;
  background-color: white;
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #002169;
  padding: 10px 40px;
  border-radius: 0px;
  font-weight: normal;
}
.applybtn:hover {
  background-color: #002169;
  color: white;
}
.ingrelist {
  padding: 3% 5% 2% 0%;
  background-color: white;
}

.icon-container {
  display: flex;
  justify-content: center;
  width: 200px;
  /* Adjust as needed */
}

.end-icon {
  width: 50px; /* Adjust size as needed */
  height: 50px; /* Adjust size as needed */
  margin-left: 10px;
  margin-right: 10px;
}
.inglisttext {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 2px 0;
}
.highlight {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  font-weight: bolder;
}
.create:hover {
  background-color: #4918b2;
  color: #000000;
}
.aiimgblue {
  height: 16px;
  width: 16px;
  margin-right: 4px;
  margin-bottom: 1px;
}
.ingcontent {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
}
.pointstyle {
  font-size: 20px;
  font-weight: bolder;
}

.inst {
  margin: 5% 0% 5% 0%;
}
.generateinst {
  margin: 0% 0% 0% 62%;
}
.swapimg {
  height: 23px;
  width: 23px;
  cursor: pointer;
}
.modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100vw;
  overflow-y: hidden;
  height: 100vh;
}

.modalcontmain {
  background-color: #fcfcfc;
  margin: 0px 40%;
}

.topheading {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.cancelbtn {
  width: 20px;
  height: 20px;
  padding: 10px 10px 0px 0px;
  cursor: pointer;
}
.cancelemptybtn {
  width: 30px;
  height: 37px;
  padding: 15px 20px 10px 0px;
  cursor: pointer;
}
.modalcont {
  background-color: #fcfcfc;
  /* width: fit-content; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  border-radius: 5px;
}

.seleclass {
  color: #002169;
  font-size: 16px;

  font-weight: bold;
  padding: 10px 0px 0px 0px;
  margin-left: 23px;
}
.seleemptyclass {
  color: #002169;
  font-size: 16px;

  font-weight: bold;
  padding: 10px 0px 10px 0px;
  margin-left: 23px;
}
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  /* align-items: flex-start;   */
  z-index: 2222;
  /* padding-top: 100px; */
}

.popup-content {
  /* background: rgba(0, 20, 63, 0.884); */
  background: white;
  /* padding: 20px;   */
  border-radius: 5px;
  position: relative;
  width: 60%;
  /* text-align: center; */
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  /* min-width: 100px;   */
}

.close-button {
  background: none;
  border: none;
  padding: 1% 2% 0px 0px;
  cursor: pointer;
  font-size: 15px;
  align-self: flex-end;
}

.cancelicon {
  width: 10px;
  height: 10px;
}
.warning-text {
  padding: 0px 30px 20px 30px;
  color: red;
  font-weight: bold;
  text-align: left;
  font-size: 20px;
}
.disctext {
  font-size: 12px;
  padding: 0px 30px;
  text-align: left;
  font-family: "Poppins";
}
.modal-content ul {
  list-style-type: none;
  padding: 10px 10px;
  margin: 5px 2px 10px 2px;
  width: 90%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.closemark {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.modal-content li {
  cursor: pointer;
  margin: 0px 0px 10px 0px;
  padding: 10px 10px;
  background-color: #f1f1f1;
  border-radius: 5px;
  font-size: 16px;
}
.modal-content li:last-child {
  margin: 0;
}

.selected {
  /* Or any highlight color you prefer */
  color: #333;
  cursor: pointer;
  border-radius: 10px;
  border-color: #4918b2;
  border-style: solid;
  border-width: 2px;
  font-weight: bold;
}

.cancelimg {
  padding: 2% 2% 0px 0px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  align-self: flex-end; /* This will align the cancel image to the right */
  margin-top: 10px;
}
.modal-content li:hover {
  background-color: #8e8e8e;
  color: white;
}
.seealltext {
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-color: black;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
  cursor: pointer;
  padding: 0px 0px 0px 5px;
}
.replacebtn {
  height: 20%;
  font-size: 10px;
  margin: 5px 2px;
  margin-bottom: 20px;
  background-color: #0162a8 !important;
}
.radiofields {
  color: rgb(0, 0, 0);
  font-size: 16px;

  padding: 0 0 0 5%;
}

.custom_filter_desing {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.238' height='17.238' viewBox='2.939 97.939 17.238 17.238'%3E%3Cpath fill='%23fff' d='M18.056 97.939l2.121 2.121-6.498 6.498 6.498 6.498-2.121 2.121-6.498-6.498-6.498 6.498-2.121-2.121 6.498-6.498-6.498-6.498 2.121-2.121 6.498 6.498 6.498-6.498z'/%3E%3C/svg%3E");

  background-position: center right 17px;
  background-repeat: no-repeat;
  background-size: 10px !important;
  min-width: 0 !important;
  padding: 5px 37px 5px 17px !important;
}

.pot-svg {
  background-image: url("../img/pot.svg");
  background-position: center left;
  background-repeat: no-repeat;
  padding: 5px 20px 5px 17px !important;
}

.more-state-closed {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.333px' height='8px' viewBox='2.939 97.939 17.238 17.238'%3E%3Cpath fill='%23fff' d='M18.056 97.939l2.121 2.121-6.498 6.498 6.498 6.498-2.121 2.121-6.498-6.498-6.498 6.498-2.121-2.121 6.498-6.498-6.498-6.498 2.121-2.121 6.498 6.498 6.498-6.498z'/%3E%3C/svg%3E");

  background-position: center right 17px;
  background-repeat: no-repeat;
  background-size: 10px !important;
  min-width: 0 !important;
  padding: 5px 37px 5px 17px !important;
}

.tipslist {
  font-size: 14px;
  font-weight: 500;
  padding: 0px 10px 0px 0px;
}

.steps {
  margin: 20px 0px;
}
.receipesteps:last-child {
  padding-bottom: 20px;
}
.receipesteps {
  background-color: white;
  padding: 0px 20px 20px 20px;

  font-size: 14px;
  margin-bottom: 20px;
}

.stepstitle {
  font-size: 22px;
  font-weight: bolder;
  padding: 2% 0;
}
.review {
  color: #002169;
  font-weight: bold;
  padding: 4% 0% 0% 0%;
}
.ratehead {
  font-size: 16px;
  font-weight: bold;
  padding: 1% 0px 0px 0px;

  color: #000000;
}
.ratingdiv {
  margin: 5% 3% 3% 0%;
}
.rateimg {
  width: 12%;
  height: auto;
  padding: 0px 1%;
}
.ratetext {
  font-size: 16px;

  padding: 10px 0px 0px 0px;
  color: #000000;
}
.instmain {
  background-color: white;
  padding: 10px;
}
.regeneratebtndiv {
  padding: 20px 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.madewith {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  font-family: "Poppins";
}

.prodonecont {
  padding-bottom: 5%;
}
.productone {
  padding: 5% 0% 5% 5%;
  display: flex;
  flex-direction: row;
  background-color: white;
}
.prodimg {
  height: auto;
  width: 100px;
}

.producttwo {
  padding: 5% 0% 5% 5%;
  display: flex;
  flex-direction: row;
  background-color: white;
  background-color: white;
}
.producttext {
  align-items: center;
  padding: 10% 2% 0% 2%;
  cursor: pointer;
}
.prodtext {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}

.promptmaincont {
  margin: 5% 0 3% 0;
  padding: 5% 0px 3% 0px;
  background-color: white;
}

.promptfieldrow {
  padding: 5% 5% 5% 5%;
  text-align: center;
}

.user-limit {
  text-align: center;
  color: red;
  font-size: 12px;
  font-family: "Poppins";
  margin-top: 10px;
}

.promptfieldcol {
  padding: 3% 0%;
  background-color: white;
  height: 60px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: row;

  border-radius: 5px;
  border: 1px solid #dddddd;
  position: relative;
}
p {
  margin-bottom: 0 !important;
}
.promptfield {
  flex: 0 0 60%;
  font-size: 12px;
  font-weight: 500;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  margin-left: 10px;
  outline: none;
  border: none;
  resize: none;
  overflow: hidden;
  padding: 15px 0px !important;
  height: 45px !important;
  font-family: "Poppins";
  border: none !important;
}

.aiimage {
  padding-bottom: 2%;
  margin-left: 2%;
  height: 35px;
  width: 30px;
}

.create {
  background: url(../img/blue-star.png);
  background-repeat: no-repeat;
  background-position: 10px;
  background-size: 15px;
  flex: 0 0 30%;
  position: absolute;
  border: 2px solid #002169;
  background-color: white;
  color: #002169;
  padding: 10px 10px 10px 30px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 0px;
  z-index: 10;
  right: 10px;
  top: 18%;
  font-family: "Poppins";
}

.create:hover {
  color: white;
  background-color: #002169;
  background-image: url(../img/white-star.png);
  background-repeat: no-repeat;
  background-position: 10px;
  background-size: 15px;
  cursor: pointer;
}

.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;

  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.spinnermain {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.spinner {
  width: 50px;
  height: 50px;
  align-items: center;
  margin-bottom: 5%;
  margin-top: 5%;
}

.create-btn-err {
  border: 2px solid red;
  box-shadow: 0 4px 8px 0 rgb(224 14 14 / 20%);
}

.ai-prompt-op {
  opacity: 0.3;
}

.ai-prompt-op .create {
  cursor: default;
}
.create-btn-err .create:hover {
  border: 2px solid #002169;
  background-color: white;
  color: #002169;
  background: url(../img/blue-star.png);
  background-repeat: no-repeat;
  background-position: 10px;
  background-size: 15px;
  cursor: default;
}

#ai-popup-box .loader-img {
  height: 50px;
  background-size: 50px;
}

.ai-questions {
  border: 1px solid #dddddd;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  position: absolute;
  background-color: #f5f5f5;
  z-index: 1111;
  width: 300px;
  margin-top: 10px;
}

.ai-questions ul {
  list-style: none;
  padding: 0px !important;
  margin: 0px !important;
  font-size: 12px;
  font-family: "Poppins";
  max-height: 200px;
  overflow-y: auto;
  text-align: left;
}

.ai-questions ul li::before {
  display: none;
}

.ai-questions ul li {
  padding: 5px 10px;
  margin: 0px !important;
  border-bottom: 1px solid #c4c4c4;
}

.ai-questions ul li:hover {
  cursor: pointer;
  background-color: #ddd;
}

.ai-questions ul li:last-child {
  border-bottom: none;
}

#ai-error-popup-box .disctext {
  font-size: 15px;
  color: red;
  text-align: center !important;
}

.aibox-margin-top {
  margin-top: 180px !important;
}

.user_limit_msg {
  color: #584e4e;
  font-weight: 600;
  font-size: 14px;
}

.user-limit center {
  display: none;
}

.user-limit .user_limit_msg {
  color: red;
  font-size: 8px;
  font-weight: normal;
}

.user-limit .user_limit_msg a {
  color: red;
}

#main-ai-box-html {
  margin-bottom: 30px;
}

/*.home_button {
  background: url("../img/home.png");
  background-repeat: no-repeat;
  vertical-align: middle;
  background-size: 50px;
  width: 50px;
  background-position: center;
}*/

.home_button button {
  background-color: #002169;
  color: #fff;
  border-radius: 6.25rem;
  font-size: 1rem;
  padding: 10px 20px;
  font-weight: bold;
  border: none;
}

.home_button a {
  text-decoration: none !important;
}

.home_button button:hover {
  cursor: pointer;
}

.arrow-back {
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4px;
  margin: 0px 5px;
}

.left-back {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
/************************AI Box End ******************/

/************************Mobile Responsive Start ******************/
@media (max-width: 912px) {
  .new-icon-sub {
    background: url("../img/new-star.png");
    background-repeat: no-repeat;
    vertical-align: middle;
    background-position: top right;
    background-position-x: 155px;
    background-size: 30px;
    background-position-y: 20px;
    padding-right: 0px;
  }

  .new-icon-mobile {
    background: url("../img/new-star.png");
    background-repeat: no-repeat;
    vertical-align: middle;
    background-position-y: 20px;
    background-position-x: 170px;
    background-size: 30px;
  }
  .new-icon-mobile a span {
    display: block !important;
    border: 2px solid #002169;
    padding: 7px;
    max-width: max-content;
    color: #002169;
  }

  .ai-questions {
    width: 83%;
  }

  .recipe-assistant-btn {
    display: none;
  }

  .decision {
    padding: 15% 5%;
  }
  .decision-text h1 {
    font-size: 20px;
  }
  .ingredientBtnText {
    margin: 0 15%;
  }

  .selected-ingredients-container {
    width: 80%;
  }
  .search-box {
    border-radius: 5px;
  }
  .btn-mobile {
    display: flex !important;
  }

  .btn-desk {
    display: none;
  }
  .search-input {
    padding-top: 10px !important;
  }

  .popup-content {
    width: 90% !important;
  }

  .aibox-margin-top {
    margin-top: 90px !important;
  }

  .recipe-hero__image + .recipe-meta {
    margin-bottom: 0px;
  }
}

@media (max-width: 540px) {
  .decision-text h1 {
    font-size: 18px;
  }
  .arrow {
    padding: 3px;
    margin: 4px 3px;
  }
  .ingredientBtnTexth2 {
    font-size: 12px;
  }

  .desktop-inspired {
    display: none !important;
  }
  .mobile-inspired {
    display: flex !important;
  }

  .aititle {
    font-size: 20px;
    text-decoration-thickness: 3px;
    font-family: "Poppins";
  }
  .headerprodsecthead11 {
    flex: 0 0 60%;
  }
  .headerprodsecthead22 {
    flex: none;
  }
  .aigendiv {
    background-position-y: 17px;
  }
  .aitext {
    margin-top: 10px;
    font-family: "Poppins";
    margin-left: 0px;
  }
  .recipeTitle2 {
    padding: 3% 5%;
  }
  .aigenedesc {
    padding: 3%;
  }
  .disclaimertext {
    padding: 0% 3% 3% 5%;
  }

  .home_button button {
    background-color: #002169;
    color: #fff;
    border-radius: 6.25rem;
    font-size: 10px;
    padding: 10px 10px;
    font-weight: bold;
    border: none;
    margin-top: 10px;
  }

  .arrow-back {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    margin: 0px 2px;
  }
}

@media only screen and (min-width: 431px) and (max-width: 1023px) {
  .arrow {
    padding: 3px;
    margin: 4px 3px;
  }
  .ingredientBtnTexth2 {
    font-size: 12px;
  }

  .promptfieldcol {
    padding: 1% 0%;
  }
}

@media all and (max-width: 670px) and (orientation: landscape) {
  /* Styles */
  .aititle {
    font-size: 25px;
  }
  .aitext {
    margin-top: 15px;
  }
  .aigendiv {
    background-position-y: 20px;
  }
}
/************************Mobile Responsive End ******************/
/*** Profanity Filter ***/
#ai-error-popup-box #error-headline {
  text-align: center;
  font-size: 24px !important;
  color: red;
  margin: 15px !important;
}
/*** Profanity Filter End ***/</pre></body></html>