#cluster {
  min-width: 0;
  color: #1e2932;
}
#cluster .cluster-section-label {
  color: #7e8a91;
  display: block;
  font-size: 12px;
  margin-bottom: 6px;
}
#cluster .cluster-stat-strip {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 28px;
  padding: 14px 0 20px;
  color: #6d7a81;
}
#cluster .cluster-stat-strip strong {
  color: #243a43;
  margin-left: 7px;
  font-size: 20px;
  font-weight: 650;
}
#cluster .cluster-stat-strip button {
  margin-left: auto;
}
#cluster .cluster-status {
  display: inline-block;
  padding: 3px 7px;
  border-radius: 4px;
  color: #69777f;
  background: #eef1f3;
  font-size: 12px;
}
#cluster .cluster-status.is-online {
  color: #087566;
  background: #e4f4ed;
}
#cluster .cluster-descriptions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 24px;
  margin: 0 0 16px;
}
#cluster .cluster-descriptions > div {
  padding: 10px 0;
  border-bottom: 1px solid #e8ecee;
  min-width: 0;
}
#cluster .cluster-descriptions dt {
  color: #7a858c;
  font-size: 12px;
  margin-bottom: 4px;
}
#cluster .cluster-descriptions dd {
  margin: 0;
  color: #20343e;
  overflow-wrap: anywhere;
}
#cluster dialog h4 {
  font-size: 14px;
  margin: 18px 0 8px;
}
@media (max-width: 500px) {
  #cluster .cluster-descriptions {
    grid-template-columns: 1fr;
  }
  #cluster .cluster-stat-strip {
    gap: 12px 18px;
  }
}
#cluster h2 {
  font-size: 22px;
  margin: 0;
}
#cluster h3 {
  font-size: 17px;
  margin: 24px 0 12px;
}
#cluster .cluster-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 14px 0;
}
#cluster .cluster-toolbar input {
  min-width: 130px;
  flex: 1;
  max-width: 280px;
}
#cluster .cluster-scroll {
  width: 100%;
  overflow: auto;
  border: 1px solid #d6dce1;
}
#cluster table {
  border-collapse: collapse;
  width: 100%;
  min-width: 960px;
  table-layout: auto;
}
#cluster th,
#cluster td {
  padding: 12px;
  text-align: left;
  vertical-align: middle;
  white-space: normal;
  word-break: normal;
  min-width: 125px;
}
#cluster th {
  background: #edf3f5;
}
#cluster td {
  border-bottom: 1px solid #e3e8eb;
}
#cluster .cluster-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  min-width: 220px;
}
#cluster button {
  white-space: nowrap;
  border-radius: 4px;
  min-height: 36px;
  padding: 7px 13px;
  border: 1px solid #aebdc5;
  background: #fff;
  color: #174a5b;
  font: inherit;
  font-size: 14px;
  cursor: pointer;
}
#cluster button:hover:not(:disabled) {
  background: #eaf4f7;
  border-color: #18758b;
}
#cluster button:disabled {
  cursor: default;
  opacity: 0.5;
}
#cluster input:not([type="checkbox"]),
#cluster select {
  box-sizing: border-box;
  border: 1px solid #b9c6cd;
  border-radius: 4px;
  background: #fff;
  min-height: 36px;
  padding: 7px 10px;
  color: #1e2932;
  font: inherit;
  font-size: 14px;
}
#cluster input:focus-visible,
#cluster select:focus-visible,
#cluster button:focus-visible {
  outline: 2px solid #13809a;
  outline-offset: 2px;
}
#cluster [data-action="create"],
#clusterUpload button {
  background: #137b96;
  color: #fff;
  border-color: #137b96;
}
#cluster [data-action="create"]:hover:not(:disabled),
#cluster #clusterUpload button:hover:not(:disabled) {
  background: #0b5f77;
  color: #fff;
}
#cluster .cluster-error {
  color: #b42318;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  margin: 12px 0;
}
#cluster .cluster-ok {
  color: #08785b;
}
#cluster .cluster-muted {
  color: #65717b;
  font-size: 12px;
  display: block;
  margin-top: 4px;
  overflow-wrap: anywhere;
}
#cluster label {
  display: inline-flex;
  gap: 6px;
  align-items: center;
}
#cluster input[type="checkbox"] {
  width: 18px;
  height: 18px;
}
#cluster input[type="number"] {
  width: 72px;
  min-width: 60px;
}
#cluster dialog {
  max-width: 650px;
  width: calc(100% - 32px);
  border: 1px solid #bdcbd2;
  border-radius: 6px;
  padding: 22px;
}
#cluster dialog::backdrop {
  background: #0006;
}
#cluster dialog textarea {
  width: 100%;
  min-height: 130px;
  font-family: monospace;
  overflow-wrap: anywhere;
}
#cluster .cluster-pager {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: flex-end;
  margin-top: 12px;
}
@media (max-width: 700px) {
  #cluster .cluster-toolbar > * {
    flex: 1 1 150px;
  }
  #cluster h2 {
    font-size: 20px;
  }
}
#cluster .cluster-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}
#cluster .cluster-toolbar h3 {
  margin: 0 auto 0 0;
}
#cluster .cluster-content {
  min-height: 180px;
  min-width: 0;
}
#cluster .cluster-content > h3 {
  margin-top: 0;
}
#cluster .cluster-error:empty {
  display: none;
}
#cluster .cluster-form {
  display: grid;
  gap: 14px;
}
#cluster .cluster-form label {
  display: grid;
  gap: 6px;
}
#cluster .cluster-form input,
#cluster .cluster-form select {
  width: 100%;
  min-width: 0;
}
#cluster dialog {
  box-sizing: border-box;
}
#cluster dialog > h3 {
  margin-top: 0;
}
#cluster dialog form > label {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 12px 0;
}
#cluster dialog form > label input {
  flex: 1;
  min-width: 0;
}
#cluster dialog .cluster-scroll table {
  min-width: 650px;
}
#cluster td {
  overflow-wrap: anywhere;
}
