.hexplorer-app .brushes-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 50vh;
}
.hexplorer-app .brushes-list .brush-actions {
  display: flex;
}
.hexplorer-app .brushes-list .brush {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
  border: 1px solid transparent;
}
.hexplorer-app .brushes-list .brush .brush-name {
  flex: 1;
  font-size: 1.2rem;
  margin: 0;
  word-break: break-word;
}
.hexplorer-app .brushes-list .brush .brush-color {
  flex: 0 0 2rem;
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
}
.hexplorer-app .brushes-list .brush.active {
  border: 1px dashed;
}

#ui-middle:has(.hexplorer-banner) {
  position: relative;
}

.hexplorer-banner {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hexplorer-banner .text-container {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 85%, rgba(0, 0, 0, 0) 100%);
  color: white;
  text-transform: uppercase;
}
.hexplorer-banner .text-container h1 {
  border: none;
  font-size: 5vw;
}
.hexplorer-banner .text-container p {
  font-size: 2vw;
}

.hexplorer-request-message h1, .hexplorer-request-message h2, .hexplorer-request-message h3 {
  border: none;
  font-weight: bold;
}
.hexplorer-request-message th {
  padding-left: 2px;
}/*# sourceMappingURL=module.css.map */