/* custom.css */
:root {
  --md-primary-bg-color: #111827;
  --md-primary-fg-color: white;
  --md-accent-fg-color: #2970ff;
  --md-default-fg-color--light: #111827;
  --md-typeset-a-color: #021e2e;
  --md-default-bg-color:#ffffff;
  --md-typeset-color: #374151;
  --md-default-fg-color--light:#111827;
  
}

::placeholder { /* Most modern browsers support this now. */
  color:#6b7280 !important;
  font-weight: 400 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500 !important;
  color: #111827;
}

.md-content img {
  border: 1px solid #e5e7eb;
}

/* Ensure links in markdown content are colored by default */
.md-content a,
.md-typeset a {
  color: #2970ff;
}

.md-content a:hover,
.md-typeset a:hover {
  color: #005A9E;
}

.md-nav__title .md-nav__button img {
  height: 30px !important;
}

.md-nav__link--passed {
  color: #1d4fd8;
  font-weight: 500;
}

.md-nav__link--active {
  color: #1d4fd8 !important;
  font-weight: 500 !important;
}

.md-header  {
  box-shadow: none;
  border-bottom: 1px solid #e5e7eb
}

.md-search__form {
  background-color:white !important;
  border: 1px solid #e5e7eb
}

.md-header__title {
  margin: 0 !important;
}

.md-header__title .md-ellipsis {
  font-size: 18px;
  font-weight: 500;
}

.md-typeset pre>code {
  background: #f9fafb;
  color: #293742;
  border: 1px solid #eeeeee;
}

.md-footer {
  display: none;
}

.clipboard {
  position: relative;
  display: block;
  float: right;
}

.btn-clipboard {
  position: relative;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 10;
  display: block;
  padding: 0.25rem 0.5rem;
  cursor: pointer;
}
