/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/

.map-manager-loading-overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 100;
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .1);
}

.map-manager-popover-overflow {
  overflow: auto;
}
