.courses-list-group {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  column-gap: 16px;
  row-gap: 16px;
  flex-wrap: wrap;
}
.courses-list-group .courses-list-single {
  width: 100%;
  float: left;
  position: relative;
  width: calc(20% - 13px);
  max-width: calc(20% - 13px);
  flex: calc(20% - 13px);
}
.courses-list-group .courses-list-single .single-course {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px;
  height: 100%;
  align-items: flex-start;
  justify-content: flex-start;
}
.courses-list {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  column-gap: 16px;
  row-gap: 16px;
  flex-wrap: wrap;
}
.single-course.view-all-course {
  background: #f6f9fc;
  box-shadow: none !important;
  border: 1px solid #f6f9fc !important;
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
}
.single-course.view-all-course:hover {
  background: #edf2f7;
  border: 1px solid #dde4eb !important;
}
.single-course.view-all-course .single-course-center {
  width: 100%;
  float: left;
  position: relative;
}
.single-course.view-all-course .single-course-center .single-course-image {
  width: 60px;
  background: #fff;
  height: 60px;
  text-align: center;
  border-radius: 180px;
  display: inline-block;
  position: relative;
  border: 1px solid #dde4eb80;
  box-shadow: 0px 8px 8px #e0eaf3;
}
.single-course.view-all-course .single-course-center .single-course-image img {
  width: 58px;
  height: 58px;
  padding: 15px;
}
.single-course.view-all-course .single-course-center .single-course-title {
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 600;
  color: #085092;
  line-height: 24px;
  cursor: pointer;
  margin-top: 10px;
}
.single-course .single-course-logo-group {
  width: 100%;
  float: left;
  position: relative;
}
.single-course .single-course-info-group {
  width: 100%;
  float: left;
  position: relative;
}
.single-course .single-course-footer-group {
  width: 100%;
  float: left;
  position: relative;
}
.single-course {
  float: left;
  position: relative;
  border-radius: 10px;
  background: rgb(255 255 255);
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #dde4eb;
  box-shadow: 0px 8px 8px #e0eaf3;
  width: calc(20% - 13px);
  max-width: calc(20% - 13px);
  flex: calc(20% - 13px);
}
.single-course .course-certificate-view {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 30px;
  height: 30px;
  z-index: 1;
}
.single-course .course-certificate-view img {
  width: 30px;
  height: 30px;
}
.single-course:hover {
  box-shadow: 0px 8px 8px #b7c2cd;
  border: 1px solid #1e61a5;
}
.single-course.new-course {
  border: 1px solid #1fac48;
}
.single-course .ribbon-theme {
  --f: 10px;
  --r: 8px;
  --t: 15px;
  position: absolute;
  inset: var(--t) calc(-1 * var(--f)) auto auto;
  padding: 0 10px var(--f) calc(10px + var(--r));
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - var(--f)),
    calc(100% - var(--f)) 100%,
    calc(100% - var(--f)) calc(100% - var(--f)),
    0 calc(100% - var(--f)),
    var(--r) calc(50% - var(--f) / 2)
  );
  background: #14ac44;
  box-shadow: 0 calc(-1 * var(--f)) 0 inset #0005;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
}
.single-course .course-logo {
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
  cursor: pointer;
}
.single-course .course-logo img {
  width: 70px;
  height: 70px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 8px;
  background: #f3f9ff;
}
.single-course .course-name {
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #085092;
  line-height: 24px;
  cursor: pointer;
  min-height: 48px;
}
.single-course .course-rating {
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}
.single-course .course-description {
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 13px;
  color: gray;
  line-height: 20px;
  height: 60px;
  overflow: hidden;
}
.single-course .course-moreinfo {
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 13px;
  color: black;
  line-height: 20px;
}
.single-course .course-moreinfo a {
  font-weight: 600;
}
.single-course .course-actions {
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
  padding-top: 10px;
  border-top: 1px solid #e0eaf3;
}
.single-course .course-actions .btn {
  display: inline-block;
  vertical-align: top;
  padding: 5px 20px;
  border-radius: 6px;
}
.single-course .course-progress {
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
  margin: 10px 0px;
  display: flex;
  align-items: center;
}
.single-course .course-progress .course-progress-leftlabel {
  float: left;
  position: relative;
  text-align: center;
  font-weight: normal;
  font-size: 12px;
  color: black;
  line-height: 20px;
}
.single-course .course-progress .course-progress-center {
  width: 100%;
  position: relative;
  background: #ebebeb;
  border-radius: 180px;
  overflow: hidden;
  height: 7px;
  margin: 0px 9px;
}
.single-course
  .course-progress
  .course-progress-center
  .course-progress-active {
  background: #00ac3f;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  border-radius: 180px;
}
.single-course .course-progress .course-progress-rightlabel {
  float: left;
  position: relative;
  text-align: center;
  font-weight: normal;
  font-size: 12px;
  color: black;
  line-height: 20px;
  font-weight: 600;
}
.single-course .course-progress .course-progress-full {
  width: 100%;
  position: relative;
  background: #ebebeb;
  border-radius: 180px;
  overflow: hidden;
  height: 5px;
}
.single-course .course-progress .course-progress-full .course-progress-active {
  background: #00ac3f;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  border-radius: 180px;
}
.single-course .course-progress .course-progress-label {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}
.single-course
  .course-progress
  .course-progress-label
  .course-progress-leftlabel {
  width: auto;
  float: left;
  position: relative;
  text-align: center;
  font-weight: normal;
  font-size: 13px;
  color: gray;
  line-height: 20px;
}
.single-course
  .course-progress
  .course-progress-label
  .course-progress-rightlabel {
  width: auto;
  float: left;
  position: relative;
  text-align: center;
  font-weight: 600;
  font-size: 13px;
  color: #00ac3f;
  line-height: 20px;
}
.search-form {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  margin: 15px 0px;
  background: #fff;
  border-radius: 8px;
  padding: 8px 16px;
  min-height: 50px;
}
.search-form .search-form-single {
  display: flex;
  width: 100%;
  align-items: center;
}
.search-form .search-form-single:last-child {
  width: auto;
}
.search-form .search-icon {
  width: 22px;
  height: 22px;
  position: relative;
  margin-right: 10px;
}
.search-form .search-icon img {
  width: 22px;
  height: 22px;
  padding: 3px;
}
.search-form .form-group-search {
  width: 100%;
  position: relative;
  margin-left: 18px;
  display: flex;
  align-items: center;
}
.search-form .form-group-search.first-search {
  margin: 0px;
}
.search-form .form-group-search.first-search:before {
  display: none;
}
.search-form .form-group-search .form-control {
  border: none;
  border-radius: 5px;
  height: 34px;
  padding: 0px;
  width: 100%;
  float: left;
  position: relative;
  color: #4e5b72;
  font-family: "Montserrat", sans-serif;
  background: transparent !important;
  outline: none !important;
}
.search-form .form-group-search + .form-group-search {
}
.search-form .form-group-search:before {
  content: "";
  height: 16px;
  position: absolute;
  width: 1px;
  background: #c5c5c5;
  left: -9px;
  top: 50%;
  margin-top: -8px;
}
.search-form .form-search-actions {
  display: flex;
}
.search-form .form-search-actions .btn {
  margin-left: 10px;
}
.subject-page-header {
  width: 100%;
  position: relative;
  float: left;
  padding: 15px 0px 0px 0px;
}
.subject-page-header:before {
  content: "";
  width: 100%;
  float: left;
  display: flex;
  position: absolute;
  left: 0px;
  align-items: center;
  background: linear-gradient(270deg, #004e92 0%, #01a4ef 100%) 0% 0% no-repeat
    padding-box;
  overflow: hidden;
  height: 80px;
  top: 0px;
  left: 0px;
}
.subject-page-header .subject-header {
  width: 100%;
  position: relative;
  float: left;
  background: #fff;
  border-radius: 10px;
  padding: 12px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border: 1px solid #dde4eb;
  box-shadow: 0px 8px 8px #e0eaf3;
}
.subject-header .subject-header-left {
  display: flex;
  align-items: flex-start;
  padding-right: 30px;
  width: 100%;
}
.subject-header .subject-header-left .course-header-info {
  width: 100%;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  padding-left: 15px;
}
.subject-header .subject-header-left .course-header-info .course-name-group {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.subject-header .subject-header-right {
  display: flex;
  flex-direction: column;
  width: auto;
  text-align: right;
  align-items: flex-end;
}
.subject-header .header-back-btn {
  width: 26px;
  height: 26px;
  position: relative;
  min-width: 26px;
  min-height: 26px;
}
.subject-header .header-back-btn img {
  width: 100%;
  float: left;
  position: relative;
}
.subject-header .course-logo {
  width: 60px;
  float: left;
  position: relative;
  text-align: center;
  max-width: 60px;
  min-width: 60px;
  height: 60px;
  background: #f3f9ff;
  border-radius: 10px;
  overflow: hidden;
}
.subject-header .course-logo img {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
}
.subject-header .course-name {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
  color: #085092;
  line-height: 24px;
  padding-right: 10px;
}
.subject-header .course-rating {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 10px;
}
.subject-header .course-description {
  width: 100%;
  float: left;
  position: relative;
  text-align: left;
  font-weight: normal;
  font-size: 13px;
  color: gray;
  line-height: 20px;
  margin-bottom: 5px;
}
.subject-header .course-moreinfo {
  width: 100%;
  float: left;
  position: relative;
  font-weight: normal;
  font-size: 13px;
  color: black;
}
.subject-header .course-moreinfo a {
  font-weight: 600;
}
.subject-header .course-actions {
  width: 100%;
  float: left;
  position: relative;
  text-align: right;
  margin-bottom: 10px;
  white-space: nowrap;
}
.subject-header .course-actions .course-certificate-view {
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 32px;
  margin-left: 5px;
}
.subject-header .course-actions .course-certificate-view img {
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 32px;
}
.subject-header .course-actions app-back-button {
  display: inline-block;
  vertical-align: top;
}
.subject-header .course-actions .btn {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}
.subject-header .course-actions .single-action-icon {
  padding: 0px;
}
.subject-header .course-actions .single-action-icon img {
  float: left;
  width: 30px;
  height: 30px;
  padding: 5px;
}
.subject-header .course-progress {
  width: 100%;
  float: right;
  position: relative;
  text-align: right;
  min-width: 250px;
  max-width: 250px;
}
.subject-header .course-progress .course-progress-full {
  width: 100%;
  position: relative;
  background: #ebebeb;
  border-radius: 180px;
  overflow: hidden;
  height: 10px;
}
.subject-header .course-progress .course-progress-full .course-progress-active {
  background: #00ac3f;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  border-radius: 180px;
}
.subject-header .course-progress .course-progress-label {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}
.subject-header
  .course-progress
  .course-progress-label
  .course-progress-leftlabel {
  width: auto;
  float: left;
  position: relative;
  text-align: center;
  font-weight: normal;
  font-size: 13px;
  color: gray;
  line-height: 20px;
}
.subject-header
  .course-progress
  .course-progress-label
  .course-progress-rightlabel {
  width: auto;
  float: left;
  position: relative;
  text-align: center;
  font-weight: 600;
  font-size: 13px;
  color: #00ac3f;
  line-height: 20px;
}
.course-white-box {
  width: 100%;
  position: relative;
  float: left;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e0eaf3;
  padding: 15px;
  margin-bottom: 15px;
}
.course-feature-group {
  width: calc(100% - 25px);
  float: left;
  position: relative;
  padding: 0px;
  margin: 0px;
  border-left: 1px solid #e0eaf3;
  padding-left: 25px;
  margin-left: 25px;
  min-height: 180px;
}
.course-feature-group .course-feature {
  width: 100%;
  float: left;
  position: relative;
  padding: 0px;
  list-style: none;
  margin: 6px 0px;
  display: flex;
  align-items: center;
}
.course-feature-group .course-feature .feature-icon {
  width: 26px;
  height: 26px;
  position: relative;
  float: left;
  margin-right: 8px;
  border: 1px solid #e1ecf6;
  background: #f3f9ff;
  border-radius: 6px;
  text-align: center;
}
.course-feature-group .course-feature .feature-icon img {
  width: 24px;
  height: 24px;
  position: relative;
  padding: 5px;
}
.course-feature-group .course-feature .feature-text {
  width: 100%;
  float: left;
  position: relative;
  text-align: left;
  font-weight: normal;
  font-size: 13px;
  color: #0c0c0c;
  line-height: 20px;
}
.module-list {
  width: 100%;
  position: relative;
  float: left;
}
.single-module {
  width: 100%;
  position: relative;
  float: left;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 16px;
  border: 1px solid #dde4eb;
  box-shadow: 0px 8px 8px #e0eaf3;
}
.single-module:hover {
  box-shadow: 0px 10px 15px 0px rgb(16 75 134 / 10%);
}
.single-module .single-module-header {
  width: 100%;
  position: relative;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
}
.single-module .single-module-header .single-action {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-left: 8px;
}
.single-module .single-module-header .single-module-header-left {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-module .single-module-header .single-module-header-left .module-number {
  border: 1px solid #e1ecf6;
  background: #f3f9ff;
  border-radius: 12px;
  line-height: 40px;
  width: 42px;
  min-width: 42px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  color: #343434;
}
.single-module
  .single-module-header
  .single-module-header-left
  .module-name-group {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 10px;
}
.single-module .single-module-header .single-module-header-left .module-name {
  width: 100%;
  float: left;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: #085092;
  line-height: 20px;
  margin-bottom: 4px;
  min-width: 200px;
  padding: 0px;
  border-radius: 0px;
}
.single-module .single-module-header .single-module-header-left .course-rating {
  width: 100%;
  float: left;
  position: relative;
}
.single-module .single-module-header .single-module-header-right {
  width: auto;
  display: flex;
  align-items: center;
}
.single-module .module-status {
  width: 46px;
  height: 46px;
  border: 1px solid #00ac3f;
  border-radius: 180px;
  position: relative;
  overflow: hidden;
}
.single-module .module-status .module-status-filled {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: #b3e4c3;
}
.single-module .module-status .module-status-filled:before {
  content: "";
  background-image: url(../images/water.svg);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 48px 48px;
  content: "";
  height: 48px;
  opacity: 1;
  position: absolute;
  right: 0;
  top: -47px;
  width: 384px;
  -webkit-animation: I7wQAA 4s linear infinite;
  animation: I7wQAA 4s linear infinite;
}
@-webkit-keyframes I7wQAA {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}
@keyframes I7wQAA {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}
.single-module .module-status .module-status-value {
  position: absolute;
  line-height: 44px;
  text-align: center;
  width: 46px;
  top: 0px;
  left: 0px;
  font-weight: 600;
  font-size: 13px;
  color: rgb(0 0 0 / 70%);
}
.single-module .single-module-body {
  width: 100%;
  position: relative;
  float: left;
  padding: 12px 15px;
  overflow-y: auto;
  border-top: 1px solid #e0eaf3;
}
.single-module .single-module-body.height-auto {
  height: auto;
  overflow: hidden;
}
.single-module .single-module-footer {
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
  min-height: 35px;
  padding: 12px;
}
.single-module .single-module-footer .btn {
  display: inline-block;
  vertical-align: top;
}
.course-module-group {
  height: 100%;
  width: 100%;
  position: relative;
  float: left;
}
.course-module-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
  padding: 0px;
  width: 100%;
  float: left;
  position: relative;
}
.course-module-items li {
  flex: 1 0 50%;
  white-space: nowrap;
  text-align: left;
  box-sizing: border-box;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.course-module-items li:nth-child(odd) {
  padding-right: 30px;
}
.course-module-items li:last-child .topic-title,
.course-module-items li:nth-last-child(2):nth-child(odd) .topic-title {
  border-bottom: none;
}
.course-module-items li .topic-title {
  width: 100%;
  position: relative;
  float: left;
  padding: 6px 0px;
  border-bottom: 1px dashed #d5d5d5;
  display: flex;
  height: 100%;
}
.course-module-items li .topic-title:hover a,
.course-module-items li .topic-title:hover strong {
  color: #0a4a88;
}
.course-module-items li .topic-title a {
  width: 100%;
  position: relative;
  float: left;
  font-weight: normal;
  font-size: 13px;
  color: #707070;
  line-height: 22px;
  white-space: normal;
  padding-left: 10px;
  min-width: 80px;
}
.course-module-items li .topic-title strong {
  color: #343434;
  font-weight: 600;
  display: inline-block;
  font-size: 13px;
  line-height: 22px;
  min-width: 80px;
}
.topic-title-group {
  width: 100%;
  position: relative;
  float: left;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.topic-title-group .topic-title {
  width: 100%;
  position: relative;
  float: left;
  padding-right: 20px;
  font-weight: 600;
  font-size: 13px;
  color: #000000;
  line-height: 20px;
}
.topic-title-group .topic-title a {
  width: 100%;
  position: relative;
  float: left;
  font-weight: 600;
  font-size: 13px;
  color: #000000;
  line-height: 20px;
}
.topic-title-group .topic-action {
  width: 20px;
  height: 20px;
  position: relative;
}
.topic-title-group .topic-action .single-action {
  width: 20px;
  height: 20px;
  position: relative;
}
.topic-title-group .topic-action .single-action img {
  width: 20px;
  height: 20px;
  position: relative;
  padding: 2px;
}
.subtopic-title-group {
  width: 100%;
  position: relative;
  float: left;
  display: flex;
  align-items: center;
}
.subtopic-title-group .subtopic-title {
  width: 100%;
  position: relative;
  float: left;
  padding-right: 20px;
}
.subtopic-title-group .subtopic-title a {
  width: 100%;
  position: relative;
  float: left;
  font-weight: normal;
  font-size: 13px;
  color: gray;
  line-height: 20px;
}
.subtopic-title-group .subtopic-action {
  width: 20px;
  height: 20px;
  position: relative;
}
.subtopic-title-group .subtopic-action .single-action {
  width: 20px;
  height: 20px;
  position: relative;
}
.subtopic-title-group .subtopic-action .single-action img {
  width: 20px;
  height: 20px;
  position: relative;
  padding: 2px;
}
.module-status-group {
  width: 100%;
  position: relative;
  float: left;
}
.module-status-group .module-status-title-group.complete {
  border: 1px solid #b4e4c4;
}
.module-status-group .module-status-title-group.current {
  background: #e8f4ff;
  border: 1px solid #c5daee;
}
.module-status-group .module-status-title-group.current:after {
  background: #c5daee;
}
.module-status-group .module-status-title-group.complete:after {
  background: #b4e4c4;
}
.module-status-group .module-status-title-group:after {
  content: "";
  width: 6px;
  height: 100%;
  top: 0px;
  left: 0px;
  background: transparent;
  position: absolute;
}
.module-status-group .module-status-title-group {
  width: 100%;
  position: relative;
  float: left;
  display: flex;
  align-items: center;
  padding: 7px 12px 7px 17px;
  border-radius: 7px;
  border: 1px solid #e7e7e7;
  overflow: hidden;
}
.module-status-group .module-status-title-group:hover {
  box-shadow: 0px 6px 12px 0px rgb(16 75 134 / 10%);
}
.module-status-group .module-status-title-group + .module-status-title-group {
  margin-top: 8px;
}
.module-status-group .module-status-title-group .topic-title {
  width: 100%;
  position: relative;
  float: left;
  padding-right: 10px;
}
.module-status-group .module-status-title-group .topic-title a {
  width: 100%;
  position: relative;
  float: left;
  font-weight: 600;
  font-size: 13px;
  color: #000000c7;
  line-height: 18px;
  margin-bottom: 5px;
}
.module-status-group .module-status-title-group .topic-subtitle {
  width: 100%;
  position: relative;
  float: left;
  font-weight: normal;
  font-size: 11px;
  color: #545454;
  line-height: 15px;
}
.module-status-group .module-status-title-group .topic-action {
  width: 20px;
  height: 20px;
  position: relative;
}
.module-status-group .module-status-title-group .topic-action .single-action {
  width: 20px;
  height: 20px;
  position: relative;
}
.module-status-group
  .module-status-title-group
  .topic-action
  .single-action
  img {
  width: 20px;
  height: 20px;
  position: relative;
  padding: 2px;
}
.ai-text-group h1,
.ai-text-group h2,
.ai-text-group h3,
.ai-text-group h4,
.ai-text-group h5,
.ai-text-group h6 {
  width: 100%;
  float: none;
  position: relative;
  margin: 10px 0px 10px 0px;
  display: inline-block;
  vertical-align: top;
  color: #000;
}
.ai-text-group {
  width: 100%;
  position: relative;
  float: left;
  color: #465058;
}
.ai-text-group pre {
  width: 100%;
  position: relative;
  float: left;
}
.ai-text-group p {
  width: 100%;
  position: relative;
  float: none;
  margin: 0px 0px 10px 0px !important;
  display: inline-block;
  vertical-align: top;
  color: #000;
}
.ai-text-group ol {
  width: 100%;
  position: relative;
  float: none;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 20px;
  display: inline-block;
  vertical-align: top;
  color: #000;
}
.ai-text-group ol li {
  font-size: 13px;
  width: 100%;
  float: none;
  position: relative;
  margin: 0px 0px 10px 0px;
  line-height: 24px;
  vertical-align: top;
  color: #000;
}
.ai-text-group ol li p {
  margin-bottom: 0px;
}
.ai-text-group ul {
  width: 100%;
  position: relative;
  float: none;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 20px;
  display: inline-block;
  vertical-align: top;
  color: #000;
}
.ai-text-group ul li {
  font-size: 13px;
  width: 100%;
  float: none;
  position: relative;
  margin: 0px 0px 8px 0px;
  line-height: 20px;
  vertical-align: top;
  color: #000;
}
.ai-text-group ul li p {
  margin-bottom: 0px;
}
.ai-text-group .image {
  width: 100% !important;
  margin: 15px 0px !important;
  position: relative;
  float: left;
  text-align: left;
}
.ai-text-group .image img {
  max-width: 75% !important;
  border-radius: 15px !important;
  height: auto !important;
}
.ai-text-group figure.media {
  width: 100%;
  float: left;
  position: relative;
  padding: 0px;
  margin: 0px;
  border-radius: 25px;
  overflow: hidden;
  max-width: 75%;
  margin: 15px 0px;
}
.learning-video-group {
  width: 100%;
  float: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0px;
  vertical-align: top;
  color: #000;
}
.learning-video {
  width: 100%;
  position: relative;
  float: none;
  text-align: center;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  max-width: 700px;
}
.learning-video-content {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
  max-width: 100%;
}
.learning-video-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.learning-image {
  width: 100%;
  text-align: center;
  float: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0px;
  vertical-align: top;
  color: #000;
}
.learning-image .learning-image-center {
  width: 100%;
  float: none;
  max-width: 700px;
  background: #fff;
  border: 1px solid #d5d6dd;
  position: relative;
  border-radius: 8px 8px;
  overflow: hidden;
}
.learning-image .learning-image-center img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  float: left;
}
.module-progress-group {
  width: 100%;
  float: left;
  position: relative;
  margin-top: 20px;
  margin-bottom: 10px;
}
.module-progress {
  width: 100%;
  float: left;
  position: relative;
  text-align: left;
  min-width: 250px;
}
.module-progress .module-progress-full {
  width: 100%;
  position: relative;
  background: #ebebeb;
  border-radius: 180px;
  overflow: hidden;
  height: 6px;
}
.module-progress .module-progress-full .module-progress-active {
  background: #00ac3f;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  border-radius: 180px;
}
.module-progress .module-progress-label {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 12px;
  color: black;
  line-height: 16px;
  text-align: left;
}
/* Rajeev css start here */
.course-test {
  width: 100%;
  position: relative;
  float: left;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 16px;
  display: flex;
  border: 1px solid #dde4eb;
  box-shadow: 0px 8px 8px #e0eaf3;
}
.course-test .course-test-left {
  width: 100%;
  padding: 20px;
  display: flex;
  position: relative;
}
.course-test .course-test-right {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: end;
  width: 200px;
}
.course-test .module-name-group {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
}
.course-test .module-name {
  width: 100%;
  float: left;
  position: relative;
  font-size: 17px;
  font-weight: 600;
  color: #085092;
  line-height: 20px;
  margin-bottom: 4px;
}
.course-test .module-name img {
}
.course-test a.btn.btn-theme {
  margin-top: 3px;
  float: left;
}
.course-test .test-icon {
  float: left;
  position: relative;
  border: 1px solid #e1ecf6;
  background: #f3f9ff;
  border-radius: 9px;
  min-width: 42px;
  width: 42px;
  height: 42px;
}
.course-test .test-icon img {
  width: 40px;
  height: 40px;
  padding: 10px;
}
.course-test .course-test-right img {
  position: relative;
  width: 100%;
  max-width: 168px;
}
.common-score {
  background: #ffffff;
  border-radius: 4px;
  width: 26px;
  min-width: 26px;
  height: 26px;
  border: 1px solid #dcdcdc;
}
.common-score a {
  width: 100%;
  float: left;
  position: absolute;
}
.common-score img {
  width: 24px;
  min-width: 24px;
  height: 24px;
  padding: 4px;
  float: left;
}
.common-score.normal-score {
  background: #ffffff;
}
.common-score.proficient-score {
  background: #ee5fa0;
  border: 1px solid #ee5fa0;
}
.common-score.attempted-score {
  background: #8bcfef;
  border: 1px solid #8bcfef;
}
.common-score.familiar-score {
  background: #f9ac2d;
  border: 1px solid #f9ac2d;
}
.common-score.mastered-score {
  background: #3875b7;
  border: 1px solid #3875b7;
}
.mastered-top {
  display: flex;
  margin-right: 20px;
  margin-bottom: 10px;
  align-items: center;
  float: left;
}
.mastered-top span {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  color: #707070;
  line-height: 26px;
  margin-left: 10px;
  min-width: 50px;
}
.main-score-top-section {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 10px;
}
.chart-canva-outer {
  padding: 20px;
}
.course-progress .module-progress .module-progress-full {
  width: 100%;
  position: relative;
  background: #ebebeb;
  border-radius: 180px;
  overflow: hidden;
  height: 10px;
}
.topic-group {
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
  padding: 0px;
  width: 100%;
  float: left;
  position: relative;
}
.topic-group .single-topic-group {
  flex: 1 0 50%;
  white-space: nowrap;
  text-align: left;
  box-sizing: border-box;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.topic-group .single-topic-group:nth-child(odd) {
  padding-right: 30px;
}
.topic-group .single-topic-group .single-topic-content {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 80px !important;
  padding: 6px 0px;
  border-bottom: 1px dashed #d5d5d5;
  height: 100%;
}
.topic-group .single-topic-group .single-topic-content .top-topic-detail {
  width: 80px;
  margin-left: -80px;
  float: left;
  font-weight: 600;
  line-height: 32px;
  font-size: 13px;
}
.topic-group .single-topic-group .single-topic-content .common-score {
  float: left;
  margin: 3px;
}
.topic-group .single-topic-group:last-child .single-topic-content,
.topic-group
  .single-topic-group:nth-last-child(2):nth-child(odd)
  .single-topic-content {
  border-bottom: none;
}
.pie-chart-result {
  width: 100%;
  float: left;
  position: relative;
}
.pie-chart-result .pie-chart-result-value {
  color: #03498a;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  width: 100%;
  float: left;
}
.pie-chart-result .pie-chart-result-value .subvalue {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 16px;
  margin-top: 8px;
  margin-left: 5px;
}
.pie-chart-result .pie-chart-result-label {
  width: 100%;
  float: left;
  position: relative;
  text-align: left;
  font-weight: normal;
  font-size: 13px;
  color: #0c0c0c;
  line-height: 20px;
}
.common-score-tooltip {
  position: absolute;
  width: 240px;
  text-align: center;
  margin-left: -108px;
}
.common-score-tooltip .common-score-tooltip-content:before {
  content: "";
  background: #fff;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: rotate(225deg);
  z-index: 2;
  margin-left: -5px;
  border-top: 1px solid #cbd6df;
  border-left: 1px solid #cbd6df;
}
.common-score-tooltip .common-score-tooltip-content {
  position: absolute;
  float: left;
  background: #fff;
  border: 1px solid #cbd6df;
  border-radius: 7px;
  width: 240px;
  padding: 5px 8px;
  margin-bottom: 10px;
  box-shadow: 0 8px 8px 0 rgba(33, 36, 44, 0.08) !important;
  bottom: 0px;
}
.common-score-tooltip .common-score-tooltip-title {
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
  font-size: 12px;
  white-space: normal;
  line-height: 18px;
  font-weight: 600;
}
.common-score-tooltip .common-score-tooltip-status {
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
  font-size: 12px;
  white-space: normal;
  line-height: 18px;
  font-weight: normal;
  color: #858585;
}
.course-test-left-group {
  width: 100%;
  position: relative;
  float: left;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  border: 1px solid #dde4eb;
  box-shadow: 0px 8px 8px #e0eaf3;
}
.course-test-left-group .course-test-left {
  width: 100%;
  padding: 20px;
  display: flex;
  position: relative;
}
.course-test-left-group .course-test-right {
  display: flex;
  justify-content: center;
  align-items: end;
  width: 100%;
}
.course-test-left-group .module-name-group {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
}
.course-test-left-group .module-name {
  width: 100%;
  float: left;
  position: relative;
  font-size: 17px;
  font-weight: 600;
  color: #085092;
  line-height: 26px;
  margin-bottom: 4px;
}
.course-test-left-group .module-name img {
}
.course-test-left-group a.btn.btn-theme {
  margin-top: 3px;
  float: left;
}
.course-test-left-group .test-icon {
  float: left;
  position: relative;
  border: 1px solid #e1ecf6;
  background: #f3f9ff;
  border-radius: 9px;
  min-width: 42px;
  width: 42px;
  height: 42px;
}
.course-test-left-group .test-icon img {
  width: 40px;
  height: 40px;
  padding: 10px;
}
.course-test-left-group .course-test-right img {
  position: relative;
  width: 100%;
  max-width: 100px;
}
.courses-list-group.list-mode .courses-list-single {
  width: 100% !important;
  max-width: 100% !important;
  flex: 100% !important;
}
.courses-list-group.list-mode .single-course {
  display: flex;
  flex-direction: row;
  column-gap: 16px;
  row-gap: 16px;
}
.courses-list-group.list-mode .single-course .single-course-logo-group {
  width: 70px;
}
.courses-list-group.list-mode .single-course .single-course-info-group {
  display: flex;
  flex-direction: column;
  column-gap: 7px;
  row-gap: 7px;
}
.courses-list-group.list-mode .single-course .single-course-footer-group {
  width: auto;
  padding-top: 50px;
  text-align: right;
  display: flex;
  flex-direction: column;
  column-gap: 7px;
  row-gap: 7px;
  min-width: 180px;
}
.courses-list-group.list-mode .single-course .course-name {
  text-align: left;
  min-height: initial;
  margin: 0px;
}
.courses-list-group.list-mode .single-course .course-rating,
.courses-list-group.list-mode .single-course .course-description {
  text-align: left;
  min-height: initial;
  height: initial;
  margin: 0px;
}
.courses-list-group.list-mode .single-course .course-moreinfo {
  text-align: left;
  min-height: initial;
  margin: 0px;
}
.courses-list-group.list-mode .single-course .course-progress {
  margin: 0px;
}
.courses-list-group.list-mode .single-course .course-actions {
  text-align: right;
  border: none;
  padding: 0px;
}
.courses-list-group.list-mode .single-course .course-certificate-view {
  right: 15px;
  left: initial;
}