@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hurricane&family=Raleway:wght@100;300;400;600&family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@100;400;900&display=swap");
:root {
  --font-primary: Open Sans, sans-serif;
  --font-display: Raleway, sans-serif;
  --font-accent: Hurricane, cursive;
  --font-condensed: Roboto Condensed, sans-serif;
  --font-body: Roboto, sans-serif;
  --clr-black: #000000;
  --clr-white: #ffffff;
  --clr-gray: #535353;
  --clr-teal: #5bc4b7;
  --clr-forest: #163d0f;
  --clr-loader: #330e75;
  --clr-status-default: #ececec;
  --clr-status-orange: #ff9242;
  --clr-status-yellow: #f4fdab;
  --clr-status-blue: #bcf5ff;
  --clr-status-green: #91ffa8;
}

.multisteps-form__panel {
  position: relative !important;
}

.multisteps-form__panel:not(.js-active) {
  display: none;
}

/* pill buttons reset — nav-pills class removed to avoid soft-ui-dashboard.js initNavs() */
.pill-tipo, .pill-unidade {
  border-radius: 0.5rem;
}

.pill-tipo .nav-link,
.pill-unidade .nav-link {
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 0.8rem;
  padding: 0.35rem 0.6rem;
  width: 100%;
}

/* active state */
.pill-tipo .nav-link.active,
.pill-unidade .nav-link.active {
  background-color: rgb(165, 252, 184) !important;
  color: #212529 !important;
}

.pill-tipo .nav-link.active small,
.pill-unidade .nav-link.active small {
  color: #212529 !important;
}

/* date/time field spacing */
#extraDataEntrada, #extraHorarioEntrada,
#extraDataSaida, #extraHorarioSaida {
  margin-top: 18px;
}

.ocultarElemento {
  display: none !important;
}

/* passageiro list */
.passageiro-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px solid #e0e0e0;
}

.passageiro-item:last-child {
  border-bottom: none;
}

.remover-pass {
  cursor: pointer;
  color: #e74c3c;
  margin-left: 8px;
}

/* Choices.js floating label wrapper */
.choices-float-label {
  position: relative;
  margin-top: 18px;
}

.choices-float-label > label {
  display: block;
  position: absolute;
  top: 0.42rem;
  left: 0.75rem;
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.65);
  z-index: 5;
  pointer-events: none;
  white-space: nowrap;
}

.choices-float-label .choices__inner {
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
  min-height: 3.5rem;
  border-color: #d2d6da;
  border-radius: 0.5rem;
  background-color: #fff;
  font-size: 0.875rem;
}

/* Bootstrap form-floating: date inputs always show label floated */
.form-floating > input[type=date] ~ label,
.form-floating > input[type=date]:focus ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* ── Passenger row (final list) ── */
.pass-row {
  border: 1px solid #e9ecef;
  border-radius: 0.5rem;
  padding: 0.6rem 0.75rem;
  margin-bottom: 0.5rem;
  background: #fff;
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
}

.pass-row-left {
  width: 30%;
  flex-shrink: 0;
  min-width: 0;
}

.pass-row-right {
  flex: 1;
  min-width: 0;
}

.pass-row-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.4rem;
  min-width: 0;
}

.pass-row-header > div {
  min-width: 0;
  overflow: hidden;
  flex: 1;
}

.pass-row-header strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.85rem;
}

.pass-setor-input {
  font-size: 0.75rem;
  height: 1.9rem;
  padding: 0.2rem 0.5rem;
  border-radius: 0.35rem;
  width: 100%;
  border: 1px solid #d2d6da;
  margin-bottom: 0.4rem;
  box-sizing: border-box;
}

.pass-row-right {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pass-address-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  flex: 1;
  min-width: 0;
  margin-bottom: 0.4rem;
}

.pass-address-section .form-floating {
  margin-bottom: 0;
  flex: 1;
  min-width: 0;
}

.pass-address-section .form-floating > .form-select {
  padding-top: 1.4rem;
  padding-bottom: 0.3rem;
  font-size: 0.8rem;
  height: 3rem;
  min-height: 3rem;
  border-color: #d2d6da;
  border-radius: 0.35rem;
}

.pass-address-section .form-floating > label {
  font-size: 0.72rem;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 600;
  padding: 0.3rem 0.6rem;
  top: 0;
}

.outro-end-fields {
  margin-top: 0.3rem;
}

.outro-end-fields input {
  font-size: 0.8rem;
  height: 2rem;
  padding: 0.2rem 0.5rem;
  border-radius: 0.35rem;
  width: 100%;
  border: 1px solid #d2d6da;
  margin-bottom: 0.25rem;
}

/* -- Save progress overlay ---------------------------------------- */
#saveProgressOverlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

#saveProgressOverlay.active {
  display: flex;
}

.save-progress-box {
  background: #fff;
  border-radius: 0.75rem;
  padding: 2rem 2.5rem;
  min-width: 320px;
  max-width: 420px;
  width: 90%;
  text-align: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
}

.save-progress-box h6 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1rem;
}

.save-progress-box .progress {
  border-radius: 5px;
  margin-bottom: 0.75rem;
}

.save-progress-label {
  font-size: 0.82rem;
  color: rgba(0, 0, 0, 0.55);
  min-height: 1.2em;
  display: block;
}

.viz-pass-row {
  border: 1px solid #e9ecef;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  margin-bottom: 0.75rem;
  background: #fafafa;
}

.viz-pass-info {
  margin-bottom: 0.5rem;
}

.viz-timeline {
  display: flex;
  flex-direction: column;
  padding: 0.25rem 0 0.25rem 0.25rem;
  margin-top: 0.35rem;
}

.viz-timeline-item {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
}

.viz-timeline-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 0.22rem;
}

.viz-dot-origin {
  background-color: #4CAF50;
}

.viz-dot-dest {
  background-color: #2196F3;
}

.viz-timeline-line {
  width: 2px;
  min-height: 18px;
  background: #bdbdbd;
  margin-left: 5px;
}

.viz-timeline-content {
  font-size: 0.82rem;
  color: #344767;
  line-height: 1.45;
  flex: 1;
  min-width: 0;
}

.viz-header h6 {
  font-size: 0.95rem;
}/*# sourceMappingURL=main.css.map */