body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--primary-color-dark:#0056b3;--sidebar-bg:#212529;--sidebar-text-color:#adb5bd;--sidebar-hover-bg:#343a40;--background-color:#f8f9fa;--sidebar-width:260px;--header-height:60px;--shadow-light:0 2px 4px #0000000d}body,html{font-size:10px}.Layout_layoutContainer__VwTU1{background-color:#f8f9fa;background-color:var(--background-color);display:flex;height:100vh;overflow:hidden;width:100vw}.Layout_sidebar__frfZj{background-color:#212529;background-color:var(--sidebar-bg);color:#adb5bd;color:var(--sidebar-text-color);display:flex;flex-direction:column;height:100vh;min-width:260px;min-width:var(--sidebar-width);transition:margin-left .3s cubic-bezier(.4,0,.2,1);width:260px;width:var(--sidebar-width);z-index:100}.Layout_sidebarClosed__\+yUmn .Layout_sidebar__frfZj{margin-left:-260px;margin-left:calc(var(--sidebar-width)*-1)}.Layout_sidebarHeader__9IwXK{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;height:60px;height:var(--header-height);justify-content:space-between;min-height:60px;min-height:var(--header-height);padding:0 15px}.Layout_sidebarTitle__ypin9{color:#fff;font-size:1.2rem;font-weight:700}.Layout_logoHighlight__Up7MN{color:#007bff;color:var(--primary-color)}.Layout_sidebarScrollArea__F0NGD{flex-grow:1;overflow-x:hidden;overflow-y:auto}.Layout_toggleBtnInside__xHp3e{background:#ffffff1a;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:5px 8px;transition:background .2s}.Layout_toggleBtnInside__xHp3e:hover{background:#007bff;background:var(--primary-color)}.Layout_openBtn__lGfmf{align-items:center;background:#212529;background:var(--sidebar-bg);border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:.85rem;gap:8px;margin-right:15px;padding:8px 12px}.Layout_openBtn__lGfmf:hover{background:#000}.Layout_mainWrapper__SaMwe{display:flex;flex-direction:column;flex-grow:1;height:100vh;min-width:0}.Layout_header__BOlhX{align-items:center;background-color:#fff;box-shadow:0 2px 4px #0000000d;box-shadow:var(--shadow-light);display:flex;height:60px;height:var(--header-height);min-height:60px;min-height:var(--header-height);padding:0 25px;z-index:50}.Layout_headerTitle__3yTrk{color:#333;flex-grow:1;font-size:1.1rem;font-weight:400}.Layout_mainContent__eOD\+7{background-color:#f8f9fa;background-color:var(--background-color);flex-grow:1;overflow-y:auto;padding:30px}.Layout_navList__ALTuT{list-style:none;margin:0;padding:10px 0}.Layout_navLink__PZtVl{align-items:center;color:#adb5bd;color:var(--sidebar-text-color);cursor:pointer;display:flex;padding:12px 20px;text-decoration:none;transition:all .2s}.Layout_navLink__PZtVl:hover{background-color:#343a40;background-color:var(--sidebar-hover-bg);color:#fff}.Layout_navItemActive__9AaqI{background-color:#007bff!important;background-color:var(--primary-color)!important;color:#fff!important}.Layout_navText__G8ao5{flex-grow:1;white-space:nowrap}.Layout_navGroupIcon__XQF6R{font-size:.7rem;margin-left:10px}.Layout_navSubListLevel3__UYz8Y,.Layout_navSubList__DOaFI{background-color:#0003;list-style:none;overflow:hidden;padding:0}.Layout_navLinkLevel2__sgJgD{font-size:.9rem;padding-left:40px}.Layout_navLinkLevel3__Y6QLD{font-size:.85rem;padding-left:60px}.Layout_isCollapsed__K-gM-{max-height:0;transition:max-height .3s ease-out}.Layout_isExpanded__n\+REh{max-height:2000px;transition:max-height .5s ease-in}.Layout_logoutButton__TtISX{background-color:#dc3545;border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:500;padding:8px 16px;transition:background .2s}.Layout_logoutButton__TtISX:hover{background-color:#c82333}.Layout_loadingOverlay__zIDlD{align-items:center;background:#fff;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.Layout_spinner__E7pJT{animation:Layout_spin__Z7rZg 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#007bff;border-top:4px solid var(--primary-color);height:40px;width:40px}@keyframes Layout_spin__Z7rZg{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.LoginPage_loginContainer__Zk0s8{align-items:center;background-color:#f0f2f5;display:flex;justify-content:center;min-height:100vh}.LoginPage_loginBox__FOF0D{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;max-width:400px;padding:40px;text-align:center;width:100%}.LoginPage_title__y0ZsB{color:#343a40;margin-bottom:25px}.LoginPage_formGroup__N1Cwb{margin-bottom:15px;text-align:left}.LoginPage_input__Quthv{border:1px solid #ced4da;border-radius:4px;box-sizing:border-box;font-size:16px;padding:10px;width:100%}.LoginPage_button__gzflX{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;padding:10px;transition:background-color .3s;width:100%}.LoginPage_button__gzflX:hover{background-color:#0056b3}.LoginPage_error__NSdOF{color:#dc3545;font-size:.9em;margin-top:15px}:root{--warning-color:#ffc107}.HelpDesk_pageContainer__qvtx5{margin:0 auto;max-width:1200px;padding:20px}.HelpDesk_pageContainer__qvtx5 h2{border-bottom:2px solid #e9ecef;border-bottom:2px solid var(--border-color);color:#007bff;color:var(--primary-color);font-size:1.8rem;margin-bottom:20px;padding-bottom:10px}.HelpDesk_pageContainer__qvtx5 h3{color:#495057;font-weight:600;margin-bottom:15px;margin-top:25px}.HelpDesk_formCard__hsUec{background-color:#fff;background-color:var(--content-bg);border:1px solid #e9ecef;border:1px solid var(--border-color);border-radius:8px;box-shadow:0 4px 15px #00000014;margin-bottom:30px;padding:25px}.HelpDesk_formGroup__BTFUB{display:flex;flex-direction:column;margin-bottom:15px}.HelpDesk_formGroup__BTFUB label{color:#495057;font-size:.95rem;font-weight:700;margin-bottom:8px}.HelpDesk_actionSelect__g5RTN,.HelpDesk_formGroup__BTFUB input[type=text],.HelpDesk_formGroup__BTFUB textarea{border:1px solid #e9ecef;border:1px solid var(--border-color);border-radius:4px;box-sizing:border-box;font-size:1rem;padding:10px;transition:border-color .2s,box-shadow .2s;width:100%}.HelpDesk_formGroup__BTFUB input:focus,.HelpDesk_formGroup__BTFUB textarea:focus{border-color:#007bff;border-color:var(--primary-color);box-shadow:0 0 0 .2rem #007bff40;outline:none}.HelpDesk_submitButton__QmTfz{background-color:#007bff;background-color:var(--primary-color);border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:500;padding:10px 20px;transition:background-color .2s}.HelpDesk_submitButton__QmTfz:hover:not(:disabled){background-color:#0056b3;background-color:var(--primary-color-text)}.HelpDesk_cancelButton__IoUjY{background-color:#6c757d;background-color:var(--secondary-color);border:none;border-radius:5px;color:#fff;cursor:pointer;padding:10px 20px}.HelpDesk_tableContainer__WojIY{background-color:#fff;background-color:var(--content-bg);border:1px solid #e9ecef;border:1px solid var(--border-color);border-radius:8px;box-shadow:0 4px 15px #00000014;margin-top:15px;overflow-x:auto}.HelpDesk_table__83Teq{border-collapse:initial;border-spacing:0;font-size:.9rem;width:100%}.HelpDesk_table__83Teq td,.HelpDesk_table__83Teq th{border-bottom:1px solid #e9ecef;border-bottom:1px solid var(--border-color);padding:12px 15px;text-align:left}.HelpDesk_table__83Teq th{background-color:#f1f3f5;background-color:var(--header-bg);color:#495057;font-weight:700;text-transform:uppercase}.HelpDesk_tableHeaderTI__7HYmW th{background-color:#343a40!important;color:#fff!important}.HelpDesk_table__83Teq tbody tr:hover{background-color:#e6f7ff;background-color:var(--row-hover-bg)}.HelpDesk_statusBadge__Kg6Wq{align-items:center;border:1px solid #0000;border-radius:15px;display:inline-flex;font-size:.85rem;font-weight:700;justify-content:center;padding:4px 12px}.HelpDesk_statusAberto__yTpMH{background-color:#fff5f5;border-color:#dc3545;border-color:var(--danger-color);color:#dc3545;color:var(--danger-color)}.HelpDesk_statusEmProgresso__v3nDf{background-color:#fff9db;border-color:#ffc107;border-color:var(--warning-color);color:#856404}.HelpDesk_statusFechado__3sFfm{background-color:#f6ffed;border-color:#28a745;border-color:var(--success-color);color:#28a745;color:var(--success-color)}.HelpDesk_actionButton__Fxxwf{background:none;border:1px solid #007bff;border:1px solid var(--primary-color);border-radius:3px;color:#007bff;color:var(--primary-color);cursor:pointer;font-size:.85rem;margin-right:5px;padding:5px 10px;transition:all .2s ease}.HelpDesk_actionButton__Fxxwf:hover:not(:disabled){background-color:#007bff;background-color:var(--primary-color);color:#fff}.HelpDesk_editButton__XjRKe{border-color:#ffc107;border-color:var(--warning-color);color:#856404}.HelpDesk_editButton__XjRKe:hover:not(:disabled){background-color:#ffc107;background-color:var(--warning-color);color:#212529}.HelpDesk_deleteButton__9LGCw{border-color:#dc3545!important;border-color:var(--danger-color)!important;color:#dc3545!important;color:var(--danger-color)!important}.HelpDesk_deleteButton__9LGCw:hover:not(:disabled){background-color:#dc3545!important;background-color:var(--danger-color)!important;color:#fff!important}.HelpDesk_detailButton__oeOaX{background-color:#e6f7ff;background-color:var(--primary-color-light);border:1px solid #007bff;border:1px solid var(--primary-color);border-radius:4px;color:#0056b3;color:var(--primary-color-text);cursor:pointer;padding:5px 10px}.HelpDesk_modalBackdrop__b8m32{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.HelpDesk_modalContent__DljR8{background:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;box-shadow:0 4px 12px var(--shadow-color);max-height:90vh;max-width:600px;overflow-y:auto;padding:30px;width:95%}.HelpDesk_modalContent__DljR8 h4{border-bottom:1px solid #e9ecef;border-bottom:1px solid var(--border-color);color:#007bff;color:var(--primary-color);margin-bottom:20px;margin-top:0;padding-bottom:10px}.HelpDesk_modalActions__AWbRH{border-top:1px solid #e9ecef;border-top:1px solid var(--border-color);display:flex;gap:15px;justify-content:flex-end;margin-top:20px;padding-top:15px}.HelpDesk_descriptionBox__Au8Sq{background-color:#f8f9fa;background-color:var(--light-gray);border:1px solid #e9ecef;border:1px solid var(--border-color);border-radius:4px;line-height:1.5;margin-top:15px;padding:15px;white-space:pre-wrap}.HelpDesk_accessDenied__8H93z{background-color:#fff5f5;border:2px solid #dc3545;border:2px solid var(--danger-color);border-radius:8px;color:#dc3545;color:var(--danger-color);font-weight:700;margin-top:50px;padding:30px;text-align:center}:root{--text-color-dark:#343a40}.Parameters_pageContainer__diakA{background-color:#f8f9fa;min-height:100vh;padding:20px}.Parameters_header__EsWYq{align-items:center;border-bottom:2px solid #e9ecef;border-bottom:2px solid var(--border-color);display:flex;justify-content:space-between;margin-bottom:25px;padding-bottom:10px}.Parameters_header__EsWYq h1{color:#343a40;color:var(--text-color-dark);font-size:1.8rem}.Parameters_addButton__OS9Sa{background-color:#007bff;background-color:var(--primary-color);border:none;border-radius:6px;box-shadow:0 2px 4px #007bff4d;color:#fff;cursor:pointer;font-weight:600;padding:10px 18px;transition:background-color .2s,transform .1s}.Parameters_addButton__OS9Sa:hover:not(:disabled){background-color:#0056b3;transform:translateY(-1px)}.Parameters_addButton__OS9Sa:disabled{cursor:not-allowed;opacity:.6}.Parameters_searchBar__gbgv0{display:flex;justify-content:flex-start;margin-bottom:20px}.Parameters_searchBar__gbgv0 .Parameters_input__sUKHM{border:1px solid #ced4da;border-radius:6px;font-size:1rem;padding:10px 15px;transition:border-color .2s,box-shadow .2s;width:300px}.Parameters_searchBar__gbgv0 .Parameters_input__sUKHM:focus{border-color:#007bff;border-color:var(--primary-color);box-shadow:0 0 0 .2rem #007bff40;outline:none}.Parameters_tableContainer__qRie6{background-color:#fff;background-color:var(--content-bg);border:1px solid #e9ecef;border:1px solid var(--border-color);border-radius:8px;box-shadow:0 4px 12px #0000000d;margin-bottom:20px;overflow-x:auto}.Parameters_table__iL6nu{border-collapse:initial;border-spacing:0;width:100%}.Parameters_table__iL6nu thead th{background-color:#f1f3f5;background-color:var(--header-bg);border-bottom:2px solid #e9ecef;border-bottom:2px solid var(--border-color);color:#343a40;color:var(--text-color-dark);font-weight:600;padding:12px 15px;text-align:left}.Parameters_table__iL6nu thead th:first-child{border-top-left-radius:8px}.Parameters_table__iL6nu thead th:last-child{border-top-right-radius:8px}.Parameters_table__iL6nu tbody tr{transition:background-color .15s ease-in-out}.Parameters_table__iL6nu tbody tr:hover{background-color:#e6f7ff;background-color:var(--row-hover-bg)}.Parameters_table__iL6nu td{background-color:#fff;background-color:var(--content-bg);border-bottom:1px solid #e9ecef;border-bottom:1px solid var(--border-color);padding:12px 15px;vertical-align:middle}.Parameters_table__iL6nu tbody tr:last-child td{border-bottom:none}.Parameters_actionButton__UQsKt{background:none;border:1px solid #007bff;border:1px solid var(--primary-color);border-radius:4px;color:#007bff;color:var(--primary-color);cursor:pointer;font-weight:500;margin-right:8px;padding:6px 12px;transition:background-color .2s,color .2s,opacity .2s}.Parameters_actionButton__UQsKt:hover:not(:disabled){background-color:#007bff;background-color:var(--primary-color);color:#fff}.Parameters_actionButton__UQsKt.Parameters_deleteButton__s206n{border-color:#dc3545;border-color:var(--delete-color);color:#dc3545;color:var(--delete-color)}.Parameters_actionButton__UQsKt.Parameters_deleteButton__s206n:hover:not(:disabled){background-color:#dc3545;background-color:var(--delete-color);color:#fff}.Parameters_actionButton__UQsKt:disabled{cursor:not-allowed;opacity:.5}.Parameters_modalBackdrop__SOYnx{align-items:center;background-color:#0009;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.Parameters_formContainer__LWAPp{animation:Parameters_fadeIn__Uz7wo .3s ease-out forwards;background-color:#fff;background-color:var(--content-bg);border-radius:12px;box-shadow:0 15px 40px #00000040;max-height:90vh;max-width:500px;overflow-y:auto;padding:35px;width:90%}@keyframes Parameters_fadeIn__Uz7wo{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.Parameters_formContainer__LWAPp h2{border-bottom:1px solid #e9ecef;border-bottom:1px solid var(--border-color);color:#343a40;color:var(--text-color-dark);font-size:1.5rem;margin-bottom:25px;margin-top:0;padding-bottom:10px}.Parameters_formGroup__PlL0k{margin-bottom:20px}.Parameters_formGroup__PlL0k label{color:#495057;display:block;font-weight:600;margin-bottom:8px}.Parameters_input__sUKHM{border:1px solid #ced4da;border-radius:6px;box-sizing:border-box;font-size:1rem;padding:12px 15px;transition:border-color .2s,box-shadow .2s;width:100%}.Parameters_input__sUKHM:focus{border-color:#007bff;border-color:var(--primary-color);box-shadow:0 0 0 .2rem #007bff26;outline:none}.Parameters_input__sUKHM:disabled{background-color:#e9ecef;color:#495057;cursor:default}.Parameters_formActions__nBNOT{border-top:1px solid #f1f1f1;display:flex;gap:10px;justify-content:flex-end;margin-top:30px;padding-top:20px}.Parameters_formActions__nBNOT button{border:none;border-radius:6px;font-size:1rem;font-weight:600;padding:10px 22px;transition:background-color .2s,filter .2s}.Parameters_cancelButton__X-qt-{background-color:#6c757d;background-color:var(--secondary-color);color:#fff}.Parameters_cancelButton__X-qt-:hover:not(:disabled){background-color:#5a6268}.Parameters_error__1rWtx{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;color:#dc3545;color:var(--error-color);font-weight:700;margin-top:15px;padding:10px;transition:opacity .3s ease-out}.Parameters_paginationControls__fJAv0{align-items:center;display:flex;gap:15px;justify-content:flex-end;margin-top:20px;padding:10px 0}.Parameters_paginationInfo__N2xcL{color:#6c757d;font-weight:500}.Parameters_paginationControls__fJAv0 button{border-radius:4px;cursor:pointer;font-size:.95rem;font-weight:600;padding:8px 15px}.Parameters_paginationControls__fJAv0 button:disabled{cursor:not-allowed;filter:grayscale(100%);opacity:.5}.Parameters_loadingContainer__pUfKP{align-items:center;color:#007bff;color:var(--primary-color);display:flex;font-size:1.1rem;justify-content:center;padding:50px 0}.Parameters_emptyList__LLkTJ{background-color:#f8f9fa;border:1px solid #e9ecef;border:1px solid var(--border-color);border-radius:8px;color:#6c757d;font-size:1.1rem;padding:40px;text-align:center}.Registers_pageContainer__3Twcn{margin:0 auto;max-width:1200px;padding:20px}.Registers_header__PeG7\+{align-items:center;border-bottom:2px solid #e9ecef;border-bottom:2px solid var(--border-color);display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:10px}.Registers_headerTitle__tNhuD{color:#007bff;color:var(--primary-color);font-size:1.8rem}.Registers_searchBar__6w1GZ{display:flex;gap:10px;margin-bottom:20px;padding:10px 0}.Registers_searchBar__6w1GZ .Registers_input__vygkn{border:1px solid #e9ecef;border:1px solid var(--border-color);border-radius:4px;font-size:.95rem;max-width:400px;padding:10px 15px;width:100%}.Registers_tableContainer__bfgDz{background-color:#fff;background-color:var(--content-bg);border:1px solid #e9ecef;border:1px solid var(--border-color);border-radius:8px;box-shadow:0 4px 15px #00000014;margin-top:15px;overflow-x:auto}.Registers_table__rS0y8{border-collapse:initial;border-spacing:0;font-size:.9rem;width:100%}.Registers_table__rS0y8 td,.Registers_table__rS0y8 th{border-bottom:1px solid #e9ecef;border-bottom:1px solid var(--border-color);padding:12px 15px;text-align:left}.Registers_table__rS0y8 th{background-color:#f1f3f5;background-color:var(--header-bg);color:#495057;font-weight:700;text-transform:uppercase;white-space:nowrap}.Registers_table__rS0y8 tbody tr:hover{background-color:#e6f7ff;background-color:var(--row-hover-bg)}.Registers_table__rS0y8 tbody tr:not(:last-child) td{border-bottom:1px solid #f1f3f5}.Registers_emptyTable__W3\+RW{color:#6c757d;color:var(--secondary-color);font-style:italic;padding:40px;text-align:center}.Registers_paginationControls__6T\+Uv{align-items:center;display:flex;gap:15px;justify-content:flex-end;margin-top:20px}.Registers_modalBackdrop__wsot8{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.Registers_formContainer__BfT27{background:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;box-shadow:0 4px 12px var(--shadow-color);max-height:90vh;max-width:900px;overflow-y:auto;padding:30px;width:95%}.Registers_formContainer__BfT27 h2{border-bottom:1px solid #e9ecef;border-bottom:1px solid var(--border-color);color:#333;margin-bottom:20px;margin-top:0;padding-bottom:10px}.Registers_formContent__aAn6q{display:flex;flex-direction:column;gap:20px}.Registers_fieldset__NlJqM{background-color:#f8f9fa;background-color:var(--light-gray);border:1px solid #e9ecef;border:1px solid var(--border-color);border-radius:6px;margin-bottom:20px;padding:15px 20px;width:100%}.Registers_fieldset__NlJqM legend{color:#007bff;color:var(--primary-color);font-size:1.2rem;font-weight:700;margin-left:-10px;padding:0 10px}.Registers_formRow__l92Ww{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:5px}.Registers_formGroup__pVbFa,.Registers_inputGroup__G\+2rJ{display:flex;flex:1 1 250px;flex-direction:column;margin-bottom:15px}.Registers_formGroupFull__Cw0qu{display:flex;flex:1 1 100%;flex-direction:column}.Registers_formGrid__n3QWX{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.Registers_formGroupFull__Cw0qu label,.Registers_formGroup__pVbFa label,.Registers_inputGroup__G\+2rJ label{color:#495057;font-size:.95rem;font-weight:700;margin-bottom:8px}.Registers_formGroupFull__Cw0qu input,.Registers_formGroupFull__Cw0qu select,.Registers_formGroup__pVbFa input,.Registers_formGroup__pVbFa select,.Registers_input__vygkn,.Registers_select__t\+36A,.Registers_textarea__Ei3ZW{border:1px solid #e9ecef;border:1px solid var(--border-color);border-radius:4px;box-sizing:border-box;font-size:1rem;padding:10px;transition:border-color .2s,box-shadow .2s;width:100%}.Registers_formGroupFull__Cw0qu input:focus,.Registers_formGroupFull__Cw0qu select:focus,.Registers_formGroup__pVbFa input:focus,.Registers_formGroup__pVbFa select:focus,.Registers_input__vygkn:focus,.Registers_select__t\+36A:focus,.Registers_textarea__Ei3ZW:focus{border-color:#007bff;border-color:var(--primary-color);box-shadow:0 0 0 .2rem #007bff40;outline:none}.Registers_textarea__Ei3ZW{min-height:80px;resize:vertical}.Registers_addButton__0gpb2{background-color:#007bff;background-color:var(--primary-color);font-weight:500}.Registers_addButton__0gpb2,.Registers_cancelButton__qM7\+H{border:none;border-radius:5px;color:#fff;cursor:pointer;padding:10px 20px}.Registers_cancelButton__qM7\+H{background-color:#6c757d;background-color:var(--secondary-color)}.Registers_actionButton__ZjYeW{background:none;border:1px solid #007bff;border:1px solid var(--primary-color);border-radius:3px;color:#007bff;color:var(--primary-color);cursor:pointer;margin-right:5px;padding:5px 10px;transition:all .2s ease}.Registers_actionButton__ZjYeW:hover:not(:disabled){background-color:#007bff;background-color:var(--primary-color);color:#fff}.Registers_actionButton__ZjYeW.Registers_deleteButton__hKsSi,.Registers_deleteButton__hKsSi{border-color:#dc3545!important;border-color:var(--danger-color)!important;color:#dc3545!important;color:var(--danger-color)!important}.Registers_actionButton__ZjYeW.Registers_deleteButton__hKsSi:hover:not(:disabled),.Registers_deleteButton__hKsSi:hover:not(:disabled){background-color:#dc3545!important;background-color:var(--danger-color)!important;color:#fff!important}.Registers_formActions__v84p2,.Registers_modalActions__E1Huj{border-top:1px solid #e9ecef;border-top:1px solid var(--border-color);display:flex;gap:20px;justify-content:flex-end;margin-top:20px;padding-top:20px}.Registers_tabsContainer__EHI36{border:1px solid #e9ecef;border:1px solid var(--border-color);border-radius:6px;margin-top:20px}.Registers_tabsHeader__qm4lN{background-color:#f8f9fa;background-color:var(--light-gray);display:flex}.Registers_tabButton__y7uz4{background:#0000;border:none;border-right:1px solid #e9ecef;border-right:1px solid var(--border-color);color:#6c757d;color:var(--secondary-color);cursor:pointer;padding:12px 20px}.Registers_activeTab__lAW5b{background-color:#fff;border-bottom:2px solid #007bff;border-bottom:2px solid var(--primary-color);color:#007bff;color:var(--primary-color);font-weight:700}.Registers_addressItem__aVkvr{align-items:center;background-color:#fff;border:1px solid #ddd;border-radius:4px;display:flex;justify-content:space-between;margin-bottom:10px;padding:15px}.Registers_tag__qOEwX{align-items:center;background-color:#e6f7ff;background-color:var(--primary-color-light);border:1px solid #007bff;border:1px solid var(--primary-color);border-radius:15px;color:#0056b3;color:var(--primary-color-text);display:flex;font-size:.85rem;justify-content:center;padding:5px 12px;width:-webkit-fit-content;width:fit-content}.Registers_tag__qOEwX button{background:none;border:none;color:#007bff;color:var(--primary-color);cursor:pointer;font-size:1rem;margin-left:5px}.Registers_actionsContainer__6UYJt{align-items:center;display:flex;gap:8px;justify-content:flex-start}.Registers_orderControls__V3tBf{align-items:center;display:flex;gap:4px;justify-content:center}.Registers_orderButton__tjN4j{background-color:initial;border:1px solid #0000;border-radius:4px;color:#007bff;color:var(--primary-color);cursor:pointer;font-size:1rem;line-height:1;padding:2px 6px;transition:all .2s ease}.Registers_orderButton__tjN4j:hover:not(:disabled){background-color:#e6f7ff;background-color:var(--primary-color-light);color:#0056b3;color:var(--primary-color-text);transform:scale(1.1)}.Registers_orderButton__tjN4j:disabled{color:#ccc;cursor:not-allowed;opacity:.6}.Registers_summaryTable__--VO-{border-collapse:collapse;margin-top:-1px;width:100%}.Registers_summaryRow__oQo8J td{background-color:#f8f9fa;background-color:var(--light-gray);border:1px solid #e9ecef;border:1px solid var(--border-color);padding:12px 15px}.Registers_summaryLabel__7OMqn{color:#6c757d;color:var(--secondary-color);font-weight:500;text-align:right}.Registers_summaryValueCell__HgaOk{background-color:#fff!important;border-left:2px solid #e9ecef!important;border-left:2px solid var(--border-color)!important;color:#333;font-weight:700;width:150px}.Registers_markupInputMinimal__uyD4B{background:#0000!important;border:none!important;color:#007bff!important;color:var(--primary-color)!important;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:700;outline:none;padding:0!important;width:100%}.Registers_markupInputMinimal__uyD4B:focus{box-shadow:none!important;color:#0056b3!important;color:var(--primary-color-text)!important}.Registers_finalTotalRow__cvXCr td{background-color:#e6f7ff!important;background-color:var(--primary-color-light)!important;color:#0056b3!important;color:var(--primary-color-text)!important}@media (max-width:768px){.Registers_formRow__l92Ww{flex-direction:column;gap:0}.Registers_formGroupFull__Cw0qu,.Registers_formGroup__pVbFa{flex:1 1 100%;margin-bottom:15px}.Registers_searchBar__6w1GZ .Registers_input__vygkn{width:100%}}:root{--update-color:#ffc107;--error-color:#dc3545;--tag-bg:#e2f0ff;--tag-text:#0056b3;--hover-bg:#f8f9fa;--disabled-bg:#e9ecef}.Logistics_pageContainer__OUnEL{padding:20px}.Logistics_header__sOezF{align-items:center;border-bottom:2px solid #e9ecef;border-bottom:2px solid var(--border-color);display:flex;justify-content:space-between;margin-bottom:25px;padding-bottom:10px}.Logistics_headerTitle__95ZDE,.Logistics_pageTitle__GF6eC{color:#343a40;font-size:1.8rem;font-weight:700}.Logistics_pageTitle__GF6eC{margin-bottom:25px}.Logistics_controlsBar__FCgmL{align-items:center;display:flex;justify-content:space-between;margin-bottom:25px}.Logistics_searchInput__wHdR-{border:1px solid #ced4da;border-radius:6px;font-size:.95rem;padding:10px 15px;width:350px}.Logistics_searchBar__2Sj2X{margin-bottom:20px;padding:10px 0}.Logistics_searchBar__2Sj2X .Logistics_input__ASIJZ{font-size:.95rem;padding:10px 15px;width:350px}.Logistics_inputGroup__Efn0Y{display:flex;flex-direction:column}.Logistics_inputGroup__Efn0Y label{color:#343a40;font-size:.95rem;font-weight:600;margin-bottom:8px}.Logistics_input__ASIJZ{border:1px solid #ced4da;border-radius:6px;box-sizing:border-box;font-size:1rem;padding:10px;transition:border-color .2s;width:100%}.Logistics_input__ASIJZ:focus{border-color:#007bff;border-color:var(--primary-color);box-shadow:0 0 0 3px #007bff26;outline:none}.Logistics_input__ASIJZ:disabled{background-color:#e9ecef;background-color:var(--disabled-bg);cursor:not-allowed}.Logistics_select__Fkpr0{-webkit-appearance:none;appearance:none}.Logistics_errorTextSmall__8LAfM{color:#dc3545;color:var(--error-color);font-size:.85rem;margin-top:5px}.Logistics_infoTextSmall__TZWpn{color:#007bff;color:var(--primary-color);font-size:.85rem;font-style:italic;margin-top:5px}.Logistics_searchableSelectWrapper__dglXN{box-sizing:border-box;position:relative;width:100%}.Logistics_comboInput__azjOO{background-color:#fff;background-color:var(--content-bg);cursor:text;padding:10px 40px 10px 10px}.Logistics_comboInput__azjOO:disabled{background-color:#e9ecef;background-color:var(--disabled-bg);cursor:not-allowed}.Logistics_dropdownArrow__DbCvi{color:#6c757d;color:var(--secondary-color);cursor:pointer;padding:5px;position:absolute;right:12px;top:50%;transform:translateY(-50%) rotate(0deg);transition:transform .3s}.Logistics_dropdownArrow__DbCvi.Logistics_open__ZLELW{transform:translateY(-50%) rotate(180deg)}.Logistics_optionsDropdown__J5pU6{background-color:#fff;background-color:var(--content-bg);border:1px solid #e9ecef;border:1px solid var(--border-color);border-radius:0 0 6px 6px;border-top:none;box-shadow:0 4px 12px #0000001a;left:0;margin-top:-1px;max-height:250px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:100}.Logistics_optionItem__YPiey{border-bottom:1px solid #f1f3f5;cursor:pointer;display:flex;font-size:.95rem;justify-content:space-between;padding:10px}.Logistics_optionItem__YPiey:hover{background-color:#f8f9fa;background-color:var(--hover-bg)}.Logistics_optionItem__YPiey.Logistics_selected__y2Mxg{background-color:#e2f0ff;background-color:var(--tag-bg);color:#0056b3;color:var(--tag-text);font-weight:600}.Logistics_optionCode__ES6oR{color:#007bff;color:var(--primary-color);flex-basis:30%;font-weight:700}.Logistics_optionName__tmjZu{flex-basis:70%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Logistics_loadingOption__WRG1B,.Logistics_noResults__RLHyS{color:#6c757d;color:var(--secondary-color);font-size:.9rem;font-style:italic;padding:10px;text-align:center}.Logistics_selectedDisplay__D3L\+1{color:#343a40;display:block;font-size:.85rem;font-weight:600;margin-top:5px}.Logistics_tagContainer__eWyum{display:flex;flex-wrap:wrap;gap:8px;padding-top:5px}.Logistics_tag__OEUyY{align-items:center;background-color:#e2f0ff;background-color:var(--tag-bg);border-radius:4px;color:#0056b3;color:var(--tag-text);display:flex;font-size:.85rem;font-weight:600;padding:4px 8px;white-space:nowrap}.Logistics_tagRemoveButton__BczH4{background:none;border:none;color:#0056b3;color:var(--tag-text);cursor:pointer;font-size:1rem;line-height:1;margin-left:5px;opacity:.7;padding:0;transition:opacity .2s}.Logistics_tagSmall__\+t3w7{background-color:#e2f0ff;background-color:var(--tag-bg);border-radius:3px;color:#0056b3;color:var(--tag-text);display:inline-block;font-size:.75rem;margin-bottom:2px;margin-right:4px;padding:2px 6px}.Logistics_modalBackdrop__wquGD{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;overflow-y:auto;position:fixed;top:0;width:100%;z-index:1000}.Logistics_modalContent__8ezoc{animation:Logistics_fadeIn__tSdBx .3s ease-out;background-color:#fff;background-color:var(--content-bg);border-radius:8px;box-shadow:0 5px 20px #0000004d;max-width:650px;padding:30px;width:90%;z-index:1001}@keyframes Logistics_fadeIn__tSdBx{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.Logistics_modalTitle__ZKW5s{border-bottom:1px solid #e9ecef;border-bottom:1px solid var(--border-color);color:#343a40;font-size:1.5rem;font-weight:700;margin-bottom:25px;padding-bottom:10px}.Logistics_modalFormGrid__ZPEdd{grid-gap:20px;display:grid;gap:20px;grid-template-areas:"mp mp" "loc loc" "qty ." "notes notes";grid-template-columns:1fr 1fr}.Logistics_locationFormGrid__lxVQh{grid-gap:20px;display:grid;gap:20px;grid-template-areas:"id desc";grid-template-columns:1fr 2fr}@media (max-width:480px){.Logistics_locationFormGrid__lxVQh{grid-template-areas:"id" "desc";grid-template-columns:1fr}}.Logistics_filterRow__L6e2Y{display:flex;gap:20px;margin-bottom:15px;width:100%}.Logistics_filterRow__L6e2Y>.Logistics_inputGroup__Efn0Y{flex:1 1}.Logistics_modalActions__qrw3y{border-top:1px solid #e9ecef;border-top:1px solid var(--border-color);display:flex;gap:10px;grid-column:1/-1;justify-content:flex-end;margin-top:10px;padding-top:15px}.Logistics_historyModalContent__9Dx9r{background-color:#fff;background-color:var(--content-bg);border-radius:8px;box-shadow:0 5px 20px #0000004d;max-width:800px;padding:30px;width:90%;z-index:1001}.Logistics_historyModalTitle__Y5Eb2{border-bottom:1px solid #e9ecef;border-bottom:1px solid var(--border-color);color:#343a40;font-size:1.3rem;font-weight:700;margin-bottom:20px;padding-bottom:10px}.Logistics_historyTableContainer__zlGel{border:1px solid #e9ecef;border:1px solid var(--border-color);border-radius:6px;margin-top:20px;max-height:400px;overflow-y:auto}.Logistics_queryOptions__DeZAg{align-items:center;display:flex;gap:10px;justify-content:flex-end;margin-bottom:-15px;padding:10px 0}.Logistics_queryOptions__DeZAg label{color:#6c757d;color:var(--secondary-color);cursor:pointer;font-size:.9rem;font-weight:600}.Logistics_queryOptions__DeZAg input[type=checkbox]{cursor:pointer;height:18px;width:18px}.Logistics_tableCard__wjnLC{background-color:#fff;background-color:var(--content-bg);border:1px solid #e9ecef;border:1px solid var(--border-color);border-radius:8px;box-shadow:0 4px 15px #00000014;margin-bottom:25px;padding:25px}.Logistics_formTitle__LQxm3{color:#343a40;font-size:1.2rem;font-weight:700;margin-bottom:20px}.Logistics_tableContainer__wWz9e{border-radius:8px;overflow:hidden}.Logistics_table__FfwnO{border-collapse:initial;border-spacing:0;width:100%}.Logistics_table__FfwnO td,.Logistics_table__FfwnO th{border-bottom:1px solid #e9ecef;border-bottom:1px solid var(--border-color);font-size:.95rem;padding:12px 15px;text-align:left;vertical-align:top}.Logistics_table__FfwnO thead th{background-color:#f1f3f5;background-color:var(--header-bg);color:#343a40;font-weight:700;text-transform:uppercase}.Logistics_tableRow__j8yRz:hover{background-color:#e6f7ff;background-color:var(--row-hover-bg)}.Logistics_table__FfwnO tbody tr:last-child td{border-bottom:none}.Logistics_emptyTable__h679A,.Logistics_loadingCell__nlkkE{color:#6c757d;color:var(--secondary-color);font-style:italic;padding:20px;text-align:center}.Logistics_clickableRow__tCntS{cursor:pointer}.Logistics_idCell__shPFZ{color:#007bff;color:var(--primary-color);font-weight:700}.Logistics_actionHeader__q-uql{text-align:center}.Logistics_actionCell__G\+AnO{display:flex;gap:15px;justify-content:center}.Logistics_entryRow__q96yL{color:#28a745;color:var(--success-color);font-weight:500}.Logistics_entryRow__q96yL td:first-child{color:#343a40}.Logistics_outflowRow__F1P1J{color:#dc3545;color:var(--error-color);font-weight:500}.Logistics_outflowRow__F1P1J td:first-child{color:#343a40}.Logistics_paginationControls__R-GTU{align-items:center;border-top:1px solid #e9ecef;border-top:1px solid var(--border-color);display:flex;gap:15px;justify-content:flex-end;margin-top:20px;padding-top:15px}.Logistics_paginationInfo__STGsK{color:#6c757d;color:var(--secondary-color);font-size:.95rem;font-weight:500}.Logistics_alert__KaAlx{border:1px solid;border-radius:4px;font-weight:600;margin-bottom:20px;padding:10px 15px}.Logistics_alert__KaAlx.Logistics_success__NkcMf{background-color:#d4edda;border-color:#c3e6cb;color:#28a745;color:var(--success-color)}.Logistics_alert__KaAlx.Logistics_error__Ib5ou{background-color:#f8d7da;border-color:#f5c6cb;color:#dc3545;color:var(--error-color)}.Logistics_alert__KaAlx.Logistics_info__XTvlW{background-color:#cce5ff;border-color:#b8daff;color:#004085}.Logistics_addButton__kH72r{background-color:#007bff;background-color:var(--primary-color);border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;padding:10px 18px;transition:background-color .2s,transform .1s}.Logistics_addButton__kH72r:hover:not(:disabled){background-color:#0056b3;transform:translateY(-1px)}.Logistics_addButton__kH72r:disabled{cursor:not-allowed;opacity:.6}.Logistics_cancelButton__mNnGl{background-color:#6c757d;background-color:var(--secondary-color);border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;padding:10px 18px;transition:background-color .2s,transform .1s}.Logistics_cancelButton__mNnGl:hover:not(:disabled){background-color:#5a6268;transform:translateY(-1px)}.Logistics_updateButton__\+abJt{background-color:#ffc107;background-color:var(--update-color);color:#343a40}.Logistics_deleteAction__r2R\+A,.Logistics_updateButton__\+abJt{border:none;border-radius:6px;cursor:pointer;font-weight:600;padding:10px 18px}.Logistics_deleteAction__r2R\+A{background-color:#dc3545;background-color:var(--delete-color);color:#fff;margin-left:5px}.Logistics_actionButton__V8Wej{background-color:#007bff;background-color:var(--primary-color);border:1px solid #007bff;border:1px solid var(--primary-color);border-radius:4px;color:#fff;cursor:pointer;font-size:.85rem;font-weight:600;padding:6px 10px;transition:background-color .2s}.Logistics_actionButton__V8Wej:hover:not(:disabled){opacity:.9}.Logistics_actionButton__V8Wej:disabled{cursor:not-allowed;opacity:.4}.Logistics_deleteButton__RHspX{background:none;border:1px solid #0000;border-radius:4px;color:#dc3545;color:var(--delete-color);cursor:pointer;font-size:.85rem;font-weight:600;padding:6px 10px}.Logistics_deleteButton__RHspX:hover:not(:disabled){color:#b02a37;text-decoration:underline}.Logistics_actionButton__V8Wej.Logistics_deleteAction__r2R\+A{background-color:#dc3545;background-color:var(--delete-color);border-color:#dc3545;border-color:var(--delete-color);color:#fff;margin-left:5px}@media screen and (max-width:1200px){.Logistics_header__sOezF{align-items:flex-start;flex-direction:column;gap:15px}.Logistics_controlsBar__FCgmL{align-items:stretch;flex-direction:column;gap:15px}.Logistics_searchBar__2Sj2X .Logistics_input__ASIJZ,.Logistics_searchInput__wHdR-{width:100%}.Logistics_historyModalContent__9Dx9r,.Logistics_modalContent__8ezoc{padding:20px;width:95%}.Logistics_tableContainer__wWz9e{overflow-x:scroll}}@media screen and (max-width:768px){.Logistics_pageContainer__OUnEL{padding:10px}.Logistics_headerTitle__95ZDE,.Logistics_pageTitle__GF6eC{font-size:1.4rem}.Logistics_tableContainer__wWz9e{border:1px solid #e9ecef;border:1px solid var(--border-color)}.Logistics_table__FfwnO td,.Logistics_table__FfwnO th{font-size:.85rem;padding:10px}.Logistics_locationFormGrid__lxVQh,.Logistics_modalFormGrid__ZPEdd{display:flex;flex-direction:column;grid-template-areas:none!important;grid-template-columns:1fr!important}.Logistics_modalActions__qrw3y{flex-direction:column-reverse}.Logistics_addButton__kH72r,.Logistics_cancelButton__mNnGl,.Logistics_deleteAction__r2R\+A,.Logistics_updateButton__\+abJt{margin-left:0!important;width:100%}.Logistics_queryOptions__DeZAg{justify-content:flex-start}}@media screen and (min-width:1440px){.Logistics_pageContainer__OUnEL{margin:0 auto;max-width:1400px}.Logistics_table__FfwnO td,.Logistics_table__FfwnO th{padding:15px 20px}}.NCMRegisterPage_ruleHeader__GqECt{display:flex;justify-content:flex-end;margin-bottom:15px}.NCMRegisterPage_rulesList__1CsWW{display:flex;flex-direction:column;gap:15px}.NCMRegisterPage_ruleCard__kraAI{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;padding:15px;position:relative;transition:box-shadow .2s}.NCMRegisterPage_ruleCard__kraAI:hover{box-shadow:0 2px 8px #0000000d}.NCMRegisterPage_ruleGrid__FDgTl{grid-gap:15px;align-items:flex-end;display:grid;gap:15px;grid-template-columns:1fr 1fr 2fr}.NCMRegisterPage_checkboxContainer__MIJHC{border-top:1px dashed #ccc;display:flex;gap:20px;grid-column:1/-1;margin-top:5px;padding-top:10px}.NCMRegisterPage_checkboxContainer__MIJHC label{align-items:center;cursor:pointer;display:flex;font-size:.9rem;font-weight:400!important;gap:8px}.NCMRegisterPage_removeRuleBtn__yIIUr{background:none;border:none;color:#dc3545;cursor:pointer;float:right;font-size:.85rem;margin-top:12px;padding:0;text-decoration:underline}.NCMRegisterPage_removeRuleBtn__yIIUr:hover{color:#a71d2a}@media (max-width:768px){.NCMRegisterPage_ruleGrid__FDgTl{grid-template-columns:1fr}}:root{--delete-color:#dc3545}.UsersPage_header__n3iqb{align-items:center;border-bottom:2px solid #e9ecef;display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:10px}.UsersPage_header__n3iqb h1{color:#343a40;font-size:1.8rem}.UsersPage_addButton__i0ULQ{background-color:#007bff;background-color:var(--primary-color);border:none;border-radius:6px;box-shadow:0 2px 4px #007bff4d;color:#fff;cursor:pointer;font-weight:600;padding:10px 18px;transition:background-color .2s,transform .1s}.UsersPage_addButton__i0ULQ:hover{background-color:#0056b3;transform:translateY(-1px)}.UsersPage_table__FxCaw{background-color:#fff;background-color:var(--content-bg);border:1px solid #e9ecef;border:1px solid var(--border-color);border-collapse:initial;border-radius:10px;border-spacing:0;box-shadow:0 4px 15px #00000014;margin-top:15px;overflow:hidden;width:100%}.UsersPage_table__FxCaw td,.UsersPage_table__FxCaw th{font-size:.9rem;padding:14px 20px;text-align:left}.UsersPage_table__FxCaw thead th{background-color:#f1f3f5;background-color:var(--header-bg);border-bottom:1px solid #e9ecef;border-bottom:1px solid var(--border-color);color:#343a40;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.UsersPage_table__FxCaw tbody tr{transition:background-color .2s}.UsersPage_table__FxCaw tbody tr:nth-child(2n){background-color:#fefefe}.UsersPage_table__FxCaw tbody tr:hover{background-color:#e6f7ff;background-color:var(--row-hover-bg);cursor:default}.UsersPage_table__FxCaw tbody td{border-bottom:none}.UsersPage_table__FxCaw tbody tr:not(:last-child) td{border-bottom:1px solid #f1f3f5}.UsersPage_actionButton__twL-C{background:none;border:none;color:#007bff;color:var(--primary-color);cursor:pointer;font-size:.9rem;font-weight:600;margin-right:5px;padding:5px 8px;transition:opacity .2s,color .2s}.UsersPage_actionButton__twL-C:hover{opacity:.8}.UsersPage_actionButton__twL-C.UsersPage_delete__33FZR{color:#dc3545;color:var(--delete-color)}.UsersPage_formGroup__Lx8op{margin-bottom:20px}.UsersPage_formGroup__Lx8op label{color:#343a40;display:block;font-size:.95rem;font-weight:600;margin-bottom:8px}.UsersPage_input__erMg5,.UsersPage_select__EZ-gz{background-color:#fff;border:1px solid #ced4da;border-radius:6px;box-sizing:border-box;font-size:1rem;padding:12px;transition:border-color .2s,box-shadow .2s;width:100%}.UsersPage_input__erMg5:focus,.UsersPage_select__EZ-gz:focus{border-color:#007bff;border-color:var(--primary-color);box-shadow:0 0 0 3px #007bff26;outline:none}.UsersPage_checkboxContainer__OHf-h{align-items:center;display:flex;margin-top:10px}.UsersPage_checkboxContainer__OHf-h input[type=checkbox]{margin-right:10px;width:auto}.UsersPage_error__A3UGQ{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;color:#dc3545;color:var(--delete-color);font-weight:700;margin-top:10px;padding:10px}.UsersPage_modalBackdrop__Gy5\+I{align-items:center;background-color:#0009;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.UsersPage_formContainer__KvUXk{animation:UsersPage_fadeIn__km3HN .3s ease-out forwards;background-color:#fff;background-color:var(--content-bg);border-radius:12px;box-shadow:0 15px 40px #00000040;max-height:90vh;max-width:550px;overflow-y:auto;padding:35px;width:90%}@keyframes UsersPage_fadeIn__km3HN{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.UsersPage_formContainer__KvUXk h2{border-bottom:2px solid #f1f1f1;color:#343a40;font-size:1.8rem;font-weight:700;margin-bottom:25px;margin-top:0;padding-bottom:15px}.UsersPage_formActions__zEfaN{border-top:1px solid #f1f1f1;display:flex;justify-content:flex-end;margin-top:30px;padding-top:20px}.UsersPage_formActions__zEfaN button{border:none;border-radius:6px;font-size:1rem;font-weight:600;margin-left:10px;padding:10px 22px;transition:background-color .2s,filter .2s}.UsersPage_formActions__zEfaN button:first-child{background-color:#6c757d;background-color:var(--secondary-color);color:#fff}.UsersPage_formActions__zEfaN button:first-child:hover:not(:disabled){background-color:#5a6268}.UsersPage_formActions__zEfaN .UsersPage_addButton__i0ULQ{margin-right:0}.UsersPage_formActions__zEfaN .UsersPage_addButton__i0ULQ:hover:not(:disabled){background-color:#0056b3;filter:none}.UsersPage_formActions__zEfaN button:disabled{cursor:not-allowed;opacity:.6}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--primary-color:#007bff;--primary-color-hover:#0056b3;--primary-color-light:#e6f7ff;--primary-color-text:#0056b3;--secondary-color:#6c757d;--danger-color:#dc3545;--success-color:#28a745;--border-color:#e9ecef;--header-bg:#f1f3f5;--content-bg:#fff;--row-hover-bg:#e6f7ff;--light-gray:#f8f9fa;--shadow-color:#0000001a;--shadow-modal:0 15px 40px #00000040}body{background-color:#f4f7f6;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0}
/*# sourceMappingURL=main.e9c082b2.css.map*/