.loading-screen{justify-content:center;align-items:center;width:100%;height:100vh;display:flex}.loader{background:0 0;border:1px solid #333;border-radius:50%;justify-content:center;align-items:center;width:150px;height:150px;display:flex;position:relative;overflow:hidden;box-shadow:25px 25px 75px #0000008c}.loader:before{content:"";background:0 0;border:1px dashed #444;border-radius:50%;position:absolute;inset:20px;box-shadow:inset -5px -5px 25px #00000040,inset 5px 5px 35px #00000040}.loader:after{content:"";border:1px dashed #444;border-radius:50%;width:50px;height:50px;position:absolute;box-shadow:inset -5px -5px 25px #00000040,inset 5px 5px 35px #00000040}.loader span{transform-origin:0 0;background:0 0;border-top:1px dashed #fff;width:50%;height:100%;animation:2s linear infinite radar81;position:absolute;top:50%;left:50%}.loader span:before{content:"";transform-origin:0 0;filter:blur(30px)drop-shadow(20px 20px 20px #2e8b57);background:#2e8b57;width:100%;height:100%;position:absolute;top:0;left:0;transform:rotate(-55deg)}@keyframes radar81{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
