.small-doc-table .documents-list-container {
  width: unset;
  margin: unset;
}

.documents-list-container {
  width: 90vw;
  font-family: "Segoe UI", system-ui, sans-serif;
  margin: auto auto 2em;
  bottom: 0;
  position: relative;
  overflow: hidden;
  overflow-y: scroll;
  border-radius: 2em;
}
.documents-list-container .doc-table-title-row {
  padding-left: 2vw;
  font-size: 2em;
}
.documents-list-container .doc-table-row {
  padding-left: 2vw;
}
.documents-list-container thead th {
  position: sticky;
  top: 0;
  z-index: 999;
}

.key {
  padding: 0.2em;
  background-color: #fff;
  border-radius: 8px;
}

.personal-link-explainer {
  font-size: 1.5em;
  text-align: center;
  height: fit-content;
  margin: auto;
  padding: 1em;
  width: 100%;
}

.table {
  margin-bottom: 0;
}

.search-container {
  position: relative;
  width: 60%;
  align-content: center;
  margin: 2em auto;
}
.search-container input {
  text-align: center;
}

.search-input {
  height: 50px;
  border-radius: 30px;
  padding-left: 35px;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.search-icon {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  color: #888;
}

/*# sourceMappingURL=documents.css.map */
