button.theme-switch-button {
    display: none !important;
} 

button.sidebar-toggle {
    display: none !important;
}

.navbar {
    height: 80px !important;
    background: #21303c !important;
    border-bottom: 40px solid #444444 !important;
}

.navbar-header-items {
  flex-direction: column !important;
}

.logoIM {
    width: 118px !important;
    height: 100px !important;
    display: inline-block !important;
    position: relative !important;
    margin: 20px 0 0 -15px !important;
  }

.logoIM>a {
    width: 280px !important;
    height: 100px !important;
    line-height: 100px !important;
    text-align: left !important;
    background-color: #D40714 !important;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.5) !important;
    display: inline-block !important;
    /* padding: 9px 0; */
    padding-left: 14px;
    padding-top: 11px;
  }

  .logoIM:after {
    position: absolute;
    content: "Documentation";
    white-space: nowrap;
    color: #FFFFFF;
    left: 311px;
    top: 60px;
    font-size: 24px;
    font-family: imHeading, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
  }

  .bd-sidebar-primary {
    color: rgba(120, 120, 120, 0.75) !important;
    background: rgba(222, 224, 219, 0.45) !important;
    border-top: 40px solid rgba(255, 255, 255, 0.1) !important;
  }

  .prev-next-area a p.prev-next-title {
    color: #d40714 !important;
    font-size: 1em !important;
  }
       

  .menu>.menu-list {
    display: flex !important;
  }
  
  .menu-item {
    display: flex !important;
    white-space: nowrap !important;
  }
  
  .menu-item>a {
    color: rgba(255, 255, 255, 0.82) !important;
  }
  
  .menu-item-underline {
    padding: 0 !important;
    line-height: 80px !important;
    height: 57px !important;
  }
  
  .menu-item-underline>a {
    padding: 0 12px !important;
  }
  
  .menu-item-underline>a:hover {
    color: rgba(255, 255, 255, 0.82) !important;
    border-bottom: 2px solid #d40714 !important;
  }
  
  .menu-item-underline>a:active {
    color: rgba(255, 255, 255, 0.82) !important;
  }
  
  .menu-item-underline>a:visited {
    color: rgba(255, 255, 255, 0.82) !important;
  }
  
  .menu-item-highlight {
    height: 80px;
  }
  
  .menu-item-highlight>a {
    background-color: #d40714 !important;
    border-radius: 25px !important;
    padding: 9px 20px !important;
    margin: 19px 6px !important;
    border-bottom: 1px solid #b70713 !important;
  }
  
  .menu-item-highlight>a {
    color: #ffffff !important;
  }
  
  .menu-item-highlight>a:hover {
    color: #ffffff !important;
  }
  
  .menu-item>a:active {
    color: #ffffff !important;
  }
  
  .menu-item>a:visited {
    color: #ffffff !important;
  }

  a {
    color: #b70713 !important;
    text-decoration: none !important;
    cursor: pointer !important;
  }
  
  a:hover {
    color: #b70713 !important;
  }
  
  a:visited {
    color: #b70713 !important;
  }

  html[data-theme="light"] {
    --pst-color-primary: #b70713 !important;
  }

  .bd-article dl {
    margin-bottom: 24px !important;
    font-size: 14px !important;
  }

  .bd-article dl dt {
    font-weight: bold !important;
    margin-bottom: 12px !important;
  }

  .bd-article dl dd {
    margin: 0 0 12px 24px !important;
    line-height: 24px !important;
  }

  dl.field-list {
    display: block !important;
  }

  .table tbody tr:hover {
    background: none !important;
  }

  .table tbody tr:nth-child(odd) {
    background-color: var(--pst-color-table-row-zebra-low-bg) !important;
  }

  #versionList select:focus-visible {
      outline-color: #b70713 !important;
  }

  .search-button-field:hover {
    box-shadow: 0 0 0 .1875rem #b70713 !important;
  }

  div#searchbox p.highlight-link a {
    color: white !important;
  }

  .pst-navbar-icon:hover:before {
    border-bottom: max(3px, .1875rem, .12em) solid #b70713 !important;
  }

  .bd-search:focus-within {
    box-shadow: 0 0 0 .1875rem #b70713 !important;
  }

  .logoIM a img { 
    max-width:85% !important;
  }


