*{margin:0;padding:0;font-family:"Poppins";text-align:center;letter-spacing:1px}html{scroll-behavior:smooth}body{min-width:100%;max-width:100vw}body::-webkit-scrollbar{width:8px}body::-webkit-scrollbar-track{box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:8px}body::-webkit-scrollbar-thumb{background-color:#707070;border-radius:8px}#root{width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center}#root,.container-app{display:flex;align-items:center;flex-flow:column nowrap}.container-app{width:90%;height:100vh;justify-content:flex-start;grid-gap:24px;gap:24px;padding-top:72px;box-sizing:border-box}.app-title{width:100%;max-width:360px;font-weight:600}.container-password-main{display:grid;grid-template-areas:"input" "bars" "loading" "error" "warning" "guessTime" "suggestions";width:100%;max-width:480px;grid-gap:16px;gap:16px}.container-password-input{grid-area:input;display:flex;justify-content:center;align-items:stretch;flex-flow:row nowrap;width:100%;overflow:hidden;border:2px solid grey;border-radius:8px;padding:0 8px;box-sizing:border-box}.input{flex:1 1;height:48px}.button,.input{border:0;outline:0}.button{background-color:transparent;color:#00f}.input-bars{flex-grow:1;height:8px;background-color:grey;border-radius:4px;transition:all .3s ease}.bars-weak{background-color:red}.bars-medium{background-color:#ff0}.bars-strong{background-color:#adff2f}.container-password-bars{grid-area:bars;justify-content:space-between;flex-flow:row nowrap;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.container-password-bars,.container-password-suggestions{display:flex;align-items:center;width:100%;grid-gap:8px;gap:8px}.container-password-suggestions{grid-area:suggestions;justify-content:center;flex-flow:column nowrap}
/*# sourceMappingURL=main.66cf9f8b.chunk.css.map */