/* _content/LLN.Customer/Components/AdminPages/Layout/AdminMenu.razor.rz.scp.css */
/* _content/LLN.Customer/Components/Layout/AuthLayout.razor.rz.scp.css */
/* _content/LLN.Customer/Components/Layout/MainLayout.razor.rz.scp.css */
/* _content/LLN.Customer/Components/Public/Examples/EnrollmentDemo.razor.rz.scp.css */
/* Smooth �reveal� animation for the enrollment form
   Uses CSS Grid trick for height animation + fade */
.expand-collapse[b-x9rg8ia57l] {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 350ms ease, opacity 250ms ease;
  opacity: 0;
  overflow: hidden;
}

.expand-collapse.show[b-x9rg8ia57l] {
  grid-template-rows: 1fr;
  opacity: 1;
}

.expand-collapse > .inner[b-x9rg8ia57l] {
  min-height: 0; /* allow the grid child to collapse */
}
/* _content/LLN.Customer/Components/Shared/LLNExamPlayer.razor.rz.scp.css */
/* _content/LLN.Customer/Components/StudentPages/Layout/LearnerMenu.razor.rz.scp.css */
