body {
  background-color: #eee;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: auto;
  image-rendering: -webkit-optimize-contrast;
}

a:focus,
a:active,
.btn:focus,
.btn:active {
  box-shadow: none !important;
  outline: 0px !important;
}

.extend-navbar {
  max-width: 1300px !important;
}

.form-control:focus,
.form-select:focus {
  box-shadow: none;
}

a {
  color: #111;
  outline: 0;
  text-decoration: none;
}

a:hover {
  color: #111;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

svg {
  height: 15px;
  width: 15px;
  fill: #111;
  margin-top: -2px;
  display: inline-block;
}

.h1-title,
.h2-title {
  font-size: 15px;
  font-weight: bold;
}

.container {
  max-width: 1200px;
}

.dropdown-toggle {
  font-size: 14px;
  padding-left: 0;
  padding-right: 0;
  margin: 0 !important;
  border: 0;
  vertical-align: top;
}

.dropdown-item {
  font-size: 14px;
}

.dropdown-item:active {
  background-color: #e9ecef;
  color: #000;
}

.logo {
  width: 128px;
  height: 30px;
}

.text-logo {
  font-weight: 500;
  color: #131320;
  font-size: 18px;
}

.header svg {
  margin-right: 5px;
  fill: #333;
}

.header a {
  color: #111;
  text-decoration: none;
}

.letter {
  font-size: 25px;
  font-weight: 600;
  color: #555;
}

.section-title {
  color: #111;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 15px;
  padding-bottom: 10px;
  display: block;
  font-weight: 700;
  font-size: 15px;
}

.votes {
  font-size: 13px;
}

.app-list a {
  text-decoration: none;
}

.app-list .title {
  color: #111;
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 15px;
  margin-bottom: 6px;
}

.app-list img {
  border-radius: 4%;
}

.app-list .developer {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.app-list .date {
  color: #666;
  font-size: 13px;
  display: block;
}

.featured .title {
  -webkit-line-clamp: 2;
  line-height: 18px;
}

.search-form {
  font-size: 0.875rem;
  font-weight: 500;
  border: 0;
}

.search-btn {
  color: #fff;
  background-color: #92c66c;
  border: 0;
  font-size: 13px;
}

.search-btn svg {
  fill: #fff;
  height: 12px !important;
  width: 12px !important;
}

.swiper-button-next,
.swiper-button-prev {
  background-size: 60% !important;
}

.swiper-main h3 {
  position: absolute;
  bottom: 15px;
  z-index: 999999999;
  left: 30px;
  right: 30px;
  color: #fff;
  font-size: 23px;
  font-weight: bold;
}

.swiper-main svg {
  margin-top: -16px;
}

.swiper-slide img {
  width: 100%;
}

.swiper-slide .logo {
  width: 58px;
  height: auto;
  border-radius: 5px;
  margin-right: 12px;
}

.swiper-pagination-bullets {
  bottom: 15px !important;
  left: -15px !important;
}

.bg-category {
  background-color: #f5fff6;
}

.bg-other {
  background-color: #fffbed;
}

.bg-other .section-title {
  border-bottom: 1px solid #f4f2eb;
}

.coverbg {
  z-index: 999999999 !important;
  height: 200px;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.75) 100%,
    rgba(0, 0, 0, 1) 100%
  );
}

.coverbg-news {
  z-index: 999999999 !important;
  height: 125px;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.8) 100%,
    rgba(0, 0, 0, 1) 100%
  );
}

.swiper-pagination-main .swiper-pagination-bullet-active {
  width: 7px;
  height: 7px;
  background-color: #fff !important;
}

.swiper-pagination-main {
  z-index: 99999999;
  margin-top: -20px;
  position: absolute;
  height: 7px;
  text-align: right;
}

.swiper-pagination-main .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  display: inline-block;
  background: #ffffff45;
  opacity: 1;
  text-indent: 9999px !important;
  border-radius: 50%;
  margin: 0 5px;
}

