verdocs-templates-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;
}
verdocs-templates-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-templates-list .header .filter {
  width: 150px;
}
verdocs-templates-list .header verdocs-text-input {
  margin: 0;
}
verdocs-templates-list .header verdocs-text-input input {
  height: 32px;
}
verdocs-templates-list .filter {
  align-items: center;
}
verdocs-templates-list .template-placeholder {
  height: 48px;
  flex: 0 0 48px;
  margin: 5px 0;
  border-radius: 5px;
  background: #f5f5fa;
}
verdocs-templates-list .template {
  width: 100%;
  margin: 2px 0;
  border: 1px solid #ffffff;
  background: #ffffff;
}
verdocs-templates-list .template:hover {
  cursor: pointer;
  background: #ededff;
  border: 1px solid #a7a7f5;
}
verdocs-templates-list .template .inner {
  gap: 12px;
  display: flex;
  padding: 8px 14px;
  border-radius: 5px;
  flex-direction: row;
  align-items: center;
  container-type: inline-size;
}
verdocs-templates-list .template .inner svg {
  width: 24px;
  height: 24px;
}
verdocs-templates-list .name {
  flex: 1;
  display: flex;
  color: black;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1300px) {
  verdocs-templates-list .name {
    font-size: 16px;
  }
}
verdocs-templates-list .spacer {
  margin: 0;
  height: 30px;
  flex: 0 0 1px;
  display: flex;
  border-right: 1px solid #dad8dd;
}
@media screen and (max-width: 800px) {
  verdocs-templates-list .spacer {
    display: none;
  }
}
verdocs-templates-list .empty-text {
  font-size: 20px;
  text-align: center;
  margin: 16px 0 0 0;
  padding: 80px 80px;
  border: 2px solid #ccc;
}
verdocs-templates-list .usage,
verdocs-templates-list .ownership,
verdocs-templates-list .last-used {
  gap: 10px;
  color: #444;
  display: flex;
  font-size: 16px;
  margin: 0 0 0 10px;
  align-items: center;
  flex-direction: row;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
verdocs-templates-list .usage span,
verdocs-templates-list .usage svg,
verdocs-templates-list .ownership span,
verdocs-templates-list .ownership svg,
verdocs-templates-list .last-used span,
verdocs-templates-list .last-used svg {
  width: 24px;
  height: 24px;
}
verdocs-templates-list .usage span,
verdocs-templates-list .ownership span,
verdocs-templates-list .last-used span {
  display: block;
}
@media screen and (max-width: 700px) {
  verdocs-templates-list verdocs-template-star {
    display: none;
  }
}
verdocs-templates-list .ownership {
  flex: 0 0 100px;
}
@media screen and (max-width: 700px) {
  verdocs-templates-list .ownership {
    display: none;
  }
}
verdocs-templates-list .last-used {
  flex: 0 0 130px;
}
verdocs-templates-list .usage {
  flex: 0 0 60px;
}
verdocs-templates-list .header-row {
  display: none;
}
verdocs-templates-list table {
  container-type: size;
  max-width: 100%;
  overflow: hidden;
  table-layout: fixed;
}
verdocs-templates-list .data-row {
  cursor: pointer;
  background: #ededff;
  border: 1px solid #a7a7f5;
}
verdocs-templates-list .data-col svg {
  width: 24px;
  height: 24px;
}
verdocs-templates-list .col-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@container (max-width:700 px) {
  verdocs-templates-list verdocs-templates-list .col-starred {
    display: none;
  }
}