.subscriptionPage{padding-top:64px;min-height:100vh;display:flex;flex-direction:column;gap:24px;justify-content:center;align-items:center;background-color:#fff0d3}.subscriptionPage .paymentReceipt{position:relative;width:calc(90% - 48px);max-width:450px;display:flex;flex-direction:column;gap:28px;padding:58px 24px;background-color:#fff;border-radius:22px 22px 0 0;font-family:var(--roboto-font)}.subscriptionPage .paymentReceipt .absoluteBadge{position:absolute;background-color:#fff;box-shadow:0 2px 8px 0 rgba(255,176,120,.2);border-radius:50%;padding:8px;left:50%;transform:translateX(-50%);height:50px;width:50px;top:-25px;display:flex;justify-content:center;align-items:center}.subscriptionPage .paymentReceipt .absoluteBadge .icon{color:var(--secondary-color);font-size:38px}.subscriptionPage .paymentReceipt .title{font-size:24px;font-weight:500}.subscriptionPage .paymentReceipt .title.sm{font-size:20px}.subscriptionPage .paymentReceipt .message{margin-top:10px;font-size:18px;font-weight:400;color:#4a4a4a}.subscriptionPage .paymentReceipt p{color:#000;text-align:center}.subscriptionPage .paymentReceipt .bottom{padding:28px 0;border-top:1px solid rgba(255,166,0,.322);display:flex;flex-direction:column;gap:28px}.subscriptionPage .paymentReceipt .bottom .subtotal{margin-top:8px;font-weight:600;font-size:32px;color:orange}.subscriptionPage .paymentReceipt .bottom .boxesWrapper{display:flex;gap:24px;flex-wrap:wrap}.subscriptionPage .paymentReceipt .bottom .boxesWrapper .infoBox{width:calc(50% - 38px);border:1px solid rgba(255,166,0,.322);border-radius:12px;padding:12px}.subscriptionPage .paymentReceipt .bottom .boxesWrapper .infoBox p{text-align:left}.subscriptionPage .paymentReceipt .bottom .boxesWrapper .infoBox .title{margin-top:4px;font-size:18px}.subscriptionPage .paymentReceipt .bottom .boxesWrapper .infoBox .message{color:#4a4a4a;margin-top:0}.subscriptionPage .paymentReceipt .downloadBttn{text-transform:capitalize;color:#fff;background-color:var(--secondary-color);font-size:18px;display:flex;justify-content:center;align-items:center;width:-moz-fit-content;width:fit-content;align-self:center;margin-top:-18px}.subscriptionPage .paymentReceipt .downloadBttn .icon{margin-right:4px}.subscriptionPage .paymentReceipt .absoluteFooter{position:absolute;bottom:-18px;right:0;left:0;display:flex;justify-content:space-between;height:30px;padding:0 20px}.subscriptionPage .paymentReceipt .absoluteFooter .circle{width:30px;border-radius:50%;background-color:#fff0d3}.subscriptionPage .messageSection{border-radius:22px;padding:14px 22px;background-color:rgba(211,47,47,.255);font-family:var(--roboto-font);margin:0 12px}.subscriptionPage .messageSection p{text-align:center;color:#d32f2f;font-size:18px}.subscriptionPage .backToHome{color:orange;text-decoration:underline;text-transform:capitalize}