.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;
} 

.sched-share-app, .notification-bar, .schedule-nav :nth-child(2), .event-nav, .mobile-menu.dropdown {
  display: none !important;
}

#sched-body-inner {
padding-top:0 !important;
}