.pagetransition {
  transition: opacity 0.5s ease-in-out;
}

.page-exit {
  opacity: 0;
}
.show-popup {
  display: block;;
}

.success-popup-upper {
  position: fixed;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.30);
}

.success-popup {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  width: 90%;
  max-width: 900px;
  box-shadow: 1px 1px 5px #686262;
  z-index: 9;
}

.success-popup h5 {
  margin-bottom: 16px;
  font-size: 44px;
  color: #333;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
.success-popup p {
  margin-bottom: 50px;
  font-size: 36px;
  color: #333;
  font-weight: 400;
  line-height: 130%;
}

/* .success-popup p {
  margin: 0;
} */
.success-popup .popup-button .btn {
  font-size: 30px;
  font-weight: 400;
}

.success-popup img {
  width: 35px;
  margin-bottom: 8px;
}
button.help_icon.help-btn, .edit_icn {
  background: transparent;
  border: none;
}
.chef_section .image img {
  max-width: 500px;
}

.detailcategory_item .larg_image img{
  max-width: 800px;
}

.popup-button {
  display: flex;
  margin-top: 22px;
  justify-content: space-between;
}

.popup-button button {
  border: 2px solid #888;
  width: 48%;
  border-radius: 10px;
  background: transparent;
  color: #000;
  cursor: pointer;
  padding: 10px;
}

.popup-button .btn {
  border: 2px solid #888;
  width: 48%;
  border-radius: 10px;
  background: transparent;
  color: #000;
  cursor: pointer;
  padding: 10px;
}

.popup-button button.btn.btn-success {
  background: #52bced;
  color: #fff;
  border: none;
}
.popup-button a.btn.btn-success {
  background: #52bced;
  color: #fff;
  border: none;
}
.confirmBtn.filled-button {
  background: #E8A432;
}