<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Source common/css/styles/friendly_captcha/friendly_captcha.scss */

.frc-captcha {
  color: #413A43;
  margin-bottom: 0.75em;
}
.frc-captcha .frc-container svg {
  width: 3.125rem;
  height: 3.125rem;
  margin-right: 0.9375rem;
}
.frc-captcha .frc-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.frc-captcha button {
  display: none;
}
.frc-captcha .frc-banner {
  display: none;
}
.frc-captcha .frc-progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0.1875rem 0;
  height: 0.25rem;
  border: none;
  background-color: rgba(65, 58, 67, 0.2);
  color: #413A43;
  width: 100%;
  transition: all 0.5s linear;
}
.frc-captcha .frc-progress::-webkit-progress-bar {
  background: rgba(65, 58, 67, 0.2);
}
.frc-captcha .frc-progress::-webkit-progress-value {
  background: #413A43;
}
.frc-captcha .frc-progress::-moz-progress-bar {
  background: #413A43;
}
.frc-captcha .frc-icon {
  fill: #9D9787;
  stroke: #9D9787;
}
.frc-captcha .frc-success .frc-icon {
  fill: #9D9787;
  stroke: #9D9787;
}
.frc-captcha .frc-icon.frc-warning {
  fill: #ff0000;
  stroke: #ff0000;
}

</pre></body></html>