.dashboard-page {
  width: 100%;
  float: left;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-top: -70px;
  background: #f3f9ff;
  padding: 12px;
}
.dashboard-page .dashboard-left {
  width: 100%;
  float: left;
  position: relative;
}
.dashboard-page .dashboard-right {
  width: 280px;
  position: relative;
  margin-right: -296px;
  float: right;
}
.single-white-chartjs {
  width: 100%;
  float: left;
  position: relative;
  border-radius: 8px;
  background: rgb(255 255 255);
  margin-bottom: 16px;
  border: 1px solid #dde4eb;
  box-shadow: 0px 8px 8px #e0eaf3;
}
.single-white-chartjs .table-responsive {
  margin-top: 15px;
}
.single-white-chartjs .table-theme tr:last-child td {
  border: 0px;
}
.single-white-chartjs .chart-header {
  width: 100%;
  float: left;
  position: relative;
  padding: 12px 15px 12px 15px;
  display: flex;
  background: #f6f9fc;
  border-radius: 8px 8px 0px 0px;
  z-index: 1;
}
.single-white-chartjs .chart-header .chartjs-actions {
  width: auto;
  display: flex;
  column-gap: 8px;
}
.single-white-chartjs .chart-header .chartjs-actions .single-action {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.single-white-chartjs
  .chart-header
  .chartjs-actions
  .single-action
  .form-control {
  float: left;
  position: relative;
  height: 24px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 18px;
  margin: 0px;
  background: rgb(255 255 255);
  border: 1px solid rgb(227 234 243) !important;
  border-radius: 5px !important;
  padding: 0px 5px !important;
  max-width: 180px;
}
.single-white-chartjs .chart-header .chartjs-actions .single-action .view-all {
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 24px;
}
.single-white-chartjs .chart-header .chartjs-actions .info-message-group {
  height: 24px;
  width: 24px;
  padding: 4px;
}
.single-white-chartjs .chart-body {
  padding: 15px 15px 15px 15px;
  width: 100%;
  float: left;
  position: relative;
  min-height: 185px;
}
.single-white-chartjs .chart-title-small {
  width: 100%;
  float: left;
  position: relative;
  font-size: 12px;
  font-weight: normal;
  color: gray;
}
.single-white-chartjs .chart-title-large {
  width: 100%;
  float: left;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: #465058;
  line-height: 24px;
}
.socialstats-content {
  width: 100%;
  float: left;
  position: relative;
}
.socialstats-content .socialstats-single {
  width: calc(50% - 12px);
  float: left;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 10px 10px 10px 36px;
  margin-bottom: 12px;
  margin-right: 12px;
  color: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.socialstats-content .socialstats-single:before {
  content: "";
  width: 100%;
  height: 0px;
  background: rgb(0 0 0 / 10%);
  position: absolute;
  bottom: 0px;
  left: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.socialstats-content .socialstats-single:hover:before {
  content: "";
  height: 100%;
}
.socialstats-content .socialstats-single .socialstats-single-left {
  width: 100%;
  float: left;
  position: relative;
}
.socialstats-content .socialstats-single .socialstats-single-right {
  width: auto;
  float: left;
  position: relative;
}
.socialstats-content .socialstats-single .socialstats-dot {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 16px;
  height: 16px;
  text-align: center;
}
.socialstats-content .socialstats-single .socialstats-dot img {
  height: auto;
  width: 100%;
  position: relative;
  float: left;
}
.socialstats-content .socialstats-single .socialstats-single-label {
  width: 100%;
  float: left;
  font-weight: 600;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
}
.socialstats-content .socialstats-single .socialstats-single-smalllabel {
  width: 100%;
  float: left;
  font-weight: normal;
  font-size: 11px;
  color: #ffffff;
  opacity: 0.7;
}
.socialstats-content .socialstats-single .socialstats-single-value {
  width: auto;
  font-weight: 600;
  text-align: right;
  font-size: 14px;
  line-height: 22px;
}
.dashboard-announcement {
  width: 100%;
  float: left;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 16px;
}
.dashboard-announcement img {
  width: 100%;
  float: left;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.chart-canvas-group {
  width: 100%;
  float: left;
  position: relative;
  min-height: 210px;
  display: flex;
  align-items: center;
}
.chart-canvas-group .pie-chart-content {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 12px;
}
.chart-canvas {
  width: 100%;
  float: left;
  position: relative;
  min-height: 150px;
}
.chart-canvas canvas {
  position: relative;
  width: auto !important;
  height: 158px;
}
.chart-canvas .chart-loader {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.63);
  display: flex;
  align-items: center;
  justify-content: center;
}
.dashboard-box {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
}
.dashboard-box .dashboard-box-header {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.dashboard-box .dashboard-box-header .dashboard-box-title {
  color: #004f94;
  width: 100%;
  float: left;
  position: relative;
  font-size: 14px;
  font-weight: 600;
}
.dashboard-box .dashboard-box-header .dashboard-header-link {
  width: auto;
  float: left;
}
.dashboard-box .dashboard-box-header .dashboard-header-link a {
  font-size: 12px;
  word-break: normal;
  float: left;
  position: relative;
  min-width: 100px;
  text-align: right;
}
.dashboard-box .dashboard-box-body {
  width: 100%;
  float: left;
  position: relative;
}
.complete-profile-group {
  width: 100%;
  float: left;
  position: relative;
}
.complete-profile-group .complete-profile-single {
  width: 100%;
  float: left;
  position: relative;
  background: #fff;
  margin-bottom: 6px;
  border-radius: 6px;
  justify-content: space-between;
  display: flex;
  align-items: center;
  text-align: left;
  padding: 8px 15px 8px 18px;
  overflow: hidden;
  font-size: 13px;
  line-height: 22px;
}
.complete-profile-group .complete-profile-single .label {
  width: 100%;
  float: left;
  position: relative;
  font-size: 13px;
  line-height: 22px;
}
.complete-profile-group .complete-profile-single:before {
  content: "";
  width: 8px;
  height: 100%;
  background: #e3eaf3;
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.complete-profile-group .complete-profile-single:hover:before {
  width: 100%;
}
.complete-profile-group .complete-profile-single .icon {
  width: 14px;
  height: 14px;
  position: relative;
}
.complete-profile-group .complete-profile-single .icon img {
  width: 100%;
  float: left;
  position: relative;
}
.social-profile-visits {
  width: 100%;
  float: left;
  position: relative;
}
.social-profile-visits .single-social-profile {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 10px 10px 10px 40px;
  margin-bottom: 6px;
  color: #fff;
  border-radius: 8px;
  background: red;
  min-height: 40px;
  align-items: center;
}
.social-profile-visits .single-social-profile .social-icon {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 40px;
  width: 40px;
}
.social-profile-visits .single-social-profile .social-icon img {
  height: 40px;
  width: 40px;
  position: relative;
  padding: 12px;
}
.social-profile-visits .single-social-profile .social-label {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  font-size: 14px;
}
.social-profile-visits .single-social-profile .social-value {
  width: auto;
  float: left;
  position: relative;
  display: flex;
  font-size: 16px;
  font-weight: 600;
}
.help-box {
  width: 100%;
  float: left;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 16px;
  padding: 15px;
  background: #a3e4f7;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.help-box .help-box-left {
  width: 100%;
  float: left;
  position: relative;
}
.help-box .help-box-left .help-box-title {
  width: 100%;
  float: left;
  position: relative;
  color: #004f94;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}
.help-box .help-box-left .help-box-action {
  width: 100%;
  float: left;
  position: relative;
}
.help-box .help-box-left .help-box-action a {
  background: #004f94;
  border-radius: 180px;
  padding: 5px 16px;
  float: left;
  position: relative;
  font-size: 12px;
  color: #fff;
}
.help-box .help-box-right {
  float: left;
  position: relative;
}
.help-box .help-box-right img {
  width: 100%;
  float: left;
  position: relative;
  opacity: 0.5;
}
.table-chart-group {
  padding: 0px !important;
  width: 100%;
  float: left;
  position: relative;
}
.table-chart {
  width: 100%;
  float: left;
  position: relative;
  border: none;
  border-spacing: 0px !important;
  border-bottom: none !important;
  border-radius: 0px 0px 10px 10px;
  overflow: hidden;
}
.table-chart tr th {
  padding: 5px 12px !important;
  border: none;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  font-weight: 600;
  white-space: nowrap;
  color: #222c31;
  background: #e0eaf3;
  border-bottom: 1px solid #e0eaf3;
  border-top: 1px solid #e0eaf3;
}
.table-chart tbody tr {
  width: 100%;
  float: none;
}
.table-chart tr:hover td {
  background: #f6f9fc;
}
.table-chart tbody tr.active td {
  background: #ecf2f9;
}
.table-chart tbody {
  position: relative;
}
.table-chart tr td {
  padding: 8px 12px !important;
  font-size: 13px;
  background: #ffffff;
  color: #272727;
  border-top: 1px solid #e0eaf3;
  vertical-align: middle;
}
.table-chart tr td strong {
  font-weight: 500;
}
.table-chart tr td a:hover {
  color: #0a4a88;
}
.table-chart .student-table-group {
  display: flex;
  align-items: center;
  position: relative;
}
.table-chart .student-table-group .student-img {
  width: 30px;
  height: 30px;
  position: relative;
  border-radius: 180px;
  float: left;
  background: #f3f9ff;
}
.table-chart .student-table-group .student-without-img {
  float: left;
  border-radius: 180px;
  border: 1px solid rgb(0 0 0 / 15%);
  width: 30px;
  height: 30px;
  position: relative;
  line-height: 28px;
  text-align: center;
  font-weight: 500;
  color: gray;
  font-size: 11px;
  background: #fff;
}
.table-chart
  .student-table-group
  .student-without-img
  .user-status-online-offline,
.table-chart .student-table-group .student-img .user-status-online-offline {
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -2px;
  right: -2px;
  border-radius: 180px;
}
.table-chart
  .student-table-group
  .student-without-img
  .user-status-online-offline.online,
.table-chart
  .student-table-group
  .student-img
  .user-status-online-offline.online {
  background: #14ac44;
}
.table-chart
  .student-table-group
  .student-without-img
  .user-status-online-offline.offline,
.table-chart
  .student-table-group
  .student-img
  .user-status-online-offline.offline {
  background: #b3b3b3;
}
.table-chart .student-table-group .student-img img {
  width: auto;
  height: auto;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  border-radius: 180px;
}
.table-chart .student-table-group .student-name {
  color: #03498a;
  margin-left: 10px;
  font-weight: 600;
}
.subject-title-group {
  display: flex;
  align-items: center;
  float: left;
}
.subject-title-group .subject-img {
  width: 30px;
  height: 30px;
  position: relative;
  margin-right: 10px;
  background: #f3f9ff;
  border-radius: 5px;
  overflow: hidden;
  min-width: 30px;
}
.subject-title-group .subject-img img {
  width: auto;
  height: auto;
  position: relative;
  max-width: 100%;
  max-height: 100%;
}
.subject-title-group .subject-name {
  color: #004f94;
  font-weight: 600;
}
.announcements-group ::-webkit-scrollbar-track {
  background-color: transparent;
}
.announcements-group ::-webkit-scrollbar-thumb {
  background: transparent;
}
.announcements-group:hover ::-webkit-scrollbar-track {
  background-color: #e4e9ef;
}
.announcements-group:hover ::-webkit-scrollbar-thumb {
  background: #b4bec9;
}
.announcements-group {
  width: 100%;
  float: left;
  position: relative;
  border-radius: 6px;
  background: rgb(255 255 255);
  margin-bottom: 16px;
  border: 1px solid #e0eaf3;
  min-height: 200px;
  box-shadow: 0px 8px 8px #e0eaf3;
  overflow: hidden;
}
.announcements-group:before {
  content: "";
  background-image: url(../images/announcement-bg.svg);
  position: absolute;
  top: 0px;
  right: 0px;
  background-size: contain;
  height: 100%;
  width: 160px;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
.announcements-group .announcements-content {
  width: 100%;
  float: left;
  position: relative;
  padding: 15px 160px 15px 15px;
}
.announcements-group .announcements-maintitle {
  width: 100%;
  float: left;
  position: relative;
  padding: 12px 160px 12px 15px;
  display: flex;
  background: #f6f9fc;
  border-radius: 8px 8px 0px 0px;
  font-size: 14px;
  font-weight: 600;
  color: #344050;
  line-height: 24px;
}
.announcements-group .announcements-maintitle .info-message-group {
  position: absolute;
  top: 12px;
  right: 160px;
}
.announcements-group .announcements-list {
  width: 100%;
  float: left;
  position: relative;
  max-height: 200px;
  overflow-y: auto;
}
.announcements-single {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 35px;
}
.announcements-single .announcement-img {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 2px;
}
.announcements-single.announcement-read:after {
  content: "";
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  height: 100%;
  background: rgb(255 255 255 / 75%);
}
.announcements-single + .announcements-single {
  margin-top: 20px;
}
.announcements-single + .announcements-single:before {
  content: "";
  border-top: 1px solid #e0eaf3;
  position: absolute;
  width: 100%;
  top: -10px;
  left: 0px;
}
.announcements-single .announcements-title {
  width: 100%;
  float: left;
  font-weight: 600;
  color: #0a4a88;
  font-size: 14px;
  line-height: 22px;
}
.announcements-single .announcements-date {
  width: 100%;
  float: left;
  font-weight: normal;
  font-size: 12px;
  color: rgb(0, 0, 0);
  line-height: 20px;
  margin-bottom: 5px;
}
.announcements-single .announcements-description {
  width: 100%;
  float: left;
  font-weight: normal;
  font-size: 13px;
  color: gray;
  line-height: 20px;
}
.announcements-single .announcements-readmore {
  font-weight: normal;
  text-decoration: underline;
  font-size: 12px;
  font-weight: 600;
}
.dashboard-features {
  width: 100%;
  float: left;
  position: relative;
  border-radius: 10px;
  background: rgb(255 255 255);
  margin-bottom: 20px;
  border: 1px solid #e0eaf3;
  overflow: hidden;
}
.dashboard-features .dashboard-features-header {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  padding: 15px 15px;
  background: #004f94;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dashboard-features .dashboard-features-header:before {
  content: "";
  height: 4px;
  width: 100%;
  top: 50%;
  left: 0px;
  position: absolute;
  border-top: 1px solid #1aa5ed;
  border-bottom: 1px solid #1aa5ed;
  margin-top: -3px;
}
.dashboard-features .dashboard-features-body {
  width: 100%;
  float: left;
  position: relative;
  padding: 0px;
}
.dashboard-features .dashboard-features-header .dashboard-features-title {
  background: #004f94;
  color: #fff;
  width: 100%;
  font-weight: 600;
  padding: 0px 8px;
  position: relative;
  max-width: 50%;
}
.dashboard-features .dashboard-features-header .dashboard-features-icon {
  position: relative;
  max-width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dashboard-features .dashboard-features-header .dashboard-features-icon img {
  max-height: 30px;
}
.features-list {
  width: 100%;
  float: left;
  position: relative;
  max-height: 300px;
  overflow-y: auto;
  padding: 15px;
}
.features-list .features-single {
  width: 100%;
  float: left;
  position: relative;
}
.features-list .features-single.features-read:after {
  content: "";
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  height: 100%;
  background: rgb(255 255 255 / 75%);
}
.features-list .features-single + .features-single {
  margin-top: 20px;
}
.features-list .features-single + .features-single:before {
  content: "";
  border-top: 1px solid #e0eaf3;
  position: absolute;
  width: 100%;
  top: -10px;
  left: 0px;
}
.features-list .features-single .features-title {
  width: 100%;
  float: left;
  font-weight: 600;
  color: #4e4e4e;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 3px;
}
.features-list .features-single .features-description {
  width: 100%;
  float: left;
  font-weight: normal;
  font-size: 13px;
  color: gray;
  line-height: 20px;
}
.modal-theme .modal-dialog .modal-content.modal-wizard-content {
  max-width: 1400px;
}
.modal-wizard-content .modal-wizard-header {
  width: 100%;
  float: left;
  position: relative;
  padding: 10px 20px;
  display: flex;
  top: 0px;
  right: 0px;
  align-items: center;
  border-bottom: 1px solid #e0eaf3;
  justify-content: space-between;
  background: #004f94;
}
.modal-wizard-content .modal-wizard-header .modal-wizard-title {
  float: left;
  position: relative;
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
  color: #fff;
}
.modal-wizard-content .modal-wizard-header .modal-wizard-actions {
  text-align: right;
  white-space: nowrap;
}
.modal-wizard-content
  .modal-wizard-header
  .modal-wizard-actions
  .single-action {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}
.modal-wizard-content
  .modal-wizard-header
  .modal-wizard-actions
  .single-action
  .btn {
  white-space: nowrap;
  border-radius: 180px;
  float: left;
  border: none;
  height: 34px;
  padding: 8px 20px;
}
.modal-wizard-content
  .modal-wizard-header
  .modal-wizard-actions
  .single-action
  .modal-close {
  display: inline-block;
  vertical-align: top;
  padding: 0px;
  transition: all 0.5s ease-out 0s;
  width: 30px;
  height: 30px;
  float: left;
  position: relative;
  background: rgb(242, 245, 249);
  border-radius: 4px;
}
.modal-wizard-content
  .modal-wizard-header
  .modal-wizard-actions
  .single-action
  .modal-close:hover {
  background: rgb(210, 220, 234);
}
.modal-wizard-content
  .modal-wizard-header
  .modal-wizard-actions
  .single-action
  .modal-close
  img {
  width: 30px;
  height: 30px;
  float: left;
  padding: 7px;
}
.modal-wizard-content .theme-wizard-content {
  width: 100%;
  float: left;
  position: relative;
  padding: 15px 20px;
}
.modal-wizard-content .theme-wizard-content .theme-wizard-content-header {
  width: 100%;
  float: left;
  position: relative;
}
.modal-wizard-content .theme-wizard-content .theme-wizard-content-footer {
  width: 100%;
  float: left;
  position: relative;
  margin-top: 12px;
  padding-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal-wizard-content
  .theme-wizard-content
  .theme-wizard-content-footer
  .wizard-footer-left {
  width: auto;
}
.modal-wizard-content
  .theme-wizard-content
  .theme-wizard-content-footer
  .wizard-footer-right {
  width: auto;
}
.modal-wizard-content
  .theme-wizard-content
  .theme-wizard-content-footer
  .wizard-footer-right
  .btn {
  border-radius: 6px;
  display: inline-block;
  vertical-align: top;
  margin: 0px 0px 0px 10px !important;
  padding: 9px 20px;
}
.modal-wizard-content
  .theme-wizard-content
  .theme-wizard-content-footer
  .wizard-footer-left
  .btn {
  border-radius: 6px;
  display: inline-block;
  vertical-align: top;
  margin: 0px 0px 0px 10px !important;
  padding: 9px 20px;
}
.wizard-form-actions {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 30px;
  padding: 0px 330px;
  text-align: right;
}
.wizard-form-actions .btn {
  display: inline-block;
}
.theme-wizard .image-upload-full-group {
  flex-direction: column;
  width: auto;
  float: right;
}
.theme-wizard .image-upload-full-group .image-upload-group {
}
.theme-wizard .image-upload-group .image-upload-btn {
  border: 1px dashed #cdcdcd;
  border-radius: 180px !important;
}
.theme-wizard .image-upload-full-group .image-upload-group .image-upload-photo {
  border: none;
  border-radius: 180px !important;
}
.theme-wizard .image-upload-full-group .image-upload-actions {
  padding: 0px;
  text-align: center;
  margin-top: 10px;
}
.theme-wizard .image-upload-full-group .image-upload-actions p {
}
.board-group {
  width: 100%;
  float: left;
  position: relative;
}
.board-group .single-board {
  width: 100%;
  float: left;
  position: relative;
}
.board-group .single-board + .single-board {
  padding-top: 25px;
}
.board-group .single-board + .single-board:after {
  content: "";
  width: calc(100% - 150px);
  float: left;
  position: absolute;
  color: black;
  font-size: 14px;
  border-top: 1px dashed #dfdfdf;
  top: 0px;
  left: 75px;
}
.course-dashboard-status {
  background: rgb(243 249 255);
  width: 100%;
  float: left;
  position: relative;
  border-radius: 10px;
  display: flex;
  margin-bottom: 16px;
  column-gap: 16px;
  row-gap: 16px;
}
.course-dashboard-status .single-course-top {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 11px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 8px 8px #e0eaf3;
  border: 1px solid #dde4eb;
}
.course-dashboard-status .single-course-top:before {
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: -10px;
  right: -10px;
  position: absolute;
}
.course-dashboard-status .single-course-top:after {
  content: "";
  width: 120px;
  height: 100px;
  border-radius: 50%;
  bottom: -50px;
  right: 10px;
  position: absolute;
}
.course-dashboard-status .single-course-top + .single-course-top {
}
.course-dashboard-status .single-course-top .single-course-icon {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  min-width: 50px;
}
.course-dashboard-status .single-course-top.orange-bg .single-course-icon {
  background: rgb(255 153 0 / 40%);
  border: 1px solid rgb(255 153 0 / 40%);
}
.course-dashboard-status .single-course-top.green-bg .single-course-icon {
  background: rgb(0 172 63 / 40%);
  border: 1px solid rgb(0 172 63 / 40%);
}
.course-dashboard-status .single-course-top.gray-bg .single-course-icon {
  background: rgb(155 155 155 / 40%);
  border: 1px solid rgb(155 155 155 / 40%);
}
.course-dashboard-status .single-course-top.blue-bg .single-course-icon {
  background: rgb(139 207 239 / 40%);
  border: 1px solid rgb(139 207 239 / 40%);
}
.course-dashboard-status .single-course-top.orange-bg:before {
  background: rgb(255 153 0 / 5%);
  border: 1px solid rgb(255 153 0 / 10%);
}
.course-dashboard-status .single-course-top.orange-bg:after {
  background: rgb(255 153 0 / 10%);
}
.course-dashboard-status .single-course-top.green-bg:before {
  background: rgb(0 172 63 / 5%);
  border: 1px solid rgb(0 172 63 / 10%);
}
.course-dashboard-status .single-course-top.green-bg:after {
  background: rgb(0 172 63 / 10%);
}
.course-dashboard-status .single-course-top.gray-bg:before {
  background: rgb(155 155 155 / 5%);
  border: 1px solid rgb(155 155 155 / 10%);
}
.course-dashboard-status .single-course-top.gray-bg:after {
  background: rgb(155 155 155 / 10%);
}
.course-dashboard-status .single-course-top.blue-bg:before {
  background: rgb(139 207 239 / 10%);
  border: 1px solid rgb(139 207 239 / 15%);
}
.course-dashboard-status .single-course-top.blue-bg:after {
  background: rgb(139 207 239 / 20%);
}
.course-dashboard-status .single-course-top .single-course-icon img {
  width: 100%;
  float: left;
  position: relative;
  padding: 10px;
  height: 100%;
}
.course-dashboard-status .single-course-top .single-course-info {
  width: 100%;
  margin-left: 15px;
  display: flex;
  flex-direction: column;
}
.course-dashboard-status
  .single-course-top
  .single-course-info
  .single-course-type {
  width: 100%;
  float: left;
  font-weight: 600;
  color: #404040;
  font-size: 16px;
  line-height: 20px;
}
.course-dashboard-status
  .single-course-top
  .single-course-info
  .single-course-status {
  width: 100%;
  float: left;
  font-weight: normal;
  color: gray;
  font-size: 13px;
  line-height: 20px;
}
.course-feedback {
  width: 100%;
  float: left;
  position: relative;
  min-height: 210px;
}
.course-feedback .star-group {
  width: 100%;
  float: left;
  position: relative;
}
.course-feedback .course-feedback-ratings {
  width: 100%;
  float: left;
  position: relative;
  color: #5e5e5e;
  font-size: 12px;
  margin-bottom: 15px;
}
.course-feedback-chart {
  width: 100%;
  float: left;
  position: relative;
}
.course-feedback-chart .course-feedback-chart-single {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  margin: 5px 0px;
  justify-content: center;
  align-items: center;
}
.course-feedback-chart
  .course-feedback-chart-single
  .course-feedback-chart-left {
  width: auto;
  min-width: 60px;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  color: #6a6a6a;
}
.course-feedback-chart
  .course-feedback-chart-single
  .course-feedback-chart-center {
  width: 100%;
  position: relative;
  background: #ebebeb;
  border-radius: 180px;
  overflow: hidden;
  height: 9px;
}
.course-feedback-chart
  .course-feedback-chart-single
  .course-feedback-chart-center
  .course-feedback-chart-active {
  background: #14a943;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  border-radius: 180px;
}
.course-feedback-chart
  .course-feedback-chart-single
  .course-feedback-chart-right {
  width: auto;
  min-width: 40px;
  text-align: right;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  color: gray;
}
.badges-count-dashboard {
  width: 100%;
  float: left;
  position: relative;
  min-height: 200px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.badges-count-dashboard .badges-single {
  width: 100px;
  float: left;
  height: 100px;
  border-radius: 180px;
  position: relative;
  text-align: center;
  padding: 36px 8px 8px 8px;
  margin: 40px 8px 8px 8px;
}
.badges-count-dashboard .badges-single.gold-badge {
  background: radial-gradient(#ffffff, #fde38b);
}
.badges-count-dashboard .badges-single.silver-badge {
  background: radial-gradient(#ffffff, #e8e3e3);
}
.badges-count-dashboard .badges-single.bronze-badge {
  background: radial-gradient(#ffffff, #e7cdb3);
}
.badges-count-dashboard .badges-single .badges-image {
  width: 60px;
  height: 60px;
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -30px;
}
.badges-count-dashboard .badges-single .badges-image img {
  width: 60px;
  height: 60px;
}
.badges-count-dashboard .badges-single .badges-count {
  font-size: 28px;
  line-height: 32px;
  width: 100%;
  float: left;
  position: relative;
  font-weight: 700;
  color: #c10915;
}
.badges-count-dashboard .badges-single .badges-type {
  font-size: 13px;
  line-height: 16px;
  width: 100%;
  float: left;
  position: relative;
  font-weight: 600;
  color: #0000006b;
}
.chart-info-group {
  width: 100%;
  float: left;
  position: relative;
}
.chart-colors-info {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 20px;
}
.chart-colors-info .chart-colors-single {
  display: flex;
  width: auto;
  float: left;
  margin-right: 20px;
  min-width: 75px;
  cursor: pointer;
}
.chart-colors-info .chart-colors-single .chart-color {
  width: 12px;
  height: 12px;
  border-radius: 180px;
  margin: 6px;
  min-width: 12px;
}
.chart-colors-info .chart-colors-single .chart-color-value {
  font-size: 13px;
  font-weight: normal;
  color: gray;
  line-height: 24px;
  text-decoration: line-through;
}
.chart-colors-info .chart-colors-single.active .chart-color-value {
  text-decoration: initial;
}
.chart-overall-info {
  width: 100%;
  float: left;
  position: relative;
}
.chart-overall-info .chart-overall-single {
  width: auto;
  float: left;
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  min-width: 150px;
}
.chart-overall-info .chart-overall-single .chart-overall-value {
  float: left;
  position: relative;
  width: max-content;
  width: 100%;
}
.chart-overall-info
  .chart-overall-single
  .chart-overall-value
  .chart-overall-value-span {
  float: left;
  line-height: 24px;
  font-size: 20px;
  color: #484848;
  font-weight: 600;
  min-width: 30px;
}
.chart-overall-info
  .chart-overall-single
  .chart-overall-value
  .chart-overall-label-span {
  float: left;
  line-height: 14px;
  font-size: 14px;
  color: gray;
  padding-top: 14px;
  margin-left: 5px;
  min-width: 30px;
}
.chart-overall-info .chart-overall-single .chart-overall-label {
  font-size: 13px;
  font-weight: normal;
  color: gray;
  line-height: 24px;
  width: max-content;
  float: left;
  position: relative;
  min-width: 150px;
}
.dashboard-title-group {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.dashboard-title-group .dashboard-title {
  width: 100%;
  float: left;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #085092;
  line-height: 24px;
}
.dashboard-title-group .dashboard-actions {
  width: 100%;
  float: left;
  position: relative;
  font-size: 13px;
  font-weight: normal;
  color: gray;
  line-height: 24px;
  text-align: right;
}
.dashboard-title-group .dashboard-actions .single-action {
  display: inline-block;

  vertical-align: top;

  margin-left: 15px;
}
.dashboard-title-group .dashboard-actions .view-all {
  color: #0a4a88;
  text-decoration: underline;
}
.chart-spenthours-group {
  width: 100%;
  float: left;
  position: relative;
  min-height: 150px;
  display: flex;
  flex-direction: row;
}
.chart-spenthours-group .app-chart-canvas {
  min-height: 200px;
  width: 100%;
  display: flex;
  column-gap: 15px;
}
.chart-spenthours-group .app-chart-canvas .chart-canvas {
}
.chart-spenthours-group .chart-canvas {
  min-height: 200px;
  width: calc(100% - 275px);
}
.chart-spenthours-group .chart-info-group {
  width: 100%;
  padding-left: 15px;
  max-width: 275px;
}
.doughnut-content {
  width: 100%;
  float: left;
  position: relative;
  padding-right: 30px;
}
.doughnut-content .doughnut-single {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  padding: 10px 0px 10px 20px;
}
.doughnut-content .doughnut-single:first-child:after,
.doughnut-content .doughnut-single.doughnut-single-total:after {
  content: "";
  display: none;
}
.doughnut-content .doughnut-single:after {
  content: "";
  border-top: 1px dashed #dedede;
  position: absolute;
  top: 0px;
  right: 0px;
  width: calc(100% - 20px);
}
.doughnut-content .doughnut-single .doughnut-dot {
  position: absolute;
  top: 13px;
  left: 0px;
  width: 10px;
  height: 10px;
  border-radius: 180px;
}
.doughnut-content .doughnut-single .doughnut-single-label {
  width: 100%;
  float: left;
  font-weight: 600;
  color: #4e4e4e;
}
.doughnut-content .doughnut-single .doughnut-single-value {
  width: 100%;
  font-weight: 600;
  text-align: right;
}
.doughnut-content .doughnut-single.doughnut-single-total .doughnut-single-label,
.doughnut-content
  .doughnut-single.doughnut-single-total
  .doughnut-single-value {
  font-size: 15px;
  color: #2e5e8b;
}
.bar-content {
  width: 100%;
  float: left;
  position: relative;
  padding-right: 30px;
}
.bar-content .bar-single {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0px 0px 0px 20px;
  margin-bottom: 12px;
}
.bar-content .bar-single .bar-single-left {
  width: 100%;
  float: left;
  position: relative;
}
.bar-content .bar-single .bar-single-right {
  width: auto;
  float: left;
  position: relative;
  display: flex;
  align-items: flex-start;
}
.bar-content .bar-single .bar-dot {
  position: absolute;
  top: 5px;
  left: 0px;
  width: 10px;
  height: 10px;
  border-radius: 180px;
}
.bar-content .bar-single .bar-single-label {
  width: 100%;
  float: left;
  font-weight: 600;
  color: #4e4e4e;
  font-size: 14px;
  line-height: 20px;
}
.bar-content .bar-single .bar-single-smalllabel {
  width: 100%;
  float: left;
  font-weight: 500;
  font-size: 11px;
  color: gray;
}
.bar-content .bar-single .bar-single-value {
  width: auto;
  font-weight: 600;
  text-align: right;
  font-size: 14px;
  line-height: 22px;
  color: #4e4e4e;
}
.bar-content .bar-single .bar-single-totalvalue {
  width: auto;
  font-weight: 500;
  text-align: right;
  font-size: 12px;
  line-height: 22px;
  color: gray;
  margin-left: 2px;
}
.course-tableprogress {
  float: left;
  position: relative;
  text-align: right;
  width: 160px;
  display: flex;
  align-items: center;
}
.course-tableprogress .course-progress-full {
  position: relative;
  background: #ebebeb;
  border-radius: 180px;
  overflow: hidden;
  height: 10px;
  width: 120px;
  min-width: 120px;
  max-width: 120px;
}
.course-tableprogress .course-progress-full .course-progress-active {
  background: #00ac3f;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  border-radius: 180px;
}
.course-tableprogress .course-progress-label {
  float: left;
  position: relative;
  margin-left: 5px;
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  text-align: left;
  font-weight: 500;
}
.badge-table .single-badge {
  border-radius: 180px;
  position: relative;
  padding: 0px 15px 0px 45px;
  line-height: 22px;
  margin: 4px 0px;
  float: left;
  font-weight: 600;
  opacity: 1;
  font-size: 12px;
  margin-right: 10px;
  min-width: 80px;
  text-align: center;
}
.badge-table .single-badge img {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -4px;
  left: 7px;
}
.badge-table .single-badge.gold-badge {
  background: radial-gradient(#ffffff, rgb(209 229 244));
}
.badge-table .single-badge.silver-badge {
  background: radial-gradient(#ffffff, #d5e6db);
}
.badge-table .single-badge.bronze-badge {
  background: radial-gradient(#ffffff, #e1cee6);
}
.dropdown-theme.dropdown-chart .dropdown-toggler:after {
  content: "";
  background-image: url(../images/icon/dropdown-arrow.svg);
  width: 11px;
  height: 8px;
  position: absolute;
  background-repeat: no-repeat;
  top: 8px;
  right: 4px;
  filter: grayscale(1);
}
.dropdown-theme.dropdown-chart .dropdown-toggler {
  float: left;
  position: relative;
  height: 24px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 18px;
  margin: 0px;
  background: rgb(255 255 255);
  border: 1px solid rgb(227 234 243) !important;
  border-radius: 5px !important;
  padding: 0px 0px !important;
  max-width: initial;
  color: rgb(0, 0, 0);
  white-space: normal;
}
.dropdown-theme.dropdown-chart .dropdown-toggler .dropdown-title {
  white-space: nowrap;
  float: left;
  line-height: 22px;
  padding: 0px 21px 0px 7px !important;
  position: relative;
  z-index: 1;
}
.dropdown-theme.dropdown-chart .dropdown-content {
  border: 1px solid #b3b3b3;
  box-shadow: 0px 8px 8px #e0eaf3;
  margin-top: 0px;
}

.dropdown-theme.dropdown-chart .dropdown-content .dropdown-list {
  border: none !important;
}
.dropdown-theme.dropdown-chart .dropdown-content .dropdown-list .single-line {
  line-height: 25px;
  padding: 0px 10px;
}
.dropdown-theme.dropdown-chart
  .dropdown-content
  .dropdown-list
  .single-line:hover {
  background-color: #2068d0;
  color: #fff;
}

.igx-days-view__date--range .igx-days-view__date-inner {
  background: #e3f1ff !important;
  color: #004f94 !important;
}

.igx-days-view__date--range {
  background: #e3f1ff !important;
}
.igx-days-view__date--range.igx-days-view__date--selected.igx-days-view__date--first,
.igx-days-view__date--range.igx-days-view__date--selected.igx-days-view__date--last {
  background: transparent !important;
}
.igx-days-view__date--range.igx-days-view__date--selected.igx-days-view__date--first::after,
.igx-days-view__date--range.igx-days-view__date--selected.igx-days-view__date--last::after {
  background: #e3f1ff !important;
}

.igx-days-view__date--range .igx-days-view__date-inner {
  background: transparent !important;
  color: #004f94 !important;
}

.igx-days-view__date--selected.igx-days-view__date--active
  .igx-days-view__date-inner,
.igx-days-view__date--range.igx-days-view__date--selected.igx-days-view__date--first
  .igx-days-view__date-inner,
.igx-days-view__date--range.igx-days-view__date--selected.igx-days-view__date--last
  .igx-days-view__date-inner {
  background: #004f94 !important;
  color: #fff !important;
}

.igx-button.igx-button--flat {
  color: #004f94 !important;
  background: #e3f1ff !important;
}

.theme-viewmode {
  background: #fff;
  border-radius: 4px;
  float: left;
  position: relative;
  height: 24px;
  padding: 0px 0px;
  overflow: hidden;
  display: flex;
}

.theme-viewmode .theme-viewmode-single {
  width: 36px;

  float: left;

  background: #e0eaf3;

  height: 100%;

  text-align: center;

  cursor: pointer;
}

.theme-viewmode .theme-viewmode-single img {
  width: 36px;

  height: 24px;

  padding: 6px;

  float: left;
}

.theme-viewmode .theme-viewmode-single.grid-view-active,
.theme-viewmode .theme-viewmode-single.list-view-active,
.theme-viewmode .theme-viewmode-single.calendar-view-active {
  background: #104b86;
}

.theme-viewmode .theme-viewmode-single.grid-view-active img,
.theme-viewmode .theme-viewmode-single.list-view-active img,
.theme-viewmode .theme-viewmode-single.calendar-view-active img {
  filter: brightness(0) invert(1);
}

.theme-chart-viewmode {
  background: #fff;

  border-radius: 4px;

  float: left;

  position: relative;

  height: 24px;

  padding: 0px 0px;

  width: 74px;

  overflow: hidden;

  border: 1px solid rgb(227 234 243) !important;
}

.theme-chart-viewmode .theme-viewmode-single {
  width: 36px;

  float: left;

  height: 100%;

  text-align: center;

  cursor: pointer;
}

.theme-chart-viewmode .theme-viewmode-single img {
  width: 36px;

  height: 22px;

  padding: 5px;

  float: left;

  filter: grayscale(1);

  opacity: 0.7;
}

.theme-chart-viewmode .theme-viewmode-single.active {
  background: #104b86;
}

.theme-chart-viewmode .theme-viewmode-single.active img {
  filter: brightness(0) invert(1);
  opacity: 1;
}

.badgesnew-group-dashboard {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 16px;
}
.badgesnew-single {
  float: left;
  position: relative;
  border-radius: 10px;
  background: rgb(255 255 255);
  margin-bottom: 20px;
  max-width: calc(33.3% - 11px);
  flex: calc(33.3% - 11px);
  width: calc(33.3% - 11px);
  min-height: 275px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  box-shadow: 0px 8px 8px #e0eaf3;
}
.badgesnew-single:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 10px;
}
.badgesnew-single:before {
  content: "";
}
.badgesnew-single.supreme-gold:after {
  border: 1px solid rgb(18 125 206 / 40%);
  background: linear-gradient(0deg, #ffffff 0%, rgb(18 125 206 / 20%) 100%) 0%
    0% no-repeat padding-box;
}
.badgesnew-single.superior-bronze:after {
  border: 1px solid rgb(37 138 72 / 40%);
  background: linear-gradient(0deg, #ffffff 0%, rgb(34 127 67 / 20%) 100%) 0% 0%
    no-repeat padding-box;
}
.badgesnew-single.star-silver:after {
  border: 1px solid rgb(107 9 131 / 40%);
  background: linear-gradient(0deg, #ffffff 0%, rgb(107 9 131 / 20%) 100%) 0% 0%
    no-repeat padding-box;
}
.badgesnew-single .badgesnew-image {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  text-align: center;
}
.badgesnew-single .badgesnew-image img {
  width: 100%;
  float: left;
  position: relative;
  padding: 10px;
}
.badgesnew-single .badgesnew-name-group {
  height: 100%;
  width: 100%;
  float: left;
  position: relative;
  padding: 15px;
  text-align: center;
  z-index: 1;
}
.badgesnew-single .badgesnew-name-group .badgesnew-name {
  text-align: center;
  width: 100%;
  float: left;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 8px;
  color: #fff;
}
.badgesnew-single .badgesnew-name-group .badgesnew-count {
  width: 50px;
  height: 50px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #e0eaf3;
  box-shadow: 0px 8px 8px #e0eaf3;
  border-radius: 180px;
  background: #fff;
}
.badgesnew-single
  .badgesnew-name-group
  .badgesnew-count
  .badgesnew-count-number {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0px;
  left: 0px;
  line-height: 50px;
  text-align: center;
  font-weight: 800;
  font-size: 20px;
}
.badgesnew-single.supreme-gold .badgesnew-name-group .badgesnew-name,
.badgesnew-single.supreme-gold
  .badgesnew-name-group
  .badgesnew-count
  .badgesnew-count-number {
  color: #0b55b2;
}
.badgesnew-single.superior-bronze .badgesnew-name-group .badgesnew-name,
.badgesnew-single.superior-bronze
  .badgesnew-name-group
  .badgesnew-count
  .badgesnew-count-number {
  color: #217c42;
}
.badgesnew-single.star-silver .badgesnew-name-group .badgesnew-name,
.badgesnew-single.star-silver
  .badgesnew-name-group
  .badgesnew-count
  .badgesnew-count-number {
  color: #7c1097;
}
