.snackbar{z-index:999999999;background:#000;border-radius:12px;justify-content:center;align-items:center;width:fit-content;margin:auto;padding:16px 24px;animation:1s cubic-bezier(.25,.46,.45,.94) both slide-in-bottom;display:flex;position:fixed;bottom:15px;left:0;right:0;box-shadow:0 0 40px #5e5c9a1f}.snackbar_loading{margin-right:20px}.snackbar_prefix{margin-right:12px}.snackbar_text{color:#f8fafc;flex-grow:1;margin:0;font-size:14px;font-style:normal;font-weight:400;line-height:160%}.snackbar_close_text{color:#1dacfc;cursor:pointer;background:0 0;border:none;outline:none;font-size:16px;font-weight:700;line-height:20px}.snackbar-leave-active{animation:1s cubic-bezier(.55,.085,.68,.53) both slide-out-bottom}@keyframes slide-in-bottom{0%{opacity:0;transform:translateY(1000px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-out-bottom{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(1000px)}}.lds-ring{width:22px;height:22px;display:inline-block;position:relative}.lds-ring div{box-sizing:border-box;border:2px solid var(--medium);border-color:var(--medium) transparent transparent transparent;border-radius:50%;width:22px;height:22px;margin:2px;animation:1.2s cubic-bezier(.5,0,.5,1) infinite lds-ring;display:block;position:absolute}.lds-ring div:first-child{animation-delay:-.45s}.lds-ring div:nth-child(2){animation-delay:-.3s}.lds-ring div:nth-child(3){animation-delay:-.15s}@keyframes lds-ring{0%{transform:rotate(0)}to{transform:rotate(1turn)}}
