.kgmi6px-graph-wrap{
  display:block;
  width:100%;
  max-width:none;
}

.kgmi6px-graph-left{
  display:contents;
}

.kgmi6px-graph-right{
  display:contents;
}
/* KG_MI6PX live search highlight patch v1 */
.kgmi6px-graph-toolbar{
  display:flex;
  flex-wrap:nowrap;
  gap:6px;
  align-items:center;
  margin:0 0 6px 0;
  min-width:0;
  overflow:visible;
  white-space:nowrap;
}
.kgmi6px-graph-toolbar label{
  display:inline-flex;
  gap:3px;
  align-items:center;
  font-size:11px;
  flex:0 0 auto;
}
.kgmi6px-search-wrap-inline{
  position:relative;
  display:inline-flex;
  align-items:center;
}
.kgmi6px-search-wrap-inline .kgmi6px-search{
  min-width:0 !important;
  width:100% !important;
  min-height:16px !important;
  height:16px !important;
  max-height:16px !important;
  padding:0 26px 0 6px !important;
  border:1px solid rgba(0,0,0,0.78) !important;
  border-radius:999px !important;
  background:transparent !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
  font-size:10px !important;
  line-height:14px !important;
  box-sizing:border-box !important;
}
.kgmi6px-search-wrap-inline .kgmi6px-search:focus{
  outline: none;
  border-color: rgba(255,255,255,0.42);
}
.kgmi6px-search-inline-btn{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:10px;
  min-width:10px;
  height:10px;
  min-height:10px;
  max-height:10px;
  padding:0;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(0,0,0,0.78);
  background:transparent;
  line-height:1;
  font-size:6px;
  cursor:pointer;
  color:inherit;
  box-shadow:none;
  box-sizing:border-box;
}
.kgmi6px-search-inline-btn.is-scope{ right:11px; }
.kgmi6px-search-inline-btn.is-sort{ right:1px; }
.kgmi6px-search-inline-btn:hover{
  background:rgba(255,255,255,0.12);
  border-color:rgba(255,255,255,0.32);
}
.kgmi6px-search-result summary{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.kgmi6px-search-summary-main{
  display:block;
  min-width:0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex:1 1 auto;
}

.kgmi6px-search-summary-actions .kgmi6px-graph-btn{
  width:14px;
  min-width:14px;
  height:14px;
  min-height:14px;
  max-height:14px;
  font-size:8px;
}

.kgmi6px-result-focus.is-outside-graph{
  opacity:.6;
  border-style:dashed !important;
}

.kgmi6px-result-focus.is-outside-graph:hover{
  opacity:.82;
}
.kgmi6px-search-hit{
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: rgba(215, 138, 0, 1) !important;
  font-weight: 700;
  text-shadow: 0 0 2px rgba(255, 200, 0, .20);
}

.kgmi6px-search-hit-fuzzy{
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: rgba(0, 110, 215, 1) !important;
  font-weight: 700;
  text-shadow: 0 0 2px rgba(0, 140, 255, .18);
}
.kgmi6px-graph-canvas{
  width: 100%;
  height: 72vh;   /* key: stable height on frontend */
  min-height: 520px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}
.kgmi6px-graph-status{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:16px;
  height:16px;
  max-height:16px;
  padding:0 5px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,0.78);
  background:transparent;
  font-size:9px;
  line-height:1;
  opacity:.9;
  flex:0 0 auto;
  box-sizing:border-box;
}
.kgmi6px-graph-panel{
  border:1px solid #ddd;
  border-radius: 8px;
  padding: 12px;
  background:#fff;
  height: calc(72vh + 44px);
  min-height: 564px;
  overflow:auto;
}
.kgmi6px-graph-panel h3{ margin:0 0 6px 0; }
.kgmi6px-graph-table{
  width:100%;
  border-collapse: collapse;
}
.kgmi6px-graph-table td, .kgmi6px-graph-table th{
  border-bottom: 1px solid #eee;
  padding: 6px 4px;
  text-align:left;
  vertical-align: top;
  font-size: 13px;
}
.kgmi6px-graph-btn{
  border:1px solid rgba(0,0,0,0.78);
  background:transparent;
  border-radius:999px;
  padding:0;
  width:20px;
  min-width:20px;
  height:20px;
  min-height:20px;
  max-height:20px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:1;
  cursor:pointer;
  color:inherit;
  box-shadow:none;
  box-sizing:border-box;
}
.kgmi6px-graph-btn:hover{ background:#efefef; }
.kgmi6px-graph-input{
  border:1px solid rgba(0,0,0,0.78) !important;
  border-radius:999px !important;
  padding:0 8px !important;
  height:16px !important;
  min-height:16px !important;
  max-height:16px !important;
  line-height:14px !important;
  background:transparent !important;
  color:inherit !important;
  box-sizing:border-box !important;
  appearance:none !important;
  -webkit-appearance:none !important;
  -moz-appearance:none !important;
  font-size:10px !important;
}

.kgmi6px-attr{
  height:16px !important;
  min-height:16px !important;
  max-height:16px !important;
  padding:0 16px 0 6px !important;
  line-height:14px !important;
  background:transparent !important;
  border:1px solid rgba(0,0,0,0.78) !important;
  border-radius:999px !important;
  box-sizing:border-box !important;
  font-size:10px !important;
}

.kgmi6px-view-select{
  height:16px !important;
  min-height:16px !important;
  max-height:16px !important;
  padding:0 16px 0 6px !important;
  line-height:14px !important;
  background:transparent !important;
  border:1px solid rgba(0,0,0,0.78) !important;
  border-radius:999px !important;
  box-sizing:border-box !important;
  font-size:10px !important;
}
.kgmi6px-reload,
.kgmi6px-fit,
.kgmi6px-center,
.kgmi6px-search,
.kgmi6px-graph-status{
  border:1px solid rgba(0,0,0,0.78) !important;
}
.kgmi6px-search-input-compact{
  font-size: 11px;
  line-height: 1.0;
}


.kgmi6px-legend{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-left:10px;
  vertical-align:middle;
  flex-wrap:wrap;
}
.kgmi6px-legend-label{
  font-size:12px;
  opacity:.85;
}
.kgmi6px-legend-bar{
  width:120px;
  height:10px;
  border-radius:999px;
  border:1px solid #d0d7de;
  background: linear-gradient(90deg,
    hsl(215 22% 92%) 0%,
    hsl(215 38% 82%) 25%,
    hsl(215 52% 70%) 50%,
    hsl(215 66% 59%) 75%,
    hsl(215 80% 48%) 100%);
}
.kgmi6px-legend-scale{
  display:flex;
  justify-content:space-between;
  width:34px;
  font-size:12px;
  opacity:.8;
}



.kgmi6px-search-results{
  display:flex;
  flex-direction:column;
  gap:3px;
}
.kgmi6px-search-results-head{
  display:flex;
  align-items:center;
  gap:4px;
  margin:0 0 3px 0;
  font-size:11px;
  line-height:1.05;
}
.kgmi6px-search-icon{
  opacity:.72;
}
.kgmi6px-search-query code{
  font-size:10px;
}
.kgmi6px-search-count{
  margin-left:auto;
  opacity:.76;
  white-space:nowrap;
}
.kgmi6px-search-result{
  border:1px solid #d0d7de;
  border-radius:6px;
  background:#fff;
  box-shadow:0 1px 2px rgba(0,0,0,.03);
}
.kgmi6px-search-result summary{
  cursor:pointer;
  list-style:none;
  padding:2px 5px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:6px;
  font-size:11px;
  line-height:1.05;
}
.kgmi6px-search-result summary::-webkit-details-marker{ display:none; }
.kgmi6px-search-body{
  padding:1px 5px 4px 5px;
  border-top:1px solid #eef2f7;
}
.kgmi6px-search-kind{
  font-size:10px;
  opacity:.72;
  white-space:nowrap;
}
.kgmi6px-search-meta{
  margin:2px 0 2px 0;
  font-size:10px;
  line-height:1.02;
  opacity:.74;
}
.kgmi6px-search-actions{
  display:flex;
  gap:4px;
  flex-wrap:wrap;
  margin-top:2px;
}
.kgmi6px-search-inline-detail{
  margin:2px 0 3px 0;
  padding-top:2px;
  border-top:1px solid #eef2f7;
}
.kgmi6px-search-result[open] summary{
  background:#f8fbff;
}
.kgmi6px-search-result summary:hover{
  background:#f6f8fa;
}
.kgmi6px-panel-headline{
  display:flex;
  gap:.35rem;
  align-items:baseline;
  margin:0 0 2px 0;
  line-height:1.02;
}
.kgmi6px-panel-code{
  font-family:monospace;
  opacity:.78;
  font-size:11px;
}
.kgmi6px-panel-code-inline{
  font-family:monospace;
  opacity:.78;
}
.kgmi6px-panel-title{
  font-weight:700;
  font-size:11px;
}
.kgmi6px-panel-definition{
  margin:0 0 4px 0;
  line-height:1.12;
  font-size:11px;
  opacity:.93;
}
.kgmi6px-panel-meta-grid{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:1px 6px;
  margin:0 0 4px 0;
  font-size:11px;
  line-height:1.04;
}
.kgmi6px-panel-meta-grid > div:nth-child(odd){
  opacity:.72;
}
.kgmi6px-panel-rel-table,
.kgmi6px-panel-attr-table{
  margin:0 0 4px 0;
  font-size:11px;
}



/* === compact overrides === */
.kgmi6px-search-results{
  display:flex;
  flex-direction:column;
  gap:3px !important;
}
.kgmi6px-search-results-head{
  display:flex;
  align-items:center;
  gap:4px;
  margin:0 0 3px 0;
  font-size:11px;
  line-height:1.05;
}
.kgmi6px-search-icon{ opacity:.72; }
.kgmi6px-search-query code{ font-size:10px; }
.kgmi6px-search-count{
  margin-left:auto;
  opacity:.76;
  white-space:nowrap;
}
.kgmi6px-search-result{
  border:1px solid #d0d7de !important;
  border-radius:6px !important;
  background:#fff;
  box-shadow:0 1px 2px rgba(0,0,0,.03) !important;
}
.kgmi6px-search-result summary{
  padding:2px 5px !important;
  gap:6px !important;
  font-size:11px !important;
  line-height:1.05 !important;
}
.kgmi6px-search-body{
  padding:1px 5px 4px 5px !important;
}
.kgmi6px-search-kind{
  font-size:10px !important;
  opacity:.72 !important;
  white-space:nowrap;
}
.kgmi6px-search-meta{
  margin:2px 0 2px 0 !important;
  font-size:10px !important;
  line-height:1.02 !important;
  opacity:.74 !important;
}
.kgmi6px-search-actions{
  display:flex;
  gap:4px !important;
  flex-wrap:wrap;
  margin-top:2px;
}
.kgmi6px-search-inline-detail{
  margin:2px 0 3px 0 !important;
  padding-top:2px !important;
  border-top:1px solid #eef2f7;
}
.kgmi6px-panel-headline{
  display:flex;
  gap:.35rem;
  align-items:baseline;
  margin:0 0 2px 0;
  line-height:1.02;
}
.kgmi6px-panel-code{
  font-family:monospace;
  opacity:.78;
  font-size:11px;
}
.kgmi6px-panel-code-inline{
  font-family:monospace;
  opacity:.78;
}
.kgmi6px-panel-title{
  font-weight:700;
  font-size:11px;
}
.kgmi6px-panel-definition{
  margin:0 0 4px 0;
  line-height:1.12;
  font-size:11px;
  opacity:.93;
}
.kgmi6px-panel-meta-grid{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:1px 6px;
  margin:0 0 4px 0;
  font-size:11px;
  line-height:1.04;
}
.kgmi6px-panel-meta-grid > div:nth-child(odd){
  opacity:.72;
}
.kgmi6px-panel-rel-table,
.kgmi6px-panel-attr-table{
  margin:0 0 4px 0;
  font-size:11px;
}

/* KG_MI6PX mini overlay toolbar v1 */
.kg-mi6px-toolbar-overlay {
  position: absolute;
  top: 6px;
  left: 10px;
  right: 10px;
  z-index: 40;
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: nowrap;
  padding: 1px 6px;
  border-radius: 999px;
  background: transparent;
  border: 1px solid rgba(0,0,0,0.78);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
}

..kg-mi6px-toolbar-overlay select,
.kg-mi6px-toolbar-overlay input,
.kg-mi6px-toolbar-overlay button{
  height:16px;
  min-height:16px;
  max-height:16px;
  box-sizing:border-box;
  margin:0;
}

.kg-mi6px-toolbar-overlay select,
.kg-mi6px-toolbar-overlay input {
  padding: 0 10px;
  border-radius: 10px;
}

.kg-mi6px-toolbar-overlay .kg-mi6px-icon-btn,
.kg-mi6px-toolbar-overlay #btnReload,
.kg-mi6px-toolbar-overlay #btnFit,
.kg-mi6px-toolbar-overlay #btnCenter,
.kg-mi6px-toolbar-overlay #btnStickyFit,
.kg-mi6px-toolbar-overlay #btnToolbarToggle {
  width: 32px;
  min-width: 32px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.kg-mi6px-toolbar-overlay #btnStickyFit.is-active {
  outline: 1px solid rgba(255, 255, 255, 0.32);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.10);
}

