.loading-page{display:flex;justify-content:center;align-items:center;height:100vh}.loading-page img{animation:spinClockwise 2s linear infinite;transform-style:preserve-3d}@keyframes spinClockwise{0%{transform:rotateY(0deg)}to{transform:rotateY(1turn)}}.layout-container{height:100vh}.content,.menu{overflow-y:auto}.content{padding:2rem;background-color:#fafbfc}