/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

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 {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0px !important;
}

.extend-navbar {
  max-width: 1300px !important;
}

.form-control:focus,
.form-select:focus {
  -webkit-box-shadow: none;
  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: 170px; */
  height: 40px;
}

.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: 16px;
  text-transform: capitalize;
}

.votes {
  font-size: 13px;
}

.app-list a {
  text-decoration: none;
}

.app-list .title {
  color: #111;
  color: #3b3a3a;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 15px;
  margin-bottom: 6px;
}

.card_item:hover .title {
  color: #008900 !important;
}

.app-list img {
  border-radius: 8%;
}

.app-list .developer {
  color: #333;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  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: #f48132;
  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: 50px;
  height: 50px;
  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: -webkit-gradient(linear,
      left top, left bottom,
      color-stop(0, rgba(0, 0, 0, 0)),
      color-stop(100%, rgba(0, 0, 0, 0.75)),
      to(rgba(0, 0, 0, 1)));
  background: -o-linear-gradient(top,
      rgba(0, 0, 0, 0) 0,
      rgba(0, 0, 0, 0.75) 100%,
      rgba(0, 0, 0, 1) 100%);
  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: -webkit-gradient(linear,
      left top, left bottom,
      color-stop(0, rgba(0, 0, 0, 0)),
      color-stop(100%, rgba(0, 0, 0, 0.8)),
      to(rgba(0, 0, 0, 1)));
  background: -o-linear-gradient(top,
      rgba(0, 0, 0, 0) 0,
      rgba(0, 0, 0, 0.8) 100%,
      rgba(0, 0, 0, 1) 100%);
  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;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.top-apps .app-title {
  display: block;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 17px;
  font-weight: 600;
}

.top-apps .developer {
  color: #333;
  display: block;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.top-apps img {
  border-radius: 8%;
}

.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 {
  height: 40px;
}

.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;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  color: #ecf0f1;
  background-color: rgba(0, 0, 0, 0.75);
}

.cookiealert.show {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  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_wrap {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.breadcrumbs {
  display: block !important;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #595757;
  text-transform: capitalize;
}

.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: 50px;
  height: 50px;
  border-radius: 8%;
}

.app-details h1 {
  font-size: 19px;
  font-weight: 700;
  margin: 0;
}

.app-details h2 {
  
  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;
}

.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 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: 14px;
  color: #333;
  background-color: #f9f9f9;
  border: 1px solid #eee;
  text-transform: capitalize;
}

.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: 14px;
  font-weight: 500;
  color: #262626 !important;
  margin-top: 5px;
  padding: 6px 12px;
  background-color: #85c154;
  border-bottom: 2px solid #73b33e;
}

.download-btn {
  background-color: #85c154;
  padding: 5px;
  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: #fff;
  border-radius: 3px;
  display: block;
  text-align: center;
  border-bottom: 3px solid #ffb401;
}

.download-btn svg,
.download-btn-sm svg,
.buy-btn svg {
  fill: #fff;
}

.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;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  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;
  -o-text-overflow: ellipsis;
  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; */
  line-height: 20px;
}

.topic-list .app-space {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #ccc;
}

.topic-list .image {
  width: 100px;
  height: 100px;
  border-radius: 8%;
}

.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;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.smi button {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  background: transparent;
}

.smi .fav svg {
  fill: #fff;
}

.topics .topic-box {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  padding: 9px 12px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  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;
}

.reddit {
  background-color: #f14200eb;
}

#countdown {
  font-size: 13px;
  font-weight: 500;
}

@-webkit-keyframes progress-shrink {
  0% {
    width: 100%;
  }

  100% {
    width: 0%;
  }
}

@keyframes progress-shrink {
  0% {
    width: 100%;
  }

  100% {
    width: 0%;
  }
}

@-webkit-keyframes notify-in {
  0% {
    left: -50px;
    opacity: 0;
  }

  100% {
    left: 0px;
    opacity: 1;
  }
}

@keyframes notify-in {
  0% {
    left: -50px;
    opacity: 0;
  }

  100% {
    left: 0px;
    opacity: 1;
  }
}

@-webkit-keyframes notify-in-out {
  0% {
    left: -50px;
    opacity: 0;
  }

  5% {
    left: 0px;
    opacity: 1;
  }

  95% {
    left: 0px;
    opacity: 1;
  }

  100% {
    left: -50px;
    opacity: 0;
  }
}

@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);
  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;
  -webkit-animation-timing-function: linear;
  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;
  -webkit-animation-timing-function: linear;
  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;
  -webkit-animation-timing-function: linear;
  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;
  border-bottom: 2px solid #d5332d;
  background-color: #85c154;
  border-bottom: 2px solid #73b33e;
}

.up-down .up {
  text-align: center;
  background-color: #85c154;
  border-bottom: 2px solid #73b33e;
  background-color: #429cd6;
  border-bottom: 2px solid #429cd6;
}

.vote-buttons {
  max-height: 31px;
}

.up-down button {
  background-color: transparent;
  /* padding: 5px; */
  border: 0;
  width: 100%;
  height: 100%;
  min-width: 50px;
}

.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;
  -webkit-box-shadow: 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;
  text-transform: uppercase;
  font-weight: bold;
}

.nav-link:hover {
  color: #57ac57 !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;
}

