.ipdf-body--production {
  background: #eef2f6;
}

.ipdf-body--production .ipdf-topbar {
  position: static;
  top: auto;
  z-index: auto;
  box-shadow: none;
  gap: 14px;
}

.ipdf-body--production .ipdf-topbar-center {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  flex-wrap: wrap;
}

.ipdf-body--production .ipdf-topbar-right {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-left: auto;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.ipdf-body[data-ipdf-logged-in="0"] #ipdfMyFilesTrigger,
.ipdf-body[data-ipdf-logged-in="0"] #ipdfSaveDoc {
  display: none !important;
}

.ipdf-body--production .ipdf-topbar-right .ipdf-btn.ipdf-topbar-action {
  height: 30px;
  min-height: 30px;
  padding: 0 7px;
  border-color: transparent !important;
  background: transparent !important;
  color: #111111 !important;
  box-shadow: none;
  font-weight: 500;
}

.ipdf-body--production .ipdf-topbar-right .ipdf-btn.ipdf-topbar-action:hover,
.ipdf-body--production .ipdf-topbar-right .ipdf-btn.ipdf-topbar-action:focus-visible {
  border-color: transparent !important;
  background: transparent !important;
  color: #6d28d9 !important;
  box-shadow: none;
}

.ipdf-prod-save-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  inline-size: 30px;
  block-size: 30px;
  min-width: 30px;
  min-height: 30px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #5f6368;
  cursor: pointer;
  appearance: none;
  font-family: inherit;
  font-size: 0;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  transition: color .18s ease;
}

.ipdf-prod-save-status::before {
  content: "cloud_done";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  inline-size: 16px;
  block-size: 16px;
  border-radius: 0;
  background: transparent;
  flex: 0 0 auto;
  font-family: "Material Symbols Outlined";
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
  overflow: hidden;
  font-feature-settings: "liga";
  font-variation-settings:
    "FILL" 0,
    "wght" 220,
    "GRAD" 0,
    "opsz" 20;
}

.ipdf-prod-save-status[data-state="guest-local"],
.ipdf-prod-save-status[data-state="error"],
.ipdf-prod-save-status[data-state="file-limit"],
.ipdf-prod-save-status[data-state="page-limit"],
.ipdf-prod-save-status[data-state="read-only"] {
  color: #d93025;
}

.ipdf-prod-save-status[data-state="guest-local"]::before,
.ipdf-prod-save-status[data-state="error"]::before,
.ipdf-prod-save-status[data-state="file-limit"]::before,
.ipdf-prod-save-status[data-state="page-limit"]::before,
.ipdf-prod-save-status[data-state="read-only"]::before {
  content: "cloud_off";
}

.ipdf-prod-save-status[data-state="local-only"] {
  color: #667085;
}

.ipdf-prod-save-status[data-state="local-only"]::before {
  content: "cloud_off";
}

.ipdf-prod-save-status[data-state="read-only"] {
  color: #667085;
}

.ipdf-prod-save-status[data-state="read-only"]::before {
  content: "cloud_off";
}

.ipdf-prod-save-status:hover {
  color: #35156f;
}

.ipdf-prod-save-status:focus-visible {
  outline: 2px solid rgba(53, 21, 111, .18);
  outline-offset: 4px;
}

.ipdf-prod-save-status[data-state="saved"],
.ipdf-prod-save-status[data-state="version-saved"] {
  color: #188038;
}

.ipdf-prod-save-status[data-state="saved"]::before,
.ipdf-prod-save-status[data-state="version-saved"]::before {
  content: "cloud_done";
}

.ipdf-prod-save-status[data-state="autosaving"],
.ipdf-prod-save-status[data-state="manual-saving"] {
  color: #6d28d9;
}

.ipdf-prod-save-status[data-state="autosaving"]::before,
.ipdf-prod-save-status[data-state="manual-saving"]::before {
  content: "sync";
  animation: ipdf-save-pulse 1s ease-in-out infinite;
}

@keyframes ipdf-save-pulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.35); opacity: .5; }
  100% { transform: scale(1); opacity: 1; }
}

.ipdf-prod-user-block {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 30px;
  min-width: 0;
  position: relative;
}

.ipdf-account-menu {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.ipdf-account-avatar-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.ipdf-account-avatar-button:focus-visible {
  outline: 2px solid rgba(15, 111, 255, .38);
  outline-offset: 2px;
}

.ipdf-account-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #6d28d9;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .24);
}

