/* Borb's Custom FileBrowser Theme */
:root {
  --primary: #ff6347 !important;
  --secondary: #ff8c00 !important;
}

/* Header gradient */
header {
  background: linear-gradient(135deg, #ff6347 0%, #ff8c00 100%) !important;
}

/* Buttons */
.button--primary, button[type="submit"] {
  background-color: #ff6347 !important;
}

.button--primary:hover, button[type="submit"]:hover {
  background-color: #ff8c00 !important;
}

/* Links and active items */
a, .active {
  color: #ff6347 !important;
}

/* Sidebar */
aside {
  background: #1a1a1a !important;
}

/* Selected items */
.item--selected {
  background-color: rgba(255, 99, 71, 0.2) !important;
}

/* Progress bars */
progress::-webkit-progress-value {
  background-color: #ff6347 !important;
}

progress::-moz-progress-bar {
  background-color: #ff6347 !important;
}
