@import 'modules/app/viewports';

.learn-module {
  display: grid;
  height: calc(100vh - 46px);

  &.displaced {
    height: calc(100vh - 95px); // delme
  }
}

.learn-module-sidenav {
  background-color: var(--color-gray-fff);
  background-image: var(--app-bg-image);
}

.form-content {
  padding: 0 0 60px;
}

.item-desk {
  overflow: auto;
  height: 100%;
}

.spinner {
  position: absolute;
  z-index: 1;
  inset: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgb(34 34 34 / 25.3%);
}
