h1, h2, h3, h4, h5, h6, p, ul, li {
  margin: 0;
  padding: 0;
}

.mj-academy .academyContainer {
  padding-right: 16px;
  padding-left: 16px;
}
.mj-academy .academyContainer .pakhsh-intro-main {
  font-weight: 500;
  color: #212121;
  font-size: 14px;
  margin: 0;
}
.mj-academy .academyContainer .pakhsh-date-main {
  font-weight: 400;
  color: #8E8E8E;
  font-size: 10px;
}
.mj-academy .academyContainer .pakhsh-desc-main {
  font-weight: 400;
  color: #8E8E8E;
  font-size: 12px;
}
.mj-academy .academyContainer .mj-kam-pakhsh-videos-container {
  margin-top: 48px;
}
.mj-academy .academyContainer .mj-kam-company-pakhsh-videos-container {
  margin-top: 48px;
  margin-bottom: 48px;
}

.mj-academy .academyContainer .mj-academy-modal-title {
    font-size: 16px !important;
}

.mj-academy .academyContainer .mj-academy-modal-desc {
    font-size: 12px !important;
}
.mj-academy .academyContainer .pakhsh-video-title {
  font-weight: 500;
  font-size: 14px;
  color: white;
  background-color: #4AC3BE;
  padding: 8px;
  box-shadow: 0 4px 9px 0 rgba(132, 132, 132, 0.25);
  border-radius: 4px;
}
@media screen and (max-width: 400px) {
  .mj-academy .academyContainer .pakhsh-video-title {
    font-size: 12px !important;
  }
}
.mj-academy .academyContainer .company-pakhsh-video-title {
  font-size: 16px;
  font-weight: 500;
  color: rgb(19, 19, 19);
}
@media screen and (max-width: 400px) {
  .mj-academy .academyContainer .company-pakhsh-video-title {
    font-size: 14px !important;
  }
}
.mj-academy .academyContainer .pakhsh-video-seeall {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.mj-academy .academyContainer .pakhsh-video-seeall .textSeeAll {
  font-size: 12px;
  font-weight: 500;
  color: rgb(250, 172, 100);
}
.mj-academy .academyContainer .pakhsh-video-seeall .iconSeeAll {
  aspect-ratio: 1/1;
  min-width: 24px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-image: url("/dist/images/icons/user/arrow-right-orange.svg");
  display: inline-block;
  background-position: center;
}
.mj-academy .academyContainer .pakhsh-video-card {
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(165, 165, 165, 0.25);
  background-color: white;
  padding: 8px;
  cursor: pointer;
}
.mj-academy .academyContainer .pakhsh-video-card .header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mj-academy .academyContainer .pakhsh-video-card .header .thumbnail-container {
  position: relative;
}
.mj-academy .academyContainer .pakhsh-video-card .header .thumbnail-container:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url("/dist/images/icons/user/Play.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  left: 0;
  right: 0;
  top: 10px;
  margin: auto;
}
.mj-academy .academyContainer .pakhsh-video-card .header .thumbnail-container .thumbnail {
  aspect-ratio: 1/1;
  width: 44px;
  position: relative;
  border: 1px solid rgb(74, 195, 190);
  border-radius: 4px;
  object-fit: cover;
}
.mj-academy .academyContainer .pakhsh-video-card .header .detail {
  font-size: 10px;
  font-weight: 400;
  text-align: left;
  color: rgb(142, 142, 142);
}
.mj-academy .academyContainer .pakhsh-video-card .body {
  width: 100%;
}
.mj-academy .academyContainer .pakhsh-video-card .body .title {
  font-size: 12px;
  font-weight: 500;
  color: #212121;
}
.mj-academy .academyContainer .pakhsh-video-card .body .link {
  font-size: 10px;
  font-weight: 400;
  color: #8E8E8E;
  margin: 0;
}

@media only screen and (max-width: 400px) {
  .pakhsh-video-title {
    font-size: 12px;
  }
  .company-pakhsh-video-title {
    font-size: 14px;
  }
}

/*# sourceMappingURL=academy.css.map */
