.np-powered-by {
  padding-top: 1.25rem;
}

/* .np-powered-by {
	position: absolute;
	left: 40%;
	right: 40%;
	padding-bottom: 0 !important;
}

@media (max-width: 500px) {
	.np-powered-by {
		position: static;
		left: auto;
		right: auto;
		top: auto;
		margin-top: 10px;
	}
}

@media (min-width: 500px) and (max-width: 767px) {
	.np-powered-by {
		left: 30%;
		top: 408%;
	}
}

@media (min-width: 768px) and (max-width: 990px) {
	.np-powered-by {
		top: 401%;
	}
}

@media (min-width: 991px) and (max-width: 1112px) {
	.np-powered-by {
		top: 351%;
	}
}

@media (min-width: 1113px) and (max-width: 1199px) {
	.np-powered-by {
		top: 352%;
	}
}

@media (min-width: 1200px) and (max-width: 1399px) {
	.np-powered-by {
		top: 343%;
	}
}

@media (min-width: 1400px) {
	.np-powered-by {
		top: 350%;
	}
} */
.lang-en, .lang-fr, .lang-de, .lang-es, .lang-es-la {
  display: none;
}

body[data-lang="en-US"] .lang-en {
  display: block;
}

body[data-lang="fr-FR"] .lang-fr {
  display: block;
}

body[data-lang="es-LA"] .lang-es-la {
  display: block;
}

body[data-lang="de"] .lang-de {
  display: block;
}

body[data-lang="es-ES"] .lang-es {
  display: block;
}
.lp-carousel-container {
  margin-bottom: 30px;
}

.learning-path-content {
  padding-top: 1.25rem !important;
}

a:hover,
a:visited,
a:link,
a:active {
  text-decoration: none;
}

.review-text {
  background-color: #1b1b1b;
  color: white;
}

._left:before,
._right:before {
  font-size: 30px;
  background: black;
  color: white;
  border-radius: 50%;
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: Font awesome\5 Pro;
  font-weight: 900;
  margin-bottom: 0;
  -webkit-font-smoothing: antialiased;
}
/* .slick-dots {
   bottom: 50px;
   width: 90%;
 } */

._left,
._right {
  top: 50%;
  z-index: 1000;
  -webkit-font-smoothing: antialiased;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  touch-action: manipulation;
  margin: 0;
  border-radius: 0;
  font-weight: inherit;
  letter-spacing: 0.01em !important;
  line-height: 0;
  position: absolute;
  width: 30px;
  height: 30px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  /* right: 30%; */
  display: block;
}

._right {
  right: -5%;
}

._left {
  left: -5%;
}

@media only screen and (max-width: 1024px) {
  ._right {
    right: -2%;
  }
  ._left {
    left: -2%;
  }
}

@media only screen and (max-width: 600px) {
  ._right {
    right: 0;
  }
  ._left {
    left: 0;
  }
}

._1ycOA {
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
  --polaris-version-number: "4.27.0";
  --polaris-animation-skeleton-shimmer: polaris-SkeletonShimmerAnimation;
  --toast-translate-y-out: 15rem;
  --toast-translate-y-in: 0;
  --global-ribbon-height: 0px;
  --p-text-subdued: #6d7175;
  --p-card-shadow: 0 0.2rem 0.4rem #dfe3e8;
  --top-bar-background: #00848e;
  --top-bar-background-lighter: #1d9ba4;
  --top-bar-color: #f9fafb;
  --p-frame-offset: 0px;
  font-family: -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI,
    Roboto, Helvetica Neue, sans-serif;
  cursor: pointer;
  box-sizing: border-box;
  fill: #292824;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 1px rgba(66, 71, 76, 0.45), 0 2px 1px rgba(0, 0, 0, 0.05);
}

.np-carousel-fading-right {
  height: 100%;
  width: 15%;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(
    270deg,
    #ffffff 9.49%,
    rgba(255, 255, 255, 0) 100%
  );
  pointer-events: none;
}

.np-carousel-fading-left {
  height: 100%;
  width: 15%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    90deg,
    #ffffff 9.49%,
    rgba(255, 255, 255, 0) 100%
  );
  pointer-events: none;
}

.my-courses-carousel {
  display: none;
}
.np-card-container {
  z-index: unset;
}

/* styles for _cards_course */
.course-description {
  font-size: 12px;
  color: #212529;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-inline-box;
  /* number of lines to show */
  max-height: 3.6em;
  line-height: 1.2em;
  -webkit-box-orient: vertical;
  min-height: 3.3em !important;
}

