.breadcrumbs-wrapper{
  font-size: .75rem!important;
  // padding-bottom: 8px;
  a, span {
    font-size: .75rem!important;
    line-height: 1rem!important;
  }
  .active-breadcrumb{
    color: #707070;
    line-height: 1rem;
    font-size: .75rem!important;
    cursor: pointer;
  }
  .disabled-breadcrumb{
    color: #707070;
    cursor: default;
    font-size: .75rem!important;
    line-height: 1rem;
    opacity: 1 !important;
  }
}
