﻿.banner-top-bar {
    margin-bottom: 5px;
    align-items: center;
}

    .banner-top-bar .e-link,
    .banner-top-bar .e-link:hover,
    .banner-top-bar .e-link:focus,
    .banner-top-bar .e-link:active {
        box-sizing: border-box;
        font-size: 12px;
        line-height: 14px;
        padding: 0px;
        vertical-align: top;
        text-decoration: none;
    }

    .banner-top-bar.closable {
        display: flex !important;
        justify-content: space-between;
    }

        .banner-top-bar.closable .e-msg-content {
            flex-grow: 1;
            display: flex;
        }

.notification-message {
    flex-grow: 1;
}

.notification-quantity {
    margin-left: auto;
    font-weight: bold;
    text-align: right;
    margin-right: 5px;
}