/* CSS Document */

.reid-text {
	font-family: 'Vonique 43',Helvetica,Arial,Lucida,sans-serif;
}

.profileImage {
  font-family: Arial, Helvetica, sans-serif;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background: #004D3C;
  font-size: 3.5rem;
  color: #fff;
  text-align: center;
  line-height: 10rem;
  margin: 2rem 0;
}

.input-group-append {
    cursor: pointer;
  }

  .dropdown-menu {
  overflow: hidden;
  overflow-y: scroll;
  scrollbarPosition: "inside";
  }

  .reid-header {
    background-color: #32603B !important;
  }
  .act-green {
    background-color: #32603B !important;
  }
  .act-orange {
    background-color: #F99100 !important;
  }

  /* Custom CSS to change background color when active */
 /* .nav-link.active { */
  /* !important to override Bootstrap styles */
/*  background-color: #32603B !important; */
  /* Optional: Change text color when active */
/*  color: #fff; */
/*  }*/
  /*
  .nav-link:not(.active) {
    background-color: #F99100 !important;
    color: #333 !important;
  }
  */


/*
  .btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #32603B !important;
  --bs-btn-border-color: #32603B !important;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #022222 !important;
  --bs-btn-hover-border-color: #022222 !important;
  --bs-btn-focus-shadow-rgb: 38, 121, 244;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #004ec2;
  --bs-btn-active-border-color: #0049b6;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #087278 !important;
  --bs-btn-disabled-border-color: #087278 !important;
  }
*/
.pagination {
    
    --bs-pagination-active-bg: #32603B !important;
    --bs-pagination-active-border-color: #32603B !important;
   
}


  .custom-modal-width {
      max-width: 10%;
  }

  
    #selectedStudents.form-control {
      min-height: 2.5rem;
      cursor: text;
    }
    #selectedStudents .badge {
      font-size: 0.85rem;
    }
    #selectedStudents .remove-badge {
      cursor: pointer;
      margin-left: .4rem;
      font-weight: bold;
      line-height: 1;
    }

    .student-search-wrapper {
      position: relative;
    }
    #studentSearchResults {
      max-height: 260px;
      overflow-y: auto;
    }

.avatar-circle {
      width: 32px;
      height: 32px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 0.8rem;
      font-weight: 600;
    }

    /* Simple pop-in animation for badges */
    @keyframes pop-in {
      from {
        transform: scale(0.8);
        opacity: 0;
      }
      to {
        transform: scale(1);
        opacity: 1;
      }
    }
    .badge-animate {
      animation: pop-in 0.18s ease-out;
    }

.autocomplete-list {
  position: absolute;
  z-index: 1000;
  width: 100%;
  top: calc(100% + 5px);
  left: 0;
  display: none;
}

.search-input-group-desktop {
  width: 400px;
}

.search-input-group-mobile {
  width: 300px;
}

.list-group-item.selected {
  background-color: #054A4E;
  color: white;
}

.ticket-work-alert {
  cursor: pointer;
}

.ui-section-card {
  border: 0;
}

.ui-section-card .card-body {
  background-color: var(--bs-light);
}

.summary-stat-card {
  border: 0;
}

.summary-stat-card .card-body {
  background-color: var(--bs-light);
}

.summary-stat-label {
  color: var(--bs-gray-600);
  font-size: 0.875rem;
}

.summary-stat-value {
  font-weight: 600;
}

.invoice-table {
  margin-bottom: 0;
}

.invoice-context-title {
  font-weight: 600;
}

/* ── Override hardcoded blue (#0061f2) from styles.css ── */

/* Card headers */
.card:not([class*=bg-]) .card-header {
  color: #32603B !important;
}

/* Modal header on dark green background */
.modal-header.reid-header .modal-title {
  color: #fff !important;
}

/* Wizard step icons (inactive) */
.nav-wizard .nav-link .wizard-step-icon {
  background-color: #32603B !important;
}

/* Wizard step text (inactive) */
.nav-wizard .nav-link:not(.active) .wizard-step-text .wizard-step-text-name {
  color: #32603B !important;
}

