.language-selector[data-v-5cc48bb0] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.language-selector .select-group[data-v-5cc48bb0] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.language-selector .select-group .select[data-v-5cc48bb0] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 145px;
  z-index: 0 !important;
  outline: none;
  padding: 0 10px;
  border: none;
  height: 40px;
  transition: all 0.2s ease-in;
  position: relative;
  flex: 1 1 auto;
  cursor: pointer;
  opacity: 0.6;
}
.language-selector .select-group .select span[data-v-5cc48bb0] {
  font-size: 1.4rem;
  letter-spacing: 1px;
  padding-left: 15px;
  color: #697780;
}
.language-selector .select-group .select .angle-icon[data-v-5cc48bb0] {
  font-size: 20px;
  color: #697780;
  margin: 10px;
}
.language-selector .select-group .select[data-v-5cc48bb0]::after {
  content: none;
}
.language-selector .select-group .select.pressed[data-v-5cc48bb0]::after {
  transform: rotate(180deg);
}
.language-selector .select-group .option-group[data-v-5cc48bb0] {
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  z-index: 999;
}
.language-selector .select-group .option-group ul[data-v-5cc48bb0] {
  list-style: none;
  margin: 0;
  padding: 0;
}
.language-selector .select-group .option-group li[data-v-5cc48bb0] {
  display: flex;
  align-items: center;
  padding: 0 10px;
  cursor: pointer;
  opacity: 0.6;
}
.language-selector .select-group .option-group li span[data-v-5cc48bb0] {
  font-size: 1.4rem;
  letter-spacing: 1px;
  color: #697780;
  padding-left: 15px;
}
.language-selector .img-language[data-v-5cc48bb0] {
  width: 28px;
}
.language-hover[data-v-5cc48bb0] {
  color: #4c555f;
  font-weight: 600;
  opacity: 1 !important;
}
.box-featured-authors[data-v-ccfd23a4] {
  display: flex;
  flex-wrap: wrap;
}
.box-featured-authors .card[data-v-ccfd23a4] {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  padding: 15px 18px 10px 18px;
  transition: all 0.3s;
  transform-style: preserve-3d;
}
@media screen and (max-width: 767px) {
.box-featured-authors .card[data-v-ccfd23a4] {
    margin-bottom: 30px;
}
}
.box-featured-authors .card .image-loading[data-v-ccfd23a4] {
  backface-visibility: hidden;
  transform: rotateY(180deg);
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1;
}
.box-featured-authors .card .image-loading .spin-title[data-v-ccfd23a4] {
  font-weight: bold;
  color: #00a4e6;
}
.box-featured-authors .card .image-loading .spin[data-v-ccfd23a4] {
  color: #00a4e6 !important;
  height: 60px;
  width: 60px;
  animation: spinAround 500ms infinite linear;
  border: 4px solid #dbdbdb !important;
  border-radius: 558px !important;
  border-right-color: #00a4e6 !important;
  border-top-color: #00a4e6 !important;
  transition: 0.3s all ease;
}
.box-featured-authors .featured-authors-posts[data-v-ccfd23a4] {
  min-height: 90px;
  display: flex;
  justify-content: space-between;
}
.box-featured-authors .featured-authors-posts.border-bottom[data-v-ccfd23a4] {
  border-bottom: 1px solid #e3e3e3;
}
.box-featured-authors .time-ago[data-v-ccfd23a4] {
  font-size: 13px;
  color: #697780;
  margin-bottom: 0;
  margin-top: 4px;
}
.box-featured-authors .post-featured-author-title[data-v-ccfd23a4] {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 26px;
  max-height: 50px;
  -webkit-line-clamp: 2;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  font-weight: bold;
  color: #4c555f;
}
@media (min-width: 768px) and (max-width: 991px) {
.box-featured-authors .post-featured-author-title[data-v-ccfd23a4] {
    max-width: 128px;
}
}
.box-featured-authors .avatar-user-featured[data-v-ccfd23a4] {
  border-radius: 100%;
  width: 80px;
  height: 80px;
}
.box-featured-authors .author-featured-data[data-v-ccfd23a4] {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
}
.box-featured-authors .author-featured-data a[data-v-ccfd23a4] {
  color: #4c555f;
}
@media (min-width: 768px) and (max-width: 991px) {
.box-featured-authors .author-featured-data[data-v-ccfd23a4] {
    padding-left: 5px;
}
}
.box-featured-authors .user-data[data-v-ccfd23a4] {
  display: flex;
  align-items: center;
}
.box-featured-authors .author-featured-name[data-v-ccfd23a4] {
  font-size: 22px;
  padding-top: 10px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
@media (min-width: 768px) and (max-width: 991px) {
.box-featured-authors .author-featured-name[data-v-ccfd23a4] {
    width: 100px;
}
}
.box-featured-authors .author-posts-count[data-v-ccfd23a4] {
  font-size: 14px;
  letter-spacing: 1px;
}
.box-featured-authors .last-articles-title[data-v-ccfd23a4] {
  padding: 30px 0 0 0;
  font-size: 1.8rem;
  color: #84929b;
  font-weight: bold;
}
.box-featured-authors .list-posts-items[data-v-ccfd23a4] {
  width: 90%;
  padding-top: 10px;
}
.box-featured-authors .list-posts-items li[data-v-ccfd23a4] {
  list-style: none;
}
.box-featured-authors .likes-featured-posts[data-v-ccfd23a4] {
  max-width: 20%;
  display: flex;
  align-items: center;
}
.box-featured-authors .likes-featured-posts .featured-article-like-btn[data-v-ccfd23a4]:hover {
  background-color: transparent;
}
.box-featured-authors .likes-featured-posts .featured-article-like-btn .keyboard-icon[data-v-ccfd23a4] {
  font-size: 25px;
  color: #00a4e6;
}
.box-featured-authors .card-loading[data-v-ccfd23a4] {
  transform: rotateY(180deg) scale(1);
}
.box-featured-authors .card-loading .user-data[data-v-ccfd23a4],
.box-featured-authors .card-loading .last-articles-title[data-v-ccfd23a4],
.box-featured-authors .card-loading .featured-authors-posts[data-v-ccfd23a4] {
  opacity: 0;
}
.box-featured-authors .giga-card[data-v-ccfd23a4] {
  transition: all 0.6s;
  transform: rotateY(180deg) scale(15, 20);
  z-index: 5;
}
.box-featured-authors .giga-card .image-loading[data-v-ccfd23a4] {
  opacity: 0;
}
.home .home-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  color: #697780;
  padding-top: 30px;
  padding-bottom: 30px;
}
.home .page-header {
  background: url(/community/static/assets/img/page-header.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center bottom;
}
.home .featured-authors {
  background: #f0f5f7;
  padding: 2px 0 40px 0;
}
.home .featured-authors .title-featured {
  margin-top: 30px;
  display: block;
  color: #697780;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.home .featured-authors .subtitle-featured {
  padding-bottom: 20px;
  color: #697780;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
.home .featured {
  overflow: hidden;
  transition: all 1s ease-in-out;
}
.home .featured .fade-post-move {
  transition: transform 1s;
}
.home .featured .fade-post-leave-active {
  position: absolute;
}
.home .featured .fade-post-leave-to {
  transform: translateX(-1000px);
  opacity: 0;
  transition: all 1s;
}
.home .featured .fade-post-enter {
  transform: translateX(500px);
  opacity: 0;
}
.home .featured .fade-post-enter-active {
  height: 0;
}
