/* _content/Telos.Web/Views/Application/Lookup.cshtml.rz.scp.css */
a[b-iz9xed3580] {
  color: inherit;
}

section[b-iz9xed3580] {
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 16px 20px;
  margin-bottom: 16px;
}

section > i[b-iz9xed3580] {
  float: right;
  font-style: normal;
  color: #999999;
}

a section:hover[b-iz9xed3580] {
  background: #f8fafc;
}

h2[b-iz9xed3580] {
  font-weight: bold;
  font-size: bigger;
  margin-bottom: 8px;
}
/* _content/Telos.Web/Views/Home/Applications.cshtml.rz.scp.css */
/* Application-specific styles */
.app-icon[b-rz9l7elnug] {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 0.875rem;
    flex-shrink: 0;
}

.org-name[b-rz9l7elnug] {
    font-size: 0.75rem;
    color: #64748b;
    margin-bottom: 2px;
}

.app-name[b-rz9l7elnug] {
    font-weight: 500;
    color: #1e293b;
}

.app-link[b-rz9l7elnug] {
    color: inherit;
    text-decoration: none;
}

.app-link:hover[b-rz9l7elnug] {
    text-decoration: underline;
}

/* View toggle buttons */
.buttons.has-addons .button[b-rz9l7elnug] {
    margin-right: 0;
    position: relative;
}

.buttons.has-addons .button.is-info[b-rz9l7elnug] {
    z-index: 2;
    box-shadow: 0 0 8px rgba(72, 95, 199, 0.4);
}

.buttons.has-addons .button:not(:last-child)[b-rz9l7elnug] {
    margin-right: -1px;
}

.buttons.has-addons .button:not(:first-child):not(:last-child)[b-rz9l7elnug] {
    border-radius: 0;
}

.buttons.has-addons .button:first-child[b-rz9l7elnug] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.buttons.has-addons .button:last-child[b-rz9l7elnug] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
/* _content/Telos.Web/Views/Home/Emails.cshtml.rz.scp.css */
/* Email Preferences Table */
.email-preferences-table[b-r6u7x402pp] {
  width: auto;
}

/* Email toggle styling - matches filter-icons pattern */
.email-toggle[b-r6u7x402pp] {
  cursor: pointer;
  display: inline-block;
}

.email-toggle input[type=checkbox][b-r6u7x402pp] {
  display: none;
}

/* Light mode - unchecked icons are light gray */
.email-toggle :not(:checked) + i[b-r6u7x402pp] {
  color: #dee2e8;
}

/* Dark mode styles */
[data-theme="dark"] .email-toggle i[b-r6u7x402pp] {
  color: var(--theme-tertiary-text);
  transition: color 0.2s ease;
}

[data-theme="dark"] .email-toggle input[type="checkbox"]:checked + i[b-r6u7x402pp] {
  color: var(--theme-link);
}

[data-theme="dark"] .email-toggle:hover i[b-r6u7x402pp] {
  color: var(--theme-secondary-text);
}
/* _content/Telos.Web/Views/Shared/_ApplicationDetailCard.cshtml.rz.scp.css */
.app-card[b-p1qzk2urnj] {
  background: var(--theme-card-bg);
  border: 1px solid var(--theme-card-border);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  padding: 0;
  max-width: 50rem;
  width: 100%;
  margin: 0 auto;
  transition: background 0.3s ease, border-color 0.3s ease;
}

.app-card-header[b-p1qzk2urnj] {
  padding: 16px 20px;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.app-header[b-p1qzk2urnj] {
  display: flex;
  align-items: center;
  gap: 12px;
}

.app-icon[b-p1qzk2urnj] {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 500;
  font-size: 0.85rem;
  flex-shrink: 0;
}

.app-icon.avatar[b-p1qzk2urnj] {
  border-radius: 50%;
  object-fit: cover;
  overflow: hidden;
}

.app-text[b-p1qzk2urnj] {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.org-name[b-p1qzk2urnj] {
  color: var(--theme-secondary-text);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
}

.app-name[b-p1qzk2urnj] {
  color: var(--theme-body-text);
  font-weight: 500;
  font-size: 0.95rem;
  transition: color 0.3s ease;
}

.app-link[b-p1qzk2urnj], .app-header-icon a[b-p1qzk2urnj] {
  color: inherit;
  text-decoration: none;
  transition: color 0.15s ease;
}

.app-link:hover[b-p1qzk2urnj], .app-header-icon a:hover[b-p1qzk2urnj] {
  color: var(--theme-link);
}

.app-header-icon[b-p1qzk2urnj] {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  text-align: center;
  margin-left: 16px;
  position: relative;
}

.app-header-icon .tooltip[b-p1qzk2urnj] {
  position: absolute;
  display: none;
  width: 100px;
  box-sizing: content-box;
  padding: 12px;
  left: -50px;
  top: 24px;
  flex-direction: row;
  justify-content: space-between;
  background: var(--theme-surface-secondary);
  border: 1px solid var(--theme-border);
  border-radius: 8px;
  transition: background 0.3s ease, border-color 0.3s ease;
}

.app-header-icon .tooltip i.disabled[b-p1qzk2urnj] {
  color: var(--theme-border);
}

.app-header-icon a:hover + .tooltip[b-p1qzk2urnj] {
  display: flex;
}

.app-header-icon .support-org-avatar[b-p1qzk2urnj] {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
}

.metrics-row[b-p1qzk2urnj] {
  display: grid;
  grid-template-columns: repeat(4, 1fr) 16px;
  align-items: center;
  gap: 24px;
  padding: 16px 20px;
  background: var(--theme-surface-secondary);
  border-top: 1px solid var(--theme-border);
  margin-top: 0;
  transition: background 0.3s ease, border-color 0.3s ease;
}

.metric-box[b-p1qzk2urnj] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: none;
  background: none;
  flex: 1;
}

.metric-box .metric-label[b-p1qzk2urnj] {
  font-size: 0.65rem;
  color: var(--theme-secondary-text);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: color 0.3s ease;
}

.metric-box .metric-value[b-p1qzk2urnj] {
  font-size: 1rem;
  font-weight: 600;
  color: var(--theme-body-text);
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
  transition: color 0.3s ease;
}

.ticket-list[b-p1qzk2urnj] {
  border-top: 1px solid var(--theme-border);
  background: var(--theme-card-bg);
  padding: 12px 20px;
  flex: none;
  transition: background 0.3s ease, border-color 0.3s ease;
}

.ticket-list-header[b-p1qzk2urnj] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.ticket-list-title[b-p1qzk2urnj] {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--theme-secondary-text);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s ease;
}

