@import"https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100&display=swap";*{margin:0;padding:0;box-sizing:border-box}div.root-layout{height:100vh;width:100vw}div.root-layout .sidebar{display:flex;height:100%;transition:all .3s linear}div.root-layout main{display:flex;flex-direction:column;width:100%;overflow:hidden;gap:1rem}div.root-layout main .navbarmain{display:flex;justify-content:space-between;align-items:center;gap:1rem;filter:drop-shadow(0 1px 1px rgba(0,0,0,.05))}.reportClass{height:100%;width:100%}.form-title{font-size:1.2rem!important;font-weight:600!important}.form-footer{padding:1rem 0!important}.chakra-avatar__excess{background-color:#0000!important;color:#616161;font-size:.875rem;font-weight:600;line-height:1rem}.cont::-webkit-scrollbar{width:0;height:0}.cont{scrollbar-width:none;-ms-overflow-style:none}.fade-in-card{animation:blink .25s}