body {
  background: linear-gradient(180deg, #f7f9fb 0%, #eef3f8 100%);
  color: #2d3748;
  margin-top: 5rem;
  padding-right: 0px !important;
  margin-right: 0px !important;
  font-family: "Inter", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.display-6 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 600;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.page-content {
  padding: 2.5rem 1rem 4rem;
}

@media (min-width: 768px) {
  .page-content {
    padding: 3.5rem 2rem 5rem;
  }
}

.container-xxl {
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1a202c;
}

.bg-steel {
  background: linear-gradient(135deg, #2b6cb0 0%, #225280 100%);
}

.navbar-brand {
  font-size: 1.05rem;
  letter-spacing: 0.01em;
  font-weight: 600;
}

.site-header .navbar-nav {
  gap: 0.5rem;
}


nav {
  padding-right: 0px !important;
  margin-right: 0px !important;
}

.site-header .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 500;
  border-radius: 999px;
  padding: 0.45rem 0.95rem;
  transition: all 0.25s ease;
}

.site-header .navbar-nav .nav-link:hover,
.site-header .navbar-nav .nav-link:focus {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.16);
}

.site-header .navbar-nav .nav-link.active {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.24);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28);
}

datalist {
  display: none;
}


.content-section {
  background: #ffffff;
  padding: 10px 20px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin-bottom: 20px;
}

.page-header {
  margin-bottom: 2rem;
}

.page-section {
  padding: 0 0 2rem;
}

.page-header .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  background-color: rgba(43, 108, 176, 0.12);
  color: #24548a;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-header .lead {
  max-width: 56rem;
  color: #4a5568;
}

.summary-card {
  background: #ffffff;
  border-radius: 1rem;
  border: 1px solid rgba(34, 82, 128, 0.08);
  padding: 1.25rem 1.5rem;
  min-height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.summary-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 35px -18px rgba(15, 23, 42, 0.35);
}

.summary-card .label {
  color: #718096;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.summary-card .value {
  font-size: 2rem;
  font-weight: 700;
}

.summary-card .caption {
  font-size: 0.85rem;
  color: #64748b;
}

.summary-card--primary .value {
  color: #21588c;
}

.summary-card--success .value {
  color: #2f855a;
}

.summary-card--warning .value {
  color: #d69e2e;
}

.summary-card--danger .value {
  color: #c53030;
}

.card.lifted-card {
  border: none;
  border-radius: 1.25rem;
  box-shadow: 0 20px 45px -25px rgba(15, 23, 42, 0.45);
}

.card-header.card-header-clean {
  background: #ffffff;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  padding: 1.5rem 1.5rem 1rem;
}

.card-header-clean {
  gap: 1.5rem;
}

.card-header-clean .card-title {
  margin-bottom: 0.35rem;
  font-weight: 600;
  color: #1a202c;
}

.card-header-clean .card-subtitle {
  color: #718096;
  font-size: 0.9rem;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
}

.status-badge--pending {
  color: #975a16;
  background-color: rgba(221, 107, 32, 0.12);
}

.status-badge--processing {
  color: #225280;
  background-color: rgba(43, 108, 176, 0.12);
}

.status-badge--completed {
  color: #2f855a;
  background-color: rgba(56, 161, 105, 0.16);
}

.status-badge--error {
  color: #c53030;
  background-color: rgba(229, 62, 62, 0.16);
}

.status-badge--unknown {
  color: #4a5568;
  background-color: rgba(113, 128, 150, 0.16);
}

.icon-button {
  background-color: rgba(43, 108, 176, 0.08);
  border: 1px solid transparent;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #21588c;
  font-weight: 600;
}

.icon-button:hover {
  background-color: rgba(43, 108, 176, 0.18);
  color: #16365c;
}

.icon-button .icon_img_load {
  height: 20px;
}

.icon-button__label {
  display: inline;
  white-space: nowrap;
}

.empty-state {
  padding: 3rem 1rem;
}

.empty-state .empty-icon {
  font-size: 2.25rem;
  display: block;
  margin-bottom: 0.75rem;
}

.article-title {
  color: #444444;
}

a.article-title:hover {
  color: #428bca;
  text-decoration: none;
}

.article-content {
  white-space: pre-line;
}

