/* my-custom-variant */
:root {
  --PRIMARY-color: #fcfcfc; /* brand primary color */
  --SECONDARY-color: #486ac9; /* brand secondary color */
  --ACCENT-color: #ff88ff; /* brand accent color, used for search highlights */
  --MAIN-LINK-HOVER-color: #202891; /* hoverd link color of content */
  --MAIN-BG-color: #fcfcfc; /* background color of content */
  --MAIN-TEXT-color: #101010; /* text color of content and h1 titles */
  --MAIN-TITLES-TEXT-color: #4a4a4a; /* text color of h2-h6 titles and transparent box titles */
  --CODE-BLOCK-color: #000000; /* fallback text color of block code; should be adjusted to your selected chroma style */
  --CODE-BLOCK-BG-color: #f8f8f8; /* fallback background color of block code; should be adjusted to your selected chroma style */
  --CODE-BLOCK-BORDER-color: #d8d8d8; /* border color of block code */
  --CODE-INLINE-color: #5e5e5e; /* text color of inline code */
  --CODE-INLINE-BG-color: #fffae9; /* background color of inline code */
  --CODE-INLINE-BORDER-color: #f8e8c8; /* border color of inline code */
  --MERMAID-theme: default; /* name of the default Mermaid theme for this variant, can be overridden in config.toml */
  --SWAGGER-theme: light; /* name of the default Swagger theme for this variant, can be overridden in config.toml */
  --MENU-HEADER-BG-color: #326ab1; /* background color of menu header */
  --MENU-HOME-LINK-color: #fcfcfc; /* home button color if configured */
  --MENU-HOME-LINK-HOVER-color: #4C9ED8; /* hoverd home button color if configured */
  --MENU-SEARCH-color: #fcfcfc; /* text and icon color of search box */
  --MENU-SEARCH-BG-color: #326ab1; /* background color of search box */
  --MENU-SECTIONS-BG-color: #326ab1; /* background of the menu; this is NOT just a color value but can be a complete CSS background definition including gradients, etc. */
  --MENU-SECTIONS-ACTIVE-BG-color: rgba( 0, 0, 0, 0 ); /* background color of the active menu section */
  --MENU-SECTIONS-LINK-color: #fcfcfc; /* link color of menu topics */
  --MENU-SECTIONS-LINK-HOVER-color: #4C9ED8; /* hoverd link color of menu topics */
  --MENU-SECTION-ACTIVE-CATEGORY-color: #ffffff; /* text color of the displayed menu topic */
  --MENU-SECTION-ACTIVE-CATEGORY-BG-color: #4c9ed8; /* background color of the displayed menu topic */
  --MENU-SECTION-HR-color: #fcfcfc; /* separator color of menu footer */
  --BOX-CAPTION-color: rgba( 255, 255, 255, 1 ); /* text color of colored box titles */
  --BOX-BG-color: rgba( 255, 255, 255, .833 ); /* background color of colored boxes */
  --BOX-TEXT-color: rgba( 16, 16, 16, 1 ); /* text color of colored box content */
}

#sidebar ul.topics li > a {
  padding-left: 2rem;
}

#sidebar ul.collapsible-menu > li > .toggle, #sidebar ul.topics > li > a {
  font-size: 1rem;
  font-weight: bolder;
}

#sidebar li > input {
  padding-left: 0.5rem;
}

#sidebar ul.topics > li > ul > li:last-child {
  padding-bottom: 0px;
}

div.tableWithImages table th > :first-child, #body table th {
  margin: 0;
}


/*#body-inner div.highlight td:first-child span.copy-to-clipboard-button {*/
/*  visibility: hidden;*/
/*}*/

