.mps_shots_announcement-modal-overlay * {
    font-style: normal;
    line-height: 1;
    letter-spacing: 0.1px;
}
.mps_shots_announcement-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_shots_announcement-modal-overlay.opened {
    display: initial;
}
.mps_shots_announcement-modal {
    display: flex;
    width: 600px;
    max-width: 90%;
    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;
    max-height: 90vh;
}
.mps_shots_announcement-modal-overlay.rotate-loading:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border: 6px solid #f3f3f3; /* Light grey */
    border-top: 6px solid #51ab3a; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    z-index: 9999;
}
.mps_shots_announcement-modal-overlay.rotate-loading:after {
    content: "";
    position: absolute;
    z-index: 2;
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    backface-visibility: hidden;
    opacity: 0.8;
    border-radius: inherit;
}
.mps_shots_announcement-modal.rotate-loading {
    position: relative;
}
.mps_shots_announcement-modal.rotate-loading:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border: 6px solid #f3f3f3; /* Light grey */
    border-top: 6px solid #51ab3a; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    z-index: 3;
}
.mps_shots_announcement-modal.rotate-loading:after {
    content: "";
    position: absolute;
    z-index: 2;
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    backface-visibility: hidden;
    opacity: 0.8;
    border-radius: inherit;
}
.mps_shots_announcement-modal .header {
    display: flex;
    padding: 8px 16px 8px 24px;
    justify-content: space-between;
    align-items: center;
    background: #fafafa;
    height: 67px;
    border-bottom: 1px solid #ececec;
}
.mps_shots_announcement-modal .header .close-modal {
    cursor: pointer;
}
.mps_shots_announcement-modal .header .close-modal:hover svg {
    fill: #646b68;
}
.mps_shots_announcement-modal .header h4 {
    color: #424644;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.1px;
}
.mps_shots_announcement-modal .body {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

button.primary,
button.secondary,
button.tertiary {
    font-size: 16px;
    letter-spacing: 0.1px;
    border-radius: 4px;
    line-height: 24px;
    font-weight: 600;
    border: 1px solid transparent;
    padding: 0 16px;
    min-height: 52px;
    outline: none;
    display: flex;
    align-items: center;
    gap: 4px;
    text-transform: none;
}
button.primary {
    background: var(--brand-primary, #51ab3a);
    border-color: var(--brand-primary, #51ab3a);
    color: var(--white, #fff);
}
button.primary.aov-juice {
    background: var(--brand-primary, #51ab3a);
    border-color: var(--brand-primary, #51ab3a);
    color: var(--white, #fff);
    border-radius: 100px;
}

button.primary:hover {
    background: var(--brand-primary-110, #499a34);
    border-color: var(--brand-primary-110, #499a34);
}
button.secondary,
button.tertiary {
    color: #51ab3a;
}
button.secondary {
    border-color: var(--brand-primary-60, #b9ddb0);
    background: var(--brand-primary-95, #f6fbf5);
}
button.secondary.aov-juice {
    border-color: var(--brand-primary-60, #b9ddb0);
    background: var(--brand-primary-95, #f6fbf5);
    border-radius: 100px;
}
button.secondary:hover {
    background: var(--brand-primary-90, #edf6eb);
}
button.tertiary {
    background: transparent;
}
button.tertiary:hover {
    background: var(--secondary-darker, #efede8);
}
:is(button.secondary, button.tertiary) svg,
:is(button.secondary, button.tertiary) button.secondary svg path {
    fill: var(--brand-primary, #51ab3a);
}
:is(button.primary, button.secondary, button.tertiary):disabled {
    pointer-events: none;
    background: var(--gray-gray-20, #ececec);
    color: var(--gray-gray-40, #b7c3bd);
}
:is(button.primary, button.secondary, button.tertiary):disabled svg path,
:is(button.primary, button.secondary, button.tertiary):disabled svg {
    fill: var(--gray-gray-40, #b7c3bd);
}

[data-modal="shots-announcement"] .body > h4,
[data-modal="upsell-modal"] .body > h4 {
    /* max-width: 340px; */
    color: var(--gray-gray-70, #424644);
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin: 8px auto;
    /* margin-top: 8px; */
}

[data-modal="shots-announcement"] .body > h4.aov-juice,
[data-modal="upsell-modal"] .body > h4.aov-juice {
    color: var(--gray-gray-70, #424644);
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 10px;
    margin: 5px auto;
}

[data-modal="shots-announcement"] .body > h4.water-bottle,
[data-modal="upsell-modal"] .body > h4.water-bottle {
    color: var(--gray-gray-70, #424644);
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 10px;
    margin: 5px auto;
}

[data-modal="shots-announcement"] .body > h2.water-bottle,
[data-modal="upsell-modal"] .body > h2.water-bottle {
    color: #131313;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 10px;
    margin: 30px auto;
}

[data-modal="shots-announcement"] .body > h4.aov-juice strong,
[data-modal="upsell-modal"] .body > h4.aov-juice strong {
    font-weight: 600;
}

[data-modal="shots-announcement"] .body > h4.water-bottle strong,
[data-modal="upsell-modal"] .body > h4.water-bottle strong {
    font-weight: 600;
}


[data-modal="shots-announcement"] .body > p,
[data-modal="upsell-modal"] .body > p {
    color: var(--gray-gray-60, #424644);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 8px auto;
}

[data-modal="shots-announcement"] .body > p.aov-juice,
[data-modal="upsell-modal"] .body > p.aov-juice {
    color: var(--gray-gray-60, #424644);
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
    margin: 8px auto;
    max-width: 505px;
}

[data-modal="shots-announcement"] .body > p.water-bottle,
[data-modal="upsell-modal"] .body > p.water-bottle {
    color: var(--gray-gray-60, #424644);
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
    margin: 8px auto;
    max-width: 475px;
}

[data-modal="shots-announcement"] .body > p.aov-juice strong,
[data-modal="upsell-modal"] .body > p.aov-juice strong {
    background: linear-gradient(91.01deg, #51ab3b 32.54%, #7dbb42 85.1%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

[data-modal="shots-announcement"] .body > p.water-bottle strong,
[data-modal="upsell-modal"] .body > p.water-bottle strong {
    background: linear-gradient(91.01deg, #51ab3b 32.54%, #7dbb42 85.1%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

[data-modal="shots-announcement"] .body > p.small,
[data-modal="upsell-modal"] .body > p.small {
    font-size: 12px;
    line-height: 18px;
    margin: 0;
}
[data-modal="shots-announcement"] .body > .prices,
[data-modal="upsell-modal"] .body > .prices {
    display: flex;
    flex-direction: column;
    align-self: center;
}

[data-modal="shots-announcement"] .body > .prices.aov-juice,
[data-modal="upsell-modal"] .body > .prices.aov-juice {
    display: flex;
    flex-direction: row;
    align-self: center;
    align-items: center;
    gap: 5px;
}

[data-modal="shots-announcement"] .body > .prices.water-bottle,
[data-modal="upsell-modal"] .body > .prices.water-bottle {
    display: flex;
    flex-direction: row;
    align-self: center;
    align-items: center;
    gap: 5px;
    position: relative;
}

[data-modal="shots-announcement"] .body > .prices.water-bottle .img-tag,
[data-modal="upsell-modal"] .body > .prices.water-bottle .img-tag {
    z-index: 0;
    display: flex;
    position: relative;
    left: -15px;;
}
[data-modal="shots-announcement"] .body .prices .price,
[data-modal="upsell-modal"] .body .prices .price {
    color: var(--gray-gray-50, #88908d);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-decoration: line-through;
    text-align: center;
}

[data-modal="shots-announcement"] .body .brands-off,
[data-modal="upsell-modal"] .body .brands-off {
    margin-bottom: -25px;
}

[data-modal="shots-announcement"] .body .prices.aov-juice .price,
[data-modal="upsell-modal"] .body .prices.aov-juice .price {
    color: var(--gray-gray-50, #88908d);
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    text-decoration: line-through;
    text-align: center;
}

[data-modal="shots-announcement"] .body .prices.water-bottle .price,
[data-modal="upsell-modal"] .body .prices.water-bottle .price {
    color: var(--gray-gray-50, #88908d);
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    text-decoration: line-through;
    text-align: center;
}

[data-modal="shots-announcement"] .body .prices.aov-juice .total,
[data-modal="upsell-modal"] .body .prices.aov-juice .total {
    color: var(--brand-primary, #fb4e4e);
    font-size: 40px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
}

[data-modal="shots-announcement"] .body .prices.water-bottle .total,
[data-modal="upsell-modal"] .body .prices.water-bottle .total {
    color: var(--brand-primary, #fb4e4e);
    font-size: 40px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    z-index: 1;
}

[data-modal="shots-announcement"] .body .prices .total,
[data-modal="upsell-modal"] .body .prices .total {
    color: var(--brand-primary, #51ab3a);
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
}
[data-modal="shots-announcement"] .offer.buttons,
[data-modal="upsell-modal"] .offer.buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 10px 10px 0 10px;
}

[data-modal="shots-announcement"] .shots,
[data-modal="upsell-modal"] .shots {
    display: flex;
    padding: var(--spacing-3, 24px) var(--spacing-5, 40px);
    justify-content: space-between;
    align-self: stretch;
    background: url(../../images/mps/upsell/pattern.png) no-repeat;
    background-position: top left;
    flex-wrap: wrap;
    gap: 24px 0;
}
[data-modal="shots-announcement"] .shots .shot,
[data-modal="upsell-modal"] .shots .shot {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    flex: 0 0 30%;
    min-width: 0;
}
[data-modal="shots-announcement"] .shots .shot:first-of-type,
[data-modal="upsell-modal"] .shots .shot:first-of-type {
    flex-direction: column;
}
[data-modal="shots-announcement"] .shots .shot:first-of-type h4,
[data-modal="upsell-modal"] .shots .shot:first-of-type h4 {
    font-size: 16px;
    line-height: 24px;
}
[data-modal="shots-announcement"] .shots .shot h4,
[data-modal="upsell-modal"] .shots .shot h4 {
    color: var(--gray-gray-70, #424644);
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    margin: 0 0 4px 0;
}
[data-modal="shots-announcement"] .shots .shot p,
[data-modal="upsell-modal"] .shots .shot p {
    color: var(--gray-gray-50, #88908d);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
}
[data-modal="shots-announcement"] .body .infobox,
[data-modal="upsell-modal"] .body .infobox {
    flex-direction: column;
    align-items: center;
    padding: 15px 10px 24px 10px;
    gap: 16px;
    display: flex;
    position: relative;
}

[data-modal="shots-announcement"] .body .infobox .new-juices-line,
[data-modal="upsell-modal"] .body .infobox .new-juices-line {
    position: absolute;
    top: 32%;
}

[data-modal="shots-announcement"] .body .infobox .img-water-bottle,
[data-modal="upsell-modal"] .body .infobox .img-water-bottle { 
    z-index: 1;
    position: relative;
}

[data-modal="shots-announcement"] .body .infobox .water-bottle-back,
[data-modal="upsell-modal"] .body .infobox .water-bottle-back {
    position: absolute;
    top: 62%;
    z-index: 0;
}

[data-modal="shots-announcement"] .body .infobox > h3,
[data-modal="upsell-modal"] .body .infobox > h3 {
    color: var(--brand-primary, #51ab3a);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
[data-modal="shots-announcement"] .body .infobox .box-list,
[data-modal="upsell-modal"] .body .infobox .box-list {
    display: flex;
    gap: 8px;
    padding: 0;
}
[data-modal="shots-announcement"] .body .infobox .box-list .box,
[data-modal="upsell-modal"] .body .infobox .box-list .box {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    height: 450px;
    padding: 18px 4px;
    flex: 1;
    border: 1px solid #d3eace;
    border-radius: 16px;
}
[data-modal="shots-announcement"] .body .infobox .box-list .box h4,
[data-modal="upsell-modal"] .body .infobox .box-list .box h4 {
    color: var(--gray-gray-70, #424644);
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    margin: 4px 0 0 0;
}
[data-modal="shots-announcement"] .body .infobox .box-list .box p,
[data-modal="upsell-modal"] .body .infobox .box-list .box p {
    color: var(--gray-gray-60, #646b68);
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
}
[data-modal="shots-announcement"] .footer,
[data-modal="upsell-modal"] .footer {
    padding: 16px;
}
[data-modal="shots-announcement"] .footer.buttons,
[data-modal="upsell-modal"] .footer.buttons {
    display: flex;
    gap: 16px;
    justify-content: flex-end;
    border-top: 1px solid #ececec;
}
[data-modal="shots-announcement"] .footer.buttons button:first-of-type,
[data-modal="upsell-modal"] .footer.buttons button:first-of-type {
    margin-right: auto;
}

[data-modal="shots-announcement"] .body.img-topo,
[data-modal="upsell-modal"] .body.img-topo {
    display: flex;
    justify-content: center;
    align-items: center;
}

b,
strong {
    font-weight: 600;
    color: unset;
    letter-spacing: unset;
}

.mps_shots_announcement-modal .hide[data-step] {
    display: none;
}
.mps_shots_announcement-modal .body:not(:has(.infobox)) {
    padding: 24px;
}
.mps_shots_announcement-modal .body > svg {
    margin: 0 auto;
}
.payment-info {
    padding: 8px 0 24px 0;
}
.payment-info .bundle-totals {
    padding: 12px 16px;
    border-top: 1px solid #efede8;
    border-bottom: 1px solid #efede8;
    display: flex;
    flex-direction: column;
    /* gap: 8px; */
}
.payment-info .bundle-totals > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.payment-info .bundle-totals > div ~ div {
    margin-top: 8px;
}

.payment-info .bundle-totals > div:not(.soft) .name {
    font-weight: 600;
}

.payment-info .bundle-totals .badge {
    border-radius: 2px;
    background: var(--brand-primary, #51ab3a);
    color: var(--gray-gray-10, #fafafa);
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
    padding: 0 4px;
}
.payment-info .bundle-totals .column:has(.badge) {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #51ab3a;
}
.payment-info .bundle-totals .column.free {
    color: #1BC01B;
}
.payment-info .bundle-totals .column.paid {
    color: #F04438;
}
.payment-info .column {
    color: #737373;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
}
.payment-info .soft .column {
    color: var(--gray-gray-60, #b7c3bd);
}
.payment-info .column:last-of-type {
    text-align: right;
}
.payment-info .bundle-footer {
    border-radius: var(--radius-md, 8px);
    background: #92FB9926;
    padding: 8px 16px;
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.payment-info .bundle-footer .column:first-of-type {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #050;
}
.payment-info .bundle-footer .column:last-of-type {
    display: flex;
    flex-direction: column;
}
.payment-info .bundle-footer .column:last-of-type > span:first-of-type {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #050;
}
.payment-info .bundle-footer .column:last-of-type:has(span + span) > span:last-of-type {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

:is([data-after-cutoff]).hide {
    display: none;
}

.card-info {
    display: flex;
    padding: 16px;
    justify-content: stretch;
    align-items: center;
    align-self: stretch;
    gap: 16px;
    border-radius: 8px;
    background: #fbfaf7;
    margin: 8px 0;
}
.card-info img {
    max-width: 35px;
    margin: 0 !important;
}
.card-info .number {
    color: #424644 !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    background: transparent;
    width: auto;
}
.card-info .amount {
    margin-left: auto;
    color: #424644;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.card-info:has(+ .payment-error.active) {
    border: 1px solid var(--context-negative-100, #fb4e4e);
    margin-bottom: 0;
}

.payment-error {
    display: none;
    padding: 8px 0;
    gap: 8px;
}

.payment-error.active {
    display: flex;
    flex-direction: column;
}

.payment-error .message {
    color: var(--context-negative-100, #fb4e4e);
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
}

.payment-error button {
    align-self: center;
    height: auto;
    min-height: 20px;
}

.accordion-content.show {
    max-height: 200px;
    padding: 5px 15px;
    display: block;
}

.accordion-content {
    display: none; /* Escondido por padrão */
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease-in-out;
}

.accordion-content p {
    font-size: 14px;
    line-height: 2 !important;
}

button.confirm_penalty_downgrade.penalty {
    background-color: #fb4e4e !important;
    max-width: 240px;
    font-size: 14px !important;
    line-height: 18px !important;
}

button.confirm_penalty_downgrade.penalty:hover {
    background-color: #d43535 !important;
}

#penalty-text {
    padding: 10px 10px;
}
.bundle-totals .name {
  font-size: 14px !important;
}

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

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


#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 .body p {
    color: #424644 !important;
    margin-bottom: 16px !important;
    line-height: 24px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    text-align: center !important;
    margin: 0 !important;
}

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

#mps_reactivate_modal .payment-info  {
    padding-bottom: 5px !important;
}

#mps_reactivate_modal .payment-info .column, #mps_reactivate_modal .bundle-totals .name, #mps_modal_upgrade_cutoff.mps_modal-new .payment-info .column, #mps_modal_upgrade_cutoff.mps_modal-new .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_reactivate_modal .buttons button.return {
    background: transparent !important;
    color: #00AF2C !important;
}

#mps_modal_upgrade_cutoff.mps_modal-new .mps_upsell-modal .body {
  padding-bottom: 0 !important;
}

#mps_modal_upgrade_cutoff.mps_modal-new .mps_upsell-modal .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_modal_upgrade_cutoff.mps_modal-new .buttons {
  border-top: none !important;
  padding: 0 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 10px;
}

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

#mps_modal_upgrade_cutoff.mps_modal-new .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;
  min-height: 40px !important;
}

#mps_confirm_modal.mps_modal-new .aov_shot label span {
  color: #737373;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

#mps_confirm_modal.mps_modal-new .aov_shot h4.reward-info {
  color: #737373;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
}

#mps_confirm_modal.mps_modal-new .body p.small {
  color: #737373;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 10px;
}

.mps_modal-new .reactivate-plan-upgrade {
  color: #009400 !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  text-transform: none !important;
}

.mps_modal-new .reactivate-plan-downgrade {
  color: #F04438 !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  text-transform: none !important;
}