#mps_modal,
.mps_modal {
  position: fixed;
  z-index: 1300;
  inset: 0px;
}

#mps_modal.mps_modal-new .dialog,
.mps_modal.mps_modal-new .dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 359px;
  max-width: 90%;
  background-color: #fff;
  border-radius: 12px;
  padding: 24px;
  background-image: url('../../images//mps/meal-selection/modal-pattern.svg');
  background-repeat: no-repeat;
}

#mps_modal.mps_modal-new .dialog .header,
.mps_modal.mps_modal-new .dialog .header {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.mps_modal .dialog {
  width: 350px;
}

.mps_modal .dialog.big {
  width: 600px;
  padding: 0;
}

.mps_modal.mps_modal-new .header {
  display: flex !important;
  padding: 0 !important;
  align-items: start !important;
  background: transparent !important;
  border-bottom: none !important;
  align-self: unset !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  margin-bottom: 16px !important;
}

.mps_modal.mps_modal-new .header .cancel {
  cursor: pointer;
}

.mps_modal .header h3 {
  color: #424644;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.1px;
}

.mps_modal .body {
  display: flex;
  padding: 24px 24px 16px 24px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
}

.mps_modal .body h4 {
  color: #131313;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.1px;
}

.mps_modal .footer {
  display: flex;
  padding: 16px 24px;
  justify-content: flex-end;
  row-gap: 8px;
  align-self: stretch;
  flex-wrap: wrap;
  border-radius: 0px 0px 8px 8px;
  background: var(--white, #FFF);
  border-top: 1px solid #ECECEC;
}

.mps_modal .footer .buttons {
  margin: 0;
}

.mps_modal .footer .buttons .confirm {
  padding: 12px 24px;
  font-size: 16px;
}

#mps_modal .shadow,
.mps_modal .shadow {
  content: '';
  position: fixed;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  inset: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-tap-highlight-color: transparent;
  z-index: -1;
}

#mps_modal.mps_modal-new h3,
.mps_modal.mps_modal-new h3 {
  font-size: 16px !important;
  line-height: 24px !important;
  text-align: left !important;
  color: #292929 !important;
  font-weight: 500 !important;
  margin: 0 0 16px !important;
}

#mps_modal.mps_modal-new .buttons,
.mps_modal.mps_modal-new .buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-direction: row !important;
  margin: 0 !important;
}

#mps_modal.mps_modal-new .message,
.mps_modal.mps_modal-new .message {
  margin: 0 0 32px !important;
  text-align: left !important;
  font-size: 14px !important;
  line-height: 20px !important;
  color: #737373 !important;
  font-weight: 400 !important;
}

.mps_modal.mps_modal-new .message b {
  font-weight: 600 !important;
}

#mps_modal .buttons .confirm,
.mps_modal .buttons .confirm {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  outline: 0px;
  border: 0px;
  margin: 0px;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  text-decoration: none;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 1.75;
  text-transform: uppercase;
  min-width: 64px;
  padding: 6px 16px;
  border-radius: 4px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  background-color: rgb(81, 171, 59);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
  color: white;
  font-size: 11px;
}

#mps_modal.mps_modal-new .buttons .cancel,
.mps_modal.mps_modal-new .buttons .cancel {
  color: #737373 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
  background: none !important;
  padding: 0 14px !important;
  border: 1px solid #A3A3A3 !important;
  border-radius: 8px !important;
  height: 40px !important;
  text-transform: capitalize !important;
}

#mps_modal.mps_modal.mps_modal-new .buttons .confirm, 
.mps_modal.mps_modal.mps_modal-new .buttons .confirm {
  border-radius: 8px !important;
  border: 1px solid #25B425 !important;
  background: linear-gradient(180deg, #2AD12A 0%, #1BC01B 56.94%) !important;
  box-shadow: -2px 0 2.1px 0 rgba(255, 255, 255, 0.40) inset, 2px 0 2.1px 0 rgba(255, 255, 255, 0.40) inset, 0 2px 1.7px 0 rgba(255, 255, 255, 0.60) inset !important;
  color: #fff !important;
  height: 40px !important;
  padding: 0px 12px !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
  text-transform: capitalize !important;
}

.svg-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.svg-img svg {
  display: flex;
}

.mps_modal-new .close-juices {
  cursor: pointer !important;
}