.preloader{z-index:99999;width:100%;height:100vh;display:flex;position:fixed;top:0}.preloader .loaderWrap{justify-content:center;width:100px;height:100px;margin:auto;display:flex;position:relative}.preloader .loaderWrap:after{content:attr(data-label);color:currentColor;text-align:center;width:10rem;animation:2s infinite alternate both loader-text;position:absolute;bottom:-1.25rem}.preloader .loaderWrap .loader{-ms-border-radius:1rem;-o-border-radius:1rem;border-radius:1rem;width:.875rem;height:.875rem;position:absolute;top:20%;left:20%}.preloader .loaderWrap .loader:first-child{background-color:var(--primary);width:1rem;height:4rem;animation:2s infinite alternate both rotate-1;left:25%;transform:rotate(30deg)}.preloader .loaderWrap .loader:nth-child(2){background-color:var(--tertiary);height:2.5rem;animation:2s infinite alternate both rotate-2;top:42%;left:60%;transform:rotate(-30deg)}.preloader .loaderWrap .loader:last-child{background-color:var(--tertiary);animation:2s infinite alternate both scale;top:50%;left:80%}@keyframes rotate-1{0%{transform:rotate(0)}to{transform:rotate(210deg)}}@keyframes rotate-2{0%{transform:rotate(0)}to{transform:rotate(-210deg)}}@keyframes loader-text{0%{opacity:0}50%{opacity:1}to{opacity:0}}
