.pretty-link-cta-button {
  display: inline-block;
  margin: 0 auto;
  background-color: #FD9C27;
  color: #fff;
  padding: 15px 25px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
}

.pretty-link-cta-gt-button {
  padding: 10px 15px;
  border: 2px solid #000;
  font-size: 16px;
}

.pretty-link-cta-gt-button:active,
.pretty-link-cta-gt-button:hover {
    color: #135e96;
    cursor: pointer;
}

#pretty-links-sidebar.postbox .pretty-link-cta-button {
  padding: 10px 20px;
  font-size: 12px;
}

#pretty-links-sidebar.postbox .inside h2 {
  padding: 0;
  margin-bottom: 10px;
  font-weight: 700;
}

.plp-post-sidebar-statistics {
  margin-bottom: 25px;
}

.plp-post-sidebar-replacements {
  margin-top: 15px;
}

.prli-new-badge {
  background-color: #ed5a4c;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.4;
  margin-left: 5px;
  padding: 2px 6px 3px;
  border-radius: 100px;
  position: relative;
  top: -1px;
}

#menu-posts-pretty-link > ul > li {
  position: relative;
}

#menu-posts-pretty-link .prli-new-badge {
  position: absolute;
  right: 10px;
  font-size: 9px;
  padding: 2px 5px 3px;
  top: 50%;
  margin-top: -8px;
  margin-left: 0;
}

#menu-posts-pretty-link a[href*="edit.php?post_type=pretty-link&prettypay=1"],
#menu-posts-pretty-link a[href*="edit.php?post_type=pretty-link&page=prettypay-links"] {
  padding-right: 43px !important;
}
.tippy-box {
  background:#e1e1e1;
  color: #000;
  opacity: 1;
}
.prli-page .tippy-box .tippy-arrow::before {
 border-top-color: #e1e1e1;
 border-bottom-color: #e1e1e1;
}
.tippy-box a{
  color: #000;
}
.tippy-content{
  padding: 10px 19px;
  font-weight: 500;
}
.tippy-content strong {
  line-height: 2;
  font-weight: 700;
}
