/* Typography */
.ics-auth-title {
    margin: 0 0 10px;
    font-size: 30px;
    font-weight: 700;
    color: #222222 !important;
}
.ics-auth-subtitle {
    margin: 0 0 18px;
    font-size: 16px;
    color: #555555;
}
.ics-auth-text {
    margin: 0 0 18px;
    font-size: 15px;
    color: #555555;
}
/* Errors */
.ics-auth-error {
    background: #ffe5e5;
    color: #b00020;
    border-radius: 6px;
    padding: 10px 12px;
    font-size: 14px;
    margin-bottom: 16px;
    margin-top: 15px;
}
/* Info message (success / neutral) */
.ics-auth-info {
    background: #e5f4ff;
    color: #005a9e;
    border-radius: 6px;
    padding: 10px 12px;
    font-size: 14px;
    margin-bottom: 16px;
}
/* Form */
.ics-auth-form {
    margin-top: 10px;
}
.ics-auth-field {
    margin-bottom: 16px;
}
.ics-auth-field label {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    color: #444444;
}
/* Shared large input style (used in dark UIs) */
.ics-auth-input-large {
    width: 100%;
    padding: 12px 14px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(30, 30, 30, 0.85);
    color: #ffffff;
    font-size: 15px;
    box-sizing: border-box;
}
.ics-auth-input-large::placeholder {
    color: #737373;
}
/* OTP code inputs */
.ics-auth-code-wrapper {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin: 18px 0 12px;
}
.ics-auth-code-input {
    width: 52px;
    height: 56px;
    font-size: 26px;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #cccccc;
}
.ics-auth-code-input:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}
/* Primary button – unified style (full width where used) */
.ics-auth-button-primary {
    width: 100% !important;
    margin-top: 10px !important;
    padding: 12px 16px !important;
    border-radius: 6px !important;
    border: none !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    background: #1286FA;
    color: #ffffff;
    transition: background 0.15s ease, transform 0.08s ease;
}
.ics-auth-button-primary:hover {
    background: #FFFFFF !important;
    color: #1286FA !important;
    transform: translateY(-1px);
}
/* Secondary button */
.ics-auth-button-secondary {
    display: inline-block;
    text-align: center;
    border-radius: 6px;
    border-color: transparent;
    color: #ffffff !important;
    background: #1286FA;
    text-decoration: none !important;
    transition: 0.3s ease-in;
}
.ics-auth-button-secondary:hover {
    background: #FFFFFF !important;
    color: #1286FA !important;
    transform: translateY(-1px);
}
.ics-auth-button-secondary-width {
    width: 100% !important;
}
/* Footer */
.ics-auth-footer {
    margin-top: 16px;
    text-align: center;
    font-size: 14px;
    color: #666666;
}
.ics-auth-footer a {
    color: #007bff;
    text-decoration: none;
}
.ics-auth-footer a:hover {
    text-decoration: underline;
}
/* Resend wrapper */
.ics-auth-resend {
    margin-top: 25px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #ff0000;
}
/* Button that looks like a text link */
.ics-auth-link-button {
    padding: 0 !important;
    margin: 0 0 0 4px !important;
    border: none !important;
    background: none !important;
    font: inherit !important;
    color: #c00000 !important;
    cursor: pointer !important;
    text-decoration: underline !important;
}
.ics-auth-link-button:hover {
    text-decoration: none !important;
}
/* Create Account form styles */
.ics-auth-inline-signin {
    color: #ffffff;
}
.ics-auth-inline-signin h1.ics-auth-title,
.ics-auth-inline-signin label {
    color: #ffffff;
}
.ics-auth-inline-signin .ics-auth-subtitle {
    color: #ffffff;
}
.ics-auth-inline-signin input {
    background-color: #333;
    color: #ffffff;
}
.ics-auth-inline-signin .ics-auth-field input {
    border: 1px solid #262525;
}
.ics-auth-signup-form input[type="text"],
.ics-auth-signup-form input[type="email"] {
    font-size: 1rem;
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
}
.ics-auth-inline-signin .ics-auth-field label {
    display: none;
}
/* Forgot Password page styles */
.ics-auth-forgot-wrapper .ics-auth-inline-title {
    font-weight: 800;
    font-size: 2rem;
}
.ics-auth-help-block {
    margin-bottom: 25px;
}
/* Reset Password page styles */
.ics-auth-password-note {
    margin: 8px 0 16px;
    font-size: 14px;
    opacity: 0.85;
}
.ics-auth-reset-wrapper .ics-auth-password-note {
    color: #e60505;
}
/* Account Recovery page styles */
.ics-auth-success {
    color: #000;
    background: #fff0;
    border-radius: 6px;
    padding: 10px 12px;
    font-size: 14px;
    margin-bottom: 16px;
    margin-top: 15px;
}
.ics-auth-recovery-wrapper .ics-auth-inline-title {
    text-align: center;
}
/* Hide pwstrength plugin UI */
.pwstrength_viewport_progress,
.pwstrength_viewport_verdict,
.pwstrength_viewport_progress *,
.pwstrength_viewport_verdict * {
    display: none !important;
}
/* Account Recovery radio buttons */
.ics-auth-recovery-wrapper .ics-auth-radio-group label {
    color: #000;
}
/* Password-looking input (if you keep it) */
.ics-auth-input-password {
    margin-top: 8px;
}
/* Helper for big buttons */
.ics-auth-btn-big {
    width: 100%;
    margin-top: 16px;
    padding: 12px 18px;
    font-size: 17px;
    font-weight: 600;
}
/* Options row: Remember me + Can't sign in */
.ics-auth-options-row {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
}
.ics-auth-remember {
    display: flex;
    align-items: center;
    gap: 6px;
}
.ics-auth-remember input {
    width: 14px;
    height: 14px;
}
.ics-auth-remember span {
    color: #737373;
}
.ics-auth-cant-signin {
    color: #f00;
    font-size: 12px;
}
.ics-auth-cant-signin a {
    color: #f00;
    text-decoration: underline;
}
/* OR separator */
.ics-auth-or {
    margin: 16px 0 6px;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.08em;
    color: #ffffff;
}
/* reCAPTCHA note */
.ics-auth-recaptcha-note {
    margin-top: 10px;
    font-size: 11px;
    line-height: 1.4;
    color: #737373;
}
.ics-auth-recaptcha-note a {
    color: #7ab9ff;
    text-decoration: underline;
}
/* Mobile */
@media (max-width: 768px) {
    .ics-auth-inline-signin {
        padding: 24px 16px;
    }
}
/* ================= INLINE SIGN-IN BLOCK (Elementor) ================= */
.ics-auth-inline-signin {
    background: rgba(0, 0, 0, 0.60);
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 60px;
}
/* Title "Sign In" (inline) */
.ics-auth-inline-title {
    margin: 0 0 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #fff;
}
@media (max-width: 1599px) {
    .three-three {
        font-size: 28px;
    }
}
/* Override field spacing for inline block */
.ics-auth-inline-signin .ics-auth-field {
    margin-bottom: 10px;
}
/* Fake password field + eye icon */
.ics-auth-field-password {
    position: relative;
}
/* Eye icon inside input */
.ics-auth-eye {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    cursor: pointer;
    color: #ffffff;
    opacity: 0.7;
    transition: 0.2s ease;
}
.ics-auth-eye:hover {
    opacity: 1;
}
/* Dashicons size fix */
.dashicons {
    font-family: "Dashicons";
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}
/* OR separator + new-account text (inline variant) */
.ics-auth-inline-signin .ics-auth-or {
    font-size: 14px;
    font-weight: 600;
}
.ics-auth-new {
    text-align: left;
    font-size: 14px;
    margin-bottom: 0;
    color: #737373;
}
.text-white {
    color: #fff !important;
}
.ics-auth-back-link-wrapper {
    margin-top: 30px;
    text-align: center;
}
.ics-auth-back-link {
    color: #1286FA;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
}
.ics-auth-back-link:hover {
    text-decoration: underline;
}
.ics-auth-signup-form .ics-auth-footer {
    margin-top: 12px;
    margin-bottom: 0;
}
.ics-auth-error-below {
    margin-top: 12px;
    padding: 10px 12px;
    font-size: 14px;
    text-align: center;
    border-radius: 6px;
    min-height: 40px;
    visibility: hidden;
}
.ics-auth-error-below.visible {
    visibility: visible;
    background: #fee2e2 !important;
    color: #dc2626 !important;
}
.ics-auth-inline-signin .ics-pass-checklist {
    padding-left: 10px;
}
.ics-auth-login-form .ics-auth-new {
    margin-top: 8px;
    margin-bottom: 0;
}
.ics-auth-login-form .ics-auth-error-below {
    min-height: 42px;
    margin-top: 12px;
    margin-bottom: 12px;
}
.ics-auth-verify-form .ics-auth-error-below {
    position: static;
    min-height: 40px;
    margin-top: 16px;
    margin-bottom: 8px;
}
.ics-auth-signup-verify-error {
    min-height: 40px;
    margin-top: 16px;
    margin-bottom: 8px;
    visibility: hidden;
    text-align: center;
}
.ics-auth-signup-verify-error.visible {
    visibility: visible;
    background: #fee2e2;
    color: #dc2626;
    padding: 10px 16px;
    border-radius: 6px;
}
.ics-auth-signup-verify-error {
    font-size: 13px;
}
.ics-auth-signup-verify-error.visible {
    animation: error-shake 0.4s ease;
}
@keyframes error-shake {
    0%, 100% { transform: translateX(0); }
    20% { transform: translateX(-8px); }
    40% { transform: translateX(8px); }
    60% { transform: translateX(-6px); }
    80% { transform: translateX(6px); }
}
.ics-auth-or-text {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    margin-top: 10px;
}
.ics-auth-login-form .ics-auth-error-below.has-error {
    background: #fee2e2;
    color: #dc2626;
    animation: error-shake 0.4s ease;
}
.ics-auth-login-form .ics-auth-error-below:not(.has-error) {
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
    animation: none !important;
    color: #999 !important;
}

@keyframes ics-spin {
    to { transform: rotate(360deg); }
}