.checked {
  fill: orange;
  width: 12px;
}

.star-not-checked {
  fill: #ccc;
  width: 12px;
}

.editor-star {
  fill: #4d4266;
  width: 12px;
}

.star {
  float: left;
  width: 15px;
  height: 13px;
  cursor: pointer;
  margin-right: 2px;
  margin-top: 5px;
  -webkit-mask-image: url(/images/star-solid.svg);
  mask-image: url(/images/star-solid.svg);
}

.star,
.tmp_es {
  background-color: #ccc;
}

.fullStar,
.tmp_fs {
  background-color: orange;
}

.right-column a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.top-apps .app-title {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 17px;
  font-weight: 600;
}

.top-apps .developer {
  color: #333;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.top-apps img {
  border-radius: 5%;
}

.app-space {
  margin-bottom: 7px;
  border-bottom: 1px dotted #ccc;
  display: block;
  clear: both;
}

.footer-container {
  border-top: 1px solid #e6e6e6;
  background-color: #fff;
  color: #666;
}

.footer-copyright {
  font-size: 14px;
  border-top: 1px solid #f9f9f9;
  background-color: #fff;
  margin-top: 25px;
  color: #333;
}

.footer-copyright a {
  color: #111 !important;
}

.page-footer {
  font-size: 14px;
  padding-top: 40px;
}

.page-footer a {
  font-size: 14px;
  color: #333;
  text-decoration: none;
}

.page-footer .section-head {
  font-size: 15px;
  font-weight: 600;
}

.page-footer li {
  margin-bottom: 4px;
}

.page-footer li:last-child {
  margin-bottom: 0;
}

.footer-logo {
  width: 128px;
  height: 28px;
}

.footer-text-logo {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
  display: block;
}

.twitter-footer,
.facebook-footer,
.telegram-footer {
  fill: #666;
  height: 18px;
  width: 18px;
}

.youtube-footer {
  fill: #666;
  height: 23px;
  width: 23px;
}

.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 99999999999;
  opacity: 0;
  border-radius: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  color: #ecf0f1;
  background-color: rgba(0, 0, 0, 0.75);
}

.cookiealert.show {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 1000ms;
}

.cookiealert a {
  text-decoration: underline;
  color: #fff;
}

.cookiealert .accept-cookies {
  margin: 0 0 0 5px;
  text-align: center;
  padding: 2px 6px;
  font-size: 14px;
  background-color: #85c154;
  color: #fff;
  border-bottom: 2px solid #73b33e !important;
  border-radius: 3px;
}

.breadcrumbs {
  display: block !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #999;
}

.breadcrumbs a {
  color: #333 !important;
}

#screenshot-main {
  scrollbar-width: none;
  overflow-y: hidden;
  white-space: nowrap;
  padding: 0;
  margin: 0;
}

.screenshots {
  padding: 0 12px;
}

.screenshots .row {
  position: relative;
}

#screenshot-main::-webkit-scrollbar {
  display: none;
}

.screenshots img {
  height: 250px;
  cursor: pointer;
}

#left {
  margin-top: 105px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: 5px;
  width: 40px;
  position: absolute;
  background: #0000007e;
  border-radius: 50%;
  color: #fff;
  z-index: 2;
  cursor: pointer;
}

#right {
  margin-top: 105px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  right: 5px;
  width: 40px;
  position: absolute;
  background: #0000007e;
  border-radius: 50%;
  color: #fff;
  z-index: 2;
  cursor: pointer;
}

#left svg,
#right svg {
  fill: #fff;
}

.w-25px {
  width: 25px;
  height: 25px;
  margin-right: 2px;
}

.w-35px {
  width: 35px;
  height: 35px;
  margin-right: 3px;
}

.w-35px svg {
  height: 35px !important;
  width: 23px !important;
}

.app-details .app-image {
  width: 100%;
  height: 100%;
  max-width: 250px;
  border-radius: 2%;
}

