header.entry-header,
.userpro-loading,
.userpro-close-popup,
div.required,
.userpro-field-my_recaptcha .userpro-label label,
.strength-text,
.chosen-container,
.lv_controls_top,
.userpro-profile-img,
.userpro-profile-img-after,
.edit-link {
  display: none;
}

.userpro {
  display: flex;
  flex-direction: column;
}

.userpro-head {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: auto;

  font-weight: 600;
  font-size: 24px;
  line-height: 22px;
  color: #222222;
  margin-top: 1px;
}
.userpro-head div {
  margin: auto;
  margin-top: 10px;
}

.userpro-head a[data-template="login"],
a {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-decoration-line: underline;
  color: #c95d4d;
}

.userpro-body {
  width: 100%;
}

.userpro-body form {
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 80%;
}

.userpro-body form .userpro-field {
  width: 100%;
}

.userpro-body form .userpro-field .userpro-label {
  width: 100%;
  margin-top: 15px;
}

.userpro-body form .userpro-field .userpro-label label {
  width: 100%;
  display: block;
  text-align: left;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #393939;
  margin-bottom: 2px;
}

.userpro-body form .userpro-field .userpro-input {
  width: 100%;
}

.userpro-body form .userpro-field .userpro-input .userpro-radio-wrap {
  display: flex;
}

.userpro-body form .userpro-field .userpro-input .userpro-radio-wrap label {
  width: 33%;
  height: 22px;

  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.2px;
  color: #1b1b1b;
  display: flex;
  align-items: center;
  /* vertical-align: middle; */
}

.userpro-body form .userpro-field .userpro-input .userpro-radio input {
  width: 16.67px;
  height: 16.67px;
  border: 1.25px solid #a5a5a5;
  border-radius: 1px;
  margin-right: 10px;
}

.userpro-body form .userpro-field .userpro-input .userpro-checkbox-wrap input {
  accent-color: #b74534;
  border: 1.25px solid #a5a5a5;
  width: 16.78px;
  height: 16.69px;
  margin-right: 10px;
}

.userpro-body form .userpro-field .userpro-input .userpro-checkbox-wrap a {
  color: #b74534;
}

