.circle-loader{display:flex;justify-content:center;align-items:center;width:100vw;flex-direction:column;z-index:2000;position:fixed;top:0;height:100dvh;background-color:#0000008a}.circle{width:50px;height:50px;border:5px solid #d3d3d3;border-top-color:#ff2929;border-radius:50%;animation:spin 1s linear infinite}.circle-loader>div:last-child{color:#fff;margin-top:20px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Testingtop{margin:1dvh;width:25vw}.Testingtop,.sidebarofadmin{height:98dvh;border-radius:10px}.sidebarofadmin{position:fixed;width:20vw}