.full-loader.center-body{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:9999;background:linear-gradient(135deg,#0c1c3aeb,#293450e6);justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:fixed;top:0;left:0}.full-loader .loader-shell{background:#ffffff14;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:92px;height:92px;display:flex;position:relative;box-shadow:0 14px 36px #00000059}.full-loader .loader-ring{border:4px solid #5dcbc6;border-color:#5dcbc6 #ff7603 #ffffff38 #ffffff38;border-radius:50%;width:62px;height:62px;animation:.85s linear infinite spin}.full-loader .loader-dot{background:#fff;border-radius:50%;width:14px;height:14px;animation:1.35s ease-in-out infinite pulse;position:absolute;box-shadow:0 0 #fffc}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%{transform:scale(.78);box-shadow:0 0 #ffffffbf}70%{transform:scale(1.08);box-shadow:0 0 0 16px #fff0}to{transform:scale(.78);box-shadow:0 0 #fff0}}
