@import url(https://fonts.googleapis.com/css?family=Open+Sans&display=swap);:root{--success-color:#2ecc71;--error-color:#e74c3c}*{box-sizing:border-box}body{background:#f9fafb;font-family:Open Sans,sans-serif;display:flex;align-items:center;justify-content:center;min-height:100vh}.container{background-color:#fff;border-radius:5px;box-shadow:0 2px 10px rgba(0,0,0,.3);width:400px}h2{text-align:center;margin:0 0 20px}.form{padding:30px 40px}.form-control{margin-bottom:10px;padding-bottom:20px;position:relative}.form-control label{color:#777;display:block;margin-bottom:5px}.form-control input{border:2px solid #f0f0f0;border-radius:4px;display:block;width:100%;padding:10px;font-size:14px}.form-control input:focus{outline:0;border-color:#777}.form-control.success input{border-color:#2ecc71;border-color:var(--success-color)}.form-control.error input{border-color:#e74c3c;border-color:var(--error-color)}.form-control small{color:#e74c3c;color:var(--error-color);position:absolute;bottom:0;left:0;visibility:hidden}.form-control.error small{visibility:visible}.form button{cursor:pointer;background-color:#3498db;border:2px solid #3498db;border-radius:4px;color:#fff;display:block;font-size:16px;padding:10px;margin-top:20px;width:100%}.header-container{position:fixed;right:5%;top:5%}.table-responsive{border:1px solid #000}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-bordered{border:1px solid #dee2e6}table{border-collapse:collapse;width:100%;max-width:100%;box-sizing:border-box}.table-bordered td:first-child,.table-bordered th:first-child{border-left:0;width:13.33%}thead{background:#ccc}thead th{font-weight:400;padding:4px 3px;text-align:left}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table thead th{vertical-align:bottom}.table-bordered td,.table-bordered th,.table thead th{border-left:1px solid #000}.table td,.table th{padding:.75rem;vertical-align:top}th{text-align:inherit}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-container{width:30rem}.text-center{text-align:center}legend{padding-left:0}fieldset{margin-top:3rem}.client-check{cursor:pointer}.active_client,tbody tr:hover{cursor:pointer;background-color:#9abff0!important}thead{padding-right:15px}tbody,thead{display:block;width:100%}tbody{max-height:200px;overflow-y:scroll}td,th{width:33.33%;padding:5px;word-break:break-all}tr{display:table;width:100%;box-sizing:border-box}.text-danger{color:#e74c3c;font-size:14px;display:block;text-align:center;padding-bottom:1rem}.mb-0{margin-bottom:0!important}.App-Select{width:120px;margin-top:.5rem}body,html{height:100%}.Lab__title{font-size:3rem;font-weight:300;margin-bottom:5rem;margin-top:0}button:focus,input:focus{outline:none!important}label{font-weight:500;font-size:14px}
/*# sourceMappingURL=main.e3451270.chunk.css.map */