/*
* Copyright inpleworks, Co.
* https://xetemplate.com
*/
/*
Copyright inpleworks, Co.
XET CSS v2.0.4 2024-08-02 for supported in all modern browsers
By xetemplate(https://xetemplate.com)
*/
.xetemplate-content-skin .icons {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.xetemplate-content-skin .icons .icon-new {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: url(../img/N.svg) no-repeat center #f90000 !important;
  background-size: 10px;
}
.xetemplate-content-skin .icons .icon-new svg {
  display: none;
}
.xetemplate-content-skin .icons svg {
  width: 12px;
}
.xetemplate-content-skin .list li {
  padding: 1rem 0;
}
.xetemplate-content-skin .list li + li {
  border-top: 1px solid var(--xet-theme-border-color);
}
.xetemplate-content-skin .list li > a.list__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.xetemplate-content-skin .list li > a.list__link .list__link__subject {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.xetemplate-content-skin .list li > a.list__link .list__link__subject .subject {
  font-weight: 500;
}
.xetemplate-content-skin .list li > a.list__link .list__link__subject .replyNum {
  display: inline-flex;
  align-items: center;
  font-size: 0.75rem;
}
.xetemplate-content-skin .list li:hover .subject {
  text-decoration: underline;
}
.xetemplate-content-skin .gallery {
  position: relative;
  /* swiper navigation */
  /* swiper pagination */
}
.xetemplate-content-skin .gallery .item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--xet-theme-box-shadow);
}
.xetemplate-content-skin .gallery .item a.link {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  overflow: hidden;
}
.xetemplate-content-skin .gallery .item .item-header {
  height: 20px;
  background: url("../img/browserIcon.png") 5% 50% no-repeat #ebedef;
}
.xetemplate-content-skin .gallery .item img {
  vertical-align: top;
  width: 100%;
  transition: all 0.3s linear;
}
.xetemplate-content-skin .gallery .item figcaption {
  padding: 15px;
}
.xetemplate-content-skin .gallery .item figcaption .category {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
}
.xetemplate-content-skin .gallery .item figcaption .subject {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.xetemplate-content-skin .gallery .xet-swiper-navigation {
  display: none;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.xetemplate-content-skin .gallery .xet-swiper-navigation .xet-swiper-next,
.xetemplate-content-skin .gallery .xet-swiper-navigation .xet-swiper-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 48px;
  height: 48px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  margin: 0 10px;
  padding: 0;
  border-radius: 50%;
  background: transparent;
  border: 1px solid var(--xet-theme-btn-border-color);
}
.xetemplate-content-skin .gallery .xet-swiper-navigation .swiper-button-disabled svg {
  opacity: 0.5;
}
.xetemplate-content-skin .gallery .xet-swiper-pagination {
  display: none;
  bottom: 0;
}
.xetemplate-content-skin .showcase {
  position: relative;
  padding-bottom: 20px;
  /* swiper navigation */
  /* swiper pagination */
}
.xetemplate-content-skin .showcase .item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--xet-theme-border-color);
}
.xetemplate-content-skin .showcase .item a.link {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  overflow: hidden;
}
.xetemplate-content-skin .showcase .item .item-header {
  height: 20px;
  background: url("../img/browserIcon.png") 5% 50% no-repeat #ebedef;
}
.xetemplate-content-skin .showcase .item img {
  vertical-align: top;
  width: 100%;
  transition: all 0.3s linear;
}
.xetemplate-content-skin .showcase .item figcaption {
  padding: 1rem;
  text-align: center;
}
.xetemplate-content-skin .showcase .item figcaption .category {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  margin-bottom: 10px;
}
.xetemplate-content-skin .showcase .item figcaption .subject {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.xetemplate-content-skin .showcase .swiper-button-prev,
.xetemplate-content-skin .showcase .swiper-button-next {
  display: none;
}
.xetemplate-content-skin .showcase .swiper-pagination {
  bottom: 0;
}

@media (min-width: 992px) {
  .xetemplate-content-skin .gallery {
    /* swiper navigation */
  }
  .xetemplate-content-skin .gallery .item figcaption {
    padding: 20px;
  }
  .xetemplate-content-skin .gallery .item:hover img {
    transform: scale(1.03);
  }
  .xetemplate-content-skin .gallery .xet-swiper-navigation {
    display: flex;
  }
  .xetemplate-content-skin .gallery .xet-swiper-navigation .xet-swiper-next:hover,
.xetemplate-content-skin .gallery .xet-swiper-navigation .xet-swiper-prev:hover {
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.33);
  }
  .xetemplate-content-skin .showcase {
    /* swiper navigation */
    /* swiper pagination */
  }
  .xetemplate-content-skin .showcase .item:hover img {
    transform: scale(1.03);
  }
  .xetemplate-content-skin .showcase .swiper-button-prev,
.xetemplate-content-skin .showcase .swiper-button-next {
    display: flex;
  }
  .xetemplate-content-skin .showcase .swiper-pagination {
    display: none;
  }
}
body.color_scheme_dark .xetemplate-content-skin .xetemplate-content-list li {
  border-color: var(--xet-theme-dark-border-color);
}
body.color_scheme_dark .xetemplate-content-skin .xetemplate-content-list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
body.color_scheme_dark .xetemplate-content-skin .xetemplate-content-gallery {
  /* swiper navigation */
}
body.color_scheme_dark .xetemplate-content-skin .xetemplate-content-gallery .item {
  background: var(--xet-theme-dark-bg-color);
}
body.color_scheme_dark .xetemplate-content-skin .xetemplate-content-gallery .item a.link {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  overflow: hidden;
}
body.color_scheme_dark .xetemplate-content-skin .xetemplate-content-gallery .item .item-header {
  background-color: var(--xet-theme-dark-bg-color);
}
body.color_scheme_dark .xetemplate-content-skin .xetemplate-content-gallery .xet-swiper-navigation .xet-swiper-next,
body.color_scheme_dark .xetemplate-content-skin .xetemplate-content-gallery .xet-swiper-navigation .xet-swiper-prev {
  border-color: var(--xet-theme-dark-border-color);
}
body.color_scheme_dark .xetemplate-content-skin .xetemplate-content-gallery .xet-swiper-navigation .xet-swiper-next svg,
body.color_scheme_dark .xetemplate-content-skin .xetemplate-content-gallery .xet-swiper-navigation .xet-swiper-prev svg {
  fill: #fff;
}
body.color_scheme_dark .xetemplate-content-skin .xetemplate-content-showcase {
  /* swiper navigation */
}
body.color_scheme_dark .xetemplate-content-skin .xetemplate-content-showcase .item {
  background: var(--xet-theme-dark-bg-color);
  border-color: var(--xet-theme-dark-border-color);
}
body.color_scheme_dark .xetemplate-content-skin .xetemplate-content-showcase .item .item-header {
  background-color: var(--xet-theme-dark-bg-color);
}
body.color_scheme_dark .xetemplate-content-skin .xetemplate-content-showcase .xet-swiper-navigation .xet-swiper-next,
body.color_scheme_dark .xetemplate-content-skin .xetemplate-content-showcase .xet-swiper-navigation .xet-swiper-prev {
  border-color: var(--xet-theme-dark-border-color);
}
body.color_scheme_dark .xetemplate-content-skin .xetemplate-content-showcase .xet-swiper-navigation .xet-swiper-next svg,
body.color_scheme_dark .xetemplate-content-skin .xetemplate-content-showcase .xet-swiper-navigation .xet-swiper-prev svg {
  fill: #fff;
}