#wrapper{height:100%;position:relative}.profile-main-loader{left:50%!important;margin-left:-100px;margin-top:-100px;position:fixed!important;top:50%!important;width:45px;z-index:9000!important}.profile-main-loader .loader{height:40px;margin:0 auto;position:relative;width:40px}.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%;margin:auto;-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;width:100%}.loader-path{stroke-dasharray:150,200;stroke-dashoffset:-10;stroke-linecap:round;-webkit-animation:dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite}@-webkit-keyframes rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35}to{stroke-dasharray:89,200;stroke-dashoffset:-124}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35}to{stroke-dasharray:89,200;stroke-dashoffset:-124}}@-webkit-keyframes color{0%{stroke:var(--loader-color,#fc500e)}40%{stroke:var(--loader-color,#fc500e)}66%{stroke:var(--loader-color,#fc500e)}80%,90%{stroke:var(--loader-color,#fc500e)}}@keyframes color{0%{stroke:var(--loader-color,#fc500e)}40%{stroke:var(--loader-color,#fc500e)}66%{stroke:var(--loader-color,#fc500e)}80%,90%{stroke:var(--loader-color,#fc500e)}}