/*!****************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./apps/frontend/resources/less/Constellation/Catalog/ChallengeTemplate.less ***!
  \****************************************************************************************************************************************************************************************************************************/
#main-container {
  background-color: var(--default-bg-2);
}
@media screen and (min-width: 769px) {
  .public-catalog {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1081px) {
  .public-catalog {
    padding-top: 100px;
  }
}
.const-catalog-container {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 10px 10px 0;
  min-width: 375px;
  flex: 1;
}
@media screen and (min-width: 500px) {
  .const-catalog-container {
    padding: 20px 40px 0;
  }
}
.const-challenge-template-container {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}
.const-challenge-template-container .type-row {
  padding: 20px 20px 0 20px;
  display: flex;
}
.const-challenge-template-container .type-row .type {
  margin: auto auto auto 0;
}
.const-challenge-template-container .type-row .type svg {
  margin-right: 10px;
}
.const-challenge-template-container .type-row .delete-button {
  margin: auto 0 auto auto;
}
.const-challenge-template-container .reading-template {
  border-radius: 8px;
  background-color: var(--default-bg);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  flex-basis: 450px;
  flex-grow: 2;
  display: flex;
  flex-flow: column wrap;
  box-sizing: border-box;
  margin: 15px;
}
.const-challenge-template-container .reading-template.teacher--disabled {
  opacity: 0.5;
}
.const-challenge-template-container .reading-template .image-row {
  display: flex;
  min-height: 150px;
  max-height: 150px;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: var(--default-bg);
  border-radius: 8px 8px 0 0;
}
.const-challenge-template-container .reading-template .image-row .image-placeholder {
  position: absolute;
  background-color: var(--primary-text-3-dark);
  width: 100%;
  height: 100%;
  border-radius: 8px 8px 0 0;
  display: flex;
}
.const-challenge-template-container .reading-template .image-row .image-placeholder svg {
  font-size: 4em;
  color: var(--primary-text-1);
  margin: auto;
}
.const-challenge-template-container .reading-template .image-row img {
  min-height: 150px;
  max-height: 150px;
  width: 100%;
  border-radius: 8px 8px 0 0;
  object-fit: cover;
}
.const-challenge-template-container .reading-template .image-row img:not(.loaded) {
  opacity: 0;
}
.const-challenge-template-container .reading-template .title-row {
  padding: 10px 20px 20px 20px;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  color: var(--reading-challenge);
  justify-content: space-between;
}
.const-challenge-template-container .reading-template .title-row .template--subject {
  color: rgba(147, 119, 241, 0.7);
  font-size: 0.65em;
  font-style: italic;
}
.const-challenge-template-container .reading-template .title-row .template--subject .subject {
  color: #9377f1;
  margin-left: 3px;
  display: inline;
}
.const-challenge-template-container .reading-template .title-row .template--subject :nth-of-type(4n + 0) {
  color: #ad71e9;
}
.const-challenge-template-container .reading-template .title-row .template--subject :nth-of-type(4n + 1) {
  color: #c86ce2;
}
.const-challenge-template-container .reading-template .title-row .template--subject :nth-of-type(4n + 2) {
  color: #e266da;
}
.const-challenge-template-container .reading-template .title-row .template--subject :nth-of-type(4n + 3) {
  color: #9377f1;
}
.const-challenge-template-container .reading-template .title-row .title-section {
  display: flex;
  flex-direction: column;
}
.const-challenge-template-container .reading-template .title-row .title-section .template--type {
  font-size: 0.85em;
  font-weight: bolder;
}
.const-challenge-template-container .reading-template .title-row .title-section .template--type .type {
  margin-left: 5px;
}
.const-challenge-template-container .reading-template .title-row .title-section .template--type .special-mode {
  margin-left: 15px;
  color: rgba(130, 116, 177, 0.8);
  font-style: italic;
}
.const-challenge-template-container .reading-template .title-row .title-section .template--type .challenge-number {
  margin-left: 15px;
  background-color: rgba(179, 85, 98, 0.8);
  color: var(--default-color-2);
  font-weight: 700;
  padding: 5px 8px;
  border-radius: 10px;
}
.const-challenge-template-container .reading-template .title-row .title-section .template--title {
  padding: 5px 0;
  display: flex;
}
.const-challenge-template-container .reading-template .title-row .title-section .template--title .title {
  margin: auto auto auto 0;
  padding: 0;
}
.const-challenge-template-container .reading-template .title-row .additional-infos-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-size: 0.85em;
  font-weight: bolder;
  color: var(--default-color);
  opacity: 0.6;
  text-transform: uppercase;
}
.const-challenge-template-container .reading-template .title-row .additional-infos-section .language {
  margin: 0 auto;
}
.const-challenge-template-container .reading-template .title-row .additional-infos-section .template-link {
  margin: auto;
  font-size: 25px;
  color: var(--reading-challenge);
  filter: brightness(0.8);
  cursor: pointer;
}
.const-challenge-template-container .reading-template .title-row .additional-infos-section .template-link p {
  margin: auto;
}
.const-challenge-template-container .reading-template .title-row .additional-infos-section .template-link:hover {
  color: var(--reading-challenge);
  filter: brightness(0.5);
}
.const-challenge-template-container .reading-template .title-row .additional-infos-section .template-link:active {
  color: var(--reading-challenge);
  filter: brightness(0.5);
}
.const-challenge-template-container .reading-template .title-row .additional-infos-section .template-link ::selection {
  color: var(--reading-challenge);
  filter: brightness(0.5);
}
.const-challenge-template-container .reading-template .separator {
  border-bottom: 1px solid var(--line-separator);
}
.const-challenge-template-container .reading-template .description {
  padding: 20px;
  opacity: 0.8;
  min-height: 100px;
}
.const-challenge-template-container .reading-template .associations-row {
  padding: 0 10px 20px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.const-challenge-template-container .reading-template .associations-row .association {
  border: 1px solid #dd813f;
  color: #dd813f;
  font-weight: bold;
  margin: 5px 10px;
  border-radius: 5px;
  text-align: center;
  padding: 8px 15px;
}
.const-challenge-template-container .reading-template .associations-row :nth-of-type(4n + 0) {
  border: 1px solid #e57964;
  color: #e57964;
}
.const-challenge-template-container .reading-template .associations-row :nth-of-type(4n + 1) {
  border: 1px solid #ed7189;
  color: #ed7189;
}
.const-challenge-template-container .reading-template .associations-row :nth-of-type(4n + 2) {
  border: 1px solid #f468ad;
  color: #f468ad;
}
.const-challenge-template-container .reading-template .associations-row :nth-of-type(4n + 3) {
  border: 1px solid #dd813f;
  color: #dd813f;
}
.const-challenge-template-container .reading-template .button-row {
  padding: 0 20px 20px 20px;
  margin: auto 0 0 0;
}
.const-challenge-template-container .reading-template .button-row a {
  width: 100%;
}
.const-challenge-template-container .reading-template .button-row a div {
  margin: auto !important;
}
.const-challenge-template-container .reading-template .support-row {
  display: inline-flex;
}
.const-challenge-template-container .reading-template .support-row .update-content-button {
  flex-shrink: 10;
  margin: auto 5px auto 0;
}
.const-challenge-template-container .reading-template .support-row .update-content-button svg {
  margin: auto !important;
}
.const-challenge-template-container .reading-template .support-row .edit-button {
  flex-grow: 10;
  margin: auto 0 auto 5px;
}
.const-challenge-template-container .writing-template {
  border-radius: 8px;
  background-color: var(--default-bg);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  flex-basis: 450px;
  flex-grow: 2;
  display: flex;
  flex-flow: column wrap;
  box-sizing: border-box;
  margin: 15px;
}
.const-challenge-template-container .writing-template.teacher--disabled {
  opacity: 0.5;
}
.const-challenge-template-container .writing-template .image-row {
  display: flex;
  min-height: 150px;
  max-height: 150px;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: var(--default-bg);
  border-radius: 8px 8px 0 0;
}
.const-challenge-template-container .writing-template .image-row .image-placeholder {
  position: absolute;
  background-color: var(--primary-text-3-dark);
  width: 100%;
  height: 100%;
  border-radius: 8px 8px 0 0;
  display: flex;
}
.const-challenge-template-container .writing-template .image-row .image-placeholder svg {
  font-size: 4em;
  color: var(--primary-text-1);
  margin: auto;
}
.const-challenge-template-container .writing-template .image-row img {
  min-height: 150px;
  max-height: 150px;
  width: 100%;
  border-radius: 8px 8px 0 0;
  object-fit: cover;
}
.const-challenge-template-container .writing-template .image-row img:not(.loaded) {
  opacity: 0;
}
.const-challenge-template-container .writing-template .title-row {
  padding: 10px 20px 20px 20px;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  color: var(--writing-challenge);
  justify-content: space-between;
}
.const-challenge-template-container .writing-template .title-row .template--subject {
  color: rgba(147, 119, 241, 0.7);
  font-size: 0.65em;
  font-style: italic;
}
.const-challenge-template-container .writing-template .title-row .template--subject .subject {
  color: #9377f1;
  margin-left: 3px;
  display: inline;
}
.const-challenge-template-container .writing-template .title-row .template--subject :nth-of-type(4n + 0) {
  color: #ad71e9;
}
.const-challenge-template-container .writing-template .title-row .template--subject :nth-of-type(4n + 1) {
  color: #c86ce2;
}
.const-challenge-template-container .writing-template .title-row .template--subject :nth-of-type(4n + 2) {
  color: #e266da;
}
.const-challenge-template-container .writing-template .title-row .template--subject :nth-of-type(4n + 3) {
  color: #9377f1;
}
.const-challenge-template-container .writing-template .title-row .title-section {
  display: flex;
  flex-direction: column;
}
.const-challenge-template-container .writing-template .title-row .title-section .template--type {
  font-size: 0.85em;
  font-weight: bolder;
}
.const-challenge-template-container .writing-template .title-row .title-section .template--type .type {
  margin-left: 5px;
}
.const-challenge-template-container .writing-template .title-row .title-section .template--type .special-mode {
  margin-left: 15px;
  color: rgba(130, 116, 177, 0.8);
  font-style: italic;
}
.const-challenge-template-container .writing-template .title-row .title-section .template--type .challenge-number {
  margin-left: 15px;
  background-color: rgba(179, 85, 98, 0.8);
  color: var(--default-color-2);
  font-weight: 700;
  padding: 5px 8px;
  border-radius: 10px;
}
.const-challenge-template-container .writing-template .title-row .title-section .template--title {
  padding: 5px 0;
  display: flex;
}
.const-challenge-template-container .writing-template .title-row .title-section .template--title .title {
  margin: auto auto auto 0;
  padding: 0;
}
.const-challenge-template-container .writing-template .title-row .additional-infos-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-size: 0.85em;
  font-weight: bolder;
  color: var(--default-color);
  opacity: 0.6;
  text-transform: uppercase;
}
.const-challenge-template-container .writing-template .title-row .additional-infos-section .language {
  margin: 0 auto;
}
.const-challenge-template-container .writing-template .title-row .additional-infos-section .template-link {
  margin: auto;
  font-size: 25px;
  color: var(--writing-challenge);
  filter: brightness(0.8);
  cursor: pointer;
}
.const-challenge-template-container .writing-template .title-row .additional-infos-section .template-link p {
  margin: auto;
}
.const-challenge-template-container .writing-template .title-row .additional-infos-section .template-link:hover {
  color: var(--writing-challenge);
  filter: brightness(0.5);
}
.const-challenge-template-container .writing-template .title-row .additional-infos-section .template-link:active {
  color: var(--writing-challenge);
  filter: brightness(0.5);
}
.const-challenge-template-container .writing-template .title-row .additional-infos-section .template-link ::selection {
  color: var(--writing-challenge);
  filter: brightness(0.5);
}
.const-challenge-template-container .writing-template .separator {
  border-bottom: 1px solid var(--line-separator);
}
.const-challenge-template-container .writing-template .description {
  padding: 20px;
  opacity: 0.8;
  min-height: 100px;
}
.const-challenge-template-container .writing-template .associations-row {
  padding: 0 10px 20px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.const-challenge-template-container .writing-template .associations-row .association {
  border: 1px solid #dd813f;
  color: #dd813f;
  font-weight: bold;
  margin: 5px 10px;
  border-radius: 5px;
  text-align: center;
  padding: 8px 15px;
}
.const-challenge-template-container .writing-template .associations-row :nth-of-type(4n + 0) {
  border: 1px solid #e57964;
  color: #e57964;
}
.const-challenge-template-container .writing-template .associations-row :nth-of-type(4n + 1) {
  border: 1px solid #ed7189;
  color: #ed7189;
}
.const-challenge-template-container .writing-template .associations-row :nth-of-type(4n + 2) {
  border: 1px solid #f468ad;
  color: #f468ad;
}
.const-challenge-template-container .writing-template .associations-row :nth-of-type(4n + 3) {
  border: 1px solid #dd813f;
  color: #dd813f;
}
.const-challenge-template-container .writing-template .button-row {
  padding: 0 20px 20px 20px;
  margin: auto 0 0 0;
}
.const-challenge-template-container .writing-template .button-row a {
  width: 100%;
}
.const-challenge-template-container .writing-template .button-row a div {
  margin: auto !important;
}
.const-challenge-template-container .writing-template .support-row {
  display: inline-flex;
}
.const-challenge-template-container .writing-template .support-row .update-content-button {
  flex-shrink: 10;
  margin: auto 5px auto 0;
}
.const-challenge-template-container .writing-template .support-row .update-content-button svg {
  margin: auto !important;
}
.const-challenge-template-container .writing-template .support-row .edit-button {
  flex-grow: 10;
  margin: auto 0 auto 5px;
}
@media (max-width: 992px) {
  .templates-panel .filters-row {
    padding-top: 20px;
  }
  .templates-panel .filters-row .filter-block {
    flex: 0 1 45%;
    padding: 5px 10px 5px 0;
  }
  .templates-panel .filters-row .filters-reset {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .public-catalog {
    margin: 0;
  }
  .public-catalog .filters-row {
    width: 100%;
    padding: 15px;
    margin: 0;
  }
  .public-catalog .filters-row .filter-block {
    flex: 1 0 100%;
    justify-content: space-between;
  }
  .public-catalog .filters-row .filters-reset {
    align-self: flex-end;
    margin-left: auto !important;
    margin-right: 10px !important;
  }
  .public-catalog .challenge-template-container .challenge-template {
    margin: 15px 0;
  }
  .public-catalog .challenge-template-container .challenge-template .title {
    font-size: 24px;
  }
}

/*!*************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./apps/frontend/resources/less/Troubadour/Catalog/ChallengeTemplate.less ***!
  \*************************************************************************************************************************************************************************************************************************/
body {
  overflow-x: hidden;
}
#main-container {
  background-color: var(--default-bg-2);
}
.catalog-promotion-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0;
  color: var(--tutorial-color-9);
  background-color: var(--tutorial-color-3);
  margin: 0;
  padding: 10px 40px;
}
.catalog-promotion-banner a {
  color: var(--tutorial-color-9);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration-line: underline;
}
.template-container {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.template-container .templates-panel {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.troub-catalog-container {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 20px 40px 0;
  min-width: 250px;
  flex: 1;
}
.troub-catalog-container .challenge-type-selection {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin: 0 0 15px;
  padding: 0;
}
@media screen and (min-width: 800px) {
  .troub-catalog-container .challenge-type-selection {
    justify-content: flex-end;
  }
}
.troub-catalog-container .challenge-creation-step-progression {
  position: absolute;
  top: 20px;
  color: var(--troubadour-main-5);
  font-size: clamp(12px, 2vw, 18px);
  font-weight: 800;
}
.troub-catalog-container .create-challenge-title {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: var(--troubadour-main);
  font-size: clamp(24px, 4vw, 58px);
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 2.32px;
  margin: 20px 0;
  text-transform: none;
  gap: 10px;
}
.troub-catalog-container .create-challenge-title::before {
  content: "";
  width: 10%;
  min-width: 48px;
  max-width: 125px;
  aspect-ratio: 143 / 133;
  background-image: url("https://constellation-backend-images.s3.ca-central-1.amazonaws.com/production/interfaces/troub-challenge-book-add.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.troub-catalog-container .form-panel {
  margin: 0 0 40px;
}
@media screen and (max-width: 799px) {
  .troub-catalog-container {
    padding: 20px 20px 0;
  }
}
.catalog-filters {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto 10px;
  gap: 10px 20px;
}
@media screen and (min-width: 1024px) {
  .catalog-filters {
    justify-content: flex-start;
  }
}
.catalog-filters .filter-option .dropdown img {
  width: 27px;
}
.catalog-filters .filter-option .dropdown .dropdown-button {
  padding: 10px;
  border-radius: 10px;
  margin: 0;
  padding: 0 10px;
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 40px;
  color: var(--default-color-4);
  border: 2px solid var(--default-bg);
  background-color: var(--default-bg);
  box-shadow: var(--dropshadow);
  white-space: nowrap;
}
.catalog-filters .filter-option .dropdown .dropdown-menu img {
  display: none;
}
.catalog-filters .filter-option .dropdown .dropdown-menu li a {
  color: var(--default-color-3) !important;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}
.catalog-filters .filter-option .dropdown .dropdown-menu li a:hover:not(.filter-active) {
  color: var(--default-color-2) !important;
  background-color: var(--troubadour-main-6) !important;
  opacity: 0.5 !important;
}
.catalog-filters .filter-option .dropdown .dropdown-menu li a.filter-active {
  color: var(--default-color-2) !important;
  background-color: var(--troubadour-main-6) !important;
  opacity: 1 !important;
}
.catalog-filters .actions-container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
  gap: 10px 20px;
}
.catalog-filters .actions-container .concepts-option a,
.catalog-filters .actions-container .filters-reset a {
  display: inline-block;
  color: var(--troubadour-main-13);
  font-size: clamp(14px, 1.5vw, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  background: var(--default-bg);
  margin: 0;
  padding: 0 10px;
  border-radius: 10px;
  border: 2px solid var(--troubadour-main-13);
  box-shadow: var(--dropshadow);
  white-space: nowrap;
  user-select: none;
}
.catalog-filters .actions-container .concepts-option a:hover,
.catalog-filters .actions-container .filters-reset a:hover {
  color: var(--default-bg);
  background-color: var(--troubadour-main-13);
}
.catalog-filters .actions-container .concepts-option {
  margin: 0;
  padding: 0;
}
.catalog-filters .actions-container .filters-reset {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: none;
  border: none;
  box-shadow: none;
  margin: 0 !important;
  padding: 0 !important;
}
.troub-challenge-template-container {
  width: 100%;
  min-width: 250px;
  margin: 0 auto 40px;
  padding: 0;
  border-radius: 20px;
  flex: 1;
}
@media screen and (min-width: 500px) {
  .troub-challenge-template-container:not(.is-support) {
    min-width: 410px;
    padding: 30px;
    background-color: var(--default-bg);
    box-shadow: var(--dropshadow);
  }
}
@media screen and (min-height: 720px) {
  .troub-challenge-template-container:not(.is-support) {
    margin-bottom: 0;
    padding-bottom: 100px;
  }
}
.troub-challenge-template-container .troub-challenge-templates {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  max-width: 2400px;
  margin: 0 auto;
}
@media screen and (min-width: 1040px) {
  .troub-challenge-template-container .troub-challenge-templates {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-auto-rows: auto;
  }
}
@media screen and (min-width: 1400px) {
  .troub-challenge-template-container .troub-challenge-templates {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1900px) {
  .troub-challenge-template-container .troub-challenge-templates {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 2400px) {
  .troub-challenge-template-container .troub-challenge-templates {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 3000px) {
  .troub-challenge-template-container .troub-challenge-templates {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
.troub-challenge-template-container .troub-challenge-templates .reading-template {
  border-radius: 8px;
  background-color: var(--default-bg);
  box-shadow: var(--dropshadow);
  display: flex;
  flex: 1 1 13.333%;
  flex-flow: column wrap;
  box-sizing: border-box;
  margin: 0;
  min-width: 250px;
  max-width: 520px;
}
.troub-challenge-template-container .troub-challenge-templates .reading-template.teacher--disabled {
  opacity: 0.5;
}
.troub-challenge-template-container .troub-challenge-templates .reading-template .banner-section {
  position: relative;
  width: 100%;
  max-width: 520px;
  aspect-ratio: 350 / 100;
  background-color: var(--default-bg);
  border-radius: 8px 8px 0 0;
  margin: 0 0 10px;
}
.troub-challenge-template-container .troub-challenge-templates .reading-template .banner-section .image-placeholder {
  position: absolute;
  background-color: var(--primary-text-3-dark);
  width: 100%;
  height: 100%;
  border-radius: 8px 8px 0 0;
  display: flex;
}
.troub-challenge-template-container .troub-challenge-templates .reading-template .banner-section .image-placeholder svg {
  font-size: 4em;
  color: var(--primary-text-1);
  margin: auto;
}
.troub-challenge-template-container .troub-challenge-templates .reading-template .banner-section img {
  display: block;
  width: 100%;
  border-radius: 8px 8px 0 0;
  image-rendering: pixelated;
  aspect-ratio: 350 / 100;
}
.troub-challenge-template-container .troub-challenge-templates .reading-template .banner-section img:not(.loaded) {
  opacity: 0;
}
.troub-challenge-template-container .troub-challenge-templates .reading-template .title-section {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  margin: 0 0 10px;
}
.troub-challenge-template-container .troub-challenge-templates .reading-template .title-section .template-title {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  height: 60px;
  gap: 20px;
}
.troub-challenge-template-container .troub-challenge-templates .reading-template .title-section .template-title .title {
  display: -webkit-box;
  color: var(--troubadour-main-6);
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3em;
  text-transform: none;
  margin: 0;
  flex: 1;
}
.troub-challenge-template-container .troub-challenge-templates .reading-template .title-section .template-title .additional-infos-section {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  font-size: 0.85em;
  font-weight: bolder;
  color: var(--default-color);
  opacity: 0.6;
  text-transform: uppercase;
  gap: 15px;
}
.troub-challenge-template-container .troub-challenge-templates .reading-template .title-section .template-title .additional-infos-section .challenge-number {
  color: var(--default-color-2);
  font-weight: 700;
  padding: 5px 8px;
  border-radius: 10px;
  background-color: rgba(179, 85, 98, 0.8);
}
.troub-challenge-template-container .troub-challenge-templates .reading-template .title-section .template-subject {
  color: rgba(147, 119, 241, 0.7);
  font-size: 0.65em;
  font-style: italic;
}
.troub-challenge-template-container .troub-challenge-templates .reading-template .title-section .template-subject .subject {
  color: #9377f1;
  margin-left: 3px;
  display: inline;
}
.troub-challenge-template-container .troub-challenge-templates .reading-template .title-section .template-subject :nth-of-type(4n + 0) {
  color: #ad71e9;
}
.troub-challenge-template-container .troub-challenge-templates .reading-template .title-section .template-subject :nth-of-type(4n + 1) {
  color: #c86ce2;
}
.troub-challenge-template-container .troub-challenge-templates .reading-template .title-section .template-subject :nth-of-type(4n + 2) {
  color: #e266da;
}
.troub-challenge-template-container .troub-challenge-templates .reading-template .title-section .template-subject :nth-of-type(4n + 3) {
  color: #9377f1;
}
.troub-challenge-template-container .troub-challenge-templates .reading-template .description-row {
  padding: 0 20px;
  min-height: 100px;
  color: var(--default-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3em;
  margin: 0 0 20px;
  flex: 1;
}
.troub-challenge-template-container .troub-challenge-templates .reading-template .concepts-row {
  margin: 0 0 20px;
}
.troub-challenge-template-container .troub-challenge-templates .reading-template .concepts-row .concepts-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0 20px;
  gap: 5px;
}
.troub-challenge-template-container .troub-challenge-templates .reading-template .concepts-row .concepts-list .concept-item {
  cursor: pointer;
  display: inline-block;
  color: var(--item-color);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 23px;
  background: var(--default-bg);
  margin: 0;
  padding: 0 10px;
  border-radius: 10px;
  border: 2px solid var(--item-color);
  user-select: none;
  white-space: nowrap;
  max-width: 160px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.troub-challenge-template-container .troub-challenge-templates .reading-template .concepts-row .concepts-list .concept-item:hover {
  color: var(--default-bg);
  background-color: var(--item-color);
}
@media screen and (min-width: 800px) {
  .troub-challenge-template-container .troub-challenge-templates .reading-template .concepts-row .concepts-list .concept-item {
    max-width: 300px;
  }
}
.troub-challenge-template-container .troub-challenge-templates .reading-template .associations-row {
  margin: 0 0 20px;
}
.troub-challenge-template-container .troub-challenge-templates .reading-template .associations-row .associations-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0 20px;
  border: none !important;
  gap: 5px;
}
.troub-challenge-template-container .troub-challenge-templates .reading-template .associations-row .association {
  cursor: pointer;
  display: inline-block;
  color: #dd813f;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 23px;
  margin: 0;
  padding: 0 10px;
  border-radius: 10px;
  border: 2px solid #dd813f;
  white-space: nowrap;
  user-select: none;
}
.troub-challenge-template-container .troub-challenge-templates .reading-template .associations-row :nth-child(4n + 0) {
  border: 2px solid #e57964;
  color: #e57964;
}
.troub-challenge-template-container .troub-challenge-templates .reading-template .associations-row :nth-child(4n + 1) {
  border: 2px solid #ed7189;
  color: #ed7189;
}
.troub-challenge-template-container .troub-challenge-templates .reading-template .associations-row :nth-child(4n + 2) {
  border: 2px solid #f468ad;
  color: #f468ad;
}
.troub-challenge-template-container .troub-challenge-templates .reading-template .associations-row :nth-child(4n + 3) {
  border: 2px solid #dd813f;
  color: #dd813f;
}
.troub-challenge-template-container .troub-challenge-templates .reading-template .button-group {
  display: flex;
  justify-content: flex-end;
  margin: auto 0 0 0;
  padding: 0 20px 20px;
}
.troub-challenge-template-container .troub-challenge-templates .writing-template {
  border-radius: 8px;
  background-color: var(--default-bg);
  box-shadow: var(--dropshadow);
  display: flex;
  flex: 1 1 13.333%;
  flex-flow: column wrap;
  box-sizing: border-box;
  margin: 0;
  min-width: 250px;
  max-width: 520px;
}
.troub-challenge-template-container .troub-challenge-templates .writing-template.teacher--disabled {
  opacity: 0.5;
}
.troub-challenge-template-container .troub-challenge-templates .writing-template .banner-section {
  position: relative;
  width: 100%;
  max-width: 520px;
  aspect-ratio: 350 / 100;
  background-color: var(--default-bg);
  border-radius: 8px 8px 0 0;
  margin: 0 0 10px;
}
.troub-challenge-template-container .troub-challenge-templates .writing-template .banner-section .image-placeholder {
  position: absolute;
  background-color: var(--primary-text-3-dark);
  width: 100%;
  height: 100%;
  border-radius: 8px 8px 0 0;
  display: flex;
}
.troub-challenge-template-container .troub-challenge-templates .writing-template .banner-section .image-placeholder svg {
  font-size: 4em;
  color: var(--primary-text-1);
  margin: auto;
}
.troub-challenge-template-container .troub-challenge-templates .writing-template .banner-section img {
  display: block;
  width: 100%;
  border-radius: 8px 8px 0 0;
  image-rendering: pixelated;
  aspect-ratio: 350 / 100;
}
.troub-challenge-template-container .troub-challenge-templates .writing-template .banner-section img:not(.loaded) {
  opacity: 0;
}
.troub-challenge-template-container .troub-challenge-templates .writing-template .title-section {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  margin: 0 0 10px;
}
.troub-challenge-template-container .troub-challenge-templates .writing-template .title-section .template-title {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  height: 60px;
  gap: 20px;
}
.troub-challenge-template-container .troub-challenge-templates .writing-template .title-section .template-title .title {
  display: -webkit-box;
  color: var(--troubadour-main-6);
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3em;
  text-transform: none;
  margin: 0;
  flex: 1;
}
.troub-challenge-template-container .troub-challenge-templates .writing-template .title-section .template-title .additional-infos-section {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  font-size: 0.85em;
  font-weight: bolder;
  color: var(--default-color);
  opacity: 0.6;
  text-transform: uppercase;
  gap: 15px;
}
.troub-challenge-template-container .troub-challenge-templates .writing-template .title-section .template-title .additional-infos-section .challenge-number {
  color: var(--default-color-2);
  font-weight: 700;
  padding: 5px 8px;
  border-radius: 10px;
  background-color: rgba(179, 85, 98, 0.8);
}
.troub-challenge-template-container .troub-challenge-templates .writing-template .title-section .template-subject {
  color: rgba(147, 119, 241, 0.7);
  font-size: 0.65em;
  font-style: italic;
}
.troub-challenge-template-container .troub-challenge-templates .writing-template .title-section .template-subject .subject {
  color: #9377f1;
  margin-left: 3px;
  display: inline;
}
.troub-challenge-template-container .troub-challenge-templates .writing-template .title-section .template-subject :nth-of-type(4n + 0) {
  color: #ad71e9;
}
.troub-challenge-template-container .troub-challenge-templates .writing-template .title-section .template-subject :nth-of-type(4n + 1) {
  color: #c86ce2;
}
.troub-challenge-template-container .troub-challenge-templates .writing-template .title-section .template-subject :nth-of-type(4n + 2) {
  color: #e266da;
}
.troub-challenge-template-container .troub-challenge-templates .writing-template .title-section .template-subject :nth-of-type(4n + 3) {
  color: #9377f1;
}
.troub-challenge-template-container .troub-challenge-templates .writing-template .description-row {
  padding: 0 20px;
  min-height: 100px;
  color: var(--default-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3em;
  margin: 0 0 20px;
  flex: 1;
}
.troub-challenge-template-container .troub-challenge-templates .writing-template .concepts-row {
  margin: 0 0 20px;
}
.troub-challenge-template-container .troub-challenge-templates .writing-template .concepts-row .concepts-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0 20px;
  gap: 5px;
}
.troub-challenge-template-container .troub-challenge-templates .writing-template .concepts-row .concepts-list .concept-item {
  cursor: pointer;
  display: inline-block;
  color: var(--item-color);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 23px;
  background: var(--default-bg);
  margin: 0;
  padding: 0 10px;
  border-radius: 10px;
  border: 2px solid var(--item-color);
  user-select: none;
  white-space: nowrap;
  max-width: 160px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.troub-challenge-template-container .troub-challenge-templates .writing-template .concepts-row .concepts-list .concept-item:hover {
  color: var(--default-bg);
  background-color: var(--item-color);
}
@media screen and (min-width: 800px) {
  .troub-challenge-template-container .troub-challenge-templates .writing-template .concepts-row .concepts-list .concept-item {
    max-width: 300px;
  }
}
.troub-challenge-template-container .troub-challenge-templates .writing-template .associations-row {
  margin: 0 0 20px;
}
.troub-challenge-template-container .troub-challenge-templates .writing-template .associations-row .associations-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0 20px;
  border: none !important;
  gap: 5px;
}
.troub-challenge-template-container .troub-challenge-templates .writing-template .associations-row .association {
  cursor: pointer;
  display: inline-block;
  color: #dd813f;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 23px;
  margin: 0;
  padding: 0 10px;
  border-radius: 10px;
  border: 2px solid #dd813f;
  white-space: nowrap;
  user-select: none;
}
.troub-challenge-template-container .troub-challenge-templates .writing-template .associations-row :nth-child(4n + 0) {
  border: 2px solid #e57964;
  color: #e57964;
}
.troub-challenge-template-container .troub-challenge-templates .writing-template .associations-row :nth-child(4n + 1) {
  border: 2px solid #ed7189;
  color: #ed7189;
}
.troub-challenge-template-container .troub-challenge-templates .writing-template .associations-row :nth-child(4n + 2) {
  border: 2px solid #f468ad;
  color: #f468ad;
}
.troub-challenge-template-container .troub-challenge-templates .writing-template .associations-row :nth-child(4n + 3) {
  border: 2px solid #dd813f;
  color: #dd813f;
}
.troub-challenge-template-container .troub-challenge-templates .writing-template .button-group {
  display: flex;
  justify-content: flex-end;
  margin: auto 0 0 0;
  padding: 0 20px 20px;
}
.troub-challenge-template-container .pagination-row {
  min-width: 250px;
  margin: 30px 0 0 0;
  border: none;
  box-shadow: none;
  border-radius: 10px 10px 0 0;
}
.troub-challenge-template-container .pagination-row:not(.is-support) {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  z-index: 100;
}
.troub-challenge-template-container .pagination-row a {
  color: var(--troubadour-main-9);
  margin: 0 5px;
  padding: 6px 14px;
  width: 15px;
  height: 15px;
  font-size: 18px;
  border-radius: 50%;
}
.troub-challenge-template-container .pagination-row a:hover {
  color: var(--default-color-2);
  background-color: var(--troubadour-main-9);
}
.troub-challenge-template-container .pagination-row a .current {
  background-color: var(--troubadour-main);
}
@media screen and (max-width: 799px) {
  .troub-challenge-template-container .pagination-row:not(.is-support) .paginate_button:not(.current) {
    display: none;
  }
}
@media screen and (min-height: 720px) {
  .troub-challenge-template-container .pagination-row:not(.is-support) {
    width: calc(100% - 20px);
    margin: 0 0 0 10px !important;
  }
}
@media screen and (min-width: 500px) and (min-height: 720px) {
  .troub-challenge-template-container .pagination-row:not(.is-support) {
    width: calc(100% - 80px);
    margin-left: 40px !important;
  }
}
@media screen and (min-width: 769px) and (min-height: 720px) {
  .troub-challenge-template-container .pagination-row:not(.is-support) {
    width: calc(100% - 230px);
    margin-left: 190px !important;
  }
}
.paths-container {
  padding: 20px 40px 0;
}
.empty-catalog-placeholder {
  display: flex;
  height: 80vh;
}
.empty-catalog-placeholder h1 {
  margin: auto;
  color: var(--primary-text-1);
}

/*!**********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./apps/frontend/resources/less/components/Pagination.less ***!
  \**********************************************************************************************************************************************************************************************************/
.pagination-row {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  background-color: var(--default-bg);
  padding: 15px;
  margin-right: 15px;
  margin-left: 15px;
  display: flex;
  justify-content: center;
}
.pagination-row.hide {
  display: none;
}
.pagination-row span.disabled {
  pointer-events: none;
}
.pagination-row span.disabled a {
  color: var(--disabled);
}
.pagination-row a {
  text-decoration: none;
  padding: 6px 10px;
  margin: 0 3px;
  text-align: center;
  color: var(--default-color);
  font-size: 16px;
  font-weight: 700;
  border-radius: 6px;
  transition: background 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.pagination-row a:hover {
  background-color: var(--pagination-hover);
  color: var(--pagination-color);
  cursor: pointer;
}
.pagination-row a.current {
  color: var(--pagination-color);
  background: var(--pagination-bg);
}
.pagination-row a.current:hover {
  background-color: var(--pagination-bg);
  cursor: default;
}

/*!********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./apps/frontend/resources/less/Support/Troubadour/LearningPath.less ***!
  \********************************************************************************************************************************************************************************************************************/
.template-challenge-steps-section {
  display: flex;
  flex-direction: column;
}
.template-challenge-steps-section .challenge-step-container {
  flex: 1 1 100%;
  display: flex;
  flex-direction: row;
  margin: 20px 0 auto 0;
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 8px 12px;
}
.template-challenge-steps-section .challenge-step-container .summary-container {
  flex: 0 1 30%;
  margin: auto 20px auto 0;
  display: flex;
  flex-direction: column;
}
.template-challenge-steps-section .challenge-step-container .summary-container .template-name {
  margin: auto;
  width: 100%;
}
.template-challenge-steps-section .challenge-step-container .summary-container .challenge-step-occurrence {
  margin: auto;
  width: 100%;
  display: flex;
}
.template-challenge-steps-section .challenge-step-container .summary-container .challenge-step-occurrence .challenge-saturday-occurrence,
.template-challenge-steps-section .challenge-step-container .summary-container .challenge-step-occurrence .date-informations {
  flex: 0 1 50%;
  margin: 0 auto;
}
.template-challenge-steps-section .challenge-step-container .summary-container .challenge-step-occurrence .date-informations {
  display: flex;
  flex-direction: column;
  margin: auto 0 auto 20px;
}
.template-challenge-steps-section .challenge-step-container .summary-container .challenge-step-occurrence .date-informations label {
  margin: auto 0;
}
.template-challenge-steps-section .challenge-step-container .actions-container {
  flex: 0 1 70%;
  margin: auto 0 auto auto;
  display: flex;
  flex-wrap: wrap;
}
.template-challenge-steps-section .challenge-step-container .actions-container a {
  margin: auto 20px auto !important;
}
.template-challenge-steps-section .challenge-step-container h4 {
  font-size: 1.1em;
  margin-bottom: 0;
}
.template-challenge-steps-section .challenge-step-template-step {
  display: none;
}
.template-selection-popup .input-popup {
  display: flex;
  flex-direction: column;
}
.template-selection-popup .input-popup label,
.template-selection-popup .input-popup input {
  margin: auto;
  flex: 1 1 100%;
}
.template-selection-popup .input-popup input {
  width: 100%;
}
.template-selection-popup .table-section {
  max-height: 60vh;
  overflow-y: scroll;
}
.template-selection-popup .table-section a {
  text-decoration: none;
}
.template-selection-popup table {
  width: 100%;
}
.paths-list {
  display: flex;
  flex-direction: column;
}
.paths-list .learning-path {
  margin: 20px auto auto auto;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border);
  width: 100%;
  display: flex;
}
.paths-list .learning-path .path-name {
  flex: 1 1 40%;
  margin: auto auto auto 0;
}
.paths-list .learning-path .path-edition {
  flex: 1 1 20%;
  margin: auto;
}
.paths-list .learning-path .path-freemium {
  flex: 1 1 40%;
  margin: auto 0 auto auto;
  display: flex;
}
.paths-list .learning-path .path-freemium label {
  margin: auto 10px auto auto;
}
.paths-list .learning-path .path-freemium input {
  margin: auto 10px auto 0;
}

/*!********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./apps/frontend/resources/less/Troubadour/components/Nanopopup.less ***!
  \********************************************************************************************************************************************************************************************************************/
.troubadour-popup .close-button {
  color: var(--troubadour-main);
}
.troubadour-popup .title {
  font-family: FatFrank, sans-serif;
  color: var(--troubadour-main);
}
.troubadour-popup .main-text {
  text-align: center;
  opacity: 1;
  font-family: Sofia Pro, sans-serif;
  font-size: 24px;
  line-height: 28px;
}
.troubadour-popup .inputs-group {
  margin: 15px 0;
  width: 49%;
  display: inline-block;
}
.troubadour-popup .button-group .cancel-button {
  border: none;
}
.troubadour-popup .button-group .cancel-button:hover .button-text {
  color: var(--troubadour-main) !important;
}
.troubadour-popup .button-group .action-button:hover .button-text {
  color: var(--button-action) !important;
}
.troubadour-popup.newsletter-popup {
  padding: 0 !important;
  height: 725px !important;
  min-width: 35vw !important;
}
.troubadour-popup.newsletter-popup iframe {
  height: 99%;
}
@media screen and (max-width: 1368px) {
  .troubadour-popup.newsletter-popup {
    min-width: 50vw !important;
  }
}
@media screen and (max-width: 768px) {
  .troubadour-popup .inputs-group {
    width: 100%;
    display: block;
  }
  .troubadour-popup .button-group button {
    margin: 15px 0;
  }
  .troubadour-popup.newsletter-popup {
    width: 90%;
    max-width: 90% !important;
    min-width: 85% !important;
    left: 5% !important;
  }
}
@media screen and (max-width: 480px) {
  .troubadour-popup.newsletter-popup {
    width: 90%;
    max-width: 90% !important;
    min-width: 85vw !important;
    left: 5% !important;
  }
}

/*!******************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./apps/frontend/resources/less/Troubadour/Catalog/ChallengeConceptsPopup.less ***!
  \******************************************************************************************************************************************************************************************************************************/
.nanopopup.challenge-concepts-popup {
  color: var(--default-color);
  background-color: var(--default-bg);
  overflow: hidden;
}
.nanopopup.challenge-concepts-popup .close-container {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(-default-bg);
  left: 10px;
  top: 10px;
}
.nanopopup.challenge-concepts-popup .close-container i,
.nanopopup.challenge-concepts-popup .close-container svg {
  font-size: 25px;
  color: var(--troubadour-main);
}
.nanopopup.challenge-concepts-popup .close-container:hover {
  filter: brightness(1.1);
}
.nanopopup.challenge-concepts-popup .challenge-concepts-popup-content {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  height: 100%;
}
.nanopopup.challenge-concepts-popup .challenge-concepts-popup-content h2 {
  color: var(--troubadour-main);
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  line-height: 1em;
  margin: 0 0 20px;
  text-transform: none;
}
.nanopopup.challenge-concepts-popup .challenge-concepts-popup-content h3 {
  color: var(--default-color);
  text-align: center;
  font-size: 23px;
  font-style: normal;
  line-height: 1em;
  margin: 0 0 30px;
  text-transform: none;
}
.nanopopup.challenge-concepts-popup .challenge-concepts-popup-content .concepts-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0 20px 40px;
  flex: 1;
  overflow-y: auto;
  gap: 20px;
}
.nanopopup.challenge-concepts-popup .challenge-concepts-popup-content .concepts-list::-webkit-scrollbar {
  width: 8px;
}
.nanopopup.challenge-concepts-popup .challenge-concepts-popup-content .concepts-list::-webkit-scrollbar-thumb {
  background-color: var(--student-challenges-color-11);
  border-radius: 5px;
}
.nanopopup.challenge-concepts-popup .challenge-concepts-popup-content .concepts-list::-webkit-scrollbar-track {
  background-color: var(--student-challenges-color-21);
  border-radius: 5px;
}
@supports not selector(::-webkit-scrollbar) {
  .nanopopup.challenge-concepts-popup .challenge-concepts-popup-content .concepts-list {
    scrollbar-color: var(--student-challenges-color-11) var(--student-challenges-color-21);
    scrollbar-width: thin;
  }
}
.nanopopup.challenge-concepts-popup .challenge-concepts-popup-content .concepts-list .concept-item {
  position: relative;
  cursor: pointer;
  display: inline-block;
  color: var(--item-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
  background: var(--default-bg);
  margin: 0;
  padding: 0 10px;
  border-radius: 10px;
  border: 2px solid var(--item-color);
  white-space: nowrap;
  user-select: none;
}
.nanopopup.challenge-concepts-popup .challenge-concepts-popup-content .concepts-list .concept-item:hover:not(.selected) {
  color: var(--default-bg);
  background-color: var(--item-color);
}
.nanopopup.challenge-concepts-popup .challenge-concepts-popup-content .concepts-list .concept-item.selected {
  color: var(--default-bg);
  background-color: var(--item-color);
}
.nanopopup.challenge-concepts-popup .challenge-concepts-popup-content .concepts-list .concept-item.selected::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  width: 16px;
  height: 16px;
  padding: 2px;
  border-radius: 50%;
  background-color: var(--default-bg);
  box-shadow: var(--dropshadow);
  background-image: url(https://constellation-backend-images.s3.ca-central-1.amazonaws.com/production/icons/troub-times.svg);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
}


/*# sourceMappingURL=CCatalogList.0ca711e2d77d723d341d.css.map*/