#preloader{z-index:9999;background-color:#0e0e0e;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.loder-box{background-color:#0003;border-radius:1px;justify-content:center;align-items:center;width:128px;height:100px;display:flex;position:fixed}.battery{border:1px solid #fff;border-radius:2px;width:60px;height:25px;animation:2s linear infinite charge;position:relative}.battery:after{content:"";background-color:#fff;border-radius:0 1px 1px 0;width:3px;height:10px;position:absolute;top:7px;right:-5px}@keyframes charge{0%{box-shadow:inset 0 0 #fff}to{box-shadow:inset 60px 0 #fff}}
