@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

[data-md-color-scheme="default"] code{
    background-color: #f6f6f6 !important;
}
[data-md-color-scheme="default"] thead{
    background-color: #f6f6f6 !important;
}
.md-header{
    background-color: #fff  !important;
}
.md-tabs{
    background-color: #fff  !important;
}
h1{
    color: #ff7518 !important;
}

[data-md-color-scheme="default"] h3{
  color: #043b72 !important;
  font-weight: 600 !important;
}
.md-typeset h1, .md-typeset h2 {
  font-weight: 500;
  line-height: 1.3;
  margin: 0 0 0.5em;
  font-size: 1.2em;
}

.md-header__button.md-logo {
  pointer-events: none; /* Disable clicks on the logo button */
  cursor: default;  /* Change cursor to indicate it's not clickable */
}

.md-header__button.md-logo a{
  pointer-events: none; /* Disable clicks on the logo link within the button*/
}

.md-header__button.md-logo img {
    height: 30px;
    width: auto;
  }
  
.md-header__topic .md-ellipsis {
    font-weight: 500;
  }

@media screen and (min-width: 768px) { 
    .md-header__button.md-logo img {
      height: 50px; 
    }
  }
  
.md-tabs__item .md-tabs__link {
    font-weight: 500;
  }
  
.md-tabs__item.md-tabs__item--active .md-tabs__link {
    color: #ff7518;
  }
  
/* ::selection {
    background: #F4F4FF;
    color: #000000;
  } */
  
  /* ::-moz-selection {
    background: #F4F4FF;
    color: #000000;
  } */

nav.md-tabs {
  border-top: 1px solid rgba(0, 0, 0, 0.1); 
}

[data-md-color-scheme="slate"] nav.md-tabs {
  border-top: 1px solid rgba(255, 255, 255, 0.08); 
}

.md-banner {
  text-align: center; 
  color:#000000;    
  background-color: #ffebde;   
  padding: 0.5rem;          
}

.md-banner p {         
  margin: 0;               
  font-size: 14px;            
}

.md-banner a {               
  color: inherit;              
  text-decoration: underline;
}

[data-md-color-scheme="default"] .md-nav--secondary {
  background-color: #f9f9f9;
}

[data-md-color-scheme="slate"] .md-sidebar__inner {
  background-color: #303030; 
}
.md-search__input {
  color:#000000;
  background-color: #f9f9f9;
}

