#spinner{z-index:99999;background:#0000007e;min-height:100vh;height:100%;width:100%;position:fixed;top:0;display:flex;justify-content:start;align-items:center;flex-direction:column;transition:all 1s}#spinner.blank{background-color:var(--surface-0);justify-content:center}#spinner .loader{width:100%;height:.5rem;display:inline-block;position:relative;background:#ffffff26;overflow:hidden;transition:all 1s}#spinner .loader:after{content:"";width:192px;height:.5rem;background:var(--primary-color);position:absolute;top:0;left:0;box-sizing:border-box;animation:loader 2s linear infinite}@keyframes loader{0%{left:0;transform:translate(-100%)}to{left:100%;transform:translate(0)}}#toast{position:fixed;padding:1rem 1rem 1rem 0rem;top:.5rem;right:.5rem;border-radius:.5rem;color:#fff;min-width:300px;font-size:1.1rem;overflow:hidden;z-index:9999}#toast .toast-timer{animation:timer 3s linear;background-color:#fff9;width:0%;height:.4rem;position:absolute;bottom:0}@keyframes timer{to{width:100%}}.toast-success{background-color:var(--green-600)}.toast-error{background-color:var(--red-600)}
