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

.ec3w-create-template-step-two {
  display: flex;
  flex-direction: column;
  margin-top: var(--iui-size-xs);
  flex-grow: 1;
  overflow: auto;
  .ec3w-assembly-list {
    overflow: auto;
    flex-grow: 1;
    .ec3w-assembly-expandable-block {
      margin-top: var(--iui-size-xs);
      // TODO: This is being done because there is no-way to add custom-classnames for nested classes in itwinui-react v2.
      .iui-svg-icon {
        display: flex;
        flex-direction: row-reverse;
      }
    }
  }
  .ec3w-button-row-above-stepper {
    justify-content: flex-end;
    display: flex;
    margin-top: var(--iui-size-xs);
  }
  .ec3w-stepper-footer {
    margin-top: var(--iui-size-xs);
    align-self: center;
    .ec3w-footer-button {
      margin-right: var(--iui-size-xs);
    }
  }
}
