/* Piloto de identidade e acessibilidade — Gestão Ambiental RAS ÍRIS. */
:root{
  --ras-a11y-scale:1;
  --ras-a11y-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
}

body.conf-body[data-ras-font-size="medium"]{--ras-a11y-scale:1.15}
body.conf-body[data-ras-font-size="large"]{--ras-a11y-scale:1.3}
body.conf-body[data-ras-font-size="xlarge"]{--ras-a11y-scale:1.5}

body.conf-body,
body.conf-body button,
body.conf-body input,
body.conf-body select,
body.conf-body textarea{font-family:var(--ras-a11y-family)!important}

/* Marca principal do cliente: proporção preservada e sem deformação. */
body.conf-body .conf-brand-mark{
  display:grid!important;
  place-items:center!important;
  flex:0 0 44px!important;
  width:44px!important;
  height:44px!important;
  overflow:visible!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important
}
body.conf-body .conf-brand-mark img{
  width:100%;height:100%;display:block;object-fit:contain;object-position:center;border:0!important;background:transparent!important;box-shadow:none!important
}
body.conf-body .conf-brand-mark .ras-brand-initials{
  display:grid;width:42px;height:42px;place-items:center;border:0;border-radius:12px;background:#eef5ff;color:#155bbb;font-size:14px;font-weight:900;letter-spacing:.02em
}
body.conf-body .conf-brand>div:last-child{min-width:0}
body.conf-body .conf-brand h1,
body.conf-body .conf-brand p{max-width:155px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

/* RAS ÍRIS aparece apenas como assinatura discreta, usando somente a esfera azul. */
body.conf-body .ras-iris-attribution{
  display:flex;align-items:center;gap:7px;margin:8px 3px 0;padding:4px 2px;color:#66758a;text-decoration:none;opacity:.62;transition:opacity .18s ease
}
body.conf-body .ras-iris-attribution:hover,
body.conf-body .ras-iris-attribution:focus-visible{opacity:.92}
body.conf-body .ras-iris-attribution img{
  display:block;flex:0 0 23px;width:23px;height:23px;object-fit:contain;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;outline:0!important
}
body.conf-body .ras-iris-attribution small{font-size:9px!important;line-height:1.25;color:#718096}
body.conf-body .ras-iris-attribution strong{color:#516176;font-weight:850}

body.conf-body .conf-top-tools{flex-wrap:wrap}
body.conf-body .ras-brand-button,
body.conf-body .ras-type-button{
  gap:7px!important;background:#fff!important;background-image:none!important;color:#17233a!important;border-color:#bfd3ee!important;box-shadow:none!important;text-shadow:none!important;transform:none!important
}
body.conf-body .ras-brand-button:hover,
body.conf-body .ras-brand-button:focus-visible,
body.conf-body .ras-type-button:hover,
body.conf-body .ras-type-button:focus-visible{background:#f3f7fc!important;color:#0d4cb5!important}
body.conf-body .ras-brand-button span,
body.conf-body .ras-type-button span{color:#1769e0;font-weight:900}

/* Personalização de marca da empresa ou organização. */
.ras-brand-backdrop{position:fixed;z-index:3400;inset:0;display:grid;place-items:center;padding:18px;background:rgba(19,34,57,.38);backdrop-filter:blur(2px)}
.ras-brand-backdrop[hidden]{display:none!important}
.ras-brand-panel{width:min(620px,100%);max-height:calc(100vh - 36px);overflow:auto;padding:20px;border:1px solid #bfd3ee;border-radius:18px;background:#fff;color:#17233a;box-shadow:0 24px 70px rgba(17,54,105,.24)}
.ras-brand-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:16px}
.ras-brand-panel-head h2{margin:0;font-size:20px}.ras-brand-panel-head p{margin:4px 0 0;color:#5e6c80;font-size:13px;line-height:1.45}
.ras-brand-close{display:grid;flex:0 0 36px;width:36px;height:36px;place-items:center;border:0;border-radius:10px;background:#eef5ff;color:#17233a;font-size:22px;line-height:1;cursor:pointer}
.ras-brand-preview{display:flex;align-items:center;gap:13px;min-height:86px;margin-bottom:16px;padding:13px;border:1px solid #d3dfed;border-radius:14px;background:#f8fbff}
.ras-brand-preview-media{display:grid;flex:0 0 58px;width:58px;height:58px;place-items:center}
.ras-brand-preview-image{display:block;width:58px;height:58px;object-fit:contain;object-position:center;border:0;background:transparent;box-shadow:none}
.ras-brand-preview-fallback{display:grid;width:52px;height:52px;place-items:center;border:0;border-radius:14px;background:#e7f1ff;color:#155bbb;font-size:16px;font-weight:900}
.ras-brand-preview-image[hidden],.ras-brand-preview-fallback[hidden]{display:none!important}
.ras-brand-preview-copy{display:grid;min-width:0;gap:3px}.ras-brand-preview-copy strong{overflow:hidden;text-overflow:ellipsis;color:#17233a;font-size:16px;white-space:nowrap}.ras-brand-preview-copy small{overflow:hidden;text-overflow:ellipsis;color:#617187;font-size:12px;white-space:nowrap}
.ras-brand-fields{display:grid;gap:11px}.ras-brand-fields label{display:grid;gap:5px;color:#344862;font-size:12px;font-weight:780}
.ras-brand-fields input{width:100%;min-height:43px;padding:9px 11px;border:1px solid #b9cbe0;border-radius:10px;color:#17233a;background:#fff;font:inherit;font-size:14px}
.ras-brand-fields input[type="file"]{padding:8px}.ras-brand-fields>small{color:#68778b;font-size:11px;line-height:1.4}
.ras-brand-status{min-height:20px;margin:10px 0 0;color:#b74a33;font-size:12px}
.ras-brand-actions{display:grid;grid-template-columns:auto auto 1fr auto auto;align-items:center;gap:8px;margin-top:7px}
.ras-brand-actions button{min-height:39px;padding:0 12px;border:1px solid #bfd3ee;border-radius:10px;background:#fff;color:#17233a;font-weight:800;cursor:pointer}
.ras-brand-actions button:hover,.ras-brand-actions button:focus-visible{background:#f3f7fc;color:#0d4cb5}
.ras-brand-actions .ras-brand-save{border-color:#8eb8ee;color:#0d4cb5;background:#eef5ff}
.ras-brand-actions .ras-brand-remove{color:#a33e2f}
.ras-brand-actions button[hidden]{display:none!important}

/* Menu lateral no padrão claro da Oficina Inteligente. */
body.conf-body .conf-nav button,
body.conf-body .conf-nav button:hover,
body.conf-body .conf-nav button:focus,
body.conf-body .conf-nav button:active{
  min-height:40px!important;
  margin:1px 0!important;
  padding:8px 10px!important;
  border:0!important;
  border-radius:10px!important;
  color:#445269!important;
  background:transparent!important;
  background-image:none!important;
  box-shadow:none!important;
  text-shadow:none!important;
  transform:none!important;
  grid-template-columns:25px max-content!important;
  gap:7px!important;
  white-space:nowrap!important
}
body.conf-body .conf-nav button span{color:inherit!important;white-space:nowrap!important}
body.conf-body .conf-nav button:hover,
body.conf-body .conf-nav button:focus-visible{
  color:#0d4cb5!important;
  background:#f3f7fc!important
}
body.conf-body .conf-nav button.active,
body.conf-body .conf-nav button.active:hover,
body.conf-body .conf-nav button.active:focus-visible{
  color:#0d4cb5!important;
  background:#eef5ff!important;
  box-shadow:inset 3px 0 0 #1769e0!important
}

body.conf-body[data-ras-font-size="medium"] .conf-shell{grid-template-columns:286px minmax(0,1fr)}
body.conf-body[data-ras-font-size="large"] .conf-shell{grid-template-columns:316px minmax(0,1fr)}
body.conf-body[data-ras-font-size="xlarge"] .conf-shell{grid-template-columns:356px minmax(0,1fr)}

/* Escala tipográfica mantém a hierarquia original do painel. */
body.conf-body .conf-brand h1{font-size:calc(18px * var(--ras-a11y-scale))!important}
body.conf-body .conf-brand p{font-size:calc(12px * var(--ras-a11y-scale))!important}
body.conf-body .conf-nav button{font-size:calc(13px * var(--ras-a11y-scale))!important}
body.conf-body .conf-sidebar-footer{font-size:calc(11px * var(--ras-a11y-scale))!important}
body.conf-body .conf-sidebar-footer strong{font-size:calc(12px * var(--ras-a11y-scale))!important}
body.conf-body .conf-title h2{font-size:calc(24px * var(--ras-a11y-scale))!important}
body.conf-body .conf-title p{font-size:calc(13px * var(--ras-a11y-scale))!important}
body.conf-body .conf-statusline,
body.conf-body .conf-field label,
body.conf-body .conf-field>span{font-size:calc(11px * var(--ras-a11y-scale))!important}
body.conf-body .conf-input,
body.conf-body .conf-select,
body.conf-body .conf-textarea{font-size:calc(13px * var(--ras-a11y-scale))!important}
body.conf-body .conf-button{font-size:calc(12px * var(--ras-a11y-scale))!important}
body.conf-body .conf-button.small{font-size:calc(11px * var(--ras-a11y-scale))!important}
body.conf-body .conf-kpi span{font-size:calc(11px * var(--ras-a11y-scale))!important}
body.conf-body .conf-kpi strong{font-size:calc(28px * var(--ras-a11y-scale))!important}
body.conf-body .conf-panel-head h3{font-size:calc(14px * var(--ras-a11y-scale))!important}
body.conf-body .conf-bar-row{font-size:calc(11px * var(--ras-a11y-scale))!important}
body.conf-body .conf-section-title h3{font-size:calc(16px * var(--ras-a11y-scale))!important}
body.conf-body .conf-section-title p{font-size:calc(12px * var(--ras-a11y-scale))!important}
body.conf-body .conf-indicator-count{font-size:calc(11px * var(--ras-a11y-scale))!important}
body.conf-body .conf-indicator-icon{font-size:calc(18px * var(--ras-a11y-scale))!important}
body.conf-body .conf-indicator-number,
body.conf-body .conf-badge{font-size:calc(9px * var(--ras-a11y-scale))!important}
body.conf-body .conf-indicator-card>strong{font-size:calc(14px * var(--ras-a11y-scale))!important}
body.conf-body .conf-indicator-card>p{font-size:calc(11px * var(--ras-a11y-scale))!important}
body.conf-body .conf-indicator-open,
body.conf-body .conf-table th,
body.conf-body .conf-table small,
body.conf-body .conf-file small,
body.conf-body .conf-help{font-size:calc(10px * var(--ras-a11y-scale))!important}
body.conf-body .conf-indicator-detail-head strong{font-size:calc(18px * var(--ras-a11y-scale))!important}
body.conf-body .conf-indicator-detail>p{font-size:calc(14px * var(--ras-a11y-scale))!important}
body.conf-body .conf-table,
body.conf-body .conf-timeline-item strong,
body.conf-body .conf-timeline-item p,
body.conf-body .conf-note{font-size:calc(11px * var(--ras-a11y-scale))!important}
body.conf-body .conf-empty,
body.conf-body .conf-file>strong,
body.conf-body .conf-toast,
body.conf-body .iris-harmony-brand strong,
body.conf-body .iris-loading-note span{font-size:calc(12px * var(--ras-a11y-scale))!important}
body.conf-body .conf-modal-head h3{font-size:calc(15px * var(--ras-a11y-scale))!important}
body.conf-body .iris-harmony-brand span,
body.conf-body .iris-demo-banner{font-size:calc(11px * var(--ras-a11y-scale))!important}
body.conf-body .iris-pillar-switch a,
body.conf-body .iris-pillar-switch button{font-size:calc(12px * var(--ras-a11y-scale))!important}

body.conf-body[data-ras-font-weight="medium"] :where(.conf-main,.conf-sidebar,.sol-ambiental-panel) :where(p,span,small,label,li,td,th,button,input,select,textarea){font-weight:600!important}
body.conf-body[data-ras-font-weight="bold"] :where(.conf-main,.conf-sidebar,.sol-ambiental-panel) :where(p,span,small,label,li,td,th,button,input,select,textarea){font-weight:700!important}

/* Controle de tipografia. */
.ras-type-panel{position:fixed;z-index:3200;top:88px;right:20px;width:min(360px,calc(100vw - 24px));padding:17px;border:1px solid #bfd3ee;border-radius:16px;background:#fff;color:#17233a;box-shadow:0 20px 50px rgba(17,54,105,.2)}
.ras-type-panel[hidden]{display:none!important}
.ras-type-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}
.ras-type-head h2{margin:0;font-size:17px}.ras-type-head p{margin:3px 0 0;color:#5e6c80;font-size:12px}
.ras-type-close{width:34px;height:34px;border:0;border-radius:9px;background:#eef5ff;color:#17233a;font-size:20px}
.ras-type-grid{display:grid;gap:10px}
.ras-type-grid label{display:grid;gap:5px;color:#344862;font-size:12px;font-weight:750}
.ras-type-grid select{width:100%;min-height:42px;padding:8px 10px;border:1px solid #b9cbe0;border-radius:9px;color:#17233a;background:#fff;font-size:14px}
.ras-type-actions{display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap;margin-top:13px}
.ras-type-reset,.ras-type-save{min-height:38px;padding:0 12px;border:1px solid #bfd3ee;border-radius:9px;color:#0d4cb5;background:#fff;font-weight:800}
.ras-type-status{min-height:18px;margin:9px 0 0;color:#1769e0;font-size:12px}

/* Botão da Sol aprovado: conserva nome e formato, troca apenas o sol. */
body.conf-body .sol-ambiental-fab{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  width:auto!important;
  min-width:96px!important;
  height:52px!important;
  padding:0 17px!important;
  border:0!important;
  border-radius:18px!important;
  color:#fff!important;
  background:linear-gradient(180deg,#3d93ff,#1769e0)!important;
  box-shadow:0 4px 0 #0d4cb5,0 14px 30px rgba(23,105,224,.2)!important;
  font-size:calc(16px * var(--ras-a11y-scale))!important
}
body.conf-body .sol-ambiental-fab::before,
body.conf-body .sol-ambiental-fab::after{content:none!important;display:none!important}
body.conf-body .sol-ambiental-fab .ras-sol-sun-icon{width:25px;height:25px;display:block;flex:0 0 auto}
body.conf-body .sol-ambiental-fab b{color:#fff;font-weight:850}
body.conf-body [data-ras-duplicate-sol="1"]{display:none!important}
body.conf-body .iris-environmental-tour-button .ras-sol-sun-icon{display:block;width:18px;height:18px;flex:0 0 18px}

@media(max-width:980px){
  body.conf-body .conf-shell,
  body.conf-body[data-ras-font-size="medium"] .conf-shell,
  body.conf-body[data-ras-font-size="large"] .conf-shell,
  body.conf-body[data-ras-font-size="xlarge"] .conf-shell{grid-template-columns:1fr}
  body.conf-body .conf-nav{display:flex!important;flex-direction:row!important;overflow-x:auto!important;overflow-y:hidden!important;padding:2px 0 8px!important}
  body.conf-body .conf-nav button{flex:0 0 auto!important}
  body.conf-body .conf-divider{width:1px;height:auto;min-height:35px;flex:0 0 1px}
}

@media(max-width:640px){
  .ras-type-panel{top:12px;right:6px;width:calc(100vw - 12px);max-height:calc(100vh - 24px);overflow:auto}
  .ras-brand-backdrop{padding:6px}.ras-brand-panel{max-height:calc(100vh - 12px);padding:16px;border-radius:14px}
  .ras-brand-actions{grid-template-columns:1fr 1fr}.ras-brand-actions span{display:none}.ras-brand-actions button{width:100%}
  body.conf-body .conf-title h2{font-size:calc(20px * var(--ras-a11y-scale))!important}
}

@media print{.ras-type-button,.ras-type-panel,.ras-brand-button,.ras-brand-backdrop{display:none!important}}


/* Navegação hierárquica: Visão Executiva, Operação e Coletas, Gestão e Desempenho. */
body.conf-body .conf-nav{
  gap:6px!important;
  padding-top:10px!important
}
body.conf-body .conf-nav-primary{
  display:grid;
  gap:2px
}
body.conf-body .conf-nav-module{
  margin:0;
  border:1px solid #e0e8f1;
  border-radius:12px;
  background:#fff;
  overflow:hidden
}
body.conf-body .conf-nav-module>summary{
  min-height:46px;
  display:grid;
  grid-template-columns:25px minmax(0,1fr);
  gap:7px;
  align-items:center;
  padding:10px 11px;
  color:#263b57;
  background:#f8fafc;
  cursor:pointer;
  list-style:none;
  font-size:calc(13px * var(--ras-a11y-scale));
  font-weight:800
}
body.conf-body .conf-nav-module>summary::-webkit-details-marker{display:none}
body.conf-body .conf-nav-module>summary>span{
  display:grid;
  place-items:center;
  color:#1769e0;
  transition:transform .18s ease
}
body.conf-body .conf-nav-module[open]>summary{
  color:#0d4cb5;
  background:#f2f7fd;
  border-bottom:1px solid #e0e8f1
}
body.conf-body .conf-nav-module[open]>summary>span{transform:rotate(180deg)}
body.conf-body .conf-nav-module-body{
  display:grid;
  gap:1px;
  padding:6px 6px 8px
}
body.conf-body .conf-nav-section-label{
  display:block;
  padding:10px 10px 4px;
  color:#718096;
  font-size:calc(10px * var(--ras-a11y-scale));
  font-weight:900;
  letter-spacing:.07em;
  line-height:1.25;
  text-transform:uppercase
}
body.conf-body .conf-nav .conf-nav-link,
body.conf-body .conf-nav .conf-nav-link:hover,
body.conf-body .conf-nav .conf-nav-link:focus,
body.conf-body .conf-nav .conf-nav-link:active{
  min-height:40px;
  display:grid;
  grid-template-columns:25px minmax(0,1fr);
  gap:7px;
  align-items:center;
  margin:1px 0;
  padding:8px 10px;
  border:0;
  border-radius:10px;
  color:#445269;
  background:transparent;
  text-decoration:none;
  font-size:calc(13px * var(--ras-a11y-scale));
  font-weight:700;
  line-height:1.3
}
body.conf-body .conf-nav .conf-nav-link:hover,
body.conf-body .conf-nav .conf-nav-link:focus-visible{
  color:#0d4cb5;
  background:#f3f7fc;
  outline:0
}
body.conf-body .conf-nav-module-body button,
body.conf-body .conf-nav-module-body .conf-nav-link{
  width:100%;
  white-space:normal!important
}
body.conf-body .conf-nav-module-body button span,
body.conf-body .conf-nav-module-body .conf-nav-link span{
  white-space:normal!important
}


/* Subgrupos da Operação e Coletas: conteúdo preservado, compacto e fácil de localizar. */
body.conf-body .conf-nav-subgroup{
  margin:2px 0;
  border:1px solid transparent;
  border-radius:10px;
  background:#fff;
  overflow:hidden
}
body.conf-body .conf-nav-subgroup>summary{
  min-height:40px;
  display:grid;
  grid-template-columns:22px minmax(0,1fr) 18px;
  gap:7px;
  align-items:center;
  padding:8px 9px;
  color:#3d4d64;
  background:#fff;
  cursor:pointer;
  list-style:none;
  font-size:calc(12px * var(--ras-a11y-scale));
  font-weight:800;
  line-height:1.25
}
body.conf-body .conf-nav-subgroup>summary::-webkit-details-marker{display:none}
body.conf-body .conf-nav-subgroup>summary>span:first-child{
  display:grid;
  place-items:center;
  color:#1769e0
}
body.conf-body .conf-nav-subgroup>summary .conf-nav-subgroup-chevron{
  display:grid;
  place-items:center;
  color:#718096;
  transition:transform .18s ease
}
body.conf-body .conf-nav-subgroup[open]{
  border-color:#dbe7f4;
  background:#fbfdff
}
body.conf-body .conf-nav-subgroup[open]>summary{
  color:#0d4cb5;
  background:#eef5ff
}
body.conf-body .conf-nav-subgroup[open]>summary .conf-nav-subgroup-chevron{transform:rotate(180deg)}
body.conf-body .conf-nav-subgroup-body{
  display:grid;
  gap:1px;
  margin:0 6px 6px 15px;
  padding:4px 0 2px 7px;
  border-left:1px solid #d9e5f3
}
body.conf-body .conf-nav-subgroup-body button,
body.conf-body .conf-nav-subgroup-body .conf-nav-link{
  min-height:38px;
  padding:7px 8px;
  font-size:calc(12px * var(--ras-a11y-scale))
}

/* Sidebar ESG: textos completos, rolagem vertical e filtros independentes. */
@media(min-width:981px){
  body.conf-body .conf-shell{
    grid-template-columns:320px minmax(0,1fr)
  }
  body.conf-body[data-ras-font-size="medium"] .conf-shell{
    grid-template-columns:350px minmax(0,1fr)
  }
  body.conf-body[data-ras-font-size="large"] .conf-shell{
    grid-template-columns:390px minmax(0,1fr)
  }
  body.conf-body[data-ras-font-size="xlarge"] .conf-shell{
    grid-template-columns:440px minmax(0,1fr)
  }
  body.conf-body .conf-sidebar{
    min-width:0;
    overflow:hidden
  }
  body.conf-body .conf-nav{
    flex:1 1 auto;
    min-height:0;
    overflow-x:hidden!important;
    overflow-y:scroll!important;
    overscroll-behavior:contain;
    scrollbar-gutter:stable;
    scrollbar-width:thin;
    scrollbar-color:#9eb2c8 #eef3f8;
    padding-right:8px!important
  }
  body.conf-body .conf-nav::-webkit-scrollbar{width:10px}
  body.conf-body .conf-nav::-webkit-scrollbar-track{
    background:#eef3f8;
    border-radius:999px
  }
  body.conf-body .conf-nav::-webkit-scrollbar-thumb{
    background:#9eb2c8;
    border:2px solid #eef3f8;
    border-radius:999px
  }
  body.conf-body .conf-nav::-webkit-scrollbar-thumb:hover{background:#7189a4}
  body.conf-body .conf-sidebar-footer{flex:0 0 auto}
}
body.conf-body .conf-brand>div:last-child{
  flex:1 1 auto;
  min-width:0
}
body.conf-body .conf-brand h1,
body.conf-body .conf-brand p{
  max-width:none;
  overflow:visible;
  text-overflow:clip;
  white-space:normal
}
body.conf-body .conf-nav-module>summary strong,
body.conf-body .conf-nav-subgroup>summary strong{
  min-width:0;
  overflow:visible;
  text-overflow:clip
}
body.conf-body .conf-nav-subgroup>summary strong{
  white-space:nowrap
}
body.conf-body .conf-nav button,
body.conf-body .conf-nav .conf-nav-link{
  grid-template-columns:25px minmax(0,1fr)!important;
  min-width:0
}
body.conf-body .conf-nav button span:last-child,
body.conf-body .conf-nav .conf-nav-link span:last-child{
  min-width:0;
  overflow:visible;
  text-overflow:clip;
  white-space:normal!important;
  overflow-wrap:break-word;
  line-height:1.35
}

/* Sidebar ESG v2: lista completa com rolagem efetiva. */
body.conf-body .conf-nav-module,
body.conf-body .conf-nav-subgroup,
body.conf-body .conf-nav-module-body,
body.conf-body .conf-nav-subgroup-body{
  height:auto!important;
  max-height:none!important;
  contain:none!important;
  clip-path:none!important
}
body.conf-body .conf-nav-module,
body.conf-body .conf-nav-subgroup{
  overflow:visible!important
}
body.conf-body .conf-nav-module[open]>.conf-nav-module-body,
body.conf-body .conf-nav-subgroup[open]>.conf-nav-subgroup-body{
  display:grid!important;
  visibility:visible!important
}
@media(min-width:981px){
  body.conf-body .conf-sidebar{
    display:grid!important;
    grid-template-rows:auto minmax(0,1fr) auto auto;
    height:100vh!important;
    height:100dvh!important;
    max-height:100vh!important;
    max-height:100dvh!important;
    overflow:visible!important
  }
  body.conf-body .conf-nav{
    display:flex!important;
    flex-direction:column!important;
    align-self:stretch;
    width:100%;
    height:100%!important;
    min-height:0!important;
    max-height:100%!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    overscroll-behavior-y:contain;
    touch-action:pan-y;
    scrollbar-gutter:stable both-edges;
    scrollbar-width:auto;
    scrollbar-color:#1769e0 #e8eef6;
    padding-right:12px!important
  }
  body.conf-body .conf-nav::-webkit-scrollbar{width:14px}
  body.conf-body .conf-nav::-webkit-scrollbar-track{
    background:#e8eef6;
    border:1px solid #d5dfeb;
    border-radius:999px
  }
  body.conf-body .conf-nav::-webkit-scrollbar-thumb{
    min-height:52px;
    background:#1769e0;
    border:3px solid #e8eef6;
    border-radius:999px
  }
  body.conf-body .conf-nav::-webkit-scrollbar-thumb:hover{background:#0d4cb5}
  body.conf-body .conf-nav::-webkit-scrollbar-button{height:0;display:none}
}


