.refresh {
  cursor: pointer;
}

.symbol {
  font-weight: 700;
  text-align: center;
  font-size: 2rem;
  line-height: 44px;
  color: #364d6e;
  float: left;
  width: 44px;
  height: 44px;
  background: #d8e7fd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.clshideErrorInitially {
  display: none;
}

.error {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.showError {
  display: block;
}

.drop {
  background: #364d6e;
  width: 21px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  rotate: 180deg;
  margin-top: -15px;
}

.drop:before {
  content: '';
  position: absolute;
  bottom: 44%;
  left: 50%;
  border: 7px solid transparent;
  border-bottom: 26px solid #364d6e;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
