body.path-rank-math {
  background: #efefef;
}
.loader {
  text-align: center;
}
.loader-image {
  height: 100px;
}
.rank-math-report {
  background: #fff;
  display: none;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #d9e2ec;
  /* border-radius: inherit; */
  margin-bottom: 50px;
}
.rank-math-title h2 {
  border-radius: 6px 6px 0 0;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 10px 15px;
  background: #243b53;
  color: #ffff;
  margin-top: inherit !important;
}

.rank-math-report .col-12 {
  padding: 10px 15px;
  border-bottom: 1px solid #d9e2ec;
}
.rank-math-report .col-12 .row {
  align-items: center;
}
.basic-seo h3 {
  font-size: 1rem;
  font-weight: 600;
}
.seo-content p:not(.seo-content p:last-of-type) {
  margin-bottom: 5px;
}
.seo-content p span {
  width: 15px;
  height: 15px;
  min-width: 15px;
  min-height: 15px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}
.seo-content p.span-right span {
  background: #87c742;
}
.seo-content p.span-wrong span {
  background: #e53b30;
}
.seo-content p {
  display: flex;
  align-items: center;
}
.check-data {
  margin-left: 20px;
  margin-bottom: 0;
  width: 98%;
}
.check-data tr:last-of-type {
  border-bottom: none;
}
.check-data td {
  height: 3rem;
  padding: 5px;
}
.duplicate-content-link {
  margin-left: 25px;
  text-decoration: underline;
}
.dulicateContent {
  max-width: 60%;
  width: 60%;
}
.dulicateContent p {
  margin: inherit;
}
.dulicateContent .dulicacyCheck {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  /* width: 75%; */
}
.check-data tr th:first-of-type,
.check-data tr td:first-of-type {
  text-align: center;
}
.contentName {
  font-weight: 600;
  margin-top: 10px;
  color: #243b53;
  font-family: monospace;
}
.descriptionName {
  font-weight: 500;
  margin-top: 10px;
}
.H1Tag {
  font-weight: 600;
  margin-top: 10px;
  color: #243b53;
  font-family: monospace;
}
.rank-math-content {
  background-color: #f6f6f6;
}
#duplicateData ul.navbar-nav {
  flex-direction: row;
  justify-content: space-evenly;
  background-color: #243b53;
  margin-bottom: 20px;
  height: 40px;
}
#duplicateData ul.navbar-nav a {
  color: #fff;
}
.rank-math-content {
  color: black;
}
.rank-math-content a {
  color: #3259da;
}
#content-url a:hover {
  text-decoration: underline !important;
}
.rank-math-content a:hover {
  color: #3259da;
}
#duplicateData ul li,
#duplicateData ol li {
  list-style-type: none;
}
.rank-math-url h3 {
  margin: 20px 0;
}

#duplicateData h1,
#duplicateData h2,
#duplicateData h3,
#duplicateData h4,
#duplicateData h5,
#duplicateData h6 {
  margin-top: 25px;
  margin-bottom: 15px;
}
#duplicateData li.dropdown {
  width: 5%;
}
