/* /Components/Courses/CourseBundleDashboardCard.razor.rz.scp.css */
course-bundle-card[b-xeu7tgxe0c] {
  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-xeu7tgxe0c] {
  color: inherit;
  display: grid;
  grid-template-rows: 0fr 1fr;
  background-color: white;
  margin: 30px;
  transition: ease-in-out grid-template-rows 0.2s;
}
@media only screen and (max-width: 700px) {
  course-bundle-card card-content[b-xeu7tgxe0c] {
    margin: 15px;
  }
}
course-bundle-card card-content bundle-header-section[b-xeu7tgxe0c] {
  display: flex;
  flex-direction: row;
  margin-bottom: 15px;
  position: relative;
}
course-bundle-card card-content bundle-header-section[b-xeu7tgxe0c] >  custom-image-display {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}
@media only screen and (max-width: 700px) {
  course-bundle-card card-content bundle-header-section[b-xeu7tgxe0c] >  custom-image-display {
    display: none;
  }
}
course-bundle-card card-content bundle-header-section bundle-details[b-xeu7tgxe0c] {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  width: 100%;
}
@media only screen and (max-width: 700px) {
  course-bundle-card card-content bundle-header-section bundle-details[b-xeu7tgxe0c] {
    margin-left: 0px;
  }
}
course-bundle-card card-content bundle-header-section bundle-details[b-xeu7tgxe0c]  section-tile {
  margin-left: 0px;
  margin-right: 0px;
  display: grid;
  grid-template-rows: 1fr;
  transition: ease-in-out grid-template-rows 0.3s, ease-in-out margin 0.3s;
}
course-bundle-card card-content bundle-header-section bundle-details[b-xeu7tgxe0c]  section-tile div.tile-background-style {
  border-radius: 20px;
}
course-bundle-card card-content bundle-header-section bundle-details[b-xeu7tgxe0c]  section-tile div.tile-background-style content-container {
  margin: 0;
  padding: 10px;
}
course-bundle-card card-content bundle-header-section bundle-details[b-xeu7tgxe0c]  section-tile div.tile-background-style .right {
  align-self: center;
}
course-bundle-card card-content bundle-header-section bundle-details header-content h3[b-xeu7tgxe0c] {
  margin-bottom: 0px;
  text-align: left !important;
}
@media only screen and (max-width: 700px) {
  course-bundle-card card-content bundle-header-section bundle-details header-content h3[b-xeu7tgxe0c] {
    margin: 0em 0.5em;
    display: flex;
  }
}
@media only screen and (max-width: 700px) {
  course-bundle-card card-content bundle-header-section bundle-details header-content[b-xeu7tgxe0c] {
    display: flex;
    margin-bottom: 5px;
  }
}
course-bundle-card card-content bundle-header-section bundle-details[b-xeu7tgxe0c]  > a {
  margin-right: auto;
}
@media only screen and (max-width: 700px) {
  course-bundle-card card-content bundle-header-section bundle-details[b-xeu7tgxe0c]  > a {
    display: none;
  }
}
course-bundle-card card-content bundle-header-section dropdown-indicator[b-xeu7tgxe0c] {
  color: var(--website-primary-colour, #4D849D);
  position: absolute;
  transition: ease-in-out transform 0.2s;
  transform: rotate3d(1, 0, 0, 180deg);
  top: 0px;
  right: 0px;
}
course-bundle-card card-content bundle-header-section dropdown-indicator.expanded[b-xeu7tgxe0c] {
  transform: rotate3d(1, 0, 0, 0deg);
}
course-bundle-card card-content bundle-header-section collapsed-cert-display[b-xeu7tgxe0c] {
  display: grid;
  grid-template-columns: 0fr;
  opacity: 0;
  transition: ease-in-out grid-template-columns 0.3s, ease-in-out opacity 0.3s, ease-in-out margin 0.3s;
}
course-bundle-card card-content bundle-header-section collapsed-cert-display[b-xeu7tgxe0c]  img {
  width: 235px;
}
course-bundle-card card-content bundle-header-section collapsed-cert-display div[b-xeu7tgxe0c] {
  display: flex;
  overflow: hidden;
  text-align-last: center;
  flex-direction: column;
}
course-bundle-card card-content bundle-header-section collapsed-cert-display:not(.completed)[b-xeu7tgxe0c]  img {
  filter: grayscale(70);
}
@media only screen and (max-width: 700px) {
  course-bundle-card card-content bundle-header-section collapsed-cert-display[b-xeu7tgxe0c] {
    display: none;
  }
}
course-bundle-card card-content[b-xeu7tgxe0c]  card-grid-display {
  overflow: hidden;
}
course-bundle-card card-content.collapsed[b-xeu7tgxe0c] {
  grid-template-rows: 0fr 0fr;
}
course-bundle-card card-content.collapsed bundle-header-section collapsed-cert-display[b-xeu7tgxe0c] {
  grid-template-columns: 1fr;
  opacity: 1;
  margin: 0px 25px;
}
course-bundle-card card-content.collapsed bundle-header-section bundle-details[b-xeu7tgxe0c]  section-tile {
  grid-template-rows: 0fr;
  margin: 15px 0px;
}
@media only screen and (max-width: 700px) {
  course-bundle-card card-content.collapsed bundle-header-section bundle-details[b-xeu7tgxe0c]  section-tile {
    margin: 0px;
  }
}
img[b-xeu7tgxe0c] {
  height: 80px;
}
.place-holder-img[b-xeu7tgxe0c] {
  display: inline-block;
  width: 270px;
  align-content: center;
  height: 153px;
  overflow: hidden;
}
.place-holder-img img[b-xeu7tgxe0c] {
  height: fit-content;
  background-color: white;
  padding: 10px;
}
@media only screen and (max-width: 700px) {
  .place-holder-img[b-xeu7tgxe0c] {
    width: auto;
    height: auto;
  }
}
img[alt][b-xeu7tgxe0c] {
  color: transparent;
}
action[b-xeu7tgxe0c] {
  display: block;
  margin-top: auto;
  color: #853EF3;
  font-weight: 600;
  font-size: 15px;
}
section[b-xeu7tgxe0c] {
  padding: 20px;
  display: flex;
  flex-direction: column;
}
section h3[b-xeu7tgxe0c] {
  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-xeu7tgxe0c] {
    text-align: center;
    margin: 0.5em;
  }
}
section p[b-xeu7tgxe0c] {
  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-xeu7tgxe0c] {
    -webkit-line-clamp: 2;
  }
}
placeholder[b-xeu7tgxe0c] {
  display: block;
  position: relative;
  height: 80px;
  width: 100%;
  background: #E5E5E5;
}
@media only screen and (max-width: 700px) {
  course-bundle-card[b-xeu7tgxe0c] {
    border-radius: 15px;
  }
  course-bundle-card section[b-xeu7tgxe0c] {
    padding: 5px 15px;
  }
  course-bundle-card section h3[b-xeu7tgxe0c] {
    font-size: 16px;
    line-height: 140%;
    margin: 5px 0 0 0 !important;
  }
  course-bundle-card section p[b-xeu7tgxe0c] {
    -webkit-line-clamp: 2;
    font-size: 15px;
    line-height: 21px;
  }
  course-bundle-card placeholder[b-xeu7tgxe0c] {
    height: 140px;
  }
  course-bundle-card img[b-xeu7tgxe0c] {
    height: 140px;
  }
}
/* /Components/Courses/CourseBundleDashBoardList.razor.rz.scp.css */
course-bundle-list-container[b-yy0xcqixgu] {
  gap: 15px 38px;
  grid-column: 1;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  align-self: start;
  margin-bottom: 30px;
}
course-with-ribbon[b-yy0xcqixgu] {
  display: inherit;
}
@media only screen and (max-width: 700px) {
  course-with-ribbon[b-yy0xcqixgu] {
    display: none;
  }
}
course-with-ribbon-mobile[b-yy0xcqixgu] {
  display: none;
}
course-with-ribbon-mobile[b-yy0xcqixgu]  ribbon-label {
  top: -16px;
  left: 20px;
}
@media only screen and (max-width: 700px) {
  course-with-ribbon-mobile[b-yy0xcqixgu] {
    display: inherit;
  }
}
/* /Components/Courses/CourseBundleProgressBar.razor.rz.scp.css */
bundle-progress-bar[b-83od9625lq] {
  display: block;
  width: 100%;
}
bundle-progress-bar bar-with-markers[b-83od9625lq] {
  display: block;
  position: relative;
}
bundle-progress-bar progress-markers[b-83od9625lq] {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
bundle-progress-bar course-star[b-83od9625lq] {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
  height: 45px;
}
bundle-progress-bar course-star img[b-83od9625lq] {
  display: block;
  width: 100%;
  height: 100%;
}
bundle-progress-bar course-star[b-83od9625lq]::after {
  content: var(--course-number);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  font-size: 15px;
  font-weight: 700;
  color: #8D7200;
}
bundle-progress-bar under-bar[b-83od9625lq] {
  display: flex;
  justify-content: space-between;
  color: #AFB1B1;
  font-size: 15px;
}
bundle-progress-bar under-bar b[b-83od9625lq] {
  color: black;
}
/* /Components/Courses/CourseDashBoardCard.razor.rz.scp.css */
course-card[b-8ggl3ujqov]  card-item > a card-content-container action-list {
  margin-top: auto;
}
course-card[b-8ggl3ujqov]  card-item.no-prompt-text card-image-section card-image-container {
  height: 153px;
  padding-bottom: 0;
}
course-card[b-8ggl3ujqov]  card-item.no-prompt-text h3 {
  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) {
  course-card[b-8ggl3ujqov]  card-item.no-prompt-text h3 {
    text-align: center;
    margin: 0.5em;
  }
}
/* /Components/Courses/MinifiedCourseCard.razor.rz.scp.css */
course-icon[b-wu0r3gxzkp]  img {
  border: solid 1px #E5E5E5;
  background: white;
  border-radius: 10px;
  transition: box-shadow 0.2s;
}
course-icon[b-wu0r3gxzkp]  img:hover {
  box-shadow: rgba(from var(--website-primary-colour, #4D849D) r g b / 20%) 0px 0px 0px 3px;
}
course-icon.grey[b-wu0r3gxzkp]  img {
  filter: grayscale(70);
}
/* /Components/Dashboard/UserDashboard.razor.rz.scp.css */
user-dashboard[b-q22hd1hv5m] {
  display: block;
  margin: auto;
  width: 80%;
}
@media only screen and (max-width: 700px) {
  user-dashboard[b-q22hd1hv5m] {
    width: 100%;
  }
}
user-dashboard[b-q22hd1hv5m]  learning-dashboard {
  display: flex;
  flex-direction: row;
  gap: 25px;
}
@media only screen and (max-width: 1100px) {
  user-dashboard[b-q22hd1hv5m]  learning-dashboard {
    display: block;
  }
}
user-dashboard[b-q22hd1hv5m]  learning-dashboard achievements content-card,
user-dashboard[b-q22hd1hv5m]  learning-dashboard certificates content-card,
user-dashboard[b-q22hd1hv5m]  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;
  margin-bottom: 15px;
}
user-dashboard[b-q22hd1hv5m]  learning-dashboard achievements {
  min-width: 230px;
}
user-dashboard[b-q22hd1hv5m]  learning-dashboard certificates action-list {
  margin-left: 10px;
  color: var(--website-primary-colour, #4D849D);
}
user-dashboard[b-q22hd1hv5m]  learning-dashboard jump-back-in {
  width: 430px;
}
user-dashboard[b-q22hd1hv5m]  learning-dashboard jump-back-in ::deep progress-amount {
  font-size: 15px;
  color: #AFB1B1;
}
user-dashboard[b-q22hd1hv5m]  learning-dashboard jump-back-in ::deep progress-amount b {
  color: black;
}
user-dashboard[b-q22hd1hv5m]  learning-dashboard jump-back-in content-card {
  display: flex;
  flex-direction: row;
}
user-dashboard[b-q22hd1hv5m]  learning-dashboard jump-back-in content-card display-for {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}
user-dashboard[b-q22hd1hv5m]  learning-dashboard jump-back-in content-card course-details {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  width: 100%;
}
@media only screen and (max-width: 700px) {
  user-dashboard[b-q22hd1hv5m]  learning-dashboard jump-back-in content-card course-details {
    display: block;
  }
}
/* /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/CertificateListPage.razor.rz.scp.css */
certificate-list-page[b-xh9adatso0]  a.image {
  display: inline-block;
  max-width: 100px;
  cursor: pointer;
}
certificate-list-page[b-xh9adatso0]  auto-actions[breezer-auto-actions] button {
  white-space: nowrap;
  padding: 5px 10px;
}
certificate-list-page[b-xh9adatso0]  p {
  font-size: 14px;
  color: #737172;
}
certificate-list-page[b-xh9adatso0]  p a {
  color: var(--website-primary-colour, #4D849D);
  text-decoration: underline;
}
certificate-list-page[b-xh9adatso0]  list-items[breezer-list-items] list-item > * {
  border-bottom: none;
}
certificate-list-page[b-xh9adatso0]  list-items[breezer-list-items] list-item:not([is-summary-item]) summary-for:nth-of-type(1) span,
certificate-list-page[b-xh9adatso0]  list-items[breezer-list-items] list-item:not([is-summary-item]) summary-for:nth-of-type(2) span {
  opacity: 0;
}
certificate-list-page[b-xh9adatso0]  list-items[breezer-list-items] list-item:has(+ list-item[is-summary-item]) > * {
  border-bottom: 1px solid #E5E5E5;
}
certificate-list-page[b-xh9adatso0]  list-items[breezer-list-items] list-item:last-of-type > * {
  border-bottom: 1px solid #E5E5E5;
}
/* /Pages/Dashboard.razor.rz.scp.css */
dashboard-page[b-c9qg72p446]  page-header header-contents {
  text-align: left;
}
