/* 
mobile(ultra narrow): <= 350px
mobile(xs):           351 - 575px
tablet(sm):           576 - 767px
tablet(md):           768 - 991px         navbar size
desktop(lg):          992 -               list 4 cols
desktop(ultra wide):  2000px -            disable site-cache overlay
*/

/*
z-index
app DL modal:   99994
comment modal:  99993
sidebar slider:           100
top header(w. search):    20  (> detail footer)
detail footer:            19  (> cookies noti)
cookies noti:             18  (> floating button)
floating button:          17
small theme list:         17  (> list overlay)
list overlay:             16
*/

:root {
  --logo-width: 115px;
  --logo-height: 42px;
  --logo-width_desktop: 128px;
  --logo-height_desktop: 47px;
  --community-logo-width: 110px;
  --community-logo-height: 29px;
  --community-logo-width_desktop: 178px;
  --community-logo-height_desktop: 46px;
  --nav-background-color: #e8e8e8;
  --menu-color: #384047;
  --title-color: #1a1a1a;
  --subtle-color: rgb(170, 170, 170, 0.5);
  --solid-color: rgb(156, 156, 156);
}

body {
  max-width: 100%;
  overflow-x: hidden;
}

a:focus,
a:hover {
  text-decoration: none;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
}

/* #region load more icon */
#loadmoreajaxloader {
  flex-grow: 1;
  pointer-events: none;
}
#loadmoreajaxloader img {
  content: url("/res/images/ajax-loader.gif");
  margin: 0 auto;
}
#community-listing #loadmoreajaxloader img {
  margin-bottom: -35px;
  margin-top: 35px;
}
#openCommentBox #loadmoreajaxloader img {
  margin: auto;
}
.detail-wrapper #loadmoreajaxloader img {
  margin: 0 10px 0 0;
}
.detail-wrapper #loadmoreajaxloader span {
  color: #666666;
}
/* #endregion */

/* #region floating button */
#Open-appLink {
  position: fixed;
  bottom: 100px;
  top: auto;
  left: calc(50% - 71px);
  transition: all 0.25s ease-in-out;
}
#Open-appLink.creator-insight-ep {
  left: calc(50% - 86.5px);
}
#community-home #Open-appLink {
  bottom: 50px;
}
.article-wrapper #Open-appLink {
  bottom: 50px;
}
.editor-articles #Open-appLink {
  display: none;
}
/* #endregion */

/* #region site container */
.site-container {
  overflow: hidden;
}

.site-pusher {
  position: relative;
  left: 0;
  transition: left 0.2s ease-in-out;
}

.with--sidebar .site-pusher {
  left: 100%;
}
@media (min-width: 576px) {
  .with--sidebar .site-pusher {
    left: 420px;
  }
}
@media (min-width: 2000px) {
  .with--sidebar .site-pusher {
    left: 0;
  }
}

.site-content {
  padding: 0;
}
@media (max-width: 575px) {
  .site-content {
    padding: 0;
  }
}
#menu-bar ~ .site-content {
  margin-top: 45px;
}

.with--sidebar .site-cache {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 90;
}
@media (min-width: 2000px) {
  .with--sidebar .site-cache {
    display: none;
  }
}
/* #endregion */

/* #region content-body */
.theme-community-body {
  background: #fff;
  padding-bottom: 115px;
}
.theme-community-body.solid-bg {
  background: #fff;
}

.community-content-container {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .community-content-container {
    width: 1240px;
    max-width: 1240px;
  }
}
@media (max-width: 480px) {
  .community-content-container {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.post-user-profile .community-content-container {
  margin-top: 0;
}
@media (max-width: 991px) {
  .post-user-profile .community-content-container {
    padding-left: 0;
    padding-right: 0;
  }
}
/* #endregion */

/* #region theme list */
.pageMainNav {
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 0;
  border-radius: 15px;
  max-width: 1240px;
}

#header .pageMainNav:after {
  content: "";
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.25);
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
}

.pageMainNav.small {
  margin: 0;
  max-height: 43px; /* prevent CLS for bootstrap loading */
  overflow: hidden;
  border-radius: 0;
  z-index: 17;
}

.pageMainNav > .row {
  margin: 0;
}

.pageMainNav .pageMainNav-card {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
}

#header-sticky-wrapper .pageMainNav .pageMainNav-card {
  background: #fff;
  padding-top: 10px;
}

.pageMainNav.small .pageMainNav-card {
  padding: 10px;
  background: #fff;
}

.pageMainNav-card .card-header .category {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
}

.pageMainNav .pageMainNav-card .category > .row {
  margin: 0 0 15px 0;
}

.pageMainNav .pageMainNav-card .category > .row > .col-category {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
@media (max-width: 899px) {
  .pageMainNav .pageMainNav-card .category > .row > .col-category {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (max-width: 480px) {
  .pageMainNav .pageMainNav-card .category > .row > .col-category {
    margin-bottom: 10px;
  }
}

.pageMainNav .pageMainNav-card .category > .row > .col-category a {
  cursor: pointer;
}

.pageMainNav .card-header .sub-row {
  margin: 0 84px;
}
@media (max-width: 991px) {
  .pageMainNav .card-header .sub-row {
    margin: 0 50px;
  }
}
@media (max-width: 768px) {
  .pageMainNav .card-header .sub-row {
    margin: 0 58px 0 0;
  }
}
@media (max-width: 575px) {
  .pageMainNav .card-header .sub-row {
    margin: 0 58px 0 15px;
  }
}
@media (max-width: 480px) {
  .pageMainNav .card-header .sub-row {
    margin: 0 34px 0 20px;
  }
}

/* theme container */
.pageMainNav-container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
}

.pageMainNav .pageMainNav-container .sub-row {
  margin: 0 70px 0 0px;
}

.pageMainNav .pageMainNav-container .pageMainNav-carousel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 15px 0;
  padding: 0 2px;
}
.pageMainNav.small .pageMainNav-container .pageMainNav-carousel {
  display: block;
  margin: 0;
}

.pageMainNav-carousel.owl-carousel.owl-loaded:before {
  content: "";
  position: absolute;
  left: -1px;
  width: 5%;
  height: 130px;
  background: linear-gradient(to left, transparent, rgba(255, 255, 255, 1) 80%);
  z-index: 2;
  margin-left: 0;
}
.theme-community-body.solid-bg
  .pageMainNav-carousel.owl-carousel.owl-loaded:before {
  height: 143px;
  background: linear-gradient(to left, transparent, rgba(255, 255, 255, 1) 80%);
}
.pageMainNav-carousel.owl-carousel.owl-loaded:after {
  content: "";
  position: absolute;
  right: -1px;
  width: 5%;
  height: 130px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(255, 255, 255, 1) 80%
  );
  z-index: 2;
  margin-right: 0;
}
.theme-community-body.solid-bg
  .pageMainNav-carousel.owl-carousel.owl-loaded:after {
  height: 143px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(255, 255, 255, 1) 80%
  );
}

@media (min-width: 1200px) {
  .pageMainNav-carousel.owl-carousel.owl-loaded:before {
    width: 3%;
  }
}
@media (max-width: 991px) {
  .pageMainNav-carousel.owl-carousel.owl-loaded:before,
  .pageMainNav-carousel.owl-carousel.owl-loaded:after {
    height: 120px;
  }
}
@media (max-width: 425px) {
  .pageMainNav-carousel.owl-carousel.owl-loaded:before,
  .pageMainNav-carousel.owl-carousel.owl-loaded:after {
    height: 100px;
  }
}

.pageMainNav.small .pageMainNav-carousel.owl-carousel.owl-loaded:before,
.pageMainNav.small .pageMainNav-carousel.owl-carousel.owl-loaded:after {
  height: 32px;
  top: -4px;
}

.pageMainNav-carousel .owl-stage-outer {
  padding-left: 35px;
}
@media (max-width: 991px) {
  .pageMainNav-carousel .owl-stage-outer {
    padding-left: 30px;
  }
}
@media (max-width: 899px) {
  .pageMainNav-carousel .owl-stage-outer {
    padding-left: 25px;
  }
}
@media (max-width: 767px) {
  .pageMainNav-carousel .owl-stage-outer {
    padding-left: 10px;
  }
}
@media (max-width: 425px) {
  .pageMainNav-carousel .owl-stage-outer {
    padding-left: 5px;
  }
}

.pageMainNav-carousel .owl-stage {
  display: flex;
}
.pageMainNav-carousel .owl-nav,
.pageMainNav-carousel .owl-dots {
  display: none;
}
.pageMainNav-carousel .item {
  width: min-content;
}

.pageMainNav.small .pageMainNav-carousel .item a {
  margin-right: 12px;
}

.pageMainNav.small .pageMainNav-carousel .item .sub-icon {
  position: static;
  width: 18px;
}

.pageMainNav-carousel .item .wide-ratio {
  position: relative;
  height: auto;
  border-radius: 15px;
}
@media (max-width: 425px) {
  .pageMainNav-carousel .item .wide-ratio {
    border-radius: 8px;
  }
}

.pageMainNav.small .pageMainNav-carousel .item .wide-ratio {
  border-radius: 5px;
}

.pageMainNav.small .pageMainNav-carousel .item .wide-ratio img {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: none;
  margin: 0;
}

.pageMainNav-carousel .item .card-img-top {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pageMainNav.small .pageMainNav-carousel .item .card-title span {
  text-wrap: nowrap;
  white-space: pre; /* solve in safari */
  font-size: 16px;
}

/* theme more button for modal */
.pageMainNav-card .card-header .more {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 6%;
  flex: 0 0 6%;
  max-width: 6%;
  width: 100%;
  position: absolute;
  right: 10px;
}
@media (max-width: 1200px) {
  .pageMainNav-card .card-header .more {
    right: 26px;
  }
}
@media (max-width: 768px) {
  .pageMainNav-card .card-header .more {
    right: 30px;
  }
}
@media (max-width: 575px) {
  .pageMainNav-card .card-header .more {
    right: 38px;
  }
}

.pageMainNav-card .card-header .more button {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  font-weight: 500;
  position: absolute;
  top: calc(100% - 100px);
  width: 82px;
  height: 32px;
  border-radius: 100px;
  background-color: #00c991;
  border: none;
  white-space: nowrap;
  z-index: 1;
}
@media (max-width: 576px) {
  .pageMainNav-card .card-header .more button {
    width: 68px;
  }
}
@media (max-width: 425px) {
  .pageMainNav-card .card-header .more button {
    top: calc(100% - 80px);
    width: 58px;
    height: 28px;
    font-size: 14px;
    line-height: 24px;
  }
}

.pageMainNav.small .pageMainNav-card .card-header .more button {
  top: calc(100% - 27px);
}

.pageMainNav-card .card-header .more button:hover {
  opacity: 0.9;
}

/* theme bubble item */
.pageMainNav .pageMainNav-card a {
  text-decoration: none;
  text-align: center;
  position: relative;
  margin: 0 auto;
  color: #7b7b7b;
  font-size: 16px;
  font-weight: 500;
  width: auto;
  cursor: pointer;
}
@media (max-width: 991px) {
  .pageMainNav .pageMainNav-card a {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .pageMainNav .pageMainNav-card a {
    font-size: 16px;
  }
}
@media (max-width: 425px) {
  .pageMainNav .pageMainNav-card a {
    font-size: 14px;
  }
}

.pageMainNav .pageMainNav-card .wide-ratio img {
  width: 72px;
  height: 72px;
  -webkit-filter: drop-shadow(4px 2px 4px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(4px 2px 4px rgba(0, 0, 0, 0.1));
  position: relative;
  top: 0;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border: 4px solid #ffffff;
  border-radius: 100px;
  margin: 0 8px 10px;
}
@media (max-width: 480px) {
  .pageMainNav .pageMainNav-card .wide-ratio img {
    margin: 0 10px 10px;
    border: 3px solid #ffffff;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.1));
  }
}
@media (max-width: 425px) {
  .pageMainNav .pageMainNav-card .wide-ratio img {
    width: 58px;
    height: 58px;
    margin: 0 5px 10px;
  }
}

.pageMainNav .pageMainNav-card .card-title {
  padding-left: 5px;
  padding-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* theme bubble sub-icon */
.pageMainNav-card img.sub-icon {
  position: absolute;
  left: 0;
  top: -1px;
  width: 30px;
  height: auto;
  z-index: 1;
}
@media (max-width: 480px) {
  .pageMainNav-card img.sub-icon {
    width: 32px;
    top: 0;
  }
}

.card:hover > a img.sub-icon {
  width: 36px;
  transition: none;
  opacity: 1;
}
@media (max-width: 480px) {
  .card:hover > a img.sub-icon {
    width: 38px;
  }
}

/* theme container */
.accordion > .card {
  overflow: hidden;
}
@media (max-width: 991px) {
  .accordion > .card {
    overflow: visible;
  }
}
.pageMainNav.small .accordion > .card {
  overflow: initial;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card .card-header {
  margin-bottom: -1px;
}

@media (min-width: 992px) {
  .card:hover > a img,
  .card:hover > a .card-title span {
    opacity: 0.8;
  }
}
/* #endregion theme list */

/* #region Articles wrapper */
.theme-articles-container {
  min-height: 100vh;
}

.theme-articles-container .loading-overlay {
  display: none;
  position: absolute;
  z-index: 16;
  left: -15px;
  top: 20px;
  width: calc(100% + 30px);
  height: 100%;
  opacity: 0.7;
  background: rgb(242, 253, 255) url(/res/images/ajax-loader.gif) center 220px
    no-repeat;
  border-radius: 15px;
}

.article-wrapper {
  margin: auto;
}
@media (max-width: 575px) {
  #latest-posts.article-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  #latest-posts.article-wrapper {
    margin-top: -20px;
  }
}

#latest-posts,
#recommended-posts,
#editor-posts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.article-wrapper .container {
  padding: 22px 35px 18px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.4);
}
#community-detail .article-wrapper .container {
  padding: 0;
}
@media (max-width: 576px) {
  .article-wrapper .container {
    padding: 20px 15px 20px;
  }
}
@media (max-width: 425px) {
  .article-wrapper .container {
    padding: 20px 12px 20px;
  }
}
@media (min-width: 768px) {
  .article-wrapper {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .article-wrapper .container {
    max-width: unset;
    padding: 22px 20px 32px;
  }
}
@media (min-width: 1170px) {
  .article-wrapper {
    max-width: 1170px;
  }
  .article-wrapper .container {
    max-width: unset;
    padding: 22px 35px 18px;
  }
}
@media (min-width: 1240px) {
  .article-wrapper {
    max-width: 1240px;
  }
  .article-wrapper .container {
    max-width: unset;
  }
}
/* #endregion */

#community-home {
  margin-bottom: 200px;
}
@media (max-width: 575px) {
  #community-home {
    margin-bottom: 180px;
  }
}

