body {
  min-height: 390px;
}

@media (max-width: 992px) {
  .navbar-collapse {
    position: absolute;
    top: 77px;
    left: 0;
    width: 100%;
    background: #158cba;
    z-index: 1000;
    text-align: center;
    font-size: 1.1rem;
  }

  .navbar-brand {
    position: relative;
    left: 10px;
  }


  .nav-link {
    font-weight:400;
    color: #fff;
  }

}

.cursor-pointer {
  cursor: pointer;
}

.max-width-1024 {
  max-width: 1024px;
  margin: auto;
}

.progress-bar {
  width: var(--progress);
}

.htmx-swapping {
  opacity: 0;
  transition: opacity 1s ease-out;
}

.htmx-indicator{
    opacity:0;
    transition: opacity 500ms ease-in;
}
.htmx-request .htmx-indicator{
    opacity:1;
}
.htmx-request.htmx-indicator{
    opacity:1;
}

.nav-link {
    text-transform: uppercase;
  }

.dropdown-toggle.no-arrow::after {
  display: none !important;
}

.avatar {
  width: 50px;
  height: 50px;
  font-weight: bold;
  font-size: 18px;
}

.question-text {
  font-size: 12pt;
}

.list-group-item-choice {
  padding: 8px 10px;
}

.img-button-sm {
  margin-bottom: 3px;
  margin-right: 2px;
}

.form-floating > label {
  font-size: 13pt;
}