.typo, .list a {
  font-size: 30px;
  font-weight: 700;
  font-family: 'Source Sans Pro', sans-serif;
  color: #e2c622;
  text-decoration: none;
}
.typo, .list2 a {
  font-size: 30px;
  font-weight: 700;
  font-family: 'Source Sans Pro', sans-serif;
  color: #e2c622;
  text-decoration: none;
}

.typo option, .list a option {
  font-size: 20px;
}
.typo option, .list2 a option {
  font-size: 20px;
}


.transition {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

body {
  margin-left: 75%;
}

.wrapper {
  padding-top: 50px;
  height: 50vh;
  font-size: 30px;
}

.list {
  display: inline-block;
  position: relative;
  margin-left: 6px;
  width: 300px;
}

.list2 {
  display: inline-block;
  position: relative;
  margin-left: 6px;
}

.list ul {
  text-align: left;
  position: absolute;
  padding: 0;
  top: 0;
  left: 0;
  display: none;
}

.list2 ul {
  text-align: left;
  position: absolute;
  padding: 0;
  top: 0;
  left: 0;
  display: none;
}

.list ul .active {
  display: block;
}

.list2 ul .active {
  display: block;
}

.list li {
  list-style: none;
}
.list2 li {
  list-style: none;
}


.list li:first-child a {
  color: #7d40bf;
}

.list2 li:first-child a {
  color: #7d40bf;
}


.list a {
  -webkit-transition: all .4s;
  transition: all .4s;
  color: #7b00ff;
  position: relative;
}
.list2 a {
  -webkit-transition: all .4s;
  transition: all .4s;
  color: #7b00ff;
  position: relative;
}

.list a:after {
  position: absolute;
  content: '';
  height: 5px;
  width: 0;
  left: 0;
  background: #b066ff;
  bottom: 0;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.list2 a:after {
  position: absolute;
  content: '';
  height: 5px;
  width: 0;
  left: 0;
  background: #b066ff;
  bottom: 0;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}





.list a:hover {
  cursor: pointer;
  color: #b066ff;
}
.list2 a:hover {
  cursor: pointer;
  color: #b066ff;
}

.list a:hover:after {
  width: 100%;
}
.list2 a:hover:after {
  width: 100%;
}

select {
  display: inline;
  border: 0;
  width: auto;
  margin-left: 10px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-bottom: 2px solid #555;
  color: #7b00ff;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
select2 {
  display: inline;
  border: 0;
  width: auto;
  margin-left: 10px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-bottom: 2px solid #555;
  color: #7b00ff;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}



select:hover {
  cursor: pointer;
}
select2:hover {
  cursor: pointer;
}


select option {
  border: 0;
  border-bottom: 1px solid #555;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select2 option {
  border: 0;
  border-bottom: 1px solid #555;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
}


.placeholder {
  border-bottom: 4px solid;
  cursor: pointer;
}
.placeholder2 {
  border-bottom: 4px solid;
  cursor: pointer;
}

.placeholder:hover {
  color: #888888;
}
.placeholder2:hover {
  color: #888888;
}