.toast-notification{position:fixed;text-decoration:none;z-index:999999;max-width:70vw;transform:translate(0,-150%);border-radius:0 5px 5px 0;border:2px solid #303030;border-bottom:2px solid #242424;background:#191919;box-shadow:0 0 20px #2a2a2a;line-height:24px}.toast-notification .toast-notification-wrapper{flex:1;padding-right:10px;overflow:hidden}.toast-notification .toast-notification-wrapper .toast-notification-header{padding:3px;margin-bottom:5px;font-weight:700;font-size:18px;text-align:center;background:#2d2d2d;border-radius:3px;border-bottom:3px solid #373737;border-top:2px solid #3e3e3e;position:relative}.toast-outer-wr:after{content:'';background:#005fff;width:5px;left:-5px;height:100%;top:0;position:absolute;z-index:-1}@keyframes toast-bar{0%{transform:translateX(0)}100%{transform:translateX(-5px)}}.toast-notification .toast-notification-wrapper .toast-notification-content{font-size:14px;margin:0;padding:0;text-align:center}.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-right{transform:translate(0,150%)}.toast-notification-error .toast-outer-wr:after{background:red}.toast-notification-success .toast-outer-wr:after{background:#22d100}.toast-notification-warning .toast-outer-wr:after{background:#e96c00}.toast-outer-wr{padding:10px;display:grid;grid-template-columns:1fr 20px;z-index:999;background:#000}