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

.map-transparency-popup-panel {
  z-index: var(--uicore-z-index-modal-frontstage);
  display: flex;
  flex-direction: row;

  .map-transparency-slider-container {
    display: block;
    width: 160px;
    height: 2.5em;
    margin-left: 1em;
    margin-right: 1em;
    margin-top: 6px;
  }
}

.map-transparency-popup-button {
  .transparent-button {
    width: 16px;
    height: 16px;
  }

  svg.checkered {
    fill: var(--iui-color-text);
  }

  svg.checkered-disabled {
    fill: var(--iui-color-text-muted);
  }
}
