@use '@carbon/colors';
@use '@carbon/layout';
@use '@carbon/type';

.emptyStateContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  background-color: colors.$white;
  row-gap: layout.$spacing-02;

  & form {
    border: none;
  }

  .subTitle {
    @include type.type-style('body-compact-01');
    color: colors.$cool-gray-70;
    font-weight: bold;
  }
}
