body {
  font-size: 0.875rem;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
  z-index: 100; /* Behind the navbar */
  height: fit-content;
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 5rem;
  }
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

#sidebarMenu .nav-link {
  font-weight: 500;
  color: white;
}

#sidebarMenu .nav-link .feather {
  margin-right: 4px;
  color: black;
}

#sidebarMenu .nav-link {
  border-bottom: 1px solid #eee;
  color: black;
}
#sidebarMenu .nav-link.active .nav-item-title {
  color: #ec3833;
}
#sidebarMenu .nav-item-title {
  display: flex;
  align-items: center;
  color: black;
  font-size: 1.2rem;
  margin-bottom: 3px;
}
#sidebarMenu .nav-link.active .progress .progress-bar {
  border-color: #ec3833;
}
#sidebarMenu .nav-link .progress .progress-bar {
  border-color: #b4dff5;
}

#sidebarMenu .nav-link:hover .feather,
#sidebarMenu .nav-link.active .feather {
  color: inherit;
}

#sidebarMenu-heading {
  font-size: 0.75rem;
  text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
  font-size: 1rem;
}

.navbar .navbar-toggler {
  top: 0.25rem;
  right: 1rem;
}

.navbar .form-control {
  padding: 0.75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}

/* login button */
.btn-gray {
  color: black;
  background: #f5f6f5;
}

.btn-gray:hover {
  box-shadow: 0 1px 0 rgba(white, 0.15), 0 1px 1px rgba(black, 0.075);
}

.btn-gray .nav-link {
  color: inherit;
}

.flex-grow-1 {
  flex-grow: 1;
}

.price-plan-title {
  display: inline-block;
  min-height: 60px;
  margin-bottom: 5px;
}

#loginModal .btn-primary {
  background: #b4dff5;
  border-color: #b4dff5;
  color: black;
}
#loginModal .btn-primary:hover {
  background: #43b0f0;
  border-color: #44b9f9;
}
#loginModal .btn-outline-secondary {
  color: black;
  border-color: #dde1e2;
}
#loginModal .btn-outline-secondary:hover {
  background: #dde1e2;
  color: black;
}

.navbar-light .navbar-nav .nav-link:hover .header-icon {
  fill: #494949;
}
.header-icon {
  fill: #6e6f6e;
}

.language-selector {
  color: rgba(0, 0, 0, 0.55);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%230000008c' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E") !important;
}
/* google font */

.material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 48;
  vertical-align: bottom;
}

.material-symbols-rounded {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
  vertical-align: bottom;
}

.c-bg-cyan {
  background: #b4dff5;
}

.c-bg-yellow {
  background: #f8bf45;
}
.c-bg-blue {
  background: #47b8fe;
}

.c-bg-yello-light {
  background: #fef851;
}
.c-bg-green {
  background: #56c52f;
}
.c-border-gray {
  border-color: #a4a5a4 !important;
}
.c-border-cyan {
  border-color: #b4dff5 !important;
}
.c-border-left-cyan {
  border-left-color: #b4dff5 !important;
}
.c-border-right-cyan {
  border-right-color: #b4dff5 !important;
}
.c-border-black {
  border: 1px solid black;
}
.c-bg-gray {
  background: #a4a5a4;
}
.c-text-gray {
  color: #a4a5a4;
}
.c-text-black {
  color: black;
}
.c-text-red {
  color: #ec3833;
}
.c-bg-red {
  background: #ec3833;
}
.c-border-red {
  border-color: #ec3833;
}

.c-bg-dark {
  background: #3f403f;
}
.c-bg-dark-100 {
  background: #777777;
}
.c-bg-dark-200 {
  background: #e9e9e9 !important;
}
.c-bg-dark-800 {
  background: #f6f6f7;
}
.c-bg-dark-900 {
  background: #f5f5f5;
}
.c-bg-white {
  background: white;
}
.c-badge-bg-dark {
  background: #ebebeb;
}

.push-pin-icon {
  /* transform: rotate(-45deg); */
}

.column-card-content {
  min-height: 300px;
}
.height-full {
  height: 100%;
}
.width-full {
  width: 100%;
}
/* nav.sidebar li.nav-item .nav-link.active::after {
  right: 0;
  border: solid 8px transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: #ec3833;
  margin-top: 3px;
  margin-right: -16px;
} */
.nav-pin-img {
  color: #d7dbde;
  /* transform: rotate(-30deg); */
  margin-left: -3px;
}
.nav-pin-img.active {
  color: #b3e0f3;
}
.nav-pin-mark.square {
  display: inline-block;
  width: 11px;
  height: 16px;
  background: #d7dbde;
  border-radius: 3px;
}
.nav-pin-mark.square.active {
  background: #b3e0f3;
}

