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}*{box-sizing:border-box;margin:0;padding:0}* .App{height:100vh;overflow-y:hidden;padding:2rem 0;width:100vw}* .App,.navBar{background-color:#fff}.navBar{box-shadow:0 2px 1px 0 rgba(0,0,0,.1);color:#213f7d;display:flex;justify-content:space-between;max-height:16rem;position:fixed;width:100%}.navBar_logo{display:flex;gap:1rem;margin:1rem .5rem}.navBar_logo span{color:#213f7d}.navBar_logo img{height:2rem;margin-top:.3rem;width:2rem}.navBar_searchbar_form{margin:1rem .5rem}.navBar_searchbar_form input{border:1px solid gray;border-radius:.5rem 0 0 .5rem;outline:none;padding:.8rem;width:20rem}.navBar_searchbar_form button{background-color:#39cdcc;border:none;border-radius:0 .5rem .5rem 0;color:#fff;cursor:pointer;padding:.89rem;width:3.5rem}.navBar_profile{display:flex;flex-wrap:wrap;gap:3rem;justify-content:space-between;margin:1.5rem}.navBar_profile p{text-decoration:underline}.navBar_profile .profile{display:flex;gap:1rem}.navBar_profile img{margin:-.2rem 0;width:2rem}@media screen and (max-width:1024px){.navBar_profile{display:none}}@media screen and (max-width:720px){.navBar_logo{gap:.3rem;margin:.6rem .4rem}.navBar_logo span{font-size:.7rem}.navBar_logo img{height:1rem;width:1rem}.navBar_searchbar_form{margin:.6rem .4rem}.navBar_searchbar_form input{border:1px solid gray;border-radius:.5rem 0 0 .5rem;outline:none;padding:.4rem;width:6rem}.navBar_searchbar_form button{background-color:#39cdcc;border:none;border-radius:0 .5rem .5rem 0;color:#fff;cursor:pointer;padding:.49rem;width:1.5rem}}.MuiTableRow-root>*{padding:10px}.MuiTableRow-root.MuiTableRow-head>*{font-weight:700!important}.Table td,th{border:none!important}.Table:first-child{border-radius:.7rem!important}@media screen and (max-width:820px){.Table{overflow-x:scroll}}.paginationBttns{display:flex;float:right;font-size:1rem;height:1rem;list-style:none;margin:2rem 15rem 2rem 0;width:1rem}.paginationBttns a{border-radius:5px;color:#000;cursor:pointer;margin:.1rem;padding:.4rem}.paginationBttns:hover{color:#fff}.paginationActive a{background:#39cdcd;color:#fff}.paginationDisabled a{background:rgba(57,205,205,.278);color:gray}.Mdashboard{background-color:hsla(0,0%,90%,.31);color:#213f7d;display:flex;flex-direction:column;height:calc(100vh - 4.5rem);overflow-y:scroll;padding:2rem 0 5rem 2rem;width:100%}.Mdashboard_Card{display:flex;justify-content:space-between;margin:1rem}.Mdashboard_CardItems{background-color:#fff;box-shadow:-1px 16px 26px -3px rgba(0,0,0,.17);display:flex;flex-direction:column;gap:.5rem;padding:2rem;width:23%}.Mdashboard_CardItems_Icon{border-radius:50%;padding:.3rem;width:2rem}.Mdashboard_Table{padding:1rem;width:100%}@media screen and (max-width:1024px){.Mdashboard{padding:1rem 0 5rem 1rem}.Mdashboard_Card{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.Mdashboard_CardItems{margin-bottom:1rem;width:100%}}@media screen and (max-width:720px){.Mdashboard_Card{grid-template-columns:1fr;margin:0 .5rem 0 0;padding:1rem 0 5rem}.Mdashboard_CardItems{padding:1rem}.Mdashboard_Table{padding:0}}.menu{-ms-overflow-style:none;box-shadow:10px 0 10px -10px rgba(0,0,0,.47);color:rgba(33,64,125,.608);display:flex;flex-direction:column;height:calc(100vh - 4.5rem);overflow-y:scroll;padding-bottom:5rem;scrollbar-width:none}.menu::-webkit-scrollbar{width:0}.menu_Data{display:flex;flex-direction:column;font-size:14px}.menu_Data:first-child{color:#213f7d;font-size:16px;position:relative}.menu_Head{color:#213f7d;display:flex;margin:1rem 0 1rem 2rem}.menu_Body{align-items:center;font-size:14px;gap:.5rem;margin-left:2rem;position:relative;text-decoration:none;transition:all .3s ease}.menu_Body,.menu_Body_Content{display:flex}.menu_Body:hover{-webkit-border-start:1rem solid rgba(57,205,205,.357);background-color:rgba(57,205,205,.094);border-inline-start:1rem solid rgba(57,205,205,.357);color:#213f7d;cursor:pointer;margin:0;padding:.7rem 2rem;position:relative;width:100%}@media screen and (max-width:720px){.menu_Data{font-size:10px}.menu_Head{margin:1rem 0 1rem .5rem}.menu_Body{margin-left:1rem}.menu_Body_Content{display:none}.menu_Body:hover{padding:.5rem 1rem}}.dashboard{display:grid;grid-template-columns:18rem auto;padding:4.5rem 0 0}@media screen and (max-width:1024px){.dashboard{grid-template-columns:14rem auto}}@media screen and (max-width:720px){.dashboard{grid-template-columns:4.5rem auto;padding:2.5rem 0 0}}.loginPage{align-items:center;display:flex;flex-wrap:wrap;height:100vh;justify-content:center}.loginPage_Content{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr}.loginPage_Content_Header h1{color:#213f7d;font-family:Arial,Helvetica,sans-serif}.loginPage_Content_Header p{color:#545f7d}.loginPage_Content_Input{display:flex;flex-direction:column;gap:.5rem;width:30vw}.loginPage_Content_Input input{outline:none;padding:.8rem;width:80%}.loginPage_Content_Input .passwordDiv{color:#39cdcc;position:relative}.loginPage_Content_Input .passwordDiv_showPass{cursor:pointer;font-size:small;margin:.8rem -3.8rem;position:absolute;z-index:2}.loginPage_Content_link{color:#39cdcc;text-transform:capitalize}.loginPage_Content_btn{background-color:#39cdcc;border:none;border-radius:.8rem;color:#fff;padding:1rem;text-transform:capitalize;width:85%}.loginPage_Content_btn:hover{box-shadow:0 10px 10px 0 rgba(0,0,0,.6);margin-top:.5rem;transition:.15s ease-out}@media screen and (max-width:860px){.loginPage{background-color:#fff;flex-wrap:nowrap}.loginPage_Image{display:none}.loginPage_Content_Input{gap:.5rem;width:100%}.loginPage_Content_Input input{outline:none;padding:.4rem;width:100%}.loginPage_Content_Input .passwordDiv_showPass{cursor:pointer;font-size:small;font-size:.7rem;margin:.5rem -2.8rem;position:absolute;z-index:2}}
/*# sourceMappingURL=main.935b0e13.css.map*/