@import url("https://fonts.googleapis.com/css2?family=Inter:wght@700&display=swap");
@font-face {
  font-family: "SF-Pro-Display";
  src: url("../font/sf-pro-display-cufonfonts/SFPRODISPLAYREGULAR.ttf");
}
a {
  text-decoration: none;
}

.main-container {
  background-color: #3A1837;
  max-width: 428px;
  height: 100vh;
  position: relative;
  padding-bottom: 100px !important;
}

.connected-page {
  background-color: #3A1837;
  max-width: 428px;
  height: 100vh;
  position: relative;
  padding-bottom: 100px !important;
}

.main-container .brand-name {
  color: #fff;
  font-family: "SF-Pro-Display";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  padding-top: 5px;
}

.main-container .bottom-text {
  bottom: 15px;
  font-family: "SF-Pro-Display";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #CBD5E1;
  width: 100%;
  text-align: center;
}

.main-container .connectiong-text {
  font-family: "SF-Pro-Display";
  color: #FFFFFF;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  text-align: center;
}

.main-container .est-conn-text {
  font-family: "SF-Pro-Display";
  color: #E2E8F0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.2px;
}

.main-container .search-conn-text {
  font-family: "SF-Pro-Display";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 160%;
  text-align: center;
  color: #2969FF;
  width: 100%;
}

.connected-page .dark-brand-name, .ordered-page .dark-brand-name {
  font-family: "SF-Pro-Display";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 25px;
  color: #fff;
}

.connected-page .confirm-conn {
  font-family: "Inter", sans-serif;
  background: #762C71;
  border: 1px solid #762C71;
  border-radius: 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  width: 150px;
  padding: 5px 0;
}

.connected-page .chat_box {
  position: relative;
  margin-top: 66px;
}

.connected-page .prson-name {
  font-family: "SF-Pro-Display";
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
  text-align: center;
  color: #ffffff;
  position: absolute;
  left: 65%;
  top: 7px;
  transform: translate(-50%);
}

.connected-page .women-section {
  position: relative;
  z-index: 9;
}

.connected-page .content-box .order-drink-text {
  font-family: "SF-Pro-Display";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #fff;
}

.connected-page .secondary-btn, .ordered-page .secondary-btn {
  background-color: #ffffff00;
  border: 1px solid #fff;
  border-radius: 0;
  width: 100%;
  color: #fff;
  padding-top: 17px;
  padding-bottom: 17px;
}

.connected-page .seconday-box {
  height: calc(100vh - 21rem);
  position: absolute;
  width: 100%;
  top: 21rem;
  border-radius: 30px 30px 0px 0px;
  background-color: #762C71;
}

.connected-page .primary-btn, .ordered-page .primary-btn {
  background-color: #3A1837;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  border-radius: 0;
  padding-top: 17px;
  padding-bottom: 17px;
  width: 100%;
}

.connected-page .content-box {
  padding-left: 27px;
  padding-right: 27px;
  position: relative;
  z-index: 99;
}

.connected-page .btn-section {
  position: relative;
  bottom: 40px;
  margin-left: 15px;
  margin-right: 15px;
}

.ordered-page #current-date {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  text-align: right;
  color: #000000;
}

.ordered-page .btn-section {
  position: relative;
  margin-top: 50px;
}

.ordered-page {
  background-color: #3A1837;
  height: 100vh;
  max-width: 428px;
  padding-bottom: 70px !important;
  position: relative;
}

.ordered-page .seconday-box {
  height: calc(100vh - 4rem);
  position: absolute;
  background-color: #762C71;
  width: 100%;
  top: 4rem;
  border-radius: 30px 30px 0px 0px;
}

.ordered-page .custom-text p {
  font-family: "SF-Pro-Display";
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.2px;
  color: #fff;
  position: relative;
  padding-top: 35px;
}

.ordered-page .product-box {
  position: relative;
  background: #762C71;
  color: #fff;
}

.ordered-page .product-box .prod-title {
  font-family: "SF-Pro-Display";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 150%;
  color: #fff;
}

.ordered-page .product-box .prod-quantity {
  font-family: "SF-Pro-Display";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.2px;
  color: #fff;
}

.ordered-page .product-box .product-img {
  background: #F1F2F4;
  border-radius: 4px;
  height: 134px;
  width: 134px;
}

.ordered-page .ordered-total-section {
  position: relative;
  padding: 15px;
  padding-right: 15px;
  background-color: #762C71;
}

.ordered-page .ordered-total-section .regular-text {
  font-family: "SF-Pro-Display";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.2px;
  color: #fff;
  padding-left: 8px;
}

.ordered-page .ordered-total-section .regular-price p {
  font-family: "SF-Pro-Display";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.2px;
  color: #FF4747;
}

.ordered-page .ordered-total-section .wand-price {
  font-family: "SF-Pro-Display";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.2px;
  color: #fff;
}