.kg-mi6px-toolbar-overlay.is-collapsed > *:not(#btnToolbarToggle) {
  display: none !important;
}

@media (max-width: 680px) {
  .kg-mi6px-toolbar-overlay {
    top: 5px;
    left: 10px;
    right: 10px;
    gap: 4px;
    padding: 0 6px;
  }

  .kg-mi6px-toolbar-overlay select,
  .kg-mi6px-toolbar-overlay input {
    min-width: 0;
    flex: 1 1 140px;
  }
}

/* KG_MI6PX floating right panel CSS v1 */
.kg-mi6px-floating-panel {
  position: absolute !important;
  top: 56px;
  right: 10px;
  width: min(380px, calc(100vw - 20px));
  max-width: calc(100vw - 20px);
  max-height: calc(100vh - 72px);
  overflow: auto;
  z-index: 45;
  padding: 6px !important;
  border-radius: 16px;
  background: rgba(10, 16, 24, 0.44) !important;
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.28);
  overscroll-behavior: contain;
  scrollbar-gutter: stable both-edges;
}

.kg-mi6px-floating-panel.is-collapsed {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
  padding: 0 !important;
  overflow: hidden;
}

.kg-mi6px-floating-panel.is-collapsed > *:not(.kg-mi6px-panel-toggle-floating) {
  display: none !important;
}

