col-content {
  height: 100vh;
  overflow-y: scroll;
}

header {
  z-index: 1035;
}

@media only screen and (width >= 1400px) {
  header {
    display: none;
  }

  col-content {
    background-color: #1a1a1a;
    width: calc(100% - 340px);
    height: 100vh;
  }
}

@media only screen and (width <= 1399.99px) {
  .xxl-hiden-menu {
    overflow-x: unset;
    overflow-y: unset;
    height: 100%;
  }

  .xxl-hiden-menu col-content {
    overflow-y: unset;
    overflow-x: unset;
    scrollbar-width: none;
    height: 100%;
    min-height: 100vh;
  }
}

col-content {
  width: 100%;
}

.offcanvas-xxl.offcanvas-start {
  width: 340px;
}

header {
  background: #161416;
  height: 56px;
  position: sticky;
  top: 0;
  left: 0;
}

.toggle-nav {
  background: inherit;
}

.team-banner-container {
  background-image: url("../images/discovery-oasis-banner.4efd5ffb.jpg");
  background-size: 100% 100%;
  border-radius: 10px;
  width: calc(100% - 40px);
  height: 32%;
  min-height: 200px;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.Search-Button-Placeholder {
  color: #616161;
  font-size: 1rem;
}

.section-top-serach {
  width: calc(100% - 100px);
  min-width: 200px;
  max-width: 800px;
}

.search {
  justify-content: space-between;
  font-weight: 500;
  display: flex;
  box-shadow: 0 0 40px #3333331a;
}

.search input {
  text-indent: 25px;
  height: 50px;
  padding-right: 2.3rem;
}

.search input:focus {
  box-shadow: none;
  border: 4px solid #de97f6ac;
}

.ms-n5 {
  margin-left: -60px;
  padding-right: .75rem;
}

.list-title {
  margin-top: 40px;
  margin-left: 20px;
}

.section-team-grid {
  margin-left: 20px;
  margin-right: 20px;
}

.team-card-container {
  background-color: #2e2e2e9d;
  border-radius: 10px;
  height: 100%;
}

.team-card-container:hover {
  background-color: #2e2e2e;
}

.team-card-container img {
  aspect-ratio: 1;
  background-color: #141414;
  border-radius: 5px;
  width: 100%;
}

.oasis-title-wrapper h6 {
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.765;
  overflow: hidden;
}

.oasis-intro-wrapper p {
  white-space: pre-wrap;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  width: 100%;
  margin-bottom: 0;
  display: -webkit-box;
  overflow: hidden;
}

.oasis-intro-wrapper {
  height: 80px;
}

.help-text {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.575;
}

.nav-title h3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  width: 200px;
  overflow: hidden;
}

.nav-sub-container .nav-link {
  margin-bottom: 2px;
}

@media (width <= 576px) {
  .logo {
    justify-content: flex-end !important;
  }
}

.not-found-resource {
  background-color: #141414;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  padding: 16px;
  display: flex;
}

.not-found-resource img {
  background-repeat: no-repeat;
  background-size: contain;
  height: 145px;
}

.not-found-resource p {
  color: #61666d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

.not-found-resource h4 {
  color: #b5bac1;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
}