.ordered-page .ordered-total-section .total-price {
  font-family: "SF-Pro-Display";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  text-align: right;
  letter-spacing: 0.2px;
  color: #fff;
}

.ordered-page .ordered-total-section .save-drink {
  font-family: "SF-Pro-Display";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 150%;
  text-align: right;
  color: #fff;
}

.ordered-page .ordered-total-section .save-drink-price {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: right;
  letter-spacing: 0.2px;
  color: #fff;
}

.ordered-page .ordered-total-section .offer-drink-section {
  margin-left: 15px;
  margin-right: 15px;
}

.term-policy {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.2px;
  color: #fff;
}

.apple-pay-box {
  background: #F8FAFC;
  border: 1px solid #2969FF;
  height: 72px;
  width: 92%;
  position: relative;
  align-items: center;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
  cursor: pointer;
}

.other-payment {
  background: #F8FAFC;
  position: relative;
  height: 72px;
  width: 92%;
  align-items: center;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
  margin-top: 12px;
  cursor: pointer;
}

.m-card-pay-text {
  font-family: "SF-Pro-Display";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 2;
  text-align: right;
  letter-spacing: 0.2px;
  color: #384860;
}

.add_card {
  background: #FFFFFF;
  border: 1px solid #CBD5E1;
  position: relative;
  height: 72px;
  width: 92%;
  align-items: center;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
  margin-top: 12px;
  cursor: pointer;
}

.add_card p {
  font-family: "SF-Pro-Display";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.2px;
  color: #384860;
}

.thank-you-page .ty-text {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 150%;
  text-align: center;
  color: #fff;
  font-family: "SF-Pro-Display";
  position: relative;
  margin-top: 80px;
}

.thank-you-page .save-text {
  font-family: "SF-Pro-Display";
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.2px;
  color: #fff;
  position: relative;
}

.thank-you-page .text-bold {
  font-weight: 800;
}

.thank-you-page .couple-box {
  position: relative;
}

.thank-you-page .invoice-detail {
  font-family: "SF-Pro-Display";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.2px;
  color: #fff;
  position: relative;
}

.thank-you-page .invoice-detail a {
  color: #2969FF;
}

.close-out-page .less_price_rate {
  font-family: "SF-Pro-Display";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.2px;
  color: #fff;
}

.close-out-page .less_price_rate span {
  color: #FF4747;
  text-decoration: line-through;
}

.close-out-page .tip {
  font-family: "SF-Pro-Display";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.2px;
  color: #384860;
}

.close-out-page .discount-tab .nav-pills .nav-link {
  font-family: "SF-Pro-Display";
  background: #F1F5F9;
  border-radius: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #858597;
  padding: 4px 22px;
}

.close-out-page .discount-tab .nav-pills .nav-link.active {
  background: #3A1837;
  border-radius: 20px;
  color: #fff;
  padding: 4px 22px;
}

.close-out-page .discount-tab {
  font-family: "SF-Pro-Display";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
}

.close-out-page .sub-total {
  margin-top: 20px;
}

.close-out-page .sub-total .st-price {
  font-family: "SF-Pro-Display";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  text-align: right;
  letter-spacing: 0.2px;
  color: #fff;
}

.close-out-page .sub-total .lable-text {
  font-family: "SF-Pro-Display";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.2px;
  color: #fff;
}

.close-out-page .sub-total .lable-text.text-bold {
  font-weight: 700;
}

/*# sourceMappingURL=style.css.map */
.active-payment{
  border: 1px solid #2969FF;
}

.right-button-view{
  position: absolute;
  left: 91%;
  top: 10%;
}
.card {
  border: 0;
  min-height: 55vh;
  border-radius: 30px 0 0 0;
  padding-top: 4rem;
}
.card-header {
  background: transparent;
  border: 0;
  padding-top: 20px;
}
.unclickable{
  pointer-events: none;
  display: inline-block;
}  
.chat_box img {
  width: 101px;
  height: 81px;
  margin-left: 30%;
}
.women-section img {
  width: 199px;
  margin-right: 25%;
  height: 220px;
}
.tipclass {
  margin-top: 10px;
}
.close-out-page .sub-total .lable-text .removetip {    font-size: 10px;    color: red;}
#loadingpay {
    position: fixed;
    background: #5e89eeb8;
    width: 100%;
    height: calc(100vh - 2rem);
    z-index: 9;
}
#loadingpay .spinner-border {
    margin: 80% 40%;
}
#loadingpay .loadcontent {
    /* border: 1px solid red; */
    color: white;
    font-size: 25px;
    text-align: center;
}
.loading-buttons {
    margin-top: 40px !important;
}
.btn.spearit-btn{
  background-color: #3A1837;
  border: 1px solid #3A1837;
  color: #fff;
}
#add_card_form .btn{
  background: #3A1837;
}