/*!
 * Bootstrap Steps v1.0.3 (https://github.com/ycs77/bootstrap-steps)
 * Copyright 2020 Lucas Yang <yangchenshin77@gmail.com>
 * Licensed under MIT (https://github.com/ycs77/bootstrap-steps/blob/master/LICENSE)
 */
.steps {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  overflow-x: auto;
}
.steps .step:first-child {
  margin-left: auto;
}
.steps .step:last-child {
  margin-right: auto;
}

.step:first-of-type .step-circle::before {
  display: none;
}
.step:last-of-type .step-content {
  padding-right: 0;
}

.step-content {
  box-sizing: content-box;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 5rem;
  min-width: 5rem;
  max-width: 5rem;
  padding-top: 0.5rem;
  padding-right: 1rem;
}

.step-circle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  color: #adb5bd;
  border: 2px solid #adb5bd;
  border-radius: 100%;
  background-color: #fff;
}
.step-circle::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -2px;
  width: calc(5rem + 1rem - 1.5rem);
  height: 2px;
  transform: translate(-100%, -50%);
  color: #adb5bd;
  background-color: currentColor;
}

.step-text {
  color: #adb5bd;
  word-break: break-all;
  margin-top: 0.25em;
}

.step-active .step-circle {
  color: #fff;
  background-color: rgb(0, 125, 165);
  border-color: rgb(0, 125, 165);
}
.step-active .step-circle::before {
  color: rgb(0, 125, 165);
}
.step-active .step-text {
  color: rgb(0, 125, 165);
}

.step-error .step-circle {
  color: #fff;
  background-color: rgb(216, 26, 26);
  border-color: rgb(216, 26, 26);
}
.step-error .step-circle::before {
  color: rgb(216, 26, 26);
}
.step-error .step-text {
  color: rgb(216, 26, 26);
}

.step-success .step-circle {
  color: #448c29;
  background-color: #fff;
  border-color: #448c29;
}
.step-success .step-circle::before {
  color: #448c29;
}
.step-success .step-text {
  color: #448c29;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  min-height: 100%;
  position: relative;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

main > .container {
  padding: 65px 15px 0;
}

.footer {
  background-color: #e5e5e5;
  bottom: 0;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  width: 100%;
}
.footer > .container {
  padding-left: 15px;
  padding-right: 15px;
}

label.form-label.required::after {
  content: " * ";
  color: rgb(216, 26, 26);
}

.main-header {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  border-bottom: 1px solid rgba(88, 87, 86, 0.25) !important;
}

.nav-divider {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.reveal-if-active-country {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform: scale(0.8);
  transition: 0.5s;
}
#country-radio[type=checkbox]:checked ~ .reveal-if-active-country {
  opacity: 1;
  max-height: 30rem;
  overflow: visible;
  transform: scale(1);
}

.reveal-if-active-sector {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform: scale(0.8);
  transition: 0.5s;
}
#sector-radio[type=checkbox]:checked ~ .reveal-if-active-sector {
  opacity: 1;
  max-height: 30rem;
  overflow: visible;
  padding-top: 1rem;
  transform: scale(1);
}

.reveal-if-active-pp-dirgen {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform: scale(0.8);
  transition: 0.5s;
}

#mandate_submit_ppdirgen:checked ~ .reveal-if-active-pp-dirgen {
  opacity: 1;
  max-height: 30rem;
  overflow: visible;
  padding-top: 1rem;
  transform: scale(1);
}

.reveal-if-active-pp-dirops {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform: scale(0.8);
  transition: 0.5s;
}
#mandate_submit_ppdirops:checked ~ .reveal-if-active-pp-dirops {
  opacity: 1;
  max-height: 30rem;
  overflow: visible;
  padding-top: 1rem;
  transform: scale(1);
}

.dashboard-link {
  color: #545352;
}

.ais-SearchBox {
  margin: 1em 0;
}

.ais-Hits-item, .ais-InfiniteHits-item, .ais-InfiniteResults-item, .ais-Results-item {
  border-radius: 5px;
  width: calc(100% - 1rem) !important;
  border: 0 !important;
  box-shadow: none !important;
  margin-top: 0 !important;
}

.ais-RefinementList-labelText {
  padding-left: 0.6em;
  padding-right: 0.4em;
}

.step-warning .step-circle {
  color: #fff;
  background-color: #ff5e03;
  border-color: #ff5e03;
}
.step-warning .step-circle::before {
  color: #ff5e03;
}
.step-warning .step-text {
  color: #ff5e03;
}

/*# sourceMappingURL=app.output.css.map */
