.mps_modal-new #mps_modal_review .body p,
#mps_modal_video .body p {
  color: #00af2c;
  margin-bottom: 16px;
  line-height: 24px;
}

#mps_modal_review .body p:has(+ .calendar),
#mps_modal_video .body p:has(+ .calendar) {
  font-weight: 600;
}

#mps_modal_review .mps_upsell-modal,
#mps_modal_video .mps_upsell-modal,
#mps_cancel_modal .mps_upsell-modal,
#mps_success_modal .mps_upsell-modal,
#mps_confirm_modal .mps_upsell-modal {
  width: 600px;
}

#mps_modal_confirm .buttons {
  padding: 16px;
  display: flex;
  justify-content: flex-end;
  gap: 30px;
}

/* #mps_modal_discard .buttons {
    display: flex;
    padding: 16px;
    justify-content: center;
    gap: 30px;
} */
#mps_modal_upgrade_cutoff .buttons,
#mps_modal_review .buttons,
#mps_modal_video .buttons,
#mps_cancel_modal .buttons,
#mps_confirm_modal .buttons {
  padding: 16px;
  display: flex;
  justify-content: space-between;
}

#mps_modal_confirm .buttons button,
#mps_modal_review .buttons button,
#mps_modal_video .buttons button,
#mps_cancel_modal .buttons button,
#mps_confirm_modal .buttons button {
  border: 1px solid #25b425;
  background: linear-gradient(180deg, #2ad12a 0%, #1bc01b 56.94%);
  box-shadow: -2px 0 2.1px 0 rgba(255, 255, 255, 0.4) inset, 2px 0 2.1px 0 rgba(255, 255, 255, 0.4) inset, 0 2px 1.7px 0 rgba(255, 255, 255, 0.6) inset !important;
  color: #fff;
  display: flex;
  gap: 4px;
  align-items: center;
  height: 40px !important;
  padding: 0 16px;
  justify-content: center;
  text-transform: unset !important;
  font-size: 14px;
  border-radius: 8px;
}

#mps_modal_review .buttons button.cancel {
  margin-left: 12px !important;
  color: #737373 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
  background: none !important;
  height: unset !important;
  padding: 0 !important;
  border: none !important;
}

#mps_modal_review .buttons button.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;
}


#mps_modal_review .buttons button.confirm:disabled {
  filter: grayscale(1);
}

#mps_modal_review .buttons {
  padding: 0 !important;
  gap: 10px;
  align-items: center;
}


#mps_modal_discard .buttons button.cancel,
#mps_modal_confirm .buttons button.cancel,
#mps_modal_review .buttons button.cancel,
#mps_modal_video .buttons button.cancel,
#mps_modal_review .buttons button.return,
#mps_modal_video .buttons button.return,
#mps_cancel_modal .buttons button.cancel,
#mps_confirm_modal .buttons button.cancel {
  background: #fff;
  color: #00af2c;
}

#mps_modal_discard .buttons button:hover #mps_modal_confirm .buttons button:hover #mps_modal_review .buttons button:hover,
#mps_modal_video .buttons button:hover,
#mps_confirm_modal .buttons button:hover {
  background: #499a34;
}

#mps_modal_discard .buttons button.cancel:hover,
#mps_modal_confirm .buttons button.cancel:hover,
#mps_modal_review .buttons button.return:hover,
#mps_modal_video .buttons button.return:hover,
#mps_modal_review .buttons button.cancel:hover,
#mps_modal_video .buttons button.cancel:hover,
#mps_cancel_modal .buttons button.cancel:hover {
  background: #edf6eb;
}

#mps_modal_review .buttons button[disabled],
#mps_modal_video .buttons button[disabled],
#mps_cancel_modal .buttons button[disabled] {
  background: #ececec;
  color: #d9d9d9;
}

