.editable-table-wrapper{flex-wrap:wrap;justify-content:space-around;gap:30px;display:flex}.editable-table-wrapper .editable-table-field-group{flex-direction:column;flex:.7;min-width:400px;display:flex}.editable-table-wrapper .editable-table-field-group>button{width:100%;margin:5px 0}.editable-table-wrapper .editable-table-field-group .field-row{justify-content:space-between;gap:20px;margin:10px 0;display:flex}.editable-table-wrapper .editable-table-field-group .field-row input{flex:1}.editable-table-wrapper .table-wrapper{border:1px solid #d3d3d3;border-radius:10px;flex:1;justify-content:center;gap:30px;padding:10px;display:flex}.editable-table-wrapper .table-wrapper .open-edit-dialog-button{width:40px;height:40px}.editable-table-wrapper .table-wrapper .remove-button{margin:0 auto}.editable-table-wrapper .table-wrapper .editable-table{overflow:scroll}.editable-table-wrapper .table-wrapper .editable-table table{border-collapse:collapse;width:100%}.editable-table-wrapper .table-wrapper .editable-table table thead tr{height:45px}.editable-table-wrapper .table-wrapper .editable-table table thead th{text-align:center;white-space:normal;background-color:#ececed;border-right:1px solid #fff}.editable-table-wrapper .table-wrapper .editable-table table thead th:last-child{border-right:none;width:60px;padding:6px}.editable-table-wrapper .table-wrapper .editable-table table tbody td{border-right:1px solid #fff}.editable-table-wrapper .table-wrapper .editable-table table tbody td button{width:35px;height:35px}.editable-table-wrapper .table-wrapper .editable-table table tbody td:last-child{text-align:center;border-right:none;width:60px}.editable-table-wrapper .table-wrapper .editable-table table tbody tr .editable-cell{background-color:inherit;border:none;width:100%;padding-left:10px;line-height:35px}.editable-table-wrapper .table-wrapper .editable-table table tbody tr .editable-cell:focus-visible{outline:none}.editable-table-wrapper .table-wrapper .editable-table table tbody tr:nth-child(2n) td{background-color:#ececed}.editable-table-wrapper .table-wrapper .editable-table table tbody tr:last-child td{border-bottom:none}.editable-table-wrapper .table-wrapper .editable-table table tbody tr:hover{background-color:#f5f5f5}.editable-table-wrapper .table-wrapper .editable-table .add-row-btn{width:100%;margin-top:20px}
.editable-table-dialog{min-width:50vw;min-height:70vh}.editable-table-dialog .p-dialog-content{height:0}.editable-table-dialog .editable-table-textarea{width:100%;display:block;min-height:100%!important}
