body {
  background: #fafafa;
  color: #333333;
  margin-top: 5rem;
}

h1, h2, h3, h4, h5, h6 {
  color: #444444;
}

ul {
  margin: 0;
}

.bg-steel {
  background-color: #4d2379;
}

.site-header .navbar-nav .nav-link {
  color: #cbd5db;
}

.site-header .navbar-nav .nav-link:hover {
  color: #ffffff;
}

.site-header .navbar-nav .nav-link.active {
  font-weight: 500;
}

.content-section {
  background: #ffffff;
  padding: 10px 20px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin-bottom: 20px;
}

.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;
}


@font-face {
    font-family: 'Audiowide';
    src: url('/static/blog/fonts/Audiowide-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.audiowide-font {
    font-family: 'Audiowide', cursive, sans-serif;
}

.on-robot-row {
    background-color: #f3e6ff !important; /* light purple */
}
.testing-row {
    background-color: #fff9e5 !important; /* pale yellow */
}

.unknown-row {
    background-color: #ffe5e5 !important; /* pale red */
}

.no-image-bg {
    background-color: #ffe5e5 !important; /* pale red */
}

/* Make checklist item checkboxes larger */
.checklist-checkbox {
    width: 1.5em;
    height: 1.5em;
    transform: scale(1.5);
    margin-right: 0.5em;
}

input[type="range"] {
    width: 100%;
    max-width: 900px;
    min-width: 100px;
    margin-left: 0;
    margin-right: 0;
    display: block;
}

#zone-team-list .team-list {
  max-height: 70vh;
  overflow-y: auto;
}

.team-box {
  display: flex;
  align-items: center;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: 8px;
  background: #fff;
}

.team-checkbox {
  width: 28px;
  height: 28px;
  margin-right: 12px;
}

.team-avatar {
  width: 48px;
  height: 48px;
  border-radius: 0;
  object-fit: cover;
  margin-right: 16px;
  background: #eee;
}

.team-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.team-number {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 2px;
}

.team-nickname {
  font-size: 1em;
  color: #555;
}
.battery-status-box {
  border: 1px solid rgb(194, 194, 194);
  width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #f8f9fa;
  border-radius: 10px;
  margin-bottom: 20px;
  min-width: 250px;
}

.battery-name {
  display: inline-block;
  width: 100%;
  min-width:200px;
  padding-left: 20px;
  background-color: #4d2379;
  font-family: 'Audiowide', sans-serif;
  color: white;
  font-weight: normal;
  font-size: 1.2em;
  border-radius: 10px;
}
.battery-name:hover {
  background-color: black;
  color: white;
  text-decoration: none;
}