.phoenix-department-arrow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 12px;
  height: 100%;
}

.phoenix-department-arrow__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #1d86f0;
  margin-bottom: 12px;
  cursor: pointer;
}

.phoenix-department-arrow__btn.disable {
  background: rgba(29, 134, 240, 0.5);
  cursor: not-allowed;
}
