.backend-table{display:flex;width:100%;width:calc(100% - 16px);max-width:740px;padding:15px;margin:10px auto;border-radius:5px;background-color:#ffffff;box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);flex-flow:column;flex-grow:1}.backend-table.wide{max-width:1000px}.backend-table.full-width{max-width:100%;flex-basis:100%}.backend-table .backend-table_top{display:flex;border-bottom:1px solid #d1d1d1;flex-shrink:0;flex-grow:0;flex-direction:row;align-items:center;justify-content:space-between;padding-bottom:15px}.backend-table .backend-table_top:has(h3:empty),.backend-table .backend-table_top:not(:has(h3)){justify-content:space-between}.backend-table.headless .backend-table_top{display:none}.backend-table .backend-table_top h3{margin:0px}.backend-table sl-t[name="top"]{display:flex;align-items:center;width:100%}.backend-table sl-t[name="top"]>*{margin:0px 10px}.backend-table sl-t[name="content"]{display:flex;flex-direction:column;position:relative;max-height:100%;min-height:80px;padding-bottom:1px;overflow:hidden;overflow-y:auto;flex-grow:1}.backend-table.small sl-t[name="content"]{min-height:0px}.backend-navigation{position:relative;display:flex;flex-direction:column;width:100%;max-width:350px;padding:4px 0px;background-color:var(--color-dark-green-700);color:var(--color-white);box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);min-height:100%}.backend-navigation_toggle{display:none;position:fixed;top:1rem;left:0;height:2.5rem;min-width:44px;min-height:44px;border-radius:0 .5rem .5rem 0;background-color:var(--color-dark-green-700);color:var(--color-white);border:0;padding:0 .75rem;cursor:pointer;z-index:50}.backend-navigation_backdrop{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.5);z-index:35}.backend-navigation.open .backend-navigation_backdrop{display:block}.backend-navigation_slot{display:flex;flex-direction:column;align-items:stretch}.backend-navigation a,.backend-navigation a:visited{color:var(--color-white);text-decoration:none;padding:.375rem .625rem}.backend-navigation a:hover{color:var(--color-brand-green-500)}.backend-navigation a.active{padding-left:.25rem;border-left:6px solid var(--color-brand-green-500)}.backend-navigation hr{width:100%;border-color:var(--color-slate-400);margin:.5rem 0}@media (max-width:900px){.backend-navigation_toggle{display:flex;align-items:center;justify-content:center}.backend-navigation_slot{position:fixed;top:0;bottom:0;right:0;width:calc(100% - 55px);background-color:var(--color-dark-green-700);transform:translateX(100%);transition:transform .3s ease-in-out;z-index:40;overflow-y:auto}.backend-navigation.open .backend-navigation_slot{transform:translateX(0)}}