/* CURRENT SIGNUP CSS */

#account-exists-alert .modal-content {border-radius: 20px;}
#account-exists-alert .form-btn {margin: 0 auto;}

.registration-page-wrapper {
  margin-bottom: 0px;
}
.registration-page-wrapper .error {
  /*display: none;*/
}

#validation {
  position: absolute;
  top: 2px;
  right: 20px;
}
#validation .icon-check-sign.active:before {
  content: '\f00c';
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  color: #328801;
}

#validation .icon-check-sign:before {
  content: '\f00c';
  display: none;
}

#validation .icon-remove.active:before {
  display: inline-block;
  font-size: 20px;
  line-height: 27px;
  color: red;
}

#validation .icon-remove:before {
  display: none;
}
.registration-page-wrapper .error {
  background: #fff;
  color: red;
  display: none;
}

.loading {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1040;
  background: rgba(20, 20, 20, 0.7);
  padding: 0;
  border-radius: 50px;
  margin: -50px 0 0 -50px;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body.registration-page-wrapper {
  /* height: 100vh; */
  background-color: #e9e9e7;
  background: rgb(255,255,255);
  background: -moz-radial-gradient(circle, rgba(255,255,255,1) 50%, rgb(201, 190, 216) 100%);
  background: -webkit-radial-gradient(circle, rgba(255,255,255,1) 50%, rgb(201, 190, 216) 100%);
  background: radial-gradient(circle, rgba(255,255,255,1) 50%, rgb(201, 190, 216) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e9e9e7",GradientType=1);
}

body.registration-page-wrapper {
  font-family: 'Rambla';
  line-height: initial;
  display: flex;
  flex-direction: column;
}
.registration-page-wrapper main {
  flex: 1;
  padding-bottom: 40px;
  padding-top: 30px;
}
:root {
  --an-blue: #3c5b9a;
  --an-pink: #e71d8c;
}

.registration-page-wrapper .toolbar,
.registration-page-wrapper .footer-bar {
  background-color: #340A6B;
  text-align: center;
  padding: 10px 0;
  color: #fff;
}
.registration-page-wrapper .toolbar a {
  text-decoration: none;
}
.registration-page-wrapper .toolbar p {
  margin-bottom: 0;
}
.registration-page-wrapper .phone-bar {
  background-color: #3fa605;
  width: auto;
  padding: 10px 30px;
  color: #fff;
}
.registration-page-wrapper .info-content p,
.registration-page-wrapper.mob-content p {
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (max-width: 400px) {
  .registration-page-wrapper .phone-bar {
    background-color: transparent;
    width: auto;
    padding: 10px 30px;
    color: #fff;
  }
}
.registration-page-wrapper .phone-bar a {
  color: #fff;
}
@media screen and (max-width: 400px) {
  .registration-page-wrapper .phone-bar a {
    color: #fff;
  }
}


.registration-page-wrapper .logo {
  text-align: center;
  padding: 0 0 20px 0;
  margin: 0 auto;
  max-width: 250px;
}

.registration-page-wrapper .panelswrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .registration-page-wrapper .panelswrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .registration-page-wrapper .info-container {
    display: none;
  }
  .registration-page-wrapper .info-container {
    display: none;
  }
}
@media screen and (min-width: 641px) {
  .registration-page-wrapper .mob-container {
    display: none;
  }
}
.registration-page-wrapper .lt-panel,
.registration-page-wrapper .rt-panel {
  border-radius: 12px;
}
.registration-page-wrapper .lt-panel {
  background-color: #ffffff;
  margin-right: 20px;
  margin-bottom: 20px;
  border: solid 1px #83bbdf;
  box-shadow: 2px 2px 12px #000000a3;
}
/* .rt-panel {min-width: 360px;} */
@media screen and (max-width: 640px) {
  .registration-page-wrapper .lt-panel {
    margin-right: 0;
  }
}
.registration-page-wrapper .lt-panel,
.registration-page-wrapper .rt-panel {
  max-width: 320px; min-width: 320px;
}
.registration-page-wrapper .lt-panel h1,
.lt-panel h2,
.lt-panel h3 {
  color: #340A6B;
  margin: 20px auto;
}
.registration-page-wrapper h1 {
  font-size: 1.5rem;
  font-weight: bold;
}
.registration-page-wrapper h2 {
  font-size: 1.3rem;
  font-weight: bold;
}
.registration-page-wrapper h3 {
  font-size: 1.2rem;
  font-weight: bold;
}
.registration-page-wrapper h4 span {
  font-size: 1.2rem;
  font-weight: bold;
}
.registration-page-wrapper .registration-page-wrapper .rt-col #create-account {
  background-color: #fff;
  border-radius: 12px;
}
#create-account,
#contact,
#billing,
#fbcontact {
  background-color: #fff;
  border: solid 1px #83bbdf;
  border-radius: 12px;
  margin-bottom: 10px;
  padding: 10px 20px;
  box-shadow: 2px 2px 12px #000000a3;    
}
.registration-page-wrapper .create-caret,
.registration-page-wrapper .mob-caret,
.registration-page-wrapper .contact-caret,
.registration-page-wrapper .facebook-caret,
.registration-page-wrapper .billing-caret {
  color: #83bbdf;
}
/* .content {overflow: hidden; max-height: 0; transition: max-height 0.3s ease;} */
.registration-page-wrapper .create-legal {
  font-size: 0.7rem;
  margin: 20px 0;
}
.registration-page-wrapper .step-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.registration-page-wrapper .mob-step-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.registration-page-wrapper .pricing {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.registration-page-wrapper .inner {
  padding: 20px;
  text-align: center;
  width: 320px;
  margin: 0 auto;
}
.registration-page-wrapper .blue-inner {
  padding: 0 20px 20px 20px;
  text-align: center;
  width: 95%;
  margin: 0 auto;
}
.registration-page-wrapper .blue-band,
.registration-page-wrapper .pink-band {
  text-align: center;
  padding: 10px 20px;
  margin: 10px auto;
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
}
.registration-page-wrapper .blue-band {
  background-color: #83bbdf;
  color: #000;
}
.registration-page-wrapper .pink-band {
  background-color: #340A6B;
  margin-top: 0;
}
.registration-page-wrapper .psychic-photo img {
  text-align: center;
  width: 125px;
  height: 125px;
  border: solid 2px #fff;
  border-radius: 50%;
  box-shadow: 0 -3px 10px #83bbdf;
}
.five-minute-free-promo {padding: .1rem .2rem; background: #fbf5e1;}
.registration-page-wrapper .pre-legal {
  font-size: 1rem;
  text-align: left;
}
.registration-page-wrapper #info {
  background-color: #ffffff9f;
  border-radius: 12px;
  margin-bottom: 10px;
  padding: 10px 20px;
}
/* #info-content {border-radius: 12px; margin-bottom: 10px; } */
.registration-page-wrapper #info-content p {
  border-radius: 12px;
  background-color: transparent;
  margin-bottom: 10px;
  text-align: left;
}
.registration-page-wrapper #info-content p em,
.registration-page-wrapper .mob-content p em {
  font-size: 0.75rem;
  line-height: 1;
}
.registration-page-wrapper .info-content p,
.registration-page-wrapper .mob-content p {
  text-align: left;
  margin-bottom: 10px;
}
.registration-page-wrapper .legal {
  font-size: 0.75rem;
  text-align: left;
}
.registration-page-wrapper h3.black-price {
  color: #000;
}
.registration-page-wrapper h2.mb-5 {
  margin-bottom: 5px;
}
.registration-page-wrapper h3.mt-5 {
  margin-top: 5px;
}
/* FORM */
.registration-page-wrapper .form-btn {
  text-align: center;
  margin: 30px 0;
}
.registration-page-wrapper .form-btn a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.registration-page-wrapper .btn {
  padding: 8px 20px;
  border-radius: 20px;
}
.registration-page-wrapper .create-btn {
  margin: 20px 0;
}
.registration-page-wrapper .btn-disabled {
  background-color: #b1abaa;
}
.registration-page-wrapper .btn-enabled {
  background-color: #e76b1d;
}
.registration-page-wrapper input[type='checkbox'],
.registration-page-wrapper input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
  display: inline-block;
}
.registration-page-wrapper form h4 {
  margin-bottom: 10px;
}
.registration-page-wrapper input {
  width: 100%;
  padding: 10px 15px;
  border-radius: 8px;
  border: solid 1px #e4e4e4;
  margin-bottom: 17px;
  background-color: #fafafa;
}
.registration-page-wrapper select {
  background-color: #fafafa !important;
  margin-bottom: 17px;
}
.registration-page-wrapper input::placeholder {
  font-size: 1rem;
  color: grey;
}
.registration-page-wrapper input[type='tel'] {
  background-color: #fafafa;
}
.registration-page-wrapper .fb-login {
  text-align: center;
  margin-top: 20px;
}
.registration-page-wrapper .form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.registration-page-wrapper .form-check {
  display: flex;
  align-items: flex-start;
}
.registration-page-wrapper .form-check-input {
  margin-right: 10px;
  position: relative;
  margin-left: auto;
}
.dob-container {
  border: solid 1px #e4e4e4;
  border-radius: 12px;
  margin-bottom: 17px;
}
.registration-page-wrapper .dob-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  /* margin-bottom: 17px; */
  align-items: center;
}
.registration-form-input-container .dob-wrap:nth-last-of-type() {
  margin-bottom: 17px !important;
}
.registration-page-wrapper .dob-wrap input {
  padding-top: 20px;
}
.registration-page-wrapper .dob-wrap select {
  margin-bottom: 0;
}
.registration-page-wrapper .form-control {
  display: block;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  /* font-weight: 400; */
  line-height: 1.1;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 8px;
}
.registration-page-wrapper .classForhrline {
  padding-top: 25px;
  padding-bottom: 23px;
}
.registration-page-wrapper .lefthrline {
  width: 42%;
  float: left;
  margin: 11px 10px 10px 0;
  color: #6d6a67;
}
.registration-page-wrapper .nc-funnel-signup .orstyle {
  font-weight: 400;
  font-size: 15px;
  margin-left: 0;
  width: 8%;
  display: inline-block;
}
.registration-page-wrapper .righthrline {
  width: 42%;
  float: right;
  margin: 11px 0 10px;
  color: #6d6a67;
  border-top: 1px solid #6d6a67;
}
.registration-page-wrapper .container {
  transition: max-height 0.3s ease-out;
  overflow: hidden;
}
.registration-page-wrapper .mob-content {
  overflow: hidden;
}
.registration-page-wrapper .mob-content.expand {
  max-height: 500px; /* Adjust the value depending on the content height */
  transition: max-height 0.3s ease-in;
}
/* .show-panel .content {max-height: none;}
        .hide-panel .content {max-height: 0;} */

