@media (min-width: 992px) {
  .nav-search {
    margin-left: 250px;
    /* background-color: #1A1811 !important; */
  }
}

.nav-link:hover {
  color: #ccffcc !important;
  /* background-color: green; */
}

.nav-header:hover {
  color: #ccffcc !important;
}

.nav-header {
  font-size: 14px;
  line-height: 20px;
  color: #edecec;
}

.nav-link {
  font-size: 15px;
  line-height: 21px;
  /* color: #edecec; */
}

.nav-search .input-group-text {
  background-color: #1a1811;
}

.search-input::placeholder {
  color: white;
  opacity: 1;
}

.search-input {
  cursor: pointer;
  background-color: #1a1811 !important;
}

.search-input:focus {
  cursor: text;
  color: white !important;
}

@media (max-width: 575px) {
  main {
    margin: 0px;
  }
}

.independent-column {
  margin-top: 50px;
  border-top: 1px solid #555;
  /* background: ; */
  /* opacity: 0.6; */
}

.sidebar-left {
  width: 290px;
  background-color: #1b1913;
  flex: 0 0 290px;
}

.main-content {
  padding-left: 120px;
  margin-bottom: 300px;
  flex: 1 1 auto;
  padding-right: 10px;
}

.sidebar-right {
  width: 350px;
  padding-top: 50px;
  flex: 0 0 370px;
  margin-left: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #969592;
}

.sidebar-left p {
  color: #929392;
}

/* hide scrollbar but keep scroll */
.scroll-col {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.scroll-col::-webkit-scrollbar {
  display: none;
}

/* stop page scroll (only when docs scroll-columns are present) */
body:has(.scroll-col) {
  overflow: hidden;
}

/* independent scroll columns */
.scroll-col {
  height: 100vh;
  overflow-y: auto;
  padding-top: 50px !important;
  margin-bottom: 50px;
}

.scroll-col .mute-text {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

@media (max-width: 575px) {
  .main-content {
    padding-left: 0px;
    padding: 20px;
  }
}

.Image-div {
  background-color: #ada8a5;
  padding: 40px;
  border-radius: 12px;
  /* Control size */
  max-width: 720px;
  width: 100%;
}

.Image-div img {
  width: 100%;
  height: auto;
  display: block;
}

.cards-wrapper {
  max-width: 720px;
}

.card {
  background-color: #1b1913;
  color: white;
}

.card:hover {
  border: 1px solid #ccffcc;
}

.Right-column .link:hover {
  color: #ccffcc;
}

.my-table {
  width: 100%;
  margin: auto;
  max-width: 97%;
  /* background-color: red; */
}

.table tr th {
  font-size: 12px;
  line-height: 16px;
}

.table tr td {
  font-size: 14px;
  line-height: 20px;
}
