.error {
  color: darkred;
}

.success {
  color: green;
}

.search-error {
  color: darkred;
}

.report-error {
  color: darkred;
}

.report-table {
  border-collapse: collapse;
}

.report-table th,
.report-table td {
  padding: 8px 12px;
  border: 1px solid #ddd;
}

.report-table th:first-child,
.report-table td:first-child {
  text-align: left;
}

.report-table th:not(:first-child),
.report-table td:not(:first-child) {
  text-align: right;
}

.totals-foot {
  font-weight: bold;
}

.flyer-search-results-table {
  margin-top: 1em;
}
.flyer-search-results-table thead {
  font-weight: bold;
}
.flyer-search-results-table td {
  vertical-align: top;
}

.visited-at-table td:nth-child(3) {
  max-width: 35px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.visited-at-table td:nth-child(3):hover {
  max-width: none;
  overflow: visible;
  z-index: 1;
}

.editor-controls {
  margin: 20px 0;
  width: -moz-fit-content;
  width: fit-content;
}
.editor-controls .form-group {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.editor-controls .form-group .control-label {
  font-weight: 600;
  min-width: 100px;
}
.editor-controls .form-group .input-group {
  display: flex;
  align-items: center;
  gap: 8px;
}
.editor-controls .form-group .input-group .range-input {
  width: 120px;
  padding: 8px 12px;
}
.editor-controls .form-group .input-group .range-input::-moz-placeholder {
  color: #999;
}
.editor-controls .form-group .input-group .range-input::placeholder {
  color: #999;
}
.editor-controls .form-group .input-group .range-separator {
  color: #666;
  font-weight: 500;
}/*# sourceMappingURL=flyer-reporting.css.map */