.c-border-width-0 {
  border-width: 0px !important;
}

.nav-link.active .nav-item-title {
  color: #ec3833;
  font-weight: bold;
  text-transform: uppercase;
}

.font-weight-bold {
  font-weight: bold;
}

.pointer-event-none {
  pointer-events: none;
}

.splide__list li .thumb-slide-img-wrapper.bg-white.p-1.rounded-pill svg {
  fill: #a4a5a4;
}
.splide__list
  li.is-clicked
  .thumb-slide-img-wrapper.bg-white.p-1.rounded-pill
  svg {
  fill: #43b0f0;
}

#upToBtn {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #43b0f0;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 80px;
}

#upToBtn:hover {
  background-color: #555;
}

.social-icon {
  width: 40px;
  height: 40px;
}

.height-fit-content {
  height: fit-content;
}

.content-slider-wrapper li.splide__slide:not(.is-active) > div {
  display: none;
}

.login-modal-logo {
  width: 70px;
  height: 70px;
}

/* #subscribeSectionWrapper {
  display: none;
  position: fixed;
  bottom: 0px;
  z-index: 199;
  width: 100%;
  height: 100%;
  align-items: center;
  transition: opacity 0.15s linear;
  padding-bottom: 150px;
}

#subscribeSection {
  padding: 15px;
  border-radius: 0.3rem;
  background: white;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid green;
} */

.sectionsWrapper {
  display: block;
  position: relative;
  bottom: 0px;
  z-index: 199;
  min-height: 700px;
  transition: opacity 0.15s linear;
  justify-content: center;
}

.loginSection {
  display: none;
  top: 30px;
  position: absolute;
  padding-top: 100px;
  padding-bottom: 150px;
  height: 100%;
  width: 100%;
  transition: opacity 0.15s linear;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 1%,
    rgba(255, 255, 255, 1) 17%,
    rgba(255, 255, 255, 1) 99%
  );
}

.loginSection-content {
  padding: 15px;
  border-radius: 0.3rem;
  background: white;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  /* border: 1px solid gray(0, 181, 0, 0.5); */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.55);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.55);
}

.overflow-unset {
  overflow: unset;
}

.uninteractive {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.login-btn--supplychain {
  background: #002f5e;
}
.login-btn--supplychain a {
  color: #f5f6f5 !important;
}
.login-btn--supplychain:hover a {
  color: white !important;
}
.cursor-pointer {
  cursor: pointer;
}
.c-text-002f5e {
  color: #002f5e;
}
.c-text-495057 {
  color: #495057;
}
.c-border-002f5e {
  border: 1px solid #002f5e;
}

.nav-tabs .nav-link.active {
  z-index: 1;
}
.arrow-box {
  position: relative;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  width: 200px;
  text-align: center;
}

/* Create the arrow using ::after pseudo-element */
.arrow-box::after {
  content: "";
  position: absolute;
  top: 100%; /* Position the arrow at the bottom of the div */
  left: 50%;
  margin-left: -10px; /* Center the arrow */
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  /* z-index: 2; */
}
#modal-nav-tab.nav-tabs .active .arrow-box::after {
  z-index: 2;
}

#modal-nav-tab.nav-tabs .nav-link.active {
  color: #212529;
}

.criteria-tab-title {
  padding: 1px 10px;
  border-radius: 15px 15px 0px 0px;
  font-weight: 500;
  font-size: 1.1rem;
}
.criteria-modal-tabl-title-wrap {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
}
#nav-debutant-tab .detail-wrap,
#nav-debutant-tab .criteria-tab-title,
#nav-debutant-tab .segment-wrap {
  background-color: #f8bf45;
}
#nav-debutant-tab .detail-wrap {
  padding-bottom: 0.2rem;
}

#nav-debutant-tab::after {
  border-top: 10px solid #f8bf45; /* Arrow color matches the div background */
}

#nav-basique-tab .detail-wrap,
#nav-basique-tab .criteria-tab-title,
#nav-basique-tab .segment-wrap {
  background-color: #fef851;
}
#nav-basique-tab .detail-wrap {
  padding-bottom: 0.7rem;
}
#nav-basique-tab::after {
  border-top: 10px solid #fef851; /* Arrow color matches the div background */
}

