.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  z-index: 100;
  padding: 40px 0 0;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
  z-index: 99;
}


div.card-links{
  padding: 4px;
  margin-right: 0;
  text-align: right;
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 5.5rem;
    padding: 0;
  }
}

.navbar {
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .1);
}

@media (min-width: 767.98px) {
  .navbar {
    top: 0;
    position: sticky;
    z-index: 999;
  }
}

.sidebar .nav-link {
  color: #333;
}

.sidebar .nav-link.active {
  color: #0d6efd;
}

.vspacer {
  height:6px;
}

img.titleimg{
  width: 280px;
  height: 40px;
  margin: 0;
}


.top_sticky_area{
  position: sticky;
  top: 75px;
  z-index: 100;
  background-color: #fdfdfd;
}

.customrange{
  appearance: none;
  width: 100%;
  height: 30px;
  margin-top: 10px;
  border: 1px solid #333333;
  border-radius: 9999px;
  background: linear-gradient(90deg, #6699bb 100%);
  cursor: pointer;
}
.customrange::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 32px;
  height: 32px;
  border: 2px solid #333333;
  border-radius: 9999px;
  background: #06b6d4;
  box-shadow: none;
}
.customrange::-moz-range-thumb {
  width: 32px;
  height: 32px;
  border: 2px solid #333333;
  border-radius: 9999px;
  background: #06b6d4;
  box-shadow: none;
}