/* .md-ellipsis { */
/* color: #000d52; */
/* color: #000d52;
    /* font-size: 20pt; */
/* font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; */
/* background-color: #e8e9ea; */
/* } */
.md-main__inner {
  margin-top: 0px;
}

.md-header__inner {
  background-color: white;
}

.md-typeset h1 {
  /* color: #000d52; */
  color: #f47907;
  font-size: 30pt;
  /* font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; */
  /* background-color: #e8e9ea; */
  font-family: "Raleway", sans-serif;
}

h1 {
  font-family: "Raleway", sans-serif;
}

h2 {
  color: #000d52;
  /* font-size: 100pt;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; */
  font-family: "Raleway", sans-serif;
}
h3 {
  color: #000d52;
  /* font-size: 100pt;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; */
  font-family: "Raleway", sans-serif;
}
h4 {
  color: #000d52;
  /* font-size: 100pt;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; */
  font-family: "Raleway", sans-serif;
}
a {
  /* color: #f47907; */
  /* font-size: 100pt;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; */
  font-family: "Raleway", sans-serif;
}

p {
  font-family: "Roboto", sans-serif;
}
summary {
  font-family: "Raleway", sans-serif;
}

.md-search__input {
  background-color: #e2e2e2;
  font-family: system-ui;
  /* font-size: 24px; */
}

.md-search {
  color: #c7c7c7;
}

.md-header__button {
  color: #f47907;
  font-family: "Raleway", sans-serif;
}

.md-search__input:hover {
  background-color: #ffffff;
  border:#c7c7c7 1px solid;
  color: #0f0f0f;
  outline-offset: -2px;
}

.md-search__input:focus {
  background-color: #ffffff;
  color: #0f0f0f;
  outline-offset: -2px;
}

.md-search-result__meta {
  font-family: "Raleway", sans-serif;
}

/* .md-nav__item {
  font-family: "Raleway", sans-serif;
} */

.md-sidebar--secondary {
  display: none;
}

/* .md-sidebar {
  margin-top: 45px;
} */

.md-nav__title {
  background: #fff !important;
}

.md-footer__direction {
  color: #000d52;
  font-size: 15pt;
}

.md-footer__inner,
.md-footer-meta__inner,
.md-footer,
.md-footer-meta {
  background-color: white;
}

.md-grid {
  max-width: 1300px;
}

.md-header__button.md-logo :is(img, svg) {
  width: 5.5rem;
}

/* .md-nav__title {
  display: none;
} */

.md-header__button.md-logo :-webkit-any(img, svg) {
  height: 45px;
  width: auto;
}

.md-footer__direction {
  font-family: "Raleway", sans-serif;
}

/* .md-ellipsis{
    color: gray;
} */

.md-header__title {
  margin-top: 1rem;
  flex-grow: 1;
  font-size: 0.9rem;
  height: 2.4rem;
  line-height: 2rem;
}

.md-header__ellipsis{
  display: none;
  color: #fff;
}

/* .md-nav__list{
    padding: 25px;
    font-size: 15px;
} */

/* .md-nav--integrated>.md-nav__list>.md-nav__item--active:not(.md-nav__item--nested)>.md-nav__link {
    padding: 0 .7rem;
    border: 1px solid red;
    background-color: darkgray;
} */

.md-grid {
  max-width: 100%; /* or 100%, if you want to stretch to full-width */
}

.md-nav__item .md-nav__link:focus,.md-nav__item .md-nav__link:hover {
  color: #f47907;
}

.md-top:hover{
    background-color: #f47907;
}

::selection {
  color: #fff;
  background-color: #f47907;
}

.md-nav__item .md-nav__link--active {
  color: #f47907;
}

.md-sidebar__scrollwrap:focus-within,
.md-sidebar__scrollwrap:hover,
.md-typeset pre > code:hover {
  scrollbar-color: #f47907 #0000;
}

select {
  align-items: center;
  padding: 7px 15px;
  background-color: #fff;
  border: 2px solid #e4e9ee;
  font-size: 14px;
  width: 204px;
  color: #0f0f0f;
  margin-top: 10px;
  margin-left: 12px;
}

/* .md-typeset a{
    color:#f47907;
  }

  .md-typeset a:hover{

    color:#FFC000;
  } */

/* select:focus{
    outline: 2px solid #4b4b4b;
  }
  select{
    
  
    padding: 7px 15px;
    margin-bottom: 15px;
    background-color: #fff;
    border: 1px solid #e4e9ee;
    font-size: 14px;
    font-family:Poppins;
    width:200px; 
  }
  
  select:focus{
    outline:auto;
  }
  
  .version-selector {
      position: fixed;
      top: 18px;
      z-index: 999;
      right: 250px;
      left: auto;
  } */
