.container{margin-left:auto;margin-right:auto}.dashboard-section{height:calc(100vh - 6rem)}.backgroundImg{background-image:url(/images/Clouds.webp);background-repeat:no-repeat;background-size:cover;background-position:50%;height:100vh;width:100%}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-clip:border-box;border:0 solid #c4bfbf;border-radius:.4rem}.dashboard-body::-webkit-scrollbar{border-radius:8px;height:8px;width:8px;background:none}.dashboard-body::-webkit-scrollbar-thumb{background:#3ebdd3;border-radius:8px}.loader{position:relative;width:150px;height:150px;border-radius:50%;background:linear-gradient(#238dca,#2196c0,#1fc0b8);animation:animate 1.2s linear infinite}@keyframes animate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loader span{position:relative;width:100%;height:100%;border-radius:50%;background:linear-gradient(#238dca,#2196c0,#1fc0b8)}.loader span:first-child{filter:blur(5px)}.loader span:nth-child(2){filter:blur(10px)}.loader span:nth-child(3){filter:blur(25px)}.loader span:nth-child(4){filter:blur(50px)}.loader:after{content:"";position:absolute;top:10px;left:10px;right:10px;bottom:10px;background:#e4e4e7;border:2px solid #e4e4e7;border-radius:50%}.office-scroll-main{margin:0;display:flex;place-items:center;width:100vw;min-height:100vh;background-color:#d9afd9;background-image:linear-gradient(0deg,#d9afd9,#efd9e1)}