@import url("settings/bootstrap.min.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap");

@media (min-width: 1025px) {
  .container {
    width: 1180px;
  }
}

body {
  background-color: #f9f9f9;
  font-family: "Inter", sans-serif;
}

/* HEADER */
header {
  background: #ffffff;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  height: 100px;
}

header div.container,
header .container .row,
header .container .row > div {
  height: 100%;
}

header .container .row > div {
  display: flex;
  flex-wrap: wrap;
}

header .container .row div:first-child {
  align-items: center;
}

header .container .row > div > a > img {
  width: 100%;
  max-height: 50px;
}

/* .menu */
header .menu {
  height: 100%;
}

header .menu > ul {
  display: flex;
  list-style: none;
  width: 100%;
  flex-direction: row;
  align-items: center;
  margin: 0;
  padding: 0;
}

header .menu > ul > li {
  padding: 0 16px;
  font-weight: 700;
  font-size: 14px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
}

header .menu > ul > li:after {
  background-color: transparent;
  content: "";
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

header .menu > ul > li:hover:after,
header .menu > ul > li.current-menu:after {
  width: 100%;
}

header .menu > ul li a {
  color: #776f6f;
  text-decoration: none;
  display: flex;
  align-items: center;
}

header .menu > ul li > ul {
  overflow: hidden;
  position: absolute;
  list-style: none;
  padding: 0 16px;
  top: 69px;
  background-color: #776f6f;
  border-radius: 4px;
  height: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 2;
}

header .menu > ul > li:hover ul {
  height: auto;
  padding: 10px 16px;
}

header .menu > ul li > ul li {
  margin: 4px 0;
}

header .menu > ul li > ul a {
  color: #fff;
}

header .menu .menu-item-has-children > a:after {
  margin-left: 5px;
}
/* end .menu */

/* .menu-mobile */
.mobile-menu {
  background-color: #fff;
  padding: 12px 8px 8px 8px;
  box-shadow: 0px 1px 20px -1px #00000040;
  width: 100%;
  height: fit-content;
  position: fixed;
  bottom: 0%;
  z-index: 1000;
}

.mobile-menu nav {
  height: 100%;
}

.mobile-menu-list {
  padding: 0;
  margin: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style-type: none;
}

.mobile-menu-item {
  height: 100%;
}

.mobile-menu-item:last-child {
  display: none;
}

.mobile-menu-item a {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.mobile-menu-item-icon {
  color: #afafaf;
  width: 21px;
  height: 21px;
  font-weight: 700;
  margin-bottom: 5px;
}

.mobile-menu-item-text {
  color: #776f6f;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  padding: 0 1px;
}

.active-mobile-menu-item {
  color: #02e25c;
}
/* end .menu-mobile */

.box-search-and-avatar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.box-search-and-avatar > div {
  width: 100%;
  padding: 0;
}

.box-search-and-avatar .gsc-control-cse {
  padding-right: 0;
}

.box-search {
  position: relative;
}

.gsc-input-box {
  background: initial !important;
  border: initial !important;
}

.box-search form,
.gsc-search-box-tools {
  background: #f5f5f5;
  border-radius: 20px;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 30px;
  transition: width 0.5s ease;
}

.box-search input,
input.gsc-input {
  height: 28px !important;
  border-radius: 20px !important;
  padding: 8px !important;
  color: #bfbaba !important;
  font-size: 12px !important;
  border: 0 !important;
  margin-left: 7px !important;
  /* display: none !important; */
  background-color: transparent !important;
  margin-top: 0 !important;
}

.gsib_b {
  display: none !important;
}

.box-search input::-webkit-input-placeholder,
input.gsc-input::-webkit-input-placeholder {
  /* Edge */
  color: #bfbaba !important;
  font-style: italic !important;
}

.box-search input:-ms-input-placeholder,
input.gsc-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bfbaba !important;
  font-style: italic !important;
}

.box-search input::placeholder,
input.gsc-input::placeholder {
  color: #bfbaba !important;
  font-style: italic !important;
}

.box-search input:focus,
input.gsc-input:focus {
  outline: none !important;
}

.box-search form button,
.gsc-search-button-v2 {
  border: 0 !important;
  border-radius: 20px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px !important;
  background-color: transparent !important;
  padding: 0 !important;
}

.gsc-search-button-v2 svg {
  fill: blue;
}

.box-search a {
  display: flex;
  border-radius: 20px;
  height: 30px;
  width: 30px;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 1px;
  top: 0;
}

.show-form-search {
  width: 190px !important;
}

.show-form-search input {
  display: block;
}

.hide-open-search-button {
  display: none !important;
}

.box-avatar img {
  width: 30px;
  border-radius: 50%;
}

/* FOOTER */
footer {
  background: #ffffff;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  padding: 32px 0;
  color: #9a9a9a;
  margin-top: 32px;
}

footer .row > div:first-child {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: bold;
}

footer .row > div.rodape {
  font-size: 12px;
  margin-top: 32px;
}

footer .row > div.rodape:last-child ol {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: flex-end;
}

footer .row > div.rodape:last-child ol li {
  margin-left: 6px;
}

footer .row > div.rodape:last-child ol li:first-child:before {
  content: "";
}

footer .row > div.rodape:last-child ol li:before {
  content: "|";
  margin-right: 6px;
}

footer .row > div:first-child img {
  margin-bottom: 16px;
  max-height: 50px;
}

footer .row div ul {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
}

footer .row div ul li {
  margin-bottom: 5px;
}

footer .row div ul a,
footer .row div.rodape a {
  color: #9a9a9a;
  text-decoration: none;
}

footer .row div ul a:hover,
footer .row div:last-child a:hover,
.box-title a:hover {
  text-decoration: underline;
}

footer .row div strong {
  font-size: 16px;
}

.mt-16 {
  margin-top: 16px;
}

.pr-0 {
  padding-right: 0 !important;
}

.pt-16 {
  padding-top: 16px !important;
}

.pt-28 {
  padding-top: 28px !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pb-16 {
  padding-bottom: 16px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}
/* Boxes */
.boxes {
  background-color: #fff;
  border-radius: 4px;
  height: 100%;
  list-style-type: none;
  counter-reset: ranking 0;
}

.box-title {
  display: flex;
  align-items: center;
  padding: 8px 16px 8px;
}

.box-title .icon {
  font-size: 16px;
  height: 40px;
  display: flex;
  align-items: center;
}

.box-title .icon:after {
  content: "|";
  font-size: 7px;
  margin: 0 7px;
}

.box-title h3 {
  font-size: 12px;
  color: #776f6f;
  font-weight: bold;
  margin: 0;
}

.box-title-article h3 {
  display: flex;
  font-weight: normal;
}

.box-title a {
  display: flex;
  align-items: center;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
  margin-left: auto;
  color: #555555;
}

.box-title a svg.iconify {
  font-size: 15px;
}

.color-blue .icon,
small.color-blue {
  color: #069ef4;
}

.color-pink .icon,
small.color-pink {
  color: #ff007a;
}

.color-yellow .icon,
.slick-dots li.slick-active button:before,
small.color-yellow {
  color: #ffc700 !important;
}

.color-blue.tab-active,
.trend-tab .box-title.color-blue:hover {
  border-color: #069ef4 !important;
}

.color-pink.tab-active,
.trend-tab .box-title.color-pink:hover {
  border-color: #ff007a !important;
}

.color-yellow.tab-active,
.trend-tab .box-title.color-yellow:hover {
  border-color: #ffc700 !important;
}

/* App Resume */
.app-resume a {
  padding: 8px;
  display: flex;
  text-decoration: none;
  align-items: center;
}

.app-resume .app-thumb {
  height: 80px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 70px;
}

.app-resume .app-thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.app-info-title-and-evaluation {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.app-resume .app-info {
  flex-grow: 1;
  width: 50%;
  padding: 0 10px 0 0;
}

.app-resume:hover .app-info {
  cursor: pointer;
}

.app-resume:hover h4 {
  text-decoration: underline;
}

.app-resume .app-info h4 {
  color: #555555;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 0 10px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.app-resume .app-info .app-evaluation {
  font-size: 12px;
  font-weight: bold;
  color: #afafaf;
  margin: 0 0 0 10px;
  display: flex;
  align-items: center;
}

.app-resume .app-info .app-evaluation svg.iconify {
  font-size: 9px;
  color: #afafaf;
  margin-left: 3px;
}

.app-resume .app-info p,
.post-item .post-info p {
  font-size: 12px;
  color: #555555;
  margin: 0 0 0 10px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.app-resume .app-info small {
  font-size: 10px;
  color: #069ef4;
  margin: 0 0 0 10px;
  display: block;
}

.app-resume .app-download {
  margin-left: auto;
  display: none !important;
  align-items: center;
}

.app-resume .app-download svg.iconify {
  font-size: 30px;
}

.app-resume.app-resume-list {
  counter-increment: ranking 1;
}

.app-resume.app-resume-list a {
  padding: 8px 16px;
}

/* .app-resume.app-resume-list:nth-child(odd) a {
  background-color: #f3f8ff;
} */

.app-resume.app-resume-list a:hover {
  background-color: #f9f9f9;
}

.app-resume.app-resume-list a:before {
  content: counter(ranking);
  font-size: 12px;
  font-weight: bold;
  color: #afafaf;
  margin-right: 8px;
}

.app-resume.app-resume-list .app-thumb {
  width: 36px;
  height: 36px;
  flex-basis: 36px;
}

.app-resume.app-resume-list .app-info {
  display: flex;
  align-items: center;
}

.app-resume.app-resume-list .app-info h4 {
  color: #555555;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 0 10px;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}

.app-resume.app-resume-list .app-info .app-evaluation {
  font-size: 12px;
  color: #afafaf;
  margin: 0 8px 0 5px;
}

.app-resume.app-resume-list .app-info .app-evaluation svg.iconify {
  font-size: 9px;
  color: #afafaf;
}

.app-resume.app-resume-list .app-info p,
.app-resume.app-resume-list .app-info small {
  display: none;
}

.app-resume.app-resume-list .app-download {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.app-resume.app-resume-list .app-download svg.iconify {
  font-size: 21px;
}

.app-resume-slider {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100% - 56px);
}

.app-resume-slide > .app-resume-slide-item:nth-child(2),
.app-resume-slide > .app-resume-slide-item:nth-child(3),
.app-resume-slide > .app-resume-slide-item:nth-child(4),
.app-resume-slide > .app-resume-slide-item:nth-child(5) {
  display: none;
}

.app-resume-slide-item {
  padding: 0 16px;
}

.app-resume-slide-item a {
  display: flex;
  text-decoration: none;
}

.app-resume-slide-item .app-thumb {
  width: 116px;
  height: 116px;
  flex-basis: 116px;
}

.app-resume-slide-item .app-info {
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.app-resume-slide-item .app-info h4 {
  color: #747474;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0;
  text-decoration: none;
}

.app-resume-slide-item .app-info strong {
  font-size: 13px;
  color: #262626;
  text-decoration: underline;
}

.app-resume-slide-item .app-info:hover strong {
  text-decoration: none;
}

.slick-dots li button:before {
  font-size: 40px;
}

.slick-dots li.slick-active button:before {
  font-size: 60px;
}

.slick-dots {
  bottom: -40px;
}

.apps-grid .app-resume a {
  padding: 8px 0;
}

.blog-list,
.apps-grid {
  padding: 0 16px 8px;
}

.post-item {
  padding-top: 8px;
  padding-bottom: 8px;
}

.post-item a {
  text-decoration: none;
}

.post-item a:hover h4 {
  text-decoration: underline;
}

.post-item .post-thumb {
  width: 100%;
  height: 113px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 174px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.post-item .post-thumb:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(40%, rgba(0, 0, 0, 0)),
    color-stop(100%, rgba(0, 0, 0, 0.7))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 40%,
    rgba(0, 0, 0, 0.7) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 40%,
    rgba(0, 0, 0, 0.7) 100%
  );
}

.post-item .post-thumb img {
  width: 100%;
  height: 113px;
  object-fit: cover;
}

.post-item .post-info {
  padding-left: 4px;
}

.post-item .post-info small {
  font-size: 10px;
  display: block;
}

.post-item .post-info h4 {
  color: #555555;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.post-item .post-info p {
  -webkit-line-clamp: 3;
  line-clamp: 3;
  margin: 2px 0 0;
}

.sidebar-title-box {
  height: 100%;
}

.trend-tab {
  display: flex;
  justify-content: flex-end;
}

.trend-tab .box-title {
  padding: 8px 8px 0;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}

.show-more {
  font-size: 12px;
  font-weight: bold;
  color: #776f6f;
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 0 8px;
}

.sidebar .app-resume a {
  padding: 8px 0;
}

.sidebar .apps-grid .row > div {
  counter-increment: ranking 1;
}

.sidebar .apps-grid .row > div a:before {
  content: counter(ranking);
  font-size: 12px;
  font-weight: bold;
  color: #afafaf;
  margin-right: 8px;
}

#tabLastUpdateAppsContent,
#tabTrendingAppsContent {
  display: none;
}

.box-adv-appsdb {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 0;
}

.box-adv-appsdb .box-use-app-logo img {
  margin-right: 8px;
}

.box-adv-appsdb .box-use-app-logo {
  font-size: 16px;
  font-weight: bold;
  color: #555555;
}

.box-adv-appsdb small {
  margin-top: 10px;
  font-weight: 500;
  font-size: 12px;
}

.box-adv-appsdb .btn-download-appsdb {
  border-radius: 74px;
  height: 35px;
  width: calc(100% - 32px);
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}

.box-adv-appsdb .btn-download-appsdb-pwa {
  color: #6c81ed;
  text-decoration: none;
  font-size: 12px;
  margin-top: 10px;
}

.box-adv-appsdb .social-appsdb {
  display: flex;
  margin-top: 10px;
  width: 70%;
  justify-content: space-around;
}

.box-adv-appsdb .social-appsdb a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  text-decoration: none;
}

.box-adv-appsdb .social-appsdb a:hover {
  opacity: 0.8;
}

.box-adv-appsdb .social-appsdb a svg.iconify {
  font-size: 52px;
}

.box-adv-appsdb .social-appsdb a.social-appsdb-facebook {
  color: #567aa4;
}

.box-adv-appsdb .social-appsdb a.social-appsdb-twitter {
  color: #17b7ea;
}

.box-adv-appsdb .social-appsdb a.social-appsdb-youtube {
  color: #ff1515;
}

/* CATEGORY */
.title-page {
  padding-top: 28px;
}

.title-page h1 {
  font-weight: 500 !important;
  font-size: 32px !important;
  color: #555555;
}

.title-page p {
  font-weight: 500 !important;
  font-size: 12px !important;
  color: #555555;
  text-align: justify;
}

.categories-list {
  margin-top: 28px;
}

.box-category-app {
  padding: 16px;
  background-color: #fff;
  margin-bottom: 16px;
}

.box-category-app-body {
  display: flex;
  padding-bottom: 16px;
}

.box-category-app-resume {
  display: flex;
}

.box-category-app-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 86px;
  width: 86px;
}

.box-category-app-thumb img {
  border-radius: 4px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.box-category-app-info {
  padding-left: 16px;
  padding-right: 16px;
  width: 140px;
}

.box-category-app-title {
  font-size: 16px;
  font-weight: 700;
  color: #555555;
  margin-bottom: 0 !important;
}

.box-category-app-reviews {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #afafaf;
  font-weight: 700;
  margin-top: 6px;
}

.box-category-app-downloads {
  font-weight: 700;
  font-size: 12px;
  color: #87a9ff;
  margin-top: 6px;
}

.box-category-app-description {
  display: flex;
  flex-direction: column;
}

.box-category-app-description .box-title {
  padding: 0;
  height: 20px;
}

.box-category-app-description p {
  text-align: justify;
  color: #555555;
  font-size: 12px;
  padding-left: 2px;
  margin-top: 8px;
  margin-bottom: 0;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.box-category-app-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 16px;
  border-top: 1px solid #cccccc;
}

.button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  text-decoration: none;
  color: initial;
  color: white;
  font-weight: 600;
  font-size: 14px;
  padding: 8px 12px;
}

/* end CATEGORY */

/* app details */
.box-app-resume {
  padding: 0 16px;
}

.app-thumb-detail div {
  width: 228px;
  height: 228px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.app-thumb-detail img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.app-resume-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 12px;
  font-weight: 400;
  color: #9c9c9c;
  padding-bottom: 20px;
}

.app-resume-detail h1 {
  font-size: 24px;
  color: #555555;
  font-weight: bold;
  margin-bottom: 0;
}

.app-resume-detail .app-infos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 8px;
}

.app-resume-detail .app-info {
  display: flex;
  flex-direction: column;
}

.app-resume-detail .app-info .app-info-title {
  color: #9c9c9c;
  font-size: 12px;
  font-weight: bold;
}

.app-resume-detail .app-info .app-info-value {
  color: #9c9c9c;
  font-size: 12px;
  font-weight: 400;
}

.app-review-stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: 11px;
  font-family: "Inter", sans-serif;
  line-height: 1;
  margin-left: 2px;
}

