.notify-popup{max-width:400px;position:fixed;bottom:40px;right:40px;display:flex;flex-direction:column;gap:10px;z-index:1000}.notify-message{min-width:200px;padding:10px 20px;border-radius:4px;display:flex;align-items:center;justify-content:space-between;color:#fff}.notify-message--error{background-color:#f44336}.notify-message--success{background-color:#4caf50}.notify-message--warning{background-color:#ffae00}.notify-message--info{background-color:#2196f3}.notify-message__close{display:flex;justify-content:center;align-items:center;color:var(--color-white)}.notify-message__close>.icon{margin-left:10px}@media screen and (max-width: 500px){.notify-popup{width:100%;max-width:unset;top:0;right:0;bottom:unset;left:0}.notify-message{width:100%;min-width:unset;border-radius:0}}
