/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/

.loading-status-container {
  display: flex;
  align-items: center;
  opacity: 0.90;
  font-size: 12px;
}

.loading-status-message {
  flex: 1;
}

.loading-status-percent {
  flex: initial;
  margin-right: auto;
}
