@charset "UTF-8";
/* --------------------------------------------------
   MAIN ENTRY POINT (SASS MODULE SYSTEM)
   -------------------------------------------------- */
/* --------------------------------------------------
   VARIABLES — Dodds & Shute Theme
   -------------------------------------------------- */
/* Brand colours */
/* Greys */
/* Typography */
/* Spacing scale */
/* Borders */
/* Shadows */
/* --------------------------------------------------
   MAIN ENTRY POINT (SASS MODULE SYSTEM)
   -------------------------------------------------- */
/* --------------------------------------------------
   MIXINS
   -------------------------------------------------- */
/* --------------------------------------------------
   MAIN ENTRY POINT (SASS MODULE SYSTEM)
   -------------------------------------------------- */
body {
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  background: white;
  color: #212529;
  margin: 0;
}

.homepage-full {
  background-color: #F4EFE8;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem;
}

.page-header {
  padding: 1.5rem 0;
  border-bottom: 1px solid #dee2e6;
}
.page-header h1 {
  font-weight: 600;
  line-height: 1.2;
  font-size: 2rem;
  color: #2C4856;
}

main {
  background-color: #F4EFE8;
}

h1, h2, h3, h4 {
  font-weight: 500;
}

button, .btn {
  font-weight: 600;
}

.section {
  padding: 1.5rem 0;
}

.footer {
  padding: 1rem;
  background: #e9ecef;
  text-align: center;
  font-size: 0.875rem;
}

.fullpage-bg {
  width: 100%;
  min-height: 100vh;
  padding-top: 80px;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}

.navbar-nav.me-auto {
  flex-grow: 1 !important;
}

/* --------------------------------------------------
   MAIN ENTRY POINT (SASS MODULE SYSTEM)
   -------------------------------------------------- */
/* --------------------------------------------------
   COMPONENTS
   -------------------------------------------------- */
/* --------------------------------------------------
   SUPPLIER ONBOARDING FORM
   -------------------------------------------------- */
/* --------------------------------------------------
   LAYOUT
   -------------------------------------------------- */
.wizard-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 2rem;
  padding: 2rem;
}

.wizard-sidebar {
  width: 280px;
  flex-shrink: 0;
}

.wizard-main {
  flex: 1;
  padding-left: 30px;
}

/* --------------------------------------------------
   LEFT NAV
   -------------------------------------------------- */
.wizard-nav {
  width: 260px;
  background: #f7f7f7;
  border-right: 1px solid #ddd;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Collapsible section wrapper */
.wizard-section {
  margin-bottom: 1rem;
}

/* --------------------------------------------------
   LEFT NAV — SECTION HEADERS
   -------------------------------------------------- */
/* Collapsible section wrapper */
.wizard-section {
  margin-bottom: 1rem;
}

/* Section header (integrated improved styling) */
.wizard-section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  font-weight: 600;
  background: #ececec;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  color: #444;
  border-left: 4px solid transparent;
  text-decoration: none; /* ensures link inside summary looks like plain text */
}

/* Make section headers NOT look like links */
.wizard-section-title a {
  color: inherit !important;
  text-decoration: none !important;
  font-weight: inherit;
  display: block;
  width: 100%;
  cursor: pointer; /* optional: keeps the “clickable” feel */
}

.wizard-section-title a:hover,
.wizard-section-title a:focus,
.wizard-section-title a:visited {
  color: inherit !important;
  text-decoration: none !important;
}

/* Active/open section */
.wizard-section[open] .wizard-section-title {
  background: #fafafa;
  border-left-color: #0078d4;
}

/* Hover state */
.wizard-section-title:hover {
  background: #f0f0f0;
}

/* Arrow rotation */
.section-arrow {
  transition: transform 0.2s ease;
}

details:not([open]) .section-arrow {
  transform: rotate(-90deg);
}

/* Section fields list */
.wizard-section-fields {
  list-style: none;
  margin: 0;
  padding-left: 0.5rem;
}

details:not([open]) .section-arrow {
  transform: rotate(-90deg);
}

/* Fields inside each section */
.wizard-section-fields {
  list-style: none;
  margin: 0;
  padding-left: 0.5rem;
}

/* Individual nav items */
.wizard-nav-item {
  padding: 0.35rem 0.5rem;
  border-radius: 4px;
  font-size: 0.9rem;
  color: #555;
}
.wizard-nav-item:hover {
  background: #f2f2f2;
}
.wizard-nav-item.active {
  background: #e8f3ff;
  border-left: 3px solid #0078d4;
  color: #0078d4;
  font-weight: 600;
}
.wizard-nav-item.locked {
  color: #aaa;
  cursor: not-allowed;
}

/* --------------------------------------------------
   HEADING
   -------------------------------------------------- */
