/* APEX ERP V12.2 — square interface lock.
   Owner preference: no rounded corners anywhere in the operational ERP UI.
   Loaded last by apex_global_ui.php so legacy/module CSS cannot re-round controls. */
html body *,
html body *::before,
html body *::after{
  border-radius:0!important;
}
