.table-sticky-wrapper {
  overflow: auto;
  max-height: 80vh;
}

.table-sticky-wrapper table {
  border-collapse: collapse;
  width: 100%;
}

.table-sticky-wrapper table th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #5498da;
  color: white;
}

.table-sticky-wrapper table tr {
  white-space: nowrap;
}

.break-words {
  word-break: break-word;
}

.flex-justify-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.add-installer {
  padding: 30px 0px;
}
.add-installer > button {
  margin-top: 20px;
}
