body {
  min-height: 100vh;
}

.min-vh-100 {
  min-height: 100vh;
}

#registerForm .text-primary {
  color: #3a1f8b !important;
}

#registerForm .steps {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin: 0 auto;
  padding: 0;
}

#registerForm .steps .step.available {
  cursor: pointer;
}

#registerForm .steps .step.available:hover {
  color: hsl(var(--p));
}

#registerForm .product-image {
  max-height: 122px;
  width: auto;
  display: block;
}

@media (max-width: 768px) {
  #registerForm .product-image {
    width: 100%;
    height: auto;
  }
}

#registerForm .products-list .sign-in-card:first-child {
  margin-right: 20px;
}

#registerForm .products-list .sign-in-card:last-child {
  margin-left: 20px;
}

@media (max-width: 768px) {
  #registerForm .products-list .sign-in-card:first-child,
  #registerForm .products-list .sign-in-card:last-child {
    margin-left: 0;
    margin-right: 0;
  }
}

#registerForm .products-list .product-name,
#registerForm .products-list .product-description,
#registerForm .products-list .product-price {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

#registerForm .products-list .product-features li {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

#registerForm .products-list .product-features li img {
  width: 24px;
  height: 24px;
}

#registerForm .products-list .product-description {
  font-size: 14px;
  line-height: 16px;
}

#registerForm .products-list .product-description ul {
  list-style: inherit !important;
  list-style-position: inside !important;
  padding-top: 5px;
  margin-left: 0;
  padding-left: 0;
}

#registerForm .products-list .product-description ul li {
  padding-bottom: 5px;
}

#registerForm .account-information {
  width: 100%;
  max-width: 768px;
}

#registerForm .account-information .form-control:not(textarea) {
  height: 48px;
}

#registerForm .account-information h2 {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

#registerForm .multiselect__content-wrapper {
  z-index: 10;
}

#registerForm #card-number,
#registerForm #card-expiry,
#registerForm #card-cvc {
  padding-top: 10px;
}

#registerForm #card-number > div,
#registerForm #card-expiry > div,
#registerForm #card-cvc > div {
  width: 100%;
}

#registerForm .autocomplete {
  position: absolute;
  top: 84px;
  left: 0;
  width: 100%;
}

#registerForm .autocomplete li {
  padding: 5px 10px;
  cursor: pointer;
  border-bottom: rgba(31, 41, 55, 0.2) 1px solid;
}

#registerForm .autocomplete li:hover {
  background: rgba(58, 136, 236, 0.4);
}

#registerForm .autocomplete li:last-child {
  border-bottom: 0;
}

#registerForm .pwd-field {
  position: relative;
}

#registerForm .pwd-field svg {
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  bottom: 12px;
}

#registerForm .pwd-field svg:hover path {
  fill: #3a1f8b;
}

#registerForm .verification-code {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

#registerForm .verification-code input {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  border-color: #4b4b4b;
  background: #fff;
  font-size: 24px;
  text-align: center;
  margin: 0 5px;
  display: block;
}

#registerForm .verification-code input:focus,
#registerForm .verification-code input:active {
  outline: none !important;
  outline-width: 0;
}

#registerForm #claimBtn2 {
  color: #3a1f8b;
}

.label-text-alt {
  text-align: right;
}

.social-btns {
  font-size: 12px;
}

.social-btns svg {
  margin-right: 10px;
}

.social-btns .sign-in-btn:nth-child(1) svg {
  width: 18px;
  height: 18px;
}

.social-btns .sign-in-btn:nth-child(2) svg {
  width: 32px;
  height: 32px;
}

.social-btns .sign-in-btn:nth-child(3) svg {
  width: 32px;
  height: 32px;
}

@media (max-width: 768px) {
  .steps {
    width: 100%;
  }

  .steps .step {
    font-size: 0.6rem;
  }

  .social-btns {
    flex-direction: column;
  }

  .social-btns > a {
    margin-bottom: 20px;
  }

  #registerForm #accordion {
    width: 100% !important;
  }
}

.sign-in-btn {
  display: inline-flex;
  background: #3a1f8b;
  border: none;
  cursor: pointer;
  height: 48px;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 0 25px;
  font-weight: 500;
  text-decoration-line: none;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 14px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.sign-in-btn:hover {
  background: rgb(255, 62, 129);
  color: #fff;
}

.sign-in-btn.w-full {
  width: 100%;
}

.sign-in-title {
  font-size: 34px;
  font-weight: 800;
  margin-top: 35px;
  margin-bottom: 35px;
  color: rgb(48, 54, 105);
}

.sign-in-card {
  background: #fff;
  padding: 32px 32px 48px;
  max-width: 550px;
  margin-bottom: 40px;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  border-radius: 24px;
  flex: 1;
}

@media (max-width: 992px) {
  .sign-in-card {
    max-width: 100%;
  }
}

#show_hide_password {
  position: relative;
}

