.toast_container__N302v{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999;display:flex;align-items:center;justify-content:center;pointer-events:none}.toast_mask__oTvNl{position:absolute;top:0;left:0;width:100%;height:100%}.toast_box__ghbVa{background-color:rgba(0,0,0,.75);border-radius:8px;padding:15px;flex-direction:column;color:#fff;font-size:15px;pointer-events:auto;animation:toast_fadeIn__o2rQj .2s ease-out;white-space:nowrap}.toast_box__ghbVa,.toast_loadingWrapper__FHWzW{display:flex;align-items:center;justify-content:center}.toast_loadingWrapper__FHWzW{position:relative;width:40px;height:40px}.toast_spinnerSvg__rffBj{position:absolute;top:0;left:0;width:100%;height:100%;animation:toast_spin__puXTW 1s linear infinite;color:#fff}.toast_centerLogo__8o1Pl{width:20px;height:20px;object-fit:contain;z-index:1}.toast_text__XCuhF{line-height:1.5}@keyframes toast_fadeIn__o2rQj{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes toast_spin__puXTW{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}