.status-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #2563eb;
  vertical-align: middle;
}

.chip {
  padding: 0px 10px;
  font-size: 12px;
  color: #8b8b8b;
}

.chip-border {
  border: 1px solid #8b8b8b;
  border-radius: 12px;
}

body {
  background-color: #ffffff;
}

.card {
  border-radius: 1rem;
}

.input-group-text {
  border-right: 0;
}

.input-group .form-control {
  border-left: 0;
}

.form-label.small {
  font-size: 0.85rem;
}

.text-muted {
  color: #6b7280 !important;
}
