.mt-15-percent {
  margin-top: 15%;
}

.red-bg {
  background-color: #dd2424;
}

.no-copy {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

#tasks-table {
  overflow: auto;
  max-height: 1000px;
}

.issue-type  {
  width: 35%;
}

#task-search {
  width: 30%;
}

.fixed-search input.choices__input, 
.fixed-search .issue-type .choices__inner,
.fixed-search .issue-type .choices__list {
  background-color :#fff;
  border-radius: 0.375rem;
  font-weight: 400;
  font-size: 1rem;
}

.fixed-header { 
  position: sticky; 
  top: 0px; 
  border-color: #c6c7c8
} 
.fixed-header-z {
  z-index: 100;
}

.fixed-search {
  top: 0px;
  padding: 0.5rem;
}

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

.pagination-record-per-page select {
  width: 80px;
  display: inline;
}

.pagination-record-per-page label {
  display: inline;
}