.login {
  display: flex;
  align-items: center;
  height: 100vh;
}

.login .loginDetails {
  width: 25%;
}

.login .loginDetails {
  width: 25%;
  background: #fff;
  padding: 0 3%;
  text-align: center;
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  box-shadow: 15px 0px 20px 5px #0000001F;
  padding-top: 20px;
  position: absolute;
  left: 30px;
  border-radius: 14px;
}

.login .loginDetails .top .logoLoginOuter {
  height: 80px;
}

.login .loginDetails .top .logoLoginOuter .logoLogin {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.login .loginDetails .welcomeText {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 36.46px;
  text-align: center;
  color: #8A9BC2;
  padding-top: 10px;
}

.login .loginDetails .heading {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 36.46px;
  text-align: center;
  color: #040510;
  margin-bottom: 12px;
}

.login .loginDetails form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.login .loginDetails form .form-select-outer .input-group-text-outer {
  position: relative;
}

.login .loginDetails form .form-select-outer .form-select {
  border: 1px solid #B1BCD8;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  color: #3E4E75;
  padding: 8px 12px;
  outline: none;
  box-shadow: none;
}

.login .loginDetails form .form-select-outer .input-group-text {
  border: 1px solid #B1BCD8;
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  color: #3E4E75;
  padding: 8px 12px;
  outline: none;
  width: 100%;
}

.login .loginDetails form .form-select-outer .input-group-text-outer .view {
  position: absolute;
  top: 9px;
  right: 9px;
}

.login .loginDetails .btnSet .btn.btn-primary.saveBtn {
  outline: none;
  width: 100%;
  text-align: center;
}

.login .loginDetails .forgetPassword {
  text-align: center;
}

.login .loginDetails .msg {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
}

.login .loginDetails .successImg {
  width: 132px;
  margin: 0 auto;
}

.login .loginDetails .forgetPassword .link {
  color: #2A3ACD;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  margin-top: 28px;
}

.login .loginDetails .poweredBy {
  border-top: 1px solid #DAE0EF;
  padding-top: 10px;
  padding-bottom: 16px;
}

.login .loginDetails .poweredBy .bottomLogo {
  width: 70px;
}

.login .loginDetails .text {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  color: #8A9BC2;
  padding-bottom: 8px;
}

.login .loginBg {
  width: 100%;
  background: url("../images/loginBg.png");
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0px;
  z-index: -1;
}

@media (max-width: 991px) {
  .login .loginDetails {
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    border-radius: 14px;
  }

  .login .loginBg {
    width: 100%;
    filter: blur(4px);
    -webkit-filter: blur(4px);
  }

}


@media (max-width: 767px) {
  .login .loginDetails {
    width: 100%;
    height: 100vh;
    top: 0;
    padding: 0 30px;
    border-radius: 0px;
    padding-top: 20px;
  }
}


.addCourse {
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.addCourse .back {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #2A3ACD;
  margin: 0;
}

.addCourse .headingText {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 26.04px;
  color: #040510;
}

.addCourse .top {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.addCourse .top .basicDetails .box .form-select-outer.full {
  grid-column: span 2;
}

.addCourse .top .basicDetails {
  display: flex;
  flex-direction: column;
}

.addCourse .top .basicDetails .heading {
  margin-bottom: 2px;
  font-size: 18px;
  font-weight: 600;
  line-height: 23.44px;
  color: #040510;
  display: flex;
  gap: 6px;
  align-items: center;
}

.addCourse .top .basicDetails .heading .headingSubtext {
  font-size: 12px;
  font-weight: 400;
  line-height: 15.62px;
  color: #8A9BC2;
}

.addCourse .top .basicDetails .heading .headingSubtext {
  font-size: 12px;
  font-weight: 400;
  line-height: 15.62px;
  color: #8A9BC2;
}

.addCourse .top .basicDetails .box {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #DAE0EF;
  display: flex;
  flex-direction: column;
  padding: 32px 9%;
}

.addCourse .top .basicDetails .moreOuter .morePopup .box {
  display: flex;
  flex-direction: row;
  padding: 0;
  border: none;
}

.addCourse .top .basicDetails .box.uploadBox {
  padding: 0;
  align-items: center;
  margin: 0;
  flex-direction: row;
}

.addCourse .top .basicDetails .box.uploadBox .uploadImage {
  width: 300px;
  height: 310px;
  background: #F2F3F8;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.addCourse .top .basicDetails .box.uploadBox .uploadImage .editImg {
  position: absolute;
  bottom: 12px;
  right: 12px;
}


.addCourse .top .basicDetails .box .form-select-outer .input-group-text {
  background: #fff;
  border: 1px solid #B1BCD8;
  text-align: left;
  outline: none;
  height: 34px;
  width: 100%;
}


.addCourse .top .basicDetails .box .form-select-outer .phoneNo {
  display: flex;
  gap: 5px;
  align-items: center;
}

.addCourse .top .basicDetails .box .form-select-outer .phoneNo .dash {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #8A9BC2;
}

.addCourse .top .basicDetails .box .form-select-outer .phoneNo .form-select {
  width: 25%;
}

.addCourse .top .basicDetails .box .form-select-outer .input-group-text-outer {
  position: relative;
}

.addCourse .top .basicDetails .box .form-select-outer .input-group-text-outer .view {
  position: absolute;
  top: 9px;
  right: 9px;
}

.addCourse .top .basicDetails .box .form-select-outer .msg {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.62px;
  color: #8A9BC2;
  margin-top: 2px;
}

.addCourse .top .basicDetails .box .form-select-outer .createGroup {
  margin: 0;
  color: #2A3ACD;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: right;
}


.addCourse .top .basicDetails .box.lessons {
  padding: 0px 0px;
  background: transparent;
  border: none;
  gap: 16px;
}

.addCourse .top .basicDetails .box.lessons .boxLessonInner {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #DAE0EF;
}

.addCourse .top .basicDetails .box.lessons .boxTop {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding: 16px 20px;
  gap: 16px;
  cursor: pointer;
}

.addCourse .top .basicDetails .box.lessons .label {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  color: #3E4E75;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 4px;
}

.addCourse .top .basicDetails .box.lessons .label input {
  width: -webkit-fill-available;
  border: 1px solid #3E4E75;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #3E4E75;
  height: 34px;
  border-radius: 6px;
  padding: 8px 12px;
}

.addCourse .top .basicDetails .box.lessons .right {
  display: flex;
  gap: 16px;
  align-items: center;
}

.addCourse .top .btnSet.mainFlowBtn {
  padding-top: 24px;
}

.addCourse .top .basicDetails .headingOuter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.addCourse .top .basicDetails .headingOuter .addNewLesson {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #2A3ACD;
}


.modal-body .modalHeadingOuter .modalHeading {
  font-size: 24px;
  font-weight: 600;
  line-height: 31.25px;
  color: #040510;
  margin: 0 auto;
  margin-bottom: 24px;
  justify-content: center;
  display: flex;
}

.addCourse .ratingReviewModal .modal-body .btnSet {
  margin-top: 16px;
  justify-content: center;
}

.addCourse .ratingReviewModal .modal-body .desc.bg {
  background: #F2F3F8;
  padding: 8px 20px;
  border-radius: 10px;
  width: fit-content;
  margin: 0 auto;
}

.addCourse .ratingReviewModal .modal-body .desc {
  font-size: 18px;
  font-weight: 500;
  line-height: 23.44px;
  text-align: center;
  color: #3E4E75;
  margin-bottom: 26px;
}

.addCourse .top .btnSet {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

@media (max-width: 767px) {
  .addCourse .top .basicDetails .box.lessons .boxTop.edit {
    flex-direction: column;
  }

  .addCourse .top .basicDetails .box.lessons .boxTop.edit .right {
    justify-content: flex-end;
  }
}

@media (max-width: 767px) {
  .addCourse .top .basicDetails .box.lessons .boxTop.edit {
    flex-direction: column;
  }

  .addCourse .top .basicDetails .box.lessons .boxTop.edit .right {
    justify-content: flex-end;
  }
}

.form-container {
  background: white;
}

.progress-bar {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
  background-color: transparent;
  flex-direction: row;
  column-gap: 50px;
}

.step {
  text-align: center;
  position: relative;
  width: 154px;
}

.step span {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto 5px;
  line-height: 30px;
  background: #ccc;
  border-radius: 50%;
  color: white;
  font-weight: bold;
}

.step p {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 15.62px;
  color: #8A9BC2;
}

.step.completed span {
  background: #007bff;
}

.step.active span {
  background: #1a73e8;
}

@media (max-width: 767px) {
  .progress-bar {
    column-gap: 10px;
  }

  .step {
    width: 90px;
  }


  .userSettings .top .basicDetails .box .progress-bar .step p {
    white-space: normal;
    text-align: center;
  }

}


.addCourse .top .basicDetails .box .form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 20px;
  column-gap: 24px;
}

.step.completed span {
  background: #28a745;
  /* Green color for completed steps */
}

.addCourse .top .basicDetails .box .progress-bar .step span {
  border: 1px solid #2A3ACD;
  background: #fff;
  color: #2A3ACD;
}

.addCourse .top .basicDetails .box .progress-bar .step.completed span {
  background: #DAE0EF;
  color: #2A3ACD;
  border: 1px solid #DAE0EF;
}

.addCourse .top .basicDetails .box .progress-bar .step.active span {
  background: #2A3ACD;
  color: #fff;
}

.addCourse .top .basicDetails .box .progress-bar .step:after {
  border-top: 1px solid #DAE0EF;
  content: '';
  position: absolute;
  top: 15px;
  right: -96px;
  width: 140px;
}

.addCourse .top .basicDetails .box .progress-bar .step:nth-last-child(1):after {
  display: none;
}

.addCourse .top .basicDetails .box .progress-bar .step.active p {
  color: #2A3ACD;
}



.file-upload-container {
  display: flex;
  align-items: center;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  position: relative;
}

.file-upload-container input[type="file"] {
  display: none;
}

.file-name {
  padding-left: 12px;
  flex: 1;
}

.file-name.nofileChoosen {
  color: #B1BCD8;
}

.browse-btn {
  background-color: #F2F3F8;
  padding: 5px 10px;
  border-right: 1px solid #B1BCD8;
  cursor: pointer;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #2A3ACD;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  height: 32px;
  align-items: center;
  display: flex;
  width: calc(100% - 35px);
}

.success-icon {
  color: green;
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 25px;
}

.file-info {
  font-size: 12px;
  color: #9ca3af;
  margin-top: 5px;
}

.addCourse .top .basicDetails .box .step-content .formOuter {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.addCourse .top .basicDetails .box .step-content .formOuter .uploadFormOuter {
  border-bottom: 1px solid #DAE0EF;
  padding-bottom: 20px;
}

.addCourse .top .basicDetails .box .step-content .formOuter .uploadFormOuter .contentHeading {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
}

.addCourse .top .basicDetails .box .step-content .formOuter .uploadFormOuter.full .form {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.addCourse .top .basicDetails .box .step-content .formOuter .uploadFormOuter:nth-last-child(1) {
  border: none;
  padding: 0;
}

.addCourse .top .basicDetails .box .step-content .formOuter .uploadFormOuter.extra .contentHeadingOuter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.addCourse .top .basicDetails .box .step-content .formOuter .uploadFormOuter.extra .contentHeadingOuter .addDocuments {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #2A3ACD;
}

.addCourse .top .basicDetails .box .step-content .formOuter .uploadFormOuter.extra .form {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 44px;
  align-items: flex-end;
  margin-bottom: 12px;
}

.addCourse .top .basicDetails .box .step-content .formOuter .uploadFormOuter.extra .form .formInner {
  gap: 14px;
  display: flex;
  width: 100%;
}

.addCourse .top .basicDetails .box .step-content .formOuter .uploadFormOuter.extra .form .formInner .form-select-outer {
  width: 50%;
}

.addCourse .top .basicDetails .box .step-content .formOuter .uploadFormOuter.extra.full .form .formInner .form-select-outer {
  width: 100%;
}

.addCourse .top .basicDetails .box .step-content .formOuter .uploadFormOuter.extra .form .delete {
  margin-bottom: 3px;
}



.addCourse .top .basicDetails .box.lessons .boxData {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0px 20px;
  padding-bottom: 16px;
}

.addCourse .top .basicDetails .box.lessons .boxData .lessons {
  border: 1px solid #DAE0EF;
  border-radius: 8px;
  background: #F2F3F8;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
}

.addCourse .top .basicDetails .box.lessons .boxData .lessons .lessonTitle {
  width: max-content;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #2A3ACD;
}

.addCourse .top .basicDetails .box.lessons .boxData .lessons .count {
  width: 14px;
  height: 14px;
  margin: 0;
  font-size: 9px;
  font-weight: 500;
  line-height: 11.72px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2A3ACD;
  border-radius: 50%;
}

.addCourse .top .basicDetails .box.lessons .accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.addCourse .top .basicDetails .box.lessons .accordion .accordion-item {
  border-radius: 14px;
}

.addCourse .top .basicDetails .box.lessons .arrowDown.accordion-button.collapsed {
  padding: 0;
  display: block;
  width: 16px;
  height: 16px;
}

.addCourse .top .basicDetails .box.lessons .arrowDown.accordion-button {
  padding: 0;
  display: none;
  width: 16px;
  height: 16px;
}

.addCourse .top .basicDetails .box.lessons .arrowUp.accordion-button.collapsed {
  padding: 0;
  display: none;
  width: 16px;
  height: 16px;
}

.addCourse .top .basicDetails .box.lessons .arrowUp.accordion-button {
  padding: 0;
  display: block;
  width: 16px;
  height: 16px;
}

.accordion-button:not(.collapsed) {
  background: transparent;
  box-shadow: none;
}

.addCourse .top .basicDetails .box.lessons .boxData.collapse {
  display: none;
}

.addCourse .top .basicDetails .box.lessons .boxData.collapse.show {
  display: flex;
}




@media (max-width: 991px) {
  .addCourse .top .basicDetails .box {
    padding: 24px 50px;
  }

  .addCourse .top .subscriptionDetails .options {
    padding: 24px 50px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .addCourse .top .basicDetails .box .form-select-outer.full {
    grid-column: span 1;
  }
}

@media (max-width: 767px) {
  .addCourse .top .basicDetails .box {
    padding: 24px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .success-icon {
    /* right: -20px; */
    right: 0px;
    bottom: 35px;
    top: auto;
  }

  .addCourse .top .imageData {
    flex-direction: column;
  }

  .addCourse .top .imageData .logoOuter {
    width: 100%;
  }

  .addCourse .top .imageData .bgImageOuter {
    width: 100%;
  }

  .addCourse .top .subscriptionDetails .options {
    padding: 24px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .addCourse .top .basicDetails .box .form {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }



}



.alertNotifications {
  padding: 20px;
}

.alertNotifications .head {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 8px;
}

.alertNotifications .data {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}

.alertNotifications .data .dataTitle {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 23.44px;
  color: #000000;
}

.alertNotifications .data .boxOuter {
  border: 1px solid #DAE0EF;
  background: #fff;
  border-radius: 14px;
  padding: 16px 20%;
  gap: 12px;
  display: flex;
  flex-direction: column;
}

.alertNotifications .data .boxOuter .box {
  display: flex;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid #DAE0EF;
}

.alertNotifications .data .boxOuter .box .desc {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.alertNotifications .data .boxOuter .box .desc .title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
}

.alertNotifications .data .boxOuter .box .desc .subTitle {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #8A9BC2;
}

.alertNotifications .data .boxOuter .box:nth-last-child(1) {
  border: none;
  padding-bottom: 0;
}





/* Toggle switch */
.switch {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 13px;
  margin: 0;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #B1BCD8;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 11px;
  width: 11px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: #2A3ACD;
}

input:focus+.slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
  -webkit-transform: translateX(9px);
  -ms-transform: translateX(9px);
  transform: translateX(9px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* Toggle switch */







@media (max-width: 991px) {
  .alertNotifications .data .boxOuter {
    padding: 16px 10%;
  }

}

@media (max-width: 767px) {
  .alertNotifications .data .boxOuter {
    padding: 16px;
  }


}


.bulkAlert {
  padding: 20px;
}

.bulkAlert .data {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}

.bulkAlert .data .dataTitle {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 23.44px;
  color: #000000;
}

.bulkAlert .data .boxOuter {
  border: 1px solid #DAE0EF;
  background: #fff;
  border-radius: 14px;
  padding: 16px 15%;
  gap: 12px;
  display: flex;
  flex-direction: column;
}

.bulkAlert .data .boxOuter .box {
  display: flex;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid #DAE0EF;
}

.bulkAlert .data .boxOuter .box .desc {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 40%;
}

.bulkAlert .data .boxOuter .box .desc .title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
}

.bulkAlert .data .boxOuter .box .desc .subTitle {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #8A9BC2;
}

.bulkAlert .data .boxOuter .box:nth-last-child(1) {
  border: none;
  padding-bottom: 0;
}



.bulkAlert .data .boxOuter .box .right {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.bulkAlert .data .boxOuter .box .right .options {
  display: flex;
  gap: 18px;
  border-bottom: 1px solid #DAE0EF;
  padding-bottom: 12px;
}


.bulkAlert .data .boxOuter .box .right .multiSearch .searchTitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #8A9BC2;
  margin-bottom: 12px;
}

.bulkAlert .data .boxOuter .box .right .multiSearch .input-group-text {
  background-color: #fff;
  border-left: none;
}

.bulkAlert .data .boxOuter .box .right .multiSearch .input-group .form-control {
  border: 1px solid #dae0ef;
  border-right: none;
  border-radius: 6px;
  padding: 8px 0px 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  color: #b1bcd8;
  height: 34px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
}

.bulkAlert .data .boxOuter .box .right .multiSearch .selected {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.bulkAlert .data .boxOuter .box .right .multiSearch .selected .option {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  color: #3E4E75;
  padding: 5px 6px;
  border: 1px solid #DAE0EF;
  border-radius: 5px;
}



.bulkAlert .right .form-select-outer .input-group-text {
  background: #fff;
  height: auto;
  text-align: left;
}

.bulkAlert .data .boxOuter .box .right .btnSet {
  justify-content: flex-end;
}


.bulkAlert .ratingReviewModal #alertModal .modal-body {
  text-align: center;
}

.bulkAlert .ratingReviewModal #alertModal .modal-body .feedbackImg {
  padding-bottom: 24px;
}

.bulkAlert .ratingReviewModal #alertModal .modal-body .feedback {
  color: #3E4E75;
  margin-bottom: 20px;
  font-family: DM Sans;
  font-size: 18px;
  font-weight: 500;
  line-height: 23.44px;
  text-align: center;
}

.bulkAlert .ratingReviewModal .modal-body .btnSet {
  margin-top: 16px;
  justify-content: center;
}



.bulkAlert .ratingReviewModal .modal-body .modalHeadingOuter .close {
  position: absolute;
  top: 16px;
  right: 16px;
}

@media (max-width: 991px) {
  .bulkAlert .data .boxOuter {
    padding: 16px 5%;
  }

}

@media (max-width: 767px) {
  .bulkAlert .data .boxOuter {
    padding: 16px;
  }

  .bulkAlert .data .boxOuter .box {
    flex-direction: column;
    gap: 20px;
  }

  .bulkAlert .data .boxOuter .box .desc {
    width: 100%;
  }

  .bulkAlert .data .boxOuter .box .right {
    width: 100%;
  }


}


.clientAdminIndex {
  padding: 20px;
}

.clientAdminIndex .pageTitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 26.04px;
  text-align: left;
  color: #040510;
  margin-bottom: 20px;
}

.clientAdminIndex .bannerBox {
  border: 1px solid #DAE0EF;
  border-radius: 14px;
  background: #fff;
}

.clientAdminIndex .bannerBox .bannerBg {
  width: 100%;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.clientAdminIndex .bannerBox .bannerData {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 10px 20px 16px 20px;
  align-items: center;
}

.clientAdminIndex .bannerBox .bannerData .bannerUser {
  position: absolute;
  left: 40px;
  bottom: 16px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 1px solid #DAE0EF;
}

.clientAdminIndex .bannerBox .bannerData .data {
  padding-left: 195px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.clientAdminIndex .bannerBox .bannerData .data .userName {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 26.04px;
  text-align: left;
  color: #040510;
}

.clientAdminIndex .bannerBox .bannerData .data .progressLabel {
  font-size: 12px;
  font-weight: 400;
  line-height: 15.62px;
  text-align: left;
  color: #3E4E75;
  margin: 0;
}

.clientAdminIndex .bannerBox .bannerData .data .progressLabel .percentage {
  font-weight: 600;
  color: #040510;
}

.clientAdminIndex .bannerBox .bannerData .button.editProfile {
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  color: #2A3ACD;
  border: 1px solid #2A3ACD;
  padding: 8px 12px;
  margin: 0;
  height: max-content;
  border-radius: 6px;
  background-color: #fff;
}


.clientAdminIndex .links .boxOuter {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
  margin-top: 24px;
}

.clientAdminIndex .links .boxOuter .box {
  padding: 20px 16px;
  background: #FFFFFF;
  border: 1px solid #DAE0EF;
  border-radius: 14px;
}

.clientAdminIndex .links .boxOuter .box .imageBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.clientAdminIndex .links .boxOuter .box .imageBox img{
  width: 38px;
  height: auto;
}

.clientAdminIndex .links .boxOuter .box .imageBox .arrow {
  border: 1px solid #2A3ACD;
  border-radius: 10px;
  padding: 10px;
}

.clientAdminIndex .links .boxOuter .box .title {
  font-size: 14px;
  font-weight: 600;
  line-height: 23.44px;
  text-align: left;
  color: #040510;
  margin: 0;
  padding-top: 20px;
}

.clientAdminIndex .links .boxOuter .box .subTitle {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  color: #3E4E75;
  padding-top: 6px;
}


.clientAdminIndex .upcomingTasks {
  padding-top: 24px;
}

.clientAdminIndex .upcomingTasks .heading {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 26.04px;
  text-align: left;
  color: #040510;
}

.clientAdminIndex .upcomingTasks .boxOuter {
  display: grid;
  margin-top: 13px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.clientAdminIndex .upcomingTasks .boxOuter .box {
  background: #FFFFFF;
  border: 1px solid #DAE0EF;
  border-radius: 14px;
  padding: 20px 16px;
  display: flex;
  gap: 14px;
}

.clientAdminIndex .upcomingTasks .boxOuter .box .data {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.clientAdminIndex .upcomingTasks .boxOuter .box .data .dataLeft {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.clientAdminIndex .upcomingTasks .boxOuter .box .data .dataLeft .classStatus {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 23.44px;
  text-align: left;
  color: #040510;
}

.clientAdminIndex .upcomingTasks .boxOuter .box .data .dataLeft .className {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  color: #3E4E75;
}

.clientAdminIndex .upcomingTasks .boxOuter .box .data .dataLeft .dateTimeOuter {
  display: flex;
  align-items: center;
  gap: 4px;
}

.clientAdminIndex .upcomingTasks .boxOuter .box .data .dataLeft .dateTimeOuter .date {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  color: #3E4E75;
}

.clientAdminIndex .upcomingTasks .boxOuter .box .data .viewDetails {
  display: flex;
  align-items: center;
  gap: 6px;
}

.clientAdminIndex .upcomingTasks .boxOuter .box .data .viewDetails .label {
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  color: #2A3ACD;
  margin: 0;
}

.nav.navbar-nav li .user .userOuter img {
  width: 32px;
  height: 32px;
}





@media (max-width: 991px) {
  .clientAdminIndex .links .boxOuter {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .clientAdminIndex .upcomingTasks .boxOuter {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}


@media (max-width: 767px) {
  .clientAdminIndex .bannerBox .bannerBg {
    height: 150px;
  }

  .clientAdminIndex .bannerBox .bannerData {
    flex-direction: column;
    align-items: flex-start;
  }

  .clientAdminIndex .bannerBox .bannerData .bannerUser {
    width: 100px;
    left: 20px;
    bottom: 80px;
  }

  .clientAdminIndex .bannerBox .bannerData .data {
    padding-left: 120px;
  }

  .clientAdminIndex .bannerBox .bannerData .button.editProfile {
    margin-left: 120px;
    margin-top: 20px;
  }

  .clientAdminIndex .links .boxOuter {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .clientAdminIndex .upcomingTasks .boxOuter .box .data {
    flex-direction: column;
    gap: 20px;
  }
}


.courseDetailTrainerNotes {
  padding: 20px;
}

.courseDetailTrainerNotes .pageTitle {
  display: flex;
  align-items: center;
  gap: 6px;
}

.courseDetailTrainerNotes .pageTitle .label {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  color: #2A3ACD;
}

.courseDetailTrainerNotes .pageTitle {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
  width: fit-content;
}

.courseDetailTrainerNotes .titleHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}

.courseDetailTrainerNotes .titleHead .title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 26.04px;
  color: #040510;
}



.courseDetailTrainerNotes .pageHeader {
  display: flex;
  gap: 12px;
  padding: 20px;
  border: 1px solid #DAE0EF;
  background: #fff;
  border-radius: 14px;
  padding: 14px 20px;
}

.courseDetailTrainerNotes .pageHeader .courseImg {
  width: 100px;
  height: 56px;
}

.courseDetailTrainerNotes .pageHeader .headData {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.courseDetailTrainerNotes .pageHeader .headData .heading {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 28.64px;
  text-align: left;
  color: #040510;
}

.courseDetailTrainerNotes .pageHeader .headData .desc {
  display: flex;
  gap: 20px;
  align-items: center;
}

.courseDetailTrainerNotes .pageHeader .headData .desc .title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  color: #8A9BC2;
}

.courseDetailTrainerNotes .pageHeader .headData .desc .title .subTitle {
  margin-left: 4px;
  color: #3E4E75;
}

.courseDetailTrainerNotes .pageHeader .headData .desc .divider {
  border-right: 1px solid #B1BCD8;
  height: 13px;
  margin: 0;
}

.courseDetailTrainerNotes table.table {
  border: 1px solid #dae0ef;
  border-radius: 14px;
  margin-top: 8px;
  border-collapse: separate;
  border-spacing: 0;
}

.courseDetailTrainerNotes table.table thead th {
  border: none;
  height: 44px;
}

.courseDetailTrainerNotes table.table thead th .headerText {
  font-size: 14px;
  font-weight: 600;
  line-height: 18.23px;
  text-align: left;
  color: #3E4E75;
  margin: 0;
  display: flex;
  gap: 4px;
  align-items: center;
  width: max-content;
}

.courseDetailTrainerNotes table.table thead th:nth-of-type(1) {
  border-top-left-radius: 14px;
}

.courseDetailTrainerNotes table.table thead th:nth-last-child(1) {
  border-top-right-radius: 14px;
}

.courseDetailTrainerNotes table.table thead th .headerText.center {
  justify-content: center;
}

.courseDetailTrainerNotes table.table tbody tr td .tableText {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  color: #3E4E75;
  margin: 0;
}

.courseDetailTrainerNotes table.table tbody tr td .grade {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
  background: #DAE0EF;
  padding: 2px 3px;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  border-radius: 4px;
  width: 23px;
}

.courseDetailTrainerNotes table.table tbody tr td .status {
  width: fit-content;
  font-family: DM Sans;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  text-align: left;
  color: #fff;
  border-radius: 4px;
  padding: 2px 6px;
  margin: 0;
}

.courseDetailTrainerNotes table.table tbody tr td .status.inactive {
  background: #D94747;
}

.courseDetailTrainerNotes table.table tbody tr td .status.active {
  background: #25AE8D;
}

table.table tbody tr td .status {
  width: fit-content;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  text-align: left;
  color: #fff;
  border-radius: 4px;
  padding: 2px 6px;
  margin: 0;
}

table.table tbody tr td .status.inactive {
  background: #D94747;
}

table.table tbody tr td .status.active {
  background: #25AE8D;
}

.courseDetailTrainerNotes table.table tbody tr:nth-last-child(1) td:nth-of-type(1) {
  border-bottom-left-radius: 14px;
}

.courseDetailTrainerNotes table.table tbody tr:nth-last-child(1) td:nth-last-child(1) {
  border-bottom-right-radius: 14px;
}

.courseDetailTrainerNotes table.table tbody tr td {
  padding-top: 5px;
  padding-bottom: 5px;
}

.courseDetailTrainerNotes .tableHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
}

.courseDetailTrainerNotes .tableHeader .left {
  display: flex;
  align-items: center;
  gap: 6px;
}

.courseDetailTrainerNotes .tableHeader .left .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: center;
  color: #8A9BC2;
  margin: 0;
}

.courseDetailTrainerNotes .tableHeader form .input-group {
  min-width: 280px;
}

.courseDetailTrainerNotes .tableHeader form .input-group .input-group-text {
  background: #fff;
  border-left: none;
}

.courseDetailTrainerNotes .tableHeader form .input-group .input-group-text {
  background: #fff;
  border-left: none;
  border-radius: 6px;
}

.courseDetailTrainerNotes .tableHeader form .input-group .form-control {
  border: 1px solid #DAE0EF;
  border-right: none;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  color: #B1BCD8;
}


.tableFooter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tableFooter .left .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: center;
  color: #8A9BC2;
  margin: 0;
}

.tableFooter .left .text .subText {
  color: #3E4E75;
}

.tableFooter .right {
  display: flex;
  gap: 18px;
  align-items: center;
}

.tableFooter .right .pageNo {
  display: flex;
  gap: 8px;
  align-items: center;
}

.tableFooter .right .pageNo .pageCount {
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
  width: 28px;
  height: 28px;
  background: #fff;
  border: 1px solid #DAE0EF;
  border-radius: 6px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin: 0;
}

@media (max-width: 767px) {
  .tableFooter {
    flex-direction: column;
    gap: 12px;
  }
}

.courseDetailTrainerNotes table.table tbody tr td .moreOuter {
  position: relative;
  text-align: right;
}


.courseDetailTrainerNotes table.table tbody tr td .content {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}

.courseDetailTrainerNotes table.table tbody tr td .content .viewImg {
  display: block;
}

.courseDetailTrainerNotes table.table tbody tr td .content .viewImg.dark {
  display: none;
}

.courseDetailTrainerNotes table.table tbody tr td .content .contentText {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #B1BCD8;
  width: max-content;
}

.courseDetailTrainerNotes table.table tbody tr td .content:hover .viewImg {
  display: none;
}

.courseDetailTrainerNotes table.table tbody tr td .content:hover .viewImg.dark {
  display: block;
}


table.table tbody tr td .content .editImg {
  display: block;
  cursor: pointer;
}

table.table tbody tr td .content .editImg.dark {
  display: none;
}

table.table tbody tr td .content .contentText {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #B1BCD8;
  width: max-content;
}

table.table tbody tr td .content:hover .editImg {
  display: none;
}

table.table tbody tr td .content:hover .editImg.dark {
  display: block;
}

.content.right {
  display: flex;
  justify-content: flex-end;
}



.courseDetailTrainerNotes table.table tbody tr td .content:hover .contentText {
  color: #2A3ACD;
}



.courseDetailTrainerNotes .ratingReviewModal .modal-body .modalHeadingOuter .modalHeading {
  font-size: 22px;
}

.courseDetailTrainerNotes .ratingReviewModal .modal-body .btnSet {
  margin-top: 16px;
  justify-content: center;
}

.courseDetailTrainerNotes .ratingReviewModal .modal-body .desc.bg {
  background: #F2F3F8;
  padding: 8px 20px;
  border-radius: 10px;
  width: fit-content;
  margin: 0 auto;
}

.courseDetailTrainerNotes .ratingReviewModal .modal-body .desc {
  font-size: 18px;
  font-weight: 500;
  line-height: 23.44px;
  text-align: center;
  color: #3E4E75;
  margin-bottom: 26px;
}

.courseDetailTrainerNotes .ratingReviewModal .modal-body .desc.bg .title {
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
}

.courseDetailTrainerNotes .ratingReviewModal .modal-body .desc.bg .subTitle {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.62px;
  color: #8A9BC2;
  text-align: left;
}

.courseDetailTrainerNotes .ratingReviewModal .modal-body .desc.bg .subTitle .subTitleData {
  color: #3E4E75;
}

.courseDetailTrainerNotes .ratingReviewModal #jpgModal .modal-dialog {
  max-width: calc(100% - 24px) !important;
}

.courseDetailTrainerNotes .ratingReviewModal #pdfModal .modal-dialog {
  max-width: calc(100% - 24px) !important;
}

.courseDetailTrainerNotes .ratingReviewModal #xlsModal .modal-dialog {
  max-width: calc(100% - 24px) !important;
}

.courseDetailTrainerNotes .ratingReviewModal #full-modal .modal-dialog {
  max-width: calc(100% - 24px) !important;
}

.ratingReviewModal .modal-dialog .modalHeadingOuter {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.courseDetailTrainerNotes .ratingReviewModal #jpgModal .modal-dialog .viewOuter .viewOuter {
  text-align: center;
}

.courseDetailTrainerNotes .ratingReviewModal #jpgModal .modal-dialog .viewOuter .jpgCourseDetails {
  max-height: calc(100vh - 195px);
}

.courseDetailTrainerNotes .ratingReviewModal .modal-dialog .viewOuter {
  height: calc(100vh - 195px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.courseDetailTrainerNotes .ratingReviewModal .modal-dialog .viewOuter .tempMsg {
  font-family: DM Sans;
  font-size: 18px;
  font-weight: 600;
  line-height: 23.44px;
  color: #B1BCD8;
  text-align: center;
}


@media (max-width: 767px) {
  .courseDetailTrainerNotes .pageHeader {
    flex-direction: column;
  }

  .courseDetailTrainerNotes .pageHeader .courseImg {
    width: 100%;
    height: auto;
  }

  .courseDetailTrainerNotes .pageHeader .headData .desc {
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
  }

  .courseDetailTrainerNotes .pageHeader .headData .desc .divider {
    display: none;
  }

  .courseDetailTrainerNotes .tableHeader {
    gap: 10px;
  }

  .courseDetailTrainerNotes .tableHeader form .input-group {
    min-width: auto;
  }

  .courseDetailTrainerNotes .tableFooter {
    flex-direction: column;
    gap: 16px;
  }

  .courseDetailTrainerNotes .tableFooter {
    flex-direction: column;
    gap: 16px;
    justify-content: flex-start;
    margin-top: 16px;
  }

  .courseDetailTrainerNotes .titleHead {
    flex-direction: column;
    gap: 10px;
    align-items: baseline;
  }

  .courseDetailTrainerNotes .titleHead .btnSet {
    width: 100%;
    justify-content: flex-end;
  }


}


.courses {
  padding: 20px;
}

.courses .btnSet.head {
  margin-bottom: 16px;
  justify-content: flex-end;
}

.courses .pageHeader {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
  gap: 10px;
}

.courses .pageHeader .pageTitle {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #2A3ACD;
  padding: 8px 16px;
  border: 1px solid #2A3ACD;
  border-radius: 50px;
}

.courses .pageHeader .pageTitle.active {
  background: #2A3ACD;
  color: #fff;
}

.courses .pageTitle {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
}

.courses .pageTitle.active {
  font-weight: bold;
  border-bottom: 2px solid #000;
}

.courses .module {
  display: none;
  margin-top: 20px;
}

.courses .btn.btn-primary.deactivate {
  background: #D94747 !important;
  border-color: #D94747 !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  padding: 8px 16px;
  border-radius: 6px;
  margin-top: 1rem;
}

.courses .membersTab .nav.nav-pills {
  border: 1px solid #DAE0EF !important;
  padding: 4px;
  border-radius: 6px;
  width: max-content;
  background: #fff;
}

.courses .membersTab .tabTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.courses .tableHeader .right {
  display: flex;
  gap: 12px;
}

.btn.btn-primary.filterBtn {
  background: #fff !important;
  display: flex;
  align-items: center;
  border-color: #2A3ACD !important;
  border-radius: 6px;
  padding: 8px 16px;
  color: #2A3ACD;
  gap: 6px;
  height: 34px;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
}

.btn.btn-primary.filterBtn .filterText {
  margin: 0;
}

.courses .tableHeader .right .input-group {
  min-width: 320px;
}

.tableHeader .right .input-group .form-control {
  border: 1px solid #DAE0EF;
  border-right: none;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  color: #B1BCD8;
  height: 34px;
  box-shadow: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.right .input-group .input-group-text {
  background: #fff;
  border-left: none;
  height: 34px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}



.courses table.table tbody td .actions {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}

.courses table.table tbody tr td .tableText .status.active {
  background: #25AE8D;
}

.courses table.table tbody tr td .tableText .status.inactive {
  background: #D94747;
}


.courses table.table {
  border: 1px solid #dae0ef;
  border-radius: 14px;
  margin-top: 8px;
  border-collapse: separate;
  border-spacing: 0;
}

.courses table.table thead th {
  border: none;
  height: 44px;
}

.courses table.table thead th .headerText {
  font-size: 14px;
  font-weight: 600;
  line-height: 18.23px;
  text-align: left;
  color: #3E4E75;
  margin: 0;
  display: flex;
  gap: 4px;
  align-items: center;
  width: max-content;
}

.courses table.table thead th:nth-of-type(1) {
  border-top-left-radius: 14px;
}

.courses table.table thead th:nth-last-child(1) {
  border-top-right-radius: 14px;
}

.courses table.table thead th .headerText.right {
  justify-content: flex-end;
  width: 100%;
}

.courses table.table thead th .headerText.center {
  justify-content: center;
  width: 100%;
}

.courses table.table tbody tr td .tableText {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  color: #3E4E75;
  margin: 0;
  /* width: max-content; */
}

.courses table.table tbody tr td .tableText.flexCenter {
  display: flex;
  align-items: center;
}

.courses table.table tbody tr td .tableText.flexEnd {
  display: flex;
  justify-content: flex-end;
}

.courses table.table tbody tr td .tableText.h-34 {
  height: 34px;
}

.courses table.table tbody tr td .tableText .options .form-check {
  padding: 0;
}

.courses table.table tbody tr td .tableText.active {
  font-weight: 500;
  color: #2A3ACD;
}

.courses table.table tbody tr td .tableText.expired {
  color: #B1BCD8;
  font-weight: 500;
}

.courses table.table tbody tr td .grade {
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
  background: #DAE0EF;
  padding: 2px 3px;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  border-radius: 4px;
  width: 23px;
}

.courses table.table tbody tr td .status {
  width: fit-content;
  font-family: DM Sans;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  text-align: left;
  color: #fff;
  border-radius: 4px;
  padding: 2px 6px;
  margin: 0;
}

.courses table.table tbody tr td .status.inprogress {
  background: #25AE8D;
}

.courses table.table tbody tr td .status.completed {
  background: #17A1FA;
}

.courses table.table tbody tr td .status.notstarted {
  background: #8A9BC2;
}

.courses table.table tbody tr td .tableText.center {
  text-align: center;
}

.courses table.table tbody tr:nth-last-child(1) td:nth-of-type(1) {
  border-bottom-left-radius: 14px;
}

.courses table.table tbody tr:nth-last-child(1) td:nth-last-child(1) {
  border-bottom-right-radius: 14px;
}

.courses table.table tbody tr td {
  padding-top: 5px;
  padding-bottom: 5px;
}

.courses .tableHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.courses .tableHeader .left {
  display: flex;
  align-items: center;
  gap: 6px;
}

.courses .tableHeader .left .text {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: center;
  color: #8A9BC2;
  margin: 0;
}

.courses .tableHeader form .input-group {
  min-width: 280px;
}

.courses .tableHeader form .input-group .input-group-text {
  background: #fff;
  border-left: none;
}

.courses .tableHeader form .input-group .input-group-text {
  background: #fff;
  border-left: none;
  border-radius: 6px;
}

.courses .tableHeader form .input-group .form-control {
  border: 1px solid #DAE0EF;
  border-right: none;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  color: #B1BCD8;
}


/* Modal css */
.courses .ratingReviewModal .modal-dialog {
  max-width: 532px !important;
}

.courses .ratingReviewModal .modal-body .modalHeadingOuter .close {
  position: absolute;
  top: 16px;
  right: 16px;
}

.courses .ratingReviewModal .modal-body .ratingDetails {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #F2F3F8;
  padding: 10px 12px;
  border-radius: 14px;
  margin-bottom: 20px;
}

.courses .ratingReviewModal .modal-body .ratingDetails .activityImg {
  width: 55px;
  height: 37px;
  border-radius: 6px;
}

.courses .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.courses .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingHeading {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.83px;
  color: #3E4E75;
}

.courses .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc {
  display: flex;
  gap: 32px;
}

.courses .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc .date {
  display: flex;
  gap: 4px;
}

.courses .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc .date .title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #8A9BC2;
}

.courses .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc .date .subTitle {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
  width: max-content;
}

.courses .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc .expiry {
  display: flex;
  gap: 4px;
}

.courses .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc .expiry .title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #8A9BC2;
}

.courses .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc .expiry .subTitle {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #D94747;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 4px;
}

.courses .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc .expiry .subTitle .dateTimeDivider {
  border-right: 1px solid #B1BCD8;
  height: 10px;
}

.courses .ratingReviewModal .modal-body .rating {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.courses .ratingReviewModal .modal-body .rating .ratingHeading {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 23.44px;
  color: #040510;
}

.courses .ratingReviewModal .modal-body .rating .userRating {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.courses .ratingReviewModal .modal-body .rating .userRating .userRatingInner {
  display: flex;
  align-items: center;
  gap: 8px;
}

.courses .ratingReviewModal .modal-body .rating .userRating .userRatingInner .ratingUser {
  width: 40px;
  height: 40px;
  border-radius: 50px;
}

.courses .ratingReviewModal .modal-body .rating .userRating .userRatingInner .userName {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  color: #3E4E75;
}

.courses .ratingReviewModal .modal-body .rating .form-outer {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.courses .ratingReviewModal .modal-body .rating .form-outer .form-label {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.62px;
  color: #8A9BC2;
}

.courses .ratingReviewModal .modal-body .rating .form-outer .form-control {
  border: 1px solid #DAE0EF;
  padding: 8px 12px;
  font-weight: 400;
  line-height: 18.23px;
  color: #3E4E75;
}

.courses .ratingReviewModal .modal-body .ratingDivider {
  border-bottom: 1px solid #DAE0EF;
  padding-top: 20px;
  margin-bottom: 24px;
  height: 1px;
}

.courses .ratingReviewModal .modal-body .btnSet {
  margin-top: 16px;
  justify-content: center;
}

.courses .ratingReviewModal .modal-body .desc {
  font-size: 18px;
  font-weight: 500;
  line-height: 23.44px;
  text-align: center;
  color: #3E4E75;
  margin-bottom: 26px;
}

.courses .modal-dialog-rightFixed .modal-body .formMainInner .heading {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  color: #000000;
}

.courses .modal-dialog-rightFixed .modal-body .formMainInner .detailsBox {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.courses .modal-dialog-rightFixed .modal-body .formMainInner .detailsBox .detailsBoxInner {
  display: flex;
  gap: 10px;
}

.courses .modal-dialog-rightFixed .modal-body .formMainInner .detailsBox .detailsBoxInner .title {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #8A9BC2;
  min-width: 144px;
}

.courses .modal-dialog-rightFixed .modal-body .formMainInner .detailsBox .detailsBoxInner .subTitle {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
}

.courses .modal-dialog-rightFixed .modal-body .formMainInner {
  max-height: calc(100vh - 175px);
}


/* Modal css */

.courses table.table tbody tr td .tableText .options .form-check .form-check-label {
  width: max-content;
}





.courses table.table tbody tr td .tableText .options .form-check .form-check-label {
  width: max-content;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #3E4E75;
  display: flex;
  gap: 6px;
  align-items: center;
}

.courses table.table tbody tr td .tableText .options .form-check .form-check-label .userShortName {
  width: 24px;
  height: 24px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 14.32px;
  text-align: center;
  margin: 0;
}

.courses table.table tbody tr td .tableText .options .form-check .form-check-label .userShortName.color1 {
  background: red;
}

.courses table.table tbody tr td .tableText .options .form-check .form-check-label .userShortName.color2 {
  background: #49C0FF;
}

.courses table.table tbody tr td .tableText .options .form-check .form-check-label .userShortName.color3 {
  background: #B758E9;
}

.courses table.table tbody tr td .tableText .options .form-check .form-check-label .userShortName.color4 {
  background: #FF9C41;
}

.courses table.table tbody tr td .tableText .options .form-check .form-check-label .userShortName.color5 {
  background: #49C0FF;
}

.courses table.table tbody tr td .tableText .options .form-check .form-check-label .userShortName.color6 {
  background: #FF7A7A;
}

.courses table.table tbody tr td .tableText .options .form-check .form-check-label .userShortName.color7 {
  background: #B758E9;
}


table.table tbody tr td .tableText .form-check-label {
  width: max-content;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #3E4E75;
  display: flex;
  gap: 6px;
  align-items: center;
}

table.table tbody tr td .tableText .form-check-label .userShortName {
  width: 24px;
  height: 24px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 14.32px;
  text-align: center;
  margin: 0;
}

table.table tbody tr td .tableText .form-check-label .userShortName.color1 {
  background: red;
}

table.table tbody tr td .tableText .form-check-label .userShortName.color2 {
  background: #49C0FF;
}

table.table tbody tr td .tableText .form-check-label .userShortName.color3 {
  background: #B758E9;
}

table.table tbody tr td .tableText .form-check-label .userShortName.color4 {
  background: #FF9C41;
}


.courses .profiles table.table tbody tr td .userDetails {
  gap: 6px;
}

.courses .profiles table.table tbody tr td .userDetails .courseshortName {
  width: 24px;
  height: 24px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 14.32px;
  text-align: center;
  margin: 0;
}

.courses .profiles table.table tbody tr td .userDetails .courseshortName.color1 {
  background: #FF7A7A;
}

.courses .profiles table.table tbody tr td .userDetails .userName {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #3E4E75;
}

.courses .profiles .profileHeader {
  display: flex;
  justify-content: space-between;
}

.courses .profiles .profileHeader .detail {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.courses .profiles .profileHeader .detail .title {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  color: #000;
}

.courses .profiles .profileHeader .detail .subTitle {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #3E4E75;
}


.courses .ratingReviewModal .modal-body .userDetail {
  display: flex;
  justify-content: center;
  gap: 6px;
  padding: 8px 20px;
  background: #F2F3F8;
  border-radius: 10px;
  width: fit-content;
  margin: 0 auto;
}

.courses .ratingReviewModal .modal-body .userDetail .userDetailInner {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.courses .ratingReviewModal .modal-body .userDetail .userDetailInner .title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
}

.courses .ratingReviewModal .modal-body .userDetail .userDetailInner .subTitle {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.62px;
  color: #8A9BC2;
  display: flex;
  align-items: center;
  gap: 5px;
}

.courses .ratingReviewModal .modal-body .userDetail .userDetailInner .subTitle .shortName {
  height: 20px;
  width: 20px;
  font-size: 10px;
  font-weight: 600;
  line-height: 13.02px;
  color: #fff;
  background: #FF7A7A;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}

.courses .ratingReviewModal .modal-body .userDetail {
  display: flex;
  justify-content: center;
  gap: 6px;
  padding: 8px 20px;
  background: #F2F3F8;
  border-radius: 10px;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 20px;
}



/* profiles */
.courses .profiles .table-responsive {
  overflow: visible;
}


/* profiles */

/* Roles */

/* Toggle switch */
.switch {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 13px;
  margin: 0;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #B1BCD8;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 11px;
  width: 11px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: #4CAF50;
}

input:focus+.slider {
  box-shadow: 0 0 1px #4CAF50;
}

input:checked+.slider:before {
  -webkit-transform: translateX(9px);
  -ms-transform: translateX(9px);
  transform: translateX(9px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* Toggle switch */
.courses .profiles.roles .profileHeader .btnSet {
  display: flex;
  align-items: center;
  gap: 12px;
}

.courses .profiles.roles .profileHeader .btnSet .toggle {
  display: flex;
  align-items: center;
  gap: 6px;
}

.courses .profiles.roles .profileHeader .btnSet .toggle .toggleLabel {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #3E4E75;
}

.courses table.table tbody tr td .tree {
  position: relative;
}

.courses table.table tbody tr td .tree .treeData {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
  padding-bottom: 13px;
  margin-bottom: 13px;
  position: relative;
}

.courses table.table tbody tr td .tree .data {
  display: flex;
  gap: 16px;
}

.courses table.table tbody tr td ul.main {
  padding: 0;
}

.courses table.table tbody tr td ul {
  list-style-type: none;
}

/* .courses table.table tbody tr td .tree.level2 {
    padding-left: 25px;
}
.courses table.table tbody tr td .tree.level3 {
    padding-left: 50px;
}
.courses table.table tbody tr td .tree.level4 {
    padding-left: 75px;
}
.courses table.table tbody tr td .tree.level5 {
    padding-left: 100px;
} */
.courses table.table tbody tr td .tree .treeData:after {
  content: '';
  border-bottom: 1px solid #DAE0EF;
  position: absolute;
  bottom: 0;
  width: calc(100% - 25px);
  height: 1px;
  right: 0px;
}

.courses table.table tbody tr td .tree .treeDataOuter {
  position: relative;
}

.courses table.table tbody tr td .tree .treeDataOuter:before {
  content: '';
  position: absolute;
  background: url("../../images/expandLine.svg");
  width: 1px;
  height: calc(100% - 38px);
  left: 8px;
  bottom: 0;
}

.courses table.table.table-hover tbody tr:hover td {
  box-shadow: none;
}

.courses table.table tbody tr td .tree .treeData .tableTextOuter {
  height: 20px;
}

.courses table.table tbody tr td .tableTextOuter .tableText {
  position: absolute;
  right: 38vw;
  margin: 0 auto;
}

.courses .ratingReviewModal #deleteRoleModal .modal-body .desc {
  font-size: 14px;
  padding: 0 60px;
}

.courses .ratingReviewModal #deleteRoleModal .modal-body .box {
  width: 75%;
}

/* .courses .modal-body .box .title {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.23px;
    color: #3E4E75;
}
.courses .modal-body .box .subTitle {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 15.62px;
    color: #8A9BC2;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
} */
#viewRoleModal .modal-body .userDetails {
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

#viewRoleModal .modal-body .userDetails .roleHeading {
  display: flex;
  gap: 4px;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  color: #000;
}

#viewRoleModal .modal-body .userDetails .roleHeading .count {
  font-size: 11px;
  font-weight: 500;
  line-height: 14.32px;
  color: #fff;
  border-radius: 8px;
  background: #2A3ACD;
  padding: 1px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#viewRoleModal .modal-body .userDetails .boxOuter {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

#viewRoleModal .modal-body .userDetails .boxOuter .roleBox {
  display: flex;
  justify-content: space-between;
  position: relative;
}

#viewRoleModal .modal-body .userDetails .boxOuter .roleBox:after {
  content: '';
  border-bottom: 1px solid #DAE0EF;
  position: absolute;
  bottom: -6px;
  width: 100%;
  height: 1px;
}

#viewRoleModal .modal-body .userDetails .boxOuter .roleBox .userInfo {
  display: flex;
  gap: 8px;
  align-items: center;
}

#viewRoleModal .modal-body .userDetails .boxOuter .roleBox .userInfo .courseshortName {
  height: 24px;
  width: 24px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 600;
  line-height: 18.23px;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

#viewRoleModal .modal-body .userDetails .boxOuter .roleBox .userInfo .courseshortName.color1 {
  background: #FF7A7A;
}

#viewRoleModal .modal-body .userDetails .boxOuter .roleBox .userInfo .name {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #3E4E75;
}

#viewRoleModal .modal-body .userDetails .boxOuter .roleBox .role {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #8A9BC2;
}






/* Roles */

@media (max-width: 991px) {
  .courses .profiles .profileHeader {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }

  .courses .profiles .profileHeader .btnSet {
    display: flex;
    width: 100%;
    justify-content: flex-end;
  }



}

@media (max-width: 767px) {
  .courses .pageHeader .pageTitle {
    padding: 8px 12px;
  }

  .courses .pageHeader {
    margin-bottom: 16px;
  }

  .courses .membersTab .tabTop {
    flex-direction: column;
    align-items: flex-start;
  }

  .courses .membersTab .nav.nav-pills .nav-link {
    padding: 5px 6px;
  }

  .courses .membersTab .tabTop .btnSet {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }

  .courses .tableHeader .right {
    width: 100%;
  }

  .courses .tableHeader .right .input-group {
    min-width: auto;
  }

  .courses .pageHeader .courseImg {
    width: 100%;
    height: auto;
  }

  .courses .pageHeader .headData .desc {
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
  }

  .courses .pageHeader .headData .desc .divider {
    display: none;
  }

  .courses .tableHeader {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .courses .tableHeader form .input-group {
    min-width: auto;
  }

  .courses .tableFooter {
    flex-direction: column;
    gap: 16px;
  }

  .courses .tableFooter {
    flex-direction: column;
    gap: 16px;
    justify-content: flex-start;
    margin-top: 16px;
  }

  .courses .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc {
    flex-direction: column;
    gap: 6px;
  }

  .courses .ratingReviewModal .modal-body .rating .userRating {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .courses table.table tbody tr td ul {
    padding-left: 10px;
  }


}


.editProfile {
  padding: 20px;
}

.editProfile .back {
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #2A3ACD;
  display: flex;
  gap: 6px;
  align-items: center;
}

.editProfile .pageHeader {
  display: flex;
  align-items: center;
  gap: 10px;
}

.editProfile .pageHeader .pageTitle {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #2A3ACD;
  padding: 8px 16px;
  border: 1px solid #2A3ACD;
  border-radius: 50px;
}

.editProfile .pageHeader .pageTitle.active {
  background: #2A3ACD;
  color: #fff;
}

.editProfile .editProfileData {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.editProfile .userRoles {
  display: flex;
  justify-content: space-between;
  border: 1px solid #DAE0EF;
  padding: 16px 20px;
  border-radius: 14px;
  background: #fff;
  align-items: self-start;
}

.editProfile .userRoles .left {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.editProfile .userRoles .left .title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 26.04px;
  color: #040510;
}

.editProfile .userRoles .left .subTitle {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #3E4E75;
}

.editProfile .userRoles .right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.editProfile .userRoles .right .editProfile {
  display: flex;
  align-items: center;
  gap: 6px;
}

.editProfile .userRoles .right .editProfile .text {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  color: #3E4E75;
}


.editProfile .userRoles .right .permissions {
  display: flex;
  align-items: center;
  gap: 6px;
}

.editProfile .userRoles .right .permissions .text {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 15.62px;
  color: #3E4E75;
}


.editProfile .editProfileData .form-select-outer .input-group-text {
  background: #fff;
  border: 1px solid #B1BCD8;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #3E4E75;
  text-align: left;
}

.editProfile .editProfileData .boxOuter {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.editProfile .editProfileData .boxOuter .heading {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 23.44px;
  color: #000;
}

.editProfile .editProfileData .boxOuter .box {
  display: flex;
  border: 1px solid #DAE0EF;
  background: #fff;
  border-radius: 14px;
  padding: 13px;
  flex-direction: column;
}

.editProfile .editProfileData .boxOuter .box .boxInner {
  display: flex;
  gap: 20px;
}

.editProfile .editProfileData .boxOuter .box .boxInner .label {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #3E4E75;
  min-width: 200px;
}

.editProfile .editProfileData .boxOuter .box .boxInner .options {
  display: flex;
  gap: 16px;
}

.editProfile .editProfileData .boxOuter .box .boxInner .options .form-check .form-check-label {
  color: #3E4E75;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
}

.editProfile .editProfileData .boxOuter .box .boxInner .toggle {
  min-width: 100px;
  align-items: center;
  display: flex;
}

.form-check-input:checked {
  background-color: #2A3ACD;
  border-color: #2A3ACD;
}

.form-check-input:focus {
  box-shadow: none;
}

.editProfile .editProfileData .boxOuter .box .boxInner {
  display: flex;
  gap: 20px;
  border-bottom: 1px solid #DAE0EF;
  padding-bottom: 13px;
  padding-top: 13px;
}

.editProfile .editProfileData .boxOuter .box .boxInner:nth-of-type(1) {
  padding-top: 0px;
}

.editProfile .editProfileData .boxOuter .box .boxInner:nth-last-child(1) {
  border-bottom: none;
  padding-bottom: 0px;
}


/* Toggle switch */
.switch {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 13px;
  margin: 0;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #B1BCD8;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 11px;
  width: 11px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: #2A3ACD;
}

input:focus+.slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
  -webkit-transform: translateX(9px);
  -ms-transform: translateX(9px);
  transform: translateX(9px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* Toggle switch */



.editProfile table.table {
  border: 1px solid #dae0ef;
  border-radius: 14px;
  margin-top: 8px;
  border-collapse: separate;
  border-spacing: 0;
}

.editProfile table.table thead th {
  border: none;
  height: 44px;
}

.editProfile table.table thead th .headerText {
  font-size: 14px;
  font-weight: 600;
  line-height: 18.23px;
  text-align: left;
  color: #3E4E75;
  margin: 0;
  display: flex;
  gap: 4px;
  align-items: center;
  /* width: max-content; */
}

.editProfile table.table thead th:nth-of-type(1) {
  border-top-left-radius: 14px;
}

.editProfile table.table thead th:nth-last-child(1) {
  border-top-right-radius: 14px;
}

.editProfile table.table thead th .headerText.right {
  justify-content: flex-end;
  width: 100%;
}

.editProfile table.table thead th .headerText.center {
  justify-content: center;
  width: 100%;
}

.editProfile table.table tbody tr td .tableText {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  color: #3E4E75;
  margin: 0;
  /* width: max-content; */
}

.editProfile table.table tbody tr td .tableText.active {
  font-weight: 500;
  color: #2A3ACD;
}

.editProfile table.table tbody tr td .tableText.expired {
  color: #B1BCD8;
  font-weight: 500;
}

.editProfile table.table tbody tr td .grade {
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
  background: #DAE0EF;
  padding: 2px 3px;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  border-radius: 4px;
  width: 23px;
}

.editProfile table.table tbody tr td .status {
  width: fit-content;
  font-family: DM Sans;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  text-align: left;
  color: #fff;
  border-radius: 4px;
  padding: 2px 6px;
  margin: 0;
}

.editProfile table.table tbody tr td .status.inprogress {
  background: #25AE8D;
}

.editProfile table.table tbody tr td .status.completed {
  background: #17A1FA;
}

.editProfile table.table tbody tr td .status.notstarted {
  background: #8A9BC2;
}

.editProfile table.table tbody tr td .tableText.center {
  text-align: center;
}

.editProfile table.table tbody tr:nth-last-child(1) td:nth-of-type(1) {
  border-bottom-left-radius: 14px;
}

.editProfile table.table tbody tr:nth-last-child(1) td:nth-last-child(1) {
  border-bottom-right-radius: 14px;
}

.editProfile table.table tbody tr td {
  padding-top: 5px;
  padding-bottom: 5px;
}

.editProfile .tableHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.editProfile .tableHeader .left {
  display: flex;
  align-items: center;
  gap: 6px;
}

.editProfile .tableHeader .left .text {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: center;
  color: #8A9BC2;
  margin: 0;
}

.editProfile .tableHeader form .input-group {
  min-width: 280px;
}

.editProfile .tableHeader form .input-group .input-group-text {
  background: #fff;
  border-left: none;
}

.editProfile .tableHeader form .input-group .input-group-text {
  background: #fff;
  border-left: none;
  border-radius: 6px;
}

.editProfile .tableHeader form .input-group .form-control {
  border: 1px solid #DAE0EF;
  border-right: none;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  color: #B1BCD8;
}

.editProfile table.table tbody tr td .userDetails {
  gap: 6px;
}

.editProfile table.table tbody tr td .userDetails .userShortName {
  width: 24px;
  height: 24px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 14.32px;
  text-align: center;
  margin: 0;
}


.editProfile table.table tbody tr td .userDetails .userShortName.color1 {
  background: #FF7A7A;
}

.editProfile table.table tbody tr td .userDetails .userShortName.color2 {
  background: #49C0FF;
}

.editProfile table.table tbody tr td .userDetails .userShortName.color3 {
  background: #B758E9;
}

.editProfile table.table tbody tr td .userDetails .userShortName.color4 {
  background: #FF9C41;
}

.editProfile table.table tbody tr td .userDetails .userShortName.color5 {
  background: #49C0FF;
}

.editProfile table.table tbody tr td .userDetails .userShortName.color6 {
  background: #FF7A7A;
}

.editProfile table.table tbody tr td .userDetails .userShortName.color7 {
  background: #B758E9;
}

.editProfile table.table tbody tr td .userDetails .userName {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #3E4E75;
}

.editProfile .pageTitle {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
}

/* .editProfile .pageTitle.active {
  font-weight: bold;
  border-bottom: 2px solid #000;
} */

.editProfile .module {
  display: none;
}

.editProfile .editProfileData .module {
  display: none;
  gap: 20px;
  flex-direction: column;
}

.editProfile .userRoles .right .users {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}

.editProfile .userRoles .right .users .text {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  color: #3E4E75;
}

@media (max-width: 767px) {
  .editProfile .userRoles {
    flex-direction: column;
    gap: 20px;
  }

  .editProfile .editProfileData .boxOuter .box .boxInner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .editProfile .editProfileData .boxOuter .box .boxInner .options {
    grid-column: span 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

.users {
  padding: 20px;
}

.users .pageHeader {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
  gap: 10px;
}

.users .pageHeader .pageTitle {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #2A3ACD;
  padding: 8px 16px;
  border: 1px solid #2A3ACD;
  border-radius: 50px;
}

.users .pageHeader .pageTitle.active {
  background: #2A3ACD;
  color: #fff;
}

.users .pageTitle {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
}

/* .users .pageTitle.active {
  font-weight: bold;
  border-bottom: 2px solid #000;
} */

.users .module {
  display: none;
  margin-top: 20px;
}

.users .btn.btn-primary.deactivate {
  background: #D94747 !important;
  border-color: #D94747 !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  padding: 8px 16px;
  border-radius: 6px;
  margin-top: 1rem;
}

.users .membersTab .nav.nav-pills {
  border: 1px solid #DAE0EF !important;
  padding: 4px;
  border-radius: 6px;
  width: max-content;
  background: #fff;
}

.users .membersTab .tabTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.users .membersTab .nav.nav-pills .nav-link {
  padding: 5px 12px;
  font-size: 14px;
  font-weight: 500 !important;
  line-height: 20px;
  text-align: left;
  color: #2A3ACD !important;
  display: flex;
  gap: 4px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.users .membersTab .nav.nav-pills .nav-link .count {
  background: #2A3ACD;
  color: #fff;
  font-family: DM Sans;
  font-size: 11px;
  font-weight: 500;
  line-height: 14.32px;
  text-align: center;
  padding: 1px 4px;
  border-radius: 50px;
}


.users .membersTab .nav.nav-pills .nav-link.active {
  background: #DAE0EF;
  border-radius: 6px;
}

.users .membersTab .tab-content .tab-pane .userList {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.users .membersTab .tab-content .tab-pane .userList .user {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}

.users .membersTab .tab-content .tab-pane .userList .user::after {
  content: '';
  border-bottom: 1px solid #DAE0EF;
  position: absolute;
  bottom: -6px;
  left: 50px;
  right: 0;
}

.users .membersTab .tab-content .tab-pane .userList .user:nth-last-child(1)::after {
  border: none;
}

.users .membersTab .tab-content .tab-pane .userList .user .userName {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: #000000;
}

.users .membersTab .tab-content .tab-pane .userList .user .status {
  width: 10px;
  height: 10px;
  position: absolute;
  left: 28px;
  top: 28px;
  border-radius: 50px;
  border: 1px solid #ffffff;
}

.users .membersTab .tab-content .tab-pane .userList .user .status.live {
  background: #25EC5D;
}

.users .membersTab .tab-content .tab-pane .userList .user .status.away {
  background: #8A9BC2;
}


.users .pageHeader .pageTitle .pagesubTitle {
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
}

.users .tableHeader .right {
  display: flex;
  gap: 12px;
}


.users .tableHeader .right .input-group {
  min-width: 320px;
}

.users table.table tbody td .actions {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}

.users table.table tbody tr td .tableText .status.active {
  background: #25AE8D;
}

.users table.table tbody tr td .tableText .status.inactive {
  background: #D94747;
}


/* date filter */
/* #filterModal .modal-dialog .modal-content .modal-body input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

#filterModal .modal-dialog .modal-content .modal-body .input-group {
    position: relative;
    display: flex;
    align-items: center;
}

#filterModal .modal-dialog .modal-content .modal-body input[type="date"] {
    padding-right: 40px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px 12px;
    width: 100%;
    font-size: 16px;
}

#filterModal .modal-dialog .modal-content .modal-body .input-group-text {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
}

#filterModal .modal-dialog .modal-content .modal-body input[type="date"]:focus {
    outline: none;
    border-color: #66afe9;
    box-shadow: 0 0 5px rgba(102, 175, 233, 0.6);
} */

/* date filter */

.users table.table {
  border: 1px solid #dae0ef;
  border-radius: 14px;
  margin-top: 8px;
  border-collapse: separate;
  border-spacing: 0;
}

.users table.table thead th {
  border: none;
  height: 44px;
}

.users table.table thead th .headerText {
  font-size: 14px;
  font-weight: 600;
  line-height: 18.23px;
  text-align: left;
  color: #3E4E75;
  margin: 0;
  display: flex;
  gap: 4px;
  align-items: center;
  /* width: max-content; */
}

.users table.table thead th:nth-of-type(1) {
  border-top-left-radius: 14px;
}

.users table.table thead th:nth-last-child(1) {
  border-top-right-radius: 14px;
}

.users table.table thead th .headerText.right {
  justify-content: flex-end;
  width: 100%;
}

.users table.table thead th .headerText.center {
  justify-content: center;
  width: 100%;
}

.users table.table tbody tr td .tableText {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  color: #3E4E75;
  margin: 0;
  /* width: max-content; */
}

table.table tbody tr td .tableText {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  color: #3E4E75;
  margin: 0;
}

.users table.table tbody tr td .tableText.active {
  font-weight: 500;
  color: #2A3ACD;
}

.users table.table tbody tr td .tableText.expired {
  color: #B1BCD8;
  font-weight: 500;
}

.users table.table tbody tr td .grade {
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
  background: #DAE0EF;
  padding: 2px 3px;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  border-radius: 4px;
  width: 23px;
}

.users table.table tbody tr td .status {
  width: fit-content;
  font-family: DM Sans;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  text-align: left;
  color: #fff;
  border-radius: 4px;
  padding: 2px 6px;
  margin: 0;
}

.users table.table tbody tr td .status.inprogress {
  background: #25AE8D;
}

.users table.table tbody tr td .status.completed {
  background: #17A1FA;
}

.users table.table tbody tr td .status.notstarted {
  background: #8A9BC2;
}

.users table.table tbody tr td .tableText.center {
  text-align: center;
}

.users table.table tbody tr:nth-last-child(1) td:nth-of-type(1) {
  border-bottom-left-radius: 14px;
}

.users table.table tbody tr:nth-last-child(1) td:nth-last-child(1) {
  border-bottom-right-radius: 14px;
}

.users table.table tbody tr td {
  padding-top: 5px;
  padding-bottom: 5px;
}

.users .tableHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.users .tableHeader .left {
  display: flex;
  align-items: center;
  gap: 6px;
}

.users .tableHeader .left .text {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: center;
  color: #8A9BC2;
  margin: 0;
}

.users .tableHeader form .input-group {
  min-width: 280px;
}

.users .tableHeader form .input-group .input-group-text {
  background: #fff;
  border-left: none;
}

.users .tableHeader form .input-group .input-group-text {
  background: #fff;
  border-left: none;
  border-radius: 6px;
}

.users .tableHeader form .input-group .form-control {
  border: 1px solid #DAE0EF;
  border-right: none;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  color: #B1BCD8;
}



/* Modal css */
.users .ratingReviewModal .modal-dialog {
  max-width: 532px !important;
}


.users .ratingReviewModal .modal-body .modalHeadingOuter .close {
  position: absolute;
  top: 16px;
  right: 16px;
}

.users .ratingReviewModal .modal-body .ratingDetails {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #F2F3F8;
  padding: 10px 12px;
  border-radius: 14px;
  margin-bottom: 20px;
}

.users .ratingReviewModal .modal-body .ratingDetails .activityImg {
  width: 55px;
  height: 37px;
  border-radius: 6px;
}

.users .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.users .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingHeading {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.83px;
  color: #3E4E75;
}

.users .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc {
  display: flex;
  gap: 32px;
}

.users .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc .date {
  display: flex;
  gap: 4px;
}

.users .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc .date .title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #8A9BC2;
}

.users .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc .date .subTitle {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
  width: max-content;
}

.users .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc .expiry {
  display: flex;
  gap: 4px;
}

.users .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc .expiry .title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #8A9BC2;
}

.users .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc .expiry .subTitle {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #D94747;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 4px;
}

.users .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc .expiry .subTitle .dateTimeDivider {
  border-right: 1px solid #B1BCD8;
  height: 10px;
}

.users .ratingReviewModal .modal-body .rating {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.users .ratingReviewModal .modal-body .rating .ratingHeading {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 23.44px;
  color: #040510;
}

.users .ratingReviewModal .modal-body .rating .userRating {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.users .ratingReviewModal .modal-body .rating .userRating .userRatingInner {
  display: flex;
  align-items: center;
  gap: 8px;
}

.users .ratingReviewModal .modal-body .rating .userRating .userRatingInner .ratingUser {
  width: 40px;
  height: 40px;
  border-radius: 50px;
}

.users .ratingReviewModal .modal-body .rating .userRating .userRatingInner .userName {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  color: #3E4E75;
}

.users .ratingReviewModal .modal-body .rating .form-outer {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.users .ratingReviewModal .modal-body .rating .form-outer .form-label {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.62px;
  color: #8A9BC2;
}

.users .ratingReviewModal .modal-body .rating .form-outer .form-control {
  border: 1px solid #DAE0EF;
  padding: 8px 12px;
  font-weight: 400;
  line-height: 18.23px;
  color: #3E4E75;
}

.users .ratingReviewModal .modal-body .ratingDivider {
  border-bottom: 1px solid #DAE0EF;
  padding-top: 20px;
  margin-bottom: 24px;
  height: 1px;
}

.users .ratingReviewModal .modal-body .btnSet {
  margin-top: 16px;
  justify-content: center;
}

.users .ratingReviewModal .modal-body .desc {
  font-size: 18px;
  font-weight: 500;
  line-height: 23.44px;
  text-align: center;
  color: #3E4E75;
  margin-bottom: 26px;
}

.users .modal-dialog-rightFixed .modal-body .formMainInner .heading {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  color: #000000;
}

.users .modal-dialog-rightFixed .modal-body .formMainInner .detailsBox {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.users .modal-dialog-rightFixed .modal-body .formMainInner .detailsBox .detailsBoxInner {
  display: flex;
  gap: 10px;
}

.users .modal-dialog-rightFixed .modal-body .formMainInner .detailsBox .detailsBoxInner .title {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #8A9BC2;
  min-width: 144px;
}

.users .modal-dialog-rightFixed .modal-body .formMainInner .detailsBox .detailsBoxInner .subTitle {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
}

.users .modal-dialog-rightFixed .modal-body .formMainInner {
  max-height: calc(100vh - 175px);
}


/* Modal css */

.users table.table tbody tr td .tableText .options .form-check .form-check-label {
  width: max-content;
}





.users table.table tbody tr td .tableText .options .form-check .form-check-label {
  width: max-content;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #3E4E75;
  display: flex;
  gap: 6px;
}

.users table.table tbody tr td .tableText .options .form-check .form-check-label .userShortName {
  width: 24px;
  height: 24px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 14.32px;
  text-align: center;
  margin: 0;
}

.users table.table tbody tr td .tableText .options .form-check .form-check-label .userShortName.color1 {
  background: red;
}

.users table.table tbody tr td .tableText .options .form-check .form-check-label .userShortName.color2 {
  background: #49C0FF;
}

.users table.table tbody tr td .tableText .options .form-check .form-check-label .userShortName.color3 {
  background: #B758E9;
}

.users table.table tbody tr td .tableText .options .form-check .form-check-label .userShortName.color4 {
  background: #FF9C41;
}

.users table.table tbody tr td .tableText .options .form-check .form-check-label .userShortName.color5 {
  background: #49C0FF;
}

.users table.table tbody tr td .tableText .options .form-check .form-check-label .userShortName.color6 {
  background: #FF7A7A;
}

.users table.table tbody tr td .tableText .options .form-check .form-check-label .userShortName.color7 {
  background: #B758E9;
}


.users .profiles table.table tbody tr td .userDetails {
  gap: 6px;
}

.users .profiles table.table tbody tr td .userDetails .userShortName {
  width: 24px;
  height: 24px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 14.32px;
  text-align: center;
  margin: 0;
}

.users .profiles table.table tbody tr td .userDetails .userShortName.color1 {
  background: #FF7A7A;
}

.users .profiles table.table tbody tr td .userDetails .userName {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #3E4E75;
}

.users .profiles .profileHeader {
  display: flex;
  justify-content: space-between;
}

.users .profiles .profileHeader .detail {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.users .profiles .profileHeader .detail .title {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  color: #000;
}

.users .profiles .profileHeader .detail .subTitle {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #3E4E75;
}


.users .ratingReviewModal .modal-body .userDetail {
  display: flex;
  justify-content: center;
  gap: 6px;
  padding: 8px 20px;
  background: #F2F3F8;
  border-radius: 10px;
  width: fit-content;
  margin: 0 auto;
}

.users .ratingReviewModal .modal-body .userDetail .userDetailInner {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.users .ratingReviewModal .modal-body .userDetail .userDetailInner .title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
}

.users .ratingReviewModal .modal-body .userDetail .userDetailInner .subTitle {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.62px;
  color: #8A9BC2;
}

.users .ratingReviewModal .modal-body .userDetail {
  display: flex;
  justify-content: center;
  gap: 6px;
  padding: 8px 20px;
  background: #F2F3F8;
  border-radius: 10px;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 20px;
}



/* profiles */
.users .profiles .table-responsive {
  overflow: visible;
}


/* profiles */

/* Roles */

/* Toggle switch */
.users .switch {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 13px;
  margin: 0;
}

.users .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.users .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #B1BCD8;
  -webkit-transition: .4s;
  transition: .4s;
}

.users .slider:before {
  position: absolute;
  content: "";
  height: 11px;
  width: 11px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.users input:checked+.slider {
  background-color: #4CAF50;
}

.users input:focus+.slider {
  box-shadow: 0 0 1px #4CAF50;
}

.users input:checked+.slider:before {
  -webkit-transform: translateX(9px);
  -ms-transform: translateX(9px);
  transform: translateX(9px);
}

.users .slider.round {
  border-radius: 34px;
}

.users .slider.round:before {
  border-radius: 50%;
}

/* Toggle switch */
.users .profiles.roles .profileHeader .btnSet {
  display: flex;
  align-items: center;
  gap: 12px;
}

.users .profiles.roles .profileHeader .btnSet .toggle {
  display: flex;
  align-items: center;
  gap: 6px;
}

.users .profiles.roles .profileHeader .btnSet .toggle .toggleLabel {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #3E4E75;
}

.users table.table tbody tr td .tree {
  position: relative;
}

.users table.table tbody tr td .tree .treeData {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
  padding-bottom: 13px;
  margin-bottom: 13px;
  position: relative;
}

.users table.table tbody tr td .tree .data {
  display: flex;
  gap: 16px;
}

.users table.table tbody tr td ul.main {
  padding: 0;
}

.users table.table tbody tr td ul {
  list-style-type: none;
}

/* .users table.table tbody tr td .tree.level2 {
    padding-left: 25px;
}
.users table.table tbody tr td .tree.level3 {
    padding-left: 50px;
}
.users table.table tbody tr td .tree.level4 {
    padding-left: 75px;
}
.users table.table tbody tr td .tree.level5 {
    padding-left: 100px;
} */
.users table.table tbody tr td .tree .treeData:after {
  content: '';
  border-bottom: 1px solid #DAE0EF;
  position: absolute;
  bottom: 0;
  width: calc(100% - 25px);
  height: 1px;
  right: 0px;
}

.users table.table tbody tr td .tree .treeDataOuter {
  position: relative;
}

.users table.table tbody tr td .tree .treeDataOuter:before {
  content: '';
  position: absolute;
  background: url("../../images/expandLine.svg");
  width: 1px;
  height: calc(100% - 38px);
  left: 8px;
  bottom: 0;
}

.users table.table.table-hover tbody tr:hover td {
  box-shadow: none;
}

.users table.table tbody tr td .tree .treeData .tableTextOuter {
  height: 20px;
}

.users table.table tbody tr td .tableTextOuter .tableText {
  position: absolute;
  right: 38vw;
  margin: 0 auto;
}

.users .ratingReviewModal #deleteRoleModal .modal-body .desc {
  font-size: 14px;
  padding: 0 60px;
}

.users .ratingReviewModal #deleteRoleModal .modal-body .box {
  width: 75%;
}

/* .users .modal-body .box .title {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.23px;
    color: #3E4E75;
}
.users .modal-body .box .subTitle {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 15.62px;
    color: #8A9BC2;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
} */
#viewRoleModal .modal-body .userDetails {
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

#viewRoleModal .modal-body .userDetails .roleHeading {
  display: flex;
  gap: 4px;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  color: #000;
}

#viewRoleModal .modal-body .userDetails .roleHeading .count {
  font-size: 11px;
  font-weight: 500;
  line-height: 14.32px;
  color: #fff;
  border-radius: 8px;
  background: #2A3ACD;
  padding: 1px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#viewRoleModal .modal-body .userDetails .boxOuter {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

#viewRoleModal .modal-body .userDetails .boxOuter .roleBox {
  display: flex;
  justify-content: space-between;
  position: relative;
}

#viewRoleModal .modal-body .userDetails .boxOuter .roleBox:after {
  content: '';
  border-bottom: 1px solid #DAE0EF;
  position: absolute;
  bottom: -6px;
  width: 100%;
  height: 1px;
}

#viewRoleModal .modal-body .userDetails .boxOuter .roleBox .userInfo {
  display: flex;
  gap: 8px;
  align-items: center;
}

#viewRoleModal .modal-body .userDetails .boxOuter .roleBox .userInfo .userShortName {
  height: 24px;
  width: 24px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 600;
  line-height: 18.23px;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

#viewRoleModal .modal-body .userDetails .boxOuter .roleBox .userInfo .userShortName.color1 {
  background: #FF7A7A;
}

#viewRoleModal .modal-body .userDetails .boxOuter .roleBox .userInfo .name {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #3E4E75;
}

#viewRoleModal .modal-body .userDetails .boxOuter .roleBox .role {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #8A9BC2;
}







/* Roles */

@media (max-width: 991px) {
  .users .profiles .profileHeader {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }

  .users .profiles .profileHeader .btnSet {
    display: flex;
    width: 100%;
    justify-content: flex-end;
  }



}

@media (max-width: 767px) {
  .users .profiles.roles .profileHeader .btnSet {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .users .profiles.roles .profileHeader .btnSet .toggle {
    grid-column: span 2;
  }

  .users .pageHeader .pageTitle {
    padding: 8px 12px;
  }

  .users .pageHeader {
    margin-bottom: 16px;
  }

  .users .membersTab .tabTop {
    flex-direction: column;
    align-items: flex-start;
  }

  .users .membersTab .nav.nav-pills .nav-link {
    padding: 5px 6px;
  }

  .users .membersTab .tabTop .btnSet {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }

  .users .tableHeader .right {
    width: 100%;
  }

  .users .tableHeader .right .input-group {
    min-width: auto;
  }

  .users .pageHeader .courseImg {
    width: 100%;
    height: auto;
  }

  .users .pageHeader .headData .desc {
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
  }

  .users .pageHeader .headData .desc .divider {
    display: none;
  }

  .users .tableHeader {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .users .tableHeader form .input-group {
    min-width: auto;
  }

  .users .tableFooter {
    flex-direction: column;
    gap: 16px;
  }

  .users .tableFooter {
    flex-direction: column;
    gap: 16px;
    justify-content: flex-start;
    margin-top: 16px;
  }

  .users .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc {
    flex-direction: column;
    gap: 6px;
  }

  .users .ratingReviewModal .modal-body .rating .userRating {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .users table.table tbody tr td ul {
    padding-left: 10px;
  }


}


.userSettings {
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.userSettings .back {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #2A3ACD;
  margin-bottom: 1rem;
}

.userSettings .headingText {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 26.04px;
  color: #040510;
}

.userSettings .top {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.userSettings .top .basicDetails .box .form-select-outer.full {
  grid-column: span 2;
}

.userSettings .top .basicDetails {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.userSettings .top .basicDetails .heading {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 23.44px;
  color: #040510;
  display: flex;
  gap: 6px;
  align-items: center;
}

.userSettings .top .basicDetails .box {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #DAE0EF;
  display: flex;
  flex-direction: column;
  padding: 32px 9%;
}


.userSettings .top .basicDetails .box .form-select-outer .input-group-text {
  background: #fff;
  border: 1px solid #B1BCD8;
  text-align: left;
  outline: none;
  height: 34px;
  width: 100%;
}


.userSettings .top .basicDetails .box .form-select-outer .phoneNo {
  display: flex;
  gap: 5px;
  align-items: center;
}

.userSettings .top .basicDetails .box .form-select-outer .phoneNo .dash {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #8A9BC2;
}

.userSettings .top .basicDetails .box .form-select-outer .phoneNo .form-select {
  width: 25%;
}


.userSettings .top .basicDetails .box .form-select-outer .jobPosition {
  display: flex;
  gap: 5px;
  align-items: center;
}

.userSettings .top .basicDetails .box .form-select-outer .jobPosition .form-select {
  width: 50%;
}

.userSettings .top .basicDetails .box .form-select-outer .input-group-text-outer {
  position: relative;
}

.userSettings .top .basicDetails .box .form-select-outer .input-group-text-outer .view {
  position: absolute;
  top: 9px;
  right: 9px;
}

.userSettings .top .basicDetails .box .form-select-outer .msg {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.62px;
  color: #8A9BC2;
  margin-top: 2px;
}

.userSettings .top .basicDetails .box .form-select-outer .createGroup {
  margin: 0;
  color: #2A3ACD;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: right;
}




.userSettings .top .btnSet {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.userSettings .top .basicDetails .box .step-content .form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 20px;
  column-gap: 24px;
}

.userSettings .top .basicDetails .box .step-content {
  display: none;
}

.userSettings .top .basicDetails .box .step-content.active {
  display: block;
}

.step.completed span {
  background: #28a745;
  /* Green color for completed steps */
}

.userSettings .top .basicDetails .box .progress-bar .step span {
  border: 1px solid #2A3ACD;
  background: #fff;
  color: #2A3ACD;
}

.userSettings .top .basicDetails .box .progress-bar .step.completed span {
  background: #DAE0EF;
  color: #2A3ACD;
  border: 1px solid #DAE0EF;
}

.userSettings .top .basicDetails .box .progress-bar .step.active span {
  background: #2A3ACD;
  color: #fff;
}

.userSettings .top .basicDetails .box .progress-bar .step:after {
  border-top: 1px solid #DAE0EF;
  content: '';
  position: absolute;
  top: 15px;
  right: -96px;
  width: 140px;
}

.userSettings .top .basicDetails .box .progress-bar .step:nth-last-child(1):after {
  display: none;
}

.userSettings .top .basicDetails .box .progress-bar .step.active p {
  color: #2A3ACD;
}

@media (max-width: 767px) {
  .userSettings .top .basicDetails .box .step-content .form {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .userSettings .top .basicDetails .box .progress-bar .step:after {
    right: -25px;
    width: 40px;
  }
}

.userSettings .top .basicDetails .box .step-content .formOuter {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.userSettings .top .basicDetails .box .step-content .formOuter .uploadFormOuter {
  border-bottom: 1px solid #DAE0EF;
  padding-bottom: 20px;
}

.userSettings .top .basicDetails .box .step-content .formOuter .uploadFormOuter .contentHeading {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
}

.userSettings .top .basicDetails .box .step-content .formOuter .uploadFormOuter.full .form {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.userSettings .top .basicDetails .box .step-content .formOuter .uploadFormOuter:nth-last-child(1) {
  border: none;
  padding: 0;
}

.userSettings .top .basicDetails .box .step-content .formOuter .uploadFormOuter.extra .contentHeadingOuter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.userSettings .top .basicDetails .box .step-content .formOuter .uploadFormOuter.extra .contentHeadingOuter .addDocuments {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #2A3ACD;
}

.userSettings .top .basicDetails .box .step-content .formOuter .uploadFormOuter.extra .form {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 44px;
  align-items: flex-end;
  margin-bottom: 12px;
}

.userSettings .top .basicDetails .box .step-content .formOuter .uploadFormOuter.extra .form .formInner {
  gap: 14px;
  display: flex;
  width: 100%;
}

.userSettings .top .basicDetails .box .step-content .formOuter .uploadFormOuter.extra .form .formInner .form-select-outer {
  width: 50%;
}

.userSettings .top .basicDetails .box .step-content .formOuter .uploadFormOuter.extra.full .form .formInner .form-select-outer {
  width: 100%;
}

.userSettings .top .basicDetails .box .step-content .formOuter .uploadFormOuter.extra .form .delete {
  margin-bottom: 3px;
}




@media (max-width: 991px) {
  .userSettings .top .basicDetails .box {
    padding: 24px 50px;
  }

  .userSettings .top .subscriptionDetails .options {
    padding: 24px 50px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .userSettings .top .basicDetails .box {
    padding: 24px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .userSettings .top .imageData {
    flex-direction: column;
  }

  .userSettings .top .imageData .logoOuter {
    width: 100%;
  }

  .userSettings .top .imageData .bgImageOuter {
    width: 100%;
  }

  .userSettings .top .subscriptionDetails .options {
    padding: 24px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .userSettings .top .basicDetails .box .step-content .formOuter .uploadFormOuter.extra .form {
    flex-direction: column;
    gap: 20px;
  }

  .userSettings .top .basicDetails .box .step-content .formOuter .uploadFormOuter.extra .form .formInner {
    flex-direction: column;
  }

  .userSettings .top .basicDetails .box .step-content .formOuter .uploadFormOuter.extra .form .formInner .form-select-outer {
    width: 100%;
  }

}


.viewCourse {
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.viewCourse .back {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #2A3ACD;
  margin: 0;
}

.viewCourse .pageHeader {
  display: flex;
  gap: 12px;
  padding: 20px;
  border: 1px solid #DAE0EF;
  background: #fff;
  border-radius: 14px;
  padding: 14px 20px;
  margin-top: 12px;
}

.viewCourse .pageHeader .courseImg {
  width: 100px;
  height: 56px;
  border-radius: 8px;
}

.viewCourse .pageHeader .headData {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.viewCourse .pageHeader .headData .heading {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 28.64px;
  text-align: left;
  color: #040510;
}

.viewCourse .pageHeader .headData .desc {
  display: flex;
  gap: 20px;
  align-items: center;
}

.viewCourse .pageHeader .headData .desc .title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  color: #8A9BC2;
}

.viewCourse .pageHeader .headData .desc .title .subTitle {
  margin-left: 4px;
  color: #3E4E75;
}

.viewCourse .pageHeader .headData .desc .divider {
  border-right: 1px solid #B1BCD8;
  height: 13px;
  margin: 0;
}

.viewCourse .headingText {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 26.04px;
  color: #040510;
}

.viewCourse .top {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.viewCourse .top .basicDetails .box .form-select-outer.full {
  grid-column: span 2;
}

.viewCourse .top .basicDetails {
  display: flex;
  flex-direction: column;
}

.viewCourse .top .basicDetails .heading {
  margin-bottom: 2px;
  font-size: 18px;
  font-weight: 600;
  line-height: 23.44px;
  color: #040510;
  display: flex;
  gap: 6px;
  align-items: center;
  margin-top: 20px;
}

.viewCourse .top .basicDetails .box {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #DAE0EF;
  display: flex;
  flex-direction: column;
  padding: 32px 9%;
}

.viewCourse .top .basicDetails .box.uploadBox {
  padding: 0;
}

.viewCourse .top .basicDetails .box.uploadBox .uploadImage {
  width: 300px;
  height: 158px;
  background: #F2F3F8;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.viewCourse .top .basicDetails .box.uploadBox .uploadImage .editImg {
  position: absolute;
  bottom: 12px;
  right: 12px;
}


.viewCourse .top .basicDetails .box .form-select-outer .input-group-text {
  background: #fff;
  border: 1px solid #B1BCD8;
  text-align: left;
  outline: none;
  height: 34px;
  width: 100%;
}


.viewCourse .top .basicDetails .box .form-select-outer .phoneNo {
  display: flex;
  gap: 5px;
  align-items: center;
}

.viewCourse .top .basicDetails .box .form-select-outer .phoneNo .dash {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #8A9BC2;
}

.viewCourse .top .basicDetails .box .form-select-outer .phoneNo .form-select {
  width: 25%;
}

.viewCourse .top .basicDetails .box .form-select-outer .input-group-text-outer {
  position: relative;
}

.viewCourse .top .basicDetails .box .form-select-outer .input-group-text-outer .view {
  position: absolute;
  top: 9px;
  right: 9px;
}

.viewCourse .top .basicDetails .box .form-select-outer .msg {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.62px;
  color: #8A9BC2;
  margin-top: 2px;
}

.viewCourse .top .basicDetails .box .form-select-outer .createGroup {
  margin: 0;
  color: #2A3ACD;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: right;
}


.viewCourse .top .basicDetails .box.lessons {
  padding: 0px 0px;
  background: transparent;
  border: none;
  gap: 16px;
}

.viewCourse .top .basicDetails .box.lessons .boxLessonInner {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #DAE0EF;
  padding: 0px 20px;
  cursor: all-scroll;
}

.viewCourse .top .basicDetails .box.lessons .boxTop {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding: 16px 0px;
  gap: 16px;
  cursor: pointer;
}

.viewCourse .top .basicDetails .box.lessons .label {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  color: #3E4E75;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 4px;
}

.viewCourse .top .basicDetails .box.lessons .label input {
  width: -webkit-fill-available;
  border: 1px solid #3E4E75;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #3E4E75;
  height: 34px;
  border-radius: 6px;
  padding: 8px 12px;
}

.viewCourse .top .basicDetails .box.lessons .right {
  display: flex;
  gap: 16px;
  align-items: center;
}

.viewCourse .top .basicDetails .box.lessons .right .viewTopic {
  width: max-content;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #2A3ACD;
}

.viewCourse .top .btnSet.mainFlowBtn {
  padding-top: 24px;
}


.viewCourse .ratingReviewModal .modal-body .btnSet {
  margin-top: 16px;
  justify-content: center;
}

.viewCourse .ratingReviewModal .modal-body .desc.bg {
  background: #F2F3F8;
  padding: 8px 20px;
  border-radius: 10px;
  width: fit-content;
  margin: 0 auto;
}

.viewCourse .ratingReviewModal .modal-body .desc {
  font-size: 18px;
  font-weight: 500;
  line-height: 23.44px;
  text-align: center;
  color: #3E4E75;
  margin-bottom: 26px;
}




.viewCourse .top .btnSet {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.viewCourse .ratingReviewModal .modal-dialog {
  max-width: 1184px !important;
}

.viewCourse .ratingReviewModal .modal-dialog .modal-content .modal-body .modalHeadingOuter {
  align-items: center;
  margin-bottom: 16px;
}

.viewCourse .ratingReviewModal .modal-dialog .modal-content .modal-body .modalHeadingOuter .modalHeading {
  margin: 0;
}



@media (max-width: 991px) {
  .viewCourse .pageHeader .courseImg {
    height: auto;
  }
}


@media (max-width: 767px) {
  .viewCourse .pageHeader .headData .desc {
    flex-direction: column;
    gap: 8px;
    align-items: baseline;
  }

  .viewCourse .pageHeader .headData .desc .divider {
    display: none;
  }

  .viewCourse .pageHeader {
    flex-direction: column;
  }

  .viewCourse .pageHeader .courseImg {
    width: 100%;
  }
}



.viewCourse .top .basicDetails .box .form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 20px;
  column-gap: 24px;
}

.step.completed span {
  background: #28a745;
  /* Green color for completed steps */
}

.viewCourse .top .basicDetails .box .progress-bar .step span {
  border: 1px solid #2A3ACD;
  background: #fff;
  color: #2A3ACD;
}

.viewCourse .top .basicDetails .box .progress-bar .step.completed span {
  background: #DAE0EF;
  color: #2A3ACD;
  border: 1px solid #DAE0EF;
}

.viewCourse .top .basicDetails .box .progress-bar .step.active span {
  background: #2A3ACD;
  color: #fff;
}

.viewCourse .top .basicDetails .box .progress-bar .step:after {
  border-top: 1px solid #DAE0EF;
  content: '';
  position: absolute;
  top: 15px;
  right: -96px;
  width: 140px;
}

.viewCourse .top .basicDetails .box .progress-bar .step:nth-last-child(1):after {
  display: none;
}

.viewCourse .top .basicDetails .box .progress-bar .step.active p {
  color: #2A3ACD;
}

.viewCourse .top .basicDetails .box .step-content .formOuter {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.viewCourse .top .basicDetails .box .step-content .formOuter .uploadFormOuter {
  border-bottom: 1px solid #DAE0EF;
  padding-bottom: 20px;
}

.viewCourse .top .basicDetails .box .step-content .formOuter .uploadFormOuter .contentHeading {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
}

.viewCourse .top .basicDetails .box .step-content .formOuter .uploadFormOuter.full .form {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.viewCourse .top .basicDetails .box .step-content .formOuter .uploadFormOuter:nth-last-child(1) {
  border: none;
  padding: 0;
}

.viewCourse .top .basicDetails .box .step-content .formOuter .uploadFormOuter.extra .contentHeadingOuter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.viewCourse .top .basicDetails .box .step-content .formOuter .uploadFormOuter.extra .contentHeadingOuter .addDocuments {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #2A3ACD;
}

.viewCourse .top .basicDetails .box .step-content .formOuter .uploadFormOuter.extra .form {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 44px;
  align-items: flex-end;
  margin-bottom: 12px;
}

.viewCourse .top .basicDetails .box .step-content .formOuter .uploadFormOuter.extra .form .formInner {
  gap: 14px;
  display: flex;
  width: 100%;
}

.viewCourse .top .basicDetails .box .step-content .formOuter .uploadFormOuter.extra .form .formInner .form-select-outer {
  width: 50%;
}

.viewCourse .top .basicDetails .box .step-content .formOuter .uploadFormOuter.extra.full .form .formInner .form-select-outer {
  width: 100%;
}

.viewCourse .top .basicDetails .box .step-content .formOuter .uploadFormOuter.extra .form .delete {
  margin-bottom: 3px;
}

.viewCourse .top .basicDetails .box.lessons .accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.viewCourse .top .basicDetails .box.lessons .accordion .accordion-item {
  border-radius: 14px;
}

.viewCourse .top .basicDetails .box.lessons .arrowDown.accordion-button.collapsed {
  padding: 0;
  display: block;
  width: 16px;
  height: 16px;
}

.viewCourse .top .basicDetails .box.lessons .arrowDown.accordion-button {
  padding: 0;
  display: none;
  width: 16px;
  height: 16px;
}

.viewCourse .top .basicDetails .box.lessons .arrowUp.accordion-button.collapsed {
  padding: 0;
  display: none;
  width: 16px;
  height: 16px;
}

.viewCourse .top .basicDetails .box.lessons .arrowUp.accordion-button {
  padding: 0;
  display: block;
  width: 16px;
  height: 16px;
}

.accordion-button:not(.collapsed) {
  background: transparent;
  box-shadow: none;
}

.viewCourse .top .basicDetails .box.lessons .boxData.collapse {
  display: none;
}

.viewCourse .top .basicDetails .box.lessons .boxData.collapse.show {
  display: flex;
}

.viewCourse .top .basicDetails .box.lessons .boxData {
  display: flex;
  /* flex-wrap: wrap; */
  gap: 12px;
  padding-bottom: 16px;
}

.viewCourse .top .basicDetails .box.lessons .boxData .boxDataInner {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-bottom: 16px;
}

.viewCourse .top .basicDetails .box.lessons .boxData .lessons {
  border: 1px solid #DAE0EF;
  border-radius: 8px;
  background: #F2F3F8;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
}

.viewCourse .top .basicDetails .box.lessons .boxData .lessons .lessonTitle {
  width: max-content;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #2A3ACD;
}

.viewCourse .top .basicDetails .box.lessons .boxData .lessons .count {
  width: 14px;
  height: 14px;
  margin: 0;
  font-size: 9px;
  font-weight: 500;
  line-height: 11.72px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2A3ACD;
  border-radius: 50%;
}





@media (max-width: 991px) {
  .viewCourse .top .basicDetails .box {
    padding: 24px 50px;
  }

  .viewCourse .top .subscriptionDetails .options {
    padding: 24px 50px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .viewCourse .top .basicDetails .box {
    padding: 24px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .viewCourse .top .imageData {
    flex-direction: column;
  }

  .viewCourse .top .imageData .logoOuter {
    width: 100%;
  }

  .viewCourse .top .imageData .bgImageOuter {
    width: 100%;
  }

  .viewCourse .top .subscriptionDetails .options {
    padding: 24px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .viewCourse .top .basicDetails .box.lessons .boxData.collapse.show,
  .viewCourse .top .basicDetails .box.lessons .boxData.collapse {
    flex-direction: column;
  }


}


.addBillingSubscriptions {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.addBillingSubscriptions .headingText {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 26.04px;
  color: #040510;
}

.addBillingSubscriptions .top {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.addBillingSubscriptions .top .basicDetails .box .form-select-outer.full {
  grid-column: span 2;
}

.addBillingSubscriptions .top .basicDetails {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.addBillingSubscriptions .top .basicDetails .heading {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 23.44px;
  color: #040510;
  display: flex;
  gap: 6px;
  align-items: center;
}

.addBillingSubscriptions .top .basicDetails .box {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #DAE0EF;
  padding: 24px 105px;
  display: grid;
  column-gap: 24px;
  row-gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}


.addBillingSubscriptions .top .basicDetails .box .form-select-outer .input-group-text {
  background: #fff;
  border: 1px solid #B1BCD8;
  text-align: left;
  outline: none;
  height: 34px;
  width: 100%;
}


.addBillingSubscriptions .top .basicDetails .box .form-select-outer .phoneNo {
  display: flex;
  gap: 5px;
  align-items: center;
}

.addBillingSubscriptions .top .basicDetails .box .form-select-outer .phoneNo .dash {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #8A9BC2;
}

.addBillingSubscriptions .top .basicDetails .box .form-select-outer .phoneNo .form-select {
  width: 25%;
}

.addBillingSubscriptions .top .basicDetails .box .form-select-outer .input-group-text-outer {
  position: relative;
}

.addBillingSubscriptions .top .basicDetails .box .form-select-outer .input-group-text-outer .view {
  position: absolute;
  top: 9px;
  right: 9px;
}

.addBillingSubscriptions .top .basicDetails .box .form-select-outer .msg {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.62px;
  color: #8A9BC2;
  margin-top: 2px;
}

.addBillingSubscriptions .top .basicDetails .box .form-select-outer .createGroup {
  margin: 0;
  color: #2A3ACD;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: right;
}




.addBillingSubscriptions .top .btnSet {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.addBillingSubscriptions .top .subscriptionDetails {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.addBillingSubscriptions .top .subscriptionDetails .heading {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 23.44px;
  color: #040510;
  display: flex;
  gap: 6px;
  align-items: center;
}

.addBillingSubscriptions .top .subscriptionDetails .options {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #DAE0EF;
  padding: 24px 105px;
  display: grid;
  column-gap: 24px;
  row-gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.addBillingSubscriptions .top .subscriptionDetails .options .form-check .form-check-label {
  color: #3E4E75;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
}





@media (max-width: 991px) {
  .addBillingSubscriptions .top .basicDetails .box {
    padding: 24px 50px;
  }

  .addBillingSubscriptions .top .subscriptionDetails .options {
    padding: 24px 50px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .addBillingSubscriptions .top .basicDetails .box {
    padding: 24px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .addBillingSubscriptions .top .imageData {
    flex-direction: column;
  }

  .addBillingSubscriptions .top .imageData .logoOuter {
    width: 100%;
  }

  .addBillingSubscriptions .top .imageData .bgImageOuter {
    width: 100%;
  }

  .addBillingSubscriptions .top .subscriptionDetails .options {
    padding: 24px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }


}


.addCarporate {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.addCarporate .headingText {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 26.04px;
  color: #040510;
}

.addCarporate .top {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.addCarporate .top .imageData {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.addCarporate .top .imageData .logoOuter {
  width: 30%;
  height: 250px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.addCarporate.settings .top .imageData .logoOuter {
  width: 100%;
}

.addCarporate .top .imageData .logoOuter .heading {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 23.44px;
  color: #040510;
  display: flex;
  gap: 6px;
  align-items: center;
}

.addCarporate .top .imageData .logoOuter .heading .headingSubTitle {
  font-size: 12px;
  font-weight: 400;
  line-height: 15.62px;
  color: #8A9BC2;
}

.addCarporate .top .imageData .logoOuter .box {
  background: #fff;
  border-radius: 14px;
  display: flex;
  justify-content: center;
  position: relative;
  border: 1px solid #DAE0EF;
}

.addCarporate .top .imageData .logoOuter .box .logoInner {
  position: relative;
  padding: 26px;
  background: #F2F3F8;
}

.addCarporate .top .imageData .logoOuter .box .logoInner .editLogoImg {
  position: absolute;
  right: 15px;
  bottom: 20px;
}

.addCarporate .top .imageData .logoOuter .box .logoInner .editFeviconImg {
  position: absolute;
  right: 15px;
  bottom: 20px;
}

.addCarporate .top .imageData .bgImageOuter {
  width: 70%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.addCarporate .top .imageData .bgImageOuter .heading {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 23.44px;
  color: #040510;
  display: flex;
  gap: 6px;
  align-items: center;
}

.addCarporate .top .imageData .bgImageOuter .heading .headingSubTitle {
  font-size: 12px;
  font-weight: 400;
  line-height: 15.62px;
  color: #8A9BC2;
}

.addCarporate .top .imageData .bgImageOuter .box {
  background: #fff;
  border-radius: 14px;
  display: flex;
  justify-content: center;
  position: relative;
  border: 1px solid #DAE0EF;
}

.addCarporate .top .imageData .bgImageOuter .box .bgInner {
  padding: 26px;
}

.addCarporate .top .imageData .bgImageOuter .box .bgInner.editbgInner {
  padding: 0;
}

.addCarporate .top .imageData .bgImageOuter .box .bgInner .editBannerImg {
  position: absolute;
  right: 16px;
  bottom: 16px;
}

.addCarporate .top .basicDetailsOuter {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.addCarporate .top .basicDetailsOuter .imageData {
  padding-top: 15px;
}

.addCarporate .top .basicDetailsOuter .imageData .logoOuter {
  min-width: 250px;
}

.addCarporate .top .basicDetails {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 15px;
  width: -webkit-fill-available;
}

.addCarporate .top .basicDetails .heading {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 23.44px;
  color: #040510;
  display: flex;
  gap: 6px;
  align-items: center;
}

.addCarporate .top .basicDetails .box {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #DAE0EF;
  padding: 24px 5%;
  display: grid;
  column-gap: 24px;
  row-gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.addCarporate .top .basicDetails .box .form-select-outer .input-group-text {
  background: #fff;
  border: 1px solid #B1BCD8;
  text-align: left;
  outline: none;
  height: 34px;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #3E4E75;
}


.addCarporate .top .basicDetails .box .form-select-outer .phoneNo {
  display: flex;
  gap: 5px;
  align-items: center;
}

.addCarporate .top .basicDetails .box .form-select-outer .phoneNo .dash {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #8A9BC2;
}

.addCarporate .top .basicDetails .box .form-select-outer .phoneNo .form-select {
  width: 25%;
}

.addCarporate .top .basicDetails .box .form-select-outer .input-group-text-outer {
  position: relative;
}

.addCarporate .top .basicDetails .box .form-select-outer .input-group-text-outer .view {
  position: absolute;
  top: 9px;
  right: 9px;
}

.addCarporate .top .basicDetails .box .form-select-outer .msg {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.62px;
  color: #8A9BC2;
  margin-top: 2px;
}

.addCarporate .top .basicDetails .box .form-select-outer .createGroup {
  margin: 0;
  color: #2A3ACD;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: right;
}


.addCarporate .top .basicDetails.pointOfContact .box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.addCarporate .top .basicDetails.pointOfContact .box .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.addCarporate .top .basicDetails.pointOfContact .box .head .title {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  color: #040510;
}

.addCarporate .top .basicDetails.pointOfContact .box .head .addNew {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #2A3ACD;
  min-width: 72px;
  cursor: pointer;
}

.addCarporate .top .basicDetails.pointOfContact .box .boxData {
  display: flex;
  justify-content: space-between;
}

.addCarporate .top .basicDetails.pointOfContact .box .boxData {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  position: relative;
}

.addCarporate .top .basicDetails.pointOfContact .box .boxData .form-select-outer {
  width: 100%;
}

.addCarporate .top .basicDetails.pointOfContact .box .boxData .form-select-outer.salutation {
  min-width: 70px;
  width: 70px;
}

.addCarporate .top .basicDetails.pointOfContact .box .form-select-outer .phoneNo .form-select {
  width: 50%;
}

.addCarporate .top .basicDetails.pointOfContact .box .boxData .deleteImg {
  background: #F2F3F8;
  padding: 6px;
  border-radius: 100px;
  width: 28px;
  height: 28px;
  margin-top: 20px;
  cursor: pointer;
}

.addCarporate .top .basicDetails.pointOfContact .box .boxInner {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
}

.addCarporate .top .basicDetails.pointOfContact .box .dividerPointOfContact {
  border-top: 1px solid #DAE0EF;
  height: 1px;
}

.addCarporate .top .basicDetails.pointOfContact .box .boxData .nameOuter {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 16px;
}


.addCarporate .top .btnSet {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}


.addCarporate .top .basicDetails .box.viewUser {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.addCarporate .top .basicDetails .box.viewUser .userInfo {
  display: flex;
  gap: 50px;
  border-bottom: 1px solid #DAE0EF;
  padding-bottom: 20px;
}

.addCarporate .top .basicDetails .box.viewUser .userInfo:nth-last-child(1) {
  border: none;
  padding-bottom: 0px;
}

.addCarporate .top .basicDetails .box.viewUser .userInfo .title {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  color: #000000;
  width: 200px;
}

.addCarporate .top .basicDetails .box.viewUser .userInfo .data {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 12px;
}

.addCarporate .top .basicDetails .box.viewUser .userInfo .data .dataInner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.addCarporate .top .basicDetails .box.viewUser .userInfo .data .dataInner .title {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  margin: 0;
  color: #8A9BC2;
}

.addCarporate .top .basicDetails .box.viewUser .userInfo .data .dataInner .titleData {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  margin: 0;
  color: #3E4E75;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

@media (max-width: 991px) {
  .addCarporate .top .basicDetails .box {
    padding: 24px 50px;
  }

  .addCarporate .top .basicDetailsOuter {
    flex-direction: column-reverse;
  }

  .addCarporate .top .basicDetailsOuter .imageData .logoOuter {
    width: 100%;
  }

  .addCarporate .top .basicDetailsOuter .imageData {
    padding-top: 0px;
  }
}

@media (max-width: 767px) {
  .addCarporate .top .basicDetails .box {
    padding: 24px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .addCarporate.updatePassword .top .basicDetails .box {
    width: 100% !important;
  }

  .addCarporate .top .imageData {
    flex-direction: column;
  }

  .addCarporate .top .imageData .logoOuter {
    width: 100%;
  }

  .addCarporate.settings .top .imageData .logoOuter {
    height: auto;
  }

  .addCarporate .top .imageData .bgImageOuter {
    width: 100%;
  }

  .addCarporate .top .basicDetails.pointOfContact .box .boxData {
    flex-direction: column;
    align-items: center;
  }

  .addCarporate .top .basicDetails .box.viewUser .userInfo {
    flex-direction: column;
    gap: 20px;
  }

  .addCarporate .top .basicDetails .box.viewUser .userInfo .data .dataInner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 5px;
  }

  .addCarporate .top .basicDetailsOuter {
    gap: 0px;
  }


}


.addCourse .top .basicDetails.pointOfContact .box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.addCourse .top .basicDetails.pointOfContact .box .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.addCourse .top .basicDetails.pointOfContact .box .head .title {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  color: #040510;
}

.addCourse .top .basicDetails.pointOfContact .box .head .addNew {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #2A3ACD;
  min-width: 72px;
  cursor: pointer;
}

.addCourse .top .basicDetails.pointOfContact .box .boxData {
  display: flex;
  justify-content: space-between;
}

.addCourse .top .basicDetails.pointOfContact .box .boxData {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  position: relative;
}

.addCourse .top .basicDetails.pointOfContact .box .boxData .form-select-outer {
  width: 100%;
}

.addCourse .top .basicDetails.pointOfContact .box .boxData .form-select-outer.salutation {
  min-width: 70px;
  width: 70px;
}

.addCourse .top .basicDetails.pointOfContact .box .form-select-outer .phoneNo .form-select {
  width: 50%;
}

.addCourse .top .basicDetails.pointOfContact .box .boxData .deleteImg {
  background: #F2F3F8;
  padding: 6px;
  border-radius: 100px;
  width: 28px;
  height: 28px;
  margin-top: 20px;
  cursor: pointer;
}

.addCourse .top .basicDetails.pointOfContact .box .boxInner {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.addCourse .top .basicDetails.pointOfContact .box .dividerPointOfContact {
  border-top: 1px solid #DAE0EF;
  height: 1px;
}

.addCourse .top .basicDetails.pointOfContact .box .boxData .nameOuter {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 16px;
}

@media (max-width: 767px) {
  .addCourse .top .addCourse.pointOfContact .box .boxData {
    flex-direction: column;
    align-items: center;
  }

  .addCourse .top .basicDetails.pointOfContact .box .boxData {
    flex-direction: column;
  }

  .addNew {
    text-align: right;
    position: absolute;
    right: -20px;
    top: 0;
    padding: 0px !important;
  }

  .delete {
    position: absolute;
    bottom: 0;
    right: -20px;
  }

  .addCourse .top .basicDetails.pointOfContact .box .boxData .delete {
    position: absolute;
    bottom: 0;
    left: 50px;
  }

}


.addEditSubscriptions {
  padding: 20px;
}

.addEditSubscriptions .back {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #2A3ACD;
  display: flex;
  gap: 6px;
  align-items: center;
}

.addEditSubscriptions .heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 26.04px;
  color: #040510;
}

.addEditSubscriptions .tenantDetails {
  background: #fff;
  border: 1px solid #DAE0EF;
  border-radius: 14px;
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.addEditSubscriptions .tenantDetails .tenantDetailsLeft {
  display: flex;
  align-items: center;
  gap: 10px;
}

.addEditSubscriptions .tenantDetails .tenantDetailsLeft .carporateLogoImg {
  border: 2px solid #DAE0EF;
  width: 58px;
  height: 58px;
  border-radius: 4px;
}

.addEditSubscriptions .tenantDetails .tenantDetailsLeft .tenantDetailsInner {
  display: flex;
  gap: 4px;
  flex-direction: column;
}

.addEditSubscriptions .tenantDetails .tenantDetailsLeft .tenantDetailsInner .label {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.83px;
  color: #040510;
}

.addEditSubscriptions .tenantDetails .tenantDetailsLeft .tenantDetailsInner .status {
  border-radius: 4px;
  padding: 2px 6px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  margin: 0;
  width: fit-content;
}

.addEditSubscriptions .tenantDetails .tenantDetailsLeft .tenantDetailsInner .status.active {
  background: #25AE8D;
}

.addEditSubscriptions .tenantDetails .currentPlan {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.83px;
  color: #8A9BC2;
  display: flex;
  gap: 12px;
}

.addEditSubscriptions .tenantDetails .currentPlan .planType {
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  color: #040510;
}

.addEditSubscriptions .divider {
  border-top: 1px solid #DAE0EF;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 24px;
}

.addEditSubscriptions .plans {
  display: flex;
  justify-content: space-between;
  padding: 0 24px;
}

.addEditSubscriptions .plans .planLabel {
  color: #8A9BC2;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  margin: 0;
}

.addEditSubscriptions .plans .planLabel.actions {
  margin-left: 25px;
  width: 18%;
}

.addEditSubscriptions .planDetails {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 6px;
}

.addEditSubscriptions .planDetails .box {
  border: 1px solid #DAE0EF;
  background: #fff;
  border-radius: 14px;
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.addEditSubscriptions .planDetails .box .boxDetails {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.addEditSubscriptions .planDetails .box .boxDetails .boxDetailsText {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  color: #040510;
  width: 25%;
}

.addEditSubscriptions .planDetails .box .boxDetails .action {
  display: flex;
  gap: 16px;
  align-items: center;
  width: 20%;
  justify-content: flex-end;
}

.addEditSubscriptions .planDetails .box .boxDetails .action .status {
  border-radius: 4px;
  padding: 2px 6px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  margin: 0;
  width: fit-content;
}

.addEditSubscriptions .planDetails .box .boxDetails .action .status.active {
  background: #25AE8D;
}

.addEditSubscriptions .planDetails .box .boxDetails .action .showDetails {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 110px;
}

.addEditSubscriptions .planDetails .box .boxDetails .action .showDetails .showDetailsText {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #2A3ACD;
  width: max-content;
}

.addEditSubscriptions .planDetails .box .boxDetails .action .showDetails .hideDetailsText {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #2A3ACD;
  width: max-content;
}

.addEditSubscriptions .planDetails .box .boxDetails .action .showDetails.collapsed .showDetailsImg {
  display: block;
}

.addEditSubscriptions .planDetails .box .boxDetails .action .showDetails.collapsed .hideDetailsImg {
  display: none;
}

.addEditSubscriptions .planDetails .box .boxDetails .action .showDetails.collapsed .showDetailsText {
  display: block;
}

.addEditSubscriptions .planDetails .box .boxDetails .action .showDetails.collapsed .hideDetailsText {
  display: none;
}

.addEditSubscriptions .planDetails .box .boxDetails .action .showDetails .showDetailsImg {
  display: none;
}

.addEditSubscriptions .planDetails .box .boxDetails .action .showDetails .hideDetailsImg {
  display: block;
}

.addEditSubscriptions .planDetails .box .boxDetails .action .showDetails .showDetailsText {
  display: none;
}

.addEditSubscriptions .planDetails .box .boxDetails .action .showDetails .hideDetailsText {
  display: block;
}

.addEditSubscriptions .planDetails .box .boxDetails .action .subscribe {
  padding: 8px 16px;
  border-radius: 6px;
  background: #2A3ACD;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #fff;
  cursor: pointer;
}

.addEditSubscriptions .planDetails .box .boxShowDetails {
  /* display: flex;
    flex-direction: column;
    gap: 10px; */
}

.addEditSubscriptions .planDetails .box .boxShowDetails .title {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #8A9BC2;
}

.addEditSubscriptions .planDetails .box .boxShowDetails .modulesOuter {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.addEditSubscriptions .planDetails .box .boxShowDetails .modulesOuter .modules {
  display: flex;
  align-items: center;
  gap: 6px;
}

.addEditSubscriptions .planDetails .box .boxShowDetails .modulesOuter .modules .modulesLabel {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #3E4E75;
}



.addEditSubscriptions #subscribeModal .modal-dialog {
  max-width: 532px !important;
}

.addEditSubscriptions #subscribeModal .modal-body {
  text-align: center;
}

.addEditSubscriptions #subscribeModal .modal-body .subscribeImg {
  padding-bottom: 24px;
}

.addEditSubscriptions #subscribeModal .modal-body .feedback {
  color: #3E4E75;
  margin-bottom: 20px;
  font-family: DM Sans;
  font-size: 18px;
  font-weight: 500;
  line-height: 23.44px;
  text-align: center;
}

.addEditSubscriptions #subscribeModal .modal-body .btnSet {
  justify-content: center;
}



@media (max-width: 991px) {
  .addEditSubscriptions .planDetails .box .boxShowDetails .modulesOuter {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .addEditSubscriptions .plans .planLabel.actions {
    margin-left: -65px;
    width: 25%;
  }


}

@media (max-width: 767px) {
  .addEditSubscriptions .tenantDetails {
    flex-direction: column;
    gap: 10px;
  }

  .addEditSubscriptions .plans {
    /* display: none; */
    padding: 0 0;
  }

  .addEditSubscriptions .plans .planLabel.actions {
    margin: 0;
    width: auto;
  }

  .addEditSubscriptions .planDetails .box .boxDetails {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 10px;
    column-gap: 40px;
  }

  .addEditSubscriptions .planDetails .box .boxShowDetails .modulesOuter {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .addEditSubscriptions .planDetails .box .boxDetails .action {
    justify-content: space-between;
    width: 100%;
    grid-column: 1 / -1;
  }

  .addEditSubscriptions .planDetails .box .boxDetails .boxDetailsText {
    width: max-content;
  }
}



.billingSubscription {
  padding: 20px;
}

.billingSubscription .pageHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.billingSubscription .pageHeader .pageTitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 26.04px;
  color: #040510;
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0;
}

.billingSubscription .pageHeader .pageTitle .pagesubTitle {
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
}

.billingSubscription .tableHeader .right {
  display: flex;
  gap: 12px;
}

.billingSubscription .tableHeader .right .input-group {
  min-width: 320px;
}

.billingSubscription table.table tbody td .actions {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}

.billingSubscription table.table tbody td .actions .editImg {
  display: block;
  cursor: pointer;
}

.billingSubscription table.table tbody td .actions .editImg.dark {
  display: none;
}

.billingSubscription table.table tbody td .actions:hover .editImg {
  display: none;
}

.billingSubscription table.table tbody td .actions:hover .editImg.dark {
  display: block;
}

table.table tbody td .actions .editImg {
  display: block;
  cursor: pointer;
}

table.table tbody td .actions .editImg.dark {
  display: none;
}

table.table tbody td .actions:hover .editImg {
  display: none;
}

table.table tbody td .actions:hover .editImg.dark {
  display: block;
}


.billingSubscription table.table tbody tr td .tableText .status.active {
  background: #25AE8D;
}

.billingSubscription table.table tbody tr td .tableText .status.inactive {
  background: #D94747;
}



.billingSubscription table.table {
  border: 1px solid #dae0ef;
  border-radius: 14px;
  margin-top: 8px;
  border-collapse: separate;
  border-spacing: 0;
}

.billingSubscription table.table thead th {
  border: none;
  height: 44px;
}

.billingSubscription table.table thead th .headerText {
  font-size: 14px;
  font-weight: 600;
  line-height: 18.23px;
  text-align: left;
  color: #3E4E75;
  margin: 0;
  display: flex;
  gap: 4px;
  align-items: center;
  width: max-content;
}

.billingSubscription table.table thead th:nth-of-type(1) {
  border-top-left-radius: 14px;
}

.billingSubscription table.table thead th:nth-last-child(1) {
  border-top-right-radius: 14px;
}

.billingSubscription table.table thead th .headerText.right {
  justify-content: flex-end;
  width: 100%;
}

.billingSubscription table.table thead th .headerText.center {
  justify-content: center;
  width: 100%;
}

.billingSubscription table.table tbody tr td .tableText {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  color: #3E4E75;
  margin: 0;
}

.billingSubscription table.table tbody tr td .tableText.active {
  font-weight: 500;
  color: #2A3ACD;
}

.billingSubscription table.table tbody tr td .tableText.expired {
  color: #B1BCD8;
  font-weight: 500;
}

.billingSubscription table.table tbody tr td .grade {
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
  background: #DAE0EF;
  padding: 2px 3px;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  border-radius: 4px;
  width: 23px;
}

.billingSubscription table.table tbody tr td .status {
  width: fit-content;
  font-family: DM Sans;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  text-align: left;
  color: #fff;
  border-radius: 4px;
  padding: 2px 6px;
  margin: 0;
}

.billingSubscription table.table tbody tr td .status.inprogress {
  background: #25AE8D;
}

.billingSubscription table.table tbody tr td .status.completed {
  background: #17A1FA;
}

.billingSubscription table.table tbody tr td .status.notstarted {
  background: #8A9BC2;
}

.billingSubscription table.table tbody tr td .tableText.center {
  text-align: center;
}

.billingSubscription table.table tbody tr:nth-last-child(1) td:nth-of-type(1) {
  border-bottom-left-radius: 14px;
}

.billingSubscription table.table tbody tr:nth-last-child(1) td:nth-last-child(1) {
  border-bottom-right-radius: 14px;
}

.billingSubscription table.table tbody tr td {
  padding-top: 5px;
  padding-bottom: 5px;
}

.billingSubscription .tableHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.billingSubscription .tableHeader .left {
  display: flex;
  align-items: center;
  gap: 6px;
}

.billingSubscription .tableHeader .left .text {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: center;
  color: #8A9BC2;
  margin: 0;
}

.billingSubscription .tableHeader form .input-group {
  min-width: 280px;
}

.billingSubscription .tableHeader form .input-group .input-group-text {
  background: #fff;
  border-left: none;
}

.billingSubscription .tableHeader form .input-group .input-group-text {
  background: #fff;
  border-left: none;
  border-radius: 6px;
}

.billingSubscription .tableHeader form .input-group .form-control {
  border: 1px solid #DAE0EF;
  border-right: none;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  color: #B1BCD8;
}


/* Modal css */
.billingSubscription .ratingReviewModal .modal-dialog {
  max-width: 532px !important;
}


.billingSubscription .ratingReviewModal .modal-body .modalHeadingOuter .close {
  position: absolute;
  top: 16px;
  right: 16px;
}

.billingSubscription .ratingReviewModal .modal-body .ratingDetails {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #F2F3F8;
  padding: 10px 12px;
  border-radius: 14px;
  margin-bottom: 20px;
}

.billingSubscription .ratingReviewModal .modal-body .ratingDetails .activityImg {
  width: 55px;
  height: 37px;
  border-radius: 6px;
}

.billingSubscription .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.billingSubscription .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingHeading {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.83px;
  color: #3E4E75;
}

.billingSubscription .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc {
  display: flex;
  gap: 32px;
}

.billingSubscription .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc .date {
  display: flex;
  gap: 4px;
}

.billingSubscription .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc .date .title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #8A9BC2;
}

.billingSubscription .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc .date .subTitle {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
  width: max-content;
}

.billingSubscription .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc .expiry {
  display: flex;
  gap: 4px;
}

.billingSubscription .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc .expiry .title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #8A9BC2;
}

.billingSubscription .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc .expiry .subTitle {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #D94747;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 4px;
}

.billingSubscription .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc .expiry .subTitle .dateTimeDivider {
  border-right: 1px solid #B1BCD8;
  height: 10px;
}

.billingSubscription .ratingReviewModal .modal-body .rating {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.billingSubscription .ratingReviewModal .modal-body .rating .ratingHeading {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 23.44px;
  color: #040510;
}

.billingSubscription .ratingReviewModal .modal-body .rating .userRating {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.billingSubscription .ratingReviewModal .modal-body .rating .userRating .userRatingInner {
  display: flex;
  align-items: center;
  gap: 8px;
}

.billingSubscription .ratingReviewModal .modal-body .rating .userRating .userRatingInner .ratingUser {
  width: 40px;
  height: 40px;
  border-radius: 50px;
}

.billingSubscription .ratingReviewModal .modal-body .rating .userRating .userRatingInner .userName {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  color: #3E4E75;
}

.billingSubscription .ratingReviewModal .modal-body .rating .form-outer {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.billingSubscription .ratingReviewModal .modal-body .rating .form-outer .form-label {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.62px;
  color: #8A9BC2;
}

.billingSubscription .ratingReviewModal .modal-body .rating .form-outer .form-control {
  border: 1px solid #DAE0EF;
  padding: 8px 12px;
  font-weight: 400;
  line-height: 18.23px;
  color: #3E4E75;
}

.billingSubscription .ratingReviewModal .modal-body .ratingDivider {
  border-bottom: 1px solid #DAE0EF;
  padding-top: 20px;
  margin-bottom: 24px;
  height: 1px;
}

.billingSubscription .ratingReviewModal .modal-body .btnSet {
  margin-top: 16px;
  justify-content: center;
}




/* Modal css */

@media (max-width: 767px) {
  .billingSubscription .tableHeader .right .input-group {
    min-width: auto;
  }

  .billingSubscription .pageHeader .courseImg {
    width: 100%;
    height: auto;
  }

  .billingSubscription .pageHeader .headData .desc {
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
  }

  .billingSubscription .pageHeader .headData .desc .divider {
    display: none;
  }

  .billingSubscription .tableHeader {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .billingSubscription .tableHeader form .input-group {
    min-width: auto;
  }

  .billingSubscription .tableFooter {
    flex-direction: column;
    gap: 16px;
  }

  .billingSubscription .tableFooter {
    flex-direction: column;
    gap: 16px;
    justify-content: flex-start;
    margin-top: 16px;
  }

  .billingSubscription .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc {
    flex-direction: column;
    gap: 6px;
  }

  .billingSubscription .ratingReviewModal .modal-body .rating .userRating {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .billingSubscription .pageHeader {
    flex-direction: column;
    gap: 10px;
    align-items: baseline;
  }

  .billingSubscription .pageHeader .btnSet {
    width: 100%;
    justify-content: flex-end;
  }

  .billingSubscription .tableHeader .right {
    width: 100%;
  }


}


.corporateGroups {
  padding: 20px;
}

.corporateGroups .pageHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.corporateGroups .pageHeader .pageTitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 26.04px;
  color: #040510;
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0;
}

.corporateGroups .pageHeader .pageTitle .pagesubTitle {
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
}

.corporateGroups .tableHeader .right {
  display: flex;
  gap: 12px;
}

.corporateGroups .tableHeader .right .input-group {
  min-width: 320px;
}

.corporateGroups table.table tbody td .actions {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}

.corporateGroups table.table tbody td .actions .editImg {
  display: block;
  cursor: pointer;
}

.corporateGroups table.table tbody td .actions .editImg.dark {
  display: none;
}

.corporateGroups table.table tbody td .actions:hover .editImg {
  display: none;
}

.corporateGroups table.table tbody td .actions:hover .editImg.dark {
  display: block;
}

.corporateGroups table.table tbody tr td .tableText .status.active {
  background: #25AE8D;
}

.corporateGroups table.table tbody tr td .tableText .status.inactive {
  background: #D94747;
}


/* date filter */
/* #filterModal .modal-dialog .modal-content .modal-body input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

#filterModal .modal-dialog .modal-content .modal-body .input-group {
    position: relative;
    display: flex;
    align-items: center;
}

#filterModal .modal-dialog .modal-content .modal-body input[type="date"] {
    padding-right: 40px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px 12px;
    width: 100%;
    font-size: 16px;
}

#filterModal .modal-dialog .modal-content .modal-body .input-group-text {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
}

#filterModal .modal-dialog .modal-content .modal-body input[type="date"]:focus {
    outline: none;
    border-color: #66afe9;
    box-shadow: 0 0 5px rgba(102, 175, 233, 0.6);
} */

/* date filter */

.corporateGroups table.table {
  border: 1px solid #dae0ef;
  border-radius: 14px;
  margin-top: 8px;
  border-collapse: separate;
  border-spacing: 0;
}

.corporateGroups table.table thead th {
  border: none;
  height: 44px;
}

.corporateGroups table.table thead th .headerText {
  font-size: 14px;
  font-weight: 600;
  line-height: 18.23px;
  text-align: left;
  color: #3E4E75;
  margin: 0;
  display: flex;
  gap: 4px;
  align-items: center;
  width: max-content;
}

.corporateGroups table.table thead th:nth-of-type(1) {
  border-top-left-radius: 14px;
}

.corporateGroups table.table thead th:nth-last-child(1) {
  border-top-right-radius: 14px;
}

.corporateGroups table.table thead th .headerText.right {
  justify-content: flex-end;
  width: 100%;
}

.corporateGroups table.table thead th .headerText.center {
  justify-content: center;
  width: 100%;
}

.corporateGroups table.table tbody tr td .tableText {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  color: #3E4E75;
  margin: 0;
}

.corporateGroups table.table tbody tr td .tableText.active {
  font-weight: 500;
  color: #2A3ACD;
}

.corporateGroups table.table tbody tr td .tableText.expired {
  color: #B1BCD8;
  font-weight: 500;
}

.corporateGroups table.table tbody tr td .grade {
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
  background: #DAE0EF;
  padding: 2px 3px;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  border-radius: 4px;
  width: 23px;
}

.corporateGroups table.table tbody tr td .status {
  width: fit-content;
  font-family: DM Sans;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  text-align: left;
  color: #fff;
  border-radius: 4px;
  padding: 2px 6px;
  margin: 0;
}

.corporateGroups table.table tbody tr td .status.inprogress {
  background: #25AE8D;
}

.corporateGroups table.table tbody tr td .status.completed {
  background: #17A1FA;
}

.corporateGroups table.table tbody tr td .status.notstarted {
  background: #8A9BC2;
}

.corporateGroups table.table tbody tr td .tableText.center {
  text-align: center;
}

.corporateGroups table.table tbody tr:nth-last-child(1) td:nth-of-type(1) {
  border-bottom-left-radius: 14px;
}

.corporateGroups table.table tbody tr:nth-last-child(1) td:nth-last-child(1) {
  border-bottom-right-radius: 14px;
}

.corporateGroups table.table tbody tr td {
  padding-top: 5px;
  padding-bottom: 5px;
}

.corporateGroups .tableHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.corporateGroups .tableHeader .left {
  display: flex;
  align-items: center;
  gap: 6px;
}

.corporateGroups .tableHeader .left .text {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: center;
  color: #8A9BC2;
  margin: 0;
}

.corporateGroups .tableHeader form .input-group {
  min-width: 280px;
}

.corporateGroups .tableHeader form .input-group .input-group-text {
  background: #fff;
  border-left: none;
}

.corporateGroups .tableHeader form .input-group .input-group-text {
  background: #fff;
  border-left: none;
  border-radius: 6px;
}

.corporateGroups .tableHeader form .input-group .form-control {
  border: 1px solid #DAE0EF;
  border-right: none;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  color: #B1BCD8;
}


/* Modal css */
.corporateGroups .ratingReviewModal .modal-dialog {
  max-width: 532px !important;
}


.corporateGroups .ratingReviewModal .modal-body .modalHeadingOuter .close {
  position: absolute;
  top: 16px;
  right: 16px;
}

.corporateGroups .ratingReviewModal .modal-body .ratingDetails {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #F2F3F8;
  padding: 10px 12px;
  border-radius: 14px;
  margin-bottom: 20px;
}

.corporateGroups .ratingReviewModal .modal-body .ratingDetails .activityImg {
  width: 55px;
  height: 37px;
  border-radius: 6px;
}

.corporateGroups .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.corporateGroups .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingHeading {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.83px;
  color: #3E4E75;
}

.corporateGroups .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc {
  display: flex;
  gap: 32px;
}

.corporateGroups .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc .date {
  display: flex;
  gap: 4px;
}

.corporateGroups .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc .date .title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #8A9BC2;
}

.corporateGroups .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc .date .subTitle {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
  width: max-content;
}

.corporateGroups .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc .expiry {
  display: flex;
  gap: 4px;
}

.corporateGroups .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc .expiry .title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #8A9BC2;
}

.corporateGroups .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc .expiry .subTitle {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #D94747;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 4px;
}

.corporateGroups .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc .expiry .subTitle .dateTimeDivider {
  border-right: 1px solid #B1BCD8;
  height: 10px;
}

.corporateGroups .ratingReviewModal .modal-body .rating {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.corporateGroups .ratingReviewModal .modal-body .rating .ratingHeading {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 23.44px;
  color: #040510;
}

.corporateGroups .ratingReviewModal .modal-body .rating .userRating {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.corporateGroups .ratingReviewModal .modal-body .rating .userRating .userRatingInner {
  display: flex;
  align-items: center;
  gap: 8px;
}

.corporateGroups .ratingReviewModal .modal-body .rating .userRating .userRatingInner .ratingUser {
  width: 40px;
  height: 40px;
  border-radius: 50px;
}

.corporateGroups .ratingReviewModal .modal-body .rating .userRating .userRatingInner .userName {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  color: #3E4E75;
}

.corporateGroups .ratingReviewModal .modal-body .rating .form-outer {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.corporateGroups .ratingReviewModal .modal-body .rating .form-outer .form-label {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.62px;
  color: #8A9BC2;
}

.corporateGroups .ratingReviewModal .modal-body .rating .form-outer .form-control {
  border: 1px solid #DAE0EF;
  padding: 8px 12px;
  font-weight: 400;
  line-height: 18.23px;
  color: #3E4E75;
}

.corporateGroups .ratingReviewModal .modal-body .ratingDivider {
  border-bottom: 1px solid #DAE0EF;
  padding-top: 20px;
  margin-bottom: 24px;
  height: 1px;
}

.corporateGroups .ratingReviewModal .modal-body .btnSet {
  margin-top: 16px;
  justify-content: center;
}




/* Modal css */

@media (max-width: 767px) {
  .corporateGroups .pageHeader {
    flex-direction: column;
    align-items: baseline;
    gap: 10px;
  }

  .corporateGroups .pageHeader .btnSet {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }

  .corporateGroups .tableHeader .right {
    width: 100%;
  }

  .corporateGroups .tableHeader .right .input-group {
    min-width: auto;
  }

  .corporateGroups .pageHeader .courseImg {
    width: 100%;
    height: auto;
  }

  .corporateGroups .pageHeader .headData .desc {
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
  }

  .corporateGroups .pageHeader .headData .desc .divider {
    display: none;
  }

  .corporateGroups .tableHeader {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .corporateGroups .tableHeader form .input-group {
    min-width: auto;
  }

  .corporateGroups .tableFooter {
    flex-direction: column;
    gap: 16px;
  }

  .corporateGroups .tableFooter {
    flex-direction: column;
    gap: 16px;
    justify-content: flex-start;
    margin-top: 16px;
  }

  .corporateGroups .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc {
    flex-direction: column;
    gap: 6px;
  }

  .corporateGroups .ratingReviewModal .modal-body .rating .userRating {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }


}


.countries {
  padding: 20px;
}

.countries .pageHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.countries .pageHeader .pageTitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 26.04px;
  color: #040510;
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0;
}

.countries .pageHeader .pageTitle .pagesubTitle {
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
}

.countries .tableHeader .right {
  display: flex;
  gap: 12px;
}

.countries .tableHeader .right .input-group {
  min-width: 320px;
}

.countries table.table tbody td .actions {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}

.countries table.table tbody td .actions .editImg {
  display: block;
  cursor: pointer;
}

.countries table.table tbody td .actions .editImg.dark {
  display: none;
}

.countries table.table tbody td .actions:hover .editImg {
  display: none;
}

.countries table.table tbody td .actions:hover .editImg.dark {
  display: block;
}

.countries table.table tbody tr td .tableText .status.active {
  background: #25AE8D;
}

.countries table.table tbody tr td .tableText .status.inactive {
  background: #D94747;
}


/* date filter */
/* #filterModal .modal-dialog .modal-content .modal-body input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

#filterModal .modal-dialog .modal-content .modal-body .input-group {
    position: relative;
    display: flex;
    align-items: center;
}

#filterModal .modal-dialog .modal-content .modal-body input[type="date"] {
    padding-right: 40px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px 12px;
    width: 100%;
    font-size: 16px;
}

#filterModal .modal-dialog .modal-content .modal-body .input-group-text {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
}

#filterModal .modal-dialog .modal-content .modal-body input[type="date"]:focus {
    outline: none;
    border-color: #66afe9;
    box-shadow: 0 0 5px rgba(102, 175, 233, 0.6);
} */

/* date filter */

.countries table.table {
  border: 1px solid #dae0ef;
  border-radius: 14px;
  margin-top: 8px;
  border-collapse: separate;
  border-spacing: 0;
}

.countries table.table thead th {
  border: none;
  height: 44px;
}

.countries table.table thead th .headerText {
  font-size: 14px;
  font-weight: 600;
  line-height: 18.23px;
  text-align: left;
  color: #3E4E75;
  margin: 0;
  display: flex;
  gap: 4px;
  align-items: center;
  width: max-content;
}

.countries table.table thead th:nth-of-type(1) {
  border-top-left-radius: 14px;
}

.countries table.table thead th:nth-last-child(1) {
  border-top-right-radius: 14px;
}

.countries table.table thead th .headerText.right {
  justify-content: flex-end;
  width: 100%;
}

.countries table.table thead th .headerText.center {
  justify-content: center;
  width: 100%;
}

.countries table.table tbody tr td .tableText {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  color: #3E4E75;
  margin: 0;
}

.countries table.table tbody tr td .tableText.active {
  font-weight: 500;
  color: #2A3ACD;
}

.countries table.table tbody tr td .tableText.expired {
  color: #B1BCD8;
  font-weight: 500;
}

.countries table.table tbody tr td .grade {
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
  background: #DAE0EF;
  padding: 2px 3px;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  border-radius: 4px;
  width: 23px;
}

.countries table.table tbody tr td .status {
  width: fit-content;
  font-family: DM Sans;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  text-align: left;
  color: #fff;
  border-radius: 4px;
  padding: 2px 6px;
  margin: 0;
}

.countries table.table tbody tr td .status.inprogress {
  background: #25AE8D;
}

.countries table.table tbody tr td .status.completed {
  background: #17A1FA;
}

.countries table.table tbody tr td .status.notstarted {
  background: #8A9BC2;
}

.countries table.table tbody tr td .tableText.center {
  text-align: center;
}

.countries table.table tbody tr:nth-last-child(1) td:nth-of-type(1) {
  border-bottom-left-radius: 14px;
}

.countries table.table tbody tr:nth-last-child(1) td:nth-last-child(1) {
  border-bottom-right-radius: 14px;
}

.countries table.table tbody tr td {
  padding-top: 5px;
  padding-bottom: 5px;
}

.countries .tableHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.countries .tableHeader .left {
  display: flex;
  align-items: center;
  gap: 6px;
}

.countries .tableHeader .left .text {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: center;
  color: #8A9BC2;
  margin: 0;
}

.countries .tableHeader form .input-group {
  min-width: 280px;
}

.countries .tableHeader form .input-group .input-group-text {
  background: #fff;
  border-left: none;
}

.countries .tableHeader form .input-group .input-group-text {
  background: #fff;
  border-left: none;
  border-radius: 6px;
}

.countries .tableHeader form .input-group .form-control {
  border: 1px solid #DAE0EF;
  border-right: none;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  color: #B1BCD8;
}


/* Modal css */
.countries .ratingReviewModal .modal-dialog {
  max-width: 532px !important;
}

.countries .ratingReviewModal .modal-body .modalHeadingOuter .close {
  position: absolute;
  top: 16px;
  right: 16px;
}

.countries .ratingReviewModal .modal-body .ratingDetails {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #F2F3F8;
  padding: 10px 12px;
  border-radius: 14px;
  margin-bottom: 20px;
}

.countries .ratingReviewModal .modal-body .ratingDetails .activityImg {
  width: 55px;
  height: 37px;
  border-radius: 6px;
}

.countries .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.countries .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingHeading {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.83px;
  color: #3E4E75;
}

.countries .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc {
  display: flex;
  gap: 32px;
}

.countries .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc .date {
  display: flex;
  gap: 4px;
}

.countries .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc .date .title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #8A9BC2;
}

.countries .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc .date .subTitle {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
  width: max-content;
}

.countries .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc .expiry {
  display: flex;
  gap: 4px;
}

.countries .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc .expiry .title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #8A9BC2;
}

.countries .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc .expiry .subTitle {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #D94747;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 4px;
}

.countries .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc .expiry .subTitle .dateTimeDivider {
  border-right: 1px solid #B1BCD8;
  height: 10px;
}

.countries .ratingReviewModal .modal-body .rating {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.countries .ratingReviewModal .modal-body .rating .ratingHeading {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 23.44px;
  color: #040510;
}

.countries .ratingReviewModal .modal-body .rating .userRating {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.countries .ratingReviewModal .modal-body .rating .userRating .userRatingInner {
  display: flex;
  align-items: center;
  gap: 8px;
}

.countries .ratingReviewModal .modal-body .rating .userRating .userRatingInner .ratingUser {
  width: 40px;
  height: 40px;
  border-radius: 50px;
}

.countries .ratingReviewModal .modal-body .rating .userRating .userRatingInner .userName {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  color: #3E4E75;
}

.countries .ratingReviewModal .modal-body .rating .form-outer {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.countries .ratingReviewModal .modal-body .rating .form-outer .form-label {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.62px;
  color: #8A9BC2;
}

.countries .ratingReviewModal .modal-body .rating .form-outer .form-control {
  border: 1px solid #DAE0EF;
  padding: 8px 12px;
  font-weight: 400;
  line-height: 18.23px;
  color: #3E4E75;
}

.countries .ratingReviewModal .modal-body .ratingDivider {
  border-bottom: 1px solid #DAE0EF;
  padding-top: 20px;
  margin-bottom: 24px;
  height: 1px;
}

.countries .ratingReviewModal .modal-body .btnSet {
  margin-top: 16px;
  justify-content: center;
}




/* Modal css */

@media (max-width: 767px) {
  .countries .tableHeader .right .input-group {
    min-width: auto;
  }

  .countries .pageHeader .courseImg {
    width: 100%;
    height: auto;
  }

  .tableHeader .right {
    width: 100%;
  }

  .countries .pageHeader .headData .desc {
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
  }

  .countries .pageHeader .headData .desc .divider {
    display: none;
  }

  .countries .tableHeader {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .countries .tableHeader form .input-group {
    min-width: auto;
  }

  .countries .tableFooter {
    flex-direction: column;
    gap: 16px;
  }

  .countries .tableFooter {
    flex-direction: column;
    gap: 16px;
    justify-content: flex-start;
    margin-top: 16px;
  }

  .countries .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc {
    flex-direction: column;
    gap: 6px;
  }

  .countries .ratingReviewModal .modal-body .rating .userRating {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }


}



.superAdminIndex {
  padding: 20px;
}

.superAdminIndex .pageTitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 26.04px;
  text-align: left;
  color: #040510;
  margin-bottom: 20px;
}

.superAdminIndex .bannerBox {
  border: 1px solid #DAE0EF;
  border-radius: 14px;
  background: #fff;
}

.superAdminIndex .bannerBox .bannerBg {
  width: 100%;
}

.superAdminIndex .bannerBox .bannerData {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 10px 20px 16px 20px;
  align-items: center;
}

.superAdminIndex .bannerBox .bannerData .bannerUser {
  position: absolute;
  left: 40px;
  bottom: 16px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 1px solid #DAE0EF;
}

.superAdminIndex .bannerBox .bannerData .data {
  padding-left: 195px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.superAdminIndex .bannerBox .bannerData .data .userName {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 26.04px;
  text-align: left;
  color: #040510;
}

.superAdminIndex .bannerBox .bannerData .data .progressLabel {
  font-size: 12px;
  font-weight: 400;
  line-height: 15.62px;
  text-align: left;
  color: #3E4E75;
  margin: 0;
}

.superAdminIndex .bannerBox .bannerData .data .progressLabel .percentage {
  font-weight: 600;
  color: #040510;
}

.superAdminIndex .bannerBox .bannerData .button.editProfile {
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  color: #2A3ACD;
  border: 1px solid #2A3ACD;
  padding: 8px 12px;
  margin: 0;
  height: max-content;
  border-radius: 6px;
  background-color: #fff;
}


.superAdminIndex .links .boxOuter {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
  margin-top: 24px;
}

.superAdminIndex .links .boxOuter .box {
  padding: 20px 16px;
  background: #FFFFFF;
  border: 1px solid #DAE0EF;
  border-radius: 14px;
}

.superAdminIndex .links .boxOuter .box .imageBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.superAdminIndex .links .boxOuter .box .imageBox .arrow {
  border: 1px solid #2A3ACD;
  border-radius: 10px;
  padding: 10px;
}

.superAdminIndex .links .boxOuter .box .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 23.44px;
  text-align: left;
  color: #040510;
  margin: 0;
  padding-top: 20px;
}

.superAdminIndex .links .boxOuter .box .subTitle {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  color: #3E4E75;
  padding-top: 6px;
}


.superAdminIndex .upcomingTasks {
  padding-top: 24px;
}

.superAdminIndex .upcomingTasks .heading {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 26.04px;
  text-align: left;
  color: #040510;
}

.superAdminIndex .upcomingTasks .boxOuter {
  display: grid;
  margin-top: 13px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.superAdminIndex .upcomingTasks .boxOuter .box {
  background: #FFFFFF;
  border: 1px solid #DAE0EF;
  border-radius: 14px;
  padding: 20px 16px;
  display: flex;
  gap: 14px;
}

.superAdminIndex .upcomingTasks .boxOuter .box .data {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.superAdminIndex .upcomingTasks .boxOuter .box .data .dataLeft {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.superAdminIndex .upcomingTasks .boxOuter .box .data .dataLeft .classStatus {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 23.44px;
  text-align: left;
  color: #040510;
}

.superAdminIndex .upcomingTasks .boxOuter .box .data .dataLeft .className {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  color: #3E4E75;
}

.superAdminIndex .upcomingTasks .boxOuter .box .data .dataLeft .dateTimeOuter {
  display: flex;
  align-items: center;
  gap: 4px;
}

.superAdminIndex .upcomingTasks .boxOuter .box .data .dataLeft .dateTimeOuter .date {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  color: #3E4E75;
}

.superAdminIndex .upcomingTasks .boxOuter .box .data .viewDetails {
  display: flex;
  align-items: center;
  gap: 6px;
}

.superAdminIndex .upcomingTasks .boxOuter .box .data .viewDetails .label {
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  color: #2A3ACD;
  margin: 0;
}

.nav.navbar-nav li .user .userOuter img {
  width: 32px;
  height: 32px;
}





@media (max-width: 991px) {
  .superAdminIndex .links .boxOuter {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .superAdminIndex .upcomingTasks .boxOuter {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}


@media (max-width: 767px) {
  .superAdminIndex .bannerBox .bannerBg {
    height: 150px;
  }

  .superAdminIndex .bannerBox .bannerData {
    flex-direction: column;
  }

  .superAdminIndex .bannerBox .bannerData .bannerUser {
    width: 100px;
    left: 20px;
    bottom: 80px;
  }

  .superAdminIndex .bannerBox .bannerData .data {
    padding-left: 100px;
  }

  .superAdminIndex .bannerBox .bannerData .button.editProfile {
    margin-left: 35px;
    margin-top: 20px;
  }

  .superAdminIndex .links .boxOuter {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .superAdminIndex .upcomingTasks .boxOuter .box .data {
    flex-direction: column;
    gap: 20px;
  }
}


.tenant {
  padding: 20px;
}

.tenant .pageHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.tenant .pageHeader .pageTitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 26.04px;
  color: #040510;
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0;
}

.tenant .pageHeader .pageTitle .pagesubTitle {
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
}

.tenant .tableHeader .right {
  display: flex;
  gap: 12px;
}

.tenant .tableHeader .right .input-group {
  min-width: 320px;
}

.tenant table.table tbody td .actions {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}

.tenant table.table tbody td .actions.center {
  justify-content: center;
}

.tenant table.table tbody td .actions .editImg {
  display: block;
  cursor: pointer;
}

.tenant table.table tbody td .actions .editImg.dark {
  display: none;
}

.tenant table.table tbody td .actions .editImgOuter:hover .editImg {
  display: none;
}

.tenant table.table tbody td .actions .editImgOuter:hover .editImg.dark {
  display: block;
}

.tenant table.table tbody td .actions .viewImg {
  display: block;
  cursor: pointer;
}

.tenant table.table tbody td .actions .viewImg.dark {
  display: none;
}

.tenant table.table tbody td .actions .viewImgOuter:hover .viewImg {
  display: none;
}

.tenant table.table tbody td .actions .viewImgOuter:hover .viewImg.dark {
  display: block;
}

.tenant table.table tbody tr td .tableText .status.active {
  background: #25AE8D;
}

.tenant table.table tbody tr td .tableText .status.inactive {
  background: #D94747;
}


/* date filter */
/* #filterModal .modal-dialog .modal-content .modal-body input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

#filterModal .modal-dialog .modal-content .modal-body .input-group {
    position: relative;
    display: flex;
    align-items: center;
}

#filterModal .modal-dialog .modal-content .modal-body input[type="date"] {
    padding-right: 40px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px 12px;
    width: 100%;
    font-size: 16px;
}

#filterModal .modal-dialog .modal-content .modal-body .input-group-text {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
}

#filterModal .modal-dialog .modal-content .modal-body input[type="date"]:focus {
    outline: none;
    border-color: #66afe9;
    box-shadow: 0 0 5px rgba(102, 175, 233, 0.6);
} */

/* date filter */

.tenant table.table {
  border: 1px solid #dae0ef;
  border-radius: 14px;
  margin-top: 8px;
  border-collapse: separate;
  border-spacing: 0;
}

.tenant table.table thead th {
  border: none;
  height: 44px;
}

.tenant table.table thead th .headerText {
  font-size: 14px;
  font-weight: 600;
  line-height: 18.23px;
  text-align: left;
  color: #3E4E75;
  margin: 0;
  display: flex;
  gap: 4px;
  align-items: center;
  width: max-content;
}

.tenant table.table thead th:nth-of-type(1) {
  border-top-left-radius: 14px;
}

.tenant table.table thead th:nth-last-child(1) {
  border-top-right-radius: 14px;
}

.tenant table.table thead th .headerText.right {
  justify-content: flex-end;
  width: 100%;
}

.tenant table.table thead th .headerText.center {
  justify-content: center;
  width: 100%;
}

.tenant table.table tbody tr td {
  background-color: white;
}

.tenant table.table tbody tr td .tableText {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  color: #3E4E75;
  margin: 0;
}

.tenant table.table tbody tr td .tableText ul {
  padding-inline-start: 15px;
}

.tenant table.table tbody tr td .request {
  width: fit-content;
  font-family: DM Sans;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  text-align: left;
  color: #fff;
  border-radius: 4px;
  padding: 2px 6px;
  margin: 0;
}

.tenant table.table tbody tr td .tableText.active {
  font-weight: 500;
  color: #2A3ACD;
}

.tenant table.table tbody tr td .tableText.expired {
  color: #B1BCD8;
  font-weight: 500;
}

.tenant table.table tbody tr td .grade {
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
  background: #DAE0EF;
  padding: 2px 3px;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  border-radius: 4px;
  width: 23px;
}

.tenant table.table tbody tr td .status {
  width: fit-content;
  font-family: DM Sans;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  text-align: left;
  color: #fff;
  border-radius: 4px;
  padding: 2px 6px;
  margin: 0;
}

.tenant table.table tbody tr td .status.inprogress {
  background: #25AE8D;
}

.tenant table.table tbody tr td .status.completed {
  background: #17A1FA;
}

.tenant table.table tbody tr td .status.notstarted {
  background: #8A9BC2;
}

.tenant table.table tbody tr td .tableText.center {
  text-align: center;
}

.tenant table.table tbody tr:nth-last-child(1) td:nth-of-type(1) {
  border-bottom-left-radius: 14px;
}

.tenant table.table tbody tr:nth-last-child(1) td:nth-last-child(1) {
  border-bottom-right-radius: 14px;
}

.tenant table.table tbody tr td {
  padding-top: 5px;
  padding-bottom: 5px;
}

.tenant .tableHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tenant .tableHeader .left {
  display: flex;
  align-items: center;
  gap: 6px;
}

.tenant .tableHeader .left .text {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: center;
  color: #8A9BC2;
  margin: 0;
}

.tenant .tableHeader form .input-group {
  min-width: 280px;
}

.tenant .tableHeader form .input-group .input-group-text {
  background: #fff;
  border-left: none;
}

.tenant .tableHeader form .input-group .input-group-text {
  background: #fff;
  border-left: none;
  border-radius: 6px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.tenant .tableHeader form .input-group .form-control {
  border: 1px solid #DAE0EF;
  border-right: none;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  color: #B1BCD8;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}


/* Modal css */
.tenant .ratingReviewModal .modal-dialog {
  max-width: 532px !important;
}


.tenant .ratingReviewModal .modal-body .modalHeadingOuter .close {
  position: absolute;
  top: 16px;
  right: 16px;
}

.tenant .ratingReviewModal .modal-body .ratingDetails {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #F2F3F8;
  padding: 10px 12px;
  border-radius: 14px;
  margin-bottom: 20px;
}

.tenant .ratingReviewModal .modal-body .ratingDetails .activityImg {
  width: 55px;
  height: 37px;
  border-radius: 6px;
}

.tenant .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.tenant .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingHeading {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.83px;
  color: #3E4E75;
}

.tenant .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc {
  display: flex;
  gap: 32px;
}

.tenant .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc .date {
  display: flex;
  gap: 4px;
}

.tenant .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc .date .title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #8A9BC2;
}

.tenant .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc .date .subTitle {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
  width: max-content;
}

.tenant .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc .expiry {
  display: flex;
  gap: 4px;
}

.tenant .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc .expiry .title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #8A9BC2;
}

.tenant .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc .expiry .subTitle {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #D94747;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 4px;
}

.tenant .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc .expiry .subTitle .dateTimeDivider {
  border-right: 1px solid #B1BCD8;
  height: 10px;
}

.tenant .ratingReviewModal .modal-body .rating {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.tenant .ratingReviewModal .modal-body .rating .ratingHeading {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 23.44px;
  color: #040510;
}

.tenant .ratingReviewModal .modal-body .rating .userRating {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tenant .ratingReviewModal .modal-body .rating .userRating .userRatingInner {
  display: flex;
  align-items: center;
  gap: 8px;
}

.tenant .ratingReviewModal .modal-body .rating .userRating .userRatingInner .ratingUser {
  width: 40px;
  height: 40px;
  border-radius: 50px;
}

.tenant .ratingReviewModal .modal-body .rating .userRating .userRatingInner .userName {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  color: #3E4E75;
}

.tenant .ratingReviewModal .modal-body .rating .form-outer {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.tenant .ratingReviewModal .modal-body .rating .form-outer .form-label {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.62px;
  color: #8A9BC2;
}

.tenant .ratingReviewModal .modal-body .rating .form-outer .form-control {
  border: 1px solid #DAE0EF;
  padding: 8px 12px;
  font-weight: 400;
  line-height: 18.23px;
  color: #3E4E75;
}

.tenant .ratingReviewModal .modal-body .ratingDivider {
  border-bottom: 1px solid #DAE0EF;
  padding-top: 20px;
  margin-bottom: 24px;
  height: 1px;
}

.tenant .ratingReviewModal .modal-body .btnSet {
  margin-top: 16px;
  justify-content: center;
}

.tenant .addQuizForm .formMainInner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}



/* Modal css */

@media (max-width: 767px) {
  .lessons-details .card-lesson-type {
    min-height: auto !important;
  }

  .lessons-details .card-lesson-type iframe.iframe {
    height: auto;
  }

  .tenant table.table tbody td .actions {
    justify-content: flex-start;
  }

  .tenant table.table tbody td .actions.right {
    justify-content: center;
  }
  .tenant table.table tbody td .end {
    justify-content: flex-end;
  }

  .moreOuter .morePopup {
    right: auto;
    left: 20px;
  }

  .tenant #table_quiz .moreOuter .morePopup {
    left: auto;
    right: 20px;
  }

  .tenant .pageHeader .pageTitle {
    font-size: 16px;
  }

  .tenant .addQuizForm .formMainInner {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .tenant .tableHeader .right .input-group {
    min-width: auto;
  }

  .tenant .pageHeader .courseImg {
    width: 100%;
    height: auto;
  }

  .tenant .pageHeader .headData .desc {
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
  }

  .tenant .pageHeader .headData .desc .divider {
    display: none;
  }

  .tenant .tableHeader {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .tenant .tableHeader form .input-group {
    min-width: auto;
  }

  .tenant .tableFooter {
    flex-direction: column;
    gap: 16px;
  }

  .tenant .tableFooter {
    flex-direction: column;
    gap: 16px;
    justify-content: flex-start;
    margin-top: 16px;
  }

  .tenant .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc {
    flex-direction: column;
    gap: 6px;
  }

  .tenant .ratingReviewModal .modal-body .rating .userRating {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }


}

.viewCarporate {
  padding: 20px;
}

.viewCarporate .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.viewCarporate .head .back {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #2A3ACD;
}

.viewCarporate .bannerBox {
  border: 1px solid #DAE0EF;
  border-radius: 14px;
  background: #fff;
}

.viewCarporate .bannerBox .bannerBg {
  width: 100%;
}

.viewCarporate .bannerBox .bannerBgNotOuter {
  border-bottom: 1px solid #DAE0EF;
}

.viewCarporate .bannerBox .bannerBgNot {
  width: 100%;
  height: 160px;
  padding: 26px;
}

.viewCarporate .bannerBox .bannerData {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 10px 20px 16px 20px;
  align-items: flex-start;
}

.viewCarporate .bannerBox .bannerData .bannerUser {
  position: absolute;
  left: 40px;
  bottom: 16px;
  width: 123px;
  height: 123px;
  border: 2px solid #DAE0EF;
  border-radius: 8px;
}

.addCarporate .top .imageData .bgImageOuter .box .bgInner .sampleImg.editsampleImg {
  width: 100%;
  height: 175px;
  border-radius: 14px;
}

.viewCarporate .bannerBox .bannerData .data {
  padding-left: 164px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.viewCarporate .bannerBox .bannerData .data .userName {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 26.04px;
  text-align: left;
  color: #040510;
}

.viewCarporate .bannerBox .bannerData .data .progressLabel {
  font-size: 12px;
  font-weight: 400;
  line-height: 15.62px;
  text-align: left;
  color: #8A9BC2;
  margin: 0;
}

.viewCarporate .bannerBox .bannerData .data .progressLabel .percentage {
  color: #3E4E75;
}

.viewCarporate .bannerBox .bannerData .status {
  width: fit-content;
  font-family: DM Sans;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  text-align: left;
  color: #fff;
  border-radius: 4px;
  padding: 2px 6px;
  margin: 0;
}

.viewCarporate .bannerBox .bannerData .status.active {
  background: #25AE8D;
}

.viewCarporate .bannerBox .bannerData .status.inactive {
  background: #D94747;
}


.viewCarporate table.table {
  border: 1px solid #dae0ef;
  border-radius: 14px;
  margin-top: 10px;
  border-collapse: separate;
  border-spacing: 0;
}

.viewCarporate table.table tbody tr td .tableText.right {
  justify-content: right;
}

.viewCarporate table.table thead th {
  border: none;
  height: 44px;
}

.viewCarporate table.table thead th .headerText {
  font-size: 14px;
  font-weight: 600;
  line-height: 18.23px;
  text-align: left;
  color: #3E4E75;
  margin: 0;
  display: flex;
  gap: 4px;
  align-items: center;
  width: max-content;
}

.viewCarporate table.table thead th:nth-of-type(1) {
  border-top-left-radius: 14px;
}

.viewCarporate table.table thead th:nth-last-child(1) {
  border-top-right-radius: 14px;
}

.viewCarporate table.table thead th .headerText.right {
  justify-content: flex-end;
  width: 100%;
}

.viewCarporate table.table thead th .headerText.center {
  justify-content: center;
  width: 100%;
}

.viewCarporate table.table tbody tr td .tableText {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  color: #3E4E75;
  margin: 0;
  display: flex;
  gap: 8px;
  align-items: center;
}

.viewCarporate table.table tbody tr td .tableText.active {
  font-weight: 500;
  color: #2A3ACD;
}

.viewCarporate table.table tbody tr td .tableText.expired {
  color: #B1BCD8;
  font-weight: 500;
}

.viewCarporate table.table tbody tr td .grade {
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
  background: #DAE0EF;
  padding: 2px 3px;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  border-radius: 4px;
  width: 23px;
}

.viewCarporate table.table tbody tr td .status {
  width: fit-content;
  font-family: DM Sans;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  text-align: left;
  color: #fff;
  border-radius: 4px;
  padding: 2px 6px;
  margin: 0;
}

.viewCarporate table.table tbody tr td .status.inprogress {
  background: #25AE8D;
}

.viewCarporate table.table tbody tr td .status.completed {
  background: #17A1FA;
}

.viewCarporate table.table tbody tr td .status.notstarted {
  background: #8A9BC2;
}

.viewCarporate table.table tbody tr td .tableText.center {
  text-align: center;
}

.viewCarporate table.table tbody tr:nth-last-child(1) td:nth-of-type(1) {
  border-bottom-left-radius: 14px;
}

.viewCarporate table.table tbody tr:nth-last-child(1) td:nth-last-child(1) {
  border-bottom-right-radius: 14px;
}

.viewCarporate table.table tbody tr td {
  padding-top: 5px;
  padding-bottom: 5px;
}

.viewCarporate table.table tbody tr td .tableText .status {
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  text-align: left;
  color: #fff;
  border-radius: 4px;
  padding: 2px 6px;
  margin: 0;
}

.viewCarporate table.table tbody tr td .tableText .status.active {
  background: #25AE8D;
}

.viewCarporate table.table tbody tr td .tableText .status.expired {
  background: #D94747;
}


.viewCarporate .carporateDetailsOuter {
  display: flex;
  gap: 20px;
}

.viewCarporate .carporateDetailsOuter .left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 80%;
}

.viewCarporate .carporateDetailsOuter .left .carporateDetails {
  background: #fff;
  border: 1px solid #DAE0EF;
  border-radius: 14px;
  padding: 20px;
}

.viewCarporate .carporateDetailsOuter .left .card {
  margin-top: 10px;
}

.viewCarporate .carporateDetailsOuter .left .card .plandetailsOuter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.viewCarporate .carporateDetailsOuter .left .card .plandetailsOuter .plandetails {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.viewCarporate .carporateDetailsOuter .left .card .plandetailsOuter .plandetails .title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #8A9BC2;
}

.viewCarporate .carporateDetailsOuter .left .card .plandetailsOuter .plandetails .subTitle {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
  display: flex;
  gap: 8px;
  align-items: center;
}

.viewCarporate .carporateDetailsOuter .left .card .plandetailsOuter .plandetails .subTitle .status {
  border-radius: 4px;
  padding: 2px 6px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
}

.viewCarporate .carporateDetailsOuter .left .card .plandetailsOuter .plandetails .subTitle .status.active {
  background: #25AE8D;
}

.viewCarporate .carporateDetailsOuter .left .card .plandetailsOuter .showModules {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #2A3ACD;
  cursor: pointer;
}

.viewCarporate .carporateDetailsOuter .ratingReviewModal #showPlanModal .modal-dialog {
  max-width: 1113px !important;
}

.viewCarporate .carporateDetailsOuter .ratingReviewModal #showPlanModal .modal-dialog .planModulesOuter {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 24px;
  padding-top: 20px;
}

.viewCarporate .carporateDetailsOuter .ratingReviewModal #showPlanModal .modal-dialog .modalHeadingOuter .plan {
  border: 1px solid #DAE0EF;
  border-radius: 6px;
  padding: 4px 8px;
  background: #F2F3F8;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  color: #040510;
}

.viewCarporate .carporateDetailsOuter .ratingReviewModal #showPlanModal .modal-dialog .planModules {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-bottom: 1px solid #DAE0EF;
  padding-bottom: 10px;
}

.viewCarporate .carporateDetailsOuter .ratingReviewModal #showPlanModal .modal-dialog .planModulesOuter .planModules:nth-last-child(1) {
  border: none;
}

.viewCarporate .carporateDetailsOuter .ratingReviewModal #showPlanModal .modal-dialog .planModules .title {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 23.44px;
  color: #040510;
}

.viewCarporate .carporateDetailsOuter .ratingReviewModal #showPlanModal .modal-dialog .planModules .planModulesInner {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.viewCarporate .carporateDetailsOuter .ratingReviewModal #showPlanModal .modal-dialog .planModules .planModulesInner .moduleContent {
  display: flex;
  gap: 6px;
  align-items: center;
}

.viewCarporate .carporateDetailsOuter .ratingReviewModal #showPlanModal .modal-dialog .planModules .planModulesInner .moduleContent .moduleLabel {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #3E4E75;
}







.viewCarporate .carporateDetailsOuter .left .carporateDetails .boxOuter {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.viewCarporate .carporateDetailsOuter .left .carporateDetails .boxOuter .box {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.viewCarporate .carporateDetailsOuter .left .carporateDetails .boxOuter .box:nth-of-type(2n+2) {
  border-left: 1px solid #B1BCD8;
  padding-left: 16px;
}

.viewCarporate .carporateDetailsOuter .left .carporateDetails .boxOuter .box .title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #8A9BC2;
}

.viewCarporate .carporateDetailsOuter .left .carporateDetails .boxOuter .box .subTitle {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
}

.viewCarporate .carporateDetailsOuter .left .carporateDetails .boxOuter .box .data {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.viewCarporate .carporateDetailsOuter .left .carporateDetails .boxOuter .box .status {
  width: fit-content;
  font-family: DM Sans;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  text-align: left;
  color: #fff;
  border-radius: 4px;
  padding: 2px 6px;
  margin: 0;
}

.viewCarporate .carporateDetailsOuter .left .carporateDetails .boxOuter .box .status.active {
  background: #25AE8D;
}

.viewCarporate .carporateDetailsOuter .left .carporateDetails .boxOuter .box .status.inactive {
  background: #D94747;
}

.viewCarporate .carporateDetailsOuter .left .carporateDetails .boxOuter-detail {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}

.viewCarporate .carporateDetailsOuter .left .carporateDetails .boxOuter-detail .box-detail {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.viewCarporate .carporateDetailsOuter .left .carporateDetails .boxOuter-detail .box-detail {
  border-left: 1px solid #B1BCD8;
  padding-left: 16px;
}

.viewCarporate .carporateDetailsOuter .left .carporateDetails .boxOuter-detail .box-detail:first-child {
  border-left: 0px;
  padding-left: 16px;
}


.viewCarporate .carporateDetailsOuter .left .carporateDetails .boxOuter-detail .box-detail .title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #8A9BC2;
}

.viewCarporate .carporateDetailsOuter .left .carporateDetails .boxOuter-detail .box-detail .subTitle {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
}

.viewCarporate .carporateDetailsOuter .left .carporateDetails .boxOuter-detail .box-detail .data {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.viewCarporate .carporateDetailsOuter .left .carporateDetails .boxOuter-detail .box-detail .status {
  width: fit-content;
  font-family: DM Sans;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  text-align: left;
  color: #fff;
  border-radius: 4px;
  padding: 2px 6px;
  margin: 0;
}

.viewCarporate .carporateDetailsOuter .left .carporateDetails .boxOuter-detail .box-detail .status.active {
  background: #25AE8D;
}

.viewCarporate .carporateDetailsOuter .left .carporateDetails .boxOuter-detail .box-detail .status.inactive {
  background: #D94747;
}

.viewCarporate .tableHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.viewCarporate .tableHead .action {
  display: flex;
  gap: 16px;
}

.viewCarporate .tableHead .tableHeading {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 23.44px;
  color: #040510;
}

.viewCarporate .tableHead .addEditPlans {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #2A3ACD;
}



.viewCarporate .carporateDetailsOuter .contactDetailsOuterMain {
  background: #fff;
  border: 1px solid #DAE0EF;
  border-radius: 14px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: fit-content;
}

.viewCarporate .carporateDetailsOuter .contactDetailsOuterMain .heading {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 23.44px;
  color: #040510;
}

.viewCarporate .carporateDetailsOuter .contactDetailsOuterMain .boxOuter {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.viewCarporate .carporateDetailsOuter .contactDetailsOuterMain .boxOuter .label {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #8A9BC2;
}

.viewCarporate .carporateDetailsOuter .contactDetailsOuterMain .boxOuter .boxInner {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.viewCarporate .carporateDetailsOuter .contactDetailsOuterMain .boxOuter .boxInner .box {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.viewCarporate .carporateDetailsOuter .contactDetailsOuterMain .boxOuter .boxInner .box .boxLabel {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #040510;
}

.viewCarporate .carporateDetailsOuter .contactDetailsOuterMain .boxOuter .boxInner .box .contactDetailsOuter {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.viewCarporate .carporateDetailsOuter .contactDetailsOuterMain .boxOuter .boxInner .box .contactDetailsOuter .contactDetails {
  display: flex;
  gap: 8px;
  align-items: center;
}

.viewCarporate .carporateDetailsOuter .contactDetailsOuterMain .boxOuter .boxInner .box .contactDetailsOuter .contactDetails .contactDetailsText {
  color: #3E4E75;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
}

.viewCarporate .carporateDetailsOuter .contactDetailsOuterMain .boxDivider {
  border-top: 1px solid #DAE0EF;
  height: 1px;
}

.viewCarporate .carporateDetailsOuter .contactDetailsOuterMain .boxOuter .boxInner .box .contactDetailsOuter .contactDetails img {
  width: 16px;
  height: 16px;
}






@media (max-width: 991px) {}

@media (max-width: 767px) {
  .viewCarporate .bannerBox .bannerBg {
    height: 150px;
  }

  .viewCarporate .bannerBox .bannerData {
    flex-direction: column;
    gap: 10px;
  }

  .viewCarporate .bannerBox .bannerData .status {
    margin-left: 100px;
  }

  .viewCarporate .bannerBox .bannerData .bannerUser {
    width: 90px;
    left: 20px;
    bottom: 85px;
  }

  .viewCarporate .bannerBox .bannerData .data {
    padding-left: 100px;
  }

  .viewCarporate .bannerBox .bannerData .button.editProfile {
    margin-left: 35px;
    margin-top: 20px;
  }

  .viewCarporate .carporateDetailsOuter {
    flex-direction: column;
  }

  .viewCarporate .carporateDetailsOuter .left .carporateDetails .boxOuter {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .viewCarporate .carporateDetailsOuter .left .carporateDetails .boxOuter .box:nth-of-type(2n+2) {
    border: none;
    padding: 0;
  }

}



.lessonPlan {
  padding: 20px;
}

.lessonPlan .topLinks {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.lessonPlan .topLinks .linkOuter {
  position: relative;
}

.lessonPlan .topLinks .link {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #2A3ACD;
  border: 1px solid #2A3ACD;
  border-radius: 50px;
  padding: 8px 16px;
  display: flex;
  gap: 10px;
  width: fit-content;
}

.lessonPlan .topLinks .linkOuter .options {
  position: absolute;
  left: 0;
  background: #fff;
  box-shadow: 0px 0px 20px 0px #00000026;
  border: 1px solid #DAE0EF;
  border-radius: 6px;
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  display: none;
}

.lessonPlan .topLinks .linkOuter.active .options {
  display: none;
}

.lessonPlan .topLinks .linkOuter.active .options .label {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #3E4E75;
  width: max-content;
}

.lessonPlan .topLinks .linkOuter.active .options .label.active {
  color: #2A3ACD;
}

.lessonPlan .pageTitle {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 26.04px;
  color: #040510;
}

.lessonPlan .seatchTop {
  border: 1px solid #DAE0EF;
  background: #FFFFFF;
  border-radius: 14px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.lessonPlan .seatchTop .form-select-outer {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2px;
}


.lessonPlan .box {
  border: 1px solid #DAE0EF;
  background: #FFFFFF;
  border-radius: 14px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 14px;
  max-height: calc(100vh - 470px);
  overflow: auto;
  min-height: 330px;
}

.lessonPlan .box .boxInner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lessonPlan .box .boxInner .title {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 31.25px;
  color: #B1BCD8;
  padding-top: 16px;
  padding-bottom: 30px;
}

.lessonPlan .box .boxInner .list {
  list-style-type: decimal;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.83px;
  color: #B1BCD8;
}

.lessonPlan .options {
  display: flex;
  gap: 16px;
  justify-content: flex-end;
  padding-top: 10px;
  padding-bottom: 16px;
}

.lessonPlan .promptBox {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.lessonPlan .promptBox .form-select-outer {
  width: 100%;
}

.lessonPlan .promptBox .form-select-outer .input-group-text {
  width: 100%;
  border: 1px solid #B1BCD8;
  background: #fff;
  color: #8A9BC2;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.83px;
  text-align: left;
  border-radius: 50px;
  outline: none;
  padding: 14px 20px;
  height: 47px;
}

.lessonPlan .termsOuter {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

.lessonPlan .termsOuter .terms {
  text-decoration: underline;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #2A3ACD;
}


/* Modal css */

.lessonPlan .ratingReviewModal .modal-dialog {
  max-width: 836px !important;
}

.lessonPlan .ratingReviewModal .modal-body .modalHeadingOuter .modalHeading {
  border-bottom: 1px solid #DAE0EF;
  padding-bottom: 12px;
}

.lessonPlan .ratingReviewModal .modal-body .modalHeadingOuter .close {
  position: absolute;
  top: 16px;
  right: 16px;
}

.lessonPlan .ratingReviewModal .modal-body .ratingDetails {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #F2F3F8;
  padding: 10px 12px;
  border-radius: 14px;
  margin-bottom: 20px;
}

.lessonPlan .ratingReviewModal .modal-body .ratingDetails .activityImg {
  width: 55px;
  height: 37px;
  border-radius: 6px;
}

.lessonPlan .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.lessonPlan .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingHeading {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.83px;
  color: #3E4E75;
}

.lessonPlan .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc {
  display: flex;
  gap: 32px;
}

.lessonPlan .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc .date {
  display: flex;
  gap: 4px;
}

.lessonPlan .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc .date .title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #8A9BC2;
}

.lessonPlan .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc .date .subTitle {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
  width: max-content;
}

.lessonPlan .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc .expiry {
  display: flex;
  gap: 4px;
}

.lessonPlan .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc .expiry .title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #8A9BC2;
}

.lessonPlan .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc .expiry .subTitle {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #D94747;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 4px;
}

.lessonPlan .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc .expiry .subTitle .dateTimeDivider {
  border-right: 1px solid #B1BCD8;
  height: 10px;
}

.lessonPlan .ratingReviewModal .modal-body .rating {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lessonPlan .ratingReviewModal .modal-body .rating .ratingHeading {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 23.44px;
  color: #040510;
}

.lessonPlan .ratingReviewModal .modal-body .rating .userRating {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lessonPlan .ratingReviewModal .modal-body .rating .userRating .userRatingInner {
  display: flex;
  align-items: center;
  gap: 8px;
}

.lessonPlan .ratingReviewModal .modal-body .rating .userRating .userRatingInner .ratingUser {
  width: 40px;
  height: 40px;
  border-radius: 50px;
}

.lessonPlan .ratingReviewModal .modal-body .rating .userRating .userRatingInner .userName {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  color: #3E4E75;
}

.lessonPlan .ratingReviewModal .modal-body .rating .form-outer {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.lessonPlan .ratingReviewModal .modal-body .rating .form-outer .form-label {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.62px;
  color: #8A9BC2;
}

.lessonPlan .ratingReviewModal .modal-body .rating .form-outer .form-control {
  border: 1px solid #DAE0EF;
  padding: 8px 12px;
  font-weight: 400;
  line-height: 18.23px;
  color: #3E4E75;
}

.lessonPlan .ratingReviewModal .modal-body .ratingDivider {
  border-bottom: 1px solid #DAE0EF;
  padding-top: 20px;
  margin-bottom: 24px;
  height: 1px;
}

.lessonPlan .ratingReviewModal .modal-body .btnSet {
  justify-content: center;
}

.lessonPlan .ratingReviewModal .modal-body .desc {
  font-size: 18px;
  font-weight: 500;
  line-height: 23.44px;
  text-align: center;
  color: #3E4E75;
  margin-bottom: 26px;
}

.lessonPlan .modal-dialog-rightFixed .modal-body .formMainInner .heading {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  color: #000000;
}

.lessonPlan .modal-dialog-rightFixed .modal-body .formMainInner .detailsBox {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lessonPlan .modal-dialog-rightFixed .modal-body .formMainInner .detailsBox .detailsBoxInner {
  display: flex;
  gap: 10px;
}

.lessonPlan .modal-dialog-rightFixed .modal-body .formMainInner .detailsBox .detailsBoxInner .title {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #8A9BC2;
  min-width: 144px;
}

.lessonPlan .modal-dialog-rightFixed .modal-body .formMainInner .detailsBox .detailsBoxInner .subTitle {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
}

.lessonPlan .modal-dialog-rightFixed .modal-body .formMainInner {
  max-height: calc(100vh - 175px);
}




.lessonPlan .ratingReviewModal .modal-body .data {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: calc(100vh - 275px);
  overflow: auto;
}

.lessonPlan .ratingReviewModal .modal-body .data .title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.83px;
  color: #3E4E75;
}

.lessonPlan .ratingReviewModal .modal-body .data .textOuter {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.lessonPlan .ratingReviewModal .modal-body .data .textOuter .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  margin: 0;
  color: #3E4E75;
}

.lessonPlan .ratingReviewModal .modal-body .options {
  justify-content: space-between;
  align-items: center;
  padding: 0;
  border-top: 1px solid #DAE0EF;
  padding-top: 12px;
  margin-top: 14px;
}

.lessonPlan .ratingReviewModal .modal-body .btnSet .btn.btn-primary.cancelBtn {
  padding: 8px 16px;
  width: auto;
}

.lessonPlan .ratingReviewModal .modal-body .btnSet .btn.btn-primary.saveBtn {
  border-radius: 6px;
  background: #8A9BC2 !important;
  border-color: #8A9BC2 !important;
  padding: 8px 16px;
  width: auto;
}


@media (max-width: 767px) {
  .lessonPlan .seatchTop {
    flex-direction: column;
    gap: 12px;
  }

  .lessonPlan .topLinks {
    flex-wrap: wrap;
  }

  .lessonPlan .promptBox {
    flex-direction: column;
    width: 100%;
  }

}

/* Modal css */



.assessment.trainee {
  padding: 20px;
  gap: 20px;
  display: flex;
  flex-direction: column;
}

.assessment.trainee .pageTitle {
  display: flex;
  align-items: center;
  gap: 6px;
}

.assessment.trainee .pageTitle .label {
  margin: 0;
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  color: #2A3ACD;
}

.assessment.trainee .boxOuter .questionSet .box {
  border: 1px solid #DAE0EF;
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.assessment.trainee .boxOuter .questionSet {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.assessment.trainee .pageTitle {
  display: flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
}

.assessment.trainee .pageHeader {
  display: flex;
  gap: 12px;
  padding: 20px;
  border: 1px solid #DAE0EF;
  background: #fff;
  border-radius: 14px;
  padding: 14px 20px;
}

.assessment.trainee .pageHeader .courseImg {
  width: 100px;
  height: 56px;
}

.assessment.trainee .pageHeader .headData {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  width: 100%;
  align-items: center;
}

.assessment.trainee .pageHeader .headData .headDataInner .heading {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 28.64px;
  text-align: left;
  color: #040510;
  display: flex;
  align-items: center;
  gap: 12px;
}

.assessment.trainee .pageHeader .headData .headDataInner .desc {
  display: flex;
  gap: 20px;
  align-items: center;
}

.assessment.trainee .pageHeader .headData .headDataInner .desc .title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  color: #8A9BC2;
}

.assessment.trainee .pageHeader .headData .headDataInner .heading .section {
  font-family: DM Sans;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  color: #3E4E75;
  padding: 4px 8px;
  border-radius: 20px;
  background: #F2F3F8;
}

.assessment.trainee .pageHeader .headData .headDataInner .desc .title .subTitle {
  margin-left: 4px;
  color: #3E4E75;
}

.assessment.trainee .pageHeader .headData .headDataInner .desc .divider {
  border-right: 1px solid #B1BCD8;
  height: 13px;
  margin: 0;
}

.assessment.trainee .pageHeader .headData .btnItems {
  display: flex;
  gap: 12px;
}

.assessment.trainee .pageHeader .headData .btnItems .btn.btn-primary.submitBtn {
  padding: 8px 16px;
  border-radius: 6px;
  background: #2A3ACD !important;
  border: 1px solid #2A3ACD !important;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
}

.assessment.trainee .boxOuter {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.assessment.trainee .boxOuter .questionSet .box .questionText {
  font-size: 18px;
  font-weight: 500;
  line-height: 23.44px;
  margin: 0;
  color: #040510;
  display: flex;
  gap: 12px;
}

.assessment.trainee .boxOuter .questionSet .box .editor {
  padding-left: 20px;
  width: 100%;
}



.assessment.trainee .boxOuter .userDetailsOuter {
  border: 1px solid #DAE0EF;
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  display: flex;
  gap: 16px;
  align-items: center;
  flex-direction: column;
  height: fit-content;
}

.assessment.trainee .boxOuter .userDetailsOuter .details {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.assessment.trainee .boxOuter .userDetailsOuter .details .name {
  margin: 0;
  color: #040510;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.83px;
}

.assessment.trainee .boxOuter .userDetailsOuter .details .questionDetails {
  display: flex;
  gap: 13px;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #8A9BC2;
  width: max-content;
}

.assessment.trainee .boxOuter .userDetailsOuter .details .questionDetails .totalQuestions {
  margin: 0;
}

.assessment.trainee .boxOuter .userDetailsOuter .details .questionDetails .questionsDivider {
  border-right: 1px solid #DAE0EF;
  margin: 0;
  height: 12px;
}

.quiz .data .assessment.trainee .userData .details .questionDetails .questionsAttempted {
  margin: 0;
}

.assessment.trainee .boxOuter .userDetailsOuter .details .questionDetails .questionsAttempted {
  margin: 0;
}

.assessment.trainee .boxOuter .userDetailsOuter .userDetailsInner {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.assessment.trainee .boxOuter .userDetailsOuter .questionSolvedOuter .outOfQuestions {
  color: #000;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 31.25px;
}

.assessment.trainee .pageHeader .headData .headDataInner {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.assessment.trainee .boxOuter .userDetailsOuter .questionSolvedOuter {
  position: relative;
}


@media (max-width: 991px) {
  .assessment.trainee .pageHeader .headData {
    flex-direction: column;
    align-items: flex-start;
  }

  .assessment.trainee .pageHeader .headData .headDataInner .desc {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding-bottom: 10px;
  }

  .assessment.trainee .pageHeader .headData .headDataInner .desc .divider {
    display: none;
  }

  .assessment.trainee .boxOuter {
    flex-direction: column-reverse;
  }
}


@media (max-width: 767px) {
  .assessment.trainee .pageHeader {
    flex-direction: column;
  }

  .assessment.trainee .pageHeader .courseImg {
    width: 100%;
    height: auto;
  }

  .assessment.trainee .pageHeader .headData .desc {
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
  }

  .assessment.trainee .pageHeader .headData .desc .divider {
    display: none;
  }



}


.autonomousQuizAssessment.trainee {
  padding: 20px;
}

.autonomousQuizAssessment.trainee .pageHeader {
  display: flex;
  gap: 10px;
  align-items: center;
}

.autonomousQuizAssessment.trainee .pageHeader .text {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  margin: 0;
  color: #2A3ACD;
  border: 1px solid #2A3ACD;
  border-radius: 50px;
  padding: 8px 16px;
}

.autonomousQuizAssessment.trainee .pageHeader .text.active {
  background: #2A3ACD;
  color: #fff;
}


.autonomousQuizAssessment.trainee .boxOuter {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.autonomousQuizAssessment.trainee .boxOuter .box {
  background: #fff;
  border-radius: 14px;
  padding: 14px;
  border: 1px solid #DAE0EF;
  gap: 12px;
  display: flex;
  flex-direction: column;
}

.autonomousQuizAssessment.trainee .boxOuter .box:hover {
  box-shadow: 0px 0px 20px 0px #00000026;
}

.autonomousQuizAssessment.trainee .boxOuter .box .boxImage {
  position: relative;
}

.autonomousQuizAssessment.trainee .boxOuter .box .boxImage .courseImg {
  max-width: 100%;
  width: 100%;
}

.autonomousQuizAssessment.trainee .boxOuter .box .boxImage .enrolled {
  position: absolute;
  left: 4px;
  top: 4px;
  padding: 2px 6px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.autonomousQuizAssessment.trainee .boxOuter .box .boxImage .enrolled.completed {
  background: #17A1FA;
}

.autonomousQuizAssessment.trainee .boxOuter .box .boxImage .enrolled.notStarted {
  background: #8A9BC2;
}

.autonomousQuizAssessment.trainee .boxOuter .box .boxImage .enrolled .enrolledText {
  color: #fff;
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  text-align: left;
}

.autonomousQuizAssessment.trainee .boxOuter .box .courseDetails {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
}

.autonomousQuizAssessment.trainee .boxOuter .box .courseDetails .data {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.autonomousQuizAssessment.trainee .boxOuter .box .courseDetails .data .lessonCount {
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  text-align: left;
  margin: 0;
  color: #3E4E75;
  background: #F2F3F8;
  padding: 4px 8px;
  border-radius: 20px;
  width: fit-content;
}

.autonomousQuizAssessment.trainee .boxOuter .box .courseDetails .data .lessonDetails {
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  text-align: left;
  margin: 0;
  color: #040510;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.autonomousQuizAssessment.trainee .boxOuter .box .courseDetails .data .rating {
  display: flex;
  gap: 5px;
  align-items: center;
}

.autonomousQuizAssessment.trainee .boxOuter .box .courseDetails .data .rating .ratingCount {
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  color: #3E4E75;
  margin: 0;
}

.autonomousQuizAssessment.trainee .boxOuter .box .courseDetails .dataLower {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.autonomousQuizAssessment.trainee .boxOuter .box .courseDetails .dataLower .ratingBy {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  margin: 0;
  color: #8A9BC2;
  display: flex;
  gap: 4px;
  align-items: center;
}

.autonomousQuizAssessment.trainee .boxOuter .box .courseDetails .viewDetails {
  display: flex;
  gap: 6px;
  align-items: center;
}

.autonomousQuizAssessment.trainee .boxOuter .box .courseDetails .viewDetails .btn.btn-primary {
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  outline: none;
  box-shadow: none;
}

.autonomousQuizAssessment.trainee .boxOuter .box .courseDetails .viewDetails .btn.btn-primary.startTest {
  background: #2A3ACD !important;
  color: #fff;
  border-color: #2A3ACD !important;
}

.autonomousQuizAssessment.trainee .boxOuter .box .courseDetails .viewDetails .btn.btn-primary.reviewPaper {
  background: #fff !important;
  color: #2A3ACD;
  border-color: #2A3ACD !important;
}






@media (max-width: 991px) {
  .autonomousQuizAssessment.trainee .boxOuter {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}


@media (max-width: 767px) {
  .autonomousQuizAssessment.trainee .boxOuter {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}


.courseAndLessonPlan.trainee {
  padding: 20px;
}

.courseAndLessonPlan.trainee .pageHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.courseAndLessonPlan.trainee .pageHeader .pageTitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 26.04px;
  text-align: left;
  color: #040510;
  margin: 0px;
}

.courseAndLessonPlan.trainee .pageHeader .viewOuter {
  display: flex;
  gap: 8px;
}

.courseAndLessonPlan.trainee .pageHeader .viewOuter .listview {
  display: none;
}

.courseAndLessonPlan.trainee .pageHeader .viewOuter .gridview {
  display: none;
}

.courseAndLessonPlan.trainee .pageHeader .viewOuter .listview.active {
  display: block;
}

.courseAndLessonPlan.trainee .pageHeader .viewOuter .gridview.active {
  display: block;
}


.courseAndLessonPlan.trainee .boxOuter {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 14px;
}

.courseAndLessonPlan.trainee .boxOuter .box {
  background: #fff;
  border-radius: 14px;
  padding: 14px;
  border: 1px solid #DAE0EF;
  gap: 12px;
  display: flex;
  flex-direction: column;
}

.courseAndLessonPlan.trainee .boxOuter .box:hover {
  box-shadow: 0px 0px 20px 0px #00000026;
}

.courseAndLessonPlan.trainee .boxOuter .box .boxImage {
  position: relative;
}

.courseAndLessonPlan.trainee .boxOuter .box .boxImage .courseImg {
  max-width: 100%;
  width: 100%;
  border-radius: 8px;
}

.courseAndLessonPlan.trainee .boxOuter .box .boxImage .enrolled {
  position: absolute;
  left: 4px;
  top: 4px;
  background: #25AE8D;
  padding: 1px 4px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.courseAndLessonPlan.trainee .boxOuter .box .boxImage .enrolled .enrolledText {
  color: #fff;
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  text-align: left;
}

.courseAndLessonPlan.trainee .boxOuter .box .courseDetails {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
}

.courseAndLessonPlan.trainee .boxOuter .box .courseDetails .data {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.courseAndLessonPlan.trainee .boxOuter .box .courseDetails .data .lessonCount {
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  text-align: left;
  margin: 0;
  color: #3E4E75;
}

.courseAndLessonPlan.trainee .boxOuter .box .courseDetails .data .lessonDetails {
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  text-align: left;
  margin: 0;
  color: #040510;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 41px;
}

.courseAndLessonPlan.trainee .boxOuter .box .courseDetails .data .rating {
  display: flex;
  gap: 5px;
  align-items: center;
}

.courseAndLessonPlan.trainee .boxOuter .box .courseDetails .data .rating .ratingCount {
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  color: #3E4E75;
  margin: 0;
}

.courseAndLessonPlan.trainee .boxOuter .box .courseDetails .dataLower {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.courseAndLessonPlan.trainee .boxOuter .box .courseDetails .dataLower .ratingBy {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  margin: 0;
  color: #8A9BC2;
  display: flex;
  gap: 4px;
  align-items: center;
}

.courseAndLessonPlan.trainee .boxOuter .box .courseDetails .viewDetails {
  display: flex;
  gap: 6px;
  align-items: center;
}

.courseAndLessonPlan.trainee .boxOuter .box .courseDetails .viewDetails .viewDetailsText {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  color: #2A3ACD;
}


.courseAndLessonPlan.trainee .pageHeader .viewOuter form .input-group {
  min-width: 320px;
}

.courseAndLessonPlan.trainee .pageHeader .viewOuter form .input-group .input-group-text {
  background: #fff;
  border-left: none;
}

.courseAndLessonPlan.trainee .pageHeader .viewOuter form .input-group .input-group-text {
  background: #fff;
  border-left: none;
  border-radius: 6px;
}

.courseAndLessonPlan.trainee .pageHeader .viewOuter form .input-group .form-control {
  border: 1px solid #DAE0EF;
  border-right: none;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  color: #B1BCD8;
}

.courseAndLessonPlan.trainee .pageHeader .viewOuter .filterDivider {
  border-right: 1px solid #B1BCD8;
  height: 16px;
  margin: 0px 12px;
}

.courseAndLessonPlan.trainee .pageHeader .viewOuter .viewInner {
  display: flex;
  align-items: center;
  gap: 8px;
}



/* list view */
.courseAndLessonPlan.trainee .boxOuter.listViewBox {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.courseAndLessonPlan.trainee .boxOuter.listViewBox .box {
  flex-direction: row;
  gap: 16px;
  padding: 16px 20px;
}

.courseAndLessonPlan.trainee .boxOuter.listViewBox .box .boxImage .courseImg {
  width: 138px;
  height: 76px;
}

.courseAndLessonPlan.trainee .boxOuter.listViewBox .box .courseDetails {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.courseAndLessonPlan.trainee .boxOuter.listViewBox .box .courseDetails .data {
  flex-direction: column;
  justify-content: center;
}

.courseAndLessonPlan.trainee .boxOuter.listViewBox .box .courseDetails .dataLower {
  flex-direction: row;
  gap: 36px;
}

.courseAndLessonPlan.trainee .boxOuter.listViewBox .box .courseDetails .dataLower .ratingBy {
  position: relative;
}

.courseAndLessonPlan.trainee .boxOuter.listViewBox .box .courseDetails .dataLower .ratingBy::after {
  content: '';
  border-right: 1px solid #DAE0EF;
  right: -18px;
  height: 12px;
  position: absolute;
}




@media (max-width: 991px) {
  .courseAndLessonPlan.trainee .boxOuter {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}


@media (max-width: 767px) {
  .courseAndLessonPlan.trainee .boxOuter {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .courseAndLessonPlan.trainee .boxOuter.listViewBox .box {
    flex-direction: column;
  }

  .courseAndLessonPlan.trainee .boxOuter.listViewBox .box .boxImage .courseImg {
    width: 100%;
    height: auto;
  }

  .courseAndLessonPlan.trainee .boxOuter.listViewBox .box .courseDetails {
    flex-direction: column;
  }

  .courseAndLessonPlan.trainee .boxOuter.listViewBox .box .courseDetails .dataLower {
    flex-direction: column;
    gap: 16px;
  }

  .courseAndLessonPlan.trainee .boxOuter.listViewBox .box .courseDetails .dataLower .ratingBy::after {
    border: none;
  }

  .courseAndLessonPlan.trainee .pageHeader {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .courseAndLessonPlan.trainee .pageHeader .viewOuter {
    flex-direction: column;
    align-items: flex-start;
  }
}



.coursePlanDetails.trainee {
  padding: 20px;
}

.coursePlanDetails.trainee .pageTitle {
  display: flex;
  align-items: center;
  gap: 6px;
}

.coursePlanDetails.trainee .pageTitle .label {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  color: #2A3ACD;
}

.coursePlanDetails.trainee .pageTitle {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
  width: fit-content;
}

.coursePlanDetails.trainee .pageHeader {
  display: flex;
  gap: 12px;
  padding: 20px;
  border: 1px solid #DAE0EF;
  background: #fff;
  border-radius: 14px;
  padding: 14px 20px;
}

.coursePlanDetails.trainee .pageHeader .courseImg {
  width: 100px;
  height: 56px;
}

.coursePlanDetails.trainee .pageHeader .headData {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.coursePlanDetails.trainee .pageHeader .headData .heading {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 28.64px;
  text-align: left;
  color: #040510;
}

.coursePlanDetails.trainee .pageHeader .headData .desc {
  display: flex;
  gap: 20px;
  align-items: center;
}

.coursePlanDetails.trainee .pageHeader .headData .desc .title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  color: #8A9BC2;
}

.coursePlanDetails.trainee .pageHeader .headData .desc .title .subTitle {
  margin-left: 4px;
  color: #3E4E75;
}

.coursePlanDetails.trainee .pageHeader .headData .desc .divider {
  border-right: 1px solid #B1BCD8;
  height: 13px;
  margin: 0;
}

.coursePlanDetails.trainee table.table {
  border: 1px solid #dae0ef;
  border-radius: 14px;
  margin-top: 8px;
  border-collapse: separate;
  border-spacing: 0;
}

.coursePlanDetails.trainee table.table thead th {
  border: none;
  height: 44px;
}

.coursePlanDetails.trainee table.table thead th .headerText {
  font-size: 14px;
  font-weight: 600;
  line-height: 18.23px;
  text-align: left;
  color: #3E4E75;
  margin: 0;
  display: flex;
  gap: 4px;
  align-items: center;
  width: max-content;
}

.coursePlanDetails.trainee table.table thead th:nth-of-type(1) {
  border-top-left-radius: 14px;
}

.coursePlanDetails.trainee table.table thead th:nth-last-child(1) {
  border-top-right-radius: 14px;
}

.coursePlanDetails.trainee table.table thead th .headerText.center {
  justify-content: center;
}

.coursePlanDetails.trainee table.table tbody tr td .tableText {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  color: #3E4E75;
  margin: 0;
}

.coursePlanDetails.trainee table.table tbody tr td .grade {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
  background: #DAE0EF;
  padding: 2px 3px;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  border-radius: 4px;
  width: 23px;
}

.coursePlanDetails.trainee table.table tbody tr td .status {
  width: fit-content;
  font-family: DM Sans;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  text-align: left;
  color: #fff;
  border-radius: 4px;
  padding: 2px 6px;
  margin: 0;
}

.coursePlanDetails.trainee table.table tbody tr td .status.inprogress {
  background: #25AE8D;
}

.coursePlanDetails.trainee table.table tbody tr td .status.completed {
  background: #17A1FA;
}

.coursePlanDetails.trainee table.table tbody tr td .status.notstarted {
  background: #8A9BC2;
}

.coursePlanDetails.trainee table.table tbody tr td .tableText.center {
  text-align: center;
}

.coursePlanDetails.trainee table.table tbody tr:nth-last-child(1) td:nth-of-type(1) {
  border-bottom-left-radius: 14px;
}

.coursePlanDetails.trainee table.table tbody tr:nth-last-child(1) td:nth-last-child(1) {
  border-bottom-right-radius: 14px;
}

.coursePlanDetails.trainee table.table tbody tr td {
  padding-top: 5px;
  padding-bottom: 5px;
}

.coursePlanDetails.trainee .tableHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
}

.coursePlanDetails.trainee .tableHeader .left {
  display: flex;
  align-items: center;
  gap: 6px;
}

.coursePlanDetails.trainee .tableHeader .left .text {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: center;
  color: #8A9BC2;
  margin: 0;
}

.coursePlanDetails.trainee .tableHeader form .input-group {
  min-width: 280px;
}

.coursePlanDetails.trainee .tableHeader form .input-group .input-group-text {
  background: #fff;
  border-left: none;
}

.coursePlanDetails.trainee .tableHeader form .input-group .input-group-text {
  background: #fff;
  border-left: none;
  border-radius: 6px;
}

.coursePlanDetails.trainee .tableHeader form .input-group .form-control {
  border: 1px solid #DAE0EF;
  border-right: none;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  color: #B1BCD8;
}


@media (max-width: 767px) {
  .coursePlanDetails.trainee .pageHeader {
    flex-direction: column;
  }

  .coursePlanDetails.trainee .pageHeader .courseImg {
    width: 100%;
    height: auto;
  }

  .coursePlanDetails.trainee .pageHeader .headData .desc {
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
  }

  .coursePlanDetails.trainee .pageHeader .headData .desc .divider {
    display: none;
  }

  .coursePlanDetails.trainee .tableHeader {
    gap: 10px;
  }

  .coursePlanDetails.trainee .tableHeader form .input-group {
    min-width: auto;
  }

  .coursePlanDetails.trainee .tableFooter {
    flex-direction: column;
    gap: 16px;
  }

  .coursePlanDetails.trainee .tableFooter {
    flex-direction: column;
    gap: 16px;
    justify-content: flex-start;
    margin-top: 16px;
  }

}


.courseProgressionStatus.trainee {
  padding: 20px;
}


.courseProgressionStatus.trainee .boxOuter {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.courseProgressionStatus.trainee .boxOuter .box {
  background: #fff;
  border-radius: 14px;
  padding: 14px 14px 20px 14px;
  border: 1px solid #DAE0EF;
  gap: 12px;
  display: flex;
  flex-direction: column;
}

.courseProgressionStatus.trainee .boxOuter .box:hover {
  box-shadow: 0px 0px 20px 0px #00000026;
}

.courseProgressionStatus.trainee .boxOuter .box .boxImage {
  position: relative;
}

.courseProgressionStatus.trainee .boxOuter .box .boxImage .courseImg {
  max-width: 100%;
  width: 100%;
  border-radius: 8px;
}

.courseProgressionStatus.trainee .boxOuter .box .boxImage .enrolled {
  position: absolute;
  left: 5px;
  top: 5px;
  padding: 2px 6px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.courseProgressionStatus.trainee .boxOuter .box .boxImage .enrolled.inprogress {
  background: #25AE8D;
}

.courseProgressionStatus.trainee .boxOuter .box .boxImage .enrolled.notStarted {
  background: #8A9BC2;
}

.courseProgressionStatus.trainee .boxOuter .box .boxImage .enrolled.completed {
  background: #17A1FA;
}

.courseProgressionStatus.trainee .boxOuter .box .boxImage .enrolled .courseStatus {
  color: #fff;
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  text-align: left;
}

.courseProgressionStatus.trainee .boxOuter .box .courseDetails {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
}

.courseProgressionStatus.trainee .boxOuter .box .courseDetails .data {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.courseProgressionStatus.trainee .boxOuter .box .courseDetails .data .lessonCount {
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  text-align: left;
  margin: 0;
  color: #3E4E75;
}

.courseProgressionStatus.trainee .boxOuter .box .courseDetails .data .lessonDetails {
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  text-align: left;
  margin: 0;
  color: #040510;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 45px;
}

.courseProgressionStatus.trainee .boxOuter .box .courseDetails .dataLower {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.courseProgressionStatus.trainee .boxOuter .box .courseDetails .viewDetails {
  display: flex;
  gap: 6px;
  align-items: center;
}

.courseProgressionStatus.trainee .boxOuter .box .courseDetails .viewDetails .viewDetailsText {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  color: #2A3ACD;
}


/* list view */
.courseProgressionStatus.trainee .boxOuter.listViewBox {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.courseProgressionStatus.trainee .boxOuter.listViewBox .box {
  flex-direction: row;
  gap: 16px;
  padding: 16px 20px;
}

.courseProgressionStatus.trainee .boxOuter.listViewBox .box .boxImage .courseImg {
  width: 138px;
  height: 76px;
}

.courseProgressionStatus.trainee .boxOuter.listViewBox .box .courseDetails {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.courseProgressionStatus.trainee .boxOuter.listViewBox .box .courseDetails .data {
  flex-direction: column;
  justify-content: space-between;
}

.courseProgressionStatus.trainee .boxOuter.listViewBox .box .courseDetails .dataLower {
  flex-direction: row;
  gap: 36px;
}



@media (max-width: 991px) {
  .courseProgressionStatus.trainee .boxOuter {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}


@media (max-width: 767px) {
  .courseProgressionStatus.trainee .boxOuter {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .courseProgressionStatus.trainee .boxOuter.listViewBox .box {
    flex-direction: column;
  }

  .courseProgressionStatus.trainee .boxOuter.listViewBox .box .boxImage .courseImg {
    width: 100%;
    height: auto;
  }

  .courseProgressionStatus.trainee .boxOuter.listViewBox .box .courseDetails {
    flex-direction: column;
  }

  .courseProgressionStatus.trainee .boxOuter.listViewBox .box .courseDetails .dataLower {
    flex-direction: column;
    gap: 16px;
  }
}


.courseStatus.trainee {
  padding: 20px;
}

.courseStatus.trainee .pageHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.courseStatus.trainee .pageHeader .pageTitle {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  color: #2A3ACD;
  margin: 0px;
  display: flex;
  gap: 6px;
  align-items: center;
}

.courseStatus.trainee .pageHeader .viewOuter {
  display: flex;
  gap: 8px;
}

.courseStatus.trainee .pageHeader .viewOuter .listview {
  display: none;
}

.courseStatus.trainee .pageHeader .viewOuter .gridview {
  display: none;
}

.courseStatus.trainee .pageHeader .viewOuter .listview.active {
  display: block;
}

.courseStatus.trainee .pageHeader .viewOuter .gridview.active {
  display: block;
}


.courseStatus.trainee .boxOuter {
  display: grid;
  /* grid-template-columns: repeat(4, minmax(0, 1fr)); */
  gap: 20px;
  margin-top: 14px;
}

.courseStatus.trainee .boxOuter .box {
  display: flex;
}

.courseStatus.trainee .boxOuter .box .boxImage {
  position: relative;
}

.courseStatus.trainee .boxOuter .box .boxImage .courseImg {
  max-width: 100%;
  width: 100%;
}

.courseStatus.trainee .boxOuter .box .boxImage .enrolled {
  position: absolute;
  left: 4px;
  top: 4px;
  background: #25AE8D;
  padding: 1px 4px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.courseStatus.trainee .boxOuter .box .boxImage .enrolled .enrolledText {
  color: #fff;
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  text-align: left;
}

.courseStatus.trainee .boxOuter .box .courseDetails {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
}

.courseStatus.trainee .boxOuter .box .courseDetails .data {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.courseStatus.trainee .boxOuter .box .courseDetails .data .lessonCount {
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  text-align: left;
  margin: 0;
  color: #3E4E75;
}

.courseStatus.trainee .boxOuter .box .courseDetails .data .lessonDetails {
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
  margin: 0;
  color: #040510;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.courseStatus.trainee .boxOuter .box .courseDetails .dataLower {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.courseStatus.trainee .boxOuter .box .courseDetails .data .ratingBy .admin {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.courseStatus.trainee .boxOuter .box .courseDetails .data .ratingBy {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  margin: 0;
  color: #8A9BC2;
  display: flex;
  gap: 4px;
  align-items: center;
}

.courseStatus.trainee .boxOuter .box .courseDetails .viewDetails {
  display: flex;
  gap: 6px;
  align-items: center;
  flex-direction: column;
}

.courseStatus.trainee .boxOuter .box .courseDetails .viewDetails .viewDetailsText {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.23px;
  text-align: left;
  color: #3E4E75;
}


/* list view */
.courseStatus.trainee .boxOuter.listViewBox {
  background: #fff;
  border-radius: 14px;
  padding: 14px;
  border: 1px solid #DAE0EF;
}

.courseStatus.trainee .boxOuter.listViewBox .box {
  flex-direction: row;
  gap: 16px;
}

.courseStatus.trainee .boxOuter.listViewBox .box .boxImage .courseImg {
  width: 138px;
  height: 76px;
  border-radius: 8px;
}

.courseStatus.trainee .boxOuter.listViewBox .box .courseDetails {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.courseStatus.trainee .boxOuter.listViewBox .box .courseDetails .data {
  flex-direction: column;
  justify-content: space-between;
}

.courseStatus.trainee .boxOuter.listViewBox .box .courseDetails .dataLower {
  flex-direction: row;
  gap: 36px;
}

.courseStatus.trainee .boxOuter.listViewBox .box .courseDetails .dataLower .ratingBy {
  position: relative;
}

.courseStatus.trainee .boxOuter.listViewBox .box .courseDetails .dataLower .ratingBy::after {
  content: '';
  border-right: 1px solid #DAE0EF;
  right: -18px;
  height: 12px;
  position: absolute;
}

.courseStatus.trainee .boxOuter.listViewBox .graphs {
  display: flex;
  justify-content: space-around;
  border-top: 1px solid #DAE0EF;
  padding-top: 20px;
}

.courseStatus.trainee .boxOuter.listViewBox .graphs .chartOuter {
  text-align: center;
  margin: 0 auto;
}

.courseStatus.trainee .boxOuter.listViewBox .graphs .chartOuter .chartHeading {
  font-family: DM Sans;
  font-size: 20px;
  font-weight: 600;
  line-height: 26.04px;
  color: #3E4E75;
  text-align: center;
}

.courseStatus.trainee .boxOuter.listViewBox .graphs .chartOuter .chartDetailsOuter {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-top: 32px;
  padding-bottom: 50px;
}

.courseStatus.trainee .boxOuter.listViewBox .graphs .chartOuter .chartDetailsOuter .chartDetails {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
}

.courseStatus.trainee .boxOuter.listViewBox .graphs .chartOuter .chartDetailsOuter .chartDetails .dataInner {
  display: flex;
  align-items: center;
  gap: 8px;
}

.courseStatus.trainee .boxOuter.listViewBox .graphs .chartOuter .chartDetailsOuter .chartDetails .dataInner .colorCode {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  margin: 0;
}

.courseStatus.trainee .boxOuter.listViewBox .graphs .chartOuter .chartDetailsOuter .chartDetails .dataInner .colorCode.completed {
  background: #17A1FA;
}

.courseStatus.trainee .boxOuter.listViewBox .graphs .chartOuter .chartDetailsOuter .chartDetails .dataInner .colorCode.inprogress {
  background: #25AE8D;
}

.courseStatus.trainee .boxOuter.listViewBox .graphs .chartOuter .chartDetailsOuter .chartDetails .dataInner .colorCode.notStarted {
  background: #B1BCD8;
}

.courseStatus.trainee .boxOuter.listViewBox .graphs .chartOuter .chartDetailsOuter .chartDetails .dataInner .colorCode.missed {
  background: #D94747;
}



.courseStatus.trainee .boxOuter.listViewBox .graphs .chartOuter .chartDetailsOuter .chartDetails .dataInner .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  color: #3E4E75;
  margin: 0;
}

.courseStatus.trainee .boxOuter.listViewBox .graphs .chartOuter .chartDetailsOuter .chartDetails .count {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  color: #040510;
}

.courseStatus.trainee .boxOuter.listViewBox .graphs .divideLine {
  border-right: 1px solid #DAE0EF;
  width: 1px;
  margin-top: 40px;
  margin-bottom: 50px;
}






@media (max-width: 991px) {}


@media (max-width: 767px) {
  .courseStatus.trainee .boxOuter.listViewBox .box {
    flex-direction: column;
  }

  .courseStatus.trainee .boxOuter.listViewBox .box .boxImage .courseImg {
    width: 100%;
    height: auto;
  }

  .courseStatus.trainee .boxOuter.listViewBox .box .courseDetails {
    flex-direction: column;
  }

  .courseStatus.trainee .boxOuter.listViewBox .box .courseDetails .dataLower {
    flex-direction: column;
    gap: 16px;
  }

  .courseStatus.trainee .boxOuter.listViewBox .box .courseDetails .dataLower .ratingBy::after {
    border: none;
  }

  .courseStatus.trainee .boxOuter.listViewBox .graphs {
    flex-direction: column;
  }

  .courseStatus.trainee .boxOuter.listViewBox .graphs .divideLine {
    display: none;
  }
}



.globalChat.trainee {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.globalChat.trainee .chatBoxOuter {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.globalChat.trainee .input-group-search {
  min-width: 320px;
}

.globalChat.trainee .input-group-search .form-control {
  border: 1px solid #DAE0EF;
  border-right: none;
  border-radius: 6px;
  padding: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  color: #B1BCD8;
  height: 42px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
}

.globalChat.trainee .input-group-search .input-group-text {
  background: #fff;
  border-left: none;
  height: 42px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.globalChat.trainee .chatBoxOuter .input-group-search {
  background: #fff;
  padding: 24px;
  border-radius: 14px;
  border: 1px solid #DAE0EF;
  width: 100%;
  display: flex;
}

.globalChat.trainee .chatBoxOuter .userMsg {
  display: flex;
  gap: 16px;
  background: #fff;
  align-items: flex-start;
  padding: 18px 24px;
  border: 1px solid #DAE0EF;
  border-radius: 14px;
}

.globalChat.trainee .chatBoxOuter .userMsg .userMsgUser {
  width: 38px;
  height: 38px;
}

.globalChat.trainee .chatBoxOuter .userMsg .userMsgDetails {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.globalChat.trainee .chatBoxOuter .userMsg .userMsgDetails .writeMsg {
  position: relative;
}

.globalChat.trainee .chatBoxOuter .userMsg .userMsgDetails .writeMsg .userMsgDetailsInput {
  border: none;
  border-bottom: 1px solid #DAE0EF;
  border-radius: 6px;
  padding: 8px 12px 8px 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  color: #B1BCD8;
  height: 34px;
  outline: none;
  box-shadow: none;
  width: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.globalChat.trainee .chatBoxOuter .userMsg .userMsgDetails .writeMsg .msgSend {
  position: absolute;
  top: 6px;
  right: 0px;
}

.globalChat.trainee .chatBoxOuter .userMsg .userMsgDetails .attachments {
  display: flex;
  gap: 10px;
  align-items: center;
}

.globalChat.trainee .chatBoxOuter .userMsg .userMsgDetails .attachments .attachmentsInner {
  border: 1px solid #2A3ACD;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 50px;
}

.globalChat.trainee .chatBoxOuter .userMsg .userMsgDetails .attachments .attachmentsInner .text {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #2A3ACD;
}

.globalChat.trainee .chats {
  display: flex;
  gap: 16px;
  background: #fff;
  align-items: flex-start;
  padding: 18px 24px;
  border: 1px solid #DAE0EF;
  border-radius: 14px;
  flex-direction: column;
}

.globalChat.trainee .chats .comment {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
}

.globalChat.trainee .chats .comment .commentDetails {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}

.globalChat.trainee .chats .comment .commentDetails .commentHead {
  display: flex;
  justify-content: space-between;
}

.globalChat.trainee .chats .comment .commentDetails .commentHead .commentHeadInner {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.globalChat.trainee .chats .comment .commentDetails .commentHead .commentHeadInner .userLabel {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.83px;
  color: #3E4E75;
  display: flex;
  gap: 6px;
  width: max-content;
}

.globalChat.trainee .chats .comment .commentDetails .commentHead .commentHeadInner .userLabel .commentUserName {
  font-weight: 500;
  color: #040510;
}

.globalChat.trainee .chats .comment .commentDetails .commentHead .commentHeadInner .commentTime {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #8A9BC2;
}

.globalChat.trainee .chats .comment .commentDetails .promoImg {
  width: 100%;
}

.globalChat.trainee .chats .comment .commentDetails .commentActions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.globalChat.trainee .chats .comment .commentDetails .commentActions .btnSet {
  display: flex;
  gap: 12px;
}

.globalChat.trainee .chats .comment .commentDetails .commentActions .btnSet .btn.btn-primary.cancelBtn {
  text-align: left;
  margin: 0;
  height: max-content;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.globalChat.trainee .chats .comment .commentDetails .commentActions .commentCount {
  display: flex;
  gap: 16px;
  align-items: center;
}

.globalChat.trainee .chats .comment .commentDetails .commentActions .commentCount .likeCount {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #8A9BC2;
}

.globalChat.trainee .chats .comment .commentDetails .commentActions .commentCount .commentDivider {
  border-right: 1px solid #DAE0EF;
  height: 11px;
}

.globalChat.trainee .chats .comment .commentDetails .commentActions .commentCountText {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #8A9BC2;
}

.globalChat.trainee .chats .chatDivider {
  border-bottom: 1px solid #DAE0EF;
  width: calc(100% - 43px);
  margin-left: 43px;
  height: 1px;
}

.globalChat.trainee .chats .chatDivider.Full {
  margin: 0;
  width: 100%;
}

.globalChat.trainee .chats .comment .commentUserImg {
  width: 40px;
  height: 40px;
}

.globalChat.trainee .chats .comment .input-group-comment .form-control {
  border: 1px solid #DAE0EF;
  border-radius: 6px;
  padding: 12px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  color: #B1BCD8;
  height: 42px;
  width: 100%;
  box-shadow: none;
}

.globalChat.trainee .chats .comment .input-group-comment {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.globalChat.trainee .chats .comment .input-group-comment .input-group-comment-Inner {
  position: absolute;
  right: 12px;
  top: 12px;
  display: flex;
  gap: 24px;
}

.globalChat.trainee .chats .comment .commentDetails .commentDetailsText {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.globalChat.trainee .chats .comment .commentDetails .commentDetailsText .commentText {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #3E4E75;
}

.globalChat.trainee .chats .comment .commentDetails .commentDetailsText .btn.btn-primary.cancelBtn {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 50px;
  margin: 0;
}

.globalChat.trainee .chats .comment .commentDetails .commentActions .btn.btn-primary.cancelBtn {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 50px;
  margin: 0;
  width: fit-content;
}

.globalChat.trainee .chats .comment .input-group-comment .btn.btn-primary.cancelBtn {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 50px;
  margin: 0;
  width: fit-content;
}

.globalChat.trainee .chatGroupOuter {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.globalChat.trainee .chatGroupOuter .members {
  background: #fff;
  border: 1px solid #DAE0EF;
  border-radius: 14px;
  padding: 20px;
}

.globalChat.trainee .chatGroupOuter .members .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.globalChat.trainee .chatGroupOuter .members .head .heading {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 26.04px;
  text-align: left;
  color: #040510;
}

.globalChat.trainee .chatGroupOuter .members .head .allMembers {
  display: flex;
  gap: 6px;
  align-items: center;
}

.globalChat.trainee .chatGroupOuter .members .head .allMembers .title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  color: #2A3ACD;
}


.globalChat.trainee .chatGroupOuter .members .membersTab {
  margin-top: 15px;
}

.globalChat.trainee .chatGroupOuter .members .membersTab .nav.nav-pills {
  border: 1px solid #DAE0EF !important;
  padding: 4px;
  border-radius: 6px;
  width: max-content;
}

.globalChat.trainee .chatGroupOuter .members .membersTab .nav.nav-pills .nav-link {
  padding: 5px 12px;
  font-size: 14px;
  font-weight: 500 !important;
  line-height: 20px;
  text-align: left;
  color: #2A3ACD !important;
}

.globalChat.trainee .chatGroupOuter .members .membersTab .nav.nav-pills .nav-link.active {
  background: #E5EDFF;
  border-radius: 6px;
}

.globalChat.trainee .chatGroupOuter .members .membersTab .tab-content .tab-pane .userList {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.globalChat.trainee .chatGroupOuter .members .membersTab .tab-content .tab-pane .userList .user {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}

.globalChat.trainee .chatGroupOuter .members .membersTab .tab-content .tab-pane .userList .user::after {
  content: '';
  border-bottom: 1px solid #DAE0EF;
  position: absolute;
  bottom: -6px;
  left: 50px;
  right: 0;
}

.globalChat.trainee .chatGroupOuter .members .membersTab .tab-content .tab-pane .userList .user:nth-last-child(1)::after {
  border: none;
}

.globalChat.trainee .chatGroupOuter .members .membersTab .tab-content .tab-pane .userList .user .userName {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: #000000;
}

.globalChat.trainee .chatGroupOuter .members .membersTab .tab-content .tab-pane .userList .user .status {
  width: 10px;
  height: 10px;
  position: absolute;
  left: 28px;
  top: 28px;
  border-radius: 50px;
  border: 1px solid #ffffff;
}

.globalChat.trainee .chatGroupOuter .members .membersTab .tab-content .tab-pane .userList .user .status.live {
  background: #25EC5D;
}

.globalChat.trainee .chatGroupOuter .members .membersTab .tab-content .tab-pane .userList .user .status.away {
  background: #8A9BC2;
}


/* activity */
.globalChat.trainee .chatGroupOuter .activity {
  background: #fff;
  border: 1px solid #DAE0EF;
  border-radius: 14px;
  padding: 20px;
}

.globalChat.trainee .chatGroupOuter .activity .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.globalChat.trainee .chatGroupOuter .activity .head .heading {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 26.04px;
  text-align: left;
  color: #040510;
}

.globalChat.trainee .chatGroupOuter .activity .head .allMembers {
  display: flex;
  gap: 6px;
  align-items: center;
}

.globalChat.trainee .chatGroupOuter .activity .head .allMembers .title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  color: #2A3ACD;
}


.globalChat.trainee .chatGroupOuter .activity .userList {
  display: flex;
  flex-direction: column;
  gap: 26px;
  margin-top: 28px;
}

.globalChat.trainee .chatGroupOuter .activity .userList .user {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  position: relative;
}

.globalChat.trainee .chatGroupOuter .activity .userList .user::after {
  content: '';
  border-bottom: 1px solid #DAE0EF;
  position: absolute;
  bottom: -10px;
  left: 50px;
  right: 0;
}

.globalChat.trainee .chatGroupOuter .activity .userList .user:nth-last-child(1)::after {
  border: none;
}

.globalChat.trainee .chatGroupOuter .activity .userList .user .details {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.globalChat.trainee .chatGroupOuter .activity .userList .user .details .userDetials {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  color: #3E4E75;
  margin: 0;
}

.globalChat.trainee .chatGroupOuter .activity .userList .user .userName {
  font-weight: 500;
  color: #2A3ACD;
}

.globalChat.trainee .chatGroupOuter .activity .userList .user .details .timePeriod {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.62px;
  text-align: left;
  color: #2A3ACD;
}

.globalChat.trainee .chatGroupOuter .activity .userList .user .details .userDetials .userGroup {
  margin-left: 6px;
}


.globalChat.trainee .chatGroupOuter .members .membersTab .tab-content .tab-pane .groupList .group {
  display: flex;
  align-items: center;
  gap: 12px;
}

.globalChat.trainee .chatGroupOuter .members .membersTab .tab-content .tab-pane .groupList .group .groupDetails {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.globalChat.trainee .chatGroupOuter .members .membersTab .tab-content .tab-pane .groupList .group .groupDetails .groupTitle {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
}

.globalChat.trainee .chatGroupOuter .members .membersTab .tab-content .tab-pane .groupList .group .groupDetails .activeTime {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.62px;
  color: #8A9BC2;
}

.globalChat.trainee .chatGroupOuter .members .membersTab .tab-content .tab-pane .groupList {
  display: flex;
  flex-direction: column;
  gap: 14px;
}


/* Modal css */
.globalChat.trainee .ratingReviewModal .modal-dialog {
  max-width: 532px !important;
}

.globalChat.trainee .ratingReviewModal .modal-body .modalHeadingOuter .modalHeading {
  margin-bottom: 20px;
}

.globalChat.trainee .ratingReviewModal .modal-body .modalHeadingOuter .close {
  position: absolute;
  top: 16px;
  right: 16px;
}

.globalChat.trainee .ratingReviewModal .modal-body .userData {
  background: #F2F3F8;
  border-radius: 10px;
  padding: 12px 16px;
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.globalChat.trainee .ratingReviewModal .modal-body .userData .userDetails {
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: flex-start;
}

.globalChat.trainee .ratingReviewModal .modal-body .userData .userDetails .userName {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.83px;
  color: #3E4E75;
}

.globalChat.trainee .ratingReviewModal .modal-body .userData .userDetails .type {
  display: flex;
  gap: 6px;
}

.globalChat.trainee .ratingReviewModal .modal-body .userData .userDetails .type .typeText {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #8A9BC2;
}

.globalChat.trainee .ratingReviewModal .modal-body .textEditor {
  width: 100%;
}


/* Modal css ends */




.globalChat.trainee .ratingReviewModal #deleteModal .modal-body .modalHeadingOuter .modalHeading {
  justify-content: center;
}

.globalChat.trainee .ratingReviewModal #deleteModal .modal-body .btnSet {
  justify-content: center;
}

.globalChat.trainee .ratingReviewModal #deleteModal .modal-body .btnSet .cancelbtn,
.globalChat.trainee .ratingReviewModal #deleteModal .modal-body .btnSet .deletebtn {
  border-radius: 6px;
}


@media (max-width: 991px) {
  .globalChat.trainee {
    flex-direction: column;
  }
}


@media (max-width: 767px) {
  .globalChat.trainee .chatBoxOuter .input-group-search {
    padding: 16px;
  }

  .globalChat.trainee .chatBoxOuter .userMsg {
    padding: 16px;
  }

  .globalChat.trainee .chatBoxOuter .userMsg .userMsgDetails .attachments {
    flex-direction: column;
  }

  .globalChat.trainee .chatBoxOuter .userMsg .userMsgDetails .attachments .attachmentsInner {
    width: 100%;
    justify-content: center;
  }

  .globalChat.trainee .chats .comment .commentDetails .commentActions {
    flex-direction: column;
    align-items: baseline;
    gap: 12px;
  }

  .globalChat.trainee .chats .comment .commentDetails .commentHead {
    flex-direction: column;
    align-items: baseline;
  }

  .globalChat.trainee .chats {
    padding: 16px;
  }

  .globalChat.trainee .chats .comment .input-group-comment .input-group-comment-Inner {
    gap: 10px;
  }

  .globalChat.trainee .chats .comment .commentDetails .commentDetailsText {
    flex-direction: column;
    align-items: baseline;
    gap: 12px;
  }

  .globalChat.trainee .chats .comment .comment {
    margin-left: -30px;
  }

  .globalChat.trainee .chats .comment .commentDetails .commentHead .moreOuter .morePopup {
    left: 0;
  }

}



.homepage.trainee {
  padding: 20px;
}

.homepage.trainee .pageTitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 26.04px;
  text-align: left;
  color: #040510;
  margin-bottom: 20px;
}

.homepage.trainee .bannerBox {
  border: 1px solid #DAE0EF;
  border-radius: 14px;
  background: #fff;
}

.homepage.trainee .bannerBox .bannerBg {
  width: 100%;
}

.homepage.trainee .bannerBox .bannerData {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 10px 20px 16px 20px;
  align-items: center;
}

.homepage.trainee .bannerBox .bannerData .bannerUser {
  position: absolute;
  left: 40px;
  bottom: 16px;
}

.homepage.trainee .bannerBox .bannerData .data {
  padding-left: 195px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.homepage.trainee .bannerBox .bannerData .data .userName {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 26.04px;
  text-align: left;
  color: #040510;
}

.homepage.trainee .bannerBox .bannerData .data .progressLabel {
  font-size: 12px;
  font-weight: 400;
  line-height: 15.62px;
  text-align: left;
  color: #3E4E75;
  margin: 0;
}

.homepage.trainee .bannerBox .bannerData .data .progressLabel .percentage {
  font-weight: 600;
  color: #040510;
}

.homepage.trainee .bannerBox .bannerData .button.editProfile {
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  color: #2A3ACD;
  border: 1px solid #2A3ACD;
  padding: 8px 12px;
  margin: 0;
  height: max-content;
  border-radius: 6px;
  background-color: #fff;
}


.homepage.trainee .links .boxOuter {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
  margin-top: 24px;
}

.homepage.trainee .links .boxOuter .box {
  padding: 20px 16px;
  background: #FFFFFF;
  border: 1px solid #DAE0EF;
  border-radius: 14px;
}

.homepage.trainee .links .boxOuter .box .imageBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.homepage.trainee .links .boxOuter .box .imageBox .arrow {
  border: 1px solid #2A3ACD;
  border-radius: 10px;
  padding: 10px;
}

.homepage.trainee .links .boxOuter .box .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 23.44px;
  text-align: left;
  color: #040510;
  margin: 0;
  padding-top: 20px;
}

.homepage.trainee .links .boxOuter .box .subTitle {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  color: #3E4E75;
  padding-top: 6px;
}


.homepage.trainee .upcomingTasks {
  padding-top: 24px;
}

.homepage.trainee .upcomingTasks .heading {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 26.04px;
  text-align: left;
  color: #040510;
}

.homepage.trainee .upcomingTasks .boxOuter {
  display: grid;
  margin-top: 13px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.homepage.trainee .upcomingTasks .boxOuter .box {
  background: #FFFFFF;
  border: 1px solid #DAE0EF;
  border-radius: 14px;
  padding: 20px 16px;
  display: flex;
  gap: 14px;
}

.homepage.trainee .upcomingTasks .boxOuter .box .data {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.homepage.trainee .upcomingTasks .boxOuter .box .data .dataLeft {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.homepage.trainee .upcomingTasks .boxOuter .box .data .dataLeft .classStatus {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 23.44px;
  text-align: left;
  color: #040510;
}

.homepage.trainee .upcomingTasks .boxOuter .box .data .dataLeft .className {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  color: #3E4E75;
}

.homepage.trainee .upcomingTasks .boxOuter .box .data .dataLeft .dateTimeOuter {
  display: flex;
  align-items: center;
  gap: 4px;
}

.homepage.trainee .upcomingTasks .boxOuter .box .data .dataLeft .dateTimeOuter .date {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  color: #3E4E75;
}

.homepage.trainee .upcomingTasks .boxOuter .box .data .viewDetails {
  display: flex;
  align-items: center;
  gap: 6px;
}

.homepage.trainee .upcomingTasks .boxOuter .box .data .viewDetails .label {
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  color: #2A3ACD;
  margin: 0;
}


.homepage.trainee .community {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
}

.homepage.trainee .community .heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 26.04px;
  text-align: left;
  color: #040510;
}

.homepage.trainee .community .communityInner {
  display: flex;
  gap: 20px;
}

.homepage.trainee .community .communityInner .left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 35%;
}

/* Members */
.homepage.trainee .community .communityInner .left .members {
  background: #fff;
  border: 1px solid #DAE0EF;
  border-radius: 14px;
  padding: 20px;
}

.homepage.trainee .community .communityInner .left .members .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.homepage.trainee .community .communityInner .left .members .head .heading {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 26.04px;
  text-align: left;
  color: #040510;
}

.homepage.trainee .community .communityInner .left .members .head .allMembers {
  display: flex;
  gap: 6px;
  align-items: center;
}

.homepage.trainee .community .communityInner .left .members .head .allMembers .title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  color: #2A3ACD;
}


.homepage.trainee .community .communityInner .left .members .membersTab {
  margin-top: 15px;
}

.homepage.trainee .community .communityInner .left .members .membersTab .nav.nav-pills {
  border: 1px solid #DAE0EF !important;
  padding: 4px;
  border-radius: 6px;
  width: max-content;
}

.homepage.trainee .community .communityInner .left .members .membersTab .nav.nav-pills .nav-link {
  padding: 5px 12px;
  font-size: 14px;
  font-weight: 500 !important;
  line-height: 20px;
  text-align: left;
  color: #2A3ACD !important;
}

.homepage.trainee .community .communityInner .left .members .membersTab .nav.nav-pills .nav-link.active {
  background: #E5EDFF;
  border-radius: 6px;
}

.homepage.trainee .community .communityInner .left .members .membersTab .tab-content .tab-pane .userList {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.homepage.trainee .community .communityInner .left .members .membersTab .tab-content .tab-pane .userList .user {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}

.homepage.trainee .community .communityInner .left .members .membersTab .tab-content .tab-pane .userList .user::after {
  content: '';
  border-bottom: 1px solid #DAE0EF;
  position: absolute;
  bottom: -6px;
  left: 50px;
  right: 0;
}

.homepage.trainee .community .communityInner .left .members .membersTab .tab-content .tab-pane .userList .user:nth-last-child(1)::after {
  border: none;
}

.homepage.trainee .community .communityInner .left .members .membersTab .tab-content .tab-pane .userList .user .userName {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: #000000;
}

.homepage.trainee .community .communityInner .left .members .membersTab .tab-content .tab-pane .userList .user .status {
  width: 10px;
  height: 10px;
  position: absolute;
  left: 28px;
  top: 28px;
  border-radius: 50px;
  border: 1px solid #ffffff;
}

.homepage.trainee .community .communityInner .left .members .membersTab .tab-content .tab-pane .userList .user .status.live {
  background: #25EC5D;
}

.homepage.trainee .community .communityInner .left .members .membersTab .tab-content .tab-pane .userList .user .status.away {
  background: #8A9BC2;
}


/* activity */
.homepage.trainee .community .communityInner .left .activity {
  background: #fff;
  border: 1px solid #DAE0EF;
  border-radius: 14px;
  padding: 20px;
}

.homepage.trainee .community .communityInner .left .activity .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.homepage.trainee .community .communityInner .left .activity .head .heading {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 26.04px;
  text-align: left;
  color: #040510;
}

.homepage.trainee .community .communityInner .left .activity .head .allMembers {
  display: flex;
  gap: 6px;
  align-items: center;
}

.homepage.trainee .community .communityInner .left .activity .head .allMembers .title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  color: #2A3ACD;
}


.homepage.trainee .community .communityInner .left .activity .userList {
  display: flex;
  flex-direction: column;
  gap: 26px;
  margin-top: 28px;
}

.homepage.trainee .community .communityInner .left .activity .userList .user {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  position: relative;
}

.homepage.trainee .community .communityInner .left .activity .userList .user::after {
  content: '';
  border-bottom: 1px solid #DAE0EF;
  position: absolute;
  bottom: -10px;
  left: 50px;
  right: 0;
}

.homepage.trainee .community .communityInner .left .activity .userList .user:nth-last-child(1)::after {
  border: none;
}

.homepage.trainee .community .communityInner .left .activity .userList .user .details {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.homepage.trainee .community .communityInner .left .activity .userList .user .details .userDetials {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  color: #3E4E75;
  margin: 0;
}

.homepage.trainee .community .communityInner .left .activity .userList .user .userName {
  font-weight: 500;
  color: #2A3ACD;
}

.homepage.trainee .community .communityInner .left .activity .userList .user .details .timePeriod {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.62px;
  text-align: left;
  color: #2A3ACD;
}

.homepage.trainee .community .communityInner .left .activity .userList .user .details .userDetials .userGroup {
  margin-left: 6px;
}


/* Forum */
.homepage.trainee .community .communityInner .right {
  width: 65%;
}

.homepage.trainee .community .communityInner .right .forum {
  background: #fff;
  border: 1px solid #DAE0EF;
  border-radius: 14px;
  padding: 20px;
}

.homepage.trainee .community .communityInner .right .forum .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.homepage.trainee .community .communityInner .right .forum .head .heading {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 26.04px;
  text-align: left;
  color: #040510;
}

.homepage.trainee .community .communityInner .right .forum .head .allMembers {
  display: flex;
  gap: 6px;
  align-items: center;
}

.homepage.trainee .community .communityInner .right .forum .head .allMembers .title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  color: #2A3ACD;
}

.homepage.trainee .community .communityInner .right .forum .boxOuter {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 14px;
}

.homepage.trainee .community .communityInner .right .forum .boxOuter .box {
  border: 1px solid #DAE0EF;
  border-radius: 14px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.homepage.trainee .community .communityInner .right .forum .boxOuter .box .forumDetails {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.homepage.trainee .community .communityInner .right .forum .boxOuter .box .forumDetails .detailHeadOuter {
  display: flex;
  justify-content: space-between;
}

.homepage.trainee .community .communityInner .right .forum .boxOuter .box .forumDetails .detailHeadOuter .detailHead {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.homepage.trainee .community .communityInner .right .forum .boxOuter .box .forumDetails .detailHeadOuter .detailHead .label {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  color: #3E4E75;
}

.homepage.trainee .community .communityInner .right .forum .boxOuter .box .forumDetails .detailHeadOuter .detailHead .label .userName {
  color: #2A3ACD;
}

.homepage.trainee .community .communityInner .right .forum .boxOuter .box .forumDetails .detailHeadOuter .detailHead .label .replied {
  font-weight: 400;
}

.homepage.trainee .community .communityInner .right .forum .boxOuter .box .forumDetails .detailHeadOuter .detailHead .details {
  display: flex;
  gap: 20px;
}

.homepage.trainee .community .communityInner .right .forum .boxOuter .box .forumDetails .detailHeadOuter .detailHead .details .detailsInner {
  display: flex;
  gap: 6px;
  align-items: center;
}

.homepage.trainee .community .communityInner .right .forum .boxOuter .box .forumDetails .detailHeadOuter .detailHead .details .detailsInner .detailsLabel {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  color: #8A9BC2;
}

.homepage.trainee .community .communityInner .right .forum .boxOuter .box .forumDetails .detailHeadOuter .day {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: right;
  margin: 0;
  color: #3E4E75;
}

.homepage.trainee .community .communityInner .right .forum .boxOuter .box .forumDetails .forumline {
  margin: 0;
  border-color: #DAE0EF;
}

.homepage.trainee .community .communityInner .right .forum .boxOuter .box .forumDetails .msg {
  display: flex;
  align-items: center;
  gap: 12px;
}

.homepage.trainee .community .communityInner .right .forum .boxOuter .box .forumDetails .msg .msgText {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  color: #040510;
}





@media (max-width: 991px) {
  .homepage.trainee .links .boxOuter {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .homepage.trainee .upcomingTasks .boxOuter {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .homepage.trainee .community .communityInner .left {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 50%;
  }

  .homepage.trainee .community .communityInner .left {
    width: 50%;
  }

  .homepage.trainee .community .communityInner .right {
    width: 60%;
  }
}


@media (max-width: 767px) {
  .homepage.trainee .bannerBox .bannerBg {
    height: 150px;
  }

  .homepage.trainee .bannerBox .bannerData {
    flex-direction: column;
  }

  .homepage.trainee .bannerBox .bannerData .bannerUser {
    width: 100px;
    left: 20px;
    bottom: 80px;
  }

  .homepage.trainee .bannerBox .bannerData .data {
    padding-left: 100px;
  }

  .homepage.trainee .bannerBox .bannerData .button.editProfile {
    margin-left: 35px;
    margin-top: 20px;
  }

  .homepage.trainee .links .boxOuter {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .homepage.trainee .community .communityInner {
    flex-direction: column;
  }

  .homepage.trainee .community .communityInner .left {
    width: 100%;
  }

  .homepage.trainee .community .communityInner .right {
    width: 100%;
  }

  .homepage.trainee .upcomingTasks .boxOuter .box .data {
    flex-direction: column;
    gap: 20px;
  }

  .homepage.trainee .community .communityInner .right .forum .boxOuter .box .forumDetails .detailHeadOuter {
    flex-direction: column;
    gap: 20px;
  }
}



.inbox.trainee {
  padding: 20px;
}

.inbox.trainee .tableHeader .right {
  display: flex;
  gap: 12px;
}

/* date filter */
#filterModal .modal-dialog .modal-content .modal-body input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

#filterModal .modal-dialog .modal-content .modal-body .input-group {
  position: relative;
  display: flex;
  align-items: center;
}

#filterModal .modal-dialog .modal-content .modal-body input[type="date"] {
  padding-right: 40px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 8px 12px;
  width: 100%;
  font-size: 16px;
}

#filterModal .modal-dialog .modal-content .modal-body .input-group-text {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
}

#filterModal .modal-dialog .modal-content .modal-body input[type="date"]:focus {
  outline: none;
  border-color: #66afe9;
  box-shadow: 0 0 5px rgba(102, 175, 233, 0.6);
}

/* date filter */

.inbox.trainee .tableHeader .right .input-group {
  min-width: 320px;
}

.inbox.trainee table.table {
  border: 1px solid #dae0ef;
  border-radius: 14px;
  margin-top: 8px;
  border-collapse: separate;
  border-spacing: 0;
}

.inbox.trainee table.table thead th {
  border: none;
  height: 44px;
}

.inbox.trainee table.table thead th .headerText {
  font-size: 14px;
  font-weight: 600;
  line-height: 18.23px;
  text-align: left;
  color: #3E4E75;
  margin: 0;
  display: flex;
  gap: 4px;
  align-items: center;
  width: max-content;
}

.inbox.trainee table.table thead th .headerText.right {
  justify-content: flex-end;
  width: 100%;
}

.inbox.trainee table.table thead th:nth-of-type(1) {
  border-top-left-radius: 14px;
}

.inbox.trainee table.table thead th:nth-last-child(1) {
  border-top-right-radius: 14px;
}

.inbox.trainee table.table thead th .headerText.center {
  justify-content: center;
}

.inbox.trainee table.table tbody tr td .tableText {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  color: #3E4E75;
  margin: 0;
}

.inbox.trainee table.table tbody tr td .tableText.active {
  font-weight: 500;
  color: #2A3ACD;
}

.inbox.trainee table.table tbody tr td .tableText.expired {
  color: #B1BCD8;
  font-weight: 500;
}

.inbox.trainee table.table tbody tr td .grade {
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
  background: #DAE0EF;
  padding: 2px 3px;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  border-radius: 4px;
  width: 23px;
}

.inbox.trainee table.table tbody tr td .status {
  width: fit-content;
  font-family: DM Sans;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  text-align: left;
  color: #fff;
  border-radius: 4px;
  padding: 2px 6px;
  margin: 0;
}

.inbox.trainee table.table tbody tr td .status.inprogress {
  background: #25AE8D;
}

.inbox.trainee table.table tbody tr td .status.completed {
  background: #17A1FA;
}

.inbox.trainee table.table tbody tr td .status.notstarted {
  background: #8A9BC2;
}

.inbox.trainee table.table tbody tr td .tableText.center {
  text-align: center;
}

.inbox.trainee table.table tbody tr:nth-last-child(1) td:nth-of-type(1) {
  border-bottom-left-radius: 14px;
}

.inbox.trainee table.table tbody tr:nth-last-child(1) td:nth-last-child(1) {
  border-bottom-right-radius: 14px;
}

.inbox.trainee table.table tbody tr td {
  padding-top: 5px;
  padding-bottom: 5px;
}

.inbox.trainee .tableHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.inbox.trainee .tableHeader .left {
  display: flex;
  align-items: center;
  gap: 6px;
}

.inbox.trainee .tableHeader .left .text {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: center;
  color: #8A9BC2;
  margin: 0;
}

.inbox.trainee .tableHeader form .input-group {
  min-width: 280px;
}

.inbox.trainee .tableHeader form .input-group .input-group-text {
  background: #fff;
  border-left: none;
}

.inbox.trainee .tableHeader form .input-group .input-group-text {
  background: #fff;
  border-left: none;
  border-radius: 6px;
}

.inbox.trainee .tableHeader form .input-group .form-control {
  border: 1px solid #DAE0EF;
  border-right: none;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  color: #B1BCD8;
}



/* Modal css */
.inbox.trainee .ratingReviewModal .modal-dialog {
  max-width: 532px !important;
}

.inbox.trainee .ratingReviewModal .modal-body .btnSet {
  margin-top: 16px;
  justify-content: center;
}

.inbox.trainee .ratingReviewModal .modal-body .modalHeadingOuter .modalHeading {
  margin-bottom: 16px;
}

.inbox.trainee .ratingReviewModal #feedbackModal .modal-body {
  text-align: center;
}

.inbox.trainee .ratingReviewModal #feedbackModal .modal-body .feedbackImg {
  padding-bottom: 24px;
}

.inbox.trainee .ratingReviewModal #feedbackModal .modal-body .feedback {
  color: #3E4E75;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 23.44px;
  text-align: center;
}

.inbox.trainee table.table tbody tr.unread td .tableText {
  font-weight: 600;
}

.inbox.trainee table.table tbody tr td .actions {
  display: flex;
  gap: 20px;
  align-items: center;
}

.inbox.trainee table.table tbody td .actions .deleteImg {
  display: block;
  cursor: pointer;
}

.inbox.trainee table.table tbody td .actions .deleteImg.dark {
  display: none;
}

.inbox.trainee table.table tbody td .actions .deleteImgOuter:hover .deleteImg {
  display: none;
}

.inbox.trainee table.table tbody td .actions .deleteImgOuter:hover .deleteImg.dark {
  display: block;
}

.inbox.trainee table.table tbody td .actions .viewImg {
  display: block;
  cursor: pointer;
}

.inbox.trainee table.table tbody td .actions .viewImg.dark {
  display: none;
}

.inbox.trainee table.table tbody td .actions .viewImgOuter:hover .viewImg {
  display: none;
}

.inbox.trainee table.table tbody td .actions .viewImgOuter:hover .viewImg.dark {
  display: block;
}


.inbox.trainee .ratingReviewModal .modal-body .deleteText {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #3E4E75;
  margin: 0;
}


.inbox.trainee .ratingReviewModal #viewModal .modal-body {
  padding: 36px 20px !important;
}

.inbox.trainee .ratingReviewModal #viewModal .modal-body .mailTitle {
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: #f2f3f880;
  border-radius: 10px;
  padding: 12px 16px;
}

.inbox.trainee .ratingReviewModal #viewModal .modal-body .mailTitle .mailText {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.83px;
  color: #3E4E75;
}

.inbox.trainee .ratingReviewModal #viewModal .modal-body .mailTitle .date {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
  display: flex;
  gap: 4px;
}

.inbox.trainee .ratingReviewModal #viewModal .modal-body .mailTitle .date .dateText {
  color: #8A9BC2;
}

.inbox.trainee .ratingReviewModal #viewModal .modal-body .mailDesc {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 12px;
  margin-top: 16px;
}

.inbox.trainee .ratingReviewModal #viewModal .modal-body .mailDesc .mailDescText {
  margin: 0;
  color: #3E4E75;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
}


/* Modal css */

@media (max-width: 767px) {
  .inbox.trainee .pageHeader {
    flex-direction: column;
  }

  .inbox.trainee .pageHeader .courseImg {
    width: 100%;
    height: auto;
  }

  .inbox.trainee .pageHeader .headData .desc {
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
  }

  .inbox.trainee .pageHeader .headData .desc .divider {
    display: none;
  }

  .inbox.trainee .tableHeader {
    gap: 10px;
  }

  .inbox.trainee .tableHeader form .input-group {
    min-width: auto;
  }

  .inbox.trainee .tableFooter {
    flex-direction: column;
    gap: 16px;
  }

  .inbox.trainee .tableFooter {
    flex-direction: column;
    gap: 16px;
    justify-content: flex-start;
    margin-top: 16px;
  }

  .inbox.trainee .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc {
    flex-direction: column;
    gap: 6px;
  }

  .inbox.trainee .ratingReviewModal .modal-body .rating .userRating {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }


}




.library.trainee {
  padding: 20px;
}

.library.trainee .pageHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.library.trainee .pageHeader .pageTitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 26.04px;
  text-align: left;
  color: #040510;
  margin: 0px;
}

.library.trainee .pageHeader .viewOuter {
  display: flex;
  gap: 8px;
  align-items: center;
}

.library.trainee .pageHeader .viewOuter .listview {
  display: none;
}

.library.trainee .pageHeader .viewOuter .gridview {
  display: none;
}

.library.trainee .pageHeader .viewOuter .listview.active {
  display: block;
}

.library.trainee .pageHeader .viewOuter .gridview.active {
  display: block;
}


.library.trainee .boxOuter {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 14px;
}

.library.trainee .boxOuter .box {
  background: #fff;
  border-radius: 14px;
  padding: 14px;
  border: 1px solid #DAE0EF;
  gap: 12px;
  display: flex;
  flex-direction: column;
}

.library.trainee .boxOuter .box:hover {
  box-shadow: 0px 0px 20px 0px #00000026;
}

.library.trainee .boxOuter .box .boxImage {
  position: relative;
}

.library.trainee .boxOuter .box .boxImage .courseImg {
  max-width: 100%;
  width: 100%;
}

.library.trainee .boxOuter .box .courseDetails {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
}

.library.trainee .boxOuter .box .courseDetails .data {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.library.trainee .boxOuter .box .courseDetails .data .lessonCount {
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  text-align: left;
  margin: 0;
  color: #3E4E75;
}

.library.trainee .boxOuter .box .courseDetails .data .lessonDetails {
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  text-align: left;
  margin: 0;
  color: #040510;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 42px;
}

.library.trainee .boxOuter .box .courseDetails .dataLower {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.library.trainee .boxOuter .box .courseDetails .dataLower .ratingBy {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  margin: 0;
  color: #8A9BC2;
  display: flex;
  gap: 4px;
  align-items: center;
}

.library.trainee .boxOuter .box .courseDetails .viewDetails {
  display: flex;
  gap: 6px;
  align-items: center;
}

.library.trainee .boxOuter .box .courseDetails .viewDetails .viewDetailsText {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  color: #2A3ACD;
}

.library.trainee .pageHeader .viewOuter form .input-group {
  min-width: 320px;
}

.library.trainee .pageHeader .viewOuter form .input-group .input-group-text {
  background: #fff;
  border-left: none;
}

.library.trainee .pageHeader .viewOuter form .input-group .input-group-text {
  background: #fff;
  border-left: none;
  border-radius: 6px;
}

.library.trainee .pageHeader .viewOuter form .input-group .form-control {
  border: 1px solid #DAE0EF;
  border-right: none;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  color: #B1BCD8;
}

.library.trainee .pageHeader .viewOuter .filterDivider {
  border-right: 1px solid #B1BCD8;
  height: 16px;
  margin: 0px 12px;
}

.library.trainee .pageHeader .viewOuter .viewInner {
  display: flex;
  align-items: center;
  gap: 8px;
}


/* list view */
.library.trainee .boxOuter.listViewBox {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.library.trainee .boxOuter.listViewBox .box {
  flex-direction: row;
  gap: 16px;
  padding: 16px 20px;
}

.library.trainee .boxOuter.listViewBox .box .boxImage .courseImg {
  width: 138px;
  height: 76px;
}

.library.trainee .boxOuter.listViewBox .box .courseDetails {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.library.trainee .boxOuter.listViewBox .box .courseDetails .data {
  flex-direction: column;
  justify-content: space-between;
}

.library.trainee .boxOuter.listViewBox .box .courseDetails .dataLower {
  flex-direction: row;
  gap: 36px;
}

.library.trainee .boxOuter.listViewBox .box .courseDetails .dataLower .ratingBy {
  position: relative;
}

.library.trainee .boxOuter.listViewBox .box .courseDetails .dataLower .ratingBy::after {
  content: '';
  border-right: 1px solid #DAE0EF;
  right: -18px;
  height: 12px;
  position: absolute;
}

.library.trainee .boxOuter.listViewBox .box .courseDetails .data .lessonDetails {
  height: auto;
}

@media (max-width: 991px) {
  .library.trainee .boxOuter {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}


@media (max-width: 767px) {
  .library.trainee .boxOuter {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .library.trainee .boxOuter.listViewBox .box {
    flex-direction: column;
  }

  .library.trainee .boxOuter.listViewBox .box .boxImage .courseImg {
    width: 100%;
    height: auto;
  }

  .library.trainee .boxOuter.listViewBox .box .courseDetails {
    flex-direction: column;
  }

  .library.trainee .boxOuter.listViewBox .box .courseDetails .dataLower {
    flex-direction: column;
    gap: 16px;
  }

  .library.trainee .boxOuter.listViewBox .box .courseDetails .dataLower .ratingBy::after {
    border: none;
  }

  .library.trainee .pageHeader {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .library.trainee .pageHeader .viewOuter {
    flex-direction: column;
    align-items: flex-start;
  }
}



.quiz.trainee {
  padding: 20px;
}

.quiz.trainee .pageTitle {
  display: flex;
  align-items: center;
  gap: 6px;
}

.quiz.trainee .pageTitle .label {
  margin: 0;
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  color: #2A3ACD;
}

.quiz.trainee .pageTitle {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
  width: fit-content;
}

.quiz.trainee .pageHeader {
  display: flex;
  gap: 12px;
  padding: 20px;
  border: 1px solid #DAE0EF;
  background: #fff;
  border-radius: 14px;
  padding: 14px 20px;
}

.quiz.trainee .pageHeader .courseImg {
  width: 100px;
  height: 56px;
}

.quiz.trainee .pageHeader .headData {
  display: flex;
  flex-direction: row;
  gap: 4px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.quiz.trainee .pageHeader .headData .heading {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 28.64px;
  text-align: left;
  color: #040510;
}

.quiz.trainee .pageHeader .headData .desc {
  display: flex;
  gap: 20px;
  align-items: center;
}

.quiz.trainee .pageHeader .headData .desc .title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  color: #8A9BC2;
}

.quiz.trainee .pageHeader .headData .desc .title .subTitle {
  margin-left: 4px;
  color: #3E4E75;
}

.quiz.trainee .pageHeader .headData .desc .divider {
  border-right: 1px solid #B1BCD8;
  height: 13px;
  margin: 0;
}

.quiz.trainee .pageHeader .headData .btnItems {
  display: flex;
  gap: 12px;
}

.quiz.trainee .pageHeader .headData .btnItems .btn.btn-primary.submitBtn {
  padding: 8px 16px;
  border-radius: 6px;
  background: #2A3ACD !important;
  border: 1px solid #2A3ACD !important;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
}

.quiz.trainee .data {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
}

.quiz.trainee .data .question {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.quiz.trainee .data .question .questionUpper {
  padding: 20px;
  background: #fff;
  border-radius: 14px;
  display: flex;
  gap: 20px;
  align-items: center;
  border: 1px solid #DAE0EF;
  width: 100%;
  justify-content: space-between;
}

.quiz.trainee .data .question .questionUpper .timeRemaining {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 100%;
  width: 100%;
}

.quiz.trainee .data .question .questionUpper .timeRemaining .processImg {
  width: 100%;
}

.quiz.trainee .data .question .questionUpper .timeRemaining .text {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #3E4E75;
}

.quiz.trainee .data .question .questionUpper .timeLeft {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 110px;
  min-width: 110px;
}

.quiz.trainee .data .question .questionUpper .timeLeft .timeScale {
  font-family: DM Sans;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.62px;
  text-align: left;
  color: #8A9BC2;
  margin: 0;
  width: max-content;
}

.quiz.trainee .data .question .questionUpper .timeLeft .time {
  width: max-content;
  color: #040510;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  text-align: left;
}



.quiz.trainee .data .question .qustionSet {
  padding: 20px;
  background: #fff;
  border-radius: 14px;
  border: 1px solid #DAE0EF;
}

.quiz.trainee .data .question .qustionSet .headingText {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.83px;
  color: #3E4E75;
  margin-bottom: 24px;
}

.quiz.trainee .data .question .qustionSet .headingText .readingQuestionCount {
  color: #040510;
}

.quiz.trainee .data .question .qustionSet .questionText {
  font-size: 18px;
  font-weight: 500;
  line-height: 23.44px;
  text-align: left;
  color: #040510;
  margin-bottom: 20px;
  display: flex;
  gap: 12px;
}

.quiz.trainee .data .question .qustionSet .answerSet {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 32px;
  padding-right: 35px;
}

.quiz.trainee .data .question .qustionSet .answerSet .form-check {
  border: 1px solid #DAE0EF;
  padding: 10px 12px;
  border-radius: 6px;
  padding-left: 30px;
}

.quiz.trainee .data .question .qustionSet .answerSet .form-check.active {
  background: #F2F3F8;
  border-color: #F2F3F8;
}

.quiz.trainee .data .question .qustionSet .answerSet .form-check .form-check-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.83px;
  color: #3E4E75;
  padding-left: 5px;
}

.quiz.trainee .data .question .qustionSet .answerSet .form-check .form-check-input[type=radio] {
  border: 1px solid #DAE0EF;
  position: relative;
  box-shadow: none;
}

.quiz.trainee .data .question .qustionSet .answerSet .form-check .form-check-input:checked[type=radio] {
  border: 1px solid #2A3ACD;
  background: #fff;
}

.quiz.trainee .data .question .qustionSet .answerSet .form-check .form-check-input:checked[type=radio]::after {
  content: '';
  background: #2A3ACD;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 20px;
  left: 0px;
  right: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 1px;
}

.quiz.trainee .data .question .qustionSet .btnSet {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}

.quiz.trainee .data .question .qustionSet .btnSet .btn.btn-primary.previous {
  border: 1px solid #2A3ACD !important;
  background: #fff !important;
  color: #2A3ACD;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  padding: 6px 16px;
}

.quiz.trainee .data .question .qustionSet .btnSet .btn.btn-primary.next {
  border: 1px solid #2A3ACD !important;
  background: #fff !important;
  color: #2A3ACD;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  padding: 6px 16px;
}

.quiz.trainee .pageHeader .headData .headDataInner {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.quiz.trainee .data .assessment {
  padding: 20px;
  background: #fff;
  border-radius: 14px;
  border: 1px solid #DAE0EF;
  /* width: 35%; */
  min-width: 400px;
}

.quiz.trainee .data .assessment .userData {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.quiz.trainee .data .assessment .userData .details {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.quiz.trainee .data .assessment .userData .details .name {
  margin: 0;
  color: #040510;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.83px;
}

.quiz.trainee .data .assessment .userData .details .questionDetails {
  display: flex;
  gap: 13px;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #8A9BC2;
  width: max-content;
}

.quiz.trainee .data .assessment .userData .details .questionDetails .totalQuestions {
  margin: 0;
}

.quiz.trainee .data .assessment .userData .details .questionDetails .questionsDivider {
  border-right: 1px solid #DAE0EF;
  margin: 0;
  height: 12px;
}

.quiz.trainee .data .assessment .userData .details .questionDetails .questionsAttempted {
  margin: 0;
}

.quiz.trainee .data .assessment .assessmentDivider {
  border-bottom: 1px solid #DAE0EF;
  margin: 0;
  padding-top: 24px;
  height: 0;
  margin-bottom: 20px;
}

.quiz.trainee .data .assessment .questionNo {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  padding: 0 14px;
}

.quiz.trainee .data .assessment .questionNo .status {
  margin: 0;
  border: 1px solid;
  /* background: #F2F3F8; */
  border-radius: 6px;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  text-align: center;
  color: #3E4E75;
}

.quiz.trainee .data .assessment .questionNo .status.answered {
  background: #25AE8D;
  border-color: #25AE8D;
  color: #fff;
}

.quiz.trainee .data .assessment .questionNo .status.unanswered {
  background: #FCAA0A;
  border-color: #FCAA0A;
  color: #fff;
}

.quiz.trainee .data .assessment .questionNo .status.remaining {
  border-color: #DAE0EF;
  background: #F2F3F8;
}

.quiz.trainee .data .assessment .questionNo .status.current {
  color: #2A3ACD;
  border-color: #2A3ACD;
}

.quiz.trainee .data .assessment .symbols {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 0 14px;
}

.quiz.trainee .data .assessment .symbols .box {
  display: flex;
  gap: 12px;
}

.quiz.trainee .data .assessment .symbols .box .status {
  border-radius: 4px;
  width: 17px;
  height: 17px;
  border: 1px solid;
  margin: 0;
}

.quiz.trainee .data .assessment .symbols .box .status.answered {
  background: #25AE8D;
  border-color: #25AE8D;
}

.quiz.trainee .data .assessment .symbols .box .status.unanswered {
  background: #FCAA0A;
  border-color: #FCAA0A;
}

.quiz.trainee .data .assessment .symbols .box .status.remaining {
  border-color: #DAE0EF;
  background: #F2F3F8;
}

.quiz.trainee .data .assessment .symbols .box .status.current {
  border-color: #2A3ACD;
  background: #ffffff;
}

.quiz.trainee .data .assessment .symbols .box .text {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #3E4E75;
}


#submitModal .modal-body {
  text-align: center;
}

#submitModal .modal-body .modalHeading {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 28.64px;
  color: #040510;
  margin-bottom: 16px;
}

#submitModal .modal-body .modalDesc {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #3E4E75;
  margin-bottom: 25px;
}

#submitModal .modal-body .btnSet {
  display: flex;
  justify-content: center;
  gap: 12px;
}

@media (max-width: 991px) {
  .quiz.trainee .data {
    flex-direction: column;
  }
  .quiz.trainee .data .assessment .symbols {
    flex-direction: row;
  } 
}

@media (max-width: 767px) {
  .quiz.trainee .pageHeader {
    flex-direction: column;
  }
  .quiz.trainee .data .assessment {
    min-width: auto;
    max-width: 100%;
  }
  .quiz.trainee .data .assessment .userData {
    flex-direction: column;
    align-items: center;
  }
  .quiz.trainee .data .assessment .symbols {
    flex-direction: column;
  } 
  .quiz.trainee .data .question .qustionSet .answerSet {
    padding: 0;
  }
  .quiz.trainee .pageHeader .courseImg {
    width: 100%;
    height: auto;
  }

  .quiz.trainee .pageHeader .headData .desc {
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
  }

  .quiz.trainee .pageHeader .headData .desc .divider {
    display: none;
  }

  .quiz.trainee .data {
    flex-direction: column-reverse;
  }



}



.reviewTestAssessment.trainee {
  padding: 20px;
  gap: 20px;
  display: flex;
  flex-direction: column;
}

.reviewTestAssessment.trainee .pageTitle {
  display: flex;
  align-items: center;
  gap: 6px;
}

.reviewTestAssessment.trainee .pageTitle .label {
  margin: 0;
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  color: #2A3ACD;
}

.reviewTestAssessment.trainee .boxOuter .questionSet .box {
  border: 1px solid #DAE0EF;
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.reviewTestAssessment.trainee .boxOuter .questionSet {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.reviewTestAssessment.trainee .pageTitle {
  display: flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
}

.reviewTestAssessment.trainee .pageHeader {
  display: flex;
  gap: 12px;
  padding: 20px;
  border: 1px solid #DAE0EF;
  background: #fff;
  border-radius: 14px;
  padding: 14px 20px;
}

.reviewTestAssessment.trainee .pageHeader .courseImg {
  width: 100px;
  height: 56px;
}

.reviewTestAssessment.trainee .pageHeader .headData {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  width: 100%;
  align-items: center;
}

.reviewTestAssessment.trainee .pageHeader .headData .headDataInner .heading {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 28.64px;
  text-align: left;
  color: #040510;
  display: flex;
  align-items: center;
  gap: 12px;
}

.reviewTestAssessment.trainee .pageHeader .headData .headDataInner .desc {
  display: flex;
  gap: 20px;
  align-items: center;
}

.reviewTestAssessment.trainee .pageHeader .headData .headDataInner .desc .title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  color: #8A9BC2;
}

.reviewTestAssessment.trainee .pageHeader .headData .headDataInner .heading .section {
  font-family: DM Sans;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  color: #3E4E75;
  padding: 4px 8px;
  border-radius: 20px;
  background: #F2F3F8;
}

.reviewTestAssessment.trainee .pageHeader .headData .headDataInner .desc .title .subTitle {
  margin-left: 4px;
  color: #3E4E75;
}

.reviewTestAssessment.trainee .pageHeader .headData .headDataInner .desc .divider {
  border-right: 1px solid #B1BCD8;
  height: 13px;
  margin: 0;
}


.reviewTestAssessment.trainee .scoreOuter {
  padding: 20px;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #DAE0EF;
  border-radius: 14px;
  gap: 10px;
}

.reviewTestAssessment.trainee .scoreOuter .scoreHeading {
  font-size: 32px;
  font-weight: 300;
  line-height: 41.66px;
  color: #040510;
  margin: 0;
}

.reviewTestAssessment.trainee .scoreOuter .scoreData {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
}

.reviewTestAssessment.trainee .scoreOuter .scoreData .left {
  display: flex;
  gap: 40px;
  align-items: center;
}

.reviewTestAssessment.trainee .scoreOuter .scoreData .left .scoreBox {
  position: relative;
}

.reviewTestAssessment.trainee .scoreOuter .scoreData .left .scoreBox .scoreText {
  font-size: 54px;
  font-weight: 600;
  line-height: 70.31px;
  letter-spacing: -0.05em;
  color: #D94747;
  display: flex;
  gap: 5px;
  align-items: baseline;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  justify-content: center;
  top: 50px;
  left: -10px;
}

.reviewTestAssessment.trainee .scoreOuter .scoreData .left .scoreBox .scoreText .percentage {
  font-size: 24px;
  font-weight: 600;
  line-height: 31.25px;
}

.reviewTestAssessment.trainee .scoreOuter .scoreData .left .scoreDesc {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.reviewTestAssessment.trainee .scoreOuter .scoreData .left .scoreDesc .desc {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #3E4E75;
}

.reviewTestAssessment.trainee .scoreOuter .scoreData .left .scoreDesc .btn.btn-primary.testAgainBtn {
  background: #2A3ACD !important;
  color: #fff;
  width: max-content;
  border-color: #2A3ACD !important;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
}



.reviewTestAssessment.trainee .boxOuter {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.reviewTestAssessment.trainee .boxOuter .questionSet .box .questionText {
  font-size: 18px;
  font-weight: 500;
  line-height: 23.44px;
  margin: 0;
  color: #040510;
  display: flex;
  gap: 12px;
}

.reviewTestAssessment.trainee .boxOuter .questionSet .box .editor {
  padding-left: 20px;
  width: 100%;
}

.reviewTestAssessment.trainee .boxOuter .questionSet .box .editorText {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.83px;
  color: #3E4E75;
}


.reviewTestAssessment.trainee .boxOuter .userDetailsOuter {
  border: 1px solid #DAE0EF;
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  display: flex;
  gap: 16px;
  align-items: center;
  flex-direction: column;
  height: fit-content;
}

.reviewTestAssessment.trainee .boxOuter .userDetailsOuter .details {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.reviewTestAssessment.trainee .boxOuter .userDetailsOuter .details .name {
  margin: 0;
  color: #040510;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.83px;
}

.reviewTestAssessment.trainee .boxOuter .userDetailsOuter .details .questionDetails {
  display: flex;
  gap: 13px;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #8A9BC2;
  width: max-content;
}

.reviewTestAssessment.trainee .boxOuter .userDetailsOuter .details .questionDetails .totalQuestions {
  margin: 0;
}

.reviewTestAssessment.trainee .boxOuter .userDetailsOuter .details .questionDetails .questionsDivider {
  border-right: 1px solid #DAE0EF;
  margin: 0;
  height: 12px;
}

.quiz .data .reviewTestAssessment.trainee .userData .details .questionDetails .questionsAttempted {
  margin: 0;
}

.reviewTestAssessment.trainee .boxOuter .userDetailsOuter .details .questionDetails .questionsAttempted {
  margin: 0;
}

.reviewTestAssessment.trainee .boxOuter .userDetailsOuter .userDetailsInner {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.reviewTestAssessment.trainee .boxOuter .userDetailsOuter .questionSolvedOuter .outOfQuestions {
  color: #000;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 31.25px;
}

.reviewTestAssessment.trainee .pageHeader .headData .headDataInner {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.reviewTestAssessment.trainee .boxOuter .userDetailsOuter .questionSolvedOuter {
  position: relative;
}


@media (max-width: 991px) {
  .reviewTestAssessment.trainee .pageHeader .headData {
    flex-direction: column;
    align-items: flex-start;
  }

  .reviewTestAssessment.trainee .pageHeader .headData .headDataInner .desc {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding-bottom: 10px;
  }

  .reviewTestAssessment.trainee .pageHeader .headData .headDataInner .desc .divider {
    display: none;
  }

  /* .reviewTestAssessment.trainee .boxOuter {
        flex-direction: column-reverse;
    } */
}


@media (max-width: 767px) {
  .reviewTestAssessment.trainee .pageHeader {
    flex-direction: column;
  }

  .reviewTestAssessment.trainee .pageHeader .courseImg {
    width: 100%;
    height: auto;
  }

  .reviewTestAssessment.trainee .pageHeader .headData .desc {
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
  }

  .reviewTestAssessment.trainee .pageHeader .headData .desc .divider {
    display: none;
  }

  .reviewTestAssessment.trainee .scoreOuter .scoreData .left {
    flex-direction: column;
  }

  .reviewTestAssessment.trainee .boxOuter {
    flex-direction: column-reverse;
  }


}



.reviewTestQuiz.trainee {
  padding: 20px;
}

.reviewTestQuiz.trainee .pageTitle {
  display: flex;
  align-items: center;
  gap: 6px;
}

.reviewTestQuiz.trainee .pageTitle .label {
  margin: 0;
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  color: #2A3ACD;
}

.reviewTestQuiz.trainee .pageTitle {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
  width: fit-content;
}

.reviewTestQuiz.trainee .pageHeader {
  display: flex;
  gap: 12px;
  padding: 20px;
  border: 1px solid #DAE0EF;
  background: #fff;
  border-radius: 14px;
  padding: 14px 20px;
}

.reviewTestQuiz.trainee .pageHeader .courseImg {
  width: 100px;
  height: 56px;
}

.reviewTestQuiz.trainee .pageHeader .headData {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.reviewTestQuiz.trainee .pageHeader .headData .heading {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 28.64px;
  text-align: left;
  color: #040510;
  display: flex;
  gap: 12px;
  align-items: center;
}

.reviewTestQuiz.trainee .pageHeader .headData .heading .section {
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  color: #3E4E75;
  padding: 4px 8px;
  border-radius: 20px;
  background: #F2F3F8;
}

.reviewTestQuiz.trainee .pageHeader .headData .desc {
  display: flex;
  gap: 20px;
  align-items: center;
}

.reviewTestQuiz.trainee .pageHeader .headData .desc .title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  color: #8A9BC2;
}

.reviewTestQuiz.trainee .pageHeader .headData .desc .title .subTitle {
  margin-left: 4px;
  color: #3E4E75;
}

.reviewTestQuiz.trainee .pageHeader .headData .desc .divider {
  border-right: 1px solid #B1BCD8;
  height: 13px;
  margin: 0;
}

.reviewTestQuiz.trainee .data {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
  flex-direction: column;
}

.reviewTestQuiz.trainee .data .scoreOuter {
  padding: 20px;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #DAE0EF;
  border-radius: 14px;
  gap: 30px;
}

.reviewTestQuiz.trainee .data .scoreOuter .scoreHeading {
  font-family: DM Sans;
  font-size: 32px;
  font-weight: 300;
  line-height: 41.66px;
  color: #040510;
  margin: 0;
}

.reviewTestQuiz.trainee .data .scoreOuter .scoreData {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}

.reviewTestQuiz.trainee .data .scoreOuter .scoreData .left {
  display: flex;
  gap: 16px;
  align-items: center;
}

.reviewTestQuiz.trainee .data .scoreOuter .scoreData .left .scoreBox {
  position: relative;
}

.reviewTestQuiz.trainee .data .scoreOuter .scoreData .left .scoreBox .scoreText {
  font-size: 54px;
  font-weight: 600;
  line-height: 70.31px;
  letter-spacing: -0.05em;
  color: #25AE8D;
  display: flex;
  gap: 5px;
  align-items: baseline;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  justify-content: center;
  top: 50px;
  left: -10px;
}

.reviewTestQuiz.trainee .data .scoreOuter .scoreData .left .scoreBox .scoreText .percentage {
  font-size: 24px;
  font-weight: 600;
  line-height: 31.25px;
}


.reviewTestQuiz.trainee .data .scoreOuter .scoreData .left .scoreDesc {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 130px;
}

.reviewTestQuiz.trainee .data .scoreOuter .scoreData .left .scoreDesc .desc {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #3E4E75;
}

.reviewTestQuiz.trainee .data .scoreOuter .scoreData .left .scoreDesc .descCongrats {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  color: #040510;
}

.reviewTestQuiz.trainee .data .scoreOuter .scoreData .left .scoreDesc .btn.btn-primary.testAgainBtn {
  background: #2A3ACD !important;
  color: #fff;
  width: max-content;
  border-color: #2A3ACD !important;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
}

.reviewTestQuiz.trainee .data .scoreOuter .scoreData .scoreDivider {
  border-right: 1px solid #DAE0EF;
  height: 130px;
  margin: 0;
}

.reviewTestQuiz.trainee .data .scoreOuter .scoreData .right {
  display: flex;
  gap: 16px;
  align-items: center;
}

.reviewTestQuiz.trainee .data .scoreOuter .scoreData .right .symbols {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 0;
}

.reviewTestQuiz.trainee .data .scoreOuter .scoreData .right .symbols .box {
  display: flex;
  gap: 12px;
}

.reviewTestQuiz.trainee .data .scoreOuter .scoreData .right .symbols .box .status {
  border-radius: 4px;
  width: 17px;
  height: 17px;
  border: 1px solid;
  margin: 0;
}

.reviewTestQuiz.trainee .data .scoreOuter .scoreData .right .symbols .box .status.correct {
  background: #25AE8D;
  border-color: #25AE8D;
}

.reviewTestQuiz.trainee .data .scoreOuter .scoreData .right .symbols .box .status.unanswered {
  background: #FCAA0A;
  border-color: #FCAA0A;
}

.reviewTestQuiz.trainee .data .scoreOuter .scoreData .right .symbols .box .status.unattempt {
  border-color: #DAE0EF;
  background: #F2F3F8;
}

.reviewTestQuiz.trainee .data .scoreOuter .scoreData .right .symbols .box .status.wrong {
  border-color: #D94747;
  background: #D94747;
}

.reviewTestQuiz.trainee .data .scoreOuter .scoreData .right .symbols .box .text {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #3E4E75;
  width: max-content;



}





.reviewTestQuiz.trainee .data .question {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
}

.reviewTestQuiz.trainee .data .question .qustionSet {
  padding: 20px;
  background: #fff;
  border-radius: 14px;
  width: -webkit-fill-available;
  border: 1px solid #DAE0EF;
}

.reviewTestQuiz.trainee .data .question .qustionSet .headingText {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.83px;
  color: #3E4E75;
  margin-bottom: 24px;
}

.reviewTestQuiz.trainee .data .question .qustionSet .headingText .readingQuestionCount {
  color: #040510;
}

.reviewTestQuiz.trainee .data .question .qustionSet .questionText {
  font-size: 18px;
  font-weight: 500;
  line-height: 23.44px;
  text-align: left;
  color: #040510;
  margin-bottom: 20px;
  display: flex;
  gap: 12px;
}

.reviewTestQuiz.trainee .data .question .qustionSet .answerSet {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 32px;
  padding-right: 35px;
}

.reviewTestQuiz.trainee .data .question .qustionSet .answerSet .form-check {
  border: 1px solid #DAE0EF;
  padding: 10px 12px;
  border-radius: 6px;
  padding-left: 30px;
  position: relative;
  margin-right: 50px;
}

.reviewTestQuiz.trainee .data .question .qustionSet .answerSet .form-check.correct {
  /* background: #F2F3F8; */
  border-color: #25AE8D;
}

.reviewTestQuiz.trainee .data .question .qustionSet .answerSet .form-check.wrong {
  /* background: #F2F3F8; */
  border-color: #D94747;
}

.reviewTestQuiz.trainee .data .question .qustionSet .answerSet .form-check .form-check-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.83px;
  color: #3E4E75;
  padding-left: 5px;
}

.reviewTestQuiz.trainee .data .question .qustionSet .answerSet .form-check .correctAnswer {
  position: absolute;
  right: -48px;
  top: 6px;
}

.reviewTestQuiz.trainee .data .question .qustionSet .answerSet .form-check .wrongAnswer {
  position: absolute;
  right: -48px;
  top: 6px;
}

.reviewTestQuiz.trainee .data .question .qustionSet .answerSet .form-check .form-check-input[type=radio] {
  border: 1px solid #DAE0EF;
  position: relative;
  box-shadow: none;
}

.reviewTestQuiz.trainee .data .question .qustionSet .answerSet .form-check .form-check-input:checked[type=radio] {
  border: 1px solid #2A3ACD;
  background: #fff;
}

.reviewTestQuiz.trainee .data .question .qustionSet .answerSet .form-check .form-check-input:checked[type=radio]::after {
  content: '';
  background: #2A3ACD;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 20px;
  left: 0px;
  right: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 1px;
}

.reviewTestQuiz.trainee .data .question .qustionSet .btnSet {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}

.reviewTestQuiz.trainee .data .question .qustionSet .btnSet .btn.btn-primary.previous {
  border: 1px solid #2A3ACD !important;
  background: #fff !important;
  color: #2A3ACD;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  padding: 6px 16px;
}

.reviewTestQuiz.trainee .data .question .qustionSet .btnSet .btn.btn-primary.next {
  border: 1px solid #2A3ACD !important;
  background: #fff !important;
  color: #2A3ACD;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  padding: 6px 16px;
}

.reviewTestQuiz.trainee .data .question .assessment {
  padding: 20px;
  background: #fff;
  border-radius: 14px;
  border: 1px solid #DAE0EF;
}

.reviewTestQuiz.trainee .data .question .assessment .userData {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.reviewTestQuiz.trainee .data .question .assessment .userData .details {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.reviewTestQuiz.trainee .data .question .assessment .userData .details .name {
  margin: 0;
  color: #040510;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.83px;
}

.reviewTestQuiz.trainee .data .question .assessment .userData .details .questionDetails {
  display: flex;
  gap: 13px;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #8A9BC2;
  width: max-content;
}

.reviewTestQuiz.trainee .data .question .assessment .userData .details .questionDetails .totalQuestions {
  margin: 0;
}

.reviewTestQuiz.trainee .data .question .assessment .userData .details .questionDetails .questionsDivider {
  border-right: 1px solid #DAE0EF;
  margin: 0;
  height: 12px;
}

.reviewTestQuiz.trainee .data .question .assessment .userData .details .questionDetails .questionsAttempted {
  margin: 0;
}

.reviewTestQuiz.trainee .data .question .assessment .assessmentDivider {
  border-bottom: 1px solid #DAE0EF;
  margin: 0;
  padding-top: 24px;
  height: 0;
  margin-bottom: 20px;
}

.reviewTestQuiz.trainee .data .question .assessment .questionNo {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  padding: 0 14px;
}

.reviewTestQuiz.trainee .data .question .assessment .questionNo .status {
  margin: 0;
  border: 1px solid;
  /* background: #F2F3F8; */
  border-radius: 6px;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  text-align: center;
  color: #3E4E75;
}

.reviewTestQuiz.trainee .data .question .assessment .questionNo .status.answered {
  background: #25AE8D;
  border-color: #25AE8D;
  color: #fff;
}

.reviewTestQuiz.trainee .data .question .assessment .questionNo .status.unanswered {
  background: #FCAA0A;
  border-color: #FCAA0A;
  color: #fff;
}

.reviewTestQuiz.trainee .data .question .assessment .questionNo .status.remaining {
  border-color: #DAE0EF;
  background: #F2F3F8;
}

.reviewTestQuiz.trainee .data .question .assessment .questionNo .status.current {
  color: #2A3ACD;
  border-color: #2A3ACD;
}

.reviewTestQuiz.trainee .data .question .assessment .questionNo .status.wrong {
  color: #ffffff;
  border-color: #D94747;
  background-color: #D94747;
}

.reviewTestQuiz.trainee .data .question .assessment .symbols {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 0 14px;
}

.reviewTestQuiz.trainee .data .question .assessment .symbols .box {
  display: flex;
  gap: 12px;
}

.reviewTestQuiz.trainee .data .question .assessment .symbols .box .status {
  border-radius: 4px;
  width: 17px;
  height: 17px;
  border: 1px solid;
  margin: 0;
}

.reviewTestQuiz.trainee .data .question .assessment .symbols .box .status.answered {
  background: #25AE8D;
  border-color: #25AE8D;
}

.reviewTestQuiz.trainee .data .question .assessment .symbols .box .status.unanswered {
  background: #FCAA0A;
  border-color: #FCAA0A;
}

.reviewTestQuiz.trainee .data .question .assessment .symbols .box .status.remaining {
  border-color: #DAE0EF;
  background: #F2F3F8;
}

.reviewTestQuiz.trainee .data .question .assessment .symbols .box .status.current {
  border-color: #2A3ACD;
  background: #ffffff;
}

.reviewTestQuiz.trainee .data .question .assessment .symbols .box .text {
  margin: 0;
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #3E4E75;
}


@media (max-width: 991px) {
  .reviewTestQuiz.trainee .data .scoreOuter .scoreData {
    flex-direction: column;
  }

  .reviewTestQuiz.trainee .data .scoreOuter .scoreData .scoreDivider {
    display: none;
  }



}


@media (max-width: 767px) {
  .reviewTestQuiz.trainee .data .question .assessment .userData .details .questionDetails {
    flex-direction: column;
  }

  .reviewTestQuiz.trainee .data .question .assessment .userData .details .questionDetails .questionsDivider {
    display: none;
  }

  .reviewTestQuiz.trainee .pageHeader {
    flex-direction: column;
  }

  .reviewTestQuiz.trainee .pageHeader .courseImg {
    width: 100%;
    height: auto;
  }

  .reviewTestQuiz.trainee .pageHeader .headData .desc {
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
  }

  .reviewTestQuiz.trainee .pageHeader .headData .desc .divider {
    display: none;
  }

  .reviewTestQuiz.trainee .data {
    flex-direction: column-reverse;
  }

  .reviewTestQuiz.trainee .data .question {
    flex-direction: column-reverse;
  }

  .reviewTestQuiz.trainee .data .question .qustionSet .answerSet {
    padding-right: 0px;
    padding-left: 0;
  }

  .reviewTestQuiz.trainee .data .scoreOuter .scoreData .left {
    flex-direction: column;
  }

  .reviewTestQuiz.trainee .data .scoreOuter .scoreData .right {
    flex-direction: column;
  }


}



.schedule.trainee {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-direction: column;
}

.schedule.trainee .scheduleOuter {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.schedule.trainee .scheduleOuter .scheduleInner {
  width: 70%;
}

#calendar .fc-toolbar.fc-header-toolbar .fc-left h2 {
  font-size: 12px;
  font-weight: 600;
  line-height: 18.23px;
  color: black;
  /* margin-top: 9px; */
}

.fc-toolbar .fc-left {
  display: flex;
  align-items: center;
}

#calendar .fc-toolbar .fc-left .fc-button {
  gap: 10px;
  display: flex;
}

#calendar .fc-toolbar .fc-left .fc-button {
  border-radius: 10px;
  border: 1px solid #2A3ACD;
  height: 25px;
  width: 25px;
  background: #fff;
  display: flex;
  align-items: center;
}

#calendar .fc-toolbar .fc-left .fc-today-button.fc-button {
  background-color: #ffffff !important;
  border-color: #2A3ACD !important;
  color: #2A3ACD;
  font-size: 12px;
  font-weight: 500;
  line-height: 18.23px;
  padding: 3px 5px;
  width: 45px;
}

#calendar .fc-toolbar .fc-left .fc-button .fc-icon {
  margin: 0 auto;
  color: #2A3ACD;
  top: 0px;
}

#calendar .fc-toolbar .fc-left .fc-button .fc-icon-right-double-arrow:after {
  right: 1px;
}

#calendar .fc-toolbar .fc-left .fc-button .fc-icon-left-single-arrow:after {
  content: "\2190";
  top: -2px;
}

#calendar .fc-toolbar .fc-left .fc-button .fc-icon-right-single-arrow:after {
  content: "\2192";
  top: -2px;
  right: 10px;
}

#calendar .fc-basic-view .fc-day-top .fc-day-number {
  float: left;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  color: #3E4E75;
  padding: 7px;
}

#calendar.fc-unthemed th {
  border-color: #ddd;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  color: #8A9BC2;
  height: 30px;
  vertical-align: middle !important;
}

#calendar .fc-toolbar.fc-header-toolbar {
  border: 1px solid #DAE0EF;
  padding: 16px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  margin: 0;
  border-bottom: none;
  background: #fff;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

#calendar .fc-toolbar .fc-center {
  display: inline-block;
}

#calendar .fc-toolbar .fc-clear {
  display: none;
}

#calendar .fc-view-container {
  background: #fff;
}

.schedule.trainee .scheduleOuter .daySchedule {
  width: 30%;
  background: #fff;
  border-radius: 14px;
  border: 1px solid #DAE0EF;
  height: fit-content;
}

.schedule.trainee .scheduleOuter .daySchedule .box .top {
  padding: 12px;
  border-bottom: 1px solid #DAE0EF;
}

.schedule.trainee .scheduleOuter .daySchedule .box .top .title {
  padding-top: 10px;
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 15.62px;
  color: #040510;
  padding-bottom: 10px;
}

.schedule.trainee .scheduleOuter .daySchedule .box .top .day {
  padding-bottom: 5px;
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.62px;
  color: #8A9BC2;
}

.schedule.trainee .scheduleOuter .daySchedule .box .top .tasks {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  color: #3E4E75;
}

.schedule.trainee .scheduleOuter .daySchedule .box .bottom {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.schedule.trainee .scheduleOuter .daySchedule .box .bottom .descBox {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.schedule.trainee .scheduleOuter .daySchedule .box .bottom .descBox .heading {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  color: #3E4E75;
}

.schedule.trainee .scheduleOuter .daySchedule .box .bottom .descBox .desc {
  display: flex;
  padding: 6px 8px;
  gap: 8px;
  border-radius: 6px;
  align-items: baseline;
}

.schedule.trainee .scheduleOuter .daySchedule .box .bottom .descBox .desc .smallName {
  min-width: 19px;
  height: 19px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
  line-height: 15.62px;
  color: #FFFFFf;
  display: flex;
  justify-content: center;
  align-items: center;
}

.schedule.trainee .scheduleOuter .daySchedule .box .bottom .descBox .desc .msg {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.schedule.trainee .scheduleOuter .daySchedule .box .bottom .descBox .desc .msg .msgText {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.62px;
  color: #3E4E75;
}

.schedule.trainee .scheduleOuter .daySchedule .box .bottom .descBox .desc .msg .msgBy {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.62px;
  color: #3E4E75;
}

.schedule.trainee .scheduleOuter .daySchedule .box .bottom .descBox .desc .msg .msgBy .user {
  color: #2A3ACD;
}



.schedule.trainee .scheduleOuter .daySchedule .box .bottom .descBox.color1 .desc {
  background: #FFF6EE;
}

.schedule.trainee .scheduleOuter .daySchedule .box .bottom .descBox.color1 .desc .smallName {
  background: #FF9C41;
}

.schedule.trainee .scheduleOuter .daySchedule .box .bottom .descBox.color2 .desc {
  background: #FBF4FF;
}

.schedule.trainee .scheduleOuter .daySchedule .box .bottom .descBox.color2 .desc .smallName {
  background: #B758E9;
}

.schedule.trainee .scheduleOuter .daySchedule .box .bottom .descBox.color3 .desc {
  background: #E2F4FF;
}

.schedule.trainee .scheduleOuter .daySchedule .box .bottom .descBox.color3 .desc .smallName {
  background: #17A1FA;
}




.schedule.trainee .pageHeader {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  position: relative;
}

.schedule.trainee .pageHeader .pageHeaderLeft {
  display: flex;
  width: 70%;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
}


.schedule.trainee .pageHeader .btnSet {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 30%;
  justify-content: flex-end;
}

.schedule.trainee .btn.btn-primary {
  padding: 8px 16px;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
}

.btnSet .btn.btn-primary.cancelBtn {
  background-color: #ffffff !important;
  border-color: #2A3ACD !important;
  color: #2A3ACD;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  padding: 8px 16px;
}

.btnSet .btn.btn-primary.submitBtn {
  background-color: #2A3ACD !important;
  border-color: #2A3ACD !important;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  padding: 8px 16px;
  border-radius: 6px;
}

.schedule.trainee .pageHeader .btnSet .btn.btn-primary.deleteBtn {
  color: #2A3ACD;
  background: #ffffff !important;
  border-color: #2A3ACD !important;
  border-radius: 50px;
}

.schedule.trainee .pageHeader .options {
  display: flex;
  gap: 16px;
}

.schedule.trainee .pageHeader .options {
  color: #3E4E75;
  display: flex;
  gap: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  /* padding-right: 310px; */
  display: flex;
  justify-content: flex-end;
}

.schedule.trainee .pageHeader .pageHeaderLeft .btnSet {
  width: auto;
  justify-content: flex-start;
}

.schedule.trainee .pageHeader .options .form-check {
  margin: 0;
  display: flex;
  min-height: auto;
  align-items: center;
}

.schedule.trainee .ratingReviewModal .modal-body .rating .form-outer .form-label {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.62px;
  color: #8A9BC2;
}

.schedule.trainee .ratingReviewModal .modal-body .rating .form-outer .form-control {
  border: 1px solid #DAE0EF;
  padding: 8px 12px;
  font-weight: 400;
  line-height: 18.23px;
  color: #3E4E75;
}

.schedule.trainee .calendarView {
  display: flex;
  gap: 20px;
  display: none;
}

.schedule.trainee .left {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}

.schedule.trainee .left .calendar {
  border: 1px solid #DAE0EF;
  background: #fff;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
}

.schedule.trainee .left .calendar .calendarHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
}

.schedule.trainee .left .calendar .calendarHead .calendarHeadLeft {
  display: flex;
  align-items: center;
  gap: 20px;
}

.schedule.trainee .left .calendar .calendarHead .calendarHeadLeft .title {
  margin: 0;
  color: #040510;
  font-size: 20px;
  font-weight: 600;
  line-height: 26.04px;
  text-align: left;
}

.schedule.trainee .left .calendar .calendarHead .calendarHeadLeft .btn.btn-primary.todayBtn {
  border-color: #2A3ACD !important;
  background: #fff !important;
  color: #2A3ACD !important;
  border-radius: 6px;
}

.schedule.trainee .left .calendar .calendarHead .calendarHeadRight {
  display: flex;
  gap: 10px;
  border-radius: 16px;
}

.schedule.trainee .left .calendar .calendarHead .calendarHeadRight img {
  border: 1px solid #2A3ACD;
  width: 36px;
  height: 36px;
  padding: 10px;
  border-radius: 10px;
}

.schedule.trainee .left .calendar .calendarInner {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.schedule.trainee .left .calendar .calendarInner .names {
  border-top: 1px solid #DAE0EF;
  border-bottom: 1px solid #DAE0EF;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.schedule.trainee .left .calendar .calendarInner .names .day {
  text-align: center;
  margin: 0;
  font-family: DM Sans;
  font-size: 11px;
  font-weight: 500;
  line-height: 14.32px;
  color: #8A9BC2;
  padding: 8px 0px;
  border-left: 1px solid #DAE0EF;
}

.schedule.trainee .left .calendar .calendarInner .names .day:nth-of-type(1) {
  border-left: none;
}

.schedule.trainee .left .calendar .calendarInner .dates {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.schedule.trainee .left .calendar .calendarInner .dates .date {
  border-left: 1px solid #DAE0EF;
  border-top: 1px solid #DAE0EF;
  position: relative;
  height: 116px;
}

.schedule.trainee .left .calendar .calendarInner .dates .date:nth-of-type(7n+1) {
  border-left: none;
}

.schedule.trainee .left .calendar .calendarInner .dates .date.day:nth-of-type(1) {
  border-left: none;
}

.schedule.trainee .left .calendar .calendarInner .dates .date .dateText {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  color: #3E4E75;
  padding: 4px 10px;
}

.schedule.trainee .left .calendar .calendarInner .dates .date .notificationCount {
  margin: 0;
  font-size: 9px;
  font-weight: 500;
  line-height: 11.72px;
  text-align: center;
  background: #8A9BC2;
  color: #fff;
  width: 14px;
  height: 14px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 4px;
  right: 4px;
}

.schedule.trainee .left .calendar .calendarInner .dates .date .notifications {
  padding: 0px 6px 6px 6px;
}

.schedule.trainee .left .calendar .calendarInner .dates .date .notifications {
  padding: 4px 6px 6px 6px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.schedule.trainee .left .calendar .calendarInner .dates .date .notifications .box {
  background: #FFF6EE;
  border-radius: 6px;
  display: flex;
  gap: 4px;
  padding: 2px;
}

.schedule.trainee .left .calendar .calendarInner .dates .date .notifications .box .letter {
  margin: 0;
  color: #fff;
  font-weight: 500;
  line-height: 11.72px;
  text-align: center;
  background: #FF9C41;
  width: 14px;
  height: 14px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  min-width: 14px;
  align-items: center;
}

.schedule.trainee .left .calendar .calendarInner .dates .date .notifications .box.color2 {
  background: #FBF4FF;
}

.schedule.trainee .left .calendar .calendarInner .dates .date .notifications .box.color2 .letter {
  background: #B758E9;
}

.schedule.trainee .left .calendar .calendarInner .dates .date .notifications .box.color3 {
  background: #E2F4FF;
}

.schedule.trainee .left .calendar .calendarInner .dates .date .notifications .box.color3 .letter {
  background: #17A1FA;
}




.schedule.trainee .left .calendar .calendarInner .dates .date .notifications .box .notificationText {
  margin: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 13.02px;
  color: #3E4E75;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}




.schedule.trainee .right {
  border: 1px solid #DAE0EF;
  background: #fff;
  border-radius: 14px;
  height: fit-content;
}

.schedule.trainee .right .top {
  padding: 22px 12px 10px 12px;
  border-bottom: 1px solid #DAE0EF;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.schedule.trainee .right .top .date {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.83px;
  color: #040510;
}

.schedule.trainee .right .top .day {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #8A9BC2;
}

.schedule.trainee .right .top .tasks {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
}

.schedule.trainee .right .bottom {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 12px;
}

.schedule.trainee .right .bottom .box {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.schedule.trainee .right .bottom .box .boxTime {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  color: #3E4E75;
}

.schedule.trainee .right .bottom .box .boxDetails {
  padding: 6px 8px;
  border-radius: 6px;
  display: flex;
  gap: 8px;
}

.schedule.trainee .right .bottom .box .boxDetails .userLetter {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 15.62px;
  margin: 0;
  width: 19px;
  height: 19px;
  border-radius: 50px;
  min-width: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.schedule.trainee .right .bottom .box .boxDetails .boxDetailsDesc {
  display: flex;
  gap: 5px;
  flex-direction: column;
}

.schedule.trainee .right .bottom .box .boxDetails .boxDetailsDesc .msg {
  color: #3E4E75;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.62px;
  margin: 0;
}

.schedule.trainee .right .bottom .box .boxDetails .boxDetailsDesc .msg .msgBy {
  color: #2A3ACD;
}

.schedule.trainee .right .bottom .box.color1 .boxDetails {
  background: #FFF6EE;
}

.schedule.trainee .right .bottom .box.color1 .boxDetails .userLetter {
  background: #FF9C41;
}

.schedule.trainee .right .bottom .box.color2 .boxDetails {
  background: #FBF4FF;
}

.schedule.trainee .right .bottom .box.color2 .boxDetails .userLetter {
  background: #B758E9;
}

.schedule.trainee .right .bottom .box.color3 .boxDetails {
  background: #E2F4FF;
}

.schedule.trainee .right .bottom .box.color3 .boxDetails .userLetter {
  background: #17A1FA;
}


/* table css */

.schedule.trainee table.table {
  border: 1px solid #dae0ef;
  border-radius: 14px;
  margin-top: 8px;
  border-collapse: separate;
  border-spacing: 0;
}

.schedule.trainee table.table thead th {
  border: none;
  height: 44px;
}

.schedule.trainee table.table thead th .headerText {
  font-size: 14px;
  font-weight: 600;
  line-height: 18.23px;
  text-align: left;
  color: #3E4E75;
  margin: 0;
  display: flex;
  gap: 4px;
  align-items: center;
  width: max-content;
}

.schedule.trainee table.table thead th:nth-of-type(1) {
  border-top-left-radius: 14px;
}

.schedule.trainee table.table thead th:nth-last-child(1) {
  border-top-right-radius: 14px;
}

.schedule.trainee table.table thead th .headerText.center {
  justify-content: center;
}

.schedule.trainee table.table tbody tr td .tableText {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  color: #3E4E75;
  margin: 0;
}

.schedule.trainee table.table tbody tr td .request {
  width: fit-content;
  font-family: DM Sans;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  text-align: left;
  color: #fff;
  border-radius: 4px;
  padding: 2px 6px;
  margin: 0;
}

.schedule.trainee table.table tbody tr td .tableText.active {
  font-weight: 500;
  color: #2A3ACD;
}

.schedule.trainee table.table tbody tr td .tableText.expired {
  color: #B1BCD8;
  font-weight: 500;
}

.schedule.trainee table.table tbody tr td .grade {
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
  background: #DAE0EF;
  padding: 2px 3px;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  border-radius: 4px;
  width: 23px;
}

.schedule.trainee table.table tbody tr td .status {
  width: fit-content;
  font-family: DM Sans;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  text-align: left;
  color: #fff;
  border-radius: 4px;
  padding: 2px 6px;
  margin: 0;
}

.schedule.trainee table.table tbody tr td .status.inprogress {
  background: #25AE8D;
}

.schedule.trainee table.table tbody tr td .status.completed {
  background: #17A1FA;
}

.schedule.trainee table.table tbody tr td .status.notstarted {
  background: #8A9BC2;
}

.schedule.trainee table.table tbody tr td .tableText.center {
  text-align: center;
}

.schedule.trainee table.table tbody tr:nth-last-child(1) td:nth-of-type(1) {
  border-bottom-left-radius: 14px;
}

.schedule.trainee table.table tbody tr:nth-last-child(1) td:nth-last-child(1) {
  border-bottom-right-radius: 14px;
}

.schedule.trainee table.table tbody tr td {
  padding-top: 5px;
  padding-bottom: 5px;
}




.schedule.trainee table.table tbody tr td .tableText .boxDetails {
  border-radius: 6px;
  display: flex;
  gap: 8px;
  align-items: center;
}

.schedule.trainee table.table tbody tr td .tableText .userLetter {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 15.62px;
  margin: 0;
  width: 19px;
  height: 19px;
  border-radius: 50px;
  min-width: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.schedule.trainee table.table tbody tr td .tableText .boxDetails .msg {
  color: #3E4E75;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.62px;
  margin: 0;
}

.schedule.trainee table.table tbody tr td .tableText.color1 .boxDetails .userLetter {
  background: #FF9C41;
}

.schedule.trainee table.table tbody tr td .tableText.color2 .boxDetails .userLetter {
  background: #B758E9;
}

.schedule.trainee table.table tbody tr td .tableText.color3 .boxDetails .userLetter {
  background: #17A1FA;
}

/* Table css */


.schedule.trainee .pageTitle {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
}

.schedule.trainee .btnSet .btn.btn-primary.cancelBtn.active {
  background-color: #2A3ACD !important;
  border-color: #2A3ACD !important;
  color: #ffffff !important;
}

.schedule.trainee .module {
  display: none;
}

.schedule.trainee .module.active {
  display: block;
}

.schedule.trainee .pageHeader .pageHeaderLeft .btnSet .btn .btnText {
  display: block;
}

.schedule.trainee .pageHeader .pageHeaderLeft .btnSet .btn .btnImg {
  display: none;
}


.modal-dialog-rightFixed .modal-body .session {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-height: calc(100vh - 100px);
  overflow: auto;
  padding-right: 10px;
}

.modal-dialog-rightFixed .modal-body .session .sessionDetails {
  background: #E2F4FF;
  border-radius: 14px;
  padding: 8px 12px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.modal-dialog-rightFixed .modal-body .session .sessionDetails .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 23.44px;
  margin: 0;
  color: #3E4E75;
}

.modal-dialog-rightFixed .modal-body .session .sessionDetails .status {
  padding: 2px 4px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  margin: 0;
  color: #fff;
  width: fit-content;
}

.modal-dialog-rightFixed .modal-body .session .sessionDetails .status.offline {
  background: #17A1FA;
}

.modal-dialog-rightFixed .modal-body .session .card {
  border: 1px solid #DAE0EF;
  border-radius: 6px;
  padding: 8px 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.modal-dialog-rightFixed .modal-body .session .card .label {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  color: #8A9BC2;
}

.modal-dialog-rightFixed .modal-body .session .card .boxDetails {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.modal-dialog-rightFixed .modal-body .session .card .boxDetails .boxDetailsInner {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.modal-dialog-rightFixed .modal-body .session .card .boxDetails .boxDetailsInner .boxDetailsText {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
}

.modal-dialog-rightFixed .modal-body .session .card .boxDetails .boxDetailsInner .rating {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: baseline;
}

.modal-dialog-rightFixed .modal-body .session .card .boxDetails .boxDetailsInner .rating .ratingUser {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  color: #3E4E75;
}

.modal-dialog-rightFixed .modal-body .session .card .boxDetails .boxDetailsInner .rating .ratingImg {
  height: 15px;
}

.modal-dialog-rightFixed .modal-body .session .card .cardInner {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.modal-dialog-rightFixed .modal-body .session .card .cardInner .cardDesc {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.modal-dialog-rightFixed .modal-body .session .card .cardInner .cardDesc .title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
}

.modal-dialog-rightFixed .modal-body .session .card .cardInner .cardDesc .moduleOuter {
  padding-inline-start: 10px;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
}

.modal-dialog-rightFixed .modal-body .session .card .cardInner .cardDesc .moduleOuter .topics a {
  display: flex;
  align-items: center;
  gap: 8px;
}

.modal-dialog-rightFixed .modal-body .session .card .cardInner .cardDesc .moduleOuter .topics a .listLabel {
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
  margin: 0;
}

.modal-dialog-rightFixed .modal-body .session .card .cardInner .cardDesc .moduleOuter .topics ul {
  list-style-type: disc;
  color: #B1BCD8;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.modal-dialog-rightFixed .modal-body .session .card .cardInner .cardDesc .moduleOuter .topics ul li {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
}

.modal-dialog-rightFixed .modal-body .session .card .cardInner .cardDesc .moduleOuter .topics ul li::marker {
  color: #B1BCD8;
}

.modal-dialog-rightFixed .modal-body .session .card .cardInner .cardDesc .moduleOuter .topics ul.collapse,
.modal-dialog-rightFixed .modal-body .session .card .cardInner .cardDesc .moduleOuter .topics ul.collapse.show {
  display: flex;
}

.modal-dialog-rightFixed .modal-body .session .card .cardInner .cardDesc .moduleOuter .topics ul.collapse {
  display: none;
}





@media (min-width: 1400px) {
  .schedule.trainee .pageHeader .pageHeaderLeft {
    flex-direction: row;
  }
}

@media (max-width: 991px) {
  .schedule.trainee {
    flex-direction: column;
  }

  .schedule.trainee .pageHeader .options {
    padding-right: 0;
  }

  .schedule.trainee .calendarData {
    flex-direction: column;
  }

  #calendar .fc-scroller {
    height: fit-content !important;
  }

}

@media (max-width: 767px) {
  .schedule.trainee .pageHeader {
    flex-direction: column;
    gap: 16px;
  }

  .schedule.trainee .pageHeader .options {
    flex-direction: column;
    gap: 10px;
  }

  .schedule.trainee .left .calendar .calendarHead .calendarHeadLeft {
    gap: 10px;
  }

  .schedule.trainee .scheduleOuter {
    flex-direction: column;
  }

  .schedule.trainee .scheduleOuter .scheduleInner {
    width: 100%;
  }

  .schedule.trainee .scheduleOuter .daySchedule {
    width: 100%;
  }

  .schedule.trainee .pageHeader .btnSet.scheduleBtn {
    position: absolute;
    top: 0;
    right: 0;
  }

  .schedule.trainee .pageHeader .pageHeaderLeft .btnSet .btn .btnText {
    display: none;
  }

  .schedule.trainee .pageHeader .pageHeaderLeft .btnSet .btn .btnImg {
    display: block;
    width: 16px;
    height: 16px;
  }

  .schedule.trainee .btnSet .btn.btn-primary.cancelBtn .btnImg.active {
    display: none;
  }

  .schedule.trainee .btnSet .btn.btn-primary.cancelBtn .btnImg {
    display: block;
  }

  .schedule.trainee .btnSet .btn.btn-primary.cancelBtn.active .btnImg.active {
    display: block;
  }

  .schedule.trainee .btnSet .btn.btn-primary.cancelBtn.active .btnImg {
    display: none;
  }


}


.skillImprovementPlan.trainee {
  padding: 20px;
}

.skillImprovementPlan.trainee .skillImprovementPlanInner {
  display: flex;
  gap: 20px;
  background: #fff;
  border: 1px solid #DAE0EF;
  border-radius: 14px;
  flex-direction: column;
  padding: 20px;
}

.skillImprovementPlan.trainee .skillImprovementPlanInner .btnSet {
  justify-content: flex-end;
}

.skillImprovementPlan.trainee .formMain {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  background: #fff;
  border-radius: 14px;
  flex-direction: row;
}

.skillImprovementPlan.trainee .formMain .formMainInner {
  display: grid;
  width: 100%;
  gap: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0;
}

.skillImprovementPlan.trainee .formMain .formMainInner .form-select-outer .form-label {
  margin-bottom: 2px;
}


.skillImprovementPlan.trainee .tableHeader .tableHeaderOuter {
  display: flex;
  gap: 32px;
  align-items: center;
}

.skillImprovementPlan.trainee .tableHeader .tableHeaderOuter .statusOuter {
  display: flex;
  gap: 6px;
  align-items: center;
}

.skillImprovementPlan.trainee .tableHeader .tableHeaderOuter .statusOuter .status {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  margin: 0;
}

.skillImprovementPlan.trainee .tableHeader .tableHeaderOuter .statusOuter .grades {
  margin: 0;
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  color: #000000;
}

.skillImprovementPlan.trainee .tableHeader .btn.btn-primary.downloadpdfBtn {
  border: 1px solid #2A3ACD !important;
  background: #fff !important;
  color: #2A3ACD;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  margin: 0;
  border-radius: 6px;
  padding: 8px 12px;
}

.skillImprovementPlan.trainee .tableHeader .tableHeaderOuter .statusOuter .status.good {
  background: #25AE8D;
}

.skillImprovementPlan.trainee .tableHeader .tableHeaderOuter .statusOuter .status.medium {
  background: #FCAA0A;
}

.skillImprovementPlan.trainee .tableHeader .tableHeaderOuter .statusOuter .status.low {
  background: #D94747;
}

.skillImprovementPlan.trainee .formMain .btn.btn-primary.btnSubmit {
  background: #2A3ACD !important;
  border: 1px solid #2A3ACD !important;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  color: #fff;
  border: none;
  outline: none;
  width: 144px;
  text-align: center;
}

.skillImprovementPlan.trainee table.table {
  border: 1px solid #dae0ef;
  border-radius: 14px;
  margin-top: 8px;
  border-collapse: separate;
  border-spacing: 0;
}

.skillImprovementPlan.trainee table.table thead th {
  border: none;
  height: 44px;
  background: #F2F3F8;
}

.skillImprovementPlan.trainee table.table thead th .headerText {
  font-size: 14px;
  font-weight: 600;
  line-height: 18.23px;
  text-align: left;
  color: #3E4E75;
  margin: 0;
  display: flex;
  gap: 4px;
  align-items: center;
  width: max-content;
}

.skillImprovementPlan.trainee table.table thead th:nth-of-type(1) {
  border-top-left-radius: 14px;
}

.skillImprovementPlan.trainee table.table thead th:nth-last-child(1) {
  border-top-right-radius: 14px;
}

.skillImprovementPlan.trainee table.table thead th .headerText.center {
  justify-content: center;
}

.skillImprovementPlan.trainee table.table tbody tr td .tableText {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  color: #3E4E75;
  margin: 0;
}

.skillImprovementPlan.trainee table.table tbody tr td .grade {
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
  background: #DAE0EF;
  padding: 2px 3px;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  border-radius: 4px;
  width: 23px;
}

.skillImprovementPlan.trainee table.table tbody tr td.borderRight {
  border-right: 1px solid #DAE0EF;
  vertical-align: middle;
}

.skillImprovementPlan.trainee table.table tbody tr td .status {
  color: transparent;
  border-radius: 4px;
  width: 16px;
  height: 16px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: center;
  color: #3E4E75;
}

.skillImprovementPlan.trainee table.table tbody tr td .status.good {
  background: #25AE8D;
}

.skillImprovementPlan.trainee table.table tbody tr td .status.medium {
  background: #FCAA0A;
}

.skillImprovementPlan.trainee table.table tbody tr td .status.low {
  background: #D94747;
}

.skillImprovementPlan.trainee table.table tbody tr td .tableText.center {
  text-align: center;
}

.skillImprovementPlan.trainee table.table tbody tr:nth-last-child(1) td:nth-of-type(1) {
  border-bottom-left-radius: 14px;
}

.skillImprovementPlan.trainee table.table tbody tr.lastChild td:nth-of-type(1) {
  border-bottom-left-radius: 14px;
}

.skillImprovementPlan.trainee table.table tbody tr:nth-last-child(1) td:nth-last-child(1) {
  border-bottom-right-radius: 14px;
}

.skillImprovementPlan.trainee table.table tbody tr td {
  padding-top: 5px;
  padding-bottom: 5px;
}

.skillImprovementPlan.trainee .tableHeader {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-top: 24px;
}

.skillImprovementPlan.trainee .tableHeader .left {
  display: flex;
  align-items: center;
  gap: 6px;
}

.skillImprovementPlan.trainee .tableHeader .left .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: center;
  color: #8A9BC2;
  margin: 0;
}

.skillImprovementPlan.trainee .tableHeader form .input-group {
  min-width: 280px;
}

.skillImprovementPlan.trainee .tableHeader form .input-group .input-group-text {
  background: #fff;
  border-left: none;
}

.skillImprovementPlan.trainee .tableHeader form .input-group .input-group-text {
  background: #fff;
  border-left: none;
  border-radius: 6px;
}

.skillImprovementPlan.trainee .tableHeader form .input-group .form-control {
  border: 1px solid #DAE0EF;
  border-right: none;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  color: #B1BCD8;
}

@media (max-width: 767px) {
  .skillImprovementPlan.trainee .formMain .formMainInner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}


.trainerReview.trainee {
  padding: 20px;
}

.trainerReview.trainee .pageTitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 26.04px;
  color: #040510;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 16px;
}

.trainerReview.trainee .pageTitle .pagesubTitle {
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
}

.trainerReview.trainee .tableHeader .right {
  display: flex;
  gap: 12px;
}

.trainerReview.trainee .tableHeader .right .input-group {
  min-width: 320px;
}


.trainerReview.trainee table.table {
  border: 1px solid #dae0ef;
  border-radius: 14px;
  margin-top: 8px;
  border-collapse: separate;
  border-spacing: 0;
}

.trainerReview.trainee table.table thead th {
  border: none;
  height: 44px;
}

.trainerReview.trainee table.table thead th .headerText {
  font-size: 14px;
  font-weight: 600;
  line-height: 18.23px;
  text-align: left;
  color: #3E4E75;
  margin: 0;
  display: flex;
  gap: 4px;
  align-items: center;
  width: max-content;
}

.trainerReview.trainee table.table thead th:nth-of-type(1) {
  border-top-left-radius: 14px;
}

.trainerReview.trainee table.table thead th:nth-last-child(1) {
  border-top-right-radius: 14px;
}

.trainerReview.trainee table.table thead th .headerText.center {
  justify-content: center;
}

.trainerReview.trainee table.table tbody tr td .tableText {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  color: #3E4E75;
  margin: 0;
}

.trainerReview.trainee table.table tbody tr td .tableText.active {
  font-weight: 500;
  color: #2A3ACD;
}

.trainerReview.trainee table.table tbody tr td .tableText.expired {
  color: #B1BCD8;
  font-weight: 500;
}

.trainerReview.trainee table.table tbody tr td .grade {
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
  background: #DAE0EF;
  padding: 2px 3px;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  border-radius: 4px;
  width: 23px;
}

.trainerReview.trainee table.table tbody tr td .status {
  width: fit-content;
  font-family: DM Sans;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  text-align: left;
  color: #fff;
  border-radius: 4px;
  padding: 2px 6px;
  margin: 0;
}

.trainerReview.trainee table.table tbody tr td .status.inprogress {
  background: #25AE8D;
}

.trainerReview.trainee table.table tbody tr td .status.completed {
  background: #17A1FA;
}

.trainerReview.trainee table.table tbody tr td .status.notstarted {
  background: #8A9BC2;
}

.trainerReview.trainee table.table tbody tr td .tableText.center {
  text-align: center;
}

.trainerReview.trainee table.table tbody tr:nth-last-child(1) td:nth-of-type(1) {
  border-bottom-left-radius: 14px;
}

.trainerReview.trainee table.table tbody tr:nth-last-child(1) td:nth-last-child(1) {
  border-bottom-right-radius: 14px;
}

.trainerReview.trainee table.table tbody tr td {
  padding-top: 5px;
  padding-bottom: 5px;
}

.trainerReview.trainee .tableHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.trainerReview.trainee .tableHeader .left {
  display: flex;
  align-items: center;
  gap: 6px;
}

.trainerReview.trainee .tableHeader .left .text {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: center;
  color: #8A9BC2;
  margin: 0;
}

.trainerReview.trainee .tableHeader form .input-group {
  min-width: 280px;
}

.trainerReview.trainee .tableHeader form .input-group .input-group-text {
  background: #fff;
  border-left: none;
}

.trainerReview.trainee .tableHeader form .input-group .input-group-text {
  background: #fff;
  border-left: none;
  border-radius: 6px;
}

.trainerReview.trainee .tableHeader form .input-group .form-control {
  border: 1px solid #DAE0EF;
  border-right: none;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  color: #B1BCD8;
}


/* Modal css */
.trainerReview.trainee .ratingReviewModal .modal-dialog {
  max-width: 532px !important;
}


.trainerReview.trainee .ratingReviewModal .modal-body .modalHeadingOuter .close {
  position: absolute;
  top: 16px;
  right: 16px;
}

.trainerReview.trainee .ratingReviewModal .modal-body .ratingDetails {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #F2F3F8;
  padding: 10px 12px;
  border-radius: 14px;
  margin-bottom: 20px;
}

.trainerReview.trainee .ratingReviewModal .modal-body .ratingDetails .activityImg {
  width: 55px;
  height: 37px;
  border-radius: 6px;
}

.trainerReview.trainee .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.trainerReview.trainee .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingHeading {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.83px;
  color: #3E4E75;
}

.trainerReview.trainee .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc {
  display: flex;
  gap: 32px;
}

.trainerReview.trainee .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc .date {
  display: flex;
  gap: 4px;
}

.trainerReview.trainee .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc .date .title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #8A9BC2;
}

.trainerReview.trainee .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc .date .subTitle {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
  width: max-content;
}

.trainerReview.trainee .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc .expiry {
  display: flex;
  gap: 4px;
}

.trainerReview.trainee .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc .expiry .title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #8A9BC2;
}

.trainerReview.trainee .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc .expiry .subTitle {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #D94747;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 4px;
}

.trainerReview.trainee .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc .expiry .subTitle .dateTimeDivider {
  border-right: 1px solid #B1BCD8;
  height: 10px;
}

.trainerReview.trainee .ratingReviewModal .modal-body .rating {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.trainerReview.trainee .ratingReviewModal .modal-body .rating .ratingHeading {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 23.44px;
  color: #040510;
}

.trainerReview.trainee .ratingReviewModal .modal-body .rating .userRating {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.trainerReview.trainee .ratingReviewModal .modal-body .rating .userRating .userRatingInner {
  display: flex;
  align-items: center;
  gap: 8px;
}

.trainerReview.trainee .ratingReviewModal .modal-body .rating .userRating .userRatingInner .ratingUser {
  width: 40px;
  height: 40px;
  border-radius: 50px;
}

.trainerReview.trainee .ratingReviewModal .modal-body .rating .userRating .userRatingInner .userName {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  color: #3E4E75;
}

.trainerReview.trainee .ratingReviewModal .modal-body .rating .form-outer {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.trainerReview.trainee .ratingReviewModal .modal-body .rating .form-outer .form-label {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.62px;
  color: #8A9BC2;
}

.trainerReview.trainee .ratingReviewModal .modal-body .rating .form-outer .form-control {
  border: 1px solid #DAE0EF;
  padding: 8px 12px;
  font-weight: 400;
  line-height: 18.23px;
  color: #3E4E75;
}

.trainerReview.trainee .ratingReviewModal .modal-body .ratingDivider {
  border-bottom: 1px solid #DAE0EF;
  padding-top: 20px;
  margin-bottom: 24px;
  height: 1px;
}

.trainerReview.trainee .ratingReviewModal .modal-body .btnSet {
  margin-top: 16px;
  justify-content: center;
}


.trainerReview.trainee .ratingReviewModal #viewReviewModal .modal-body .rating .userRating {
  flex-direction: column;
  align-items: flex-start;
}

.trainerReview.trainee .ratingReviewModal #viewReviewModal .modal-body .rating .form-outer .reviewRatingDesc {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #3E4E75;
  margin: 0;
}

.trainerReview.trainee .ratingReviewModal #viewReviewModal .modal-body .ratingDivider {
  padding-top: 16px;
  margin-bottom: 16px;
}

.trainerReview.trainee .ratingReviewModal #feedbackModal .modal-body {
  text-align: center;
}

.trainerReview.trainee .ratingReviewModal #feedbackModal .modal-body .feedbackImg {
  padding-bottom: 24px;
}

.trainerReview.trainee .ratingReviewModal #feedbackModal .modal-body .feedback {
  color: #3E4E75;
  margin-bottom: 20px;
  font-family: DM Sans;
  font-size: 18px;
  font-weight: 500;
  line-height: 23.44px;
  text-align: center;
}



/* Modal css */

@media (max-width: 767px) {
  .trainerReview.trainee .pageHeader {
    flex-direction: column;
  }

  .trainerReview.trainee .pageHeader .courseImg {
    width: 100%;
    height: auto;
  }

  .trainerReview.trainee .pageHeader .headData .desc {
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
  }

  .trainerReview.trainee .pageHeader .headData .desc .divider {
    display: none;
  }

  .trainerReview.trainee .tableHeader {
    gap: 10px;
  }

  .trainerReview.trainee .tableHeader form .input-group {
    min-width: auto;
  }

  .trainerReview.trainee .tableFooter {
    flex-direction: column;
    gap: 16px;
  }

  .trainerReview.trainee .tableFooter {
    flex-direction: column;
    gap: 16px;
    justify-content: flex-start;
    margin-top: 16px;
  }

  .trainerReview.trainee .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc {
    flex-direction: column;
    gap: 6px;
  }

  .trainerReview.trainee .ratingReviewModal .modal-body .rating .userRating {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }


}












/* Trainer */


.autonomousQuizAssessment.trainer {
  padding: 20px;
}

.autonomousQuizAssessment.trainer .pageHeaderTop {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
}

.autonomousQuizAssessment.trainer .pageHeaderTop .pageTitle {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #2A3ACD;
  padding: 8px 16px;
  border: 1px solid #2A3ACD;
  border-radius: 50px;
}

.autonomousQuizAssessment.trainer .pageHeaderTop .pageTitle.active {
  background: #2A3ACD;
  color: #fff;
}

.autonomousQuizAssessment.trainer .pageHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.autonomousQuizAssessment.trainer .pageHeader .pageTitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 26.04px;
  color: #040510;
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0;
}

.autonomousQuizAssessment.trainer .pageHeader .pageTitle .pagesubTitle {
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
}


.autonomousQuizAssessment.trainer .tableHeader .right {
  display: flex;
  gap: 12px;
}

.autonomousQuizAssessment.trainer .tableHeader .right .input-group {
  min-width: 320px;
}

.autonomousQuizAssessment.trainer table.table tbody td .actions {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}

.autonomousQuizAssessment.trainer table.table tbody tr td .tableText .status.active {
  background: #25AE8D;
}

.autonomousQuizAssessment.trainer table.table tbody tr td .tableText .status.inactive {
  background: #D94747;
}

.autonomousQuizAssessment.trainer table.table tbody tr td .tableText .status.indesign {
  background: #FCAA0A;
}



.autonomousQuizAssessment.trainer table.table {
  border: 1px solid #dae0ef;
  border-radius: 14px;
  margin-top: 8px;
  border-collapse: separate;
  border-spacing: 0;
}

.autonomousQuizAssessment.trainer table.table thead th {
  border: none;
  height: 44px;
}

.autonomousQuizAssessment.trainer table.table thead th .headerText {
  font-size: 14px;
  font-weight: 600;
  line-height: 18.23px;
  text-align: left;
  color: #3E4E75;
  margin: 0;
  display: flex;
  gap: 4px;
  align-items: center;
  width: max-content;
}

.autonomousQuizAssessment.trainer table.table thead th:nth-of-type(1) {
  border-top-left-radius: 14px;
}

.autonomousQuizAssessment.trainer table.table thead th:nth-last-child(1) {
  border-top-right-radius: 14px;
}

.autonomousQuizAssessment.trainer table.table thead th .headerText.right {
  justify-content: flex-end;
  width: 100%;
}

.autonomousQuizAssessment.trainer table.table thead th .headerText.center {
  justify-content: center;
  width: 100%;
}

.autonomousQuizAssessment.trainer table.table tbody tr td .tableText {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  color: #3E4E75;
  margin: 0;
}

.autonomousQuizAssessment.trainer table.table tbody tr td .tableText.active {
  font-weight: 500;
  color: #2A3ACD;
}

.autonomousQuizAssessment.trainer table.table tbody tr td .tableText.expired {
  color: #B1BCD8;
  font-weight: 500;
}

.autonomousQuizAssessment.trainer table.table tbody tr td .grade {
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
  background: #DAE0EF;
  padding: 2px 3px;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  border-radius: 4px;
  width: 23px;
}

.autonomousQuizAssessment.trainer table.table tbody tr td .status {
  width: fit-content;
  font-family: DM Sans;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  text-align: left;
  color: #fff;
  border-radius: 4px;
  padding: 2px 6px;
  margin: 0;
}

.autonomousQuizAssessment.trainer table.table tbody tr td .status.inprogress {
  background: #25AE8D;
}

.autonomousQuizAssessment.trainer table.table tbody tr td .status.completed {
  background: #17A1FA;
}

.autonomousQuizAssessment.trainer table.table tbody tr td .status.notstarted {
  background: #8A9BC2;
}

.autonomousQuizAssessment.trainer table.table tbody tr td .tableText.center {
  text-align: center;
}

.autonomousQuizAssessment.trainer table.table tbody tr:nth-last-child(1) td:nth-of-type(1) {
  border-bottom-left-radius: 14px;
}

.autonomousQuizAssessment.trainer table.table tbody tr:nth-last-child(1) td:nth-last-child(1) {
  border-bottom-right-radius: 14px;
}

.autonomousQuizAssessment.trainer table.table tbody tr td {
  padding-top: 5px;
  padding-bottom: 5px;
}

.autonomousQuizAssessment.trainer .tableHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.autonomousQuizAssessment.trainer .tableHeader .left {
  display: flex;
  align-items: center;
  gap: 6px;
}

.autonomousQuizAssessment.trainer .tableHeader .left .text {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: center;
  color: #8A9BC2;
  margin: 0;
}

.autonomousQuizAssessment.trainer .tableHeader form .input-group {
  min-width: 280px;
}

.autonomousQuizAssessment.trainer .tableHeader form .input-group .input-group-text {
  background: #fff;
  border-left: none;
}

.autonomousQuizAssessment.trainer .tableHeader form .input-group .input-group-text {
  background: #fff;
  border-left: none;
  border-radius: 6px;
}

.autonomousQuizAssessment.trainer .tableHeader form .input-group .form-control {
  border: 1px solid #DAE0EF;
  border-right: none;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  color: #B1BCD8;
}


/* Modal css */
.autonomousQuizAssessment.trainer .ratingReviewModal .modal-dialog {
  max-width: 532px !important;
}

.autonomousQuizAssessment.trainer .ratingReviewModal .modal-body .modalHeadingOuter .close {
  position: absolute;
  top: 16px;
  right: 16px;
}

.autonomousQuizAssessment.trainer .ratingReviewModal .modal-body .ratingDetails {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #F2F3F8;
  padding: 10px 12px;
  border-radius: 14px;
  margin-bottom: 20px;
}

.autonomousQuizAssessment.trainer .ratingReviewModal .modal-body .ratingDetails .activityImg {
  width: 55px;
  height: 37px;
  border-radius: 6px;
}

.autonomousQuizAssessment.trainer .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.autonomousQuizAssessment.trainer .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingHeading {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.83px;
  color: #3E4E75;
}

.autonomousQuizAssessment.trainer .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc {
  display: flex;
  gap: 32px;
}

.autonomousQuizAssessment.trainer .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc .date {
  display: flex;
  gap: 4px;
}

.autonomousQuizAssessment.trainer .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc .date .title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #8A9BC2;
}

.autonomousQuizAssessment.trainer .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc .date .subTitle {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
  width: max-content;
}

.autonomousQuizAssessment.trainer .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc .expiry {
  display: flex;
  gap: 4px;
}

.autonomousQuizAssessment.trainer .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc .expiry .title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #8A9BC2;
}

.autonomousQuizAssessment.trainer .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc .expiry .subTitle {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #D94747;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 4px;
}

.autonomousQuizAssessment.trainer .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc .expiry .subTitle .dateTimeDivider {
  border-right: 1px solid #B1BCD8;
  height: 10px;
}

.autonomousQuizAssessment.trainer .ratingReviewModal .modal-body .rating {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.autonomousQuizAssessment.trainer .ratingReviewModal .modal-body .rating .ratingHeading {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 23.44px;
  color: #040510;
}

.autonomousQuizAssessment.trainer .ratingReviewModal .modal-body .rating .userRating {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.autonomousQuizAssessment.trainer .ratingReviewModal .modal-body .rating .userRating .userRatingInner {
  display: flex;
  align-items: center;
  gap: 8px;
}

.autonomousQuizAssessment.trainer .ratingReviewModal .modal-body .rating .userRating .userRatingInner .ratingUser {
  width: 40px;
  height: 40px;
  border-radius: 50px;
}

.autonomousQuizAssessment.trainer .ratingReviewModal .modal-body .rating .userRating .userRatingInner .userName {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  color: #3E4E75;
}

.autonomousQuizAssessment.trainer .ratingReviewModal .modal-body .rating .form-outer {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.autonomousQuizAssessment.trainer .ratingReviewModal .modal-body .rating .form-outer .form-label {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.62px;
  color: #8A9BC2;
}

.autonomousQuizAssessment.trainer .ratingReviewModal .modal-body .rating .form-outer .form-control {
  border: 1px solid #DAE0EF;
  padding: 8px 12px;
  font-weight: 400;
  line-height: 18.23px;
  color: #3E4E75;
}

.autonomousQuizAssessment.trainer .ratingReviewModal .modal-body .ratingDivider {
  border-bottom: 1px solid #DAE0EF;
  padding-top: 20px;
  margin-bottom: 24px;
  height: 1px;
}

.autonomousQuizAssessment.trainer .ratingReviewModal .modal-body .btnSet {
  margin-top: 16px;
  justify-content: center;
}




/* Modal css */

.autonomousQuizAssessment.trainer .pageTitle {
  display: inline-block;
  /* padding: 10px; */
  cursor: pointer;
}

.autonomousQuizAssessment.trainer .pageTitle.active {
  font-weight: bold;
  /* border-bottom: 2px solid #000; */
}

.autonomousQuizAssessment.trainer .module {
  display: none;
}




@media (max-width: 767px) {
  .autonomousQuizAssessment.trainer .pageHeader {
    flex-direction: column;
    align-items: baseline;
    gap: 10px;
  }

  .autonomousQuizAssessment.trainer .pageHeader .btnSet {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }

  .autonomousQuizAssessment.trainer .tableHeader .right {
    width: 100%;
  }

  .autonomousQuizAssessment.trainer .tableHeader .right .input-group {
    min-width: auto;
  }

  .autonomousQuizAssessment.trainer .pageHeader .courseImg {
    width: 100%;
    height: auto;
  }

  .autonomousQuizAssessment.trainer .pageHeader .headData .desc {
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
  }

  .autonomousQuizAssessment.trainer .pageHeader .headData .desc .divider {
    display: none;
  }

  .autonomousQuizAssessment.trainer .tableHeader {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .autonomousQuizAssessment.trainer .tableHeader form .input-group {
    min-width: auto;
  }

  .autonomousQuizAssessment.trainer .tableFooter {
    flex-direction: column;
    gap: 16px;
  }

  .autonomousQuizAssessment.trainer .tableFooter {
    flex-direction: column;
    gap: 16px;
    justify-content: flex-start;
    margin-top: 16px;
  }

  .autonomousQuizAssessment.trainer .ratingReviewModal .modal-body .ratingDetails .ratingDetailsInner .ratingDesc {
    flex-direction: column;
    gap: 6px;
  }

  .autonomousQuizAssessment.trainer .ratingReviewModal .modal-body .rating .userRating {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .autonomousQuizAssessment.trainer.addQuestionstoQuiz .tableHeader {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 16px;
  }

  .autonomousQuizAssessment.trainer.addQuestionstoQuiz .tableHeader .left {
    width: -webkit-fill-available;
  }

  .autonomousQuizAssessment.trainer.addQuestionstoQuiz .tableHeader .right {
    justify-content: flex-end;
  }

}




.courseAndLessonPlan.trainer {
  padding: 20px;
}

.courseAndLessonPlan.trainer .pageHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.courseAndLessonPlan.trainer .pageHeader .pageTitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 26.04px;
  text-align: left;
  color: #040510;
  margin: 0px;
}

.courseAndLessonPlan.trainer .pageHeader .viewOuter {
  display: flex;
  gap: 8px;
}

.courseAndLessonPlan.trainer .pageHeader .viewOuter .listview {
  display: none;
}

.courseAndLessonPlan.trainer .pageHeader .viewOuter .gridview {
  display: none;
}

.courseAndLessonPlan.trainer .pageHeader .viewOuter .listview.active {
  display: block;
}

.courseAndLessonPlan.trainer .pageHeader .viewOuter .gridview.active {
  display: block;
}


.courseAndLessonPlan.trainer .boxOuter {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 14px;
}

.courseAndLessonPlan.trainer .boxOuter .box {
  background: #fff;
  border-radius: 14px;
  padding: 14px;
  border: 1px solid #DAE0EF;
  gap: 12px;
  display: flex;
  flex-direction: column;
}

.courseAndLessonPlan.trainer .boxOuter .box:hover {
  box-shadow: 0px 0px 20px 0px #00000026;
}

.courseAndLessonPlan.trainer .boxOuter .box .boxImage {
  position: relative;
  height: 110px;
}

.courseAndLessonPlan.trainer .boxOuter .box .boxImage .box {
  position: absolute;
  top: 30px;
  right: 9px;
  border-radius: 6px;
  flex-direction: column;
  background: #fff;
  z-index: 9;
}

.courseAndLessonPlan.trainer .boxOuter .box .boxImage .box .option {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #3E4E75;
  width: max-content;
}

.courseAndLessonPlan.trainer .boxOuter .box .boxImage .more {
  position: absolute;
  right: 9px;
  top: 9px;
  z-index: 9;
  cursor: pointer;
}

.courseAndLessonPlan.trainer .boxOuter .box .boxImage .courseImg {
  max-width: 100%;
  width: 100%;
  border-radius: 8px;
  height: 100%;
  /* width: 100%;
  object-fit: contain; */
}

.courseAndLessonPlan.trainer .boxOuter .box .boxImage::after {
  background: #00000063;
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  border-radius: 8px;
}

.courseAndLessonPlan.trainer .boxOuter .box .boxImage:hover::after {
  opacity: 1;
}

.courseAndLessonPlan.trainer .boxOuter .box .boxImage .enrolled {
  position: absolute;
  left: 4px;
  top: 4px;
  background: #25AE8D;
  padding: 1px 4px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.courseAndLessonPlan.trainer .boxOuter .box .boxImage .enrolled .enrolledText {
  color: #fff;
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  text-align: left;
}

.courseAndLessonPlan.trainer .boxOuter .box .courseDetails {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
}

.courseAndLessonPlan.trainer .boxOuter .box .courseDetails .data {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.courseAndLessonPlan.trainer .boxOuter .box .courseDetails .data .lessonCount {
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  text-align: left;
  margin: 0;
  color: #3E4E75;
}

.courseAndLessonPlan.trainer .boxOuter .box .courseDetails .data .lessonDetails {
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  text-align: left;
  margin: 0;
  color: #040510;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.courseAndLessonPlan.trainer .boxOuter .box .courseDetails .data .rating {
  display: flex;
  gap: 5px;
  align-items: center;
  position: relative;
}

.courseAndLessonPlan.trainer .boxOuter .box .courseDetails .data .rating .box {
  position: absolute;
  flex-direction: column;
  top: 40px;
  border-radius: 6px;
  z-index: 9;
}

.courseAndLessonPlan.trainer .boxOuter .box .courseDetails .data .rating .box .option {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #3E4E75;
  width: max-content;
}

.courseAndLessonPlan.trainer .boxOuter .box .courseDetails .data .rating .ratingCount {
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  color: #3E4E75;
  margin: 0;
}

.courseAndLessonPlan.trainer .boxOuter .box .courseDetails .data .rating .ratingCount .count {
  background: blue;
  border-radius: 100%;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
}

.courseAndLessonPlan.trainer .boxOuter .box .courseDetails .dataLower {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.courseAndLessonPlan.trainer .boxOuter .box .courseDetails .dataLower .ratingBy {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  margin: 0;
  color: #8A9BC2;
  display: flex;
  gap: 4px;
  align-items: center;
}

.courseAndLessonPlan.trainer .boxOuter .box .courseDetails .viewDetails {
  display: flex;
  gap: 6px;
  align-items: center;
}

.courseAndLessonPlan.trainer .boxOuter .box .courseDetails .viewDetails .viewDetailsText {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  color: #2A3ACD;
}


.courseAndLessonPlan.trainer .pageHeader .viewOuter form .input-group {
  min-width: 320px;
}

.courseAndLessonPlan.trainer .pageHeader .viewOuter form .input-group .input-group-text {
  background: #fff;
  border-left: none;
}

.courseAndLessonPlan.trainer .pageHeader .viewOuter form .input-group .input-group-text {
  background: #fff;
  border-left: none;
  border-radius: 6px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.courseAndLessonPlan.trainer .pageHeader .viewOuter form .input-group .form-control {
  border: 1px solid #DAE0EF;
  border-right: none;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  color: #B1BCD8;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.courseAndLessonPlan.trainer .pageHeader .viewOuter .filterDivider {
  border-right: 1px solid #B1BCD8;
  height: 16px;
  margin: 0px 12px;
}

.courseAndLessonPlan.trainer .pageHeader .viewOuter .viewInner {
  display: flex;
  align-items: center;
  gap: 8px;
}



/* list view */
.courseAndLessonPlan.trainer .boxOuter.listViewBox {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.courseAndLessonPlan.trainer .boxOuter.listViewBox .box {
  flex-direction: row;
  gap: 16px;
  padding: 16px 20px;
}

.courseAndLessonPlan.trainer .boxOuter.listViewBox .box .boxImage .courseImg {
  width: 138px;
  height: 76px;
}

.courseAndLessonPlan.trainer .boxOuter.listViewBox .box .courseDetails {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.courseAndLessonPlan.trainer .boxOuter.listViewBox .box .courseDetails .data {
  flex-direction: column;
  justify-content: center;
}

.courseAndLessonPlan.trainer .boxOuter.listViewBox .box .courseDetails .dataLower {
  flex-direction: row;
  gap: 36px;
}

.courseAndLessonPlan.trainer .boxOuter.listViewBox .box .courseDetails .dataLower .ratingBy {
  position: relative;
}

.courseAndLessonPlan.trainer .boxOuter.listViewBox .box .courseDetails .dataLower .ratingBy::after {
  content: '';
  border-right: 1px solid #DAE0EF;
  right: -18px;
  height: 12px;
  position: absolute;
}




@media (max-width: 991px) {
  .courseAndLessonPlan.trainer .boxOuter {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}


@media (max-width: 767px) {
  .courseAndLessonPlan.trainer .boxOuter {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .courseAndLessonPlan.trainer .boxOuter.listViewBox .box {
    flex-direction: column;
  }

  .courseAndLessonPlan.trainer .boxOuter.listViewBox .box .boxImage .courseImg {
    width: 100%;
    height: auto;
  }

  .courseAndLessonPlan.trainer .boxOuter.listViewBox .box .courseDetails {
    flex-direction: column;
  }

  .courseAndLessonPlan.trainer .boxOuter.listViewBox .box .courseDetails .dataLower {
    flex-direction: column;
    gap: 16px;
  }

  .courseAndLessonPlan.trainer .boxOuter.listViewBox .box .courseDetails .dataLower .ratingBy::after {
    border: none;
  }

  .courseAndLessonPlan.trainer .pageHeader {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .courseAndLessonPlan.trainer .pageHeader .viewOuter {
    flex-direction: column;
    align-items: flex-start;
  }

  .courseAndLessonPlan.trainer .boxOuter .box .boxImage {
    height: auto;
  }
}



.coursePlanDetails.trainer {
  padding: 20px;
}

.coursePlanDetails.trainer .pageTitle {
  display: flex;
  align-items: center;
  gap: 6px;
}

.coursePlanDetails.trainer .pageTitle .label {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  color: #2A3ACD;
}

.coursePlanDetails.trainer .pageTitle {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
  width: fit-content;
}

.coursePlanDetails.trainer .pageHeader {
  display: flex;
  gap: 12px;
  padding: 20px;
  border: 1px solid #DAE0EF;
  background: #fff;
  border-radius: 14px;
  padding: 14px 20px;
}

.coursePlanDetails.trainer .pageHeader .courseImg {
  width: 100px;
  height: 56px;
  border-radius: 8px;
}

.coursePlanDetails.trainer .pageHeader .headData {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.coursePlanDetails.trainer .pageHeader .headData .heading {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 28.64px;
  text-align: left;
  color: #040510;
}

.coursePlanDetails.trainer .pageHeader .headData .desc {
  display: flex;
  gap: 20px;
  align-items: center;
}

.coursePlanDetails.trainer .pageHeader .headData .desc .title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  color: #8A9BC2;
}

.coursePlanDetails.trainer .pageHeader .headData .desc .title .subTitle {
  margin-left: 4px;
  color: #3E4E75;
}

.coursePlanDetails.trainer .pageHeader .headData .desc .divider {
  border-right: 1px solid #B1BCD8;
  height: 13px;
  margin: 0;
}

.coursePlanDetails.trainer table.table {
  border: 1px solid #dae0ef;
  border-radius: 14px;
  margin-top: 8px;
  border-collapse: separate;
  border-spacing: 0;
}

.coursePlanDetails.trainer table.table thead th {
  border: none;
  height: 44px;
}

.coursePlanDetails.trainer table.table thead th .headerText {
  font-size: 14px;
  font-weight: 600;
  line-height: 18.23px;
  text-align: left;
  color: #3E4E75;
  margin: 0;
  display: flex;
  gap: 4px;
  align-items: center;
}

.coursePlanDetails.trainer table.table thead th:nth-of-type(1) {
  border-top-left-radius: 14px;
}

.coursePlanDetails.trainer table.table thead th:nth-last-child(1) {
  border-top-right-radius: 14px;
}

.coursePlanDetails.trainer table.table thead th .headerText.center {
  justify-content: center;
}

.coursePlanDetails.trainer table.table tbody tr td .tableText {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  color: #3E4E75;
  margin: 0;
}

.coursePlanDetails.trainer table.table tbody tr td .grade {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
  background: #DAE0EF;
  padding: 2px 3px;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  border-radius: 4px;
  width: 23px;
}

.coursePlanDetails.trainer table.table tbody tr td .status {
  width: fit-content;
  font-family: DM Sans;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  text-align: left;
  color: #fff;
  border-radius: 4px;
  padding: 2px 6px;
  margin: 0;
}

.coursePlanDetails.trainer table.table tbody tr td .status.inprogress {
  background: #25AE8D;
}

.coursePlanDetails.trainer table.table tbody tr td .status.completed {
  background: #17A1FA;
}

.coursePlanDetails.trainer table.table tbody tr td .status.notstarted {
  background: #8A9BC2;
}

.coursePlanDetails.trainer table.table tbody tr td .tableText.center {
  text-align: center;
}

.coursePlanDetails.trainer table.table tbody tr:nth-last-child(1) td:nth-of-type(1) {
  border-bottom-left-radius: 14px;
}

.coursePlanDetails.trainer table.table tbody tr:nth-last-child(1) td:nth-last-child(1) {
  border-bottom-right-radius: 14px;
}

.coursePlanDetails.trainer table.table tbody tr td {
  padding-top: 5px;
  padding-bottom: 5px;
}

.coursePlanDetails.trainer .tableHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
}

.coursePlanDetails.trainer .tableHeader .left {
  display: flex;
  align-items: center;
  gap: 6px;
}

.coursePlanDetails.trainer .tableHeader .left .text {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: center;
  color: #8A9BC2;
  margin: 0;
}

.coursePlanDetails.trainer .tableHeader form .input-group {
  min-width: 280px;
}

.coursePlanDetails.trainer .tableHeader form .input-group .input-group-text {
  background: #fff;
  border-left: none;
}

.coursePlanDetails.trainer .tableHeader form .input-group .input-group-text {
  background: #fff;
  border-left: none;
  border-radius: 6px;
}

.coursePlanDetails.trainer .tableHeader form .input-group .form-control {
  border: 1px solid #DAE0EF;
  border-right: none;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  color: #B1BCD8;
}

@media (max-width: 767px) {
  .coursePlanDetails.trainer .pageHeader {
    flex-direction: column;
  }

  .coursePlanDetails.trainer .pageHeader .courseImg {
    width: 100%;
    height: auto;
  }

  .coursePlanDetails.trainer .pageHeader .headData .desc {
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
  }

  .coursePlanDetails.trainer .pageHeader .headData .desc .divider {
    display: none;
  }

  .coursePlanDetails.trainer .tableHeader {
    gap: 10px;
  }

  .coursePlanDetails.trainer .tableHeader form .input-group {
    min-width: auto;
  }

  .coursePlanDetails.trainer .tableFooter {
    flex-direction: column;
    gap: 16px;
  }

  .coursePlanDetails.trainer .tableFooter {
    flex-direction: column;
    gap: 16px;
    justify-content: flex-start;
    margin-top: 16px;
  }

}


.newQuizIndesign.trainer {
  padding: 20px;
}

.newQuizIndesign.trainer .pageTitle {
  display: flex;
  align-items: center;
  gap: 6px;
}

.newQuizIndesign.trainer .pageTitle .label {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  color: #2A3ACD;
}

.newQuizIndesign.trainer .pageTitle {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
  width: fit-content;
}

.newQuizIndesign.trainer .pageHeader {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid #DAE0EF;
  background: #fff;
  border-radius: 14px;
  padding: 16px 20px;
}

.newQuizIndesign.trainer .pageHeader .right {
  display: flex;
  align-items: end;
  gap: 12px;
}



@media (max-width: 767px) {
  .newQuizIndesign.trainer .pageHeader {
    flex-direction: column;
  }


}



.notifications.trainer {
  padding: 20px;
}

.notifications.trainer .topHead {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}

.notifications.trainer .topHead .text {
  border: 1px solid #2A3ACD;
  border-radius: 50px;
  padding: 8px 16px;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #2A3ACD;
  background: #fff;
  text-transform: capitalize;
}

.notifications.trainer .topHead .text.active {
  color: #fff;
  background: #2A3ACD;
}

.notifications.trainer .notificationsInner {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #DAE0EF;
  padding: 24px 10%;
}

.notifications.trainer .notificationsInner .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.notifications.trainer .notificationsInner .head .total {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 23.44px;
  color: #3E4E75;
}

.notifications.trainer .notificationsInner .head .clearAll {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #2A3ACD;
}

.notifications.trainer .notificationsInner .boxOuter {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100vh;
  max-height: calc(100vh - 135px);
  overflow: auto;
  padding-right: 12px;
}

.notifications.trainer .notificationsInner .boxOuter .box {
  display: flex;
  align-items: baseline;
  flex-direction: row;
  gap: 10px;
  margin: 0;
  padding: 12px 16px;
  background: #F2F3F8;
  border-radius: 8px;
}

.notifications.trainer .notificationsInner .boxOuter .box .data {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.notifications.trainer .notificationsInner .boxOuter .box .data .user {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #3E4E75;
  display: flex;
  gap: 6px;
}

.notifications.trainer .notificationsInner .boxOuter .box .data .user .userName {
  font-weight: 500;
  color: #2A3ACD;
}
.notifications.trainer .notificationsInner .boxOuter .box .data .user .groupName {
  font-weight: 500;
  color: #2A3ACD;
}

.notifications.trainer .notificationsInner .boxOuter .box .data .day {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.62px;
  color: #8A9BC2;
}

.notifications.trainer .notificationsInner .boxOuter .box.read {
  background: #fff;
  border: 1px solid #DAE0EF;
}



.progressionStatus.trainer {
  padding: 20px;
}


.progressionStatus.trainer .boxOuter {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.progressionStatus.trainer .boxOuter .box {
  background: #fff;
  border-radius: 14px;
  padding: 14px 14px 20px 14px;
  border: 1px solid #DAE0EF;
  gap: 12px;
  display: flex;
  flex-direction: column;
}

.progressionStatus.trainer .boxOuter .box:hover {
  box-shadow: 0px 0px 20px 0px #00000026;
}

.progressionStatus.trainer .boxOuter .box .boxImage {
  position: relative;
}

.progressionStatus.trainer .boxOuter .box .boxImage .courseImg {
  max-width: 100%;
  width: 100%;
  border-radius: 8px;
}

.progressionStatus.trainer .boxOuter .box .boxImage .enrolled {
  position: absolute;
  left: 5px;
  top: 5px;
  padding: 2px 6px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.progressionStatus.trainer .boxOuter .box .boxImage .enrolled.inprogress {
  background: #25AE8D;
}

.progressionStatus.trainer .boxOuter .box .boxImage .enrolled.notStarted {
  background: #8A9BC2;
}

.progressionStatus.trainer .boxOuter .box .boxImage .enrolled.completed {
  background: #17A1FA;
}

.progressionStatus.trainer .boxOuter .box .boxImage .enrolled .courseStatus {
  color: #fff;
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  text-align: left;
}

.progressionStatus.trainer .boxOuter .box .courseDetails {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
}

.progressionStatus.trainer .boxOuter .box .courseDetails .data {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.progressionStatus.trainer .boxOuter .box .courseDetails .data .lessonCount {
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  text-align: left;
  margin: 0;
  color: #3E4E75;
}

.progressionStatus.trainer .boxOuter .box .courseDetails .data .lessonDetails {
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  text-align: left;
  margin: 0;
  color: #040510;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 45px;
}

.progressionStatus.trainer .boxOuter .box .courseDetails .dataLower {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.progressionStatus.trainer .boxOuter .box .courseDetails .viewDetails {
  display: flex;
  gap: 6px;
  align-items: center;
}

.progressionStatus.trainer .boxOuter .box .courseDetails .viewDetails .viewDetailsText {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  color: #2A3ACD;
}

.progressionStatus.trainer .boxOuter .box .courseDetails .data .rating {
  display: flex;
  gap: 5px;
  align-items: center;
}

.progressionStatus.trainer .boxOuter .box .courseDetails .data .rating .ratingCount {
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  color: #3E4E75;
  margin: 0;
}

.progressionStatus.trainer .boxOuter .box .courseDetails .dataLower .moreCourses {
  background: #fff;
  padding: 5px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 5px;
  border: 1px solid #DAE0EF;
}

.progressionStatus.trainer .boxOuter .box .courseDetails .dataLower .moreCourses .courseCount {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  letter-spacing: -0.04em;
  color: #8A9BC2;
}

/* list view */
.progressionStatus.trainer .boxOuter.listViewBox {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.progressionStatus.trainer .boxOuter.listViewBox .box {
  flex-direction: row;
  gap: 16px;
  padding: 16px 20px;
}

.progressionStatus.trainer .boxOuter.listViewBox .box .boxImage .courseImg {
  width: 138px;
  height: 76px;
}

.progressionStatus.trainer .boxOuter.listViewBox .box .courseDetails {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.progressionStatus.trainer .boxOuter.listViewBox .box .courseDetails .data {
  flex-direction: column;
  justify-content: space-between;
}

.progressionStatus.trainer .boxOuter.listViewBox .box .courseDetails .dataLower {
  flex-direction: row;
  gap: 36px;
}



@media (max-width: 991px) {
  .progressionStatus.trainer .boxOuter {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}


@media (max-width: 767px) {
  .progressionStatus.trainer .boxOuter {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .progressionStatus.trainer .boxOuter.listViewBox .box {
    flex-direction: column;
  }

  .progressionStatus.trainer .boxOuter.listViewBox .box .boxImage .courseImg {
    width: 100%;
    height: auto;
  }

  .progressionStatus.trainer .boxOuter.listViewBox .box .courseDetails {
    flex-direction: column;
  }

  .progressionStatus.trainer .boxOuter.listViewBox .box .courseDetails .dataLower {
    flex-direction: column;
    gap: 16px;
  }
}



.skillImprovementPlan.trainer {
  padding: 20px;
}

.skillImprovementPlan.trainer .topHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.skillImprovementPlan.trainer .topHead .heading {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 26.04px;
  color: #040510;
}

.skillImprovementPlan.trainer .topHead .btnSet {
  display: flex;
  gap: 12px;
}

.skillImprovementPlan.trainer .topHead .btnSet .btn.btn-primary.cancelBtn {
  text-align: left;
  margin: 0;
}

.skillImprovementPlan.trainer .topHead .btnSet .btn.btn-primary.saveBtn {
  text-align: left;
  color: #fff;
  border: none;
  outline: none;
  text-align: center;
}

.skillImprovementPlan.trainer .tableHeader .right .input-group {
  min-width: 320px;
}

.skillImprovementPlan.trainer .tableHeader .right {
  display: flex;
  gap: 12px;
}

.skillImprovementPlan.trainer .modal-body .formMain {
  flex-direction: column;
}


.skillImprovementPlan.trainer .tableHeader .tableHeaderOuter {
  display: flex;
  gap: 32px;
  align-items: center;
}

.skillImprovementPlan.trainer .tableHeader .tableHeaderOuter .statusOuter {
  display: flex;
  gap: 6px;
  align-items: center;
}

.skillImprovementPlan.trainer .tableHeader .tableHeaderOuter .statusOuter .status {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  margin: 0;
}

.skillImprovementPlan.trainer .tableHeader .tableHeaderOuter .statusOuter .grades {
  margin: 0;
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  color: #000000;
}

.skillImprovementPlan.trainer .tableHeader .btn.btn-primary.downloadpdfBtn {
  border: 1px solid #2a3acd;
  background: #fff;
  color: #2a3acd;
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  margin: 0;
  border-radius: 6px;
  padding: 8px 12px;
}

.skillImprovementPlan.trainer .tableHeader .tableHeaderOuter .statusOuter .status.good {
  background: #25ae8d;
}

.skillImprovementPlan.trainer .tableHeader .tableHeaderOuter .statusOuter .status.medium {
  background: #fcaa0a;
}

.skillImprovementPlan.trainer .tableHeader .tableHeaderOuter .statusOuter .status.low {
  background: #d94747;
}

.skillImprovementPlan.trainer .formMain .btn.btn-primary.btnSubmit {
  background: #2a3acd !important;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  color: #fff;
  border: none;
  outline: none;
  width: 144px;
  text-align: center;
}

.skillImprovementPlan.trainer table.table {
  border: 1px solid #dae0ef;
  border-radius: 14px;
  margin-top: 8px;
  border-collapse: separate;
  border-spacing: 0;
}

.skillImprovementPlan.trainer table.table thead th {
  border: none;
  height: 44px;
  background: #f2f3f8;
}

.skillImprovementPlan.trainer table.table thead th .headerText {
  font-size: 14px;
  font-weight: 600;
  line-height: 18.23px;
  text-align: left;
  color: #3e4e75;
  margin: 0;
  display: flex;
  gap: 4px;
  align-items: center;
  width: max-content;
}

.skillImprovementPlan.trainer table.table thead th:nth-of-type(1) {
  border-top-left-radius: 14px;
}

.skillImprovementPlan.trainer table.table thead th:nth-last-child(1) {
  border-top-right-radius: 14px;
}

.skillImprovementPlan.trainer table.table thead th .headerText.center {
  justify-content: center;
}

.skillImprovementPlan.trainer table.table tbody tr td .tableText {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  color: #3e4e75;
  margin: 0;
}

.skillImprovementPlan.trainer table.table tbody tr td .grade {
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3e4e75;
  background: #dae0ef;
  padding: 2px 3px;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  border-radius: 4px;
  width: 23px;
}

.skillImprovementPlan.trainer table.table tbody tr td.borderRight {
  border-right: 1px solid #dae0ef;
  vertical-align: middle;
}

.skillImprovementPlan.trainer table.table tbody tr td .status {
  border-radius: 4px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: center;
  padding: 2px 6px;
  color: #fff;
}

.skillImprovementPlan.trainer table.table tbody tr td .actions {
  justify-content: flex-end;
  display: flex;
}

.skillImprovementPlan.trainer table.table tbody tr td .status.active {
  background: #25ae8d;
}

.skillImprovementPlan.trainer table.table tbody tr td .status.inactive {
  background: #d94747;
}

.skillImprovementPlan.trainer table.table tbody tr td .tableText.center {
  text-align: center;
}

.skillImprovementPlan.trainer table.table tbody tr:nth-last-child(1) td:nth-of-type(1) {
  border-bottom-left-radius: 14px;
}

.skillImprovementPlan.trainer table.table tbody tr.lastChild td:nth-of-type(1) {
  border-bottom-left-radius: 14px;
}

.skillImprovementPlan.trainer table.table tbody tr:nth-last-child(1) td:nth-last-child(1) {
  border-bottom-right-radius: 14px;
}

.skillImprovementPlan.trainer table.table tbody tr td {
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: middle;
}

.skillImprovementPlan.trainer .tableHeader {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-top: 24px;
}

.skillImprovementPlan.trainer .tableHeader .left {
  display: flex;
  align-items: center;
  gap: 6px;
}

.skillImprovementPlan.trainer .tableHeader .left .text {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: center;
  color: #8a9bc2;
  margin: 0;
}

.skillImprovementPlan.trainer .tableHeader form .input-group {
  min-width: 280px;
}

.skillImprovementPlan.trainer .tableHeader form .input-group .input-group-text {
  background: #fff;
  border-left: none;
}

.skillImprovementPlan.trainer .tableHeader form .input-group .input-group-text {
  background: #fff;
  border-left: none;
  border-radius: 6px;
}

.skillImprovementPlan.trainer .tableHeader form .input-group .form-control {
  border: 1px solid #dae0ef;
  border-right: none;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  color: #b1bcd8;
}


.form-select-outer.subTopic {
  display: flex;
  flex-direction: column;
  border-left: 1px solid #DAE0EF;
  padding-left: 12px;
}

.form-select-outer.subTopic .addNew {
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #2a3acd;
  text-align: right;
}

.formMain .formMainInner .form-select-outer.subTopic .form-label {
  text-align: left;
}

.form-select-outer.subTopic .mainOuter {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form-select-outer.subTopic .mainOuter .main {
  display: flex;
  align-items: end;
  gap: 12px;
}

.form-select-outer.subTopic .mainOuter .main .mainLeft {
  width: 100%;
}

.form-select-outer.subTopic .mainOuter .main .mainRight {
  width: 28px;
  height: 28px;
  background: #F2F3F8;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2px;
  margin-right: 5px;
  min-width: 28px;
}


.indexTrainer {
  padding: 20px;
}

.indexTrainer .pageTitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 26.04px;
  text-align: left;
  color: #040510;
  margin-bottom: 20px;
}

.indexTrainer .bannerBox {
  border: 1px solid #DAE0EF;
  border-radius: 14px;
  background: #fff;
}

.indexTrainer .bannerBox .bannerBg {
  width: 100%;
}

.indexTrainer .bannerBox .bannerData {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 10px 20px 16px 20px;
  align-items: center;
}

.indexTrainer .bannerBox .bannerData .bannerUser {
  position: absolute;
  left: 40px;
  bottom: 16px;
}

.indexTrainer .bannerBox .bannerData .data {
  padding-left: 195px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.indexTrainer .bannerBox .bannerData .data .userName {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 26.04px;
  text-align: left;
  color: #040510;
}

.indexTrainer .bannerBox .bannerData .data .progressLabel {
  font-size: 12px;
  font-weight: 400;
  line-height: 15.62px;
  text-align: left;
  color: #3E4E75;
  margin: 0;
}

.indexTrainer .bannerBox .bannerData .data .progressLabel .percentage {
  font-weight: 600;
  color: #040510;
}

.indexTrainer .bannerBox .bannerData .button.editProfile {
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  color: #2A3ACD;
  border: 1px solid #2A3ACD;
  padding: 8px 12px;
  margin: 0;
  height: max-content;
  border-radius: 6px;
  background-color: #fff;
}


.indexTrainer .links .boxOuter {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
  margin-top: 24px;
}

.indexTrainer .links .boxOuter .box {
  padding: 20px 16px;
  background: #FFFFFF;
  border: 1px solid #DAE0EF;
  border-radius: 14px;
}

.indexTrainer .links .boxOuter .box .imageBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.indexTrainer .links .boxOuter .box .imageBox .arrow {
  border: 1px solid #2A3ACD;
  border-radius: 10px;
  padding: 10px;
}

.indexTrainer .links .boxOuter .box .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 23.44px;
  text-align: left;
  color: #040510;
  margin: 0;
  padding-top: 20px;
}

.indexTrainer .links .boxOuter .box .subTitle {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  color: #3E4E75;
  padding-top: 6px;
}


.indexTrainer .upcomingTasks {
  padding-top: 24px;
}

.indexTrainer .upcomingTasks .heading {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 26.04px;
  text-align: left;
  color: #040510;
}

.indexTrainer .upcomingTasks .boxOuter {
  display: grid;
  margin-top: 13px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.indexTrainer .upcomingTasks .boxOuter .box {
  background: #FFFFFF;
  border: 1px solid #DAE0EF;
  border-radius: 14px;
  padding: 20px 16px;
  display: flex;
  gap: 14px;
}

.indexTrainer .upcomingTasks .boxOuter .box .data {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.indexTrainer .upcomingTasks .boxOuter .box .data .dataLeft {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.indexTrainer .upcomingTasks .boxOuter .box .data .dataLeft .classStatus {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 23.44px;
  text-align: left;
  color: #040510;
}

.indexTrainer .upcomingTasks .boxOuter .box .data .dataLeft .className {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  color: #3E4E75;
}

.indexTrainer .upcomingTasks .boxOuter .box .data .dataLeft .dateTimeOuter {
  display: flex;
  align-items: center;
  gap: 4px;
}

.indexTrainer .upcomingTasks .boxOuter .box .data .dataLeft .dateTimeOuter .date {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  color: #3E4E75;
}

.indexTrainer .upcomingTasks .boxOuter .box .data .viewDetails {
  display: flex;
  align-items: center;
  gap: 6px;
}

.indexTrainer .upcomingTasks .boxOuter .box .data .viewDetails .label {
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  color: #2A3ACD;
  margin: 0;
}


.indexTrainer .community {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
}

.indexTrainer .community .heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 26.04px;
  text-align: left;
  color: #040510;
}

.indexTrainer .community .communityInner {
  display: flex;
  gap: 20px;
}

.indexTrainer .community .communityInner .left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 35%;
}

/* Members */
.indexTrainer .community .communityInner .left .members {
  background: #fff;
  border: 1px solid #DAE0EF;
  border-radius: 14px;
  padding: 20px;
}

.indexTrainer .community .communityInner .left .members .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.indexTrainer .community .communityInner .left .members .head .heading {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 26.04px;
  text-align: left;
  color: #040510;
}

.indexTrainer .community .communityInner .left .members .head .allMembers {
  display: flex;
  gap: 6px;
  align-items: center;
}

.indexTrainer .community .communityInner .left .members .head .allMembers .title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  color: #2A3ACD;
}


.indexTrainer .community .communityInner .left .members .membersTab {
  margin-top: 15px;
}

.indexTrainer .community .communityInner .left .members .membersTab .nav.nav-pills {
  border: 1px solid #DAE0EF !important;
  padding: 4px;
  border-radius: 6px;
  width: max-content;
}

.indexTrainer .community .communityInner .left .members .membersTab .nav.nav-pills .nav-link {
  padding: 5px 12px;
  font-size: 14px;
  font-weight: 500 !important;
  line-height: 20px;
  text-align: left;
  color: #2A3ACD !important;
}

.indexTrainer .community .communityInner .left .members .membersTab .nav.nav-pills .nav-link.active {
  background: #E5EDFF;
  border-radius: 6px;
}

.indexTrainer .community .communityInner .left .members .membersTab .tab-content .tab-pane .userList {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.indexTrainer .community .communityInner .left .members .membersTab .tab-content .tab-pane .userList .user {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}

.indexTrainer .community .communityInner .left .members .membersTab .tab-content .tab-pane .userList .user::after {
  content: '';
  border-bottom: 1px solid #DAE0EF;
  position: absolute;
  bottom: -6px;
  left: 50px;
  right: 0;
}

.indexTrainer .community .communityInner .left .members .membersTab .tab-content .tab-pane .userList .user:nth-last-child(1)::after {
  border: none;
}

.indexTrainer .community .communityInner .left .members .membersTab .tab-content .tab-pane .userList .user .userName {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: #000000;
}

.indexTrainer .community .communityInner .left .members .membersTab .tab-content .tab-pane .userList .user .status {
  width: 10px;
  height: 10px;
  position: absolute;
  left: 28px;
  top: 28px;
  border-radius: 50px;
  border: 1px solid #ffffff;
}

.indexTrainer .community .communityInner .left .members .membersTab .tab-content .tab-pane .userList .user .status.live {
  background: #25EC5D;
}

.indexTrainer .community .communityInner .left .members .membersTab .tab-content .tab-pane .userList .user .status.away {
  background: #8A9BC2;
}


/* activity */
.indexTrainer .community .communityInner .left .activity {
  background: #fff;
  border: 1px solid #DAE0EF;
  border-radius: 14px;
  padding: 20px;
}

.indexTrainer .community .communityInner .left .activity .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.indexTrainer .community .communityInner .left .activity .head .heading {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 26.04px;
  text-align: left;
  color: #040510;
}

.indexTrainer .community .communityInner .left .activity .head .allMembers {
  display: flex;
  gap: 6px;
  align-items: center;
}

.indexTrainer .community .communityInner .left .activity .head .allMembers .title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  color: #2A3ACD;
}


.indexTrainer .community .communityInner .left .activity .userList {
  display: flex;
  flex-direction: column;
  gap: 26px;
  margin-top: 28px;
}

.indexTrainer .community .communityInner .left .activity .userList .user {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  position: relative;
}

.indexTrainer .community .communityInner .left .activity .userList .user::after {
  content: '';
  border-bottom: 1px solid #DAE0EF;
  position: absolute;
  bottom: -10px;
  left: 50px;
  right: 0;
}

.indexTrainer .community .communityInner .left .activity .userList .user:nth-last-child(1)::after {
  border: none;
}

.indexTrainer .community .communityInner .left .activity .userList .user .details {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.indexTrainer .community .communityInner .left .activity .userList .user .details .userDetials {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  color: #3E4E75;
  margin: 0;
}

.indexTrainer .community .communityInner .left .activity .userList .user .userName {
  font-weight: 500;
  color: #2A3ACD;
}

.indexTrainer .community .communityInner .left .activity .userList .user .details .timePeriod {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.62px;
  text-align: left;
  color: #2A3ACD;
}

.indexTrainer .community .communityInner .left .activity .userList .user .details .userDetials .userGroup {
  margin-left: 6px;
}


/* Forum */
.indexTrainer .community .communityInner .right {
  width: 65%;
}

.indexTrainer .community .communityInner .right .forum {
  background: #fff;
  border: 1px solid #DAE0EF;
  border-radius: 14px;
  padding: 20px;
}

.indexTrainer .community .communityInner .right .forum .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.indexTrainer .community .communityInner .right .forum .head .heading {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 26.04px;
  text-align: left;
  color: #040510;
}

.indexTrainer .community .communityInner .right .forum .head .allMembers {
  display: flex;
  gap: 6px;
  align-items: center;
}

.indexTrainer .community .communityInner .right .forum .head .allMembers .title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  color: #2A3ACD;
}

.indexTrainer .community .communityInner .right .forum .boxOuter {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 14px;
}

.indexTrainer .community .communityInner .right .forum .boxOuter .box {
  border: 1px solid #DAE0EF;
  border-radius: 14px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.indexTrainer .community .communityInner .right .forum .boxOuter .box .forumDetails {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.indexTrainer .community .communityInner .right .forum .boxOuter .box .forumDetails .detailHeadOuter {
  display: flex;
  justify-content: space-between;
}

.indexTrainer .community .communityInner .right .forum .boxOuter .box .forumDetails .detailHeadOuter .detailHead {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.indexTrainer .community .communityInner .right .forum .boxOuter .box .forumDetails .detailHeadOuter .detailHead .label {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  color: #3E4E75;
}

.indexTrainer .community .communityInner .right .forum .boxOuter .box .forumDetails .detailHeadOuter .detailHead .label .userName {
  color: #2A3ACD;
}

.indexTrainer .community .communityInner .right .forum .boxOuter .box .forumDetails .detailHeadOuter .detailHead .label .replied {
  font-weight: 400;
}

.indexTrainer .community .communityInner .right .forum .boxOuter .box .forumDetails .detailHeadOuter .detailHead .details {
  display: flex;
  gap: 20px;
}

.indexTrainer .community .communityInner .right .forum .boxOuter .box .forumDetails .detailHeadOuter .detailHead .details .detailsInner {
  display: flex;
  gap: 6px;
  align-items: center;
}

.indexTrainer .community .communityInner .right .forum .boxOuter .box .forumDetails .detailHeadOuter .detailHead .details .detailsInner .detailsLabel {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  color: #8A9BC2;
}

.indexTrainer .community .communityInner .right .forum .boxOuter .box .forumDetails .detailHeadOuter .day {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: right;
  margin: 0;
  color: #3E4E75;
}

.indexTrainer .community .communityInner .right .forum .boxOuter .box .forumDetails .forumline {
  margin: 0;
  border-color: #DAE0EF;
}

.indexTrainer .community .communityInner .right .forum .boxOuter .box .forumDetails .msg {
  display: flex;
  align-items: center;
  gap: 12px;
}

.indexTrainer .community .communityInner .right .forum .boxOuter .box .forumDetails .msg .msgText {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  color: #040510;
}

@media (max-width: 991px) {
  .indexTrainer .links .boxOuter {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .indexTrainer .upcomingTasks .boxOuter {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .indexTrainer .community .communityInner .left {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 50%;
  }

  .indexTrainer .community .communityInner .left {
    width: 50%;
  }

  .indexTrainer .community .communityInner .right {
    width: 60%;
  }
}


@media (max-width: 767px) {
  .indexTrainer .bannerBox .bannerBg {
    height: 150px;
  }

  .indexTrainer .bannerBox .bannerData {
    flex-direction: column;
  }

  .indexTrainer .bannerBox .bannerData .bannerUser {
    width: 100px;
    left: 20px;
    bottom: 80px;
  }

  .indexTrainer .bannerBox .bannerData .data {
    padding-left: 100px;
  }

  .indexTrainer .bannerBox .bannerData .button.editProfile {
    margin-left: 35px;
    margin-top: 20px;
  }

  .indexTrainer .links .boxOuter {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .indexTrainer .community .communityInner {
    flex-direction: column;
  }

  .indexTrainer .community .communityInner .left {
    width: 100%;
  }

  .indexTrainer .community .communityInner .right {
    width: 100%;
  }

  .indexTrainer .upcomingTasks .boxOuter .box .data {
    flex-direction: column;
    gap: 20px;
  }

  .indexTrainer .community .communityInner .right .forum .boxOuter .box .forumDetails .detailHeadOuter {
    flex-direction: column;
    gap: 20px;
  }
}

/* Question Library */
.autonomousQuizAssessment.trainer.questionLibrary .ratingReviewModal .modal-body .modalHeadingOuter {
  border-bottom: 1px solid #DAE0EF;
  margin-bottom: 16px;
}

.autonomousQuizAssessment.trainer.questionLibrary .ratingReviewModal .modal-body .modalHeadingOuter .modalHeading {
  margin: inherit;
  margin-bottom: 16px;
  margin-top: -20px;
}

.autonomousQuizAssessment.trainer.questionLibrary .ratingReviewModal .modal-body .formOuter {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.autonomousQuizAssessment.trainer.questionLibrary .ratingReviewModal .modal-dialog {
  max-width: 936px !important;
}

.autonomousQuizAssessment.trainer.questionLibrary .ratingReviewModal .modal-dialog .form .add {
  margin: 0;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #2A3ACD;
  text-align: right;
  width: 100%;
  display: block;
}

.autonomousQuizAssessment.trainer.questionLibrary .ratingReviewModal .modal-body .btnSet {
  margin-top: 24px;
  justify-content: flex-end;
}

/* Add Question */
.addCourse.addQuestion .top .basicDetails .box .form .options {
  display: flex;
  column-gap: 36px;
  flex-wrap: wrap;
}

.addCourse.addQuestion .top .basicDetails .box .form-select-outer .input-group-text {
  height: auto;
}

.addCourse .top .basicDetails .box .form-select-outer.full.questionOption .optionTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.addCourse .top .basicDetails .box .form-select-outer.full.questionOption .optionTop .addOption {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #2A3ACD;
  cursor: pointer;
}

.addCourse .top .basicDetails .box .form-select-outer.full.questionOption .questionOptions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 16px;
  position: relative;
  border-left: 1px solid #DAE0EF;
}

.addCourse .top .basicDetails .box .form-select-outer.full.questionOption .questionOptions .optionBox {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.addCourse .top .basicDetails .box .form-select-outer.full.questionOption .questionOptions .optionBox .form-select-outer {
  width: 75%;
}

.addCourse .top .basicDetails .box .form-select-outer.full.questionOption .questionOptions .optionBox .form-check {
  align-items: end;
  display: flex;
  margin-bottom: 10px;
  width: 15%;
}


@media (max-width: 767px) {
  .addCourse.addQuestion .top .basicDetails .box .form {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .addCourse.addQuestion .top .basicDetails .box .form-select-outer.full.questionOption .questionOptions .optionBox {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
    position: relative;
    gap: 10px;
  }

  .addCourse .top .basicDetails .box .form-select-outer.full.questionOption .questionOptions .optionBox .form-check .form-check-label {
    padding: 0;
  }

  .addCourse.addQuestion .top .basicDetails .box .form-select-outer.full.questionOption .questionOptions .optionBox .deleteIcon {
    position: absolute;
    top: 19px;
    right: 0;
  }

  .addCourse.addQuestion .top .basicDetails .box .form {
    display: flex;
    flex-direction: column;
  }

  .addCourse.addQuestion .top .basicDetails .box .form-select-outer.full.questionOption .questionOptions .optionBox .form-select-outer.mobFull {
    grid-column: span 2;
    width: 85%;
  }

}


.autonomousQuizAssessment.trainer.addQuestionstoQuiz .previewSelected {
  padding-top: 24px;
}

.autonomousQuizAssessment.trainer.addQuestionstoQuiz .pageTitle {
  padding: 0;
}

.autonomousQuizAssessment.trainer.addQuestionstoQuiz .pageHeader .pageTitleOuter {
  display: flex;
  align-items: center;
  gap: 12px;
}

.autonomousQuizAssessment.trainer.addQuestionstoQuiz .pageHeader {
  margin-bottom: 0;
}

.autonomousQuizAssessment.trainer.addQuestionstoQuiz .pageHeader .pageTitleOuter .pageTitleDivider {
  margin: 0;
  border-right: 1px solid #B1BCD8;
  height: 12px;
}

.autonomousQuizAssessment.trainer.addQuestionstoQuiz .pageHeader .pageTitleOuter .pagesubTitle {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.83px;
  color: #040510;
}

.autonomousQuizAssessment.trainer.addQuestionstoQuiz .pageHeader .removeSelected {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 18.23px;
  color: #D94747;
}

.autonomousQuizAssessment.trainer.addQuestionstoQuiz .btnSet.endBtn {
  padding-top: 20px;
  justify-content: flex-end;
}


.autonomousQuizAssessment.trainer.addQuestionstoQuiz .ratingReviewModal #questionAddedModal .modal-body {
  text-align: center;
}

.autonomousQuizAssessment.trainer.addQuestionstoQuiz .ratingReviewModal #viewQuestionModal .modal-body .question {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.autonomousQuizAssessment.trainer.addQuestionstoQuiz .ratingReviewModal #viewQuestionModal .modal-body .question .questionText {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 23.44px;
  color: #040510;
}

.autonomousQuizAssessment.trainer.addQuestionstoQuiz .questionsOptions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tableText .status .inactive {
  background: #D94747;
}

.autonomousQuizAssessment.trainer.addQuestionstoQuiz .questionsOptions .option {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.83px;
  color: #3E4E75;
}


.addCourse.addQuestion.newAssessment .form-select-outer .elementHeading {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.83px;
  color: #040510;
}



@media (max-width: 767px) {
  .autonomousQuizAssessment.trainer.addQuestionstoQuiz .pageHeader .pageTitleOuter {
    flex-direction: column;
    align-items: baseline;
  }

  .autonomousQuizAssessment.trainer.addQuestionstoQuiz .pageHeader .pageTitleOuter .pageTitleDivider {
    display: none;
  }

  .autonomousQuizAssessment.trainer.addQuestionstoQuiz .pageHeader .removeSelected {
    width: 100%;
    text-align: right;
  }
}



.coursePlanDetails.trainee.lessonSequencing .table-responsive .table tbody {
  background: #fff;
}

.coursePlanDetails.trainee.lessonSequencing .sequenceWrapper {
  background: #F2F3F8;
  border-radius: 14px;
  padding: 8px;
  border: 1px solid #DAE0EF;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: max-content;
}

.coursePlanDetails.trainee.lessonSequencing .sequenceWrapper .sequenceData {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #ffff;
  padding: 5px 6px;
  border: 1px solid #DAE0EF;
  box-shadow: 0px 0px 20px 0px #00000026;
  border-radius: 5px;
  cursor: pointer;
}

.coursePlanDetails.trainee.lessonSequencing .sequenceWrapper .sequenceData .sequenceLabel {
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  text-align: left;
  color: #3E4E75;
  margin: 0;
}

.coursePlanDetails.trainee.lessonSequencing .selected {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
  max-width: 370px;
}

.coursePlanDetails.trainee.lessonSequencing .selected .option {
  border: 1px solid #DAE0EF;
  border-radius: 5px;
  padding: 5px 6px;
  display: flex;
  gap: 6px;
  align-items: center;
}

.coursePlanDetails.trainee.lessonSequencing .selected .option .optionText {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  color: #3E4E75;
}

.coursePlanDetails.trainee.lessonSequencing .box {
  display: flex;
  justify-content: space-between;
  align-items: end;
  background: #fff;
  padding: 20px;
  border-radius: 14px;
  border: 1px solid #DAE0EF;
  margin-top: 20px;
  margin-bottom: 14px;
  gap: 20px;
}

.coursePlanDetails.trainee.lessonSequencing .box .form-select-outer {
  width: 100%;
}

.coursePlanDetails.trainee.lessonSequencing .box .btnSet button {
  min-width: 144px;
}

.coursePlanDetails.trainee.lessonSequencing .boxTitle {
  font-size: 16px;
  font-weight: 600;
  line-height: 20.83px;
  margin: 0;
  color: #040510;
  margin-bottom: 20px;
  margin-top: 16px;
}


@media (max-width: 767px) {
  .coursePlanDetails.trainee.lessonSequencing .box {
    flex-direction: column;
  }

  .coursePlanDetails.trainee.lessonSequencing .box .btnSet {
    width: 100%;
  }

  .coursePlanDetails.trainee.lessonSequencing .box .btnSet button {
    width: 100%;
  }
}

.addCourse.addQuestion.superAdminBillingSubscription .top .basicDetails .box {
  padding: 32px;
}

.addCourse.addQuestion.superAdminBillingSubscription .top .basicDetails .box .form-select-outer.full.questionOption .questionOptions {
  border: none;
  padding: 0;
  gap: 24px;
}

.addCourse.addQuestion.superAdminBillingSubscription .top .basicDetails .box .form-select-outer.full.questionOption .questionOptions .optionBox {
  border-bottom: 1px solid #DAE0EF;
  padding-bottom: 16px;
  gap: 40px;
  align-items: end;
}

.addCourse.addQuestion.superAdminBillingSubscription .top .basicDetails .box .form-select-outer.full.questionOption .questionOptions .optionBox .form-check {
  width: auto;
  min-width: 175px;
  margin-bottom: 0px;
}
/*
.addCourse.addQuestion.superAdminBillingSubscription.modifyPlanCorporate .top .basicDetails .box .form-select-outer .error {
  position: absolute;
  bottom: -16px;
}
*/
.addCourse.addQuestion.superAdminBillingSubscription .top .basicDetails .box .form-select-outer.full.questionOption .questionOptions .optionBox .valueTotal {
  margin-bottom: 7px;
  min-width: 95px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.83px;
  color: #040510;
  display: flex;
  justify-content: flex-end;
}

.addCourse.addQuestion.superAdminBillingSubscription .top .basicDetails .box .form-select-outer.full.questionOption .questionOptions .optionBox .valueTotal .month {
  margin: 0;
  font-size: 10px;
  font-weight: 500;
  line-height: 13.02px;
  color: #3E4E75;
}

.addCourse.addQuestion.superAdminBillingSubscription .top .basicDetails .box .form-select-outer.full.questionOption .questionOptions .optionBox.totalPlanPrice .valueTotal {
  flex-direction: column;
  align-items: flex-end;
}

.addCourse.addQuestion.superAdminBillingSubscription .top .basicDetails .box .form-select-outer.full.questionOption .questionOptions .optionBox .form-select-outer.discount {
  min-width: 72px;
  width: auto;
}

.addCourse.addQuestion.superAdminBillingSubscription .top .basicDetails .box .form-select-outer.full.questionOption .questionOptions .optionBox .form-check.tax {
  padding-left: 0;
}

.addCourse.addQuestion.superAdminBillingSubscription .top .basicDetails .box .form-select-outer.full.questionOption .questionOptions .optionBox .form-check.tax .taxLabel {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  color: #8A9BC2;
}

.addCourse.addQuestion.superAdminBillingSubscription .top .basicDetails .box .form-select-outer.full.questionOption .questionOptions .optionBox.taxes .valueOuter {
  justify-content: flex-end;
  min-width: 95px;
  display: flex;
}

.addCourse.addQuestion.superAdminBillingSubscription .top .basicDetails .box .form-select-outer.full.questionOption .questionOptions .optionBox.taxes .valueOuter .taxValue {
  margin-bottom: 4px;
}

.addCourse.addQuestion.superAdminBillingSubscription .top .basicDetails .box .form-select-outer.full.questionOption .questionOptions .optionBox.taxes .valueOuter .valueTotal {
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  color: #3E4E75;
  /* margin-bottom: 22px; */
}

.addCourse.addQuestion.superAdminBillingSubscription .top .basicDetails .box .form-select-outer.full.questionOption .questionOptions .optionBox.taxes .valueOuter .valueTotal .month {
  font-size: 12px;
}

.addCourse.addQuestion.superAdminBillingSubscription .top .basicDetails .modules {
  display: flex;
  gap: 28px;
}

.addCourse.addQuestion.superAdminBillingSubscription .top .basicDetails .modules .modulesInner {
  width: 25%;
}

.addCourse.addQuestion.superAdminBillingSubscription .top .basicDetails .modules .modulesOuter {
  width: 25%;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.addCourse.addQuestion.superAdminBillingSubscription .top .basicDetails .modules .modulesOuter .modulesInner {
  width: 100%;
}

.addCourse.addQuestion.superAdminBillingSubscription .top .basicDetails .modules .modulesInner .moduleTitle {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 23.44px;
  color: #000000;
}

.addCourse.addQuestion.superAdminBillingSubscription.modifyPlanCorporate .top .basicDetails {
  gap: 16px;
}

.addCourse.addQuestion.superAdminBillingSubscription .top .basicDetails .modules .modulesInner .card {
  display: flex;
  gap: 10px;
  flex-direction: row;
  align-items: baseline;
}

.addCourse.addQuestion.superAdminBillingSubscription .top .basicDetails .modules .modulesInner .card .minusImg {
  background: #fff;
  z-index: 1;
}

.addCourse.addQuestion.superAdminBillingSubscription .top .basicDetails .modules .modulesInner .card::before {
  content: '';
  background: url("../images/verticalLine.png");
  width: 1px;
  height: calc(100% - 60px);
  position: absolute;
  top: 30px;
  left: 32px;
  z-index: 0;
}

.addCourse.addQuestion.superAdminBillingSubscription .top .basicDetails .box .form-select-outer.full.questionOption .questionOptions .optionBox .form-check.tax .taxLabel {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  color: #3E4E75;
}

.addCourse.addQuestion.superAdminBillingSubscription .top .basicDetails .box .form-select-outer.full.questionOption .questionOptions .optionBox.totalPlanPrice {
  margin-top: -8px;
}

.addCourse.addQuestion.superAdminBillingSubscription .top .basicDetails .box .form-select-outer.full.questionOption .questionOptions .optionBox.totlaPlanPrice .valueOuter .valueTotal {
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  color: #3E4E75;
  margin-bottom: 22px;
}

.addCourse.addQuestion.superAdminBillingSubscription .top .basicDetails .box .form-select-outer.full.questionOption .questionOptions .optionBox.totlaPlanPrice .valueOuter .valueTotal .month {
  font-size: 12px;
}

.addCourse.addQuestion.superAdminBillingSubscription .top .basicDetails .box .form-select-outer.full.questionOption .questionOptions .optionBox.totalPlanPrice .form-check.tax .taxLabel {
  color: #040510;
}

.addCourse.addQuestion.superAdminBillingSubscription .top .basicDetails .boxOuter {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.addCourse.addQuestion.superAdminBillingSubscription .moduleOuter {
  list-style-type: none;
  padding-inline-start: 0px;
}

.addCourse.addQuestion.superAdminBillingSubscription .moduleOuter ul {
  list-style-type: none;
}

.addCourse.addQuestion.superAdminBillingSubscription .moduleOuter .module a {
  display: flex;
}

.addCourse.addQuestion.superAdminBillingSubscription .moduleOuter li .form-check .form-check-input {
  position: relative;
  margin-left: auto;
}

.addCourse.addQuestion.superAdminBillingSubscription .moduleOuter ul {
  position: relative;
}

.addCourse.addQuestion.superAdminBillingSubscription ul li {
  position: relative;
}

.addCourse.addQuestion.superAdminBillingSubscription ul ul {
  padding-left: 16px;
  position: relative;
}

.addCourse.addQuestion.superAdminBillingSubscription .moduleOuter li a::after {
  content: '';
  position: absolute;
  left: 7px;
  background: url("../images/verticalLine.png");

  width: 2px;
  height: auto;
  top: 21px;
  bottom: 0;
  z-index: 0;
}

.addCourse.addQuestion.superAdminBillingSubscription .moduleOuter .module a .toggleImg {
  z-index: 1;
  background: #fff;
  cursor: pointer;
}

.addCourse.addQuestion.superAdminBillingSubscription ul li.module {
  margin-left: 0;
}

.addCourse.addQuestion.superAdminBillingSubscription ul li {
  position: relative;
  padding-left: 0;
  margin-left: 16px;
}

.addCourse.addQuestion.superAdminBillingSubscription .moduleOuter li a .form-check {
  padding-left: 16px;
}

.addCourse.addQuestion.superAdminBillingSubscription .moduleOuter li .form-check {
  padding-left: 0px;
}

@media (max-width: 991px) {
  .addCourse.addQuestion.superAdminBillingSubscription .top .basicDetails .box .form-select-outer.full.questionOption .questionOptions .optionBox .form-check {
    min-width: 115px;
  }

  .addCourse.addQuestion.superAdminBillingSubscription .top .basicDetails .box .form-select-outer.full.questionOption .questionOptions .optionBox .form-check .form-check-label {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .ratingReviewModal .modal-dialog {
    margin-left: 15px;
    margin-right: 10px;
    margin: 0 auto;
  }

}

@media (max-width: 767px) {
  .ratingReviewModal .modal-dialog {
    margin: 0 auto;
    margin-left: 15px;
    margin-right: 10px;
  }
  .addCourse.addQuestion.superAdminBillingSubscription .top .basicDetails .boxOuter {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .addCourse.addQuestion.superAdminBillingSubscription .top .basicDetails .box .form-select-outer.full.questionOption .questionOptions .optionBox .form-select-outer.mobHide {
    display: none;
  }

  .addCourse.addQuestion.superAdminBillingSubscription .top .basicDetails .box .form-select-outer.full.questionOption .questionOptions .optionBox {
    gap: 10px;
    position: relative;
  }

  .addCourse.addQuestion.superAdminBillingSubscription .top .basicDetails .box .form-select-outer.full.questionOption .questionOptions .optionBox .form-select-outer.mobFull {
    width: 70%;
  }

  .addCourse.addQuestion.superAdminBillingSubscription .top .basicDetails .box .form-select-outer.full.questionOption .questionOptions .optionBox .valueTotal {
    position: absolute;
    top: 0px;
    right: -30px;
  }

  .addCourse.addQuestion.superAdminBillingSubscription .top .basicDetails .box .form-select-outer.full.questionOption .questionOptions .optionBox.taxes .valueOuter .valueTotal {
    position: relative;
    right: auto;
    margin-bottom: 35px;
  }



}


.schedule .ratingReviewModal .modal-dialog {
  max-width: 915px !important;
}

.schedule .ratingReviewModal .formOuter {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.schedule .ratingReviewModal .modal-body .modalHeadingOuter {
  border-bottom: 1px solid #DAE0EF;
  margin-bottom: 16px;
}

.schedule .ratingReviewModal .modal-body .modalHeadingOuter .modalHeading {
  margin: inherit;
  margin-bottom: 16px;
  margin-top: -20px;
}

.schedule .ratingReviewModal .modal-body .modalHeadingOuter .close {
  position: absolute;
  top: 16px;
  right: 16px;
}

.schedule .ratingReviewModal .modal-body .browse-btn {
  width: auto;
}

.schedule .ratingReviewModal .formOuter .form-select-outer.full {
  grid-column: span 2;
}

.schedule .ratingReviewModal .formOuter .timingOuter.full {
  grid-column: span 2;
}

.schedule .ratingReviewModal .formOuter .form-select-outer.full.timingTitle {
  margin-bottom: -10px;
}

.schedule .ratingReviewModal .formOuter .form-select-outer .optionBox {
  display: flex;
  gap: 24px;
}

.schedule .ratingReviewModal .formOuter .form-select-outer .optionBox .form-check .form-check-label .form-check-subLabel {
  font-size: 12px;
  font-weight: 400;
  line-height: 15.62px;
  color: #8A9BC2;
}

.schedule .ratingReviewModal .formOuter .timingOuter {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.schedule .ratingReviewModal .formOuter .timingTitle .title {
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
  margin: 0;
}

.schedule .ratingReviewModal .formOuter .timingTitle .title .subTitle {
  font-size: 12px;
  font-weight: 400;
  line-height: 15.62px;
  color: #8A9BC2;
}

.schedule .ratingReviewModal .formOuter .timingOuter .timingInner {
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  align-items: flex-end;
}

.schedule .ratingReviewModal .formOuter .timingOuter .timingInner .to {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #8A9BC2;
  text-align: center;
}

.schedule .ratingReviewModal .schedulePopupBtnOuter.btnSet {
  padding-top: 20px;
  display: flex;
  justify-content: center;
}



@media (max-width: 767px) {
  .schedule .ratingReviewModal .formOuter .timingOuter .timingInner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    /* grid-column: span 2; */
  }

  .schedule .ratingReviewModal .formOuter {
    display: flex;
    flex-direction: column;
  }

  .schedule .ratingReviewModal .formOuter .form-select-outer .optionBox {
    flex-direction: column;
    gap: 8px;
  }

  .schedule .ratingReviewModal .formOuter .timingOuter .timingInner .to {
    grid-column: span 3;
    margin: 0;
  }

  .schedule .ratingReviewModal .formOuter .timingOuter.full {
    display: flex;
    flex-direction: column;
  }

}



.users.schedule .pageHeader {
  margin-bottom: 16px;
}

.users.schedule .pageHeader .pageTitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 26.04px;
  color: #040510;
  display: flex;
  gap: 10px;
  align-items: center;
  border: none;
  padding: inherit;
}

.users table.table tbody tr td .tableText.request {
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  color: #fff;
  text-align: right;
  padding: 2px 6px;
  border-radius: 6px;
  width: fit-content;
}

.users table.table tbody tr td .tableText.request.pending {
  background: #cabd0c;
  width: fit-content;
}

.users table.table tbody tr td .tableText.request.yes {
  background: #17A1FA;
  width: fit-content;
}

.users table.table tbody tr td .tableText.request.no {
  background: #B1BCD8;
}

.assessment.trainee.schedule .boxTitle {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 23.44px;
  color: #040510;
  margin-bottom: -8px;
}

.assessment.trainee.schedule .box {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #DAE0EF;
  padding: 24px 100px;
}

/* form .input-group {
  min-width: 320px;
} */

form .input-group .input-group-text {
  background: #fff;
  border-left: none;
}

form .input-group .input-group-text {
  background: #fff;
  border-left: none;
  border-radius: 6px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

form .input-group .form-control {
  border: 1px solid #B1BCD8;
  border-right: none;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  color: #B1BCD8;
}

form .form-control {
  border: 1px solid #B1BCD8;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  color: #B1BCD8;
}

.form-select-outer textarea.input-group-text {
  border: 1px solid #B1BCD8;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #3E4E75;
  padding: 8px 12px;
  height: auto;
}

.assessment.trainee.schedule .box .assignUsersOuter .assignUsers {
  display: flex;
  gap: 14px;
  background: #F2F3F8;
  padding: 8px;
  flex-direction: column;
  min-height: 300px;
  box-shadow: none;
  border: 1px solid #ced4da;
}

.assessment.trainee.schedule .box .assignUsersOuter .assignUsers option {
  border: 1px solid #DAE0EF;
  background: #fff;
  border-radius: 5px;
  padding: 5px 6px;
  font-size: 12px;
  font-weight: 500;
  color: #3E4E75;
  margin-bottom: 4px;
}

.assessment.trainee.schedule .box .assignUsersOuter .btnSet {
  display: flex;
  align-items: center;
  flex-direction: column;
  top: 150px;
}

.assessment.trainee.schedule .box .assignUsersOuter .btnSet .addBtn {
  background: #2A3ACD !important;
  border-color: #2A3ACD !important;
  border-radius: 50%;
  height: 34px;
  width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 10px;
  font-size: 24px;
  padding-top: 5px;
}

.assessment.trainee.schedule .box .assignUsersOuter .btnSet .removeBtn {
  background: #2A3ACD !important;
  border-color: #2A3ACD !important;
  border-radius: 50%;
  height: 34px;
  width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 10px;
  font-size: 24px;
  padding-top: 5px;
}

.assessment.trainee.schedule .box .empSelected {
  font-size: 12px;
  font-weight: 400;
  line-height: 15.62px;
  color: #8A9BC2;
  margin-bottom: 20px;
}

.assessment.trainee.schedule .box .assignUsersOuter form .input-group {
  min-width: 100%;
}

.btnSet.end {
  justify-content: flex-end;
}

.assessment.trainee.schedule .box .btnSet.end {
  margin-top: 24px;
}

.coursePlanDetails.trainee.lessonSequencing .form-select-outer .select2.select2-container .select2-selection {
  min-width: 150px;
}


.unreadCount {
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75 !important;
}

.addCourse.inbox .top .basicDetails .box .form {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.form-select-outer .select2.select2-container .select2-selection {
  border: 1px solid #B1BCD8;
}

.addCourse.inbox .form-select-outer.inboxUpload .browse-btn.browseText {
  width: 100px;
  position: absolute;
  bottom: 0;
  z-index: 9;
  border: 1px solid #B1BCD8;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #F2F3F8;
}

.addCourse.inbox .form-select-outer.inboxUpload .browse-btn {
  position: relative;
  left: 0px;
  border: 1px solid #B1BCD8;
  background: #fff;
  border-radius: 6px;
  width: -webkit-fill-available;
  right: 40px;
}





.courseAndLessonPlan.trainee.npay .pageTabs {
  display: flex;
  gap: 10px;
  align-items: center;
  padding-bottom: 24px;
}

.courseAndLessonPlan.trainee.npay .pageTabs .tabText {
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  margin: 0;
  color: #2A3ACD;
  border: 1px solid #2A3ACD;
  border-radius: 50px;
  padding: 8px 16px;
  background: #fff;
}

.courseAndLessonPlan.trainee.npay .pageTabs .tabText.active {
  background: #2A3ACD;
  color: #fff;
}

.courseAndLessonPlan.trainee.npay .boxOuter .box .boxImage .enrolled {
  background: #38FFF3;
}

.courseAndLessonPlan.trainee.npay .boxOuter .box .boxImage .enrolled .enrolledText {
  color: #040510;
}

.courseAndLessonPlan.trainee.npay .boxOuter .box .courseDetails .dataLower .priceDetails {
  display: flex;
  align-items: center;
  gap: 10px;
}

.courseAndLessonPlan.trainee.npay .boxOuter .box .courseDetails .dataLower .priceDetails .price {
  display: flex;
  align-items: center;
  gap: 4px;
}

.courseAndLessonPlan.trainee.npay .boxOuter .box .courseDetails .dataLower .priceDetails .price .discardedPrice {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  color: #8A9BC2;
  text-decoration-line: line-through;
}

.courseAndLessonPlan.trainee.npay .boxOuter .box .courseDetails .dataLower .priceDetails .price .priceToPay {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.83px;
  color: #040510;
}

.courseAndLessonPlan.trainee.npay .boxOuter .box .courseDetails .dataLower .priceDetails .discount {
  display: flex;
  gap: 4px;
  align-items: center;
  background: #25AE8D;
  border-radius: 4px;
  padding: 1px 4px;
}

.courseAndLessonPlan.trainee.npay .boxOuter .box .courseDetails .dataLower .priceDetails .discount .discountText {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  color: #FFFFFF;
}

.courseAndLessonPlan.trainee.npay .boxOuter .box .courseDetails .dataLower .btnSet {
  flex-wrap: wrap;
}
.courseAndLessonPlan.trainee.npay .boxOuter .box .courseDetails .dataLower .btnSet .btn.btn-primary {
  padding: 8px 10px;
  width: 47%;
}
.courseAndLessonPlan.trainee.npay .boxOuter .box .courseDetails .data .color {
  display: flex;
  gap: 4px;
  flex-direction: column;
  margin-top: 8px;
  margin-bottom: 12px;
}

.courseAndLessonPlan.trainee .boxOuter .box .courseDetails .data .color .colorTitle {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  color: #3E4E75;
}

.courseAndLessonPlan.trainee.npay .boxOuter .box .courseDetails .data .color .colorInner {
  display: flex;
  gap: 6px;
}

.courseAndLessonPlan.trainee.npay .boxOuter .box .courseDetails .data .color .colorInner .option {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.courseAndLessonPlan.trainee.npay .boxOuter .box .courseDetails .data .color .colorInner .option.active {
  border: 1px solid #2A3ACD;
}

.courseAndLessonPlan.trainee.npay .boxOuter .box .courseDetails .data .color .colorInner .option .opctionColor {
  width: 16px;
  height: 16px;
  border-radius: 3px;
}

.courseAndLessonPlan.trainee.npay .boxOuter .box .courseDetails .data .color .colorInner .option .opctionColor.color1 {
  background: #535540;
}

.courseAndLessonPlan.trainee.npay .boxOuter .box .courseDetails .data .color .colorInner .option .opctionColor.color2 {
  background: #17A1FA;
}

.courseAndLessonPlan.trainee.npay .boxOuter .box .courseDetails .data .color .colorInner .option .opctionColor.color3 {
  background: #8A9BC2;
}


.courseAndLessonPlan.trainee.npay .boxOuter .box .courseDetails .data .size {
  display: flex;
  gap: 4px;
  flex-direction: column;
  margin-bottom: 8px;
}

.courseAndLessonPlan.trainee.npay .boxOuter .box .courseDetails .data .size .sizeTitle {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  color: #3E4E75;
}

.courseAndLessonPlan.trainee.npay .boxOuter .box .courseDetails .data .size .sizeInner {
  display: flex;
  gap: 10px;
}

.courseAndLessonPlan.trainee.npay .boxOuter .box .courseDetails .data .size .sizeInner .option {
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #DAE0EF;
  border-radius: 6px;
}

.courseAndLessonPlan.trainee.npay .boxOuter .box .courseDetails .data .size .sizeInner .option.active {
  border: 1px solid #2A3ACD;
}

.courseAndLessonPlan.trainee.npay .boxOuter .box .boxImage .productImg {
  border: 1px solid #DAE0EF;
  width: 100%;
  border-radius: 8px;
}

.card {
  background: #fff;
  border-radius: 14px;
  padding: 24px;
}

.npayProductPage {
  padding: 20px;
}

.npayProductPage .pageTitle {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 20px;
}

.npayProductPage .pageTitle .label {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #2A3ACD;
}

.npayProductPage .boxOuter {
  display: flex;
  gap: 24px;
}

.npayProductPage .boxOuter .card .productLabel {
  margin-bottom: 6px;
  font-size: 28px;
  font-weight: 600;
  line-height: 36.46px;
  color: #040510;
}

.npayProductPage .boxOuter .card .rating {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 16px;
}

.npayProductPage .boxOuter .card .rating .ratingCount {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  color: #3E4E75;
}

.npayProductPage .boxOuter .card .productDetails {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.npayProductPage .boxOuter .card .productDetails .courseType {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
}

.npayProductPage .boxOuter .card .productDetails .courseCount {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
}

.npayProductPage .boxOuter .card .productDetails .divider {
  border-right: 1px solid #B1BCD8;
  height: 15px;
}

.npayProductPage .boxOuter .card .productDetails .courseBy {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.83px;
  color: #8A9BC2;
}


.npayProductPage .boxOuter .card .priceDetails {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
}

.npayProductPage .boxOuter .card .priceDetails .price {
  display: flex;
  align-items: center;
  gap: 4px;
}

.npayProductPage .boxOuter .card .priceDetails .price .discardedPrice {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  color: #8A9BC2;
  text-decoration-line: line-through;
}

.npayProductPage .boxOuter .card .priceDetails .price .priceToPay {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.83px;
  color: #040510;
}

.npayProductPage .boxOuter .card .priceDetails .discount {
  display: flex;
  gap: 4px;
  align-items: center;
  background: #25AE8D;
  border-radius: 4px;
  padding: 1px 4px;
}

.npayProductPage .boxOuter .card .priceDetails .discount .discountText {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  color: #FFFFFF;
}

.npayProductPage .boxOuter .card .productDesc {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 32px;
}

.npayProductPage .boxOuter .card .productDesc .title {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  color: #3E4E75;
}

.npayProductPage .boxOuter .card .productDesc ul {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #3E4E75;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.npayProductPage .boxOuter .card .productDesc .viewDetails {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #2A3ACD;
}

.npayProductPage .boxOuter .card .btnSet.full {
  flex-direction: column;
}

.npayProductPage .card.left {
  width: 60%;
}

.npayProductPage .card.right {
  width: 40%;
}

.npayProductPage .tabs {
  display: flex;
  gap: 10px;
  align-items: center;
  padding-bottom: 16px;
  margin-top: 24px;
}

.npayProductPage .tabOption {
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  margin: 0;
  color: #2A3ACD;
  border: 1px solid #2A3ACD;
  border-radius: 50px;
  padding: 8px 16px;
  background: #fff;
  cursor: pointer;
}

.npayProductPage .tabOption.active {
  background: #2A3ACD;
  color: #fff;
}

.npayProductPage .tabContent .abourCourse {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
}

.npayProductPage .tabContent .abourCourse .title {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  color: #3E4E75;
}

.npayProductPage .tabContent .abourCourse .abourCourseInner {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.npayProductPage .tabContent .abourCourse .abourCourseInner .abourCourseDivider {
  border-right: 1px solid #B1BCD8;
}

.npayProductPage .tabContent .abourCourse .abourCourseInner .box {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.npayProductPage .tabContent .abourCourse .abourCourseInner .box .title {
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #8A9BC2;
  margin: 0;
}

.npayProductPage .tabContent .abourCourse .abourCourseInner .box .subTitle {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
}

.npayProductPage .tabContent .productDesc {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
}

.npayProductPage .tabContent .productDesc .title {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  color: #3E4E75;
}

.npayProductPage .tabContent .productDesc ul {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #3E4E75;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.npayProductPage .tabContent .skills {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}

.npayProductPage .tabContent .skills .title {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  color: #3E4E75;
}

.npayProductPage .tabContent .skills .skillsInner {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.npayProductPage .tabContent .skills .skillsInner .skillBox {
  margin: 0;
  border: 1px solid #DAE0EF;
  border-radius: 5px;
  background: #F2F3F8;
  padding: 5px 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  color: #3E4E75;
}

.npayProductPage .tabContent .details {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}

.npayProductPage .tabContent .details .title {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  color: #3E4E75;
}

.npayProductPage .tabContent .details .detailsInner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.npayProductPage .tabContent .details .detailsInner .detailsBox {
  border: 1px solid #DAE0EF;
  border-radius: 14px;
  padding: 12px 16px;
  display: flex;
  gap: 16px;
  align-items: center;
}

.npayProductPage .tabContent .details .detailsInner .detailsBox .info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.npayProductPage .tabContent .details .detailsInner .detailsBox .info .title {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 23.44px;
  color: #040510;
}

.npayProductPage .tabContent .details .detailsInner .detailsBox .info .subTitle {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
  display: flex;
  gap: 5px;
}

.npayProductPage .boxOuter .card .color {
  display: flex;
  gap: 4px;
  flex-direction: column;
  margin-top: 12px;
  margin-bottom: 12px;
}

.npayProductPage .boxOuter .card .color .colorTitle {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  color: #3E4E75;
}

.npayProductPage .boxOuter .card .color .colorInner {
  display: flex;
  gap: 6px;
}

.npayProductPage .boxOuter .card .color .colorInner .option {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.npayProductPage .boxOuter .card .color .colorInner .option.active {
  border: 1px solid #2A3ACD;
}

.npayProductPage .boxOuter .card .color .colorInner .option .opctionColor {
  width: 16px;
  height: 16px;
  border-radius: 3px;
}

.npayProductPage .boxOuter .card .color .colorInner .option .opctionColor.color1 {
  background: #535540;
}

.npayProductPage .boxOuter .card .color .colorInner .option .opctionColor.color2 {
  background: #17A1FA;
}

.npayProductPage .boxOuter .card .color .colorInner .option .opctionColor.color3 {
  background: #8A9BC2;
}

.npayProductPage .boxOuter .card .size {
  display: flex;
  gap: 4px;
  flex-direction: column;
  margin-bottom: 24px;
}

.npayProductPage .boxOuter .card .size .sizeTitle {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  color: #3E4E75;
}

.npayProductPage .boxOuter .card .size .sizeInner {
  display: flex;
  gap: 10px;
}

.npayProductPage .boxOuter .card .size .sizeInner .option {
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #DAE0EF;
  border-radius: 6px;
}

.npayProductPage .boxOuter .card .size .sizeInner .option.active {
  border: 1px solid #2A3ACD;
}

.npayProductPage .tabContent .additionalInfo {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.npayProductPage .tabContent .additionalInfo .title {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  color: #3E4E75;
}

.npayProductPage .tabContent .additionalInfo .infoBoxOuter {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.npayProductPage .tabContent .additionalInfo .infoBoxOuter .infoBox {
  display: flex;
  gap: 8px;
}

.npayProductPage .tabContent .additionalInfo .infoBoxOuter .infoBox .title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #8A9BC2;
}

.npayProductPage .tabContent .additionalInfo .infoBoxOuter .infoBox .subTitle {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
}

.npayProductPage .tabContent .desc {
  display: flex;
  justify-content: space-evenly;
  gap: 24px;
}

.npayProductPage .tabContent .desc .left {
  width: 50%;
}

.npayProductPage .tabContent .desc .right {
  width: 50%;
}


@media (max-width: 991px) {
  .npayProductPage .tabContent .desc {
    flex-direction: column;
  }

  .npayProductPage .tabContent .desc .left {
    width: 100%;
  }

  .npayProductPage .tabContent .desc .right {
    width: 100%;
  }

  .npayProductPage .tabContent .details .detailsInner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 767px) {
  .npayProductPage .boxOuter {
    flex-direction: column;
  }

  .npayProductPage .card.left {
    width: 100%;
  }

  .npayProductPage .card.right {
    width: 100%;
  }

  .npayProductPage .tabContent .details .detailsInner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .courseAndLessonPlan.trainee.npay .pageTabs .tabText {
    padding: 8px;
  }

}


.npayCart {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.npayCart .pageHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.npayCart .pageHeader .title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 26.04px;
  color: #040510;
}
.npayCart .pageHeader .showHistory {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #2A3ACD;
}
.npayCart .cartDetails {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.npayCart .cartDetails .productDetails {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.npayCart .cartDetails .productDetails .productDetailsInner.head {
  display: flex;
  justify-content: space-between;
  padding: 0;
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: -6px;
}
.npayCart .cartDetails .productDetails .productDetailsInner .product {
    min-width: 450px;
    max-width: 450px;
}
.npayCart .cartDetails .productDetails .productDetailsInner .price {
    width: 70px;
    text-align: center;
}
.npayCart .cartDetails .productDetails .productDetailsInner .quantity {
    width: 90px;
    text-align: center;
}
.npayCart .cartDetails .productDetails .productDetailsInner .total {
    width: 50px;
    text-align: center;
}
.npayCart .cartDetails .productDetails .productDetailsInner.head .label {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #8A9BC2;
}
.npayCart .cartDetails .productDetails .productDetailsInner.data {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 14px;
  flex-direction: row;
  align-items: center;
}
.npayCart .cartDetails .productDetails .productDetailsInner.data .product {
  display: flex;
  gap: 12px;
  align-items: center;
}
.npayCart .cartDetails .productDetails .productDetailsInner.data .product .productImg {
  width: 77px;
  height: fit-content;
  border-radius: 6px;
}
.npayCart .cartDetails .productDetails .productDetailsInner.data .product .desc {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.npayCart .cartDetails .productDetails .productDetailsInner.data .product .desc .category {
  display: flex;
  gap: 10px;
  align-items: center;
}
.npayCart .cartDetails .productDetails .productDetailsInner.data .product .desc .category .cat {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  color: #3E4E75;
}
.npayCart .cartDetails .productDetails .productDetailsInner.data .product .desc .category .type {
  margin: 0;
  background: #92FDFD;
  padding: 1px 4px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  color: #040510;
}
.npayCart .cartDetails .productDetails .productDetailsInner.data .product .desc .productname {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  color: #040510;
  display: flex;
  gap: 12px;
  align-items: center;
}
.npayCart .cartDetails .productDetails .productDetailsInner.data .product .desc .details {
  display: flex;
  gap: 4px;
  margin-top: -2px;
}
.npayCart .cartDetails .productDetails .productDetailsInner.data .product .desc .details .title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #8A9BC2;
}
.npayCart .cartDetails .productDetails .productDetailsInner.data .product .desc .details .subTitle {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
}
.npayCart .cartDetails .productDetails .productDetailsInner.data .product .desc .details .subTitle .productColor {
  width: 16px;
  height: 16px;
  border-radius: 6px;
  display: block;
}
.npayCart .cartDetails .productDetails .productDetailsInner.data .product .desc .details .subTitle .productColor.red {
  background: #E4202A;
}
.npayCart .cartDetails .productDetails .productDetailsInner.data .product .desc .details .subTitle .productColor.black {
  background: #535540;
}
.npayCart .cartDetails .productDetails .productDetailsInner.data .price .label {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  color: #3E4E75;
  display: flex;
}
.npayCart .cartDetails .productDetails .productDetailsInner.data .quantity .label {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  color: #3E4E75;
}
.npayCart .cartDetails .productDetails .productDetailsInner.data .total .label {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20.83px;
  color: #3E4E75;
}

.counter-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.counter-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  background-color: white;
  transition: background-color 0.3s, color 0.3s;
}
.counter-button img {
  width: 20px;
  height: 20px;
}
/* .counter-button:hover {
  background-color: #007bff;
  color: white;
} */
.counter-display {
  width: 41px;
  height: 34px;
  border: 1px solid #B1BCD8;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #8A9BC2;
}

.npayCart .cartDetails .cartDetailsRight.card {
  margin-top: 28px;
  padding: 20px;
  min-width: 25%;
}
.npayCart .cartDetails .cartDetailsRight.card .cartDetailsInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #DAE0EF;
  padding-bottom: 14px;
  margin-bottom: 14px;
}
.npayCart .cartDetails .cartDetailsRight.card .cartDetailsInner .title {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.83px;
  color: #040510;
}
.npayCart .cartDetails .cartDetailsRight.card .cartDetailsInner .price {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.83px;
  color: #040510;
}
.npayCart .cartDetails .cartDetailsRight.card ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-inline-start: 20px;
}
.npayCart .cartDetails .cartDetailsRight.card ul li {
  font-size: 12px;
  font-weight: 400;
  line-height: 18.23px;
  color: #8A9BC2;
}
.npayCart .cartDetails .cartDetailsRight.card .btnSet.full {
  flex-direction: column;
}
.npayCart .cartDetails .productDetails .productDetailsInner.data .price .label .mobView {
  display: block;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #8A9BC2;
  padding-right: 4px;
}

@media (max-width: 991px) {
  .npayCart .cartDetails {
    flex-direction: column;
  }
  .npayCart .cartDetails .cartDetailsRight.card .btnSet.full {
    flex-direction: row;
  }
  .npayCart .cartDetails .cartDetailsRight.card .btnSet.full button.btn.btn-primary {
    width: 100%;
  }
  .npayCart .cartDetails .cartDetailsRight.card {
    margin-top: 0;
  }


}
@media (max-width: 767px) {
  .npayCart .cartDetails .cartDetailsRight.card .btnSet.full {
    flex-direction: column;
  }
  .npayCart .cartDetails .productDetails .productDetailsInner.head {
    display: none;
  }
  .npayCart .cartDetails .productDetails .productDetailsInner.data {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
    gap: 1px;
  }
  .npayCart .cartDetails .productDetails .productDetailsInner.data .product.mobFull {
    grid-column: span 3;
  }
  .npayCart .cartDetails .productDetails .productDetailsInner.data .product {
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
    min-width: 100%;
  }
  .npayCart .cartDetails .productDetails .productDetailsInner.data .product .productImg {
    width: 100%;
  }
  .npayCart .cartDetails .productDetails .productDetailsInner .price {
    width: auto;
    text-align: left;
  }
  .npayCart .cartDetails .productDetails .productDetailsInner.data .price .label .mobView {
    display: block;
  }
  .npayCart .cartDetails .productDetails .productDetailsInner .quantity {
    width: auto;
    text-align: center;
  }
  .npayCart .cartDetails .productDetails .productDetailsInner .total {
    width: auto;
    text-align: right;
  }

  

}



.npayCart.npayOrderHistory .cartDetails .productDetails .productDetailsInner .total.status {
  display: flex;
  flex-direction: column;
  width: fit-content;
  align-items: flex-end;
  gap: 5px;
}
.npayCart.npayOrderHistory .cartDetails .productDetails .productDetailsInner .total.status .title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
}
.npayCart.npayOrderHistory .cartDetails .productDetails .productDetailsInner .total.status .title.confirmed {
  color: #25AE8D;
}
.npayCart.npayOrderHistory .cartDetails .productDetails .productDetailsInner .total.status .title.npay-pending {
  color: #FCAA0A;
}
.npayCart.npayOrderHistory .cartDetails .productDetails .productDetailsInner .total.status .subTitle {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #8A9BC2;
  display: flex;
  gap: 6px;
  align-items: center;
}

/* Stepper */
.npayCart .cartDetails .productDetails .productDetailsInner.data .userSettings .top .basicDetails .box .progress-bar .step:after {
  border-top: 4px solid #DAE0EF;
  content: '';
  position: absolute;
  top: 21px;
  right: -45px;
  width: 90px;
  border-radius: 6px;
  z-index: 0;
}
.npayCart .cartDetails .productDetails .productDetailsInner.data .userSettings .top .basicDetails .box .progress-bar .step.active:before {
  border-top: 4px solid #2A3ACD;
  content: '';
  position: absolute;
  top: 21px;
  content: '';
  left: 0px;
  width: 100px;
  border-radius: 6px;
  z-index: 1;
}
.npayCart .cartDetails .productDetails .productDetailsInner.data .userSettings .top .basicDetails .box .progress-bar .step.active:nth-of-type(1):before {
  left: 55px;
  width: 50px;
}
.npayCart .cartDetails .productDetails .productDetailsInner.data .userSettings .top .basicDetails .box .progress-bar .step.active:nth-last-child(1):before {
  left: -5px;
  width: 50px;
}
.npayCart .cartDetails .productDetails .productDetailsInner.data .userSettings .top .basicDetails .box .progress-bar .step .label {
  color: #3E4E75;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
}
.npayCart .cartDetails .productDetails .productDetailsInner.data .userSettings .top .basicDetails .box .progress-bar .step span {
  background: transparent;
  border: none;
  width: 13px;
  height: 13px;
  line-height: 15px;
  padding-top: 3px;
  background: #DAE0EF;
  margin-bottom: 0;
}
.npayCart .cartDetails .productDetails .productDetailsInner.data .userSettings .top .basicDetails .box .progress-bar .step span .stepperImg {
  opacity: 0;
  margin-top: -9px;
  z-index: 1;
  position: relative;
}
.npayCart .cartDetails .productDetails .productDetailsInner.data .userSettings .top .basicDetails .box .progress-bar .step.active span .stepperImg {
  opacity: 1;
}
.npayCart .cartDetails .productDetails .productDetailsInner.data .userSettings .top .basicDetails .box .progress-bar .step .date {
  font-size: 12px;
  font-weight: 400;
  line-height: 15.62px;
  color: #8A9BC2;
}
.npayCart.npayOrderHistory .cartDetails .productDetails .productDetailsInner.data.stepper {
  flex-direction: column;
  align-items: flex-end;
  gap: 0px;
}
.npayCart.npayOrderHistory .cartDetails .productDetails .productDetailsInner.data.stepper .productDetailsInnerData {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 14px;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
.npayCart.npayOrderHistory .cartDetails .productDetails .productDetailsInner.data.stepper .productDetailsInnerData .more{
  position: absolute;
  right: 30px;
  top: 36px;
  z-index: 9;
  cursor: pointer;
}
.npayCart.npayOrderHistory .cartDetails .productDetails .productDetailsInner.data.stepper .userSettings {
  padding: 0;
}
.npayCart.npayOrderHistory .cartDetails .productDetails .productDetailsInner.data.stepper .userSettings .top .basicDetails .box {
  padding: 0;
  border: none;
}
.npayCart .cartDetails .productDetails .productDetailsInner.data .userSettings .top .basicDetails .box .progress-bar {
  gap: 0px;
}
.npayCart .cartDetails .productDetails .productDetailsInner.data .userSettings .top .basicDetails .box .progress-bar .step {
  width: 100px;
}
.npayCart.npayOrderHistory .cartDetails .productDetails .productDetailsInner.data.stepper .productDetailsInnerData {
  padding-bottom: 0;
}

/* Stepper */
@media (max-width: 991px) {
  .npayCart.npayOrderHistory .cartDetails .productDetails .productDetailsInner.data.stepper {
    gap: 10px;
  }
  .npayCart.npayOrderHistory .cartDetails .productDetails .productDetailsInner .total.status {
    min-width: 150px;
  }
  .npayCart.npayOrderHistory .cartDetails .productDetails .productDetailsInner.data .product {
    max-width: 50%;
    min-width: 50%;
  }

}
@media (max-width: 767px) {
  .npayCart.npayOrderHistory .cartDetails .productDetails .productDetailsInner.data .product {
    min-width: 100%;
    max-width: 100%;
  }
  .npayCart.npayOrderHistory .cartDetails .productDetails .productDetailsInner.data.stepper {
    display: flex;
  }
  .npayCart.npayOrderHistory .cartDetails .productDetails .productDetailsInner.data.stepper .productDetailsInnerData {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
    gap: 1px;
  }
  .npayCart.npayOrderHistory .cartDetails .productDetails .productDetailsInner .total.status.mobFull {
    grid-column: span 3;
    width: 100%;
  }
  .npayCart.npayOrderHistory .cartDetails .productDetails .productDetailsInner.data.stepper .userSettings {
    display: none;
  }

}



.nPayCheckout {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.nPayCheckout .pageHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nPayCheckout .pageHeader .title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 26.04px;
  color: #040510;
}
.nPayCheckout .pageHeader .backToCart {
  display: flex;
  gap: 6px;
  align-items: center;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #2A3ACD;
}
.nPayCheckout .nPayCheckoutData {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.nPayCheckout .nPayCheckoutData .card.left {
  width: 65%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px 40px;
}
.nPayCheckout .nPayCheckoutData .card.left .title {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 23.44px;
  color: #3E4E75;
}
.nPayCheckout .nPayCheckoutData .card.left .form {
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.nPayCheckout .nPayCheckoutData .card.left .form .form-select-outer.full {
  grid-column: span 2;
}
.nPayCheckout .nPayCheckoutData .card.left .paymentDetails {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.nPayCheckout .nPayCheckoutData .card.left .paymentDetails .paymentDetailsHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nPayCheckout .nPayCheckoutData .card.left .paymentDetails .paymentDetailsHead .subTitle {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.62px;
  color: #8A9BC2;
}
.nPayCheckout .nPayCheckoutData .card.left .paymentDetails .optionsOuter {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.nPayCheckout .nPayCheckoutData .card.left .paymentDetails .optionsOuter .options {
  border: 1px solid #F2F3F8;
  border-radius: 8px;
  padding: 12px 8px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.nPayCheckout .nPayCheckoutData .card.left .paymentDetails .optionsOuter .options.active {
  background: #F2F3F880;
}
.nPayCheckout .nPayCheckoutData .card.left .paymentDetails .optionsOuter .options .optionsInner {
  display: flex;
  justify-content: space-between;
}
.nPayCheckout .nPayCheckoutData .card.left .paymentDetails .optionsOuter .options .optionsInner .cards {
  display: flex;
  gap: 4px;
  justify-content: flex-end;
}
.nPayCheckout .nPayCheckoutData .card.left .paymentDetails .optionsOuter .options .form {
  padding: 0 20px;
}
.nPayCheckout .nPayCheckoutData .card.left .paymentDetails .optionsOuter .options .form {
  display: none;
}
.nPayCheckout .nPayCheckoutData .card.left .paymentDetails .optionsOuter .options.active .form {
  display: grid;
}

.nPayCheckout .nPayCheckoutData .card.right {
  width: 35%;
  padding: 22px 40px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.nPayCheckout .nPayCheckoutData .card.right .box {
  display: flex;
  justify-content: space-between;
}
.nPayCheckout .nPayCheckoutData .card.right .box .title {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.83px;
  color: #3E4E75;
}
.nPayCheckout .nPayCheckoutData .card.right .box .value {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  color: #3E4E75;
}
.nPayCheckout .nPayCheckoutData .card.right .form {
  display: flex;
  gap: 10px;
  width: 100%;
}
.nPayCheckout .nPayCheckoutData .card.right .form .form-select-outer {
  width: 100%;
}
.nPayCheckout .nPayCheckoutData .card.right .box .discoiunt {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.83px;
  color: #25AE8D;
  display: flex;
  align-items: center;
  gap: 4px;
}
.nPayCheckout .nPayCheckoutData .card.right .box .remove {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #D94747;
}
.nPayCheckout .nPayCheckoutData .card.right .hrLine {
  border-top: 1px solid #DAE0EF;
  margin: 0;
}
.nPayCheckout .nPayCheckoutData .card.right .taxes {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #8A9BC2;
  margin-top: -16px;
}
.nPayCheckout .nPayCheckoutData .card.right .btnSet.full {
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 20px;
}
.nPayCheckout .nPayCheckoutData .card.right .btnSet.full .or {
  position: relative;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #8A9BC2;
  background: #fff;
  position: relative;
}
.nPayCheckout .nPayCheckoutData .card.right .btnSet.full .or::after {
  content: '';
  border-top: 1px solid #DAE0EF;
  position: absolute;
  top: 9px;
  width: 100px;
  left: 15px;
}
.nPayCheckout .nPayCheckoutData .card.right .btnSet.full .or::before {
  content: '';
  border-top: 1px solid #DAE0EF;
  position: absolute;
  top: 9px;
  width: 100px;
  right: 15px;
}
.nPayCheckout .nPayCheckoutData .card.right .btnSet.full .applyPayImg {
  height: 34px;
}

@media (max-width: 991px) {
  .nPayCheckout .nPayCheckoutData .card.left {
    padding: 20px;
  }
  .nPayCheckout .nPayCheckoutData .card.right {
    padding: 20px;
  }
  .nPayCheckout .nPayCheckoutData .card.right .form .form-select-outer {
    width: 60%;
  }
  .nPayCheckout .nPayCheckoutData .card.right .form .btnSet {
    width: 72px;
  }

}

@media (max-width: 767px) {
  .nPayCheckout .nPayCheckoutData {
    flex-direction: column;
  }
  .nPayCheckout .nPayCheckoutData .card.left {
    width: 100%;
  }
  .nPayCheckout .nPayCheckoutData .card.right {
    width: 100%;
  }
  .nPayCheckout .nPayCheckoutData .card.left .form {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .nPayCheckout .nPayCheckoutData .card.left .form .form-select-outer.full {
    grid-column: span 1;
  }
  .nPayCheckout .nPayCheckoutData .card.right .form .form-select-outer {
    width: 100%;
  }


}




.courses.billingSubscriptionReviews .details {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.courses.billingSubscriptionReviews .details .detailsInner {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding-right: 16px;
}

.courses.billingSubscriptionReviews .details .detailsInner .title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #8A9BC2;
}

.courses.billingSubscriptionReviews .details .detailsInner .subTitle {
  font-size: 22px;
  font-weight: 600;
  line-height: 28.64px;
  color: #040510;
  margin: 0;
}

.courses.billingSubscriptionReviews .details .detailsInnerDivider {
  border-right: 1px solid #DAE0EF;
}


.courses.billingSubscriptionReviews table.table tbody tr td .allocation {
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: flex-end;
}

.courses.billingSubscriptionReviews table.table tbody tr td .allocation .toggle {
  display: flex;
  align-items: center;
}

.courses.billingSubscriptionReviews table.table tbody tr td .allocation .options {
  display: flex;
  gap: 18px;
  align-items: center;
}


.exams {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.exams .pageTop {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 24px;
}

.exams .pageTop .msg {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.83px;
  color: #8A9BC2;
}

.exams .pageTop .desc {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
}

.exams .examBox {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.exams .examBox .heading {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 23.44px;
  color: #040510;
}

.exams .examBox .boxOuter {
  padding: 24px 100px;
}

.exams .examBox .boxOuter .box {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.exams .examBox .boxOuter .box .boxInner {
  display: flex;
  gap: 80px;
}

.exams .examBox .boxOuter .box .boxInner .left {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.exams .examBox .boxOuter .box .boxInner .left .title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
}

.exams .examBox .boxOuter .box .boxInner .left .subTitle {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #8A9BC2;
}

.exams .examBox .boxOuter .box .boxInner .right {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.exams .examBox .boxOuter .box .boxInner .right .answerSet {
  display: flex;
  gap: 12px;
}

.exams .examBox .boxOuter .box .boxInner .right .answerSet .form-check {
  border: 1px solid #DAE0EF;
  border-radius: 6px;
  padding: 8px;
  padding-left: 28px;
  margin: 0;
  cursor: pointer;
}

.exams .examBox .boxOuter .box .boxInner .right .answerSet .form-check.active {
  background: #F2F3F8;
  border: 1px solid #fff;
}

.exams .examBox .boxOuter .box .boxInner .right .addTextOuter {
  color: #2A3ACD;
  text-align: right;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}

.exams .examBox .boxOuter .box .boxInner .right .addTextOuter .addText {
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  margin: 0;
  width: fit-content;
  cursor: pointer;
}

.exams .examBox .boxOuter .box .boxInner .right .formContainer {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.exams .examBox .boxOuter .box .boxInner .right .form {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: end;
}

.exams .examBox .boxOuter .box .boxInner .right .form .form-select-outer {
  width: 100%;
}

.exams .examBox .boxOuter .box .boxInner .right .form .deleteImg {
  margin-bottom: 3px;
  cursor: pointer;
}

.exams .examBox .boxOuter .box .boxInner .right .answerSet .form-check .form-check-label {
  cursor: pointer;
}

.exams .examBox .boxOuter .box .boxInner .right .answerSet .form-check .form-check-input {
  cursor: pointer;
}

.exams .examBox .boxOuter .box .boxInner .right .btnSet {
  width: 100%;
  flex-direction: row;
  justify-content: flex-end;
}

.exams .examBox .boxOuter .box .boxInner .right .gradingSystem {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.exams .examBox .boxOuter .box .boxInner .right .percentageSystem {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.exams .pageTop .title {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 28.64px;
  color: #040510;
}

.exams.courses .table-responsive {
  width: fit-content;
}

.exams .tableTitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 26.04px;
  margin-bottom: -10px;
  color: #040510;
}


.exams .tableHeader {
  display: flex;
  justify-content: space-between;
  margin-bottom: -10px;
}

.exams .tableHeader .tableTitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 26.04px;
  margin-bottom: 0px;
  color: #040510;
}

.tableText.right {
  float: right;
}

.courses table.table tbody tr td .status.yes {
  background: #17A1FA;
}

.courses table.table tbody tr td .status.no {
  background: #B1BCD8;
}

.btnSet.right {
  justify-content: flex-end;
}

.btnSet.center {
  justify-content: center;
}

.ptop-5 {
  padding-top: 5px;
}


.skillImprovementPlan .pageheader {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
}

.skillImprovementPlan .pageheader .heading {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 26.04px;
  color: #040510;
}

.addCourse.addQuestion.superAdminBillingSubscription.modifyPlanCorporate .top .basicDetails .box .form {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.addCourse.addQuestion.superAdminBillingSubscription.modifyPlanCorporate .top .basicDetails .box .form-select-outer.full {
  grid-column: span 3;
}

.addCourse.addQuestion.superAdminBillingSubscription.modifyPlanCorporate .top .basicDetails .box .form-select-outer .planOuter {
  gap: 18px;
}

.addCourse.addQuestion.superAdminBillingSubscription.modifyPlanCorporate .top .basicDetails .box .form-select-outer .planOuter .planInner {
  width: 100%;
}

.addCourse.addQuestion.superAdminBillingSubscription.modifyPlanCorporate .top .basicDetails .box .form-select-outer .planOuter .maxProducts {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #FCAA0A;
  margin: 0;
  min-width: 200px;
}

.addCourse.addQuestion.superAdminBillingSubscription.modifyPlanCorporate .top .basicDetails .box .form .attachments {
  display: flex;
  flex-direction: column;
  gap: 8px;
  grid-column: span 3;
  border-bottom: 1px solid #DAE0EF;
  padding-bottom: 20px;
}

.addCourse.addQuestion.superAdminBillingSubscription.modifyPlanCorporate .top .basicDetails .box .form .attachments .title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #2A3ACD;
}

.addCourse.addQuestion.superAdminBillingSubscription.modifyPlanCorporate .top .basicDetails .box .form .attachments .attachmentsBox {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.addCourse.addQuestion.superAdminBillingSubscription.modifyPlanCorporate .top .basicDetails .box .form .attachments .attachmentsBox .attachedFile {
  display: flex;
  align-items: center;
  border: 1px solid #DAE0EF;
  border-radius: 5px;
  padding: 6px 8px;
  gap: 8px;
}

.addCourse.addQuestion.superAdminBillingSubscription.modifyPlanCorporate .top .basicDetails .box .form .attachments .attachmentsBox .attachedFile .fileName {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  color: #3E4E75;
}

.addCourse.addQuestion.superAdminBillingSubscription.modifyPlanCorporate .top .basicDetails .box .form-select-outer.full.questionOption .optionTop {
  margin-bottom: -14px;
}

.addCourse.addQuestion.superAdminBillingSubscription.modifyPlanCorporate .top .basicDetails .box .form-select-outer.full.questionOption .questionOptions .optionBox .form-select-outer.validity {
  width: 42%;
}

.addCourse.addQuestion.superAdminBillingSubscription.modifyPlanCorporate .top .basicDetails .box .form-select-outer.full.questionOption .questionOptions .optionBox {
  gap: 16px;
}

.addCourse.addQuestion.superAdminBillingSubscription.modifyPlanCorporate .top .basicDetails .box .form-select-outer.full.questionOption .questionOptions .optionBox .form-check-outer {
  width: 100%;
}

.addCourse.addQuestion.superAdminBillingSubscription.modifyPlanCorporate .top .basicDetails .box .form-select-outer.full.questionOption .questionOptions .optionBox .form-check-outer .priceDetails {
  display: flex;
  gap: 12px;
  padding-left: 25px;
}

.addCourse.addQuestion.superAdminBillingSubscription.modifyPlanCorporate .top .basicDetails .box .form-select-outer.full.questionOption .questionOptions .optionBox .form-check-outer .priceDetails .priceDetailsInner {
  display: flex;
  gap: 4px;
  align-items: center;
}

.addCourse.addQuestion.superAdminBillingSubscription.modifyPlanCorporate .top .basicDetails .box .form-select-outer.full.questionOption .questionOptions .optionBox .form-check-outer .priceDetails .priceDetailsInner .title {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.62px;
  color: #8A9BC2;
}

.addCourse.addQuestion.superAdminBillingSubscription.modifyPlanCorporate .top .basicDetails .box .form-select-outer.full.questionOption .questionOptions .optionBox .form-check-outer .priceDetails .priceDetailsInner .subTitle {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #3E4E75;
}

.addCourse.addQuestion.superAdminBillingSubscription.modifyPlanCorporate .top .basicDetails .box .form-select-outer.full.questionOption .questionOptions .optionBox.taxes.borNone {
  border: none;
  padding-bottom: 0px;
  margin-bottom: -20px;
}

.addCourse.addQuestion.superAdminBillingSubscription.modifyPlanCorporate .top .basicDetails .box .form-select-outer.full.questionOption .questionOptions .optionBox.taxes {
  position: relative;
  padding-bottom: 50px;
}

.addCourse.addQuestion.superAdminBillingSubscription.modifyPlanCorporate .top .basicDetails .box .form-select-outer.full.questionOption .questionOptions .optionBox.taxes .applyCoupon {
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #2A3ACD1A;
  position: absolute;
  bottom: 16px;
  display: flex;
  gap: 4px;
}

.addCourse.addQuestion.superAdminBillingSubscription.modifyPlanCorporate .top .basicDetails .box .form-select-outer.full.questionOption .questionOptions .optionBox.taxes .applyCoupon .couponText {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #2A3ACD;
  text-transform: capitalize;
}

.modifyPlanCorporate .pageHead {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #2A3ACD;
  padding-bottom: 18px;
}

.modifyPlanCorporate .pageHead .label {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.modifyPlanCorporate .modifyPlanCorporateTopBox {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin-bottom: 16px;
}

.modifyPlanCorporate .modifyPlanCorporateTopBox .left {
  display: flex;
  gap: 10px;
  align-items: center;
}

.modifyPlanCorporate .modifyPlanCorporateTopBox .left .cardImg {
  border: 2px solid #DAE0EF;
  width: 56px;
  height: 56px;
  border-radius: 4px;
}

.modifyPlanCorporate .modifyPlanCorporateTopBox .left .details {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.modifyPlanCorporate .modifyPlanCorporateTopBox .left .details .title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.83px;
  color: #040510;
}

.modifyPlanCorporate .modifyPlanCorporateTopBox .left .details .subTitle {
  display: flex;
  gap: 5px;
}

.modifyPlanCorporate .modifyPlanCorporateTopBox .left .details .subTitle .subTitleLabel {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #8A9BC2;
}

.modifyPlanCorporate .modifyPlanCorporateTopBox .left .details .subTitle .status {
  border-radius: 4px;
  padding: 2px 6px;
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  color: #fff;
}

.modifyPlanCorporate .modifyPlanCorporateTopBox .left .details .subTitle .status.active {
  background: #25AE8D;
}

.modifyPlanCorporate .modifyPlanCorporateTopBox .middle {
  display: flex;
  align-items: center;
  gap: 70px;
}

.modifyPlanCorporate .modifyPlanCorporateTopBox .middle .data {
  display: flex;
  gap: 4px;
  flex-direction: column;
}

.modifyPlanCorporate .modifyPlanCorporateTopBox .middle .data .title {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.83px;
  color: #8A9BC2;
}

.modifyPlanCorporate .modifyPlanCorporateTopBox .middle .data .subTitle {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.83px;
  color: #040510;
}

.modifyPlanCorporate .modifyPlanCorporateTopBox .middle .data .status {
  border-radius: 4px;
  padding: 2px 6px;
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  color: #fff;
  width: fit-content;
}

.modifyPlanCorporate .modifyPlanCorporateTopBox .middle .data .status.active {
  background: #25AE8D;
}

.modifyPlanCorporate .modifyPlanCorporateTopBox .right {
  display: flex;
  align-items: center;
  gap: 70px;
}

.modifyPlanCorporate .modifyPlanCorporateTopBox .right .viewPlan {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #2A3ACD;
}

.viewCarporate.billingSubsc .ratingReviewModal .modal-dialog {
  max-width: 1113px !important;
}

.viewCarporate.billingSubsc .ratingReviewModal .modal-dialog .modal-body .accordion .accordion-button {
  padding-bottom: 0;
  background: transparent;
  border: none;
}

.viewCarporate.billingSubsc .ratingReviewModal .modal-dialog .modal-body .accordion .historyHead {
  display: flex;
  align-items: center;
  gap: 30px;
}

.viewCarporate.billingSubsc .ratingReviewModal .modal-dialog .modal-body .accordion .historyHead .data {
  display: flex;
  gap: 5px;
}

.viewCarporate.billingSubsc .ratingReviewModal .modal-dialog .modal-body .accordion .historyHead .data .title {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  color: #8A9BC2;
}

.viewCarporate.billingSubsc .ratingReviewModal .modal-dialog .modal-body .accordion .historyHead .data .subTitle {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  color: #3E4E75;
}

.viewCarporate.billingSubsc .ratingReviewModal .modal-dialog .modal-body .accordion .accordion-button .openClose {
  width: 32px;
  height: 32px;
  background: #F2F3F8;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -30px;
  z-index: 1;
}

.viewCarporate.billingSubsc .ratingReviewModal .modal-dialog .modal-body .accordion .accordion-button.collapsed {
  padding-bottom: 16px;
}

.viewCarporate.billingSubsc .ratingReviewModal .modal-dialog .modal-body .accordion .accordion-button .openClose .arrowImg {
  transform: rotate(-90deg);
}

.viewCarporate.billingSubsc .ratingReviewModal .modal-dialog .modal-body .accordion .accordion-button .openClose .arrowImg path {
  fill: #2A3ACD;
}

.viewCarporate.billingSubsc .ratingReviewModal .modal-dialog .modal-body .accordion .accordion-button.collapsed .openClose .arrowImg {
  transform: none;
}

.viewCarporate.billingSubsc .ratingReviewModal .modal-dialog .modal-body .accordion .accordion-button.collapsed .openClose .arrowImg path {
  fill: #8A9BC2;
}

.viewCarporate.billingSubsc .ratingReviewModal .modal-dialog .modal-body .accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #DAE0EF;
  position: relative;
  left: 30px;
  width: calc(100% - 30px);
}

.viewCarporate.billingSubsc .ratingReviewModal .modal-dialog .modal-body .accordion .accordion-item:nth-last-child(1) {
  border: none;
}

.viewCarporate.billingSubsc .ratingReviewModal .modal-dialog .modal-body .accordion .accordion-button::after {
  content: '';
  background: none;
}

.viewCarporate.billingSubsc .ratingReviewModal .modal-dialog .modal-body .accordion .accordion-item .accordion-collapse.collapse.show::after {
  content: '';
  border-left: 1px solid #DAE0EF;
  height: 100%;
  width: 1px;
  position: absolute;
  left: -14px;
  top: 23px;
  bottom: 0;
  z-index: 0;
}

.viewCarporate.billingSubsc .ratingReviewModal .modal-dialog .modal-body .accordion .accordion-item .accordion-collapse.collapse.show .accordion-body {
  padding-left: 0;
}

.viewCarporate.billingSubsc .ratingReviewModal .modal-dialog .modal-body .accordion {
  height: 100vh;
  max-height: calc(100vh - 250px);
  overflow: auto;
}

.viewCarporate.billingSubsc .ratingReviewModal .modal-dialog .modal-body .modalHeadingOuter .modalHeading {
  margin: inherit;
}


.viewCarporate.billingSubsc .subscDetails {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  padding: 20px;
  margin-top: 8px;
}

.viewCarporate.billingSubsc .subscDetails .desc {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.viewCarporate.billingSubsc .subscDetails .desc .title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #8A9BC2;
}

.viewCarporate.billingSubsc .subscDetails .desc .subTitle {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
}

.viewCarporate.billingSubsc .subscDetails .status {
  padding: 2px 6px;
  border-radius: 4px;
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  color: #fff;
}

.viewCarporate.billingSubsc .subscDetails .status.active {
  background: #25AE8D;
}

.viewCarporate.billingSubsc .subscDetails .status.inactive {
  background: red;
}




@media (max-width: 991px) {
  .modifyPlanCorporate .modifyPlanCorporateTopBox .right {
    display: flex;
    align-items: center;
    gap: 16px;
  }
}

@media (max-width: 767px) {
  .modifyPlanCorporate .modifyPlanCorporateTopBox {
    flex-direction: column;
    gap: 16px;
  }

  .modifyPlanCorporate .modifyPlanCorporateTopBox .right {
    flex-direction: column;
    align-items: baseline;
  }

  .addCourse.addQuestion.superAdminBillingSubscription.modifyPlanCorporate .top .basicDetails .box .form-select-outer.full.questionOption .optionTop {
    margin-bottom: 0px;
  }

  form .input-group {
    min-width: auto;
  }

  .courseAndLessonPlan.trainer .pageHeader .viewOuter .filterDivider {
    display: none;
  }


}

.pageTopHead {
  position: relative;
  left: auto;
}

.pageTopHeadFixed {
  position: fixed;
  background: #f2f3f8;
  width: 100%;
  top: 0;
  left: 293px;
  padding-left: 20px;
  z-index: 9;
}

.tenant .progressionStatus.trainer.coursePlanDetails {
  padding: 0;
}

.tenant .progressionStatus.trainer.coursePlanDetails .pageHeader {
  justify-content: flex-start;
}

.tenant .courseDetailTrainerNotes {
  padding: 0;
}

.tenant .trainer {
  padding: 0;
}


.course-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-family: Arial, sans-serif;
  gap: 5px;
}

.course-pagination a,
.course-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 2px;
  text-decoration: none;
  color: #2a3acd;
  font-weight: bold;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.course-pagination a:hover {
  background-color: #f0f0f0;
}

.course-pagination .active {
  background-color: #2a3acd !important;
  color: #ffffff !important;
}

.course-pagination .disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.course-pagination .prev-arrow,
.course-pagination .next-arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 18px;
  color: #2a3acd;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.course-pagination .prev-arrow:hover,
.course-pagination .next-arrow:hover {
  background-color: #f0f0f0;
}



@media (max-width: 600px) {

  .course-pagination a,
  .course-pagination span,
  .course-pagination .prev-arrow,
  .course-pagination .next-arrow {
    width: 30px;
    height: 30px;
    font-size: 14px;
    margin: 1px;
  }
}


.kpiDashboard #sidebar {
  background: #0a0a0f !important;
  border-color: #2E3046 !important;
}

.kpiDashboard .navbar {
  background: #0a0a0f !important;
  border-bottom: 1px solid #2E3046 !important;
}
.kpiDashboard #content .navbar {
  background: #0a0a0f ;
  border-bottom: 1px solid #2E3046;
}

.kpiDashboard #content .navbar .nav.navbar-nav li .user .userOuter .userDetails .title {
  color: #fff;
  font-weight: bold;
}

.kpiDashboard #content .navbar .nav.navbar-nav li .user .userOuter .userDetails .subTitle {
  color: #B1BCD8;
}

.kpiDashboard #sidebar .sidebarPy .btn.btn-dark {
  background: #0a0a0f;
  border-color: transparent;
}

.kpiDashboard #sidebar .sidebarPy .btn.btn-dark .fa.fa-bars {
  color: #B1BCD8;
  font-size: 25px;
}

.kpiDashboard #content .navbar .svgHeader {
  fill: #8A9BC2;
  background: #272A46;
  padding: 3px;
  width: 24px;
  height: 24px;
  border-radius: 4px;
}

/* .kpiDashboard #content .content.aichatbot .card iframe html::-webkit-scrollbar {
  width: 4px !important;
}
.kpiDashboard #content .content.aichatbot .card iframe html::-webkit-scrollbar-track {
  border-radius: 4px !important;
  background-color: #081119 !important;
}
.kpiDashboard #content .content.aichatbot .card iframe html::-webkit-scrollbar-thumb {
  border-radius: 4px !important;
  background-color: #31cade !important;
} */





.skillImprovementPlan.trainee table.table tbody tr td .statusDetailsOuter {
  position: relative;
}

.skillImprovementPlan.trainee table.table tbody tr td .statusDetailsOuter .statusDetails {
  position: absolute;
  background: #040510;
  bottom: 25px;
  right: 50px;
  border-radius: 12px;
  color: #fff;
  padding: 12px 20px;
  z-index: 9999;
  width: max-content;
  display: none;
}
.skillImprovementPlan.trainee table.table tbody tr td .statusDetailsOuter .statusDetails::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 10%;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: #040510;
  border-bottom: 0;
  margin-left: -8px;
  margin-bottom: -8px;
}
.skillImprovementPlan.trainee table.table tbody tr td .statusDetailsOuter:hover .statusDetails {
  display: block;
}
.skillImprovementPlan.trainee table.table tbody tr:nth-of-type(1) td .statusDetailsOuter .statusDetails {
  bottom: auto;
  top: -50px;
}
.skillImprovementPlan.trainee table.table tbody tr:nth-of-type(1) td .statusDetailsOuter .statusDetails::after {
  transform: rotate(-90deg);
  right: -10px;
  top: 55px;
}
.skillImprovementPlan.trainee table.table tbody tr:nth-of-type(2) td .statusDetailsOuter .statusDetails {
  bottom: auto;
  top: -80px;
}
.skillImprovementPlan.trainee table.table tbody tr:nth-of-type(2) td .statusDetailsOuter .statusDetails::after {
  transform: rotate(-90deg);
  right: -10px;
  top: 85px;
}
.skillImprovementPlan.trainee table.table tbody tr:nth-of-type(3) td .statusDetailsOuter .statusDetails {
    bottom: auto;
    top: -110px;
}
.skillImprovementPlan.trainee table.table tbody tr:nth-of-type(3) td .statusDetailsOuter .statusDetails::after {
  transform: rotate(-90deg);
  right: -10px;
  top: 115px;
}
.skillImprovementPlan.trainee table.table tbody tr:nth-of-type(4) td .statusDetailsOuter .statusDetails {
  bottom: auto;
  top: -145px;
}
.skillImprovementPlan.trainee table.table tbody tr:nth-of-type(4) td .statusDetailsOuter .statusDetails::after {
  transform: rotate(-90deg);
  right: -10px;
  top: 150px;
}
.skillImprovementPlan.trainee table.table tbody tr:nth-of-type(5) td .statusDetailsOuter .statusDetails {
  bottom: auto;
  top: -165px;
}
.skillImprovementPlan.trainee table.table tbody tr:nth-of-type(5) td .statusDetailsOuter .statusDetails::after {
  transform: rotate(-90deg);
  right: -10px;
  top: 170px;
}
.skillImprovementPlan.trainee table.table tbody tr td .statusDetailsOuter .statusDetails .dataOuter .divider {
  border-top: 1px solid #3E4E75;
  height: 1px;
}
.skillImprovementPlan.trainee table.table tbody tr td .statusDetailsOuter .statusDetails .title {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 18.23px;
  color: #FFFFFF;
  width: max-content;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.skillImprovementPlan.trainee table.table tbody tr td .statusDetailsOuter .statusDetails .dataOuter {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.skillImprovementPlan.trainee table.table tbody tr td .statusDetailsOuter .statusDetails .dataOuter .data {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.skillImprovementPlan.trainee table.table tbody tr td .statusDetailsOuter .statusDetails .dataOuter .data .title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #8A9BC2;
}
.skillImprovementPlan.trainee table.table tbody tr td .statusDetailsOuter .statusDetails .dataOuter .data .subTitle {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #fff;
}
.skillImprovementPlan.trainee table.table tbody tr td .statusDetailsOuter .statusDetails .dataOuter .data .subTitle {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #fff;
  display: flex;
  gap: 6px;
}
.skillImprovementPlan.trainee table.table tbody tr td .statusDetailsOuter .statusDetails .dataOuter .data .subTitle .questionLevel {
  width: 16px;
  height: 16px;
  border-radius: 4px;
}
.skillImprovementPlan.trainee table.table tbody tr td .statusDetailsOuter .statusDetails .dataOuter .data .subTitle .questionLevel.easy {
  background: #25AE8D;
}
.skillImprovementPlan.trainee table.table tbody tr td .statusDetailsOuter .statusDetails .dataOuter .data .subTitle .questionLevel.hard {
  background: #D94747;
}
.skillImprovementPlan.trainee table.table tbody tr td .statusDetailsOuter .statusDetails .dataOuter .data .subTitle .questionLevel.medium {
  background: #FCAA0A;
}

@media (max-width: 767px) {
  .skillImprovementPlan.trainee .tableHeader .tableHeaderOuter {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    gap: 16px;
  }
  
}

.courses.billingSubscriptionReviews.auditTrail .card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 24px;
}
.courses.billingSubscriptionReviews.auditTrail .card .title {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 28.64px;
  color: #040510;
}
.courses.billingSubscriptionReviews.auditTrail .card .subTitle {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
}
.courses.billingSubscriptionReviews.auditTrail .card .subTitle .days {
  font-weight: 600;
  color: #040510;
}

.card.noRecords {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 24px;
  margin-top: 12px;
}
.card.noRecords .noRecordsLabel {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.83px;
  color: #B1BCD8;
  padding-top: 4px;
}
.card.noRecords .reset {
  font-size: 14px;
  color: #2A3ACD;
  font-weight: 500;
}


.courses table.table tbody tr td .status.rejected {
    background: #D94747;
}
.courses table.table tbody tr td .status.pending {
    background: #FCAA0A;
}
.courses table.table tbody tr td .status.approved {
  background: #25AE8D;
}

.courses table.table tbody tr td .tableText.center {
  display: flex;
  justify-self: center;
}

.courses .ratingReviewModal .modal-body .modalHeadingOuter .modalHeading {
  margin: 0;
  padding-bottom: 20px;
}
.courses .ratingReviewModal .modal-body .resubmissionData .label {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #8A9BC2;
}
.courses .ratingReviewModal .modal-body .resubmissionData .title {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  color: #3E4E75;
}
.courses .ratingReviewModal .modal-body .resubmissionData .descOuter .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.83px;
  color: #3E4E75;
  text-align: left;
  margin: 0;
}

.courses .ratingReviewModal .modal-body .status {
  color: #fff;
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
}
.courses .ratingReviewModal .modal-body .status.rejected {
  background: #D94747;
}
.courses.billingSubscriptionReviews.auditTrail .ratingReviewModal .modal-body .modalHeadingOuter .modalHeading {
  font-size: 18px;
  margin-top: -25px;
}

.courses .ratingReviewModal #rejectCourseInvitationModal .modal-dialog {
  max-width: 668px !important;
}

.courses .ratingReviewModal .modal-body .resubmissionData .rejectData {
  border-radius: 10px;
  padding: 12px 8px;
  background: #F2F3F8;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.courses .ratingReviewModal .modal-body .resubmissionData .rejectData .rejectDataInner {
  display: flex;
  align-items: center;
  gap: 4px;
}
.courses .ratingReviewModal .modal-body .resubmissionData .rejectData .rejectDataInner .title {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #8A9BC2;
}
.courses .ratingReviewModal .modal-body .resubmissionData .rejectData .rejectDataInner .subTitle {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
  margin: 0;
}
.courses .ratingReviewModal .modal-body .resubmissionData .rejectData .rejectDataInner .subTitle .clash {
  font-weight: 400;
  color: #D94747;
}
.courses .ratingReviewModal .modal-body .resubmissionData .rejectData .rejectDataInner .subTitle .userImg {
  width: 23px;
}
.courses.billingSubscriptionReviews.auditTrail .heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 26.04px;
  color: #040510;
}


.courses.billingSubscriptionReviews.auditTrail .details {
  display: flex;
  flex-direction: row;
  gap: 12px;
  padding: 14px 20px;
}
.courses.billingSubscriptionReviews.auditTrail .details .detailsImg {
  width: 101px;
  height: 58px;
  border-radius: 8px;
}
.courses.billingSubscriptionReviews.auditTrail .details .inDetails {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.courses.billingSubscriptionReviews.auditTrail .details .inDetails .heading {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 28.64px;
  color: #040510;
}
.courses.billingSubscriptionReviews.auditTrail .details .inDetails .inDetailsInner {
  display: flex;
  align-items: center;
  gap: 20px;
}
.courses.billingSubscriptionReviews.auditTrail .details .inDetails .inDetailsInner .data {
  display: flex;
  align-items: center;
  gap: 4px;
}
.courses.billingSubscriptionReviews.auditTrail .details .inDetails .inDetailsInner .data .title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #8A9BC2;
}
.courses.billingSubscriptionReviews.auditTrail .details .inDetails .inDetailsInner .data .subTitle {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
}
.courses.billingSubscriptionReviews.auditTrail .details .inDetails .inDetailsInner .divider {
  border-right: 1px solid #B1BCD8;
  height: 13px;
}

.courses .ratingReviewModal #requestSuccessModal {
  text-align: center;
}
.courses .ratingReviewModal .feedbackOuter .modalHeadingOuter .modalHeading {
  margin: 0 auto;
  font-size: 24px;
}
.courses .ratingReviewModal .feedbackOuter .feedback {
  font-size: 18px;
  font-weight: 500;
  color: #3E4E75;
  line-height: 23.44px;
  padding: 20px 0;
}

@media (max-width: 991px) {
  .courses.billingSubscriptionReviews.auditTrail .details .inDetails .inDetailsInner {
    flex-direction: column;
    align-items: baseline;
    gap: 10px;
  }
  .courses.billingSubscriptionReviews.auditTrail .details .inDetails .inDetailsInner .divider {
    display: none;
  }

}

@media (max-width: 767px) {
  .courses.billingSubscriptionReviews.auditTrail .details .detailsImg {
    width: 100%;
    height: auto;
  }
}



.transactions {
  padding: 24px;
}
.transactions .heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 26.04px;
  color: #040510;
}
.transactions .heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 26.04px;
  color: #040510;
}

.transactions .transactionsInner {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.transactions .transactionsInner .left {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.transactions .transactionsInner .left .box .card.details .billDetailsOuter {
  display: flex;
  gap: 12px;
}
.transactions .transactionsInner .left .box {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  padding-left: 16px;
}
.transactions .transactionsInner .left .box::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #B1BCD8;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
}
.transactions .transactionsInner .left .box::after {
  content: '';
  width: 1px;
  height: calc(100% - 35px);
  background: #B1BCD8;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 32px;
}

.transactions .transactionsInner .left .box .title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #040510;
}
.transactions .transactionsInner .left .box .card.details {
  flex-direction: row;
  gap: 12px;
  padding: 16px 24px;
  width: 100%;
  justify-content: space-between;
}
.transactions .transactionsInner .left .box .card.details .imgOuter {
  width: 32px;
  height: 32px;
  background: #F2F3F8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.transactions .transactionsInner .left .box .card.details .billDetails {
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
  height: 65px;
  max-width: 550px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.transactions .transactionsInner .left .box .card.details .billDetails .planTitle {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.83px;
  color: #3E4E75;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.transactions .transactionsInner .left .box .card.details .billDetails .planDetails {
  display: flex;
  gap: 16px;
}
.transactions .transactionsInner .left .box .card.details .billDetails .planDetails .planDetailsInner {
  display: flex;
  align-items: center;
  gap: 4px;
}
.transactions .transactionsInner .left .box .card.details .billDetails .planDetails .planDetailsInner .title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #040510;
  width: max-content;
}
.transactions .transactionsInner .left .box .card.details .billDetails .planDetails .planDetailsInner .subTitle {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
  width: max-content;
}
.transactions .transactionsInner .left .box .card.details .billDetails .planDetails .planDetailsInnerDivider {
  border-right: 1px solid #B1BCD8;
  height: 17px;
}
.transactions .transactionsInner .left .box .card.details .orderDetailsOuter {
  display: flex;
  gap: 12px;
}
.transactions .transactionsInner .left .box .card.details .price {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 18.23px;
  color: #3E4E75;
}

.transactions .transactionsInner .left .box .card.details .orderDetails {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.transactions .transactionsInner .left .box .card.details .orderDetails .viewOrder {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #2A3ACD;
}
.transactions .transactionsInner .left .box .card.details .orderDetails .divider {
  border-right: 1px solid #B1BCD8;
  height: 17px;
}
.transactions .transactionsInner .right {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.transactions .transactionsInner .right .title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 26.04px;
  color: #040510;
}
.transactions .transactionsInner .right .card.billingDesc {
  padding: 16px 18px;
  gap: 12px;
}
.transactions .transactionsInner .right .card.billingDesc .top {
  display: flex;
  gap: 10px;
}
.transactions .transactionsInner .right .card.billingDesc .top .billImgOuter {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #F2F3F8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.transactions .transactionsInner .right .card.billingDesc .top .priceDetails {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.transactions .transactionsInner .right .card.billingDesc .top .priceDetails .price {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 26.04px;
  color: #040510;
}
.transactions .transactionsInner .right .card.billingDesc .top .priceDetails .date {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  color: #8A9BC2;
}
.transactions .transactionsInner .right .card.billingDesc .line {
  margin: 0px;
}
.transactions .transactionsInner .right .card.billingDesc .renewDays {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #3E4E75;
}
.transactions .transactionsInner .right .card.billingDesc .info {
  display: flex;
  align-items: center;
  gap: 6px;
}
.transactions .transactionsInner .right .card.billingDesc .info .infoText {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #2A3ACD;
}
.transactions .transactionsInner .left .box .card.details .orderDetails .downloadInvoice {
  margin-top: -3px;
}

@media (min-width: 992px) {
  .transactions .transactionsInner .right{width: 25%;}
  .transactions .transactionsInner .left{width: 75%;}
  .transactions .transactionsInner .left .box .card.details .billDetails .planDetails {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 768px) and (max-width:990px){
  .transactions .transactionsInner .right{width: 30%;}
  .transactions .transactionsInner .left{width: 70%;}
}
@media (max-width: 991px) {
  .transactions .transactionsInner .left .box .card.details .billDetails .planDetails {
    flex-direction: column;
    gap: 4px;
  }
  .transactions .transactionsInner .left .box .card.details .billDetails .planDetails .planDetailsInnerDivider {
    display: none;
  }
  .transactions .transactionsInner .left .box .card.details .billDetails {
    height: auto;
  }
  .transactions .transactionsInner .left .box .card.details {
    flex-direction: column;
  }
  .transactions .transactionsInner .left .box .card.details .orderDetailsOuter {
    padding-left: 45px;
  }
  .transactions .transactionsInner .left .box .card.details .orderDetails {
    align-items: center;
  }
  .transactions .transactionsInner .left .box .card.details .orderDetails .downloadInvoice {
    margin-top: 0;
  }

}

@media (max-width: 767px) { 
  .transactions .transactionsInner {
    flex-direction: column;
  }
  .transactions .transactionsInner .left .box .card.details {
    flex-direction: column;
  }
  .transactions .transactionsInner .left .box .card.details .orderDetailsOuter {
    flex-direction: column;
    padding-left: 30px;
  }
  #give_feedback .checkbox-button label {
    padding: 8px 8px;
  }

}


.achievementTracker {
  padding: 24px;
}
.achievementTracker .card.topCard {
  flex-direction: row;
  gap: 16px;
}
.achievementTracker .card.topCard .left {
  width: 50%;
}
.achievementTracker .card.topCard .left .box {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.achievementTracker .card.topCard .left .box .boxInner {
  display: flex;
  gap: 20px;
  align-items: center;
}
.achievementTracker .card.topCard .left .box .boxInner .desc {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #8A9BC2;
}
.achievementTracker .card.topCard .left .box .trackerDetails {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.achievementTracker .card.topCard .left .box .trackerDetails .trackerDetailsInner {
  display: flex;
  gap: 16px;
}
.achievementTracker .card.topCard .left .box .trackerDetails .trackerDetailsInner .boxTrackerDetails {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.achievementTracker .card.topCard .left .box .trackerDetails .boxTrackerDetails .title {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 31.25px;
  color: #040510;
  display: flex;
  align-items: center;
  gap: 8px;
}
.achievementTracker .card.topCard .left .box .trackerDetails .boxTrackerDetails .title .dot {
  width: 5px;
  height: 5px;
  background: #B1BCD8;
  border-radius: 50%;
}
.achievementTracker .card.topCard .left .box .trackerDetails .boxTrackerDetails .title .stat {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 23.44px;
}
.achievementTracker .card.topCard .left .box .trackerDetails .boxTrackerDetails .title .stat.warning {
  color: #FCAA0A;
}
.achievementTracker .card.topCard .left .box .trackerDetails .boxTrackerDetails .title .stat.error {
  color: #FCAA0A;
}
.achievementTracker .card.topCard .left .box .trackerDetails .trackerDetailsInner .boxTrackerDetails:nth-of-type(2) {
  border-left: 1px solid #DAE0EF;
  padding-left: 15px;
}
.achievementTracker .card.topCard .left .box .trackerDetails .boxTrackerDetails .subTitle {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
}
.achievementTracker .card.topCard .right .form-select-outer {
  width: fit-content;
  float: right;
}


.achievementTracker .card.topCard .right {
  width: 50%;
}
.achievementTracker .card.topCard .right .chartImg {
  width: 100%;
}

.achievementTracker .trackerBoxHeading {
  font-size: 20px;
  font-weight: 600;
  line-height: 26.04px;
  color: #040510;
  margin-top: 24px;
}
.achievementTracker .trackerBox {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.achievementTracker .trackerBox .card.box {
  padding: 14px 20px;
  flex-direction: row;
  justify-content: space-between;
}
.achievementTracker .trackerBox .card.box .left {
  display: flex;
  gap: 16px;
  align-items: center;
}
.achievementTracker .trackerBox .card.box .left .courseImg {
  width: 138px;
  height: fit-content;
}
.achievementTracker .trackerBox .card.box .left .trackerDetails {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.achievementTracker .trackerBox .card.box .left .trackerDetails .lessons {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  color: #3E4E75;
}
.achievementTracker .trackerBox .card.box .left .trackerDetails .title {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  color: #040510;
}
.achievementTracker .trackerBox .card.box .left .trackerDetails .rating {
  display: flex;
  align-items: center;
  gap: 4px;
}
.achievementTracker .trackerBox .card.box .left .trackerDetails .rating .ratingCount {
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
  margin: 0;
}
.achievementTracker .trackerBox .card.box .right {
  display: flex;
  gap: 16px;
  align-items: center;
}
.achievementTracker .trackerBox .card.box .right .rightInner {
  display: flex;
  gap: 6px;
  align-items: center;
}
.achievementTracker .trackerBox .card.box .right .rightInner .title {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #8A9BC2;
}
.achievementTracker .trackerBox .card.box .right .rightInner .subtitle {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #3E4E75;
}

@media (min-width: 992px) {
  .transactions .transactionsInner .right {
    width: 25%;
  }
  .transactions .transactionsInner .left {
    width: 75%;
  }
  .transactions .transactionsInner .left .box .card.details .billDetails .planDetails {
    position: relative;
    bottom: 0;
    left: 0;
  } 
}

.achievementTracker .trackerBox .card.box .right .rightDivider {
  border-right: 1px solid #DAE0EF;
  height: 12px;
}
.achievementTracker .trackerBox .card.box .right .rightInner .marks {
  background: #25AE8D33;
  padding: 7px 6px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #040510;
  margin: 0;
}
.achievementTracker .trackerBox .card.box .right .rightInner .certificate {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #2A3ACD;
}


@media (max-width: 991px) {
  .achievementTracker .trackerBox .card.box {
    flex-direction: column;
    gap: 10px;
  }
  .achievementTracker .card.topCard {
    flex-direction: column;
  }
  .achievementTracker .card.topCard .left {
    width: 100%;
  }
  .achievementTracker .card.topCard .right {
    width: 100%;
  }

}

@media (max-width: 767px) {
  .achievementTracker .card.topCard .left .box .boxInner {
    flex-direction: column;
    align-items: center;
  }
  .achievementTracker .trackerBox .card.box .left {
    flex-direction: column;
    align-items: flex-start;
  }
  .achievementTracker .trackerBox .card.box .left .courseImg {
    width: 100%;
  }
  .achievementTracker .trackerBox .card.box .right {
    flex-direction: column;
    gap: 0px;
    align-items: flex-start;
  }
  .achievementTracker .trackerBox .card.box .right .rightDivider {
    display: none;
  } 
  .achievementTracker .trackerBox .card.box {
    gap: 16px; 
  }
  .lessons-details .card-lesson-type {
    min-height: auto !important; 
  }
  .reviewTestQuiz.trainee .data .question .qustionSet .answerSet .form-check {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .viewCarporate .carporateDetailsOuter .left {
    width: 100%;
  }
  
}


.receivedViewFeedback {
  padding: 24px;
}
.receivedViewFeedback .card.feedbackFrom {
  gap: 7px;
  padding: 12px 34px;
}
.receivedViewFeedback .card.feedbackFrom .title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #8A9BC2;
}
.receivedViewFeedback .card.feedbackFrom .nameBox {
  display: flex;
  gap: 8px;
  align-items: center;
}
.receivedViewFeedback .card.feedbackFrom .nameBox .letter {
  margin: 0;
  width: 32px;
  height: 32px;
  background: #FF7A7A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 16.93px;
  color: #fff;
}
.receivedViewFeedback .card.feedbackFrom .nameBox .name {
  margin: 0;
  font-size: 19px;
  font-weight: 600;
  line-height: 24.74px;
  color: #040510;
}

.receivedViewFeedback .job-performance-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
.receivedViewFeedback .job-performance-card .heading {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  color: #040510;
  display: flex;
  gap: 8px;
}
.receivedViewFeedback .job-performance-card .heading .subHeading {
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #8A9BC2;
}
.receivedViewFeedback .job-performance-card .card.box {
  display: flex;
  flex-direction: column;
}
.receivedViewFeedback .job-performance-card .card.box .boxInner {
  padding: 24px 10%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.receivedViewFeedback .job-performance-card .card.box .boxInner .data {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.receivedViewFeedback .job-performance-card .card.box .boxInner .data .title {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #8A9BC2;
}
.receivedViewFeedback .job-performance-card .card.box .boxInner .data .subTitle {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #3E4E75;
}
.receivedViewFeedback .job-performance-card .card.box .boxInner .data.full {
  border-bottom: 1px solid #DAE0EF;
  grid-column: span 2;
  padding-bottom: 20px;
}

.autonomousQuizAssessment.trainer table.table tbody tr td .status.yes {
  background: #17A1FA;
}
.autonomousQuizAssessment.trainer table.table tbody tr td .status.no {
  background: #B1BCD8;
}


.autonomousQuizAssessment.trainer.generateTest {
  display: flex;
  flex-direction: column;
  gap: 12px;    
}
.autonomousQuizAssessment.trainer.generateTest .card.box {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
  align-items: end;
}
.autonomousQuizAssessment.trainer.generateTest .back {
  margin: 0;
}
.autonomousQuizAssessment.trainer.generateTest .pageTitle {
  margin: 0;
}
.autonomousQuizAssessment.trainer.generateTest .card.box .form {
  display: flex;
  gap: 20px;
  width: 100%;
}
.autonomousQuizAssessment.trainer.generateTest .card.box .form .form-select-outer {
  width: 100%;
}
.autonomousQuizAssessment.trainer.generateTest .card.box .btnSet .btn.btn-primary.saveBtn {
  min-width: 145px;
}


.autonomousQuizAssessment.trainer.notifications.aiTestGenerator .ratingReviewModal #setTestParameterModal .modal-content .modalHeadingOuter .modalHeading {
  margin: 0;
  padding-bottom: 20px;
  margin-top: -20px;
}
.autonomousQuizAssessment.trainer.notifications.aiTestGenerator .ratingReviewModal .modal-content .hrLine {
  border-bottom: 1px solid #DAE0EF;
  margin: 16px 0;
}
.autonomousQuizAssessment.trainer.notifications.aiTestGenerator .ratingReviewModal .modal-content .form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.autonomousQuizAssessment.trainer.notifications.aiTestGenerator .ratingReviewModal .modal-content .formData {
  display: flex;
  gap: 40px;
}
.autonomousQuizAssessment.trainer.notifications.aiTestGenerator .ratingReviewModal .modal-content .formData .label {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
  min-width: 150px;
}
.autonomousQuizAssessment.trainer.notifications.aiTestGenerator .ratingReviewModal .modal-content .formData .form {
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.autonomousQuizAssessment.trainer.notifications.aiTestGenerator .ratingReviewModal .modal-content .formData.box2 .form {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.autonomousQuizAssessment.trainer.notifications.aiTestGenerator .ratingReviewModal .modal-content .formData.box2 .form .form-select-outer .selected {
  display: flex;
  gap: 6px;
  margin-top: 4px;
}
.autonomousQuizAssessment.trainer.notifications.aiTestGenerator .ratingReviewModal .modal-content .formData.box2 .form .form-select-outer .selected .option {
  border: 1px solid #DAE0EF;
  border-radius: 5px;
  display: flex;
  gap: 4px;
  align-items: center;
  padding: 5px 6px;
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  color: #3E4E75;
}

.autonomousQuizAssessment.trainer.notifications.aiTestGenerator .ratingReviewModal #allotPeopleModal .modalHeadingOuter {
  text-align: center;
  margin: 0 auto;
  padding-top: 20px;
}
.autonomousQuizAssessment.trainer.notifications.aiTestGenerator .ratingReviewModal #allotPeopleModal .modal-content {
  text-align: center;
}
.autonomousQuizAssessment.trainer table.table tbody tr td .tableText.link {
  color: #2A3ACD;
  font-weight: 500;
  align-items: center;
  gap: 6px;
  display: flex;
}

.assessment.trainee.schedule {
  gap: 0;
}

.tenant table.table tbody tr td a .tableText {
  color: #2A3ACD;
}

@media (max-width: 991px) {
  .viewCarporate .carporateDetailsOuter .ratingReviewModal #showPlanModal .modal-dialog .planModules .planModulesInner {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .viewCarporate .carporateDetailsOuter .left {
    width: 100%;
  }
  .viewCarporate .carporateDetailsOuter .ratingReviewModal #showPlanModal .modal-dialog .planModules .planModulesInner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  
}

.achievementTracker {
  padding: 24px;
}
.achievementTracker .card.topCard {
  flex-direction: row;
  gap: 16px;
}
.achievementTracker .card.topCard .left {
  width: 50%;
}
.achievementTracker .card.topCard .left .box {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.achievementTracker .card.topCard .left .box .boxInner {
  display: flex;
  gap: 20px;
  align-items: center;
}
.achievementTracker .card.topCard .left .box .boxInner .desc {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #8A9BC2;
}
.achievementTracker .card.topCard .left .box .trackerDetails {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.achievementTracker .card.topCard .left .box .trackerDetails .trackerDetailsInner {
  display: flex;
  gap: 16px;
}
.achievementTracker .card.topCard .left .box .trackerDetails .trackerDetailsInner .boxTrackerDetails {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.achievementTracker .card.topCard .left .box .trackerDetails .boxTrackerDetails .title {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 31.25px;
  color: #040510;
  display: flex;
  align-items: center;
  gap: 8px;
}
.achievementTracker .card.topCard .left .box .trackerDetails .boxTrackerDetails .title .dot {
  width: 5px;
  height: 5px;
  background: #B1BCD8;
  border-radius: 50%;
}
.achievementTracker .card.topCard .left .box .trackerDetails .boxTrackerDetails .title .stat {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 23.44px;
}
.achievementTracker .card.topCard .left .box .trackerDetails .boxTrackerDetails .title .stat.warning {
  color: #FCAA0A;
}
.achievementTracker .card.topCard .left .box .trackerDetails .boxTrackerDetails .title .stat.error {
  color: #FCAA0A;
}
.achievementTracker .card.topCard .left .box .trackerDetails .trackerDetailsInner .boxTrackerDetails:nth-of-type(2) {
  border-left: 1px solid #DAE0EF;
  padding-left: 15px;
}
.achievementTracker .card.topCard .left .box .trackerDetails .boxTrackerDetails .subTitle {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
}
.achievementTracker .card.topCard .right .form-select-outer {
  width: fit-content;
  float: right;
}


.achievementTracker .card.topCard .right {
  width: 50%;
}
.achievementTracker .card.topCard .right .chartImg {
  width: 100%;
}

.achievementTracker .trackerBoxHeading {
  font-size: 20px;
  font-weight: 600;
  line-height: 26.04px;
  color: #040510;
  margin-top: 24px;
}
.achievementTracker .trackerBox {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.achievementTracker .trackerBox .card.box {
  padding: 14px 20px;
  flex-direction: row;
  justify-content: space-between;
}
.achievementTracker .trackerBox .card.box .left {
  display: flex;
  gap: 16px;
  align-items: center;
}
.achievementTracker .trackerBox .card.box .left .courseImg {
  width: 138px;
  height: fit-content;
}
.achievementTracker .trackerBox .card.box .left .trackerDetails {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.achievementTracker .trackerBox .card.box .left .trackerDetails .lessons {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  color: #3E4E75;
}
.achievementTracker .trackerBox .card.box .left .trackerDetails .title {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  color: #040510;
}
.achievementTracker .trackerBox .card.box .left .trackerDetails .rating {
  display: flex;
  align-items: center;
  gap: 4px;
}
.achievementTracker .trackerBox .card.box .left .trackerDetails .rating .ratingCount {
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #3E4E75;
  margin: 0;
}
.achievementTracker .trackerBox .card.box .right {
  display: flex;
  gap: 16px;
  align-items: center;
}
.achievementTracker .trackerBox .card.box .right .rightInner {
  display: flex;
  gap: 6px;
  align-items: center;
}
.achievementTracker .trackerBox .card.box .right .rightInner .title {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #8A9BC2;
}
.achievementTracker .trackerBox .card.box .right .rightInner .subtitle {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #3E4E75;
}

@media (min-width: 992px) {
  .transactions .transactionsInner .right {
    width: 25%;
  }
  .transactions .transactionsInner .left {
    width: 75%;
  }
  .transactions .transactionsInner .left .box .card.details .billDetails .planDetails {
    position: relative;
    bottom: 0;
    left: 0;
  }
}
.achievementTracker .trackerBox .card.box .right .rightDivider {
  border-right: 1px solid #DAE0EF;
  height: 12px;
}
.achievementTracker .trackerBox .card.box .right .rightInner .marks {
  background: #25AE8D33;
  padding: 7px 6px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #040510;
  margin: 0;
}
.achievementTracker .trackerBox .card.box .right .rightInner .certificate {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.23px;
  color: #2A3ACD;
}
.bold {
  font-weight: 600 !important;
}
.course_catalog_page .badge-enrolled {
    right: 20px;
    left: auto;
}

@media (max-width: 991px) {
  .achievementTracker .trackerBox .card.box {
    flex-direction: column;
    gap: 10px;
  }
  .achievementTracker .card.topCard {
    flex-direction: column;
  }
  .achievementTracker .card.topCard .left {
    width: 100%;
  }
  .achievementTracker .card.topCard .right {
    width: 100%;
  }

}

@media (max-width: 767px) {
  .achievementTracker .card.topCard .left .box .boxInner {
    flex-direction: column;
    align-items: center;
  }
  .achievementTracker .trackerBox .card.box .left {
    flex-direction: column;
    align-items: flex-start;
  }
  .achievementTracker .trackerBox .card.box .left .courseImg {
    width: 100%;
  }
  .achievementTracker .trackerBox .card.box .right {
    flex-direction: column;
    gap: 0px;
    align-items: flex-start;
  }
  .achievementTracker .trackerBox .card.box .right .rightDivider {
    display: none;
  }
  .achievementTracker .trackerBox .card.box {
    gap: 16px;
  }
  .lessons-details .card-lesson-type {
    min-height: auto !important;
  }
  .viewCarporate.billingSubsc .ratingReviewModal .modal-dialog .modal-body .accordion .historyHead {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

}




/* Data Management */
.webhooksData .headBgOuter {
  position: relative;
}
.webhooksData .headBgOuter .desc {
  position: absolute;
  left: 30px;
  top: 30px;
  width: 430px;
  color: #fff;
}
.webhooksData .headBgOuter .desc .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 10px;
}
.webhooksData .headBgOuter .desc .descText {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}

.webhooksData .card {
  padding: 20px;
}
.webhooksData .card .boxLogo {
  position: relative;
}
.webhooksData .card .boxLogo .boxImg {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 3px;
}
.webhooksData .card .data .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #040510;
  margin-bottom: 10px;
}
.webhooksData .card .data .desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  margin-bottom: 24px;
  color: #3E4E75;
}
.webhooksData .ratingReviewModal .modal-dialog .modalHeadingOuter .modalHeading {
  margin: 0;
  margin-bottom: 20px;
  margin-top: -20px;
  font-size: 18px;
  border-bottom: 1px solid #DAE0EF;
  width: 100%;
  text-align: left;
  justify-content: flex-start;
}
.webhooksData .ratingReviewModal .modal-dialog .data .uploadData {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 30px;
  text-align: center;
}
.webhooksData .ratingReviewModal .modal-dialog .data .uploadData .uploadText {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #8A9BC2;
  margin-bottom: 4px;
}
.webhooksData .ratingReviewModal .modal-dialog .data .uploadData .uploadText .browse {
  color: #2A3ACD;
}
.webhooksData .ratingReviewModal .modal-dialog .data {
  position: relative;
}
.webhooksData .ratingReviewModal .modal-dialog .data .uploadData .uploadTextType {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #8A9BC2;
  text-align: center;
}
.h-150 {
  height: 150px;
}
.webhooksData .ratingReviewModal .modal-dialog .options .download {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #3E4E75;
  margin-top: 10px;
  margin-bottom: 24px;
}
.webhooksData .ratingReviewModal .modal-dialog .options .download .downloadClick {
  color: #2A3ACD;
}

.webhooksData .ratingReviewModal .modal.w-919 .modal-dialog {
  max-width: 919px !important;
}

.webhooksData .ratingReviewModal .modal.w-919 .modal-dialog .card {
  padding: 16px;
  text-align: center;
}
.webhooksData .ratingReviewModal .modal.w-919 .modal-dialog .card .uploadOptionImg {
  width: max-content;
  margin: 0 auto;
  margin-bottom: 16px;
}
.webhooksData .ratingReviewModal .modal.w-919 .modal-dialog .card .title {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #040510;
  margin-bottom: 6px;
}
.webhooksData .ratingReviewModal .modal.w-919 .modal-dialog .card .subTitle {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #8A9BC2;
  margin: 0;
}
.courseDetailTrainerNotes table.table tbody tr td .link {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #2A3ACD;
}
.courseDetailTrainerNotes .ratingReviewModal .modal-body .desc.bg.nobg {
  background: transparent;
}
.courseDetailTrainerNotes .ratingReviewModal .modal-body .modalHeadingOuter .modalHeading.red {
  color: #D94747;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: #f1f1f1;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.pageData.pageDataFixed {
  padding-top: 130px;
}
.userSettings .progress-bar {
  height: auto;
}
.autonomousQuizAssessment.trainer.addQuestionstoQuiz .actions.moreOuter {
  padding-right: 15px;
}
.tenant table.table tbody td .actions .btn {
  font-size: 12px;
  padding: 2px 6px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .webhooksData .headBgOuter .desc {
    width: 300px;
  }
  .courseDetailTrainerNotes.userSettings.webhooksKpiMappingEdit .card {
    padding: 30px 30px !important;
  }
}

span.sort-icon{
  background: url(../images/sort.svg) no-repeat center;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
}



