
#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}#cn-loading svg{width:64px;height:64px;animation:girar 3s infinite linear}@keyframes girar{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
.cn-warn-root{position:fixed;top:5%;left:0;right:0;margin:auto;width:600px;background-color:#fff;border:1px solid #000;border-radius:12px;z-index:99999;animation:moveToCenter .5s linear}.cn-warn-root .cn-modal{position:relative;padding:20px;padding-top:0}.cn-warn-root .cn-modal .cn-header{position:absolute;right:0}.cn-warn-root .cn-modal .cn-header button{right:5px;top:0;position:absolute;background-color:rgba(0,0,0,0)}.cn-warn-root .cn-modal .cn-header button svg{fill:#000}.cn-warn-root .cn-modal .cn-body span{font-size:14px;line-height:25px}.cn-background{position:fixed;width:100vw;height:100vh;top:0;left:0;z-index:9999;background-color:rgba(0,0,0,.368627451);display:flex;align-items:center;justify-content:center;animation:fade .5s linear}@media(max-width: 768px){.cn-warn-root{width:95%}.cn-warn-root .cn-body span{line-height:20px !important}}@keyframes fade{0%{opacity:0}100%{opacity:1}}@keyframes moveToCenter{0%{top:-25%}100%{top:5%}}
