@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
.doccenter-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.doccenter-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.doccenter-toolbar {
  border-radius: 1rem;
  margin-bottom: 1.5rem;
}
.doccenter-toolbar-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  gap: 1.5rem;
}
.doccenter-summary-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}
.doccenter-summary-card {
  padding: 0.85rem;
  border-radius: 0.85rem;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 20px rgba(20, 20, 43, 0.08);
}
.doccenter-summary-card.pending {
  border-left: 4px solid #ffc107;
}
.doccenter-summary-card.approved {
  border-left: 4px solid #198754;
}
.doccenter-summary-card.rejected {
  border-left: 4px solid #dc3545;
}
.doccenter-board {
  display: grid;
  gap: 1.5rem;
}
.doccenter-lane {
  border-radius: 1rem;
  padding: 1.25rem;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 12px 30px rgba(20, 20, 43, 0.05);
}
.doccenter-lane-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  gap: 1rem;
}
.doccenter-lane-title {
  font-weight: 600;
  font-size: 1.1rem;
}
.doccenter-lane-body {
  display: grid;
  gap: 1rem;
  max-height: 480px;
  overflow-y: auto;
  padding-right: 0.5rem;
}
.doccenter-item {
  border-radius: 0.9rem;
  padding: 1rem 1.25rem;
  background: #fdfdfd;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 20px rgba(20, 20, 43, 0.06);
}
.doccenter-item--pending {
  background: rgba(255, 193, 7, 0.08);
}
.doccenter-item--approved {
  background: rgba(25, 135, 84, 0.08);
}
.doccenter-item--rejected {
  background: rgba(220, 53, 69, 0.08);
}
.doccenter-item-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}
.doccenter-item-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.65rem;
}
.doccenter-item-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.85rem;
  flex-wrap: wrap;
}
.doccenter-history-card {
  background: #f8f9fb;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.75rem;
}
@media (max-width: 992px) {
  .doccenter-header {
    flex-direction: column;
  }
  .doccenter-toolbar-grid {
    grid-template-columns: 1fr;
  }
  .doccenter-summary-strip {
    grid-template-columns: 1fr;
  }
}
.bulk-customer-onboarding .bulk-onboarding {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}
.bulk-customer-onboarding .bulk-onboarding__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 20px;
  align-items: start;
}
.bulk-customer-onboarding .bulk-onboarding__main {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bulk-customer-onboarding .bulk-onboarding__side {
  position: sticky;
  top: 84px;
  align-self: start;
}
.bulk-customer-onboarding .bulk-onboarding__grid {
  width: 100%;
}
.bulk-customer-onboarding .bulk-panel {
  background: #fff;
  border: 1px solid #e6e9ef;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}
.bulk-customer-onboarding .panel-header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}
.bulk-customer-onboarding .bulk-filters {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(200px, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-width: 420px;
}
.bulk-customer-onboarding .bulk-input {
  width: 100%;
}
.bulk-customer-onboarding .bulk-stats {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
}
.bulk-customer-onboarding .bulk-stat {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 12px 14px;
}
.bulk-customer-onboarding .bulk-stat__label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #64748b;
}
.bulk-customer-onboarding .bulk-stat__value {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
}
.bulk-customer-onboarding .bulk-grid-panel {
  padding-top: 18px;
}
.bulk-customer-onboarding .bulk-grid-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  gap: 12px;
}
.bulk-customer-onboarding .bulk-grid-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.bulk-customer-onboarding .bulk-chip {
  background: #eef2ff;
  color: #1e3a8a;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
}
.bulk-customer-onboarding .bulk-grid {
  border-radius: 12px;
  overflow: hidden;
}
.bulk-customer-onboarding .status-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 600;
}
.bulk-customer-onboarding .status-pill.success {
  background: #dcfce7;
  color: #15803d;
}
.bulk-customer-onboarding .status-pill.warning {
  background: #fef9c3;
  color: #a16207;
}
.bulk-customer-onboarding .status-pill.neutral {
  background: #e2e8f0;
  color: #334155;
}
.bulk-customer-onboarding .claims-text {
  font-size: 12px;
  color: #475569;
}
.bulk-customer-onboarding .action-stack {
  display: grid;
  gap: 6px;
}
.bulk-customer-onboarding .bulk-apply-card {
  display: grid;
  gap: 16px;
}
.bulk-customer-onboarding .bulk-apply-header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}
.bulk-customer-onboarding .bulk-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  background: #f1f5f9;
  border-radius: 12px;
  padding: 12px;
}
.bulk-customer-onboarding .bulk-summary__label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #64748b;
}
.bulk-customer-onboarding .bulk-summary__value {
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
}
.bulk-customer-onboarding .bulk-steps {
  background: #f8fafc;
  border-radius: 12px;
  padding: 12px;
  border: 1px solid #e2e8f0;
}
.bulk-customer-onboarding .bulk-steps__title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #475569;
  margin-bottom: 8px;
}
.bulk-customer-onboarding .status-message {
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 600;
}
.bulk-customer-onboarding .status-message.success {
  background: #ecfdf3;
  color: #15803d;
}
.bulk-customer-onboarding .status-message.danger {
  background: #fef2f2;
  color: #b91c1c;
}
@media (max-width: 1200px) {
  .bulk-customer-onboarding .bulk-onboarding,
  .bulk-customer-onboarding .bulk-onboarding__top {
    grid-template-columns: 1fr;
  }
  .bulk-customer-onboarding .bulk-onboarding__side {
    position: static;
  }
  .bulk-customer-onboarding .bulk-filters {
    grid-template-columns: 1fr;
    min-width: 0;
  }
  .bulk-customer-onboarding .bulk-summary {
    grid-template-columns: 1fr 1fr;
  }
}
.info-card {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  padding: 14px 14px 12px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}
.info-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}
.info-title {
  font-weight: 700;
  font-size: 1.05rem;
}
.info-card__sub {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.metric__label {
  font-size: 0.8rem;
  opacity: 0.7;
}
.metric__value {
  font-size: 1.2rem;
  font-weight: 700;
}
.info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
@media (max-width: 575px) {
  .info-grid {
    grid-template-columns: 1fr;
  }
}
.lbl {
  font-size: 0.8rem;
  opacity: 0.7;
  margin-bottom: 6px;
}
.value-box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 10px 12px;
  min-height: 42px;
  display: flex;
  align-items: center;
  font-weight: 600;
}
.hint {
  font-size: 0.82rem;
  opacity: 0.75;
  padding-top: 6px;
}
.status-pill {
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 0.78rem;
  font-weight: 700;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.04);
}
.status-pill.neutral {
  background: rgba(0, 0, 0, 0.04);
}
.status-pill.success {
  background: rgba(25, 135, 84, 0.12);
  border-color: rgba(25, 135, 84, 0.25);
}
.status-pill.warning {
  background: rgba(255, 193, 7, 0.18);
  border-color: rgba(255, 193, 7, 0.35);
}
.status-pill.danger {
  background: rgba(220, 53, 69, 0.14);
  border-color: rgba(220, 53, 69, 0.3);
}
.progress-wrap {
  width: 160px;
}
.progress-track {
  width: 100%;
  height: 10px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.progress-fill {
  height: 100%;
  border-radius: 999px;
  background: rgba(13, 110, 253, 0.85);
}
.progress-caption {
  font-size: 0.78rem;
  opacity: 0.75;
  margin-top: 6px;
  text-align: right;
}
.service-history-modern {
  border-top: 1px solid #dbe3ef;
  padding-top: 0.75rem;
}
.service-history-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
}
.service-history-head-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.history-count {
  color: #4b5563;
  font-size: 0.85rem;
}
.service-history-list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding-right: 0.25rem;
}
.service-history-list-compact {
  max-height: 360px;
  overflow-y: auto;
}
.service-history-list-modal {
  max-height: 65vh;
  overflow-y: auto;
  padding-right: 0.5rem;
}
.service-history-row {
  background: #F6F6F6;
  border: 1px solid #dbe3ef;
  border-left: 6px solid #2f6ea9;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.05);
  padding: 0.85rem 1rem;
}
.service-history-row-top {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
}
.service-history-row .serial {
  font-size: 1.05rem;
  font-weight: 700;
}
.service-history-row .serial span {
  font-weight: 500;
  color: #1f2937;
}
.service-history-row .updated {
  color: #4b5563;
  margin-top: 0.2rem;
  font-size: 0.92rem;
}
.status-pill {
  align-self: start;
  background: #e8f3ff;
  color: #1d4f87;
  border: 1px solid #c2defd;
  border-radius: 999px;
  padding: 0.2rem 0.65rem;
  font-size: 0.8rem;
  white-space: nowrap;
}
.service-history-meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.25rem 0.8rem;
  margin-top: 0.55rem;
}
.service-history-comment {
  margin-top: 0.55rem;
  background: #FFFFFF;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 0.5rem 0.65rem;
}
.service-history-modal .e-dlg-content {
  padding-top: 0.25rem;
}
.tag,
label {
  display: inline-block;
  width: auto;
  margin: 0px 2px;
  padding: 0px 5px;
  background: #f1f1f1;
  border-radius: 3px;
}
.tag.emergency,
label.emergency {
  background: red;
  color: #fff;
}
.tag.urgent,
label.urgent {
  background: orange;
  color: #fff;
}
.tag.normal,
label.normal {
  background: blue;
  color: #fff;
}
.tag.low,
label.low {
  color: #888;
}
subheading {
  position: relative;
}
subheading div.pinned {
  position: absolute;
  bottom: calc(100% - 2px);
  display: inline-block;
  padding: 1px 00px 1px 10px;
  background: #eee;
  border: 1px solid #eee;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  transition: 0.3s all ease;
}
subheading div.pinned.right {
  right: 0px;
  padding: 1px 0px;
}
subheading div.pinned:hover {
  border-color: #8dd3e9;
  border-bottom-color: #fff;
}
subheading .node-title {
  display: block;
  width: 100%;
  margin: 50px 0px 15px;
  padding: 10px 15px 8px;
  background: #f7f7f7;
  border: 2px solid #eee;
  border-left-color: #eee;
  border-right-color: #eee;
  text-align: center;
}
.divider-hr {
  height: 3px;
  margin: 10px 0px;
  background: #e3e4e4;
  border-radius: 15px;
}
.reveal-context {
  position: relative;
  display: inline-block;
  border: 0px;
}
.reveal-context > * {
  display: inline-block;
}
.reveal-context > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #fafafa;
  border: 1px solid transparent;
  border-radius: 50%;
  opacity: 0.75;
  transition: 0.3s all ease;
}
.reveal-context > i:hover {
  opacity: 1;
}
.reveal-context.docked > i {
  border-color: #8dd3e9;
}
.reveal-context > div {
  position: absolute;
  top: 50%;
  left: calc(100% + 12px);
  min-width: 350px;
  margin: 0px;
  padding: 1px 10px 0px;
  transform: translateY(-50%);
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 10px;
  color: #777;
  font-style: italic;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all ease;
}
.reveal-context > div::after {
  content: "";
  position: absolute;
  border-width: 6px;
  border-style: solid;
  border-color: #e4e4e4;
  top: 50%;
  right: calc(100% - 1px);
  transform: translateY(-50%);
  margin-right: 1px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  z-index: -1;
  /* Not functional here, but ideal */
}
.reveal-context > i:hover ~ div,
.reveal-context.docked > i ~ div {
  opacity: 1;
}
section.progress {
  position: relative;
  display: block;
  width: 100%;
  height: 150px;
  margin: 0px 0px 15px;
  padding: 15px 0px;
  background: #f5f6f7;
  border-radius: 0px;
}
section.progress > label:first-child {
  position: relative;
  display: block;
  margin: 0px 15px;
  padding: 10px 15px 5px;
  background: #f5f6f7;
  border-bottom-width: 0px;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  z-index: 1;
}
section.progress > label:first-child > span {
  display: inline-block;
  padding: 2px 15px;
  background: #fff;
}
section.progress > label:first-child > hr.backdrop {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 3px;
  margin: 0px auto;
  background: #8dd3e9;
  transform: translateX(-50%);
  z-index: -1;
}
section.progress > div.states {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0px auto;
  padding: 0px;
  background: transparent;
  border-radius: 15px;
}
section.progress > div.states > i {
  color: #ccc;
}
section.progress > div.states > div {
  position: relative;
  width: 25%;
  max-width: 200px;
  margin: 15px;
  padding: 15px 5px;
  line-height: 1;
  background: #fff;
  border-bottom: 3px solid #ccc;
  color: #444;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
}
section.progress > div.states > div > * {
  transition: 0.3s all ease;
}
section.progress > div.states > div:hover > h6,
section.progress > div.states > div.active:not(.autohide-hint) > h6 {
  opacity: 1;
  transform: translateY(-30%);
}
section.progress > div.states > div:hover > span.hint,
section.progress > div.states > div.active:not(.autohide-hint) > span.hint {
  opacity: 1;
  transform: translate(0px, -25%);
}
section.progress > div.states > div > h6 {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: bold;
  opacity: 0.75;
}
section.progress > div.states > div > span.hint {
  position: absolute;
  top: 50%;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  height: 100%;
  background: transparent;
  font-style: italic;
  text-align: center;
  opacity: 0;
  transform: translate(0px, 0%);
}
section.progress > div.states > div.active.open::after {
  content: "";
  position: absolute;
  bottom: 0px;
  background: #b266d3;
}
section.progress > div.states > div.active.open {
  border-color: #b266d3;
}
section.progress > div.states > div.active.in-progress {
  border-color: #8dd3e9;
}
section.progress > div.states > div.active.in-qa {
  border-color: #f4a460;
  /* sandybrown */
}
section.progress > div.states > div.active.concluded {
  border-color: #000;
  color: #222;
}
.history-item {
  position: relative;
  background: #f5f6f7;
}
.history-item:hover {
  box-shadow: 0px 0px 3px #ccc;
  transform: none;
}
.history-item:hover::after {
  background: #bee1ec;
  transform: translate(-50%, -50%) scale(1.1);
}
.history-item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  display: block;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 2px solid #8dd3e9;
  border-radius: 50%;
  box-shadow: 0px 0px 3px transparent;
  transform: translate(-50%, -50%);
  transition: 0.3s all ease;
}
section.progress .states > div {
  cursor: default;
  user-select: none;
  border-bottom: 3px solid #ddd;
  opacity: 0.75;
}
section.progress .states > div.is-current {
  opacity: 1;
  box-shadow: 0 0 0 2px rgba(141, 211, 233, 0.25);
}
section.progress .states > div > span.hint {
  opacity: 0;
  transform: translate(0px, 0%);
}
section.progress .states > div.is-current > h6 {
  opacity: 1;
  transform: translateY(-30%);
}
section.progress .states > div.is-current > span.hint {
  opacity: 1;
  transform: translate(0px, -25%);
}
/* Current stage border color (your existing palette) */
section.progress .states > div.is-current.open {
  border-bottom-color: #b266d3;
}
section.progress .states > div.is-current.in-progress {
  border-bottom-color: #8dd3e9;
}
section.progress .states > div.is-current.in-qa {
  border-bottom-color: #f4a460;
}
section.progress .states > div.is-current.concluded {
  border-bottom-color: #000;
}
.settings-section {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  background: #FCFCFC;
  padding: 1rem 1.1rem;
}
.settings-section-title {
  margin: 0 0 0.9rem;
  font-size: 1rem;
  font-weight: 600;
  color: #0f172a;
}
.settings-toggle-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.75rem 1.25rem;
}
.settings-toggle-item {
  min-height: 36px;
  display: flex;
  align-items: center;
}
.settings-detail-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1rem;
}
.settings-card {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  background: #FCFCFC;
  padding: 1rem 1.1rem;
}
.settings-card-title {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: #0f172a;
}
.settings-card-description {
  margin: 0.4rem 0 0.8rem;
  color: #475569;
  font-size: 0.86rem;
}
.settings-app-toggle {
  margin-bottom: 0.8rem;
}
.settings-card-hint {
  margin: 0;
  color: #64748b;
  font-size: 0.85rem;
}
html,
body {
  margin: 0px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
body {
  background: #f5f6f7;
}
.d-flex.default {
  justify-content: center;
  align-items: center;
}
.d-flex.justified {
  justify-content: space-between;
  align-items: center;
}
.d-flex.spaced {
  justify-content: space-around;
  align-items: center;
}
.p-rel {
  position: relative;
}
.va-middle,
v-align-middle {
  vertical-align: middle;
}
.truncate-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mobile-spacer {
  height: 60px;
}
h1:focus {
  outline: none;
}
a,
.btn-link {
  color: #0071c1;
}
.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}
.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}
.page {
  min-height: 100vh;
}
.content {
  padding-top: 1.1rem;
}
.content-header {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.content-header > h3 {
  margin-bottom: 0px;
  margin-left: 1rem;
  font-size: 22px;
}
@media (max-width: 767px) {
  .content-header > h3 {
    font-size: 18px;
  }
}
.valid.modified:not([type=checkbox]) {
  outline: 1px solid #26b050;
}
.validation-message {
  color: red;
}
.mio {
  padding-right: 8px;
  vertical-align: sub;
}
#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}
.blazor-error-boundary {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
  padding: 1rem 1rem 1rem 3.7rem;
  color: white;
}
.blazor-error-boundary::after {
  content: "An error has occurred.";
}
.list-box-container {
  max-height: 400px;
  overflow-y: auto;
}
.split-pane {
  flex: 1;
  /* Allow panes to grow equally */
  margin: 10px;
  /* Optional: space between panes */
  min-width: 200px;
  /* Minimum width for responsiveness */
}
.pane-header {
  background-color: #f8f9fa;
  /* Light background for header */
  position: sticky;
  top: 0;
  z-index: 10;
  padding: 10px;
  border-bottom: 1px solid #dee2e6;
}
.pane-content {
  overflow-y: auto;
  /* Allows vertical scrolling */
  height: calc(100vh - 100px);
  /* Adjust according to header size */
}
.split-pane-left,
.split-pane-center,
.split-pane-right {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  margin: 0.5%;
  max-height: 800px;
  max-width: 600px;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}
.location-item {
  cursor: pointer;
  padding: 5px;
  border: 1px solid #ccc;
  margin-bottom: 5px;
  text-align: center;
  color: #68A0F9;
}
.location-item:hover {
  background-color: #68A0F9;
}
.manage-locations {
  padding: 0.5rem 0 1.5rem;
}
.manage-locations .card {
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
}
.manage-locations .card-header {
  padding: 1rem 1.25rem 0.5rem;
}
.manage-locations .card-body {
  padding: 0.75rem 1.25rem 1.25rem;
}
.manage-locations .search-input {
  position: relative;
  min-width: 220px;
}
.manage-locations .search-input .material-symbols-outlined {
  position: absolute;
  left: 0.65rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #94a3b8;
}
.manage-locations .search-input .form-control {
  padding-left: 2.25rem;
  border-radius: 999px;
  border-color: #e2e8f0;
  box-shadow: none;
}
.manage-locations .pane-scroll {
  max-height: clamp(280px, 50vh, 460px);
  overflow-y: auto;
  padding-right: 0.25rem;
}
.manage-locations .location-card {
  border-radius: 12px;
  padding: 0.75rem;
  border: 2px solid transparent;
  transition: border-color 0.2s ease, background-color 0.2s ease;
  color: #68A0F9;
}
.manage-locations .location-card:hover {
  background-color: #68A0F9;
  border-color: rgba(37, 99, 235, 0.45);
}
.manage-locations .location-button {
  border: none;
  background: transparent;
  padding: 0;
  text-align: left;
  width: 100%;
}
.manage-locations .icon-button {
  border: none;
  background: rgba(59, 130, 246, 0.12);
  border-radius: 10px;
  padding: 0.35rem;
  color: #1d4ed8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.manage-locations .icon-button .material-symbols-outlined {
  font-size: 20px;
}
.manage-locations .empty-state {
  padding: 1.5rem 0.75rem;
  border-radius: 12px;
  border: 1px dashed #e2e8f0;
  background: #f8fafc;
}
.manage-locations .selected-item {
  background: #1E51A0;
  border-color: #1f2937;
  color: #68A0F9;
}
.manage-locations .selected-icon {
  background: #282828;
  color: #fff;
}
.manage-locations .selected-item .text-muted {
  color: white !important;
}
@media (max-width: 768px) {
  .manage-locations .search-input {
    width: 100%;
  }
}
.building-details {
  width: 200px;
}
.e-panel-header {
  background-color: rgba(0, 0, 0, 0.1);
  text-align: center;
}
.e-panel-content {
  text-align: center;
  margin-top: 10px;
}
.small-button {
  width: 30px;
  height: 30px;
  padding: 5px;
  display: inline-block;
  vertical-align: middle;
}
.gray-icon {
  color: gray;
  font-size: 2rem;
}
.panel-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.pointer-cursor {
  cursor: pointer;
}
.loading-container {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1000;
}
.icon-button {
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  color: black;
  transition: color 0.2s;
}
/*  .icon-button:hover {
        color: white; 
    }*/
.e-input-group.e-corner {
  border-radius: 4px;
}
.e-dialog .e-dlg-header {
  color: gray;
  font-size: 20px;
  font-weight: normal;
}
.e-dialog .e-btn.e-flat,
.e-css.e-btn.e-flat {
  background-color: transparent;
  border-color: transparent;
  color: gray;
}
.large-text-area {
  width: 800px;
  height: 150px;
  /* Adjust the height as needed */
  resize: none;
  font-size: 1rem;
  /* Optional: increases the font size */
  /* padding: 10px; */
}
.selected-item {
  background-color: #2f2f84;
}
.selected-icon {
  color: white;
}
/* Styling for the left pane and right pane layout */
.main-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-height: 100vh;
}
.left-pane {
  flex: 0 0 250px;
  /* Fixed width for the left pane */
  padding: 10px;
  background-color: #f4f4f4;
  border-right: 1px solid #ccc;
}
.right-pane {
  flex-grow: 1;
  max-height: 100vh;
  /* Set a fixed height, adjust as necessary */
  overflow-y: auto;
  /* Enable vertical scrolling */
  overflow-x: hidden;
  /* Disable horizontal scrolling*/
  padding: 0;
  margin-left: 10px;
}
.spinner-border {
  width: 3rem;
  height: 3rem;
}
/*User Management Styles*/
.mobile .control-wrapper {
  max-width: 100%;
}
.control-wrapper {
  max-width: 400px;
  margin: 0 auto;
  padding: 0px 0px 0px;
}
.control-header {
  text-align: center;
}
.jr-logo {
  height: 75px;
  object-fit: scale-down;
}
.jr-heading {
  vertical-align: top;
  text-align: center;
  color: #00468c;
  font-family: "Arial Black", sans-serif;
  font-size: 20px;
  font-variant: small-caps;
}
.jr-label {
  vertical-align: middle;
  text-align: left;
  color: #00468c;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
}
.jr-data {
  vertical-align: middle;
  text-align: left;
  color: black;
  font-family: Arial, sans-serif;
  font-size: 14px;
}
.report-summary {
  margin-bottom: 10px;
}
.report-card {
  border: 1px solid rgba(0, 70, 140, 0.15);
  border-radius: 12px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.05);
}
.report-definition {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 0;
}
.report-definition div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
  padding-bottom: 6px;
}
.report-definition dt {
  font-weight: 600;
  color: #00468c;
}
.report-definition dd {
  margin-bottom: 0;
  text-align: right;
  color: #1d1d1f;
}
.report-metric {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid rgba(0, 70, 140, 0.1);
}
.report-metric .metric-label {
  font-size: 0.85rem;
  color: #5b6b7a;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.report-metric .metric-value {
  font-size: 1.4rem;
  font-weight: 700;
  color: #00468c;
}
.report-admin-banner {
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #00468c;
  background: rgba(0, 70, 140, 0.08);
  padding: 10px 14px;
  border-radius: 10px;
}
.report-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.report-list li {
  padding: 6px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.report-list li:last-child {
  border-bottom: none;
}
.footerJR {
  padding: 5px;
  bottom: 0;
  width: 100%;
  height: 50px;
  background-color: #d2c0f3;
  color: black;
  font-size: 30px;
  text-align: center;
  position: sticky;
}
/*
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}*/
.hover-card:hover {
  background-color: #f0f0f0;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
}
/* Dashboard Panel Style  */
/*.dashboard-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  margin: 10px;
  background-color: #f0f0f0; 
  border-radius: 5px;
}*/
/* Large Screen style  */
/*@media screen and (min-width: 768px) {
  .dashboard-panel {
    width: calc(33.33% - 20px); 
    height: 150px; 
  }
}*/
/* Tablet Style */
/*@media screen and (max-width: 767px) and (min-width: 481px) {
  .dashboard-panel {
    width: calc(50% - 20px);
    height: 120px; 
  }
}*/
/* Mobile Devices Style */
/*@media screen and (max-width: 20px) {
  .dashboard-panel {
    width: 100%; 
    height: auto; 
  }
}*/
#SignatureCard {
  margin: auto;
  align-content: center;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 8px;
  background-color: #fff;
}
/*Pane Style for Devices*/
.custom-pane {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
.dialog-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
/* GRID LAYOUT FOR JOB REPORT GENERATOR 'PREVIEW REPORT' AND 'EXPORT TO PDF' (LOCATED IN  IntegrationConfig.Shared.Utils) */
.photo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* 4 columns */
  grid-template-rows: repeat(2, 1fr);
  /* 2 rows */
  gap: 20px;
  max-height: 175px;
  overflow: hidden;
}
.square-card {
  width: 100%;
  height: 500%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.square-card .e-card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.card-content {
  text-align: center;
  margin-top: 10px;
}
.sort-order {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
.caption {
  font-size: 12px;
  color: #666;
}
/* GRID LAYOUT FOR JOB REPORT RAW DATA 'Pop-Up' (LOCATED IN Shared.ManageJobs)*/
.photo-grid2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* 4 columns */
  grid-template-rows: repeat(2, 1fr);
  /* 2 rows */
  grid-gap: 20px;
  max-height: 175px;
  padding: 10px;
}
.square-card2 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.card-image2 img {
  width: 100%;
  height: auto;
  max-height: 300px;
  object-fit: cover;
}
.card-content2 {
  text-align: center;
  margin-top: 10px;
}
.sort-order2 {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}
.caption2 {
  font-size: 12px;
  color: #666;
}
.sort-order2,
.caption2 {
  font-size: 14px;
}
/*Classes for Button Groups of Update/Submit and Cancel*/
.container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}
.button-container {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
}
.feedback-dialog .e-dialog {
  max-width: 800px;
}
.feedback-header-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.feedback-content-container {
  padding: 20px;
}
.feedback-card {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.feedback-card-body {
  padding: 10px;
}
.feedback-section {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
}
.feedback-section strong {
  font-size: 14px;
  color: #555;
}
.feedback-textarea {
  width: 100%;
  height: 150px;
  margin-top: 10px;
}
.feedback-textbox {
  width: 100%;
  margin-top: 10px;
}
.feedback-footer-container {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
.feedback-button-container {
  display: flex;
  gap: 10px;
}
.feedback-cancel-button {
  background-color: #f0f0f0;
}
/* Styles for KanBan HTML design in Support Tickets (My Tickets) */
.kanban-container {
  padding: 20px;
}
.kanban-column {
  background-color: #f4f4f4;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  height: 75vh;
  overflow-y: auto;
  flex: 1;
}
.kanban-column h4 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.2rem;
  color: #333;
}
/*Card Styles for Data Form*/
.card-manage {
  max-width: 600px;
  margin: 20px auto 0;
  padding: 20px;
  float: none;
  background-color: #FFFFFF;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 10px;
  border: 1px solid #e0e0e0;
}
.card-header-manage {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  border-bottom: 2px solid #ddd;
  padding-bottom: 15px;
}
.title-container-manage {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.card-title-manage {
  font-size: 1.75rem;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin: 0;
}
.grid-container {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.grid-container > * {
  cursor: pointer;
}
/*Styling for Centered Checkboxes next to a TextBox*/
.checkbox {
  padding-top: 25px;
}
.no-records {
  padding: 10px;
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 5px;
  color: #888;
  text-align: center;
}
.no-records.grid-docked {
  margin: -0.7em;
  margin-top: calc(-0.7em - 15px);
}
.bg-success {
  background-color: #2AA16A !important;
}
.overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #f7f7f7 linear-gradient(135deg, #f7f7f7, #D1E4F1, #9EC5F5);
  background-position: 50% 50%;
  background-size: 150% 150%;
  transition: 0.5s all ease;
  z-index: 3;
}
.overlay.fixed {
  position: fixed;
  height: 100vh;
}
.overlay:hover {
  background-position: 100% 100%;
}
.overlay.hidden {
  opacity: 0;
}
.overlay.hidden,
.overlay.animate-out {
  pointer-events: none;
}
.overlay.hidden > *,
.overlay.animate-out > * {
  opacity: 0;
  pointer-events: none;
}
.overlay.animate-out {
  background-position: 0% 0%;
  background-size: 1000% 1000%;
}
.overlay.disabled {
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  margin: -15px;
  background: rgba(100, 100, 100, 0.25);
  backdrop-filter: blur(1px);
  border-radius: 5px;
  cursor: not-allowed;
  pointer-events: all;
  user-select: none;
}
.overlay .centered-message {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 350px;
  padding: 15px 25px;
  background: rgba(245, 245, 245, 0.75);
  border-radius: 10px;
  font-size: 15px;
  text-align: center;
  transform: translate(-50%, -50%);
}
input.expired {
  border: 1px solid #F95B53 !important;
}
.expired-context {
  position: absolute;
  top: 6px;
  right: 15px;
  padding: 0px 5px;
  background: #F3E0E2;
  border: 1px solid #F95B53;
  border-bottom: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #D64A8B;
  font-size: 12px;
  opacity: 1;
  transition: 0.3s all ease;
}
.expired-context.hidden {
  opacity: 0;
  transform: translateY(20px);
}
.session-type-select {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 25px;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.09));
  background-position: 0% 0%;
  background-size: 200% 200%;
  border-radius: 10px;
  text-align: center;
  transform: translate(-50%, -50%);
  transition: 0.5s all ease;
}
.session-type-select:hover {
  background-position: 100% 100%;
}
.session-type-select h1 {
  font-size: 22px;
}
.session-type-select button {
  position: relative;
  width: 275px;
  margin: 15px 0px;
  padding: 5px 15px;
  background: #f7f7f7;
  border: 1px solid transparent;
  border-radius: 5px;
  opacity: 0.75;
  text-align: left;
  transition: 0.3s all ease;
}
.session-type-select button[disabled] {
  cursor: not-allowed;
  opacity: 0.75 !important;
}
.session-type-select button:hover {
  opacity: 1;
}
.session-type-select button.corporate {
  background: #084A9F;
  color: #fff;
}
.session-type-select button.corporate[disabled] {
  color: #ddd !important;
}
.session-type-select button * {
  line-height: 1;
  margin-bottom: 0px;
}
.session-type-select button h2 {
  font-size: 18px;
}
.session-type-select button h4 {
  max-width: 200px;
  font-size: 14px;
  white-space: nowrap;
}
.session-type-select button .icon-container {
  position: relative;
  margin: -5px -15px;
  padding: 15px;
  background: #fff;
  border-left: 2px solid #ddd;
}
.session-type-select button .icon-container::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 100%;
  width: 50px;
  height: 100%;
  background: linear-gradient(90deg, transparent, #EAEFF2 85%, #EAEFF2 100%);
}
.session-type-select button.corporate .icon-container::before {
  background: linear-gradient(90deg, transparent, #084A9F 85%, #084A9F 100%);
}
.session-type-select button.corporate .icon-container {
  background: #205ca8;
  border-left-color: #1FB3DE;
}
.session-type-select button.corporate .confirmation {
  background: #084A9F;
}
.session-type-select button .confirmation {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #f7f7f7;
  font-size: 25px;
  text-align: center;
  transition: 0.3s all ease;
}
.session-type-select button .confirmation.hidden {
  opacity: 0;
}
.session-type-select button .confirmation .checkmark {
  margin-top: -4px;
}
.checkmark {
  display: block;
  width: 56px;
  height: 56px;
  margin: 0px auto;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  border-radius: 50%;
  box-shadow: inset 0px 0px 0px #7ac142;
}
.checkmark.animate {
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}
.checkmark.animate .checkmark-circle {
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.checkmark.animate .checkmark-check {
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
.checkmark .checkmark-circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
}
.checkmark .checkmark-check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%,
  100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #7ac142;
  }
}
@keyframes pulse-info {
  0%,
  100% {
    box-shadow: 0px 0px 5px transparent;
  }
  50% {
    box-shadow: 0px 0px 5px #32B9E3;
  }
}
.pane-scrollDoc {
  max-height: 320px;
  /* tweak: ~5 items with padding */
  overflow-y: auto;
  padding-right: 0.25rem;
  /* room for scrollbar */
  scrollbar-width: thin;
  /* Firefox */
  scrollbar-color: var(--bs-border-color) transparent;
}
.pane-scrollDoc::-webkit-scrollbar {
  width: 8px;
}
.pane-scrollDoc::-webkit-scrollbar-track {
  background: transparent;
}
.pane-scrollDoc::-webkit-scrollbar-thumb {
  background: var(--bs-border-color);
  border-radius: 8px;
}
.kanban3-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.kanban3-column {
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.kanban3-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  padding: 0.25rem 0.25rem 0.5rem 0.25rem;
}
.kanban3-scroll {
  overflow-y: auto;
  max-height: 70vh;
  padding-right: 0.25rem;
}
.kanban3-card {
  padding: 0.75rem;
  margin-bottom: 0.75rem;
}
.soft-tile {
  background-color: var(--bs-tertiary-bg);
  border: 1px solid var(--bs-border-color-translucent);
  border-radius: 0.5rem;
  box-shadow: var(--bs-box-shadow-sm);
}
/* Scroll only when needed; keeps the pane from growing forever */
.roster-scroll {
  max-height: 60vh;
  /* tweak: 5070vh works well */
  overflow-y: auto;
  padding-right: 0.25rem;
  /* room for scrollbar */
}
/* Optional: nicer look while scrolling */
.roster-scroll::-webkit-scrollbar {
  width: 10px;
}
.roster-scroll::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}
.roster-scroll thead th {
  position: sticky;
  top: 0;
  z-index: 1;
}
.chip-document {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #FFFFFF;
  border: 1px solid #e6e8ee;
  border-radius: 999px;
  padding: 0.35rem 0.6rem;
  font-size: 0.9rem;
}
.chip-document-icon {
  opacity: 0.8;
}
.chip-document-label {
  color: #475569;
}
.chip-document-count {
  background: #eef2ff;
  color: #3730a3;
  border-radius: 999px;
  padding: 0.1rem 0.45rem;
  font-weight: 600;
}
/* CURIS table look */
.curis-card {
  border: 1px solid #e7e9ef;
  border-radius: 12px;
}
.curis-header {
  background: #1E51A0;
  color: #fff;
  border-radius: 12px 12px 0 0;
  padding: 0.75rem 1rem;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.curis-table-wrapper {
  max-height: 420px;
  overflow: auto;
}
.curis-table table {
  margin-bottom: 0;
}
.curis-table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #f8fafc;
}
.curis-table tfoot th {
  background: #f1f5f9;
  font-weight: 700;
}
.curis-table td,
.curis-table th {
  vertical-align: middle;
}
.curis-code-badge {
  display: inline-block;
  padding: 0.15rem 0.5rem;
  border-radius: 0.5rem;
  background: #ecfeff;
  color: #0e7490;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}
.curis-money {
  font-variant-numeric: tabular-nums;
}
.curis-action {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
.curis-action .btn-icon {
  width: 30px;
  height: 30px;
  border-radius: 8px;
}
.curis-action .btn-outline-danger {
  border-color: #fecaca;
}
.curis-action .btn-outline-danger:hover {
  background: #fee2e2;
}
.curis-header .e-input,
.curis-header .e-control,
.curis-header .e-btn {
  /* keep controls aligned */
  vertical-align: middle;
}
/* Icon-only button for table actions */
.btn-icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  /* softer rounded */
  border: 1px solid #fecaca;
  /* light red border */
  background: #fff;
  /* neutral background */
  transition: background 0.15s, border 0.15s, transform 0.05s;
}
.btn-icon i {
  font-size: 16px;
  line-height: 1;
}
.btn-danger-soft {
  color: #dc2626;
}
/* red-600 */
.btn-danger-soft:hover {
  background: #fee2e2;
  /* red-200 */
  border-color: #fca5a5;
  /* red-300 */
}
.btn-danger-soft:active {
  transform: scale(0.96);
}
.table td.action-cell {
  text-align: center;
}
/* center in cell */
.faq-card {
  border-radius: 12px;
}
.faq-item {
  padding: 14px 16px;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.02);
}
.faq-item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.faq-question {
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: 0.2px;
}
.clamp-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.cursor-pointer {
  cursor: pointer;
}
.help-dialog .e-dlg-content {
  max-height: 70vh;
  /* scroll dialog content if long */
  overflow: auto;
}
.help-body p {
  white-space: pre-wrap;
}
/* keep line breaks if your text is plain */
.portal-center-logo {
  width: 200px;
  /* adjust to taste */
  height: 96px;
  object-fit: contain;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.08));
}
.notification-bell {
  cursor: pointer;
}
/* Make the click area nice but not huge */
.notification-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.75rem;
  /* tweak spacing left/right */
  text-decoration: none;
}
/* This small wrapper is what the badge is pinned to */
.notification-icon {
  position: relative;
  display: inline-block;
  line-height: 1;
}
.notification-icon .fa-bell {
  font-size: 1.3rem;
  /* tweak size */
  vertical-align: middle;
}
.notification-badge {
  position: absolute;
  top: -0.35rem;
  right: -0.45rem;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 50%;
  font-size: 0.7rem;
  line-height: 18px;
  text-align: center;
  background-color: #dc3545;
  /* red */
  color: #fff;
}
/* wider dropdown for the three lines */
.notification-menu {
  min-width: 320px;
}
.notification-menu .dropdown-item:hover {
  background-color: #f5f5f5;
}
.product-thumb-card {
  width: 160px;
  height: 160px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  border: 1px solid #e0e0e0;
  background-color: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* fills the square, crops as needed */
  display: block;
}
.e-grid .e-headercell {
  background-color: #0647B6;
  /* Override the header background color */
  color: #fff;
}
.e-grid .e-altrow .e-rowcell {
  background-color: #E8EEFA;
}
/* Prefer specificity over !important for hover */
.e-grid .e-content .e-row:hover .e-rowcell {
  background-color: #cce5ff;
}
.e-grid .e-icon-filter::before {
  content: '\e81e';
}
.project-dashboard .card {
  border-radius: 0.75rem;
}
.project-dashboard .status-circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 8px solid #e5e7ff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-dashboard .status-circle-inner {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #f8f9ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1rem;
}
.version-strip {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 0.8rem;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
}
.version-strip .label {
  color: #6c757d;
  font-size: 0.9rem;
}
.version-strip .pill {
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  padding: 0.25rem 0.6rem;
  background: #f8f9fa;
}
.version-strip b {
  font-size: 1.05em;
}
/* Card */
.ticket-card {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 14px 14px 12px 14px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.ticket-card-clickable {
  cursor: pointer;
}
.ticket-card-clickable:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}
.ticket-card__header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 10px;
}
.ticket-card__subtitle {
  font-size: 0.82rem;
  color: #6b7280;
  font-weight: 600;
}
.ticket-card__system {
  font-weight: 700;
  opacity: 0.85;
}
/* Title: 2-line clamp */
.ticket-card__title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  opacity: 0.98;
}
.ticket-card__description {
  font-size: 0.9rem;
  line-height: 1.35;
  margin-bottom: 14px;
  color: #4b5563;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* Footer: status left, manage center, date right */
.ticket-card__footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 10px;
}
.ticket-card__status {
  display: inline-flex;
  align-items: start;
  justify-content: start;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 1;
  padding: 3px 10px;
  border-radius: 999px;
  border: 1px solid transparent;
  white-space: nowrap;
}
.ticket-card__date {
  justify-self: end;
}
.my-tickets-page {
  height: calc(100vh - 130px);
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
}
/* top action area stays natural height */
.my-tickets-actions {
  padding: 16px 0 10px 0;
  flex: 0 0 auto;
}
.my-tickets-board {
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  display: flex;
  gap: 12px;
}
.ticket-column {
  flex: 1 1 0;
  min-width: 0;
  min-height: 0;
  display: flex;
}
.ticket-pane {
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #f8fafc;
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.ticket-pane__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 12px 14px;
  border-bottom: 1px solid #e5e7eb;
  background: #fff;
}
.ticket-pane__title {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
  color: #111827;
}
.ticket-pane__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  border-radius: 999px;
  padding: 0 8px;
  background: #e2e8f0;
  color: #334155;
  font-size: 0.8rem;
  font-weight: 700;
}
.ticket-pane__body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding: 12px;
}
.ticket-pane__empty {
  border: 1px dashed #cbd5e1;
  border-radius: 10px;
  padding: 14px;
  text-align: center;
  color: #64748b;
  background: #fff;
}
.ticket-pane__body .ticket-card {
  margin-bottom: 10px;
}
.ticket-pane__body .ticket-card:last-child {
  margin-bottom: 0;
}
@media (max-width: 1399.98px) {
  .my-tickets-board {
    overflow-x: auto;
    padding-bottom: 4px;
  }
  .ticket-column {
    min-width: 320px;
  }
}
@media (max-width: 767.98px) {
  .my-tickets-board {
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .ticket-column {
    min-width: 0;
    min-height: 260px;
  }
}
.ticket-card__status.status--unassigned {
  background: #f3f4f6;
  border-color: #e5e7eb;
  color: #374151;
}
.ticket-card__status.status--open {
  background: #eef2ff;
  border-color: #c7d2fe;
  color: #3730a3;
}
.ticket-card__status.status--inprogress {
  background: #fff7ed;
  border-color: #fed7aa;
  color: #9a3412;
}
.ticket-card__status.status--closed {
  background: #ecfdf3;
  border-color: #bbf7d0;
  color: #166534;
}
/* Base pill styling ONLY inside ticket status */
.ticket-status .status-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  border: 1px solid transparent;
  letter-spacing: 0.01em;
  user-select: none;
  white-space: nowrap;
}
/* Gray - Unassigned */
.ticket-status .status-unassigned {
  color: var(--bs-secondary);
  border-color: var(--bs-secondary);
  background-color: rgba(var(--bs-secondary-rgb), 0.12);
}
/* Blue - Open */
.ticket-status .status-open {
  color: var(--bs-primary);
  border-color: var(--bs-primary);
  background-color: rgba(var(--bs-primary-rgb), 0.12);
}
/* Optional (nice to have): In Progress */
.ticket-status .status-inprogress {
  color: var(--bs-warning);
  border-color: var(--bs-warning);
  background-color: rgba(var(--bs-warning-rgb), 0.14);
}
/* Purple - Testing */
.ticket-status .status-testing {
  color: #6f42c1;
  border-color: #6f42c1;
  background-color: rgba(111, 66, 193, 0.12);
}
/* Red - Unable to Reproduce */
.ticket-status .status-unable {
  color: var(--bs-danger);
  border-color: var(--bs-danger);
  background-color: rgba(var(--bs-danger-rgb), 0.12);
}
/* Green - Resolved / Closed */
.ticket-status .status-done {
  color: var(--bs-success);
  border-color: var(--bs-success);
  background-color: rgba(var(--bs-success-rgb), 0.12);
}
