.table-editor{--mdb-table-editor-color: var(--mdb-body-color);--mdb-table-editor-border-color: var(--mdb-border-color);--mdb-table-editor-striped-color: var(--mdb-body-color);--mdb-table-editor-accent-bg: rgba(var(--mdb-emphasis-color-rgb), 0.02);--mdb-table-editor-hover-color: var(--mdb-body-color);--mdb-table-editor-hover-bg: rgba(var(--mdb-emphasis-color-rgb), 0.025);--mdb-table-editor-muted-color: rgba(var(--mdb-emphasis-color-rgb), 0.55);--mdb-table-editor-active-color: rgba(var(--mdb-emphasis-color-rgb), 0.1);font-size:.9rem;color:var(--mdb-table-editor-color)}.table-editor tr .edit-button,.table-editor tr .delete-button,.table-editor tr .discard-button,.table-editor tr .save-button,.table-editor tr .popconfirm-toggle{padding:0;margin:0;box-shadow:none}.table-editor tr .edit-button:focus,.table-editor tr .edit-button:active,.table-editor tr .delete-button:focus,.table-editor tr .delete-button:active,.table-editor tr .discard-button:focus,.table-editor tr .discard-button:active,.table-editor tr .save-button:focus,.table-editor tr .save-button:active,.table-editor tr .popconfirm-toggle:focus,.table-editor tr .popconfirm-toggle:active{box-shadow:none;color:#1266f1 !important}.table-editor__inner{background-color:inherit}.table-editor table{color:var(--mdb-table-editor-color);background-color:inherit !important;margin-bottom:0;border-color:var(--mdb-table-editor-border-color)}.table-editor table th,.table-editor table td{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:250px;padding:1rem 1.4rem}.table-editor thead{background-color:inherit}.table-editor thead tr{background-color:inherit;border-bottom:1px solid var(--mdb-table-editor-border-color)}.table-editor thead th{position:relative;border-bottom:none;font-weight:500}.table-editor thead th:hover .table-editor__sort-icon{opacity:1}.table-editor thead .fixed-cell{position:sticky;top:0;z-index:3;box-shadow:var(--mdb-table-editor-border-color) 0px 1px;background-color:inherit}.table-editor tbody{font-weight:300;background-color:inherit}.table-editor tbody .fixed-cell{position:sticky;z-index:1;background-color:inherit}.table-editor tbody tr{background-color:inherit;transition:all .3s ease-in}.table-editor tbody tr:last-child{border-bottom:rgba(0,0,0,0);height:71px}.table-editor tbody tr:focus{outline:none}.table-editor tbody tr.active{background-color:var(--mdb-table-editor-active-color)}.table-editor tbody td:focus{outline:none}.table-editor__loader{width:100%;height:2px;position:relative;overflow:hidden}.table-editor__loader-inner{display:block;height:100%}.table-editor__progress{animation:datatableProgress 3s ease-in-out;animation-fill-mode:both;animation-iteration-count:infinite;width:45%;position:relative;opacity:.5;border-radius:1px;display:block;height:100%}@keyframes datatableProgress{0%{left:-45%}100%{left:100%}}.table-editor__pagination{width:100%;display:flex;justify-content:flex-end;align-items:center;padding:.5rem 0;border-top:1px solid var(--mdb-table-editor-border-color)}.table-editor__pagination-nav{padding:0;font-size:.9rem}.table-editor__pagination-buttons{margin-left:2rem}.table-editor__pagination-button{padding-left:1rem;padding-right:1rem;color:var(--mdb-table-editor-color)}.table-editor__pagination-button:hover,.table-editor__pagination-button:active,.table-editor__pagination-button:focus{background-color:var(--mdb-table-editor-active-color);color:var(--mdb-table-editor-color)}.table-editor__sort-icon{opacity:0;color:var(--mdb-table-editor-muted-color);cursor:pointer;transition-property:opacity,transform;transition-duration:.3s;transition-timing-function:linear;position:absolute;left:.4rem;top:calc(50% - .5rem)}.table-editor__sort-icon.active{opacity:1;color:var(--mdb-table-editor-color)}.table-editor__select-wrapper{display:flex;align-items:center;font-size:.9rem;font-weight:300;padding:0 1rem}.table-editor__select-wrapper .select-input{max-width:70px}.table-editor__select-text{margin:0 1rem}.table-editor.sm th,.table-editor.sm td{padding:.5rem 1.4rem}.table-editor.sm tbody tr:last-child{border-bottom:rgba(0,0,0,0);height:55px}.table-editor.sm .table-editor__pagination{padding:.2rem 0}@media(max-width: 520px){.table-editor .table-editor__pagination{flex-direction:column-reverse}.table-editor .table-editor__pagination-nav{margin:.8rem 0}.table-editor .table-editor__pagination-button{font-size:1rem}.table-editor .table-editor__pagination-buttons{margin:.8rem 0}}.table-editor.bordered th,.table-editor.bordered td{border-width:1px}.table-editor.bordered .table-editor__pagination{border:1px solid var(--mdb-table-editor-border-color)}.table-editor.striped tbody tr:nth-of-type(odd){background-color:var(--mdb-table-editor-accent-bg);color:var(--mdb-table-editor-striped-color)}.table-editor.striped tbody tr:nth-of-type(odd) td{background-color:inherit;color:inherit}.table-editor.hover tbody tr{transition:background-color .2s ease-in !important}.table-editor.hover tbody tr:hover{background-color:var(--mdb-table-editor-hover-bg) !important}.table-editor.hover tbody tr:hover td{background-color:inherit}.table-editor.border-primary{--mdb-table-editor-border-color: #1266f1}.table-editor.border-secondary{--mdb-table-editor-border-color: #b23cfd}.table-editor.border-success{--mdb-table-editor-border-color: #00b74a}.table-editor.border-info{--mdb-table-editor-border-color: #39c0ed}.table-editor.border-warning{--mdb-table-editor-border-color: #ffa900}.table-editor.border-danger{--mdb-table-editor-border-color: #f93154}.table-editor.border-light{--mdb-table-editor-border-color: #fbfbfb}.table-editor.border-dark{--mdb-table-editor-border-color: #262626}.table-editor.border-white{--mdb-table-editor-border-color: #fff}.table-editor.border-black{--mdb-table-editor-border-color: #000}.table-editor.borderless{--mdb-table-editor-border-color: transparent}.table-editor.loading{color:var(--mdb-table-editor-muted-color)}.table-editor.loading th{color:var(--mdb-table-editor-muted-color)}.table-editor.loading .table-editor__sort-icon{display:none}.table-editor.loading .select-wrapper .select-arrow,.table-editor.loading .select-wrapper input{color:var(--mdb-table-editor-muted-color)}.table-editor.loading .select-wrapper .form-outline .form-control:focus~.form-notch .form-notch-leading,.table-editor.loading .select-wrapper .form-notch-trailing{border-color:var(--mdb-table-editor-muted-color) !important}.table-editor.loading .select-wrapper .form-notch-leading,.table-editor.loading .select-wrapper .form-notch-middle,.table-editor.loading .select-wrapper .form-notch-trailing{border-color:var(--mdb-table-editor-muted-color)}.table-editor.edited-table{--mdb-table-editor-color: rgb(161, 161, 161);pointer-events:none}.table-editor.edited-table .edited-row{color:#262626;pointer-events:all}.table-editor.edited-table .edited-row td{padding:.8rem 1.4rem}.table-editor.edited-table .edited-row [data-mdb-field=action_buttons]{padding:1rem 1.4rem}.table-editor.edited-table .edited-row input{font-size:.9rem;line-height:1.5}.table-editor.edited-table .ps__rail-x,.table-editor.edited-table .ps__rail-y{pointer-events:all}/*# sourceMappingURL=table-editor.min.css.map */
