.notification-wrapper{position:fixed;border-radius:8px;border:1px solid #e0e0fa;bottom:120px;left:20px;background:#344054;color:#fff;font-weight:500;box-shadow:0 20px 24px -4px rgba(16,24,40,.08),0 8px 8px -4px rgba(16,24,40,.03);padding:12px;display:flex;gap:12px;font-size:13px;width:-moz-fit-content;width:fit-content;z-index:5;transform:translateY(100%);font-weight:400;line-height:18px;opacity:0}@media screen and (max-width:600px){.notification-wrapper{bottom:96px;z-index:10;height:-moz-fit-content;height:fit-content;width:100%;top:unset;left:0}}.notification-wrapper.fadeIn{animation:fadeIn .6s ease-in;opacity:1}.notification-wrapper.fadeOut{animation:fadeOut .6s ease-out;opacity:0}.notification-wrapper .content{gap:12px}.notification-wrapper .content .link{color:#1570ef;font-weight:500;text-decoration:none;gap:4px;cursor:pointer}.notification-wrapper .content .value{color:#6870fa;font-weight:600;font-size:14px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}