.loadingWrapper{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#f37438;font-family:Poppins,sans-serif;z-index:99999999}.spinner{width:80px;height:80px;border:5px solid #e5e7eb;border-top-color:#f37438;border-radius:50%;animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}