.userpro-body form .userpro-field .userpro-input input {
  box-sizing: border-box;
  width: 100%;

  padding-left: 8px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #b0b0b0;
  color: #393939;
  height: 48px;

  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.userpro-body form .userpro-field .userpro-input.userpro-profile {
  display: flex;
  justify-content: left;
  align-items: center;
}

.userpro-body
  form
  .userpro-field
  .userpro-input.userpro-profile
  .userpro-pic-upload {
  border: 1px solid #b74534;
  box-sizing: border-box;
  width: 201px;
  height: auto;
  background: #ffffff;
  border-radius: 4px;

  padding: 5px 20px 5px 20px;
  font-weight: 600;
  font-size: 12px;
  line-height: 113.2%;
  text-align: center;
  color: #b74534;
  margin-left: 16px;
}

.userpro-body form .userpro-field .userpro-input select {
  width: 100%;
  height: 48px;
  background: #ffffff;
  border-color: #b0b0b0;
  border-radius: 4px;
  padding-left: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #222222;
  background-image: url("../img/booking/header/header-venue-dropdown-arrow.svg");
  background-position: 95% 50%;
  background-repeat: no-repeat;
}

input[type="checkbox"] {
  width: 22px;
  height: 22px;
  border-radius: 4px;
  vertical-align: text-top;
  margin-right: 6px;
  border: 1px solid #b6b6b6;
}

input:checked {
  accent-color: #c95d4d;
  border: none;
}

input[type="radio"] {
  width: 22px;
  height: 22px;
  border-radius: 4px;
  vertical-align: text-top;
  margin-right: 6px;
  border: 1px solid #b6b6b6;
}

input:checked {
  accent-color: #c95d4d;
  border: none;
}

.userpro-column {
  width: 100%;
  margin: 15px 0;
}
.userpro-column .userpro-checkbox-wrap {
  display: flex;
  vertical-align: middle;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.2px;
  color: #1b1b1b;
}

.userpro-column .userpro-checkbox-wrap input {
  vertical-align: text-top;
  accent-color: #b74534;
  margin-top: 0px !important;
}

.userpro-section {
  text-align: center;
  min-width: 100vw;
  border-bottom: 1px solid #a4a4a4;
  line-height: 0.1em;
  margin: 10px 0 20px;
  margin-top: 14px;
  width: calc(100vw - 20px);
  margin-left: calc(-50vw + 50%);
  margin-right: 0;

  font-weight: 500;
  font-size: 18px;
  color: #4b4a4a;
}

.userpro-section span {
  background: #fff;
  padding: 0 10px;
}

.userpro-section ins {
  display: none;
}

.userpro-field-user_pass > .userpro-input {
  position: relative;
}

.show_hide_password {
  position: absolute;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMyAyMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjI2MzE2IDIuNjM2ODNDMy44MTQwNSAyLjE4NzczIDMuMDg1OTIgMi4xODc3MyAyLjYzNjgxIDIuNjM2ODNDMi4xODc3MSAzLjA4NTk0IDIuMTg3NzEgMy44MTQwNyAyLjYzNjgxIDQuMjYzMThMMTguNzM2OCAyMC4zNjMyQzE5LjE4NTkgMjAuODEyMiAxOS45MTQxIDIwLjgxMjIgMjAuMzYzMiAyMC4zNjMyQzIwLjgxMjIgMTkuOTE0MSAyMC44MTIyIDE5LjE4NTkgMjAuMzYzMiAxOC43MzY4TDE4LjY2OSAxNy4wNDI3QzIwLjQzNzIgMTUuNjMxMyAyMS43Nzk4IDEzLjcwOTMgMjIuNDczNyAxMS41QzIxLjAwODMgNi44MzQzMiAxNi42NDk1IDMuNDUgMTEuNTAwMiAzLjQ1QzkuNjMzMTQgMy40NSA3Ljg2OTk0IDMuODk0OTYgNi4zMTA5NSA0LjY4NDYyTDQuMjYzMTYgMi42MzY4M1pNOS4xNjMzNCA3LjUzN0wxMC45MDQzIDkuMjc3OTdDMTEuMDk0NCA5LjIyNzEyIDExLjI5NDIgOS4yIDExLjUwMDMgOS4yQzEyLjc3MDUgOS4yIDEzLjgwMDMgMTAuMjI5NyAxMy44MDAzIDExLjVDMTMuODAwMyAxMS43MDYxIDEzLjc3MzIgMTEuOTA2IDEzLjcyMjQgMTIuMDk1OUwxNS40NjMyIDEzLjgzNjlDMTUuODY4IDEzLjE1MjEgMTYuMTAwMyAxMi4zNTMyIDE2LjEwMDMgMTEuNUMxNi4xMDAzIDguOTU5NDkgMTQuMDQwOCA2LjkgMTEuNTAwMyA2LjlDMTAuNjQ3MSA2LjkgOS44NDgyMSA3LjEzMjI3IDkuMTYzMzQgNy41MzdaIiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfMTYyMV8xMTI2NSkiLz4KPHBhdGggZD0iTTE0LjMyMjIgMTkuMjAxMkwxMS4yMTIxIDE2LjA5MTJDOC45MDExNyAxNS45NDgzIDcuMDUyMDUgMTQuMDk5MSA2LjkwOTIgMTEuNzg4MkwyLjY4NTE4IDcuNTY0MThDMS43MjU3NSA4LjcwODA3IDAuOTg0ODQ3IDEwLjA0MTUgMC41MjY3MzMgMTEuNUMxLjk5MjE1IDE2LjE2NTcgNi4zNTA5OCAxOS41NSAxMS41MDAzIDE5LjU1QzEyLjQ3NCAxOS41NSAxMy40MTkzIDE5LjQyOSAxNC4zMjIyIDE5LjIwMTJaIiBmaWxsPSJ1cmwoI3BhaW50MV9saW5lYXJfMTYyMV8xMTI2NSkiLz4KPGRlZnM+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8xNjIxXzExMjY1IiB4MT0iMTIuMzg2OSIgeTE9IjIuMyIgeDI9IjEyLjM4NjkiIHkyPSIyMC43IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiNCNzQ1MzQiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjQzk1RDREIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQxX2xpbmVhcl8xNjIxXzExMjY1IiB4MT0iNy40MjQ0OSIgeTE9IjcuNTY0MTgiIHgyPSI3LjQyNDQ5IiB5Mj0iMTkuNTUiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0I3NDUzNCIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNDOTVENEQiLz4KPC9saW5lYXJHcmFkaWVudD4KPC9kZWZzPgo8L3N2Zz4K");
  /* top: 17px;
    right: 15px;*/
  right: 35px;
  top: 13px;
  width: 23px;
  height: 23px;
  display: block;
  background-repeat: no-repeat;
}
.show_hide_password.hide {
  /*background-image: url(../img/user/login-register-show-password-eye-closed.svg);*/
  background-image: url(../img/user/login-register-show-password-eye-open.svg);
  height: 17px;
  /* top: 15px;*/
  top: 16px;
}
/*
form[data-action="register"] .show_hide_password {
    right: 25px;
    top: 19px;
}
form[data-action="register"] .show_hide_password.hide {
    top: 17px;
}
*/

#send_verification_code {
  margin-top: 11px;
  display: flex;
  flex-direction: column;
}
#send_verification_code div {
  display: flex;
  justify-content: left;
  align-items: center;
}

