.sr-div-position {
  background-color: #ffffff;
  box-shadow: 0 1px 16px rgb(0 0 0 / 50%);
  color: #007a8f;
  display: none;
  font-size: 16px;
  left: 1px;
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  padding-left: 6px;
  position: fixed;
  text-align: center;
  top: 40%;
  width: 60px;
  z-index: 100;
}

.sr-div-position:hover {
  cursor: pointer;
  text-decoration: underline;
}
