.frc-captcha{position:relative}.frc-container{display:flex;align-items:center}.frc-icon{fill:#202c36;stroke:#dee2e6;flex-shrink:0;margin-right:.625rem}.frc-icon.frc-warning{fill:#c80000}.frc-success .frc-icon{-webkit-animation:frc-fade-in 1s ease-in both;animation:frc-fade-in 1s ease-in both}.frc-content{white-space:nowrap;display:flex;flex-direction:column;overflow-x:auto}.frc-text{color:inherit}.frc-banner{display:none}.frc-progress{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:3px 0;height:4px;border:none;background-color:#dee2e6;color:#202c36;width:100%;transition:all .5s linear}.frc-progress::-webkit-progress-bar{background:#dee2e6}.frc-progress::-webkit-progress-value{background:#202c36}.frc-progress::-moz-progress-bar{background:#202c36}.frc-button{border-radius:.25rem;color:#fff;background-color:#626f78;display:inline-block;white-space:nowrap;cursor:pointer;font-size:.875rem;line-height:1.5;padding:.25rem .5rem;text-align:center}.frc-button :not(:disabled):not(.disabled){cursor:pointer}.frc-button:active,.frc-button:focus,.frc-button:hover{color:#fff;background-color:#1d8bd0;transition:.3s ease-in-out}.frc-button.disabled,.frc-button:disabled{cursor:none;opacity:.4}.frc-captcha-solution{display:none}.frc-err-url{text-decoration:underline;font-size:.9em}@-webkit-keyframes frc-fade-in{0%{opacity:0}to{opacity:1}}@keyframes frc-fade-in{0%{opacity:0}to{opacity:1}}