/* These styles are generated from project.scss. */

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

#sds-risk-assist-logo {
  max-width: 300px;
}

#search-form {
  max-width: 500px;
  padding: 15px;
  margin: 0 auto;
}

body {
  height: 100%
}

.htmx-indicator {
  display: none;
  opacity: 0;
  transition: opacity 200ms ease-in;
}

.htmx-request .htmx-indicator {
  opacity: 1
}

.htmx-request.htmx-indicator {
  opacity: 1
}

input::file-selector-button {
  cursor: pointer;
  appearance: none;
  border: none;
  background: #fff;
  color: #111;
  font-weight: 500;
  padding: 6px 10px;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

input::file-selector-button:hover {
  transition: all 0.2s ease-in-out;
  box-shadow: none;
  background: #f5f5f5;
  color: #111;
}
