#commentswp-dashboard {
  box-sizing: border-box;
}
#commentswp-dashboard #commentswp-filters {
  margin-bottom: 20px;
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-content: stretch;
  align-items: center;
}
#commentswp-dashboard #commentswp-filters h2 {
  order: 0;
  flex: 1 1 auto;
  align-self: center;
  font-size: 2em;
  font-weight: 400;
  text-align: left;
  margin: 0;
  padding: 0;
}
#commentswp-dashboard #commentswp-filters .commentswp-filter {
  order: 1;
  flex: 0 1 auto;
  align-self: center;
  margin-left: 20px;
}
#commentswp-dashboard #commentswp-cards {
  box-sizing: border-box;
  font-size: 0;
  margin-left: -20px;
}
#commentswp-dashboard #commentswp-cards .commentswp-card {
  margin-bottom: 20px;
  font-size: 13px;
  position: relative;
}
#commentswp-dashboard #commentswp-cards .commentswp-card.loading {
  opacity: 0.5;
  pointer-events: none;
  user-select: none;
}
#commentswp-dashboard #commentswp-cards .commentswp-card .commentswp-card-menu {
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 0;
}
#commentswp-dashboard #commentswp-cards .commentswp-card .commentswp-card-menu button {
  background: none;
  border: none;
  cursor: pointer;
  height: 20px;
  line-height: 1;
  opacity: 0.2;
  padding: 2px;
}
#commentswp-dashboard #commentswp-cards .commentswp-card .commentswp-card-menu button:hover {
  opacity: 1;
}
#commentswp-dashboard #commentswp-cards .commentswp-card .commentswp-card-menu button svg {
  width: 16px;
  height: 16px;
}
#commentswp-dashboard #commentswp-cards .commentswp-card .commentswp-card-menu .commentswp-card-menu-panel {
  overflow: hidden;
  position: absolute;
  left: 0;
  background-color: #ffffff;
  width: 10rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  z-index: 1;
}
#commentswp-dashboard #commentswp-cards .commentswp-card .commentswp-card-menu .commentswp-card-menu-panel .commentswp-card-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: left;
  width: 100%;
}
#commentswp-dashboard #commentswp-cards .commentswp-card .commentswp-card-menu .commentswp-card-menu-panel .commentswp-card-menu-item a:hover {
  background-color: #F9FAFB;
}
#commentswp-dashboard #commentswp-cards .commentswp-card .commentswp-card-content {
  background-color: #fff;
  padding: 20px;
  margin-left: 20px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small .commentswp-card-content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
}
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small .commentswp-card-content .commentswp-card-content-icon {
  width: 52px;
  order: 0;
  flex: 0 0 52px;
  align-self: auto;
  margin: 0 10px;
}
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small .commentswp-card-content .commentswp-card-content-icon .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  background-color: #bbf7d0;
  border-radius: 3px;
}
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small .commentswp-card-content .commentswp-card-content-icon .icon a {
  display: block;
  text-decoration: none;
  color: #15803d;
  width: 32px;
  height: 32px;
}
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small .commentswp-card-content .commentswp-card-content-icon .icon a:hover, #commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small .commentswp-card-content .commentswp-card-content-icon .icon a:active, #commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small .commentswp-card-content .commentswp-card-content-icon .icon a:focus {
  text-decoration: none;
  box-shadow: none;
  outline: none;
  color: #14532d;
}
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small .commentswp-card-content .commentswp-card-content-icon .icon a svg {
  width: 32px;
}
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small .commentswp-card-content .commentswp-card-content-data {
  order: 1;
  flex: 1 1 auto;
  align-self: auto;
  overflow: hidden;
}
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small .commentswp-card-content .commentswp-card-content-data .label {
  color: #aaa;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small .commentswp-card-content .commentswp-card-content-data .value {
  font-weight: bold;
  font-size: 2em;
  padding-top: 10px;
  line-height: 1;
}
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small .commentswp-card-content .commentswp-card-content-data .value a {
  text-decoration: none;
}
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small.commentswp-card-totalnumbercard .commentswp-card-content-icon .icon {
  background-color: #bbf7d0;
}
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small.commentswp-card-totalnumbercard .commentswp-card-content-icon .icon a {
  color: #15803d;
}
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small.commentswp-card-totalnumbercard .commentswp-card-content-icon .icon a:hover, #commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small.commentswp-card-totalnumbercard .commentswp-card-content-icon .icon a:active, #commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small.commentswp-card-totalnumbercard .commentswp-card-content-icon .icon a:focus {
  color: rgb(13.8120805369, 84.1879194631, 40.1208053691);
}
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small.commentswp-card-totalnumbercard .commentswp-card-content-data .value a {
  color: #15803d;
}
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small.commentswp-card-totalnumbercard .commentswp-card-content-data .value a:hover, #commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small.commentswp-card-totalnumbercard .commentswp-card-content-data .value a:active, #commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small.commentswp-card-totalnumbercard .commentswp-card-content-data .value a:focus {
  color: rgb(13.8120805369, 84.1879194631, 40.1208053691);
}
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small.commentswp-card-pendingnumbercard .commentswp-card-content-icon .icon {
  background-color: #fcf9e8;
}
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small.commentswp-card-pendingnumbercard .commentswp-card-content-icon .icon a {
  color: #d63638;
}
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small.commentswp-card-pendingnumbercard .commentswp-card-content-icon .icon a:hover, #commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small.commentswp-card-pendingnumbercard .commentswp-card-content-icon .icon a:active, #commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small.commentswp-card-pendingnumbercard .commentswp-card-content-icon .icon a:focus {
  color: rgb(180.2355371901, 36.7644628099, 38.5578512397);
}
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small.commentswp-card-pendingnumbercard .commentswp-card-content-data .value a {
  color: #d63638;
}
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small.commentswp-card-pendingnumbercard .commentswp-card-content-data .value a:hover, #commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small.commentswp-card-pendingnumbercard .commentswp-card-content-data .value a:active, #commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small.commentswp-card-pendingnumbercard .commentswp-card-content-data .value a:focus {
  color: rgb(180.2355371901, 36.7644628099, 38.5578512397);
}
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small.commentswp-card-spamnumbercard .commentswp-card-content-icon .icon {
  background-color: #fff5dc;
}
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small.commentswp-card-spamnumbercard .commentswp-card-content-icon .icon a {
  color: #F3CB0F;
}
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small.commentswp-card-spamnumbercard .commentswp-card-content-icon .icon a:hover, #commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small.commentswp-card-spamnumbercard .commentswp-card-content-icon .icon a:active, #commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small.commentswp-card-spamnumbercard .commentswp-card-content-icon .icon a:focus {
  color: rgb(197.1428571429, 164.2857142857, 9.8571428571);
}
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small.commentswp-card-spamnumbercard .commentswp-card-content-data .value a {
  color: #F3CB0F;
}
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small.commentswp-card-spamnumbercard .commentswp-card-content-data .value a:hover, #commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small.commentswp-card-spamnumbercard .commentswp-card-content-data .value a:active, #commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small.commentswp-card-spamnumbercard .commentswp-card-content-data .value a:focus {
  color: rgb(197.1428571429, 164.2857142857, 9.8571428571);
}
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small.commentswp-card-trashnumbercard .commentswp-card-content-icon .icon {
  background-color: #f6f7f7;
}
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small.commentswp-card-trashnumbercard .commentswp-card-content-icon .icon a {
  color: #50575e;
}
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small.commentswp-card-trashnumbercard .commentswp-card-content-icon .icon a:hover, #commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small.commentswp-card-trashnumbercard .commentswp-card-content-icon .icon a:active, #commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small.commentswp-card-trashnumbercard .commentswp-card-content-icon .icon a:focus {
  color: rgb(56.5517241379, 61.5, 66.4482758621);
}
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small.commentswp-card-trashnumbercard .commentswp-card-content-data .value a {
  color: #50575e;
}
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small.commentswp-card-trashnumbercard .commentswp-card-content-data .value a:hover, #commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small.commentswp-card-trashnumbercard .commentswp-card-content-data .value a:active, #commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small.commentswp-card-trashnumbercard .commentswp-card-content-data .value a:focus {
  color: rgb(56.5517241379, 61.5, 66.4482758621);
}
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small-duo .commentswp-card-content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
}
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small-duo .commentswp-card-content .commentswp-card-content-icon {
  width: 52px;
  order: 0;
  flex: 0 0 52px;
  align-self: auto;
  margin: 0 10px;
}
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small-duo .commentswp-card-content .commentswp-card-content-icon .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  background-color: #bbf7d0;
  border-radius: 3px;
}
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small-duo .commentswp-card-content .commentswp-card-content-icon .icon a {
  display: block;
  text-decoration: none;
  color: #15803d;
  width: 32px;
  height: 32px;
}
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small-duo .commentswp-card-content .commentswp-card-content-icon .icon a:hover, #commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small-duo .commentswp-card-content .commentswp-card-content-icon .icon a:active, #commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small-duo .commentswp-card-content .commentswp-card-content-icon .icon a:focus {
  text-decoration: none;
  box-shadow: none;
  outline: none;
  color: #14532d;
}
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small-duo .commentswp-card-content .commentswp-card-content-icon .icon a svg {
  width: 32px;
}
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small-duo .commentswp-card-content .commentswp-card-content-data {
  order: 1;
  flex: 1 1 auto;
  align-self: auto;
  overflow: hidden;
}
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small-duo .commentswp-card-content .commentswp-card-content-data .label {
  color: #aaa;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small-duo .commentswp-card-content .commentswp-card-content-data .value {
  font-weight: bold;
  font-size: 2em;
  padding-top: 10px;
  line-height: 1;
}
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small-duo .commentswp-card-content .commentswp-card-content-data .value a {
  text-decoration: none;
}
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small-duo .commentswp-card-content-one,
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small-duo .commentswp-card-content-two {
  order: 0;
  flex: 0 0 50%;
  align-self: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
  overflow: hidden;
}
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small-duo .commentswp-card-content-one .commentswp-card-content-icon .icon,
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small-duo .commentswp-card-content-two .commentswp-card-content-icon .icon {
  background-color: #bae6fd;
}
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small-duo .commentswp-card-content-one .commentswp-card-content-icon .icon a,
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small-duo .commentswp-card-content-two .commentswp-card-content-icon .icon a {
  color: #0369a1;
}
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small-duo .commentswp-card-content-one .commentswp-card-content-icon .icon a:hover, #commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small-duo .commentswp-card-content-one .commentswp-card-content-icon .icon a:active, #commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small-duo .commentswp-card-content-one .commentswp-card-content-icon .icon a:focus,
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small-duo .commentswp-card-content-two .commentswp-card-content-icon .icon a:hover,
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small-duo .commentswp-card-content-two .commentswp-card-content-icon .icon a:active,
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small-duo .commentswp-card-content-two .commentswp-card-content-icon .icon a:focus {
  color: #0c4a6e;
}
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small-duo .commentswp-card-content-one .commentswp-card-content-icon {
  margin-left: 0;
}
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small-duo.commentswp-card-loggedinoutnumbercard .value {
  cursor: help;
}
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small-duo.commentswp-card-toplevelrepliesnumbercard .value {
  cursor: help;
}
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small-duo.commentswp-card-pingtrackbacksnumbercard .value {
  cursor: help;
}
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-table .commentswp-card-content .commentswp-card-content-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: stretch;
}
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-table .commentswp-card-content .commentswp-card-content-header > * {
  order: 0;
  flex: 0 1 auto;
  align-self: center;
}
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-table .commentswp-card-content .commentswp-card-content-header h3 {
  margin: 0;
}
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-table .commentswp-card-content .commentswp-card-content-data table th {
  padding-bottom: 10px;
}
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-table .commentswp-card-content .commentswp-card-content-data table th.value,
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-table .commentswp-card-content .commentswp-card-content-data table td.value {
  width: 100%;
}
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-table .commentswp-card-content .commentswp-card-content-data table th.count,
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-table .commentswp-card-content .commentswp-card-content-data table td.count {
  text-align: center;
}
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-table .commentswp-card-content .commentswp-card-content-data table td {
  padding: 10px 0;
}
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-table .commentswp-card-content .commentswp-card-content-data table td .subvalue {
  color: #aaa;
  margin-left: 10px;
}
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-table .commentswp-card-content .commentswp-card-content-data table td details {
  cursor: pointer;
}
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-table .commentswp-card-content .commentswp-card-content-data table td details[open] p {
  padding-top: 5px;
}
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-table .commentswp-card-content .commentswp-card-content-data table td a {
  text-decoration: none;
}
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-table .commentswp-card-content .commentswp-card-content-data table tr.bordered td {
  border-bottom: 1px solid #f0f0f1;
}
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-table .commentswp-card-content .commentswp-card-content-data table tr.bordered-dashed td {
  border-bottom: 1px dashed #f0f0f1;
}
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-table .commentswp-card-content .commentswp-card-content-data table tr.is-child-tr .value {
  padding-left: 20px;
}
#commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-table .commentswp-card-content .commentswp-card-content-data table tr:last-of-type td {
  border-bottom: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 568px) {
  #commentswp-dashboard #commentswp-filters h2 {
    display: none;
  }
  #commentswp-dashboard #commentswp-filters .commentswp-filter:first-of-type {
    margin-left: 0;
  }
}
@media (min-width: 568px) and (max-width: 720px) {
  #commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small-duo .commentswp-card-content-icon {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1440px) {
  #commentswp-dashboard #commentswp-cards .commentswp-card.commentswp-card-small-duo .commentswp-card-content-icon {
    display: none;
  }
}