: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{box-sizing:border-box;font-family:Inter,sans-serif;margin:0;overflow-x:hidden;padding:0;-webkit-user-select:none;-ms-user-select:none;user-select:none}.App{align-items:center;background:linear-gradient(106.37deg,#ffe1bc 29.63%,#ffcfd1 51.55%,#f3c6f1 90.85%);color:#242d49;color:var(--black);display:flex;height:100vh;justify-content:center}.AppGlass{grid-gap:12px;background:hsla(0,0%,100%,.54);background:var(--glass);border-radius:2rem;display:grid;gap:12px;grid-template-columns:11rem auto;height:99%;overflow-x:hidden;overflow-y:auto;width:100%}.Sidebar{background-color:hsla(0,0%,100%,.54);background-color:var(--glass);box-shadow:0 19px 60px rgb(0 0 0/8%);box-shadow:var(--boxShadow);height:100vh;overflow:hidden;position:-webkit-sticky;position:sticky;top:0}.MainContent{display:flex;flex-direction:column;width:100%}.RightSideWrapper{align-items:center;display:flex;justify-content:center;margin:0 auto;width:100%}@media screen and (max-width:1200px){.AppGlass{grid-template-columns:10% 50% auto;overflow-y:auto}.RightSideWrapper{width:100%}}@media screen and (max-width:768px){.AppGlass{grid-template-columns:1fr;overflow-y:auto}.RightSideWrapper{width:100%}}.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;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 4px 6px #fff);filter:drop-shadow(2px 4px 6px white)}.CircularProgressbar-trail{display:none}.CircularProgressbar-text{fill:#fff!important}.radialBar>span{font-size:17px;font-weight:700}.detail{align-items:flex-end;display:flex;flex:1 1;flex-direction:column;justify-content:space-between}.detail>span:nth-child(2){font-size:22px;font-weight:700}.detail>span:nth-child(3){font-size:12px}.ExpandedCard{align-items:center;border-radius:1rem;display:flex;flex-direction:column;height:70vh;justify-content:space-around;left:13rem;padding:1rem;position:absolute;width:60%;z-index:9}.ExpandedCard>span:first-of-type{color:#fff;font-size:26px;font-weight:700;text-shadow:0 0 15px #fff}.ExpandedCard>span:nth-of-type(2){color:#ececec;font-size:15px}.chartContainer{width:70%}@media screen and (max-width:1200px){.ExpandedCard{height:45vh;left:6rem;top:2rem}}@media screen and (max-width:768px){.ExpandedCard{height:50%;left:25px;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>*{border-top:1px solid #e0e0e0;font-size:1rem;margin-right:10px;padding:15px}.MuiTableRow-root.MuiTableRow-head>*{background-color:#f5f5f5;border-top:none;color:#333;font-size:1.1rem;font-weight:700!important;padding:16px}.Table td,th{border:none!important;padding:12px 20px}.Table:first-child{border-radius:.7rem!important}.status{border-radius:9px;font-size:.875rem;font-weight:600;padding:8px 16px;text-align:center}.Details{color:#007bff!important;cursor:pointer;font-weight:600}.Details:hover{text-decoration:underline}.Table{border-collapse:separate;border-spacing:0;box-shadow:0 13px 20px 0 #80808029;margin-top:2rem;width:100%}.MuiTableContainer-root{border-radius:12px}.MuiTableCell-root{border-bottom:1px solid #e0e0e0}.MuiTableHead-root{background-color:#fafafa}@media screen and (max-width:1200px){.Table{margin-top:2rem;overflow-x:scroll;width:120%}}@media screen and (max-width:768px){.Table{margin-top:2rem;overflow-x:auto;width:100%}.MuiTableRow-root,.Table{display:block}.MuiTableCell-root{display:block;padding:10px 0}}.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}}.gap{margin-top:15px}.Updates-container{display:flex;gap:30px;justify-content:space-between;padding:20px}.update-box{background-color:#f9f9f9;border-radius:12px;box-shadow:0 15px 20px rgba(0,0,0,.15);flex:1 1;justify-content:center;min-height:120px;padding:20px}.update,.update-box{align-items:center;display:flex}.update{width:100%}img{border-radius:50%;height:70px;margin-right:20px;width:70px}.noti{display:flex;flex-direction:column}.noti span:first-child{font-size:1rem;font-weight:700}.noti span:last-child{color:#888;font-size:1rem}.RightSide{display:flex;flex-direction:column;justify-content:space-evenly;width:95%}.gap{margin-top:20px}@media screen and (max-width:1200px){.RightSide{justify-content:flex-start;margin-top:3rem}}@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}.bars{display:none}.logo{align-items:center;display:flex;flex-direction:column;font-size:26px;font-weight:700;gap:1rem;height:5rem;height:4%;justify-content:center}.logo>span>span{color:var(--pink)}.logo>img{height:3rem;width:3rem}.menu{display:flex;flex-direction:column;gap:2rem;margin-top:4rem}.menuItem{border-radius:.7rem;font-size:14px;gap:1rem;height:2.5rem;margin-left:2rem;position:relative;transition:all .3s ease}.menuItem:hover{cursor:pointer}.menu .menuItem:last-child{bottom:2.3rem;position:absolute;width:100%}.active{margin-left:0}.active:before{content:"";height:100%;margin-right:calc(1rem - 8px);width:8px}@media screen and (max-width:1200px){.logo,.menuItem>span{display:none}}@media screen and (max-width:768px){.sidebar{background:#ffe0e0;height:100%;padding-right:1rem;position:fixed;width:55%;z-index:9}.menuItem>span{display:block}.logo{display:flex}.menu .menuItem:last-child{margin-top:6rem;position:relative}.bars{border-radius:10px;display:flex;left:60%;padding:10px;position:fixed;top:2rem;z-index:9}.close{left:-60%}}.menuItem{align-items:center;border-radius:5px;color:#333;display:flex;padding:10px 20px;text-decoration:none;transition:background-color .3s ease,color .3s ease}.menuItem:hover{background-color:#ffa07a}.menuItem span{margin-left:10px}body,html{color:#fff;font-family:Montserrat,sans-serif;margin:0;min-height:100%;overflow-x:hidden;padding:0;width:100%}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#0c0c27}::-webkit-scrollbar-thumb{background:#ff4081;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:#e00070}.navbar{align-items:center;display:flex;font-size:16px;justify-content:space-between;left:20px;margin:0 60px;padding:10px 20px;position:fixed;right:20px;top:40px;transition:background .3s,color .1s,top .3s,left .3s,right .3s,padding .3s,margin .3s,box-shadow .3s;z-index:1000}.navbar.sticky{background:#0c0c27;box-shadow:0 4px 8px rgba(0,0,0,.2);color:#ff4081;left:0;margin:0;padding:20px;right:0;top:0}.navbar a{color:inherit;font-weight:600;margin:0 15px;text-decoration:none;transition:color .3s}.container{align-items:center;background-image:url(/static/media/nature.51fac47bf488db7dc9c9.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;color:#fff;display:flex;flex-direction:column;height:100vh;justify-content:center;padding:20px;position:relative;text-align:center;z-index:2}.container:nth-child(odd){background:rgba(0,0,0,.253)}.tex{background:"linear-gradient(to right, rgba(0,0,0,0.8), rgba(255,255,255,0.8))",;font-size:70px;margin-bottom:2rem}h1{font-size:3em}p{font-size:1.5em;margin-bottom:1em}.cta-button{background:linear-gradient(135deg,#ff4081,#e00070);border-radius:5px;box-shadow:0 0 15px rgba(255,64,129,.5);color:#fff;padding:1em 2em;text-decoration:none;transition:background .3s ease,box-shadow .3s ease}.cta-button:hover{background:linear-gradient(135deg,#e00070,#ff4081);box-shadow:0 0 25px rgba(255,64,129,.7)}.particles{height:100%;left:0;overflow:hidden;position:fixed;top:0;width:100%;z-index:1}.particle{-webkit-animation:float 10s infinite;animation:float 10s infinite;background:#fff;border-radius:50%;box-shadow:0 0 5px 1px #fff;height:2px;opacity:0;position:absolute;width:2px}@-webkit-keyframes float{0%{opacity:.7;-webkit-transform:translateY(0) translateX(0);transform:translateY(0) translateX(0)}50%{opacity:1}to{opacity:0;-webkit-transform:translateY(-100vh) translateX(calc(-50vw + 100%));transform:translateY(-100vh) translateX(calc(-50vw + 100%))}}@keyframes float{0%{opacity:.7;-webkit-transform:translateY(0) translateX(0);transform:translateY(0) translateX(0)}50%{opacity:1}to{opacity:0;-webkit-transform:translateY(-100vh) translateX(calc(-50vw + 100%));transform:translateY(-100vh) translateX(calc(-50vw + 100%))}}.star-background{background:transparent;height:100%;left:0;position:fixed;top:0;width:100%;z-index:0}.star{background:#fff;height:1px;opacity:.8;position:absolute;width:1px}#features{background-color:#ffffe0;color:#0c0c27;padding:20px}.features{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;gap:20px;justify-content:space-around}.feature-item{border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.3);flex-direction:column;height:300px;text-align:center;width:300px}.feature-item,.logos{display:flex;justify-content:center;padding:20px}.logos{align-items:center;flex-wrap:wrap}.logos img{margin:20px;max-width:100px}.slider{margin:20px auto;max-width:800px;overflow:hidden;position:relative;width:80%}.slides{display:flex;transition:-webkit-transform .5s ease-in-out;transition:transform .5s ease-in-out;transition:transform .5s ease-in-out,-webkit-transform .5s ease-in-out}.slide{box-sizing:border-box;min-width:100%}.slider img{border-radius:10px;width:100%}.slider-buttons{display:flex;justify-content:space-between;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:100%}.slider-button{background:rgba(0,0,0,.5);border:none;color:#fff;cursor:pointer;padding:10px}
/*# sourceMappingURL=main.30066013.css.map*/