/* /Components/CourseBundleDashboardCard.razor.rz.scp.css */
course-bundle-card[b-lzyanryv83] {
  border-radius: 42px;
  border: 2px solid #E5E5E5;
  overflow: hidden;
  color: inherit;
  display: grid;
  grid-template-rows: auto 1fr;
  background-color: white;
}
course-bundle-card card-content[b-lzyanryv83] {
  color: inherit;
  display: grid;
  grid-template-rows: auto 1fr;
  background-color: white;
  margin: 30px;
}
course-bundle-card card-content bundle-header-section[b-lzyanryv83] {
  display: flex;
  flex-direction: row;
  margin-bottom: 15px;
}
course-bundle-card card-content bundle-header-section[b-lzyanryv83]  display-for {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}
course-bundle-card card-content bundle-header-section bundle-details[b-lzyanryv83] {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  width: 100%;
}
course-bundle-card card-content bundle-header-section bundle-details[b-lzyanryv83]  section-tile {
  margin-left: 0px;
  margin-right: 0px;
}
course-bundle-card card-content bundle-header-section bundle-details[b-lzyanryv83]  section-tile div {
  border-radius: 20px !important;
}
course-bundle-card card-content bundle-header-section bundle-details[b-lzyanryv83]  section-tile div content-container {
  margin: 0;
  padding: 5px;
}
course-bundle-card card-content bundle-header-section bundle-details header-content h3[b-lzyanryv83] {
  margin-bottom: 0px;
}
course-bundle-card card-content bundle-header-section bundle-details header-content[b-lzyanryv83]  p {
  margin: 0px;
}
course-bundle-card card-content bundle-header-section bundle-details[b-lzyanryv83]  > a {
  margin-right: auto;
}
@media only screen and (max-width: 700px) {
  course-bundle-card card-content bundle-header-section bundle-details[b-lzyanryv83]  > a {
    display: none;
  }
}
img[b-lzyanryv83] {
  height: 80px;
}
.place-holder-img[b-lzyanryv83] {
  display: inline-block;
  width: 270px;
  align-content: center;
  height: 153px;
  overflow: hidden;
}
.place-holder-img img[b-lzyanryv83] {
  height: fit-content;
  background-color: white;
  padding: 10px;
}
@media only screen and (max-width: 700px) {
  .place-holder-img[b-lzyanryv83] {
    width: auto;
    height: auto;
  }
}
img[alt][b-lzyanryv83] {
  color: transparent;
}
action[b-lzyanryv83] {
  display: block;
  margin-top: auto;
  color: #853EF3;
  font-weight: 600;
  font-size: 15px;
}
section[b-lzyanryv83] {
  padding: 20px;
  display: flex;
  flex-direction: column;
}
section h3[b-lzyanryv83] {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
  margin-bottom: 5px;
}
@media only screen and (max-width: 700px) {
  section h3[b-lzyanryv83] {
    text-align: center;
    margin: 0.5em;
  }
}
section p[b-lzyanryv83] {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 700px) {
  section p[b-lzyanryv83] {
    -webkit-line-clamp: 2;
  }
}
placeholder[b-lzyanryv83] {
  display: block;
  position: relative;
  height: 80px;
  width: 100%;
  background: #E5E5E5;
}
@media only screen and (max-width: 700px) {
  course-bundle-card[b-lzyanryv83] {
    border-radius: 15px;
  }
  course-bundle-card section[b-lzyanryv83] {
    padding: 5px 15px;
  }
  course-bundle-card section h3[b-lzyanryv83] {
    font-size: 16px;
    line-height: 140%;
    margin: 5px 0 0 0 !important;
  }
  course-bundle-card section p[b-lzyanryv83] {
    -webkit-line-clamp: 2;
    font-size: 15px;
    line-height: 21px;
  }
  course-bundle-card placeholder[b-lzyanryv83] {
    height: 140px;
  }
  course-bundle-card img[b-lzyanryv83] {
    height: 140px;
  }
}
/* /Components/CourseBundleDashBoardList.razor.rz.scp.css */
course-bundle-list-container[b-dgwr0otxyj] {
  gap: 15px 38px;
  grid-column: 1;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  align-self: start;
}
course-with-ribbon[b-dgwr0otxyj] {
  display: inherit;
}
@media only screen and (max-width: 700px) {
  course-with-ribbon[b-dgwr0otxyj] {
    display: none;
  }
}
course-with-ribbon-mobile[b-dgwr0otxyj] {
  display: none;
}
course-with-ribbon-mobile[b-dgwr0otxyj]  ribbon-label {
  top: -16px;
  left: 20px;
}
@media only screen and (max-width: 700px) {
  course-with-ribbon-mobile[b-dgwr0otxyj] {
    display: inherit;
  }
}
/* /Components/CourseDashBoardCard.razor.rz.scp.css */
course-card[b-y1rf9nguc0] {
  display: flex;
}
course-card[b-y1rf9nguc0]  card-item {
  color: inherit;
  background-color: white;
}
course-card[b-y1rf9nguc0]  card-item.skeleton {
  color: #DDD;
  border: none;
  animation: pulse-b-y1rf9nguc0 2s ease-in-out infinite;
}
course-card[b-y1rf9nguc0]  card-item.skeleton section {
  background: #DDD;
}
course-card[b-y1rf9nguc0]  card-item > a card-content-container card-info-section card-title {
  display: block;
}
course-card[b-y1rf9nguc0]  card-item > a card-content-container card-info-section card-brief {
  -webkit-line-clamp: 3;
}
course-card[b-y1rf9nguc0]  card-item > a card-content-container under-bar {
  display: flex;
  color: #AFB1B1;
  font-size: 15px;
}
course-card[b-y1rf9nguc0]  card-item > a card-content-container action-list {
  pointer-events: all;
  margin-top: 15px;
}
course-card[b-y1rf9nguc0]  card-item > a card-content-container action-list button {
  cursor: pointer;
  width: 80%;
  margin: 0px;
}
@keyframes pulse-b-y1rf9nguc0 {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
img[b-y1rf9nguc0] {
  height: 153px;
  width: 100%;
  object-fit: cover;
  background-color: #DDD;
}
.place-holder-img[b-y1rf9nguc0] {
  display: inline-block;
  width: 270px;
  align-content: center;
  height: 153px;
  overflow: hidden;
}
.place-holder-img img[b-y1rf9nguc0] {
  height: fit-content;
  background-color: white;
  padding: 10px;
}
@media only screen and (max-width: 700px) {
  .place-holder-img[b-y1rf9nguc0] {
    width: auto;
    height: auto;
  }
}
img[alt][b-y1rf9nguc0] {
  color: transparent;
}
action[b-y1rf9nguc0] {
  display: block;
  margin-top: auto;
  color: var(--website-primary-colour, #4D849D);
  font-weight: 600;
  font-size: 15px;
  align-self: end;
}
section[b-y1rf9nguc0] {
  padding: 8px;
  display: flex;
  flex-direction: column;
}
section h3[b-y1rf9nguc0] {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
  margin-bottom: 5px;
}
@media only screen and (max-width: 700px) {
  section h3[b-y1rf9nguc0] {
    text-align: center;
    margin: 0.5em;
  }
}
section p[b-y1rf9nguc0] {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 700px) {
  section p[b-y1rf9nguc0] {
    -webkit-line-clamp: 2;
  }
}
placeholder[b-y1rf9nguc0] {
  display: block;
  position: relative;
  height: 153px;
  width: 100%;
  background: #E5E5E5;
}
@media only screen and (max-width: 700px) {
  a.course-card[b-y1rf9nguc0] {
    border-radius: 15px;
  }
  a.course-card section[b-y1rf9nguc0] {
    padding: 5px 15px;
  }
  a.course-card section h3[b-y1rf9nguc0] {
    font-size: 16px;
    line-height: 140%;
    margin: 5px 0 0 0 !important;
  }
  a.course-card section p[b-y1rf9nguc0] {
    -webkit-line-clamp: 2;
    font-size: 15px;
    line-height: 21px;
  }
  a.course-card placeholder[b-y1rf9nguc0] {
    height: 140px;
  }
  a.course-card img[b-y1rf9nguc0] {
    height: 140px;
  }
}
/* /Components/MinifiedCourseCard.razor.rz.scp.css */
course-icon[b-obdwo8n0r4]  img {
  border: solid 1px #E5E5E5;
  background: white;
  border-radius: 10px;
  transition: box-shadow 0.2s;
}
course-icon[b-obdwo8n0r4]  img:hover {
  box-shadow: rgba(from var(--website-primary-colour, #4D849D) r g b / 20%) 0px 0px 0px 3px;
}
course-icon.grey[b-obdwo8n0r4]  img {
  filter: grayscale(70);
}
/* /Layouts/TrainingPortalLayout.razor.rz.scp.css */
main[b-5e0j2n4i5g] {
  display: block;
  position: relative;
}
main[b-5e0j2n4i5g]  > :is(section, narow-section):first-of-type {
  margin-top: 0;
}
main:last-child[b-5e0j2n4i5g] {
  margin-bottom: 0;
}
.alternate[b-5e0j2n4i5g] {
  background: #EEF3F5;
  padding: 80px 0;
}
.alternate section :first-child[b-5e0j2n4i5g] {
  margin-top: 0;
}
.alternate section :last-child[b-5e0j2n4i5g] {
  margin-bottom: 0;
}
@media only screen and (max-width: 1100px) {
  .alternate[b-5e0j2n4i5g] {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 700px) {
  .alternate[b-5e0j2n4i5g] {
    padding: 55px 0;
  }
}
div.app-layout.open[b-5e0j2n4i5g]  mobile-menu-container mobile-menu-content {
  right: 0;
}
div.app-layout page-cover[b-5e0j2n4i5g] {
  background: transparent;
  transition: background 0.2s;
}
@media only screen and (max-width: 1100px) {
  div.app-layout.open page-cover[b-5e0j2n4i5g] {
    position: fixed;
    z-index: 1;
    background: rgba(from var(--website-primary-colour, #4D849D) r g b / 20%);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
  }
  div.app-layout footer-body[b-5e0j2n4i5g] {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 700px) {
  header[b-5e0j2n4i5g] {
    padding: 25px;
  }
  img[b-5e0j2n4i5g] {
    max-width: 179px;
  }
  footer-body[b-5e0j2n4i5g] {
    display: block;
  }
  main[b-5e0j2n4i5g]  body-content:first-child {
    margin-top: 10px;
  }
}
/* /Pages/Dashboard.razor.rz.scp.css */
dashboard[b-c9qg72p446] {
  display: block;
  width: 90%;
  margin: auto;
}
@media only screen and (max-width: 700px) {
  dashboard[b-c9qg72p446] {
    width: 100%;
  }
}
dashboard[b-c9qg72p446]  learning-dashboard {
  display: flex;
  flex-direction: row;
  gap: 25px;
}
dashboard[b-c9qg72p446]  learning-dashboard achievements content-card,
dashboard[b-c9qg72p446]  learning-dashboard certificates content-card,
dashboard[b-c9qg72p446]  learning-dashboard jump-back-in content-card {
  display: block;
  border-radius: 20px;
  border: 2px solid #E5E5E5;
  overflow: hidden;
  color: inherit;
  background-color: white;
  padding: 20px;
  height: 150px;
}
dashboard[b-c9qg72p446]  learning-dashboard jump-back-in {
  width: 430px;
}
dashboard[b-c9qg72p446]  learning-dashboard jump-back-in ::deep progress-amount {
  font-size: 15px;
  color: #AFB1B1;
}
dashboard[b-c9qg72p446]  learning-dashboard jump-back-in ::deep progress-amount b {
  color: black;
}
dashboard[b-c9qg72p446]  learning-dashboard jump-back-in content-card {
  display: flex;
  flex-direction: row;
  margin-bottom: 15px;
}
dashboard[b-c9qg72p446]  learning-dashboard jump-back-in content-card display-for {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}
dashboard[b-c9qg72p446]  learning-dashboard jump-back-in content-card course-details {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  width: 100%;
}
[b-c9qg72p446] aside-container {
  flex: unset !important;
  justify-content: flex-start !important;
}
[b-c9qg72p446] aside-container section-tile div content-container {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 1100px) {
  [b-c9qg72p446] aside-container section-tile div content-container {
    margin-top: 30px;
  }
}
[b-c9qg72p446] aside-container section-tile div content-container card-item {
  max-width: 200px;
  height: 100%;
}
[b-c9qg72p446] aside-container section-tile div content-container card-item card-image-container {
  height: 150px;
}
