/* System Message Styling */
body {
    /* Ensure header doesn't cover the system message */
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.system-message-container {
    position: relative;
    z-index: 1050;
    display: block;
    width: 100%;
}

.system-message-container .alert {
/*    background-color: #cff4fc !important;
    color: #055160 !important;
*/    border-radius: 0;
    margin-bottom: 0;
    padding: 8px 0;
}

/* Fix for navbar placement */
#header.navbar-absolute-top {
    position: relative !important;
    top: 0 !important;
}

/* When navbar is fixed/sticky, ensure it comes after system message */
#header.navbar-fixed-top,
#header.is-fixed {
    top: auto !important;
}
