div.ld-something-to-come {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 210px;
  min-height: 210px;
  margin: auto;
}

div.ld-something-to-come i.fa-solid {
  color: #00A5A2;
  font-size: 3em;
}

div.ld-error-msg {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /*  width: 210px;*/
  min-height: 210px;
  margin: 1% auto;
  padding: 3%;
  color: #ff0000;
  background-color: #ffffff;
}

div.ld-error-msg p {
  margin-top: 42px;
}

div.container-courses {
  background-color: #fff;
}

div.container-courses .courses {
  display: flex;
  flex-wrap: wrap;
  /* width: 90%; */
  /* max-width: 1200px; */
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 30px 30px 8px 8px;
  overflow: hidden;
}

div.courses .main-course-content {
  flex: 1;
  padding: 20px;
  box-sizing: border-box;
}

div.courses .main-cohort-content {
  flex: 1;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

div.courses .main-cohort-content .card {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  box-sizing: border-box;
  position: relative;
  width: calc(50% - 20px);
}

div.courses .main-cohort-content .card .vl {
  border-left: 16px solid #FFC83B;
  /* height: 100%; Full height of the card */
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 8px 0 0 8px;
}

div.courses .main-cohort-content .card .trainer-content {
  margin-left: 2em;
  width: 40%;
}

div.courses .main-cohort-content .card .trainer-content img {
  max-width: 100px;
  border-radius: 50%;
}

div.courses .main-cohort-content .card .cohort-info {
  flex: 1;
  width: 60%;
  border-bottom: 2em solid #FFC83B;

}

div.courses .main-cohort-content .card h3 {
  margin-top: 0;
  color: #056c64;
  padding: .4em;
}

div.courses .main-cohort-content .card p {
  margin: 10px 0;
  color: #666;
}

div.cohort-info h3 {
  background-color: #FFC83B;
}

div.resource-items ul li {
  text-decoration: none;
}

div.courses .course-sidebar {
  margin: 30px 20px;
  flex: 0 0 350px;
  /* padding: 20px; */
  box-sizing: border-box;
  background-color: #fff;
  /* margin-right: 20px; */
}

div.course-outline {
  border-radius: 30px;
  background-color: #f8f8f8;
  margin-right: 20px;
  width: 100%;
  padding: 10px;
}

div.course-outline h4 {
  color: #00A5A2;
  /* letter-spacing: .2em; */
  font-size: 1.3em;
}

div.courses .course_title {
  /*  min-height:10vh;*/
  background-color: #FFC83B;
  border-radius: 30px 30px 0 0;
  /*  padding-top: 30px;*/
  width: 100%;
}

div.courses .course_title h3 {
  font: 1em 500 quicksand, san serif;
  margin-left: 30px;
  /* margin:50px; */
}

div.courses img {
  object-position: top center;
  max-height: 280px;
  object-fit: cover;
  width: 100%;
}

div.courses .main-course-content h1 {
  font: 2em 500 'quicksand, san serif';
  /*  margin-left: 5px;*/
}

.progress-bars {
  margin-top: 20px;
}

.progress-bar {
  /* border:2px solid #e0e0e0;
    height:25px;
    border-radius:13px; */
  /* margin: 10px;
  margin-left: 0; */
  margin: 30px 0 40px;
}

.progress-bar-module {
  width: 100%;
  height: 30px;
  border-radius: 20px;
  background-color: #FFC83B;
}

.progress-bar-complete {
  height: 100%;
  border-radius: 20px;
  background-color: #00A5A2;
  color: #ffffff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.progress-bar-assignment {
  background-color: #00A5A2;
  border-radius: 13px;
  margin: 10px 0;
  overflow: hidden;
  height: 25px;
  width: 100%;
}

.progress-bar p {
  /* color: #056c64; */
  font-weight: bold;
  /* margin-left: 20px; */
}

.topics {
  margin-top: 20px;
}

.topic {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin: 10px 0;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-size: 1.1em;
}

.topic input[type="radio"] {
  border: 2px solid #056c64;
}

div#lms_chapters_page div.topic>i.fa-circle-check {
  color: #00A5A2;
}

div#lms_chapters_page div.topic>span.nm {
  flex-grow: 1;
  margin: 0px 14px;
}

.topic span:hoover {
  color: #00A5A2;
}

.topic-header {
  /* box-shadow: .5px 0spx 0.5px gray; */
  padding: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.subtopics {
  /*    background-color: #f0f0f0;*/
  padding: 10px 10px 0px;
  /*    border-radius: 5px;*/
  display: none;
  margin-left: 25px;
  display: none;
  font-size: 0.9em;
  color: #555;
  border-left: 5px dotted #00A5A2;
}

.subtopics label {
  display: block;
  /*  margin-top: 10px;*/
  cursor: pointer;
  color: #056c64;
  border-bottom: 2px dotted #00A5A2;
  padding: 10px 1px;
  max-width: 840px;
}

.subtopics label:hover {
  color: #007bff;
  border-bottom: 2px solid #007bff;
}

.arrow {
  font-size: .7em;
  margin: 5px;
  align-items: right;
}


.topic input[type="radio"] {
  margin-right: 10px;
  border: 2px solid #00A5A2;
}

.topic .dropdown-arrow {
  background: none;
  border: none;
  font-size: 1em;
  cursor: pointer;
}

div.trainer,
div.trainees,
div.course-outline {
  background-color: #f6f4f4;
  border-radius: 10px;
  padding: 5px 10px;
  width: 98%;
  display: flex;
  flex-wrap: wrap;
}

div.trainer h4,
div.course-outline h4 {
  color: #00A5A2;
  letter-spacing: .2em;
  font-size: 1.3em;
  margin-left: 1em;
}

div.info {
  display: flex;
}

div.trainer .info .pic img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #FFC83B;
}

