.layout-preloader-container{background-color:#111417;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex}.layout-preloader-container .layout-preloader{text-align:center;color:#6366f1;letter-spacing:4px;text-transform:uppercase;text-shadow:0 0 10px #6366f1;background:0 0;border:3px solid #161a1f;border-radius:50%;width:75px;height:75px;font-family:sans-serif;font-size:20px;line-height:150px;position:relative;box-shadow:0 0 20px #00000080}.layout-preloader-container .layout-preloader:before{content:"";border:3px solid #6366f1;border-color:#6366f1 #6366f1 #0000 #0000;border-radius:50%;width:100%;height:100%;animation:1s linear infinite preloader-rotate-c;position:absolute;top:-3px;left:-3px}.layout-preloader-container .layout-preloader span{transform-origin:0;background:0 0;width:50%;height:4px;animation:1s linear infinite preloader-rotate;display:block;position:absolute;top:calc(50% - 2px);left:50%}.layout-preloader-container .layout-preloader span:before{content:"";background:#6366f1;border-radius:50%;width:16px;height:16px;position:absolute;top:-6px;right:-8px;box-shadow:0 0 20px #6366f1}@keyframes preloader-rotate-c{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes preloader-rotate{0%{transform:rotate(45deg)}to{transform:rotate(405deg)}}
