.toast-notification{position:fixed;text-decoration:none;z-index:99999;max-width:500px;background-color:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.12);border-radius:4px;display:flex;padding:10px;transform:translate(0,-150%)}.toast-notification .toast-notification-wrapper{flex:1;padding-right:10px;overflow:hidden}.toast-notification .toast-notification-wrapper .toast-notification-header{padding:0 0 5px;margin:0;font-weight:500;font-size:14px;color:#4f525a}.toast-notification .toast-notification-wrapper .toast-notification-content{font-size:14px;margin:0;padding:0;color:#4f525a}.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:rgba(0,0,0,.2)}.toast-notification .toast-notification-close:hover,.toast-notification.toast-notification-error .toast-notification-close:hover,.toast-notification.toast-notification-success .toast-notification-close:hover,.toast-notification.toast-notification-verified .toast-notification-close:hover{color:rgba(0,0,0,.4)}.toast-notification.toast-notification-top-center{transform:translate(calc(50vw - 50%),-150%)}.toast-notification.toast-notification-bottom-left,.toast-notification.toast-notification-bottom-right{transform:translate(0,150%)}.toast-notification.toast-notification-bottom-center{transform:translate(calc(50vw - 50%),150%)}.toast-notification.toast-notification-dark{background-color:#2d2e31}.toast-notification.toast-notification-dark .toast-notification-wrapper .toast-notification-content,.toast-notification.toast-notification-dark .toast-notification-wrapper .toast-notification-header{color:#edeff3}.toast-notification.toast-notification-dark .toast-notification-close{color:rgba(255,255,255,.2)}.toast-notification.toast-notification-dark .toast-notification-close:hover{color:rgba(255,255,255,.4)}.toast-notification.toast-notification-success{background-color:#c3f3d7;border-left:4px solid #51a775}.toast-notification.toast-notification-success .toast-notification-wrapper .toast-notification-content,.toast-notification.toast-notification-success .toast-notification-wrapper .toast-notification-header{color:#51a775}.toast-notification.toast-notification-error .toast-notification-close,.toast-notification.toast-notification-success .toast-notification-close,.toast-notification.toast-notification-verified .toast-notification-close{color:rgba(0,0,0,.2)}.toast-notification.toast-notification-error{background-color:#f3c3c3;border-left:4px solid #a75151}.toast-notification.toast-notification-error .toast-notification-wrapper .toast-notification-content,.toast-notification.toast-notification-error .toast-notification-wrapper .toast-notification-header{color:#a75151}.toast-notification.toast-notification-verified{background-color:#d0eaff;border-left:4px solid #6097b8}.toast-notification.toast-notification-verified .toast-notification-wrapper .toast-notification-content,.toast-notification.toast-notification-verified .toast-notification-wrapper .toast-notification-header{color:#6097b8}.toast-notification.toast-notification-dimmed{opacity:.3}.toast-notification.toast-notification-dimmed:active,.toast-notification.toast-notification-dimmed:hover{opacity:1}