#side-bar {
  z-index: 200;
  left: 0;
  height: 100vh;
  width: 220px;
  position: fixed;
  background-color: #343A40;
  padding: 25px 0px !important;
}

.btn {
  padding: 20px;
  width: 100%;
  border-radius: 0px;
  text-align: left;
  background: none;
  border: none;
  color: #ffffff;
}

.btn:hover {
  background-color: #f8f9fa;
  color: #343A40;
}

.btn-check:checked+.btn,
.btn.show,
.btn.active,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  background-color: #6329561a;
  border: 1px solid #632956;
  color: #632956;
}