@charset "UTF-8";
@font-face {
  font-family: IBMPlex-regular;
  src: url("/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: IBMPlex-medium;
  src: url("/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: IBMPlex-semibold;
  src: url("/assets/fonts/IBM_Plex_Sans/IBMPlexSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: IBMPlex-bold;
  src: url("/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
/* Sidebar */
/* Form */
/* All Card */
/* Main-Header */
/* Homepage */
/* Homepage--Card */
/* Page Funnel Pack */
/* Page Mes-projets */
/* Notif */
/* Page Toutes Rsc */
/* Modal */
/* Login Page */
/* AssetList Page */
/* Badge */
/* Form */
/* Questionnaire */
/* Loader */
/* MY DATA Page */
/* Notification */
/* Error json ia_content */
* {
  box-sizing: border-box;
  font-family: IBMPlex-regular;
  font-size: 16px;
  color: white;
}

hr {
  background: #efefef;
  border: 0;
  height: 1px;
}

.body {
  background: #f7f7f8;
  height: 100%;
  min-height: 100vh;
}

.main {
  padding-block: 50px;
  padding-inline: 30px 20px;
  margin-inline-start: 320px;
}
.main-header {
  margin-bottom: 40px;
  display: flex;
  gap: 20px;
  align-items: center;
}
.main-header--dcol {
  flex-direction: column;
  align-items: flex-start;
}
.main-header .p-link--back {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #5E20C2;
  font-family: IBMPlex-medium;
  font-size: 0.875rem;
  font-style: normal;
  line-height: 20px; /* 142.857% */
  text-decoration: none;
}
.main-header-title {
  margin: 0;
  color: #101828;
  font-family: IBMPlex-medium;
  font-size: 2.188rem;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 68.571% */
}
.main-header-title span {
  color: #101828;
  font-family: IBMPlex-medium;
  font-size: 2.188rem;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 68.571% */
  font-family: IBMPlex-bold;
}
.main-header-title--questionnaire {
  color: #5E20C2;
  font-family: IBMPlex-semibold;
  align-self: center;
}
.main-header-frise {
  align-self: center;
  display: flex;
  gap: 20px;
  margin-block: 15px 20px;
  align-items: center;
  overflow-x: hidden;
  width: 100%;
  padding: 5px;
  justify-content: center;
  position: relative;
}
.main-header-frise::before, .main-header-frise::after {
  position: absolute;
  content: "";
  width: 0px;
  height: 100%;
  box-shadow: 0px 0px 20px 25px #f7f7f8;
}
.main-header-frise::before {
  left: 0;
}
.main-header-frise::after {
  right: 0;
}
.main-header-frise .separator {
  width: 13px;
  min-width: 13px;
  height: 1px;
  background: #d9d9d9;
}
.main-header-frise .stepWp {
  display: flex;
  gap: 8px;
  align-items: center;
  text-decoration: none;
  min-width: 140px;
  max-width: 140px;
  cursor: default;
}
.main-header-frise .stepWp .step-asset {
  width: 27px;
  height: 27px;
  min-width: 27px;
  border-radius: 100%;
  background-color: #babac3;
  display: grid;
  place-items: center;
}
.main-header-frise .stepWp .step-txt {
  min-width: 50px;
  color: #92919d;
  font-size: 0.688rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-family: IBMPlex-medium;
}
.main-header-frise .stepWp--active {
  cursor: pointer;
  transition: all ease-in-out 0.2s;
}
.main-header-frise .stepWp--active .step-asset {
  background-color: #5E20C2;
}
.main-header-frise .stepWp--active .step-txt {
  color: #92919d;
  font-size: 0.688rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-family: IBMPlex-medium;
  color: #101828;
  font-family: IBMPlex-bold;
}
.main-header-frise .stepWp--active:hover .step-asset {
  background-color: #5E20C2;
  transition: all ease-in-out 0.2s;
}
.main-header-frise .stepWp--complete {
  cursor: pointer;
  transition: all ease-in-out 0.2s;
}
.main-header-frise .stepWp--complete .step-asset {
  background-color: #aa8ce5;
}
.main-header-frise .stepWp--complete .step-asset svg {
  width: 100%;
  height: 100%;
}
.main-header-frise .stepWp--complete .step-txt {
  color: #92919d;
  font-size: 0.688rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-family: IBMPlex-medium;
  color: #5E20C2;
}
.main-header-frise .stepWp--complete:hover .step-asset {
  background-color: #5E20C2;
  transition: all ease-in-out 0.2s;
}
.main-header-btnlabel {
  color: rgba(255, 255, 255, 0.26);
  font-family: IBMPlex-semibold;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.main-header-subtitle {
  margin: 0;
  color: #667085;
  font-family: IBMPlex-regular;
  font-size: 0.688rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.main-header-desc {
  flex: 50%;
}
.main-header-imgwp {
  flex: 20%;
  display: grid;
  place-items: center;
}
.main-header-imgwp img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-width: 150px;
}

.footer {
  display: none;
}

.section--loader {
  position: relative;
}
.section--loader * {
  opacity: 0.8;
}
.section--loader .section-loader {
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 40;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section--loader .section-loader p:nth-child(2) {
  color: #fff;
  text-align: center;
  font-family: IBMPlex-regular;
  font-size: 0.938rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 160% */
  letter-spacing: 1.5px;
  text-transform: none;
  margin-top: 10px;
}
.section--loader .section-loader p:nth-child(3) {
  color: #fff;
  text-align: center;
  font-family: IBMPlex-regular;
  font-size: 0.938rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 160% */
  letter-spacing: 1.5px;
  text-transform: none;
  margin-bottom: 30px;
}
.section--loader .section-loader p:last-child {
  color: #fff;
  text-align: center;
  font-family: IBMPlex-semibold;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 100% */
}
.section--loader .section-loader .loader {
  width: 120px;
  height: 120px;
  opacity: 1;
  border: 15px solid #fff;
  border-bottom-color: transparent;
}
.section--loader::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 20px;
  background: linear-gradient(69deg, rgba(93, 31, 193, 0.7) -0.85%, rgba(176, 139, 235, 0.7) 110.25%), rgba(255, 255, 255, 0.7);
}
.section-hr {
  margin-block: 0 15px;
}
.section--homepage {
  margin-bottom: 2rem;
}
.section--homepage-cardwp {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding-bottom: 5px;
}
.section--homepage-cardwp::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.section--homepage-cardwp::-webkit-scrollbar-thumb {
  border-radius: 35px;
  background-color: #5E20C2;
}
.section--homepage-cardwp::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 5px;
  margin-top: 10px;
}
.section--homepage-cardwp-bycontent {
  overflow-x: auto;
}
.section--recap-btn {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-evenly;
}
.section--dflex {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.section-title--bycateg {
  margin-bottom: 5px;
  color: #101828;
  font-family: IBMPlex-medium;
  font-size: 1.563rem;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 24px; /* 96% */
}
.section-title--bycontent {
  margin-bottom: 15px;
  color: #101828;
  font-family: IBMPlex-medium;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 24px; /* 96% */
}
.section-subtitle {
  margin-bottom: 5px;
  color: #667085;
  font-family: IBMPlex-regular;
  font-size: 0.688rem;
  font-style: normal;
  font-weight: 400;
}

.divwp--dflex {
  display: flex;
  width: 100%;
}
.divwp--dflex-g30 {
  gap: 30px;
}

.p-btnwp--right {
  text-align: right;
}

.p-btn {
  background-color: #00BAAF;
  border: 0;
  border-radius: 44px;
  text-decoration: none;
  font-family: IBMPlex-semibold;
  font-size: 0.625rem;
  text-align: center;
  text-transform: capitalize;
  color: white;
  padding: 1.25rem 1.875rem;
  cursor: pointer;
}
.p-btn--purple {
  background: linear-gradient(188deg, #5d1fc1 11.94%, #b08beb 135.91%);
  box-shadow: 0px 4px 7px 0px rgba(93, 31, 193, 0.3);
}
.p-btn--white {
  padding: 0.625rem 1.25rem;
  border-radius: 35px;
  background: #fff;
  color: #5E20C2;
  font-family: IBMPlex-semibold;
  font-size: 0.625rem;
  text-align: center;
  text-transform: capitalize;
}
.p-btn--white-purple {
  border: 1px solid #5E20C2;
}
.p-btn:disabled, .p-btn--disabled {
  background-color: #595C5B;
  pointer-events: none;
}
.p-btn--login {
  max-width: fit-content;
  padding: 0.5rem 2rem;
}
.p-btn--close {
  background: none;
}
.p-btn--danger {
  border-radius: 44px;
  border: 1px solid #b42318;
  display: inline-flex;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #B42318;
  font-family: IBMPlex-semibold;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background-color: transparent;
}
.p-btn--homepage {
  padding: 0.625rem 1.25rem;
  border-radius: 35px;
  background: #fff;
  color: #5E20C2;
  font-family: IBMPlex-semibold;
  font-size: 0.625rem;
  text-align: center;
  text-transform: capitalize;
}
.p-btn--element {
  padding: 0.625rem 1.25rem;
  border-radius: 35px;
  background: #fff;
  color: #5E20C2;
  font-family: IBMPlex-semibold;
  font-size: 0.625rem;
  text-align: center;
  text-transform: capitalize;
  align-self: flex-start;
}
.p-btn--header {
  background: 0;
  border: 2px solid white;
  border-radius: 100%;
  width: 42px;
  height: 42px;
  font-size: 2rem;
  display: grid;
  align-content: center;
}
.p-btn--funnelPack {
  margin: 60px auto 0;
  display: grid;
  place-items: center;
  padding: 0.5rem 2rem;
  max-width: fit-content;
}
.p-btn--recap {
  border-radius: 13px;
  border: 2px solid #607978;
  background: transparent;
  padding: 1rem 4rem 1rem 1rem;
  position: relative;
  min-width: 200px;
}
.p-btn--recap span {
  width: 60px;
  height: calc(100% + 4px);
  position: absolute;
  top: -2px;
  right: -2px;
  border-radius: 13px;
  border: 2px solid #607978;
  background: rgba(0, 186, 175, 0.36);
  display: grid;
  place-items: center;
}
.p-btn--loader {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.badge {
  border-radius: 6px;
  padding: 2px 8px;
}
.badge-danger {
  background: #fef3f2;
  text-align: center;
  font-family: IBMPlex-medium;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #B42318;
}
.badge-green {
  background: #ecfdf3;
  text-align: center;
  font-family: IBMPlex-medium;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #067647;
}

.p-card {
  max-width: calc(33% - 10px);
  min-width: calc(33% - 30px);
  background: #5E20C2;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex: 1;
  justify-content: space-between;
  box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08);
}
.p-card-txt {
  display: flex;
  flex-direction: column;
}
.p-card-txt-title {
  color: #fff;
  font-family: IBMPlex-medium;
  font-size: 1.375rem;
  text-transform: capitalize;
  line-height: 24px;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  word-break: break-word;
}
.p-card-txt-desc {
  color: rgba(255, 255, 255, 0.7);
  font-family: IBMPlex-regular;
  font-size: 0.813rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  margin-block: 0 10px;
}
.p-card-txt .p-btn {
  margin-top: auto;
  align-self: flex-start;
}
.p-card--projetconfig {
  height: 206px;
  background-image: url(../../assets/images/imgs/img-cards-fondations-questionnaire.png);
  background-size: cover;
  background-position: bottom;
}
.p-card--projetconfig .p-icon-valid--unvalid {
  filter: grayscale(1);
  opacity: 0.5;
}
.p-card--projetList {
  height: 149px;
  background-image: url(../../assets/images/imgs/img-cards-fondations-questionnaire.png);
  background-size: contain;
  position: relative;
  background: transparent;
  overflow: hidden;
}
.p-card--projetList::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
}
.p-card--projetList::after {
  content: "";
  width: 104px;
  height: 95px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  opacity: 0.2;
}
.p-card--projetList::before {
  background: #766bdc;
}
.p-card--projetList::after {
  background-image: url(../../assets/images/icons/img-cards-mesprojets.svg);
  transform: rotate(-9deg) translate(-5px, 58px);
  opacity: 0.7;
}
.p-card--rsc {
  height: 149px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
.p-card--rsc .p-btn {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  color: #101828;
}
.p-card--rsc .p-btn svg {
  fill: #B42318;
}
.p-card--rsc .p-btn svg path {
  stroke: #B42318;
  fill: #B42318;
}
.p-card--bg-absolute {
  position: relative;
  overflow: hidden;
  background: none;
}
.p-card--bg-absolute .img-bg {
  position: absolute;
  bottom: 0px;
  right: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.p-card--homepage-pack {
  height: 220px;
  border-radius: 14px;
}
.p-card--homepage-icon {
  height: fit-content;
  border: 0;
  background: none;
}
.p-card--homepage-emailing {
  display: block;
  min-height: 144px;
  width: 302px;
  max-width: 302px;
  min-width: 302px;
  padding: 15px;
  position: relative;
}
.p-card--homepage-emailing .iconWp {
  position: absolute;
  bottom: 0;
  right: 0;
}
.p-card--homepage-emailing .p-card--homepage-txt {
  max-width: 100%;
  height: 100%;
}
.p-card--homepage-txt {
  max-width: 60%;
  display: flex;
  flex-direction: column;
}
.p-card--homepage-txt .p-btn {
  margin-top: auto;
  align-self: flex-start;
}
.p-card--lock {
  position: relative;
}
.p-card--lock * {
  filter: blur(1px);
}
.p-card--lock::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1;
  border-radius: 16px;
}
.p-card--lock::after {
  position: absolute;
  content: url(../../assets/images/icons/icon-verrouiller.svg);
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.p-card--element {
  flex-direction: column;
  height: 204px;
  border-radius: 14px;
  gap: 20px;
  position: relative;
  background: transparent;
  overflow: hidden;
}
.p-card--element::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
}
.p-card--element::after {
  content: "";
  width: 104px;
  height: 95px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  opacity: 0.2;
}
.p-card--element::before {
  background: linear-gradient(70deg, #600078 0%, #3352c3 100%), #6b4ebc;
}
.p-card--element::after {
  background-image: url(../../assets/images/icons/icon-mescontenus.svg);
  transform: rotate(-15deg) translate(-30px, 130px);
}
.p-card--element-bycateg {
  background-repeat: no-repeat;
  background-position: right bottom -45%;
  background-size: 30%;
}
@media (min-width: 1700px) {
  .p-card--element-bycateg {
    background-position: right bottom -90%;
  }
}
.p-card--element-bycateg::after, .p-card--element-bycateg::before {
  content: "";
}
.p-card--element-txt {
  display: flex;
  flex-direction: column;
  width: calc(100% - 20px);
  gap: 10px;
}
.p-card--element-txt-title {
  color: #fff;
  font-family: IBMPlex-semibold;
  font-size: 1.375rem;
  text-transform: capitalize;
  line-height: 24px;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  word-wrap: break-word;
}
.p-card--element-txt-subtitle {
  color: rgba(255, 255, 255, 0.7);
  font-family: IBMPlex-regular;
  font-size: 0.813rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin: 0;
}
.p-card--element-txt .p-btn {
  margin-top: auto;
  align-self: flex-start;
}
.p-card--element-icon {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 50px;
}
.p-card--element-icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  max-height: 90px;
  max-width: 200px;
}
.p-card--element-title {
  color: rgba(255, 255, 255, 0.1);
  font-family: IBMPlex-bold;
  font-size: 1.75rem;
  text-transform: uppercase;
  word-break: break-word;
}
.p-card--recap {
  min-height: 120px;
  border-radius: 14px;
  gap: 20px;
  position: relative;
}
.p-card--recap .iconWp {
  position: absolute;
  bottom: 0;
  right: 0;
}
.p-card--funnelPack {
  gap: 10px;
}
.p-card--funnelPack-txt-title {
  color: rgba(255, 255, 255, 0.1);
  text-align: left;
  font-family: IBMPlex-bold;
  text-transform: uppercase;
}
.p-card--funnelPack-txt-subtitle {
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
  font-family: IBMPlex-semibold;
  font-size: 1rem;
  text-transform: uppercase;
}

.questionnaire {
  width: 100%;
  height: auto;
  border-radius: 20px;
  background: #fff;
  padding-block: 30px;
}
.questionnaire-header {
  align-items: center;
}
.questionnaire-header-title {
  color: #5E20C2;
  font-family: IBMPlex-regular;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 160% */
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 0;
}
.questionnaire-header-txt {
  color: #667085;
  font-family: IBMPlex-regular;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
  text-align: center;
  margin-block: 0 40px;
}
.questionnaire-header-label {
  text-align: center;
  margin-block: 0 30px;
  color: #101828;
  font-family: IBMPlex-semibold;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 100% */
}
.questionnaire--config {
  padding-block: 77px 20px;
}
.questionnaire--config .questionnaire-header {
  margin-bottom: 60px;
}
.questionnaire--config .questionnaire-header-title {
  text-align: center;
}
.questionnaire--showContent {
  padding-block: 40px 20px;
  padding-inline: 0px;
}
.questionnaire--showContent .questionnaire-header {
  padding-inline: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.questionnaire--showContent .questionnaire-header-title {
  flex: 100%;
}
.questionnaire--showContent .questionnaire-header hr {
  flex: 100%;
  margin-block: 15px 0;
}
.questionnaire--showContent .questionnaire-header .p-btn {
  display: flex;
  align-items: center;
  gap: 5px;
}
.questionnaire--showContent .questionnaire-header-label {
  margin-block: 0;
}
.questionnaire--showContent .form {
  padding-inline: 184px;
}
.questionnaire--element {
  padding-block: 40px 20px;
  padding-inline: 0px;
}
.questionnaire--element .questionnaire-header {
  padding-inline: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.questionnaire--element .questionnaire-header-title {
  flex: 100%;
}
.questionnaire--element .questionnaire-header hr {
  flex: 100%;
  margin-block: 15px 0;
}
.questionnaire--element .questionnaire-header .p-btn {
  display: flex;
  align-items: center;
  gap: 5px;
}
.questionnaire--element .questionnaire-header-label {
  margin-block: 0;
}
.questionnaire--element .questionnaire-header .p-btn {
  gap: 5px;
}
.questionnaire--element .form {
  padding-inline: 184px;
}
.questionnaire--recap {
  padding-block: 40px 20px;
  padding-inline: 40px;
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.questionnaire--recap .recap-text {
  margin-bottom: 5px;
  color: #101828;
  font-family: IBMPlex-semibold;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 100% */
}
.questionnaire--recap .recap-subtext {
  margin-bottom: 15px;
  color: #667085;
  font-family: IBMPlex-regular;
  font-size: 0.688rem;
  font-style: normal;
  line-height: normal;
}
.questionnaire--recap .section--dflex {
  gap: 10px;
}
.questionnaire--recap .section-overflow--auto {
  overflow-y: auto;
  /* Barre de défilement */
  /* Pouce de la scrollbar */
}
.questionnaire--recap .section-overflow--auto::-webkit-scrollbar {
  width: 5px; /* Largeur à zéro pour la rendre invisible */
}
.questionnaire--recap .section-overflow--auto::-webkit-scrollbar-thumb {
  background-color: #5E20C2;
  border-radius: 35px;
}
.questionnaire--recap .section-overflow--auto::-webkit-scrollbar-track {
  background-color: rgba(128, 128, 128, 0.318);
  border-radius: 5px;
  margin-block: 10px;
}
.questionnaire--recap .questionnaire-header {
  padding-inline: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 0;
}
.questionnaire--recap .questionnaire-header-title {
  flex: 100%;
}
.questionnaire--recap .questionnaire-header hr {
  flex: 100%;
  margin-block: 15px 0;
}
.questionnaire--recap .questionnaire-header .p-btn {
  display: flex;
  align-items: center;
  gap: 5px;
}
.questionnaire--recap .questionnaire-header .p-btn {
  gap: 8px;
}
.questionnaire--recap hr {
  margin-block: auto 30px;
}
.questionnaire--recap .recap-footer {
  display: grid;
  gap: 16px;
  grid-template-columns: 2fr 1fr 1fr;
}
.questionnaire--recap .recap-footer .p-link {
  color: #B42318;
  font-family: IBMPlex-semibold;
  font-size: 0.625rem;
  font-style: normal;
  line-height: normal;
  text-decoration-line: underline;
  display: flex;
  gap: 8px;
  align-self: center;
  max-width: fit-content;
  border: 0;
  background: transparent;
}
.questionnaire--recap .recap-footer .p-btn {
  display: flex;
  display: none;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.questionnaire--recap .recap-footer .p-btn--white svg path {
  fill: #5E20C2;
}
.questionnaire .form {
  overflow-y: auto;
  height: calc(100% - 154px);
  padding-inline: 184px 144px;
  margin-right: 40px;
  /* Barre de défilement */
  /* Pouce de la scrollbar */
}
.questionnaire .form .divWp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding-block: 0 10px;
}
.questionnaire .form .divWp--row {
  flex-direction: row;
  width: 100%;
  gap: 20px;
  justify-content: center;
}
.questionnaire .form .divWp .form-error {
  align-self: flex-start;
}
.questionnaire .form .divWp .form-link {
  align-self: flex-end;
}
.questionnaire .form .divWp .p-btn--submit {
  font-size: 0.75rem;
  padding: 20px 30px;
}
.questionnaire .form::-webkit-scrollbar {
  width: 5px; /* Largeur à zéro pour la rendre invisible */
}
.questionnaire .form::-webkit-scrollbar-thumb {
  background-color: #5E20C2;
  border-radius: 35px;
}
.questionnaire .form::-webkit-scrollbar-track {
  background-color: rgba(128, 128, 128, 0.318);
  border-radius: 5px;
  margin-block: 10px;
}

.loader {
  width: 16px;
  height: 16px;
  border: 3px solid #5E20C2;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.header-notif {
  position: absolute;
  right: 171px;
  top: 40px;
  z-index: 500;
}
.header-notif.alt-padding {
  right: 20px;
  top: 30px;
}
.header-notif.detailProject {
  top: 30px;
}
.header-notif .icon-container {
  width: fit-content;
  margin-left: auto;
  cursor: pointer;
  padding: 12px;
  background: white;
  border-radius: 6px;
  display: grid;
  place-items: center;
}
.header-notif .icon-container.active {
  background-color: #5E20C2;
}
.header-notif .icon-container.active svg path {
  stroke: white;
}
.header-notif .icon-container span.nb-notifs {
  background-color: #5E20C2;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 3px;
  right: 2px;
  font-size: 12px;
  color: white;
}
.header-notif .icon-container span.nb-notifs.hidden {
  display: none;
}
.header-notif .list-notifs {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  height: fit-content;
  width: 374px;
  overflow-y: auto;
  max-height: 300px;
  border-radius: 12px;
  border: 1px solid var(--Gray-200, #eaecf0);
  background: var(--Base-White, #fff);
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
  padding: 16px 16px 26px 16px;
}
.header-notif .list-notifs::-webkit-scrollbar {
  width: 5px;
}
.header-notif .list-notifs::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.header-notif .list-notifs::-webkit-scrollbar-track {
  background-color: transparent;
}
.header-notif .list-notifs-title {
  color: #101828;
  font-family: IBMPlex-semibold;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 26px; /* 68.571% */
}
.header-notif .list-notifs-noNotif {
  color: #101828;
  font-family: IBMPlex-regular;
  font-size: 0.9rem;
}
.header-notif .list-notifs.hidden {
  display: none;
}
.header-notif .list-notifs .notif-push {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  gap: 10px;
  padding-block: 16px;
}
.header-notif .list-notifs .notif-push:not(:last-child) {
  border-bottom: 1px solid #eaecf0; /* Modifier ici la couleur et l'épaisseur de la bordure */
}
.header-notif .list-notifs .notif-push-text {
  display: flex;
  flex-wrap: wrap;
}
.header-notif .list-notifs .notif-push-text-title {
  color: #475467;
  font-family: IBMPlex-regular;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 20px; /* 68.571% */
}
.header-notif .list-notifs .notif-push-text-link {
  flex: 100%;
  color: #6941c6;
  font-family: IBMPlex-semibold;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 20px; /* 68.571% */
}
.footer-notif {
  position: fixed;
  z-index: 120;
  right: -200px;
  bottom: 10px;
  width: 400px;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transition: right 0.5s, opacity 0.5s;
  border-radius: 12px;
  border: 1px solid var(--Gray-200, #eaecf0);
  background: var(--Base-White, #fff);
  grid-template-columns: 22px 1fr 22px;
  gap: 16px;
  padding: 16px 16px 26px 16px;
  /* Shadow/lg */
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
}
.footer-notif.alt-padding {
  right: 20px;
}
.footer-notif-content {
  display: flex;
  flex-wrap: wrap;
}
.footer-notif-content span {
  flex: 100%;
  color: #101828;
  font-family: IBMPlex-medium;
  font-size: 0.875rem;
  font-weight: 600;
}
.footer-notif-content .notif-push-text-link {
  flex: 100%;
  margin-top: 12px;
  color: #6941c6;
  font-family: IBMPlex-semibold;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 20px; /* 68.571% */
}
.footer-notif .p-btn {
  padding: 0px;
  width: fit-content;
  justify-self: flex-end;
  background: transparent;
}
.footer-notif.show {
  display: grid;
  right: 20px;
  opacity: 1;
  visibility: visible;
}

.section--allRsc {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.section--allRsc .section-title {
  color: #101828;
  font-family: IBMPlex-medium;
  font-size: 2.188rem;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 68.571% */
}
.section--allRsc .rscGroup {
  max-width: calc(50% - 20px);
  flex: calc(50% - 20px);
}
.section--allRsc .rscGroup-categ {
  color: #101828;
  font-size: 1.563rem;
  font-family: IBMPlex-medium;
  font-style: normal;
  line-height: 24px; /* 96% */
  margin-bottom: 0.7rem;
}
.section--allRsc .rscGroup-categ--video-youtube {
  color: #e35151;
}
.section--allRsc .rscGroup-subtitle {
  color: #667085;
  font-family: IBMPlex-regular;
  font-size: 0.688rem;
  font-style: normal;
  line-height: normal;
}
.section--allRsc .rscGroup-wp {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.section--allRsc .rscGroup-wp .rsc {
  border-radius: 14px;
  background: #fff;
  box-shadow: 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
  height: 96px;
  padding: 26px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.section--allRsc .rscGroup-wp .rsc-txt {
  flex: 1;
}
.section--allRsc .rscGroup-wp .rsc-txt-title {
  user-select: none;
  -moz-user-select: none;
  -webkit-text-select: none;
  -webkit-user-select: none;
  overflow: hidden;
  color: #222;
  text-overflow: ellipsis;
  font-family: IBMPlex-semibold;
  font-size: 1rem;
  font-style: normal;
  line-height: 24px; /* 150% */
  display: -webkit-box;
  width: 233px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-block: 0 5px;
}
.section--allRsc .rscGroup-wp .rsc-txt-subtitle {
  margin-block: 0;
  user-select: none;
  -moz-user-select: none;
  -webkit-text-select: none;
  -webkit-user-select: none;
  color: rgba(0, 0, 0, 0.7);
  font-family: IBMPlex-regular;
  font-size: 0.813rem;
  font-style: normal;
  line-height: 14px; /* 107.692% */
}
.section--allRsc .rscGroup-wp .rsc .p-btn--white {
  padding: 12px 20px;
  width: 99px;
}
.section--allRsc .rscGroup-wp .rsc .p-btn--danger {
  padding: 14px 15px;
}

.main--assetList hr {
  margin-block: 0 20px;
}
.main--assetList .section {
  margin-bottom: 40px;
}
.main--assetList .section-title {
  margin-bottom: 5px;
}

.main--detailProject .main-header {
  gap: 30px;
}
.main--detailProject .main-header .divwp--dflex:first-child {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.main--detailProject .main-header .p-link {
  flex: 100%;
}
.main--detailProject .main-header .projet-desc {
  border-radius: 14px;
  background: #fff;
  box-shadow: 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
  padding: 30px;
}
.main--detailProject .main-header .projet-desc-txt {
  width: 66%;
  padding-right: 160px;
}
.main--detailProject .main-header .projet-desc-txt-title {
  margin-bottom: 10px;
  color: #101828;
  font-family: IBMPlex-semibold;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}
.main--detailProject .main-header .projet-desc-txt-description {
  color: #667085;
  font-family: IBMPlex-regular;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.main--detailProject .main-header .main-header-imgwp {
  width: 33%;
  display: none;
  place-items: center;
  border-left: 1px #efefef solid;
  padding-left: 30px;
}
.main--detailProject .projectElement {
  margin-bottom: 30px;
}
.main--detailProject .projectElement .divwp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.main--detailProject .projectElement .divwp .section-subtitle {
  flex: 100%;
}
.main--detailProject .projectElement--rsc .section-title {
  display: inline-block;
}
.main--detailProject .projectElement--rsc .p-link {
  float: right;
  color: white;
  font-family: "Poppins-bold";
  font-size: 1rem;
  text-transform: uppercase;
}
.main--detailProject .projectElement--rsc .rsc-allRsc-link {
  display: flex;
  gap: 8px;
  background-color: transparent;
}
.main--detailProject .projectElement .p-card:nth-child(2) {
  order: 3;
}

.main--element {
  margin-inline-start: 90px;
  padding-inline: 171px;
}
.main--element .main-header {
  margin-bottom: 20px;
}
.main--element .template {
  display: flex;
  align-items: end;
}
.main--element .p-btn--next {
  padding: 1rem 1.5rem;
}

.main--forgottenPwd .form {
  gap: 30px;
}

.main--config {
  margin-inline-start: 90px;
  padding-inline: 171px;
}
.main--config .main-header {
  margin-bottom: 20px;
}
.main .questionnaire--config .p-btn {
  display: flex;
  gap: 6px;
  align-items: baseline;
  padding: 20px 30px;
}

.section .p-btn--submit {
  padding: 0.5rem 1rem;
}
.section .templating {
  border-left: 1px solid white;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.section .templating .p-btn {
  margin: 0;
}

.main--homepage .main-title {
  color: #101828;
  font-family: IBMPlex-medium;
  font-size: 2.188rem;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 68.571% */
}
.main--homepage .main-title span {
  color: #101828;
  font-family: IBMPlex-medium;
  font-size: 2.188rem;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 68.571% */
  font-family: IBMPlex-bold;
}
.main--homepage .pack .p-btn--homepage:hover {
  background-color: #5E20C2;
  color: white;
}
.main--homepage .section-title--bycateg {
  margin-bottom: 5px;
  color: #101828;
  font-family: IBMPlex-medium;
  font-size: 1.563rem;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 24px; /* 96% */
}
.main--homepage .section-title--bycontent {
  margin-bottom: 15px;
  color: #101828;
  font-family: IBMPlex-medium;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 24px; /* 96% */
}
.main--homepage .section-subtitle {
  margin-bottom: 5px;
  color: #667085;
  font-family: IBMPlex-regular;
  font-size: 0.688rem;
  font-style: normal;
  font-weight: 400;
}
.main--homepage .section hr {
  margin-block: 0 20px;
}

.main--login {
  display: flex;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  color: black;
}
.main--login .section-login {
  width: 50%;
}
.main--login .section-left {
  padding: 32px;
  display: flex;
  flex-direction: column;
}
.main--login .section-left .main-header {
  margin-bottom: 32px;
  gap: 0;
}
.main--login .section-left .main-header-text {
  width: 360px;
  margin: 100px auto 0 auto;
}
.main--login .section-left .main-header-text h1 {
  color: #101828;
  text-align: center;
  font-family: IBMPlex-semibold;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 44px; /* 122.222% */
  letter-spacing: -0.72px;
}
.main--login .section-left .main-header-text p {
  color: #667085;
  text-align: center;
  font-family: IBMPlex-regular;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  width: 260px;
  margin: 0 auto;
}
.main--login .section-left .form {
  width: 360px;
  margin: 0 auto;
}
.main--login .section-left .form .input-container {
  gap: 0.4rem;
}
.main--login .section-left .form .input-container label {
  color: #344054;
  /* Text sm/Medium */
  font-family: IBMPlex-regular;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 142.857% */
}
.main--login .section-left .form .input-container input {
  padding: 14px;
  border-radius: 8px;
  border: 1px solid #d0d5dd;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #101828;
  font-family: IBMPlex-regular;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 142.857% */
}
.main--login .section-left .form .input-container input::placeholder {
  color: #667085;
}
.main--login .section-left .form .signin {
  margin: auto;
  color: #475467;
  font-family: IBMPlex-regular;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.main--login .section-left .form .signin-link {
  color: #5E20C2;
  font-family: IBMPlex-semibold;
  text-decoration: none;
}
.main--login .section-left .form .p-btn {
  max-width: unset;
  padding: 20px 18px;
  font-size: 0.825rem;
}
.main--login .section-left .copyright {
  margin-top: auto;
  color: #475467;
  /* Text sm/Regular */
  font-family: IBMPlex-regular;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.main--login .section-right {
  padding: 16px 16px 16px 0px;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.main--login .section-right-content {
  border-radius: 20px;
  background: linear-gradient(188deg, #5d1fc1 11.94%, #b08beb 135.91%);
  height: 100%;
}
.main--login .section-right-content-imgWp {
  width: 100%;
  margin-top: 40px;
  max-height: 600px;
  height: 100%;
}
.main--login .section-right-content-imgWp img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: right;
}
.main--login .section-right-content-text {
  width: 456px;
  margin: auto;
  text-align: center;
}
.main--login .section-right-content-text h2 {
  color: white;
  text-align: center;
  font-family: IBMPlex-semibold;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 150% */
}
.main--login .section-right-content-text p {
  color: #E9D7FE;
  text-align: center;
  font-family: IBMPlex-regular;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.main--myData .confirmMsg {
  margin-top: 20px;
  color: #101828;
  font-family: IBMPlex-medium;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 68.571% */
}
.main--myData .form .input-container {
  width: 50%;
}
.main--myData .form .input-container input {
  box-shadow: 0px 0px 0px 0.1px #000000;
  background: white;
}
.main--myData .form .p-btn {
  padding: 0.7rem 2.5rem;
  font-size: 0.825rem;
}

.main--projectList .main-header .p-btn {
  padding: 12px 20px;
  display: flex;
  gap: 6px;
  align-items: center;
}
.main--projectList .p-card--element-txt {
  flex: 1;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.main--projectList .p-card--element-txt-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.main--projectList .p-card--element-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  flex: 1;
}

.main--recap {
  margin-inline-start: 90px;
  padding-inline: 171px;
}
.main--recap .main-header {
  margin-bottom: 20px;
}

.main--showContent {
  padding-inline: 171px;
  margin-inline-start: 90px;
}
.main--showContent .main-header {
  gap: 40px;
  margin-bottom: 10px;
}
.main--showContent .main-header-btn {
  display: grid;
  place-items: center;
  cursor: pointer;
}
.main--showContent .main-header-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #5E20C2;
  font-family: IBMPlex-medium;
  font-size: 0.875rem;
  font-style: normal;
  line-height: 20px; /* 142.857% */
  text-decoration: none;
}
.main--showContent .section--content .input-container textarea {
  height: 543px;
  width: 100%;
}

.main--login-signup .section-left .main-header-text {
  margin: 0px auto 0 auto;
}

.header {
  height: 100%;
  width: 320px;
  min-width: 174px;
  background: linear-gradient(204deg, #5d1fc1 31.2%, #b08beb 132.89%);
  border-radius: 0px 20px 20px 0px;
  position: fixed;
  overflow-y: auto;
}
.header--short {
  width: 90px;
  min-width: unset;
}
.header--short .header-nav {
  gap: 0px;
  grid-template-rows: 0fr 0fr 1fr 0fr;
}
.header--short .header-nav .p-btn--add {
  margin-block: 70px 30px;
  margin-inline: 16px;
  background-color: white;
  padding: 16px 22px;
  height: 56px;
  width: 58px;
}
.header--short .header-nav .p-btn--add svg path {
  stroke: #5E20C2;
}
.header--short .header-nav-linkwp-item-link {
  justify-content: center;
}
.header--short .header-nav-account {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.header--short .header-nav-account hr {
  width: 100%;
}
.header-nav {
  display: grid;
  grid-template-rows: 0fr 1fr 0fr;
  align-content: space-around;
  height: 100%;
  gap: 100px;
}
.header-nav-imgwp {
  display: grid;
  place-items: center;
  padding-top: 50px;
}
.header-nav-linkwp {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-inline: 16px;
  list-style: none;
  margin-top: 18px;
}
.header-nav-linkwp-item {
  padding: 20px 12px 20px 12px;
  width: 100%;
}
.header-nav-linkwp-item-link {
  text-decoration: none;
  color: #E9D7FE;
  font-family: IBMPlex-regular;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 12px;
}
.header-nav-linkwp-item-link svg path {
  stroke: #E9D7FE;
}
.header-nav-linkwp-item-active {
  background: #6343bf;
  border-radius: 6px;
}
.header-nav-linkwp-item-active .header-nav-linkwp-item-link {
  font-family: IBMPlex-medium;
  font-weight: 700;
  color: white;
}
.header-nav-linkwp-item-active .header-nav-linkwp-item-link svg path {
  stroke: white;
}
.header-nav-account {
  display: grid;
  grid-template-areas: "hr hr hr" "img wp logout" "footer footer footer";
  grid-template-columns: 1fr 2fr 1fr;
  grid-template-rows: auto;
  padding: 0px 16px 32px 16px;
}
.header-nav-account hr {
  grid-area: hr;
  margin: 0 0 24px 0;
}
.header-nav-account img {
  grid-area: img;
  margin-left: 8px;
  background-color: rgb(255, 255, 255);
  border-radius: 100%;
  width: 40px;
  height: 40px;
  align-self: center;
}
.header-nav-account-wp {
  grid-area: wp;
}
.header-nav-account-wp p {
  margin: 0;
}
.header-nav-account-wp-name {
  font-family: IBMPlex-semibold;
  font-weight: 600;
  color: white;
}
.header-nav-account-wp-plan {
  font-family: IBMPlex-regular;
  font-weight: 400;
  font-size: 0.875rem;
  color: #E9D7FE;
}
.header-nav-account-logout {
  grid-area: logout;
  display: flex;
  justify-content: flex-end;
  padding-right: 8px;
}
.header-nav-account-logout-link {
  cursor: pointer;
  height: fit-content;
}

.isLogin {
  opacity: 0;
}
.isLogin * {
  display: none;
}

input,
textarea,
select {
  border-radius: 10px;
  background: rgba(247, 247, 248, 0.7);
  border: 0;
  padding: 1rem 1.5rem;
  color: #101828;
  font-family: IBMPlex-regular;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}

input:invalid:focus,
textarea:invalid:focus {
  border: 1px solid red;
}

textarea {
  min-height: 300px;
}

select {
  border-right: 16px solid transparent;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.form .input-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.form .input-container-label {
  color: #101828;
  font-family: IBMPlex-semibold;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}
.form textarea {
  width: 100%;
  min-height: unset;
  height: 210px;
  gap: 20px;
}
.form-text {
  color: #667085;
  font-family: IBMPlex-medium;
  font-size: 0.625rem;
  text-align: center;
  line-height: 20px; /* 200% */
}
.form-text b {
  color: #667085;
  font-family: IBMPlex-medium;
  font-size: 0.625rem;
  text-align: center;
  line-height: 20px; /* 200% */
  color: #101828;
}
.form-link {
  color: #5E20C2;
  font-family: IBMPlex-medium;
  font-size: 0.875rem;
  line-height: 20px; /* 142.857% */
  text-decoration-line: underline;
  cursor: pointer;
  transform: translate(0px, -10px);
  margin-block: 0 20px;
}
.form-error {
  display: none;
  color: #B42318;
  font-family: IBMPlex-medium;
  font-size: 1rem;
  font-style: normal;
}
.form-error--show {
  display: block;
}
.form-msg {
  display: none;
  color: #101828;
  font-family: IBMPlex-medium;
  font-size: 1rem;
  font-style: normal;
}
.form-msg--show {
  display: block;
}
.form-container .input-container {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.form-container .input-container-label--checkbox {
  color: #B4B4B4;
  font-family: IBMPlex-medium;
  font-size: 1.25rem;
  position: relative;
  margin-left: 28px;
  padding-left: 15px;
}
.form-container .input-container input[type=checkbox]:checked + label {
  color: #fff;
  font-family: IBMPlex-medium;
  font-size: 1.25rem;
}
.form-container .input-container input[type=checkbox]:checked + label .input-container-span {
  background-color: #64B1AD;
}
.form-container .input-container input[type=radio]:checked + label {
  color: #fff;
  font-family: IBMPlex-medium;
  font-size: 1.25rem;
}
.form-container .input-container input[type=radio]:checked + label .input-container-span {
  background-color: #64B1AD;
}
.form-container .input-container-span {
  display: block;
  background: #364241;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  border: 1px solid white;
}
.form-container .input-container-span--checkbox {
  border-radius: 8px;
  left: -27px;
  width: 26px;
  height: 22px;
}
.form-container .input-container-span--radio {
  border-radius: 100%;
  left: -21px;
  width: 15px;
  height: 15px;
}
.form-container .input-container-checkbox, .form-container .input-container-radio {
  display: none;
}

.modalwp {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.428);
  display: none;
  place-items: center;
  z-index: 2;
}
.modalwp--show {
  display: grid;
}
.modalwp .p-modal {
  min-width: 700px;
  width: 700px;
  padding: 40px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  background-color: white;
}
.modalwp .p-modal-header {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  margin: 0;
  flex-wrap: wrap;
  gap: 20px;
}
.modalwp .p-modal-header-title {
  margin: 0;
  color: #5E20C2;
  font-family: IBMPlex-semibold;
  font-size: 1.563rem;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 96% */
}
.modalwp .p-modal-header-desc {
  flex: 100%;
  margin: 0;
  color: #667085;
  font-family: IBMPlex-regular;
  font-size: 0.688rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.modalwp .p-modal-header .p-btn {
  padding: 0;
  transform: translate(17px, 0%);
}
.modalwp--addProject .p-modal {
  width: 510px;
}
.modalwp--addProject .p-modal-header hr {
  width: 100%;
  margin-block: 0 20px;
}
.modalwp--addProject .p-modal .form .p-btn {
  align-self: center;
  padding: 20px 40px;
}
.modalwp--addRsc .p-modal {
  width: 510px;
}
.modalwp--addRsc .p-modal-header hr {
  width: 100%;
  margin-block: 0 20px;
}
.modalwp--addRsc .p-modal .form .p-btn {
  align-self: center;
  padding: 20px 40px;
}
.modalwp--addRsc .p-modal .form .divwp {
  display: flex;
  justify-content: space-between;
}
.modalwp--addRsc .p-modal .form .divwp .p-link {
  border: 0;
  background-color: transparent;
  color: #B42318;
  font-family: IBMPlex-semibold;
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  line-height: normal;
  text-decoration-line: underline;
}
.modalwp--confirmRsc .p-modal {
  width: 510px;
  height: 597px;
  box-shadow: 0 0 2px 0px rgba(128, 128, 128, 0.2);
  padding: 103px 90px;
}
.modalwp--confirmRsc .p-modal-header {
  flex-direction: column;
  margin-block: 0px 70px;
}
.modalwp--confirmRsc .p-modal-header-title {
  margin-block: 33px 10px;
}
.modalwp--confirmRsc .p-modal-header-subtitle {
  margin-block: 0px 10px;
  color: #667085;
  font-family: IBMPlex-regular;
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  line-height: 20px; /* 142.857% */
}
.modalwp--confirmRsc .p-modal-content {
  flex-direction: column;
  display: flex;
  gap: 30px;
  align-items: center;
}
.modalwp--confirmRsc .p-modal-content .p-btn {
  display: flex;
  gap: 6px;
  align-items: center;
}
.modalwp--confirmRsc .p-modal-content .p-link {
  border: 0;
  background-color: transparent;
  color: #667085;
  font-family: IBMPlex-semibold;
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  line-height: normal;
  text-decoration-line: underline;
}
.modalwp--infopack .p-modal {
  min-width: 700px;
  min-height: 600px;
  height: 600px;
  width: 700px;
  padding: 40px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}
.modalwp--infopack .p-modal hr {
  margin-block: 22px;
}
.modalwp--infopack .p-modal-header {
  margin: 0;
  flex-wrap: wrap;
  gap: 20px;
}
.modalwp--infopack .p-modal-header-title {
  margin: 0;
  color: #5E20C2;
  font-family: IBMPlex-semibold;
  font-size: 1.563rem;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 96% */
}
.modalwp--infopack .p-modal-header-desc {
  flex: 100%;
  margin: 0;
  color: #667085;
  font-family: IBMPlex-regular;
  font-size: 0.688rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.modalwp--infopack .p-modal-header .p-btn {
  padding: 0;
  transform: translate(17px, 0%);
}
.modalwp--infopack .p-modal-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.modalwp--infopack .p-modal-content-title {
  color: #101828;
  font-family: IBMPlex-semibold;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  margin-bottom: 15px;
}
.modalwp--infopack .p-modal-content-list {
  display: grid;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  height: 275px;
  align-items: flex-start;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(auto-fill, 72px);
}
.modalwp--infopack .p-modal-content-list::-webkit-scrollbar {
  width: 5px;
}
.modalwp--infopack .p-modal-content-list::-webkit-scrollbar-thumb {
  border-radius: 35px;
  background-color: #5E20C2;
}
.modalwp--infopack .p-modal-content-list::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 35px;
  margin: 15px 0 8px 0;
}
.modalwp--infopack .p-modal-content-list-item {
  position: relative;
  background-repeat: no-repeat;
  padding: 24px 20px;
  border-radius: 14px;
  min-width: calc(100% - 15px);
  max-width: calc(100% - 15px);
}
.modalwp--infopack .p-modal-content-list-item-text {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  color: #fff;
  font-family: IBMPlex-semibold;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 133.333% */
}
.modalwp--infopack .p-modal-content-list-item .iconWp {
  position: absolute;
  bottom: 0;
  right: 0;
}
.modalwp--infopack .p-modal-content hr {
  margin-top: auto;
}
.modalwp--infopack .p-modal-content .p-btn {
  align-self: center;
  color: #fff;
  font-family: IBMPlex-semibold;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.modalwp--yesno .p-modal {
  min-width: 550px;
  gap: 30px;
}
.modalwp--yesno .p-modal-header-subtitle {
  color: #101828;
  font-family: IBMPlex-semibold;
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  line-height: normal;
  text-align: center;
  flex: 100%;
}
.modalwp--yesno .p-modal-content {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.modalwp--yesno .p-modal-content .p-btn {
  padding: 0.5rem 2rem;
}
.modalwp--yesno .p-modal-content .p-btn--grey {
  background-color: #B4B4B4;
}
.modalwp--iaContent .p-modal {
  box-shadow: 0px 1px 4px -1px grey;
  width: 300px;
  min-width: unset;
  gap: 20px;
  padding: 0;
}
.modalwp--iaContent .p-modal-header {
  display: block;
  padding: 10px;
}
.modalwp--iaContent .p-modal-header .p-btn--close {
  float: right;
  transform: unset;
}
.modalwp--iaContent .p-modal-content {
  flex-direction: column;
  align-items: center;
  padding: 0px 20px 20px 20px;
  gap: 5px;
}
.modalwp--iaContent .p-modal-content .iconwp {
  width: 70px;
  background: rgba(103, 57, 193, 0.3294117647);
  height: 70px;
  display: grid;
  place-items: center;
  border-radius: 100%;
  padding: 5px;
  margin-bottom: 20px;
}
.modalwp--iaContent .p-modal-content .iconwp svg path, .modalwp--iaContent .p-modal-content .iconwp svg circle {
  fill: #5E20C2 !important;
}
.modalwp--iaContent .p-modal-content .p-modal-text {
  text-align: center;
  font-size: 1.2rem;
  font-family: IBMPlex-semibold;
  color: #5E20C2;
}
.modalwp--iaContent .p-modal-content .p-modal-subtext {
  font-size: 0.8rem;
  font-family: IBMPlex-regular;
  text-align: center;
  color: #101828;
}

/*# sourceMappingURL=style.css.map */
