a {
  text-decoration: none;
}

.sidebar {
  background-color: #2D317B;
}

#logo-para {
  font-size: 7.5px;
}

.toggle_bar {
  float: left;
  color: #bec1d4;
}

.toggle_bar:hover {
  color: #7f8086;
  background-color: rgba(183, 185, 204, 0.2);
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  /* padding: 10px 5px; */
}

.bg_body {
  background-color: #2D317B;
}
.bg-text {
  color: #2D317B;
}

.table_btn {
  background-color: #2D317B;
  color: white;
}

.title_imag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blue {
  color: #2D317B;
}
.white-text{
  color: whitesmoke;
}
/*# sourceMappingURL=Custom.css.map */