.index__channel_cards > .index__channel_card:nth-child(3n):before,
.index__channel_cards > .index__channel_card:nth-child(3n - 1)::before {
  content: '';
  height: 40%;
  left: -1rem;
  width: 1px;
  top: 50%;
  position: absolute;
  background: #eaeaea;
  transform: translateY(-50%);
}

@media screen and (min-width: 1024px) {
  .index__channel_card:before,
  .index__channel_card:after {
    left: -1.5rem;
  }
}

@media screen and (max-width: 1280px) {
  .index__channel_card:before,
  .index__channel_card:after {
    content: unset !important;
  }
}

.page-tree--subtree {
  display: none;
  padding-left: 1.25rem;
}

.page-tree--node[data-is-open='true'] > .page-tree--subtree {
  display: block;
}

.channel:not(.fold) .fa {
  transform: rotate(90deg);
}

.page-tree {
  font-size: 0.9rem;
}

.page-tree--icon {
  cursor: pointer;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: rgb(158, 158, 158);
  content: '/';
}

.breadcrumb-item {
  font-size: 0.8rem;
  padding-right: 0.5rem;
  color: rgb(158, 158, 158);
}

.breadcrumb-item.active {
  color: rgb(80, 80, 80);
}

.breadcrumb-item a:hover {
  color: var(--color-primary);
}

.page-tree--node {
  padding: 0.55rem 0;
}

.page-tree--node.channel[data-is-open="true"] > .page-tree--subtree > .page-tree--node:last-child {
  padding-bottom: 0 !important;
}

.page-tree--node.active > a,
.page-tree--node.active > div > a,
.page-tree--node.active > div > button > svg {
  color: var(--color-primary);
}

.page-tree--node::before,
.page-tree--subtree::before {
  content: '';
  position: absolute;
  left: 11.5px;
  height: 100%;
  width: 1px;
  top: 0;
  background-color: #eaeaea;
}

.page-tree > .page-tree--node::before,
.page-tree > .page-tree--subtree::before {
  width: 0;
}

.pagination {
  display: flex;
  align-items: center;
}

.page-item {
  margin-right: 0.5rem;
  font-size: 0.85rem;
  padding: 0.25rem 0.5rem;
}

.page-item.active {
  color: var(--color-primary);
  padding: 0.25rem 0.5rem;
}

.page-tree__content {
  max-height: calc(100vh - 9rem);
  overflow-y: auto;
  overflow-x: hidden;
}

.min-h-screen {
  min-height: 100vh;
}

#page-tree {
  overflow-y: scroll;
  /* height: calc(100vh - 2rem); */
}

#page-tree-phone {
  height: calc(100vh - 5rem);
}

.article__content_list > li.active {
  border-color: var(--color-primary);
}

.article__content_list > li.active a {
  color: var(--color-primary);
}

.text-shadow {
  text-shadow: 1px 1px 1px #737171;
}

@media screen and (min-width: 640px) {
  .text-shadow {
    text-shadow: none;
  }
}

.sticky-sidebar-overflow {
  width: 250px;
}

@media screen and (max-width: 1450px) {
  .sticky-sidebar-overflow {
    width: 200px;
  }
}

@media screen and (max-width: 1120px) {
  .sticky-sidebar-overflow {
    width: 100px;
  }
}

#page-tree {
  color: rgba(0, 0, 0, 0.1);
  text-shadow: 0 0 #303030;
  transition: color 0.5s ease;
}

#page-tree a.active {
  text-shadow: 0 0 rgba(0, 0, 0, 0);
}

#page-tree:hover {
  color: rgba(0, 0, 0, 0.3);
}

#page-tree::-webkit-scrollbar,
#page-tree::-webkit-scrollbar-thumb {
  width: 8px;
  border-radius: 2px;
  background-clip: padding-box;
  border: 2px solid transparent;
  transition: color 0.25s ease;
}

#page-tree::-webkit-scrollbar{
  width: 7px;
  background-color: #f6f6f6;
}

#page-tree::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 0 10px;
}

.tips {
  height: calc(100vh - 55px);
  width: 100%;
  position: absolute;
  top: 63px;
  background: rgba(128, 128, 128, 0.9);
  z-index: 99;
}

.drop-search {
  height: 68px;
  width: 100%;
  position: fixed;
  background: rgba(193, 193, 193, 0.6);
  z-index: 99;
  --animate-duration: 0.5s;
}

.drop-search-close {
  position: absolute;
  right: 3rem;
  top: 1rem;
}