/* #region Section Title */
.article-wrapper .section-title {
  display: table;
  width: fit-content;
  border-bottom: none;
  padding: 22px 30px 10px;
}
.section-title > div > i {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-top: 3px;
  float: left;
  background-size: 100%;
}
.icon.latest-post {
  background-image: url(../../images/community/icons/icn-new.svg);
  background-repeat: no-repeat;
}
.icon.recommended-post {
  background-image: url(../../images/community/icons/icn-recommend.svg);
  background-repeat: no-repeat;
}
.icon.editor-post {
  background-image: url(../../images/community/icons/icn-article.svg);
  background-repeat: no-repeat;
}
.icon.category-post {
  background-image: url(../../images/community/icons/icn-new.svg);
  background-repeat: no-repeat;
}
.article-wrapper .section-title div {
  display: table-cell;
}
.article-wrapper .section-title .section-name__text {
  display: inline-block;
  font-size: 28px;
  color: #5a5a5a;
  padding-left: 10px;
  padding-top: 2px;
}
.article-wrapper .section-title .section-name__text a {
  color: #5a5a5a;
}
@media (max-width: 576px) {
  .article-wrapper .section-title {
    padding-left: 15px;
  }
  .article-wrapper .section-title .section-name__text {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .article-wrapper .section-title .section-name__text {
    padding-top: 5px;
  }
}
@media (max-width: 425px) {
  .article-wrapper .section-title .section-name__text {
    font-size: 22px;
  }
}
@media (max-width: 375px) {
  .article-wrapper .section-title .section-name__text {
    font-size: 21px;
    padding-left: 10px;
  }
}

.article-wrapper .section-more {
  position: relative;
  z-index: 1;
  margin-left: 10px;
  margin-bottom: -3px;
}
.article-wrapper .section-more:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg);
  z-index: -1;
  background: rgba(211, 246, 235, 1);
  border-radius: 12px 0 12px 0;
}
@media (max-width: 575px) {
  .article-wrapper .section-more {
    order: 3; /* moved to end */
    margin: 10px auto 0;
  }
  .article-wrapper .section-more:after {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border-radius: 100px;
  }
}

.article-wrapper .section-more a {
  display: block;
  padding: 4px 18px 5px 22px;
  color: #608475;
  font-size: 16px;
  font-weight: 400;
  opacity: 1;
}
.article-wrapper .section-more a:hover {
  opacity: 0.7;
}

.article-wrapper .section-more i.fa-lg {
  vertical-align: -5%;
}
/* #endregion */

/* #region landing/listing footer */
#search-posts .ul-footer,
#community-home .ul-footer,
#community-listing .ul-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

#community-listing #community-listing-footer {
  height: 200px;
  display: none;
}
#search-posts #community-search-footer {
  height: 200px;
}
@media (max-width: 575px) {
  #community-listing #community-listing-footer {
    height: 180px;
  }
  #search-posts #community-search-footer {
    height: 180px;
  }
}

#community-listing #community-listing-footer.last-item {
  display: block;
}
/* #endregion */

/* #region Details */
.detail-wrapper {
  margin: 30px auto 15px;
}
@media (max-width: 576px) {
  .detail-wrapper {
    margin-top: 10px;
  }
}
@media (max-width: 375px) {
  .detail-wrapper {
    margin-top: 0;
  }
}
@media (min-width: 576px) {
  .detail-wrapper {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .detail-wrapper {
    max-width: 100%;
  }
}
@media (min-width: 1025px) {
  .detail-wrapper {
    margin-bottom: 30px;
  }
}
@media (min-width: 1170px) {
  .detail-wrapper {
    max-width: 1170px;
  }
}
@media (min-width: 1240px) {
  .detail-wrapper {
    max-width: 1240px;
  }
}

.detail-wrapper .container {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media (min-width: 1200px) {
  .detail-wrapper .container {
    max-width: unset;
  }
}
.detail-wrapper .container:before {
  content: unset;
}

.detail-wrapper .container > .row {
  margin-left: -13px;
  margin-right: -13px;
}
.detail-wrapper .container > .row:before {
  content: unset;
}

/* section html tag section class */
.section {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 575px) {
  .section > div:first-child {
    overflow: visible;
  }
}

.detail-wrapper .content-wrapper-item {
  padding-right: 0;
  padding-left: 0;
  border-radius: 15px;
  background-color: rgba(255, 255, 255);
  margin-bottom: 0;
}
.detail-wrapper .content-wrapper-item:last-child {
  margin-bottom: 20px;
}

section .detail-content {
  margin: 0 20px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.7);
  margin-bottom: 40px;
  border-radius: 0;
}
#community-detail section .detail-content {
  /* override global first child */
  margin-top: 0;
  padding-top: 10px;
  padding-left: 0px;
  padding-right: 0px;
  border-bottom: #e3e3e9 1px solid;
}
@media (max-width: 767px) {
  section .detail-content {
    margin: 0;
  }
}
@media screen and (max-width: 575px) {
  section .detail-content {
    margin-bottom: 10px;
    margin-left: -19px;
    margin-right: -19px;
  }
}
@media (max-width: 480px) {
  section .detail-content {
    margin-left: -12px;
    margin-right: -12px;
  }
}

/* author-box */
.author-box {
  margin: 12px;
  font-size: 18px;
  color: #979797;
  width: calc(100% - 26px);
  gap: 14px;
  padding: 0;
}
@media (max-width: 480px) {
  .author-box {
    margin: 6px;
    gap: 0;
  }
}

.author-box .author-pic {
  min-width: 88px;
  min-height: 88px;
  max-width: 88px;
  max-height: 88px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 480px) {
  .author-box .author-pic {
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
  }
}

.author-box .author-pic img {
  width: 88px;
  height: 88px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 480px) {
  .author-box .author-pic img {
    width: 40px;
    height: 40px;
  }
}

.author-info {
  width: 100%;
  margin-left: 8px;
  gap: 1px;
}
.author-info div {
  height: auto;
}

.author-info .rating-info {
  display: flex;
  gap: 6px;
  align-items: center;
  height: auto;
}
@media (max-width: 480px) {
  .author-info .rating-info {
    height: 17px;
  }
}

.author-box .author-name {
  background: 0;
  border: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  color: #5a5a5a;
  width: fit-content;
  display: flex;
  gap: 4px;
  align-items: center;
}
@media (max-width: 480px) {
  .author-box .author-name {
    font-size: 16px;
    width: calc(100% - 60px); /* follow button width */
  }
}
@media (max-width: 350px) {
  .author-box .author-name {
    width: 100%;
  }
}

.author-box .author-name a {
  font-weight: 400;
  color: #5a5a5a;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.author-info .author-level-info .level-info-img {
  height: 18px;
  width: 36px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
@media (max-width: 480px) {
  .author-info .author-level-info .level-info-img {
    height: 14px;
    width: 28px;
    padding-right: 5px;
  }
}

.author-info .author-level-info .level-info-img.level-1 {
  content: url("/res/images/community/levels/lv1.png");
}
.author-info .author-level-info .level-info-img.level-2 {
  content: url("/res/images/community/levels/lv2.png");
}
.author-info .author-level-info .level-info-img.level-3 {
  content: url("/res/images/community/levels/lv3.png");
}
.author-info .author-level-info .level-info-img.level-4 {
  content: url("/res/images/community/levels/lv4.png");
}
.author-info .author-level-info .level-info-img.level-5 {
  content: url("/res/images/community/levels/lv5.png");
}
.author-info .author-level-info .level-info-img.level-6 {
  content: url("/res/images/community/levels/lv6.png");
}
.author-info .author-level-info .level-info-img.level-7 {
  content: url("/res/images/community/levels/lv7.png");
}
.author-info .author-level-info .level-info-img.level-8 {
  content: url("/res/images/community/levels/lv8.png");
}
.author-info .author-level-info .level-info-img.level-9 {
  content: url("/res/images/community/levels/lv9.png");
}
.author-info .author-level-info .level-info-img.level-10 {
  content: url("/res/images/community/levels/lv10.png");
}

.author-info .author-badge-info .badge-info-img {
  height: 20px;
}
@media (max-width: 480px) {
  .author-info .author-badge-info .badge-info-img {
    height: 14px;
  }
}

.author-box .publish-info > a {
  margin-right: 15px;
}

.author-box .rating-info span.publish-time {
  color: #999;
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 480px) {
  .author-box .rating-info span.publish-time {
    font-size: 14px;
  }
}

.author-box .publish-info .publish-cat {
  color: #00c991;
  font-weight: 400;
}

.author-box .rating-info .publish-location {
  color: #e96a4b;
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 480px) {
  .author-box .rating-info .publish-location {
    line-height: 24px;
    margin-top: 6px;
    font-size: 14px;
  }
}

.author-box .author-info div.rating-info .publish-location-wrapper {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.author-box .author-info div.publish-info .publish-location-wrapper i,
.author-box .author-info div.rating-info .publish-location-wrapper i {
  display: inline-block;
  background-size: 100%;
}

.icon.community-cat {
  width: 20px;
  height: 20px;
  margin-top: 7px;
  background-image: url(../../images/community/icons/icn-community-grayscale.svg);
  background-repeat: no-repeat;
  margin-top: -2px;
  margin-right: 4px;
}
@media (max-width: 480px) {
  .icon.community-cat {
    width: 16px;
    height: 14px;
    margin-top: 1px;
  }
}

.icon.location {
  width: 12px;
  height: 15px;
  background-image: url(../../images/community/icons/icn-location.svg);
  background-repeat: no-repeat;
}
@media (max-width: 480px) {
  .icon.location {
    width: 10px;
    height: 12px;
  }
}

.rating-info .awesomeRating {
  font-size: 0;
  align-self: flex-end;
}
.jq-star {
  width: 100px;
  height: 100px;
  display: inline-block;
  cursor: auto;
}
.jq-star-svg {
  padding-left: 2px;
  width: 100%;
  height: 100%;
}

.other-info {
  position: relative;
}
@media (max-width: 350px) {
  #community-detail .other-info {
    display: none;
  }
}

.other-info button {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 24px;
  width: 74px;
  height: 28px;
  border: 0;
  border-radius: 100px;
  background-color: #00c991;
}
@media (max-width: 480px) {
  .other-info button {
    font-size: 14px;
    width: 60px;
    height: 22px;
    line-height: 22px;
    padding-inline-end: 0;
  }
}

#community-detail .other-info button {
  font-size: 18px;
  font-weight: 500;
  color: #00c991;
  line-height: 24px;
  width: 84px;
  height: 28px;
  border: 0;
  border-radius: 100px;
  background-color: transparent;
}
@media (max-width: 480px) {
  #community-detail .other-info button {
    font-size: 14px;
    width: 60px;
    height: 22px;
    width: 72px;
    line-height: 22px;
    padding-inline-end: 0;
  }
}

.detail-content .other-info button:hover {
  opacity: 0.9;
}

.follow-author button span {
  margin-top: -2px;
  margin-left: -1px;
  white-space: nowrap;
}
.row.postsharing {
  margin-left: -5px;
  margin-right: -5px;
}
.row.postsharing.desktop {
  display: flex;
}
.postsharing a {
  width: auto;
  height: auto;
  background: 0 0;
  margin-top: 0;
  padding: 0 5px;
  background: 0 0;
}
.postsharing a img {
  display: inline-block;
  width: auto;
  height: 34px;
}
.postsharing .clipboard-btn,
.postsharing .fb-btn,
.postsharing .tg-btn,
.postsharing .what-btn {
  border: none;
  width: auto;
  height: unset;
  padding: 0;
  margin: 21px 0 -8px 0;
  background: 0 0;
}
.postsharing.mobile .clipboard-btn,
.postsharing.mobile .fb-btn,
.postsharing.mobile .tg-btn,
.postsharing.mobile .what-btn {
  margin-top: 0;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .row.postsharing.mobile {
    display: flex;
  }
  .row.postsharing.desktop {
    display: none;
  }
}
@media (max-width: 576px) {
  #bookmark-btn,
  #bookmarked-btn,
  .clipboard-btn,
  .fb-btn,
  .tg-btn,
  .share-btn,
  .share-open,
  .what-btn {
    margin: 7px 5px;
  }
}
@media (max-width: 425px) {
  #bookmark-btn,
  #bookmarked-btn,
  .clipboard-btn,
  .fb-btn,
  .tg-btn,
  .share-btn,
  .share-open,
  .what-btn {
    margin: 7px 2px;
  }
}
@media (max-width: 375px) {
  #bookmark-btn,
  #bookmarked-btn,
  .clipboard-btn,
  .fb-btn,
  .tg-btn,
  .share-btn,
  .share-open,
  .what-btn {
    margin: 7px 0;
  }
}
@media (max-width: 576px) {
  div.fb-share-button,
  div.whatsapp-share-button,
  div.telegram-share-button,
  div.clipboard-share-button {
    margin-right: 4px;
  }
}
div.fb-share-button:hover img,
div.whatsapp-share-button:hover img,
div.telegram-share-button:hover img,
div.clipboard-share-button:hover img {
  opacity: 0.7;
}