.ipdf-account-menu[data-avatar-color="purple"] .ipdf-account-avatar { background: #7c3aed; }
.ipdf-account-menu[data-avatar-color="blue"] .ipdf-account-avatar { background: #2563eb; }
.ipdf-account-menu[data-avatar-color="green"] .ipdf-account-avatar { background: #059669; }
.ipdf-account-menu[data-avatar-color="orange"] .ipdf-account-avatar { background: #ea580c; }
.ipdf-account-menu[data-avatar-color="rose"] .ipdf-account-avatar { background: #e11d48; }
.ipdf-account-menu[data-avatar-color="slate"] .ipdf-account-avatar { background: #475569; }
.ipdf-account-menu[data-avatar-color="teal"] .ipdf-account-avatar { background: #0f766e; }
.ipdf-account-menu[data-avatar-color="amber"] .ipdf-account-avatar { background: #d97706; }
.ipdf-account-menu[data-avatar-color="indigo"] .ipdf-account-avatar { background: #4f46e5; }

.ipdf-account-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 90;
  display: none;
  width: min(280px, calc(100vw - 24px));
  padding: 10px;
  border: 1px solid rgba(15, 23, 42, .12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .16);
}

.ipdf-account-menu[data-open="1"] .ipdf-account-dropdown {
  display: block;
}

.ipdf-account-menu-head {
  padding: 4px 4px 9px;
  border-bottom: 1px solid rgba(15, 23, 42, .08);
}

.ipdf-account-menu-greeting {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  color: #101828;
}

.ipdf-account-menu-sub {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.35;
  color: #667085;
  overflow-wrap: anywhere;
}

.ipdf-account-menu-actions {
  display: grid;
  gap: 4px;
  padding-top: 8px;
}

.ipdf-account-menu-action {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 32px;
  padding: 0 9px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #101828;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.ipdf-account-menu-action:hover,
.ipdf-account-menu-action:focus-visible {
  outline: none;
  background: rgba(15, 23, 42, .06);
  color: #101828;
}

.ipdf-account-menu-action--primary {
  color: #0f6fff;
}

.ipdf-account-menu-action--danger {
  color: #b42318;
}

.ipdf-account-menu-action:disabled {
  opacity: .58;
  cursor: wait;
}

.ipdf-prod-user-copy {
  display: block;
  min-width: 0;
}

.ipdf-prod-user-greeting {
  font-size: 12px;
  font-weight: 400;
  color: #101828;
  max-width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ipdf-prod-user-plan {
  color: #667085;
}

.ipdf-prod-plan-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(53, 21, 111, .08);
  color: #35156f;
  font-size: 11px;
  font-weight: 700;
}

.ipdf-prod-user-link,
.ipdf-prod-user-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 999px;
  border: 1px solid rgba(53, 21, 111, .22);
  background: #fff;
  color: #35156f;
  font-size: 12px;
  font-weight: 600;
}

.ipdf-prod-user-cta {
  border-color: rgba(15, 111, 255, .16);
  background: #0f6fff;
  color: #fff;
}

.ipdf-prod-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(15, 23, 42, .44);
}

.ipdf-prod-modal[hidden] {
  display: none;
}

.ipdf-prod-modal__card {
  width: min(880px, 100%);
  max-height: min(80vh, 860px);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(16, 24, 40, .08);
  background: #fff;
  box-shadow: 0 24px 60px rgba(15, 23, 42, .24);
}

.ipdf-prod-modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(16, 24, 40, .08);
}

.ipdf-prod-modal__identity {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  flex: 1 1 auto;
  text-align: start;
}

.ipdf-prod-modal__brand-logo {
  flex: 0 0 auto;
  width: auto;
  max-width: 96px;
  height: 24px;
  object-fit: contain;
}

.ipdf-prod-modal__pdf-icon {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  object-fit: contain;
  display: block;
}

.ipdf-prod-modal__title {
  font-size: 16px;
  font-weight: 500;
  color: #101828;
}

.ipdf-prod-modal__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-left: 0;
  margin-inline-start: auto;
}

.ipdf-prod-modal__close {
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 999px;
  background: #fff;
  color: #0f172a;
  cursor: pointer;
  box-shadow: none;
  transition: background .16s ease, border-color .16s ease, box-shadow .16s ease, color .16s ease;
}

.ipdf-prod-modal__close:hover {
  border-color: rgba(15,23,42,.16);
  background: #f8fafc;
  color: #0f172a;
}

.ipdf-prod-modal__close:focus-visible {
  outline: none;
  border-color: rgba(15,23,42,.24);
  box-shadow: 0 0 0 3px rgba(15,23,42,.10);
}

.ipdf-prod-modal__body {
  overflow-x: hidden;
  overflow-y: auto;
  padding: 18px;
}

.ipdf-prod-modal--auth .ipdf-prod-modal__card {
  width: min(520px, 100%);
  max-height: min(88vh, 760px);
}

.ipdf-prod-modal--auth .ipdf-prod-modal__body {
  padding: 24px;
}

.ipdf-prod-modal--auth .ipdf-prod-modal__head {
  padding: 12px 14px;
  border-bottom: 1px solid var(--ipdf-line);
}

.ipdf-prod-modal--auth .ipdf-prod-modal__identity {
  gap: 10px;
}

.ipdf-prod-modal--auth .ipdf-prod-modal__auth-icon {
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: var(--ipdf-ink);
  font-size: 24px;
  font-variation-settings:
    "FILL" 0,
    "wght" 350,
    "GRAD" 0,
    "opsz" 20;
  line-height: 1;
}

.ipdf-prod-modal--auth .ipdf-prod-modal__title {
  color: var(--ipdf-ink);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.ipdf-prod-files-tabs {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: 100%;
  margin: 4px 0 18px;
  padding: 4px;
  border: 1px solid rgba(17, 24, 39, .07);
  border-radius: 10px;
  background: #f3f4f6;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: thin;
}

.ipdf-prod-files-tab {
  flex: 0 0 auto;
  min-height: 32px;
  padding: 0 11px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #6b7280;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  cursor: pointer;
  box-shadow: none;
  transition: background .14s ease, box-shadow .14s ease, color .14s ease;
  white-space: nowrap;
}

.ipdf-prod-files-tab:hover,
.ipdf-prod-files-tab:focus-visible {
  background: rgba(255, 255, 255, .72);
  color: #111827;
  outline: none;
}

.ipdf-prod-files-tab.is-active {
  background: #fff;
  color: #111827;
  box-shadow: 0 1px 2px rgba(15, 23, 42, .05);
}

.ipdf-prod-files-tab:disabled,
.ipdf-prod-files-tab[aria-disabled="true"] {
  background: transparent;
  color: #98a2b3;
  cursor: not-allowed;
  box-shadow: none;
}

.ipdf-prod-files-tab:disabled:hover,
.ipdf-prod-files-tab[aria-disabled="true"]:hover {
  background: transparent;
  color: #98a2b3;
}

.ipdf-prod-files-list {
  --ipdf-brodlin-purple: #2e1065;
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 8px;
  background: #fff;
}

.ipdf-prod-files-manager {
  width: 100%;
  min-width: 0;
}

.ipdf-prod-files-header,
.ipdf-prod-file-row {
  display: grid;
  grid-template-columns: minmax(250px, 1fr) minmax(106px, 132px) 48px 48px 76px;
  align-items: center;
  gap: 8px;
}

.ipdf-prod-files-manager--shared-by-me .ipdf-prod-files-header,
.ipdf-prod-file-row--shared-by-me {
  grid-template-columns: minmax(220px, 1fr) minmax(186px, 230px) minmax(106px, 132px) 48px 48px 102px;
}

.ipdf-prod-files-manager--shared-with-me .ipdf-prod-files-header,
.ipdf-prod-file-row--shared-with-me {
  grid-template-columns: minmax(180px, 1fr) minmax(150px, 190px) 76px minmax(104px, 132px) 48px 48px minmax(118px, 142px);
}

.ipdf-prod-files-header {
  min-height: 36px;
  padding: 0 12px;
  border-bottom: 1px solid rgba(15, 23, 42, .08);
  background: #fff;
  color: #64748b;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.ipdf-prod-files-header span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ipdf-prod-files-header span:first-child {
  align-self: stretch;
  display: flex;
  align-items: center;
  border-right: 0;
}

.ipdf-prod-files-header span:nth-child(3),
.ipdf-prod-files-header span:nth-child(4),
.ipdf-prod-files-header span:nth-child(5) {
  justify-self: center;
  text-align: center;
}

.ipdf-prod-files-manager--shared-by-me .ipdf-prod-files-header span:nth-child(6) {
  justify-self: center;
  text-align: center;
}

.ipdf-prod-files-manager--shared-with-me .ipdf-prod-files-header span:nth-child(3),
.ipdf-prod-files-manager--shared-with-me .ipdf-prod-files-header span:nth-child(6),
.ipdf-prod-files-manager--shared-with-me .ipdf-prod-files-header span:nth-child(7) {
  justify-self: center;
  text-align: center;
}

.ipdf-prod-file-row {
  min-height: 48px;
  padding: 5px 12px;
  border-bottom: 1px solid rgba(16, 24, 40, .08);
  background: #fff;
}

.ipdf-prod-file-row:last-child {
  border-bottom: 0;
}

.ipdf-prod-file-row:hover {
  background: rgba(46, 16, 101, .025);
}

.ipdf-prod-file-row__identity {
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding-right: 0;
  padding-inline-end: 12px;
  border-right: 0;
}

.ipdf-prod-file-row__icon {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  object-fit: contain;
  image-rendering: auto;
}

.ipdf-prod-file-row__title {
  display: block;
  flex: 0 1 auto;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  text-align: start;
  color: #111827;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.24;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
}

.ipdf-prod-file-row__name {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
  text-align: start;
}

.ipdf-prod-file-row__title-line {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex: 0 1 auto;
  gap: 6px;
  min-width: 0;
  max-width: 100%;
  width: auto;
  overflow: visible;
  white-space: nowrap;
  vertical-align: top;
}

.ipdf-prod-file-row__title-line--readonly {
  display: block;
}

.ipdf-prod-file-row__title-line--readonly .ipdf-prod-file-row__title {
  display: block;
}

.ipdf-prod-file-row__title-line.is-renaming {
  display: flex;
  width: 100%;
}

.ipdf-prod-file-relation {
  display: block;
  max-width: 100%;
  margin-top: 1px;
  overflow: hidden;
  color: #7a8494;
  font-size: 11.5px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.12;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ipdf-prod-file-row__title-line.is-renaming + .ipdf-prod-file-relation {
  display: none;
}

.ipdf-prod-file-row__title-line.is-renaming .ipdf-prod-file-row__title,
.ipdf-prod-file-row__title-line.is-renaming .ipdf-prod-file-row__rename-trigger {
  display: none;
}

.ipdf-prod-file-row__title:hover,
.ipdf-prod-file-row__title:focus-visible {
  color: var(--ipdf-brodlin-purple);
  text-decoration: none;
}

.ipdf-prod-file-row__cell {
  color: #6b7280;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  text-align: start;
}

.ipdf-prod-file-row__cell {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ipdf-prod-file-row__cell--pages {
  text-align: center;
}

.ipdf-prod-file-row__shared-stats {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
  overflow: hidden;
  color: #667085;
  font-size: 11px;
  line-height: 1.2;
  white-space: nowrap;
}

.ipdf-prod-file-row__shared-stats span {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.ipdf-prod-file-row__shared-stats strong {
  color: #101828;
  font-weight: 600;
}

.ipdf-prod-file-row__owner {
  display: grid;
  gap: 2px;
  min-width: 0;
  text-align: start;
  color: #344054;
  font-size: 11.5px;
  line-height: 1.2;
}

.ipdf-prod-file-row__owner strong,
.ipdf-prod-file-row__owner span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ipdf-prod-file-row__owner strong {
  color: #101828;
  font-weight: 600;
}

.ipdf-prod-file-row--shared-with-me .ipdf-prod-access-role {
  justify-self: center;
}

.ipdf-prod-file-row__status-cell {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ipdf-prod-status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.ipdf-prod-status-pill > span:not(.ipdf-prod-status-dot) {
  display: none;
}

.ipdf-prod-status-dot {
  display: inline-flex;
  width: 11px;
  height: 11px;
  border-radius: 999px;
  box-shadow: 0 0 0 2px #fff;
}

.ipdf-prod-status-dot--active,
.ipdf-prod-status-dot--draft {
  background: #16a34a;
}

.ipdf-prod-status-dot--warning {
  background: #f59e0b;
}

.ipdf-prod-status-dot--danger {
  background: #ed1a38;
}

.ipdf-prod-file-row__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 0;
  overflow: visible;
  opacity: 1;
  transition: opacity .12s ease;
}

.ipdf-prod-file-row:hover .ipdf-prod-file-row__actions,
.ipdf-prod-file-row:focus-within .ipdf-prod-file-row__actions {
  opacity: 1;
}

.ipdf-prod-file-row__action,
.ipdf-prod-file-row__rename-trigger,
.ipdf-prod-file-row__rename-save,
.ipdf-prod-file-row__rename-cancel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  min-width: 26px;
  height: 30px;
  min-height: 30px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #475569;
  line-height: 1;
  box-shadow: none;
  transform: none;
  cursor: pointer;
  text-decoration: none;
  transition: color .14s ease;
  appearance: none;
}

.ipdf-prod-file-row__action:hover,
.ipdf-prod-file-row__rename-trigger:hover,
.ipdf-prod-file-row__rename-save:hover,
.ipdf-prod-file-row__rename-cancel:hover {
  border-color: transparent;
  background: transparent;
  color: var(--ipdf-brodlin-purple);
  box-shadow: none;
  transform: none;
}

.ipdf-prod-file-row__action:focus-visible,
.ipdf-prod-file-row__rename-trigger:focus-visible,
.ipdf-prod-file-row__rename-save:focus-visible,
.ipdf-prod-file-row__rename-cancel:focus-visible {
  color: var(--ipdf-brodlin-purple);
  outline: 2px solid rgba(46, 16, 101, .22);
  outline-offset: 2px;
  border-color: transparent;
  box-shadow: none;
}

.ipdf-prod-file-row__action .material-symbols-outlined,
.ipdf-prod-file-row__rename-trigger .material-symbols-outlined,
.ipdf-prod-file-row__rename-save .material-symbols-outlined,
.ipdf-prod-file-row__rename-cancel .material-symbols-outlined {
  font-size: 18px;
  line-height: 1;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 20;
}

.ipdf-prod-file-row__action--primary {
  color: #475569;
}

.ipdf-prod-file-row__action--primary:hover,
.ipdf-prod-file-row__action--primary:focus-visible {
  color: var(--ipdf-brodlin-purple);
}

.ipdf-prod-file-row__action.is-active {
  border-color: transparent;
  background: transparent;
  color: var(--ipdf-brodlin-purple);
}

.ipdf-prod-file-row__action--danger {
  color: #ed1a38;
}

.ipdf-prod-file-row__action--danger:hover,
.ipdf-prod-file-row__action--danger:focus-visible {
  color: #c9142d;
}

.ipdf-prod-file-row__action--text {
  width: auto;
  min-width: 78px;
  padding: 0 8px;
  font-size: 11px;
  font-weight: 500;
  white-space: nowrap;
}

.ipdf-prod-file-row__actions--shared-with-me {
  justify-content: flex-end;
}

.ipdf-prod-file-row__action:disabled,
.ipdf-prod-file-row__action[disabled] {
  color: #cbd5e1;
  cursor: not-allowed;
}

.ipdf-prod-file-row__action:disabled:hover,
.ipdf-prod-file-row__action[disabled]:hover {
  border-color: transparent;
  background: transparent;
  color: #cbd5e1;
}

.ipdf-prod-access-detail {
  display: grid;
  gap: 14px;
  padding: 14px 16px 16px;
  border-bottom: 1px solid rgba(16, 24, 40, .1);
  background: #fbfcfe;
}

.ipdf-prod-access-detail__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.ipdf-prod-access-detail__head > div:first-child {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.ipdf-prod-access-detail__head strong {
  color: #101828;
  font-size: 13px;
  font-weight: 600;
}

.ipdf-prod-access-detail__head span {
  color: #667085;
  font-size: 12px;
}

.ipdf-prod-access-detail__counts {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 5px;
}

.ipdf-prod-access-detail__counts span {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  min-height: 22px;
  padding: 0 7px;
  border: 1px solid rgba(16, 24, 40, .08);
  border-radius: 999px;
  background: #fff;
  color: #667085;
  font-size: 11px;
}

.ipdf-prod-access-detail__counts strong {
  color: #101828;
  font-weight: 600;
}

.ipdf-prod-access-section {
  display: grid;
  gap: 8px;
}

.ipdf-prod-access-section h3 {
  margin: 0;
  color: #344054;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.ipdf-prod-access-owner,
.ipdf-prod-access-person {
  border: 1px solid rgba(16, 24, 40, .08);
  border-radius: 8px;
  background: #fff;
}

.ipdf-prod-access-owner {
  display: grid;
  gap: 3px;
  padding: 10px 12px;
}

.ipdf-prod-access-owner strong,
.ipdf-prod-access-person__identity strong {
  color: #101828;
  font-size: 12.5px;
  font-weight: 600;
}

.ipdf-prod-access-owner span,
.ipdf-prod-access-person__identity span {
  color: #344054;
  font-size: 12px;
}

.ipdf-prod-access-person {
  display: grid;
  grid-template-columns: minmax(190px, 1fr) 76px minmax(180px, auto);
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
}

.ipdf-prod-access-person__identity {
  display: grid;
  gap: 2px;
  min-width: 0;
  text-align: start;
}

.ipdf-prod-access-person__identity em {
  color: #667085;
  font-size: 11px;
  font-style: normal;
}

[dir="rtl"] .ipdf-prod-modal__card,
[dir="rtl"] .ipdf-prod-files-list,
[dir="rtl"] .ipdf-prod-access-detail {
  direction: rtl;
}

[dir="rtl"] .ipdf-prod-file-row__title,
[dir="rtl"] .ipdf-prod-file-row__name,
[dir="rtl"] .ipdf-prod-file-relation,
[dir="rtl"] .ipdf-prod-file-row__owner strong,
[dir="rtl"] .ipdf-prod-file-row__owner span,
[dir="rtl"] .ipdf-prod-access-person__identity strong,
[dir="rtl"] .ipdf-prod-access-person__identity span {
  unicode-bidi: plaintext;
}

.ipdf-prod-access-role {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
}

.ipdf-prod-access-role--editor {
  background: rgba(53, 21, 111, .08);
  color: #35156f;
}

.ipdf-prod-access-role--viewer {
  background: #eef6ff;
  color: #175cd3;
}

.ipdf-prod-access-person__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 6px;
}

.ipdf-prod-access-action {
  min-height: 28px;
  padding: 0 9px;
  border: 1px solid var(--ipdf-line);
  border-radius: 8px;
  background: #fff;
  color: #475467;
  font-size: 11px;
  font-weight: 500;
  cursor: pointer;
}

.ipdf-prod-access-action:hover,
.ipdf-prod-access-action:focus-visible {
  border-color: var(--ipdf-line);
  background: #f5f6f7;
  color: var(--ipdf-brodlin-purple);
}

.ipdf-prod-access-action--danger {
  color: #b42318;
}

.ipdf-prod-access-action--danger:hover,
.ipdf-prod-access-action--danger:focus-visible {
  color: #d92d20;
}

.ipdf-prod-access-empty {
  padding: 10px 12px;
  border: 1px dashed rgba(16, 24, 40, .14);
  border-radius: 8px;
  background: #fff;
  color: #667085;
  font-size: 12px;
}

.ipdf-prod-file-row__rename-form {
  flex: 1 1 auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 180px;
  max-width: 100%;
}

.ipdf-prod-file-row__rename-form[hidden] {
  display: none !important;
}

.ipdf-prod-file-row__rename-input {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  height: 30px;
  padding: 0 9px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  background: #fff;
  color: #111827;
  font-size: 14px;
  line-height: 1.2;
}

.ipdf-prod-file-row__rename-input:focus {
  border-color: #cbd5e1;
  outline: none;
}

.ipdf-prod-auth-modal {
  display: grid;
  gap: 14px;
}

.ipdf-prod-auth-error {
  margin: 0 0 2px;
  padding: 10px 12px;
  border: 1px solid rgba(237, 26, 56, .25);
  border-radius: 10px;
  background: rgba(237, 26, 56, .06);
  color: #0b0c0e;
  font-size: 13px;
  line-height: 1.4;
}

.ipdf-prod-auth-error[hidden],
.ipdf-prod-auth-adoption[hidden] {
  display: none !important;
}

.ipdf-prod-auth-form[hidden] {
  display: none !important;
}

.ipdf-prod-auth-error button {
  margin-left: 8px;
  border: 0;
  background: transparent;
  color: #2e1065;
  font: inherit;
  font-weight: 400;
  cursor: pointer;
}

.ipdf-prod-auth-adoption {
  display: grid;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(207, 37, 68, .16);
  border-radius: var(--ipdf-dialog-radius);
  background: rgba(207, 37, 68, .05);
  color: #344054;
  font-size: 12px;
  line-height: 1.45;
}

.ipdf-prod-auth-adoption p {
  margin: 0;
}

.ipdf-prod-auth-adoption__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* Access denied document state */
body.ipdf-body--access-denied {
  min-height: 100vh;
  margin: 0;
  background: #e9eef4;
  color: #202020;
  overflow: auto;
}

body.ipdf-body--access-denied .ipdf-topbar,
body.ipdf-body--access-denied #ipdfToolbar,
body.ipdf-body--access-denied .ipdf-toolbar,
body.ipdf-body--access-denied .ipdf-main,
body.ipdf-body--access-denied #ipdfPagesWrap,
body.ipdf-body--access-denied #ipdfRightPanel,
body.ipdf-body--access-denied #ipdfPagesShell > .ipdf-pages-panel-toggle,
body.ipdf-body--access-denied #ipdfPagesShell > .ipdf-template-panel-toggle,
body.ipdf-body--access-denied #ipdfPagesShell > .ipdf-ai-text-panel-toggle,
body.ipdf-body--access-denied #ipdfPagesShell > .ipdf-signature-v3-toggle,
body.ipdf-body--access-denied .ipdf-signature-v3-toggle,
body.ipdf-body--access-denied .ipdf-collab-launcher,
body.ipdf-body--access-denied .ipdf-mobile-topbar,
body.ipdf-body--access-denied .ipdf-mobile-edit-bottom-toolbar {
  display: none;
}

.ipdf-access-denied-screen {
  box-sizing: border-box;
  position: fixed;
  z-index: 1000000;
  inset: 0;
  min-height: 100svh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  overflow: auto;
  background: rgba(233, 238, 244, .94);
}

.ipdf-access-denied-screen *,
.ipdf-access-denied-screen *::before,
.ipdf-access-denied-screen *::after {
  box-sizing: border-box;
}

.ipdf-access-denied-card {
  width: min(408px, calc(100vw - 32px));
  max-height: calc(100svh - 36px);
  border: 1px solid rgba(32,32,32,.12);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(31, 41, 55, .18);
  overflow: auto;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 400;
}

.ipdf-access-denied-panel[hidden] {
  display: none;
}

.ipdf-access-denied-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(32,32,32,.10);
}

.ipdf-access-denied-card__icon {
  display: none;
}

.ipdf-access-denied-card__copy {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 0;
}

.ipdf-access-denied-card__title {
  margin: 0;
  color: #202020;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0;
}

.ipdf-access-denied-card__text {
  margin: 2px 0 0;
  color: rgba(32,32,32,.58);
  font-size: 11px;
  line-height: 1.35;
}

.ipdf-access-denied-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 14px 16px 16px;
}

.ipdf-access-denied-btn {
  min-height: 38px;
  border: 1px solid rgba(32,32,32,.14);
  border-radius: 8px;
  background: #fff;
  color: #202020;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: border-color .16s ease, background-color .16s ease, box-shadow .16s ease;
}

.ipdf-access-denied-btn:hover,
.ipdf-access-denied-btn:focus-visible {
  border-color: #cbd5e1;
  box-shadow: none;
  outline: none;
}

.ipdf-access-denied-btn--primary {
  border-color: #6d28d9;
  background: #6d28d9;
  color: #fff;
}

.ipdf-access-denied-btn--primary:hover,
.ipdf-access-denied-btn--primary:focus-visible {
  background: #2e1065;
}

.ipdf-access-denied-icon-btn {
  width: 36px;
  min-width: 36px;
  height: 36px;
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 999px;
  background: #fff;
  color: #0f172a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  box-shadow: none;
}

.ipdf-access-denied-icon-btn:hover,
.ipdf-access-denied-icon-btn:focus-visible {
  background: #f8fafc;
  border-color: rgba(15,23,42,.16);
  color: #0f172a;
  outline: none;
}

.ipdf-access-denied-icon-btn .material-symbols-outlined {
  font-size: 22px;
}

.ipdf-access-denied-form {
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding: 14px 16px 16px;
}

.ipdf-access-denied-request__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.ipdf-access-denied-field {
  display: grid;
  gap: 5px;
  color: #384152;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
}

.ipdf-access-denied-field input,
.ipdf-access-denied-field textarea {
  width: 100%;
  border: 1px solid rgba(32,32,32,.14);
  border-radius: 4px;
  background: #fff;
  color: #202020;
  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
  padding: 9px 10px;
  outline: none;
}

.ipdf-access-denied-field textarea {
  min-height: 70px;
  resize: vertical;
}

.ipdf-access-denied-field input:focus,
.ipdf-access-denied-field textarea:focus {
  border-color: #cbd5e1;
  box-shadow: none;
}

.ipdf-access-denied-roles {
  display: grid;
  gap: 6px;
  margin: 2px 0;
  padding: 0;
  border: 0;
}

.ipdf-access-denied-roles legend {
  width: 100%;
  margin-bottom: 4px;
  color: #384152;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
}

.ipdf-access-role-toggle {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  width: 100%;
  padding: 4px;
  border: 1px solid rgba(109, 40, 217, .16);
  border-radius: 14px;
  background: rgba(109, 40, 217, .06);
}

.ipdf-access-role-option {
  position: relative;
  min-width: 0;
  min-height: 38px;
  border: 1px solid transparent;
  border-radius: 11px;
  background: rgba(255, 255, 255, .86);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  color: #202020;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  transition: background-color .16s ease, border-color .16s ease, box-shadow .16s ease, color .16s ease, transform .16s ease;
}

.ipdf-access-role-option:hover {
  border-color: rgba(109, 40, 217, .28);
  background: #fff;
}

.ipdf-access-role-option__input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  opacity: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.ipdf-access-role-option__text {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ipdf-access-role-option:has(.ipdf-access-role-option__input:checked) {
  border-color: rgba(109, 40, 217, .78);
  background: #6d28d9;
  color: #fff;
  box-shadow: 0 8px 18px rgba(109, 40, 217, .18);
}

.ipdf-access-role-option:has(.ipdf-access-role-option__input:focus-visible) {
  border-color: #cbd5e1;
  box-shadow: none;
}

.ipdf-access-role-option:has(.ipdf-access-role-option__input:checked):has(.ipdf-access-role-option__input:focus-visible) {
  box-shadow: 0 8px 18px rgba(109, 40, 217, .18);
}

.ipdf-access-denied-request__footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  margin-top: 2px;
}

.ipdf-access-denied-feedback {
  min-height: 18px;
  color: rgba(32,32,32,.66);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 400;
}

.ipdf-access-denied-feedback[data-tone="error"] {
  color: #b42318;
}

.ipdf-access-denied-feedback[data-tone="success"] {
  color: #067647;
}

.ipdf-access-denied-link-btn {
  min-height: 30px;
  border: 0;
  background: transparent;
  color: #6d28d9;
  font-family: inherit;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
}

.ipdf-access-denied-link-btn:hover,
.ipdf-access-denied-link-btn:focus-visible {
  text-decoration: underline;
  outline: none;
}

@media (max-width: 640px) {
  .ipdf-access-denied-screen {
    align-items: flex-end;
    padding: 8px;
    min-height: 100svh;
  }

  .ipdf-access-denied-card {
    width: 100%;
    max-height: calc(100svh - 16px);
    border-radius: 14px 14px 8px 8px;
  }

  .ipdf-access-denied-card__head {
    padding: 12px 14px;
  }

  .ipdf-access-denied-card__icon {
    display: none;
  }

  .ipdf-access-denied-card__title {
    font-size: 14px;
  }

  .ipdf-access-denied-card__text {
    font-size: 11px;
  }

  .ipdf-access-denied-request__grid,
  .ipdf-access-denied-request__footer {
    grid-template-columns: 1fr;
  }

  .ipdf-access-denied-actions,
  .ipdf-access-denied-form {
    padding: 12px 14px calc(14px + env(safe-area-inset-bottom));
  }

  .ipdf-access-denied-btn {
    width: 100%;
    min-height: 38px;
  }
}

.ipdf-prod-guest-draft-notice[hidden] {
  display: none;
}

.ipdf-prod-guest-draft-notice {
  box-sizing: border-box;
  width: min(760px, calc(100% - 32px));
  margin: 16px auto 12px;
  padding: 12px 14px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(46, 16, 101, .14);
  border-radius: 8px;
  background: #ffffff;
  color: #344054;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .08);
}

.ipdf-prod-guest-draft-notice__icon {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(109, 40, 217, .1);
  color: #6d28d9;
  font-size: 19px;
  line-height: 1;
}

.ipdf-prod-guest-draft-notice__copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.ipdf-prod-guest-draft-notice__title {
  color: #101828;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
}

.ipdf-prod-guest-draft-notice__body,
.ipdf-prod-guest-draft-notice__note {
  color: #667085;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}

.ipdf-prod-guest-draft-notice__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.ipdf-prod-guest-draft-notice__actions .ipdf-btn {
  height: 34px;
  min-height: 34px;
  padding: 0 12px;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 500;
}

@media (max-width: 720px) {
  .ipdf-prod-guest-draft-notice {
    width: 100%;
    margin: 8px 0 12px;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: flex-start;
  }

  .ipdf-prod-guest-draft-notice__actions {
    grid-column: 1 / -1;
    width: 100%;
    justify-content: stretch;
  }

  .ipdf-prod-guest-draft-notice__actions .ipdf-btn {
    flex: 1 1 0;
  }
}

.ipdf-prod-auth-form {
  width: 100%;
  display: grid;
  gap: 0;
  box-sizing: border-box;
}

.ipdf-prod-modal--auth .auth-row {
  width: 100%;
  margin: 0 0 14px;
  box-sizing: border-box;
}

.ipdf-prod-modal--auth .auth-row-grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.ipdf-prod-modal--auth .auth-label {
  display: block;
  margin: 0 0 7px;
  color: rgba(11, 12, 14, .72);
  font-size: 13px;
  font-weight: 400;
}

.ipdf-prod-modal--auth .auth-input {
  width: 100%;
  max-width: 100%;
  height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(11, 12, 14, .16);
  border-radius: 10px;
  background: #fff;
  color: #0b0c0e;
  font-size: 14px;
  font-weight: 400;
  box-sizing: border-box;
}

.ipdf-prod-modal--auth .auth-input:focus {
  outline: none;
  border-color: #cbd5e1;
  box-shadow: none;
}

.ipdf-prod-modal--auth .auth-pw {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}

.ipdf-prod-modal--auth .auth-pw .auth-input {
  padding-right: 58px;
}

.ipdf-prod-modal--auth .auth-eye {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  min-width: 36px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(11, 12, 14, .12);
  border-radius: 999px;
  background: #f5f5f7;
  color: #8b8b8b;
  cursor: pointer;
  box-sizing: border-box;
  transition: background .15s ease, border-color .15s ease, filter .15s ease;
}

.ipdf-prod-modal--auth .auth-eye:hover {
  border-color: rgba(11, 12, 14, .18);
  filter: brightness(.99);
}

.ipdf-prod-modal--auth .auth-eye svg {
  width: 18px;
  height: 18px;
  fill: #8b8b8b;
}

.ipdf-prod-modal--auth .auth-eye.is-on {
  background: #eeeef3;
  border-color: rgba(11, 12, 14, .16);
}

.ipdf-prod-modal--auth .auth-eye.is-on svg {
  fill: #2f2f2f;
}

.ipdf-prod-modal--auth .auth-eye.is-off svg {
  fill: #8b8b8b;
}

.ipdf-prod-auth-honeypot {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.ipdf-prod-auth-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 14px;
  color: rgba(11, 12, 14, .72);
  font-size: 13px;
  line-height: 1.35;
}

.ipdf-prod-auth-check input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #2e1065;
}

.ipdf-prod-auth-submit {
  width: 100%;
  height: 48px;
  margin-top: 4px;
  border: 0;
  border-radius: 10px;
  background: #2e1065;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

.ipdf-prod-auth-submit:hover {
  filter: brightness(.94);
}

.ipdf-prod-auth-submit:disabled {
  cursor: wait;
  opacity: .68;
}

.ipdf-prod-auth-secondary {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(46, 16, 101, .18);
  border-radius: 10px;
  background: #fff;
  color: #2e1065;
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
}

.ipdf-prod-auth-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
  color: rgba(11, 12, 14, .58);
  font-size: 13px;
}

.ipdf-prod-auth-bottom button {
  border: 0;
  background: transparent;
  color: #2e1065;
  font: inherit;
  font-weight: 400;
  cursor: pointer;
}

@media (max-width: 640px) {
  .ipdf-prod-modal--auth .auth-row-grid2 {
    grid-template-columns: 1fr;
  }

  .ipdf-prod-modal--auth .ipdf-prod-modal__body {
    padding: 18px 16px;
  }

  .ipdf-prod-modal--auth .auth-eye {
    width: 36px;
    min-width: 36px;
  }

  .ipdf-prod-modal--auth .auth-pw .auth-input {
    padding-right: 58px;
  }
}

.ipdf-prod-empty {
  display: grid;
  place-items: center;
  gap: 4px;
  min-height: 180px;
  color: #667085;
  text-align: center;
}

.ipdf-prod-empty strong {
  color: #101828;
  font-size: 13px;
  font-weight: 600;
}

.ipdf-prod-empty span {
  color: #667085;
  font-size: 12px;
  line-height: 1.35;
}

.ipdf-prod-empty--error {
  color: #b42318;
}

.ipdf-body--production[data-cloud-save-state="autosaving"] .ipdf-topbar,
.ipdf-body--production[data-cloud-save-state="manual-saving"] .ipdf-topbar,
.ipdf-body--production[data-cloud-save-state="saved"] .ipdf-topbar,
.ipdf-body--production[data-cloud-save-state="error"] .ipdf-topbar {
  box-shadow: none;
}

@media (max-width: 1080px) {
  .ipdf-body--production .ipdf-topbar {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .ipdf-body--production .ipdf-topbar-right {
    width: 100%;
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .ipdf-prod-modal__head {
    align-items: flex-start;
  }

  .ipdf-prod-modal__actions {
    gap: 6px;
  }

  .ipdf-prod-files-list {
    overflow-x: auto;
  }

  .ipdf-prod-files-manager {
    width: 100%;
    min-width: 0;
  }

  .ipdf-prod-files-header,
  .ipdf-prod-file-row {
    grid-template-columns: minmax(150px, 1fr) 72px 34px 58px 58px;
    gap: 4px;
  }

  .ipdf-prod-files-manager--shared-by-me .ipdf-prod-files-header,
  .ipdf-prod-file-row--shared-by-me {
    grid-template-columns: minmax(128px, 1fr) minmax(96px, 128px) 64px 32px 54px 76px;
  }

  .ipdf-prod-files-header {
    display: grid;
    padding: 0 6px;
    font-size: 9.5px;
  }

  .ipdf-prod-file-row {
    min-width: 0;
    padding: 5px 6px;
  }

  .ipdf-prod-file-row__cell,
  .ipdf-prod-file-row__status-cell {
    white-space: nowrap;
  }

  .ipdf-prod-file-row__cell::before,
  .ipdf-prod-file-row__status-cell::before {
    content: none;
  }

  .ipdf-prod-file-row__actions {
    justify-content: center;
    flex-wrap: nowrap;
    padding-top: 0;
    opacity: 1;
  }

  .ipdf-prod-file-row__identity {
    gap: 8px;
    padding-right: 0;
    padding-inline-end: 8px;
  }

  .ipdf-prod-file-row__shared-stats {
    flex-wrap: wrap;
    gap: 3px;
    white-space: normal;
  }

  .ipdf-prod-file-row__shared-stats span {
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 9.5px;
  }

  .ipdf-prod-access-detail__head,
  .ipdf-prod-access-person {
    grid-template-columns: 1fr;
  }

  .ipdf-prod-access-detail__head {
    display: grid;
  }

  .ipdf-prod-access-detail__counts,
  .ipdf-prod-access-person__actions {
    justify-content: flex-start;
  }

  .ipdf-prod-file-row__action,
  .ipdf-prod-file-row__rename-save,
  .ipdf-prod-file-row__rename-cancel {
    width: 26px;
    min-width: 26px;
    height: 30px;
    min-height: 30px;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .ipdf-prod-file-row__rename-form {
    min-width: 140px;
  }

}
