* { box-sizing: border-box; }

html, body {
  height: 100%;
  min-height: 100%;
  margin: 0;
}

.content-block {
  padding: 10px;
}

.dx-scrollable-wrapper > .dx-scrollable-container > .dx-scrollable-content {
  height: 100%;
}
.dx-scrollable-wrapper > .dx-scrollable-container > .dx-scrollable-content > .dx-scrollview-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
}

/* Class used to style the copy-to-clipboard icon inside a dialog */
.copy-icon-box { cursor: pointer; }
.copy-icon-box:hover { background-color: #eeeeee; }
.copy-icon-box:active { background-color: #dddddd; }
