.profile-main-loader{left:0;margin-left:0;height:100vh;top:0;margin-top:0;z-index:9000!important;display:grid;grid-template-columns:1fr;grid-template-rows:1fr;align-items:center;justify-content:center;right:0;position:fixed;background:#ccccccb5}.profile-main-loader .loader{position:relative;margin:0 auto;width:100px;height:100px}.profile-main-loader .loader:before{content:'';display:block;padding-top:100%}.circular-loader{-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite;height:100%;-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;width:100%;position:absolute;top:0;left:0;margin:auto;z-index:99}.profile-main-loader .loader .pipline{top:20px;position:absolute;left:22px}.loader-path{stroke-dasharray:10,200;stroke-dashoffset:0;stroke-linecap:round}.loader-path-bg{stroke-dasharray:0,70.8;stroke-dashoffset:0;stroke-linecap:round}.loader-path-dot{stroke-dasharray:0,100;stroke-dashoffset:-12;stroke-linecap:round}.loader-path-dot-bg{stroke-dasharray:0,100;stroke-dashoffset:-12;stroke-linecap:round}@-webkit-keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}