col-content {
  scrollbar-width: none;
  height: 100vh;
  overflow: hidden scroll;
}

col-content::-webkit-scrollbar {
  display: none;
}

.sidebarContainer {
  max-height: 100vh;
}

.content-wrapper {
  height: calc(100% - 100px);
}

.backgroud-icon i {
  color: #696969;
  font-size: 100px;
}

.oasis-avatar-wrapper, .oasis-avatar-tiny {
  border-radius: 18px;
  width: 36px;
  height: 36px;
  position: relative;
}

.modal-header .btn-close {
  box-shadow: none;
  border: none;
}

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

  .content-wrapper {
    height: 100%;
  }
}

@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;
  }
}

@media (width <= 767px) {
  .empty-box {
    width: 100%;
    height: 200px;
  }
}

col-content {
  width: 100%;
}

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

header {
  z-index: 1020;
  background: #161416;
  height: 56px;
  position: sticky;
  top: 0;
}

.toggle-nav {
  background: inherit;
}

.feed-item-collapse:before {
  content: "";
  margin-right: 5px;
}

.feed-item-collapse, .feed-item-collapse:before {
  color: #616161;
}

.collapse-ctl:not([aria-expanded="false"]) .feed-item-collapse:before {
  content: "";
}

.oasis-avatar-tiny {
  object-fit: cover;
}

.nav-link .link-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 200px;
  overflow: hidden;
}

.nav-title {
  height: 40px;
}

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

.nav-sub-container {
  height: calc(100% - 100px);
  overflow-y: scroll;
}

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

#collapseInvitedOasis span {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 200px;
  overflow: hidden;
}

.help-text-color {
  color: #aaa;
}

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

.tei-card-container {
  background-color: #2e2e2e9d;
  border-radius: 10px;
  flex-flow: column;
  flex-basis: calc(33% - 40px);
  justify-content: center;
  align-items: center;
  padding: 16px 24px 24px;
  display: flex;
}

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

.tei-card-container i {
  font-size: 56px;
}

.tei-title {
  letter-spacing: .2px;
  margin: 8px 0 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.tei-desc {
  text-align: center;
  letter-spacing: 0;
  color: #aaa;
  min-height: 48px;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.tei-box {
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.welcome-box {
  letter-spacing: .2px;
  text-transform: none;
  text-align: center;
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.welcome-subtitle {
  letter-spacing: .2px;
  text-align: center;
  margin: 0 0 32px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.tei-box-wrp a {
  color: #fff;
  text-decoration: none;
}
