:root {
  --primary-color: #007bff;
  --caption-color: #444;
}

a {
  text-decoration: none;
  word-break: break-word;
}

.jumbotron {
  background-color: #e9ecef;
  border-radius: 10px;
}

.progress {
  z-index: 2000 !important;
}

.stats-chart-container {
  max-width: 800px;
  max-height: 500px;
  margin: auto !important;
  position: relative;
}

.toast-container {
  background-color: white;
  position: fixed;
  right: 1em;
  bottom: 1em;
  z-index: 10000;
}

.extension-finder {
  font-weight: normal !important;
}

.extension-finder-dropdown {
  font-weight: normal !important;
  max-width: 500px;
  text-align: left;
  z-index: 1000;
}

.extension-card-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.screenshot-container {
  max-width: 800px;
}

.search-input {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.search-dropdown {
  min-width: 180px;
  z-index: 1000;
}

.clickable {
  cursor: pointer;
}

.text-warning {
  color: #e9a100 !important;
}

.caption {
  font-size: 0.75rem;
  color: var(--caption-color);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.8) !important;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: rgb(0, 0, 0) !important;
}

.visually-hidden {
  display: none !important;
}

.accordion-dropdown {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.promo-container {
  background-color: #cff4fc !important;
  color: #055160;
}

.modal-content pre,
.modal-content code.hljs {
  background: inherit;
  overflow: visible !important;
}

.alternate-background:nth-child(odd) {
  background: #fbfbfb;
}

.alternate-background:nth-child(even) {
  background: #f6f6f5;
}
