/**
 * SIDEBAR
 */
aside {
  margin-bottom: 20px;
  position: relative;
}

.wigget_panel {
  position: relative;
}
.wigget_panel .title {
  font-size: 17px;
  background: var(--primary-Color);
  padding: 0.75rem 0.75rem;
  text-align: center;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
  line-height: 22px;
}

.widget_content .related-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget_content .related-list > li {
  padding: 0.75rem 0;
  display: block;
  border-bottom: 1px dotted #ddd;
  transition: all 0.3s;
}
.widget_content .related-list > li a {
  font-size: 14px;
  font-weight: 400;
  color: var(--primary-Color);
  display: inline-block;
  line-height: 20px;
  transition: all 0.3s ease-in-out;
  border-left: 0px solid var(--primary-Color);
}
.widget_content .related-list > li a:hover {
  padding-left: 12px;
  border-left-width: 3px;
}/*# sourceMappingURL=sidebar.css.map */