@font-face {
  font-family: "Afacad";
  src: url(../core/fonts/Afacad-VariableFont_wght.ttf) format("truetype");
}
@font-face {
  font-family: "Bitter";
  src: url(../core/fonts/Bitter-VariableFont_wght.ttf);
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: auto;
  min-height: 100vh;
  font-family: "Afacad", sans-serif;
}

body {
  background: linear-gradient(0deg, rgba(100, 149, 237, 0.3764705882) 0%, #ffffff 80%);
  font-family: "Afacad", sans-serif;
}

.rounded-circle {
  width: 60px;
  height: 60px;
}
.rounded-circle i.fa.fa-bars {
  font-size: 1.65rem;
  transform: translateY(2px);
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #4169E1; /* your blue */
  color: white;
  z-index: 1050;
  transform: translateY(-100%);
  visibility: hidden;
}
.mobile-menu .close-btn {
  position: absolute;
  font-size: 2.2rem;
  top: 20px;
  right: 9.5vw;
}
.mobile-menu .menu-content {
  margin-top: 7rem;
}
.mobile-menu .menu-content a {
  display: block;
  color: white;
  font-weight: 600;
  font-size: 1.4rem;
  text-decoration: none;
  margin: 20px 0;
  text-align: left;
}
.mobile-menu .menu-content a:hover {
  text-decoration: underline;
}
.mobile-menu .menu-content a:focus,
.mobile-menu .menu-content a:active {
  color: #fff !important;
  box-shadow: none !important;
  outline: none !important;
  text-decoration: none !important;
}

.mobile-menu.open {
  transform: translateY(0);
  visibility: visible;
}

.social {
  gap: 5%;
}
.social a {
  color: white;
  font-size: 28px;
  margin: 0 10px;
}

.login-card {
  margin-top: 6vh;
  border-radius: 1rem;
  width: 88vw;
  border: 1px solid #6495ED;
  background: linear-gradient(0deg, #B0C4DE 0%, #ffffff 100%);
}

.btn-menu {
  background-color: #4169E1;
  border: 1px solid #4169E1;
  border-radius: 1rem;
  font-family: "Afacad", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: white;
  height: 60px;
  width: 60px;
}

.btn-menu:focus,
.btn-menu:active,
.btn-menu:hover {
  color: #fff !important;
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background-color: #4169E1;
  border: 1px solid #4169E1;
  border-radius: 1rem;
  font-family: "Afacad", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: white;
  height: 50px;
}
.btn-primary:hover {
  background-color: white;
  color: #4169E1;
}

.btn-black {
  background-color: #001336;
  border: 1px solid #001336;
  border-radius: 1rem;
  font-family: "Afacad", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: white;
  height: 50px;
}
.btn-black:hover {
  background-color: #001336;
  color: white;
}

.btn-black-inverse {
  border: 1px solid #001336;
  background-color: transparent;
  border-radius: 1rem;
  font-family: "Afacad", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #001336;
  height: 50px;
}

.btn-cancel {
  background-color: transparent;
  border: none;
  font-family: "Afacad", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #001336;
  height: 50px;
}

.generic-form .form-label {
  color: #001336;
  font-family: "Afacad", sans-serif;
  font-size: 1rem;
}

.generic-textbox, .generic-textarea {
  border: 1px solid #6495ED;
  background: white;
  padding: 12px 15px;
  height: auto;
  border-radius: 1rem;
  font-weight: 600;
  font-family: "Afacad", sans-serif;
  color: #001336;
}

.generic-textarea {
  height: 114px !important;
}

.generic-textbox.shared-link {
  color: #4169E1;
  font-size: 0.92rem;
  font-weight: 400;
}

.generic-textbox:focus, .generic-textarea:focus {
  outline: none;
  box-shadow: none;
}

.generic-form .input-group {
  border: 1px solid #6495ED;
  border-radius: 1rem;
}
.generic-form .input-group .input-group-text {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background: white;
  border: none;
  border-right: 1px solid #6495ED;
  padding: 12px 15px;
  color: #001336;
  font-family: "Afacad", sans-serif;
  font-weight: 600;
}
.generic-form .input-group .generic-textbox {
  border: none;
  background: white;
  padding: 12px 15px;
  height: auto;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  font-weight: 600;
  font-family: "Afacad", sans-serif;
  color: #001336;
}
.generic-form .input-group .generic-textbox:focus {
  outline: none;
  box-shadow: none;
}

.error {
  border: 1px solid #ED871B !important;
}

span.error-txt {
  color: #ED871B;
  position: absolute;
  right: 0;
  top: 0;
}

.line-text {
  display: flex;
  align-items: center;
  text-align: center;
  color: #001336;
  margin: 10px 0;
}
.line-text span {
  background: transparent;
  font-size: 1rem;
  color: #001336;
}

.line-text::before,
.line-text::after {
  content: "";
  flex: 1;
  border-bottom: 1.5px solid #001336;
  margin-top: 4px;
}

.line-text:not(:empty)::before {
  margin-right: 10px;
}

.line-text:not(:empty)::after {
  margin-left: 10px;
}

.sns-btn {
  background: none;
  border: 1px solid #4169E1;
  height: 45px;
  border-radius: 1rem;
  color: #4169E1;
  font-family: "Afacad", sans-serif;
  font-weight: 500;
}

.form-check-label {
  font-size: 0.85rem;
}

.form-check-input {
  width: 18px;
  height: 18px;
}

.add-image-icon {
  position: absolute;
  right: 11px;
  bottom: 12px;
}

.avatar-circle {
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #6495ED;
}

.full-screen-modal-container {
  background: linear-gradient(0deg, #CADDFF 0%, #ffffff 75%);
  min-height: 100vh;
}

.close-button {
  background: #003BA8;
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: white;
}
.close-button i.fa-times {
  transform: translateY(1px);
}

.generic-h5 {
  font-family: "Afacad", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  color: #001336;
}

.generic-title {
  color: #001336;
  font-family: "Afacad", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  text-align: center;
}

.generic-text {
  color: #001336;
  font-size: 1rem;
}

.upload-image-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.upload-image-container .form-label {
  font-weight: 400;
  color: #001336;
  font-size: 1rem;
  margin-bottom: 0;
}
.upload-image-container .upload-input-group {
  display: flex;
  align-items: center;
  border: 1px solid #4169E1;
  border-radius: 0.9rem;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.upload-image-container .upload-input-group .upload-textbox {
  flex: 1;
  border: none;
  padding: 0.75rem 1rem;
  font-family: "Afacad", sans-serif;
  font-size: 0.95rem;
  color: #001336;
  background: transparent;
}
.upload-image-container .upload-input-group .upload-textbox::placeholder {
  color: #aaa;
}
.upload-image-container .upload-input-group .upload-textbox:focus {
  outline: none;
  box-shadow: none;
}
.upload-image-container .upload-input-group .upload-btn {
  background-color: #3b6cf4;
  color: #fff;
  font-weight: 500;
  border: none;
  border-radius: 0.95rem;
  margin: 8px 8px 8px 0;
  padding: 0.55rem 1.5rem;
  font-size: 0.95rem;
  font-family: "Afacad", sans-serif;
  transition: background-color 0.2s ease;
}
.upload-image-container .upload-input-group .upload-btn:hover {
  background-color: #2e5adc;
}
.upload-image-container .upload-input-group .upload-btn:focus {
  box-shadow: none;
}

.avatar-list {
  list-style: none;
  display: flex;
}
.avatar-list li {
  flex-basis: 31.4%;
  margin-bottom: 20px;
}

/* HOME PAGE */
.home-hero {
  width: 100%;
  height: 153.8461538462vw;
  position: relative;
}
.home-hero #hero-carousel {
  height: 100%;
}
.home-hero .home-hero-gradient {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0) 40%, #ffffff 100%);
}
.home-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.home-hero .home-hero-details {
  z-index: 3;
  position: absolute;
  width: calc(100% - 60px);
  bottom: 17%;
  left: 30px;
}
.home-hero .home-hero-details h1.home-hero-title {
  font-weight: 700;
  font-size: 2.2rem;
  color: #001336;
}
.home-hero .home-hero-details h2.home-hero-subtitle {
  font-weight: 400;
  font-size: 1.02rem;
  color: #001336;
  margin-top: 15px;
}
.home-hero .home-hero-details.lower {
  bottom: 12%;
}

.carousel-indicator-wrapper {
  position: absolute;
  bottom: 5vh;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  z-index: 5;
}

div.rn-carousel-indicator span {
  cursor: pointer;
  font-size: 1.7rem;
  margin: 0 12px;
  color: rgba(0, 19, 54, 0.3333333333);
  outline: none;
}

div.rn-carousel-indicator span.active {
  color: #001336;
}

.instructions-container {
  background: linear-gradient(to bottom, #C4C2C1 0%, #E2E9F3 12%, #B0C4DE 100%);
}
.instructions-container img.phone {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.gift-card {
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
  background: linear-gradient(to bottom, #C4C2C1 0%, #E2E9F3 12%, #B0C4DE 100%);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  margin: 0;
}

.instructions-container md-tabs md-ink-bar {
  background: none;
  height: 3px;
}
.instructions-container md-tab-item {
  font-weight: 600;
  background: #4169E1;
  color: white !important;
  width: 100%;
  font-family: "Afacad", sans-serif !important;
  font-weight: 500 !important;
  font-size: 1.5rem !important;
  text-transform: none !important;
}
.instructions-container md-tab-item.md-active {
  color: #001336 !important;
  background: white;
}
.instructions-container md-tabs-canvas {
  height: 60px !important;
  margin: 0;
}
.instructions-container md-tabs-canvas md-pagination-wrapper {
  height: 60px !important;
  width: 100%;
}
.instructions-container md-tabs-canvas md-pagination-wrapper .md-tab {
  line-height: 30px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.instructions-container md-tabs-content-wrapper {
  transform: translateY(-2px);
}
.instructions-container md-tabs-content-wrapper md-content {
  background: linear-gradient(0deg, #B0C4DE 0%, #ffffff 100%);
}
.instructions-container .gift-tab-content {
  padding: 20px;
}
.instructions-container .gift-tab-content h2 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #001336;
  margin-bottom: 4px;
}
.instructions-container .steps-path {
  font-size: 1rem;
  color: #001336;
  margin-bottom: 16px;
}
.instructions-container .step {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.instructions-container .step .circle {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #6495ED;
  color: #fff;
  text-align: center;
  line-height: 31px;
  font-weight: 600;
  font-size: 1.4rem;
  margin-right: 10px;
  position: initial !important;
}
.instructions-container .desc {
  font-size: 0.9rem;
  color: #001336;
}

.sign-btn {
  width: 100%;
  border-radius: 12px;
  margin-top: 12px;
  background-color: #4b6cb7 !important;
  color: #fff !important;
}

.sign-btn.md-accent {
  background-color: #577ed8 !important;
}

.faq-container * {
  pointer-events: auto;
}

.faq-container {
  background: #B1C5DE;
  transform: translateY(-2px);
}
.faq-container h2 {
  font-weight: 500;
  color: #001336;
  font-size: 1.5rem;
  margin-bottom: 12px;
}
.faq-container .faq-item {
  border-bottom: 1px solid #001336;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  padding: 12px 8px;
  outline: none;
  -webkit-tap-highlight-color: transparent; /* Removes iOS highlight */
  -webkit-focus-ring-color: transparent;
}
.faq-container .faq-item:focus, .faq-container .faq-question:focus {
  outline: none;
}
.faq-container .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 1.1rem;
  color: #001336;
  outline: none;
  -webkit-tap-highlight-color: transparent; /* Removes iOS highlight */
  -webkit-focus-ring-color: transparent;
}
.faq-container .faq-answer {
  padding: 8px 0 12px 0;
  color: #001336;
}
.faq-container .rotate {
  transform: rotate(180deg) translateY(-2px) !important;
  transition: transform 0.2s ease;
}
.faq-container .icon {
  transition: transform 0.2s ease;
  color: white;
  background: #001336;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  font-size: 0.5rem;
  text-align: center;
  padding-top: 2px;
  transform: translateY(2px);
}

.testimonials-carousel-wrapper {
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden; /* so peeking cards are visible */
  position: relative;
  display: block;
  transition: height 0.2s ease;
  padding: 20px 0;
  padding-left: 5vw;
}
.testimonials-carousel-wrapper ul[rn-carousel] {
  overflow: visible !important;
  display: flex !important;
  gap: 5%;
  padding: 0;
  margin: 0;
  height: 100%;
}
.testimonials-carousel-wrapper ul[rn-carousel] li {
  flex: 0 0 78%;
  width: 85vw;
  box-sizing: border-box;
  padding: 8px;
}
.testimonials-carousel-wrapper .rn-carousel-container {
  overflow: visible !important; /* important for peek */
}
.testimonials-carousel-wrapper .rn-carousel-slide {
  padding: 10px;
  box-sizing: border-box;
  transition: transform 0.3s ease;
}
.testimonials-carousel-wrapper .card {
  background: #4169E1;
  border-radius: 0.9rem;
  padding: 24px;
  text-align: center;
  font-weight: 500;
  font-size: 0.9rem;
  color: white;
}
.testimonials-carousel-wrapper .card h3 {
  font-size: 1.1rem;
  color: white;
  font-weight: 600;
  color: white;
}

/* END HOME */
/* ABOUT */
.gradient-bg {
  background: #DFEAFA;
}

.progress-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.progress-container .step {
  width: 92px;
  height: 92px;
  border: 2px solid #4169E1;
  border-radius: 50%;
  color: #4169E1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 2.2rem;
  background-color: #CADDFF;
}
.progress-container .line {
  width: 40px;
  height: 2px;
  background-color: #4169E1;
}

/* END ABOUT */
/* TUTORIAL */
.tutorial {
  width: 100%;
  height: 100vh;
  position: relative;
}
.tutorial #tutorial-carousel {
  height: 100%;
}
.tutorial .tutorial-gradient {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0) 40%, #ffffff 100%);
}
.tutorial img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.tutorial h3.welcome-title {
  position: absolute;
  width: 100%;
  top: 10vh;
  left: 0;
  font-size: 1.5rem;
  color: white;
  font-weight: 500;
  text-align: center;
}
.tutorial .tutorial-details {
  z-index: 3;
  position: absolute;
  width: calc(100% - 60px);
  bottom: 13%;
  left: 30px;
}
.tutorial .tutorial-details h2.tutorial-subtitle {
  width: 80%;
  font-weight: 500;
  font-size: 1.2rem;
  color: #001336;
  margin-top: 15px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.8rem;
}
.tutorial .carousel-indicator-wrapper.tutorial-wrapper {
  position: initial;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  z-index: 5;
}
.tutorial .carousel-indicator-wrapper.tutorial-wrapper span {
  display: inline-block;
  width: 52px !important; /* rectangle width */
  height: 12px !important; /* rectangle height */
  border-radius: 10px !important; /* slightly rounded corners */
  background-color: #6E6E6E !important; /* inactive color */
  margin: 0 12px !important;
  transition: background-color 0.3s ease, transform 0.3s ease;
  font-size: 0;
}
.tutorial .carousel-indicator-wrapper.tutorial-wrapper span.active {
  background-color: #001336 !important;
  transition: all 0.3s ease;
}

/* END TUTORIAL */
/** GIFT */
.plan-card {
  border-radius: 1rem;
  border: 1px solid #4169E1;
  background-color: #FFFFFF;
}
.plan-card div.title {
  background-color: #4169E1;
  color: #FFFFFF;
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
}
.plan-card h4 {
  font-size: 20px;
}
.plan-card div.link {
  color: #4169E1;
}

.plan-card-selected {
  border-radius: 1rem;
  border: 1px solid #4169E1;
  background-color: #4169E1;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}
.plan-card-selected div.title {
  background-color: #4169E1;
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
}
.plan-card-selected h4 {
  font-size: 20px;
}
.plan-card-selected div.link {
  color: #FFFFFF;
}

.circle {
  width: 100px; /* Or any equal value */
  height: 100px; /* Must be equal to width */
  background-color: white; /* Or any color */
  color: #4169E1;
  border-radius: 50%;
  position: absolute;
  bottom: -25px;
  right: -25px;
  z-index: 1;
}
.circle h2 {
  line-height: 100px;
}

h4.gift-title {
  text-align: center;
  font-size: 24px;
}

h4.price-bold {
  font-size: 20px;
  font-weight: 700;
}

.receipt-card {
  border-radius: 1rem;
  background-color: #FFFFFF;
}
.receipt-card p.receipt-detail {
  font-family: "Bitter", sans-serif;
  color: #001336;
  font-size: 16px;
  margin: 0px;
}

span.hyperlink {
  color: #4169E1;
  font-size: 14px;
}

.payment-option-card {
  border-radius: 0.5rem;
  border: 1px solid #001336;
}
.payment-option-card h5 {
  font-size: 16px;
  margin: 0px;
}
.payment-option-card span {
  color: #4169E1;
  font-size: 12px;
}

.payment-option-card-selected {
  border-radius: 0.5rem;
  background-color: #001336;
  color: #FFFFFF;
}
.payment-option-card-selected h5 {
  font-size: 16px;
  margin: 0px;
}
.payment-option-card-selected span {
  font-size: 12px;
}

.generic-pappi-list-item {
  border-bottom: 1px solid #001336;
}
.generic-pappi-list-item h5 {
  font-size: 16px;
  margin: 0px;
}
.generic-pappi-list-item span {
  font-size: 12px;
}

.success-container {
  position: relative;
  height: 200px;
}
.success-container img.image1 {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.success-container img.image2 {
  position: absolute;
  left: 76%;
  transform: translateX(-50%);
}

/* END GIFT */
/* ACCOUNT */
.account-link-container {
  border-radius: 0.5rem;
  border: 1px solid #6495ED;
  background: #FFFFFF;
}
.account-link-container span {
  color: #4169E1;
}

md-autocomplete {
  border: 1px solid #4169E1;
  border-radius: 0.5rem;
}
md-autocomplete .md-whiteframe-z1 {
  box-shadow: none !important;
}
md-autocomplete input::placeholder {
  color: #4169E1;
}

/* The dropdown container */
.md-autocomplete-suggestions-container {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border: none;
  border-right: 1px solid #4169E1;
  border-bottom: 1px solid #4169E1;
  border-left: 1px solid #4169E1;
  max-height: 280px !important;
}
.md-autocomplete-suggestions-container .md-virtual-repeat-container {
  overflow-y: auto !important;
  padding: 0 !important;
  box-shadow: none !important;
  border: none;
}
.md-autocomplete-suggestions-container .md-whiteframe-z1 {
  box-shadow: none !important;
}
.md-autocomplete-suggestions-container ul.md-autocomplete-suggestions {
  list-style: none;
  margin: 0;
  padding: 0;
}
.md-autocomplete-suggestions-container li.md-autocomplete-suggestion {
  height: auto !important; /* allow flexible content height */
  display: flex;
  align-items: center;
  width: 100%;
  line-height: normal !important;
}
.md-autocomplete-suggestions-container li:hover.md-autocomplete-suggestion {
  background: #4169E1;
}

.md-autocomplete-parent-scope {
  width: 100% !important;
}

.account-buttons {
  gap: 2%;
}

/* END ACCOUNT */
hr.pappi-hr {
  border-top: 1px solid #4169E1;
  opacity: 0.4;
}

footer {
  background: #4169E1;
  font-size: 0.9rem;
  height: 165px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
footer div.copyright-text {
  font-family: "Afacad", sans-serif;
  color: #D9D9D9;
  font-size: 0.9rem;
}
footer a:hover {
  text-decoration: none;
  font-family: "Afacad", sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
}

.w-90 {
  width: 90% !important;
}

.w-80 {
  width: 80% !important;
}

.w-75 {
  width: 75% !important;
}

md-dialog.md-dialog-fullscreen {
  position: fixed !important;
  top: 0;
}

/*# sourceMappingURL=main.css.map */