.kg-mi6px-panel-toggle-floating {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 6;
  width: 28px;
  min-width: 28px;
  height: 28px;
  min-height: 28px;
  padding: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background: rgba(10, 16, 24, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.22);
}

.kg-mi6px-floating-panel:not(.is-collapsed) {
  padding-top: 0 !important;
}

.kg-mi6px-floating-panel details,
.kg-mi6px-floating-panel .kg-mi6px-accordion {
  margin: 0 0 6px 0 !important;
  border-radius: 12px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.06);
  overflow: hidden;
}

.kg-mi6px-floating-panel summary,
.kg-mi6px-floating-panel .kg-mi6px-accordion-summary {
  cursor: pointer;
  list-style: none;
  padding: 7px 9px !important;
  min-height: 0;
  font-size: 12px;
  line-height: 1.25;
}

.kg-mi6px-floating-panel details[open] > summary,
.kg-mi6px-floating-panel .kg-mi6px-accordion[open] > .kg-mi6px-accordion-summary {
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.kg-mi6px-floating-panel details > :not(summary),
.kg-mi6px-floating-panel .kg-mi6px-accordion-body {
  padding: 7px 9px !important;
}

.kg-mi6px-floating-panel h1,
.kg-mi6px-floating-panel h2,
.kg-mi6px-floating-panel h3,
.kg-mi6px-floating-panel h4,
.kg-mi6px-floating-panel h5,
.kg-mi6px-floating-panel h6,
.kg-mi6px-floating-panel .kg-mi6px-panel-heading {
  margin: 0 0 6px 0 !important;
  padding: 0 !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
}

.kg-mi6px-floating-panel p,
.kg-mi6px-floating-panel ul,
.kg-mi6px-floating-panel ol,
.kg-mi6px-floating-panel dl,
.kg-mi6px-floating-panel pre,
.kg-mi6px-floating-panel blockquote {
  margin: 0 0 6px 0 !important;
}

.kg-mi6px-floating-panel table,
.kg-mi6px-floating-panel .kg-mi6px-panel-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 11px;
}

