/* Novo One close controls share the Upload files dialog's visual contract. */
html.library-novo1 .modal-card > header > button,
html.library-novo1 .editor-close,
html.library-novo1 body.library-workspace-open .ref-capture-sync-close {
  position: relative !important;
  display: inline-grid !important;
  place-items: center !important;
  flex: 0 0 38px !important;
  width: 38px !important;
  min-width: 38px !important;
  max-width: 38px !important;
  height: 38px !important;
  min-height: 38px !important;
  max-height: 38px !important;
  margin: 0 0 0 auto !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid var(--novo-line) !important;
  border-radius: 7px !important;
  background: #fff !important;
  color: var(--novo-muted) !important;
  box-shadow: none !important;
  font-size: 0 !important;
  line-height: 1 !important;
  appearance: none !important;
  cursor: pointer;
}

html.library-novo1 .modal-card > header > button:hover,
html.library-novo1 .editor-close:hover,
html.library-novo1 body.library-workspace-open .ref-capture-sync-close:hover {
  border-color: #9bc3fb !important;
  background: var(--novo-blue-soft) !important;
  color: var(--novo-ink) !important;
}

html.library-novo1 .modal-card > header > button:focus,
html.library-novo1 .editor-close:focus,
html.library-novo1 body.library-workspace-open .ref-capture-sync-close:focus {
  outline: none !important;
}

html.library-novo1 .modal-card > header > button:focus-visible,
html.library-novo1 .editor-close:focus-visible,
html.library-novo1 body.library-workspace-open .ref-capture-sync-close:focus-visible {
  border-color: var(--novo-blue) !important;
  box-shadow: var(--novo-focus) !important;
}

html.library-novo1 .modal-card > header > button::before,
html.library-novo1 .modal-card > header > button::after,
html.library-novo1 .editor-close::before,
html.library-novo1 .editor-close::after,
html.library-novo1 body.library-workspace-open .ref-capture-sync-close::before,
html.library-novo1 body.library-workspace-open .ref-capture-sync-close::after {
  content: "" !important;
  position: absolute !important;
  inset: auto !important;
  top: 50% !important;
  left: 50% !important;
  display: block !important;
  width: 15px !important;
  height: 1.75px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: currentColor !important;
  -webkit-mask: none !important;
  mask: none !important;
  transform-origin: center !important;
}

html.library-novo1 .modal-card > header > button::before,
html.library-novo1 .editor-close::before,
html.library-novo1 body.library-workspace-open .ref-capture-sync-close::before {
  transform: translate(-50%, -50%) rotate(45deg) !important;
}

html.library-novo1 .modal-card > header > button::after,
html.library-novo1 .editor-close::after,
html.library-novo1 body.library-workspace-open .ref-capture-sync-close::after {
  transform: translate(-50%, -50%) rotate(-45deg) !important;
}

html.library-novo1 .modal-card > header > button svg,
html.library-novo1 .editor-close svg {
  display: none !important;
}
