.loader1:after,.loader1:before,.loader2:after,.loader2:before,.loader3::after{border-radius:50%;content:'';position:absolute}:root{--loader-size:48px;--loader-color:#025DFB}.loader-background{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.8);display:flex;justify-content:center;align-items:center;z-index:9999;visibility:hidden;opacity:0;transition:visibility 0s .5s,opacity .5s linear;backdrop-filter:blur(10px)}.loader3,.loader4{display:inline-block;position:relative}.loader-background.show{visibility:visible;opacity:1;transition:visibility,opacity .5s linear}.loader1{transform:rotateZ(45deg);perspective:1000px;border-radius:50%;width:48px;height:48px;color:#fff}.loader1:after,.loader1:before{display:block;top:0;left:0;width:inherit;height:inherit;transform:rotateX(70deg);animation:1s linear infinite spin}.loader1:after{color:#ff3d00;transform:rotateY(70deg);animation-delay:.4s}@keyframes rotate{0%{transform:translate(-50%,-50%) rotateZ(0)}100%{transform:translate(-50%,-50%) rotateZ(360deg)}}@keyframes rotateccw{0%{transform:translate(-50%,-50%) rotate(0)}100%{transform:translate(-50%,-50%) rotate(-360deg)}}@keyframes spin{0%,100%{box-shadow:.2em 0 0 0 currentcolor}12%{box-shadow:.2em .2em 0 0 currentcolor}25%{box-shadow:0 .2em 0 0 currentcolor}37%{box-shadow:-.2em .2em 0 0 currentcolor}50%{box-shadow:-.2em 0 0 0 currentcolor}62%{box-shadow:-.2em -.2em 0 0 currentcolor}75%{box-shadow:0 -.2em 0 0 currentcolor}87%{box-shadow:.2em -.2em 0 0 currentcolor}}.loader2{position:relative;width:100px;height:100px}.loader2:after,.loader2:before{inset:0;box-shadow:0 0 10px 2px rgba(0,0,0,.3) inset}.loader2:after{box-shadow:0 2px 0 #ff3d00 inset;animation:2s linear infinite rotate}@keyframes rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.loader3{width:var(--loader-size);height:var(--loader-size);border:3px solid #fff;border-radius:50%;box-sizing:border-box;animation:1s linear infinite rotation}.loader3::after{left:50%;top:50%;transform:translate(-50%,-50%);width:56px;height:56px;border:3px solid transparent;border-bottom-color:#ff3d00}@keyframes rotation{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.loader4{width:48px;height:48px}.loader4::after,.loader4::before{content:'';box-sizing:border-box;width:48px;height:48px;border-radius:50%;border:2px solid #fff;position:absolute;left:0;top:0;animation:2s linear infinite animloader}.loader4::after{animation-delay:1s}@keyframes animloader{0%{transform:scale(0);opacity:1}100%{transform:scale(1);opacity:0}}.loader5{font-size:var(--loader-size);font-weight:700;letter-spacing:2px;font-family:inherit;color:#fff;animation:1s ease-in-out infinite alternate smokeOut;text-shadow:0 0 1px #fff}.loader5:before{content:"درحال بارگذاری"}@keyframes smokeOut{100%{opacity:.08;filter:blur(5px);letter-spacing:4px}}