.link-details-review a,
.category-desc a {
  color: #2eaf61 !important;
}

.copyright-message {
  line-height: 1.8em;
  font-size: 17px;
  color: #4e4e4e;
  padding: 0;
  border: none;
  position: relative;
  background-color: #00add9;
  background-image: linear-gradient(to bottom, #00ccff 0%, #017acf 41%, #017acf 100%);
}

.copyright-message a {
  color: #ffba01;
}

.copyright-message .inner-footer {
  margin: 0px auto;
  max-width: 1150px;
  padding: 15px 10px 25px;
  margin-top: 50px;
  position: relative;
}

@media (max-width: 1400px) {
  .copyright-message .inner-footer {
    max-width: 1020px;
  }
}

.copyright-message .inner-footer .copyright-message-headline {
  margin-bottom: 10px;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
}

.copyright-message .inner-footer .copyright-message-headline img {
  display: inline-block;
  height: 45px;
  vertical-align: middle;
}

.copyright-message .inner-footer p img {
  height: 35px;
  vertical-align: middle;
}

@media (max-width: 991px) {
  .copyright-message .inner-footer .copyright-message-headline img,
  .copyright-message .inner-footer p img {
    height: 28px;
  }
}

.copyright-message .inner-footer p {
  margin-bottom: 26px;
  color: #ffffff;
}

.copyright-message {
  margin-top: 32%;
}

@media (max-width: 991px) {
  .copyright-message {
    margin-top: 35%;
  }
}

.copyright-message .intro-dude-img,
.copyright-message #PornDudeSVG {
  position: absolute;
  bottom: calc(100% - 1px);
  left: 50%;
  display: inline-block;
  width: 100%;
  max-width: initial;
  margin: 0px auto;
  transform: translateX(-50%);
}

.copyright-message #PornDudeSVG {
  animation: fadeEffect .2s;
}

.copyright-message .animation-wrapper {
  position: relative;
  width: 100%;
  padding-top: 37%;
  overflow: hidden;
}

/* IP feature */

.ip-feature {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ip-feature .ip,
.ip-feature .isp,
.ip-feature .city {
  font-style: normal;
  color: #ea4b4c;
}

.ip-feature .ip {
  font-weight: 700;
}

.ip-feature .isp,
.ip-feature .city {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* end IP feature */

/* sale icon feature */

.review-sale:after {
  content: " *sale";
  font-size: 12px;
  color: #ea4444cc;
  width: 36px;
  height: 17px;
  position: absolute;
  margin: 2px 0 0px;
}

/* sale icon feature */

.pdc-casting {
  display: none;
}

@media (max-width: 991px) {
  .pdc-casting {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.pdc-casting-link {
  display: flex;
  border: 3px solid #ec7621;
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 424px) {
  .pdc-casting-link {
    width: 100%;
  }
}

.detect-block {
  position: absolute;
  background: #fff;
  z-index: 111;
  color: #000;
  border-radius: 10px;
  padding: 20px 20px 20px;
  font-size: 13px;
  line-height: 18px;
  bottom: calc(100% + 1px);
  border: 3px solid #bababa;
  margin: 0 0 10px 0;
  width: 330px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

.detect-block .btn-close {
  position: absolute;
  left: 10px;
  top: 10px;
  cursor: pointer;
  height: 10px;
  width: 10px;
}

.detect-block .btn-close:after,
.detect-block .btn-close:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 14px;
  background: #96979f;
}

.detect-block .btn-close:before {
  transform: rotate(45deg);
}

.detect-block .btn-close:after {
  transform: rotate(-45deg);
}

.detect-block.shown {
  display: block;
}

.detect-block .title {
  font-size: 14px;
  line-height: 1.2;
  color: #4e4e4e;
  margin-bottom: 10px;
  font-weight: 500;
}

.detect-block .title .link-icon-base:before {
  margin-right: 2px;
  margin-left: 4px;
}

.detect-block .text {
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 5px 0;
  color: #767676;
}

.detect-block .btn-action {
  --animation-rgb-value: 51, 217, 178;

  background: #30af62;
  color: #fff;
  display: block;
  width: 100%;
  border: none;
  border-radius: 10px;
  font-size: 14px;
  padding: 10px 4px;
  font-weight: 500;
  cursor: pointer;
  outline: none;
  text-align: center;
  text-decoration: none;
  margin: 10px 0 8px 0;
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
  .detect-block .btn-action:hover {
    animation: pulse 1s infinite;
  }
}

.detect-block .btn-action:after {
  content: "";
  background: url(/includes/images/tpd-half-thumbsup.svg) no-repeat;
  width: 50px;
  height: 50px;
  background-size: contain;
  position: absolute;
  right: -22px;
  top: -8px;
  z-index: 1;
}

.detect-block .btn-cancel {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 2;
  color: #ff9701;
}

.detect-block:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  top: calc(100% + 1px);
  left: 0;
  right: 0;
  margin: auto;
  border-width: 15px 12px 0 15px;
  border-color: #bababa transparent transparent transparent;
}

.detect-block:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  border-width: 10px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
}

@media (max-width: 1150px) {
  .detect-block {
    width: 250px;
    padding: 19px 16px;
  }

  .detect-block .title {
    font-size: 11px;
    line-height: 11px;
  }

  .detect-block .text {
    font-size: 10px;
    line-height: 10px;
  }

  .detect-block .btn-action {
    font-size: 11px;
  }

  .detect-block .btn-action:after {
    left: 90%;
  }

  .detect-block .btn-cancel {
    font-size: 11px;
    line-height: 11px;
  }
}

@media (max-width: 991px) {
  .detect-block {
    display: none !important;
  }
}

@keyframes scroll-btn-loader-rotate {
  0% {
      transform:
        translate(-50%, -50%)
        rotate(0deg);
  }

  100% {
      transform:
        translate(-50%, -50%)
        rotate(360deg);
  }
}