.light-app{background-color:#edeeff;min-height:100vh}.dark-app{background-color:#15174a;min-height:100vh}.dashboard{border:1px solid gray;border-radius:10px;box-sizing:border-box;margin:20px 20px 0;padding:20px}.lightDashboard{background-color:#fff;border:1px solid #bcbcbc}.darkDashboard{background-color:#070830;border:1px solid #333}.loginWrapper{align-items:center;display:flex;height:100vh;justify-content:center;width:100%}.loginWrapper>:first-child{width:30%}.navbar-left{background:linear-gradient(60deg,#60a5fa,#3863bafa 86%);border-radius:50px;color:#fff;margin:auto;padding:4px 10px}@media (max-width:1200px){.loginWrapper>:first-child{width:40%}}@media (max-width:700px){.loginWrapper>:first-child{width:50%}}@media (max-width:500px){.loginWrapper>:first-child{width:80%}}.Loding{align-items:center;background-color:rgba(0,0,0,.607);bottom:0;display:flex;height:100vh;justify-content:center;left:0;position:fixed;right:0;top:0;width:100%;z-index:9999}.DashboardComponent h2{font-size:25px;font-weight:600}.headingWrapper{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px}.cardsWrapper{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}.addTaskFrom{display:flex;flex-direction:column;gap:20px}.paginationWrapper{align-items:center;display:flex;justify-content:center;margin:30px}@media (max-width:756px){.DashboardComponent h2{font-size:20px;font-weight:600}}@media (max-width:500px){.cardsWrapper{grid-template-columns:repeat(1,1fr)}}.navbar{align-items:center;display:flex;justify-content:space-between;padding:12px 25px;position:-webkit-sticky;position:sticky;top:0;transition:background .3s ease,color .3s ease;width:100%;z-index:1000}.navbar.light{background:#fff;box-shadow:0 2px 6px rgba(67,67,67,.193);color:#111}.navbar.dark{background:#1a202c;box-shadow:0 2px 10px hsla(0,0%,100%,.334);color:#f1f1f1}.logo{background:linear-gradient(60deg,#60a5fa,#3863bafa 86%);border-radius:50px;color:#fff;padding:4px 10px}.logo-box{align-items:center;background:#60a5fa;border-radius:6px;color:#fff;display:flex;font-size:18px;font-weight:700;height:35px;justify-content:center;width:35px}.title{font-size:20px;font-weight:600}.navbar-right{gap:20px}.navbar-right,.user-info{align-items:center;display:flex}.user-info{gap:8px}.avatar{align-items:center;background:#60a5fa;border-radius:34px;color:#fff;display:flex;font-weight:600;height:34px;justify-content:center;width:34px}.user{display:flex;flex-direction:column;font-size:15px;font-weight:500}.user>span{margin:0}.user>:nth-child(2){font-size:14px;font-weight:400}
/*# sourceMappingURL=main.1b743460.css.map*/