




.hidden {
  display: none !important
}

.simple-phone-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative
}

.simple-area-code {
  z-index: 100;
  position: absolute;
  left: 4px;
  font-size: 14px;
  font-family: Arial, "sans-serif"
}

.simple-phone {
  padding-left: 36px
}

.wrapper-pw-bttn {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between
}

.wrapper-pw-bttn input[name=password] {
  max-width: 49%
}

.wrapper-pw-bttn .generate-pw-btn {
  width: 49% !important;
  padding: 3px 5px;
  display: initial;
  cursor: pointer;
  font-size: 11px
}

/*! purgecss start ignore */
[data-error-status=inactive] {
  display: none
}

[data-error-status=active] {
  display: block
}

.relative-input-wrapper {
  position: relative
}

input.form-control {
  padding-right: 35px
}

[data-check-icon] {
  position: absolute;
  right: 5px;
  font-size: 25px;
  line-height: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #41ad48;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center
}

[data-check-icon] img {
  max-width: 35px
}

[data-check-icon=active] {
  display: -webkit-box;
  display: flex
}

[data-check-icon=inactive] {
  display: none
}

[data-for-error] {
  width: 100%;
  font-weight: 400;
  margin-top: .25rem;
  padding: 5px;
  color: #fff;
  background-color: #eb162b;
  font-size: 12px
}

[data-validation-status=failed] {
  border: 3px solid #eb162b !important
}

[data-validation-status=passed] {
  border: 3px solid #41ad48 !important
}

[data-rule-status=passed] {
  color: green
}

[data-rule-status=failed] {
  color: #eb162b
}

[data-rule-status=unpassed] {
  color: #8b4513
}

[data-validation-msgs-wrapper] {
  display: none
}

.promo_code {
  width: 100%;
  padding: 10px 5px
}

.promo_code_wrapper {
  width: 100%
}





.form-checkbox-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start
}

.form-checkbox-wrapper label {
  font-size: 10px
}

.form-checkbox-wrapper label p {
  margin-bottom: .5rem
}

.form-checkbox-wrapper input {
  margin-right: 5px;
  zoom: 1.2
}

.form-checkbox-wrapper #form-checkbox-disclaimer {
  -webkit-box-flex: 20%;
  flex: 20%;
  height: 15px
}

.email-suggestion {
  font-weight: 600;
  color: #d39e00;
  cursor: pointer;
  text-decoration: underline
}

.email-suggestion:hover {
  color: #b38f00
}

.email-suggestion-message {
  width: 100%;
  display: inline-block;
  background-color: #fff3cd;
  border: 1px solid #ffeeba;
  border-radius: 5px;
  padding: 10px;
  margin: 5px 0;
  font-family: Roboto, sans-serif;
  color: #856404;
  word-wrap: break-word
}

.email-suggestion-message~[data-check-icon-for=email] {
  top: 20%
}

.wd-form-checkbox-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start
}

.wd-form-checkbox-wrapper label {
  font-size: 10px;
  color: #000 !important
}

.wd-form-checkbox-wrapper label p {
  margin-bottom: .5rem
}

.wd-form-checkbox-wrapper input {
  margin-right: 5px;
  zoom: 1.2;
  width: unset !important;
  height: unset !important
}

.wd-form-checkbox-wrapper #form-checkbox-disclaimer {
  -webkit-box-flex: 20%;
  flex: 20%;
  height: 15px
}

/*! purgecss end ignore */