.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.form-signin input[type=text] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type=password] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.invalid-feedback {
  display: block;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.htmx-indicator {
  display: none;
}

.htmx-request .loading-indicator {
  display: inline;
}

.htmx-request.loading-indicator {
  display: inline;
}

.search-result-section {
  max-height: 100px;
  overflow-y: auto;
}

.search-result-card {
  max-height: 240px;
  height: 240px;
  overflow-y: auto;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: auto;
}

[data-loading] {
  display: none;
}

.jsontree_tree {
  margin-left: 0px;
  font-family: "PT Mono", monospace;
  font-size: 12px;
  overflow-x: auto;
}

.jsontree_child-nodes {
  display: none;
  margin-left: 0px !important;
  margin-bottom: 5px;
  line-height: 2;
}

.jsontree_value-wrapper {
  display: flow;
  overflow-wrap: normal;
}

.jsontree_value {
  vertical-align: top;
  display: inline;
  overflow-wrap: break-word;
}

.offcanvas-backdrop.show {
  opacity: 0.1;
}

.fade-out.htmx-swapping {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.fade-in {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}