#topbar-notification {
    display: none;
    position: fixed;
    z-index: 99999;
    background: #05ab08;
    color: #fff;
    padding: 20px 15px;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
}

#alert-notification {
    display: none;
    position: fixed;
    z-index: 99999;
    background: #e3342f;
    color: #fff;
    padding: 20px 15px;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
}
