#cn-alert-cnpj{animation:exitMessage .8s;position:fixed;width:100%;height:125px;top:5%;display:none;align-items:center;justify-content:flex-start;z-index:99}#cn-alert-cnpj .body{width:30%;background-color:#fff3cd;position:relative;display:flex;align-items:center;justify-content:flex-start;border:1px solid #ffeeba;border-radius:.25rem;padding:.75rem 1.25rem}#cn-alert-cnpj .body span{font-size:1rem;font-weight:400;line-height:1.5;text-align:left;color:#856404}#cn-alert-cnpj.active{display:flex;animation:enterMessage .8s;left:1%}@media(max-width: 768px){#cn-alert-cnpj .body{width:60%}}.cn-hide{display:none !important}@keyframes exitMessage{0%{left:1%;display:flex}100%{left:-30%;display:flex}}@keyframes enterMessage{0%{left:-30%}100%{left:1%}}
#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)}}
