.toastNotification_toast__ElN9J{position:fixed;top:40px;right:20px;padding:10px;background-color:#fff;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);width:300px;max-width:90%;display:flex;flex-direction:column;align-items:flex-start;z-index:9999;opacity:1;transition:opacity .5s ease}.toastNotification_toast__ElN9J.toastNotification_success__JoH5c{border-left:5px solid green}.toastNotification_toast__ElN9J.toastNotification_error__lHOvQ,.toastNotification_toast__ElN9J.toastNotification_warning__nb3NB{border-left:5px solid red}.toastNotification_message__dxcLc{font-size:16px;color:#333;margin-bottom:10px}.toastNotification_line__Y6TrX{height:4px;width:100%;border-radius:2px;transition:width .1s linear}.toastNotification_slideRight__TrMLF{animation:toastNotification_slide-up__d4wyU .5s ease-in-out forwards}@keyframes toastNotification_slide-up__d4wyU{0%{transform:translatex(40%);opacity:0}to{transform:translatex(0);opacity:1}}