.cl1 {
  color: #495463;
}

.cl2 {
  color: #b7b7b8;
}

a.cl1:hover {
  color: #04282f !important;
  /* color: #ef4a35 !important; */
  text-decoration: none !important;
}

a.cl2:hover {
  /* color: #ef4a35 !important; */
  color: #d1a940 !important;
  text-decoration: none !important;
}

#cl2 {
  color: #7d7d7d;
}

#no-line {
  text-decoration: none;
}

.mycard {
  border-radius: 4px;
  margin-bottom: 15px;
  border: none;
  background: #190b0b !important;
  transition: all 0.4s;
  vertical-align: top;
  box-shadow: -1rem 0 3rem #000;
}

.mybutton {
  background-image: -webkit-gradient(
    linear,
    right bottom,
    left top,
    from(#ff8a00),
    to(#e52e71)
  );
  background-image: linear-gradient(to top left, #ff8a00, #e52e71);
  position: relative;
  color: #fff !important;
  display: inline-block;
  font-family: inherit;
  font-weight: 500;
  border: 0;
  border-radius: 2rem;
  white-space: nowrap;
  padding: 1rem 1.5rem;
  line-height: 1.4;
  text-align: center;
  -webkit-transition: 70ms;
  transition: 70ms;
  position: relative;
}

.my-btn {
  /* background-image: -webkit-gradient(linear, right bottom, left top, from(#ff8a00), to(#e52e71)); */
  /* background-image: linear-gradient(to top left, #ff8a00, #e52e71); */
  background-color: #000208;
  position: relative;
  color: #fff;
  font-weight: 500;
  padding: 8px 20px;
  font-size: 13px;
  white-space: nowrap;
  cursor: pointer;
  /* line-height: 24px; */
  line-height: 1.4;
  letter-spacing: 0.01em;
  border-radius: 4px;
  min-width: 160px;
  border: 0;
  transition: all 0.4s ease;
}

.mylink {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ff8a00),
    to(#e52e71)
  );
  background: linear-gradient(to right, #ff8a00, #e52e71);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  font-weight: 700;
  border-bottom: 1px solid #e52e71 !important;
  padding-bottom: 0.15rem;
}

.top-course {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  box-shadow: rgb(0, 0, 0) 1px 1px 0px inset;
  padding: 2rem;
  border-radius: 8px 8px 0 8px;
  border-bottom: none;
  border-right: 1px solid rgb(51, 51, 51);
  margin: 0;
  z-index: 8;
  cursor: pointer;
  min-width: 224.984px;
  min-height: 171px;
  background-image: radial-gradient(
      ellipse closest-side,
      rgba(0, 0, 0, 0.75),
      #100e17
    ),
    url("/images/wpn-01.webp");
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.75;
}

.course-description {
  font-weight: 200;
  font-size: 14px;
  max-height: 65px;
  overflow: hidden;
}

.bottom-course {
  cursor: pointer;
  z-index: 6;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  justify-content: center;
  box-shadow: rgb(20, 70, 153) 1px 0px 0px inset;
  padding: 1rem;
  border-radius: 8px;
  border-bottom: 1px solid rgb(20, 70, 153);
  border-top: 1px solid rgb(20, 70, 153);
  border-right: 1px solid rgb(20, 70, 153);
}

.course1 {
  background: radial-gradient(
    circle at right top,
    rgb(30, 14, 72),
    rgba(0, 0, 0, 0)
  );
}

.course2 {
  background: radial-gradient(
    circle at right top,
    rgb(102, 55, 0),
    rgba(0, 0, 0, 0)
  );
}

.course3 {
  background: radial-gradient(circle at top right, #813102, rgba(0, 0, 0, 0));
}

.course4 {
  background: radial-gradient(
    circle at right top,
    rgb(63, 110, 121),
    rgb(15, 14, 22)
  );
}

.single-ad {
  width: 300px;
  opacity: 0;
  margin: 0 0 2rem;
  position: relative;
}

.module {
  margin: 0;
}

.interlude {
  font-size: 0.66rem;
  padding: 1rem 1rem 2rem 55px;
  margin-left: 1rem;
  color: #a1a1af;
  white-space: normal;
  text-align: left;
}

.single-ad::before {
  content: "";
  background: #201c29;
  position: absolute;
  top: -1rem;
  right: -1rem;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  padding-bottom: 1rem;
}

.partners {
  background: #151514;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1rem;
  text-align: center;
  font-size: 14px;
  padding: 2rem 2rem 1rem;
}

.author {
  font-size: 12px;
  color: #ffebcc;
}

.amount {
  font-size: 15px;
  margin-top: 6px;
  color: #ffebcc;
}

.author-image {
  display: inline-block;
  height: 32px;
  width: 32px;
  line-height: 32px;
  border-radius: 50%;
  text-align: center;
  /* box-shadow: rgb(0, 0, 0) 1px 0px 0px inset; */
}

.caps {
  text-transform: capitalize;
}

.vid-player {
  width: 600px;
  height: 315px;
}

@media (max-width: 624px) {
  .vid-player {
    width: 350px;
    height: 170px;
  }
}

.course-section ul.section-list .section-item .item {
  padding: 20px 16px;
}

.course-section ul.section-list .section-item .item {
  display: block;
  padding: 11px 16px;
  background: #f0f0f0;
  list-style-type: none;
  font-size: 15px;
  letter-spacing: 0px;
  color: #39464a;
  text-decoration: none;
  font-weight: 200;
}

.playlist-container {
  padding: 25px 30px;
  box-shadow: rgb(0, 0, 0) 1px 1px 0px inset;
  border-radius: 8px 8px 0 8px;
  border-bottom: none;
  border-right: 1px solid rgb(51, 51, 51);
  overflow-y: scroll;
  height: 300px;
}

/* width */
.playlist-container::-webkit-scrollbar {
  width: 10px;
}

/* Track */
#my-scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
#my-scroll::-webkit-scrollbar-thumb {
  background: linear-gradient(to right, #ff8a00, #e52e71);
  border-radius: 10px;
}

/* Handle on hover */
#my-scroll::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(to right, #ff8a00, #e52e71);
}

.course-item {
  background: #0f0e17;
  margin-bottom: 3px;
  border-radius: 4px;
  position: relative;
  color: #a1a1af;
  -webkit-box-shadow: 0 0 2rem #000;
  box-shadow: 0 0 2rem #000;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding-left: 10px;
}

.footer-jobs .job-list > li > a {
  display: block;
  height: 100%;
  width: 100%;
  font-size: 16px;
  background: #201c29;
  color: #a1a1af;
  -webkit-box-shadow: 0 0 2rem #000;
  box-shadow: 0 0 2rem #000;
  padding: 1.5rem;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.playlist-container2 {
  padding: 0px 5px;
  box-shadow: rgb(0, 0, 0) 1px 1px 0px inset;
  border-radius: 8px 8px 0 8px;
  border-bottom: none;
  border-right: 1px solid rgb(51, 51, 51);
  overflow-y: scroll;
  height: 300px;
}

/* width */
.playlist-container2::-webkit-scrollbar {
  width: 10px;
}

.data-state2 {
  height: 30px;
  width: 30px;
  line-height: 28px;
  flex-shrink: 0;
}

.course-play {
  color: #d3ad40;
  height: 40px;
  width: 40px;
  line-height: 28px;
}

.top-course2 {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  box-shadow: rgb(0, 0, 0) 1px 1px 0px inset;
  padding: 2rem;
  border-radius: 8px 8px 0 8px;
  border-bottom: none;
  border-right: 1px solid rgb(51, 51, 51);
  margin: 0;
  z-index: 8;
  min-width: 224.984px;
  min-height: 100px;
  background-image: radial-gradient(
      ellipse closest-side,
      rgba(0, 0, 0, 0.75),
      #100e17
    ),
    url("/images/wpn-01.webp");
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.75;
}

.no-deco {
  text-decoration: none !important;
}

.odd {
  cursor: pointer;
}

.bottom-course2 {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  justify-content: center;
  box-shadow: rgb(0, 0, 0) 1px 0px 0px inset;
  padding: 1rem;
  border-radius: 0 8px 8px 8px;
  border-bottom: 1px solid rgb(51, 51, 51);
  border-top: none;
  border-right: 1px solid rgb(51, 51, 51);
}

.myinput {
  background-color: #0a0a14;
  color: rgb(255, 255, 255);
}