.mps_modal-new .mps_upsell-modal .body .infographic {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.mps_modal-new .mps_upsell-modal .body .infographic a {
  display: flex;
  gap: 1;
  padding: 6px;
  align-items: center;
  margin: 0;
}

.mps_modal-new .mps_upsell-modal .body .infographic .text {
  color: #51ab3a;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.1px;
  text-transform: uppercase;
}

/* juices modal */

.mps_modal-new.mps_upsell-modal-overlay {
  background: #00000040;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  container-type: size;
  container-name: modaloverlay;
  display: none;
}

.mps_modal-new .mps_upsell-modal {
  display: flex;
  width: 544px !important;
  max-width: 95% !important;
  flex-direction: column;
  border-radius: 16px;
  background: #fff;
  box-shadow:
    0 1px 3px -1px rgba(0, 0, 0, 0.2),
    0 6px 10px 0 rgba(206, 201, 180, 0.15);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 102;
  overflow: hidden;
  background-image: url('../../images/mps/modal-pattern.svg');
  background-repeat: no-repeat;
  padding: 24px !important;
  border-radius: 16px !important;
  max-height: 95%;
}

.mps_modal-new.mps-modal-new-no-pattern .mps_upsell-modal {
  background-image: none !important;
}

@media (max-width: 767px) {
  .mps_modal-new.mps-modal-new-no-pattern .mps_upsell-modal {
    padding: 12px !important;
  }
  
  .mps_modal-new .mps_upsell-modal {
    width: 95% !important;
    max-width: 95% !important;
  }
}

.mps_modal-new.mps-modal-new-no-pattern .mps_upsell-modal {
  background-image: none !important;
}

@media (max-width: 767px) {
  .mps_modal-new.mps-modal-new-no-pattern .mps_upsell-modal {
    padding: 12px !important;
  }
}

.mps_modal-new .mps_upsell-modal .header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  padding: 0 0 16px !important;
  background: none !important;
  border: none !important;
}

.mps_modal-new .mps_upsell-modal .header .close-juices {
  cursor: pointer;
}

.mps_modal-new .mps_upsell-modal .header .close-juices:hover svg {
  fill: #646b68;
}

.mps_modal-new .mps_upsell-modal .header h4 {
  color: #424644;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.1px;
}

.mps_modal-new .mps_upsell-modal .body {
  display: flex;
  padding: 16px 0 16px !important;
  flex-direction: column;
  overflow: auto !important;
}

.mps_modal-new .mps_upsell-modal .body .juices {
  gap: 24px;
  display: flex;
  flex-direction: column;
}

.mps_modal-new .mps_upsell-modal .body .juice {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 24px 24px 24px 88px;
  border-radius: 8px;
  border: 1px solid rgba(94, 148, 26, 0.3);
  background: linear-gradient(92deg, rgba(81, 171, 58, 0.2) 0%, rgba(81, 171, 58, 0.08) 100%);
  min-height: 136px;
}

.mps_modal-new .mps_upsell-modal .body .juice .image {
  position: absolute;
  margin: 0;
  left: 0;
  top: -8px;
}

.mps_modal-new .mps_upsell-modal .body .juice .image img {
  width: auto;
  height: auto;
}

