@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap);*{box-sizing:border-box;font-family:Poppins,sans-serif;margin:0;padding:0}.login{align-items:center;display:flex;height:100vh;justify-content:center;width:100%}.login .container{display:flex;flex-direction:column;gap:2rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:500px}.login .container .image{align-items:center;background-color:#0f2841;border-radius:.3rem;display:flex;height:100px;justify-content:center;width:100%}.login .container form{display:flex;flex-direction:column;gap:1rem;width:100%}.login .container form .field{display:flex;flex-direction:column;gap:.5rem}.login .container form .field label{font-size:.8rem}.login .container form .field input{border:1px solid #708090;border-radius:.3rem;height:2.5rem;outline:none;padding:.3rem .5rem}.login .container form .field .error{color:#f34141;font-size:.8rem}.login .container form .btn{align-items:center;background-color:#0f2841;border:none;border-radius:100px;color:#fff;cursor:pointer;display:flex;height:45px;justify-content:center;outline:none;width:100%}.sidebar_component{align-items:start;display:flex;flex-direction:column;gap:2rem;left:2rem;position:fixed;top:2rem}.sidebar_component img{height:30px}.sidebar_component .sidebar_nav{display:flex;flex-direction:column;gap:1rem;width:100%}.sidebar_component .sidebar_nav span{align-items:center;color:#fff;cursor:pointer;display:flex;font-size:1rem;gap:1rem;width:100%}.sidebar_component .sidebar_nav span img{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:1.5rem}.sidebar_component .sidebar_nav .active{border-right:2px solid #fff;box-shadow:inset -75px 0 134px -85px hsla(0,0%,100%,.26);-webkit-box-shadow:inset -75px 0 134px -85px hsla(0,0%,100%,.26);-moz-box-shadow:inset -75px 0 134px -85px hsla(0,0%,100%,.26)}.topbar{align-items:center;display:flex;gap:2.5rem;justify-content:flex-end}.topbar .avatar{background:#add8e6;border:1px solid gray;border-radius:50%;display:flex;height:40px;width:40px}.topbar .profile_wrap{align-items:center;cursor:pointer;display:flex;font-size:1.5rem;gap:1rem;position:relative;text-transform:capitalize}.topbar .profile_wrap img{width:10px}.topbar .profile_wrap .options{align-items:center;background:#fff;border:1px solid #f5eeee;border-radius:.3rem;box-shadow:-1px -1px 23px -12px rgba(0,0,0,.37);-webkit-box-shadow:-1px -1px 23px -12px rgba(0,0,0,.37);-moz-box-shadow:-1px -1px 23px -12px rgba(0,0,0,.37);display:flex;height:80px;justify-content:center;padding:1rem;position:absolute;right:0;top:2rem;-webkit-transform:translateX(500px);transform:translateX(500px);transition:all .3s ease-in-out;width:200px;z-index:9999}.topbar .profile_wrap .options span{align-items:center;background:red;color:#fff;display:flex;font-size:.85rem;height:40px;justify-content:center;width:100%}.topbar .profile_wrap:hover .options{display:flex;-webkit-transform:translateX(0);transform:translateX(0)}.dashboard_layout{display:grid;grid-template-columns:1.5fr 4.5fr;min-height:100vh;overflow-x:hidden}.dashboard_layout .sidebar_container{background-color:#0f2841;padding:2rem;position:relative}.dashboard_layout .dashboard_container{display:flex;flex-direction:column;gap:2rem;padding:2rem}.paper{box-shadow:0 0 8px 3px rgba(0,0,0,.1)!important;-webkit-box-shadow:0 0 8px 3px rgba(0,0,0,.1)!important;-moz-box-shadow:0 0 8px 3px rgba(0,0,0,.1)!important}.h-cell{font-family:Poppins,sans-serif!important;font-weight:700!important;padding:1rem!important}
/*# sourceMappingURL=main.59f2c01b.css.map*/