.cursorPointer {
  cursor: pointer;
}

.cursorProgress {
  cursor: progress;
}

/* Health & Medical Services Banner Related -- start below */
#govhk_survey_pop_health {
  display: none;
  position: fixed;
  z-index: 2000; /* prevent other element cover the element */
  max-width: 413px;
  height: auto;
}

#govhk_survey_pop_health {
  width: 97vw;
  min-height: 140px;
}

#govhk_survey_pop_health .survey_pop_health_close_btn {
  position: absolute;
  top: 1%;
  margin-top: 1px;
  margin-right: 1px;
  z-index: 2100;
  width: calc(10px + 1.2vw);
  max-width: 17px;
  height: auto;
}

#govhk_survey_pop_health .survey_pop_health_close_btn {
  right: 1%;
}

#govhk_survey_pop_health .survey_pop_health_close_btn:hover {
  font-weight: 900;
}
/* Government, Law & Order Cluster Banner Related -- End!!! */