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;
}

ul#courseList li {
  background: #ffffff;
  /* border: unset; */
  cursor: pointer !important;
  font-size: 16px;
  font-weight: 500;
}

ul#courseList {
  margin-top: 20px;
}

ul#courseList li:hover {
  background: #94c744;
  cursor: pointer;
}

span.waitload {
  padding: 20px;
  line-height: 40px;
  margin: 20px;
  display: block;
}

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: 600px;
  height: 680px;
  background-color: #e7e7e7;
  border-radius: 10px;
  margin-top: 50px;
}
[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;
}

/* .fas {
  margin-right: 5px;
  transform: scale(0.8);
} */

ul#courseList li {
  display: flex;
  align-items: center;
}

.icon_container {
  margin-right: 16px;
}

.course_exam .fas {
  color: #0e2c8e;
}

.course_course .fas {
  color: #ff3a28;
}

.course_vr .fas {
  color: #388952;
}

@media (max-width: 1000px) {
  .col-3 {
    /* display: none; Hide the sidebar */
  }
  .col-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #contentArea {
    padding: 0;
  }
}
