#schedorg-header-inner {
    margin: 0 auto;
    height: 60px;
    padding: 0 10px;
    position: relative;
    z-index: 9999;
    display: none;
}

.notification-bar {
    background-color: #FCFCFD;
    color: var(--gray-700);
    border-top: 1px solid var(--gray-200);
    border-right: 1px solid var(--gray-200);
    border-bottom: 1px solid var(--gray-200);
    border-left: 4px solid #169904;
    border-radius: 6px;
    margin: 20px 15px 30px;
    font-size: 14px;
    padding: 18px 22px;
    line-height: 1.6;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    color: var(--gray-900);
    display: none;
}