.gm-icon-down-up {
  transform: rotate(0deg);
  transition: 0.5s ease all;

  &.active {
    transform: rotate(180deg);
  }
}