.mps_modal-new .mps_upsell-modal .body .juice .description {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mps_modal-new .mps_upsell-modal .body .juice .description .title {
  display: flex;
  gap: 8px;
  align-items: center;
}

.mps_modal-new .mps_upsell-modal .body .juice .description .title .number {
  display: flex;
  width: 24px;
  height: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  background: #5e941a;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.1px;
}

.mps_modal-new .mps_upsell-modal .body .juice .description .title h3 {
  color: #131313;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.1px;
  margin: 0;
}

.mps_modal-new .mps_upsell-modal .body .juice .description .properties {
  display: flex;
  justify-content: space-between;
}

.mps_modal-new .mps_upsell-modal .body .juice .description .properties .property {
  flex-basis: calc(25% - 3px);
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ececec;
  min-height: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mps_modal-new .mps_upsell-modal .body .juice .description .properties .property span {
  color: #646b68;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.1px;
}

.mps_modal-new .mps_upsell-modal .body .juice .description .properties .property span:last-child {
  color: #88908d;
  font-size: 12px;
  font-weight: 400;
}

.mps_modal-new .mps_upsell-modal .juices[data-id="all-in-one"] .juice:first-child,
.mps_modal-new .mps_upsell-modal.line2 .juices .juice:first-child {
  background: linear-gradient(92deg, rgba(135, 56, 63, 0.2) 0%, rgba(135, 56, 63, 0.08) 100%);
}

.mps_modal-new .mps_upsell-modal .juices[data-id="all-in-one"] .juice:nth-child(2),
.mps_modal-new .mps_upsell-modal.line2 .juices .juice:nth-child(2) {
  background: linear-gradient(92deg, rgba(244, 180, 0, 0.2) 0%, rgba(244, 180, 0, 0.08) 100%);
}

.mps_modal-new .mps_upsell-modal .juices[data-id="all-in-one"] .juice:nth-child(3),
.mps_modal-new .mps_upsell-modal.line2 .juices .juice:nth-child(3) {
  background: linear-gradient(92deg, rgba(251, 131, 0, 0.2) 0%, rgba(251, 131, 0, 0.08) 100%);
}

.mps_modal-new .mps_upsell-modal .juices[data-id="all-in-one"] .juice:nth-child(4),
.mps_modal-new .mps_upsell-modal.line2 .juices .juice:nth-child(4) {
  background: linear-gradient(92deg, rgba(94, 96, 40, 0.2) 0%, rgba(94, 96, 40, 0.08) 100%);
}

.mps_modal-new .mps_upsell-modal .juices[data-id="all-in-one"] .juice:last-child,
.mps_modal-new .mps_upsell-modal.line2 .juices .juice:last-child {
  background: linear-gradient(92deg, rgba(179, 1, 12, 0.2) 0%, rgba(179, 1, 12, 0.08) 100%);
}

.mps_modal-new .mps_upsell-modal .body .tabs {
  display: flex;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  margin-bottom: 24px;
  align-self: center;
}

.mps_modal-new .mps_upsell-modal .body .tabs .tab {
  padding: 8px 16px;
  color: #646b68;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  cursor: pointer;
}

.mps_modal-new .mps_upsell-modal .body .tabs .tab.active {
  border: 1px solid #51ab3a;
  background: #51ab3a;
  color: #fff;
}

.mps_modal-new .body .meal-selection {
  height: auto;
  overflow: visible;
  position: relative;
}

.mps_modal-new .body .meal-selection .order-summary {
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
}

.mps_modal-new .summary-total p,
.mps_modal-new .order-summary p {
  margin-bottom: 0px !important;
}

.mps_modal-new .summary-total,
.mps_modal-new .summary-total-cost {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
}

.mps_modal-new .summary-total-cost {
  border-radius: 8px;
  background: rgba(146, 251, 153, 0.15);
  padding: 12px !important;
}

.mps_modal-new .summary-total-cost p {
  margin: 0px !important;
  color: #050 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  letter-spacing: 0.1px;
  font-weight: 500 !important;
}

.mps_modal-new .summary-total span {
  margin: 0px !important;
  color: #1BC01B !important;
  font-size: 14px !important;
  line-height: 20px !important;
  letter-spacing: 0.1px;
  font-weight: 500 !important;
}

.mps_modal-new .summary-total p,
.mps_modal-new .order-summary p {
  margin: 0px !important;
  color: #737373 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  letter-spacing: 0.1px;
  font-weight: 500 !important;
}

.mps_modal-new .flux-tooltip.extra_cost{
  height: 28px !important;
}

.mps_modal-new .flux-tooltip.extra_cost span.flux-tooltip__tip {
  font-weight: 400 !important;
  margin-left: 60px !important;
  top: unset !important;
  bottom: 30px !important;
  letter-spacing: 0 !important;
  width: 280px !important;
}

.mps_modal-new .meal {
  display: flex;
  justify-content: space-between;
  padding-block: 5px;
  align-items: center;
}

.mps_modal-new .breakfast-options li,
.mps_modal-new .lunch-options li,
.mps_modal-new .dinner-options li {
  border-bottom: 1px solid #ececec;
}

.mps_modal-new .dinner-options li:last-child {
  border-bottom: none;
}

.mps_modal-new ul li {
  list-style-type: none;
}

.mps_modal-new .meal-title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mps_modal-new .meal-title p {
  font-weight: 500 !important;
  color: #141414 !important;
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 20px !important;
}

.mps_modal-new .breakfast-options,
.mps_modal-new .lunch-options,
.mps_modal-new .dinner-options {
  margin: 0 !important;
}

.mps_modal-new .order-summary p {
  color: var(--gray-gray-60, #646b68) !important;
  text-align: center;
  /* OVERLINE (Semibold) */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px !important;
  /* 128.571% */
  letter-spacing: 0.1px;
  text-transform: uppercase;
}

.mps_modal-new .breakfast>p,
.mps_modal-new .lunch>p,
.mps_modal-new .dinner>p {
  color: #424242;
  font-weight: 500;
  font-size: 14px !important;
  line-height: 20px;
  text-align: left !important;
  margin: 12px 0 !important;
}

.mps_modal-new .meal-selection .breakfast>p {
  margin-top: 0 !important;
}

.mps_modal-new .meal-qty {
  color: #141414;
  font-size: 16px !important;
  font-weight: 500 !important;
  background: #F7F7F7;
  width: 36px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0 1px 0 1px solid #e5e5e5;
}

#modal_video {
  width: 100%;
  height: 383px;
}

.mps_modal-new .mps_upsell-modal .tabs {
  display: flex;
  justify-content: center;
}

.mps_modal-new .photo-content {
  padding: 40px;
  text-align: center;
}

.mps_modal-new .photo-content img {
  max-height: 400px;
}

.mps_modal-new .video-content {
  padding: 40px;
}

.mps_modal-new .mps_upsell-modal .tabs.tab-buttons {
  margin-top: 20px;
}

.mps_modal-new .svg-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mps_modal-new .mps_upsell-modal h4 {
  color: #292929;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
  text-align: left;
  text-transform: unset;
}

.mps_modal-new .mps_upsell-modal hr {
  border-top: 1px solid #0000001a;
  margin: 0 0 12px !important;
  background: none;
}

.mps_modal-new .mps_upsell-modal .body .subtitle {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mps_modal-new .mps_upsell-modal .body .subtitle .text {
  color: #646b68 !important;
  max-width: 350px;
}

.mps_modal-new .mps_upsell-modal .body p {
  font-size: 16px;
  margin: 0 0 24px 0;
  text-align: center;
}

.mps_modal-new .close-juices.cancel {
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
}

/* @media (max-width: 767px) {

  #mps_modal_review .mps_upsell-modal,
  #mps_modal_video .mps_upsell-modal,
  #mps_cancel_modal .mps_upsell-modal,
  #mps_success_modal .mps_upsell-modal,
  #mps_confirm_modal .mps_upsell-modal {
    width: 370px;
  }

  #mps_modal_review .buttons button.confirm {
    width: 100%;
    flex-direction: column;
    gap: 0;
  }
} */

#mps_reactivate_modal .body h4 {
  color: #424644 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 28px !important;
  margin: 8px 0 16px 0 !important;
  text-align: center !important;
  text-transform: none !important;
}

@media (max-width: 767px) {
  #mps_reactivate_modal .body h4 {
    font-size: 16px !important;
  }
}

#mps_reactivate_modal .mps_upsell-modal.no-scale .body p {
  color: #737373 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 400 !important;
  text-align: left !important;
  margin: 0 !important;
}

