.container {
  display: flex;
  flex-direction: column;
  height: 100vh;
  background: var(--color-surface-primary);
}

.container[class*="active"]::after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  background: var(--color-surface-primary-alpha-75);
  top: 0;
  left: 0;
  overflow: hidden;
}
