/* Secondary Button style from AdminCSS button variant="outline" */
.table-button,.editor-fullscreen{display:inline-flex;align-items:center;justify-content:center;width:auto;min-width:62px;padding:7px 10px;border:1px solid #d0d5dd;border-radius:8px;background:#fff;color:#344054;text-decoration:none;font:inherit;font-size:12px;font-weight:500;line-height:1.2;box-shadow:0 1px 2px rgba(16,24,40,.05)}
.table-button:hover,.editor-fullscreen:hover{background:#f9fafb;color:#1d2939}.table-button.danger{border-color:#fda29b;background:#fff;color:#b42318}.table-button.danger:hover{background:#fef3f2}.editor-save{border-color:#465fff;background:#465fff;color:#fff}.editor-save:hover{background:#3648d8;color:#fff}
.editor-frame:fullscreen .editor-fullscreen{order:0;margin:0 6px 10px 0}.editor-frame:fullscreen .monaco-host{order:1}
.editor-frame .editor-fullscreen{width:auto!important;min-width:0;flex:none;color:#344054;background:#fff}.editor-frame:fullscreen .editor-fullscreen{display:inline-flex;width:auto!important;align-self:flex-end;padding:6px 10px;background:#344054;color:#fff}
.editor-toolbar{display:flex;align-items:center;gap:6px}.editor-frame:fullscreen .editor-toolbar{order:2;justify-content:flex-end;margin-top:10px}.editor-frame:fullscreen .editor-toolbar .editor-fullscreen{align-self:auto;margin:0}.editor-frame:fullscreen .monaco-host{order:1}
.account-table td:first-child small{display:none}
.editor-toolbar{justify-content:flex-end;width:100%;margin:8px 0 0}.editor-toolbar .editor-fullscreen{margin:0;align-self:auto}.editor-toolbar .editor-save{margin-left:2px}
