#toast-container-mb{z-index:9999999;flex-direction:column;align-items:center;gap:10px;width:90%;max-width:400px;display:flex;position:fixed;top:10px;left:50%;transform:translate(-50%)}.toptoast{background:#fff;border-radius:5px;align-items:center;width:100%;max-width:400px;min-height:60px;padding:10px;animation:.3s ease-out forwards slide-in;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 15px #0000001a}.toptoast.success{--primary:#2dd743}.toptoast #icon-wrapper{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;margin-right:10px;display:flex}.toptoast #icon{fill:currentColor;background:0 0;border:none;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.toptoast-message{text-overflow:ellipsis;white-space:normal;word-break:break-word;flex-direction:column;flex:1;justify-content:center;min-height:40px;display:flex;overflow:hidden}.toptoast-message h4{color:#404040;margin:0;font-size:14px;font-weight:600}.toptoast-message p{color:#606060;margin:0;font-size:12px;font-weight:300}.toptoast-close{cursor:pointer;color:#606060;background:0 0;border:none;border-radius:5px;flex-shrink:0;padding:5px 10px;font-size:12px;font-weight:700}.toptoast-close:hover{background:#0000001a}.toptoast .timer{background:var(--primary);width:100%;height:4px;animation:9s linear forwards countdown;position:absolute;bottom:0;left:0}@keyframes countdown{0%{width:100%}to{width:0%}}@keyframes slide-in{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}@media (width<=600px){#toast-container-mb{width:95%;max-width:350px}.toptoast{padding:8px}.toptoast-message h4{font-size:13px}.toptoast-message p{font-size:11px}.toptoast-close{font-size:10px}}