div.contacts {
  margin-left: 10px;
  margin-top: 0;

}

/*Trainees*/
div.trainees {
  margin-top: 20px;
  padding: 10px;
  justify-content: space-around;
}

div.trainees h4 {
  color: #00A5A2;
  margin-left: 5px;
  letter-spacing: .2em;
}

div.trainees .contents {
  display: flex;
  flex-wrap: wrap s;
  justify-content: space-around;
  margin-top: 20px;
}

div.trainees .contents img {
  width: 100px;
  border-radius: 50%;

}

div.trainees .contents p {
  line-height: .5em;
}

div.trainee {
  margin: 10px;
}

#chapters_container {
  padding: 10px;
  background-color: #FFC83B;
  border: 2px solid #056c64;
  border-radius: 10px;
}

#chapters_container>option {
  background-color: #fff;
  border: 2px solid #056c64;
}

.scre {
  color: #056c64;
  font-weight: 500;
}

.assigmntSubmissions {
  font-size: .8em;
  font-weight: 600;

}

.assigmntSubmissions span {
  font: .6em 600 'quicksand' sanserif #CC6328;
  color: #00A5A2;
}

#submission-container,
#trainee-assignment-container {
  box-shadow: 0.5px 0.5px 5px gray;
  /* border: 1px solid #eee; */
  margin: 10px 0 20px 0;
  padding: 10px;

}

.assignment-container,
.assignmentSubmissions {
  padding: 15px;
  margin: 15px 0;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

.assignmentSubmissions select,
button {
  padding: 10px;
  border-radius: 10px;
  border: 2px solid #02807e;
  background-color: #FFC83B;
}

.assignment-container .title,
span {
  color: #02807e;
}

.submissions-container .none {
  color: #C4233C;
  padding: 5px;
  margin: 10px;
  box-shadow: .5px .5px 5px #eee;
  font-weight: 600;
}

.assignmentSubmissions {
  margin-top: 10px;
  padding: 10px;
  box-shadow: .5px .5px 5px #00A5A2;
  /* border: 1px solid #e0e0e0; */
}

.submissions-container {
  margin-top: 10px;
}

.collapsible {
  background-color: #d2f9f8;
  color: #188886;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  box-shadow: 0.5px 0.5px 5px #056c64;
}

.active,
.collapsible:hover {
  /* background-color: #00A5A2; */
  color: #FFC83B;
}

.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
}

section.content-page h1.class-ttl {
  color: #b1afaf;
  letter-spacing: .1em;
}

section.content-page h3.chapter-ttl {
  color: #b1afaf;
  letter-spacing: .08em;
}

section.content-page h5.topic-ttl {
  color: #00A5A2;
  font-size: 1.2em;
  letter-spacing: .1em;
}

section.content-page h5.topic-ttl i.f-stop {
  color: #ffc83b;
  border: 5px solid #ffc83b;
  border-radius: 50%;
  display: inline-block;
}

section.content-page div.s-txt {
  margin-bottom: 35px;
}

section.content-page div.s-txt ul {
  padding-left: 20px;
}

section.content-page div.s-txt ul li {
  list-style: square;
}

section.content-page div.button button {
  width: 100%;
  background-color: #00A5A2;
  margin: 10px;
  border: 1px solid #00A5A2;
  padding: 2px;
  justify-content: center;
  color: #fff;
}

/*ACCORDION*/
section.content-page button.accordion {
  background-color: #FFC83B;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

section.content-page button.accordion.active,
section.content-page button.accordion:hover {
  background-color: #e9d5a5;
}

section.content-page button.accordion>img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

section.content-page button.accordion>span {
  flex-grow: 1;
}

section.content-page .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

section.content-page .panel div.vid-embed {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

section.content-page .panel div.vid-embed iframe {
  /*min-height: 350px;
  max-width: 622px;*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

button.accordion:after {
  content: "\02795";
  /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

button.accordion.active:after {
  content: "\2796";
  /* Unicode character for "minus" sign (-) */
}

.course-sidebar {
  width: 100%;
  max-width: 350px;
}

/* .subtopics {
    display: none;
    margin-left: 20px;
    margin-top:30px;
    cursor: pointer;
} */

/* details summary {
    font-weight: bold;
    cursor: pointer;
}

details ul {
    margin: 10px 0 0 20px;
    padding: 0;
    list-style-type: disc;
}

details ul li {
    margin: 5px 0;
} */

/* Responsive Design */
@media (max-width: 768px) {
  div.container-courses .courses {
    flex-direction: column;
    /* display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 30px 30px 8px 8px;
    overflow: hidden; */
  }

  div.courses .course-sidebar {
    flex: 1 0 100%;
    border-left: none;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 20px;
  }

/* 
  .div.courses .course-sidebar {
    
  } */


}