.ngTip {
    width: calc(100vw - 399px);
    position: fixed;
    top: 62px;
    right: 27px;
    z-index: 99999;
    text-align: center;
    font-size: 14px;
    padding: 15px;
    background-color: rgba(0,0,0,0.5);
    color: white;
    border: 0;
}

.alert-info{
    background-color: rgba(47,150,180,0.4)!important;
}

.alert-success{
    background-color: rgba(81,163,81,0.4)!important;
}

.alert-warn{
    background-color: rgba(248,148,6,0.4)!important;
}

.alert-error{
    background-color: rgba(189,54,47,0.4)!important;
}
