.no_pointer {
  pointer-events: none !important;
}

.php_container, [s_show="false"] {
  display: none;
}

[s_state="loading"] {
  background: url("../../../assets/img/loading-buffering.gif?h=43f50df64ef1ab506fbea2044b22e864");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

tbody[s_state="loading"] {
  display: table-caption;
}

.embed_resp {
  height: inherit;
  width: 100vw;
  position: fixed;
  top: inherit;
}

.report_left {
  height: 90%;
  overflow: auto;
  width: inherit;
  color: var(--bs-white);
}

.report_right {
  overflow: hidden;
  height: 90%;
  background: var(--bs-body-color);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 100%;
}

