.frc-captcha * {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    text-align: initial !important;
    border-radius: 0 !important;
    filter: none !important;
    transition: none !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
    background-color: initial !important;
    color: #222 !important;
}

.frc-captcha {
    position: relative !important;
    min-width: 250px !important;
    max-width: 312px !important;
    border: 1px solid #f4f4f4 !important;
    padding-bottom: 12px !important;
    background-color: #fff !important;
}

.frc-captcha b {
    font-weight: 700 !important;
}

.frc-container {
    display: flex !important;
    align-items: center !important;
    min-height: 52px !important;
}

.frc-icon {
    fill: #222 !important;
    stroke: #222 !important;
    flex-shrink: 0 !important;
    margin: 8px 8px 0 !important;
}

.frc-icon.frc-warning {
    fill: #c00 !important;
}

.frc-success .frc-icon {
    animation: 1s ease-in both frc-fade-in !important;
}

.frc-content {
    white-space: nowrap !important;
    display: flex !important;
    flex-direction: column !important;
    margin: 4px 6px 0 0 !important;
    overflow-x: auto !important;
    flex-grow: 1 !important;
}

.frc-banner {
    position: absolute !important;
    bottom: 0 !important;
    right: 6px !important;
    line-height: 1 !important;
}

.frc-banner * {
    font-size: 10px !important;
    opacity: .8 !important;
    text-decoration: none !important;
}

.frc-progress {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    margin: 3px 0 !important;
    height: 4px !important;
    border: none !important;
    background-color: #eee !important;
    color: #222 !important;
    width: 100% !important;
    transition: .5s linear !important;
}

.frc-progress::-webkit-progress-bar {
    background: #eee !important;
}

.frc-progress::-webkit-progress-value {
    background: #222 !important;
}

.frc-progress::-moz-progress-bar {
    background: #222 !important;
}

.frc-button {
    cursor: pointer !important;
    padding: 2px 6px !important;
    background-color: #f1f1f1 !important;
    border: 1px solid transparent !important;
    text-align: center !important;
    font-weight: 600 !important;
    text-transform: none !important;
}

.frc-button:focus {
    border: 1px solid #333 !important;
}

.frc-button:hover {
    background-color: #ddd !important;
}

.frc-captcha-solution {
    display: none !important;
}

.frc-err-url {
    text-decoration: underline !important;
    font-size: .9em !important;
}

.frc-rtl {
    direction: rtl !important;
}

.frc-rtl .frc-content {
    margin: 4px 0 0 6px !important;
}

.frc-banner.frc-rtl {
    left: 6px !important;
    right: auto !important;
}

.dark.frc-captcha {
    color: #fff !important;
    background-color: #222 !important;
    border-color: #333 !important;
}

.dark.frc-captcha * {
    color: #fff !important;
}

.dark.frc-captcha button {
    background-color: #444 !important;
}

.dark .frc-icon {
    fill: #fff !important;
    stroke: #fff !important;
}

.dark .frc-progress {
    background-color: #444 !important;
}

.dark .frc-progress::-webkit-progress-bar {
    background: #444 !important;
}

.dark .frc-progress::-webkit-progress-value {
    background: #ddd !important;
}

.dark .frc-progress::-moz-progress-bar {
    background: #ddd !important;
}

@keyframes frc-fade-in {
    from {
        opacity: 0 !important;
    }
    to {
        opacity: 1 !important;
    }
}

.frc-captcha a {
    color: #000000 !important;
}

.frc-captcha a:hover {
    color: #000000 !important;
}

.frc-captcha .frc-container .frc-content {
    overflow: hidden !important;
}
