.base-loading-indicator{margin-top:4rem;text-align:center}.base-loading-indicator .loading-icon{display:inline-block;width:40px;margin:.2rem 0}.base-loading-indicator .loading-title{color:var(--color-neutral-800);font-weight:var(--font-weight-medium);margin:.2rem 0}.base-loading-indicator .loading-subtitle{margin:.2rem 0;color:var(--color-neutral-400);font-size:1rem}.i-pre-component.--full-screen{margin:0!important;padding:.5rem;position:fixed;top:0;left:0;right:0;bottom:0;z-index:2000;display:flex;justify-content:center;align-items:center;background-color:rgba(0,0,0,.7)}.i-pre-component.--full-screen .i-pre{max-height:100%;border:none}.i-pre-component .i-pre{position:relative;text-align:left}.i-pre-component .toggle-btn{position:absolute;right:.5rem;top:.5rem}.i-internal-error{padding:10px;color:red}.overflow-y-hidden{overflow-y:hidden!important}.i-modal-component{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;background-color:rgba(0,0,0,.85)}.i-modal-component,.i-modal-component .modal-wrapper{display:flex;justify-content:center;align-items:center}.i-modal-component .modal-wrapper{width:100%;height:100%;max-width:580px}.i-modal-component .modal-box{background-color:#fff;border-radius:var(--base-border-radius);box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);overflow-x:auto;max-height:calc(100vh - 8px);margin:4px}.i-modal-component .modal-body{padding:var(--space-md)}.i-modal-component .modal-header{display:grid;align-items:center;grid-template-columns:auto fit-content(100%);background-color:var(--color-neutral-ghost);padding:.9rem 1rem;padding-bottom:.8rem}.i-modal-component .modal-header .modal-header-title{line-height:1;font-size:1.1rem;font-weight:var(--font-weight-bold);margin:0}.i-modal-component .modal-header .modal-header-subtitle{margin-top:.3rem;line-height:1;font-size:1rem;color:var(--color-neutral-light)}.i-modal-component .modal-header-options{display:flex;align-items:center;margin-left:var(--space-md)}