body {
  image-rendering: -webkit-optimize-contrast;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  color: #000;
}

.btn:hover {
  color: #fff;
}

a:focus,
a:active,
.btn:focus,
.btn:active {
  box-shadow: none !important;
  outline: 0px !important;
}

.link-title {
  text-decoration: none;
  font-weight: bold;
}

.section-title {
  text-decoration: none;
  display: block;
  font-weight: bold;
}

.alert-warning {
  font-size: 14px;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  color: #6c757d;
  font-weight: bold;
  color: #000;
  padding-right: 0;
}

.nav-underline .nav-link:hover {
  color: #000;
}

.nav-underline .active {
  font-weight: 500;
  color: #343a40;
}

.bgc-purple {
  background-color: #46446d;
}

.bgc-red {
  background-color: #ee1c25;
}

.bgc-green {
  background-color: #65b89e;
}

.bgc-yellow {
  background-color: #ffd700;
}

.bgc-dark {
  background-color: #333;
}

.bg-featured {
  background-color: #eff5ff !important;
  border: 2px solid #fff;
}

.bg-forms {
  background-color: #eff5ff !important;
  border: 2px solid #fff;
}

.links {
  font-size: 14px;
}

.links .description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.link-title-detail {
  font-weight: bold;
}

.custom-page h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

.custom-page p {
  font-size: 15px;
  line-height: 25px;
}

.custom-page p:last-child {
  margin-bottom: 10px;
}

.more-info {
  font-size: 0.875rem;
}

.search-form {
  font-size: 0.875rem;
  font-weight: 500;
  border: 0;
}

.header-container {
  background-color: #46446d;
}

.text-logo {
  font-size: 20px;
  height: 49px;
  line-height: 49px;
  padding: 0;
  margin: 0;
}

.text-logo a {
  color: #fff;
  text-decoration: none;
}

.image-logo {
  font-size: 20px;
  padding: 0;
  margin: 0;
}

.image-logo img {
  padding: 5px 0;
  height: 49px;
}

.footer-logo {
  padding: 5px 0;
  height: 49px;
}

.footer-text-logo {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
  display: block;
}

.header-icons a {
  color: #fff;
}

.header-icons i {
  font-size: 16px;
  margin-left: 8px;
}

.pagination {
  margin-bottom: 15px !important;
}

.pagination .page-link {
  color: #000;
  font-size: 12px;
  border: 0 !important;
}

.page-item.active .page-link {
  background-color: #65b89e;
  color: #fff;
}

.search-btn {
  color: #fff;
  border-color: #65b89e;
  background-color: #65b89e;
  border: 0;
  font-size: 13px;
}

.update-btn {
  color: #fff;
  border-color: #8b5c86;
  background-color: #8b5c86;
  border: 0;
  font-size: 13px;
}

.site-icon {
  width: 70px;
  height: 70px;
}

.featured {
  background-color: #65b89e;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  padding: 1px 5px;
  margin-left: 5px;
}

.site-url,
.site-url:hover {
  display: table;
  color: #037cd4;
  word-break: break-all;
  text-decoration: underline;
}

.email,
.email:hover {
  display: table;
  color: #037cd4;
  word-break: break-all;
  text-decoration: none;
}

.breadcrumbs {
  display: block !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 0.85rem;
}

.breadcrumbs a {
  color: #555;
  text-decoration: none;
}

.breadcrumbs .sep {
  color: #bbb;
  margin: 0 2px;
}

.footer-container {
  background-color: #25243c;
  color: #fff;
  font-weight: 300;
}

.footer-container .section-head {
  font-size: 16px;
  font-weight: 600;
}

.footer-copyright {
  background-color: #1f1e33;
  margin-top: 25px;
}

.page-footer {
  font-size: 13px;
  padding-top: 40px;
}

.page-footer a {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
}

.page-footer br {
  display: block;
  margin: 3px 0;
}

.page-footer i {
  font-size: 16px;
  margin-right: 11px;
}

.page-footer li {
  line-height: 24px;
}

.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  font-weight: 200;
  margin: 0 !important;
  z-index: 99999999999;
  opacity: 0;
  border-radius: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  font-size: 0.85em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
}

.cookiealert.show {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 1000ms;
}

.cookiealert .acceptcookies {
  margin-left: 5px;
  text-align: center;
  width: 106px;
  padding: 2px;
  font-size: 0.95em;
  font-weight: 300;
  background-color: #65b89e;
  color: #fff;
}

.sub-categories {
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}

.children-link {
  text-decoration: underline;
}
#redirect {
  font-size: 14px;
}

#redirect .message {
  font-size: 13px;
  display: block;
}

#redirect .title {
  font-size: 20px;
  display: block;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 4px;
}

.redirect-icon {
  width: 100px;
  height: 100px;
}

.modal-backdrop.show {
  z-index: 999999;
  opacity: 0.75;
}

.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: 1px solid #65b89e;
  font-size: 13px;
}

.modal-title {
  font-size: 15px;
}

.close {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  color: #555;
  text-shadow: 0 1px 0 #fff;
  border: 0;
  background-color: transparent;
}

.submission-box {
  border-top: 1px dotted #ccc;
}

.social-media .col {
  padding: 0.5rem !important;
  text-align: center;
}

.social-media a {
  color: #fff;
  text-decoration: none;
  display: block;
}

.social-media {
  color: #fff;
  font-size: 13px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}

.social-media i {
  margin: 0 !important;
}

.social-media .email {
  background-color: #46446d;
}

.social-media .facebook {
  background-color: #4267b2;
}

