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