verdocs-envelopes-list {
  display: flex;
  padding: 10px;
  font-size: 18px;
  flex-wrap: nowrap;
  border-radius: 6px;
  color: #33364b;
  flex-direction: column;
  font-family: "Inter", "Barlow", sans-serif;
}
@media screen and (max-width: 800px) {
  verdocs-envelopes-list {
    font-size: 14px;
  }
}
verdocs-envelopes-list .envelope-placeholder {
  height: 48px;
  flex: 0 0 48px;
  margin: 5px 0;
  border-radius: 5px;
  background: #f5f5fa;
}
verdocs-envelopes-list .header {
  width: 100%;
  row-gap: 4px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 12px;
  margin: 0 0 10px 0;
  align-items: center;
  flex-direction: row;
}
verdocs-envelopes-list .header .filter {
  width: 300px;
}
verdocs-envelopes-list .header verdocs-text-input {
  margin: 0;
}
verdocs-envelopes-list .header verdocs-text-input input {
  height: 32px;
}
verdocs-envelopes-list .filter {
  align-items: center;
}
verdocs-envelopes-list .envelope {
  width: 100%;
  margin: 3px 0;
  background: #ffffff;
}
verdocs-envelopes-list .envelope:hover {
  cursor: pointer;
  background: #f5f5fa;
}
verdocs-envelopes-list .envelope .inner {
  gap: 12px;
  display: flex;
  padding: 8px 14px;
  border-radius: 5px;
  flex-direction: row;
  align-items: center;
  container-type: inline-size;
}
verdocs-envelopes-list .envelope .inner svg {
  width: 24px;
  height: 24px;
}
verdocs-envelopes-list .vert-spacer {
  height: 50px;
  display: flex;
  flex: 0 0 1px;
  border-right: 1px solid #dad8dd;
}
@media screen and (max-width: 800px) {
  verdocs-envelopes-list .vert-spacer {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  verdocs-envelopes-list .envelope-icon {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  verdocs-envelopes-list verdocs-checkbox {
    display: none;
  }
}
verdocs-envelopes-list .last-modified {
  color: #444;
  display: flex;
  flex: 0 0 180px;
  flex-direction: row;
  align-items: center;
  white-space: nowrap;
}
@media screen and (max-width: 800px) {
  verdocs-envelopes-list .last-modified {
    display: none;
  }
}
verdocs-envelopes-list .envelope-name {
  flex: 1;
  display: flex;
  color: #000000;
  line-height: 28px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
verdocs-envelopes-list .envelope-recipients {
  color: #4b5563;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
verdocs-envelopes-list .empty-text {
  text-align: center;
  margin: 16px 0 0 0;
  padding: 80px 80px;
  border: 2px solid #ccc;
}
verdocs-envelopes-list .containing {
  gap: 12px;
  display: flex;
  align-items: center;
  flex-direction: row;
}
@media screen and (max-width: 800px) {
  verdocs-envelopes-list verdocs-status-indicator {
    font-size: 14px;
  }
}