#nav-intermediaire-tab .detail-wrap,
#nav-intermediaire-tab .criteria-tab-title,
#nav-intermediaire-tab .segment-wrap {
  background-color: #47b8fe;
}
#nav-intermediaire-tab .detail-wrap {
  padding-bottom: 1.2rem;
}
#nav-intermediaire-tab::after {
  border-top: 10px solid #47b8fe; /* Arrow color matches the div background */
}

#nav-avance-tab .detail-wrap,
#nav-avance-tab .criteria-tab-title,
#nav-avance-tab .segment-wrap {
  background-color: #56c52f;
}
#nav-avance-tab .detail-wrap {
  padding-bottom: 1.7rem;
}
#nav-avance-tab::after {
  border-top: 10px solid #56c52f; /* Arrow color matches the div background */
}

.form-segment-controls {
  &.disabled {
    pointer-events: none;
    opacity: 0.5;
  }
}

.segmented-control {
  display: flex;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
}

.segment-radio {
  display: none;
}

.segment-label {
  flex: 1;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  position: relative;
  display: flex;
  align-items: flex-end; /* Aligns the flex items to the bottom */
  justify-content: center;
  border-radius: 20px;
}

.segment-label .label-content {
  display: flex;
  flex-direction: column; /* Makes the content align vertically */
  align-items: center;
  width: 100%;
  height: 100%;
}

.segment-label .bottom-div {
  margin-top: auto; /* Pushes the bottom div to the bottom */
  background-color: rgba(
    0,
    0,
    0,
    0.5
  ); /* Optional: To make the text stand out */
  color: white;
  padding: 5px;
  font-size: 14px;
  width: 100%; /* Ensures the bottom div spans the entire width */
  text-align: center; /* Center the text inside the bottom div */
}

.segment-radio:checked + .segment-label {
  background-color: #012f5f;
  color: white;
}

.criteria-modal-tab-title-wrap {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
}

.no-modules-label-wrapper {
  border-width: 0px 0px 2px 0px;
  border-style: solid;
  border-color: #b4dff5;
}

.btn-criteria {
  background-color: white;
}

.btn-criteria:hover {
  background-color: #012f5f;
  color: white;
}

.select-evaluations-history {
  min-width: 17em;
  display: inline-block;
  transform: translateY(0.25em);
}

#profileSidebarMenu .nav-link:hover {
  color: #ff3100;
  border-bottom: 1px solid#CED4DA !important;
}
#profileSidebarMenu .nav-link {
  border-bottom: 1px solid #ced4da !important;
}

#profileSidebarMenu .nav-link.active {
  color: #ff3100;
  border-bottom: 1px solid #ff3100 !important;
}

#headerProfileMenu .dropdown-item.active,
#headerProfileMenu .dropdown-item:active {
  background-color: #002f5e;
}

.c-text-white {
  color: white !important;
}

@media (min-width: 992px) {
  .modal-xxl {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .modal-xxl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .modal-xxl {
    max-width: 1360px;
  }
}

@media (min-width: 576px) {
  .border-start-sm {
    border-left: 1px solid #dee2e6 !important;
  }
  .border-end-sm {
    border-right: 1px solid #dee2e6 !important;
  }
  .border-start-sm-none {
    border-left: 0px !important;
  }
  .border-end-sm-none {
    border-right: 0px !important;
  }
  .border-0-sm {
    border-width: 0px !important;
  }
}

@media (min-width: 768px) {
  .border-start-md-none {
    border-left: 0px !important;
  }
  .border-end-md-none {
    border-right: 0px !important;
  }
}

@media (min-width: 992px) {
  .border-start-lg {
    border-left: 1px solid #dee2e6 !important;
  }
  .border-end-lg {
    border-right: 1px solid #dee2e6 !important;
  }
  .border-start-lg-none {
    border-left: 0px !important;
  }
  .border-end-lg-none {
    border-right: 0px !important;
  }
  .border-2-lg {
    border-width: 2px !important;
  }
  #loginModal .modal-lg {
    max-width: 700px;
  }
}

@media (min-width: 1200px) {
  .border-start-xl-none {
    border-left: 0px !important;
  }
  .border-end-xl-none {
    border-right: 0px !important;
  }
}

@media (min-width: 1400px) {
}

@media (min-width: 1600px) {
  .d-3xl-flex {
    display: flex !important;
  }
  .d-3xl-none {
    display: none !important;
  }
}
