.ood-nav {
  background-color: #6CACE4;
}

.ood-nav-logo {
  width: 10em;
}

.ood-logo-container {
  height: 2em;
}

.ood-nav {

}
/* BEGIN OOD MGMT DEX LOGIN LOGO FIT */
.ood-logo-container {
  min-height: 88px;
  height: auto;
  display: flex;
  align-items: center;
}

.ood-logo {
  width: auto !important;
  max-width: 100%;
  max-height: 88px;
  object-fit: contain;
  object-position: left center;
  display: block;
}
/* END OOD MGMT DEX LOGIN LOGO FIT */
/* BEGIN OOD MGMT DEX LOGO FIT */
.ood-logo-container {
  min-height: 88px;
  height: auto;
  display: flex;
  align-items: center;
}

.ood-logo {
  width: 300px !important;
  max-width: 100%;
  height: auto !important;
  max-height: none !important;
  object-fit: contain;
  object-position: left center;
  display: block;
}
.theme-navbar-brand .nav-logo,
.navbar .nav-logo {
  width: auto !important;
  max-width: 240px;
  height: auto !important;
  max-height: 28px;
  object-fit: contain;
}
/* END OOD MGMT DEX LOGO FIT */
