.eval-table.table-responsive {
  overflow-y: auto;
  overflow-x: auto;
  max-height: 80vh;
}
.eval-table th:first-child, .eval-table td:first-child {
  position:sticky;
  left:0px;
  z-index: 5;
}
.eval-table thead {
  position:sticky;
  top:0px;
  z-index: 10;
}
.eval-table .td-sticky {
  z-index: 5;
}
.eval-table .shadow-right {
  box-shadow: 20px 20px 55px -11px rgba(0,0,0,0.55);
}
.eval-table .shadow-bottom {
  box-shadow: 50px 0 65px -20px rgba(0, 0, 0, 0.55);
}
.esi-picker {
  height: 35px;
  width: 35px;
  display: inline-block;
  line-height: 32px;
  border-radius: 60px;
  border: solid 2px #bbb;
  transition: all 0.3s;
  text-decoration: none;
}
.esi-picker:hover {
  background-color: #bbb;
}

.esi-value {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
}

.commented-action {
  margin: -3px -3px 0 0;
}
.flagged-action {
  position: absolute;
  bottom: -25px;
  left: 0;
  margin-left: -3px;
}

.esi-picker[data-actionid^="cc"][data-smart-parentid="0"] {
  display: none;
}

.eval-table .td-sticky > div, .eval-table th {
  cursor: help;
}

.form-item-esi:last-child {
  color: #CCC;
}

.form-check-input:checked {
  background-color: rgba(var(--bs-success-rgb),1)!important;
  border-color: rgba(var(--bs-success-rgb),1)!important;
}

.user-list {

}
.user-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.user-list ul li {
  display: inline-block;
  margin: 0 5px 5px 0;
}
.user-list li > a {
  width: 60px;
  height: 60px;
  background-color: var(--bs-secondary-bg);
  text-align: center;
  line-height: 58px;
  border-radius: 50%;
  border: 2px solid var(--bs-gray-400);
  color: var(--bs-gray-400);
  font-weight: bold;
  text-decoration: none;
}
.user-list li > a.active {
  background-color: var(--bs-light-bg);
  border: 2px solid var(--bs-success);
  color: var(--bs-success);
}

.views-field-field-document-word {

}
.views-field-field-document-word .bi {
  margin-right: 10px;
  font-size: 21px;
}
.views-field-field-document-word a {
  font-size: 14px;
  text-decoration: none;
  color: var(--bs-accordion-color);
}
