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

.widget-head {
  position: relative;
}
.widget-head h3 {
  margin: 0;
  position: relative;
  font-size: 16px;
  background: var(--primary-Color);
  padding: 11px 16px;
  line-height: 20px;
  border-radius: 4px 4px 0 0;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff;
}
.widget-head h3 span {
  font-weight: 600;
}

.widget_content .menu-list {
  background: #dedede;
  padding: 0;
  margin: 0;
}
.widget_content .menu-list > li {
  display: block;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.widget_content .menu-list > li:last-child {
  border-bottom: 0;
}
.widget_content .menu-list > li a {
  display: block;
  padding: 14px 16px;
  padding-left: 34px;
  position: relative;
  line-height: 20px;
  font-size: 15px;
  font-weight: 500;
  color: #000;
}
.widget_content .menu-list > li a i {
  height: 10px;
  width: 10px;
  position: absolute;
  left: 16px;
  top: 19px;
  background: #bbb;
  border-radius: 0;
}
.widget_content .menu-list > li.active a {
  color: var(--primary-Color);
}
.widget_content .menu-list > li.active a i {
  background: var(--primary-Color);
}
.widget_content .menu-term {
  background: #ededed;
  padding: 0;
  margin: 0;
}
.widget_content .menu-term > li {
  display: block;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.widget_content .menu-term > li:last-child {
  border-bottom: 0;
}
.widget_content .menu-term > li a {
  display: block;
  padding: 16px 16px;
  padding-left: 30px;
  position: relative;
  line-height: 20px;
  font-size: 15px;
  font-weight: 500;
  color: #000;
}
.widget_content .menu-term > li a span {
  position: absolute;
  left: 16px;
  top: 21px;
  color: #000;
  font-size: 8px;
}
.widget_content .menu-term > li.active a {
  color: var(--primary-Color);
}
.widget_content .menu-term > li.active a i {
  background: var(--primary-Color);
}
.widget_content .recent-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #ddd;
  border-top: 0;
}
.widget_content .recent-list > li {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.widget_content .recent-list > li:last-child {
  border-bottom: 0;
}
.widget_content .recent_box {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
  border-top: 0;
}
.widget_content .recent_box > li {
  padding: 11px 10px;
  border-bottom: 1px solid #ccc;
}

aside.widget_support {
  position: sticky;
  top: 0px;
  left: 0;
}/*# sourceMappingURL=sidebar.css.map */