.ej-doc-header {
    height: 60px;
    width: 100%;
    display: flex;
    position: fixed;
    z-index: 1;
    justify-content: space-between;
    transition: 0.5s;
}

.ej-doc-header .ej-doc-left-side {
    height: inherit;
    display: flex;
    align-items: center;
}

.ej-doc-header .ej-doc-left-side .ej-doc-syncfusion-logo {
    margin-left: 20px;
    height: 40px;
    width: 162px;
    background-image: url('./styles/logo.svg');
    background-repeat: no-repeat;
    font-size: 40px;
    cursor: pointer;
}

.ej-doc-header .ej-doc-left-side a {
    color: #212529;
    text-decoration: none;
}


.ej-doc-header .ej-doc-left-side .ej-doc-divider {
    border-left: 1px solid rgb(196, 196, 196);
    height: 40px;

}
.ej-doc-header .ej-doc-left-side .ej-doc-platform-name {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 17px;
    opacity: 1;
    margin-left: 10px;
    font-weight: 600;
    color: #ff4801
}

.ej-doc-header .ej-doc-right-side {
    height: inherit;
    display: flex;
    align-items: center;
}

.ej-doc-header .ej-doc-right-side a {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    margin: 0 20px 0px 0;
    color: #333;
    opacity: 1;
}

.ej-doc-header .ej-doc-right-side a:hover {
    color: #ff4801;
}

.ej-doc-header .ej-doc-right-side a.ej-doc-button {
    height: 32px;
    font-size: 14px;
    font-weight: 700;
    opacity: 1;
    text-decoration: none;
    padding: 5.5px 13px;
    cursor: pointer;
    background-color: #ff5f23;
    color: #ffffff;
    border-radius: 2px;
}

.ej-doc-header .ej-doc-right-side a.ej-doc-button:hover {
    background: #ff4801;
}

@media only screen and (max-width: 750px) {
    .ej-doc-header .ej-doc-right-side {
      display: none;
    }
  }

  .menu-root > side-menu-items > li:nth-child(2) {
    display: none;
}

.api-info-wrapper > h1 + p {
    display: none;
}

.redoc-markdown-block h1:nth-child(3), .method-api-url {
    display: none;
}
[_nghost-redoc-19] .redoc-json {
    margin-bottom: 0px;
    color: white;
}
pre {
    border: none !important;
}

  .api-content[_ngcontent-redoc-45], .menu-content[_ngcontent-redoc-45] {
      top: 60px !important;
  }

  #resources-nav h5.menu-header, .api-content .api-info-wrapper h1, .methods .tag .tag-info h1.sharable-header,
  side-menu-items[_nghost-redoc-37] .menu-item-depth-1[_ngcontent-redoc-37] > .menu-item-header[_ngcontent-redoc-37]:hover, 
  side-menu-items[_nghost-redoc-37] .menu-item-depth-1.active[_ngcontent-redoc-37] > .menu-item-header[_ngcontent-redoc-37],
  side-menu-items[_nghost-redoc-37] .menu-item-depth-2[_ngcontent-redoc-37] > .menu-item-header[_ngcontent-redoc-37]:hover, 
  side-menu-items[_nghost-redoc-37] .menu-item-depth-2.active[_ngcontent-redoc-37] > .menu-item-header[_ngcontent-redoc-37] {
    color: #ff4801;
  }

.mobile-nav[_ngcontent-redoc-35] {
    overflow: hidden !important;
}

.content{
    border-top: 5px solid #ff4800;
    background: #ffffff;
    padding: 70px 10px 40px 10px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 17px;
    word-break: break-all
}

.blur{
-webkit-box-shadow: 0px 2px 1px 1px rgba(163,163,163,0.2);
-moz-box-shadow: 0px 2px 1px 1px rgba(163,163,163,0.2);
box-shadow: 0px 2px 1px 1px rgba(163,163,163,0.2);
}

.jumbotron{
background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(15,175,76,0.1) 100%);
}


*{
    font-family: 'Roboto', sans-serif !important;
}

.jumbotron>p{
    font-weight: 400 !important;
}

.jumbotron{
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}

.img{
    position: relative;
    top: 60px;
    width: 100px;
    height: 100px;
    left: 20px;
    border-radius: 50%;
}

.img_mvc{
    background-color: #1166b1;
    border: 5px solid #ffffff;
}

.img_core{
    background-color: #5c2c91;
    border: 5px solid #ffffff;
}
.img_wpf{
    background-color: #0a6c9f;
    border: 5px solid #ffffff;
}

.img_uwp{
    background-color: #097ac8;
    border: 5px solid #ffffff;
}

@media (min-width: 1200px){
.container {
    width: 1400px !important;
}}

.bold-footer-copyright-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 15px;
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .bold-copyright {
    color: #686868;
    font-size: 14px;
    text-decoration: none !important;
    margin-left: 30px;
  }
  .bold-copyright:hover {
      color: #ff4801;
  }


  .bold-footer-poweredby {
    width: 160px;
    height: 30px;
    margin-right: 30px;
    background-image: url("powered-by-syncfusion.svg");
    background-repeat: no-repeat;
  }

  @media screen and (max-width: 765px) {
    .bold-footer-poweredby {
      display: none;
    }
  }

  .view_all{
    padding-top: 10px;
    color: #ff4801;
    padding-left: 5px;
    border-radius: 100%;
  }

  .view_all_mvc,.view_all_core,.view_all_wpf,.view_all_uwp {
      color: #ff4801;
      text-decoration: none !important;
      cursor: pointer;
  }

  a{
      display: block !important;
      text-decoration: none !important;
      padding: 5px;
      cursor: pointer;
  }
  a:hover {
    color: #ff4801;
}

.content > a {
    color: black;
}
  