.kg-mi6px-floating-panel th,
.kg-mi6px-floating-panel td {
  padding: 4px 6px !important;
  vertical-align: top;
}

.kg-mi6px-floating-panel button,
.kg-mi6px-floating-panel .kg-mi6px-panel-btn {
  min-height: 28px;
  height: 28px;
  padding: 0 8px !important;
  border-radius: 9px;
}

.kg-mi6px-floating-panel .kg-mi6px-panel-btn-compact {
  min-width: 28px;
  width: auto;
  font-size: 11px;
}

.kg-mi6px-floating-panel.show-results-priority {
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.34);
}

.kg-mi6px-floating-panel.is-empty {
  opacity: 0.82;
}

@media (max-width: 980px) {
  .kg-mi6px-floating-panel {
    top: 52px;
    right: 8px;
    width: min(340px, calc(100vw - 16px));
    max-height: calc(100vh - 64px);
    border-radius: 14px;
  }
}

@media (max-width: 720px) {
  .kg-mi6px-floating-panel {
    left: 8px;
    right: 8px;
    width: auto;
    max-width: none;
    top: auto;
    bottom: 8px;
    max-height: min(52vh, 420px);
  }

  .kg-mi6px-panel-title {
    font-size: 11px;
  }

  .kg-mi6px-floating-panel summary,
  .kg-mi6px-floating-panel .kg-mi6px-accordion-summary {
    font-size: 11px;
  }
}
.kgmi6px-graph-toolbar .kgmi6px-graph-btn,
.kgmi6px-graph-toolbar .kg-mi6px-icon-btn,
.kgmi6px-graph-toolbar button[id^="btn"]{
  width:16px;
  min-width:16px;
  height:16px;
  min-height:16px;
  max-height:16px;
  padding:0;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  line-height:1;
  font-size:9px;
  border:1px solid rgba(0,0,0,0.78);
  background:transparent;
  color:inherit;
  box-shadow:none;
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
  transition:
  background .16s ease,
  border-color .16s ease,
  transform .16s ease,
  opacity .16s ease;
}

