.height-50 {
    height: 50px;
}

.rates {
  position: relative;
}

.rates select {
  width: 100%;
  padding: 0 2rem 0 1rem;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  font-size: 16px;
  text-overflow: ellipsis; 
}

.arrow-icon {
  position: absolute;
  right: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1;
}
