.cn-loading-screen-brinde{display:flex;width:100vw;height:100vh;background-color:rgba(0,0,0,0.6);position:fixed;top:0;z-index:999;justify-content:center;align-items:center}.cn-loading-screen-brinde>div{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:white;border-radius:8px;padding:10px}.cn-loading-screen-brinde>div svg{-webkit-animation:rotation 1s infinite linear;animation:rotation 1s infinite linear}@-webkit-keyframes rotation{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(359deg)}}@keyframes rotation{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(359deg)}}