#show_hide_password .input-group-addon {
  position: absolute;
  right: 10px;
  top: 6px;
  z-index: 1;
}

hr.hr-text {
  position: relative;
  border: none;
  height: 2px;
  background: rgba(31, 41, 55, 0.1);
}

hr.hr-text::before {
  content: attr(data-content);
  display: inline-block;
  background: #fff;
  border-radius: 30rem;
  padding: 0.2rem 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.divider {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex-direction: row;
  height: 1rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  white-space: nowrap;
}

.divider:after,
.divider:before {
  content: "";
  flex-grow: 1;
  height: 0.125rem;
  width: 100%;
  background: rgba(31, 41, 55, 0.1);
}

.divider:not(:empty) {
  gap: 1rem;
}

#commonLoginFrm .form-control {
  height: 46px;
}

.front-footer {
  background: #3a1f8b;
  color: #fff;
}

.front-footer a {
  color: #fff;
}

.front-footer a:hover {
  text-decoration: underline;
}

.front-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.front-footer h4 {
  color: #fff;
}

.btn-link {
  color: #3a1f8b;
  font-weight: 500;
}

.btn-outline-dark {
  border-color: #fff;
}

.btn-outline-dark:hover {
  color: #3a1f8b;
  background-color: #fff;
}

.steps {
  counter-reset: step;
  display: inline-grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  overflow: hidden;
  overflow-x: auto;
}

.steps .step {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-columns: auto;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  grid-template-rows: 40px 1fr;
  min-width: 4rem;
  place-items: center;
  text-align: center;
}

.steps .step:after {
  background-color: #e5e6e6;
  border-radius: 9999px;
  color: #1f2937;
  content: counter(step);
  counter-increment: step;
  display: grid;
  grid-column-start: 1;
  grid-row-start: 1;
  height: 2rem;
  place-items: center;
  place-self: center;
  position: relative;
  width: 2rem;
  z-index: 1;
}

.steps .step::before {
  background-color: #e5e6e6;
  color: #1f2937;
  content: "";
  grid-column-start: 1;
  grid-row-start: 1;
  height: 0.5rem;
  margin-left: -100%;
  top: 0;
  width: 100%;
}

.steps .step:first-child:before {
  display: none;
}

.steps .step.step-primary:after,
.steps .step.step-primary:before {
  background-color: #3a1f8b;
  color: #fff;
}

.steps .step.available {
  cursor: pointer;
}

.h-full {
  height: 100%;
}

.w-full {
  width: 100%;
}

.border-top {
  border-top: #e5e6e6 1px solid;
}

.product-desc ul {
  padding-left: 1rem;
}

.product-name {
  font-size: 30px;
  font-weight: 800;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #303669;
}

@media (max-width: 768px) {
  .product-name {
    font-size: 28px;
  }
}

.terms a {
  color: #3a1f8b;
}

.terms a:hover {
  text-decoration: underline;
}

.billing-information .product-name {
  margin-top: 0;
}

.add-promo {
  color: #3a1f8b;
  font-weight: 500;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}

.add-promo:hover {
  text-decoration: underline;
}

.sign-in-btn.promo-btn {
  height: 38px;
}

.old-price {
  text-decoration: line-through;
  color: #c3c7c7;
}

.plan-title {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

#registerForm #accordion {
  width: 420px;
}

#registerForm #accordion .card {
  border-radius: 24px;
  margin-bottom: 10px;
}

#registerForm #accordion .card:last-child {
  margin-bottom: 0;
}

#registerForm #accordion .card .card-header {
  border-radius: 24px;
  transition: all 0.3s ease-in-out;
}

#registerForm #accordion .card .card-header h5 .btn {
  text-decoration: none !important;
}

#registerForm #accordion .card .card-header h5 .btn span {
  color: #3a1f8b;
}

#registerForm #accordion .card .card-header.active {
  background: #3a1f8b;
}

#registerForm #accordion .card .card-header.active h5 .btn span,
#registerForm #accordion .card .card-header.active h5 .btn:hover {
  color: #fff;
}

#registerForm #accordion .card .card-body {
  font-size: 14px;
}