@media (min-width: 768px) {
  .col-md-1-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.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;
    -webkit-box-shadow: none !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 {
    -webkit-box-shadow: 0 0.125rem 1.25rem rgba(0, 0, 0, 0.2) !important;
    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;
    -webkit-transition: visibility 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    transition: visibility 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    -o-transition: transform 0.35s ease-in-out, visibility 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out, visibility 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out, visibility 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  }

  .offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .coverbg {
    background: -webkit-gradient(linear,
        left top, left bottom,
        color-stop(0, rgba(0, 0, 0, 0)),
        color-stop(100%, rgba(0, 0, 0, 0.4)),
        to(rgba(0, 0, 0, 1)));
    background: -o-linear-gradient(top,
        rgba(0, 0, 0, 0) 0,
        rgba(0, 0, 0, 0.4) 100%,
        rgba(0, 0, 0, 1) 100%);
    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 .app-image {
    width: 50px;
    height: 50px;
    border-radius: 3%;
  }

  .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;
  }
}

/* ========================================= custom =========================================== */
a:hover {
  color: #008900;
}

.app-details a:hover {
  color: #008900 !important;
}

.navbar {
  background-color: #FFFFFF !important;
}

.navbar-collapse {
  background-color: #FFFFFF !important;
  font-size: 15px;
  text-transform: capitalize;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  background-color: #FFFFFF !important;
}

.nav-link {
  color: #000000 !important;
  /* font-weight: 500; */
}

.navbar-nav a {
  color: #000000 !important;
}

.nav-link:hover {
  color: #008900 !important;
}

.navbar-toggler svg {
  fill: #111111 !important;
}

.dropdown-item:active,
.dropdown-item:hover {
  background-color: #FFFFFF !important;
  color: #008900 !important;
}

.dropdown-toggle::after {
  color: #111111 !important;
}

.offcanvas-title {
  color: #000000 !important;
}

/* @media (min-width: 768px) {
  .ps-md-2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
} */

@media (min-width: 1224px) {
  .ps-md-2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 1224px) {
  .pe-md-2 {
    padding-right: 16px !important;
  }
}

/* =================== Search ================= */
.search_wrap {
  position: relative;
}

.search_box {
  position: absolute;
  visibility: visible;
  width: calc(100% - 24px);
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  min-height: 51px;
  max-height: 270px;
  top: 42px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  overflow-y: auto;
  overflow-x: hidden;

  padding: 7px;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border: 1px solid #f1f1f1;
}

.hidden-search {
  display: none;
}

/* ========================== game__content */
.game__content {
  font-size: 16px;
  line-height: 1.5;
  color: #212529;
  word-wrap: break-word;
}

.game__content ul,
.game__content ol {
  padding-left: 30px;
  margin-bottom: 26px;
  list-style: circle;
}

.game__content ul:last-child,
.game__content ol:last-child {
  margin-bottom: 0;
}

.game__content li {
  line-height: 26px;
  padding-left: 6px;
  position: relative;
}

.game__content p {
  line-height: 26px;
  margin-bottom: 26px;
  letter-spacing: 0.4px;
}

.game__content a {
  font-style: italic;
  color: #007faf;
}

.game__content a:hover,
.game__content a:focus {
  color: var(--gray);
}

.game__content h1,
.game__content h2,
.game__content h3,
.game__content h4,
.game__content h5,
.game__content h6 {
  margin-bottom: 12px;
}

.game__content h1:last-child,
.game__content h2:last-child,
.game__content h3:last-child,
.game__content h4:last-child,
.game__content h5:last-child,
.game__content h6:last-child {
  margin-bottom: 0;
}

.game__content img {
  max-width: 100%;
  height: auto;
}

.game__content iframe {
  max-width: 100%;
}

.game__content blockquote {
  display: block;
  position: relative;
  padding: 0 0 0 40px;
  line-height: 30px;
  margin-bottom: 26px;
}

.game__content blockquote:before {
  content: '';
  position: absolute;
  display: block;
  top: 2px;
  bottom: 2px;
  left: 16px;
  width: 3px;
  background-color: #1cb1cd;
  -webkit-box-shadow: 0 0 13px 0 #1cb1cd;
  box-shadow: 0 0 13px 0 #1cb1cd;
  border-radius: 4px;
}

.game__content blockquote p {
  margin-bottom: 0;
}

.game__content blockquote:last-child {
  margin-bottom: 0;
}

/* ================================== header-game - game-full-rate */
.header-game {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* game-full-rate */
.game-full-rate {
  padding-left: 10px;
}

#append-rate .rating img {
  display: unset;
  margin-bottom: 0;
  width: 22px;
  height: 22px;
}

.font-rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 0.5;
  margin-top: 6px;
}

/* fullscreen.php */
#expand {
  cursor: pointer !important;
}

.force_full_screen {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 99999;
  top: 0px !important;
  border: 0px !important;
  left: 0px !important;
  right: 0px !important;
  cursor: pointer !important;
}

.exit-fullscreen {
  width: 36px;
  height: 36px;
  position: fixed;
  top: 5px;
  right: 5px;
  z-index: 999999;
  padding: 8px;
  color: white;
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  font-family: sans-serif;
  line-height: 21px;
  font-size: 25px;
  border-radius: 6px;
}

.hidden {
  display: none;
}

/*============================== #back-to-top ==============================*/
#back-to-top {
  position: fixed;
  z-index: 3;
  width: 44px;
  height: 44px;
  right: 15px;
  bottom: 40px;
  border-radius: 10px;
  background: #f48132;
  color: #fff;
  transition: all .3s cubic-bezier(.25, .8, .25, 1);
  font-family: sans-serif;
  font-size: 14px;
  text-align: center;
}

#back-to-top:hover {
  opacity: .9;
}

.hidden-scroll {
  display: none !important;
}

@media (max-width: 992px) {
  #back-to-top {
    visibility: hidden;
  }
}