/* ONNI KOREAN TEMPLATE */
.bodyContainer {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contentContainerMobile {
  height: calc(100% - 70px);
  overflow: auto;
  padding-bottom: 50px;
}

.contentContainer {
  height: calc(100vh - 250px);
  overflow: auto;
  padding-bottom: 50px;
}

.imageMenuWrapper {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--borderColor);
  background-color: var(--backgroundColor);
}

.headerOverlayContainer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 20px;
  height: 80px;
  background-color: var(--primaryColor);
  position: relative;
}

.infoMenuContainer {
  padding: 70px 20px 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.infoMenuShortenContainer {
  padding: 50px 20px 10px 20px;
}

.menuNameLabel {
  font-size: 1.5rem;
  font-weight: bold;
}

.menuDescriptionLabel {
  font-size: 0.9rem;
  color: var(--descriptionColor);
  font-weight: 300;
  word-break: break-word;
  text-align: center;
}

.separatorWrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px 0px;
}

.separator {
  width: 80%;
  height: 3px;
  display: block;
  background-color: var(--primaryColor);
  mask-image: url("/images/separator_secondary.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url("/images/separator_secondary.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}

.titleNoteWrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 3px 0px 3px 15px;
}

.titleNoteLabel {
  font-size: 13px;
  font-weight: 300;
}

.dot {
  width: 3px;
  height: 3px;
  background-color: var(--textDarkColor);
  margin-right: 10px;
  border-radius: 50%;
  margin-top: 3px;
}

.allergensContent {
  margin: 10px 20px 0px 20px;
  padding: 10px 0px;
  border-top: 1px solid var(--borderWithOpacityColor);
}

.allergensTitle {
  font-weight: bold;
  font-size: 0.9rem;
  padding-bottom: 10px;
}

.allergeneBtn {
  text-align: center;
  font-weight: bold;
  font-size: 0.9rem;
  cursor: pointer;
}

.allergenesLabel {
  font-size: 1rem;
}

.backBtn {
  width: 40px;
  height: 40px;
  background-color: #f7f6f4;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
}

.cardItemContainer {
  padding: 5px !important;
  padding-bottom: 15px !important;
  height: 100%;
}

.cardItem {
  cursor: pointer;
  height: 100%;
  border: 2px solid transparent;
  border-radius: 5px;
  padding: 15px 0px 0px 0px;
  box-shadow: 0px 4px 25px 0px #0000001a;
}

.cardItemSelected {
  border: 2px solid var(--primaryColor) !important;
}

.listOptionContainer {
  padding: 20px 10px 0px 10px;
}

.quantityContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 5px 25px 10px 25px;
}

.amountLabel {
  display: flex;
  flex: 1;
  font-size: 1.2rem;
  font-weight: bold;
}

.cardItemRestaurantScanCodeWithoutImage {
  padding: 0;
}