.app-details h1 {
  font-size: 19px;
  font-weight: 700;
  margin: 0;
}

.app-details h2 {
  font-size: 15px;
  font-weight: 700;
}

.app-details a {
  color: #1cb1cd;
}

.app-details .date {
  display: block;
  font-size: 13px;
  color: #555;
}

.app-details .developer {
  color: #333;
}

.app-details .review-data {
  font-size: 13px;
  color: #555;
}

.app-details .review-data svg {
  fill: #999;
  height: 13px;
}

.app-details .description {
  border-left: 3px solid #92c66c;
  background-color: #92c66c0a;
  display: block;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.app-details .version {
  color: #92c66c;
}

.cursor-pointer {
  cursor: pointer;
}

.app-description {
  display: inline-block;
  word-break: break-word;
}

.dropdown-toggle::after {
  vertical-align: 0.145em !important;
  color: #aaa;
}

.section-icon {
  background-color: #202440;
  display: inline-block;
  text-align: center;
}

.section-icon svg {
  fill: #fff;
  height: 14px;
  width: 15px;
  margin-top: -1px;
}

.tags {
  border-top: 1px solid #eee;
}

.tags span {
  color: #343a40;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
  font-size: 19px;
}

.tags li {
  margin: 5px 8px 6px 0;
  padding: 0;
  background-color: transparent;
  vertical-align: middle;
  display: inline-block;
}

.tags li a {
  display: block;
  padding: 3px 8px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 13px;
  color: #333;
  background-color: #f9f9f9;
  border: 1px solid #eee;
}

.tags i {
  margin-right: 2px;
  color: #ffa500;
}

.tags h3 {
  font-size: 15px;
  font-weight: 700;
}

#review-title {
  font-size: 15px;
  font-weight: 700;
}

.review-title h4 {
  font-size: 15px;
  font-weight: 700;
}

.review-title a {
  color: #fff;
  text-decoration: none;
}

.review-title .checked,
.review-title .star-not-checked {
  width: 14px !important;
}

.user-ratings .row {
  line-height: 10px;
  height: 25px;
  font-size: 14px;
}

.user-ratings .progress {
  height: 10px;
}

.user-ratings .progress-bar {
  height: 10px;
  background-color: orange;
}

.review {
  border-top: 1px solid #eee;
}

.user-reviews .name {
  color: #34b2e0;
  font-size: 15px;
  font-weight: 900;
  margin: 0;
}

.user-reviews .title {
  font-size: 16px;
  line-height: 30px;
  margin: 20px 0 5px 0;
  font-weight: 800;
  color: #333;
}

.user-reviews .date {
  font-size: 14px;
  margin: 10px 0;
  color: #555;
  display: table;
  line-height: 20px;
  cursor: pointer;
  border-bottom: 1px dotted #555;
}

.user-reviews .comment {
  color: #333;
}

.user-reviews .checked,
.user-reviews .star-not-checked {
  width: 14px !important;
}

.rating-numbers {
  margin-left: 2px;
  position: relative;
  top: 1px;
}

#comment-form input {
  font-size: 14px;
}

.comment-box {
  display: none;
}

.comment-button {
  background-color: #81c14b;
  padding: 6px 12px;
  font-size: 13px;
}

.add-comment {
  font-size: 13px;
  margin-top: 5px;
  padding: 6px 12px;
  background-color: #85c154 !important;
  border-bottom: 2px solid #73b33e !important;
}

.download-btn {
  background-color: #85c154;
  padding: 17px 15px;
  color: #fff;
  border-radius: 3px;
  display: block;
  text-align: center;
  border-bottom: 3px solid #73b33e;
}

.download-btn-sm {
  background-color: #85c154;
  font-size: 13px;
  padding: 10px 17px !important;
  color: #fff;
  border-radius: 3px;
  display: block;
  text-align: center;
  border-bottom: 2px solid #73b33e;
}