.send_verification_code {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-decoration-line: underline;
  color: #b0b0b0;
}

.send_verification_code.active {
  color: #c95d4d;
}

.verification_code_wrapper {
  margin-top: 16px;
}
#verification_code {
  width: 96px;
}

.verify_code {
  border-radius: 4px;
  background-color: #b0b0b0;
  color: #fff;
  margin-right: 15px;
  width: 100%;
  height: 48px;
  line-height: 48px;
  text-align: center;

  font-weight: 600;
  font-size: 14px;
  text-decoration: none;

  user-select: none;
}

.verify_code.active {
  background: linear-gradient(180deg, #b74534 0%, #c95d4d 100%);
}

.forgot_password {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
  justify-content: center;
  align-items: center;
}

.forgot_password a {
  margin: auto;

  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-decoration-line: underline;
  color: #c95d4d;
}

input.userpro-button {
  width: 100%;
  height: 52px;
  align-items: center;
  background: linear-gradient(180deg, #b74534 0%, #c95d4d 100%);
  border-radius: 4px;

  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
}

input.userpro-button:disabled,
input.userpro-button[disabled] {
  background: rgb(213, 212, 212);
  border-color: rgb(213, 212, 212);
}

input.userpro-button.secondary {
  border: none;
  background: none;

  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-decoration-line: underline;
  color: #c95d4d;
  padding: 0 0 0 0;
}

.terms-and-conditions {
  min-height: 70px;
  margin-top: 40px;
  /* margin-bottom: 20px; */
  border-top: 1px solid #a4a4a4;
  padding-top: 35px;
}

.terms-and-conditions .userpro-input {
  /* background-color: green; */
  /* width: 30px; */
  /* height: 30px; */
  /* background-color: green; */
  /* margin: auto; */

  /* font-weight: 400;
  font-size: 16px;
  line-height: 99%;
  letter-spacing: 0.2px;
  color: #1b1b1b; */
}

.userpro-input .userpro-checkbox {
  /* background-color: green; */
  /* display: flex;
  align-items: center; */
  /* width: 20px;
  height: 20px; */
  /* height: 60px; */
  /* margin: auto; */

  /* font-weight: 400;
    font-size: 16px;
    line-height: 99%;
    letter-spacing: 0.2px;
    color: #1b1b1b; */
}

.g-recaptcha,
.g-recaptcha div,
.g-recaptcha iframe {
  width: 316px !important;
  height: 78px !important;
}

input.warning {
  border-color: #dd0000;
  background-image: url(../img/user/login-register-input-warning.svg);
  background-position: 95% 50%;
  background-repeat: no-repeat;
}

label.warning,
label.warning-label {
  color: #dd0000;
}

form[data-action="register"] input[type="text"].verified,
form[data-action="register"] input[type="text"].ok {
  background-image: url(../img/user/login-register-verified.svg);
  background-position: 95% 50%;
  background-repeat: no-repeat;
}

.userpro-warning,
.warning {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #dd0000;
  margin-top: 2px;
}

/* Reset Password Page */
.userpro-message {
  margin-top: 84px;
  margin-bottom: 112px;
  width: 80%;
  margin-left: 10%;
}
.userpro-message p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #393939;
}

.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 21px;
}

/* .register-link {
  margin: auto;
  margin-top: 32px;
  margin-bottom: 27px;
} */

/* Change Password Page */
div[data-template="change"] .userpro-message {
  margin-top: 22px;
  margin-bottom: 22px;
}

div[data-template="change"] .userpro-help {
  margin-top: 8px;
}
div[data-template="change"] .wrapper {
  margin-top: 29px;
}

/* Login page after password change */
div[data-template="login"] .userpro-message {
  margin-top: 16px;
  margin-bottom: 36px;
}

/* .userpro-checkbox-wrap {
    margin-top:55px;
} */
