@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;transition:background-color .3s ease,color .3s ease}:root{--background-color: #ffffff;--text-color: #292929;--text-color-secondary: #333333;--text-secondary: #666666;--text-on-primary: #ffffff;--card-background: #ffffff;--border-color: #e9ecef;--input-background: #ffffff;--input-border: #ddd;--primary-color: #9bd6a9;--primary-dark-color: #2da950;--primary-color-light: rgba(45, 90, 61, .1);--success-color: #9bd6a9;--success-hover-color: #a2d4ad;--success-dark-color: #16a34a;--success-background: #eff1f8;--success-border: #b8e6c1;--error-color: #dc3545;--warning-color: #ffc107;--warning-dark-color: #e0a800;--danger-color: #dc3545;--danger-dark-color: #c82333;--danger-background: #fee;--danger-border: #fcc;--info-color: #17a2b8;--info-dark-color: #138496;--disabled-color: #cccccc;--disabled-background: #f5f5f5;--hover-background: rgba(0, 0, 0, .05);--shadow: rgba(0, 0, 0, .1);--neutral-50: #f8f9fa;--neutral-100: #f3f3f3;--neutral-200: #e9ecef;--neutral-300: #dee2e6;--neutral-400: #dddddd;--neutral-500: #adb5bd;--neutral-600: #999999;--secondary-color: #6c757d;--secondary-dark-color: #5a6268;--secondary-rgb: 108, 117, 125;--success-strong: #28a745;--success-strong-dark: #1e7e34;--success-strong-rgb: 40, 167, 69;--success-accent: #20c997;--info-strong: #17a2b8;--info-strong-dark: #138496;--info-strong-rgb: 23, 162, 184;--warning-strong: #ffc107;--warning-strong-dark: #e0a800;--warning-strong-rgb: 255, 193, 7;--danger-strong: #dc3545;--danger-strong-dark: #c82333;--danger-strong-rgb: 220, 53, 69;--brand-blue: #007bff;--brand-blue-dark: #0056b3;--brand-blue-rgb: 0, 123, 255;--indigo-gradient-start: #667eea;--indigo-gradient-end: #764ba2;--indigo-gradient-start-dark: #5a6fd8;--indigo-gradient-end-dark: #6a4190}.app-dark{--background-color: #1a1a1a;--text-color: #ffffff;--text-color-secondary: #a0a0a0;--text-on-primary: #ffffff;--card-background: #2d2d2d;--border-color: #404040;--input-background: #3a3a3a;--input-border: #555555;--primary-color: #4ade80;--primary-dark-color: #22c55e;--primary-color-light: rgba(74, 222, 128, .1);--success-color: #22c55e;--success-hover-color: #16a34a;--success-dark-color: #16a34a;--success-background: #1a2e1a;--success-border: #2d5a3d;--error-color: #ef4444;--warning-color: #fbbf24;--warning-dark-color: #f59e0b;--danger-color: #ef4444;--danger-dark-color: #dc2626;--danger-background: #2e1a1a;--danger-border: #5a2d2d;--info-dark-color: #0891b2;--disabled-color: #6b7280;--disabled-background: #3a3a3a;--hover-background: rgba(255, 255, 255, .06);--shadow: rgba(0, 0, 0, .3);--neutral-50: #262626;--neutral-100: #2f2f2f;--neutral-200: #383838;--neutral-300: #444444;--neutral-400: #4f4f4f;--neutral-500: #6b7280;--neutral-600: #9ca3af;--secondary-color: #9ca3af;--secondary-dark-color: #6b7280;--secondary-rgb: 156, 163, 175;--success-strong: #4ade80;--success-strong-dark: #22c55e;--success-strong-rgb: 74, 222, 128;--success-accent: #14b8a6;--info-strong: #38bdf8;--info-strong-dark: #0ea5e9;--info-strong-rgb: 56, 189, 248;--warning-strong: #facc15;--warning-strong-dark: #eab308;--warning-strong-rgb: 250, 204, 21;--danger-strong: #f87171;--danger-strong-dark: #ef4444;--danger-strong-rgb: 248, 113, 113;--brand-blue: #60a5fa;--brand-blue-dark: #2563eb;--brand-blue-rgb: 96, 165, 250;--indigo-gradient-start: #6366f1;--indigo-gradient-end: #8b5cf6;--indigo-gradient-start-dark: #4f46e5;--indigo-gradient-end-dark: #7c3aed}body{background-color:var(--background-color);color:var(--text-color)}.pi{color:inherit}.table-responsive{width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;display:block}.table-responsive .p-datatable-wrapper{overflow-x:auto!important;-webkit-overflow-scrolling:touch;width:100%;display:block}.table-responsive .p-datatable{overflow:visible}.table-responsive .p-datatable-table{table-layout:auto}.table-responsive .p-datatable-thead>tr>th,.table-responsive .p-datatable-tbody>tr>td{white-space:nowrap}body .p-password-overlay .password-requirements-list,.p-password-panel .password-requirements-list{list-style:none!important;padding:0!important;margin:8px 0 0!important;display:flex!important;flex-direction:column!important;gap:6px!important}body .p-password-overlay .password-requirements-list div,.p-password-panel .password-requirements-list div{display:flex!important;align-items:center!important;font-size:11px!important;padding:2px 0!important;gap:8px!important;line-height:1.3!important;transition:all .2s ease!important}body .p-password-overlay .password-requirements-list div i,.p-password-panel .password-requirements-list div i{font-size:10px!important;width:14px!important;height:14px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important}body .p-password-overlay .password-requirements-list div span,.p-password-panel .password-requirements-list div span{flex:1!important;transition:color .2s ease!important}body .p-password-overlay .password-requirements-list div.requirement-valid i,.p-password-panel .password-requirements-list div.requirement-valid i{color:var(--success-color, #22c55e)!important}body .p-password-overlay .password-requirements-list div.requirement-valid span,.p-password-panel .password-requirements-list div.requirement-valid span{color:var(--success-color, #22c55e)!important;font-weight:500!important}body .p-password-overlay .password-requirements-list div.requirement-invalid i,.p-password-panel .password-requirements-list div.requirement-invalid i{color:var(--error-color, #ef4444)!important}body .p-password-overlay .password-requirements-list div.requirement-invalid span,.p-password-panel .password-requirements-list div.requirement-invalid span{color:var(--text-color, #6b7280)!important;opacity:.7}.app-dark .p-password-panel .password-requirements-list div.requirement-invalid span{color:#fff9!important}:root{--p-primary-color: var(--primary-color, #3b82f6);--p-surface-0: var(--surface-0, #ffffff);--p-surface-50: var(--surface-50, #f8fafc);--p-surface-100: var(--surface-100, #f1f5f9);--p-surface-200: var(--surface-200, #e2e8f0);--p-surface-300: var(--surface-300, #cbd5e1);--p-surface-border: var(--surface-border, #e2e8f0);--p-text-color: var(--text-color, #1e293b);--p-text-muted-color: var(--text-muted-color, #64748b)}.p-select,.p-dropdown,.p-multiselect{background:var(--p-surface-0)!important;border:1px solid var(--p-surface-border)!important;border-radius:6px!important;color:var(--p-text-color)!important;align-items:center}.p-select:not(.p-disabled):hover,.p-dropdown:not(.p-disabled):hover,.p-multiselect:not(.p-disabled):hover{border-color:var(--p-primary-color)!important}.p-select:not(.p-disabled).p-focus,.p-dropdown:not(.p-disabled).p-focus,.p-multiselect:not(.p-disabled).p-focus{outline:0 none!important;outline-offset:0!important;box-shadow:0 0 0 .2rem #3b82f633!important;border-color:var(--p-primary-color)!important}.p-select .p-select-label,.p-select .p-dropdown-label,.p-select .p-multiselect-label,.p-dropdown .p-select-label,.p-dropdown .p-dropdown-label,.p-dropdown .p-multiselect-label,.p-multiselect .p-select-label,.p-multiselect .p-dropdown-label,.p-multiselect .p-multiselect-label{background:transparent!important;color:var(--p-text-color)!important;padding:.75rem!important}.p-select .p-select-label.p-placeholder,.p-select .p-dropdown-label.p-placeholder,.p-select .p-multiselect-label.p-placeholder,.p-dropdown .p-select-label.p-placeholder,.p-dropdown .p-dropdown-label.p-placeholder,.p-dropdown .p-multiselect-label.p-placeholder,.p-multiselect .p-select-label.p-placeholder,.p-multiselect .p-dropdown-label.p-placeholder,.p-multiselect .p-multiselect-label.p-placeholder{color:var(--p-text-muted-color)!important}.p-select .p-select-dropdown,.p-select .p-dropdown-trigger,.p-select .p-multiselect-dropdown,.p-dropdown .p-select-dropdown,.p-dropdown .p-dropdown-trigger,.p-dropdown .p-multiselect-dropdown,.p-multiselect .p-select-dropdown,.p-multiselect .p-dropdown-trigger,.p-multiselect .p-multiselect-dropdown{background:transparent!important;color:var(--p-text-color)!important;border:0 none!important;border-radius:0 6px 6px 0!important;width:2.5rem!important}.p-checkbox .p-checkbox-box{background:var(--p-surface-0)!important;border:1px solid var(--p-surface-border)!important;border-radius:4px!important;width:1.25rem!important;height:1.25rem!important;color:var(--p-text-color)!important;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s!important}.p-checkbox .p-checkbox-box:not(.p-disabled):hover{border-color:var(--p-primary-color)!important}.p-checkbox .p-checkbox-box.p-focus{outline:0 none!important;outline-offset:0!important;box-shadow:0 0 0 .2rem #3b82f633!important;border-color:var(--p-primary-color)!important}.p-checkbox .p-checkbox-box.p-checkbox-checked,.p-checkbox .p-checkbox-box.p-highlight{background:var(--p-primary-color)!important;border-color:var(--p-primary-color)!important}.p-checkbox .p-checkbox-box.p-checkbox-checked .p-checkbox-icon,.p-checkbox .p-checkbox-box.p-highlight .p-checkbox-icon{color:var(--text-on-primary)!important}.p-checkbox .p-checkbox-box .p-checkbox-icon{transition-duration:.2s!important;color:var(--p-text-color)!important;font-size:.875rem!important}.p-select-overlay,.p-dropdown-panel,.p-multiselect-overlay{background:var(--p-surface-0)!important;border:1px solid var(--p-surface-border)!important;border-radius:6px!important;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f!important}.p-select-overlay .p-select-list,.p-select-overlay .p-multiselect-list,.p-dropdown-panel .p-select-list,.p-dropdown-panel .p-multiselect-list,.p-multiselect-overlay .p-select-list,.p-multiselect-overlay .p-multiselect-list{padding:.25rem!important}.p-select-overlay .p-select-list .p-select-option,.p-select-overlay .p-select-list .p-multiselect-option,.p-select-overlay .p-multiselect-list .p-select-option,.p-select-overlay .p-multiselect-list .p-multiselect-option,.p-dropdown-panel .p-select-list .p-select-option,.p-dropdown-panel .p-select-list .p-multiselect-option,.p-dropdown-panel .p-multiselect-list .p-select-option,.p-dropdown-panel .p-multiselect-list .p-multiselect-option,.p-multiselect-overlay .p-select-list .p-select-option,.p-multiselect-overlay .p-select-list .p-multiselect-option,.p-multiselect-overlay .p-multiselect-list .p-select-option,.p-multiselect-overlay .p-multiselect-list .p-multiselect-option{margin:0!important;padding:.75rem!important;border:0 none!important;color:var(--p-text-color)!important;background:transparent!important;transition:background-color .2s!important;border-radius:4px!important}.p-select-overlay .p-select-list .p-select-option:not(.p-select-option-selected):not(.p-disabled).p-focus,.p-select-overlay .p-select-list .p-select-option:not(.p-multiselect-option-selected):not(.p-disabled).p-focus,.p-select-overlay .p-select-list .p-multiselect-option:not(.p-select-option-selected):not(.p-disabled).p-focus,.p-select-overlay .p-select-list .p-multiselect-option:not(.p-multiselect-option-selected):not(.p-disabled).p-focus,.p-select-overlay .p-multiselect-list .p-select-option:not(.p-select-option-selected):not(.p-disabled).p-focus,.p-select-overlay .p-multiselect-list .p-select-option:not(.p-multiselect-option-selected):not(.p-disabled).p-focus,.p-select-overlay .p-multiselect-list .p-multiselect-option:not(.p-select-option-selected):not(.p-disabled).p-focus,.p-select-overlay .p-multiselect-list .p-multiselect-option:not(.p-multiselect-option-selected):not(.p-disabled).p-focus,.p-dropdown-panel .p-select-list .p-select-option:not(.p-select-option-selected):not(.p-disabled).p-focus,.p-dropdown-panel .p-select-list .p-select-option:not(.p-multiselect-option-selected):not(.p-disabled).p-focus,.p-dropdown-panel .p-select-list .p-multiselect-option:not(.p-select-option-selected):not(.p-disabled).p-focus,.p-dropdown-panel .p-select-list .p-multiselect-option:not(.p-multiselect-option-selected):not(.p-disabled).p-focus,.p-dropdown-panel .p-multiselect-list .p-select-option:not(.p-select-option-selected):not(.p-disabled).p-focus,.p-dropdown-panel .p-multiselect-list .p-select-option:not(.p-multiselect-option-selected):not(.p-disabled).p-focus,.p-dropdown-panel .p-multiselect-list .p-multiselect-option:not(.p-select-option-selected):not(.p-disabled).p-focus,.p-dropdown-panel .p-multiselect-list .p-multiselect-option:not(.p-multiselect-option-selected):not(.p-disabled).p-focus,.p-multiselect-overlay .p-select-list .p-select-option:not(.p-select-option-selected):not(.p-disabled).p-focus,.p-multiselect-overlay .p-select-list .p-select-option:not(.p-multiselect-option-selected):not(.p-disabled).p-focus,.p-multiselect-overlay .p-select-list .p-multiselect-option:not(.p-select-option-selected):not(.p-disabled).p-focus,.p-multiselect-overlay .p-select-list .p-multiselect-option:not(.p-multiselect-option-selected):not(.p-disabled).p-focus,.p-multiselect-overlay .p-multiselect-list .p-select-option:not(.p-select-option-selected):not(.p-disabled).p-focus,.p-multiselect-overlay .p-multiselect-list .p-select-option:not(.p-multiselect-option-selected):not(.p-disabled).p-focus,.p-multiselect-overlay .p-multiselect-list .p-multiselect-option:not(.p-select-option-selected):not(.p-disabled).p-focus,.p-multiselect-overlay .p-multiselect-list .p-multiselect-option:not(.p-multiselect-option-selected):not(.p-disabled).p-focus{background:var(--p-surface-100)!important}.p-select-overlay .p-select-list .p-select-option:not(.p-select-option-selected):not(.p-disabled):hover,.p-select-overlay .p-select-list .p-select-option:not(.p-multiselect-option-selected):not(.p-disabled):hover,.p-select-overlay .p-select-list .p-multiselect-option:not(.p-select-option-selected):not(.p-disabled):hover,.p-select-overlay .p-select-list .p-multiselect-option:not(.p-multiselect-option-selected):not(.p-disabled):hover,.p-select-overlay .p-multiselect-list .p-select-option:not(.p-select-option-selected):not(.p-disabled):hover,.p-select-overlay .p-multiselect-list .p-select-option:not(.p-multiselect-option-selected):not(.p-disabled):hover,.p-select-overlay .p-multiselect-list .p-multiselect-option:not(.p-select-option-selected):not(.p-disabled):hover,.p-select-overlay .p-multiselect-list .p-multiselect-option:not(.p-multiselect-option-selected):not(.p-disabled):hover,.p-dropdown-panel .p-select-list .p-select-option:not(.p-select-option-selected):not(.p-disabled):hover,.p-dropdown-panel .p-select-list .p-select-option:not(.p-multiselect-option-selected):not(.p-disabled):hover,.p-dropdown-panel .p-select-list .p-multiselect-option:not(.p-select-option-selected):not(.p-disabled):hover,.p-dropdown-panel .p-select-list .p-multiselect-option:not(.p-multiselect-option-selected):not(.p-disabled):hover,.p-dropdown-panel .p-multiselect-list .p-select-option:not(.p-select-option-selected):not(.p-disabled):hover,.p-dropdown-panel .p-multiselect-list .p-select-option:not(.p-multiselect-option-selected):not(.p-disabled):hover,.p-dropdown-panel .p-multiselect-list .p-multiselect-option:not(.p-select-option-selected):not(.p-disabled):hover,.p-dropdown-panel .p-multiselect-list .p-multiselect-option:not(.p-multiselect-option-selected):not(.p-disabled):hover,.p-multiselect-overlay .p-select-list .p-select-option:not(.p-select-option-selected):not(.p-disabled):hover,.p-multiselect-overlay .p-select-list .p-select-option:not(.p-multiselect-option-selected):not(.p-disabled):hover,.p-multiselect-overlay .p-select-list .p-multiselect-option:not(.p-select-option-selected):not(.p-disabled):hover,.p-multiselect-overlay .p-select-list .p-multiselect-option:not(.p-multiselect-option-selected):not(.p-disabled):hover,.p-multiselect-overlay .p-multiselect-list .p-select-option:not(.p-select-option-selected):not(.p-disabled):hover,.p-multiselect-overlay .p-multiselect-list .p-select-option:not(.p-multiselect-option-selected):not(.p-disabled):hover,.p-multiselect-overlay .p-multiselect-list .p-multiselect-option:not(.p-select-option-selected):not(.p-disabled):hover,.p-multiselect-overlay .p-multiselect-list .p-multiselect-option:not(.p-multiselect-option-selected):not(.p-disabled):hover{background:var(--p-surface-100)!important}.p-select-overlay .p-select-list .p-select-option.p-select-option-selected,.p-select-overlay .p-select-list .p-select-option.p-multiselect-option-selected,.p-select-overlay .p-select-list .p-multiselect-option.p-select-option-selected,.p-select-overlay .p-select-list .p-multiselect-option.p-multiselect-option-selected,.p-select-overlay .p-multiselect-list .p-select-option.p-select-option-selected,.p-select-overlay .p-multiselect-list .p-select-option.p-multiselect-option-selected,.p-select-overlay .p-multiselect-list .p-multiselect-option.p-select-option-selected,.p-select-overlay .p-multiselect-list .p-multiselect-option.p-multiselect-option-selected,.p-dropdown-panel .p-select-list .p-select-option.p-select-option-selected,.p-dropdown-panel .p-select-list .p-select-option.p-multiselect-option-selected,.p-dropdown-panel .p-select-list .p-multiselect-option.p-select-option-selected,.p-dropdown-panel .p-select-list .p-multiselect-option.p-multiselect-option-selected,.p-dropdown-panel .p-multiselect-list .p-select-option.p-select-option-selected,.p-dropdown-panel .p-multiselect-list .p-select-option.p-multiselect-option-selected,.p-dropdown-panel .p-multiselect-list .p-multiselect-option.p-select-option-selected,.p-dropdown-panel .p-multiselect-list .p-multiselect-option.p-multiselect-option-selected,.p-multiselect-overlay .p-select-list .p-select-option.p-select-option-selected,.p-multiselect-overlay .p-select-list .p-select-option.p-multiselect-option-selected,.p-multiselect-overlay .p-select-list .p-multiselect-option.p-select-option-selected,.p-multiselect-overlay .p-select-list .p-multiselect-option.p-multiselect-option-selected,.p-multiselect-overlay .p-multiselect-list .p-select-option.p-select-option-selected,.p-multiselect-overlay .p-multiselect-list .p-select-option.p-multiselect-option-selected,.p-multiselect-overlay .p-multiselect-list .p-multiselect-option.p-select-option-selected,.p-multiselect-overlay .p-multiselect-list .p-multiselect-option.p-multiselect-option-selected{background:var(--p-primary-color)!important;color:#fff!important}.p-select-overlay .p-select-list .p-select-option.p-select-option-selected.p-focus,.p-select-overlay .p-select-list .p-select-option.p-multiselect-option-selected.p-focus,.p-select-overlay .p-select-list .p-multiselect-option.p-select-option-selected.p-focus,.p-select-overlay .p-select-list .p-multiselect-option.p-multiselect-option-selected.p-focus,.p-select-overlay .p-multiselect-list .p-select-option.p-select-option-selected.p-focus,.p-select-overlay .p-multiselect-list .p-select-option.p-multiselect-option-selected.p-focus,.p-select-overlay .p-multiselect-list .p-multiselect-option.p-select-option-selected.p-focus,.p-select-overlay .p-multiselect-list .p-multiselect-option.p-multiselect-option-selected.p-focus,.p-dropdown-panel .p-select-list .p-select-option.p-select-option-selected.p-focus,.p-dropdown-panel .p-select-list .p-select-option.p-multiselect-option-selected.p-focus,.p-dropdown-panel .p-select-list .p-multiselect-option.p-select-option-selected.p-focus,.p-dropdown-panel .p-select-list .p-multiselect-option.p-multiselect-option-selected.p-focus,.p-dropdown-panel .p-multiselect-list .p-select-option.p-select-option-selected.p-focus,.p-dropdown-panel .p-multiselect-list .p-select-option.p-multiselect-option-selected.p-focus,.p-dropdown-panel .p-multiselect-list .p-multiselect-option.p-select-option-selected.p-focus,.p-dropdown-panel .p-multiselect-list .p-multiselect-option.p-multiselect-option-selected.p-focus,.p-multiselect-overlay .p-select-list .p-select-option.p-select-option-selected.p-focus,.p-multiselect-overlay .p-select-list .p-select-option.p-multiselect-option-selected.p-focus,.p-multiselect-overlay .p-select-list .p-multiselect-option.p-select-option-selected.p-focus,.p-multiselect-overlay .p-select-list .p-multiselect-option.p-multiselect-option-selected.p-focus,.p-multiselect-overlay .p-multiselect-list .p-select-option.p-select-option-selected.p-focus,.p-multiselect-overlay .p-multiselect-list .p-select-option.p-multiselect-option-selected.p-focus,.p-multiselect-overlay .p-multiselect-list .p-multiselect-option.p-select-option-selected.p-focus,.p-multiselect-overlay .p-multiselect-list .p-multiselect-option.p-multiselect-option-selected.p-focus{background:var(--p-primary-color)!important}.p-select-overlay .p-multiselect-header,.p-dropdown-panel .p-multiselect-header,.p-multiselect-overlay .p-multiselect-header{padding:.75rem!important;border-bottom:1px solid var(--p-surface-border)!important;background:var(--p-surface-50)!important}.p-select-overlay .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter,.p-dropdown-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter,.p-multiselect-overlay .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter{background:var(--p-surface-0)!important;border:1px solid var(--p-surface-border)!important;color:var(--p-text-color)!important;padding:.5rem!important;border-radius:4px!important}.p-select-overlay .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter:focus,.p-dropdown-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter:focus,.p-multiselect-overlay .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter:focus{outline:0 none!important;border-color:var(--p-primary-color)!important;box-shadow:0 0 0 .2rem #3b82f633!important}.p-select-overlay .p-multiselect-header .p-multiselect-close,.p-dropdown-panel .p-multiselect-header .p-multiselect-close,.p-multiselect-overlay .p-multiselect-header .p-multiselect-close{background:transparent!important;color:var(--p-text-color)!important;border:0 none!important;padding:.5rem!important;border-radius:4px!important}.p-select-overlay .p-multiselect-header .p-multiselect-close:hover,.p-dropdown-panel .p-multiselect-header .p-multiselect-close:hover,.p-multiselect-overlay .p-multiselect-header .p-multiselect-close:hover{background:var(--p-surface-100)!important}.app-dark{--p-surface-0: var(--input-background, #3a3a3a);--p-surface-50: var(--card-background, #2d2d2d);--p-surface-100: var(--hover-background, rgba(255, 255, 255, .06));--p-surface-200: var(--border-color, #404040);--p-surface-300: var(--input-border, #555555);--p-surface-border: var(--input-border, #555555);--p-text-color: var(--text-color, #ffffff);--p-text-muted-color: var(--text-color-secondary, #a0a0a0)}.app-dark .p-select,.app-dark .p-multiselect{background:var(--input-background)!important;border-color:var(--input-border)!important;color:var(--text-color)!important}.app-dark .p-select:not(.p-disabled):hover,.app-dark .p-multiselect:not(.p-disabled):hover{border-color:var(--primary-color)!important;background:var(--input-background)!important}.app-dark .p-select:not(.p-disabled).p-focus,.app-dark .p-multiselect:not(.p-disabled).p-focus{border-color:var(--primary-color)!important;background:var(--input-background)!important;box-shadow:0 0 0 .2rem var(--primary-color-light)!important}.app-dark .p-select .p-select-label,.app-dark .p-select .p-multiselect-label,.app-dark .p-multiselect .p-select-label,.app-dark .p-multiselect .p-multiselect-label{color:var(--text-color)!important;background:transparent!important}.app-dark .p-select .p-select-label.p-placeholder,.app-dark .p-select .p-multiselect-label.p-placeholder,.app-dark .p-multiselect .p-select-label.p-placeholder,.app-dark .p-multiselect .p-multiselect-label.p-placeholder{color:var(--text-color-secondary)!important}.app-dark .p-select .p-select-dropdown,.app-dark .p-select .p-multiselect-dropdown,.app-dark .p-multiselect .p-select-dropdown,.app-dark .p-multiselect .p-multiselect-dropdown{background:transparent!important;color:var(--text-color)!important}.app-dark .p-checkbox .p-checkbox-box{background:var(--input-background)!important;border-color:var(--input-border)!important;color:var(--text-color)!important;border-width:2px!important;border-radius:4px!important}.app-dark .p-checkbox .p-checkbox-box:not(.p-disabled):hover{border-color:var(--primary-color)!important;background:var(--input-background)!important}.app-dark .p-checkbox .p-checkbox-box.p-focus{border-color:var(--primary-color)!important;background:var(--input-background)!important;box-shadow:0 0 0 .2rem var(--primary-color-light)!important}.app-dark .p-checkbox .p-checkbox-box.p-checkbox-checked{background:var(--primary-color)!important;border-color:var(--primary-color)!important;color:var(--text-on-primary)!important}.app-dark .p-checkbox .p-checkbox-box.p-checkbox-checked:not(.p-disabled):hover{background:var(--primary-dark-color)!important;border-color:var(--primary-dark-color)!important}.app-dark .p-checkbox .p-checkbox-box .p-checkbox-icon{color:var(--text-on-primary)!important;font-weight:700!important;font-size:12px!important}.app-dark :root .p-checkbox .p-checkbox-box.p-checkbox-checked,.app-dark :root .p-checkbox .p-checkbox-box.p-highlight{background:var(--primary-color)!important;border-color:var(--primary-color)!important}.app-dark :root .p-checkbox .p-checkbox-box.p-checkbox-checked .p-checkbox-icon,.app-dark :root .p-checkbox .p-checkbox-box.p-highlight .p-checkbox-icon{color:var(--text-on-primary)!important;text-shadow:0 0 2px rgba(0,0,0,.3)!important;font-weight:900!important}.app-dark .app-dark .p-checkbox .p-checkbox-box.p-checkbox-checked .p-checkbox-icon{color:#fff!important;text-shadow:none!important;font-weight:900!important}.app-dark .p-select-overlay,.app-dark .p-dropdown-panel,.app-dark .p-multiselect-overlay{background:var(--card-background)!important;border-color:var(--border-color)!important;box-shadow:0 10px 15px -3px #0000004d,0 4px 6px -2px #0003!important}.app-dark .p-select-overlay .p-select-list,.app-dark .p-select-overlay .p-multiselect-list,.app-dark .p-dropdown-panel .p-select-list,.app-dark .p-dropdown-panel .p-multiselect-list,.app-dark .p-multiselect-overlay .p-select-list,.app-dark .p-multiselect-overlay .p-multiselect-list{background:transparent!important}.app-dark .p-select-overlay .p-select-list .p-select-option,.app-dark .p-select-overlay .p-select-list .p-multiselect-option,.app-dark .p-select-overlay .p-multiselect-list .p-select-option,.app-dark .p-select-overlay .p-multiselect-list .p-multiselect-option,.app-dark .p-dropdown-panel .p-select-list .p-select-option,.app-dark .p-dropdown-panel .p-select-list .p-multiselect-option,.app-dark .p-dropdown-panel .p-multiselect-list .p-select-option,.app-dark .p-dropdown-panel .p-multiselect-list .p-multiselect-option,.app-dark .p-multiselect-overlay .p-select-list .p-select-option,.app-dark .p-multiselect-overlay .p-select-list .p-multiselect-option,.app-dark .p-multiselect-overlay .p-multiselect-list .p-select-option,.app-dark .p-multiselect-overlay .p-multiselect-list .p-multiselect-option{color:var(--text-color)!important;background:transparent!important}.app-dark .p-select-overlay .p-select-list .p-select-option:not(.p-select-option-selected):not(.p-disabled).p-focus,.app-dark .p-select-overlay .p-select-list .p-select-option:not(.p-select-option-selected):not(.p-disabled):hover,.app-dark .p-select-overlay .p-select-list .p-select-option:not(.p-multiselect-option-selected):not(.p-disabled).p-focus,.app-dark .p-select-overlay .p-select-list .p-select-option:not(.p-multiselect-option-selected):not(.p-disabled):hover,.app-dark .p-select-overlay .p-select-list .p-multiselect-option:not(.p-select-option-selected):not(.p-disabled).p-focus,.app-dark .p-select-overlay .p-select-list .p-multiselect-option:not(.p-select-option-selected):not(.p-disabled):hover,.app-dark .p-select-overlay .p-select-list .p-multiselect-option:not(.p-multiselect-option-selected):not(.p-disabled).p-focus,.app-dark .p-select-overlay .p-select-list .p-multiselect-option:not(.p-multiselect-option-selected):not(.p-disabled):hover,.app-dark .p-select-overlay .p-multiselect-list .p-select-option:not(.p-select-option-selected):not(.p-disabled).p-focus,.app-dark .p-select-overlay .p-multiselect-list .p-select-option:not(.p-select-option-selected):not(.p-disabled):hover,.app-dark .p-select-overlay .p-multiselect-list .p-select-option:not(.p-multiselect-option-selected):not(.p-disabled).p-focus,.app-dark .p-select-overlay .p-multiselect-list .p-select-option:not(.p-multiselect-option-selected):not(.p-disabled):hover,.app-dark .p-select-overlay .p-multiselect-list .p-multiselect-option:not(.p-select-option-selected):not(.p-disabled).p-focus,.app-dark .p-select-overlay .p-multiselect-list .p-multiselect-option:not(.p-select-option-selected):not(.p-disabled):hover,.app-dark .p-select-overlay .p-multiselect-list .p-multiselect-option:not(.p-multiselect-option-selected):not(.p-disabled).p-focus,.app-dark .p-select-overlay .p-multiselect-list .p-multiselect-option:not(.p-multiselect-option-selected):not(.p-disabled):hover,.app-dark .p-dropdown-panel .p-select-list .p-select-option:not(.p-select-option-selected):not(.p-disabled).p-focus,.app-dark .p-dropdown-panel .p-select-list .p-select-option:not(.p-select-option-selected):not(.p-disabled):hover,.app-dark .p-dropdown-panel .p-select-list .p-select-option:not(.p-multiselect-option-selected):not(.p-disabled).p-focus,.app-dark .p-dropdown-panel .p-select-list .p-select-option:not(.p-multiselect-option-selected):not(.p-disabled):hover,.app-dark .p-dropdown-panel .p-select-list .p-multiselect-option:not(.p-select-option-selected):not(.p-disabled).p-focus,.app-dark .p-dropdown-panel .p-select-list .p-multiselect-option:not(.p-select-option-selected):not(.p-disabled):hover,.app-dark .p-dropdown-panel .p-select-list .p-multiselect-option:not(.p-multiselect-option-selected):not(.p-disabled).p-focus,.app-dark .p-dropdown-panel .p-select-list .p-multiselect-option:not(.p-multiselect-option-selected):not(.p-disabled):hover,.app-dark .p-dropdown-panel .p-multiselect-list .p-select-option:not(.p-select-option-selected):not(.p-disabled).p-focus,.app-dark .p-dropdown-panel .p-multiselect-list .p-select-option:not(.p-select-option-selected):not(.p-disabled):hover,.app-dark .p-dropdown-panel .p-multiselect-list .p-select-option:not(.p-multiselect-option-selected):not(.p-disabled).p-focus,.app-dark .p-dropdown-panel .p-multiselect-list .p-select-option:not(.p-multiselect-option-selected):not(.p-disabled):hover,.app-dark .p-dropdown-panel .p-multiselect-list .p-multiselect-option:not(.p-select-option-selected):not(.p-disabled).p-focus,.app-dark .p-dropdown-panel .p-multiselect-list .p-multiselect-option:not(.p-select-option-selected):not(.p-disabled):hover,.app-dark .p-dropdown-panel .p-multiselect-list .p-multiselect-option:not(.p-multiselect-option-selected):not(.p-disabled).p-focus,.app-dark .p-dropdown-panel .p-multiselect-list .p-multiselect-option:not(.p-multiselect-option-selected):not(.p-disabled):hover,.app-dark .p-multiselect-overlay .p-select-list .p-select-option:not(.p-select-option-selected):not(.p-disabled).p-focus,.app-dark .p-multiselect-overlay .p-select-list .p-select-option:not(.p-select-option-selected):not(.p-disabled):hover,.app-dark .p-multiselect-overlay .p-select-list .p-select-option:not(.p-multiselect-option-selected):not(.p-disabled).p-focus,.app-dark .p-multiselect-overlay .p-select-list .p-select-option:not(.p-multiselect-option-selected):not(.p-disabled):hover,.app-dark .p-multiselect-overlay .p-select-list .p-multiselect-option:not(.p-select-option-selected):not(.p-disabled).p-focus,.app-dark .p-multiselect-overlay .p-select-list .p-multiselect-option:not(.p-select-option-selected):not(.p-disabled):hover,.app-dark .p-multiselect-overlay .p-select-list .p-multiselect-option:not(.p-multiselect-option-selected):not(.p-disabled).p-focus,.app-dark .p-multiselect-overlay .p-select-list .p-multiselect-option:not(.p-multiselect-option-selected):not(.p-disabled):hover,.app-dark .p-multiselect-overlay .p-multiselect-list .p-select-option:not(.p-select-option-selected):not(.p-disabled).p-focus,.app-dark .p-multiselect-overlay .p-multiselect-list .p-select-option:not(.p-select-option-selected):not(.p-disabled):hover,.app-dark .p-multiselect-overlay .p-multiselect-list .p-select-option:not(.p-multiselect-option-selected):not(.p-disabled).p-focus,.app-dark .p-multiselect-overlay .p-multiselect-list .p-select-option:not(.p-multiselect-option-selected):not(.p-disabled):hover,.app-dark .p-multiselect-overlay .p-multiselect-list .p-multiselect-option:not(.p-select-option-selected):not(.p-disabled).p-focus,.app-dark .p-multiselect-overlay .p-multiselect-list .p-multiselect-option:not(.p-select-option-selected):not(.p-disabled):hover,.app-dark .p-multiselect-overlay .p-multiselect-list .p-multiselect-option:not(.p-multiselect-option-selected):not(.p-disabled).p-focus,.app-dark .p-multiselect-overlay .p-multiselect-list .p-multiselect-option:not(.p-multiselect-option-selected):not(.p-disabled):hover{background:var(--hover-background)!important;color:var(--text-color)!important}.app-dark .p-select-overlay .p-select-list .p-select-option.p-select-option-selected,.app-dark .p-select-overlay .p-select-list .p-select-option.p-multiselect-option-selected,.app-dark .p-select-overlay .p-select-list .p-multiselect-option.p-select-option-selected,.app-dark .p-select-overlay .p-select-list .p-multiselect-option.p-multiselect-option-selected,.app-dark .p-select-overlay .p-multiselect-list .p-select-option.p-select-option-selected,.app-dark .p-select-overlay .p-multiselect-list .p-select-option.p-multiselect-option-selected,.app-dark .p-select-overlay .p-multiselect-list .p-multiselect-option.p-select-option-selected,.app-dark .p-select-overlay .p-multiselect-list .p-multiselect-option.p-multiselect-option-selected,.app-dark .p-dropdown-panel .p-select-list .p-select-option.p-select-option-selected,.app-dark .p-dropdown-panel .p-select-list .p-select-option.p-multiselect-option-selected,.app-dark .p-dropdown-panel .p-select-list .p-multiselect-option.p-select-option-selected,.app-dark .p-dropdown-panel .p-select-list .p-multiselect-option.p-multiselect-option-selected,.app-dark .p-dropdown-panel .p-multiselect-list .p-select-option.p-select-option-selected,.app-dark .p-dropdown-panel .p-multiselect-list .p-select-option.p-multiselect-option-selected,.app-dark .p-dropdown-panel .p-multiselect-list .p-multiselect-option.p-select-option-selected,.app-dark .p-dropdown-panel .p-multiselect-list .p-multiselect-option.p-multiselect-option-selected,.app-dark .p-multiselect-overlay .p-select-list .p-select-option.p-select-option-selected,.app-dark .p-multiselect-overlay .p-select-list .p-select-option.p-multiselect-option-selected,.app-dark .p-multiselect-overlay .p-select-list .p-multiselect-option.p-select-option-selected,.app-dark .p-multiselect-overlay .p-select-list .p-multiselect-option.p-multiselect-option-selected,.app-dark .p-multiselect-overlay .p-multiselect-list .p-select-option.p-select-option-selected,.app-dark .p-multiselect-overlay .p-multiselect-list .p-select-option.p-multiselect-option-selected,.app-dark .p-multiselect-overlay .p-multiselect-list .p-multiselect-option.p-select-option-selected,.app-dark .p-multiselect-overlay .p-multiselect-list .p-multiselect-option.p-multiselect-option-selected{background:var(--primary-color)!important;color:var(--text-on-primary)!important}.app-dark .p-select-overlay .p-select-list .p-select-option.p-select-option-selected.p-focus,.app-dark .p-select-overlay .p-select-list .p-select-option.p-select-option-selected:hover,.app-dark .p-select-overlay .p-select-list .p-select-option.p-multiselect-option-selected.p-focus,.app-dark .p-select-overlay .p-select-list .p-select-option.p-multiselect-option-selected:hover,.app-dark .p-select-overlay .p-select-list .p-multiselect-option.p-select-option-selected.p-focus,.app-dark .p-select-overlay .p-select-list .p-multiselect-option.p-select-option-selected:hover,.app-dark .p-select-overlay .p-select-list .p-multiselect-option.p-multiselect-option-selected.p-focus,.app-dark .p-select-overlay .p-select-list .p-multiselect-option.p-multiselect-option-selected:hover,.app-dark .p-select-overlay .p-multiselect-list .p-select-option.p-select-option-selected.p-focus,.app-dark .p-select-overlay .p-multiselect-list .p-select-option.p-select-option-selected:hover,.app-dark .p-select-overlay .p-multiselect-list .p-select-option.p-multiselect-option-selected.p-focus,.app-dark .p-select-overlay .p-multiselect-list .p-select-option.p-multiselect-option-selected:hover,.app-dark .p-select-overlay .p-multiselect-list .p-multiselect-option.p-select-option-selected.p-focus,.app-dark .p-select-overlay .p-multiselect-list .p-multiselect-option.p-select-option-selected:hover,.app-dark .p-select-overlay .p-multiselect-list .p-multiselect-option.p-multiselect-option-selected.p-focus,.app-dark .p-select-overlay .p-multiselect-list .p-multiselect-option.p-multiselect-option-selected:hover,.app-dark .p-dropdown-panel .p-select-list .p-select-option.p-select-option-selected.p-focus,.app-dark .p-dropdown-panel .p-select-list .p-select-option.p-select-option-selected:hover,.app-dark .p-dropdown-panel .p-select-list .p-select-option.p-multiselect-option-selected.p-focus,.app-dark .p-dropdown-panel .p-select-list .p-select-option.p-multiselect-option-selected:hover,.app-dark .p-dropdown-panel .p-select-list .p-multiselect-option.p-select-option-selected.p-focus,.app-dark .p-dropdown-panel .p-select-list .p-multiselect-option.p-select-option-selected:hover,.app-dark .p-dropdown-panel .p-select-list .p-multiselect-option.p-multiselect-option-selected.p-focus,.app-dark .p-dropdown-panel .p-select-list .p-multiselect-option.p-multiselect-option-selected:hover,.app-dark .p-dropdown-panel .p-multiselect-list .p-select-option.p-select-option-selected.p-focus,.app-dark .p-dropdown-panel .p-multiselect-list .p-select-option.p-select-option-selected:hover,.app-dark .p-dropdown-panel .p-multiselect-list .p-select-option.p-multiselect-option-selected.p-focus,.app-dark .p-dropdown-panel .p-multiselect-list .p-select-option.p-multiselect-option-selected:hover,.app-dark .p-dropdown-panel .p-multiselect-list .p-multiselect-option.p-select-option-selected.p-focus,.app-dark .p-dropdown-panel .p-multiselect-list .p-multiselect-option.p-select-option-selected:hover,.app-dark .p-dropdown-panel .p-multiselect-list .p-multiselect-option.p-multiselect-option-selected.p-focus,.app-dark .p-dropdown-panel .p-multiselect-list .p-multiselect-option.p-multiselect-option-selected:hover,.app-dark .p-multiselect-overlay .p-select-list .p-select-option.p-select-option-selected.p-focus,.app-dark .p-multiselect-overlay .p-select-list .p-select-option.p-select-option-selected:hover,.app-dark .p-multiselect-overlay .p-select-list .p-select-option.p-multiselect-option-selected.p-focus,.app-dark .p-multiselect-overlay .p-select-list .p-select-option.p-multiselect-option-selected:hover,.app-dark .p-multiselect-overlay .p-select-list .p-multiselect-option.p-select-option-selected.p-focus,.app-dark .p-multiselect-overlay .p-select-list .p-multiselect-option.p-select-option-selected:hover,.app-dark .p-multiselect-overlay .p-select-list .p-multiselect-option.p-multiselect-option-selected.p-focus,.app-dark .p-multiselect-overlay .p-select-list .p-multiselect-option.p-multiselect-option-selected:hover,.app-dark .p-multiselect-overlay .p-multiselect-list .p-select-option.p-select-option-selected.p-focus,.app-dark .p-multiselect-overlay .p-multiselect-list .p-select-option.p-select-option-selected:hover,.app-dark .p-multiselect-overlay .p-multiselect-list .p-select-option.p-multiselect-option-selected.p-focus,.app-dark .p-multiselect-overlay .p-multiselect-list .p-select-option.p-multiselect-option-selected:hover,.app-dark .p-multiselect-overlay .p-multiselect-list .p-multiselect-option.p-select-option-selected.p-focus,.app-dark .p-multiselect-overlay .p-multiselect-list .p-multiselect-option.p-select-option-selected:hover,.app-dark .p-multiselect-overlay .p-multiselect-list .p-multiselect-option.p-multiselect-option-selected.p-focus,.app-dark .p-multiselect-overlay .p-multiselect-list .p-multiselect-option.p-multiselect-option-selected:hover{background:var(--primary-dark-color)!important;color:var(--text-on-primary)!important}.app-dark .p-select-overlay .p-multiselect-header,.app-dark .p-dropdown-panel .p-multiselect-header,.app-dark .p-multiselect-overlay .p-multiselect-header{background:var(--input-background)!important;border-color:var(--border-color)!important}.app-dark .p-select-overlay .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter,.app-dark .p-dropdown-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter,.app-dark .p-multiselect-overlay .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter{background:var(--input-background)!important;border-color:var(--input-border)!important;color:var(--text-color)!important}.app-dark .p-select-overlay .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter:focus,.app-dark .p-dropdown-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter:focus,.app-dark .p-multiselect-overlay .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter:focus{border-color:var(--primary-color)!important;box-shadow:0 0 0 .2rem var(--primary-color-light)!important}.app-dark .p-select-overlay .p-multiselect-header .p-multiselect-close,.app-dark .p-dropdown-panel .p-multiselect-header .p-multiselect-close,.app-dark .p-multiselect-overlay .p-multiselect-header .p-multiselect-close{color:var(--text-color)!important}.app-dark .p-select-overlay .p-multiselect-header .p-multiselect-close:hover,.app-dark .p-dropdown-panel .p-multiselect-header .p-multiselect-close:hover,.app-dark .p-multiselect-overlay .p-multiselect-header .p-multiselect-close:hover{background:var(--hover-background)!important}.app-dark .p-select-overlay,.app-dark .p-dropdown-panel,.app-dark .p-select-list,.app-dark .p-select-header,.app-dark .p-dropdown-items,.app-dark .p-dropdown-items-wrapper,.app-dark .p-dropdown-empty-message,.app-dark .p-dropdown-filter,.app-dark .p-dropdown-filter-icon{color:var(--text-color)!important;background:var(--card-background)!important;border-color:var(--border-color)!important}.app-dark .p-select-header{background:var(--input-background)!important;border-bottom:1px solid var(--border-color)!important}.app-dark .p-select-option.p-selected,.app-dark .p-dropdown-item.p-highlight{background:var(--primary-color)!important;color:var(--text-on-primary)!important}.app-dark .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover,.app-dark .p-select-option:hover,.app-dark .p-select-option.p-focus{background:var(--hover-background)!important;color:var(--text-color)!important}.p-button.p-button-outlined.p-button-secondary{border-color:transparent!important;outline:none!important;box-shadow:none!important;background:var(--input-background)!important;color:var(--text-color)!important}.p-button.p-button-outlined.p-button-secondary:hover,.p-button.p-button-outlined.p-button-secondary:focus,.p-button.p-button-outlined.p-button-secondary:active{border-color:transparent!important;outline:none!important;box-shadow:none!important;background:var(--input-background)!important;color:var(--text-color)!important}.app-dark .p-button.p-button-outlined.p-button-secondary,.app-dark .p-button.p-button-outlined.p-button-secondary:hover,.app-dark .p-button.p-button-outlined.p-button-secondary:focus,.app-dark .p-button.p-button-outlined.p-button-secondary:active{border-color:transparent!important;outline:none!important;box-shadow:none!important;background:var(--input-background)!important;color:var(--text-color)!important}body:not(.app-dark) .products-grid .product-card.p-card{height:100%!important;border:1px solid rgba(155,214,169,.2)!important;border-radius:16px!important;transition:all .3s cubic-bezier(.25,.8,.25,1)!important;box-shadow:0 4px 12px #00000014,0 2px 4px #0000000f!important;position:relative!important;overflow:hidden!important;cursor:pointer!important}body:not(.app-dark) .products-grid .product-card.p-card:before{content:""!important;position:absolute!important;inset:0!important;background:linear-gradient(135deg,#307d460d,#9bd6a90d)!important;opacity:0!important;transition:opacity .3s ease!important;z-index:1!important}body:not(.app-dark) .products-grid .product-card.product-available.p-card:hover{transform:translateY(-8px) scale(1.02)!important;border-color:#9bd6a966!important;box-shadow:0 12px 32px #00000026,0 4px 12px #307d461a!important}body:not(.app-dark) .products-grid .product-card.product-available.p-card:hover:before{opacity:1!important}body:not(.app-dark) .products-grid .product-card.product-coming-soon.p-card{border-color:#9bd6a91a!important;opacity:.7!important}body:not(.app-dark) .products-grid .product-card.product-coming-soon.p-card:hover{transform:translateY(-2px)!important;box-shadow:0 6px 16px #0000001a,0 2px 6px #0000000f!important;border-color:#9bd6a926!important}body:not(.app-dark) .products-grid .product-card.product-coming-soon.p-card:hover:before{opacity:.3!important}.progress-card .progress-bar .p-progressbar{height:13px!important;background:#e6e6e6!important;border-radius:8px!important;box-shadow:none!important;border:none!important;overflow:hidden!important}.progress-card .progress-bar .p-progressbar .p-progressbar-value{background:linear-gradient(90deg,#49a866,#307d46)!important;border-radius:8px!important;box-shadow:none!important;transition:width .6s ease-in-out!important;position:relative!important}.progress-card .progress-bar .p-progressbar .p-progressbar-value:after{content:""!important;position:absolute!important;inset:0!important;background:linear-gradient(90deg,rgba(255,255,255,.2) 0%,transparent 50%,rgba(255,255,255,.1) 100%)!important;border-radius:inherit!important}.progress-card .progress-bar .p-progressbar .p-progressbar-label{display:none!important}app-home .p-progressbar{height:13px!important;background:#e6e6e6!important;border-radius:8px!important;box-shadow:none!important;border:none!important;overflow:hidden!important}app-home .p-progressbar .p-progressbar-value{background:linear-gradient(90deg,#49a866,#307d46)!important;border-radius:8px!important;box-shadow:none!important;transition:width .6s ease-in-out!important}app-companies .add-company-button .p-button,app-companies .clear-filters .p-button{background:linear-gradient(135deg,#49a866,#307d46)!important;border:none!important;color:#fff!important;transition:all .3s ease!important;position:relative!important;box-shadow:0 2px 6px #00000026!important}app-companies .add-company-button .p-button:hover,app-companies .clear-filters .p-button:hover{background:linear-gradient(135deg,#3d8f56,#2a6b3d)!important;transform:translateY(-4px)!important;box-shadow:0 6px 16px #00000040!important}app-companies .add-company-button .p-button:focus,app-companies .clear-filters .p-button:focus{background:linear-gradient(135deg,#49a866,#307d46)!important;box-shadow:0 0 0 .2rem #49a86640!important}app-companies .add-company-button .p-button:active,app-companies .clear-filters .p-button:active{background:linear-gradient(135deg,#3d8f56,#2a6b3d)!important;transform:translateY(-2px)!important}.companies-container .header-actions .add-company-button .p-button{transition:all .3s ease!important}.companies-container .header-actions .add-company-button .p-button:hover{transform:translateY(-6px)!important;box-shadow:0 10px 25px #49a86666!important}app-clients .clients-container .filters-wrapper .filters-bar .filter-actions .clear-filters .p-button,app-clients .clear-filters .p-button,.clients-container .filter-actions .clear-filters .p-button,body app-clients .clear-filters .p-button,html body app-clients .clear-filters .p-button{background:linear-gradient(135deg,#49a866,#307d46)!important;background-color:#49a866!important;border:none!important;border-color:transparent!important;color:#fff!important;padding:.5rem 1rem!important;border-radius:6px!important;font-weight:500!important;transition:all .3s ease!important}app-clients .clients-container .filters-wrapper .filters-bar .filter-actions .clear-filters .p-button:hover,app-clients .clear-filters .p-button:hover,.clients-container .filter-actions .clear-filters .p-button:hover,body app-clients .clear-filters .p-button:hover,html body app-clients .clear-filters .p-button:hover{background:linear-gradient(135deg,#3d8f56,#2a6b3d)!important;background-color:#3d8f56!important;transform:translateY(-1px)!important;box-shadow:0 2px 8px #49a8664d!important;border-color:transparent!important}app-clients .clients-container .filters-wrapper .filters-bar .filter-actions .clear-filters .p-button .p-button-icon,app-clients .clear-filters .p-button .p-button-icon,app-clients .clients-container .filters-wrapper .filters-bar .filter-actions .clear-filters .p-button .p-button-label,app-clients .clear-filters .p-button .p-button-label{color:#fff!important}app-home .home-container .welcome-section .welcome-actions .continue-btn .p-button,app-home .continue-btn .p-button,.home-container .welcome-actions .continue-btn .p-button,body app-home .continue-btn .p-button,html body app-home .continue-btn .p-button{background:linear-gradient(135deg,#ff8307,#ff9c40)!important;background-color:#ff8307!important;border:none!important;border-color:transparent!important;color:#fff!important;padding:12px 24px!important;border-radius:8px!important;font-weight:500!important;font-size:14px!important;transition:all .25s ease!important}app-home .home-container .welcome-section .welcome-actions .continue-btn .p-button:hover,app-home .continue-btn .p-button:hover,.home-container .welcome-actions .continue-btn .p-button:hover,body app-home .continue-btn .p-button:hover,html body app-home .continue-btn .p-button:hover{background:linear-gradient(135deg,#e6750a,#e68a36)!important;background-color:#e6750a!important;transform:translateY(-3px)!important;box-shadow:0 12px 20px #ff830766!important;border-color:transparent!important}app-home .home-container .welcome-section .welcome-actions .continue-btn .p-button .p-button-icon,app-home .continue-btn .p-button .p-button-icon,app-home .home-container .welcome-section .welcome-actions .continue-btn .p-button .p-button-label,app-home .continue-btn .p-button .p-button-label{color:#fff!important}.app-dark app-home .home-container .welcome-section .welcome-actions .continue-btn .p-button,.app-dark app-home .continue-btn .p-button,.app-dark .home-container .welcome-actions .continue-btn .p-button,body.app-dark app-home .continue-btn .p-button,html body.app-dark app-home .continue-btn .p-button,.app-dark app-home .home-container .welcome-section .welcome-actions p-button.continue-btn .p-button,.app-dark app-home p-button.continue-btn .p-button,.app-dark .home-container .welcome-actions p-button.continue-btn .p-button,body.app-dark app-home p-button.continue-btn .p-button,html body.app-dark app-home p-button.continue-btn .p-button,.app-dark app-home .home-container .welcome-section .welcome-actions .continue-btn button.p-button,.app-dark app-home .continue-btn button.p-button,.app-dark .home-container .welcome-actions .continue-btn button.p-button,body.app-dark app-home .continue-btn button.p-button,html body.app-dark app-home .continue-btn button.p-button,.app-dark app-home .home-container .welcome-section .welcome-actions .continue-btn .p-button.p-component,.app-dark app-home .continue-btn .p-button.p-component,.app-dark .home-container .welcome-actions .continue-btn .p-button.p-component,body.app-dark app-home .continue-btn .p-button.p-component,html body.app-dark app-home .continue-btn .p-button.p-component{background:linear-gradient(135deg,#ff8307,#ff9c40)!important;background-color:#ff8307!important;background-image:linear-gradient(135deg,#ff8307,#ff9c40)!important;border:none!important;border-color:transparent!important;border-width:0!important;color:#fff!important;padding:12px 24px!important;border-radius:8px!important;font-weight:500!important;font-size:14px!important;transition:all .25s ease!important;min-height:auto!important;height:auto!important;box-shadow:none!important;outline:none!important}.app-dark app-home .home-container .welcome-section .welcome-actions .continue-btn .p-button:hover,.app-dark app-home .continue-btn .p-button:hover,.app-dark .home-container .welcome-section .welcome-actions .continue-btn .p-button:hover,body.app-dark app-home .continue-btn .p-button:hover,html body.app-dark app-home .continue-btn .p-button:hover{background:linear-gradient(135deg,#e6750a,#e68a36)!important;background-color:#e6750a!important;transform:translateY(-3px)!important;box-shadow:0 12px 20px #ff830766!important;border-color:transparent!important}.app-dark app-home .home-container .welcome-section .welcome-actions .continue-btn .p-button .p-button-icon,.app-dark app-home .continue-btn .p-button .p-button-icon,.app-dark app-home .home-container .welcome-section .welcome-actions .continue-btn .p-button .p-button-label{color:#fff!important}html body.app-dark app-home .home-container .welcome-section .welcome-actions .continue-btn .p-button[class*=p-button],html body.app-dark app-home .home-container .welcome-section .welcome-actions p-button.continue-btn .p-button[class*=p-button],html body.app-dark app-home .home-container .welcome-section .welcome-actions .continue-btn button[class*=p-button],html body.app-dark app-home .home-container .welcome-section .welcome-actions p-button.continue-btn button[class*=p-button],html body.app-dark app-home .home-container .welcome-section .welcome-actions .continue-btn .p-button,html body.app-dark app-home .home-container .welcome-section .welcome-actions p-button.continue-btn .p-button,html body.app-dark app-home .home-container .welcome-section .welcome-actions .continue-btn button,html body.app-dark app-home .home-container .welcome-section .welcome-actions p-button.continue-btn button,html body.app-dark .home-container .welcome-section .welcome-actions .continue-btn .p-button,html body.app-dark .home-container .welcome-section .welcome-actions p-button.continue-btn .p-button,html body.app-dark .home-container .welcome-section .welcome-actions .continue-btn button,html body.app-dark .home-container .welcome-section .welcome-actions p-button.continue-btn button{background:#ff8307!important;background-color:#ff8307!important;background-image:linear-gradient(135deg,#ff8307,#ff9c40)!important;color:#fff!important;border:0!important;border-color:transparent!important;border-style:none!important;border-width:0!important;box-shadow:none!important;outline:none!important}html body.app-dark app-home .home-container .welcome-section .welcome-actions .continue-btn .p-button[class*=p-button]:hover,html body.app-dark app-home .home-container .welcome-section .welcome-actions p-button.continue-btn .p-button[class*=p-button]:hover,html body.app-dark app-home .home-container .welcome-section .welcome-actions .continue-btn button[class*=p-button]:hover,html body.app-dark app-home .home-container .welcome-section .welcome-actions p-button.continue-btn button[class*=p-button]:hover{background:#e6750a!important;background-color:#e6750a!important;background-image:linear-gradient(135deg,#e6750a,#e68a36)!important;color:#fff!important;box-shadow:0 12px 20px #ff830766!important}.app-dark .custom-continue-btn,body.app-dark .custom-continue-btn,html body.app-dark .custom-continue-btn,.app-dark app-home .custom-continue-btn,body.app-dark app-home .custom-continue-btn,html body.app-dark app-home .custom-continue-btn,.app-dark .home-container .welcome-section .welcome-actions .custom-continue-btn,body.app-dark .home-container .welcome-section .welcome-actions .custom-continue-btn,html body.app-dark .home-container .welcome-section .welcome-actions .custom-continue-btn{background:linear-gradient(135deg,#ff8307,#ff9c40)!important;background-color:#ff8307!important;color:#fff!important;border:none!important;border-color:transparent!important}.app-dark .custom-continue-btn:hover:not(.disabled),body.app-dark .custom-continue-btn:hover:not(.disabled),html body.app-dark .custom-continue-btn:hover:not(.disabled),.app-dark app-home .custom-continue-btn:hover:not(.disabled),body.app-dark app-home .custom-continue-btn:hover:not(.disabled),html body.app-dark app-home .custom-continue-btn:hover:not(.disabled),.app-dark .home-container .welcome-section .welcome-actions .custom-continue-btn:hover:not(.disabled),body.app-dark .home-container .welcome-section .welcome-actions .custom-continue-btn:hover:not(.disabled),html body.app-dark .home-container .welcome-section .welcome-actions .custom-continue-btn:hover:not(.disabled){background:linear-gradient(135deg,#e6750a,#e68a36)!important;background-color:#e6750a!important;box-shadow:0 10px 15px #ff830726!important;color:#fff!important}.app-dark .custom-continue-btn.disabled,body.app-dark .custom-continue-btn.disabled,html body.app-dark .custom-continue-btn.disabled{background:#666!important;color:#999!important}.app-dark *{--p-progressbar-background: #242424 !important;--p-progressbar-value-background: linear-gradient(90deg, #ff8307 0%, #ff9c40 100%) !important;--p-progressbar-border-radius: 8px !important}.app-dark .progress-card .progress-header .progress-percentage,body.app-dark .progress-card .progress-header .progress-percentage,html body.app-dark .progress-card .progress-header .progress-percentage,.app-dark app-home .progress-card .progress-header .progress-percentage,body.app-dark app-home .progress-card .progress-header .progress-percentage,html body.app-dark app-home .progress-card .progress-header .progress-percentage{color:#ff8307!important}.app-dark .progress-card .progress-bar .p-progressbar,body.app-dark .progress-card .progress-bar .p-progressbar,html body.app-dark .progress-card .progress-bar .p-progressbar,.app-dark app-home .progress-card .progress-bar .p-progressbar,body.app-dark app-home .progress-card .progress-bar .p-progressbar,html body.app-dark app-home .progress-card .progress-bar .p-progressbar,.app-dark .progress-card .progress-bar .p-progressbar[class*=p-progressbar],body.app-dark .progress-card .progress-bar .p-progressbar[class*=p-progressbar],html body.app-dark .progress-card .progress-bar .p-progressbar[class*=p-progressbar]{background:#242424!important;background-color:#242424!important;border:none!important;border-radius:8px!important}.app-dark .progress-card .progress-bar .p-progressbar .p-progressbar-value,body.app-dark .progress-card .progress-bar .p-progressbar .p-progressbar-value,html body.app-dark .progress-card .progress-bar .p-progressbar .p-progressbar-value,.app-dark app-home .progress-card .progress-bar .p-progressbar .p-progressbar-value,body.app-dark app-home .progress-card .progress-bar .p-progressbar .p-progressbar-value,html body.app-dark app-home .progress-card .progress-bar .p-progressbar .p-progressbar-value,.app-dark .progress-card .progress-bar .p-progressbar[class*=p-progressbar] .p-progressbar-value,body.app-dark .progress-card .progress-bar .p-progressbar[class*=p-progressbar] .p-progressbar-value,html body.app-dark .progress-card .progress-bar .p-progressbar[class*=p-progressbar] .p-progressbar-value{background:linear-gradient(90deg,#ff8307,#ff9c40)!important;background-color:#ff8307!important;background-image:linear-gradient(90deg,#ff8307,#ff9c40)!important;border-radius:8px!important;box-shadow:none!important}.app-dark .progress-card .progress-steps .progress-step.completed .step-icon,body.app-dark .progress-card .progress-steps .progress-step.completed .step-icon,html body.app-dark .progress-card .progress-steps .progress-step.completed .step-icon{background:#ff8307b3!important;background-color:#ff8307b3!important;color:#fff!important}.app-dark .progress-card .progress-steps .progress-step.completed .step-text,body.app-dark .progress-card .progress-steps .progress-step.completed .step-text,html body.app-dark .progress-card .progress-steps .progress-step.completed .step-text{color:#ff9539!important}.app-dark .progress-card .progress-steps .progress-step.in-progress .step-icon,body.app-dark .progress-card .progress-steps .progress-step.in-progress .step-icon,html body.app-dark .progress-card .progress-steps .progress-step.in-progress .step-icon{background:#ff9c40b3!important;background-color:#ff9c40b3!important;color:#fff!important}.app-dark .progress-card .progress-steps .progress-step.in-progress .step-text,body.app-dark .progress-card .progress-steps .progress-step.in-progress .step-text,html body.app-dark .progress-card .progress-steps .progress-step.in-progress .step-text{color:#ff9539!important}.app-dark .progress-card .progress-steps .progress-step.pending .step-icon,body.app-dark .progress-card .progress-steps .progress-step.pending .step-icon,html body.app-dark .progress-card .progress-steps .progress-step.pending .step-icon{background:transparent!important;background-color:transparent!important;color:#969696!important}.app-dark .progress-card .progress-steps .progress-step.pending .step-text,body.app-dark .progress-card .progress-steps .progress-step.pending .step-text,html body.app-dark .progress-card .progress-steps .progress-step.pending .step-text{color:#969696!important}.app-dark *{--p-progressbar-background: #242424 !important;--p-progressbar-value-background: #ff8307 !important;--p-progressbar-border-radius: 8px !important}.app-dark *[class*=progressbar]:not([class*=value]){background:#242424!important;background-color:#242424!important}.app-dark *[class*=progressbar][class*=value],.app-dark *[class*=progressbar-value]{background:linear-gradient(90deg,#ff8307,#ff9c40)!important;background-color:#ff8307!important;background-image:linear-gradient(90deg,#ff8307,#ff9c40)!important}.app-dark *[class*=progress-steps],.app-dark .progress-steps,body.app-dark .progress-steps,html body.app-dark .progress-steps,.app-dark app-home .progress-steps,body.app-dark app-home .progress-steps{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:.8rem!important;border:none!important;border-top:none!important;border-bottom:none!important;border-left:none!important;border-right:none!important;background:transparent!important;background-color:transparent!important;background-image:none!important;padding:0!important;margin:0!important;outline:none!important;box-shadow:none!important;position:relative!important;z-index:1!important}.app-dark *[class*=progress-step],.app-dark .progress-step,body.app-dark .progress-step,html body.app-dark .progress-step{display:flex!important;align-items:center!important;gap:.6rem!important;padding:.75rem 1rem!important;border-radius:12px!important;background:#ff8307!important;background-color:#ff8307!important;background-image:none!important;border:none!important;border-top:none!important;border-bottom:none!important;border-left:none!important;border-right:none!important;border-width:0!important;border-style:none!important;outline:none!important;outline-width:0!important;outline-style:none!important;box-shadow:none!important;transition:all .3s ease!important;font-weight:500!important;font-size:.95rem!important;width:100%!important;box-sizing:border-box!important}.app-dark *[class*=progress-step]:hover,.app-dark .progress-step:hover,body.app-dark .progress-step:hover{background:#ff9c40!important;background-color:#ff9c40!important;transform:translateY(-2px)!important;box-shadow:0 4px 12px #ff83074d!important;border:none!important;outline:none!important}.app-dark *[class*=progress-step] i,.app-dark .progress-step i,body.app-dark .progress-step i{font-size:1rem!important;color:#fff!important;flex-shrink:0!important;border:none!important;outline:none!important;background:transparent!important}.app-dark *[class*=progress-step] span,.app-dark .progress-step span,body.app-dark .progress-step span{color:#fff!important;flex:1!important;border:none!important;outline:none!important;background:transparent!important}.app-dark *[class*=progress-step]:before,.app-dark *[class*=progress-step]:after,.app-dark .progress-step:before,.app-dark .progress-step:after,body.app-dark .progress-step:before,body.app-dark .progress-step:after{display:none!important;content:none!important;background:transparent!important;border:none!important;height:0!important;width:0!important;opacity:0!important;visibility:hidden!important}.app-dark *[class*=progress-steps]:before,.app-dark *[class*=progress-steps]:after,.app-dark .progress-steps:before,.app-dark .progress-steps:after,body.app-dark .progress-steps:before,body.app-dark .progress-steps:after{display:none!important;content:none!important;background:transparent!important;border:none!important;height:0!important;width:0!important;opacity:0!important;visibility:hidden!important}.app-dark *[class*=progress-step]:last-child,.app-dark *[class*=progress-step]:nth-child(4){background:transparent!important;background-color:transparent!important;background-image:none!important;border:none!important;border-top:none!important;border-bottom:none!important;border-left:none!important;border-right:none!important;outline:none!important;box-shadow:none!important}.app-dark *[class*=progress-step]:last-child i,.app-dark *[class*=progress-step]:nth-child(4) i{background:transparent!important;color:#fff9!important;border:none!important}.app-dark *[class*=progress-step]:last-child span,.app-dark *[class*=progress-step]:nth-child(4) span{color:#fff9!important}.app-dark *[class*=progress-header],.app-dark *[class*=progress-header] *{background:transparent!important}.app-dark *[class*=progress-header] h3{color:var(--text-color)!important;background:transparent!important}.app-dark *[class*=progress-header] p{color:var(--text-color-secondary)!important;background:transparent!important}.app-dark *[class*=progress-steps]{position:relative!important;outline:none!important;outline-width:0!important}.app-dark *[class*=progress-steps]:before,.app-dark *[class*=progress-steps]:after{display:none!important;content:none!important;height:0!important;width:0!important}.app-dark .progress-steps{outline:none!important;outline-width:0!important;position:relative!important}.app-dark .progress-steps:before,.app-dark .progress-steps:after{display:none!important;content:none!important;height:0!important;width:0!important}.app-dark *[class*=progress-steps]>*:before,.app-dark *[class*=progress-steps]>*:after{display:none!important;content:none!important;height:0!important;width:0!important}.app-dark app-home .progress-steps:before,.app-dark app-home .progress-steps:after,.app-dark app-home .progress-step:before,.app-dark app-home .progress-step:after{display:none!important;content:none!important;height:0!important;width:0!important}.app-dark app-home *{--p-progressbar-background: #242424 !important;--p-progressbar-value-background: #ff8307 !important}.app-dark app-home *[class*=progressbar]{background:#242424!important}.app-dark app-home *[class*=progressbar-value]{background:linear-gradient(90deg,#ff8307,#ff9c40)!important}.app-dark app-home .product-icon,.app-dark app-home .product-content .product-icon,.app-dark .product-icon,body.app-dark app-home .product-icon{background:#242424!important;background-color:#242424!important}.app-dark app-home .product-icon i,.app-dark app-home .product-content .product-icon i,.app-dark .product-icon i,body.app-dark app-home .product-icon i{color:#ff7a00!important}.app-dark app-home .product-icon svg,.app-dark app-home .product-content .product-icon svg,.app-dark .product-icon svg,body.app-dark app-home .product-icon svg{fill:#ff7a00!important}.app-dark app-home .product-icon svg rect,.app-dark app-home .product-content .product-icon svg rect,.app-dark .product-icon svg rect,body.app-dark app-home .product-icon svg rect{fill:#ff7a00!important}body.app-dark .products-grid .product-card.p-card,body.app-dark .dashboard-home .products-grid .product-card.p-card{height:100%!important;border:2px solid rgba(255,156,64,.2)!important;border-top:2px solid rgba(255,156,64,.2)!important;border-right:2px solid rgba(255,156,64,.2)!important;border-bottom:2px solid rgba(255,156,64,.2)!important;border-left:2px solid rgba(255,156,64,.2)!important;border-color:#ff9c4033!important;border-radius:16px!important;transition:all .3s cubic-bezier(.25,.8,.25,1)!important;box-shadow:0 4px 12px #00000014,0 2px 4px #0000000f!important;position:relative!important;overflow:hidden!important;cursor:pointer!important}body.app-dark .products-grid .product-card.product-available.p-card:hover,body.app-dark .dashboard-home .products-grid .product-card.product-available.p-card:hover{border:2px solid rgba(255,156,64,.8)!important;border-top:2px solid rgba(255,156,64,.8)!important;border-right:2px solid rgba(255,156,64,.8)!important;border-bottom:2px solid rgba(255,156,64,.8)!important;border-left:2px solid rgba(255,156,64,.8)!important;border-color:#ff9c40cc!important;transform:translateY(-8px) scale(1.02)!important;box-shadow:0 12px 32px #00000026,0 4px 12px #ff83074d!important}body.app-dark .products-grid .product-card.product-coming-soon.p-card:hover,body.app-dark .dashboard-home .products-grid .product-card.product-coming-soon.p-card:hover{border:2px solid rgba(255,156,64,.4)!important;border-top:2px solid rgba(255,156,64,.4)!important;border-right:2px solid rgba(255,156,64,.4)!important;border-bottom:2px solid rgba(255,156,64,.4)!important;border-left:2px solid rgba(255,156,64,.4)!important;border-color:#ff9c4066!important;transform:translateY(-2px)!important;box-shadow:0 6px 16px #0000001a,0 2px 6px #0000000f!important}.app-dark *[class*=progress-steps] *[class*=progress-step]:nth-child(4),.app-dark *[class*=progress-steps] *[class*=progress-step]:last-child{background:transparent!important}.app-dark *[class*=progress-steps] *[class*=progress-step]:nth-child(4) i,.app-dark *[class*=progress-steps] *[class*=progress-step]:last-child i{background:transparent!important;background-color:transparent!important;color:#969696!important}.app-dark *[class*=progress-steps] *[class*=progress-step]:nth-child(4) span,.app-dark *[class*=progress-steps] *[class*=progress-step]:last-child span{color:#969696!important;background:transparent!important}.app-dark .progress-step:nth-child(4) i,.app-dark .progress-step:last-child i{background:transparent!important;background-color:transparent!important;color:#969696!important}.app-dark .progress-step:nth-child(4) span,.app-dark .progress-step:last-child span{color:#969696!important;background:transparent!important}app-companies .companies-container .filters-bar .status-group .status-select .p-select,app-companies .status-select .p-select,.companies-container .filters-bar .status-group .status-select .p-select{background:var(--input-background)!important;border:1px solid var(--input-border)!important;border-radius:6px!important;height:2.5rem!important;min-height:2.5rem!important;display:flex!important;align-items:center!important}app-companies .companies-container .filters-bar .status-group .status-select .p-select .p-select-label,app-companies .status-select .p-select .p-select-label,.companies-container .filters-bar .status-group .status-select .p-select .p-select-label,body app-companies .status-select .p-select .p-select-label,html body app-companies .status-select .p-select .p-select-label,.status-select .p-select .p-select-label,.p-select .p-select-label{color:#1e7e34!important;font-weight:600!important;opacity:1!important;background:transparent!important;line-height:2.5rem!important;padding:0 .75rem!important;margin:0!important;display:block!important;visibility:visible!important;text-shadow:none!important}app-companies .companies-container .filters-bar .status-group .status-select .p-select:not(.p-placeholder) .p-select-label,app-companies .status-select .p-select:not(.p-placeholder) .p-select-label,.companies-container .filters-bar .status-group .status-select .p-select:not(.p-placeholder) .p-select-label,body app-companies .status-select .p-select:not(.p-placeholder) .p-select-label,html body app-companies .status-select .p-select:not(.p-placeholder) .p-select-label,.status-select .p-select:not(.p-placeholder) .p-select-label,.p-select:not(.p-placeholder) .p-select-label{color:#1e7e34!important;font-weight:700!important;background:transparent!important;padding:0 .75rem!important;border-radius:0!important;margin:0!important;text-shadow:none!important}app-companies .status-select .p-select .p-select-placeholder,.companies-container .status-select .p-select .p-select-placeholder,body app-companies .status-select .p-select .p-select-placeholder,html body app-companies .status-select .p-select .p-select-placeholder,.status-select .p-select .p-select-placeholder,.p-select .p-select-placeholder{color:var(--text-color-secondary)!important;font-weight:400!important;opacity:.7!important}app-companies .companies-container .filters-bar .status-group .status-select .p-select.p-focus,app-companies .status-select .p-select.p-focus,.companies-container .filters-bar .status-group .status-select .p-select.p-focus{border-color:#9bd6a9!important;box-shadow:0 0 0 .2rem #9bd6a940!important;outline:none!important}* .status-select .p-select .p-select-label,*[class*=status-select] .p-select .p-select-label,*[class*=status-select] *[class*=p-select] *[class*=p-select-label]{color:#1e7e34!important;font-weight:600!important}app-companies * .p-select-label,app-companies *[class*=p-select-label]{color:#1e7e34!important;font-weight:600!important}app-companies .action-buttons .p-button,app-companies .action-buttons p-button .p-button,app-companies * .action-buttons * .p-button,.companies-container .action-buttons .p-button,.companies-container .action-buttons p-button .p-button,body app-companies .action-buttons .p-button,html body app-companies .action-buttons .p-button{width:auto!important;height:auto!important;min-width:auto!important;min-height:auto!important;padding:.25rem!important;background:transparent!important;border:none!important;box-shadow:none!important;border-radius:0!important}app-companies .action-buttons .p-button:hover,app-companies .action-buttons .p-button:focus,app-companies .action-buttons .p-button:active,app-companies .action-buttons p-button .p-button:hover,app-companies .action-buttons p-button .p-button:focus,app-companies .action-buttons p-button .p-button:active,body app-companies .action-buttons .p-button:hover,body app-companies .action-buttons .p-button:focus,body app-companies .action-buttons .p-button:active,html body app-companies .action-buttons .p-button:hover,html body app-companies .action-buttons .p-button:focus,html body app-companies .action-buttons .p-button:active{background:transparent!important;border:none!important;box-shadow:none!important;transform:scale(1.1)!important}app-companies .action-buttons .p-button-info .p-button .p-button-icon,app-companies .action-buttons p-button.p-button-info .p-button .p-button-icon,body app-companies .action-buttons .p-button-info .p-button-icon,html body app-companies .action-buttons .p-button-info .p-button-icon,app-companies .action-buttons .p-button-secondary .p-button .p-button-icon,app-companies .action-buttons p-button.p-button-secondary .p-button .p-button-icon,body app-companies .action-buttons .p-button-secondary .p-button-icon,html body app-companies .action-buttons .p-button-secondary .p-button-icon,app-companies .action-buttons .p-button-danger .p-button .p-button-icon,app-companies .action-buttons p-button.p-button-danger .p-button .p-button-icon,body app-companies .action-buttons .p-button-danger .p-button-icon,html body app-companies .action-buttons .p-button-danger .p-button-icon{color:#c5c5c4!important;font-size:1.25rem!important}app-companies .action-buttons .p-button-info:hover .p-button-icon,app-companies .action-buttons p-button.p-button-info:hover .p-button .p-button-icon,body app-companies .action-buttons .p-button-info:hover .p-button-icon,html body app-companies .action-buttons .p-button-info:hover .p-button-icon,app-companies .action-buttons .p-button-secondary:hover .p-button-icon,app-companies .action-buttons p-button.p-button-secondary:hover .p-button .p-button-icon,body app-companies .action-buttons .p-button-secondary:hover .p-button-icon,html body app-companies .action-buttons .p-button-secondary:hover .p-button-icon,app-companies .action-buttons .p-button-danger:hover .p-button-icon,app-companies .action-buttons p-button.p-button-danger:hover .p-button .p-button-icon,body app-companies .action-buttons .p-button-danger:hover .p-button-icon,html body app-companies .action-buttons .p-button-danger:hover .p-button-icon{color:#2a2a2a!important}* .action-buttons .p-button,*[class*=action-buttons] .p-button,*[class*=action-buttons] *[class*=p-button]{background:transparent!important;border:none!important;box-shadow:none!important;width:auto!important;height:auto!important;padding:.25rem!important}* .action-buttons .p-button:hover,* .action-buttons .p-button:focus,* .action-buttons .p-button:active,*[class*=action-buttons] .p-button:hover,*[class*=action-buttons] .p-button:focus,*[class*=action-buttons] .p-button:active{background:transparent!important;border:none!important;box-shadow:none!important}app-companies .companies-table .p-datatable-thead tr th:last-child,app-companies .p-datatable-thead tr th:last-child,.companies-container .p-datatable-thead tr th:last-child,body app-companies .p-datatable-thead tr th:last-child,html body app-companies .p-datatable-thead tr th:last-child{padding-left:.95rem!important;text-align:left!important}app-companies .companies-table .p-datatable-tbody tr td:last-child,app-companies .p-datatable-tbody tr td:last-child,.companies-container .p-datatable-tbody tr td:last-child,body app-companies .p-datatable-tbody tr td:last-child,html body app-companies .p-datatable-tbody tr td:last-child{padding-left:.5rem!important}.p-select-overlay,body .p-select-overlay,html body .p-select-overlay{z-index:9999!important;background:var(--card-background)!important;border:1px solid var(--border-color)!important;border-radius:6px!important;box-shadow:0 4px 12px #00000026!important}.p-select-overlay .p-select-list,body .p-select-overlay .p-select-list,html body .p-select-overlay .p-select-list{background:transparent!important;padding:.25rem 0!important}.p-select-overlay .p-select-list .p-select-option,body .p-select-overlay .p-select-list .p-select-option,html body .p-select-overlay .p-select-list .p-select-option{color:var(--text-color)!important;background:transparent!important;padding:.75rem 1rem!important;margin:0!important;border:none!important;border-left:4px solid transparent!important;transition:all .2s ease!important;cursor:pointer!important;font-size:.9rem!important;line-height:1.2!important;display:block!important;width:100%!important;text-align:left!important}.p-select-overlay .p-select-list .p-select-option:hover,body .p-select-overlay .p-select-list .p-select-option:hover,html body .p-select-overlay .p-select-list .p-select-option:hover{background:#9bd6a94d!important;color:#1e7e34!important;border-left-color:#1e7e34!important}.p-select-overlay .p-select-list .p-select-option.p-selected,.p-select-overlay .p-select-list .p-select-option.p-highlight,body .p-select-overlay .p-select-list .p-select-option.p-selected,body .p-select-overlay .p-select-list .p-select-option.p-highlight,html body .p-select-overlay .p-select-list .p-select-option.p-selected,html body .p-select-overlay .p-select-list .p-select-option.p-highlight{background:#9bd6a9!important;color:#1e7e34!important;font-weight:600!important;border-left:4px solid #1e7e34!important;padding-left:.75rem!important}.p-select-overlay .p-select-list .p-select-option.p-focus,body .p-select-overlay .p-select-list .p-select-option.p-focus,html body .p-select-overlay .p-select-list .p-select-option.p-focus{background:#9bd6a94d!important;color:#1e7e34!important;border-left-color:#1e7e34!important;outline:none!important}@font-face{font-family:primeicons;font-display:block;src:url("./media/primeicons-RSSEDYLY.eot");src:url("./media/primeicons-RSSEDYLY.eot?#iefix") format("embedded-opentype"),url("./media/primeicons-4GST5W3O.woff2") format("woff2"),url("./media/primeicons-P53SE5CV.woff") format("woff"),url("./media/primeicons-GEFHGEHP.ttf") format("truetype"),url("./media/primeicons-DHQU4SEP.svg?#primeicons") format("svg");font-weight:400;font-style:normal}.pi{font-family:primeicons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pi:before{--webkit-backface-visibility:hidden;backface-visibility:hidden}.pi-fw{width:1.28571429em;text-align:center}.pi-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@media (prefers-reduced-motion: reduce){.pi-spin{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.pi-folder-plus:before{content:"\ea05"}.pi-receipt:before{content:"\ea06"}.pi-asterisk:before{content:"\ea07"}.pi-face-smile:before{content:"\ea08"}.pi-pinterest:before{content:"\ea09"}.pi-expand:before{content:"\ea0a"}.pi-pen-to-square:before{content:"\ea0b"}.pi-wave-pulse:before{content:"\ea0c"}.pi-turkish-lira:before{content:"\ea0d"}.pi-spinner-dotted:before{content:"\ea0e"}.pi-crown:before{content:"\ea0f"}.pi-pause-circle:before{content:"\ea10"}.pi-warehouse:before{content:"\ea11"}.pi-objects-column:before{content:"\ea12"}.pi-clipboard:before{content:"\ea13"}.pi-play-circle:before{content:"\ea14"}.pi-venus:before{content:"\ea15"}.pi-cart-minus:before{content:"\ea16"}.pi-file-plus:before{content:"\ea17"}.pi-microchip:before{content:"\ea18"}.pi-twitch:before{content:"\ea19"}.pi-building-columns:before{content:"\ea1a"}.pi-file-check:before{content:"\ea1b"}.pi-microchip-ai:before{content:"\ea1c"}.pi-trophy:before{content:"\ea1d"}.pi-barcode:before{content:"\ea1e"}.pi-file-arrow-up:before{content:"\ea1f"}.pi-mars:before{content:"\ea20"}.pi-tiktok:before{content:"\ea21"}.pi-arrow-up-right-and-arrow-down-left-from-center:before{content:"\ea22"}.pi-ethereum:before{content:"\ea23"}.pi-list-check:before{content:"\ea24"}.pi-thumbtack:before{content:"\ea25"}.pi-arrow-down-left-and-arrow-up-right-to-center:before{content:"\ea26"}.pi-equals:before{content:"\ea27"}.pi-lightbulb:before{content:"\ea28"}.pi-star-half:before{content:"\ea29"}.pi-address-book:before{content:"\ea2a"}.pi-chart-scatter:before{content:"\ea2b"}.pi-indian-rupee:before{content:"\ea2c"}.pi-star-half-fill:before{content:"\ea2d"}.pi-cart-arrow-down:before{content:"\ea2e"}.pi-calendar-clock:before{content:"\ea2f"}.pi-sort-up-fill:before{content:"\ea30"}.pi-sparkles:before{content:"\ea31"}.pi-bullseye:before{content:"\ea32"}.pi-sort-down-fill:before{content:"\ea33"}.pi-graduation-cap:before{content:"\ea34"}.pi-hammer:before{content:"\ea35"}.pi-bell-slash:before{content:"\ea36"}.pi-gauge:before{content:"\ea37"}.pi-shop:before{content:"\ea38"}.pi-headphones:before{content:"\ea39"}.pi-eraser:before{content:"\ea04"}.pi-stopwatch:before{content:"\ea01"}.pi-verified:before{content:"\ea02"}.pi-delete-left:before{content:"\ea03"}.pi-hourglass:before{content:"\e9fe"}.pi-truck:before{content:"\ea00"}.pi-wrench:before{content:"\e9ff"}.pi-microphone:before{content:"\e9fa"}.pi-megaphone:before{content:"\e9fb"}.pi-arrow-right-arrow-left:before{content:"\e9fc"}.pi-bitcoin:before{content:"\e9fd"}.pi-file-edit:before{content:"\e9f6"}.pi-language:before{content:"\e9f7"}.pi-file-export:before{content:"\e9f8"}.pi-file-import:before{content:"\e9f9"}.pi-file-word:before{content:"\e9f1"}.pi-gift:before{content:"\e9f2"}.pi-cart-plus:before{content:"\e9f3"}.pi-thumbs-down-fill:before{content:"\e9f4"}.pi-thumbs-up-fill:before{content:"\e9f5"}.pi-arrows-alt:before{content:"\e9f0"}.pi-calculator:before{content:"\e9ef"}.pi-sort-alt-slash:before{content:"\e9ee"}.pi-arrows-h:before{content:"\e9ec"}.pi-arrows-v:before{content:"\e9ed"}.pi-pound:before{content:"\e9eb"}.pi-prime:before{content:"\e9ea"}.pi-chart-pie:before{content:"\e9e9"}.pi-reddit:before{content:"\e9e8"}.pi-code:before{content:"\e9e7"}.pi-sync:before{content:"\e9e6"}.pi-shopping-bag:before{content:"\e9e5"}.pi-server:before{content:"\e9e4"}.pi-database:before{content:"\e9e3"}.pi-hashtag:before{content:"\e9e2"}.pi-bookmark-fill:before{content:"\e9df"}.pi-filter-fill:before{content:"\e9e0"}.pi-heart-fill:before{content:"\e9e1"}.pi-flag-fill:before{content:"\e9de"}.pi-circle:before{content:"\e9dc"}.pi-circle-fill:before{content:"\e9dd"}.pi-bolt:before{content:"\e9db"}.pi-history:before{content:"\e9da"}.pi-box:before{content:"\e9d9"}.pi-at:before{content:"\e9d8"}.pi-arrow-up-right:before{content:"\e9d4"}.pi-arrow-up-left:before{content:"\e9d5"}.pi-arrow-down-left:before{content:"\e9d6"}.pi-arrow-down-right:before{content:"\e9d7"}.pi-telegram:before{content:"\e9d3"}.pi-stop-circle:before{content:"\e9d2"}.pi-stop:before{content:"\e9d1"}.pi-whatsapp:before{content:"\e9d0"}.pi-building:before{content:"\e9cf"}.pi-qrcode:before{content:"\e9ce"}.pi-car:before{content:"\e9cd"}.pi-instagram:before{content:"\e9cc"}.pi-linkedin:before{content:"\e9cb"}.pi-send:before{content:"\e9ca"}.pi-slack:before{content:"\e9c9"}.pi-sun:before{content:"\e9c8"}.pi-moon:before{content:"\e9c7"}.pi-vimeo:before{content:"\e9c6"}.pi-youtube:before{content:"\e9c5"}.pi-flag:before{content:"\e9c4"}.pi-wallet:before{content:"\e9c3"}.pi-map:before{content:"\e9c2"}.pi-link:before{content:"\e9c1"}.pi-credit-card:before{content:"\e9bf"}.pi-discord:before{content:"\e9c0"}.pi-percentage:before{content:"\e9be"}.pi-euro:before{content:"\e9bd"}.pi-book:before{content:"\e9ba"}.pi-shield:before{content:"\e9b9"}.pi-paypal:before{content:"\e9bb"}.pi-amazon:before{content:"\e9bc"}.pi-phone:before{content:"\e9b8"}.pi-filter-slash:before{content:"\e9b7"}.pi-facebook:before{content:"\e9b4"}.pi-github:before{content:"\e9b5"}.pi-twitter:before{content:"\e9b6"}.pi-step-backward-alt:before{content:"\e9ac"}.pi-step-forward-alt:before{content:"\e9ad"}.pi-forward:before{content:"\e9ae"}.pi-backward:before{content:"\e9af"}.pi-fast-backward:before{content:"\e9b0"}.pi-fast-forward:before{content:"\e9b1"}.pi-pause:before{content:"\e9b2"}.pi-play:before{content:"\e9b3"}.pi-compass:before{content:"\e9ab"}.pi-id-card:before{content:"\e9aa"}.pi-ticket:before{content:"\e9a9"}.pi-file-o:before{content:"\e9a8"}.pi-reply:before{content:"\e9a7"}.pi-directions-alt:before{content:"\e9a5"}.pi-directions:before{content:"\e9a6"}.pi-thumbs-up:before{content:"\e9a3"}.pi-thumbs-down:before{content:"\e9a4"}.pi-sort-numeric-down-alt:before{content:"\e996"}.pi-sort-numeric-up-alt:before{content:"\e997"}.pi-sort-alpha-down-alt:before{content:"\e998"}.pi-sort-alpha-up-alt:before{content:"\e999"}.pi-sort-numeric-down:before{content:"\e99a"}.pi-sort-numeric-up:before{content:"\e99b"}.pi-sort-alpha-down:before{content:"\e99c"}.pi-sort-alpha-up:before{content:"\e99d"}.pi-sort-alt:before{content:"\e99e"}.pi-sort-amount-up:before{content:"\e99f"}.pi-sort-amount-down:before{content:"\e9a0"}.pi-sort-amount-down-alt:before{content:"\e9a1"}.pi-sort-amount-up-alt:before{content:"\e9a2"}.pi-palette:before{content:"\e995"}.pi-undo:before{content:"\e994"}.pi-desktop:before{content:"\e993"}.pi-sliders-v:before{content:"\e991"}.pi-sliders-h:before{content:"\e992"}.pi-search-plus:before{content:"\e98f"}.pi-search-minus:before{content:"\e990"}.pi-file-excel:before{content:"\e98e"}.pi-file-pdf:before{content:"\e98d"}.pi-check-square:before{content:"\e98c"}.pi-chart-line:before{content:"\e98b"}.pi-user-edit:before{content:"\e98a"}.pi-exclamation-circle:before{content:"\e989"}.pi-android:before{content:"\e985"}.pi-google:before{content:"\e986"}.pi-apple:before{content:"\e987"}.pi-microsoft:before{content:"\e988"}.pi-heart:before{content:"\e984"}.pi-mobile:before{content:"\e982"}.pi-tablet:before{content:"\e983"}.pi-key:before{content:"\e981"}.pi-shopping-cart:before{content:"\e980"}.pi-comments:before{content:"\e97e"}.pi-comment:before{content:"\e97f"}.pi-briefcase:before{content:"\e97d"}.pi-bell:before{content:"\e97c"}.pi-paperclip:before{content:"\e97b"}.pi-share-alt:before{content:"\e97a"}.pi-envelope:before{content:"\e979"}.pi-volume-down:before{content:"\e976"}.pi-volume-up:before{content:"\e977"}.pi-volume-off:before{content:"\e978"}.pi-eject:before{content:"\e975"}.pi-money-bill:before{content:"\e974"}.pi-images:before{content:"\e973"}.pi-image:before{content:"\e972"}.pi-sign-in:before{content:"\e970"}.pi-sign-out:before{content:"\e971"}.pi-wifi:before{content:"\e96f"}.pi-sitemap:before{content:"\e96e"}.pi-chart-bar:before{content:"\e96d"}.pi-camera:before{content:"\e96c"}.pi-dollar:before{content:"\e96b"}.pi-lock-open:before{content:"\e96a"}.pi-table:before{content:"\e969"}.pi-map-marker:before{content:"\e968"}.pi-list:before{content:"\e967"}.pi-eye-slash:before{content:"\e965"}.pi-eye:before{content:"\e966"}.pi-folder-open:before{content:"\e964"}.pi-folder:before{content:"\e963"}.pi-video:before{content:"\e962"}.pi-inbox:before{content:"\e961"}.pi-lock:before{content:"\e95f"}.pi-unlock:before{content:"\e960"}.pi-tags:before{content:"\e95d"}.pi-tag:before{content:"\e95e"}.pi-power-off:before{content:"\e95c"}.pi-save:before{content:"\e95b"}.pi-question-circle:before{content:"\e959"}.pi-question:before{content:"\e95a"}.pi-copy:before{content:"\e957"}.pi-file:before{content:"\e958"}.pi-clone:before{content:"\e955"}.pi-calendar-times:before{content:"\e952"}.pi-calendar-minus:before{content:"\e953"}.pi-calendar-plus:before{content:"\e954"}.pi-ellipsis-v:before{content:"\e950"}.pi-ellipsis-h:before{content:"\e951"}.pi-bookmark:before{content:"\e94e"}.pi-globe:before{content:"\e94f"}.pi-replay:before{content:"\e94d"}.pi-filter:before{content:"\e94c"}.pi-print:before{content:"\e94b"}.pi-align-right:before{content:"\e946"}.pi-align-left:before{content:"\e947"}.pi-align-center:before{content:"\e948"}.pi-align-justify:before{content:"\e949"}.pi-cog:before{content:"\e94a"}.pi-cloud-download:before{content:"\e943"}.pi-cloud-upload:before{content:"\e944"}.pi-cloud:before{content:"\e945"}.pi-pencil:before{content:"\e942"}.pi-users:before{content:"\e941"}.pi-clock:before{content:"\e940"}.pi-user-minus:before{content:"\e93e"}.pi-user-plus:before{content:"\e93f"}.pi-trash:before{content:"\e93d"}.pi-external-link:before{content:"\e93c"}.pi-window-maximize:before{content:"\e93b"}.pi-window-minimize:before{content:"\e93a"}.pi-refresh:before{content:"\e938"}.pi-user:before{content:"\e939"}.pi-exclamation-triangle:before{content:"\e922"}.pi-calendar:before{content:"\e927"}.pi-chevron-circle-left:before{content:"\e928"}.pi-chevron-circle-down:before{content:"\e929"}.pi-chevron-circle-right:before{content:"\e92a"}.pi-chevron-circle-up:before{content:"\e92b"}.pi-angle-double-down:before{content:"\e92c"}.pi-angle-double-left:before{content:"\e92d"}.pi-angle-double-right:before{content:"\e92e"}.pi-angle-double-up:before{content:"\e92f"}.pi-angle-down:before{content:"\e930"}.pi-angle-left:before{content:"\e931"}.pi-angle-right:before{content:"\e932"}.pi-angle-up:before{content:"\e933"}.pi-upload:before{content:"\e934"}.pi-download:before{content:"\e956"}.pi-ban:before{content:"\e935"}.pi-star-fill:before{content:"\e936"}.pi-star:before{content:"\e937"}.pi-chevron-left:before{content:"\e900"}.pi-chevron-right:before{content:"\e901"}.pi-chevron-down:before{content:"\e902"}.pi-chevron-up:before{content:"\e903"}.pi-caret-left:before{content:"\e904"}.pi-caret-right:before{content:"\e905"}.pi-caret-down:before{content:"\e906"}.pi-caret-up:before{content:"\e907"}.pi-search:before{content:"\e908"}.pi-check:before{content:"\e909"}.pi-check-circle:before{content:"\e90a"}.pi-times:before{content:"\e90b"}.pi-times-circle:before{content:"\e90c"}.pi-plus:before{content:"\e90d"}.pi-plus-circle:before{content:"\e90e"}.pi-minus:before{content:"\e90f"}.pi-minus-circle:before{content:"\e910"}.pi-circle-on:before{content:"\e911"}.pi-circle-off:before{content:"\e912"}.pi-sort-down:before{content:"\e913"}.pi-sort-up:before{content:"\e914"}.pi-sort:before{content:"\e915"}.pi-step-backward:before{content:"\e916"}.pi-step-forward:before{content:"\e917"}.pi-th-large:before{content:"\e918"}.pi-arrow-down:before{content:"\e919"}.pi-arrow-left:before{content:"\e91a"}.pi-arrow-right:before{content:"\e91b"}.pi-arrow-up:before{content:"\e91c"}.pi-bars:before{content:"\e91d"}.pi-arrow-circle-down:before{content:"\e91e"}.pi-arrow-circle-left:before{content:"\e91f"}.pi-arrow-circle-right:before{content:"\e920"}.pi-arrow-circle-up:before{content:"\e921"}.pi-info:before{content:"\e923"}.pi-info-circle:before{content:"\e924"}.pi-home:before{content:"\e925"}.pi-spinner:before{content:"\e926"}
