/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/table-contents.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
.tc__i {
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border: 2px solid #fff;
}
.tc__i::before, .tc__i::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 16px;
  height: 2px;
  background: var(--primary);
}
.tc__i::after {
  transform: rotate(90deg);
}
.active .tc__i {
  background: transparent;
}
.active .tc__i::before {
  z-index: 2;
  background: #fff;
}
.tc__list {
  display: none;
}
.active .tc__list {
  display: block;
}
.tc a {
  color: inherit;
}
@media (min-width: 768px) {
  .tc__title {
    font-size: 28px;
  }
  .tc__i {
    width: 38px;
    height: 38px;
  }
}
@media (max-width: 767.98px) {
  .tc__title {
    font-size: 20px;
  }
  .tc__i {
    width: 30px;
    height: 30px;
  }
}

/*# sourceMappingURL=table-contents.css.map */