#AppLoader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999999;background-color:rgba(0,0,0,.4);align-items:center}#AppLoader,#AppLoader .svg-loader{display:flex;justify-content:center}#AppLoader .svg-loader{position:relative;align-content:space-around}#AppLoader .loader-svg{position:absolute;left:0;right:0;top:0;bottom:0;fill:none;stroke-width:5px;stroke-linecap:round;stroke:var(--bs-main)}#AppLoader .loader-svg.bg{stroke-width:8px;stroke:rgba(0,0,0,.2)}#AppLoader .animate{stroke-dasharray:242.6;animation:fill-animation 1s cubic-bezier(1,1,1,1) 0s infinite}@keyframes fill-animation{0%{stroke-dasharray:40 242.6;stroke-dashoffset:0}50%{stroke-dasharray:141.3;stroke-dashoffset:141.3}to{stroke-dasharray:40 242.6;stroke-dashoffset:282.6}}