/* ---------- COLORS  ---------- */
/* Brand primary: black (replaces former blue #1864F2). */
/* ---------- FONTS  ---------- */
.doc-queue__refresh-fab {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 20;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.doc-queue__footer-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

.sorting-and-selecting-wrap__table tbody tr.doc-queue__row--failed td {
  background-color: #eceff3;
}
.sorting-and-selecting-wrap__table tbody tr.doc-queue__row--success td {
  background-color: #fafbfc;
}
.sorting-and-selecting-wrap__table tbody tr.doc-queue__row--working td {
  background-color: #f3f5f8;
}
.sorting-and-selecting-wrap__table tbody tr.doc-queue__row--validation td {
  background-color: #f1f3f6;
}
.sorting-and-selecting-wrap__table tbody tr.doc-queue__row--idle td {
  background-color: #f7f8fa;
}
.sorting-and-selecting-wrap__table tbody tr.doc-queue__detail-row td {
  background-color: #FFFFFF !important;
}
.sorting-and-selecting-wrap__table .doc-queue__expand-cell {
  width: 2.5rem;
  max-width: 2.5rem;
  padding-left: 0.75rem !important;
  vertical-align: middle;
  text-align: center !important;
}
.sorting-and-selecting-wrap__table .doc-queue__expand-cell:first-of-type {
  width: 2.5rem;
  max-width: 3rem;
  padding-left: 0.75rem !important;
}
.sorting-and-selecting-wrap__table .doc-queue__select-cell {
  width: 2.75rem !important;
  max-width: 3rem !important;
  min-width: 2.5rem;
  padding: 0.35rem 0.5rem !important;
  text-align: center !important;
  vertical-align: middle !important;
  white-space: nowrap !important;
}
.sorting-and-selecting-wrap__table .doc-queue__select-cell input[type=checkbox] {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
  min-height: 1rem;
  max-width: 1rem;
  max-height: 1rem;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1;
  vertical-align: middle;
  cursor: pointer;
  box-sizing: border-box;
  accent-color: #0a0a0a;
}
.sorting-and-selecting-wrap__table .doc-queue__expand-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  color: #1B1B1E;
  border-radius: 4px;
}
.sorting-and-selecting-wrap__table .doc-queue__expand-btn:hover {
  background: #EEF1F4;
}
.sorting-and-selecting-wrap__table .doc-queue__expand-btn:focus-visible {
  outline: 2px solid #0a0a0a;
  outline-offset: 1px;
}
.sorting-and-selecting-wrap__table .doc-queue__chevron {
  display: inline-block;
  line-height: 1;
  font-size: 0.65rem;
  transition: transform 0.15s ease;
  transform: rotate(-90deg);
}
.sorting-and-selecting-wrap__table .doc-queue__chevron--open {
  transform: rotate(0deg);
}
.sorting-and-selecting-wrap__table .doc-queue__detail-row td {
  padding: 0 !important;
  background: #F8F9FC;
  border-bottom: 1px solid #DADEE5;
  text-align: left !important;
  width: auto !important;
  white-space: normal !important;
}
.sorting-and-selecting-wrap__table .doc-queue__detail-inner {
  padding: 1rem 1.5rem 1rem 3.25rem;
}
@media only screen and (max-width: 1180px) {
  .sorting-and-selecting-wrap__table .doc-queue__detail-inner {
    padding-left: 1.5rem;
  }
}
.sorting-and-selecting-wrap__table .doc-queue__detail-grid {
  display: grid;
  grid-template-columns: minmax(10rem, 14rem) 1fr;
  gap: 0.35rem 1.5rem;
  width: 100%;
  font-size: 13px;
}
.sorting-and-selecting-wrap__table .doc-queue__detail-label {
  color: #70777D;
  font-weight: 500;
}
.sorting-and-selecting-wrap__table .doc-queue__detail-value {
  color: #1B1B1E;
  word-break: break-word;
  min-width: 0;
}
.sorting-and-selecting-wrap__table .doc-queue__detail-value--json {
  white-space: pre-wrap;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
  max-height: 24rem;
  overflow: auto;
  width: 100%;
}
.sorting-and-selecting-wrap__table .doc-queue__detail-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid #DADEE5;
}
.sorting-and-selecting-wrap__table .doc-queue__detail-actions-left,
.sorting-and-selecting-wrap__table .doc-queue__detail-actions-right {
  display: flex;
  align-items: center;
}
.sorting-and-selecting-wrap__table .doc-queue__delete-entry-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0;
}
.sorting-and-selecting-wrap__table .doc-queue__delete-entry-btn .doc-queue__delete-entry-icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  display: block;
  object-fit: contain;
  opacity: 0.9;
}

