.learn-dashboard__wrapper .user-welcome-msg {
  margin: 50px 0 8px;
  font-size: 14px;
  padding: 10px 0 0;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .learn-dashboard__wrapper .user-welcome-msg {
    margin-top: 80px;
    flex-direction: row;
    font-size: 20px;
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .learn-dashboard__wrapper .user-welcome-msg span {
    font-size: 14px;
  }
}
.learn-dashboard__wrapper h1 {
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.5rem;
  letter-spacing: -0.0625rem;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  .learn-dashboard__wrapper h1 {
    font-size: 3rem;
    line-height: 3.75rem;
    margin-bottom: 60px;
  }
}
.learn-dashboard-stats {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (min-width: 1024px) {
  .learn-dashboard-stats {
    background-image: none !important;
  }
}
@media only screen and (max-width: calc(1024px - 1px)) {
  .learn-dashboard-stats .stats-item {
    background-image: none !important;
  }
}
.learn-dashboard-stats .stats-item__text img {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .learn-dashboard-stats .stats-item__text img {
    display: block;
  }
}
/* Bredcrumb Styles */
.learn-dashboard {
  position: relative;
}
.learn-dashboard .cmp-breadcrumb .cmp-breadcrumb__item {
  padding: 0;
}
.learn-dashboard .cmp-breadcrumb .cmp-breadcrumb__item::before {
  content: none;
}
.learn-dashboard .cmp-breadcrumb .cmp-breadcrumb__item > a.cmp-breadcrumb__item-link {
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-family: 'Graphik LC Web';
  font-weight: 400;
  text-transform: capitalize;
}
.learn-dashboard .cmp-breadcrumb .cmp-breadcrumb__item:not(:last-child) {
  padding: 0;
}
.learn-dashboard .cmp-breadcrumb .cmp-breadcrumb__item:not(:last-child)::after {
  color: #ffffff;
  font-weight: 600;
  font-size: 0.625rem;
  top: 0.9375rem;
}
.learn-dashboard .cmp-breadcrumb .cmp-breadcrumb__item:last-child span {
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-family: 'Graphik LC Web';
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  top: -1px;
  display: inline;
}
.learn-dashboard .breadcrumb {
  z-index: 1;
  width: 90% !important;
  margin: 0 auto;
  float: none !important;
  position: relative;
}
.learn-dashboard .breadcrumb nav {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 0px;
  z-index: 1;
  padding-top: 2rem;
}
.learn-dashboard .cmp-breadcrumb__previous-page {
  background-color: #ffffff;
  color: #30578d !important;
}
@media (hover: hover) {
  .learn-dashboard .cmp-breadcrumb__item > a.cmp-breadcrumb__item-link:hover {
    text-decoration-color: #ffffff;
  }
}
@media only screen and (min-width: 1200px) {
  .learn-dashboard .breadcrumb {
    width: 1180px !important;
  }
  .learn-dashboard .cmp-breadcrumb .cmp-breadcrumb__item:last-child span {
    top: 0;
  }
}
@media only screen and (min-width: 1680px) {
  .learn-dashboard .breadcrumb {
    width: 1400px !important;
  }
}
@media only screen and (min-width: 360px) and (max-width: 1024px) {
  .dtx_column_control_wrapper .cmp-tabs__tablist li {
    font-size: 0.875rem;
  }
}
