#global-toast{position:fixed;top:50%;left:50%;width:180px;min-height:3px;z-index:99999999;background-color:rgba(0,0,0,.8);border-radius:2px;padding:10px;margin-left:-90px;transform:translateY(-50%)}#global-toast .circular{margin:0 auto 10px;display:block;animation:circular-rotate 1.5s linear infinite}#global-toast .circular circle{animation:loading-dash 1.5s ease-in-out infinite;stroke-dasharray:90,150;stroke-dashoffset:0;stroke-width:3;stroke:#fff;stroke-linecap:round}#global-toast p{font-size:16px;color:#fff;text-align:center;z-index:1001;overflow:hidden}.toast-overlay{position:fixed;left:0;top:0;right:0;bottom:0}@keyframes circular-rotate{100%{transform:rotate(360deg)}}@keyframes loading-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40px}100%{stroke-dasharray:90,150;stroke-dashoffset:-120px}}