/* Custom alert  */
.oa-notice-alert {
    background-color: var(--primary-theme-color);
    border-color: var(--primary-theme-color);
    color: white;
    text-align: center;
    padding: 0.35rem 1.25rem;
    position: fixed;
    z-index: 12;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
}