.section-title div.share-button {
  vertical-align: top;
  margin-top: -4px;
  margin-right: 30px;
}
.section-title div.share-button div:last-child {
  float: none;
  margin-right: 0;
}
@media (max-width: 576px) {
  .section-title div.share-button {
    margin-right: 15px;
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
    z-index: 1;
  }
  .section-title div.share-button:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    transform: skew(-10deg);
    z-index: -1;
    background: rgba(161, 173, 196, 0.18);
    border-radius: 12px 0 12px 0;
  }
}
@media (max-width: 400px) and (min-width: 378px) {
  .section-title div.share-button {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* image gallery */
.detail-content-box.container {
  margin: 6px;
  width: calc(100% - 12px);
}

.detail-carousel-box {
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 575px) {
  .detail-carousel-box {
    margin-left: -6px;
    margin-right: -6px;
  }
}
@media (max-width: 480px) {
  .detail-carousel-box {
    height: auto;
    width: 100%;
  }
}

.detail-content-carousel .item {
  height: 100%;
}

.detail-content-carousel .owl-stage-outer {
  border-radius: 15px;
}
@media screen and (max-width: 575px) {
  .detail-content-carousel .owl-stage-outer {
    border-radius: 0;
  }
}

.detail-content-carousel .item .wide-ratio {
  position: relative;
  overflow: hidden;
  height: auto;
  border-radius: 15px;
  width: 100%;
  background-image: url(/res/images/community/post-placeholder.jpg);
  background-size: auto 100%;
  background-position: center;
}
@media (min-width: 1200px) {
  .detail-content-carousel .item .wide-ratio {
    padding-bottom: 580px !important;
    width: 580px;
    margin: auto;
  }
}
@media screen and (max-width: 575px) {
  .detail-content-carousel .item .wide-ratio {
    border-radius: 0;
  }
}

/* To fix CLS issue of owl-carousel */
.detail-content-carousel.owl-carousel {
  display: block;
}

.detail-content-carousel.owl-carousel .item:not(:first-child) .wide-ratio {
  display: none;
}
/* End To fix CLS issue of owl-carousel */

.detail-content-carousel .item .card-img-top:not(.r-post-img) {
  position: absolute;
  height: 100%;
  /* width: auto; */
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0;
}
@media (min-width: 1200px) {
  .detail-content-carousel .item .card-img-top:not(.r-post-img) {
    width: 580px;
    border-radius: 15px;
  }
}

.detail-content-carousel.owl-carousel .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  margin-top: 8px;
}
.detail-content-carousel.owl-carousel .owl-dots .owl-dot span {
  width: 5px;
  height: 5px;
  margin: 8px 4px;
  background: #dfdfdf;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
@media (min-width: 992px) {
  .detail-content-carousel.owl-carousel .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
  }
}

.detail-content-carousel.owl-carousel .owl-dots .owl-dot:hover span {
  background: #a2a2a2;
}

.detail-content-carousel.owl-carousel .owl-dots .owl-dot.active span {
  background: #00c991;
  width: 10px;
  height: 10px;
  position: relative;
  top: 2px;
}
@media (min-width: 992px) {
  .detail-content-carousel.owl-carousel .owl-dots .owl-dot.active span {
    width: 14px;
    height: 14px;
    top: 3px;
  }
}

.slider-counter {
  position: absolute;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2;
  border-radius: 50px;
  margin: 8px;
  color: #fff;
  padding: 5px 8px;
  font-size: 12px;
  line-height: 18px;
  display: none;
}
@media (min-width: 1200px) {
  .slider-counter {
    right: calc((100% - 580px) / 2);
  }
}

/* content */
.content-main p {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
section .detail-content p {
  margin-bottom: 1.6rem;
  line-height: 3rem;
  letter-spacing: 0.048rem;
  font-family: "Noto Sans TC", "Open sans", "微軟正黑體", "Microsoft JhengHei",
    Helvetica, "Microsoft Yahei", "微軟雅黑體", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #000000;
}
section .detail-content .content-title {
  color: #212529;
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 1.6rem;
  line-height: 3rem;
  letter-spacing: 0.048rem;
}
.apponly-area {
  position: relative;
  z-index: 9;
  font-size: 21px;
  font-weight: 500;
  color: #212529;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin: -25px auto 0;
  text-align: center;
  margin-top: 40px;
}
section .detail-content .apponly-area p {
  font-size: 21px;
  font-weight: 500;
  color: #212529;
  line-height: 1.2;
  margin-bottom: 0.6rem;
}
.highlight {
  color: #00c991;
  white-space: nowrap;
}
.apponly-area a {
  margin: 16px auto 0;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  line-height: 24px;
  width: 350px;
  height: 52px;
  border: 0;
  border-radius: 100px;
  background-color: #00c991;
}
@media screen and (max-width: 425px) {
  .apponly-area a {
    width: 100%;
  }
  .apponly-area a > span {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .author-info div {
    height: auto;
  }
  .rating-info .awesomeRating {
    margin-top: 0;
  }
  section .detail-content p {
    font-size: 18px;
    line-height: 2.8rem;
  }
  section .detail-content .content-title {
    font-size: 20px;
    margin-bottom: 8px;
    line-height: 2.8rem;
  }
  .apponly-area {
    font-size: 20px;
  }
  section .detail-content .apponly-area p {
    font-size: 20px;
  }
}

.article-wrapper .card-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  /* .article-wrapper .card-wrapper {
		flex: 1;
	} */
}
.article-wrapper .article-list-wrapper .card-wrapper {
  padding-bottom: 20px;
  padding-top: 12px;
}
.article-wrapper .card {
  border: 0;
  border-radius: 0;
  background-color: transparent;
}
@media (min-width: 992px) {
  .article-wrapper .card:hover .card-img-top {
    opacity: 0.9;
    transform: scale(1.045);
    transition: all 0.15s ease-in 0s;
  }
  .article-wrapper .card:hover .card-detail {
    opacity: 0.9;
  }
}
.card-wrapper .card-img-wrapper {
  position: relative;
}
.card-img-wrapper .card-tag,
.card-img-wrapper .card-author {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-shadow: 1px 1px 5px rgb(0 0 0 / 60%);
  font-size: 17px;
  font-weight: normal;
  color: #fff;
  width: auto;
  padding: 20px 15px 15px;
  display: flex;
  align-items: center;
}
.card-img-wrapper .card-tag-img {
  padding-right: 8px;
}
.card-img-wrapper .card-tag-img img {
  width: 30px;
  height: 30px;
  -webkit-filter: drop-shadow(4px 2px 4px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(4px 2px 4px rgba(0, 0, 0, 0.1));
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border: 1px solid #ffffff;
  border-radius: 100px;
  margin: 0 auto;
  object-fit: cover;
}
.article-wrapper .card-img-wrapper .wide-ratio {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/res/images/community/post-placeholder.jpg");
}
.article-wrapper .card-img-wrapper .wide-ratio:before {
  display: block;
  content: "";
  width: 100%;
  overflow: hidden;
  padding-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 20%
  );
}
.article-wrapper .card-img-wrapper .wide-ratio:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.card-img-wrapper .wide-ratio .card-img-top {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-wrapper .card .card-detail {
  padding: 5px 0;
  margin: auto 0;
}
.article-wrapper .card .card-detail .card-title {
  padding: 0;
  height: 28px;
  min-height: 28px;
  line-height: 28px;
  font-family: "Noto Sans TC", "Open sans", "微軟正黑體", "Microsoft JhengHei",
    Helvetica, "Microsoft Yahei", "微軟雅黑體", Arial, sans-serif !important;
  font-size: 18px;
  color: #4c4c4c;
  overflow: hidden;
}
@media (max-width: 425px) {
  .article-wrapper .card .card-detail .card-title {
    font-size: 14px;
  }
}

.article-wrapper .card .card-detail .card-title a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #4c4c4c;
}
.article-wrapper .card .card-detail .card-info {
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
}
.article-wrapper .card .card-detail .card-info a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-width: 80%;
  white-space: initial;
  cursor: pointer;
  height: 100%;
}
.article-wrapper .card .card-detail .card-info .author {
  color: #4596d4;
}
.article-wrapper .card .card-detail .card-info .time {
  color: #4c4c4c;
}

.article-wrapper .card .card-detail .card-info .card-like {
  padding-right: 2px;
  gap: 4px;
}
@media (max-width: 425px) {
  .article-wrapper .card .card-detail .card-info .card-like {
    gap: 2px;
  }
}

.article-wrapper .card .card-detail .card-info .card-like > i {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  background-size: 100%;
}
@media (max-width: 425px) {
  .article-wrapper .card .card-detail .card-info .card-like > i {
    width: 12px;
    height: 12px;
    margin-top: 2.5px;
  }
}

.article-wrapper .card .card-detail .card-info .card-like .num-like {
  font-size: 16px;
}
@media (max-width: 425px) {
  .article-wrapper .card .card-detail .card-info .card-like .num-like {
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .article-wrapper .card-wrapper {
    padding: 0.8rem;
  }
}
@media (max-width: 425px) {
  .article-wrapper .card-wrapper {
    padding: 0.6rem;
  }
  .article-wrapper .card-img-wrapper .wide-ratio {
    border-radius: 8px;
  }
  .card-img-wrapper .card-tag {
    font-size: 14px;
    padding: 10px;
  }
  .card-img-wrapper .card-tag-img img {
    width: 25px;
    height: 25px;
  }
  .article-wrapper .card .card-detail .card-info {
    font-size: 12px;
  }
}

.content-top {
  margin: 15px 0;
}

.breadcrumbs-theme {
  float: left;
  font-size: 20px;
  font-weight: normal;
  line-height: 18px;
  color: #525252;
  width: auto;
}
@media (max-width: 480px) {
  .breadcrumbs-theme {
    font-size: 13px;
    line-height: 16px;
  }
}

.breadcrumbs-theme a {
  text-decoration: none;
  color: #333333;
  border: 1px solid #dcdcdc;
  border-radius: 100px;
  padding: 6px 14px 6px 12px;
}
@media (max-width: 480px) {
  .breadcrumbs-theme a {
    padding: 3px 12px 3px 10px;
  }
}

.publish-info-box {
  background-color: #fcefda;
  color: #373332;
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px;
  padding: 0 12px;
  margin-top: 40px;
  margin-bottom: 28px;
}
.publish-info-box > div {
  padding-top: 12px;
  padding-bottom: 12px;
}
.publish-info-box > div:not(:last-child) {
  border-bottom: 1px solid #dacda9;
}
.publish-info-box .box-title {
  color: #605c54;
  font-weight: 400;
  min-width: 72px;
  margin-right: 20px;
}
.icon.address-copy {
  display: block;
  width: 14px;
  height: 14px;
  background-image: url(../../images/community/icons/icn-copy.svg);
  background-repeat: no-repeat;
  background-size: cover;
  fill: #979797;
  margin-left: 10px;
  margin-bottom: 3px;
}
@media screen and (max-width: 575px) {
  .icon.address-copy {
    margin-bottom: 0;
    margin-top: 3px;
  }
}

.publish-info-box .box-rating {
  margin-left: 10px;
}
.publish-info-box .box-copy-address {
  background: transparent;
  border: none;
  align-self: flex-end;
}
.publish-info-box .box-address .box-copy-address {
  align-self: flex-end;
  display: block !important;
}

.publish-info-box .box-copy-address-m {
  display: none !important;
}
.publish-info-box .box-copy-address-m .box-copy-address {
  align-self: flex-start;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .publish-info-box .box-copy-address-m {
    position: absolute;
    right: 12px;
    display: block !important;
  }
  .publish-info-box .box-address .box-copy-address {
    display: none !important;
  }
}

@media screen and (max-width: 575px) {
  .publish-info-box {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 575px) {
  .publish-info-box {
    font-size: 14px;
    padding: 0 10px;
  }
  .publish-info-box > div {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .publish-info-box .box-copy-address {
    position: relative;
    right: 0;
    align-self: flex-start;
  }
  .publish-info-box .box-title {
    min-width: 58px;
    margin-right: 8px;
  }
}
/* #endregion */

/* #region editor's posts */
.editor-articles #article .list__item {
  padding: 1rem;
}
.editor-articles #article .card {
  border: 0 solid var(--subtle-color);
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 8px 0px rgb(155 155 155 / 25%);
  box-shadow: 3px 3px 8px 0px rgb(155 155 155 / 25%);
}
.editor-articles .card .card-img-wrapper {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.editor-articles .card .card-img-wrapper::after {
  padding-top: 56.25%;
  display: block;
  content: "";
}
.editor-articles .card .card-img {
  bottom: 0;
  left: 0;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.editor-articles .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
}

.editor-articles .card .card-title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  padding: 0;
  margin: 0;
  height: 52px;
}
.editor-articles .card .card-title h2 {
  color: #4c4c4c;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 425px) {
  .editor-articles .card .card-title h2 {
    font-size: 14px;
  }
}

.editor-articles .card .card-text {
  display: flex;
  align-items: center;
  border-top: none;
  padding: 1rem 0 0;
}
.editor-articles .card .card-text__img {
  width: 28px !important;
  height: 28px;
  border-radius: 60%;
  position: relative;
}
.editor-articles .card .card-text__detail {
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 5px;
}
.editor-articles .card .card-text__detail > span:first-child {
  font-size: 1.4rem;
  font-weight: 500;
  color: #384047;
  margin-right: 5px;
}
.editor-articles .card .card-text__detail > span:last-child {
  color: #5a5a5a;
  font-weight: 400;
  font-size: 15px;
}
@media (max-width: 425px) {
  .editor-articles .card .card-text__detail > span:last-child {
    font-size: 14px;
  }
}

.editor-articles .section > div:first-child {
  margin-top: 0;
}
@media (min-width: 992px) {
  .editor-articles .card:hover .card-img {
    -ms-transform: scale(1.045);
    -webkit-transform: scale(1.045);
    opacity: 0.9;
    transform: scale(1.045);
    transition: all 0.15s ease-in;
  }
  .editor-articles .card:hover .card-title {
    opacity: 0.9;
  }
}
/* #endregion editor's posts */

/* #region Hot Events */
.hot-event-wrapper {
  margin: 20px auto 30px;
}
@media (max-width: 576px) {
  .hot-event-wrapper {
    margin-top: 50px;
  }
}
@media (max-width: 375px) {
  .hot-event-wrapper {
    margin-top: 40px;
  }
}
.hot-event-wrapper .container {
  padding: 20px 15px 20px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 576px) {
  .hot-event-wrapper .container {
    padding: 20px 15px 20px;
  }
}
@media (max-width: 425px) {
  .hot-event-wrapper .container {
    padding: 20px 8px 20px;
  }
}
@media (min-width: 576px) {
  .hot-event-wrapper {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .hot-event-wrapper {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .hot-event-wrapper .container {
    max-width: unset;
    padding: 30px 20px 30px;
  }
}
@media (min-width: 1170px) {
  .hot-event-wrapper {
    max-width: 1170px;
  }
  .hot-event-wrapper .container {
    max-width: unset;
    padding: 30px 20px 30px;
  }
}
@media (min-width: 1240px) {
  .hot-event-wrapper {
    max-width: 1240px;
  }
  .hot-event-wrapper .container {
    max-width: unset;
  }
}

.hot-event-wrapper .section-title {
  display: table;
  width: 100%;
  border-bottom: none;
  padding: 22px 30px 10px;
}
.section-title > div > i {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-top: 3px;
  float: left;
  background-size: 100%;
}
.icon.hot-event {
  background-image: url(../../images/community/icons/icn-hot.svg);
  background-repeat: no-repeat;
}
.hot-event-wrapper .section-title div {
  display: table-cell;
}
.hot-event-wrapper .section-title h2 {
  display: inline-block;
  font-size: 28px;
  color: #5a5a5a;
  padding-left: 10px;
  padding-top: 2px;
}
@media (max-width: 576px) {
  .hot-event-wrapper .section-title {
    padding-left: 15px;
  }
  .hot-event-wrapper .section-title h2 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .hot-event-wrapper .section-title h2 {
    padding-top: 5px;
  }
}
@media (max-width: 425px) {
  .hot-event-wrapper .section-title h2 {
    font-size: 22px;
  }
}
@media (max-width: 375px) {
  .hot-event-wrapper .section-title h2 {
    font-size: 21px;
    padding-left: 10px;
  }
}
.hot-event-wrapper .section-more {
  position: relative;
  z-index: 1;
}
@media (max-width: 576px) {
  .hot-event-wrapper .section-more {
    margin-right: 15px;
  }
}
.hot-event-wrapper .section-more a {
  display: block;
  padding: 4px 18px 5px 22px;
  color: #608475;
  font-size: 16px;
  font-weight: 400;
  opacity: 1;
}
.hot-event-wrapper .section-more a:hover {
  opacity: 0.7;
}
.hot-event-wrapper .section-more:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg);
  z-index: -1;
  background: rgba(211, 246, 235, 1);
  border-radius: 12px 0 12px 0;
}
.hot-event-wrapper .section-more i.fa-lg {
  vertical-align: -5%;
}

.hot-event-carousel .owl-stage-outer {
  border-radius: 15px;
}
.hot-event-carousel .owl-nav,
.hot-event-carousel .owl-dots {
  display: none;
}
.hot-event-carousel .item {
  width: 320px;
}
.hot-event-carousel .item .wide-ratio {
  position: relative;
  overflow: hidden;
  height: auto;
  border-radius: 15px;
}
.hot-event-carousel .item .wide-ratio:after {
  content: "";
  display: block;
  padding-bottom: 31.25%;
}
.hot-event-carousel .item .card-img-top {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 425px) {
  .hot-event-carousel .item .wide-ratio {
    border-radius: 8px;
  }
}
/* #endregion hot events */

/* #region section header */
.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.5rem 1.6rem 0 !important;
}

.section-header .section__title h2 {
  color: var(--title-color);
  font-size: 2rem;
  font-weight: 400;
  margin: 0;
  padding: 10px 0;
}
@media (min-width: 576px) {
  .section-header .section__title h2 {
    font-size: 3rem;
  }
}

.section-header .section__more {
  font-size: 1.4rem;
}

.section-header .section__more:after {
  content: "";
  background: url(/res/images/arrow_r.svg) no-repeat center center;
  height: 12px;
  width: 12px;
  display: inline-block;
  position: relative;
}
/* #endregion */

/* #region carousel */
.owl-nav {
  position: absolute;
  z-index: 99999;
  width: 100%;
  height: 0;
  top: calc(50% - 20px);
}

.owl-carousel .owl-nav button.disabled {
  opacity: 0;
  cursor: auto;
  display: none !important;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  position: absolute;
  transition: opacity 0.25s ease-in-out;
  outline: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  background: #fff;
  padding: 0px 8px !important;
  position: absolute;
  display: flex;
  font-size: 28px;
  line-height: 30px;
}
.owl-carousel .owl-nav button.owl-prev {
  left: 3px;
}
.owl-carousel .owl-nav button.owl-next {
  right: 3px;
}

.owl-carousel .owl-nav button span {
  line-height: inherit;
  margin-bottom: 5px;
}
/* #endregion */

/* #region responsive */
.desktop {
  display: none;
}
.tablet {
  display: none;
}
.mobile {
  display: block;
}
@media (min-width: 768px) {
  .mobile {
    display: none;
  }
  .tablet {
    display: block;
  }
}
@media (min-width: 992px) {
  .tablet {
    display: none;
  }
  .desktop {
    display: block;
  }
}
/* #endregion responsive */

/* #region Start Dark theme for video section */
.dark_theme {
  background-color: #2c282b;
}
/* #endregion Dark theme for video section */

/* #region divider */
hr.divider {
  border-top: 0.5px solid var(--subtle-color);
  margin: 0.5rem 2rem;
}
hr.divider--compact {
  margin: 0;
}
hr.divider--full {
  margin: 0 -1rem;
}
hr.divider--solid {
  border-color: var(--solid-color);
}
/* #endregion */

/* #region header */
#header {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
}

