body,html,#app{height:100%;width:100%;margin:0;padding:0}.container-loader{display:flex;justify-content:center;align-items:center;height:100%;width:100%;overflow:hidden;background:#081023}.loader{width:64px;height:64px;background:conic-gradient(from 0turn,transparent 10%,#71bedb 50%,#f4f468 80%,transparent 100%);border-radius:50%;-webkit-mask:radial-gradient(circle 52% at 50% 50%,transparent 46%,#000 47%);mask:radial-gradient(circle 52% at 50% 50%,transparent 46%,#000 47%);animation:spin 1.1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}