.tenant_contact {
  display: none;
}

.page-tree--node.article {
  position: relative;
}

.page-tree--node.article > a {
  padding-left: 1.5rem;
}

.page-tree--node.active > a > .page-tree--nav__article_point {
  display: flex;
}

.page-tree--node.channel[data-is-open="true"]
  > div
  > button
  > svg {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}

#content ul {
  list-style-type: disc;
  list-style-position: inside;
}

#content ol {
  list-style-type: decimal;
  list-style-position: inside;
}

.footer__contact {
  max-width: 280px;
}

.editor_js--embed {
  margin-top: 1.5rem;
}

.index__channel_card_icon {
  font-size: 1.125rem;
}

@media screen and (max-width: 540px) {
  .editor_js--embed > iframe {
    height: auto;
    min-height: 270px;
  }
}

.navbar-brand {
  min-height: 2rem;
}

.page--banner__title {
  color: inherit;
}

.page--nav__phone {
  font-size: 0.9rem;
  color: rgb(48, 48, 48);
}

.page--nav__phone .fa {
  color: rgb(114, 114, 116) !important;
}

@media (min-width: 1280px) {
  .xl\:h-102 {
    height: 28rem;
  }
}

.hover\:scale-101:hover {
  --tw-scale-x: 1.01;
  --tw-scale-y: 1.01;
}

.page--channel__card_ch:nth-child(2n)::before {
  content: '';
  height: 40%;
  left: -8px;
  width: 1px;
  top: 50%;
  position: absolute;
  background: #eaeaea;
  transform: translateY(-50%);
}

.page-tree--icon {
  min-width: 1.25rem;
  min-height: 1.25rem;
}

.page--article__link {
  border-bottom: 1px solid rgb(240, 240, 240);
}

.page--article__link:hover {
  text-decoration: none !important;
}

.page--article__link::after {
  position: absolute;
  transition: 0.3s;
  content: '';
  width: 0;
  left: 50%;
  bottom: -0.5px;
  height: 1px;
  background: var(--color-primary);
}

.page--article__link:hover::after {
  width: 100%;
  left: 0;
}

.turbo-progress-bar {
  height: 3px;
  background-color: var(--color-primary);
}

.page--nav__search svg {
  height: 14px;
}

.animate__faster {
  --animate-duration: 0.5s;
}

.animate__fast {
  --animate-duration: 0.8s;
}

.page--hide_icon {
  display: none;
}

.page--nav__search.opened > .page--open_icon {
  display: none;
}

.page--nav__search.opened > .page--hide_icon {
  display: block;
}

[data-controller~='sticky-sidebar'] .inner-wrapper-sticky:before {
  content: '';
  z-index: 9;
  position: absolute;
  width: calc(100% - 0.75rem);
  height: 35px;
  background-image: linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0));
}

.page--title_point {
  top: 0.425rem;
}

.page--footer__link {
  font-size: 0.825rem;
}

.page--footer_title {
  font-size: 0.95rem;
}

.page--channel__card_y_border_around::before {
  right: 0;
  top: 0;
}

.page--channel__card_y_border_around::after {
  left: 0;
  bottom: 0;
}

.page--channel__card_y_border_around::before,
.page--channel__card_y_border_around::after {
  content: "";
  width: 0;
  height: 1px;
  background: var(--color-primary);
  position: absolute;
  transition-delay: 0.2s;
  transition: all 0.2s linear;
}

.page--channel__card_ch:hover .page--channel__card_y_border_around::before,
.page--channel__card_ch:hover .page--channel__card_y_border_around::after {
  transition-delay: 0s;
  width: 100%;
}

.page--channel__card_x_border_around:before {
  left: 0;
  top: 0;
}

.page--channel__card_x_border_around:after {
  right: 0;
  bottom: 0;
}

.page--channel__card_x_border_around::before,
.page--channel__card_x_border_around::after {
  content: "";
  width: 1px;
  height: 0;
  position: absolute;
  transition-delay: 0s;
  transition: all 0.2s linear;
  background: var(--color-primary);
}

.page--channel__card_ch:hover .page--channel__card_x_border_around::before,
.page--channel__card_ch:hover .page--channel__card_x_border_around::after {
  height: 100%;
  transition-delay: 0.2s;
}

.editor_js--table table tbody td {
  word-wrap: break-word;
}

#article_body a {
  color: var(--color-primary);
}

.editor_js--code {
  font-size: 0.75rem;
}
