.page_loading_container_1{width:100%;height:100%;position:relative}.page_loading_container{justify-content:center;align-items:center;width:100%;height:calc(100vh - 85px);display:flex;position:absolute;top:0;left:0}.page_loading{background:#272727;border:1px solid #4c4c4c;border-radius:300px;width:300px;height:10px}.page_loading_children{background:#151515;border-radius:300px;height:10px;animation:3s ease-in-out loading_run}@keyframes loading_run{0%{width:0}to{width:100%}}
