#loadingScreen{position:fixed;left:0;top:30%;right:0;background-color:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column;z-index:1000}.spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #dc3545;border-radius:50%;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--roxo-color: #5503a5;--roxo-escuro-color: #28024d;--verde-color: #7ef14a;--verde-escuro-color: #88cc77;--preto-color: #000000;--branco-color: #f9f9f9}*{margin:0;padding:0;font-family:Montserrat,sans-serif;font-optical-sizing:auto;font-style:normal;font-variation-settings:"slnt" 0}body{background-color:#fff;overflow-x:hidden}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--roxo-color)}::-webkit-scrollbar-thumb:hover{background:var(--roxo-escuro-color)}