.navbar-wrapper {
  background-color: var(--nav-background-color);
  padding: 5px 0;
  margin-bottom: 0;
  width: 100%;
  height: 41px; /* prevent CLS */
}
@media screen and (min-width: 768px) {
  .navbar-wrapper {
    padding: 10px 0;
    height: 68px; /* prevent CLS */
  }
}

.navbar-wrapper .container {
  padding-left: 0;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .navbar-wrapper .container {
    padding-right: 0;
  }
}

.navbar-content {
  display: flex;
  justify-content: space-between;
}

.navbar-content .left,
.navbar-content .right {
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* toggler/logo */
.navbar-menu {
  width: 50px;
  border-right: solid 1px #c3c3c3;
}

.navbar-toggler {
  padding: 0.95rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1;
  background: 0 0;
  border: 1px solid transparent;
  cursor: pointer;
  border-radius: 0.25rem;
}
@media screen and (max-width: 768px) {
  #header-sticky-wrapper .navbar-toggler {
    padding: 0.5rem 1.25rem;
  }
}

.navbar-logo img {
  width: var(--logo-width);
  height: var(--logo-height);
}
@media (min-width: 768px) {
  .navbar-logo img {
    width: var(--logo-width_desktop);
    height: var(--logo-height_desktop);
  }
}

/* for community header only, don't mess up with slider logo */
#header .navbar-logo img {
  width: var(--community-logo-width);
  height: var(--community-logo-height);
}
@media (min-width: 768px) {
  #header .navbar-logo img {
    width: var(--community-logo-width_desktop);
    height: var(--community-logo-height_desktop);
  }
}

/* nav-badge */
@media (max-width: 350px) {
  .nav-badge {
    display: none;
  }
}
.nav-badge--merchant {
  display: none;
}
@media (min-width: 1120px) {
  .nav-badge--merchant {
    display: block;
  }
}

.nav-badge a {
  border-radius: 20px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  padding: 5px 10px;
  vertical-align: top;
  white-space: nowrap;
}
.nav-badge--ulapp a {
  background-color: #888794;
}
.nav-badge--merchant a {
  background-color: #4e45a3;
}

.nav-badge--ulapp i {
  background: url(/res/images/UL-appdownload-icon-white.svg) no-repeat center
    top;
  display: inline-block;
  height: 18px;
  margin-top: 2px;
  vertical-align: top;
  width: 18px;
}
@media (max-width: 424px) {
  .nav-badge--ulapp i {
    display: none;
  }
}

.nav-badge--ulapp .app_text {
  display: none;
}
.nav-badge--ulapp .app_text_m {
  display: inline-block;
}
@media (min-width: 521px) {
  .nav-badge--ulapp .app_text {
    display: inline-block;
  }
  .nav-badge--ulapp .app_text_m {
    display: none;
  }
}

/* channel list */
#header .navbar-nav {
  margin: auto;
  display: none;
}
@media (min-width: 992px) {
  #header .navbar-nav {
    display: block;
  }
}

#header .channel-indicator {
  align-self: center;
}

#header .all-channels {
  display: flex;
}

#header .channel {
  width: 75px;
  text-align: center;
  border-left: 1px solid var(--subtle-color);
}

/* missing ezone style in global */
.navbar-nav .ezone a:link,
.navbar-nav .ezone a:active,
.navbar-nav .ezone a:visited {
  color: #f39801 !important;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav .ezone a:hover {
  color: #f39801 !important;
  font-weight: 800;
  text-decoration: none;
}

/* user-info */
.user-info-panel {
  display: block;
  margin: 0;
  cursor: pointer;
}

.user-info-panel img {
  height: 40px;
  width: 40px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .user-info-panel img {
    height: 25px;
    width: 25px;
  }
}

.user-info-panel ~ .popover {
  max-width: 100%;
}

.user-info-panel ~ .popover > .popover-title {
  background-color: #757575;
  color: #ffffff;
  text-align: center;
  font-size: 17px;
  padding: 10px 0;
}
/* #endregion */

/* #region slider */
.with--sidebar {
  overflow: hidden;
}

.with--sidebar #slider {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  transition: left 0.2s ease-in-out;
}

#slider {
  height: 100%;
  left: -575px;
  position: fixed;
  transition: left 0.2s ease-in-out;
  width: 100%;
}
@media (min-width: 576px) {
  #slider {
    width: 420px;
  }
}

#slider .sections {
  width: 100%;
  background-color: #e8e8e8;
  overflow-x: hidden;
  overflow-y: auto;
  height: 95%;
}

#slider ul {
  margin: 0;
  padding: 10px 14px;
}

#slider li i {
  display: none;
  height: 25px;
  width: 25px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 10px;
}

/* slider channel */
#slider .channel-section {
  padding: 20px 0;
}

#slider .channel-section .community {
  display: block !important;
}

#slider .channel-section [title~="Community"] {
  color: #00c991;
}
#slider .channel-section [title~="HK"] {
  color: #197cbc;
}
#slider .channel-section [title~="Travel"] {
  color: #65b145;
}
#slider .channel-section [title~="Food"] {
  color: #ec9729;
}
#slider .channel-section [title~="Beauty"] {
  color: #df1b80;
}
#slider .channel-section [title~="Blog"] {
  color: #bfa780;
}
#slider .channel-section [title~="Sky"] {
  color: #fcc800;
}
#slider .channel-section [title~="e-zone"] {
  color: #f39801;
}

#slider .channel-section a {
  padding-left: 14px;
  font-size: 32px;
  font-weight: 600;
  line-height: 56px;
  text-decoration: none;
  height: 56px;
}

/* slider content */
#slider .content-section a {
  font-size: 16px;
  font-weight: 600;
  color: #353b41;
  height: 49px;
  line-height: 49px;
}

/* slider other */
#slider .other-section {
  padding-bottom: 12px;
}

#slider .other-section a {
  font-size: 16px;
  font-weight: 400;
  color: #4e45a3;
  height: 30px;
  line-height: 30px;
}

/* slider promo */
#slider .promo-section {
  background: #fff;
}

#slider .section-header .section__title h2 {
  font-size: 16px;
  font-weight: 400;
  height: 30px;
  line-height: 30px;
}

/* slider footer */
#slider .footer-section {
  background-color: #bababa;
  padding: 20px 14px 40px 14px;
}

#slider .footer-section .row {
  margin: 0;
}

#slider .footer-section span {
  color: #353b41;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
}

#slider .footer-section .button {
  display: inline-block;
  text-align: left;
  padding: 10px 10px 10px 0;
}

#slider .footer-section a {
  height: auto;
  display: inline-block;
  line-height: inherit;
}

#slider .footer-section .button i {
  font-size: 24px;
  color: #212529;
  background-color: #fff;
  border-radius: 3px;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  border-radius: 50%;
  padding: 8px;
  text-align: center;
}

#slider .footer-section .apps-download a {
  padding: 10px 10px 10px 0;
}

#slider .footer-section .apps-download img {
  width: auto;
  max-height: 30px;
  padding: 0 1px;
}
/* #endregion slider */

/* #region promo section */
.hot-tags .section__more {
  display: none;
}

.section.foot .fb-page-wrapper {
  padding: 0 15px;
}

.site-content .tag-list {
  padding: 0 1.5rem;
}
@media (min-width: 992px) {
  .site-content .tag-list {
    padding: 0;
  }
}
/* #endregion */

/* #region UL Footer */
.ul-footer {
  background-color: rgb(182 237 220);
}
.ul-footer > .container {
  padding: 20px 0;
}
.footer-channel > div {
  width: 60%;
  padding-left: 10px;
  padding-right: 10px;
}
.footer-channel .footer-header {
  color: #608475;
  font-weight: 500;
  border-bottom: rgba(255, 255, 255, 0.4) 4px solid;
  font-size: 22px;
  justify-content: center;
}
.ul-footer .button {
  display: inline-block;
  width: 25%;
  text-align: center;
  padding: 5px;
}
@media (min-width: 992px) {
  .ul-footer .button a {
    transition: all 0.1s ease-out;
  }
  .footer-channel .button i {
    transition: all 0.1s ease-out;
  }
}
.ul-footer .button i {
  font-size: 30px;
  padding: 5px 10px;
  color: #fff;
  background-color: #00c991;
  border-radius: 3px;
  margin: 10px 5px 0 0;
  display: inline-block;
  width: 100%;
}
.ul-footer .apps-download {
  text-align: center;
  padding: 10px;
}
.ul-footer .apps-download img {
  width: auto;
  max-height: 40px;
  padding: 0 5px;
}
@media (max-width: 991px) {
  .footer-channel > div {
    width: 90%;
  }
}
@media (max-width: 480px) {
  .footer-channel > div {
    width: 95%;
  }
  .footer-channel > div.footer-social {
    padding-left: 3px;
    padding-right: 3px;
  }
  .ul-footer .button {
    padding: 2px;
  }
}

