/* ---------- COLORS  ---------- */
/* Brand primary: black (replaces former blue #1864F2). */
/* ---------- FONTS  ---------- */
.document-draft-edit.document-draft-edit--word .document-draft-edit__stage .document-draft-edit__viewer-shell--word {
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  max-height: 100%;
}
.document-draft-edit.document-draft-edit--word .document-draft-edit__viewer-shell--word {
  background: #fff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.document-draft-edit.document-draft-edit--word .document-draft-edit__viewer-shell--word .e-documenteditor-container,
.document-draft-edit.document-draft-edit--word .document-draft-edit__viewer-shell--word .e-de-ctn {
  flex: 1 1 auto;
  min-height: 0;
  height: 100% !important;
  max-height: 100%;
}
.document-draft-edit.document-draft-edit--word .document-draft-edit__viewer-shell--word .e-de-ctn {
  display: flex;
  flex-direction: column;
}
.document-draft-edit.document-draft-edit--word .document-draft-edit__viewer-shell--word .e-de-viewercontainer {
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 920px) {
  .document-draft-edit.document-draft-edit--word .document-draft-edit__stage .document-draft-edit__viewer-shell--word {
    flex: none;
    min-height: 70dvh !important;
    height: 70dvh !important;
    max-height: none;
  }
  .document-draft-edit.document-draft-edit--word .document-draft-edit__viewer-shell--word {
    min-height: 70dvh !important;
    height: 70dvh !important;
  }
  .document-draft-edit.document-draft-edit--word .document-draft-edit__viewer-shell--word .e-documenteditor-container,
  .document-draft-edit.document-draft-edit--word .document-draft-edit__viewer-shell--word .e-de-ctn {
    min-height: 0;
    height: 100% !important;
  }
  .document-draft-edit.document-draft-edit--word .document-draft-edit__viewer-shell--word .e-de-viewercontainer,
  .document-draft-edit.document-draft-edit--word .document-draft-edit__viewer-shell--word .e-de-editor,
  .document-draft-edit.document-draft-edit--word .document-draft-edit__viewer-shell--word .e-de-background {
    overflow: auto !important;
    -webkit-overflow-scrolling: touch;
  }
}
.document-draft-edit.document-draft-edit--word .e-de-ctn-toolbar,
.document-draft-edit.document-draft-edit--word .e-de-status-bar {
  display: none !important;
}
.document-draft-edit.document-draft-edit--word .e-de-search-tab-content input,
.document-draft-edit.document-draft-edit--word .e-de-search-tab-content input.e-input,
.document-draft-edit.document-draft-edit--word .e-de-search-tab-content .e-de-search-input,
.document-draft-edit.document-draft-edit--word .e-de-op-replacewith,
.document-draft-edit.document-draft-edit--word .e-de-op-replacewith.e-input {
  height: 22px !important;
  border: 0 !important;
  padding: 4px 0 !important;
  box-sizing: border-box;
}
.document-draft-edit.document-draft-edit--word .word-merge-field-toolbar {
  flex-wrap: wrap;
}
.document-draft-edit.document-draft-edit--word .word-merge-field-toolbar__chrome-label {
  font-size: 12px;
  color: #4a4f55;
  white-space: nowrap;
}
.document-draft-edit.document-draft-edit--word .word-merge-field-toolbar__page {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin: 0 4px;
  white-space: nowrap;
}
.document-draft-edit.document-draft-edit--word .word-merge-field-toolbar__page-input {
  width: 50px;
  padding: 0 5px;
  height: 24px;
  border: 1px solid #DADEE5;
  border-radius: 4px;
  font-size: 12px;
  text-align: center;
}
.document-draft-edit.document-draft-edit--word .word-merge-field-toolbar__zoom {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin: 0 4px;
}
.document-draft-edit.document-draft-edit--word .word-merge-field-toolbar__text-icon {
  font-size: 13px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  line-height: 1;
  letter-spacing: -0.02em;
}
.document-draft-edit.document-draft-edit--word .word-merge-field-toolbar__properties {
  min-width: 32px;
}
.document-draft-edit.document-draft-edit--word .word-merge-field-toolbar__zoom-select {
  height: 24px;
  padding: 0 6px;
  border: 1px solid #DADEE5;
  border-radius: 4px;
  font-size: 12px;
  background: #fff;
}
.document-draft-edit.document-draft-edit--word .document-draft-edit__rail {
  align-self: stretch;
  min-height: 0;
  overflow-y: auto;
}
.document-draft-edit.document-draft-edit--word .document-draft-edit__rail-place-fields {
  margin: -6px 0 12px 0;
}
.document-draft-edit.document-draft-edit--word .word-quick-send-rail-fields {
  display: grid;
  gap: 10px;
}
.document-draft-edit.document-draft-edit--word .word-quick-send-rail-fields__item {
  display: grid;
  gap: 6px;
}
.document-draft-edit.document-draft-edit--word .word-quick-send-rail-fields__item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-width: 0;
}
.document-draft-edit.document-draft-edit--word .word-quick-send-rail-fields__name {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 12px;
  font-weight: 600;
  color: #131315;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.document-draft-edit.document-draft-edit--word .word-quick-send-rail-fields__docs-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  border-radius: 999px;
  background: #2563eb;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  vertical-align: middle;
}
.document-draft-edit.document-draft-edit--word .word-quick-send-rail-fields__remove {
  flex: none;
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  background: transparent;
  color: #70777d;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}
.document-draft-edit.document-draft-edit--word .word-quick-send-rail-fields__remove:hover, .document-draft-edit.document-draft-edit--word .word-quick-send-rail-fields__remove:focus-visible {
  color: #E2224D;
}
.document-draft-edit.document-draft-edit--word .word-quick-send-rail-fields__signer {
  width: 100%;
  min-height: 32px;
  font-size: 12px;
}
.document-draft-edit.document-draft-edit--word .word-quick-send-rail-fields--stage {
  display: none;
  flex: 0 0 auto;
  max-height: 200px;
  overflow: auto;
  padding: 10px 16px 14px;
  border-top: 1px solid #DADEE5;
  background: #fff;
}
@media only screen and (max-width: 920px) {
  .document-draft-edit.document-draft-edit--word .word-quick-send-rail-fields--stage {
    display: grid;
  }
}

/*# sourceMappingURL=word-quick-send.css.map */