.doc-queue__delete-btn,
.doc-queue__restart-btn {
  border: 1px solid #E2224D;
  color: #FFFFFF;
  background: #E2224D;
  border-radius: 8px;
}
.doc-queue__delete-btn:hover:not(:disabled):not(.disabled),
.doc-queue__restart-btn:hover:not(:disabled):not(.disabled) {
  background: #AE2443;
  border-color: #AE2443;
}
.doc-queue__delete-btn:disabled, .doc-queue__delete-btn.disabled,
.doc-queue__restart-btn:disabled,
.doc-queue__restart-btn.disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.doc-queue__hard-reset-btn {
  border: 1px solid #AE2443;
  color: #FFFFFF;
  background: #AE2443;
  border-radius: 8px;
}
.doc-queue__hard-reset-btn:hover:not(:disabled):not(.disabled) {
  background: rgb(135.72, 28.08, 52.26);
  border-color: rgb(135.72, 28.08, 52.26);
}
.doc-queue__hard-reset-btn:disabled, .doc-queue__hard-reset-btn.disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.doc-queue-pdf-view {
  padding: 0 1rem 1rem;
}
.doc-queue-pdf-view .doc-queue-pdf-view__title {
  margin-bottom: 0.75rem;
}
.doc-queue-pdf-view [id$=_fileUploadElement] {
  display: none !important;
}

.doc-queue__action-cell {
  width: 5.5rem;
  max-width: 6rem;
  vertical-align: middle;
  white-space: nowrap;
}

.doc-queue-manual {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0 1rem 2rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  flex: 1 1 auto;
  box-sizing: border-box;
}
.doc-queue-manual.main-content--with-side-nav {
  align-items: stretch;
  flex-wrap: nowrap;
  align-self: stretch;
}
.doc-queue-manual .doc-queue-manual__top {
  flex: 0 0 auto;
  width: 100%;
  margin-bottom: 1rem;
}
.doc-queue-manual .doc-queue-manual__header {
  margin-bottom: 0;
}
.doc-queue-manual .doc-queue-manual__back {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 0.35rem;
  color: #0a0a0a;
}
.doc-queue-manual .doc-queue-manual__back:hover {
  text-decoration: underline;
}
.doc-queue-manual .doc-queue-manual__filename {
  opacity: 0.85;
  margin: 0.25rem 0 0;
}
.doc-queue-manual .doc-queue-manual__validation {
  color: #AE2443;
  margin: 0.75rem 0 0;
}
.doc-queue-manual .doc-queue-manual__split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  gap: 1.25rem;
  align-items: start;
  width: 100%;
  min-width: 0;
}
.doc-queue-manual .doc-queue-manual__panel {
  min-width: 0;
}
.doc-queue-manual .doc-queue-manual__panel--form {
  width: 100%;
  max-width: min(350px, 100%);
  box-sizing: border-box;
}
.doc-queue-manual .doc-queue-manual__panel--preview {
  display: flex;
  flex-direction: column;
  border: 1px solid #DADEE5;
  border-radius: 6px;
  padding: 0.5rem;
  background: #f8f9fb;
  min-height: min(70vh, 52rem);
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.doc-queue-manual .doc-queue-manual__panel--preview .doc-queue-manual__preview-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}
.doc-queue-manual .doc-queue-manual__panel--preview .doc-queue-manual__preview-body .e-pdfviewer,
.doc-queue-manual .doc-queue-manual__panel--preview .doc-queue-manual__preview-body .e-js-pdfviewer {
  width: 100% !important;
  max-width: 100%;
}
.doc-queue-manual .doc-queue-manual__panel--preview .doc-queue-manual__preview-footer {
  flex: 0 0 auto;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid #DADEE5;
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
  .doc-queue-manual .doc-queue-manual__split {
    grid-template-columns: 1fr;
  }
  .doc-queue-manual .doc-queue-manual__panel--preview {
    min-height: 50vh;
  }
}
.doc-queue-manual .doc-queue-manual__field {
  margin-bottom: 0.75rem;
}
.doc-queue-manual .doc-queue-manual__label {
  display: block;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 0.2rem;
}
.doc-queue-manual .doc-queue-manual__control {
  width: 100%;
  box-sizing: border-box;
}
.doc-queue-manual .flatpickr-calendar {
  z-index: 100050;
}
.doc-queue-manual .doc-queue-manual__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  margin-top: 1.25rem;
  padding-top: 0.5rem;
  width: 100%;
  box-sizing: border-box;
}
.doc-queue-manual [id$=_fileUploadElement] {
  display: none !important;
}

/*# sourceMappingURL=document-queue.css.map */
