@import url(/static/css/branding.css);

:root {

  --primary-bg-color: #e55941;
  --primary-text-color: #ebebeb;

  --secondry-bg-color: #e55941;
  --secondry-text-color: #ebebeb;
  --url: url("/connector-pub/logo/tg-bdb-logo.png");


}

.documentation-sidebar {
    visibility: hidden;
    max-width: 0%;
}
.aside-header {
    background-color:var(--primary-text-color) !important;
}