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

.ec3w-widget-header-container {
  display: flex;
  margin-bottom: calc(var(--iui-size-s) * 2);

  .ec3w-chevron {
    cursor: pointer;
    align-self: center;
    margin-right: var(--iui-size-xs);
  }

  .ec3w-chevron-disabled {
    fill: var(--iui-color-icon-disabled);
    cursor: not-allowed;
    align-self: center;
    margin-right: var(--iui-size-xs);
  }

  .ec3w-title {
    max-width: 500px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

.ec3w-center-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: var(--iui-size-s);
  height: 100%;
}

.ec3w-loading-spinner {
  display: flex;
  align-items: center;
}
