.security-page-view {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden; }
  .security-page-view .spinner {
    height: 500px; }
  .security-page-view .report-btn {
    margin-right: 16px;
    margin-top: 16px; }

.security-root {
  height: calc(100vh - 185px); }
  .security-root .message-card {
    display: inline-table; }