#new-signup-form .errors div {
  color: red;
  font-weight: normal;
  margin: 5px 0;
  font-size: 1rem;
}

#registration-page .caret {
  color: #83bbdf;
  border: none;
}

#registration-page .caret:hover {
  cursor: pointer;
  color: #7d4078;
}

.registration-page-wrapper .rotate-0 {
  transform: rotate(0deg);
  width: 40px;
}

.registration-page-wrapper .rotate-90 {
  transform: rotate(90deg);
  width: 80px;
}
.registration-page-wrapper .rotate-180 {
  transform: rotate(180deg);
}

.registration-page-wrapper .toggle-caret {
  position: absolute;
}

.registration-page-wrapper .toggle-caret.rotate-90 {
  right: -39px;
  top: 30px;
}

.registration-page-wrapper .toggle-caret.rotate-0 {
  right: 0;
}

.registration-page-wrapper .step-header {
  position: relative;
}

.third-party-signup {
    max-width: 190px;
    margin: auto;
}

.google-signin-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.apple-signin-btn.black {
  background-color: black;
  color: white;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  display: flex; /* Flexbox to center content */
  margin-bottom: 10px;
  align-items: center;
  justify-content: center; /* Center logo + text */
  gap: 10px;
  cursor: pointer;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  transition: background-color 0.3s;
  user-select: none;
  box-sizing: border-box; /* Prevent overflow from padding */
  text-align: center;
  min-width: 130px;
  max-width: 375px;
  min-height: 30px;
  max-height: 64px;
  padding-left: 8%;
  padding-right: 8%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.apple-signin-btn.black:hover {
  background-color: #1c1c1c;
}

.apple-signin-btn.black:focus {
  outline: 2px solid #aaa;
}

.apple-logo {
  fill: white;
}

#appleid-signin > div {
  margin: 10px 0;
  width: 100% !important;
  height: 50px !important;
}

#appleid-signin iframe {
  width: 100% !important;
}

.registration-page-wrapper .container {
  min-height: 90px;
}

.registration-page-wrapper .step-header-title {
  width: 80%;
}

.registration-page-wrapper .or-container {
  height: 40px;
  text-align: center;
  margin-bottom: 10px;
  }

  .registration-page-wrapper    .or-container .or {
  display: inline-block;
  background-color: #fff;
  margin: 0px;
  padding: 8px;
  }

  .registration-page-wrapper    .or-container hr {
  margin: -18px auto 10px;
  width: 100%;
  }

  .dob-wrap:nth-of-type(2) {
    margin-bottom: 17px;
  }

  ::-ms-reveal {
display: none;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}

button#toggle-password {
position: absolute;
top: 3px;
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 {
cursor: pointer;
}

button#toggle-password: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] {
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;
}

.input-password[type=password] {
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;
} 