/*
 * SongDrop – Profil-Meldung: Captcha + sichtbares AJAX-Feedback
 * Ergänzung zu assets/css/profile-community.css
 */

.users_public_report_modal__captcha {
    padding: 13px;
    border: 1px solid rgba(34, 255, 154, .22);
    border-radius: 12px 4px 12px 4px;
    background:
        linear-gradient(135deg, rgba(34, 255, 154, .07), rgba(0, 217, 255, .05)),
        rgba(2, 14, 29, .66);
}

.users_public_report_modal__captcha > span {
    display: block;
    margin-bottom: 8px;
    color: #b7d4dd;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.45;
}

.users_public_report_modal__captcha b {
    color: #7effc0;
    font-size: 14px;
    font-weight: 950;
}

.users_public_report_modal__captcha em {
    color: #7effc0;
    font-style: normal;
}

.users_public_report_modal__captcha input {
    width: 100%;
    min-height: 42px;
    padding: 0 12px;
    color: #ecfbff;
    border: 1px solid rgba(117, 224, 255, .25);
    border-radius: 9px 3px 9px 3px;
    outline: none;
    background: rgba(1, 10, 23, .78);
    font: inherit;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.users_public_report_modal__captcha input:focus {
    border-color: rgba(34, 255, 154, .66);
    background: rgba(2, 18, 33, .94);
    box-shadow: 0 0 0 3px rgba(34, 255, 154, .09);
}

.users_public_report_modal__feedback {
    min-height: 17px;
    margin: 2px 0 0;
    color: #9edfff;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.45;
}

.users_public_report_modal__feedback:empty {
    display: none;
}

.users_public_report_modal__feedback.is-success {
    color: #9fffd0;
}

.users_public_report_modal__feedback.is-error {
    color: #ffadbf;
}

.users_public_report_modal__actions button:disabled {
    cursor: wait;
    opacity: .72;
}
