#jack-career-search-wrapper {
  background: #e70026;
  color: white;
  padding: 20px;
  font-family: sans-serif;
}

#jack-career-search-wrapper select,
#jack-career-search-wrapper button {
  margin: 10px;
  padding: 8px;
}

#jack-careers-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  background: white;
  color: black;
}

#jack-careers-table th,
#jack-careers-table td {
  padding: 5px;
  border: 1px solid #ddd;
}

.btn {
  background: #673ab7;
  color: white;
  padding: 6px 12px;
  margin: 2px;
  text-decoration: none;
  display: inline-block;
}

.pagination-controls {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#jack-pagination button {
  background: white;
  color: #e70026;
  margin: 0 4px;
  padding: 5px 10px;
  border: 1px solid #e70026;
  cursor: pointer;
}

#jack-pagination .active {
  background: #e70026;
  color: white;
}

#jack-pagination .ellipsis {
  display: inline-block;
  margin: 0 6px;
  color: white;
  font-weight: bold;
}

.form-row {
  display: flex;
  flex-direction: column;
}

#jack-results-wrapper {
  font-size: 17px;
  overflow: auto;
}

.btn.share {
  margin-left: 2px;
  width: 74px;
  font-size: 16px;
  border: none;
}

.btn.apply {
  width: 50px;
  font-size: 16px;
  border: none;
}

#jack-search-btn {
  background: #673ab7;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  border: none;
}

#jack-state-select {
    border: none;
}

#jack-city-select {
    border: none;
}