@keyframes toast-enter-animation{0%{transform:translate3d(0,-50px,0)}to{transform:translateZ(0)}}@keyframes toast-exit-animation{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(0,-50px,0)}}@keyframes track-progress{0%{width:100%}to{width:0}}.sharedNotifications .toast-enter--top-center{animation-duration:.5s;animation-fill-mode:forwards;animation-name:toast-enter-animation;animation-timing-function:ease}.sharedNotifications .toast-exit--top-center{animation-duration:.5s;animation-fill-mode:forwards;animation-name:toast-exit-animation;animation-timing-function:ease}.sharedNotifications .toastify{padding:0;box-sizing:border-box;position:fixed;top:0;width:320px;margin:0 auto;z-index:200000000;left:50%;transform:translateX(-50%)}.sharedNotifications .toastify__close{position:absolute;top:10px;right:12px;width:8px;height:8px;padding:0;text-align:center;text-decoration:none;color:#aaa;font-weight:600;font-size:0;outline:none;border:none;cursor:pointer;overflow:hidden;opacity:.5;transition:.3s ease;background:url(/_next/static/media/close.31f69465.svg) 50% no-repeat;background-size:contain}@media(max-width:767px){.sharedNotifications .toastify__close{top:50%;right:14px;transform:translateY(-50%);width:16px;height:16px}}.sharedNotifications .toastify__close:focus,.sharedNotifications .toastify__close:hover{opacity:1;color:#4a4a4a}.sharedNotifications .toastify-content{display:flex;box-sizing:border-box;min-height:50px;border-radius:2px;overflow:hidden;background-color:#fff;box-shadow:0 0 12px #999;font:normal 16px Sans Display,Arial,sans-serif;text-align:left;color:#4a4a4a;position:relative;margin:5px 0 10px}.sharedNotifications .toastify-content--info,.sharedNotifications .toastify-content--success{border-left:none}.sharedNotifications .toastify-content--info:before,.sharedNotifications .toastify-content--success:before{content:"";width:12px;background-color:#54d590;position:absolute;left:0;top:0;height:100%}.sharedNotifications .toastify-content--warning{border-left:none}.sharedNotifications .toastify-content--warning:before{content:"";width:12px;background-color:#fbbb53;position:absolute;left:0;top:0;height:100%}.sharedNotifications .toastify-content--error{border-left:none}.sharedNotifications .toastify-content--error:before{content:"";width:12px;background-color:#f94f5b;position:absolute;left:0;top:0;height:100%}.sharedNotifications .toastify__body{font-size:14px;display:flex;align-items:center;padding:5px 28px}.sharedNotifications .toastify__progress{position:absolute;bottom:0;left:0;width:0;height:4px;z-index:999;opacity:.5;animation:track-progress linear 1}