.module-btn {
  font-size: 0.875rem;
  font-weight: 500;
  border: 1px solid #ccc;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  background-color: #f8f9fa;
  text-align: left;
}

.module-btn.unselected {
  color: #6c757d;
}

.module-btn.selected {
  background-color: #0dcaf0;
  color: white;
  border-color: #0dcaf0;
}

.module-btn .check-circle {
  width: 20px;
  height: 20px;
  font-size: 0.75rem;
}

/* Fake dropdown clickability */
.cursor-pointer {
  cursor: pointer;
}

.bg_grey {
  background: #e5e5e5 !important;
}
