﻿.notification-bar {
    width: 100%;
    padding: 10px 5%;
    color: White;
    overflow: visible;
    background-color: rgba(1,80,157, 1);
    align-content: center;
    text-align: center;
    align-self: center;
    float: right;
    padding-top: 10px;
}

    .notification-bar .close {
        margin-left: 15px;
        color: white;
        font-weight: bold;
        float: right;
        font-size: 22px;
        line-height: 20px;
        cursor: pointer;
        transition: 0.3s;
    }

.close:hover {
    color: black;
}

.notification-container {
    width: 100%;
    position: relative;
}

.notification-container-normal {
}

.notification-container-overlay {
    position: relative;
    background-color: rgba(1,80,157, 1);
    z-index: 20;
}
