.toast-container{z-index:101;pointer-events:none;position:fixed;bottom:0;left:0;right:0}.toast-container .toast{pointer-events:all;color:#fff;align-items:center;gap:12px;width:fit-content;min-width:600px;max-width:800px;margin:auto;padding:4px 4px 4px 8px;animation:.25s forwards pop-toast;display:flex;position:absolute;bottom:32px;left:0;right:0;overflow:hidden}@media (max-width:900px){.toast-container .toast{min-width:300px}}.toast-container .toast.red{background-color:#c12e2e}.toast-container .toast.green{background-color:#1e2a21;box-shadow:0 2px 15px #000}.toast-container .toast .checkmark-icon{color:var(--text-success);width:20px;height:20px}.toast-container .toast svg.icon{width:24px;height:24px}.toast-container .toast .text{flex:1}.toast-container .toast .btn-close{color:#fff;width:32px;height:32px}.toast-container .toast .btn-close svg{width:22px;height:22px;margin:5px}.toast-container .toast .btn-close:hover{background-color:#fff3}@keyframes pop-toast{0%{opacity:0;transform:translateY(120px)}to{opacity:1;transform:translateY(0)}}
/*# sourceMappingURL=0to1~~f~m45mh.css.map*/