.crud-grid{display:grid;grid-template-columns:repeat(auto-fit,300px);justify-content:center;gap:1rem;padding:1rem}.crud-table-container{margin-top:20px;max-height:80vh;overflow-y:auto}.crud-table{display:none;margin:0 auto;border-spacing:0;border-collapse:collapse}.crud-table th{position:sticky;top:0;background:var(--md-sys-color-surface-container-low);z-index:1}.crud-row{background:var(--md-sys-color-surface-container)}.row-link{display:block;padding:1rem;color:inherit;height:100%;text-decoration:none}.crud-item{display:grid;grid-template-columns:max-content 1fr;gap:.5em;background:var(--md-sys-color-surface-container);padding:1rem;border:1px solid var(--md-sys-color-outline-variant);cursor:default;border-radius:4px}.crud-item .title{text-align:right;white-space:nowrap}.crud-item .value{text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.crud-form-container{display:flex;justify-content:center;align-items:center;margin:20px auto;width:min(100%,364px)}.crud-form-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),364px));justify-content:center;align-items:flex-start;gap:20px;margin:20px}.crud-form-list .crud-form-container{margin:0}.crud-form{box-sizing:border-box;width:100%;padding:0 2rem 2rem;background:var(--md-sys-color-surface);border:1px solid var(--md-sys-color-outline-variant);border-radius:8px;box-shadow:0 2px 8px #0000001a;font-family:sans-serif}.crud-label{display:block;margin-top:1rem;font-weight:700}.crud-form .error{color:var(--md-sys-color-error);font-size:.875rem;margin-top:.25rem}.crud-form .caption{color:var(--md-sys-color-outline);font-size:.875rem;margin-top:.25rem}.crud-form input[type=text],.crud-form input[type=email],.crud-form input[type=password],.crud-form input[type=number],.crud-form select{margin-top:.5rem;width:100%;padding:.5rem;border:1px solid var(--md-sys-color-outline-variant);border-radius:4px;box-sizing:border-box;background-color:var(--md-sys-color-surface-container-lowest);color:var(--md-sys-color-on-surface)}.crud-form select{background-color:var(--md-sys-color-surface-container-lowest)}.crud-form input[type=range]{width:100%;height:1.5rem;background:transparent;cursor:pointer;margin-top:.5rem}.crud-radio{margin-top:.5rem}.crud-form textarea{width:100%;min-height:6rem}.crud-form output{display:block;width:100%;text-align:center}.crud-form input[type=submit]{margin-top:1.5rem}.crud-form button,.crud-form .readonly{margin-top:.5rem}.crud-form .inline{width:auto}.crud-form-actions{margin-top:1.5rem}.status-pass{background:var(--md-custom-color-pass-container);color:var(--md-custom-color-on-status-container)}.status-warn{background:var(--md-custom-color-warn-container);color:var(--md-custom-color-on-status-container)}.status-review{background:var(--md-custom-color-review-container);color:var(--md-custom-color-on-status-container)}.status-fail{background:var(--md-custom-color-fail-container);color:var(--md-custom-color-on-status-container)}div.action-ok{color:var(--md-sys-color-on-surface);font-weight:400}div.action-triggered{color:var(--md-sys-color-error);font-weight:700}@media (min-width: 768px){.crud-table{display:table}.crud-grid{display:none}}
