





/* wijzegingen obv side-tabs voor de side-navigatie */

.sidebar-wrapper { width: 100%; height:100vh;   }
.sidebar > .opptylab-component-side-tabs > .opptylab-tabs-wrapper { width: 300px; margin:2em; }

.sidebar > .opptylab-component-side-tabs > .opptylab-tab-content-wrapper { width: calc(100% - 300px); display:flex; justify-content: center; }
.sidebar > .opptylab-component-side-tabs > .opptylab-tab-content-wrapper > .opptylab-tab-panel-content-wrapper { max-width:970px !important;  }

.sidebar > .opptylab-component-side-tabs > .opptylab-tabs-wrapper   { border-radius: var(--border-radius-s); overflow: hidden; }
.sidebar > .opptylab-component-side-tabs > .opptylab-tabs-wrapper > .opptylab-tab  { border-radius:0px; margin:0px; overflow: hidden; padding: 0.5em 0.5em; font-size:0.8em;}

.sidebar > .opptylab-component-side-tabs > .opptylab-tabs-wrapper > .opptylab-tab  { background:#fff; }
.sidebar > .opptylab-component-side-tabs > .opptylab-tabs-wrapper > .opptylab-tab.active-tab  { background:rgba(0,0,0,.1); }
[data-theme="dark"] .sidebar > .opptylab-component-side-tabs > .opptylab-tabs-wrapper > .opptylab-tab  { background:var(--surface-light-1); }
[data-theme="dark"] .sidebar > .opptylab-component-side-tabs > .opptylab-tabs-wrapper > .opptylab-tab.active-tab  { background:rgba(0,0,0,.3); }