.buy-btn {
  background-color: #ffcb01;
  padding: 17px 15px;
  color: #000;
  border-radius: 3px;
  display: block;
  text-align: center;
  border-bottom: 3px solid #ffb401;
}

.download-btn svg,
.download-btn-sm svg,
.buy-btn svg,
.direct-download-btn svg,
.torrent-btn svg {
  fill: #fff;
}

.direct-download-btn svg,
.torrent-btn svg {
  height: 30px;
  width: 30px;
  margin-right: 10px;
}

a.direct-download-btn,
a.torrent-btn {
  color: #fff;
  font-size: 0.95rem;
}

.direct-download-btn,
.torrent-btn {
  padding: 17px 15px;
}

.app-versions .direct-download-btn,
.app-versions .torrent-btn {
  padding: 8px 8px;
  font-size: 12px;
}

.app-versions .direct-download-btn svg,
.app-versions .torrent-btn svg {
  height: 20px;
  width: 20px;
  margin-right: 5px;
}

.card-minimos {
  background-color: #fffbe6;
  border-left: 4px solid #f0c000 !important; /* Amarillo intenso */
}

.card-recomendados {
  background-color: #f0f8f0;
  border-left: 4px solid #4caf50 !important; /* Verde intenso */
}

.direct-download-btn svg {
  top: 1px;
  position: relative;
}

.all-versions {
  font-size: 12px;
  display: block;
}

.qr-code {
  display: none;
  z-index: 99999999;
}

.show-qr-code {
  cursor: pointer;
  font-size: 13px;
}

.show-qr-code svg {
  fill: #333;
}

.show-qr-code:hover .qr-code {
  display: block;
  position: absolute;
  margin-left: -113px;
}

.show-qr-code img {
  width: 123px;
  height: 123px;
}

.last-update,
.file-size {
  font-size: 13px;
}

h4 {
  font-size: 14px;
  margin: 0 0 2px 0;
  font-weight: 700;
}

.page-item.active .page-link {
  background-color: #0d99a4;
  color: #fff;
}

.pagination .page-link {
  color: #000;
  font-size: 12px;
  border: 0 !important;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip-inner {
  font-size: 12px;
  background-color: #111;
}

.tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #111 !important;
}

.tooltip.bs-tooltip-top .arrow:before {
  border-top-color: #111 !important;
}

.form-control {
  font-size: 14px;
  color: #333;
  border-color: #eee;
}

.form-select {
  font-size: 14px;
  color: #333;
  border-color: #eee;
}

#MyModal {
  z-index: 9999999 !important;
  font-size: 14px;
  font-weight: 400;
}

.modal-body {
  background-color: #fcfcfb;
}

.modal-header {
  border-bottom: 0 !important;
}

.modal-footer {
  border-top: 0;
}

.submit-button {
  color: #fff;
  background-color: #65b89e;
  border: 0;
  font-size: 13px;
}

.modal-title {
  font-size: 15px;
}

.close {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  color: #555;
  text-shadow: 0 1px 0 #fff;
  border: 0;
  background-color: transparent;
}

.alert-no-record {
  font-size: 14px;
}

