body {
  /* background-color: #e0ecf0 !important; */
}

ul#languageTab {
  background: #36abd3;
  padding: 20px 0px 0px 15px;
}

ul#languageTab .nav-link {
  font-weight: 800 !important;
  font-size: 15px;
  color: white;
}

ul#languageTab .nav-link.active {
  color: #36abd3;
}

#courseList {
  margin-top: 20px;
}

#courseList .list-group-item {
  background: #ffffff;
  cursor: pointer !important;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

#courseList .list-group-item:hover {
  background: #e9f4d6;
  cursor: pointer;
}

#courseList .list-group-item.active {
  background-color: #94c744;
  color: white;
  border-color: #8db841;
}

span.waitload {
  padding: 10px;
  line-height: 40px;
  margin: 10px;
  display: block;
  text-align: center;
}

ul#languageTab .nav-link img {
  margin-right: 8px;
  transform: translateY(-2px) scale(0.9);
  margin-left: 0px;
}

ul#languageTab .nav-link {
  margin-right: 8px;
  padding-right: 28px;
  padding-left: 24px;
}

div#contentArea.colored {
    min-height: 500px;
    height: 40vw;
  background-color: #ffffff;
  background-color: #e9e9e9;
  border-radius: 10px;
  margin-top: 50px;
      border: 2px solid #023a5138;
}
[style="margin: 20px 20px;display: flex; justify-content: center;"] {
  margin: 0 !important;
}

.play-icon img {
  margin: auto;
  left: 0;
  right: 0;
  width: 100px;
  top: 0;
  bottom: 0;
  position: absolute;
  opacity: 0.7;
  cursor: pointer;
}

.play-icon img:hover {
  opacity: 1;
}
.banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  width: auto;
  background: linear-gradient(to right, #1a237e, #3949ab);
  color: white;
  padding: 20px;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  margin: 0 20px;
  border-radius: 8px;
}

.banner-text {
  flex: 1;
  padding-right: 20px;
}

.banner-title {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  line-height: 1.4;
}

.banner-image {
  flex: 0 0 150px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: italic;
}

.icon_container {
  margin-right: 16px;
  width: 20px;
  text-align: center;
}

.course_exam .fas {
  color: #0e2c8e;
}

.course_course .fas {
  color: #ff3a28;
}

.course_vr .fas {
  color: #388952;
}

/* Accordion Styles */
#courseAccordion .card {
  border: 1px solid #ddd;
  border-radius: 4px;
    margin-bottom: 10px;

  overflow: hidden;
}

#courseAccordion .card-header {
  background-color: #f7f7f7;
  padding: 0;
  border-bottom: 1px solid #ddd;
}

#courseAccordion .card-header .btn {
    color: #ffffff;
    font-weight: 500;
    text-decoration: none;
    padding: 12px 20px;
    box-shadow: none;
    background: #023a51;
}

#courseAccordion .card-header .btn:hover {
    background: #036a8c; 
}

#courseAccordion .card-body {
  padding: 0;
}

@media (max-width: 1000px) {
  .col-md-3 {
    order: 2; /* Move sidebar below content */
  }
  .col-md-9 {
    order: 1; /* Move content above sidebar */
  }
  .col-md-9,
  .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #contentArea {
    padding: 0;
  }
  #courseList {
    margin-top: 10px;
    padding: 0 15px;
  }
}