.notificationWrapper{
    position: fixed;
    z-index: 9;
    left: 500px;
    bottom: 2%;
    width: 350px;
    height: auto;
    background-color: rgba(255, 255, 255, .8);
    border-radius: 13px;
    box-shadow: 4px 5px 6px 6px rgba(10, 10, 10, .1);
    max-height: 100px;
    transition: all .5s ease;
    visibility: hidden;
}
.notificationWrapper span.header {
    display: block;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    overflow: hidden;
}

.notificationWrapper span.header h4 {
    width: 100%;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    line-height: 40px;
}
i.bs4ToasticonTimes {
    font-size: 20px;
    color: rgba(255, 255, 255, 1) !important;
    margin-right: 0.5rem;
    line-height: 40px;
    cursor: pointer;
}
.notificationWrapper span.body {
    display: block;
    padding: 5px 10px;
} 
.notificationWrapper span.body p {color: #444; font-size: 14px; font-weight: 300; margin: 0;}
.bs4Toasticon{
    font-size: 17px;
    color: rgba(255, 255, 255, 1) !important;
    margin-right: 0.5rem;
    margin-left: .5rem;
}