:root{--yellow:linear-gradient(180deg,#f8d49a -146.42%,#fad79d -46.42%);--orange:#fca61f;--black:#242d49;--gray:#788097;--purple:linear-gradient(180deg,#bb67ff,#c484f3);--pink:#ff919d;--glass:hsla(0,0%,100%,.54);--boxShadow:0px 19px 60px rgb(0 0 0/8%);--smboxShadow:-79px 51px 60px rgba(0,0,0,.08);--activeItem:#f799a354}body{margin:0}.App{background-image:linear-gradient(106.37deg,#ffe1bc 29.63%,#ffcfd1 51.55%,#f3c6f1 90.85%);display:flex;font-family:Inter,sans-serif;height:100vh}.AppGlass{grid-gap:10px;background-color:hsla(0,0%,100%,.54);background-color:var(--glass);border-radius:2rem;display:grid;gap:10px;grid-template-columns:11rem auto 20rem;height:97%;margin:auto;overflow:hidden;width:97%}@media screen and (max-width:1200px){.AppGlass{grid-template-columns:10% 50% auto;overflow-y:scroll}}@media screen and (max-width:768px){.AppGlass{grid-template-columns:1fr}.AppGlass::-webkit-scrollbar{display:none}}.Cards{display:flex;gap:10px}.ParentContainer{width:100%}@media screen and (max-width:1200px){.Cards{flex-direction:column}.ParentContainer{height:9rem}}@media screen and (max-width:768px){.Cards{width:90%}}.CompactCard{border-radius:.7rem;color:#fff;cursor:pointer;display:flex;flex:1 1;font-weight:700;height:7rem!important;padding:1rem;position:relative}.CompactCard:hover{box-shadow:none!important}.RadialBar{display:flex;flex:1 1;flex-direction:column;gap:1rem;justify-content:flex-end}.CircularProgressbar{overflow:visible;width:4rem!important}.CircularProgressbar-path{stroke:#fff!important;stroke-width:12px!important;-webkit-filter:drop-shadow(2px 3px 4px #fff)!important;filter:drop-shadow(2px 3px 4px white)!important}.CircularProgressbar-trail{display:none!important}.CircularProgressbar-text{fill:#fff!important}.RadialBar>span{font-size:17px;font-weight:700}.details{align-items:flex-end;display:flex;flex:1 1;flex-direction:column;justify-content:space-between}.details>span:nth-child(2){font-size:22px;font-weight:700}.details>span:nth-child(3){font-size:12px;font-weight:400}.expandedCard{align-items:center;border-radius:1rem;display:flex;flex-direction:column;justify-content:space-between;left:13rem;min-height:60vh;padding:1rem;position:absolute;width:60%;z-index:9}.expandedCard>span:nth-child(2){color:#fff;font-size:26px;font-weight:400;text-shadow:0 2px 3px #fff}.expandedCard>span:nth-child(4){color:#fff;font-size:15px;font-weight:700}.chart-container{width:60%}@media screen and (max-width:1200px){.expandedCard{left:10rem;top:4rem}}@media screen and (max-width:768px){.expandedCard{height:50%;left:15px;top:8rem;width:80%}}.CircularProgressbar{vertical-align:middle;width:100%}.CircularProgressbar .CircularProgressbar-path{stroke:#3e98c7;stroke-linecap:round;transition:stroke-dashoffset .5s ease 0s}.CircularProgressbar .CircularProgressbar-trail{stroke:#d6d6d6;stroke-linecap:round}.CircularProgressbar .CircularProgressbar-text{fill:#3e98c7;dominant-baseline:middle;text-anchor:middle;font-size:20px}.CircularProgressbar .CircularProgressbar-background{fill:#d6d6d6}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-background{fill:#3e98c7}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text{fill:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path{stroke:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail{stroke:transparent}.MuiTableRow-root>*{padding:10px}.MuiTableRow-root.MuiTableRow-head>*{font-weight:700!important}.Table th,td{border:none!important}.Table:first-child{border-radius:.7rem}.status{border-radius:9px;padding:5px}.e{color:#00d0ff!important}@media screen and (max-width:1200px){.Table{margin-top:3rem;width:160%}}@media screen and (max-width:768px){.Table{align-items:center;display:flex;flex-direction:column;position:relative;width:18rem}}.MainDash{display:flex;flex-direction:column;justify-content:space-evenly}@media screen and (max-width:1200px){.MainDash{justify-content:flex-start;margin-top:2rem}}@media screen and (max-width:768px){.MainDash{align-items:center}}.Updates{background:#fff;border-radius:.7rem;display:flex;flex-direction:column;font-style:10px;gap:1rem;padding:1rem}.update{display:flex;gap:.5rem}.update>img{height:3rem;width:3rem}.noti>div>span:first-child{font-weight:700}.RightSide{display:flex;flex-direction:column;justify-content:space-evenly;width:95%}@media screen and (max-width:1200px){.RightSide{justify-content:flex-start;margin-top:2rem}}@media screen and (max-width:768px){.RightSide{margin-top:0;width:100%}.RightSide>div{align-items:center;display:flex;flex-direction:column}}.sidebar{display:flex;flex-direction:column;padding-top:4rem;position:relative;transition:all .3s ease}.logo{align-items:center;display:flex;font-size:22px;font-weight:700;gap:1rem;height:5rem;justify-content:center}.logo>img{height:3rem;width:3rem}.logo>span>span{color:var(--pink)}.menu{display:flex;flex-direction:column;gap:2rem;margin-top:4rem}.menuItem{align-items:center;display:flex;gap:1rem;height:2.5rem;margin-left:2rem;position:relative;transition:all .3s ease}.menuItem:hover{cursor:pointer}.bars{display:none}.active{background-color:pink;border-bottom-right-radius:1rem;border-left:.5rem solid #f88d9f;border-top-right-radius:1rem;margin-left:0;padding:.1rem .5rem;padding-left:1.7rem!important}.menuItem:last-child{bottom:2.5rem;position:absolute}@media screen and (max-width:1200px){.logo,.menuItem>span{display:none}}@media screen and (max-width:768px){.sidebar{background-color:#ffe0e0;height:100%;padding-right:1rem;position:fixed;width:55%;z-index:9}.menuItem>span{display:block}.logo{display:flex}.menuItem:last-child{margin-top:2rem;position:relative}.bars{background-color:#ffe0e0;border-radius:10px;display:flex;padding:10px;position:fixed;top:2rem;z-index:9}}
/*# sourceMappingURL=main.30e10d49.css.map*/