@charset "UTF-8";
/* CSS Document */

/*******************************************************
 * =====================================================
 * CUSTOM-PUBLIC.CSS – JDS ERP / AdminLTE 4
 * -----------------------------------------------------
 * This file contains all custom public view overrides,
 * utilities, and extra styles for the JDS ERP theme.
 * =====================================================
 *******************************************************/


/* ==========================================================================
   Full-height layout support (AdminLTE).
   Allows the wrapper to fill the viewport so flex layouts can push
   the footer to the bottom when content is short.
   ========================================================================== */

html, body {
    height: 100%;
}
.wrapper {
    min-height: 100%; 
}

/* ==========================================================================
   Custom footer styles
   ========================================================================== */

#footer-public a:hover {
    color: var(--color-teal) !important; /* Accent color for links */
}