.page-loader,.module-loader{flex-direction:column;justify-content:center;align-items:center;gap:16px;height:100vh;display:flex}.page-loader{height:100vh}.page-loader h1,.module-loader h1{font-size:17px;font-weight:400}.page-loader-spinner{border:4px solid var(--gray-main);border-top-color:var(--seagreen-main);border-radius:50%;width:35px;height:35px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.module-loader{width:100%;margin:auto;position:absolute;inset:0 0 0 7%}
