.notif_notification-container__Ovuqu{position:fixed;top:20px;left:50%;transform:translateX(-50%);z-index:9999}.notif_notification__rCJ8Z{background-color:hsla(0,0%,100%,.9);border-radius:8px;padding:12px 20px;margin-bottom:10px;box-shadow:0 4px 6px rgba(0,0,0,.1);display:flex;justify-content:space-between;align-items:center;max-width:300px;animation:notif_fadeIn__RQLzo .5s ease-in-out}.notif_notification__rCJ8Z.notif_success__MtaVJ{border-left:5px solid green}.notif_notification__rCJ8Z.notif_error__GMPdJ{border-left:5px solid red}.notif_notification__rCJ8Z.notif_info__Q3dPx{border-left:5px solid #52606e}.notif_close-btn__h1NzN{background:transparent;border:none;font-size:18px;cursor:pointer;color:#555}@keyframes notif_fadeIn__RQLzo{0%{opacity:0}to{opacity:1}}