/* /Pages/BarBottles/_BarBottleList.cshtml.rz.scp.css */
/* Make sure the pointer indicates the bottle edit link is clickable */
.bottle-edit-link:hover[b-ud1t77mmpo] {
  cursor: pointer;
}
/* /Pages/Login.cshtml.rz.scp.css */
/* HTMX loading state on form submit buttons */
#submit-btn[b-3oj6rnnfo7] {
  position: relative;
}

/* make the button look disabled while loading */
#submit-btn[disabled][b-3oj6rnnfo7] {
  opacity: 0.6;
  cursor: wait;
  pointer-events: none;
}

.htmx-indicator[b-3oj6rnnfo7] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.htmx-request ~ .btn-text[b-3oj6rnnfo7] {
  opacity: 0 !important;
  visibility: hidden !important;
}
