
#cn-loading{position:fixed;width:100vw;height:100vh;top:0;left:0;z-index:999999999999;background-color:rgba(241,241,241,.5647058824);display:flex;align-items:center;justify-content:center;flex-direction:column}#cn-loading svg{width:64px;height:64px;animation:girar 3s infinite linear}#cn-loading span{font-size:18px;font-weight:600;color:#000}@keyframes girar{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