@media screen and (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

[data-md-color-scheme="slate"] .md-header__button.md-icon svg {
  fill: white;
}

[data-md-color-scheme="slate"] .md-search__input {
  background-color: #303030;
}

[data-md-color-scheme="slate"] thead{
  background-color: #614106 !important;
}

nav.md-tabs{
  background: linear-gradient(178.97deg, #f9f9f9 42.19%, #f9f9f9 118.47%);
}

p {
font-size: 0.9em;
}

ul {
font-size: 0.9em;
}

.md-nav__item .md-nav__link--active, .md-nav__item .md-nav__link--active code {
  color:  #ff7518;
}

.md-typeset h3 {
  font-size: 1.20em;
  font-weight: 500;
  letter-spacing: -.01em;
  line-height: 1.5;
  margin: 1.6em 0 .8em;
}

.md-typeset__table table {
  border-radius: 0 1.2rem 0 0;
}

.md-typeset table:not([class]) {
  border-radius: 10px;
}

.md-typeset table:not([class]) th {
  font-weight: 600;
}

.md-nav--secondary .md-nav__title[for="__toc"] {
  color:#043b72;
  font-size: 1.25em;
}
.md-nav--primary .md-nav__title[for=__drawer] {
  color:#043b72;
  font-size: 1.25em;
}
/* 
.md-nav--lifted>.md-nav__list>.md-nav__item>[for] {
  color: #043b72;
  padding-top: 0.6rem;
  padding-bottom: 0.3rem;
  font-size: 1.25em;

}
.md-nav--secondary .md-nav__title {
  background: transparent;
  box-shadow: none;
}
.md-nav--secondary {
  padding-top: 0.6rem;
  padding-bottom: 0.3rem;
}
.md-nav--primary .md-nav__list > li:nth-child(2),
.md-nav--primary .md-nav__list > li:nth-child(3) {
  padding-left: .6rem;
  padding-bottom: 0.6rem;
  background: #f5f5f5;
}
.md-nav--lifted>.md-nav__list>.md-nav__item--active>.md-nav__link {
  background: transparent;
  box-shadow: none;
} */

/* .md-nav--primary .md-nav__title {
  background: transparent;
  box-shadow: none;
} */

[data-md-color-scheme="default"] .md-footer {
  background-color: #f9f9f9;
  color: #042b52;
}

[data-md-color-scheme="default"] .md-footer-meta {
  background-color: #042b52;
}

.md-copyright__highlight {
  color: #fff;
}

.md-top {
  background-color: #043b72;
  color: #fff;
}

.md-top:hover {
  background-color: #ff7518;
}

/* DARK MODE */
[data-md-color-scheme="slate"] .md-banner {
  text-align: center; 
  color:#fff;      
  background-color: #111317;  
  padding: 0.5rem;           
}

[data-md-color-scheme="slate"] .md-header{
  background-color: #16181dde  !important;
  color:#EBEBF0;  
}
[data-md-color-scheme="slate"] .md-tabs{
  background-color: #16181dde  !important;
  color:#EBEBF0;  
}

[data-md-color-scheme="slate"] .md-header__button.md-logo img {
  height: 30px;
  width: auto;
  content: url("../assets/mirae_asset_logo_dark.svg") !important;

}
@media screen and (min-width: 768px) { 
  [data-md-color-scheme="slate"] .md-header__button.md-logo img {
    height: 50px; 
    /* background-color: #EBEBF0  !important; */
    width: auto;
    content: url("../assets/mirae_asset_logo_dark.svg") !important;

  }
}

[data-md-color-scheme="slate"]  nav.md-tabs{
  background: #16181dde;
}

[data-md-color-scheme="slate"]  .md-nav--secondary .md-nav__title[for="__toc"] {
  color:#ff7518;
  font-size: 1.25em;
}
[data-md-color-scheme="slate"]  .md-nav--primary .md-nav__title[for=__drawer] {
  color:#ff7518;
  font-size: 1.25em;
}

[data-md-color-scheme="slate"] .md-nav--lifted>.md-nav__list>.md-nav__item>[for].md-nav--lifted>.md-nav__list>.md-nav__item>[for] {
  padding-top: 0.6rem;
  padding-bottom: 0.3rem;
  font-size: 1.25em;
}
[data-md-color-scheme="slate"] .md-nav--primary .md-nav__list > li:nth-child(2),
[data-md-color-scheme="slate"]  .md-nav--primary .md-nav__list > li:nth-child(3) {
  background: transparent;
  padding-left: 0;
}
[data-md-color-scheme="slate"] .md-nav--primary .md-nav__list > li:first-child,
[data-md-color-scheme="slate"]  .md-nav--primary .md-nav__list > li:last-child {
  padding-top: 8px;
}


/* mobile  */
@media screen and (max-width: 1220px) {
  .md-nav--primary .md-nav__list > li:nth-child(2), .md-nav--primary .md-nav__list > li:nth-child(3) {
    padding-left: 0;
  }
  [data-md-color-scheme="slate"] .md-nav--lifted>.md-nav__list>.md-nav__item>[for], .md-nav--lifted>.md-nav__list>.md-nav__item>[for] {
    font-size: 0.8rem;
  }
  .md-nav--primary .md-nav__title[for=__drawer] {
    background-color: #f5f5f5;   
}
}

/* desktop  */

@media screen and (min-width:1220px){
.md-nav--lifted>.md-nav__list>.md-nav__item>[for] {
  color: #043b72;
  padding-top: 0.6rem;
  padding-bottom: 0.3rem;
  font-size: 1.25em;
}

[data-md-color-scheme="slate"] .md-nav--lifted>.md-nav__list>.md-nav__item>[for] {
  color: #ff7518;
}
[data-md-color-scheme="slate"] .md-nav--lifted>.md-nav__list>.md-nav__item>[for].md-nav--lifted>.md-nav__list>.md-nav__item>[for] {
  color: #ff7518;
}

.md-nav--secondary .md-nav__title {
  background: transparent;
  box-shadow: none;
}

.md-nav--secondary {
  padding-top: 0.6rem;
  padding-bottom: 0.3rem;
}

.md-nav--primary .md-nav__list > li:nth-child(2),
.md-nav--primary .md-nav__list > li:nth-child(3) {
  padding-left: .6rem;
  padding-bottom: 0.6rem;
  background: #f5f5f5;
}

.md-nav--lifted>.md-nav__list>.md-nav__item--active>.md-nav__link {
  background: transparent;
  box-shadow: none;
}
}

[data-md-color-scheme="slate"] .md-nav__link[for]:focus, .md-nav__link[for]:hover, .md-nav__link[href]:focus, .md-nav__link[href]:hover {
  color: #ff7518;
  cursor: pointer;
}

[data-md-color-scheme="slate"] .md-typeset a:focus, .md-typeset a:hover {
  color: #ff7518;
}

.md-sidebar__scrollwrap:focus-within, .md-sidebar__scrollwrap:hover {
  scrollbar-color: #ff7518 !important;
}
[data-md-color-accent=deep-purple] {
  --md-accent-fg-color: #ff7518;
}
[data-md-color-scheme="slate"] .md-search__input+.md-search__icon {
  color: #f5f5f5;
}

[data-md-color-scheme="slate"] .md-search__input::placeholder, [data-md-color-scheme="slate"] .md-search__input {
  color: #f5f5f5;
}

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

.md-top {
  top: inherit !important;
  right: 50px;
  bottom: 30px;
  border-radius: 100%;
  padding: 0;
  width: 50px;
  height: 50px;
}
.md-top::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #043b72;
  content: "";
  border-radius: 100%;
}
.md-top:hover::before {
  background-color: #ff7518;
}
.md-top svg {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 9;
}
.md-typeset__table th {
  text-transform: capitalize;
}
.md-typeset a {
  color: #ff7518;
}
/* .md-nav__link--passed {
  color: #333;
} */


.md-banner {    padding: 0 0.5rem;}
.md-search-result__more > summary > div {color: #043b72;}
[data-md-color-primary=#ff7518]:not([data-md-color-scheme=slate]) {
  --md-typeset-a-color: #ff7518 !important;
}
.md-search-result .md-typeset h1 {
  font-size: 0.8rem;
  color: #333 !important;
}
.md-search-result .md-typeset h2 {
  color: #333;
}

[data-md-color-scheme="slate"] .md-search-result .md-typeset h1 {
  font-size: 0.8rem;
  color: #fff !important;
}
[data-md-color-scheme="slate"] .md-search-result .md-typeset h2 {
  color: #fff;
}
[data-md-color-scheme="slate"] .md-banner {    padding: 0 0.5rem;}
[data-md-color-scheme="slate"] .md-search-result__more > summary > div {color: #fff;}

.md-search-result mark {
  color: #ff7518;
}
.md-search-result .md-typeset .md-icon {
  display: none;

}
@media screen and (min-width: 60em) {
  [dir=ltr] .md-search-result__article {
      padding-left: 1.2rem;
  }
}
@media screen and (min-width: 60em) {
  [dir=ltr] .md-search-result__meta {
      padding-left: 1.2rem;
  }
}
@media screen and (min-width: 60em) {
  [dir="ltr"] .md-search-result__more > summary > div {
      padding-left: 1.2rem;
  }
}
@media screen and (max-width: 1220px) {
  .md-top svg {

    right: 9px;
    top: 9px;
}
.md-top {
    right: 0px;
    bottom: 15px;
    width: 44px;
    height: 44px;
}
}