.ui-widget.ui-widget-content {
  border: 1px solid #f0f0f0;
  padding: 7px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.ui-autocomplete img {
  width: 60px;
  height: 60px;
  margin-right: 8px;
  float: left;
  border: 1px solid #eee;
}

.ui-menu .ui-menu-item:first-child {
  padding-top: 0;
}

.ui-menu .ui-menu-item:last-child {
  padding-bottom: 0;
  border-bottom: 0 !important;
}

.ui-menu .ui-menu-item {
  font-size: 14px;
  display: table;
  width: 100%;
  height: 70px;
  line-height: 20px;
}

.ui-menu .ui-menu-item strong {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.ui-menu .ui-menu-item:last-child {
  border-bottom: 0;
}

.ui-menu .ui-menu-item-wrapper {
  margin: 0 !important;
  padding: 5px 0 !important;
}

.ui-widget-content .ui-state-active {
  background-color: #f7f7f7 !important;
  color: #000 !important;
  border: 0 !important;
}

.slbCloseBtn {
  font-size: 2.3em !important;
  width: 1.96667em !important;
  top: 20px !important;
}

.more {
  line-height: 15px;
}

.topic-list .app-space {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #ccc;
}

.topic-list .image {
  width: 100px;
  height: auto;
  border-radius: 3%;
}

.topic-list h1 {
  color: #222;
  font-size: 23px;
  font-weight: 800;
}

.topic-list h2 {
  font-size: 19px;
  color: #111;
  font-weight: 800;
  margin: 0;
}

.topic-list .description {
  font-size: 14px;
  display: block;
}

.topic-list .developer {
  display: block;
}

.topic-list .license {
  position: absolute;
  background-color: #13b192;
  color: #fff;
  margin-left: -5px;
  margin-top: 10px;
  padding: 2px 10px;
  font-weight: 600;
  font-size: 11px;
  border-radius: 3px;
}

.topic-list .date {
  font-size: 13px;
  font-weight: 500;
  display: block;
}

.topic-item .app-space:last-child {
  display: none;
}

.smi {
  color: #fff;
  font-size: 13px;
}

.smi i {
  margin: 0 !important;
}

.smi .email {
  background-color: #5f5180;
}

.smi .facebook {
  background-color: #4267b2;
}

.smi .linkedin {
  background-color: #0d77b7;
}

.smi .twitter {
  background-color: #429cd6;
}

.smi .whatsapp {
  background-color: #71c169;
}

.smi .rss {
  background-color: orange;
}

.smi a {
  color: #fff;
  text-decoration: none;
}

.smi .fav svg {
  fill: #fff;
}

.topics .topic-box {
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  padding: 9px 12px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
}

.topics .topic-box a {
  color: #111;
}

.news-reading-time {
  font-size: 12px;
  background-color: #ffd700;
  color: #111;
  padding: 1px 7px;
  display: table;
  border-radius: 4px;
}

.redirecting {
  display: block;
}

.heart-icon {
  fill: #f4aec2;
  width: 20px;
}

.add-favorites {
  border: 0;
  padding: 0;
  background-color: transparent;
}

.favorites {
  background-color: #df1850;
}

#countdown {
  font-size: 13px;
  font-weight: 500;
}

@keyframes progress-shrink {
  0% {
    width: 100%;
  }

  100% {
    width: 0%;
  }
}

@keyframes notify-in {
  0% {
    left: -50px;
    opacity: 0;
  }

  100% {
    left: 0px;
    opacity: 1;
  }
}

@keyframes notify-in-out {
  0% {
    left: -50px;
    opacity: 0;
  }

  5% {
    left: 0px;
    opacity: 1;
  }

  95% {
    left: 0px;
    opacity: 1;
  }

  100% {
    left: -50px;
    opacity: 0;
  }
}

#notificationsContainer {
  position: fixed;
  max-width: 310px;
  z-index: 10;
  margin: 5px;
}

.bottomleft {
  left: 0;
  bottom: 0;
}

.bottomright {
  right: 0;
  bottom: 0;
}

.topright {
  right: 0;
  top: 0;
}

.topleft {
  left: 0;
  top: 0;
}

#notificationsContainer .notification {
  float: left;
  position: relative;
  /* top: 0; */
  /* right: 0; */
  margin: 3px;
  background-color: #b5d3ed;
  width: 300px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 53px -7px rgba(101, 101, 101, 0.3);
  -moz-box-shadow: 0px 0px 53px -7px rgba(101, 101, 101, 0.3);
  box-shadow: 0px 0px 53px -7px rgba(101, 101, 101, 0.3);
}

.n-animate-in {
  -webkit-animation-name: notify-in;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 0.5s;
  /* Safari 4.0 - 8.0 */
  animation-name: notify-in;
  animation-duration: 0.5s;
  animation-timing-function: linear;
}