.course-category {
  background-color: gainsboro;
  padding: 4px 6px;
  font-size: 12px;
  border-radius: 4px;
  margin-right: 4px;
}

.np-card-image-container {
  position: relative;
}

.np-card-image-container-image {
  position: relative;
  width: 100%;
  height: auto;
  clear: both;
  border-radius: 4px 4px 0 0;
}

.np-card-image-container-video {
  display: inline;
  width: 300px;
  height: 169px;
  position: absolute;
  left: -20px;
  bottom: 0;
  pointer-events: none;
}

.progress {
  border-radius: 10px;
}

.progress-wrapper {
  overflow: hidden;
  margin-top: 16px;
}
.courses-status {
  font-weight: 500;
  margin-left: 15px;
}
.first-progress {
  float: left;
  width: 50%;
}

.second-progress {
  float: right;
}

.continue-button {
  background-color: DarkTurquoise;
  border-color: DarkTurquoise;
  font-weight: 500;
  font-size: 1em;
  float: right;
}

.enroll-now-button {
  background-color: DarkTurquoise;
  border-color: DarkTurquoise;
  font-weight: 500;
  font-size: 1em;
  width: max-content;
  margin-bottom: 2.5px;
}

.enrollnow-progress {
  margin-top: 16px;
}

.completion-info {
  padding-top: 5px;
  font-weight: 500;
}

.completed-progress {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}

.completed-progress-bar {
  background-color: #ceefed;
  color: #1b1b1b;
  font-size: 1em;
  display: flex;
  border-radius: 6px;
  justify-content: space-between;
  width: max-content;
}

.completed-progress-bar-left {
  padding: 0.5rem 0.5rem;
  align-self: center;
}

.completed-progress-button {
  background-color: #1b1b1b;
  color: white;
  border-radius: 4px;
  height: 80%;
  align-self: center;
  padding: 0.3rem;
  font-size: 0.85em;
  margin-right: 0.5rem;
}

.completed-progress-button:hover {
  background-color: #0b5ed7;
  color: white;
}
.cards-course-size {
  /* height: 50px; */
  overflow: clip;
}

/* styles for _cards_course */

/* styles for _cards_training_event_custom */
.training-event-card:hover {
  opacity: 0.6;
}
.col-xs-8 {
  flex-basis: 55%;
}

.np-card-content-title {
  height: 55px;
}
/* styles for _cards_training_event_custom */

.np-training-events
  .np-card-training-session-date-bar.np-button-background-color,
.np-training-events .np-card-training-sessions .np-button,
.np-training-session .np-training-session-cta .np-button,
#learning-path-desktop .row .col-xs-12 .np-top-cta .np-button{
  background-color: #5ac8c4;
}

#learning-path-desktop .row .col-xs-12 .np-top-cta .np-top-cta-progress-content .np-progress-bar-container .np-card-progress-bar {
  background-color: #0b5ed7
}

#learning-path-desktop .row .col-xs-12 .np-top-cta .np-top-cta-progress-content .np-top-cta-progress-text, 
.np-learning-path-outline-progress {
  color: #0b5ed7 !important;
}

/* styles for category pages */

@media (max-width: 540px) {
  .collections-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .collection-button,
  #first-collection-button,
  #second-collection-button,
  #third-collection-button {
    font-size: 0.8rem !important;
    width: auto;
  }
}

@media (min-width: 540px) and (max-width: 991px) {
  .collection-button,
  #first-collection-button,
  #second-collection-button,
  #third-collection-button {
    font-size: 0.8rem !important;
    width: auto;
  }
}

.subcategory-browse {
  color: #484848;
}

.category-header {
  width: 100%;
  color: red;
  display: flex;
  margin-bottom: 3rem;
  color: #1b1b1b;
}

.category-header-container {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.category-header-container-logo {
  margin-top: 7rem;
  width: 30%;
  object-fit: contain;
}

.bold {
  font-weight: 700;
}

.category-header-container-h1,
#category-header-container-h1 {
  font-size: 48px;
  font-weight: bold;
  letter-spacing: -0.8px;
  line-height: 1.3;
  margin: 20px 0;
}

.category-header-container-h2-desktop,
#category-header-container-h2-desktop {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.35px;
  line-height: 1.2;
  margin: 10px 0;
  width: 90%;
}

.category-header-container-h3,
#category-header-container-h3 {
  font-size: 16px;
  line-height: 1.37;
  width: 90%;
}