.app-review-stars::before {
  content: "★★★★★";
  letter-spacing: 2px;
  background: linear-gradient(
    90deg,
    #ffa800 var(--percent),
    rgb(189, 189, 189) var(--percent)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.app-resume-detail .app-version {
  font-size: 12px;
  font-weight: 400;
  color: #9c9c9c;
}

.app-resume-detail .app-version span {
  font-weight: 700;
}

.app-resume-detail .app-rating-and-reviews {
  display: flex;
  margin: 8px 0 8px;
}

.app-resume-detail .app-rating-and-reviews .app-evaluation {
  font-size: 12px;
  font-weight: bold;
  color: #afafaf;
  margin: 0;
  display: flex;
  align-items: center;
  line-height: 12px;
}

.app-resume-detail .app-rating-and-reviews .app-evaluation svg {
  font-size: 9px;
  color: #ffa800;
  margin-left: 3px;
}

.app-review-count,
.app-post-count {
  font-weight: 700;
  font-size: 12px;
  color: #87a9ff;
  margin-left: 10px;
}

.app-review-count:before {
  content: "|";
  margin-right: 10px;
  color: #777;
  font-weight: 400;
}

@media only screen and (max-width: 500px) {
  .app-resume-detail .app-rating-and-reviews {
    flex-direction: column;
  }

  .app-review-count {
    margin-left: 0;
    margin-top: 6px;
  }

  .app-review-count:before {
    content: "";
    margin-right: 0;
  }
}

.app-developer {
  font-weight: 400;
  font-size: 12px;
  color: #9c9c9c;
  margin-top: 10px;
}

.app-down {
  border-radius: 74px;
  height: 35px;
  width: max-content;
  margin-top: 10px;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  padding: 0 50px;
  display: flex;
}

.link-how-to-install {
  font-weight: 700;
  font-size: 12px;
  color: #87a9ff;
  margin-top: 20px;
  line-height: 12px;
  text-decoration: none;
}

.link-how-to-install:hover {
  opacity: 0.8;
}

.sidebar .blog-list .post-info {
  padding-left: 12px;
  padding-top: 12px;
}

div.app-description,
div.article-description {
  padding: 0 16px;
}

article.app-description,
article.article-description {
  padding: 0 16px;
}

/* article.app-description {
  overflow: hidden;
  position: relative;
  height: 250px;
  transition: height 0.15s ease-out;
} */

article.app-description:after {
  /* content: ""; */
  width: calc(100% - 32px);
  height: 100px;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 24%,
    rgba(255, 255, 255, 0.011642156862745057) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 24%,
    rgba(255, 255, 255, 0.011642156862745057) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 24%,
    rgba(255, 255, 255, 0.011642156862745057) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  position: absolute;
  top: 150px;
}

article.app-description.hide-after:after {
  display: none;
}

.app-description h1,
.article-description h1,
.app-description h2,
.article-description h2,
.app-description h3,
.article-description h3,
.app-description h4,
.article-description h4,
.app-description h5,
.article-description h5,
.app-description h6,
.article-description h6 {
  color: #555555;
}

.app-description p,
.app-description strong,
.article-description p,
.article-description strong {
  font-size: 12px;
  color: #555555;
}

.app-description h1,
.article-description h1 {
  font-size: 1.75rem;
}

.app-description h2,
.article-description h2 {
  font-size: 1.5rem;
}

.app-description h3,
.article-description h3 {
  font-size: 1.25rem;
}

.app-description h4,
.article-description h4 {
  font-size: 1.12rem;
}

.app-description h5,
.article-description h5 {
  font-size: 1rem;
}

.app-description h6,
.article-description h6 {
  font-size: 0.9rem;
}

.app-description li,
.article-description li {
  font-size: 12px;
  color: #555555;
}

.app-description img,
.article-description img {
  max-width: 100%;
  height: auto;
  width: auto !important;
}

.app-description figure,
.article-description figure {
  max-width: 100%;
  height: auto;
  width: auto !important;
}

.app-description figcaption,
.article-description figcaption {
  background: #f9f9f9;
  font-size: 12px;
  color: #555555;
  font-style: italic;
  padding: 4px;
}

.btn-read-more {
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 12px;
  color: #5f5f5f;
  position: absolute;
  top: 200px;
  z-index: 2;
  left: 50%;
  margin-left: -32px;
  display: none;
}

.box-previous-version {
  padding: 0 16px;
}

.box-previous-version a {
  text-decoration: none;
}

.box-versions {
  background: #ffffff;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.21);
  border-radius: 4px;
  margin-bottom: 28px;
  padding: 16px 5px;
  display: flex;
  justify-content: space-around;
}

.box-versions .app-version-info,
.box-versions .app-version-extensions,
.box-versions .app-version-download {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.box-versions .app-version-info .app-version {
  font-weight: 700;
  font-size: 14px;
  color: #777777;
}

.box-versions .app-version-info .app-name {
  font-weight: 700;
  font-size: 10px;
  color: #777777;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  max-width: 90px;
}

.box-versions .app-version-info .app-version-date {
  font-weight: 400;
  font-size: 10px;
  margin-top: 3px;
}

.box-versions .app-version-extensions {
  justify-content: space-around;
}

.box-versions .app-version-extensions span {
  width: 49px;
  height: 22px;
  border-radius: 4px;
  display: flex;
  font-weight: 700;
  font-size: 10px;
  text-decoration: none;
  justify-content: center;
  align-items: center;
}

.box-versions .app-version-extensions .app-xapk {
  border: 1px solid #048ad6;
  color: #048ad6;
}
.box-versions .app-version-extensions .app-obb {
  border: 1px solid #d104d6;
  color: #d104d6;
}
.box-versions .app-version-extensions .app-apk {
  border: 1px solid #52bf56;
  color: #52bf56;
}

.box-versions .app-version-download {
  justify-content: space-around;
}

.box-versions .app-version-download svg {
  font-size: 30px;
}

.box-versions .app-version-download .app-version-size {
  font-weight: 700;
  font-size: 10px;
  color: #777777;
}

.app-gallery {
  padding: 0;
  visibility: hidden;
}

.app-gallery li {
  margin-right: 10px;
  border-radius: 4px;
  overflow: hidden;
}

.app-gallery img.lazy {
  max-height: 300px;
  max-width: 150px;
}

.items-wrapper {
  position: relative;
}

.items-wrapper .items {
  display: flex;
  overflow: auto;
  /* scroll-snap-type: x mandatory; */
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  padding: 0;
  list-style: none;
}

.items-wrapper .items .item {
  flex: none;
  /* scroll-snap-align: start; */
  cursor: pointer;
  margin-right: 10px;
  border-radius: 4px;
  overflow: hidden;
}

.items-wrapper .items .item img {
  height: 350px;
}

.items::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}

.items::-webkit-scrollbar-track {
  background: transparent;
}

.items::-webkit-scrollbar-thumb {
  background-color: transparent;
  visibility: hidden;
}

.items-wrapper:hover .items::-webkit-scrollbar-thumb {
  visibility: visible;
}

.items-prev,
.items-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background-color: #fff !important;
  height: 56px !important;
  width: 56px !important;
  box-shadow: 0 1px 2px 0 rgb(60 64 67/30%), 0 1px 3px 1px rgb(60 64 67/15%);
  z-index: 1;
  border-radius: 56px;
}

.items-prev {
  left: -25px;
}

.items-next {
  right: -25px;
}

.items-prev:before,
.slick-prev:before {
  content: url("https://api.iconify.design/ic/round-keyboard-arrow-left.svg?height=30&color=%235f6368") !important;
}

.items-next:before,
.slick-next:before {
  content: url("https://api.iconify.design/ic/round-keyboard-arrow-right.svg?height=30&color=%235f6368") !important;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: 0 0;
}

.slick-arrow {
  background-color: #fff !important;
  height: 56px !important;
  width: 56px !important;
  box-shadow: 0 1px 2px 0 rgb(60 64 67/30%), 0 1px 3px 1px rgb(60 64 67/15%);
  z-index: 1;
  border-radius: 56px;
}

@media only screen and (max-width: 600px) {
  .app-gallery-lightbox li img {
    width: 80vw !important;
  }

  .slick-arrow {
    background-color: #fff !important;
    height: 30px !important;
    width: 30px !important;
  }

  .box-category-app-body {
    flex-direction: column;
  }

  .box-category-app-description {
    margin-top: 16px;
  }
}

.page-thumb {
  padding: 0 16px;
}

.page-thumb img {
  min-width: 100%;
}

.page-thumb figcaption {
  font-style: italic;
  font-size: 12px;
  color: #ccc;
  margin-top: 5px;
}

.title-page-error h1 {
  font-size: 10em;
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
  color: #0000002b;
}

.page-error {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #00000094;
}

.page-error form {
  background: #0000000f;
  border-radius: 25px;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 50px;
  margin-top: 10px;
}

.page-error form input.search-field {
  height: 40px;
  border-radius: 20px 0px 0px 20px;
  padding: 8px;
  color: #000;
  font-size: 16px;
  border: 0;
  margin-left: 7px;
  background-color: transparent;
  width: 250px;
}

.page-error form input:focus {
  outline: none;
}

.page-error form button {
  border: 0;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  background-color: transparent;
  font-size: 25px;
}

.page-section {
  min-height: calc(100vh - 340px);
  display: flex;
  align-items: flex-start;
}

label {
  width: 100%;
  text-indent: 14px;
  font-weight: 400;
}

input[type="text"],
input[type="email"],
textarea {
  background: #f5f5f5;
  border-radius: 20px;
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 44px;
  border: 0;
  padding: 14px;
  color: #989595;
  font-size: 12px;
  margin-top: 4px;
}

textarea {
  height: 150px;
}

input:focus,
textarea:focus {
  outline: none;
}

.wpcf7-response-output {
  padding: 1rem !important;
  margin-bottom: 1rem;
  border-radius: 0.375rem;
  font-size: 0.8rem;
}

.wpcf7-submit {
  background: #02e25c;
  border-radius: 74px;
  height: 35px;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  border: 0;
  min-width: 120px;
}

.post-detail .row .box-detail {
  order: 1;
}
.post-detail .row .box-disqus {
  order: 3;
}
.post-detail .row .sidebar {
  order: 2;
}

@media (min-width: 390px) and (max-width: 843px) {
  .box-app-resume .app-thumb-detail {
    height: 100px;
  }

  .post-detail .row .box-detail {
    order: 1;
  }
  .post-detail .row .box-disqus {
    order: 3;
  }
  .post-detail .row .sidebar {
    order: 2;
  }

  footer {
    padding: 32px 0 100px;
  }
}

@media (min-width: 768px) and (max-width: 1180px) {
  .box-app-resume .app-thumb-detail {
    height: auto;
    padding-bottom: 16px;
  }
}

@media (min-width: 844px) {
  .box-app-resume .app-thumb-detail {
    padding-bottom: 16px;
  }
}

ins.adsbygoogle[data-ad-status="unfilled"] {
  display: none !important;
}

.breadcrumb {
  margin: 28px 0 0;
}

.breadcrumb li {
  font-size: 12px;
}

.breadcrumb li a {
  color: #555555;
  text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}
