body {
  background-color: #fbfbfb;
}
@media (min-width: 991.98px) {
  main {
    /* padding-left: 240px; */
    padding-left: 300px;
  }
}

/* Sidebar */
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 58px 0 0; /* Height of navbar */
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
  /* width: 240px; */
  width: 300px;
  z-index: 600;
}

@media (max-width: 991.98px) {
  .sidebar {
    width: 100%;
  }
}
.sidebar .active {
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  background-color: #62579a !important;
  border-color: #62579a !important;
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.chart {
  width:  100%;
  min-height:  450px;
}

.row {
  margin: 0 !important;
}

.apf {
  font-size: 0.8rem;
}

.btn-primary {
  background-color: #62579a !important;
}

.btn-secondary {
  background-color: #f49d07 !important;
}

.copyright {
  text-align: center;
  font-size: 0.8rem;
}

.menuitem-text {
    display: inline-block;
    width:calc(100% - 60px);
    vertical-align:middle;
}

.accordion-body {
	padding: 0.5rem 1.25rem;
}

.demo-image {
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.transparent {
  background: #62579a;
  opacity: 0.5;
}

.demo-text {
  color: white;
}

.locked {
  background: #e5a5f7;
}
