.mb-2{
  margin-bottom: 10px;
}
.pt-2{
  padding-top: 10px;
}

.pb-2{
  padding-bottom: 10px;
}

.d-flex{
  display: flex !important;
}

.items-center{
  align-items: center;
}

.nav.side-menu li a:hover{
  background-color: #f8f9fa;
  color: #2a3f54 !important;
}

.x_panel {
  display: flex;
  flex-direction: column;
}