body {
  font-size: 14px;
  background: #f5f7fb;
}

.list-group-item {
  border: 0;

  border-radius: 0;
}

.list-group-item:hover {
  background: #0d6efd;

  color: #fff;
}

.card {
  border-radius: 18px;
}
.card-header {
  border-top-left-radius: 18px !important;
  border-top-right-radius: 18px !important;
}
.form-control {
  border-radius: 10px;
}

.btn {
  border-radius: 10px;
}

img {
  max-width: 120px;
}
.list-group-item {
  border: 0;

  transition: 0.25s;
}

.list-group-item:hover {
  background: #0d6efd;

  color: #fff;

  padding-left: 28px;
}

.list-group-item.active {
  background: #0d6efd;

  color: #fff;
}

.list-group-item i {
  width: 22px;
}