@media (max-width: 767px) {
  #mps_reactivate_modal .body p {
    font-size: 14px !important;
    line-height: 20px !important;
  }
}

#mps_reactivate_modal .body .payment-info {
  padding-top: 16px !important;
  padding-bottom: 0px !important;
}

#mps_reactivate_modal .payment-info .column,
#mps_reactivate_modal .bundle-totals .name {
  color: var(--gray-gray-60, #646B68) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  text-align: left !important;
}

#mps_reactivate_modal .payment-info .bundle-footer {
  margin-top: 4px !important;
  border: 1px solid #0000000A !important;
}

#mps_reactivate_modal .payment-info .bundle-footer .column:last-of-type>span:first-of-type {
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
  color: #424644;
}

#mps_reactivate_modal .payment-info .bundle-footer .column.credits span:last-of-type {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #0EB337 !important;
}

.mps_modal-new#mps_reactivate_modal .buttons button.return {
  background: transparent !important;
  color: #00AF2C !important;
}

.mps_modal-new#mps_reactivate_modal .buttons {
  border-top: none !important;
  padding: 0 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 10px;
}

.mps_modal-new#mps_reactivate_modal .buttons button.confirm {
  outline: none;
  border: 1px solid #25B425;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 8px 12px;
  border-radius: 8px;
  height: 40px;
  color: #fff;
  text-transform: none;
  background: linear-gradient(180deg, #2AD12A 0%, #1BC01B 56.94%) !important;
  display: flex;
  align-items: center;
  gap: 8px;
  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;
  width: auto;
}

