/** overrides over standard theming**/

@import "../stylesheets/application.css"; /* import sphinx-material css */

.md-header .md-hero {
  background-color: #eaedf0;
  color: #222;
}

.md-tabs {
  background-color: #eaedf0;
  color: #222;
}

[data-md-color-primary="blue-grey"] .md-header,
[data-md-color-primary="blue-grey"] .md-hero {
  background-color: #eaedf0;
  color: #222;
}

[data-md-color-primary="blue-grey"] .md-tabs {
  background-color: #eaedf0;
  color: #222;
}

.md-typeset summary:after {
  content: none;
}

.md-typeset details > summary:before {
  content: none;
}

.md-typeset .admonition,
.md-typeset details {
  border-left: none;
}

.md-typeset ol,
.md-typeset ul {
  margin-left: -0.4em;
}

.md-typeset details > summary {
  background-color: var(--sd-color-card-header);
}

.sd-text-info,
.sd-text-info > p {
  color: var(--sd-color-info) !important;
  margin-left: -0.5em;
}

.md-typeset .admonition > .admonition-title:before {
  content: "\e88f";
}

.md-footer-meta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  /* padding-bottom: 10px; */
  fill: #222;
  color: #222;
  font-size: 0.64rem;
}

.md-footer-meta__inner a:hover {
  fill: #222;
  color: #222;
}

html .md-footer-meta.md-typeset a {
    color: #222;
}

html .md-footer-meta.md-typeset a:focus, html .md-footer-meta.md-typeset a:hover {
    color: #222;
}

html .md-footer-meta.md-typeset a:focus, html .md-footer-meta.md-typeset a:hover {
    color: #fff;
}

.md-search__form, .md-search__input {
    border-radius: 6px;
    background-color: white;
}

.md-footer-legals {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.md-footer-legals a {
  margin-left: 10px;
}

#md-footer-balluff-icon {
  width: 100px;
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.md-footer-socials {
  display: inline-flex;
  gap: 0.2rem;
}

.md-footer-socials a {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.md-footer-socials svg {
  max-height: 0.8rem;
}

.md-ballufffooter__link__icon {
  fill: #222;
}

.md-header-balluff {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 2.4rem;
  transition: background-color 0.25s, color 0.25s;
  background-color: #eaedf0;
  color: #222;
  box-shadow: none;
  z-index: 2;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

[data-md-color-primary="blue-grey"] .md-tabs {
  background-color: #eaedf0;
  color: #222;
}

.md-main {
  background-color: #eaedf0;
}

.md-content__inner {
  border-radius: 6px;
  color: #222;
  background-color: white;
  padding-left: 0.6rem;
  padding-bottom: 0.6rem;
  padding-right: 0.6rem;
  margin-right: 0.6rem;
  margin-left: 0.6rem;
  margin-bottom: 0.6rem;
}

.md-footer .md-footer-meta{
    background-color: #eaedf0;
    color: #222;
}

.md-footer-copyright__highlight {
    color: #222;
}