.status-tag[data-v-c56a11a2] {
  border-radius: 2px;
  font-size: 12px;
  padding: 2px 6px;
  margin: 0 2px 3px;
  display: inline-block;
  white-space: nowrap;
  line-height: 1.4;
}
.status-tag.patent-label[data-v-c56a11a2] {
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.status-tag.effective[data-v-c56a11a2] {
  color: #ffffff;
  background-color: #15cf5a;
}
.status-tag.invalid[data-v-c56a11a2] {
  color: #ffffff;
  background-color: #565f7c;
}
.status-tag.examine[data-v-c56a11a2] {
  color: #ffffff;
  background-color: #1f93f6;
}
.status-tag.law-event[data-v-c56a11a2] {
  color: #ffffff;
  background-color: #15cf5a;
}
.status-list[data-v-c56a11a2] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.td-dot.effective[data-v-c56a11a2]:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 4px;
  background-color: #15cf5a;
}
.td-dot.invalid[data-v-c56a11a2]:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 4px;
  background-color: #565f7c;
}
.td-dot.examine[data-v-c56a11a2]:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 4px;
  background-color: #1f93f6;
}
