body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.signupPageContainer{height:100%;width:100%;background-color:#effcef;display:flex;justify-content:center;align-items:center}.signupHeaderContainer{width:100%;display:flex;justify-content:space-between;align-items:flex-start}.loaderContainer{width:100%;height:100%;position:absolute;display:flex;justify-content:center;align-items:center;background-color:#8080804d;z-index:1000000}.layoutContainer{width:100vw;height:100vh;position:relative;display:flex}.adminOutletContainer{padding:16px;box-sizing:border-box;min-height:100%;overflow:auto;background-color:#f5f5f5}.nonAdminOutletContainer{width:100%;min-height:100%;overflow:auto}.pieChartBox{height:100%;display:flex;flex-direction:column;justify-content:space-between}.chart{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.options{display:flex;justify-content:space-between;gap:10px;font-size:14px}.option{display:flex;flex-direction:column;gap:10px;align-items:center}.title{display:flex;gap:10px;align-items:center}.dot{width:10px;height:10px;border-radius:50%}.loginPageContainer{height:100%;width:100%;background-color:#effcef;display:flex;justify-content:center;align-items:center}.loginHeaderContainer{width:100%;display:flex;justify-content:space-between;align-items:flex-start}@keyframes moveLeft{0%{transform:translate(0)}to{transform:translate(-105%)}}@keyframes moveLeft2{0%{transform:translate(-105%)}to{transform:translate(-210%)}}@keyframes dropAnimation{0%{top:20px;opacity:0}to{top:70px;opacity:1}}.moveLeftCls{animation:moveLeft 1s ease forwards}.moveLeftCls2{animation:moveLeft2 1s ease forwards}.structure{width:380px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.body{overflow-y:scroll;overflow-x:hidden;box-sizing:border-box;height:100%}.wheel-container{width:375px;height:375px;color:#fff;position:relative;display:flex;align-items:center;justify-content:center}.overlay{background-color:#000;position:absolute;height:100%;left:50%;right:50%;color:#000;display:flex}.pointer{clip-path:polygon(50% 10%,83% 30%,51% 91%,18% 30%);background-color:red;width:50px;height:50px}.center-container{width:70px;height:70px;background-color:#fefefe;border:2px solid #373535;border-radius:50%;margin-top:50%;display:flex;align-items:center;justify-content:center;box-shadow:#32325d40 0 13px 27px -5px,#0000004d 0 8px 16px -8px;cursor:pointer}.forgotPasswordPageContainer{height:100%;width:100%;background-color:#effcef;display:flex;justify-content:center;align-items:center}.forgotPasswordHeaderContainer{width:100%;display:flex;justify-content:space-between;align-items:flex-start}
