.c3004-control {
  cursor: pointer;
}

.c3004-control::before {
  display: inline-block;
  content: '';
  width: 0;
  height: 4px;
  background-color: #8ad74a;
  margin-bottom: .5rem;
  margin-right: 0;
  transition: 0.2s ease-in-out all;
  -moz-transition: 0.2s ease-in-out all;
  -webkit-transition: 0.2s ease-in-out all;
}

.c3004-control:hover::before {
  background-color: #cccccc;
  width: .5rem;
  transition: 0.2s ease-in-out all;
  -moz-transition: 0.2s ease-in-out all;
  -webkit-transition: 0.2s ease-in-out all;
  margin-right: 1rem;
}

.c3004-control.active {
  color: #0071ba;
}

.c3004-control.active::before {
  width: 3rem;
  margin-right: 18px;
  background-color: #8ad74a;
  transition: 0.2s ease-in-out all;
  -moz-transition: 0.2s ease-in-out all;
  -webkit-transition: 0.2s ease-in-out all;
}

.c3004-select-wrapper {
  border-bottom: 1px solid #ccc;
  margin-bottom: 18px;
  position: relative;
  border: 1px solid #ccc;
}

.c3004-select-wrapper select {
  width: 100%;
  height: 50px;
  padding: 10px 40px 10px 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