.add-ticket-btn[b-p1qzk2urnj] {
  border: none;
  background: none;
  color: var(--theme-border);
  padding: 2px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  transition: all 0.15s ease;
  font-size: 0.8em;
}

.add-ticket-btn:hover[b-p1qzk2urnj] {
  color: var(--theme-link);
  background-color: var(--theme-hover-bg);
}

.expand-tickets[b-p1qzk2urnj] {
  border: none;
  background: none;
  color: var(--theme-link);
  font-size: 0.75rem;
  cursor: pointer;
  padding: 2px 4px;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.expand-tickets:hover[b-p1qzk2urnj] {
  background-color: var(--theme-hover-bg);
}

.ticket-rows[b-p1qzk2urnj] {
  display: block;
}

.ticket-row[b-p1qzk2urnj] {
  display: grid;
  grid-template-columns: 4px 70px 1fr 70px;
  gap: 12px;
  align-items: center;
  padding: 6px 0;
  font-size: 0.85rem;
  width: 100%;
  transition: background-color 0.15s ease;
}

.ticket-row:hover[b-p1qzk2urnj] {
  background-color: var(--theme-hover-bg);
  border-radius: 4px;
}

.ticket-priority[b-p1qzk2urnj] {
  border-radius: 2px;
  padding-left: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ticket-number[b-p1qzk2urnj] {
  color: var(--theme-secondary-text);
  font-family: monospace;
  font-size: 0.8rem;
  transition: color 0.3s ease;
}

.ticket-title[b-p1qzk2urnj] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--theme-body-text);
  transition: color 0.3s ease;
}

.ticket-due[b-p1qzk2urnj] {
  color: var(--theme-secondary-text);
  text-align: right;
  transition: color 0.3s ease;
}