.footer-channel .footer-link {
  padding: 20px 10px 10px;
}
.footer-channel .footer-link a {
  font-size: 14px;
  font-weight: 400;
  color: #608475;
}
/* #endregion -- UL Footer */

/* #region User Profile Page */
.theme-community-bg {
  background-color: rgba(255, 255, 255, 1);
}

.theme-community-bg .hero-image-user {
  height: 50%;
  background-position-x: center;
  background-position-y: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 240px;
  background-clip: padding-box;
  max-width: 1920px;
  margin: auto;
}
@media (min-width: 1440px) {
  .theme-community-bg .hero-image-user {
    min-height: 330px;
  }
}
@media (min-width: 1920px) {
  .theme-community-bg .hero-image-user {
    min-height: 420px;
  }
}

section .user-desc,
section .personal-map {
  border-bottom: 1px solid #dfdfdf;
}

section .user-desc p {
  margin-bottom: 2rem;
  line-height: 2.4rem;
  letter-spacing: 0.048rem;
  font-size: 16px;
  font-weight: 400;
  color: #6b6b6b;
}

section .personal-map h3 {
  font-size: 18px;
  line-height: 28px;
  color: #5a5a5a;
  padding: 18px 0 5px;
}

section .personal-map-name {
  color: #00c991;
}

section .personal-map-img {
  width: fit-content;
}

section .personal-map-img img {
  height: auto;
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 8px;
}

.article-wrapper .container > .section-title {
  padding: 20px 30px 20px 0;
}

.profile-detail-content {
  text-align: left;
  position: relative;
  z-index: 1;
  margin-top: -240px;
}

.profile-detail-content .author-box {
  margin: 0 16px;
  font-size: 18px;
  color: #979797;
  width: auto;
}

.profile-detail-content .other-info {
  position: relative;
  margin-top: 20px;
  margin-left: auto;
  margin-bottom: 22px;
}

.profile-detail-content .other-info .dropdown-menu {
  background-color: #fff;
  margin-top: 5px;
  right: 0;
  left: auto;
  box-shadow: none;
  border: 0;
  text-align: center;
  padding: 5px;
  filter: drop-shadow(2px 1px 4px rgba(51, 51, 51, 0.2));
  border-radius: 8px;
  min-width: 120px;
}

.profile-share.open .share-options {
  display: flex;
  align-items: center;
}

.profile-share.open .dropdown-item {
  display: block;
  width: 100%;
  padding: 0 5px;
  clear: both;
  font-weight: 400;
  line-height: 24px;
  color: #333;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  min-width: auto;
}

.profile-share.open .profile-share-btn {
  width: 22px;
}

.profile-detail-content .other-info .follow-author {
  margin-right: 10px;
}
@media (max-width: 991px) {
  .profile-detail-content .other-info .follow-author {
    margin-bottom: 3px;
  }
}

.icon.user-followed {
  background-image: url(/res/images/community/icons/icn-followed.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20px;
  height: 18px;
  float: left;
  margin-right: 5px;
  margin-top: 2px;
}

#community-detail .follow-author .icon {
  width: 14px;
  height: 14px;
  background-image: url(/res/images/community/icons/icn-follow.svg);
  background-repeat: no-repeat;
  margin-top: 0px;
  margin-right: 0px;
}

#community-detail .follow-author .icon.user-followed {
  width: 14px;
  height: 14px;
  background-image: url(/res/images/community/icons/icn-followed.svg);
  background-repeat: no-repeat;
  margin-top: 0px;
  margin-right: 0px;
}

.other-info .follow-author button.followed {
  width: auto;
  font-size: 18px;
  font-weight: 500;
  color: #999;
  border: none;
  background-color: rgba(0, 0, 0, 0);
}

#community-detail .other-info .follow-author button {
  gap: 4px;
}
@media (max-width: 575px) {
  #community-detail .other-info .follow-author button {
    width: 100%;
  }
}

#community-detail .other-info .follow-author button.followed {
  color: #979797;
}

@media (max-width: 991px) {
  .profile-detail-content .other-info .follow-author button.followed {
    width: auto;
    min-width: 60px;
    height: auto;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
    border: 1px solid white;
    border-radius: 100px;
  }
}

.follow-author.followed.desktop {
  display: none;
}
.follow-author.followed.mobile {
  display: block;
}

.profile-detail-content .other-info button {
  width: 60px;
  font-size: 14px;
}
@media (min-width: 992px) {
  .profile-detail-content .other-info button {
    width: 90px;
    height: 34px;
    font-size: 20px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 480px) {
  .profile-detail-content .other-info button {
    height: 24px;
    line-height: initial;
    padding-left: 0;
    padding-right: 0;
  }
}

.profile-detail-content .other-info .btn-group button {
  background-color: #fff;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  filter: drop-shadow(2px 1px 4px rgba(51, 51, 51, 0.2));
  padding: 1px 2px;
}

.other-info .btn-group a {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid rgba(51, 51, 51, 0.15);
  width: auto;
  min-width: 80px;
  padding: 4px 15px;
  border-radius: 3px;
  white-space: nowrap;
  text-align: center;
  padding: 8px 8px 8px 8px;
  font-size: 16px;
  border: none;
  margin: 0;
}

.other-info .btn-group button img {
  margin: auto;
  width: 14px;
  height: 18px;
}

.profile-detail-content .author-pic {
  display: block;
  border-radius: 100%;
  position: absolute;
  min-width: 88px;
  min-height: 88px;
  max-width: 88px;
  max-height: 88px;
  margin: 0;
  padding: 0;
  top: 68px;
  right: 16px;
  overflow: unset;
}

.profile-detail-content .author-pic-wrapper {
  display: block;
  position: relative;
  min-width: 88px;
  min-height: 88px;
  max-width: 88px;
  max-height: 88px;
  overflow: hidden;
  border-radius: 100%;
}

.profile-detail-content .author-pic .author-pic-img {
  display: block;
  width: 88px;
  height: 88px;
  display: block;
  object-fit: cover;
}

.profile-detail-content .author-pic .author-pic-badge {
  position: absolute;
  display: block;
  bottom: 0;
  right: 5px;
  width: 26px;
  height: auto;
  -webkit-filter: drop-shadow(2px 1px 4px rgba(51, 51, 51, 0.2));
  filter: drop-shadow(2px 1px 4px rgba(51, 51, 51, 0.2));
}
@media (min-width: 768px) {
  .profile-detail-content .author-pic .author-pic-badge {
    width: 32px;
  }
}
@media (min-width: 992px) {
  .profile-detail-content .author-pic .author-pic-badge {
    width: 40px;
  }
}

.profile-detail-content .author-pic button#popUp-open-app {
  background: 0;
  border: 0;
  width: 100%;
  height: 160px;
  padding: 0;
}
@media (max-width: 480px) {
  .profile-detail-content .author-pic button#popUp-open-app {
    height: 40px;
  }
}

.profile-detail-content .author-box .author-info {
  margin-left: 0;
  width: fit-content;
}
@media (max-width: 991px) {
  .profile-detail-content .author-box .author-info {
    margin-bottom: 36px;
    min-height: 100px;
  }
}

.profile-detail-content .author-info div {
  height: unset;
}

.profile-detail-content .author-info-wrapper button {
  border: 0;
  background: 0;
  width: 100%;
  padding: 0;
  text-align: left;
}

.profile-detail-content .author-info-wrapper h3 {
  font-size: 26px;
  line-height: 36px;
  color: #fff;
  padding: 0 0 5px 0;
}

.profile-detail-content .author-info-wrapper .author-info-detail {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #ebebeb;
}

.author-info-detail span {
  margin-right: 10px;
}

.profile-detail-content .badge-info {
  margin-top: 8px;
}

.profile-detail-content .badge-info .badge-info-img {
  height: 33px;
  padding-right: 4px;
  -webkit-filter: drop-shadow(2px 1px 4px rgba(51, 51, 51, 0.2));
  filter: drop-shadow(2px 1px 4px rgba(51, 51, 51, 0.2));
}

.profile-detail-content .badge-info .num-badge-btn {
  color: #333330;
  line-height: 28px;
  font-weight: 500;
  background-color: #fff;
  border-radius: 100%;
  border: 0;
  margin-left: 4px;
  width: 33px;
  height: 33px;
  -webkit-filter: drop-shadow(2px 1px 4px rgba(51, 51, 51, 0.2));
  filter: drop-shadow(2px 1px 4px rgba(51, 51, 51, 0.2));
}

.profile-detail-content .badge-info .num-badge-btn div {
  margin-top: -2px;
}

/* #end -- User Profile Page */

/* card wrapper add video, like and comment */
.card-img-wrapper .card-like-comment,
.card-img-wrapper .card-video,
.card-img-wrapper .card-tag,
.card-img-wrapper .card-author {
  position: absolute;
  z-index: 2;
  text-shadow: 1px 1px 5px rgb(0 0 0 / 20%);
  font-size: 15px;
  font-weight: normal;
  line-height: 30px;
  color: #fff;
  width: auto;
}

.card-img-wrapper .card-like-comment {
  top: 0;
  right: 0;
  margin: 10px 10px 20px;
}

.card-img-wrapper .card-video {
  top: 0;
  left: 0;
  margin: 10px 10px 20px;
}

.card-like-comment div > i {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 2px;
  margin-top: 4px;
  float: left;
  background-size: 100%;
}

.card-video div > i {
  display: inline-block;
  width: 27px;
  height: 27px;
  float: left;
  background-size: 100%;
}
.card-like {
  padding-right: 10px;
}
.icon.index-like {
  background-image: url(/res/images/community/icons/icn-index-like.svg);
  background-repeat: no-repeat;
}
.icon.index-like.index-like__gray {
  background-image: url(/res/images/community/icons/icn-index-like-gray.svg);
}
.icon.index-comment {
  background-image: url(/res/images/community/icons/icn-index-comment.svg);
  background-repeat: no-repeat;
}
.icon.index-video {
  background-image: url(/res/images/community/icons/icn-index-video.svg);
  background-repeat: no-repeat;
}
.icon.index-like.liked-filled {
  background-image: url(/res/images/community/icons/icn-heart-filled.svg);
  background-repeat: no-repeat;
}
.card-img-wrapper .card-tag i {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  margin-top: 4px;
  float: left;
  background-color: white;
  -webkit-mask: url(/res/images/community/icons/icn-index-community.svg)
    no-repeat 100% 100%;
  mask: url(/res/images/community/icons/icn-index-community.svg) no-repeat 100%
    100%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-image: unset;
}

