.breadcrumbs {
  font-size: 12px;
  margin: 0;
  padding: 0;
  border: 0px solid #000;
  border-radius: 4px;
}
.breadcrumbs .bc-item.bc-active {
  background-color: #8958bf;
  color: #fff !important;
}
.breadcrumbs .bc-item.bc-active:before {
  border-color: #8958bf;
  border-left-color: transparent;
}
.breadcrumbs .bc-title a {
  text-decoration: none;
  color: #000;
}
.breadcrumbs .bc-item {
  /*        white-space: nowrap;
          &:hover:not(:last-child) {
              width: initial !important;
          }
          &:not(:last-child):not(:nth-last-child(2)) {
              width: 15px;
          }*/
  display: inline-block;
  background-color: #e9e2f0;
  line-height: 30px;
  color: #000 !important;
  padding: 0 10px 0 5px;
  margin: 3px 3px 0 19px;
  position: relative;
}
.breadcrumbs .bc-item > a {
  text-decoration: none;
  color: #000;
}
.breadcrumbs .bc-item:hover:before {
  background-color: #dbcceb;
  border-color: #dbcceb;
  border-left-color: transparent;
}
.breadcrumbs .bc-item:hover:after {
  background-color: #dbcceb;
  border-left-color: #dbcceb;
}
.breadcrumbs .bc-item:hover > a {
  color: #000 !important;
}
.breadcrumbs .bc-item:hover {
  background-color: #dbcceb;
  color: #000 !important;
}
.breadcrumbs .bc-item:before {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #e9e2f0;
  border-width: 15px 10px;
  width: 0;
  height: 0;
  left: -20px;
  background-color: transparent !important;
  border-left-color: transparent;
}
.breadcrumbs .bc-item:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid transparent;
  border-width: 15px 10px;
  width: 0;
  height: 0;
  left: 100%;
  background-color: transparent !important;
  border-left-color: #e9e2f0;
}
.breadcrumbs .bc-item:last-child:after {
  border: 0 solid transparent;
}
.breadcrumbs .bc-item:first-child {
  padding-left: 15px;
  border-radius: 4px 0 0 4px;
}
.breadcrumbs .bc-item:last-child {
  border-radius: 0 4px 4px 0;
}
.breadcrumbs .bc-item:first-child:before {
  content: none;
}
.breadcrumbs .bc-item:last-child {
  padding-right: 20px;
}
.breadcrumbs .bc-item:last-child:hover {
  color: #000;
  background-color: #dbcceb;
}
.breadcrumbs .bc-item:last-child:hover:before, .breadcrumbs .bc-item:last-child:hover:after {
  background-color: #dbcceb;
}

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