.kgmi6px-graph-toolbar .kgmi6px-graph-btn:hover,
.kgmi6px-graph-toolbar .kg-mi6px-icon-btn:hover,
.kgmi6px-graph-toolbar button[id^="btn"]:hover{
  background:rgba(255,255,255,0.14);
  border-color:rgba(255,255,255,0.28);
  transform:scale(1.04);
}

.kgmi6px-graph-toolbar .kgmi6px-graph-btn:active,
.kgmi6px-graph-toolbar .kg-mi6px-icon-btn:active,
.kgmi6px-graph-toolbar button[id^="btn"]:active{
  transform:scale(.96);
}

.kgmi6px-graph-toolbar .kgmi6px-graph-input,
.kgmi6px-graph-toolbar select,
.kgmi6px-graph-toolbar .kgmi6px-search,
.kgmi6px-graph-toolbar input{
  height:30px;
  min-height:30px;
  padding-top:0;
  padding-bottom:0;
  border-radius:999px;
  border:1px solid rgba(255,255,255,0.16);
  background:rgba(255,255,255,0.06);
  color:inherit;
  box-shadow:none;
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}

.kgmi6px-graph-toolbar select,
.kgmi6px-graph-toolbar .kgmi6px-graph-input{
  padding-left:10px;
  padding-right:10px;
  font-size:12px;
}

