#loginPage {
    min-height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 20px;
    background: #f4f6f8;
}.login-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    text-align: center;
    background: white;
    padding: 40px 36px;
    border-radius: 16px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.08);
}.login-logo-container {
    text-align: center;
    margin-bottom: 20px;
}.login-logo {
    width: 100px;
    height: 100px;
    object-fit: contain;
}.input-box {
    width: 100%;
    padding: 14px 16px;
    margin: 8px 0;
    border: 1.5px solid var(--border);
    background: var(--gray-light);
    font-size: 15px;
    border-radius: var(--radius);
    transition: border-color 0.2s, box-shadow 0.2s;
}.input-box:focus {
    border-color: var(--primary);
    outline: none;
    box-shadow: 0 0 0 3px rgba(26, 35, 126, 0.1);
    background: white;
}.login-btn {
    background: var(--primary);
    color: white;
}.login-btn:hover {
    background: var(--primary-dark);
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(26, 35, 126, 0.3);
}.register-btn {
    background: var(--gray-light);
    color: var(--dark);
    border: 1.5px solid var(--border);
}.register-btn:hover {
    background: var(--border);
}.form-page {
    width: 95%;
    max-width: 900px;
    margin: 20px auto;
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}.form-page h2 {
    color: #1a4080;
    text-align: center;
    margin-bottom: 20px;
}.form-page label {
    display: block;
    margin-top: 12px;
    font-weight: bold;
}.form-card {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    max-width: 700px;
    margin-bottom: 20px;
}.form-card h2 {
    color: #1a4080;
    margin-bottom: 15px;
    font-size: 22px;
}.form-card label {
    display: block;
    margin-top: 12px;
    font-weight: bold;
}.form-card input,
.form-card select,
.form-card textarea {
    width: 100%;
    padding: 12px;
    margin-top: 6px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
}.form-card button {
    background: #1a4080;
    color: white;
    border: none;
    padding: 12px 20px;
    cursor: pointer;
    border-radius: 6px;
    font-size: 16px;
    width: 100%;
}.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.3s ease;
}.modal-header {
    background: #1a4080;
    color: white;
    padding: 15px 20px;
    border-radius: 12px 12px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}.modal-header h3 {
    margin: 0;
    font-size: 20px;
}.modal-body {
    padding: 25px;
    line-height: 1.6;
    color: #333;
}.modal-body h4 {
    color: #1a4080;
    margin-top: 15px;
    margin-bottom: 10px;
}.modal-body ul, .modal-body ol {
    margin: 10px 0;
    padding-left: 25px;
}.modal-body li {
    margin: 8px 0;
}.modal-footer {
    padding: 15px 25px;
    border-top: 1px solid #eee;
    text-align: right;
}.modal-footer button {
    background: #1a4080;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
}.modal-footer button:hover {
    opacity: 0.9;
}.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.3s ease;
}.modal-header {
    background: #1a4080;
    color: white;
    padding: 15px 20px;
    border-radius: 12px 12px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}.modal-header h3 {
    margin: 0;
    font-size: 20px;
}.modal-body {
    padding: 25px;
    line-height: 1.6;
    color: #333;
}.modal-body h4 {
    color: #1a4080;
    margin-top: 15px;
    margin-bottom: 10px;
}.modal-body ul, .modal-body ol {
    margin: 10px 0;
    padding-left: 25px;
}.modal-body li {
    margin: 8px 0;
}.modal-footer {
    padding: 15px 25px;
    border-top: 1px solid #eee;
    text-align: right;
}.modal-footer button {
    background: #1a4080;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
}.modal-footer button:hover {
    opacity: 0.9;
}.form-page input[type="checkbox"],
.form-card input[type="checkbox"],
#dynamicFormPage input[type="checkbox"],
input[type="checkbox"] {
    width:      18px !important;
    height:     18px !important;
    min-height: 18px !important;
    max-width:  18px !important;
    flex-shrink: 0   !important;
    cursor:     pointer !important;
    accent-color: #1a4080;
}.reg-step-panel { display: block; }.reg-step-panel.hidden { display: none !important; }.reg-step-dot {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    flex: 1;
}.reg-step-dot .dot-circle {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #e8e8ed;
    color: #4a4a6a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    border: 2px solid #e8e8ed;
    transition: all 0.22s;
    position: relative;
    z-index: 2;
}.reg-step-dot .dot-label {
    font-size: 10px;
    color: #4a4a6a;
    font-weight: 500;
    text-align: center;
    max-width: 60px;
    line-height: 1.2;
}.reg-step-dot.completed .dot-circle {
    background: var(--success);
    border-color: var(--success);
    color: white;
}.reg-step-dot.active .dot-circle {
    background: var(--primary);
    border-color: var(--primary);
    color: white;
    box-shadow: 0 0 0 4px rgba(26,35,126,0.12);
}.reg-step-dot.active .dot-label {
    color: var(--primary);
    font-weight: 700;
}.reg-step-connector {
    flex: 1;
    height: 2px;
    background: #e8e8ed;
    margin-bottom: 18px;
    max-width: 40px;
    transition: background 0.22s;
}.reg-step-connector.filled { background: var(--success); }.otp-row {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 8px 0 16px;
}.otp-digit {
    width: 50px;
    height: 56px;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    border: 2px solid #e8e8ed;
    border-radius: var(--radius);
    background: #f5f5f7;
    color: var(--dark);
    outline: none;
    transition: all 0.22s;
}.otp-digit:focus {
    border-color: var(--primary);
    background: white;
    box-shadow: 0 0 0 3px rgba(26,35,126,0.12);
}.otp-digit.filled { border-color: var(--primary); background: #e3f2fd; }.pw-wrapper .input-box { padding-right: 56px; }.field-err { font-size: 12px; color: var(--danger); margin-top: 4px; display: none; }.field-err.show { display: block; }.input-box.input-error { border-color: var(--danger) !important; background: #fff5f5 !important; }.step-section-head {
    text-align: center;
    margin-bottom: 22px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e8e8ed;
}.step-section-head h3 { font-size: 18px; font-weight: 700; color: var(--dark); margin-bottom: 4px; }.step-section-head p  { font-size: 13px; color: #4a4a6a; }.otp-resend-row { text-align: center; font-size: 13px; color: #4a4a6a; margin-top: 10px; }.otp-resend-row button {
    color: var(--primary); font-weight: 600; background: none; border: none;
    cursor: pointer; font-size: inherit; font-family: inherit; text-decoration: underline; padding: 0;
}.otp-resend-row button:disabled { color: #aaa; cursor: default; text-decoration: none; }.idv-modal-overlay { position:fixed; inset:0; background:rgba(0,0,0,0.5); z-index:50000; overflow-y:auto; padding:24px 16px; display:flex; align-items:flex-start; justify-content:center; }.reg-police-modal-box .modal-steps {
    background: #f0f4ff;
    border-radius: 10px;
    padding: 14px 16px;
    margin-bottom: 20px;
    text-align: left;
    font-size: 13px;
    color: #374151;
    line-height: 1.9;
}.reg-police-modal-box .modal-steps span { font-weight: 700; color: #1a4080; }.reg-police-modal-box .modal-steps {
    background: #f0f4ff;
    border-radius: 10px;
    padding: 14px 16px;
    margin-bottom: 20px;
    text-align: left;
    font-size: 13px;
    color: #374151;
    line-height: 1.9;
}.reg-police-modal-box .modal-steps span { font-weight: 700; color: #1a4080; }#forcePasswordChangeOverlay .fpc-modal {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 24px 64px rgba(0,0,0,0.45);
    width: 100%;
    max-width: 440px;
    overflow: hidden;
}#forcePasswordChangeOverlay .fpc-header {
    background: linear-gradient(135deg, #1a4080 0%, #0d2755 100%);
    color: white;
    padding: 28px;
    text-align: center;
}#forcePasswordChangeOverlay .fpc-header h2 {
    margin: 8px 0 4px;
    font-size: 20px;
    font-weight: 700;
}#forcePasswordChangeOverlay .fpc-header p {
    margin: 0;
    font-size: 13px;
    opacity: 0.85;
}#forcePasswordChangeOverlay .fpc-body {
    padding: 28px;
}#forcePasswordChangeOverlay .fpc-field {
    margin-bottom: 18px;
}#forcePasswordChangeOverlay .fpc-field label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
}#forcePasswordChangeOverlay .fpc-field input {
    width: 100%;
    padding: 10px 14px;
    border: 1.5px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    transition: border-color 0.2s;
    box-sizing: border-box;
}#forcePasswordChangeOverlay .fpc-field input:focus {
    border-color: #1a4080;
    outline: none;
    box-shadow: 0 0 0 3px rgba(26,64,128,0.12);
}#forcePasswordChangeOverlay .fpc-error {
    background: #fff5f5;
    border: 1px solid #f5c6c6;
    border-radius: 8px;
    padding: 10px 14px;
    color: #c0392b;
    font-size: 13px;
    margin-bottom: 16px;
    display: none;
}#forcePasswordChangeOverlay .fpc-success {
    background: #f0fff4;
    border: 1px solid #9ae6b4;
    border-radius: 8px;
    padding: 10px 14px;
    color: #276749;
    font-size: 13px;
    margin-bottom: 16px;
    display: none;
}#forcePasswordChangeOverlay .fpc-btn {
    width: 100%;
    padding: 12px;
    background: linear-gradient(135deg, #1a4080, #0d2755);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: opacity 0.2s;
    letter-spacing: 0.3px;
}#forcePasswordChangeOverlay .fpc-btn:hover:not(:disabled) { opacity: 0.9; }#forcePasswordChangeOverlay .fpc-btn:disabled { opacity: 0.6; cursor: not-allowed; }#forcePasswordChangeOverlay .fpc-notice {
    text-align: center;
    font-size: 12px;
    color: #999;
    margin-top: 14px;
}
