.nav-item {
  border-bottom: 4px solid #0000;
  border-radius: 0;
}

.nav-item.active {
  border-bottom: 4px solid #5390ec;
}

.nav-item .nav-link {
  color: #c3bfbf;
  height: 100%;
}

.nav-item .nav-link:hover {
  color: #fff;
}

.hero-container {
  background: linear-gradient(#68a4fd 0%, #98c1ff1a 100%);
  height: 240px;
  position: relative;
}

.oasis-avatar {
  border-radius: 10px;
  width: 160px;
  height: 160px;
}

.hero-info {
  position: absolute;
  bottom: 20px;
  left: 24px;
}

.hero-info h2 {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(100% - 260px);
  min-width: 200px;
  max-width: 900px;
  overflow: hidden;
}

.hero-info p {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
}

.nav-oasis-container {
  background: #3e444e;
}

.toggle-nav {
  background: none;
}

.nav-oasis-container ul, .navbar-wrapper ul {
  margin-left: 24px;
}

.nav-oasis-container ul .nav-item:first-child a {
  padding-left: 0;
}

.nav-oasis-container {
  z-index: 1044;
  position: sticky;
  top: 0;
}

#nav-announce {
  z-index: 1044;
  min-width: 200px;
  position: sticky;
  top: 128px;
}

.oasis-announce-body {
  flex-direction: row;
  height: calc(100% - 80px);
  margin-left: 24px;
  margin-right: 24px;
  display: flex;
}

@media (width <= 992px) {
  .oasis-announce-body {
    flex-direction: column;
  }

  .navbar-nav {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
}

.info-container {
  scrollbar-width: none;
  width: 100%;
  margin-top: .5rem;
  margin-right: 3rem;
  overflow: auto;
}

.info-container::-webkit-scrollbar {
  display: none;
}

.spacer {
  height: 600px;
  display: block;
}

.text-preline {
  white-space: pre-line;
  width: 100%;
}

.announceContent, .risk-info {
  width: calc(100% - 20px);
  max-width: 1200px;
}

.risk-info {
  font-size: 16px;
  line-height: 1.765;
}

.modal-content {
  background-color: #fff;
}

.ql-editor {
  word-break: break-all;
}

.ql-editor pre {
  color: #f8f8f2;
  scrollbar-width: none;
  background-color: #2b2d31;
  border-radius: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: .5rem;
  font-family: monospace;
  overflow: scroll;
}

.ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 16px;
}

.ql-editor .ql-align-center {
  text-align: center;
}

.ql-editor .ql-align-right {
  text-align: right;
}

.ql-editor .ql-align-justify {
  text-align: justify;
}

@media only screen and (width >= 1400px) {
  .toggle-nav {
    display: none;
  }

  .hero-info h2 {
    width: 900px;
  }
}

.hero-info p {
  white-space: pre-wrap;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  width: 50%;
  display: -webkit-box;
  overflow: hidden;
}

@media (width >= 768px) and (width <= 1024px) {
  .info-container {
    margin-right: 0;
  }

  .announceContent, .risk-info {
    width: 100%;
  }
}

@media (width <= 576px) {
  .nav-item a {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .nav-oasis-container ul {
    margin-left: 1rem;
  }

  .hero-info {
    left: 1rem;
  }

  .oasis-commission-header {
    margin-left: 1rem;
  }

  .oasis-announce-body {
    margin-left: 12px;
    margin-right: 12px;
  }

  .info-container {
    margin-right: 0;
  }

  .announceContent, .risk-info {
    width: 100%;
  }
}

.oasis-blocked-icon-box {
  position: absolute;
  top: 72px;
  left: 116px;
  transform: rotate(45deg);
}

.oasis-blocked-icon-box img {
  height: 28px;
}
