/**
 * EGSM-CPID panel — square corners (border-radius: 0) for user + admin AdminLTE UI.
 * Loaded from adminlte::master (all authenticated + auth pages using this layout).
 */
*,
*::before,
*::after {
    border-radius: 0 !important;
}

/* Bootstrap 4 “rounded” utilities */
.rounded,
.rounded-top,
.rounded-right,
.rounded-bottom,
.rounded-left,
.rounded-circle,
.rounded-0,
.rounded-sm,
.rounded-lg {
    border-radius: 0 !important;
}
