.main_load{z-index:500;background-color:var(--white);flex-direction:column;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.main_load .load_wrapper{flex-direction:column;align-items:center;gap:0;margin:auto;display:flex;position:relative}.main_load .load_wrapper img{width:100%;max-width:200px}.main_load .load_wrapper .circle_wrapper{width:150px;height:150px;position:relative}.main_load .load_wrapper .circle_wrapper .circle1{transition:all .3s;animation:.5s linear infinite Spin;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.main_load .load_wrapper .circle_wrapper .circle1 circle{stroke-width:3px;stroke:var(--red);fill:#0000;stroke-dashoffset:119px;stroke-dasharray:194;stroke-linecap:round;transition:all .3s}
