verdocs-envelope-recipient-summary {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  z-index: 100000;
  position: fixed;
  align-items: center;
  justify-content: center;
  font-family: "Inter", "Barlow", sans-serif;
  background-color: rgba(0, 0, 0, 0.4980392157);
}
verdocs-envelope-recipient-summary .summary-content {
  width: 600px;
  display: flex;
  max-width: 90%;
  font-size: 18px;
  flex: 0 0 600px;
  border-radius: 6px;
  background: #ffffff;
  flex-direction: column;
  padding: 30px 20px 20px;
}
verdocs-envelope-recipient-summary .summary-content .summary-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #33364b;
}
verdocs-envelope-recipient-summary .summary-recipient {
  display: flex;
  color: #33364b;
  margin: 8px 0 24px 0;
  flex-direction: column;
}
verdocs-envelope-recipient-summary .summary-recipient .role-name {
  flex: 1;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 8px 0;
  color: #092c4c;
}
verdocs-envelope-recipient-summary .summary-recipient .role-info {
  gap: 5px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
verdocs-envelope-recipient-summary .summary-recipient .role-full-name {
  flex: 1;
  height: 34px;
  display: flex;
  font-size: 16px;
  padding: 0 12px;
  border-radius: 4px;
  align-items: center;
  border: 1px solid #cccccc;
  background: rgb(249, 250, 251);
}
verdocs-envelope-recipient-summary .summary-recipient .recipient-link {
  width: 120px;
  padding: 0 16px;
  font-weight: 500;
  margin: 0 0 0 8px;
  text-align: center;
  font-size: 0.875rem;
  border-radius: 100%;
  color: rgb(55, 65, 81);
  line-height: 1.25rem;
  background-color: #d8d8d8;
  border: 2px solid rgb(156, 163, 175);
}
verdocs-envelope-recipient-summary .summary-recipient .link-wrapper {
  gap: 5px;
  display: flex;
  margin: 4px 0 0 0;
  flex-direction: row;
}
verdocs-envelope-recipient-summary .summary-recipient .link-wrapper .link {
  flex: 1;
  height: 34px;
  display: flex;
  font-size: 16px;
  padding: 0 12px;
  overflow: hidden;
  border-radius: 4px;
  align-items: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: 1px solid #cccccc;
  background: rgb(249, 250, 251);
}
verdocs-envelope-recipient-summary .buttons {
  display: flex;
  column-gap: 15px;
  margin: 10px 0 0 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
verdocs-envelope-recipient-summary .buttons verdocs-button {
  flex: 0 0 120px;
  margin-left: 10px;
  white-space: nowrap;
}
verdocs-envelope-recipient-summary .buttons verdocs-button button {
  width: 100%;
}