/* src/styles.css */
:root {
  --sidebar-w: 72px;
  --sidebar-open: 220px;
  --topbar-h: 80px;
}
:root {
  --sidebar-w: 72px;
  --sidebar-open: 220px;
  --topbar-h: 80px;
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
[data-theme=dark] body {
  background-color: #13161c;
}
[data-theme=dark] .app-topbar {
  background: #1e2330 !important;
  border-bottom-color: #2d3448 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4) !important;
}
[data-theme=dark] .app-sidebar {
  background: #1a1d25 !important;
}
[data-theme=dark] .app-content {
  background: #13161c !important;
}
[data-theme=dark] .topbar-title {
  color: #a8c0e8 !important;
}
[data-theme=dark] .topbar-sep {
  background: #2d3448 !important;
}
[data-theme=dark] .topbar-user {
  background: #252a38 !important;
  border-color: #3a4460 !important;
}
[data-theme=dark] .topbar-user-name {
  color: #a8c0e8 !important;
}
[data-theme=dark] .topbar-user-menu {
  background: #1e2330 !important;
  border-color: #2d3448 !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5) !important;
}
[data-theme=dark] .topbar-user-menu__header {
  background: #252a38 !important;
}
[data-theme=dark] .topbar-user-menu__name {
  color: #c8d8f0 !important;
}
[data-theme=dark] .topbar-user-menu__profile {
  color: #7a91b4 !important;
}
[data-theme=dark] .topbar-user-menu__divider {
  background: #2d3448 !important;
}
[data-theme=dark] .topbar-user-menu__logout {
  color: #f87171 !important;
}
[data-theme=dark] .topbar-user-menu__logout:hover {
  background: #2a1f1f !important;
}
[data-theme=dark] .lp-page-title {
  color: #c8d8f0;
}
[data-theme=dark] .page-title {
  color: #c8d8f0;
}
[data-theme=dark] .page-header {
  border-bottom-color: #2d3448;
}
[data-theme=dark] .lp-results-bar {
  color: #7a91b4;
}
[data-theme=dark] .lp-filter-card {
  background: #1e2330;
  border-color: #2d3448;
}
[data-theme=dark] .lp-filter-card .form-group > label {
  color: #a8c0e8;
}
[data-theme=dark] .form-control {
  background-color: #252a38 !important;
  border-color: #3a4460 !important;
  color: #c8d8f0 !important;
}
[data-theme=dark] .form-control:focus {
  border-color: #4e7bc0 !important;
  box-shadow: 0 0 0 2px rgba(78, 123, 192, 0.25) !important;
  background-color: #2a3045 !important;
}
[data-theme=dark] .input-group-addon {
  background-color: #1a1d25 !important;
  border-color: #3a4460 !important;
  color: #7a91b4 !important;
}
[data-theme=dark] select.form-control option {
  background: #252a38;
}
[data-theme=dark] input[readonly],
[data-theme=dark] input[readonly]:focus {
  background-color: #1e2330 !important;
  color: #9aafcc !important;
}
[data-theme=dark] .btn-default {
  background-color: #2a3045 !important;
  border-color: #3a4460 !important;
  color: #c0d0e8 !important;
}
[data-theme=dark] .btn-default:hover {
  background-color: #313a55 !important;
  border-color: #4a5470 !important;
}
[data-theme=dark] .btn-primary {
  background-color: #2563a8 !important;
  border-color: #1e539a !important;
}
[data-theme=dark] .btn-primary:hover {
  background-color: #1d5394 !important;
}
[data-theme=dark] .btn-success {
  background-color: #166534 !important;
  border-color: #14532d !important;
}
[data-theme=dark] .btn-warning {
  background-color: #92400e !important;
  border-color: #78350f !important;
  color: #fde68a !important;
}
[data-theme=dark] .btn-danger {
  background-color: #991b1b !important;
  border-color: #7f1d1d !important;
}
[data-theme=dark] .table {
  background-color: transparent;
  color: #c8d8f0;
}
[data-theme=dark] .table > thead > tr > th {
  background-color: #1e2330;
  border-bottom-color: #2d3448;
  color: #a8c0e8;
}
[data-theme=dark] .table > tbody > tr > td {
  border-top-color: #2d3448;
  color: #b8cce4;
}
[data-theme=dark] .table > tbody > tr:hover > td {
  background-color: #232840;
}
[data-theme=dark] .table-striped > tbody > tr:nth-of-type(odd) > td {
  background-color: #1c2030;
}
[data-theme=dark] .table-responsive {
  border-color: #2d3448;
}
[data-theme=dark] .ec-card {
  background: #1e2330;
  border-color: #2d3448;
}
[data-theme=dark] .ec-card__statuses-wrap::after {
  background: linear-gradient(transparent, #1e2330);
}
[data-theme=dark] .ec-card__status-row {
  border-bottom-color: #2d3448;
  color: #7a91b4;
}
[data-theme=dark] .ec-card__status-count {
  color: #c8d8f0;
}
[data-theme=dark] .ec-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
}
[data-theme=dark] .ec-panel {
  background: #1e2330;
  border-color: #2d3448;
}
[data-theme=dark] .ec-panel__heading {
  color: #a8c0e8;
  border-bottom-color: #2d3448;
}
[data-theme=dark] .ec-nav-tabs {
  border-bottom-color: #2d3448;
}
[data-theme=dark] .ec-nav-tabs > li > a {
  color: #7a91b4;
}
[data-theme=dark] .ec-nav-tabs > li > a:hover {
  background: #252a38;
  color: #c8d8f0;
  border-color: #3a4460 #3a4460 transparent;
}
[data-theme=dark] .ec-nav-tabs > li.active > a,
[data-theme=dark] .ec-nav-tabs > li.active > a:hover {
  background: #1e2330;
  color: #c8d8f0;
  border-color: #2d3448 #2d3448 #1e2330;
}
[data-theme=dark] .nav-tabs {
  border-bottom-color: #2d3448 !important;
}
[data-theme=dark] .nav-tabs > li > a {
  color: #7a91b4 !important;
}
[data-theme=dark] .nav-tabs > li.active > a,
[data-theme=dark] .nav-tabs > li.active > a:hover {
  background: #1e2330 !important;
  color: #c8d8f0 !important;
  border-color: #2d3448 #2d3448 #1e2330 !important;
}
[data-theme=dark] .modal-content {
  background: #1e2330 !important;
}
[data-theme=dark] .modal-header {
  background: #1e2330 !important;
  border-bottom-color: #2d3448 !important;
}
[data-theme=dark] .modal-body {
  background: #1e2330 !important;
}
[data-theme=dark] .modal-footer {
  background: #1e2330 !important;
  border-top-color: #2d3448 !important;
}
[data-theme=dark] .modal-title {
  color: #c8d8f0 !important;
}
[data-theme=dark] .modal .control-label {
  color: #a8c0e8 !important;
}
[data-theme=dark] .modal .text-muted,
[data-theme=dark] .modal small {
  color: #7a91b4 !important;
}
[data-theme=dark] .close {
  color: #a8c0e8 !important;
  opacity: 0.8;
}
[data-theme=dark] .close:hover {
  color: #fff !important;
}
[data-theme=dark] .alert-danger {
  background-color: #3a1515 !important;
  border-color: #6b2424 !important;
  color: #fca5a5 !important;
}
[data-theme=dark] .alert-warning {
  background-color: #3a2a10 !important;
  border-color: #6b4e1a !important;
  color: #fde68a !important;
}
[data-theme=dark] .alert-success {
  background-color: #14291e !important;
  border-color: #1e4d34 !important;
  color: #86efac !important;
}
[data-theme=dark] .alert-info {
  background-color: #0f2540 !important;
  border-color: #1e4060 !important;
  color: #93c5fd !important;
}
[data-theme=dark] .dropdown-menu {
  background-color: #252a38 !important;
  border-color: #3a4460 !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4) !important;
}
[data-theme=dark] .dropdown-menu > li > a {
  color: #c8d8f0 !important;
}
[data-theme=dark] .dropdown-menu > li > a:hover,
[data-theme=dark] .dropdown-menu > li > a:focus {
  background-color: #313a55 !important;
  color: #e0ecff !important;
}
[data-theme=dark] .dropdown-menu > .disabled > a,
[data-theme=dark] .dropdown-menu > li.disabled > a {
  color: #4a5470 !important;
}
[data-theme=dark] .dropdown-menu > li > a:hover .glyphicon,
[data-theme=dark] .dropdown-menu > li > a .glyphicon {
  opacity: 0.85;
}
[data-theme=dark] .pagination > li > a,
[data-theme=dark] .pagination > li > span {
  background-color: #252a38 !important;
  border-color: #3a4460 !important;
  color: #a8c0e8 !important;
}
[data-theme=dark] .pagination > li > a:hover {
  background-color: #313a55 !important;
  color: #e0ecff !important;
}
[data-theme=dark] .pagination > .active > a,
[data-theme=dark] .pagination > .active > span {
  background-color: #2563a8 !important;
  border-color: #1e539a !important;
  color: #fff !important;
}
[data-theme=dark] .pagination > .disabled > a,
[data-theme=dark] .pagination > .disabled > span {
  background-color: #1a1d25 !important;
  border-color: #2d3448 !important;
  color: #4a5470 !important;
}
[data-theme=dark] .lp-loading-bar {
  background: #1a2d45;
  border-color: #2a4a6a;
  color: #7ab8f5;
}
[data-theme=dark] .lp-loading-bar__spinner {
  border-color: #2a4a6a;
  border-top-color: #7ab8f5;
}
[data-theme=dark] .lp-reprocess-toast {
  background: #1a2d45;
}
[data-theme=dark] .lp-empty-state {
  color: #4a5470;
}
[data-theme=dark] .lp-empty-state .glyphicon {
  color: #3a4460;
}
[data-theme=dark] .lp-period-picker__trigger {
  background: #252a38;
  border-color: #3a4460;
  color: #c8d8f0;
}
[data-theme=dark] .lp-period-picker__trigger:hover {
  background: #313a55;
  border-color: #4e7bc0;
}
[data-theme=dark] .lp-period-picker__panel {
  background: #1e2330;
  border-color: #2d3448;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}
[data-theme=dark] .lp-period-picker__range-field > label {
  color: #7a91b4;
}
[data-theme=dark] .lp-period-picker__sep {
  color: #3a4460;
}
[data-theme=dark] .text-muted {
  color: #7a91b4 !important;
}
[data-theme=dark] h1,
[data-theme=dark] h2,
[data-theme=dark] h3,
[data-theme=dark] h4,
[data-theme=dark] h5,
[data-theme=dark] label,
[data-theme=dark] p {
  color: #c8d8f0;
}
[data-theme=dark] small {
  color: #7a91b4;
}
[data-theme=dark] .control-label {
  color: #a8c0e8 !important;
}
[data-theme=dark] .modal-backdrop.in {
  background: #000;
  opacity: 0.6;
}
[data-theme=dark] .rr-table > tbody > tr > td {
  color: #b8cce4;
  border-top-color: #2d3448;
}
[data-theme=dark] .rr-key {
  color: #7ab8f5 !important;
}
[data-theme=dark] .rr-pre {
  background: #13161c !important;
  border-color: #2d3448 !important;
  color: #a8d0a0 !important;
}
[data-theme=dark] .rr-section__title {
  color: #a8c0e8 !important;
  border-bottom-color: #2d3448 !important;
}
[data-theme=dark] .rr-array-item {
  background: #1a1d25 !important;
  border-color: #2d3448 !important;
}
[data-theme=dark] .table-responsive .dropdown.open .dropdown-menu,
[data-theme=dark] .lp-export-bar .dropdown.open .dropdown-menu {
  background: #1e2330 !important;
  border-color: #2d3448 !important;
}
[data-theme=dark] .table-responsive .dropdown.open .dropdown-menu::before {
  background: #3a4460 !important;
}
[data-theme=dark] .input-group-addon[style] {
  background-color: #1a1d25 !important;
  color: #7a91b4 !important;
  border-color: #3a4460 !important;
}
body {
  background-color: #f5f6fa;
}
.lp-page-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 18px;
}
.lp-page-title {
  font-size: 22px;
  font-weight: 600;
  color: #2d3a4a;
  margin: 0;
  line-height: 1.2;
}
.lp-page-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  padding-top: 4px;
}
.lp-filter-card {
  background: #fff;
  border: 1px solid #dde2ea;
  border-radius: 4px;
  padding: 16px 16px 4px;
  margin-bottom: 16px;
}
.lp-filter-card .form-group > label {
  font-weight: 600;
  font-size: 12px;
  color: #2d3a4a;
  margin-bottom: 4px;
  display: block;
}
.lp-batch-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0 4px;
}
.lp-results-bar {
  font-size: 13px;
  color: #555;
}
.lp-results-bar {
  padding: 0;
  font-size: 13px;
  color: #555;
}
.page-header {
  margin-top: 0;
  margin-bottom: 16px;
  border-bottom: 1px solid #e4e8ed;
  padding-bottom: 10px;
}
.page-title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #2d3a4a;
}
input[readonly],
input[readonly]:focus {
  color: #333 !important;
  background-color: #f5f5f5 !important;
  cursor: default;
  box-shadow: none !important;
}
.table > tbody > tr > td {
  color: #333;
}
.modal.in {
  display: block !important;
}
.modal-backdrop.in {
  opacity: 0.15;
  background: #000;
}
.modal-header {
  background: #fff !important;
  border-bottom: 1px solid #e5e5e5 !important;
  border-radius: 4px 4px 0 0 !important;
}
.modal-body {
  background-color: #fff !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 20px !important;
}
.modal-content {
  background-color: #fff !important;
  overflow: hidden;
}
.modal-footer {
  background-color: #fff !important;
}
.text-muted {
  color: #555 !important;
}
.modal .text-muted,
.modal small {
  color: #444 !important;
}
.dropdown > .btn {
  background-color: #fff !important;
  border-color: #bbb !important;
  opacity: 1 !important;
}
.dropdown > .btn:hover {
  background-color: #f0f0f0 !important;
}
.modal .control-label {
  color: #222 !important;
}
.lp-period-picker {
  position: relative;
  display: inline-block;
}
.lp-period-picker__trigger {
  background: #fff;
  border: 1px solid #c9d0da;
  color: #2d3a4a;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.lp-period-picker__trigger:hover,
.lp-period-picker__trigger:focus {
  background: #f0f4f8;
  border-color: #337ab7;
  color: #2d3a4a;
}
.lp-period-picker__trigger--active {
  border-color: #337ab7;
  color: #2d3a4a;
}
.lp-period-picker__trigger--active .glyphicon {
  color: #337ab7;
}
.lp-period-picker__badge {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.01em;
  vertical-align: middle;
}
.lp-period-picker__panel {
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  z-index: 1050;
  background: #fff;
  border: 1px solid #dde2ea;
  border-radius: 4px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.13);
  padding: 14px 16px 12px;
  min-width: 380px;
}
.lp-period-picker__range {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.lp-period-picker__range-field {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.lp-period-picker__range-field > label {
  font-size: 11px;
  color: #555;
  margin-bottom: 3px;
  font-weight: 500;
}
.lp-period-picker__sep {
  font-size: 16px;
  color: #aaa;
  padding-bottom: 6px;
  flex-shrink: 0;
  line-height: 30px;
}
.lp-period-picker__error {
  padding: 5px 10px;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 11px;
}
.lp-period-picker__actions {
  display: flex;
  gap: 6px;
  margin-top: 10px;
  justify-content: flex-end;
}
.lp-loading-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  margin-bottom: 10px;
  background: #eaf3fb;
  border: 1px solid #b8d4ed;
  border-radius: 4px;
  color: #2c6ca0;
  font-size: 13px;
}
.lp-loading-bar__spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #b8d4ed;
  border-top-color: #2c6ca0;
  border-radius: 50%;
  animation: lp-spin 0.7s linear infinite;
  flex-shrink: 0;
}
@keyframes lp-spin {
  to {
    transform: rotate(360deg);
  }
}
.lp-reprocess-toast {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 10000;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #1a3a5c;
  color: #fff;
  font-size: 13px;
  padding: 12px 18px;
  border-radius: 6px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.22);
  animation: lp-toast-in 0.2s ease;
  pointer-events: none;
}
.lp-reprocess-toast__spinner {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  border-radius: 50%;
  flex-shrink: 0;
  animation: lp-spin 0.7s linear infinite;
}
@keyframes lp-toast-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.lp-loading-bar--dimmed {
  opacity: 0.45;
  pointer-events: none;
}
.lp-empty-state {
  padding: 32px 16px;
  text-align: center;
  color: #888;
  font-size: 14px;
}
.lp-empty-state .glyphicon {
  display: block;
  font-size: 32px;
  margin-bottom: 10px;
  color: #bbb;
}
.ec-row {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.ec-card {
  flex: 1 1 0;
  min-width: 210px;
  background: #fff;
  border: 1px solid #dde2ea;
  border-top: 5px solid #aaa;
  border-radius: 6px;
  padding: 22px 24px 18px;
  cursor: pointer;
  transition:
    box-shadow 0.18s,
    transform 0.12s,
    background-color 0.18s;
  -webkit-user-select: none;
  user-select: none;
  position: relative;
}
.ec-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.14);
  transform: translateY(-2px);
}
.ec-card--selected {
  transform: translateY(-3px);
  border-top-color: transparent !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.20);
}
.ec-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.ec-card__entity {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: inherit;
}
.ec-card__total {
  display: inline-block;
  min-width: 30px;
  padding: 4px 10px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.ec-card--selected .ec-card__total {
  background: rgba(255, 255, 255, 0.3) !important;
}
.ec-card__statuses-wrap {
  position: relative;
  min-height: 96px;
  max-height: 96px;
  overflow: hidden;
  transition: max-height 0.28s ease;
}
.ec-card__statuses-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 36px;
  background: linear-gradient(transparent, #fff);
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.2s;
}
.ec-card--selected .ec-card__statuses-wrap::after {
  opacity: 0;
}
.ec-card:hover .ec-card__statuses-wrap {
  max-height: 500px;
}
.ec-card:hover .ec-card__statuses-wrap::after {
  opacity: 0;
}
.ec-card__statuses {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ec-card__status-row {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  padding: 5px 0;
  border-bottom: 1px solid #f0f0f0;
  color: #555;
}
.ec-card--selected .ec-card__status-row {
  border-bottom-color: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.9);
}
.ec-card__status-row:last-child {
  border-bottom: none;
}
.ec-card__status-row--empty {
  color: #bbb;
  justify-content: center;
  font-style: italic;
}
.ec-card--selected .ec-card__status-row--empty {
  color: rgba(255, 255, 255, 0.6);
}
.ec-card__status-name {
  font-weight: 500;
}
.ec-card__status-count {
  font-weight: 700;
  color: #333;
}
.ec-card--selected .ec-card__entity,
.ec-card--selected .ec-card__status-name,
.ec-card--selected .ec-card__status-count {
  color: #fff;
}
.ec-panel {
  background: #fff;
  border: 1px solid #dde2ea;
  border-radius: 4px;
  padding: 14px 16px 0;
  margin-bottom: 0;
}
.ec-panel__heading {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #2d3a4a;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eef1f5;
}
.ec-panel__entity-badge {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
}
.ec-nav-tabs {
  margin-bottom: 0;
  border-bottom: 2px solid #dde2ea;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
}
.ec-nav-tabs > li {
  float: none;
  display: inline-block;
}
.ec-nav-tabs > li > a {
  display: block;
  padding: 9px 24px;
  font-size: 13px;
  font-weight: 500;
  color: #555;
  border: 1px solid transparent;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
  text-decoration: none;
}
.ec-nav-tabs > li > a:hover {
  background: #f5f6fa;
  color: #2d3a4a;
  border-color: #e5e9ef #e5e9ef transparent;
}
.ec-nav-tabs > li.active > a,
.ec-nav-tabs > li.active > a:hover,
.ec-nav-tabs > li.active > a:focus {
  color: #2d3a4a;
  border-color: #dde2ea #dde2ea #fff;
  background: #fff;
  font-weight: 600;
  cursor: default;
  margin-bottom: -2px;
}
.ec-nav-tabs .badge {
  margin-left: 6px;
  font-size: 10px;
  background-color: #aaa;
}
.ec-nav-tabs > li.active .badge {
  background-color: #3aacf3;
}
.label-executed {
  background-color: #337ab7;
  color: #fff;
}
.label-to-execute {
  background-color: #e67e22;
  color: #fff;
}
.label-system-failure {
  background-color: #8e2020;
  color: #fff;
}
.label-discarded {
  background-color: #95a5a6;
  color: #fff;
}
.label-consumed {
  background-color: #27ae60;
  color: #fff;
}
.label-created {
  background-color: #16a085;
  color: #fff;
}
@media (max-width: 767px) {
  .lp-page-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 12px;
  }
  .lp-page-title {
    font-size: 17px;
  }
  .lp-page-actions {
    gap: 6px;
    flex-wrap: wrap;
    width: 100%;
  }
  .lp-period-picker {
    width: 100%;
  }
  .lp-period-picker__trigger {
    width: 100%;
    justify-content: flex-start;
  }
  .lp-period-picker__panel {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    min-width: unset;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.18);
  }
  .lp-period-picker__range {
    flex-direction: column;
    gap: 6px;
  }
  .lp-period-picker__sep {
    display: none;
  }
  .lp-filter-card {
    padding: 12px 10px 2px;
    margin-bottom: 10px;
  }
  .ec-card {
    min-width: calc(50% - 8px);
    padding: 14px 14px 12px;
  }
  .ec-row {
    gap: 8px;
    margin-bottom: 12px;
  }
  .ec-panel {
    padding: 10px 10px 0;
  }
  .ec-panel__heading {
    font-size: 12px;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .ec-nav-tabs {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .ec-nav-tabs > li > a {
    padding: 8px 14px;
    font-size: 12px;
  }
  .table-responsive {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
  }
  .table > thead > tr > th,
  .table > tbody > tr > td {
    white-space: nowrap;
  }
  .lp-batch-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 10px 0 6px;
  }
  .lp-batch-actions > div[style*="margin-left:auto"] {
    margin-left: 0 !important;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    width: 100%;
  }
  .lp-batch-actions .btn {
    flex: 1 1 auto;
    white-space: nowrap;
  }
  .lp-export-bar {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px;
  }
  .lp-export-bar .dropdown {
    width: 100%;
  }
  .lp-export-bar .dropdown > .btn {
    width: 100%;
  }
  .pagination > li > a,
  .pagination > li > span {
    padding: 5px 9px;
    font-size: 12px;
  }
  .lp-pagesize-selector {
    flex-wrap: wrap;
    gap: 3px;
  }
  .lp-request-search .input-group {
    flex-direction: column;
  }
  .lp-request-search .input-group > .form-control {
    border-radius: 4px !important;
    margin-bottom: 4px;
    width: 100%;
  }
  .lp-request-search .input-group-addon {
    display: none;
  }
  .modal-dialog {
    margin: 8px !important;
    width: auto !important;
    max-width: calc(100vw - 16px);
  }
  .modal-body {
    padding: 14px !important;
  }
  .modal-header {
    padding: 8px 12px !important;
  }
  .modal-footer {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    justify-content: flex-end !important;
    padding: 10px 12px !important;
  }
  .form-control,
  select.form-control,
  input.form-control,
  textarea.form-control {
    font-size: 16px !important;
  }
  .toggle-wrap {
    gap: 4px;
  }
}
@media (max-width: 479px) {
  .ec-card {
    min-width: 100%;
  }
  .topbar-user-name {
    display: none;
  }
}
@media (max-width: 767px) {
  .table-responsive {
    overflow-x: auto !important;
    overflow-y: visible !important;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive .dropdown.open .dropdown-menu,
  .lp-export-bar .dropdown.open .dropdown-menu {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: unset !important;
    border-radius: 12px 12px 0 0 !important;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.22) !important;
    padding: 8px 0 16px !important;
    z-index: 10000 !important;
  }
  .table-responsive .dropdown.open .dropdown-menu > li > a,
  .lp-export-bar .dropdown.open .dropdown-menu > li > a {
    padding: 14px 20px !important;
    font-size: 15px !important;
    border-bottom: 1px solid #f0f0f0;
  }
  .table-responsive .dropdown.open .dropdown-menu > li:last-child > a,
  .lp-export-bar .dropdown.open .dropdown-menu > li:last-child > a {
    border-bottom: none;
  }
  .table-responsive .dropdown.open .dropdown-menu::before,
  .lp-export-bar .dropdown.open .dropdown-menu::before {
    content: "";
    display: block;
    width: 36px;
    height: 4px;
    background: #ddd;
    border-radius: 2px;
    margin: 6px auto 10px;
  }
}
html[data-theme=dark] input,
html[data-theme=dark] input.form-control,
html[data-theme=dark] select,
html[data-theme=dark] select.form-control,
html[data-theme=dark] textarea,
html[data-theme=dark] textarea.form-control {
  background-color: #252a38 !important;
  border-color: #3a4460 !important;
  color: #c8d8f0 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3) !important;
}
html[data-theme=dark] input:focus,
html[data-theme=dark] select:focus,
html[data-theme=dark] textarea:focus {
  border-color: #4e7bc0 !important;
  background-color: #2a3045 !important;
  outline: none !important;
}
html[data-theme=dark] input::placeholder,
html[data-theme=dark] textarea::placeholder {
  color: #4a5470 !important;
}
html[data-theme=dark] input::-webkit-input-placeholder {
  color: #4a5470 !important;
}
html[data-theme=dark] input:-ms-input-placeholder {
  color: #4a5470 !important;
}
html[data-theme=dark] select option {
  background-color: #252a38;
  color: #c8d8f0;
}
html[data-theme=dark] input[readonly],
html[data-theme=dark] input[readonly]:focus,
html[data-theme=dark] input:disabled,
html[data-theme=dark] select:disabled {
  background-color: #1e2330 !important;
  color: #7a91b4 !important;
  border-color: #2d3448 !important;
}
html[data-theme=dark] .input-group-addon {
  background-color: #1a1d25 !important;
  border-color: #3a4460 !important;
  color: #7a91b4 !important;
}
html[data-theme=dark] .btn-default,
html[data-theme=dark] button[style*="background-color:#fff"],
html[data-theme=dark] button[style*="background-color: #fff"] {
  background-color: #2a3045 !important;
  border-color: #3a4460 !important;
  color: #c0d0e8 !important;
}
html[data-theme=dark] .btn-default:hover {
  background-color: #313a55 !important;
}
html[data-theme=dark] .lp-filter-card button[style],
html[data-theme=dark] .ec-panel button[style*=background] {
  background-color: #252a38 !important;
  border-color: #3a4460 !important;
  color: #c8d8f0 !important;
}
html[data-theme=dark] label[style*="#fff8e1"],
html[data-theme=dark] .lp-export-bar label[style] {
  background: #2a2010 !important;
  border-color: #6b4e1a !important;
  color: #fde68a !important;
}
html[data-theme=dark] .table > tbody > tr > td,
html[data-theme=dark] .table > tbody > tr > th {
  background-color: #1a1e2b !important;
  color: #b8cce4 !important;
  border-top-color: #2d3448 !important;
}
html[data-theme=dark] .table-striped > tbody > tr:nth-of-type(odd) > td,
html[data-theme=dark] .table-striped > tbody > tr:nth-of-type(odd) > th {
  background-color: #212640 !important;
}
html[data-theme=dark] .table > tbody > tr.selected > td,
html[data-theme=dark] .table > tbody > tr[style*="background:#e8f4ff"] > td,
html[data-theme=dark] .table > tbody > tr[style*="background: #e8f4ff"] > td {
  background-color: #1a3a5c !important;
}
html[data-theme=dark] .table > thead > tr > th {
  background-color: #1e2330 !important;
  color: #a8c0e8 !important;
  border-bottom-color: #2d3448 !important;
  border-top-color: #2d3448 !important;
}
html[data-theme=dark] .table > tbody > tr:hover > td,
html[data-theme=dark] .table-hover > tbody > tr:hover > td {
  background-color: #283060 !important;
}
html[data-theme=dark] .dropdown-menu {
  background-color: #252a38 !important;
  border-color: #3a4460 !important;
}
html[data-theme=dark] .dropdown-menu > li > a {
  color: #c8d8f0 !important;
}
html[data-theme=dark] .dropdown-menu > li > a:hover {
  background-color: #313a55 !important;
  color: #e0ecff !important;
}
html[data-theme=dark] .dropdown-menu > li.disabled > a,
html[data-theme=dark] .dropdown-menu > .disabled > a {
  color: #4a5470 !important;
}
html[data-theme=dark] .modal-content,
html[data-theme=dark] .modal-header,
html[data-theme=dark] .modal-body,
html[data-theme=dark] .modal-footer {
  background-color: #1e2330 !important;
  background: #1e2330 !important;
}
html[data-theme=dark] .modal-header {
  border-bottom-color: #2d3448 !important;
}
html[data-theme=dark] .modal-footer {
  border-top-color: #2d3448 !important;
}
html[data-theme=dark] .modal-title,
html[data-theme=dark] .modal h4 {
  color: #c8d8f0 !important;
}
html[data-theme=dark] .pagination > li > a,
html[data-theme=dark] .pagination > li > span {
  background-color: #252a38 !important;
  border-color: #3a4460 !important;
  color: #a8c0e8 !important;
}
html[data-theme=dark] .pagination > .active > a,
html[data-theme=dark] .pagination > .active > span {
  background-color: #2563a8 !important;
  border-color: #1e539a !important;
  color: #fff !important;
}
html[data-theme=dark] .pagination > .disabled > a {
  background-color: #1a1d25 !important;
  border-color: #2d3448 !important;
  color: #4a5470 !important;
}
html[data-theme=dark] .alert-danger {
  background-color: #3a1515 !important;
  border-color: #6b2424 !important;
  color: #fca5a5 !important;
}
html[data-theme=dark] .alert-warning {
  background-color: #3a2a10 !important;
  border-color: #6b4e1a !important;
  color: #fde68a !important;
}
html[data-theme=dark] .alert-success {
  background-color: #14291e !important;
  border-color: #1e4d34 !important;
  color: #86efac !important;
}
html[data-theme=dark] .modal pre {
  background-color: #13161c !important;
  background: #13161c !important;
  border-color: #2d3448 !important;
  color: #86efac !important;
}
html[data-theme=dark] .modal textarea[readonly] {
  background-color: #1a1e2b !important;
  color: #a8d0a0 !important;
  border-color: #2d3448 !important;
  cursor: default;
}
html[data-theme=dark] .modal .input-group-addon {
  background-color: #1a1d25 !important;
  border-color: #2d3448 !important;
  color: #7a91b4 !important;
}
html[data-theme=dark] .modal .alert-success {
  background-color: #14291e !important;
  border-color: #1e4d34 !important;
  color: #86efac !important;
}
html[data-theme=dark] .rr-array-item td,
html[data-theme=dark] .rr-array-item th,
html[data-theme=dark] .rr-body td,
html[data-theme=dark] .rr-body th {
  background-color: transparent !important;
  color: #b8cce4 !important;
  border-top-color: #2d3448 !important;
}
html[data-theme=dark] .rr-body .rr-key {
  background-color: rgba(255, 255, 255, 0.04) !important;
  color: #7ab8f5 !important;
}
html[data-theme=dark] .rr-tabs {
  background: #1a1e2b !important;
  border-bottom-color: #2d3448 !important;
}
html[data-theme=dark] .rr-tabs > li > a {
  color: #7a91b4 !important;
}
html[data-theme=dark] .rr-tabs > li.active > a,
html[data-theme=dark] .rr-tabs > li.active > a:hover {
  color: #c8d8f0 !important;
  background: #1e2330 !important;
}
html[data-theme=dark] .rr-body {
  scrollbar-color: #3a4460 #1a1e2b;
  background: #1e2330;
}
html[data-theme=dark] .rr-table {
  border-color: #2d3448 !important;
  background: transparent !important;
}
html[data-theme=dark] .rr-table--nested {
  background: transparent !important;
  border: none !important;
}
html[data-theme=dark] .rr-key {
  background: #1a1e2b !important;
  color: #7ab8f5 !important;
  border-right: 1px solid #2d3448 !important;
}
html[data-theme=dark] .rr-val {
  color: #c8d8f0 !important;
  background: transparent !important;
}
html[data-theme=dark] .rr-section__title {
  color: #a8c0e8 !important;
}
html[data-theme=dark] .rr-badge {
  background: #3a4460 !important;
}
html[data-theme=dark] .rr-array-list {
  background: transparent !important;
}
html[data-theme=dark] .rr-array-item {
  border-color: #2d3448 !important;
  background: #1a1e2b !important;
}
html[data-theme=dark] .rr-array-item td,
html[data-theme=dark] .rr-array-item th {
  background-color: transparent !important;
  color: #b8cce4 !important;
  border-top-color: #2d3448 !important;
}
html[data-theme=dark] .rr-array-item .rr-key {
  background: rgba(255, 255, 255, 0.04) !important;
  color: #7ab8f5 !important;
}
html[data-theme=dark] .rr-scalar {
  color: #c8d8f0 !important;
  background: transparent !important;
}
html[data-theme=dark] .rr-pre,
html[data-theme=dark] pre.rr-pre {
  background: #13161c !important;
  background-color: #13161c !important;
  border-color: #2d3448 !important;
  color: #86efac !important;
}
html[data-theme=dark] .rr-pre--sm {
  background: #13161c !important;
}
html[data-theme=dark] .rr-empty {
  color: #4a5470 !important;
}
html[data-theme=dark] label[style*="color:#222"],
html[data-theme=dark] label[style*="color: #222"],
html[data-theme=dark] .control-label[style*="color:#222"] {
  color: #a8c0e8 !important;
}
html[data-theme=dark] [style*="color:#2d3a4a"],
html[data-theme=dark] [style*="color: #2d3a4a"],
html[data-theme=dark] [style*="color:#2b4170"],
html[data-theme=dark] [style*="color:#2d3a"] {
  color: #c8d8f0 !important;
}
html[data-theme=dark] [style*="color:#555"],
html[data-theme=dark] [style*="color: #555"],
html[data-theme=dark] [style*="color:#666"],
html[data-theme=dark] [style*="color:#777"],
html[data-theme=dark] [style*="color:#888"] {
  color: #7a91b4 !important;
}
html[data-theme=dark] [style*="color:#444"],
html[data-theme=dark] [style*="color: #444"],
html[data-theme=dark] [style*="color:#333"],
html[data-theme=dark] [style*="color: #333"] {
  color: #9ab4cc !important;
}
html[data-theme=dark] button[style*="color:#000"],
html[data-theme=dark] .btn[style*="color:#000"] {
  color: #c8d8f0 !important;
}
html[data-theme=dark] textarea[style*="background:#f9f9f9"],
html[data-theme=dark] textarea[style*="background: #f9f9f9"] {
  background: #1a1d25 !important;
  color: #a8d0a0 !important;
  border-color: #2d3448 !important;
}
html[data-theme=dark] .lp-pagesize-selector {
  color: #7a91b4 !important;
}
html[data-theme=dark] span[style*="color:#555"] {
  color: #7a91b4 !important;
}
html[data-theme=dark] span[style*="color:#222"],
html[data-theme=dark] div[style*="color:#222"] {
  color: #a8c0e8 !important;
}
html[data-theme=dark] p[style*="color:#444"],
html[data-theme=dark] p[style*="color:#333"],
html[data-theme=dark] p[style*="color:#555"] {
  color: #9ab4cc !important;
}
html[data-theme=dark] small[style*="color:#"],
html[data-theme=dark] span.text-muted[style] {
  color: #7a91b4 !important;
}
.jf-leaf {
  margin-bottom: 3px;
}
.jf-key {
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  font-weight: 600;
  background: #f5f5f5;
  color: #555;
  font-size: 11px;
  font-family: monospace;
  white-space: nowrap;
}
.jf-value {
  font-size: 12px;
  font-family: monospace;
}
.jf-group {
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  margin-bottom: 4px;
  overflow: hidden;
}
.jf-group-header {
  background: #f5f5f5;
  padding: 4px 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  -webkit-user-select: none;
  user-select: none;
}
.jf-chevron {
  font-size: 10px;
  color: #888;
}
.jf-group-label {
  font-size: 11px;
  font-weight: 600;
  font-family: monospace;
  color: #444;
}
.jf-group-body {
  padding: 7px 8px 4px;
  background: #fff;
}
html[data-theme=dark] .jf-key {
  background: #1a1d25 !important;
  color: #7ab8f5 !important;
  border-color: #2d3448 !important;
}
html[data-theme=dark] .jf-value {
  background-color: #252a38 !important;
  color: #c8d8f0 !important;
  border-color: #3a4460 !important;
}
html[data-theme=dark] .jf-group {
  border-color: #2d3448 !important;
}
html[data-theme=dark] .jf-group-header {
  background: #252a38 !important;
}
html[data-theme=dark] .jf-chevron {
  color: #5a7090 !important;
}
html[data-theme=dark] .jf-group-label {
  color: #a8c0e8 !important;
}
html[data-theme=dark] .jf-group-body {
  background: #1e2330 !important;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
