.network-notification-component{

}

.network-notification-component .network-notification-holder{
    z-index: 1000;
    position: fixed;
    color: white;
    width: 100%;
    text-align: center;
    background-color: #252525;
    padding: 10px;
    bottom: 0px;
}

.network-notification-component.network-notification-transition-visible{
    opacity: 1;
    transition: all 0.5s;
}
.network-notification-component.network-notification-transition-invisible{
    opacity: 0;
    transition: all 0.5s;
}

.error{
    background-color: #dc3545 !important;
}

.success{
    background-color: #17a2b8 !important;
}

.alert-message-component{
    position: fixed;
    bottom: 0px;
}