html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.img-loading { vertical-align:middle; height:28px; }
fieldset { padding:6px 9px; border-radius:5px; margin:6px 0 9px 0;border:1px solid #cdcdcd;  }
legend { font-size:16px; font-weight:bold; }

/* Admin page upload/status styles (moved from Views/admin/Index.cshtml) */
.status-container { border: 1px solid #e0e0e0; padding: 8px; border-radius: 6px; background:#fafafa; }
.status-bar { display:flex; align-items:center; gap:8px; }
.status-bar progress { width:100%; height:14px; }
.status-details { max-height:160px; overflow:auto; margin-top:8px; font-size:12px; color:#333; }
.status-details div { padding:2px 4px; border-bottom:1px dashed #eee; }

/* Console-like result status */
#result_status {
  background: #000000;
  color: #39ff14; /* bright green */
  font-family: Consolas, "Courier New", monospace;
  padding: 10px;
  border-radius: 4px;
  min-height: 120px;
  white-space: pre-wrap;
  overflow: auto;
  font-size: 13px;
}