.mps_modal-new#mps_reactivate_modal .buttons button.cancel {
  outline: none;
  border: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 8px 12px;
  border-radius: 8px;
  height: 40px;
  color: #737373 !important;
  text-transform: none;
  display: flex;
  align-items: center;
  gap: 8px;
  background: none !important;
}

.mps_modal-new#mps_reactivate_modal .body .card-info {
  margin-bottom: 0 !important;
}

.mps_modal-new .meal .meal-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mps_modal-new .meal .controls {
  display: flex;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #1BC01B;
  overflow: hidden;
  height: 33px;
}

.mps_modal-new .meal .controls button {
  border: none;
  background: #fff;
  width: 36px;
  height: 33px;
  padding: 0;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mps_modal-new .meal .btn-review-meal-delete {
  border: none;
  background: none;
  width: 24px;
  height: 24px;
  padding: 0;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mps_modal-new .note-container {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0 20px;
}

@media (max-width: 374px) {
  .mps_modal-new .note-container {
    flex-direction: column;
  }

  .mps_modal-new .note-container>p {
    width: 100% !important;
    text-align: center !important;
  }
}

.mps_modal-new .log-note {
  border-radius: 4px;
  background: #F5F5F5;
  padding: 6px;
  flex: 1;
  color: #424242;
  font-size: 14px !important;
  line-height: 20px;
  font-weight: 400;
  text-align: left !important;
  margin: 0 !important;
}

.mps_modal-new .current-time {
  border-radius: 4px;
  background: #EEFFEF;
  padding: 6px;
  flex: 1;
  color: #009400;
  font-size: 14px !important;
  line-height: 20px;
  font-weight: 400;
  text-align: left !important;
  margin: 0 !important;
}

.mps_modal-new .summary {
  margin: 0px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mps_modal-new .extra-cost2, .mps_modal-new .discount-cost2  {
  margin: 0px !important;
  color: #737373 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  letter-spacing: 0.1px;
  font-weight: 500 !important;
}

.mps_modal-new .total-cost2 {
  margin: 0px !important;
  color: #050 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: 0.1px;
  font-weight: 600 !important;
}

.mps_modal-new .mps_upsell-modal-header {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 16px;
}

.mps_modal-new .mps_upsell-modal-header figure {
  display: flex;
  align-items: center;
  width: 120px;
  flex-shrink: 0;
  margin: 0;
}

@media (max-width: 767px) {
  .mps_modal-new .mps_upsell-modal-header figure {
    width: 100px;
  }
}

.mps_modal-new .mps_upsell-modal-header h3 {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin: 0 0 16px;
}

@media (max-width: 767px) {
  .mps_modal-new .mps_upsell-modal-header h3 {
    padding-right: 24px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
  }
}

.mps_modal-new .mps_upsell-modal-header p {
  color: #737373;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin: 0;
}

@media (max-width: 767px) {
  .mps_modal-new .mps_upsell-modal-header p {
    font-size: 12px;
    line-height: 16px;
  }
}

.mps_modal-new .mps_upsell-modal .close-modal {
  position: absolute;
  right: 24px;
  top: 24px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .mps_modal-new .mps_upsell-modal .close-modal {
    right: 14px;
    top: 14px;
    height: 32px;
    width: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

.mps_modal-new .scroll-modal {
  overflow: auto;
  height: auto;
  padding: 0 !important;
  padding-inline: 0 !important;
}

.mps_modal-new .scroll-modal>p {
  color: #000;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 20px;
  font-weight: 400;
}

.mps_modal-new .mps_upsell-modal-macros {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.mps_modal-new .mps_upsell-modal-macros>div {
  border: 1px solid #D6D6D6;
  border-left: none;
  flex: 1;
  min-height: 55px;
}

.mps_modal-new .mps_upsell-modal-macros>div:first-of-type {
  border-radius: 8px 0 0 8px;
  border-left: 1px solid #D6D6D6;
  padding-left: 8px;
}

.mps_modal-new .mps_upsell-modal-macros>div:last-of-type {
  border-radius: 0 8px 8px 0;
}

.mps_modal-new .mps_upsell-modal-macros>div.daily {
  display: flex;
  gap: 8px;
  align-items: center;
  min-width: 50%;
}

.mps_modal-new .mps_upsell-modal-macros>div.daily .percent {
  position: relative;
  height: 39px;
  width: 39px;
}

.mps_modal-new .mps_upsell-modal-macros>div.daily .percent svg.kcal-circle {
  position: relative;
  width: 39px;
  height: 39px;
  rotate: 270deg;
}

.mps_modal-new .mps_upsell-modal-macros>div.daily .percent svg.kcal-circle circle {
  width: 38px;
  height: 38px;
  fill: none;
  stroke-width: 3;
  transform: translate(3px, 3px);
  stroke-dasharray: 117;
  stroke-dashoffset: 117;
  stroke-linecap: round;
}

.mps_modal-new .mps_upsell-modal-macros>div.daily .percent svg.kcal-circle circle:nth-child(1) {
  stroke-dashoffset: 0;
  stroke: #d9d9d9;
}

.mps_modal-new .mps_upsell-modal-macros>div.daily .percent svg.kcal-circle circle:nth-child(2) {
  stroke: #51ab3a;
}

.mps_modal-new .mps_upsell-modal-macros>div.daily .percent .kcal-storm {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.mps_modal-new .mps_upsell-modal-macros>div.daily>div:not(.percent) {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.mps_modal-new .mps_upsell-modal-macros>div.daily div:not(.percent) .kcal {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #009400;
}

@media (max-width: 767px) {
  .mps_modal-new .mps_upsell-modal-macros>div.daily div:not(.percent) .kcal {
    font-size: 14px;
    line-height: 14px;
  }
}

.mps_modal-new .mps_upsell-modal-macros>div.daily div:not(.percent) .daily-cal {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #737373;
}

@media (max-width: 767px) {
  .mps_modal-new .mps_upsell-modal-macros>div.daily div:not(.percent) .daily-cal {
    font-size: 12px;
    line-height: 12px;
  }
}

.mps_modal-new .mps_upsell-modal-macros>div:not(.daily) {
  display: flex;
  flex-direction: column;
  gap: 9px;
  align-items: center;
  justify-content: center;
}

.mps_modal-new .mps_upsell-modal-macros>div:not(.daily) strong {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #009400;
}

@media (max-width: 767px) {
  .mps_modal-new .mps_upsell-modal-macros>div:not(.daily) strong {
    font-size: 14px;
    line-height: 14px;
  }
}

.mps_modal-new .mps_upsell-modal-macros>div:not(.daily) span {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #737373;
}

@media (max-width: 767px) {
  .mps_modal-new .mps_upsell-modal-macros>div:not(.daily) span {
    font-size: 12px;
    line-height: 12px;
  }
}

.mps_modal-new .mps_upsell-modal .spicyness {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #737373;
  margin-bottom: 20px;
  gap: 0;
}

@media (max-width: 767px) {
  .mps_modal-new .mps_upsell-modal .spicyness {
    font-size: 12px;
    flex-wrap: nowrap;
  }
}

.mps_modal-new .mps_upsell-modal .spicyness .spicy_level {
  flex: 1;
  height: 10px;
  border-radius: 15px;
  background: #f3f3f3;
  display: flex;
  gap: 1px;
  position: relative;
  margin-left: 12px !important;
  overflow: hidden;
  border: 2px solid #F04438;
}

.mps_modal-new .mps_upsell-modal .spicyness .spicy_level span {
  flex: 1;
}

.mps_modal-new .mps_upsell-modal .spicyness .spicy_level .level1 {
  background: linear-gradient(90deg, #96D834 0%, #B3CE2F 100%);
}

.mps_modal-new .mps_upsell-modal .spicyness .spicy_level .level2 {
  background: linear-gradient(90deg, #B3CE2F 0%, #CFBF2A 100%);
}

.mps_modal-new .mps_upsell-modal .spicyness .spicy_level .level3 {
  background: linear-gradient(90deg, #CFBF2A 0%, #EBA225 100%);
}

.mps_modal-new .mps_upsell-modal .spicyness .spicy_level .level4 {
  background: linear-gradient(90deg, #EBA225 0%, #F86B33 100%);
}

.mps_modal-new .mps_upsell-modal .spicyness .spicy_level .level5 {
  background: linear-gradient(90deg, #F86B33 0%, #FF4B4B 100%);
}

.mps_modal-new .mps_upsell-accordion {
  border: 1px solid #1BC01B;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 12px;
}

.mps_modal-new .mps_upsell-accordion .mps_upsell-accordion-title {
  position: relative;
  cursor: pointer;
}

.mps_modal-new .mps_upsell-accordion .mps_upsell-accordion-title>div {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-right: 24px;
}

.mps_modal-new .mps_upsell-accordion .mps_upsell-accordion-title>div h3 {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #424242;
}

@media (max-width: 767px) {
  .mps_modal-new .mps_upsell-accordion .mps_upsell-accordion-title>div h3 {
    font-size: 14px;
    line-height: 14px;
  }
}

.mps_modal-new .mps_upsell-accordion .mps_upsell-accordion-title>div span {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #A3A3A3;
  margin: 0;
}


@media (max-width: 767px) {
  .mps_modal-new .mps_upsell-accordion .mps_upsell-accordion-title>div span {
    font-size: 12px;
    line-height: 12px;
  }
}

.mps_modal-new .mps_upsell-accordion .mps_upsell-accordion-title svg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.mps_modal-new .mps_upsell-accordion.open .mps_upsell-accordion-title svg {
  transform: translateY(-50%) rotate(180deg);
}

.mps_modal-new .mps_upsell-accordion-content {
  padding: 14px 0 0;
}

.mps_modal-new .mps_upsell-accordion-content p {
  color: #424242;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 16px;
  font-weight: 400;
}

.mps_modal-new .mps_upsell-accordion-content h4 {
  font-weight: 400;
  font-size: 12px;
  line-height: 14.52px;
  letter-spacing: 0;
  color: #000000;
  margin-bottom: 8px;
}

.mps_modal-new .mps_upsell-accordion-content>div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.mps_modal-new .mps_upsell-accordion-content>div p {
  color: #424242;
  font-size: 12px;
  line-height: 16px;
  margin: 0;
  font-weight: 400;
}

.mps_modal-new .mps_upsell-accordion-content>div h6 {
  color: #424242;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  display: block;
  width: 100%;
  margin: -8px 0;
}

.mps_modal-new .mps_upsell-accordion-content h6.disclaimer {
  color: #424242;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  display: block;
  width: 100%;
  margin: 20px 0 10px;
}

/* Ingredients Option */
.mps_modal-new .mps_upsell-accordion-content>div .item {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.mps_modal-new .mps_upsell-accordion-content>div .item img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: contain;
  border: 1px solid #E6E6E6;
}

.mps_modal-new .mps_upsell-accordion-content>div .item p {
  line-height: 20px;
  color: #424242;
  font-weight: 400;
  font-size: 14px;
}


@media (max-width: 767px) {
  .mps_modal-new .mps_upsell-accordion-content>div .item p {
    font-size: 12px;
    line-height: 16px;
  }
}

.mps_modal-new .mps_upsell-accordion-content>div .item .macros-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding: 0 21px;
}

#mps_confirm_modal.mps_modal-new .mps_upsell-modal > p {
  color: #737373 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 400 !important;
  text-align: left !important;
  margin: 16px 0 0 !important;
}

#mps_confirm_modal.mps_modal-new .payment-info {
  padding-bottom: 0 !important;
}

#mps_confirm_modal.mps_modal-new .footer.buttons {
  padding: 0 !important;
  border: none !important;
}

#mps_confirm_modal.mps_modal-new .footer.buttons .cancel {
  border-radius: 8px !important;
  border: 1px solid #737373 !important;
  background: #FFF !important;
  height: 40px !important;
  color: #737373;
  font-size: 14px;
  font-weight: 500;
  min-width: 134px;
  justify-content: center;
  min-height: unset;
}

@media (max-width: 767px) {
  #mps_confirm_modal.mps_modal-new .footer.buttons .cancel {
    min-width: unset;
  }
}

#mps_confirm_modal.mps_modal-new .footer.buttons .confirm-update {
  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;
  height: 40px !important;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  min-width: 134px;
  justify-content: center;
  min-height: unset;
}

@media (max-width: 767px) {
  #mps_confirm_modal.mps_modal-new .footer.buttons .confirm-update {
    min-width: unset;
  }
}

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

#mps_success_modal.mps_modal-new .buttons {
  padding: 0 !important;
  border: none !important;
}


#mps_success_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;
  height: 40px !important;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  min-width: 168px;
  justify-content: center;
  min-height: unset;
}

@media (max-width: 767px) {
  #mps_success_modal.mps_modal-new .buttons .confirm {
    min-width: unset;
  }
}