.panorama-readonly {
  /* opacity: 0.95; */
  /* filter: blur(0.8px); */
  z-index: 9999;
  font-style: normal;
}

.panorama-readonly .csf-fieldset {
  pointer-events: none;
  filter: blur(1px);
}
.panorama-readonly:hover:after {
  content: "This option is available in the Pro Version only.";
  position: absolute;
  top: 0;
  width: 95%;
  height: 100%;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #2196f3;
}
