@-webkit-keyframes pulse{0%{opacity:1;transform:scale(1)}to{opacity:.25;transform:scale(.75)}}@keyframes pulse{0%{opacity:1;transform:scale(1)}to{opacity:.25;transform:scale(.75)}}.components-spinner-box{margin-left:auto;margin-right:auto;z-index:999999999!important;left:0;top:0;margin-top:0!important;height:10%!important;right:0;display:flex;justify-content:center;align-items:center}.components-pulse-container{width:120px;display:flex;justify-content:space-between;align-items:center}.components-pulse-bubble{width:20px;height:20px;border-radius:50%;background-color:#3ff9dc}.components-pulse-bubble-1{-webkit-animation:pulse .4s ease 0s infinite alternate;animation:pulse .4s ease 0s infinite alternate}.components-pulse-bubble-2{-webkit-animation:pulse .4s ease .2s infinite alternate;animation:pulse .4s ease .2s infinite alternate}.components-pulse-bubble-3{-webkit-animation:pulse .4s ease .4s infinite alternate;animation:pulse .4s ease .4s infinite alternate}.balloon{position:fixed;left:-80px;display:inline-block;padding:7px 10px;bottom:40px;width:160px;color:#555;font-size:16px;background:#fff;box-sizing:border-box}.balloon:before{content:"";position:absolute;bottom:-24px;left:50%;margin-left:-15px;border:12px solid transparent;border-top:12px solid #fff;z-index:2}.balloon p{margin:0;padding:0}