﻿:root {
  --bulma-primary-h: 189deg;
  --bulma-primary-s: 40%;
  --bulma-primary-l: 77%;
  --bulma-link-text: #d19c47;
}
.table {
  --bulma-table-color: #666;
}
.title {
  --bulma-title-weight: 400;
  margin-bottom: 2rem;
}
body,
html {
  min-height: 100vh;
}
body {
  font-family: "Blinker", Calibri, "Segeo UI", sans-serif;
  /*background-color: #22292d;*/
  /*padding: 3em;*/
}
nav.navbar {
  /*    background: linear-gradient(180deg, #00000050, transparent 1px), linear-gradient(0deg, #303a41, #49575f);
    box-shadow: rgba(0, 0, 0, 0.2) 0 3px 12px;
    border-bottom: 1px solid #3a464d;*/
}
.box {
  /*.gradientBox();
    margin-bottom: 3rem !important;*/
}
.jobmonitor_outputfiles video,
.jobmonitor_outputfiles img {
  width: 600px;
}
.dropzone .drop-area {
  border: 2px dashed #aaa;
  padding: 1em;
  text-align: center;
  cursor: pointer;
  transition: all linear 0.2s;
  background-color: #000;
}
.dropzone .drop-area:hover {
  border-color: #333;
  background-color: rgba(0, 0, 0, 0.2);
}
.dropzone input[type='file'] {
  display: none;
}
.dropzone .preview {
  margin-top: 20px;
  max-width: 400px;
  height: auto;
  display: none;
}
.dropzone .preview.is-visible {
  display: block;
}
.dropzone .previews {
  display: none;
  margin-top: 20px;
  gap: 10px;
  flex-direction: row;
  flex-wrap: wrap;
}
.dropzone .previews img {
  max-width: 200px;
  height: auto;
  display: block;
}
.dropzone .previews.is-visible {
  display: flex;
}
#pipeline-info {
  margin-bottom: 3em;
}
/* Stats */
.status-tag {
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.9rem;
  background: rgba(78, 115, 223, 0.15);
  color: #283593;
}
.status-tag.is-warning {
  background: rgba(239, 108, 0, 0.2);
  color: #ef6c00;
}
.status-tag.is-danger {
  background: rgba(229, 57, 53, 0.2);
  color: #c62828;
}
.chart-grid {
  margin-top: 2rem;
}
.chart-grid .chart-card {
  /*border: 1px solid #eef0f8;*/
  /*box-shadow: 0 20px 40px fade(#1f2937, 8%);*/
  /*border-radius: 18px;*/
  height: 100%;
}
.chart-card__header {
  margin-bottom: 0.4rem;
}
.chart-card__header .subtitle {
  color: #6b7280;
  margin-top: 0.2rem;
}
.chart-wrapper {
  position: relative;
  height: 420px;
}
.chart-wrapper--square {
  height: 320px;
}
#emptyState {
  margin-top: 1.5rem;
}
.table-card {
  /*margin-top: 1.5rem;*/
  /*border: 1px solid #eef0f8;*/
  /*box-shadow: 0 20px 40px fade(#1f2937, 6%);
    border-radius: 18px;*/
}
.table-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.table-card__header .subtitle {
  margin-top: 0.15rem;
  color: #6b7280;
}
.table-card__header .tag {
  font-size: 0.8rem;
}
.summary-table th,
.summary-table td {
  vertical-align: middle;
}
.summary-table tbody tr:last-child td {
  border-bottom-width: 1px;
}
.summary-table tfoot th {
  border-top-width: 2px;
}
.sort-button {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 600;
  color: inherit;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: color 0.15s ease;
}
.sort-button:hover,
.sort-button:focus-visible {
  color: #4e73df;
}
.sort-button .sort-indicator {
  font-size: 0.85rem;
  color: #6b7280;
}
.sort-button[data-order='asc'] .sort-indicator,
.sort-button[data-order='desc'] .sort-indicator {
  color: #4e73df;
}
.has-text-right .sort-button {
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .chart-wrapper {
    height: 320px;
  }
  .control-panel {
    margin-top: -2rem;
  }
}
/* Card */
.card-image img {
  object-fit: cover;
}