.toast-notification{position:fixed;text-decoration:none;z-index:999999;max-width:70vw;background-color:#2a2a2a;box-shadow:0 0 20px 0 rgba(0,0,0,.12);border-radius:4px;display:flex;padding:10px;transform:translate(0,-150%);border-radius:0 4px 4px 0;border-left:5px solid #05f}.toast-notification .toast-notification-wrapper{flex:1;padding-right:10px;overflow:hidden}.toast-notification .toast-notification-wrapper .toast-notification-header{padding:0 0 5px 0;margin:0;font-weight:700;font-size:18px;text-align:center}.toast-notification .toast-notification-wrapper .toast-notification-content{font-size:14px;margin:0;padding:0}.toast-notification .toast-notification-close{appearance:none;border:none;background:0 0;cursor:pointer;font-size:24px;line-height:24px;padding-bottom:4px;font-weight:700;color:#676767}.toast-notification .toast-notification-close:hover{color:#828282}.toast-notification.toast-notification-bottom-center{transform:translate(calc(50vw - 50%),150%)}.toast-notification.toast-notification-dimmed{opacity:.3}.toast-notification.toast-notification-dimmed:active,.toast-notification.toast-notification-dimmed:hover{opacity:1}.toast-notification-error{border-left:5px solid red}.toast-notification-success{border-left:5px solid #14a000}