@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500&display=swap");
.tools_page_url-rewrite-analyzer {
  font-family: "Ubuntu", sans-serif;
}
.tools_page_url-rewrite-analyzer h2 {
  font-family: "Ubuntu", sans-serif;
}
.tools_page_url-rewrite-analyzer #_regex-search-bar {
  display: flex;
  padding: 20px 0;
}
.tools_page_url-rewrite-analyzer #_regex-search-bar .prefix-url {
  display: flex;
  align-items: center;
  background: aliceblue;
  color: #919ca0;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  font-weight: 300;
  padding: 20px;
  padding-right: 0;
  border-radius: 5px 0 0 5px;
}
.tools_page_url-rewrite-analyzer #_regex-search-bar #regex-tester {
  margin: 0;
  width: 100%;
  padding: 20px;
  padding-left: 0;
  border: none;
  background: aliceblue;
  color: black;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  font-weight: 300;
  border-radius: 0 5px 5px 0;
}
.tools_page_url-rewrite-analyzer #_regex-search-bar #regex-tester:focus {
  outline: none;
  box-shadow: none;
}
.tools_page_url-rewrite-analyzer table {
  border-radius: 5px;
  border: none;
}
.tools_page_url-rewrite-analyzer table thead tr th {
  font-size: 15px;
  border-color: #dedede;
  background: aliceblue;
  padding: 20px;
}
.tools_page_url-rewrite-analyzer table thead tr th:nth-child(1) {
  border-radius: 5px 0 0 0;
}
.tools_page_url-rewrite-analyzer table thead tr th:nth-child(2) {
  border-radius: 0 5px 0 0;
}
.tools_page_url-rewrite-analyzer table tbody tr {
  transition: all 0.3s ease;
  cursor: pointer;
}
.tools_page_url-rewrite-analyzer table tbody tr td {
  border-bottom: 1px solid #dedede;
  padding: 20px;
  line-height: 1;
  vertical-align: middle;
  font-weight: 300;
}
.tools_page_url-rewrite-analyzer table tbody tr td span {
  font-size: 15px;
}
.tools_page_url-rewrite-analyzer table tbody tr:hover {
  background-color: aliceblue;
}

.regexgroup,
.regexgroup-target {
  color: #449eea;
  font-style: italic;
}

.regexgroup,
.queryvalue {
  font-weight: bold;
}

.queryvar-unread {
  color: #ff7878;
  font-style: italic;
  text-decoration: line-through;
}

.regex-repeater-target.highlight {
  text-decoration: underline;
}

#regex-help-wrap dd {
  margin-left: 1em;
}

.regexgroup-target-value {
  display: none;
}

.rewrite-rule-unmatched {
  display: none;
}

.rewrite-rule-matched.rewrite-rule-matched-first {
  background-color: #7ebd7e;
}
.rewrite-rule-matched.rewrite-rule-matched-first td {
  color: white;
}
.rewrite-rule-matched .regexgroup-target-value {
  display: inline;
}
.rewrite-rule-matched .regexgroup-target {
  display: none;
}
.rewrite-rule-matched:hover td {
  color: black;
}