﻿.notification-banner {
    color: #dc4551;
    background-color: #dc4551;
    position: relative;
    z-index: 5;
}

    .notification-banner p {
        color: white;
    }


.notification-banner-v1 {
    color: #dc4551;
    background-color: #dc4551;
    position: relative;
    padding: 5px;
}

.notification-banner-v1 p {
    color: white;
}
