.loader{border-radius:50%;line-height:1.5rem;border:4px solid #004f9f;border-left-color:transparent;width:44px;height:44px;animation:spin89345 1s linear infinite}@keyframes spin89345{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.custom_loader{width:1.5em;transform-origin:center;animation:rotate4 2s linear infinite;position:absolute}.custom_loader circle{fill:none;stroke:#000;stroke-width:2;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;animation:dash4 1.5s ease-in-out infinite}@keyframes rotate4{to{transform:rotate(1turn)}}@keyframes dash4{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,200;stroke-dashoffset:-35px}to{stroke-dashoffset:-125px}}