.kgmi6px-search-wrap-inline{
  position:relative;
  display:inline-flex;
  align-items:center;
}

.kgmi6px-search-wrap-inline .kgmi6px-search{
  min-width:140px !important;
  padding-left:6px !important;
  padding-right:26px !important;
  font-size:10px !important;
}

.kgmi6px-search-inline-btn.is-scope{ right:22px; }
.kgmi6px-search-inline-btn.is-sort{ right:3px; }

/* KG_MI6PX topbar true collapse v1 START */
.kg-mi6px-toolbar-overlay{
  position:absolute;
  top:6px;
  left:10px;
  right:10px;
  z-index:40;
  min-height:18px;
  margin:0;
  transition:
  min-height .18s ease,
  padding .18s ease,
  background .18s ease,
  border-color .18s ease,
  box-shadow .18s ease,
  opacity .18s ease;
}
#btnToolbarToggle{
position:absolute !important;
left:50% !important;
top:-8px !important;
transform:translateX(-50%) !important;
width:22px !important;
min-width:22px !important;
height:14px !important;
min-height:14px !important;
max-height:14px !important;
padding:0 !important;
display:inline-flex !important;
align-items:center !important;
justify-content:center !important;
border:1px solid rgba(0,0,0,0.78) !important;
border-radius:999px !important;
background:#fff !important;
color:#111 !important;
line-height:1 !important;
box-shadow:none !important;
z-index:41 !important;
}
.kg-mi6px-toolbar-overlay.is-collapsed{
  min-height:32px !important;
  height:32px !important;
  max-height:32px !important;
  padding:0 !important;
  background:transparent !important;
  border-color:transparent !important;
  box-shadow:none !important;
  overflow:visible !important;
}

.kg-mi6px-toolbar-overlay.is-collapsed > *{
  visibility:hidden !important;
  pointer-events:none !important;
}

.kg-mi6px-toolbar-overlay.is-collapsed > #btnToolbarToggle{
  visibility:visible !important;
  pointer-events:auto !important;
}

.kg-mi6px-toolbar-overlay.is-collapsed #btnToolbarToggle{
  position:absolute !important;
  left:50% !important;
  top:0 !important;
  transform:translateX(-50%) !important;
  width:22px !important;
  min-width:22px !important;
  height:14px !important;
  min-height:14px !important;
  max-height:14px !important;
  padding:0 !important;
  border-radius:999px !important;
  border:1px solid rgba(0,0,0,0.78) !important;
  background:#fff !important;
  color:#111 !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
  z-index:41 !important;
}

.kg-mi6px-toolbar-overlay:not(.is-collapsed) #btnToolbarToggle{
  position:relative;
  left:auto;
  top:auto;
  transform:none;
}
/* KG_MI6PX topbar true collapse v1 END */
/* KG_MI6PX fullscreen shell v1 START */
html.kgmi6px-app-fullscreen,
html.kgmi6px-app-fullscreen body{
  width:100% !important;
  min-width:100% !important;
  max-width:none !important;
  height:100% !important;
  min-height:100% !important;
  margin:0 !important;
  padding:0 !important;
  overflow:hidden !important;
}

html.kgmi6px-app-fullscreen body{
  position:relative !important;
}

#kgmi6px-fullscreen{
position:fixed !important;
inset:0 !important;
width:100vw !important;
min-width:100vw !important;
max-width:none !important;
height:100dvh !important;
min-height:100dvh !important;
margin:0 !important;
padding:0 !important;
overflow:hidden !important;
z-index:9999 !important;
background:inherit;
}

#kgmi6px-fullscreen .kgmi6px-graph-root{
width:100vw !important;
min-width:100vw !important;
max-width:none !important;
height:100dvh !important;
min-height:100dvh !important;
margin:0 !important;
padding:0 !important;
box-sizing:border-box;
}
/* KG_MI6PX fullscreen shell v1 END */
