netdowner-captcha-widget,
altcha-widget {
    display: block !important;
    width: calc(100% - 100px) !important;
    max-width: calc(100% - 100px) !important;
    min-width: 300px !important;
    margin: 0 auto !important;
    --altcha-primary: #eabd23;
    --altcha-primary-hover: #fec107;
    --altcha-bg: linear-gradient(135deg, #353c48 0%, #3c4452 100%);
    --altcha-border: rgba(234, 189, 35, 0.3);
    --altcha-text: #96a2b4;
    --altcha-text-muted: #54667a;
    --altcha-success: #00c292;
    --altcha-error: #fb9678;
    --altcha-radius: 12px;
    --altcha-shadow: none;
    --altcha-font: 'Poppins', sans-serif;
}

.form-group netdowner-captcha-widget,
.form-group altcha-widget,
.col-xs-12 netdowner-captcha-widget,
.col-xs-12 altcha-widget {
    display: block !important;
    width: calc(100% - 100px) !important;
    max-width: calc(100% - 100px) !important;
    min-width: 300px !important;
    margin: 0 auto !important;
    text-align: center !important;
}

.form-group .col-xs-12 netdowner-captcha-widget,
.form-group .col-xs-12 altcha-widget {
    display: block !important;
    width: calc(100% - 100px) !important;
    max-width: calc(100% - 100px) !important;
    min-width: 300px !important;
    margin: 0 auto !important;
    text-align: center !important;
}

netdowner-captcha-widget > div,
netdowner-captcha-widget .altcha-container,
netdowner-captcha-widget .altcha,
altcha-widget > div,
altcha-widget .altcha-container,
altcha-widget .altcha {
    background: var(--altcha-bg) !important;
    border: 2px solid var(--altcha-border) !important;
    border-radius: var(--altcha-radius) !important;
    padding: 20px !important;
    box-shadow: none !important;
    filter: none !important;
    transition: all 0.3s ease !important;
    position: relative;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: left !important;
    min-height: 80px !important;
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

netdowner-captcha-widget > div::after,
netdowner-captcha-widget .altcha-container::after,
netdowner-captcha-widget .altcha::after,
altcha-widget > div::after,
altcha-widget .altcha-container::after,
altcha-widget .altcha::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-image: url('/resources/assets/images/logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5;
    z-index: 0;
    pointer-events: none;
    max-width: 50px;
    max-height: 50px;
}

netdowner-captcha-widget > div:hover,
netdowner-captcha-widget .altcha-container:hover,
netdowner-captcha-widget .altcha:hover,
altcha-widget > div:hover,
altcha-widget .altcha-container:hover,
altcha-widget .altcha:hover {
    border-color: rgba(234, 189, 35, 0.6) !important;
    box-shadow: none !important;
}

netdowner-captcha-widget .altcha-main,
altcha-widget .altcha-main {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: left !important;
    width: 100% !important;
    gap: 12px !important;
    padding: 8px 0 !important;
    position: relative;
    z-index: 2;
}

netdowner-captcha-widget[data-state="verifying"] .altcha-main .altcha-checkbox,
netdowner-captcha-widget[data-state="verifying"] .altcha-main input[type="checkbox"],
altcha-widget[data-state="verifying"] .altcha-main .altcha-checkbox,
altcha-widget[data-state="verifying"] .altcha-main input[type="checkbox"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
}

netdowner-captcha-widget input[type="checkbox"],
netdowner-captcha-widget .altcha-checkbox,
netdowner-captcha-widget .altcha-checkbox input,
altcha-widget input[type="checkbox"],
altcha-widget .altcha-checkbox,
altcha-widget .altcha-checkbox input {
    border-color: rgba(234, 189, 35, 0.4) !important;
    background: rgba(60, 68, 82, 0.6) !important;
    border-radius: 6px !important;
    width: 24px !important;
    height: 24px !important;
    margin: 0 !important;
    cursor: pointer !important;
    flex-shrink: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    transition: border-color 0.2s ease !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

netdowner-captcha-widget[data-state="verifying"] input[type="checkbox"],
netdowner-captcha-widget[data-state="verifying"] .altcha-checkbox,
netdowner-captcha-widget[data-state="verifying"] .altcha-checkbox input,
netdowner-captcha-widget[data-state="verifying"] .altcha-checkbox *,
netdowner-captcha-widget[data-state="verifying"] .altcha-main .altcha-checkbox,
altcha-widget[data-state="verifying"] input[type="checkbox"],
altcha-widget[data-state="verifying"] .altcha-checkbox,
altcha-widget[data-state="verifying"] .altcha-checkbox input,
altcha-widget[data-state="verifying"] .altcha-checkbox *,
altcha-widget[data-state="verifying"] .altcha-main .altcha-checkbox {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
}

netdowner-captcha-widget input[type="checkbox"]:checked,
netdowner-captcha-widget .altcha-checkbox:checked,
netdowner-captcha-widget .altcha-checkbox input:checked,
altcha-widget input[type="checkbox"]:checked,
altcha-widget .altcha-checkbox:checked,
altcha-widget .altcha-checkbox input:checked {
    background: linear-gradient(135deg, #eabd23 0%, #fec107 100%) !important;
    border-color: #eabd23 !important;
    box-shadow: none !important;
    position: relative;
}

netdowner-captcha-widget[data-state="verifying"] input[type="checkbox"]:checked,
netdowner-captcha-widget[data-state="verifying"] .altcha-checkbox:checked,
netdowner-captcha-widget[data-state="verifying"] .altcha-checkbox input:checked,
altcha-widget[data-state="verifying"] input[type="checkbox"]:checked,
altcha-widget[data-state="verifying"] .altcha-checkbox:checked,
altcha-widget[data-state="verifying"] .altcha-checkbox input:checked {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

netdowner-captcha-widget input[type="checkbox"]:checked::after,
netdowner-captcha-widget .altcha-checkbox:checked::after,
netdowner-captcha-widget .altcha-checkbox input:checked::after,
altcha-widget input[type="checkbox"]:checked::after,
altcha-widget .altcha-checkbox:checked::after,
altcha-widget .altcha-checkbox input:checked::after {
    content: "\f00c" !important;
    font-family: 'FontAwesome', 'Font Awesome 5 Free' !important;
    font-weight: 900 !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    color: #1a1f2e !important;
    font-size: 12px !important;
    line-height: 1 !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) !important;
    -webkit-text-fill-color: #1a1f2e !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

netdowner-captcha-widget input[type="checkbox"]:focus,
netdowner-captcha-widget .altcha-checkbox:focus,
netdowner-captcha-widget .altcha-checkbox input:focus,
altcha-widget input[type="checkbox"]:focus,
altcha-widget .altcha-checkbox:focus,
altcha-widget .altcha-checkbox input:focus {
    box-shadow: none !important;
    outline: none !important;
    border-color: rgba(234, 189, 35, 0.6) !important;
}

netdowner-captcha-widget label,
netdowner-captcha-widget .altcha-label,
altcha-widget label,
altcha-widget .altcha-label {
    color: var(--altcha-text) !important;
    font-family: var(--altcha-font) !important;
    font-weight: 500 !important;
    text-align: left !important;
    margin: 0 !important;
    flex: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}

netdowner-captcha-widget .altcha-status,
netdowner-captcha-widget [role="status"],
altcha-widget .altcha-status,
altcha-widget [role="status"] {
    color: var(--altcha-text) !important;
    font-family: var(--altcha-font) !important;
    font-size: 12px !important;
    text-align: center !important;
    margin-top: 8px !important;
    width: 100% !important;
}

netdowner-captcha-widget .altcha-status.verifying,
netdowner-captcha-widget [data-state="verifying"],
altcha-widget .altcha-status.verifying,
altcha-widget [data-state="verifying"] {
    color: var(--altcha-primary) !important;
}

netdowner-captcha-widget[data-state="verifying"] input[type="checkbox"],
netdowner-captcha-widget[data-state="verifying"] .altcha-checkbox,
netdowner-captcha-widget[data-state="verifying"] .altcha-checkbox input,
netdowner-captcha-widget[data-state="verifying"] .altcha-checkbox *,
netdowner-captcha-widget[data-state="verifying"] .altcha-main .altcha-checkbox,
altcha-widget[data-state="verifying"] input[type="checkbox"],
altcha-widget[data-state="verifying"] .altcha-checkbox,
altcha-widget[data-state="verifying"] .altcha-checkbox input,
altcha-widget[data-state="verifying"] .altcha-checkbox *,
altcha-widget[data-state="verifying"] .altcha-main .altcha-checkbox {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
}

netdowner-captcha-widget[data-state="verifying"] .altcha-checkbox::before,
netdowner-captcha-widget[data-state="verifying"] .altcha-checkbox::after,
netdowner-captcha-widget[data-state="verifying"] input[type="checkbox"]::before,
netdowner-captcha-widget[data-state="verifying"] input[type="checkbox"]::after,
netdowner-captcha-widget[data-state="verifying"] .altcha-main .altcha-checkbox::before,
netdowner-captcha-widget[data-state="verifying"] .altcha-main .altcha-checkbox::after,
altcha-widget[data-state="verifying"] .altcha-checkbox::before,
altcha-widget[data-state="verifying"] .altcha-checkbox::after,
altcha-widget[data-state="verifying"] input[type="checkbox"]::before,
altcha-widget[data-state="verifying"] input[type="checkbox"]::after,
altcha-widget[data-state="verifying"] .altcha-main .altcha-checkbox::before,
altcha-widget[data-state="verifying"] .altcha-main .altcha-checkbox::after {
    display: none !important;
    content: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

netdowner-captcha-widget .altcha-status.verified,
netdowner-captcha-widget [data-state="verified"],
altcha-widget .altcha-status.verified,
altcha-widget [data-state="verified"] {
    color: var(--altcha-success) !important;
    font-weight: 600 !important;
}

netdowner-captcha-widget .altcha-status.error,
netdowner-captcha-widget [data-state="error"],
altcha-widget .altcha-status.error,
altcha-widget [data-state="error"] {
    color: var(--altcha-error) !important;
}

netdowner-captcha-widget .altcha-spinner,
netdowner-captcha-widget [class*="spinner"],
altcha-widget .altcha-spinner,
altcha-widget [class*="spinner"] {
    border-color: rgba(234, 189, 35, 0.3) !important;
    border-top-color: var(--altcha-primary) !important;
    width: 20px !important;
    height: 20px !important;
}

netdowner-captcha-widget button,
netdowner-captcha-widget .altcha-button,
altcha-widget button,
altcha-widget .altcha-button {
    background: rgba(234, 189, 35, 0.2) !important;
    border: 1px solid rgba(234, 189, 35, 0.4) !important;
    color: var(--altcha-primary) !important;
    border-radius: 6px !important;
    font-family: var(--altcha-font) !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    padding: 8px 16px !important;
    margin: 0 auto !important;
    display: block !important;
}

netdowner-captcha-widget button:hover,
netdowner-captcha-widget .altcha-button:hover,
altcha-widget button:hover,
altcha-widget .altcha-button:hover {
    background: rgba(234, 189, 35, 0.3) !important;
    border-color: var(--altcha-primary) !important;
    box-shadow: none !important;
}

netdowner-captcha-widget button:active,
netdowner-captcha-widget .altcha-button:active,
altcha-widget button:active,
altcha-widget .altcha-button:active {
    transform: scale(0.95) !important;
}

netdowner-captcha-widget .altcha-footer,
netdowner-captcha-widget footer,
altcha-widget .altcha-footer,
altcha-widget footer {
    color: var(--altcha-text-muted) !important;
    font-size: 11px !important;
    text-align: center !important;
    margin-top: 8px !important;
}

netdowner-captcha-widget .altcha-footer a,
netdowner-captcha-widget footer a,
altcha-widget .altcha-footer a,
altcha-widget footer a {
    color: rgba(234, 189, 35, 0.7) !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

netdowner-captcha-widget .altcha-footer a:hover,
netdowner-captcha-widget footer a:hover,
altcha-widget .altcha-footer a:hover,
altcha-widget footer a:hover {
    color: var(--altcha-primary) !important;
}

netdowner-captcha-widget .altcha-logo,
netdowner-captcha-widget img[alt*="ALTCHA"],
altcha-widget .altcha-logo,
altcha-widget img[alt*="ALTCHA"] {
    display: none !important;
}

netdowner-captcha-widget .altcha-progress,
netdowner-captcha-widget progress,
altcha-widget .altcha-progress,
altcha-widget progress {
    background: rgba(234, 189, 35, 0.2) !important;
    border-radius: 4px !important;
    width: 100% !important;
    height: 6px !important;
    margin: 8px 0 !important;
}

netdowner-captcha-widget .altcha-progress-bar,
netdowner-captcha-widget progress::-webkit-progress-value,
altcha-widget .altcha-progress-bar,
altcha-widget progress::-webkit-progress-value {
    background: linear-gradient(135deg, #eabd23 0%, #fec107 100%) !important;
    box-shadow: none !important;
    border-radius: 4px !important;
}

netdowner-captcha-widget progress::-moz-progress-bar,
altcha-widget progress::-moz-progress-bar {
    background: linear-gradient(135deg, #eabd23 0%, #fec107 100%) !important;
    border-radius: 4px !important;
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
    100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}

netdowner-captcha-widget > div::before,
netdowner-captcha-widget .altcha-container::before,
netdowner-captcha-widget .altcha::before,
altcha-widget > div::before,
altcha-widget .altcha-container::before,
altcha-widget .altcha::before {
    display: none !important;
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.02);
    }
}

netdowner-captcha-widget[data-state="verified"] > div,
netdowner-captcha-widget[data-state="verified"] .altcha-container,
netdowner-captcha-widget[data-state="verified"] .altcha,
netdowner-captcha-widget .altcha-container.verified,
altcha-widget[data-state="verified"] > div,
altcha-widget[data-state="verified"] .altcha-container,
altcha-widget[data-state="verified"] .altcha,
altcha-widget .altcha-container.verified {
    border-color: rgba(0, 194, 146, 0.6) !important;
    background: linear-gradient(135deg, rgba(53, 60, 72, 0.98) 0%, rgba(60, 68, 82, 0.98) 100%) !important;
    box-shadow: none !important;
}

netdowner-captcha-widget[data-state="verified"] input[type="checkbox"]:checked,
netdowner-captcha-widget[data-state="verified"] .altcha-checkbox:checked,
netdowner-captcha-widget[data-state="verified"] .altcha-checkbox input:checked,
altcha-widget[data-state="verified"] input[type="checkbox"]:checked,
altcha-widget[data-state="verified"] .altcha-checkbox:checked,
altcha-widget[data-state="verified"] .altcha-checkbox input:checked {
    background: linear-gradient(135deg, #00c292 0%, #00d9a3 100%) !important;
    border-color: #00c292 !important;
    box-shadow: none !important;
}

netdowner-captcha-widget[data-state="verified"] input[type="checkbox"]:checked::after,
netdowner-captcha-widget[data-state="verified"] .altcha-checkbox:checked::after,
netdowner-captcha-widget[data-state="verified"] .altcha-checkbox input:checked::after,
altcha-widget[data-state="verified"] input[type="checkbox"]:checked::after,
altcha-widget[data-state="verified"] .altcha-checkbox:checked::after,
altcha-widget[data-state="verified"] .altcha-checkbox input:checked::after {
    color: #ffffff !important;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4), 0 0 2px rgba(0, 0, 0, 0.2) !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    letter-spacing: -0.5px !important;
    transform: translate(-50%, -50%) scale(1.1) !important;
}

netdowner-captcha-widget:focus-within > div,
netdowner-captcha-widget:focus-within .altcha-container,
netdowner-captcha-widget:focus-within .altcha,
altcha-widget:focus-within > div,
altcha-widget:focus-within .altcha-container,
altcha-widget:focus-within .altcha {
    border-color: var(--altcha-primary) !important;
    box-shadow: none !important;
}

netdowner-captcha-widget[data-state="error"] > div,
netdowner-captcha-widget[data-state="error"] .altcha-container,
netdowner-captcha-widget[data-state="error"] .altcha,
netdowner-captcha-widget .altcha-container.error,
altcha-widget[data-state="error"] > div,
altcha-widget[data-state="error"] .altcha-container,
altcha-widget[data-state="error"] .altcha,
altcha-widget .altcha-container.error {
    border-color: rgba(251, 150, 120, 0.5) !important;
    background: linear-gradient(135deg, rgba(53, 60, 72, 0.95) 0%, rgba(60, 68, 82, 0.95) 100%) !important;
}

netdowner-captcha-widget .altcha-error,
altcha-widget .altcha-error {
    color: var(--altcha-error) !important;
    text-align: center !important;
    margin-top: 8px !important;
    width: 100% !important;
    font-size: 12px !important;
}

@media (max-width: 480px) {
    netdowner-captcha-widget > div,
    netdowner-captcha-widget .altcha-container,
    netdowner-captcha-widget .altcha,
    altcha-widget > div,
    altcha-widget .altcha-container,
    altcha-widget .altcha {
        padding: 15px !important;
        min-height: 70px !important;
    }
    
    netdowner-captcha-widget label,
    netdowner-captcha-widget .altcha-label,
    altcha-widget label,
    altcha-widget .altcha-label {
        font-size: 13px !important;
    }
    
    netdowner-captcha-widget .altcha-main,
    altcha-widget .altcha-main {
        gap: 10px !important;
        padding: 4px 0 !important;
    }
    
    netdowner-captcha-widget > div::after,
    netdowner-captcha-widget .altcha-container::after,
    netdowner-captcha-widget .altcha::after,
    altcha-widget > div::after,
    altcha-widget .altcha-container::after,
    altcha-widget .altcha::after {
        width: 35px !important;
        height: 35px !important;
        top: 50% !important;
        right: 12px !important;
        transform: translateY(-50%) !important;
        opacity: 0.4 !important;
    }
    
    netdowner-captcha-widget input[type="checkbox"],
    netdowner-captcha-widget .altcha-checkbox,
    netdowner-captcha-widget .altcha-checkbox input,
    altcha-widget input[type="checkbox"],
    altcha-widget .altcha-checkbox,
    altcha-widget .altcha-checkbox input {
        width: 20px !important;
        height: 20px !important;
        -webkit-appearance: none !important;
        appearance: none !important;
    }
    
    netdowner-captcha-widget input[type="checkbox"]:checked::after,
    netdowner-captcha-widget .altcha-checkbox:checked::after,
    netdowner-captcha-widget .altcha-checkbox input:checked::after,
    altcha-widget input[type="checkbox"]:checked::after,
    altcha-widget .altcha-checkbox:checked::after,
    altcha-widget .altcha-checkbox input:checked::after {
        content: "\f00c" !important;
        font-family: 'FontAwesome', 'Font Awesome 5 Free' !important;
        font-weight: 900 !important;
        color: #1a1f2e !important;
        font-size: 11px !important;
        -webkit-text-fill-color: #1a1f2e !important;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) !important;
        -webkit-font-smoothing: antialiased !important;
        -moz-osx-font-smoothing: grayscale !important;
    }
}

netdowner-captcha-widget > div > *,
netdowner-captcha-widget .altcha-container > *,
netdowner-captcha-widget .altcha > *,
altcha-widget > div > *,
altcha-widget .altcha-container > *,
altcha-widget .altcha > * {
    position: relative;
    z-index: 2;
}