.wizard-intro {
  margin-bottom: 1.5rem;
}

.wizard-intro-summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 1.1rem;
  list-style: none; /* remove default bullet */
}

/* show a custom arrow before the summary text */
.wizard-intro-summary::before {
  content: "▶";
  display: inline-block;
  margin-right: 0.5rem;
  transition: transform 0.2s ease;
}

/* rotate arrow when open */
.wizard-intro[open] .wizard-intro-summary::before {
  transform: rotate(90deg);
}

.wizard-intro-content {
  padding-left: 1.5rem;
  margin-top: 0.5rem;
}

/* --------------------------------------------------
   QUESTION CARD + CONTENT
   -------------------------------------------------- */
.wizard-question-card {
  background: white;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.wizard-question-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.wizard-help-text {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 1rem;
}

/* --------------------------------------------------
   PROGRESS BAR
   -------------------------------------------------- */
.wizard-progress {
  height: 6px;
  background: #eee;
  border-radius: 3px;
  overflow: hidden;
}

.wizard-progress-fill {
  height: 100%;
  background: #0078d4;
  width: calc(var(--completed) / var(--total) * 100%);
}

/* --------------------------------------------------
   INPUT TYPES
   -------------------------------------------------- */
/* Long text input */
.long-text {
  width: 100%;
  max-width: 700px;
  min-height: 120px;
}

/* Radio rows */
.radio-row {
  margin-top: 40px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 12px;
  row-gap: 8px;
  width: 100%;
  margin-bottom: 6px;
}
.radio-row input[type=radio] {
  margin: 0;
}
.radio-row label {
  line-height: 1.4;
  white-space: nowrap;
}

/* Checkbox rows */
.checkbox-row {
  margin-top: 40px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 12px;
  row-gap: 8px;
  width: 100%;
  margin-bottom: 6px;
}
.checkbox-row input[type=checkbox] {
  margin: 0;
}
.checkbox-row label {
  line-height: 1.4;
  white-space: nowrap;
}

/* Form row */
.form-row {
  width: 100%;
  max-width: 800px;
}

/* --------------------------------------------------
   COUNTRY AUTOCOMPLETE
   -------------------------------------------------- */
.country-autocomplete {
  position: relative;
}

.country-results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ccc;
  max-height: 200px;
  overflow-y: auto;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 1000;
}
.country-results li {
  padding: 8px;
  cursor: pointer;
}
.country-results li:hover {
  background: #f0f0f0;
}

/* Make Back look exactly like Continue */
.wizard-back-btn {
  text-decoration: none;
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* --------------------------------------------------
   BUTTONS
   -------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease;
  width: auto !important;
}

.btn-primary {
  background: #2C4856;
  color: #fff;
}
.btn-primary:hover {
  background: rgb(30.1907692308, 49.4030769231, 59.0092307692);
}

.btn-secondary {
  background: #006699;
  color: #fff;
}
.btn-secondary:hover {
  background: rgb(0, 74.8, 112.2);
}

/* --------------------------------------------------
   CARDS
   -------------------------------------------------- */
.card {
  background: #f5f7fa;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  padding: 1rem;
}
.card h3 {
  font-weight: 600;
  line-height: 1.2;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

/* --------------------------------------------------
   NAVBAR — Dodds & Shute aesthetic
   -------------------------------------------------- */
.navbar {
  --bs-navbar-bg: #2C4856;
  background-color: var(--bs-navbar-bg) !important;
}

.navbar-brand {
  color: #f5f7fa;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.navbar-brand img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  object-fit: cover;
}
.navbar-brand:hover {
  color: #e6b800;
}

.navbar-nav .nav-link {
  color: #f5f7fa;
  font-weight: 500;
  padding: 0.5rem 1rem;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.navbar-nav .nav-link:hover {
  color: #e6b800;
  opacity: 0.85;
}
.navbar-nav .nav-link.active {
  color: #e6b800;
}

.navbar-text {
  color: #f5f7fa;
  font-weight: 400;
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
}

.navbar-dark .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28#f5f7fa, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* --------------------------------------------------
   FORM INPUTS
   -------------------------------------------------- */
input.form-control,
textarea.form-control,
select.form-control {
  border-radius: 30px !important;
  margin-bottom: 1rem !important;
  -webkit-appearance: none;
  appearance: none;
}

/* Long text input (textarea or long text fields) */
.long-text {
  width: 100%;
  max-width: 700px; /* adjust to taste */
  min-height: 120px; /* optional */
}

/* Login form spacing */
.login-form .form-control {
  margin-bottom: 1rem;
}

.login-btn {
  max-width: 260px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

/* --------------------------------------------------
   IMAGES
   -------------------------------------------------- */
.invite-image img {
  max-height: 330px;
  width: auto;
  object-fit: contain;
}

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