.card-img-wrapper .tag-card,
.card-img-wrapper .author-card {
  display: flex;
  gap: 4px;
  align-items: center;
  color: #fff;
  pointer-events: auto;
}
.card-img-wrapper .author-pic {
  padding-right: 3px;
}
.card-img-wrapper .author-pic img {
  width: 25px;
  height: 25px;
  -webkit-filter: drop-shadow(4px 2px 4px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(4px 2px 4px rgba(0, 0, 0, 0.1));
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border: 1px solid #ffffff;
  border-radius: 100px;
  margin: 0 auto;
  object-fit: cover;
}
.post-user-profile .article-wrapper .container > .section-title,
.post-user-profile .article-wrapper .container.list-header {
  padding-bottom: 0;
}
.post-user-profile .article-wrapper .container > .section-title {
  padding-top: 20px;
}

@media (max-width: 991px) {
  .post-user-profile .article-wrapper .container.list-header {
    position: relative;
    margin-top: -20px;
    background-color: white;
    padding: 20px 35px 0 35px;
  }
  .post-user-profile .article-wrapper .section-title .section-name__text {
    font-size: 24px !important;
  }
  .card-img-wrapper .card-tag,
  .card-img-wrapper .card-author {
    padding: 20px 10px 10px;
  }
}

@media (max-width: 576px) {
  .post-user-profile .article-wrapper .container {
    padding: 15px 25px 20px;
  }
}

@media (max-width: 575px) {
  .card-like-comment div > i {
    margin-top: 2px;
  }
  .card-img-wrapper .card-like-comment {
    font-size: 12px;
  }
  .post-user-profile .article-wrapper .container.list-header {
    padding: 20px 16px 0 16px;
  }
}

@media (max-width: 425px) {
  .post-user-profile .card-img-wrapper .card-tag,
  .post-user-profile .card-img-wrapper .card-author {
    font-size: 14px;
  }
}

@media (min-width: 576px) {
  .card-img-wrapper .card-like-comment {
    margin: 10px 10px 20px;
  }
  .card-img-wrapper .card-video {
    margin: 10px 10px 20px;
  }
  .card-video div > i {
    width: 32px;
    height: 32px;
  }
  .card-img-wrapper .author-pic img {
    width: 30px;
    height: 30px;
  }
  .profile-detail-content .author-pic {
    min-width: 100px;
    min-height: 100px;
    max-width: 100px;
    max-height: 100px;
  }
  .profile-detail-content .author-pic-wrapper {
    min-width: 100px;
    min-height: 100px;
    max-width: 100px;
    max-height: 100px;
  }
  .profile-detail-content .author-pic .author-pic-img {
    width: 100px;
    height: 100px;
  }
}

@media (min-width: 768px) {
  .profile-detail-content .author-pic {
    min-width: 120px;
    min-height: 120px;
    max-width: 120px;
    max-height: 120px;
  }
  .profile-detail-content .author-pic-wrapper {
    min-width: 120px;
    min-height: 120px;
    max-width: 120px;
    max-height: 120px;
  }
  .profile-detail-content .author-pic .author-pic-img {
    width: 120px;
    height: 120px;
  }
  .profile-detail-content .author-pic .author-pic-badge {
    width: 32px;
  }
  .profile-share.open .profile-share-btn {
    width: 27px;
  }
  .profile-share.open .dropdown-item {
    padding: 0 8px;
  }
  .profile-detail-content .other-info .dropdown-menu {
    min-width: 160px;
    padding: 8px;
    margin-top: 8px;
  }
}

@media (min-width: 992px) {
  .profile-detail-content {
    margin-top: 0;
  }
  .profile-detail-content .author-pic {
    top: -80px;
    right: unset;
  }
  .card-img-wrapper .card-like-comment {
    margin: 15px 15px 20px;
  }
  .card-img-wrapper .card-video {
    margin: 15px 15px 20px;
  }
  .card-img-wrapper .author-pic {
    padding-right: 8px;
  }
  .post-user-profile .article-wrapper .container > .section-title {
    padding-top: 30px;
  }
  .profile-detail-content .other-info .btn-group button {
    width: 34px;
    height: 34px;
  }
  .other-info .btn-group button img {
    width: 18px;
    height: 24px;
  }
  .profile-detail-content .author-box {
    margin: 0 30px;
  }
  .profile-detail-content .author-pic {
    min-width: 160px;
    min-height: 160px;
    max-width: 160px;
    max-height: 160px;
  }
  .profile-detail-content .author-pic-wrapper {
    min-width: 160px;
    min-height: 160px;
    max-width: 160px;
    max-height: 160px;
  }
  .profile-detail-content .author-pic .author-pic-img {
    width: 160px;
    height: 160px;
  }
  .profile-detail-content .author-info-wrapper h3 {
    font-size: 28px;
    color: #5a5a5a;
    padding: 10px 0;
  }
  .profile-detail-content .author-info-wrapper .author-info-detail {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #999;
  }
  .profile-detail-content .badge-info {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .profile-detail-content .badge-info .badge-info-img {
    height: 40px;
    padding-right: 5px;
  }
  .profile-detail-content .badge-info .num-badge-btn {
    line-height: 28px;
    font-weight: 500;
    margin-left: 5px;
    width: 38px;
    height: 38px;
  }
  .profile-detail-content .badge-info .num-badge-btn div {
    margin-top: -2px;
  }
  .profile-detail-content .other-info {
    margin-bottom: 26px;
  }
  section .personal-map-img img {
    width: auto;
    height: 100px;
  }
  section .user-desc p {
    font-size: 20px;
    line-height: 3rem;
  }
  section .personal-map h3 {
    font-size: 22px;
    line-height: 32px;
    padding: 18px 0 10px;
  }
  .follow-author.followed.mobile {
    display: none;
  }
  .follow-author.followed.desktop {
    display: block;
  }
}

/* #endregion -- card wrapper add video, like and comment */

/* #region Detail page add like and comment */
.detail-content .card-like-comment {
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  color: #525252;
  width: auto;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .detail-content .card-like-comment {
    font-size: 14px;
    line-height: 24px;
  }
}

.detail-content .card-like-comment div > i {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 4px;
  margin-top: 0;
  background-size: 100%;
}
@media (max-width: 480px) {
  .detail-content .card-like-comment div > i {
    width: 24px;
    height: 24px;
  }
}

.icon.detail-like {
  background-image: url(/res/images/community/icons/icn-detail-like.svg);
  background-repeat: no-repeat;
}
.icon.detail-comment {
  background-image: url(/res/images/community/icons/icn-detail-comment.svg);
  background-repeat: no-repeat;
}

/* #endregion -- Detail page add like and comment */

/* #region category-model */
#category-modal.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  top: 0;
  left: 0;
  /* z-index: 99; Sit on top, don't mess up with bootstrap modal */
  padding-top: 100px; /* Location of the box */
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  /* background-color: rgb(0, 0, 0); Fallback color, don't mess up with bootstrap modal */
  /* background-color: rgba(0, 0, 0, 0.4); Black w/ opacity, don't mess up with bootstrap modal */
}
@media (max-width: 724px) {
  #category-modal.modal {
    padding-left: 20px !important; /* override default modal open style */
    padding-right: 20px;
  }
}
@media (max-width: 480px) {
  #category-modal.modal {
    padding-left: 0 !important; /* override default modal open style */
    padding-right: 0;
  }
}

#category-modal.modal.active {
  display: block;
  top: 50%;
}

@keyframes slideDown {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes slideUp {
  0% {
    transform: translateY(50%);
  }
  100% {
    transform: translateY(0);
  }
}

#category-modal .modal-header {
  border-bottom: 1px solid #bcbcbc;
}
#category-modal .modal-header h3 {
  font-size: 24px;
  line-height: 29px;
  color: #5a5a5a;
  text-align: center;
}

#category-modal .modal-content {
  margin: auto;
  padding: 0;
  border: 0;
  box-shadow: none;
  display: block;
  border-radius: 15px;
  border: 0px;
  min-width: 0px;
  min-height: 0px;
  background-image: none;
  background-color: #f2fdff;
  overflow: visible;
  overflow-y: hidden;
  width: 724px;
  height: auto;
  max-width: 724px;
  position: relative;
  z-index: 6000010;
  transition: all 5s ease-in-out;
  animation: slideDown 0.5s;
}
@media (max-width: 724px) {
  #category-modal .modal-content {
    max-height: initial;
  }
}
@media (max-width: 480px) {
  #category-modal .modal-content {
    width: 100%;
    height: 100%;
  }
}
#category-modal.post-detail .modal-content {
  margin-bottom: 50px;
}

#category-modal .modal-content img {
  width: 100%;
}

#category-modal .modal-content .close {
  color: #979797;
  float: right;
  font-size: 32px;
  font-weight: 400;
  position: absolute;
  top: 8px;
  right: 10px;
  padding: 4px;
  background-color: transparent;
  border-radius: 100%;
  opacity: 1;
  transition: all 200ms;
}
#category-modal .modal-content .close:hover,
#category-modal .modal-content .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#category-modal .modal-content .wide-ratio img {
  width: 96px;
  height: 96px;
  border: 4px solid #fff;
  margin: 0 18px 10px;
  object-fit: cover;
}

#category-modal .modal-body {
  height: 76vh;
  min-height: 70px;
  overflow-y: auto;
}
@media (max-width: 724px) {
  #category-modal .modal-body {
    height: 80vh;
    max-height: initial;
  }
}

#category-modal .modal-body #category-list-loader {
  width: auto;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 45%;
}

#category-modal .pageMainNav {
  margin: 15px 0 0;
}

#category-modal .pageMainNav > .row {
  margin: 15px 17px;
}
#category-modal .pageMainNav .category > .row > .col-category {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
#category-modal .pageMainNav-card img.sub-icon {
  width: 47px;
  left: 0;
  top: 0;
}
#category-modal .pageMainNav .pageMainNav-card a {
  font-size: 21px;
  margin-bottom: 15px;
  overflow-wrap: anywhere;
}

@media (max-width: 991px) {
  #category-modal .pageMainNav .pageMainNav-card a {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  #category-modal .modal-content .wide-ratio img {
    width: 82px;
    height: 82px;
    margin: 0 13px 10px;
  }
}

@media (max-width: 724px) {
  #category-modal .modal-content {
    width: 100%;
    height: 100%;
    animation: slideUp 0.3s;
  }
}

@media (max-width: 655px) {
  #category-modal .pageMainNav .category > .row > .col-category {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 0;
  }
}

@media (max-width: 575px) {
  #category-modal .pageMainNav .pageMainNav-card a {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  #category-modal .modal-header {
    padding: 12px;
  }
  #category-modal .modal-header h3 {
    font-size: 18px;
    line-height: 25px;
  }
  #category-modal .close {
    font-size: 28px;
    top: 6px;
  }
  #category-modal .pageMainNav > .row {
    margin: 5px;
  }
  #category-modal .pageMainNav-card img.sub-icon {
    width: 40px;
  }
  #category-modal .modal-content .wide-ratio img {
    width: 72px;
    height: 72px;
    margin: 0 10px 10px;
    border: 3px solid #fff;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.1));
  }
  #category-modal .pageMainNav .pageMainNav-card a {
    margin-bottom: 10px;
  }
}

@media (max-width: 425px) {
  #category-modal .pageMainNav-card img.sub-icon {
    width: 36px;
  }
  #category-modal .modal-content .wide-ratio img {
    width: 64px;
    height: 64px;
    margin: 0 8px 10px;
  }
  #category-modal .pageMainNav .pageMainNav-card a {
    font-size: 14px;
  }
}

.modal-backdrop.show {
  opacity: 0.4;
}
/* #endregion category-model */

/* #region detail footer */
.stick-share {
  background-color: #e5edf7;
  position: fixed;
  bottom: 0;
  transition: bottom 0.2s ease-in-out;
  width: 100%;
  z-index: 19; /* over cookie div for buttons */
  transform: translateX(-50%);
  left: 50%;
}

.stick-share .share {
  position: relative;
  overflow: hidden;
  height: 50px;
}

.stick-share .share-section {
  display: inline;
  position: absolute;
  overflow: hidden;
  width: 100%;
  bottom: 0;
  height: 50px;
}

.stick-share .share-section .left {
  float: left;
}
.stick-share .share-section div {
  display: inline-block;
  text-align: center;
  font-size: 18px;
}

.share-section .label {
  color: #666666;
  padding: 16px 0 16px 16px;
}
#bookmark-btn,
#bookmarked-btn,
.clipboard-btn,
.fb-btn,
.tg-btn,
.share-btn,
.share-open,
.what-btn {
  width: 30px;
  margin: 13px 10px;
  font-size: 14px;
}

.stick-share button {
  background: 0 0;
  border: none;
  color: #f5df63;
  font-weight: 500;
  padding: 0;
  line-height: 18px;
}
.icon.double-right {
  background: url(../images/global/angle-double-right-solid.svg) no-repeat;
  width: 20px;
  height: 19px;
  display: inline-block;
  margin-bottom: -3px;
  margin-right: 15px;
  -webkit-filter: invert(99%) sepia(11%) saturate(86%) hue-rotate(233deg)
    brightness(113%) contrast(100%);
  filter: invert(99%) sepia(11%) saturate(86%) hue-rotate(233deg)
    brightness(113%) contrast(100%);
}
.stick-share .share-section .cell span:before {
  content: "";
  border-left: 1px solid #fff;
  position: absolute;
  height: 36px;
  top: 7px;
  right: 160px;
}
.next-article .next-title {
  color: #fff;
}
.stick-share .share-section div .cell,
.stick-share .share-section div.bookmark-button,
.stick-share .share-section div.clipboard-share-button,
.stick-share .share-section div.fb-share-button,
.stick-share .share-section div.telegram-share-button,
.stick-share .share-section div.whatsapp-share-button {
  width: 20%;
}
.stick-share .share-section .inner-div {
  background-color: transparent;
}
.stick-share .share img {
  display: inline-block;
  width: 25px;
}

img {
  vertical-align: middle;
  border-style: none;
}

.static .next-article button {
  border-radius: 20px;
  color: #fff;
  border: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  padding: 7px 15px;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #00c991;
  margin: 9px 10px;
}
.static .next-article button.last-post {
  background-color: #cccccc;
  cursor: auto;
}

.icon.next-article-icon {
  display: inline-block;
  width: 11px;
  height: 12px;
  background-image: url(../../images/community/icons/btn-next.svg);
  background-repeat: no-repeat;
}
.next-article.right {
  float: right;
}
@media (max-width: 767px) and (min-width: 601px) {
  .static .next-article {
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  .static .next-article .next-title {
    padding-left: 7px;
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .static .next-article .next-title {
    padding-left: 7px;
    padding-right: 5px;
  }
}
@media (max-width: 425px) {
  .static .next-article .next-title {
    padding-left: 2px;
    padding-right: 5px;
  }
  .static .next-article button {
    padding: 7px 6px;
  }
}
@media (max-width: 600px) and (min-width: 576px) {
  .static .next-article .next-title {
    display: inline !important;
  }
}
@media (max-width: 575px) and (min-width: 355px) {
  .stick-share .share-section .inner-div.static {
    width: 60% !important;
    float: left;
  }
}
@media (max-width: 425px) and (min-width: 321px) {
  .stick-share .share-section .inner-div {
    text-align: left;
    margin-left: 8px;
  }
}
@media (max-width: 354px) and (min-width: 321px) {
  .stick-share .share-section .inner-div.static {
    width: 54% !important;
  }
  .stick-share .share-section .cell span:before {
    right: 158px;
  }
}
@media only screen and (max-width: 320px) {
  .toggle.inner-div.static {
    width: 170px;
    text-align: left !important;
  }
  .icon.double-right {
    margin-right: 10px;
  }
  .stick-share .share-section .cell span:before {
    right: 150px;
  }
}
#next {
  border: none !important;
}
#next:not(.last-post):hover {
  opacity: 0.9;
}

@media only screen and (min-width: 1200px) {
  .stick-share .inner-block {
    width: 1220px;
    margin: auto;
  }
  .next-article {
    float: right;
  }
}

@media (min-width: 992px) {
  .stick-share .share {
    width: 100%;
  }
}

.op-container {
  position: relative;
  top: 5px;
  z-index: 17;
}
.op-container.mobile-display {
  display: none;
}
@media (max-width: 1024px) {
  .op-container.mobile-display {
    display: block;
  }
}

.op-container .opLink-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00c991;
  padding: 5px 6px 5px 18px;
  border-radius: 80px;
  text-align: center;
  z-index: 2;
  position: relative;
}
.op-container.creator-insight-ep .opLink-group {
  padding: 0;
}

.op-container .opLink-group .button-group {
  padding-right: 15px;
  display: flex;
  width: auto;
}
.op-container .opLink-group .button-group a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.op-container .opLink-group .button-group img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.op-container.creator-insight-ep .opLink-group .button-group {
  padding-right: 0;
}
.op-container.creator-insight-ep .opLink-group .button-group a {
  padding: 6.5px 20px 7.5px;
}
.op-container.creator-insight-ep .opLink-group .button-group img {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-right: 8px;
}
.op-container.creator-insight-ep .opLink-group .button-group span {
  font-size: 15px;
  font-weight: 400;
}
/* #endregion detail footer */

/* new style from 20240215 */
.nav-badge button {
  border-radius: 20px;
  color: #fff;
  border: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  padding: 5px 20px;
  vertical-align: top;
  white-space: nowrap;
}
.nav-badge--community-post button {
  background-color: #00c991;
  background: linear-gradient(
    125deg,
    rgba(80, 182, 198, 1) 0%,
    rgba(2, 202, 148, 1) 100%
  );
  -webkit-box-shadow: 3px 3px 8px 0px rgb(155 155 155 / 25%);
  box-shadow: 3px 3px 8px 0px rgb(155 155 155 / 25%);
}

