:root{--background:#fff;--foreground:#171717;--primary:green;--secondary:#3bc15e;--tertiary:#067305}*{box-sizing:border-box;margin:0;padding:0}body,input[type=text],input[type=email],input[type=password],input[type=number],input[type=search],input[type=date],textarea,select,button{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,Manrope,sans-serif;font-size:16px}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;font-family:Inter,Manrope,sans-serif;font-weight:600}label{text-transform:uppercase;margin-bottom:.5rem;font-family:Work Sans,sans-serif;font-weight:500;display:block}input[type=text],input[type=email],input[type=password],input[type=number],input[type=search],input[type=date],select,textarea{padding:15px 20px}select{height:55px;appearance:none!important;padding-left:20px!important}a{color:inherit;text-decoration:none}.app-container{width:100vw;height:100vh;display:flex}.logo-container{background-color:var(--tertiary);height:100px}.sidebar-container{background-color:var(--primary);width:17.5%;height:100%}.dashboard-container{background:#f8f8f8;flex:1;overflow-y:scroll}.header-container{background:#fff;height:100px}.main-area-container{padding:50px}button{background-color:var(--primary);color:#fff;cursor:pointer;text-align:center;border:none;border-radius:5px;gap:20px;padding:15px 20px;font-size:18px;font-weight:700}.cards-container{gap:20px;display:flex}.card-title{padding-top:1.25rem;padding-bottom:1.25rem}.icon-circle{border-radius:100%;width:75px;height:75px;margin-left:12.5%}.avatar-circle{background-color:#eee;border-radius:100%;width:48px;height:48px;margin-left:0}.table-container th,.table-container td{padding:20px}.auth-container{width:100vw;height:100vh;display:flex}.auth-container-left{background-color:var(--primary);flex-direction:column;justify-content:center;gap:35px;width:33%;height:100%;padding:100px;display:flex}.auth-container-right{box-sizing:border-box;flex-direction:column;flex:1;justify-content:center;padding:100px;display:flex;overflow-y:scroll}.auth-container-right-scrollable{box-sizing:border-box;flex:1;padding:100px;overflow-y:scroll}.auth-password-toggle{cursor:pointer;color:#999;background-color:#0000;border:none;justify-self:flex-end;align-items:center;height:100%;display:flex;position:absolute;top:0}.separator{text-align:center;opacity:.5;justify-content:center;align-items:center;gap:20px;margin:0;display:flex}.separator:before,.separator:after{content:"";background-color:#ccc;width:42%;height:1px}