.ticket-list-title[b-p1qzk2urnj] {
  font-size: 0.75rem;
  font-weight: 500;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ticket-list-title .add-ticket-btn[b-p1qzk2urnj] {
  border: 1px solid var(--theme-border);
  background: var(--theme-card-bg);
  color: var(--theme-secondary-text);
  padding: 4px 8px;
  border-radius: 4px;
  margin-left: 8px;
  font-size: 0.75rem;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: all 0.2s ease;
}

.ticket-list-title .add-ticket-btn:hover[b-p1qzk2urnj] {
  border-color: var(--theme-border);
  color: var(--theme-link);
  background: var(--theme-card-bg);
}

.ticket-list-title .add-ticket-btn i[b-p1qzk2urnj] {
  font-size: 0.8em;
}

.app-card-blueprint[b-p1qzk2urnj] {
    padding: 16px 20px;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
/* _content/Telos.Web/Views/Shared/_InfoBarCard.cshtml.rz.scp.css */
.info-card[b-yw2goiiic2] {
  background: var(--theme-card-bg);
  border-radius: 6px;
  border: 1px solid var(--theme-card-border);
  overflow: hidden;
  margin-bottom: 1rem;
  box-shadow: 0 4px 6px -1px var(--theme-shadow-sm),
    0 2px 4px -1px var(--theme-shadow-sm);
  transition: background 0.3s ease, border-color 0.3s ease;
}

.info-card .card-header[b-yw2goiiic2] {
  display: flex;
  align-items: center;
  background-color: var(--theme-card-header-bg);
  border-bottom: 1px solid var(--theme-card-border);
  padding: 12px 16px;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.info-card .card-title[b-yw2goiiic2] {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--theme-secondary-text);
  margin: 0;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.info-card .card-content[b-yw2goiiic2] {
  padding: 0.5rem 1rem;
  color: var(--theme-body-text);
  transition: color 0.3s ease;
}

/* Accordion styles */
.info-card.accordion .accordion-header[b-yw2goiiic2] {
  cursor: pointer;
  user-select: none;
}

.info-card.accordion .accordion-icon[b-yw2goiiic2] {
  margin-left: 8px;
  font-size: 0.75rem;
  color: var(--theme-secondary-text);
  transition: transform 0.3s ease, color 0.3s ease;
}

/* Rotate chevron up when open */
.info-card.accordion .accordion-icon[b-yw2goiiic2] {
  transform: rotate(0deg);
}

/* Rotate chevron down when collapsed (default state) */
.info-card.accordion.collapsed .accordion-icon[b-yw2goiiic2] {
  transform: rotate(180deg);
}

.info-card.accordion .card-content[b-yw2goiiic2] {
  max-height: 1000px;
  /* Arbitrary large value */
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.3s ease;
  opacity: 1;
}

.info-card.accordion.collapsed .card-content[b-yw2goiiic2] {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
}

/* Collapsed state styles */
.info-bar.collapsed .card-header[b-yw2goiiic2] {
  padding: 0.75rem;
  justify-content: center;
}

.info-bar.collapsed .card-title[b-yw2goiiic2] {
  display: none;
}

.info-bar.collapsed .card-content[b-yw2goiiic2] {
  display: none;
}

/* Avatar icon styling */
.info-card .card-header .icon[b-yw2goiiic2] {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 8px;
  flex-shrink: 0;
}
/* _content/Telos.Web/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/* Layout Components */
/* Header */
.header-telos-yellow-bar[b-51zzy5cvqm] {
  position: relative;
  height: 4px;
  background: var(--theme-accent-bar);
  z-index: 1002;
  transition: background 0.3s ease;
}

.top-header[b-51zzy5cvqm] {
  position: relative;
  left: var(--sidebar-width);
  z-index: 1000;
  transition: all 0.3s ease;
  width: calc(100% - var(--sidebar-width));
}

.top-header.collapsed[b-51zzy5cvqm] {
  left: var(--sidebar-collapsed-width);
  width: calc(100% - var(--sidebar-collapsed-width));
}

.header-main[b-51zzy5cvqm] {
  display: flex;
  border-bottom: 1px solid var(--theme-border);
  background-color: var(--theme-surface-primary);
  flex: 1;
  padding: 15px;
  transition: all 0.3s ease;
}

/* Sidebar */
.sidebar[b-51zzy5cvqm] {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: var(--sidebar-width);
  background-color: #414042;
  color: white;
  transition: width 0.3s ease;
  z-index: 1001;
}

[data-theme="dark"] .sidebar[b-51zzy5cvqm] {
  background-color: #2a2a2a;
}

.sidebar.collapsed[b-51zzy5cvqm] {
  width: var(--sidebar-collapsed-width);
}

/* Main Content Area */
main[b-51zzy5cvqm] {
  position: relative;
  overflow: hidden;
  left: var(--sidebar-width);
  transition: all 0.3s ease;
  background-color: var(--theme-body-bg);
  height: 100%;
  display: flex;
  width: calc(100% - var(--sidebar-width));
}

main.collapsed[b-51zzy5cvqm] {
  width: calc(100% - var(--sidebar-collapsed-width));
}

main .body-content[b-51zzy5cvqm] {
  padding: 20px;
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 100px;
}

/* Info Bar */
main .info-bar[b-51zzy5cvqm] {
  position: sticky;
  top: 0;
  height: 100%;
  width: var(--info-bar-width);
  background-color: var(--theme-surface-secondary);
  transition: all 0.3s ease;
  z-index: 100;
  padding: 1rem;
  border-left: 1px solid var(--theme-border);
  align-self: flex-start;
  overflow-y: auto;
  padding-bottom: 5rem;
}

.info-bar.collapsed[b-51zzy5cvqm] {
  width: var(--info-bar-collapsed-width);
  padding: 0 0.25rem;
}

.info-bar-toggle[b-51zzy5cvqm] {
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
  color: white;
  margin-bottom: 1rem;
  width: 100%;
}

.info-bar-toggle i[b-51zzy5cvqm] {
  transition: transform 0.3s ease;
}

.info-bar.collapsed .info-bar-toggle i[b-51zzy5cvqm] {
  transform: rotate(180deg);
}

/* Navigation Components */
/* Nav Menu Section */
.nav-menu-section[b-51zzy5cvqm] {
  background-color: #414042;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  height: 56px;
  border-bottom: 1px solid #3f556d;
}

[data-theme="dark"] .nav-menu-section[b-51zzy5cvqm] {
  background-color: #2a2a2a;
  border-bottom-color: #1a1a1a;
}

/* Logo */
.logo[b-51zzy5cvqm] {
  height: 40px;
  display: flex;
  align-items: center;
  min-width: 30px;
}

.logo img[b-51zzy5cvqm] {
  height: 25px;
  width: auto;
}

/* Header Controls */
.header-controls[b-51zzy5cvqm] {
  display: flex;
  align-items: center;
  gap: 12px;
}

.toggle-btn[b-51zzy5cvqm] {
  color: white;
  cursor: pointer;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  padding: 8px;
}

.toggle-btn:hover[b-51zzy5cvqm] {
  color: var(--theme-link);
}

/* Menu Items */
.menu[b-51zzy5cvqm] {
  list-style: none;
  padding-top: 0;
}

.menu-item[b-51zzy5cvqm] {
  padding: 0;
}

.menu-item a[b-51zzy5cvqm] {
  display: flex;
  align-items: center;
  padding: 1rem;
  text-decoration: none;
  color: inherit;
  width: 100%;
}

.menu-item:hover[b-51zzy5cvqm] {
  background-color: var(--menu-item-hover-color);
}

.menu-item.selected[b-51zzy5cvqm] {
  background-color: var(--menu-item-selected-color);
}

.menu-item.has-submenu > a[b-51zzy5cvqm]::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: auto;
  transition: transform 0.3s ease;
}

.menu-item.has-submenu.selected > a[b-51zzy5cvqm]::after {
  transform: rotate(90deg);
}

.menu-item i[b-51zzy5cvqm] {
  width: 30px;
  text-align: center;
}

.menu-item span[b-51zzy5cvqm] {
  margin-left: 0.5rem;
  white-space: nowrap;
}

/* Menu Divider */
.menu-divider[b-51zzy5cvqm] {
  height: 1px;
  background-color: #3f556d;
  margin: 1rem 0;
  border: none;
  list-style: none;
}

/* Menu Section Heading */
.menu-section-heading[b-51zzy5cvqm] {
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  list-style: none;
}

/* Breadcrumbs */
.breadcrumbs[b-51zzy5cvqm] {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--theme-body-text);
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.breadcrumbs i[b-51zzy5cvqm] {
  font-size: 0.8rem;
  color: var(--theme-tertiary-text);
}

.breadcrumbs a[b-51zzy5cvqm],
.breadcrumbs span[b-51zzy5cvqm] {
  color: var(--theme-body-text);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.breadcrumbs a:hover[b-51zzy5cvqm] {
  text-decoration: underline;
  color: var(--theme-link);
}

.breadcrumbs .first-crumb[b-51zzy5cvqm] {
  color: var(--theme-secondary-text);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.breadcrumb-item[b-51zzy5cvqm] {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* Workflow Progress Indicator */
.workflow-progress-indicator[b-51zzy5cvqm] {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.workflow-progress-indicator.show[b-51zzy5cvqm] {
  opacity: 1;
}

.workflow-progress-tag[b-51zzy5cvqm] {
  cursor: pointer;
  font-size: 0.85rem;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  background-color: #856eff;
  color: white !important;
  transition: all 0.2s ease;
}

.workflow-progress-tag:hover[b-51zzy5cvqm] {
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #7456e6;
}

.workflow-progress-tag .workflow-name[b-51zzy5cvqm] {
  font-weight: 600;
  color: white !important;
}

.workflow-progress-tag .workflow-step[b-51zzy5cvqm] {
  font-style: italic;
  color: white !important;
}

/* Profile Components */
.profile-menu[b-51zzy5cvqm] {
  position: relative;
  display: flex;
  align-items: center;
}

.avatar[b-51zzy5cvqm] {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.avatar img[b-51zzy5cvqm] {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  margin-top: 3px;
}

.profile-dropdown[b-51zzy5cvqm] {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--theme-dropdown-bg);
  border: 1px solid var(--theme-border);
  border-radius: 4px;
  box-shadow: 0 2px 10px var(--theme-shadow-sm);
  width: 250px;
  display: none;
  margin-top: 15px;
  z-index: 1001;
}

.profile-dropdown.show[b-51zzy5cvqm] {
  display: block;
}

.profile-dropdown[b-51zzy5cvqm]::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid var(--theme-dropdown-bg);
  z-index: 2;
}

.profile-dropdown[b-51zzy5cvqm]::after {
  content: "";
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid var(--theme-border);
  z-index: 1;
}

.profile-info[b-51zzy5cvqm] {
  padding: 15px;
}

.profile-name[b-51zzy5cvqm] {
  font-weight: bold;
  color: var(--theme-body-text);
}

.profile-org[b-51zzy5cvqm] {
  font-size: 0.9em;
  color: var(--theme-secondary-text);
  margin-top: 4px;
}

.dropdown-divider[b-51zzy5cvqm] {
  border-top: 1px solid var(--theme-border);
  margin: 5px 0;
}

.dropdown-item[b-51zzy5cvqm] {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--theme-body-text);
  transition: background-color 0.2s ease;
}

.dropdown-item:hover[b-51zzy5cvqm] {
  background-color: var(--theme-dropdown-item-hover);
}

.dropdown-item i[b-51zzy5cvqm] {
  width: 20px;
  margin-right: 10px;
  color: var(--theme-secondary-text);
}

/* Utility Classes */
.copy-url-btn[b-51zzy5cvqm] {
  background: none;
  border: none;
  padding: 2px 4px;
  cursor: pointer;
  color: var(--theme-tertiary-text);
  font-size: 0.8rem;
  display: inline-flex;
  align-items: center;
}

.copy-url-btn:hover[b-51zzy5cvqm] {
  color: var(--theme-link);
}

/* Collapsed State Modifications */
.sidebar.collapsed .menu-item span[b-51zzy5cvqm] {
  display: none;
}

.sidebar.collapsed .menu-section-heading[b-51zzy5cvqm] {
  display: none;
}

.sidebar.collapsed .logo[b-51zzy5cvqm] {
  display: none;
}

.sidebar.collapsed .profile-menu[b-51zzy5cvqm] {
  display: none;
}

.sidebar.collapsed .header-controls[b-51zzy5cvqm] {
  width: 100%;
  justify-content: center;
  padding: 0;
  gap: 0;
}

.sidebar.collapsed .toggle-btn[b-51zzy5cvqm] {
  padding: 0;
  width: var(--sidebar-collapsed-width);
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Rest of the collapsed state rules... */
.sidebar.collapsed ~ .top-header .header-menu-section .header-controls[b-51zzy5cvqm] {
  width: auto;
  justify-content: flex-end;
  padding: 0;
}

.sidebar.collapsed ~ .top-header .profile-menu[b-51zzy5cvqm] {
  position: static;
}

.info-bar ~ main[b-51zzy5cvqm] {
  right: var(--info-bar-width);
}

.sidebar.collapsed ~ main[b-51zzy5cvqm] {
  left: var(--sidebar-collapsed-width);
}

.info-bar.collapsed ~ main[b-51zzy5cvqm] {
  right: var(--info-bar-collapsed-width);
}

/* Mobile Layout Styles */
@media screen and (max-width: 768px) {
  .info-bar[b-51zzy5cvqm] {
      display: none;
  }

  main[b-51zzy5cvqm], .top-header[b-51zzy5cvqm] {
    left: var(--sidebar-collapsed-width);
  }

  .sidebar ~ main[b-51zzy5cvqm], .top-header[b-51zzy5cvqm] {
    width: calc(100% - var(--sidebar-collapsed-width));
  }

  .sidebar.collapsed ~ main[b-51zzy5cvqm], .top-header[b-51zzy5cvqm] {
    width: calc(100% - var(--sidebar-collapsed-width));
  }

  /* Default collapsed state on mobile */
  .sidebar[b-51zzy5cvqm] {
    width: var(--sidebar-collapsed-width);
  }

  .sidebar .menu-item span[b-51zzy5cvqm] {
    display: none;
  }

  .sidebar .logo[b-51zzy5cvqm] {
    display: none;
  }

  .sidebar .profile-menu[b-51zzy5cvqm] {
    display: none;
  }

  .sidebar .header-controls[b-51zzy5cvqm] {
    width: 100%;
    justify-content: center;
    padding: 0;
    gap: 0;
  }

  .sidebar .toggle-btn[b-51zzy5cvqm] {
    padding: 0;
    width: var(--sidebar-collapsed-width);
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Hide submenu only when not expanded on mobile */
  .sidebar:not(.expanded) .submenu-item[b-51zzy5cvqm] {
    display: none;
  }

  /* Expanded state on mobile */
  .sidebar.expanded[b-51zzy5cvqm] {
    width: var(--sidebar-width);
  }

  .sidebar.expanded .menu-item span[b-51zzy5cvqm] {
    display: inline;
  }

  .sidebar.expanded .logo[b-51zzy5cvqm] {
    display: flex;
  }

  .sidebar.expanded .profile-menu[b-51zzy5cvqm] {
    display: block;
  }

  .sidebar.expanded .header-controls[b-51zzy5cvqm] {
    width: auto;
    justify-content: space-between;
    padding: 0 20px;
    gap: 12px;
  }

  .sidebar.expanded .toggle-btn[b-51zzy5cvqm] {
    padding: 8px;
    width: auto;
    height: auto;
  }

  /* Force show submenu items when expanded on mobile */
  .sidebar.expanded .submenu-item[b-51zzy5cvqm] {
    display: block !important;
  }
}
/* _content/Telos.Web/Views/Shared/_PlanSelector.cshtml.rz.scp.css */
.application-type-cards[b-muvp0316s0] {
    width: 100%;
    margin-bottom: 1.5rem;
}

.plan-card[b-muvp0316s0] {
    /* Ensure the column container doesn't interfere with card highlighting */
    padding: 0.75rem;
    /* Override any Bulma background classes that might interfere */
    background: transparent !important;
}

.plan-card .application-type-card[b-muvp0316s0] {
    /* Ensure card takes full space within its container */
    width: 100%;
    height: 100%;
}

/* Ensure no background highlighting on containers */
.plan-card.has-background-primary-light[b-muvp0316s0],
.plan-card.has-background-primary[b-muvp0316s0],
.plan-card.has-background-info-light[b-muvp0316s0],
.plan-card.has-background-info[b-muvp0316s0] {
    background: transparent !important;
}

.application-type-card[b-muvp0316s0] {
    cursor: pointer;
    transition: all 0.3s ease;
    height: 100%;
    border: 2px solid var(--theme-card-border);
    border-radius: 6px;
    margin-bottom: 0;
    background-color: var(--theme-surface-secondary);
}

.application-type-card .card-content[b-muvp0316s0] {
    padding: 1.25rem;
}

.application-type-card:hover[b-muvp0316s0] {
    transform: translateY(-2px);
    box-shadow: 0 4px 6px var(--theme-shadow-sm);
    border-color: var(--theme-border);
    background-color: var(--theme-hover-bg);
}

/* Prevent hover effects on selected cards */
.application-type-radio:checked + .card.application-type-card:hover[b-muvp0316s0] {
    transform: none;
    box-shadow: 0 2px 8px rgba(62, 142, 208, 0.15);
    border-color: #3e8ed0;
    background-color: #ebf5ff;
}

.application-type-radio:checked + .card.application-type-card[b-muvp0316s0] {
    border-color: #3e8ed0;
    border-width: 2px;
    background-color: #ebf5ff;
    /* Ensure highlighting is contained within the card */
    box-shadow: 0 2px 8px rgba(62, 142, 208, 0.15);
    transform: none; /* Override any transform from hover */
    position: relative;
    z-index: 1;
}

/* Dark mode support for plan cards */
[data-theme="dark"] .application-type-card[b-muvp0316s0] {
    background-color: var(--theme-surface-primary);
    border-color: var(--theme-border);
    color: var(--theme-body-text);
}

[data-theme="dark"] .application-type-card:hover[b-muvp0316s0] {
    background-color: var(--theme-hover-bg);
    border-color: var(--theme-secondary-text);
    box-shadow: 0 4px 6px var(--theme-shadow-md);
}

[data-theme="dark"] .application-type-radio:checked + .card.application-type-card[b-muvp0316s0] {
    border-color: #60a5fa;
    background-color: rgba(96, 165, 250, 0.15);
    box-shadow: 0 2px 8px rgba(96, 165, 250, 0.25);
}

[data-theme="dark"] .application-type-radio:checked + .card.application-type-card:hover[b-muvp0316s0] {
    border-color: #60a5fa;
    background-color: rgba(96, 165, 250, 0.15);
    box-shadow: 0 2px 8px rgba(96, 165, 250, 0.25);
}

[data-theme="dark"] .application-type-card .title[b-muvp0316s0],
[data-theme="dark"] .application-type-card .subtitle[b-muvp0316s0] {
    color: var(--theme-body-text);
}

[data-theme="dark"] .application-type-card .plan-price[b-muvp0316s0] {
    color: var(--theme-link);
}

.plan-header[b-muvp0316s0] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.5rem;
}

.plan-name[b-muvp0316s0] {
    flex: 1;
    margin-bottom: 0;
}

.plan-price[b-muvp0316s0] {
    flex-shrink: 0;
    margin-bottom: 0;
    text-align: right;
}

/* Plan type toggle styles (matching comment type toggle) */
.plan-type-toggle[b-muvp0316s0] {
    display: flex;
    background-color: var(--theme-surface-secondary);
    border-radius: 6px;
    padding: 4px;
    margin-bottom: 1rem;
    width: fit-content;
    transition: background-color 0.3s ease;
}

.toggle-option[b-muvp0316s0] {
    background: none;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 500;
    color: var(--theme-secondary-text);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}

.toggle-option:hover[b-muvp0316s0] {
    background-color: var(--theme-hover-bg);
    color: var(--theme-body-text);
}

.toggle-option.active[b-muvp0316s0] {
    background-color: #3273dc;
    color: white;
    box-shadow: 0 2px 4px rgba(50, 115, 220, 0.3);
}

.toggle-option.active:hover[b-muvp0316s0] {
    background-color: #2366d1;
    color: white;
}

.toggle-option i[b-muvp0316s0] {
    font-size: 0.9rem;
}

/* Dark mode support for toggle */
[data-theme="dark"] .plan-type-toggle[b-muvp0316s0] {
    background-color: var(--theme-surface-primary);
}

[data-theme="dark"] .toggle-option.active[b-muvp0316s0] {
    background-color: #60a5fa;
    box-shadow: 0 2px 4px rgba(96, 165, 250, 0.3);
}

[data-theme="dark"] .toggle-option.active:hover[b-muvp0316s0] {
    background-color: #3b82f6;
}

/* Responsive breakpoint for small screens */
@media (max-width: 768px) {
    .plan-header[b-muvp0316s0] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }
    
    .plan-price[b-muvp0316s0] {
        text-align: left;
        margin-top: -0.25rem;
    }
} 
/* _content/Telos.Web/Views/Shared/_StageCard.cshtml.rz.scp.css */
.stage-card[b-dp53pboqd8] {
  transition: all 0.3s ease;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px var(--theme-shadow-sm);
  background: var(--theme-card-bg);
  border: 1px solid var(--theme-card-border);
}

.stage-card:hover[b-dp53pboqd8] {
  box-shadow: 0 8px 16px var(--theme-shadow-md);
  transform: translateY(-2px);
}

.stage-card-number[b-dp53pboqd8] {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 500;
  font-size: 1rem;
  flex-shrink: 0;
  background-color:#1e293b
}

.stage-card-icon[b-dp53pboqd8] {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  text-align: center;
  margin-left: 16px;
  position: relative;
}

.stage-card-icon a[b-dp53pboqd8] {
  color: inherit;
  text-decoration: none;
  transition: color 0.15s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.stage-card-icon a:hover[b-dp53pboqd8] {
  color: var(--theme-link);
}

.card-header-link[b-dp53pboqd8] {
  flex-grow: 1;
  color: inherit;
  text-decoration: none;
  transition: color 0.15s ease;
  display: flex;
  align-items: center;
}

.card-header-link:hover[b-dp53pboqd8] {
  color: var(--theme-link);
}

.card-header-link:hover .stage-title[b-dp53pboqd8] {
  color: var(--theme-link);
}

.stage-card .card-header[b-dp53pboqd8] {
  min-height: 3.25rem;
}

.stage-number[b-dp53pboqd8] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background-color: #3273dc;
  color: white;
  border-radius: 50%;
  font-weight: bold;
}

.stage-description[b-dp53pboqd8] {
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--theme-border);
  color: var(--theme-body-text);
}

.info-box[b-dp53pboqd8] {
  background-color: var(--theme-surface-secondary);
  padding: 1rem;
  border-radius: 6px;
  height: 100%;
  color: var(--theme-body-text);
  transition: background-color 0.3s ease, color 0.3s ease;
}

.card-header-title[b-dp53pboqd8] {
  font-size: 1.1rem;
}

.progress[b-dp53pboqd8] {
  border-radius: 4px;
}

.progress.is-small[b-dp53pboqd8] {
  height: 0.5rem;
}

.icon-button[b-dp53pboqd8] {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  color: inherit;
  transition: color 0.15s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.icon-button:hover[b-dp53pboqd8] {
  color: var(--theme-link);
}

.delete-button[b-dp53pboqd8] {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  color: inherit;
  transition: color 0.15s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.delete-button:hover[b-dp53pboqd8] {
  color: #f14668;
}

[data-theme="dark"] .delete-button:hover[b-dp53pboqd8] {
  color: #f87171;
}

.delete-button:hover i[b-dp53pboqd8] {
  color: #f14668;
}

[data-theme="dark"] .delete-button:hover i[b-dp53pboqd8] {
  color: #f87171;
}

/* Ticket styles */
.tickets-container[b-dp53pboqd8] {
  margin-top: 0.5rem;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.tickets-list[b-dp53pboqd8] {
  border: 1px solid var(--theme-border);
  border-radius: 6px;
  transition: border-color 0.3s ease;
}

.ticket-item[b-dp53pboqd8] {
  display: flex;
  padding: 0.75rem;
  border-bottom: 1px solid var(--theme-border);
  transition: background-color 0.2s ease, border-color 0.3s ease;
  text-decoration: none;
  color: inherit;
}

.ticket-item:last-child[b-dp53pboqd8] {
  border-bottom: none;
}

.ticket-item:hover[b-dp53pboqd8] {
  background-color: var(--theme-hover-bg);
}

.ticket-priority[b-dp53pboqd8] {
  margin-right: 0.75rem;
  display: flex;
  align-items: center;
}

.ticket-info[b-dp53pboqd8] {
  flex: 1;
}

.ticket-title[b-dp53pboqd8] {
  font-weight: 500;
  margin-bottom: 0.25rem;
  display: flex;
  align-items: center;
}

.ticket-slug[b-dp53pboqd8] {
  color: var(--theme-secondary-text);
  margin-right: 0.5rem;
  font-size: 0.9em;
  transition: color 0.3s ease;
}

.ticket-meta[b-dp53pboqd8] {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  color: var(--theme-secondary-text);
  transition: color 0.3s ease;
}

.ticket-meta .tag[b-dp53pboqd8] {
  margin-right: 0.75rem;
}

.ticket-due[b-dp53pboqd8] {
  display: inline-flex;
  align-items: center;
}

.ticket-due[b-dp53pboqd8]:before {
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  margin-right: 0.25rem;
  font-weight: 900;
}

/* Card Base Styles */
.stage-card-square[b-dp53pboqd8] {
  height: 100%;
  transition: all 0.2s ease;
  box-shadow: 0 2px 5px var(--theme-shadow-sm);
}

.stage-card-square:hover[b-dp53pboqd8] {
  box-shadow: 0 4px 12px var(--theme-shadow-md);
  transform: translateY(-2px);
}

/* Card Header */
.stage-card-header[b-dp53pboqd8] {
  background-color: var(--theme-surface-secondary) !important;
  transition: background-color 0.3s ease;
}

.card-header-title[b-dp53pboqd8] {
  font-size: 1.1rem;
}

.stage-label[b-dp53pboqd8] {
  font-size: 0.9rem;
  font-weight: 600;
  color: #4a7aff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.stage-title[b-dp53pboqd8] {
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 70%;
}

/* Card Content */
.card-content-link[b-dp53pboqd8] {
  display: block;
  color: inherit;
  text-decoration: none;
}

.card-content-link:hover[b-dp53pboqd8] {
  color: inherit;
}

.stage-card-square .card-content[b-dp53pboqd8] {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1rem;
}

/* Dates and Resource Sections */
.stage-dates[b-dp53pboqd8],
.resource-allocation[b-dp53pboqd8] {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}

.date-item[b-dp53pboqd8],
.resource-item[b-dp53pboqd8] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.date-item .icon[b-dp53pboqd8],
.resource-item .icon[b-dp53pboqd8] {
  color: #666;
  width: 20px;
}

/* Progress Bar */
.progress-container[b-dp53pboqd8] {
  margin-top: auto;
  position: relative;
  margin-bottom: 0;
}

.progress-label[b-dp53pboqd8] {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.progress-bar-container[b-dp53pboqd8] {
  position: relative;
}

.progress-text[b-dp53pboqd8] {
  position: absolute;
  right: 0;
  top: -1.5rem;
  font-weight: bold;
  font-size: 0.8rem;
  color: #363636;
}

.progress[b-dp53pboqd8] {
  border-radius: 4px;
  height: 0.75rem !important;
}

/* Reporting Info Styles */
.reporting-info[b-dp53pboqd8] {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.5rem 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.reporting-item[b-dp53pboqd8] {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
}

.reporting-item .icon[b-dp53pboqd8] {
  margin-right: 0.5rem;
  width: 20px;
  display: flex;
  justify-content: center;
}

.reporting-item .fa-chart-line[b-dp53pboqd8] {
  color: #3273dc;
}

.reporting-item .fa-times-circle[b-dp53pboqd8] {
  color: #7a7a7a;
}

.reporting-item .fa-bell[b-dp53pboqd8] {
  color: #3273dc;
}

.reporting-item .fa-bell-slash[b-dp53pboqd8] {
  color: #7a7a7a;
}
/* _content/Telos.Web/Views/Shared/_SubmenuItem.cshtml.rz.scp.css */
.submenu-item[b-6qmj2nbh5e] {
  font-size: 0.9em;
}

.submenu-item a[b-6qmj2nbh5e] {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem 0.75rem 3.5rem;
  text-decoration: none;
  color: white;
  font-size: 0.9rem;
  background-color: var(--submenu-background-color);
}

.submenu-item a:hover[b-6qmj2nbh5e] {
  opacity: 1;
  background-color: transparent;
}

.submenu-item i[b-6qmj2nbh5e] {
  font-size: 0.9em;
  width: 1.25em;
  text-align: center;
}

/* Hide submenu items when sidebar is collapsed */
.sidebar.collapsed .submenu-item[b-6qmj2nbh5e] {
  display: none;
}
/* _content/Telos.Web/Views/Shared/_TicketCardListItem.cshtml.rz.scp.css */
/* Iteration Groups */
.ticket-card[b-ja02d6p16s] {
  margin-top: 24px;
  background: var(--theme-card-bg);
  border: 1px solid var(--theme-card-border);
  border-radius: 8px;
  box-shadow: 0 4px 6px -1px var(--theme-shadow-sm), 0 2px 4px -1px var(--theme-shadow-sm);
  transition: all 0.2s ease-in-out;
  transform-origin: center;
}

.ticket-card:hover[b-ja02d6p16s] {
  box-shadow: 0 20px 25px -5px var(--theme-shadow-md), 0 10px 10px -5px var(--theme-shadow-md);
  transform: translateY(-2px) scale(1.005);
  cursor: pointer;
}

.ticket-card:first-child[b-ja02d6p16s] {
  margin-top: 0;
}

.ticket-card-header[b-ja02d6p16s] {
  padding: 16px 24px;
  border-bottom: 1px solid var(--theme-border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: border-color 0.3s ease;
}

.ticket-card-link[b-ja02d6p16s] {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--theme-body-text);
  text-decoration: none;
  flex: 1;
  transition: color 0.2s ease;
}

.ticket-card-link:hover[b-ja02d6p16s] {
  text-decoration: underline;
  color: var(--theme-link);
}

.ticket-card-link-not-clickable[b-ja02d6p16s] {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}

.ticket-card-link .ticket-card-number[b-ja02d6p16s] {
  color: var(--theme-secondary-text);
  font-weight: 500;
  transition: color 0.3s ease;
}

.ticket-card-meta[b-ja02d6p16s] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.ticket-card-tags[b-ja02d6p16s] {
  display: flex;
  gap: 8px;
}

.ticket-card-points[b-ja02d6p16s] {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--theme-body-text);
  padding: 2px 8px;
  background: var(--theme-surface-secondary);
  border-radius: 4px;
  white-space: nowrap;
  transition: color 0.3s ease, background 0.3s ease;
}


.ticket-card-table tr:last-child td[b-ja02d6p16s] {
    border-bottom: none;
}

.ticket-card-table tr:last-child td:first-child[b-ja02d6p16s] {
    border-bottom-left-radius: 8px;
}

.ticket-card-table tr:last-child td:last-child[b-ja02d6p16s] {
    border-bottom-right-radius: 8px;
}

.ticket-card-table .ticket-card-row:hover[b-ja02d6p16s] {
    background: var(--theme-hover-bg);
    cursor: pointer;
}

.ticket-card-table[b-ja02d6p16s] {
    width: 100%;
    border-collapse: collapse;
}


/* Ensure the table header aligns with the content */
.ticket-card-table th[b-ja02d6p16s] {
    padding: 0.5rem;
    text-align: left;
}

.ticket-card-table th.ticket-card-points-col[b-ja02d6p16s],
.ticket-card-table th.ticket-card-due-col[b-ja02d6p16s] {
    text-align: right;
}
/* _content/Telos.Web/Views/Shared/_TicketComment.cshtml.rz.scp.css */
.comment-body > button[b-ixlsf7tr6a] {
  margin-top: 1em;
  float: right;
}

.comment-body[b-ixlsf7tr6a]::after {
  content: '';
  display: block;
  clear: both;
}

.comment-body[data-full="0"] article:nth-of-type(1)[b-ixlsf7tr6a] {
  display: none;
}

.comment-body[data-full="0"] > button[b-ixlsf7tr6a]::before {
  content: 'Show Actual Comment';
}

.comment-body[data-full="1"] > span[b-ixlsf7tr6a] {
  display: none;
}

.comment-body[data-full="1"] article:nth-of-type(2)[b-ixlsf7tr6a] {
  display: none;
}

.comment-body[data-full="1"] > button[b-ixlsf7tr6a]::before {
  content: 'Show Comment Summary';
}
/* _content/Telos.Web/Views/Shared/_TicketDetails.cshtml.rz.scp.css */
fieldset.filter-icons[b-xootepuej7] {
  position: relative;
  padding-left: 60px;
  float: right;
}

fieldset.filter-icons legend[b-xootepuej7] {
  display: inline;
  position: absolute;
  left: 0;
  margin: 0;
}

fieldset.filter-icons label[b-xootepuej7] {
  cursor: pointer;
  padding-left: 10px;
}

fieldset.filter-icons input[type=checkbox][b-xootepuej7] {
  display: none;
}

/* Light mode - unchecked icons are light gray */
fieldset.filter-icons :not(:checked) + i[b-xootepuej7] {
  color: #dee2e8;
}

/* Light mode - checked icons have default color with transition */
fieldset.filter-icons input[type=checkbox]:checked + i[b-xootepuej7] {
  transition: color 0.2s ease;
}

fieldset.filter-icons label:hover i[b-xootepuej7] {
  transition: color 0.2s ease;
}

/* Dark mode styles - override light mode with higher specificity */
[data-theme="dark"] fieldset.filter-icons i[b-xootepuej7] {
  color: var(--theme-tertiary-text);
  transition: color 0.2s ease;
}

[data-theme="dark"] fieldset.filter-icons input[type="checkbox"]:checked + i[b-xootepuej7] {
  color: var(--theme-link);
}

[data-theme="dark"] fieldset.filter-icons label:hover i[b-xootepuej7] {
  color: var(--theme-secondary-text);
}

.icon[b-xootepuej7] {
  width: 1.5em;
  display: inline-block;
  vertical-align: middle;
}

.columns[b-xootepuej7] {
  flex-wrap: wrap;
}

.main-title[b-xootepuej7] {
  overflow-wrap: break-word;
  white-space: normal;
}

.timeline[b-xootepuej7] {
  clear: both;
  border-left: 2px solid #ccc;
  padding-left: 20px;
  position: relative;
  margin-bottom: 42px;
  gap: 1rem;
}

.timeline[data-show-lifecycle=false] [data-entry-type=lifecycle][b-xootepuej7] {
  display: none;
}

.timeline[data-show-question=false] [data-entry-type=question][b-xootepuej7] {
  display: none;
}
/* _content/Telos.Web/Views/Shared/_TicketTimelineEntry.cshtml.rz.scp.css */
.timeline-item-container[b-h4ol9h9maq] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.timeline-item[b-h4ol9h9maq] {
  display: flex;
  align-items: flex-start;
  position: relative;
  gap: 10px;
  width: 100%;
}

.timeline-content[b-h4ol9h9maq] {
  width: 100%;
}

.timeline-marker[b-h4ol9h9maq] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  left: -27px;
  top: 7px;
}

.timeline-marker-system[b-h4ol9h9maq] {
  background-color: grey;
  top: 6px;
}

.timeline-marker-activity[b-h4ol9h9maq] {
  background-color: #007bff;
  top: 6px;
}

.timeline-marker-comment[b-h4ol9h9maq] {
  background-color: darkorange;
  top: 24px;
}

.timeline-marker-question[b-h4ol9h9maq] {
  background-color: #28a745;
  top: 24px;
}

.timeline-marker-ai-comment[b-h4ol9h9maq] {
  background-color: #6000c0;
  top: 24px;
}

.timeline[data-show-lifecycle=false] [data-entry-type=lifecycle][b-h4ol9h9maq] {
  display: none;
}

.timeline[data-show-comment=false] [data-entry-type=comment][b-h4ol9h9maq] {
  display: none;
}

.timeline[data-show-question=false] [data-entry-type=question][b-h4ol9h9maq] {
  display: none;
}

.timeline[data-show-bot=false] [data-entry-type=bot][b-h4ol9h9maq] {
  display: none;
}

.timeline[data-show-other=false] [data-entry-type=other][b-h4ol9h9maq] {
  display: none;
}
/* _content/Telos.Web/Views/Stage/Detail.cshtml.rz.scp.css */
/* Stage Detail Page Styles */

.stage-detail-container[b-w7xc89yyzn] {
    padding: 0;
}

/* Stage Header */
.stage-header .stage-number[b-w7xc89yyzn] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #1e293b;
    color: white;
    border-radius: 8px;
    font-weight: bold;
    font-size: 1.2rem;
}

/* Stage Navigation */
.stage-navigation[b-w7xc89yyzn] {
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;
}

/* Button Styles */
.button.has-shadow[b-w7xc89yyzn] {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
    font-weight: 500;
    letter-spacing: 0.01em;
}

.button.has-shadow:hover[b-w7xc89yyzn] {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    transform: translateY(-1px);
}

.button.has-shadow:active[b-w7xc89yyzn] {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
}

/* Navigation buttons (rounded) */
.stage-navigation .button[b-w7xc89yyzn] {
    border-radius: 20px;
}

/* Action buttons (Edit/Delete) */
.stage-header .button[b-w7xc89yyzn] {
    border-radius: 4px;
}

.button.is-primary[b-w7xc89yyzn] {
    background-color: #3273dc;
}

.button.is-primary:hover[b-w7xc89yyzn] {
    background-color: #2366d1;
}

.button.is-danger[b-w7xc89yyzn] {
    background-color: #ff3860;
}

.button.is-danger:hover[b-w7xc89yyzn] {
    background-color: #ff1f4b;
}

.button.is-light[b-w7xc89yyzn] {
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
}

.button.is-light:hover[b-w7xc89yyzn] {
    background-color: #eeeeee;
}

/* Cards */
.card[b-w7xc89yyzn] {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

.card:hover[b-w7xc89yyzn] {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-header[b-w7xc89yyzn] {
    border-bottom: 1px solid #f5f5f5;
}

.card-header-title[b-w7xc89yyzn] {
    font-weight: 600;
}

/* Stage Description */
.stage-description[b-w7xc89yyzn] {
    line-height: 1.6;
}

.stage-description p[b-w7xc89yyzn] {
    margin-bottom: 1rem;
}

.stage-description ul[b-w7xc89yyzn],
.stage-description ol[b-w7xc89yyzn] {
    margin-left: 1.5rem;
    margin-bottom: 1rem;
}

/* Tickets List */
.tickets-list[b-w7xc89yyzn] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.ticket-item[b-w7xc89yyzn] {
    display: flex;
    padding: 0.75rem;
    border-radius: 4px;
    background-color: #f9f9f9;
    transition: background-color 0.2s ease;
    text-decoration: none;
    color: inherit;
}

.ticket-item:hover[b-w7xc89yyzn] {
    background-color: #f0f0f0;
}

.ticket-priority[b-w7xc89yyzn] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    margin-right: 0.75rem;
}

.ticket-info[b-w7xc89yyzn] {
    flex: 1;
}

.ticket-title[b-w7xc89yyzn] {
    display: flex;
    align-items: center;
    margin-bottom: 0.25rem;
}

.ticket-slug[b-w7xc89yyzn] {
    font-family: monospace;
    font-size: 0.9rem;
    color: #666;
    margin-right: 0.5rem;
}

.ticket-name[b-w7xc89yyzn] {
    font-weight: 500;
}

.ticket-meta[b-w7xc89yyzn] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
}

.ticket-due[b-w7xc89yyzn] {
    color: #666;
}

/* Progress Bars */
.progress[b-w7xc89yyzn] {
    height: 0.75rem;
    border-radius: 4px;
}

/* Responsive Adjustments */
@media screen and (max-width: 768px) {
    .columns.is-multiline[b-w7xc89yyzn] {
        margin-bottom: 0;
    }

    .column[b-w7xc89yyzn] {
        padding-bottom: 0.75rem;
    }
}
