html,
body {
  height: 100%;
}

.content {
  flex: 1;
  background-color: #f4f4f4ab;
}

.content.bg {
  background-image: linear-gradient(rgb(255, 255, 255), rgba(0, 0, 0, 0.555)),
    url("../img/bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.column-divider {
  border-left: 1px solid red;
}

.hover-light:hover {
  background-color: #06983971;
  color: white !important;
  transition: ease-in-out 0.3s;
  cursor: pointer;
}

.hover-soft:hover {
  background-color: #f6f6f6;
  transition: ease-in-out 0.3s;
  cursor: pointer;
}

.pointer {
  cursor: pointer;
}

.list-group-item.active.rounded-0 {
  z-index: 2;
  color: #017534;
  background-color: #d2f2e1;
  font-weight: bolder;
}

/*  Step design */

.courier-step-indicator {
  display: flex;
}

.courier-step {
  flex: 1;
  padding: 15px;
  text-align: center;
  background-color: #fff;
  /* Blanc pour les étapes non atteintes */
  color: #000;
  font-weight: bold;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  color: #8b8b8b;
}

.courier-step:last-child {
  border-radius: 0 5px 5px 0;
  margin-right: 0;
}

.courier-step:first-child {
  border-radius: 5px 0 0 5px;
  margin-right: 0;
}

.courier-step:first-child.active {
  border-radius: 5px;
  margin-right: 0;
}

.courier-step.completed {
  background-color: #28a745;
  color: white;
}

.courier-step.active {
  background-color: #f29400;
  color: white;
  border-radius: 0 5px 5px 0;
}

.courier-step-content {
  display: none;
}

.courier-step-content.active {
  display: block;
}

.border-dashed {
  border: dashed 1px #aeaeae5e !important;
}

blockquote a {
  color: #636363 !important;
}

blockquote a:hover {
  color: #d78c18 !important;
  font-weight: bold;
  transition: ease-in-out 0.2s;
}

.border-success {
  border-left: solid 1px #9bdfb8 !important;
}

.toggle-switch-input:checked + .toggle-switch-label .toggle-switch-indicator {
  transform: translate(30px, 12px);
}

.green-color {
  background-color: #06983a !important;
}

.color-grey {
  color-grey: #7b7b7b;
}

.actif {
  border-bottom: 3px solid white;
}

.fixed-header {
  position: fixed;
  top: -80px;
  left: 0;
  width: 100%;
  background-color: #06983a;
  height: 60px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transition: top 0.5s ease-in-out;
  z-index: 1000;
}

.fixed-header.show {
  top: 0;
}

@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideOutRight {
  from {
    transform: translateX(0);
    opacity: 1;
  }

  to {
    transform: translateX(100%);
    opacity: 0;
  }
}

.btn-white:focus,
.btn-white:active,
.btn-white:hover,
.btn-white:focus-visible {
  color: inherit !important;
  background-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  border-color: transparent !important;
}

.btn:focus,
.btn:active {
  box-shadow: none !important;
  outline: none !important;
}

#headerCollapse {
  position: fixed;
  top: 0;
  right: 0;
  width: 350px;
  height: 100vh;
  background: white;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}

#headerCollapse.show {
  transform: translateX(0);
}

.nav-pills:not(.nav-segment) .nav-link.active {
  color: #06983a;
  background-color: #fff !important;
  border-bottom: 3px solid #06983a;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #06983a;
}
.nav-link.active {
  color: #06983a;
}
.nav-link {
  color: #434343;
}
.nav-link:hover {
  background-color: #fff !important;
  color: #06983a !important;
}
.nav-pills .nav-link {
  border-radius: 0rem;
}
.toggle-switch-input:checked + .toggle-switch-label .toggle-switch-indicator {
  transform: translate(30px, 12px);
}

.green-color {
  background-color: #06983a !important;
}
.color-grey {
  color-grey: #7b7b7b;
}
.actif {
  border-bottom: 3px solid white;
}
.fixed-header {
  position: fixed;
  top: -80px;
  left: 0;
  width: 100%;
  background-color: #06983a;
  height: 60px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transition: top 0.5s ease-in-out;
  z-index: 1000;
}

.fixed-header.show {
  top: 0;
}

@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideOutRight {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(100%);
    opacity: 0;
  }
}

.btn-white:focus,
.btn-white:active,
.btn-white:hover,
.btn-white:focus-visible {
  color: inherit !important;
  background-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  border-color: transparent !important;
}

.btn:focus,
.btn:active {
  box-shadow: none !important;
  outline: none !important;
}

#headerCollapse {
  position: fixed;
  top: 0;
  right: 0;
  width: 350px;
  height: 100vh;
  background: white;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}

#headerCollapse.show {
  transform: translateX(0);
}
.customSwitch2:checked + #customLabel2 {
  background-color: #06983a;
}
.customLabel2 {
  background-color: #7b7b7b;
}

.hist2-3:hover {
  background-color: #e3e3e3 !important;
  transition: background-color 0.3s ease;
}
.hist1:hover {
  background-color: #98fbbe !important;
  transition: background-color 0.3s ease;
}
