.selector {
  position: relative;
  flex: 1;
  cursor: pointer;
  margin: -10px;
  background-color: #fff;
  padding: 10px;
  border-radius: 4px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
#select-field {
  width: 100%;
  align-items: center;
  height: 100%;
  align-items: center;
  gap: 5%;
  display: flex;
  flex-direction: row;
}
#select-field p {
  margin: 0;
  padding: 0;
}
#buy-input {
  max-height: 400%;
  overflow: scroll;
  box-shadow: -2px 3px 14px 4px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: -2px 3px 14px 4px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: -2px 3px 14px 4px rgba(0, 0, 0, 0.18);
}
#sell-input {
  max-height: 400%;
  overflow: scroll;
  box-shadow: -2px 3px 14px 4px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: -2px 3px 14px 4px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: -2px 3px 14px 4px rgba(0, 0, 0, 0.18);
}
.shrink {
  max-height: 0 !important;
}

@media only screen and (max-width: 600px) {
  .input-brohaha {
    width: 65% !important;
  }
}
