main {
    align-items: center;
    display: block;
}

main .chart {
    height: calc(100% - 70px);
}

main input {
    outline: none;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    background: transparent;
    color: #000851;
    cursor: pointer;
    border-radius: 6px;
    margin-bottom: 24px;
    background: #effafe;
    border: 1px dashed #daeef4;
    font-weight: 600;
    font-family: 'Quicksand';
}

main select {
    display: none;
}

/*

main select {
    outline: none;
    height: 44px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0;
  background-image: none;
  width: 100%;
  padding: 10px;
  text-align: center;
}

.select {
  position: relative;
  display: flex;
  height: 44px;
  line-height: 3;
  background: transparent;
  overflow: hidden;
  border-radius: .25em;
  border: 1px solid #007fa2;
}

.select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1em;
  background: #007fa2;
  color: #FFF;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}

.select:hover::after {
  color: #f39c12;
} */
