form label select, .profile-wrapper form label select, .both-auth .right_auth form label select, form label input.lock_user, form label input, .profile-wrapper form label input, .both-auth .right_auth form label input, form label .forgot-frame a, .both-auth .right_auth form label .forgot-frame a, form label .label, .both-auth .right_auth form label .label {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

form .login-register a, .both-auth .right_auth form .login-register a, form .login-register, .both-auth .right_auth form .login-register {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

/* Form */
form, .profile-wrapper form, .both-auth .right_auth form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 510px;
}
form.profile, .both-auth .right_auth form.profile {
  max-width: none;
}
form h1, .profile-wrapper form h1, .both-auth .right_auth form h1 {
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 96%;
  text-align: center;
  color: #121B1C;
  margin-bottom: 6px;
  display: block;
}
form label, .profile-wrapper form label, .both-auth .right_auth form label {
  position: relative;
}
form label .label, .both-auth .right_auth form label .label {
  color: rgba(18, 27, 28, 0.5);
  display: block;
  margin: 0 0 4px 8px;
}
form label .forgot-frame, .profile-wrapper form label .forgot-frame, .both-auth .right_auth form label .forgot-frame {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
form label .forgot-frame a, .both-auth .right_auth form label .forgot-frame a {
  color: #8A8A8F;
  display: block;
  margin: 0 8px 4px 0;
  text-decoration: none;
}
form label input, .profile-wrapper form label input, .both-auth .right_auth form label input {
  width: 100%;
  height: 52px;
  padding: 17px 12px;
  border-radius: 15px;
  background: #FFFFFF;
  border: 2px solid #EAEAEA;
  color: #121B1C;
  font-weight: 400;
}
form label input::-moz-placeholder, .profile-wrapper form label input::-moz-placeholder, .both-auth .right_auth form label input::-moz-placeholder {
  color: #121B1C;
}
form label input::placeholder, .profile-wrapper form label input::placeholder, .both-auth .right_auth form label input::placeholder {
  color: #121B1C;
}
form label input:focus-visible, .both-auth .right_auth form label input:focus-visible {
  outline: none;
  border: 2px solid #EAEAEA;
}
form label input.lock_user, .both-auth .right_auth form label input.lock_user {
  color: #88899B;
  font-weight: 400;
  cursor: default;
  background-repeat: no-repeat;
  background-position: center right 18px;
  background-image: url(/img/lock_user.svg);
  outline: none;
  border: none;
}
form label select, .profile-wrapper form label select, .both-auth .right_auth form label select {
  padding: 17px 12px;
  border-radius: 15px;
  background: #FFFFFF;
  border: 2px solid #EAEAEA;
  color: #121B1C;
  font-weight: 400;
  width: 100%;
  height: 52px;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-repeat: no-repeat;
  background-position: center right 12px;
  background-image: url(/img/billing_dropdown.svg);
}
form label select::-moz-placeholder, .profile-wrapper form label select::-moz-placeholder, .both-auth .right_auth form label select::-moz-placeholder {
  color: #121B1C;
}
form label select::placeholder, .profile-wrapper form label select::placeholder, .both-auth .right_auth form label select::placeholder {
  color: #121B1C;
}
form label select:focus-visible, .both-auth .right_auth form label select:focus-visible {
  outline: none;
  border: 2px solid #EAEAEA;
}
form .button, .both-auth .right_auth form .button {
  width: auto;
  display: block;
  background: #D8CAE4;
  outline: none;
  border: none;
  border-radius: 15px;
  padding: 15px 30px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  margin: 6px auto 0 auto;
}
form .login-register, .both-auth .right_auth form .login-register {
  color: #121B1C;
  margin: 0 auto;
}
form .login-register a, .both-auth .right_auth form .login-register a {
  color: #D8CAE4;
  margin-left: 4px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  position: relative;
  text-decoration: underline;
}
form .button-disabled, .both-auth .right_auth form .button-disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}
form .button-register, .both-auth .right_auth form .button-register {
  pointer-events: auto;
  opacity: 1;
  cursor: pointer;
}
form .user_checkbox, .both-auth .right_auth form .user_checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
form .user_checkbox .terms-checkbox {
  width: 0;
}
form .user_checkbox p, .both-auth .right_auth form .user_checkbox p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  padding-left: 35px;
  padding-right: 15px;
  padding-top: 2px;
  color: #161620;
  cursor: default;
}
form .user_checkbox p a, .both-auth .right_auth form .user_checkbox p a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #161620;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  text-decoration: underline;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
form .user_checkbox input, .both-auth .right_auth form .user_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
form .user_checkbox .checkmark {
  position: absolute;
  top: 0;
  height: 22px;
  width: 22px;
}
form .user_checkbox .checkmark:after {
  box-sizing: border-box;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  border: 1px solid #CCC;
}
form .user_checkbox input:checked ~ .checkmark:after {
  content: url("/img/checked.svg");
  border: none;
  background: #D8CAE4;
  padding-left: 2px;
  padding-top: 2px;
}
form .user_checkbox input:checked ~ p {
  color: #161620;
}
form .user_checkbox input:checked ~ p a {
  color: #161620;
}

/* Form - end */
/* Invalid */
.invalid-feedback {
  color: #FF6267;
  margin: 8px 0 0 8px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  display: block;
}

input.is-invalid {
  outline: 1px solid #FF6267 !important;
  color: #FF6267 !important;
  border: none !important;
}
input.is-invalid::-moz-placeholder {
  color: #FF6267 !important;
}
input.is-invalid::placeholder {
  color: #FF6267 !important;
}

select.is-invalid {
  border: 1px solid #FF6267 !important;
  color: #FF6267 !important;
}
select.is-invalid option {
  color: #FF6267 !important;
}

span.errorText {
  color: #FF6267;
  margin: 8px 0 0 8px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  display: none;
}

form span.is-invalid, .both-auth .right_auth form span.is-invalid {
  display: block;
}

/* Invalid - END */
/* Login/Register/Forgot */
.both-auth {
  display: flex;
  height: 100vh;
  background: #FFFFFF;
}
.both-auth .left_auth {
  width: 50%;
}
.both-auth .right_auth {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.both-auth .right_auth .close_auth {
  position: absolute;
  top: 10px;
  right: 10px;
}
@media (max-width: 1024px) and (orientation: landscape) {
  .both-auth {
    height: auto;
    padding: 50px 0;
  }
}
@media (max-width: 1100px) {
  .both-auth .left_auth {
    display: none;
  }
  .both-auth .right_auth {
    width: 100%;
    padding: 0 15px;
  }
  .both-auth .right_auth form h1 {
    font-size: 30px;
    line-height: 120%;
  }
}
/* Login/Register/Forgot - END */
/* Edit/Change/Billing */
.profile-wrapper {
  margin: 35px auto 50px auto;
  background: #ffffff;
  max-width: 600px;
  width: 100%;
  padding: 45px;
  border-radius: 15px;
}
@media (max-width: 630px) {
  .profile-wrapper {
    max-width: calc(100% - 30px);
    padding: 45px 15px;
  }
}
/* Edit/Change/Billing - END */
/* Edit/Change/Billing - END */
.payment_methods {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 6px;
}
