.notification-bar {
    background: #fff3cd;
    color: #664d03;
    padding: .75rem 0;
    display: flex;
    justify-content: space-between;
}
.notification-bar .container-fluid {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
}
.notification-bar .container-fluid .text {
    font-size: .9753rem;
    font-weight: 600;
    line-height: 1.4;
    display: flex;
    align-items: center;
    gap: 0.125rem;
}
.notification-bar .container-fluid .close {
    display: flex;
    align-items: center;
    width: 21px;
    height: 21px;
    justify-content: flex-end;
}
.notification-bar .container-fluid .close:hover {
    cursor: pointer;
}
.notification-bar .container-fluid .close i {
    font-size: 20px;
    font-weight: 600;
}