.nav-badge--community-post button span {
  padding-right: 8px;
}

.pageMainNav-card .card-header .more a {
  font-size: 16px;
  color: #fff;
  line-height: 32px;
  position: absolute;
  /* top: calc(100% - 30px); */
  top: calc(100% - 126px);
  width: 82px;
  height: 32px;
  border-radius: 100px;
  background-color: #00c991;
}

@media (min-width: 1800px) {
  .theme-community-bg #hero-image {
    min-height: 400px;
  }
}

.pageMainNav-card .more a > span {
  /* padding-right: 3px; */
  padding-right: 0;
}

.pageMainNav-card .more a.collapsed[aria-expanded="true"] i.fa-rotate-90 {
  display: inline-block;
}

.pageMainNav-card .more a.collapsed[aria-expanded="true"] i.fa-rotate-270,
.pageMainNav-card .more a[aria-expanded="false"] i.fa-rotate-270 {
  display: none;
}
.pageMainNav-card .more a[aria-expanded="true"] i.fa-rotate-90 {
  display: none;
}

@media (max-width: 1200px) {
  .pageMainNav-card img.sub-icon {
    /* left: -8px; 
		width: 48px; */
    left: 0;
    width: 30px;
  }
}

@media (max-width: 899px) {
  .pageMainNav-card img.sub-icon {
    left: -20px;
    width: 54px;
    left: 0;
    width: 30px;
  }
}

@media (max-width: 575px) {
  .pageMainNav-card img.sub-icon {
    width: 48px;
  }
  .pageMainNav-card .more a > span {
    /* display: none; */
  }
  .pageMainNav-card .card-header .more a {
    position: unset;
    display: block;
    width: 32px;
  }
}

@media (max-width: 480px) {
  .pageMainNav-card .card-header .more {
    right: 38px;
  }
  .pageMainNav-card .card-header .more a {
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 400px) {
  .pageMainNav-card img.sub-icon {
    width: 42px;
  }
}

@media (min-width: 992px) {
  .pageMainNav-card .card-header .more a:hover {
    opacity: 0.9;
  }
}

.article-wrapper .section-title div:last-child {
  float: right;
  margin-bottom: -3px;
}
.article-wrapper .section-title .section-more {
  position: relative;
  z-index: 1;
}
@media (max-width: 576px) {
  .article-wrapper .section-title .section-more {
    margin-right: -15px;
  }
}

.article-wrapper .section-title .section-more a {
  display: block;
  padding: 4px 18px 5px 22px;
  color: #608475;
  font-size: 16px;
  font-weight: 400;
  opacity: 1;
}
.article-wrapper .section-title .section-more a:hover {
  opacity: 0.7;
}
.article-wrapper .section-title .section-more:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg);
  z-index: -1;
  background: rgba(211, 246, 235, 1);
  border-radius: 12px 0 12px 0;
}
.article-wrapper .section-title .section-more i.fa-lg {
  vertical-align: -5%;
}
.detail-wrapper .container {
  padding-right: 0px;
  padding-left: 0px;
}

.detail-wrapper .page-left {
  border-radius: 15px;
  background-color: transparent;
}

.author-pic button#popUp-open-app {
  background: 0;
  border: 0;
  width: 100%;
  height: 88px;
  padding: 0;
}
.author-box .author-name button#popUp-open-app {
  background: 0;
  border: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  color: #5a5a5a;
}

@media (max-width: 991px) {
  .page-left {
    margin-bottom: 20px;
  }
  .detail-wrapper .page-right {
    display: none;
  }
}

@media (max-width: 576px) {
  .detail-wrapper .page-left {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media (max-width: 425px) {
  .detail-wrapper .page-left {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media (min-width: 992px) {
  .detail-wrapper .page-left {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 1170px) {
  .detail-wrapper .page-left {
    padding-right: 10px;
    padding-left: 10px;
  }
}

#community-detail section .detail-content.detail-content-last {
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 0px;
  padding-right: 0px;
  border-bottom: none;
}

.author-box {
  font-size: 16px;
}

.author-box .rating-info .publish-location-wrapper {
  margin-right: 10px;
}

.author-box .publish-info span.publish-time {
  margin-left: 10px;
}

.icon.follow {
  width: 14px;
  height: 14px;
  background-image: url(../../images/community/icons/icn-follow.svg);
  background-repeat: no-repeat;
  margin-top: 0px;
  margin-right: 4px;
}

.detail-content-box.container {
  margin: 16px;
  width: calc(100% - 32px);
}
@media (max-width: 575px) {
  .detail-content-box.container {
    margin-top: 0;
  }
  .detail-carousel-box {
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
  .detail-content-carousel.owl-carousel .owl-dots {
    margin-top: 5px;
  }
}
@media (max-width: 480px) {
  .detail-carousel-box {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
    aspect-ratio: unset;
  }
}

.apponly-area {
  margin-bottom: 28px;
}

@media (max-width: 767px) {
  .other-info {
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media (max-width: 480px) {
  .author-pic button#popUp-open-app {
    height: 40px;
  }
  .author-info div {
    height: 22px;
  }
  .author-box {
    font-size: 14px;
    margin: 16px;
    width: calc(100% - 34px);
  }
  .author-box .author-name {
    font-size: 16px;
  }
  .icon.community-cat {
    width: 16px;
    height: 14px;
    margin-top: 2px;
  }
  .icon.location {
    margin-top: 4px;
  }
  .author-box .rating-info .publish-location {
    line-height: 24px;
    margin-top: 6px;
  }
  .other-info button {
    font-size: 14px;
    width: 60px;
    height: 24px;
    height: 22px;
    line-height: 22px;
    padding-inline-end: 0;
  }
  section .detail-content p {
    font-size: 15px;
    line-height: 2rem;
  }
  section .detail-content .content-title {
    font-size: 17px;
    margin-bottom: 5px;
  }
}

.article-wrapper .card .card-detail .card-info .author {
  padding-right: 12px;
}

.card-img-wrapper .card-author {
  font-size: 14px;
  padding: 10px;
}

.content-top {
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .content-top {
    margin-top: 5px;
    margin-bottom: 10px;
  }
}

.profile-detail-content .other-info .follow-author.followed div > i {
  display: inline-block;
  width: 20px;
  height: 18px;
  float: left;
  margin-right: 5px;
  background-size: 100%;
}

.other-info .follow-author.followed {
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
}

.other-info .follow-author.followed.mobile div {
  width: 60px;
  height: 24px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
  border: 1px solid white;
  border-radius: 100px;
}

.profile-detail-content .badge-info {
  margin-bottom: 36px;
}

@media (min-width: 992px) {
  .profile-share.open .profile-share-btn {
    width: 30px;
  }
  .profile-detail-content .other-info .dropdown-menu {
    padding: 10px;
    margin-top: 10px;
  }
}

@media (max-width: 991px) {
  .pageMainNav-card .card-header .more a {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  /* .pageMainNav-card .card-header .more {
		bottom: -10px;
	} */
  .pageMainNav-carousel .owl-stage-outer {
    padding-left: 30px;
  }
}

@media (max-width: 899px) {
  .pageMainNav-card img.sub-icon {
    left: -15px;
    left: 0;
  }
}

@media (max-width: 767px) {
  .pageMainNav-card img.sub-icon {
    width: 48px;
    width: 30px;
  }
}

@media (max-width: 575px) {
  .pageMainNav-card .card-header .more a {
    position: absolute;
    width: 84px;
    height: 32px;
  }
}

@media (max-width: 480px) {
  .pageMainNav-carousel .owl-stage-outer {
    padding-left: 10px;
  }
}

.other-info .followed-author button {
  width: 66px;
}
@media screen and (min-width: 481px) {
  .other-info .followed-author button {
    width: 84px;
  }
}

@media (max-width: 480px) {
  .breadcrumbs-theme {
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    color: #525252;
    width: auto;
  }
}

.detail-carousel-box .ul-video-wrapper {
  margin-bottom: 20px !important;
}

.card:hover > a img.sub-icon {
  width: 30px;
  transition: none;
  opacity: 1;
}
@media (max-width: 480px) {
  .card:hover > a img.sub-icon {
    width: 30px;
  }
}

.article-wrapper .section-desc {
  display: table;
  width: 100%;
  border-bottom: none;
  padding: 5px 30px 0;
}

.article-wrapper .section-desc h2 {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: normal;
}

@media (max-width: 576px) {
  .article-wrapper .section-desc {
    padding-left: 15px;
  }
}

@media (max-width: 480px) {
  .article-wrapper .section-desc {
    display: table;
    width: 100%;
    border-bottom: none;
    padding: 5px 5px 0;
  }

  .article-wrapper .section-desc h2 {
    font-size: 14px;
    font-weight: 400;
  }
}

/* #region style for creator insight campaign */
.op-container .opLink-group.creator-insight-ep {
  background: linear-gradient(
    125deg,
    rgba(80, 182, 198, 1) 0%,
    rgba(2, 202, 148, 1) 100%
  );
  box-shadow: 3px 3px 8px 0px rgb(155 155 155 / 25%);
  padding: 6.5px 20px 7.5px;
}

.op-container .opLink-group.creator-insight-ep .button-group {
  padding-right: 0;
}
.op-container .opLink-group.creator-insight-ep .button-group img {
  width: 20px;
  height: 20px;
  margin-top: 2px;
}

.op-container .opLink-group.creator-insight-ep .button-group a {
  font-size: 15px;
}

/* #endregion creator insight campaign */

/* #region detail bottom bar */
.stick-share .share {
  overflow: visible;
}
.stick-share .inner-block {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.stick-share .share {
  height: 54px;
}
.stick-share .bottom-bar-section-left {
  height: 54px;
  width: 48%;
}
.stick-share .bottom-bar-section-left > div {
  margin-right: 20px;
}
.stick-share .share .share-section {
  width: 52%;
  height: 54px;
  right: 0;
  margin-right: 0;
}
.share-section .label {
  padding: 16px 0;
}
.stick-share .share-section div {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #333;
  text-align: left;
}
.share .like-section {
  font-size: 14px;
  font-weight: 400;
  color: #333;
}
.share .like-section .stick-share-like {
  display: inline-block;
  width: 24px;
  margin: 4px;
  filter: invert(16%) sepia(19%) saturate(17%) hue-rotate(315deg) brightness(0)
    contrast(93%);
}
.share .cm-section {
  width: -webkit-fill-available;
  background-color: #eff4fa;
  border-radius: 19px;
}
.share .cm-section .comment {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  color: #a2a2a2;
  padding: 8px 12px;
  white-space: nowrap;
}
.share .bookmark-section {
  margin-left: auto;
}
.share .bookmark-section .stick-share-bookmark {
  display: inline-block;
  width: 18px;
  margin: 4px;
  filter: invert(16%) sepia(19%) saturate(17%) hue-rotate(315deg) brightness(0)
    contrast(93%);
}
.stick-share .share .share-section button img {
  width: 20px;
}
.stick-share .share .share-section button#clipboard-btn img {
  width: 22px;
}
#bookmark-btn,
#bookmarked-btn,
.clipboard-btn,
.fb-btn,
.tg-btn,
.share-btn,
.share-open,
.what-btn {
  width: 20px;
  margin: 17px 10px;
}
.static .next-article button {
  margin: 11px 10px;
}
.share .share-box-mobile {
  display: none;
}
.stick-share .share .share-box-mobile img.stick-share-box {
  display: inline-block;
  width: 18px;
  margin: 4px;
  filter: invert(16%) sepia(19%) saturate(17%) hue-rotate(315deg) brightness(0)
    contrast(93%);
}
.stick-share .share .share-box-mobile img {
  width: 20px;
}
label {
  position: relative;
  display: block;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 0;
}
#check {
  display: none;
}
.media-icons {
  position: absolute;
  top: -64px;
  transform: translateX(-72px);
  background: #e5edf7;
  width: 170px;
  height: 32px;
  text-align: center;
  border-radius: 32px;
  padding: 4px 12px;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
#check:checked ~ .media-icons {
  opacity: 1;
  pointer-events: auto;
  top: -44px;
}
.media-icons::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 50%;
  background: #e5edf7;
  bottom: -6px;
  transform: translateX(-50%) rotate(45deg);
  z-index: -1;
}
.media-icons #bookmark-btn,
.media-icons #bookmarked-btn,
.media-icons .clipboard-btn,
.media-icons .fb-btn,
.media-icons .tg-btn,
.media-icons .share-btn,
.media-icons .share-open,
.media-icons .what-btn {
  margin: 6px 8px;
}
/* #endregion bottom bar */

/* #region style for user like box & comment box */
.publish-info-box {
  margin-bottom: 25px;
}
.like-info-box,
.comment-info-box {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #333;
  margin-bottom: 15px;
}
.like-info-box .user-pic,
.comment-info-box .user-pic {
  margin-right: 8px;
}
.like-info-box .user-pic img,
.comment-info-box .user-pic img {
  width: 26px;
  height: 26px;
  object-fit: cover;
  border-radius: 100%;
}
.user-like-box .first-user span,
.user-like-box .like-number span {
  font-weight: 500;
  color: var(--title-color);
}
.comment-info-box button {
  padding: 0;
  border: 0;
  background-color: transparent;
}
.selected-comment {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 15px;
}
.cm-user-info {
  width: 100%;
}
.cm-user-info .user-name {
  line-height: 26px;
  margin-bottom: 5px;
  width: 100%;
}
.cm-user-info .user-name .user-name__text {
  font-weight: 500;
  margin-right: 8px;
  color: var(--title-color);
}
.cm-user-info .comment-time {
  font-size: 13px;
  color: #a2a2a2;
}
.reply-info {
  position: relative;
  margin-left: auto;
}
.reply-info .reply button {
  width: 45px;
  height: 18px;
  font-size: 13px;
  line-height: 18px;
  color: #7e7e7e;
}
.reply button span {
  white-space: nowrap;
}
.reply button .cm-reply {
  display: inline-block;
  width: 13px;
  margin: 2px;
  filter: invert(52%) sepia(0%) saturate(0%) hue-rotate(115deg) brightness(95%)
    contrast(92%);
}
.selected-comment .comment-area {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
  width: 100%;
}
.selected-comment .comment-area .vl {
  width: 13.5px;
  margin-left: 12.5px;
  margin-right: 8px;
  border-left: 1px solid transparent;
  height: auto;
}
.selected-comment.has-reply .comment-area .vl {
  border-left: 1px solid #accff0;
}

.selected-comment .comment-area > span {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.comment-area .cm-has-reply {
  width: 100%;
}
.comment-area .cm-has-reply > div:first-child {
  margin-bottom: 15px;
}
.reply-comment-box {
  width: 100%;
}
.reply-comment-box .read-reply button {
  font-size: 14px;
  line-height: 20px;
}
.reply-comment-box .read-reply button span.strong {
  font-weight: 500;
}
.show-all-comment {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

@media screen and (max-width: 992px) {
  .stick-share .bottom-bar-section-left {
    width: 57%;
  }
  .stick-share .share .share-section {
    width: 43%;
  }
}

@media screen and (max-width: 767px) {
  .share .like-section .stick-share-like {
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) and (min-width: 681px) {
  .stick-share .bottom-bar-section-left {
    width: 52%;
  }
  .stick-share .share .share-section {
    width: 48%;
  }
}

@media screen and (max-width: 680px) {
  .stick-share .bottom-bar-section-left {
    width: 80%;
  }
  .stick-share .share .share-section {
    width: auto;
  }
  .stick-share .share-section .left,
  .stick-share .share-section .inner-div {
    display: none !important;
  }
  .share .share-box-mobile {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .stick-share .bottom-bar-section-left {
    width: 75%;
  }
}

@media screen and (max-width: 555px) {
  .stick-share .bottom-bar-section-left {
    width: 78%;
  }
}

@media screen and (max-width: 480px) {
  .like-info-box .user-pic img,
  .comment-info-box .user-pic img {
    width: 24px;
    height: 24px;
    object-fit: cover;
  }
  .like-info-box,
  .comment-info-box {
    font-size: 13px;
  }
  .cm-user-info .user-name {
    line-height: 24px;
  }
  .cm-user-info .comment-time {
    font-size: 12px;
  }
  .reply-info .reply button {
    font-size: 12px;
  }
  .selected-comment .comment-area {
    font-size: 15px;
    margin-bottom: 12px;
  }
  .selected-comment {
    margin-bottom: 12px;
  }
  .comment-area .cm-has-reply > div:first-child {
    margin-bottom: 12px;
  }
  .reply-comment-box .read-reply button {
    font-size: 13px;
    line-height: 18px;
  }
  .show-all-comment {
    font-size: 15px;
    line-height: 21px;
  }
  .stick-share .bottom-bar-section-left > div {
    margin-right: 10px;
  }
  .stick-share .bottom-bar-section-left {
    width: 74%;
  }
}

@media screen and (max-width: 425px) {
  .stick-share .bottom-bar-section-left {
    width: 74%;
  }
  .static .next-article button {
    margin-right: 15px;
  }
  .share .like-section .stick-share-like {
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  .stick-share .inner-block {
    width: 740px;
  }
}

@media (min-width: 800px) {
  .stick-share .inner-block {
    width: 98%;
  }
}

@media only screen and (min-width: 1200px) {
  .stick-share .inner-block {
    width: 1160px;
  }
}
/* #endregion user like box & comment box */

/* #region openCommentBox Modal */
#openCommentBox.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  top: 0;
  left: 0;
  z-index: 99993; /* over detail footer */
  padding-top: 100px; /* Location of the box */
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 724px) {
  #openCommentBox.modal {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
  }
}
@media (max-width: 480px) {
  #openCommentBox.modal {
    padding-left: 0;
    padding-right: 0;
  }
}

#openCommentBox.modal.active {
  display: block;
  top: 50%;
}
@media screen and (max-width: 724px) {
  #openCommentBox.modal.active {
    top: 45%;
  }
}

#openCommentBox .modal-content {
  margin: auto;
  padding: 0;
  border: 0;
  box-shadow: none;
  display: block;
  border-radius: 15px 15px 0 0;
  border: 0px;
  min-width: 0px;
  min-height: 0px;
  background-image: none;
  background-color: #fff;
  overflow: visible;
  overflow-y: initial !important;
  /* overflow-y: hidden; */
  width: 724px;
  height: auto;
  max-width: 724px;
  max-height: 800px;
  position: relative;
  z-index: 6000010;
  transition: all 5s ease-in-out;
  animation: slideDown 0.3s;
}
@media (max-width: 724px) {
  #openCommentBox .modal-content {
    max-height: initial;
  }
}
@media (max-width: 480px) {
  #openCommentBox .modal-content {
    width: 100%;
    /* height: 100%; */
  }
}

#openCommentBox .loading-overlay {
  background: transparent url(/res/images/ajax-loader.gif) center 220px
    no-repeat;
}

#openCommentBox .modal-body {
  height: 76vh;
  overflow-y: auto;
}
#openCommentBox .modal-header {
  border-bottom: 1px solid #bcbcbc;
}
#openCommentBox .modal-header h3 {
  font-size: 24px;
  line-height: 29px;
  color: #5a5a5a;
  text-align: center;
}