.article-img {
  height: 65px;
  width: 65px;
  margin-right: 16px;
}

.article-metadata {
  padding-bottom: 1px;
  margin-bottom: 4px;
  border-bottom: 1px solid #e3e3e3
}

.article-metadata a:hover {
  color: #333;
  text-decoration: none;
}

.article-svg {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

.account-img {
  height: 125px;
  width: 125px;
  margin-right: 20px;
  margin-bottom: 16px;
}

.account-heading {
  font-size: 2.5rem;
}

[contenteditable] {
  outline: 0px solid transparent;
}


.navbar-nav>li {
  padding-left: 5px;
  padding-right: 5px;
}

.navbar-nav>li {
  margin-left: 5px;
  margin-right: 5px;
}

.custom-border {
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 5px;
}

#passwordInput,
#fileInput {
  max-width: 500px;
}

#modalBodyID {
  word-wrap: break-word;
  /* white-space: pre-wrap; */
}

td {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.js-status-message {
  cursor: pointer;
}

#errorModalMessage {
  white-space: pre-wrap;
  word-break: break-word;
}

.icon_img_info, .icon_img_delete, .icon_img, .icon_img_edit, .icon_img_run, .icon_img_stop, .icon_img_load {
  height: 22.5px;
}


.sticky-header {
  position: sticky;
  top: 0;
  background-color: #ffffff;
  z-index: 20;
  box-shadow: inset 0 -1px 0 rgba(148, 163, 184, 0.35);
}

.sticky-header th {
  border-top: none;
}

@media (max-width: 767.98px) {
  .summary-card {
    min-height: 120px;
  }

  .navbar-brand {
    flex: 1 0 100%;
  }
}



.table-modern th.col-id,        .table-modern td.col-id        { width: 5%; }
.table-modern th.col-created,   .table-modern td.col-created   { width: 12%; }
.table-modern th.col-brand,     .table-modern td.col-brand     { width: 7%; }
.table-modern th.col-input-file,.table-modern td.col-input-file{ width: 28%; }
.table-modern th.col-source,    .table-modern td.col-source    { width: 12%; }
.table-modern th.col-status,    .table-modern td.col-status    { width: 8%; }
.table-modern th.col-message,   .table-modern td.col-message   { width: 9%; }
.table-modern th.col-output-file,.table-modern td.col-output-file{ width: 15%; }
.table-modern th.col-actions,   .table-modern td.col-actions   { width: 4%; }

.upload-card .card-subtitle {
  color: #718096;
}

.upload-card .form-label {
  color: #2d3748;
}

.status-legend .status-chip {
  margin-right: 0.5rem;
}

.status-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.status-chip--success {
  background-color: rgba(56, 161, 105, 0.16);
  color: #2f855a;
}

.status-chip--error {
  background-color: rgba(229, 62, 62, 0.16);
  color: #c53030;
}

.table-client td {
  max-width: none;
  overflow: visible;
  text-overflow: clip;
}

.table-client td.col-uuid {
  white-space: nowrap;
  font-family: "JetBrains Mono", "Fira Code", "SFMono-Regular", ui-monospace, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.95rem;
}

.table-client td.col-input-file,
.table-client td.col-output-file,
.table-client td.col-message {
  white-space: normal;
  word-break: break-word;
}

.table-client th.col-uuid,        .table-client td.col-uuid        { width: 18%; }
.table-client th.col-created,     .table-client td.col-created     { width: 14%; }
.table-client th.col-brand,       .table-client td.col-brand       { width: 8%; }
.table-client th.col-input-file,  .table-client td.col-input-file  { width: 22%; }
.table-client th.col-output-file, .table-client td.col-output-file { width: 18%; }
.table-client th.col-status-code, .table-client td.col-status-code { width: 8%; }
.table-client th.col-message,     .table-client td.col-message     { width: 8%; }
.table-client th.col-actions,     .table-client td.col-actions     { width: 4%; }

.status-message-trigger {
  color: #225280;
  text-decoration: none;
  white-space: normal;
}

.status-message-trigger:hover,
.status-message-trigger:focus {
  color: #16365c;
  text-decoration: underline;
}

.status-message-trigger .status-message-preview {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
}
