.bg-primary {
  background: #2f55d4;
}

.bg-secondary {
  background: #5a6d90;
}

.bg-success {
  background: #2eca8b;
}

.bg-danger {
  background: #e43f52;
}

.bg-warning {
  background: #f17425;
}

.bg-info {
  background: #17a2b8;
}

.bg-light {
  background: #f8f9fc;
}

.bg-white {
  background: #fff;
}

.bg-dark {
  background: #3c4858;
}

.bg-muted {
  background: #8492a6;
}

.bg-soft-primary {
  background: rgba(47, 85, 212, 0.1);
}

.bg-soft-secondary {
  background: rgba(90, 109, 144, 0.1);
}

.bg-soft-success {
  background: rgba(46, 202, 139, 0.1);
}

.bg-soft-danger {
  background: rgba(228, 63, 82, 0.1);
}

.bg-soft-warning {
  background: rgba(241, 116, 37, 0.1);
}

.bg-soft-info {
  background: rgba(23, 162, 184, 0.1);
}

.bg-soft-light {
  background: rgba(248, 249, 252, 0.1);
}

.bg-soft-dark {
  background: rgba(60, 72, 88, 0.1);
}

.bg-soft-muted {
  background: rgba(132, 146, 166, 0.1);
}

#block-kitapgezintisi {
  border: 1px solid #eef9;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  margin-top: 25px;
}
#block-kitapgezintisi h2 {
  font-size: 18px;
  padding: 0px;
  text-align: center;
}
#block-kitapgezintisi > ul {
  list-style-type: none;
}
#block-kitapgezintisi > ul > .menu-item--active-trail > a {
  background: linear-gradient(90deg, #292e6f 0%, #19568c 100%);
  color: #fff;
  font-weight: 300;
  text-decoration: none;
  border-radius: 5px;
}
#block-kitapgezintisi ul {
  padding: 0 10px;
}
#block-kitapgezintisi ul li {
  list-style-type: none;
}
#block-kitapgezintisi ul li a {
  color: #656565;
  font-size: 16px;
  line-height: 24px;
  display: block;
  padding: 10px;
  position: relative;
  display: flex;
  align-items: center;
}
#block-kitapgezintisi ul li ul li a {
  text-decoration: none;
  padding: 5px;
}
#block-kitapgezintisi ul li ul li a:after {
  content: "-";
  position: absolute;
  left: -10px;
}
#block-kitapgezintisi ul .menu-item--active-trail > a {
  font-weight: bold;
}
#block-kitapgezintisi ul .menu-item--active-trail ul {
  padding-left: 30px;
}

/*# sourceMappingURL=book.css.map */
