[data-md-color-scheme="youtube"] {
  --md-primary-fg-color: #ee0f0f;
  --md-primary-fg-color--light: #ecb7b7;
  --md-primary-fg-color--dark: #90030c;
}
body {
  font-family: Roboto, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei,
    Arial, sans-serif, Helvetica Neue, -apple-system, BlinkMacSystemFont,
    noto sans;
}

.md-nav__list {
  font-size: 14px;
}
.md-content {
  p,
  li {
    font-size: 14px;
  }

  h1 {
    font-size: 18px;
    line-height: 26px;
    color: #000;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
  }
  h2 {
    color: rgb(12, 13, 14);
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }

  h3 {
    color: rgb(12, 13, 14);
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  h4 {
    color: rgb(12, 13, 14);
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 16px;
  }

  .md-copyright {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .md-sidebar--primary {
    height: auto;
    overflow: hidden !important;
    background: #f2f6fa;
  }
}

.md-sidebar--primary {
  /* height: auto;
  overflow: hidden !important;
  background: #f2f6fa; */
}

.md-sidebar--primary .custom-style {
  color: #020814;
  font-size: 16px;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
}
.md-sidebar--primary .custom-style-sec {
  color: #020814;
  font-size: 14px;
  font-weight: bold;
}
.md-grid {
  max-width: 100% !important;
  margin-top: 0;
}
.md-nav--lifted > .md-nav__list > .md-nav__item--active > .md-nav__link {
  background: #f2f6fa;
  box-shadow: none;
}
.md-nav__link {
  line-height: 35px;
  margin-top: 0px;
}

.md-typeset__table {
  display: block;
}
.md-typeset__table table {
  display: table !important;
  border-right: none !important;
}
.md-typeset__table table td,
th {
  border-right: 1px solid #ddd;
  padding: 8px 12px !important;
  font-size: 14px;
}
.md-typeset__table table th {
  background-color: #f3f5f9;
}
.md-typeset img {
  max-height: 300px;
}
.md-nav__item--section {
  margin: 0.25em 0;
}

.md-tabs__item {
  height: 40px !important;
  line-height: 40px !important;
}
.md-tabs__link {
  margin-top: 0px !important;
  font-size: 15px;
}
.md-banner {
  display: none !important;
}
.md-social {
  display: none !important;
}
.md-footer {
  background-color: #fbfbfb !important;
}
.md-footer-meta {
  background: transparent !important;
}
.md-copyright,
.md-copyright__highlight {
  color: #cfcfcfb3;
}

.md-header__button.md-logo img {
  height: auto !important;
}
/* .md-header__button.md-icon {
  display: block;
} */
