#hwp-notification{
    box-shadow:1px 3px 5px #888;
    position:fixed;
    top:10px;
    right:20px;
    /* background:#ff5454; #14ab4b */
    background:#ff5454;
    padding:20px;
    z-index:1000000;
    color:#fff;
    font-weight:500;
    display: none;
    opacity: 1;
    transition: opacity 1s ease-in-out;
}

#hwp-notification.hwp-bg-success{
    background:#14ab4b;
}

#hwp-notification.hwp-bg-error{
    background:#ff5454;
}
