@import url(https://use.typekit.net/qwv3nzi.css);
.pass-wrapper {
  position: relative;
}

div.form-type-password-confirm > div:first-child .password-strength-meter {
  display: block;
  position: relative;
  padding: 2px;
  border-radius: 0 0 var(--bs-border-radius-sm) var(--bs-border-radius-sm);
  width: 100%;
  bottom: 4px;
}

div.form-type-password-confirm > div:first-child .password-strength-meter[data-pass-score^="0"] {
  background: linear-gradient(to right, #cc0000 5%, #9b9b9b 5%);
}

div.form-type-password-confirm > div:first-child .password-strength-meter[data-pass-score^="1"] {
  background: linear-gradient(to right, #cc0000 10%, #9b9b9b 10%);
}

div.form-type-password-confirm > div:first-child .password-strength-meter[data-pass-score^="2"] {
  background: linear-gradient(to right, #cc4000 20%, #9b9b9b 20%);
}

div.form-type-password-confirm > div:first-child .password-strength-meter[data-pass-score^="3"] {
  background: linear-gradient(to right, #cc7300 30%, #9b9b9b 30%);
}

div.form-type-password-confirm > div:first-child .password-strength-meter[data-pass-score^="4"] {
  background: linear-gradient(to right, #cca600 40%, #9b9b9b 40%);
}

div.form-type-password-confirm > div:first-child .password-strength-meter[data-pass-score^="5"] {
  background: linear-gradient(to right, #cccc00 50%, #9b9b9b 50%);
}

div.form-type-password-confirm > div:first-child .password-strength-meter[data-pass-score^="6"] {
  background: linear-gradient(to right, #a6cc00 60%, #9b9b9b 60%);
}

div.form-type-password-confirm > div:first-child .password-strength-meter[data-pass-score^="7"] {
  background: linear-gradient(to right, #73cc00 70%, #9b9b9b 70%);
}

div.form-type-password-confirm > div:first-child .password-strength-meter[data-pass-score^="8"] {
  background: linear-gradient(to right, #40cc00 80%, #9b9b9b 80%);
}

div.form-type-password-confirm > div:first-child .password-strength-meter[data-pass-score^="9"] {
  background: linear-gradient(to right, #00cc00 90%, #9b9b9b 90%);
}

div.form-type-password-confirm > div:first-child .password-strength-meter[data-pass-score^="100"] {
  background: #00cc00;
}
