/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./resources/assets/styles/components/list-taxonomies.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/
.tl svg {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 100%;
}

.lt {
  min-height: 65px;
  transition: 250ms ease-in-out;
}
.lt__icon {
  transition: inherit;
  width: 55px;
  min-height: 55px;
}
.lt svg {
  height: auto;
}
.lt path {
  fill: var(--primary);
}
.lt:hover {
  color: #fff;
  background-color: var(--primary);
}
.lt:hover .lt__icon {
  background: #fff;
}
.lt:hover path {
  fill: var(--primary);
}

.bt {
  min-height: 142px;
  transition: 250ms ease-in-out;
}
.bt__icon {
  height: 60px;
}
.bt svg {
  height: auto;
}
.bt path {
  fill: var(--primary);
}
.bt:hover {
  color: #fff;
  background: var(--primary);
}
.bt:hover path {
  fill: #fff;
}

.bl {
  transition: 250ms ease-in-out;
}
.bl:hover {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
}

.ll {
  transition: 250ms ease-in-out;
}
.ll__icon {
  transition: 250ms ease-in-out;
}
.ll:hover {
  background-color: var(--primary-variant);
}
.ll:hover .ll__icon {
  background-color: var(--primary);
}
.ll:hover a {
  color: inherit;
}
.ll__i {
  position: absolute;
  top: -7px;
  left: -6px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  z-index: 3;
  background-color: var(--primary);
  border-radius: 50%;
}
@media (min-width: 992px) {
  .lt__col {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .bt__col {
    flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%;
  }
}

/*# sourceMappingURL=list-taxonomies.css.map */