.n-animate {
  -webkit-animation-name: notify-in-out;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 6s;
  /* Safari 4.0 - 8.0 */
  animation-name: notify-in-out;
  animation-duration: 6s;
  animation-timing-function: linear;
}

.notification .pad {
  padding: 10px;
  margin-bottom: 10px;
}

.notification .pad .message {
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  float: left;
  width: calc(100% - 15px);
}

.notification .pad .close {
  display: inline-block;
  float: right;
  width: 15px;
}

.close-btn {
  height: 10px;
  width: 10px;
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='iso-8859-1'?%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='512px' height='512px' viewBox='0 0 41.756 41.756' style='enable-background:new 0 0 41.756 41.756;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M27.948,20.878L40.291,8.536c1.953-1.953,1.953-5.119,0-7.071c-1.951-1.952-5.119-1.952-7.07,0L20.878,13.809L8.535,1.465 c-1.951-1.952-5.119-1.952-7.07,0c-1.953,1.953-1.953,5.119,0,7.071l12.342,12.342L1.465,33.22c-1.953,1.953-1.953,5.119,0,7.071 C2.44,41.268,3.721,41.755,5,41.755c1.278,0,2.56-0.487,3.535-1.464l12.343-12.342l12.343,12.343 c0.976,0.977,2.256,1.464,3.535,1.464s2.56-0.487,3.535-1.464c1.953-1.953,1.953-5.119,0-7.071L27.948,20.878z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 10px 10px;
}

.btn-close {
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center/0.65em auto no-repeat;
}

.notification .progressContainer {
  clear: both;
  float: left;
  padding-top: 10px;
  width: 100%;
  text-align: left;
}

.notification .progressContainer .progress {
  background-color: #98bfe0;
  min-height: 4px;
  width: 100%;
  border-radius: 10px;
  bottom: 0px;
}

.progress-animate {
  height: 5px;
  -webkit-animation-name: progress-shrink;
  -webkit-animation-duration: 6s;
  animation-name: progress-shrink;
  animation-duration: 6s;
  animation-timing-function: linear;
}

.submit-app {
  background-color: #fff3cd;
  display: table;
  color: #715912 !important;
  font-size: 12px !important;
  padding: 2px 8px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 5px;
  border: 1px solid #ffecb5;
  border-radius: 5px;
}

.rm-link {
  display: block;
  margin-top: 8px;
}

.up-down svg {
  fill: #fff;
}

.up-down .down {
  text-align: center;
  background-color: #e43b35 !important;
  border-bottom: 2px solid #d5332d !important;
}

.up-down .up {
  text-align: center;
  background-color: #85c154 !important;
  border-bottom: 2px solid #73b33e !important;
}

.up-down button {
  background-color: transparent;
  padding: 15px;
  border: 0;
  width: 100%;
  height: 100%;
}

.up-down i {
  font-style: normal;
}

.up-down small {
  font-size: 13px;
  font-weight: 600;
  color: #fff !important;
}

.navbar-collapse {
  z-index: 9;
}

button,
button:focus,
button:active,
button:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

.navbar-toggler svg {
  fill: #666;
  width: 20px;
  height: 20px;
}

.offcanvas-title {
  font-weight: bold;
  font-size: 15px;
}

.navbar-light .navbar-nav .nav-link,
.nav-link:focus,
.navbar-light .navbar-nav {
  color: #111;
}

.nav-link:hover {
  color: #73b33e !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5);
}

.bg-purple {
  background-color: #6f42c1;
}

.rss-icon {
  background-color: orange;
  width: 10px !important;
  height: 10px !important;
  padding: 3px 4px;
  border-radius: 3px;
}

.rss-icon svg {
  fill: #fff;
}

.recommended-terms {
  color: #111;
}

.recommended-terms a {
  font-size: 12px;
  background-color: #2d2d44;
  border-radius: 4px;
  padding: 2px 8px;
  color: #fff;
  margin-left: 3px;
  display: inline-block;
}