.category-header-image,
#category-header-image {
  width: 50%;
  object-fit: contain;
  height: auto;
  margin-top: 3rem;
}

.collection-headline,
#first-expanded-collection-headline,
#second-expanded-collection-headline,
#third-expanded-collection-headline {
  font-size: 1.3em;
  font-weight: 700;
  padding-top: 20px;
}

.collection-desc,
#first-expanded-collection-description,
#second-expanded-collection-description,
#third-expanded-collection-description {
  font-size: 0.9em;
}

.category-subcategories,
#first-expanded-collection,
#second-expanded-collection,
#third-expanded-collection {
  display: none;
}

.category-figure {
  width: 95%;
  border-radius: 20px;
  color: white;
}

.category-subcategories-img,
#first-category-image,
#second-category-image,
#third-category-image {
  filter: brightness(85%);
  border-radius: 20px !important;
}

.top-left-text {
  position: absolute;
  left: 5%;
  right: 50%;
  top: 10%;
  z-index: 1;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .top-left-text {
    right: 30%;
  }
}

.bottom-left-text-button {
  position: absolute;
  left: 5%;
  right: 55%;
  bottom: 10%;
  z-index: 1;
}

.collection-name,
#first-collection-name,
#second-collection-name,
#third-collection-name {
  font-size: 1em;
  font-weight: 600;
}

.desc,
#first-collection-description,
#second-collection-description,
#third-collection-description {
  font-size: 0.75em;
  margin-top: -10px;
}

.category-figure {
  position: relative;
  text-align: left;
}

.videos-quantity,
#first-collection-courses-quantity,
#second-collection-courses-quantity,
#third-collection-courses-quantity {
  font-size: 0.75em;
  font-weight: 500;
  padding-left: 3px;
  margin-bottom: 5px;
}

.btn-light {
  font-size: 0.8em !important;
  font-weight: 500 !important;
}

.slick-dots {
  position: relative !important;
  bottom: 0 !important;
}
.slick-dotted.slick-slider {
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  .desc,
  #first-collection-description,
  #second-collection-description,
  #third-collection-description {
    display: none;
  }
}

.category-header-container-h2-mobile,
#category-header-container-h2-mobile {
  display: none;
}
@media (max-width: 700px) {
  .category-header-container-h2-desktop,
  #category-header-container-h2-desktop {
    display: none;
  }

  .category-header-container-h2-mobile,
  #category-header-container-h2-mobile {
    display: block;
    font-size: 15px;
    margin: 0;
  }
}

@media (max-width: 540px) {
  .category-header-container-h1,
  #category-header-container-h1 {
    font-size: 30px;
  }

  .category-header-image,
  #category-header-image {
    object-fit: cover;
    object-position: 0%;
    height: 200px;
    width: 200px;
  }
  .category-header {
    margin-bottom: 40px;
  }
  .mobile-collection {
    margin-bottom: 1rem !important;
  }
  .card-img-top {
    object-fit: cover;
    height: 180px;
  }
  .card-section {
    width: auto !important;
  }
}

.div-filter {
  background-color: gray;
}

.category-subcategories-filter,
#first-expanded-collection-filters-container,
#second-expanded-collection-filters-container,
#third-expanded-collection-filters-container {
  border: 0;
}

.category-subcategories-buttons,
.collection-filter-button-underline {
  color: black;
}

.category-subcategories-buttons:after,
.collection-filter-button-underline:after {
  content: " ";
  display: block;
  width: 75%;
  height: 0.2em;
  background-color: #0178d4;
  border-radius: 10px;
  margin-left: 0;
}

.category-subcategories-custom,
.collection-filter-button {
  padding: 0;
  border: none;
  background: none;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: 600;
}

.category-alert-custom,
#first-expanded-collection-filters-container,
#second-expanded-collection-filters-container,
#third-expanded-collection-filters-container {
  background-color: #f8f4f4;
  border-radius: 10px;
}

.focus-category,
.focused-collection {
  box-shadow: 15px 15px 30px #363a3a, -15px -15px 30px #a5a5a5;
}

@media (max-width: 540px) {
  .collection-button,
  #first-collection-button,
  #second-collection-button,
  #third-collection-button {
    font-size: 10px;
    width: 80px;
  }
  .category-subcategories-custom,
  .collection-filter-button {
    font-size: 12px;
  }
}

@media (max-width: 500px) {
  .slick-list {
    padding: 0 20% 0 0 !important;
  }
}
/* styles for category pages */
