verdocs-template-attachments {
  font-family: var(--verdocs-primary-font, "Inter", "Barlow", sans-serif);
}
verdocs-template-attachments h5 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px 0;
  color: #46497d;
}
verdocs-template-attachments .attachments {
  margin: 0 0 40px 0;
}
verdocs-template-attachments .attachment {
  display: flex;
  padding: 5px 0;
  column-gap: 15px;
  align-items: center;
  flex-direction: row;
  color: #33364b;
}
verdocs-template-attachments .attachment:hover .trash-icon {
  display: flex;
}
verdocs-template-attachments .attachment:hover .pages {
  display: none;
}
verdocs-template-attachments svg {
  width: 28px;
  height: 28px;
  fill: #5c6575;
  margin: 2px 0 0 0;
}
verdocs-template-attachments .file-icon {
  flex: 0;
}
verdocs-template-attachments .pages {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  padding-left: 4px;
  position: relative;
  margin: -10px 0 0 0;
}
verdocs-template-attachments .pages .pages-icon {
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  position: absolute;
}
verdocs-template-attachments .pages .count {
  top: 11px;
  left: 7px;
  z-index: 1;
  width: 18px;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  text-align: center;
  letter-spacing: -2px;
}
verdocs-template-attachments .filename {
  flex: 1;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-bottom: 1px dotted #cccccc;
}
verdocs-template-attachments .trash-icon {
  flex: 0;
  display: none;
}
verdocs-template-attachments .trash-icon:hover {
  cursor: pointer;
}
verdocs-template-attachments verdocs-file-chooser {
  margin: 10px 0;
  border: 2px dashed #979797;
}
verdocs-template-attachments .loader-wrapper {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  position: relative;
  width: 320px;
  height: 320px;
  text-align: center;
  border: 2px dashed #979797;
  justify-content: flex-end;
}
verdocs-template-attachments .progress-wrapper {
  padding: 20px;
}
verdocs-template-attachments .buttons {
  display: flex;
  column-gap: 8px;
  margin-top: 16px;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
verdocs-template-attachments .buttons .flex-fill {
  flex: 1;
}
verdocs-template-attachments ::placeholder {
  color: #aaaaaa;
}