/*
 * Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
 * See LICENSE in the project root for license information.
 */

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  left: 0;
  right: 0;
  font-family: 'Segoe UI Semibold', 'Segoe UI Web Semibold',
    'Segoe UI Web Regular', 'Segoe UI', 'Segoe UI Symbol',
    'HelveticaNeue-Medium', 'Helvetica Neue', Arial, sans-serif;
}

#dialog-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}

#dialog-iframe {
  flex: 1;
}

.powerBIIframe {
  width: 100%;
  height: 100%;
  border: none;
}