#openCommentBox .close {
  color: #979797;
  float: right;
  font-size: 32px;
  font-weight: 400;
  position: absolute;
  top: 8px;
  right: 10px;
  padding: 4px;
  background-color: transparent;
  border-radius: 100%;
  opacity: 1;
  transition: all 200ms;
}

#openCommentBox .close:hover,
#openCommentBox .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.popup-comment {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 15px;
}

.popup-comment .comment-area {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
  width: 100%;
}
.popup-comment .comment-area .vl {
  width: 13.5px;
  margin-left: 12.5px;
  margin-right: 8px;
  border-left: 1px solid transparent;
  height: auto;
}
.popup-comment.has-reply .comment-area .vl {
  border-left: 1px solid #accff0;
}

.popup-comment .comment-area > span {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.popup-comment .cm-has-reply > div:first-child {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 15px;
}
.popup-comment .cm-has-reply .reply-comment-box {
  font-size: 14px;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.popup-comment.has-reply .reply-comment-box .comment-area {
  margin-bottom: 0;
}
.popup-comment.has-reply .reply-comment-box .comment-area .vl {
  border-left: 1px solid transparent;
}
.comment-area .cm-has-reply .reply-comment-box.last-one {
  border-bottom: 1px solid transparent;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
}

@media (max-width: 724px) {
  #openCommentBox .modal-body {
    height: 80vh;
  }
}

@media (max-width: 480px) {
  #openCommentBox .modal-header {
    padding: 12px;
  }
  #openCommentBox .modal-header h3 {
    font-size: 18px;
    line-height: 25px;
  }
  #openCommentBox .close {
    font-size: 28px;
    top: 6px;
  }
  #openCommentBox .modal-content .wide-ratio img {
    width: 72px;
    margin: 0 10px 10px;
    border: 3px solid #fff;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.1));
  }
  .popup-comment .comment-area {
    font-size: 15px;
    margin-bottom: 12px;
  }
  .popup-comment {
    margin-bottom: 12px;
  }
  .popup-comment .cm-has-reply > div:first-child {
    padding-bottom: 12px;
  }
  .popup-comment .cm-has-reply .reply-comment-box {
    font-size: 13px;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
}

@media (max-width: 425px) {
}

.modal-backdrop.show {
  opacity: 0.5;
}
/* #endregion openCommentBox Modal */

/* #region recommended post */
.overlay-recommended-post {
  position: absolute;
  z-index: 1;
  background-color: rgba(10, 10, 10, 0.6);
}
@media (min-width: 1200px) {
  .overlay-recommended-post {
    max-width: 580px;
    width: 580px;
  }
}

.owl-item .overlay-recommended-post {
  /* always overlay not need to .active */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 15px;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
@media (max-width: 575px) {
  .owl-item .overlay-recommended-post {
    border-radius: 0;
  }
}

.pswp__recommend-posts {
  position: relative;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.pswp__recommend-posts .overlay-recommended-post {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 800px;
  max-height: 600px;
  pointer-events: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pswp__recommend-posts .background-recommended-post {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pswp__recommend-posts .background-recommended-post .wide-ratio {
  position: relative;
  overflow: hidden;
  height: auto;
  border-radius: 0;
  width: 100%;
}
/* @media (min-width: 1200px) {
  .pswp__recommend-posts .background-recommended-post .wide-ratio {
    padding-bottom: 580px !important;
    width: 580px;
    margin: auto;
  }
} */

.pswp__recommend-posts .background-recommended-post .card-img-top {
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 800px;
  max-height: 600px;
  object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0;
}

.pswp__item .overlay-recommended-post {
  height: 100vh;
}
/* @media (min-width: 1200px) {
  .pswp__item .overlay-recommended-post {
    max-width: unset;
  }
} */

.r-post-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.r-post-wrapper .container {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  background: transparent;
}
@media (min-width: 1200px) {
  .r-post-wrapper .container {
    max-width: unset;
  }
}

#r-post-list {
  width: 100%;
}

.r-post-title {
  margin: auto;
  color: #fff;
  font-size: 21px;
  line-height: 29px;
  font-weight: 400;
  margin-bottom: 30px;
}
.r-post-wrapper img.arrow-right {
  width: 14px;
  height: 29px;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(33deg)
    brightness(102%) contrast(104%);
  margin-left: 8px;
}
.r-post-wrapper .r-post.container > .row {
  margin-left: 30px;
  margin-right: 30px;
}
.r-post-wrapper .r-post.container > .row .row {
  margin-left: -10px;
  margin-right: -10px;
}

.r-post-wrapper .r-post.container > .row .row .col-6 {
  padding-left: 10px;
  padding-right: 10px;
}

.r-post-wrapper img.card-img-top {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-wrapper .r-post-wrapper .card:hover .card-img-top {
  /* override normal hover position */
  top: 0;
  left: 0;
}

.r-post-wrapper .card-img-wrapper .wide-ratio {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(/res/images/community/post-placeholder.jpg);
  /* padding-bottom: 100% !important; */
}
@media (min-width: 1200px) {
  .r-post-wrapper .card-img-wrapper .wide-ratio {
    /* override detail-content-carousel before */
    padding-bottom: initial !important;
    width: initial;
    margin: auto;
  }
}

.r-post-wrapper .card-img-wrapper .wide-ratio:before {
  display: block;
  content: "";
  width: 100%;
  overflow: hidden;
  padding-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 20%
  );
}
.r-post-wrapper .card-img-wrapper .wide-ratio:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.r-post-wrapper .card-img-wrapper .card-tag {
  font-size: 14px;
  font-weight: 400;
}
.r-post-wrapper .card-img-wrapper .card-tag-img img {
  width: 27px;
  height: 27px;
}
.r-post-wrapper .card .card-detail .card-title {
  padding: 0;
  height: 29px;
  min-height: 29px;
  line-height: 29px;
  font-family: "Noto Sans TC", "Open sans", "微軟正黑體", "Microsoft JhengHei",
    Helvetica, "Microsoft Yahei", "微軟雅黑體", Arial, sans-serif !important;
  font-size: 19px;
  font-weight: 400;
  color: #fff;
  overflow: hidden;
}
.r-post-wrapper .card .card-detail .card-title a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #fff;
}
.r-post-wrapper .card .card-detail .card-info {
  font-size: 16px;
  font-weight: 400;
}
.r-post-wrapper .card .card-detail .card-info a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-width: 100%;
  white-space: initial;
  cursor: pointer;
  height: 100%;
  color: #00c991;
}

@media (max-width: 575px) {
  .r-post-title {
    margin-bottom: 20px;
  }
  .r-post-wrapper .card-img-wrapper .card-tag {
    font-size: 13px;
    line-height: 18px;
  }
  .r-post-wrapper .card-img-wrapper .card-tag-img img {
    width: 26px;
    height: 26px;
  }
  .r-post-wrapper .card .card-detail .card-title {
    height: 26px;
    min-height: 26px;
    line-height: 26px;
    font-size: 16px;
  }
  .r-post-wrapper .card .card-detail .card-info {
    font-size: 13px;
    line-height: 18px;
  }
}

@media (max-width: 480px) {
  .r-post-title {
    font-size: 16px;
    line-height: 22px;
  }
  .r-post-wrapper img.arrow-right {
    width: 10px;
    height: 20px;
  }
  .r-post-wrapper .card-img-wrapper .card-tag {
    font-size: 12px;
    line-height: 17px;
  }
  .r-post-wrapper .card-img-wrapper .card-tag-img img {
    width: 25px;
    height: 25px;
  }
  .r-post-wrapper .card .card-detail .card-title {
    height: 24px;
    min-height: 24px;
    line-height: 24px;
    font-size: 14px;
  }
  .r-post-wrapper .card .card-detail .card-info {
    font-size: 12px;
    line-height: 17px;
  }
  .r-post-wrapper .r-post.container > .row {
    margin-left: 8px;
    margin-right: 8px;
  }
  .r-post-wrapper .r-post.container > .row .row {
    margin-left: -4.5px;
    margin-right: -4.5px;
  }
  .r-post-wrapper .r-post.container > .row .row .col-6 {
    padding-left: 4.5px;
    padding-right: 4.5px;
  }
}
/* #endregion recommended post */

/* #region show/hide content */
.expandContent {
  display: flex;
  justify-content: center;
}

.expandContent button {
  border-radius: 20px;
  color: #fff;
  border: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  padding: 7px 15px;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #00c991;
}

.content-lazy {
  overflow: hidden;
  transition: all 0.2s ease-out;
}

.content-lazy[data-expand="true"] {
  height: auto !important;
  transition: all 0.2s ease-out;
}

.content-lazy[data-expand="false"] {
  position: relative;
}
.content-lazy[data-expand="false"]:before {
  content: "";
  display: block;
  position: absolute;
  height: 100px;
  width: 100%;

  bottom: 0;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 90%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 90%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 90%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
/* #endregion */

#cookies-notification {
  z-index: 18 !important;
}
