.sidebar-bg .list-group-item{
    background-color: rgb(250, 250, 250);
}

.list-group-item.active {
  margin-right:15px;
}
.sidebar-bg {
  background-color: rgb(250, 250, 250);
}

pre, code{
  white-space:nowrap;
  overflow-x: auto;
}

.white-space-normal{
  white-space: normal !important;
}

a {
   text-decoration: none !important;
   /* color: inherit !important; */
}

.color-inherit {
  color: inherit !important;
}

.primary-color {
  color: #054f7d !important;
}

.secondary-color {
  color: #f07622 !important;
}

.primary-bg {
  background-color: #054f7d !important;
}

.secondary-bg {
  background-color: #f07622 !important;
}

.bg-gray {
  background-color: #f7f7f8 !important;
}

.text-overflow {
  overflow-x: auto !important;
}

.font-code {
  font-family: "Droid Sans Mono","DejaVu Sans Mono",monospace;
}

.scroll-y {
  overflow-y: scroll;
}

.table-font {
  font-size: .75rem !important;
}

.right-0 {
  right:0px;
}

.bg-gray:hover .d-none {
  display: block !important;
}

.centered {
  background-color: red;
  z-index: 2;
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0);
  margin-top:20px;
}