body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.app{display:flex;height:100vh}.main-content{display:flex;flex:1 1;flex-direction:column}.content{padding:20px}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.dash-container{margin:70px auto 0 110px;padding:60px;width:90%}.dash-top{align-items:top;display:flex;flex-wrap:wrap;height:auto;justify-content:space-around;width:100%}.dash-top-items{align-items:center;background-color:#f8f8f8;border-radius:8px;box-shadow:3px 3px 5px #0000003d;display:flex;height:75px;margin-bottom:10px;width:250px}.dash-top-items .icon{align-items:center;background-color:#8a2be2;border-radius:8px 0 0 8px;color:#fff;display:flex;font-size:28px;height:100%;justify-content:center;width:40%}.dash-top-items .icon img{height:40px;width:40px}.dash-top-items .values{color:rgba(0,0,0,.822);flex-direction:column;margin-left:15px;width:65%}.dash-top-items .values span{display:flex;text-indent:5px}.dash-content{grid-gap:20px;display:grid;gap:20px;grid-template-areas:"chart1 chart2" "chart3 chart4";grid-template-columns:repeat(2,1fr);height:auto;margin-top:40px;width:100%}.chart1,.chart2,.chart3,.chart4{background:#fcfcfc;padding:30px;width:100%;z-index:0}@media screen and (max-width:320px){.dash-container{margin-left:20px;margin-top:40px;padding:15px;width:100%}.dash-top{align-items:center;flex-direction:column}.dash-top-items{margin-bottom:6px;width:80%}.dash-top-items .icon{width:25%}.dash-top-items .icon img{height:25px;width:25px}.dash-top-items .values{margin-left:8px;width:75%}.dash-content{gap:10px;grid-template-areas:"chart1" "chart2" "chart3" "chart4";grid-template-columns:1fr}.chart1,.chart2,.chart3,.chart4{padding:10px}}section{height:100vh;width:100%;z-index:2}.pages{align-items:center;background-color:#f1f5f1;display:flex;flex-direction:column;height:10vh;position:fixed;width:90%}.pages nav{background-color:#ececec;box-shadow:0 5px 15px #00000059;margin-bottom:30px;position:-webkit-sticky;position:sticky;top:0;z-index:1}.pages nav h4{align-items:center;color:#5f1dc9;font-size:21px;margin-left:10px;text-transform:capitalize}.pages nav,.pages nav h4{display:flex;height:10vh;text-indent:100px;width:100%}.pages nav div{align-self:center;display:flex;justify-content:flex-end;margin-right:40px;width:100%}.pages nav a{border-radius:50%;color:#000;padding:6px 7px 0;transition:all .3s linear}.pages nav img{height:35px;width:35px}@media screen and (max-width:320px){.pages{height:8vh;width:100%}.pages nav{align-items:center;flex-direction:row;height:8vh;padding:0 10px}.pages nav h4{font-size:18px;text-indent:10px}.pages nav div{margin-right:10px}.pages nav img{height:30px;width:30px}}.side-panel{background-color:#ececec;box-shadow:0 5px 15px #00000059;height:100vh;margin-top:50px;position:fixed;transition:width .3s cubic-bezier(.4,0,1,1),box-shadow .3s cubic-bezier(.4,0,1,1);width:6%}.user{border-bottom:2px solid #ccc;color:#464646;font-size:25px;height:12vh;justify-content:center}.user .img{height:85px;transition:all .5s}.user img{border-radius:50%;height:100%}.link-container{display:flex;flex-direction:column;height:88vh;justify-content:space-between;position:relative}.link-content{height:90%;padding-top:30px;width:100%}.link-content ul{height:auto}.link-content ul a{align-items:center;color:#0f0f0f;display:flex;font-size:15px;height:45px;margin:5px 0;padding-left:35px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,1,1);width:100%}.link-content ul .close{transition:color .3ms linear,background-color .2s ease-in-out}.link-content div,.user{align-items:center;display:flex}.link-content div img{height:20px;width:20px}.close{position:relative}.link-content div{height:100%;position:relative}.link-content img{color:#3a3a3a;font-size:20px;margin-left:-5px;transition:all .3ms linear}.close .tooltip{background-color:#8e51f0;border-radius:8px;box-shadow:3px 3px 3px rgba(0,0,0,.322);color:#fff;font-size:14px;height:40px;left:60px;padding-left:10px;position:absolute;transition:all .2s ease-in;visibility:hidden;width:0;z-index:1}.close .tooltip,.menu-item{align-items:center;display:flex}.menu-item{padding:10px;position:relative}.menu-item img{height:20px;margin-left:18px;transition:transform .2s ease-in-out;width:20px}.menu-item:hover img{transform:scale(1.1)}.tool{background-color:#333;border-radius:5px;color:#fff;font-size:14px;left:50px;opacity:0;padding:5px 10px;position:absolute;transition:opacity .3s ease-in-out;visibility:hidden;white-space:nowrap}.menu-item:hover .tool{opacity:1;visibility:visible}@media screen and (max-width:320px){.side-panel{height:100%;margin-top:50px;width:15%}.user{height:10vh}.user .img{height:70px}.link-container{height:auto}.link-content ul{padding-top:10px}.link-content ul a{font-size:14px;padding-left:20px}.menu-item img{height:22px;width:22px}.tool{font-size:12px;padding:4px 8px}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:-webkit-fit-content;width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.contain{background-color:#fff;flex-direction:row;height:100vh;justify-content:center;width:100%}.contain,.contain form{align-items:center;display:flex}.contain form{background-color:#fcfcfc;border-radius:8px;box-shadow:0 0 5px rgba(0,0,0,.418);flex-direction:column;height:450px;justify-content:space-evenly;padding:25px;width:350px}.contain form h1{font-size:27px;text-transform:capitalize}.contain form div{width:100%}.contain form .input-container{margin-top:15px;position:relative}.contain form .input-container label{left:8px;padding:0 5px;position:absolute;transition:.3s}.contain form input:not(:placeholder-shown)+label{background-color:#fcfcfc;font-size:14px;top:-10px}.contain form input{background-color:#fcfcfc;border:1px solid #ccc;border-radius:6px;font-size:16px;height:55px;outline:none;padding:8px 12px;width:100%}.contain form input:hover{border-color:#8a2be2}.contain form button{background-color:#8a2be2;border:none;border-radius:7px;color:#fff;cursor:pointer;font-size:16px;height:45px;margin-top:50px;outline:none;padding:5px;text-transform:uppercase;width:100%}.contain form button:hover{opacity:90%}.about-container{background-color:#fff;border-radius:7px;box-shadow:0 5px 15px #00000059;color:#555;display:flex;flex-direction:column;margin:10px auto 10px 200px;padding:15px 20px;transition:all .3s cubic-bezier(.4,0,1,1);width:80%}.about-container .heading{margin:20px 0;text-align:center}.about-content{height:100%;margin:20px}.about-content .header{margin-bottom:25px}.about-content .header h3{display:flex;justify-content:flex-start;margin-bottom:15px}.about-content .header p{margin-left:20px;text-align:justify;text-indent:48px}.about-content .working{margin-bottom:25px}.about-content .working h3{display:flex;justify-content:flex-start;margin-bottom:15px}.about-content .working ul{margin-left:20px}.about-content .working ul li h4{display:flex;justify-content:flex-start;margin-bottom:10px}.about-content .working ul li p{margin-left:20px;text-align:justify}@media screen and (max-width:320px){.about-container{margin:45px auto 0;padding:10px;width:95%}.about-content{margin:10px;text-align:justify}.about-content .header p,.about-content .working ul li p{font-size:14px;line-height:1.5;margin-left:10px;text-indent:20px}.about-content .working ul{padding-left:15px}.about-content .working ul li{margin-bottom:8px}}@media screen and (max-width:768px){.about-container{margin-left:20px;margin-top:45px;padding:15px;width:90%}.about-content{margin:15px}.about-content .header p,.about-content .working ul li p{margin-left:15px;text-indent:30px}}@media screen and (max-width:1024px){.about-container{margin-left:90px;margin-top:45px;padding:20px;width:85%}}@media screen and (max-width:1440px){.about-container{margin-top:45px}}.page-container{margin-bottom:150px}.list-top .search{align-items:center;border:1px solid grey;border-radius:7px;display:flex;height:38px;justify-content:center;position:relative;width:380px}.list-top .search input{background-color:#fcfcfc;border:none;border-radius:7px 0 0 7px;border-right:1px solid grey;color:#000;font-size:14px;height:100%;outline:none;padding:8px;width:75%}.list-top .search select{background-color:#e4e4e4;border:none;border-radius:0 7px 7px 0;color:#555;cursor:pointer;font-size:14px;height:100%;outline:none;padding:3px;width:30%}.list-top .btn-container{display:flex;height:100%;justify-content:center;margin-right:30px;width:120px}.list-top .btn-container button{background-color:#fff;border-radius:5px;height:40px;width:70px}.list-top .btn-container button img{height:25px;width:25px}.list-top .btn-container .tooltip{border-bottom:1px dotted #000;display:inline-block;position:relative}.list-top .btn-container .tooltip .tooltiptext{background-color:#555;border-radius:6px;bottom:-125%;color:#fff;left:50%;margin-left:-60px;opacity:0;padding:5px 0;position:absolute;text-align:center;transition:opacity .3s;visibility:hidden;width:120px;z-index:1}.list-top .btn-container .tooltip .tooltiptext:after{border:5px solid #0000;border-top-color:#555;content:"";left:50%;margin-left:-5px;position:absolute;top:100%}.list-top .btn-container .tooltip:hover .tooltiptext{opacity:1;visibility:visible}@media (max-width:320px){.page-container{height:auto;margin-left:0;padding:10px;width:100vw}.list-top{align-items:center;flex-direction:column;text-align:center}.list-top .class{justify-content:center;width:100%}.list-top .search{margin-top:10px;width:100%}.list-top .search input,.list-top .search select{font-size:12px;padding:5px;width:100%}.list-top .btn-container{justify-content:center;margin-top:10px;width:100%}.list-top .btn-container button{height:35px;width:80px}table{font-size:12px;width:100%}table td,table th{padding:5px}table img{border-radius:50%;height:30px;width:30px}.list-top .tooltip .tooltiptext{font-size:10px;width:100px}}.modal-overlay{background:#00000080;bottom:0;left:0;position:fixed;right:0;top:0;z-index:9999}.form-container{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;left:50%;padding:20px;position:absolute;top:50%;transform:translate(-50%,-50%);width:60%}.form-container h3{font-size:28px}.form-container .img-container,.form-container h3{align-self:flex-start}.form-container button{background-color:#fff;border-color:#0000;border-radius:7px;height:130px;margin-left:30px;margin-top:45px;padding:15px;width:130px}.form-container .new img{background-color:#fff;border-radius:8px;box-shadow:2px 2px 12px hsla(0,0%,71%,.384);cursor:pointer;height:100px;width:100px}.form-container form{display:flex;flex-wrap:wrap;margin:50px 0;width:100%}.form-container form .input-box{border:1px solid #ccc;border-radius:5px;display:flex;flex-direction:column;font-size:16px;height:60px;margin:30px 20px 30px 0;outline:none;pointer-events:none;position:relative;width:255px}.form-container form input{align-items:center;background-color:initial;border:none;box-sizing:border-box;display:flex;font-size:15px;height:100%;outline:none;padding-left:10px;pointer-events:auto;width:100%}.form-container form .input-box label{font-size:17px;left:8px;padding:0 5px;pointer-events:none;position:absolute;text-transform:capitalize;top:15px;transition:.3s;width:-webkit-fit-content;width:fit-content}.form-container form input:not(:placeholder-shown)+label{background-color:#fcfcfc;font-size:14px;top:-10px}.form-container select{border:1px solid #ccc;border-radius:5px;cursor:pointer;font-size:16px;height:60px;margin:30px 20px 30px 0;outline:none;position:relative;width:255px}.form-container .btn-container{display:flex;justify-content:flex-end;width:92%}.form-container .btn-container .back-btn{background-color:#afafaf;border:none;border-radius:5px;color:#000;font-weight:700;height:50px;width:90px}.form-container .btn-container .back-btn:hover{background-color:#ccc}.form-container .btn-container .add-btn{background-color:#5092ff;border:none;border-radius:5px;color:#fff;font-weight:700;height:50px;width:90px}.form-container .btn-container .add-btn:hover{background-color:skyblue}@media (max-width:320px){.form-container{max-height:90vh;overflow-y:auto;padding:10px;width:95%}}@media (max-width:1440px){.form-container{max-height:90vh;overflow-y:auto;width:50%}}@media (max-width:1024px){.form-container{max-height:90vh;overflow-y:auto;width:60%}}@media (max-width:768px){.form-container{max-height:90vh;overflow-y:auto;padding:15px;width:80%}}.page-container{background-color:#fff;border-radius:7px;box-shadow:0 5px 15px #00000059;display:flex;flex-direction:column;height:60vh;margin-bottom:100px;margin-left:130px;padding:15px 20px;transition:all .3s cubic-bezier(.4,0,1,1)}.list-top{display:flex;justify-content:space-between;margin:10px 0 20px;width:100%}.list-top .class{align-items:center;display:flex;justify-content:center;margin-left:-20px;width:200px}.list-top .class h3{font-size:14pt;margin:0 10px 15px;text-transform:capitalize}.list-top input .search{align-items:center;background-color:#fcfcfc;border:none;border-radius:7px;border-radius:7px 0 0 7px;border-right:1px solid grey;color:#000;display:flex;font-size:14px;height:38px;height:100%;justify-content:center;outline:none;padding:8px;position:relative;width:380px;width:75%}table{border-collapse:collapse;margin-top:20px;width:100%}table td,table th{border:1px solid #ddd;padding:8px;text-align:left}table th{background-color:#f4f4f4;font-weight:700}table tr:nth-child(2n){background-color:#f9f9f9}table tr:hover{background-color:#f1f1f1}@media screen and (max-width:320px){.page-container{height:auto;margin-right:30px;margin-top:30px;padding:10px;width:95vw}.list-top .class h3{font-size:12pt}table td,table th{font-size:10px;padding:5px}}.all{background-color:#fff;flex-direction:row;height:100vh;justify-content:center;width:100%}.all,.all form{align-items:center;display:flex}.all form{background-color:#fcfcfc;border-radius:8px;box-shadow:0 0 5px rgba(0,0,0,.418);flex-direction:column;height:450px;justify-content:space-evenly;padding:25px;width:350px}.all form h3{font-size:27px;text-transform:capitalize}.all form div{width:100%}.all form .input-container{margin-top:15px;position:relative}.all form .input-container label{left:8px;padding:0 5px;position:absolute;transition:.3s}.all form input:not(:placeholder-shown)+label{background-color:#fcfcfc;font-size:14px;top:-10px}.all form input{background-color:#fcfcfc;border:1px solid #ccc;border-radius:6px;font-size:16px;height:55px;outline:none;padding:8px 12px;width:100%}.all form input:hover{border-color:#8a2be2}.all form button{background-color:#8a2be2;border:none;border-radius:7px;color:#fff;cursor:pointer;font-size:16px;height:45px;margin-top:50px;outline:none;padding:5px;text-transform:uppercase;width:100%}.all form button:hover{opacity:90%}.container{background-color:#fff;flex-direction:row;height:100vh;justify-content:center;width:100%}.container,.container form{align-items:center;display:flex}.container form{background-color:#fcfcfc;border-radius:8px;box-shadow:0 0 5px rgba(0,0,0,.418);flex-direction:column;height:450px;justify-content:space-evenly;padding:25px;width:350px}.container form h1{font-size:27px;text-transform:capitalize}.container form div{width:100%}.container form .input-container{margin-top:15px;position:relative}.container form .input-container label{left:8px;padding:0 5px;position:absolute;transition:.3s}.container form input:not(:placeholder-shown)+label{background-color:#fcfcfc;font-size:14px;top:-10px}.container form input{background-color:#fcfcfc;border:1px solid #ccc;border-radius:6px;font-size:16px;height:55px;outline:none;padding:8px 12px;width:100%}.container form input:hover{border-color:#8a2be2}.container form button{background-color:#8a2be2;border:none;border-radius:7px;color:#fff;cursor:pointer;font-size:16px;height:45px;margin-top:100px;outline:none;padding:5px;text-transform:uppercase;width:100%}.container form button:hover{opacity:90%}*{box-sizing:border-box;font-family:Poppins,sans-serif;margin:0;padding:0}.block{background-color:#fff;flex-direction:row;height:100vh;justify-content:center;width:100%}.block,.block form{align-items:center;display:flex}.block form{background-color:#fcfcfc;border-radius:8px;box-shadow:0 0 5px rgba(0,0,0,.418);flex-direction:column;height:450px;justify-content:space-evenly;padding:25px;width:350px}.block form h1{font-size:27px;text-transform:capitalize}.block form div{width:100%}.block form .input-container{margin-top:15px;position:relative}.block form .input-container label{left:8px;padding:0 5px;position:absolute;transition:.3s}.block form input:not(:placeholder-shown)+label{background-color:#fcfcfc;font-size:14px;top:-10px}.block form input{background-color:#fcfcfc;border:1px solid #ccc;border-radius:6px;font-size:16px;height:55px;outline:none;padding:8px 12px;width:100%}.block form input:hover{border-color:#8a2be2}.block form button{background-color:#8a2be2;border:none;border-radius:7px;color:#fff;cursor:pointer;font-size:16px;height:45px;margin-top:100px;outline:none;padding:5px;text-transform:uppercase;width:100%}.block form button:hover{opacity:90%}
/*# sourceMappingURL=main.4c78a850.css.map*/