:root{
  --brand-orange:#d97a2b;
  --brand-gray:#5f5f5f;
  --brand-blue:#0b6fbf;
}

.nav-fixed{ position:fixed; top:0; left:0; right:0; z-index:1030; }
.page-pad{ padding-top:58px; }

/* Scenario admin split panes */
.split-viewport{ height: calc(100vh - 58px); }
.pane-left{ height:100%; overflow:auto; }
.pane-right{ height:100%; overflow:auto; }

/* Offer configurator left menu scroll fix */
.offer-left-pane{ position:sticky; top:58px; height: calc(100vh - 58px - 24px); overflow:auto; }

/* Floating pills */
.fab-stack{ position:fixed; right:18px; bottom:18px; z-index:1030; display:flex; flex-direction:column; gap:10px; }
.fab{ width:42px; height:42px; border-radius:999px; display:flex; align-items:center; justify-content:center; box-shadow:0 8px 20px rgba(0,0,0,.25); }




/* tree menu chevron (Bootstrap Icons) */
.tree .tree-chevron{
  display:inline-block;
  width: 1em;
  margin-right:.35rem;
  line-height: 1;
  opacity: .85;
  user-select:none;
}


/* accordion chevron (Bootstrap Icons) */
.accordion-button .accordion-chevron{
  width:1em;
  opacity:.85;
}


/* accordion chevron animation */
.accordion-button .accordion-chevron{
  transition: transform .12s ease;
}
.accordion-button:not(.collapsed) .accordion-chevron{
  transform: rotate(90deg);
}