.recommended-terms a:hover {
  background-color: #92c66c;
}

.ui-widget.ui-widget-content {
  border: 1px solid #f1f1f1 !important;
}

.top-bar {
  height: 5px;
}

.top-bar .color-1 {
  background-color: #373e59;
}

.top-bar .color-2 {
  background-color: #95468c;
}

.top-bar .color-3 {
  background-color: #ffa500;
}

.top-bar .color-4 {
  background-color: #92c66c;
}

.top-bar .color-5 {
  background-color: #3a4b8c;
}

.dropdown-menu li {
  margin-bottom: 2px;
}

.dropdown .dropdown-menu {
  padding-bottom: 6px;
  border-color: #f9f9f9;
}

#theme-toggle.btn-outline-secondary:active, #theme-toggle.btn-outline-secondary:hover {
    background-color: transparent; 
}

.btn-outline-secondary:hover, .btn-outline-secondary:active {
    color: #6c757d;
    border-color: #6c757d;
}

.show-qr-code:hover .qr-code.dark-mode { display: none;}

.topic-box {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    color: #000 !important;
}

@media (min-width: 300px) {
    .col-xs-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width: 768px) {
  .col-md-1-5 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 991px) {
  .section-icon svg {
    margin-top: 2px;
  }

  .dropdown-menu {
    border: 0;
    padding: 3px 0 0 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
  }

  .dropdown-menu li {
    margin-bottom: 3px;
  }

  .dropdown-menu li:last-child {
    margin-bottom: 0;
  }

  .dropdown-item {
    padding: 0 0 5px 0;
  }

  .offcanvas-collapse {
    box-shadow: 0 0.125rem 1.25rem rgba(0, 0, 0, 0.2) !important;
    font-size: 15px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 70%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #fff;
    transition: transform 0.35s ease-in-out, visibility 0.35s ease-in-out;
  }

  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%);
  }

  .coverbg {
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0,
      rgba(0, 0, 0, 0.4) 100%,
      rgba(0, 0, 0, 1) 100%
    );
  }

  .app-details h1 {
    font-size: 17px;
  }

  .app-list .title {
    margin-bottom: 3px;
  }

  .extend-navbar {
    max-width: 1200px !important;
  }

  .swiper-container {
    margin-left: -12px !important;
    margin-right: -12px !important;
  }

  .w-35px svg {
    height: 30px !important;
    width: 23px !important;
  }

  .swiper-main h3 {
    font-size: 17px !important;
    bottom: 5px;
    left: 20px;
    right: 20px;
  }

  .swiper-main svg {
    margin-top: -8px;
    width: 9px;
    height: 9px;
  }

  .swiper-slide .logo {
    width: 45px;
    height: 45px;
    margin-right: 7px;
  }

  .swiper-pagination-main .swiper-pagination-bullet-active {
    width: 5px !important;
    height: 5px !important;
  }

  .swiper-pagination-main .swiper-pagination-bullet {
    width: 5px !important;
    height: 5px !important;
  }
}

@media (max-width: 767px) {
  .app-details .app-image {
    width: 100%;
    height: auto;
    max-width: 235px;
    border-radius: 2%;
  }

  .buy-btn,
  .direct-download-btn,
  .torrent-btn {
    padding: 12px 15px;
  }
}

@media (min-width: 768px) {
  .col-md-2-5 {
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 580px) {
  .app-details .app-image {
    width: 100%;
    height: auto;
    max-width: 185px;
    border-radius: 2%;
  }
}

@media (max-width: 480px) {
  .app-details .app-image {
    width: 100%;
    height: auto;
    max-width: 145px;
    border-radius: 2%;
  }
  .app-header-flex {
    flex-direction: column !important;
    align-items: stretch !important;
  }
  .app-header-flex > .flex-shrink-0,
  .app-header-flex > .flex-grow-1 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