/* Wizard step icon when tab is active (dark green bg) — keep white */
.nav-wizard .nav-link.active .wizard-step-icon {
  background-color: rgba(255, 255, 255, 0.2) !important;
  color: #fff !important;
}
.nav-wizard .nav-link.active .wizard-step-text .wizard-step-text-name {
  color: #fff !important;
}
.nav-wizard .nav-link.active .wizard-step-icon i,
.nav-wizard .nav-link.active .wizard-step-icon svg,
.nav-wizard .nav-link.active .wizard-step-icon .feather {
  color: #fff !important;
}

.journey-tester-toggle {
  position: fixed;
  right: 0;
  top: 45%;
  z-index: 1060;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-width: 4.75rem;
  min-height: 2.5rem;
  padding: 0.45rem 0.7rem;
  border: 0;
  border-radius: 6px 0 0 6px;
  background: #32603B;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  box-shadow: 0 0.25rem 0.75rem rgba(15, 23, 42, 0.22);
}

.journey-tester-toggle:hover,
.journey-tester-toggle:focus {
  background: #274d2f;
  color: #fff;
}

.journey-tester-toggle svg {
  width: 1rem;
  height: 1rem;
}

.journey-tester-panel {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1070;
  width: min(420px, 100vw);
  height: 100vh;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-left: 1px solid rgba(15, 23, 42, 0.12);
  box-shadow: -0.75rem 0 1.75rem rgba(15, 23, 42, 0.18);
  transform: translateX(100%);
  transition: transform 0.2s ease;
}

.journey-tester-open .journey-tester-panel {
  transform: translateX(0);
}

.journey-tester-open .journey-tester-toggle {
  display: none;
}

.journey-tester-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1rem 0.75rem;
  border-bottom: 1px solid rgba(15, 23, 42, 0.1);
}

.journey-tester-header h2 {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.2;
}

.journey-tester-eyebrow {
  color: #5f6b7a;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
}

.journey-tester-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  background: #f5f7f9;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.journey-tester-summary div {
  min-width: 0;
}

.journey-tester-summary strong {
  display: block;
  color: #17212f;
  font-size: 1rem;
  line-height: 1.2;
}

.journey-tester-summary span {
  display: block;
  color: #5f6b7a;
  font-size: 0.72rem;
  line-height: 1.2;
}

.journey-tester-body {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 1rem;
}

.journey-tester-field {
  margin-top: 0.85rem;
}

.journey-tester-details {
  margin-top: 0.85rem;
  padding: 0.75rem;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 6px;
  background: #f8fafc;
}

.journey-tester-detail-header {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.journey-tester-detail-title {
  color: #17212f;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.25;
}

.journey-tester-detail-path,
.journey-tester-detail-muted {
  color: #6c757d;
  font-size: 0.74rem;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.journey-tester-detail-section {
  margin-top: 0.65rem;
}

.journey-tester-detail-heading {
  color: #32603B;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.journey-tester-detail-section p,
.journey-tester-detail-section ul {
  margin: 0.25rem 0 0;
  color: #303946;
  font-size: 0.8rem;
  line-height: 1.35;
}

.journey-tester-detail-section ul {
  padding-left: 1rem;
}

.journey-tester-detail-section li + li {
  margin-top: 0.2rem;
}

.journey-tester-field textarea {
  resize: vertical;
}

.journey-tester-updated {
  margin-top: 0.75rem;
  color: #6c757d;
  font-size: 0.78rem;
}

.journey-tester-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem 1rem;
  border-top: 1px solid rgba(15, 23, 42, 0.1);
}

.journey-tester-actions .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.journey-tester-save-group {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
}

.journey-tester-actions svg {
  width: 0.9rem;
  height: 0.9rem;
}

.journey-tester-save-state {
  align-self: center;
  color: #6c757d;
  font-size: 0.75rem;
  line-height: 1.2;
  text-align: left;
}

@media (max-width: 575.98px) {
  .journey-tester-toggle {
    top: auto;
    right: 0.75rem;
    bottom: 0.75rem;
    border-radius: 6px;
  }
}

/* Outline-primary button */
.btn-outline-primary {
  --bs-btn-color: #32603B;
  --bs-btn-border-color: #32603B;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #32603B;
  --bs-btn-hover-border-color: #32603B;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #274d2f;
  --bs-btn-active-border-color: #274d2f;
  --bs-btn-disabled-color: #32603B;
  --bs-btn-disabled-border-color: #32603B;
}
