/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */



/*.notice,*/
/*.alert {*/
/*    background-color: #b00;*/
/*    color: #fff;*/
/*    padding: 1rem 2rem;*/
/*    border-radius: 4px;*/
/*    text-align: center;*/
/*    max-width: 600px;*/
/*    margin: 1rem auto 0 auto; !* Top margin + centered horizontally *!*/
/*    font-weight: bold;*/
/*    font-family: Arial, sans-serif;*/
/*    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);*/
/*}*/

.sticky_header{
    position: sticky;
    top: 0;
    z-index: 1000; /* higher than other elements */
}