:root {
  --color-white: #ffffff;
  --color-yellow: #fed406;
  --color-blue: #2A6EBB;
  --color-purple: #7e20c6;
  --color-purple1: #882b8f;
  --color-pink: #F11490;
  --color-light-pink: #ffddf0;
  --color-light-blue: #d9defd;
  --color-black: #1f2224;
  --color-gray: #999999;
}
/*fonts*/
@font-face {
  font-family: "Outfit";
  src: url("../webfonts/Outfit-Black.eot");
  src: url("../webfonts/Outfit-Black.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/Outfit-Black.woff2") format("woff2"),
    url("../webfonts/Outfit-Black.woff") format("woff"),
    url("../webfonts/Outfit-Black.ttf") format("truetype"),
    url("../webfonts/Outfit-Black.svg#Outfit-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: url("../webfonts/Outfit-ExtraBold.eot");
  src: url("../webfonts/Outfit-ExtraBold.eot?#iefix")
      format("embedded-opentype"),
    url("../webfonts/Outfit-ExtraBold.woff2") format("woff2"),
    url("../webfonts/Outfit-ExtraBold.woff") format("woff"),
    url("../webfonts/Outfit-ExtraBold.ttf") format("truetype"),
    url("../webfonts/Outfit-ExtraBold.svg#Outfit-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: url("../webfonts/Outfit-Bold.eot");
  src: url("../webfonts/Outfit-Bold.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/Outfit-Bold.woff2") format("woff2"),
    url("../webfonts/Outfit-Bold.woff") format("woff"),
    url("../webfonts/Outfit-Bold.ttf") format("truetype"),
    url("../webfonts/Outfit-Bold.svg#Outfit-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: url("../webfonts/Outfit-Light.eot");
  src: url("../webfonts/Outfit-Light.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/Outfit-Light.woff2") format("woff2"),
    url("../webfonts/Outfit-Light.woff") format("woff"),
    url("../webfonts/Outfit-Light.ttf") format("truetype"),
    url("../webfonts/Outfit-Light.svg#Outfit-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: url("../webfonts/Outfit-ExtraLight.eot");
  src: url("../webfonts/Outfit-ExtraLight.eot?#iefix")
      format("embedded-opentype"),
    url("../webfonts/Outfit-ExtraLight.woff2") format("woff2"),
    url("../webfonts/Outfit-ExtraLight.woff") format("woff"),
    url("../webfonts/Outfit-ExtraLight.ttf") format("truetype"),
    url("../webfonts/Outfit-ExtraLight.svg#Outfit-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: url("../webfonts/Outfit-Medium.eot");
  src: url("../webfonts/Outfit-Medium.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/Outfit-Medium.woff2") format("woff2"),
    url("../webfonts/Outfit-Medium.woff") format("woff"),
    url("../webfonts/Outfit-Medium.ttf") format("truetype"),
    url("../webfonts/Outfit-Medium.svg#Outfit-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: url("../webfonts/Outfit-Regular.eot");
  src: url("../webfonts/Outfit-Regular.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/Outfit-Regular.woff2") format("woff2"),
    url("../webfonts/Outfit-Regular.woff") format("woff"),
    url("../webfonts/Outfit-Regular.ttf") format("truetype"),
    url("../webfonts/Outfit-Regular.svg#Outfit-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: url("../webfonts/Outfit-SemiBold.eot");
  src: url("../webfonts/Outfit-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/Outfit-SemiBold.woff2") format("woff2"),
    url("../webfonts/Outfit-SemiBold.woff") format("woff"),
    url("../webfonts/Outfit-SemiBold.ttf") format("truetype"),
    url("../webfonts/Outfit-SemiBold.svg#Outfit-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: url("../webfonts/Outfit-Thin.eot");
  src: url("../webfonts/Outfit-Thin.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/Outfit-Thin.woff2") format("woff2"),
    url("../webfonts/Outfit-Thin.woff") format("woff"),
    url("../webfonts/Outfit-Thin.ttf") format("truetype"),
    url("../webfonts/Outfit-Thin.svg#Outfit-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/*basic*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  font-family: "Outfit";
  outline: none;
}
a {
  text-decoration: none;
  color: #2A6EBB;
}
.text-black {
  color: var(--color-black);
}
.text-gray {
  color: var(--color-gray);
}
.text-white {
  color: var(--color-white);
}
.text-pink {
  color: var(--color-pink);
}
.text-blue {
  color: var(--color-blue);
}
.text-purple {
  color: var(--color-purple);
}
.text-yellow {
  color: var(--color-yellow);
}
.bg-white {
  background-color: var(--color-white);
}
.bg-pink {
  background-color: var(--color-pink);
}
.bg-light-pink {
  background-color: var(--color-light-pink);
}
.bg-blue {
  background-color: var(--color-blue);
}
.bg-light-blue {
  background-color: var(--color-light-blue);
}
.bg-purple {
  background-color: var(--color-purple);
}
.bg-yellow {
  background-color: var(--color-yellow);
}
.btn {
  min-width: 200px;
  text-align: center;
  border-radius: 35px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  font-size: 20px;
  padding: 10px 30px;
  box-shadow: 0 4px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.btn-pink {
  background-color: var(--color-pink);
  color: var(--color-white);
  font-size: 14px;
  min-width: 160px;
}
.btn-pink:hover {
  background-color: var(--color-pink);
  color: var(--color-white);
  
}
.btn-pink-border,
.btn-pink-border:hover {
  background-color: var(--color-white);
  color: var(--color-pink);
  border: 2px solid var(--color-pink);
}

.btn-blue {
  background-color: var(--color-blue);
  color: var(--color-white);
  font-size: 14px
}
.btn-blue:hover {
  background-color: var(--color-white);
  color: var(--color-blue);
  border: 2px solid var(--color-blue);
}
.login-btn {
  margin-left: 10px;
  min-width: 100px;
}
.heading {
  text-align: center;
  line-height: 1.2;
  margin: 0;
  font-weight: 800;
}
.heading-1 {
  font-size: 4rem;
  line-height: 1.2;
  margin: 0;
  font-weight: 800;
}
.heding-2 {
  font-size: 2rem;
}
.heading-1 span {
  border-radius: 12px;
}
.desktop-hide,
.tab-hide {
  display: block;
}
.normal-text {
  font-size: 18px;
  font-weight: 400;
  color: var(--color-black);
}
.font-300 {
  font-weight: 300;
}
.inner-container {
  max-width: 800px;
  margin: 0 auto;
}
.font-24 {
  font-size: 24px;
}
.back-arrow {
  transform: rotate(180deg);
  display: inline-block;
}
.back-text-btn:hover {
  color: var(--color-pink);
}
/*------------header----------------*/
.blu-announcement {
  background-color: #f2f4fe;
  font-weight: 500;
  font-size: 20px;
}
.logo-wrapper {
  width: 160px;
}
.menu {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-link {
  color: var(--color-black);
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.menu-link:hover {
  color: var(--color-pink);
}
.toggled-menu {
  border-top: 1px dashed #cfd8dd;
  position: absolute;
  left: 0;
  right: 0;
  top: -100vh;
  height: calc(100vh - 127px);
  background-color: var(--color-white);
  z-index: 9;
  transition: all 0.3s ease;
  overflow-y: auto;
}
.menu-toggle {
  cursor: pointer;
}
.toggled-menu.open {
  top: 127px;
}
.menu-toggle {
  width: 30px;
}
.menu-toggle img {
  height: auto;
}
.menu-toggle.open .open-menu {
  display: none;
}
.menu-toggle:not(.open) .close-menu {
  display: none;
}
.need-help-block {
  background-color: #f2f4fe;
  padding: 24px;
  border-radius: 20px;
}
.need-help-block .heading-2 {
  font-size: 32px;
  font-weight: 600;
}
.need-help-block .need-help-no {
  font-weight: 600;
  font-size: 24px;
  margin: 20px 0;
}
.need-help-block .need-help-hours {
  font-weight: 500;
  font-size: 18px;
  margin: 20px 0 0 0;
}
.social-link {
  width: 36px;
  height: 36px;
}
/* Hero banner */
.main-banner {
  border-radius: 24px 24px 0 0;
  background-image: url(../images/main-banner.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
}
.banner-title {
  font-size: 6rem;
  line-height: 1.1;
  font-weight: 800;
}
.banner-subtext {
  margin-top: 30px;
  font-size: 600;
  font-size: 24px;
  line-height: 1.5;
}
.banner-text {
  padding: 80px 0 20px;
}
.after-content {
  padding-bottom: 80px !important;
}
.after-content:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 80px;
}
.after-blue:after {
  background-image: url(../images/Gradient-blue.png);
  background-size: cover;
}
.after-pink:after {
  background-image: url(../images/Gradient-pink.png);
  background-size: cover;
}
.after-gray:after {
  background-image: url(../images/Gradient.png);
  background-size: cover;
}
.pay-online-section,
.over-section {
  border-radius: 24px 24px 0 0;
  margin-top: -19px;
  position: relative;
}
.over-section.first-section {
  margin: 0;
}
.tag-selector .tag {
  border-radius: 30px;
  padding: 8px 15px;
  background-color: var(--color-white);
  color: var(--color-purple);
  cursor: pointer;
}
.tag-selector .tag img {
  display: none;
}
.tag-selector .tag.selected img {
  display: inline-block;
  vertical-align: middle;
}
.tag-selector .tag.selected {
  background-color: var(--color-purple);
  color: var(--color-white);
}
.pay-online-section .slick-arrow {
  position: absolute;
  top: 100%;
  z-index: 9;
  width: 48px;
  height: 48px;
}
.pay-online-section .slick-arrow img {
  max-width: 48px;
}
.pay-online-section .slick-arrow::before {
  display: none;
}
.pay-online-section .slick-arrow.slick-prev {
  left: calc(50% - 55px);
  transform: rotate(180deg) translateY(50%);
}
.pay-online-section .slick-arrow.slick-next {
  right: calc(50% - 55px);
}
.pb-6 {
  padding-bottom: 6rem !important;
}
.how-work-wrapper {
  max-width: 550px;
  margin: 30px auto;
}
.how-work-step {
  grid-template-columns: 160px 300px;
  padding: 20px 0;
}
.how-step-count {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  background-color: var(--color-pink);
  color: var(--color-white);
  position: absolute;
  top: 40%;
  left: -20px;
}
.how-step-details::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: var(--color-pink);
  border: 5px solid var(--color-light-pink);
  position: absolute;
  left: -40px;
  top: 12px;
  box-sizing: content-box;
}
.how-step-details p {
  font-size: 24px;
  font-weight: 600;
}
.how-work-step::before {
  content: "";
  height: 100%;
  width: 1px;
  background-color: var(--color-pink);
  position: absolute;
  top: 50%;
  left: 222px;
}
.how-work-step:last-child:before {
  display: none;
}
/* partner-promo */
.partner-promo {
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  background-color: var(--color-blue);
}
.partner-promo > div {
  flex: 1;
}
.promo-logo {
  width: 180px;
  top: 50%;
  left: -90px;
  transform: translateY(-50%);
}
.pp-details {
  padding: 30px 30px 30px 150px;
}
.partner-promo-image img {
  position: relative;
  height: 100%;
}
.partner-promo-details {
  align-self: center;
}
.promo-section {
  padding: 4rem 0 5rem;
}
.light-hr {
  border-top: 1px dashed #aaa;
}
.pay-online-blu {
  display: grid;
  grid-template-columns: repeat(6, 16.66% [col-start]);
}
.yellow-listing li {
  position: relative;
  padding-left: 40px;
  background-image: url(../images/check-yellow.png);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center left;
  border-bottom: 1px dashed #ccc;
}
.acceptblu-img {
  text-align: center;
}
.bv-get-started-form-wrapper {
  border-radius: 24px;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px;
  margin-bottom: 30px;
}
.form-control:focus,
.form-select:focus {
  border-width: 2px;
  border-color: var(--color-blue);
  box-shadow: none;
}
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown),
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-select {
  padding-top: 0.65rem;
}
.form-floating > .form-control ~ label,
.form-floating > .form-select ~ label {
  color: var(--color-gray);
}
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 1;
  transform: scale(0.9) translateY(-1.3rem) translateX(0.15rem);
  background-color: var(--color-white);
  display: inline-block;
  width: auto;
  padding: 5px;
  height: 37px;
  top: 1px;
}
textarea.form-control {
  height: auto !important;
  width: 100%;
}
.faq-item {
  border: 1px solid #ccc;
  border-radius: 10px;
}
.faq-item summary {
  list-style: none;
  position: relative;
  font-size: 20px;
  color: var(--color-black);
  padding: 15px;
  font-weight: 500;
  padding-right: 50px;
}
details summary::-webkit-details-marker {
  display: none;
}
.faq-item summary:after {
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid var(--color-purple);
  border-left: 0;
  border-bottom: 0;
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
  transform: rotate(135deg);
  transition: all 0.3s ease;
}
.faq-item[open] summary:after {
  transform: rotate(-45deg);
}
.faq-item p {
  color: var(--color-gray);
  font-size: 18px;
  padding: 0 15px 15px;
  font-weight: 300;
}
.view-more-icon {
  display: inline-block;
  transform: rotate(90deg);
}
.need-help-wraaper {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px;
}
.or-option {
  position: relative;
}
.or-option:before,
.or-option:after {
  content: "";
  width: calc(50% - 20px);
  height: 1px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  position: absolute;
  top: calc(50% + 1px);
}
.or-option:before {
  left: 0;
}
.or-option:after {
  right: 0;
}
.or-option span {
  display: inline-block;
}
.grid-icon {
  display: grid;
  grid-template-columns: 30px auto;
  grid-gap: 20px;
}
.g-icon {
  display: flex;
  width: 30px;
  height: 30px;
  border: 1px solid var(--color-black);
  color: var(--color-black);
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.img-404 {
  max-width: 600px;
}
.contact-header-block {
  border-radius: 10px;
}
.border-top {
  border-top: 1px dashed rgba(0, 0, 0, 0.2) !important;
}
.find-us-block {
  display: grid;
  grid-template-columns: 30px auto;
  grid-gap: 20px;
  padding: 20px 0;
}
.checkout-form-wrapper {
  border-radius: 10px;
  padding: 10px 30px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.bv-radio {
  position: relative;
}
.bv-radio-label {
  position: relative;
  border: 1px solid #ccc;
  display: block;
  border-radius: 25px;
  cursor: pointer;
  padding: 6px 6px 6px 38px;
}
.bv-radio input {
  opacity: 0;
  position: absolute;
}
.bv-radio-label:before,
.bv-radio-label:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.bv-radio-label:before {
  width: 20px;
  height: 20px;
  border: 2px solid var(--color-gray);
  left: 12px;
}
.bv-radio-label:after {
  width: 10px;
  height: 10px;
  background: var(--color-pink);
  left: 17px;
  opacity: 0;
}
.bv-radio input:checked + label {
  border-color: var(--color-pink);
  background-color: var(--color-light-pink);
}
.bv-radio input:checked + label::before {
  border-color: var(--color-pink);
}
.bv-radio input:checked + label::after {
  opacity: 1;
}
.checkout-form-block {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-gap: 5px;
}
.r-icon {
  font-size: 35px;
  position: relative;
  top: 4px;
}
/* Responsive */
@media (max-width: 991px) {
  .container {
    max-width: 100% !important;
  }
  .main-banner {
    background-position: 250px bottom;
  }
  .banner-title {
    font-size: 4rem;
  }
  .partner-promo > div {
    width: 100%;
    flex: auto;
  }
  .partner-promo-details {
    text-align: center;
  }
  .promo-logo {
    position: relative !important;
    left: auto;
    top: auto;
    transform: translateY(0);
    display: block;
    margin: -65px auto 15px;
  }
  .pp-details {
    padding: 30px;
  }
  .inner-footer > div {
    width: 100%;
    text-align: center;
    padding: 15px 0;
  }
  .inner-footer > div .menu {
    justify-content: center;
  }
  .lower-footer .d-flex > div {
    width: 100%;
    padding: 0 0 15px;
    border-bottom: 1px dashed #ddd;
  }
  .lower-footer .d-flex > div:first-child {
    padding: 20px 0 0;
    border: 0;
  }
  .lower-footer .d-flex > div .d-flex {
    justify-content: center;
  }
  .bv-order-1 {
    order: 1;
  }
  .bv-order-2 {
    order: 2;
  }
  .acceptblu-img img {
    max-width: 400px;
    width: 100%;
    height: auto;
    margin-bottom: 30px !important;
  }
}
@media (max-width: 768px) {
  .blu-announcement {
    font-size: 16px;
  }
  .mobile-menu li {
    text-align: left;
    margin: 15px 0;
  }
  .toggled-menu.open {
    top: 90px;
  }
  .toggled-menu {
    height: calc(100vh - 120px);
  }
  .main-banner {
    background-position: 100px bottom;
    background-size: cover;
  }
  .heading-1 {
    font-size: 2.5rem;
  }
  .how-step-details::before {
    display: none;
  }
  .how-work-step {
    text-align: center;
    grid-template-columns: 100%;
  }
  .how-step-details {
    padding: 30px 0;
  }
  .how-step-count {
    bottom: -20px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .how-work-step::before {
    content: "";
    height: 40px;
    width: 2px;
    background-color: var(--color-pink);
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .bv-order-1 .d-flex,
  .bv-order-2 .d-flex {
    flex-direction: column;
    text-align: center;
  }
  .bv-order-1 .d-flex li:last-child,
  .bv-order-2 .d-flex li:last-child {
    padding-top: 15px;
  }
  .pay-online-blu {
    grid-template-columns: repeat(4, 25% [col-start]);
  }
  .bv-get-started {
    background-color: var(--color-white);
  }
  .get-started-form {
    margin: 30px 0 !important;
  }
  .banner-title {
    font-size: 3rem;
  }
  .checkout-form-wrapper {
    margin-top: 40px;
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 24px 24px 0 0;
    padding-bottom: 90px;
  }
  .checkout-section-wrapper {
    background-image: none;
    padding-bottom: 0px !important;
  }
  .checkout-section-wrapper:after {
    background-image: url(../images/Gradient.png);
  }
  .inner-header {
    padding: 0 30px;
  }
  .mobile-text-center {
    text-align: center;
  }
}
@media (max-width: 560px) {
  .login-signup-container .nav-item{
    width: 100%;
  }
  .inner-footer > div .menu {
    flex-direction: column;
  }
  .inner-footer > div .menu li {
    margin: 10px 0;
  }
  .promo-logo {
    position: relative !important;
    left: auto;
    top: auto;
    transform: translateY(0);
    display: block;
    width: 120px;
    margin: -43px auto 15px;
  }
  .pay-online-blu {
    grid-template-columns: repeat(3, 33.33% [col-start]);
  }
  
  .inner-header {
    padding: 0 0px;
  }
  .main-banner {
    background-position: 0px bottom;
  }
  .banner-text.home-page {
    padding: 20px 0;
  }
  .back-text-btn {
    text-align: right;
    font-size: 16px;
    padding: 0;
  }
}

.communication-radio {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.no-border-radio .bv-radio-label {
  border: 0;
  padding: 8px 8px 8px 40px;
}

.btn-disabled {
  pointer-events: none;
  opacity: 0.6;
}
input.required {
  border-color: red;
}
input.required:focus {
  border-color: red;
}

.hidden {
  display: none;
}
.resend-email-otp {
  color: red;
  font-size: smaller;
}
.resend-phone-otp , 
.phone-otp-limit-exceeded,
.email-otp-limit-exceeded,
.reset-pass-otp-limit-exceeded,
.resend-reset-phone-otp,
.limit-exceeded,
.resend-login-phone-otp,
.login-otp-limit-exceeded
{
  color: red;
  font-size: smaller;
}
.send-otp-msg {
  color: red;
  font-size: smaller;
}
.resend-link {
  position: relative;
  color: #2A6EBB; 
  cursor: pointer;
  font-size: smaller;
  text-decoration: none; 
  transition: color 0.2s;
  font-weight: 500; /
}


.resend-link::before {
  content: "\2192"; 
  display: inline-block;
  margin-right: 0.25rem; 
  opacity: 0;
  transition: opacity 0.2s, transform 0.2s;
}

.resend-link:hover::before {
  opacity: 1;
  transform: translateX(0.25rem); 
}


.resend-link:active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #3b82f6; 
  transform: scaleX(0); 
  transform-origin: right;
  transition: transform 0.1s;
}

.resend-link:active::before {
  transform: translateX(0.5rem);
}




/* Table styles */
.payment-history table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  margin-bottom: 20px;
}

.payment-history th, .payment-history td {
  padding: 5px;
  text-align: left;
}

.payment-history th {
  font-weight: 400;
  color: white;
}

.payment-history tr:nth-child(even) {
  background-color: #f2f2f2;
}

/* Table header styles */
.payment-history th {
  background-color: var(--color-blue); /* Blue background for table headers */
  
}


/* Table cell styles */
.payment-history td {
  border-bottom: 1px solid #ddd;
}
/* Pagination styles */
.pagination {
  margin-top: 20px;
  text-align: center;
}

.pagination a {
  display: inline-block;
  padding: 5px 10px;
  background-color: var(--color-pink);
  color: white;
  text-decoration: none;
  margin-right: 5px;
  font-size: 12px;
  border-radius: 35px;
}

.pagination a:hover {
  background-color: var(--color-pink);
}

.success-alert {
  background-color: #4CAF50;
  color: white;
  padding: 10px;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: none;
}

.alert-box {
	padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;  
}

.success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    display: none;
}

.login-signup-container .nav-link {
  color: var(--color-blue);
  box-shadow: none;
}

.login-signup-container .nav-link.active {
  background-color: var(--color-blue) !important;
}

.payment-history table {
  min-width: 500px;
}

.table-wrapper::-webkit-scrollbar {
  display: none;
}

.small-btn {
  padding: 5px 10px;
  margin: 0; 
  font-size: 12px; 
}

.red-border {
  border: 1px solid red;
}


.required {
  color: red;
  font-weight: bold;
}

/* for checkout page */
.disabled-form {
  opacity: 0.3; /* Lower the opacity to make it look disabled */
  pointer-events: none; /* Disable pointer events to prevent user interaction */
}

/* Style the form fields inside the disabled form */
.disabled-form input[type="text"],
.disabled-form input[type="email"],
.disabled-form textarea,
.disabled-form button {
  background-color: #f2f2f2; /* Change the background color to a lighter shade */
  border: 1px solid #ccc; /* Add a border to indicate it's disabled */
  cursor: not-allowed; /* Change the cursor to not-allowed */
}


.btn-loader{
  position:relative;
}
.btn-loader:before{
  content:'';
  position:absolute;
  width:30px;
  height:30px;
  border:4px solid #fff;
  border-top-color:transparent;
  animation:rotate 1s infinite linear;
  left:calc(50% - 15px);
  top:calc(50% - 15px);
  transform-origin:center;
  border-radius:50%;
  display:none;
}
@keyframes rotate{
  0%{
    transform:rotate(0deg);
  }
  100%{
    transform:rotate(360deg);
  }
}
.btn-loader.loading{
  color:transparent !important;
}
.btn-loader.loading:before{
  display:block;
}


::-ms-reveal {
  display: none;
}

button#toggle-password, button#toggle-password2 {
  position: absolute;
  top: 13px;
  right: 4px;
  z-index: 9;
  width: 28px;
  height: 30px;
  background: 0;
  border: 0;
}

button#toggle-password:active, button#toggle-password:focus, button#toggle-password:hover,
button#toggle-password2:active, button#toggle-password2:focus, button#toggle-password2:hover {
  cursor: pointer;
}

button#toggle-password:focus,
button#toggle-password2:focus {
  outline: none !important;
}

.input-password {
  padding-right: calc(1.5em + 0.75rem);
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.input-password[type=text]:valid {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.134 13.134 0 0 0 1.66 2.043C4.12 11.332 5.88 12.5 8 12.5c2.12 0 3.879-1.168 5.168-2.457A13.134 13.134 0 0 0 14.828 8a13.133 13.133 0 0 0-1.66-2.043C11.879 4.668 10.119 3.5 8 3.5c-2.12 0-3.879 1.168-5.168 2.457A13.133 13.133 0 0 0 1.172 8z'/%3E%3Cpath fill-rule='evenodd' d='M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z'/%3E%3C/svg%3E") !important;
}

.input-password[type=password]:valid {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.359 11.238C15.06 9.72 16 8 16 8s-3-5.5-8-5.5a7.028 7.028 0 0 0-2.79.588l.77.771A5.944 5.944 0 0 1 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.134 13.134 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755-.165.165-.337.328-.517.486l.708.709z'/%3E%3Cpath d='M11.297 9.176a3.5 3.5 0 0 0-4.474-4.474l.823.823a2.5 2.5 0 0 1 2.829 2.829l.822.822zm-2.943 1.299l.822.822a3.5 3.5 0 0 1-4.474-4.474l.823.823a2.5 2.5 0 0 0 2.829 2.829z'/%3E%3Cpath d='M3.35 5.47c-.18.16-.353.322-.518.487A13.134 13.134 0 0 0 1.172 8l.195.288c.335.48.83 1.12 1.465 1.755C4.121 11.332 5.881 12.5 8 12.5c.716 0 1.39-.133 2.02-.36l.77.772A7.029 7.029 0 0 1 8 13.5C3 13.5 0 8 0 8s.939-1.721 2.641-3.238l.708.709z'/%3E%3Cpath fill-rule='evenodd' d='M13.646 14.354l-12-12 .708-.708 12 12-.708.708z'/%3E%3C/svg%3E") !important;
  
}

[data-bs-theme=dark] .input-password[type=text]:valid {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='%23adb5bd' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.359 11.238C15.06 9.72 16 8 16 8s-3-5.5-8-5.5a7.028 7.028 0 0 0-2.79.588l.77.771A5.944 5.944 0 0 1 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.134 13.134 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755-.165.165-.337.328-.517.486l.708.709z'/%3E%3Cpath d='M11.297 9.176a3.5 3.5 0 0 0-4.474-4.474l.823.823a2.5 2.5 0 0 1 2.829 2.829l.822.822zm-2.943 1.299l.822.822a3.5 3.5 0 0 1-4.474-4.474l.823.823a2.5 2.5 0 0 0 2.829 2.829z'/%3E%3Cpath d='M3.35 5.47c-.18.16-.353.322-.518.487A13.134 13.134 0 0 0 1.172 8l.195.288c.335.48.83 1.12 1.465 1.755C4.121 11.332 5.881 12.5 8 12.5c.716 0 1.39-.133 2.02-.36l.77.772A7.029 7.029 0 0 1 8 13.5C3 13.5 0 8 0 8s.939-1.721 2.641-3.238l.708.709z'/%3E%3Cpath fill-rule='evenodd' d='M13.646 14.354l-12-12 .708-.708 12 12-.708.708z'/%3E%3C/svg%3E") !important;
}

[data-bs-theme=dark] .input-password[type=password]:valid {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='%23adb5bd' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.134 13.134 0 0 0 1.66 2.043C4.12 11.332 5.88 12.5 8 12.5c2.12 0 3.879-1.168 5.168-2.457A13.134 13.134 0 0 0 14.828 8a13.133 13.133 0 0 0-1.66-2.043C11.879 4.668 10.119 3.5 8 3.5c-2.12 0-3.879 1.168-5.168 2.457A13.133 13.133 0 0 0 1.172 8z'/%3E%3Cpath fill-rule='evenodd' d='M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z'/%3E%3C/svg%3E") !important;
}


.checkbox-container {
  display: flex;
  align-items: center;
}

.checkbox-label {
  margin-left: 8px;
}

.styled-checkbox {
  display: none;
}

.styled-checkbox + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 16px;
  user-select: none;
}

.styled-checkbox + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid var(--color-blue);
  background-color: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  transition: background-color 0.3s;
}

.styled-checkbox:checked + label:before {
  background-color: var(--color-blue);
  border-color: var(--color-blue);
}

.styled-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}


.overlay{
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: #00000095;
  display: none;
}
.overlay.show, .popup.show{
  display: block;
}
.popup{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  max-width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  z-index: 999;
  padding: 6px 30px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 6px 20px #3b3b3b;
  display: none;
}
.popup-logo img{
  width: 150px;
}
.hide-popup{
  position: absolute;
  top: 0%;
  left: 100%;
  transform: translateX(-50%);
  border: none;
  background-color: transparent;
}
.voucher-price-expire, .voucher-code-wrapper, .voucher-detail, .voucher-content{
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.voucher-amount-wrapper{
  border-right: 1px solid #ddd;
}
.regular-text{
  font-size: 16px;
}
.medium-text{
  font-size: 16px;
  font-weight: 600;
}
.voucher-code{
  font-size: 28px;
  font-weight: 600;
}
@media (max-width:560px) {
  .voucher-code{
      font-size: 24px;
  }
}

