html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

.navbar-brand {
  font-weight: bold;
}

.card {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item {
  border-left: none;
  border-right: none;
}

.list-group-item:first-child {
  border-top: none;
}

.list-group-item:last-child {
  border-bottom: none;
}

.alert {
  border: none;
  border-radius: 0.5rem;
}

.btn {
  border-radius: 0.375rem;
}

.card {
  border-radius: 0.5rem;
}

.navbar {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.text-threads {
  color: #1a1a1a;
}

.bg-threads {
  background-color: #1a1a1a;
}

.btn-threads {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: white;
}

.btn-threads:hover {
  background-color: #333;
  border-color: #333;
  color: white;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
}