.app-feedback-error {
  color: #8e1f0b;
  margin: 0;
}

.app-feedback-success {
  color: #0a6c3a;
  margin: 0;
}

.app-toolbar {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.app-input,
.app-select {
  min-height: 32px;
  border: 1px solid #8a8a8a;
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 14px;
  background: #ffffff;
}

.app-input {
  min-width: 280px;
}

.app-link {
  display: inline-flex;
  align-items: center;
  color: #005bd3;
  text-decoration: none;
}

.app-link:hover {
  text-decoration: underline;
}

.app-table-wrap {
  border: 1px solid #d1d1d1;
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
}

.app-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.app-table thead {
  background: #f6f6f7;
}

.app-table th,
.app-table td {
  text-align: left;
  padding: 10px 12px;
  border-bottom: 1px solid #ececec;
  vertical-align: top;
}

.app-table tbody tr:last-child td {
  border-bottom: none;
}

.app-dialog {
  border: none;
  border-radius: 12px;
  padding: 20px;
  width: min(680px, calc(100vw - 32px));
}

.app-dialog::backdrop {
  background: rgba(0, 0, 0, 0.4);
}

.app-dialog-title {
  margin-top: 0;
  margin-bottom: 12px;
}

.app-checkbox-list {
  display: grid;
  gap: 8px;
  margin-bottom: 12px;
}

.app-checkbox-row {
  display: flex;
  gap: 8px;
  align-items: center;
}

.app-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

.app-top-space {
  margin-top: 12px;
}

.app-bottom-space {
  margin-bottom: 8px;
}

.app-pagination {
  margin-top: 16px;
}

.app-current-page {
  line-height: 32px;
}

.app-status-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 2px 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
}

.app-status-badge--success {
  background: #dff8e5;
  color: #0a6c3a;
}

.app-status-badge--attention {
  background: #fff1d6;
  color: #7a4a00;
}

.app-status-badge--neutral {
  background: #ececec;
  color: #4a4a4a;
}

.app-loading-note {
  margin: 0 0 10px 0;
  color: #4a4a4a;
  font-size: 13px;
}
