@import url(https://fonts.googleapis.com/css2?family=Inter&display=swap);*{margin:0;padding:0;box-sizing:border-box;font-family:"Inter",sans-serif}body,html{background-color:#2b2b2b;color:#fff}li{list-style:none}label{cursor:pointer}input[type=text]{padding:.3rem .5rem;border-radius:5px;border:none}input[type=checkbox]{cursor:pointer}#root{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;padding:2rem 2%}.error{color:red;font-size:30px}.testApp{display:inline-block}.itemList{margin-bottom:2rem}.itemList li{margin-bottom:.3rem}.itemList li:last-child{margin-bottom:0}.itemList-name{color:#0f5}.filters{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;margin-bottom:5rem;background-color:#696969;padding:1rem;border-radius:20px}.filters div:not(.male,.female){margin-bottom:.5rem}.filters label{margin-right:.3rem}.filter div:last-child{margin-bottom:0}.filters-title{color:#d49100;font-weight:700;font-size:20px;margin-bottom:.5rem}.age,.lastname,.name,.sex{width:100%;-webkit-align-self:flex-start;align-self:flex-start;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center}.sex .female{margin-right:5rem}.female label,.male label{margin-left:.2rem}
/*# sourceMappingURL=main.95c10c5f.chunk.css.map */