.wy-side-nav-search {
  background: #FFFFFF;
}

.wy-nav-side {
  font-weight: 1000;
}

.toctree-l1 {
  font-size: 16px;
}

.toctree-l2 {
  font-size: 14px;
}

.rst-content code {}

.rst-content pre code {}

/* Allow tables to wrap instead of scrolling */
.md-typeset table {
  white-space: normal;
}

.md-typeset table td,
.md-typeset table th {
  white-space: normal;
  word-wrap: break-word;
  word-break: break-word;
}

/* Fix logo visibility */
.md-header__button.md-logo img {
  background-color: white;
  padding: 2px;
  border-radius: 4px;
}

/* Style main navigation titles */
.md-nav--primary>.md-nav__list>.md-nav__item>.md-nav__link,
.md-nav--primary>.md-nav__list>.md-nav__item>.md-nav__title {
  font-weight: bold;
  font-size: 0.8rem;
  text-decoration: underline;
  /* text-decoration-thickness: 2px; */
  line-height: 1.4;
}

/* Left nav top-level category headers */
.md-nav--primary .md-nav__item--section > .md-nav__link,
.md-nav--primary .md-nav__item--section > .md-nav__title {
  color: #1E407C !important;
  font-size: 0.85rem !important;
  font-weight: bold;
}

.md-nav__link {
  font-size: 0.68rem;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  line-height: 1.2;
}

.md-nav--secondary .md-nav__link {
  padding-top: 0.05rem;
  padding-bottom: 0.05rem;
  line-height: 1.1;
}

/* footer */
.md-footer {
  display: none !important;
}


/* Logo size */
.md-header .md-logo img {
  height: 70px;
  width: auto;
}

.md-header {
  background-color: #001E44;
}

.md-tabs {
  background-color: #001E44;
  padding-bottom: 0;
}

.md-main__inner {
  margin-top: 0.4rem;
}

[data-md-color-scheme="default"] .md-header {
  background-color: #96BEE6 !important;
}

[data-md-color-scheme="default"] .md-tabs {
  background-color: #96BEE6 !important;
}

[data-md-color-scheme="default"] .md-header__title,
[data-md-color-scheme="default"] .md-header__title .md-ellipsis {
  color: #001E44 !important;
}

.md-sidebar--secondary {
  display: none !important;
}

@media screen and (min-width: 76.25em) {
  .md-sidebar--primary {
    width: 14rem !important;
  }

  .md-sidebar__scrollwrap {
    width: 13rem !important;
  }

  .md-sidebar--primary .md-sidebar__inner {
    width: 14rem !important;
    box-sizing: initial;
  }

  .md-sidebar--primary .md-nav,
  .md-sidebar--primary .md-nav__list,
  .md-sidebar--primary .md-nav__item,
  .md-sidebar--primary .md-nav__link {
    width: 100% !important;
    white-space: normal;
    box-sizing: border-box;
  }
}


.md-nav__title {
    display: none;
}




/* Change L1 nav text color and remove underline */
.md-header-nav__link,
.md-nav--primary > .md-nav__list > .md-nav__item > .md-nav__link {
  color: #1E407C !important;
  text-decoration: none !important;
}

/* Ensure current active L1 nav item also has the correct color and no underline */
.md-header-nav__link.md-header-nav__link--active,
.md-nav--primary > .md-nav__list > .md-nav__item.md-nav__item--active > .md-nav__link {
  color: #1E407C !important;
  text-decoration: none !important;
}

/* Optional: change link color on hover to maintain consistency */
.md-header-nav__link:hover,
.md-nav--primary > .md-nav__list > .md-nav__item > .md-nav__link:hover {
  color: #15305a !important; /* A slightly darker shade for hover effect */
  text-decoration: none !important;
}

/* Also target links within the sidebar to ensure consistency if L1 items appear there */
.md-nav__link {
    text-decoration: none !important;
}

/* Search box and header title: white text and icons against dark header */
.md-header .md-search__input {
  color: #ffffff !important;
}

.md-header .md-search__input::placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
}

.md-header .md-search__icon {
  color: #ffffff !important;
}

.md-header__title,
.md-header__title .md-ellipsis {
  color: #ffffff !important;
  font-size: 1.4rem !important;
  font-weight: bold;
}

/* Dark theme: page background */
[data-md-color-scheme="slate"] {
  --md-default-bg-color: #262626;
}

/* Dark theme: header and nav bar text */
[data-md-color-scheme="slate"] .md-header__title,
[data-md-color-scheme="slate"] .md-header__title .md-ellipsis {
  color: #ffffff !important;
}

[data-md-color-scheme="slate"] .md-nav--primary > .md-nav__list > .md-nav__item > .md-nav__link,
[data-md-color-scheme="slate"] .md-nav--primary > .md-nav__list > .md-nav__item.md-nav__item--active > .md-nav__link,
[data-md-color-scheme="slate"] .md-nav__link {
  color: #96BEE6 !important;
}

/* Change color of all H1-H6 headers */
.md-typeset h1,
.md-typeset h2,
.md-typeset h3,
.md-typeset h4,
.md-typeset h5,
.md-typeset h6 {
  color: #1E407C !important;
}

[data-md-color-scheme="slate"] .md-typeset h1,
[data-md-color-scheme="slate"] .md-typeset h2,
[data-md-color-scheme="slate"] .md-typeset h3,
[data-md-color-scheme="slate"] .md-typeset h4,
[data-md-color-scheme="slate"] .md-typeset h5,
[data-md-color-scheme="slate"] .md-typeset h6 {
  color: #96BEE6 !important;
}