.social-media .linkedin {
  background-color: #0d77b7;
}

.social-media .twitter {
  background-color: #429cd6;
}

.social-media .whatsapp {
  background-color: #71c169;
}

.social-media .telegram {
  background-color: #0088cc;
}

.fa-exclamation-triangle {
  color: #f7c44c;
}

.qr-code {
  border: 1px solid #eee;
}

.article-page p {
  font-size: 15px;
  line-height: 25px;
}

.article-page p:last-child {
  margin-bottom: 10px;
}

.article-title {
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: bold;
}

.article-description {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 7px;
}

.article-date {
  font-size: 13px;
  color: #333;
  display: block;
}

.articles h3 {
  font-size: 15px;
  line-height: 19px;
  margin: 0;
  font-weight: 600;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 3px;
}

.articles-list .title {
  font-size: 17px;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.articles-list .description {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.sticky-top-15 {
  top: 15px;
}

.review-title {
  border-top: 1px solid #eee;
  font-weight: bold;
  font-size: 19px;
}

.review-title a {
  color: #fff;
  text-decoration: none;
}

.review-title .btn {
  padding: 6px 12px;
  background-color: #85c154;
  border: 0;
}

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

.user-ratings .rating {
  font-weight: 500;
}

.user-ratings .votes {
  font-weight: 500;
}

.review {
  border-top: 1px solid #eee;
}

.user-reviews .name {
  color: #34b2cb;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}

.user-reviews .title {
  font-size: 19px;
  line-height: 30px;
  margin: 20px 0 10px 0;
  font-weight: bold;
  color: #111;
}

.user-reviews .date {
  font-size: 14px;
  margin: 10px 0;
  color: #333;
  display: table;
  line-height: 20px;
  cursor: pointer;
  border-bottom: 1px dotted #555;
}

.user-reviews .comment {
  color: #111;
}

.comment-box {
  display: none;
}

.comment-button {
  background-color: #81c14b;
  padding: 6px 12px;
  font-size: 13px;
  color: #fff;
}

.add-comment {
  font-size: 15px;
  color: #fff;
  font-size: 13px;
  margin-top: 10px;
}

.star {
  float: left;
  width: 18px;
  height: 25px;
  line-height: 25px;
  cursor: pointer;
}

.star:before,
.tmp_es:before {
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ccc;
}

.fullStar:before,
.tmp_fs:before {
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: orange;
}

.stars {
  line-height: 25px;
  font-size: 13px;
}

.fa-star {
  color: #ccc;
}

.checked {
  color: orange !important;
}

.title-badge {
  color: #85c154;
}

.rm-link {
  color: #0095dd;
  text-decoration: none;
  display: table;
  cursor: pointer;
}

.phone-number,
.phone-number:hover {
  color: #0095dd;
  border-bottom: 1px dotted #000;
}

.w-25px {
  width: 25px;
  text-align: center;
}

.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-signin {
  width: 100%;
  max-width: 360px;
  margin: auto;
  color: 000;
}

.form-signin .checkbox {
  font-size: 14px;
  font-weight: 400;
}

.form-signin .btn {
  background-color: #46446d;
  border-color: #46446d;
  color: #fff;
  font-size: 15px;
  padding: 13px 0px;
}

.sign-up {
  font-size: 14px;
}

.sign-up a {
  color: #000;
  font-weight: 600;
}

.text-field {
  font-size: 14px;
  padding: 10px;
}

.login-alert {
  font-size: 14px;
}

.login-alert p {
  margin: 0;
}

.member-area {
  font-size: 14px;
}

.member-area .user-name {
  display: block;
  padding-bottom: 12px;
}

.member-area .menu li {
  border-bottom: 1px solid #eee;
}

.member-area .menu li:last-child {
  border-bottom: 0;
}

.member-area .menu li a {
  font-weight: bold;
  display: block;
  padding: 12px 0;
}

.member-area .menu li i {
  color: #ccc;
  font-size: 18px;
}

.view-btn {
  background-color: #8b5c86;
  border: 0;
  color: #fff;
  font-size: 11px;
}

.get-started {
  background-color: #8b5c86;
  border: 0;
  color: #fff;
  font-size: 14px;
}

.paid {
  background-color: #85c154;
  font-weight: 400;
}

.not-paid {
  background-color: #65b89e;
  font-weight: 400;
}

.pending {
  background-color: #ffc31e;
  font-weight: 400;
}

.approved {
  background-color: #8b5c86;
  font-weight: 400;
}

.rejected {
  background-color: #999;
  font-weight: 400;
}

.pay-price {
  font-size: 18px;
  display: block;
}

.pay-button, .pay-button a {
  background-color:#85c154;
  border: #85c154;
  font-size: 15px;
  color:#fff;
}

.pay-now, .pay-now:hover {
  background-color: #46446d;
  font-weight: 400;
  color: #fff;
}

.submission-head-title {
  font-size: 15px;
  border-left: 3px solid #ffc31e;
  padding-left: 5px;
}

.table thead th {
  border-bottom: 1px solid #ddd !important;
}

.table thead {
  background-color: #fff;
}

.table th {
  padding-top: 13px;
  padding-bottom: 13px;
}

.table tbody tr:last-child {
  border-bottom: 1px solid #fff;
}

@media (max-width: 991px) {
  .link-title-detail {
    display: block;
    padding-top: 2px;
    font-weight: 800;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 12px;
  }
  .featured {
    padding: 2px 5px !important;
  }
  .cookiealert {
    font-size: 0.8em !important;
  }
}
