.filter-card {
  padding: 5px 12px;
}
.filter-card .filters-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.filter-card .filters-label {
  min-width: 60px;
  font-weight: 600;
  color: #6c757d;
}
.filter-card .filter-select,
.filter-card .filter-date {
  height: 35px;
  border-radius: 999px;
}
.filter-card .filter-select {
  width: 100%;
  max-width: 258px;
}
.filter-card .filter-date {
  width: 260px;
  max-width: 320px;
}
.filter-card .active-range {
  border: 2px solid #0d6efd !important;
  background: #eef5ff !important;
  font-weight: 600;
}
.filter-card #clearRangeBtn {
  height: 38px;
  border-radius: 999px;
  padding: 0 12px;
}

.metric-card .card-body {
  width: 100%;
  max-width: 378px;
  height: 195px;
  display: flex;
  flex-direction: column;
  padding: 16px 18px;
}
.metric-card h5 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}
.metric-card .value {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  text-align: center;
}
.metric-card p {
  margin: 0;
  font-size: 12px;
  color: #6c757d;
}

.static-section .card-body {
  padding: 15px 26px;
  height: 440px;
}
.static-section .header-title {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 14px !important;
}
.static-section .top10-card .table {
  margin: 0;
  border-collapse: collapse;
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-hover-bg: transparent;
}
.static-section .top10-card thead th {
  background: transparent !important;
  color: #111;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 0 10px;
  border: 0 !important;
  border-bottom: 2px solid #cfcfcf !important;
}
.static-section .top10-card tbody {
  font-size: 16px;
  padding: 5px 0;
}
.static-section .top10-card tbody tr {
  background: transparent !important;
  padding: 0 !important;
}
.static-section .top10-card tbody td {
  border: 0 !important;
  font-weight: 400;
  color: #111;
  line-height: 1.15;
  padding: 8px 2px;
}
.static-section .top10-card tbody td.text-end {
  white-space: nowrap;
  font-weight: 400;
}
.static-section .top10-card .table-hover > tbody > tr:hover > * {
  background: transparent !important;
}
.static-section .top10-card .table > :not(caption) > * > * {
  box-shadow: none !important;
}

.slim-card .card-body {
  padding: 14px 18px;
}
.slim-card h5 {
  font-size: 16px;
  font-weight: 500;
}
.slim-card a {
  background-color: black;
  font-size: 12px;
  padding: 8px 25px;
  border-radius: 5px;
}

.donut-card #donutChart .apexcharts-canvas,
.donut-card #donutChart svg {
  overflow: visible !important;
}
.donut-card #donutChart .apexcharts-datalabels text,
.donut-card #donutChart .apexcharts-datalabels tspan,
.donut-card #donutChart text.apexcharts-datalabel {
  fill: #111 !important;
  color: #111 !important;
  opacity: 1 !important;
  font-weight: 600 !important;
}
.donut-card #donutChart .apexcharts-datalabels rect,
.donut-card #donutChart rect.apexcharts-datalabel-background {
  fill: #fff !important;
  opacity: 1 !important;
  transform-box: fill-box;
  transform-origin: center;
  transform: scaleX(1.55) !important;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.18)) !important;
}

/* ===== TOP HEADER (Ubold-ish) ===== */
.page-header {
  background: white;
  padding: 10px 16px;
  margin-bottom: 12px;
  font-size: 12px;
  border-bottom: 1px solid #eef2f7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.page-header-left {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.page-header-left span strong {
  font-size: 16px;
}
.page-header-left i {
  font-size: 15px;
}
.page-header-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.page-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: #212529;
}
.page-title i {
  font-size: 18px;
}

.header-stats {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 13px;
  color: #6c757d;
}
.header-stats strong {
  color: #212529;
  font-weight: 700;
}

/* buttons */
.btn-header {
  height: 30px;
  padding: 0 40px;
  border-radius: 6px;
  border: 0;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-header-gray {
  background: #6c757d;
  color: #fff;
}
.btn-header-gray:hover {
  background: #5f676e;
}
.btn-header-success {
  background: #28a745;
  color: #fff;
}
.btn-header-success:hover {
  background: #218838;
}
.btn-header-danger {
  background: #fa5c7c;
  color: #fff;
}
.btn-header-danger:hover {
  background: #e15270;
}
.btn-header.is-disabled {
  background: #6c757d !important;
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-header.is-disabled:hover {
  background: #6c757d !important;
}
.btn-header[disabled] {
  pointer-events: none;
}

/* Disabled odkazy v dropdownu */
.dropdown-menu .dropdown-item.disabled {
  pointer-events: none;
  opacity: 0.55;
}

/* ===== FILTER BAR ===== */
.filter-card-invoicing {
  background: #fff;
  margin-bottom: 14px;
}
.filter-card-invoicing .filter-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 30px 0;
  padding: 15px;
  border-radius: 5px;
  flex-wrap: nowrap;
  background-color: white;
}
.filter-card-invoicing .filter-row .select2-container {
  width: auto !important;
  flex: 0 0 auto;
}
.filter-card-invoicing .filter-row .select2-container.ws {
  min-width: 260px;
}
.filter-card-invoicing .filter-row .select2-container.acc {
  min-width: 240px;
}
.filter-card-invoicing .filter-row .select2-container.ord {
  min-width: 280px;
}
.filter-card-invoicing .filter-label {
  min-width: 78px;
  font-weight: 600;
  color: #6c757d;
  font-size: 13px;
}
.filter-card-invoicing .filter-select {
  height: 34px;
  border-radius: 999px !important;
  font-size: 13px;
  padding: 0 14px;
  border: 1px solid #e9ecef;
  background: #fff;
}
.filter-card-invoicing .filter-select.ws {
  min-width: 260px;
}
.filter-card-invoicing .filter-select.acc {
  min-width: 240px;
}
.filter-card-invoicing .filter-select.ord {
  min-width: 280px;
}
.filter-card-invoicing .filter-clear {
  color: #dc3545;
  font-weight: 600;
  text-decoration: none;
  font-size: 13px;
  margin-left: 4px;
}
.filter-card-invoicing .filter-clear:hover {
  text-decoration: underline;
}
.filter-card-invoicing .filter-right {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}
.filter-card-invoicing .filter-right .label {
  font-weight: 600;
  font-size: 13px;
  color: #212529;
}
.filter-card-invoicing .filter-right input[type=checkbox] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

/* ===== TABLE ===== */
.table-wrapper {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 0;
}

.table-responsive {
  overflow-x: auto;
}

.invoice-table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}
.invoice-table thead th {
  background: #f8f9fa;
  border-bottom: 2px solid #e9ecef;
  padding: 12px 16px;
  font-size: 13px;
  font-weight: 600;
  color: #495057;
  text-align: left;
  white-space: nowrap;
}
.invoice-table tbody td {
  padding: 12px 16px;
  border-bottom: 1px solid #f1f3f5;
  font-size: 14px;
  color: #212529;
  vertical-align: middle;
  text-align: left;
}
.invoice-table tbody tr:hover {
  background: #f8f9fa;
}
.invoice-table tbody tr:last-child td {
  border-bottom: none;
}

.col-nazev {
  min-width: 280px;
}

.col-workspace {
  min-width: 170px;
}

.col-fakturaci {
  min-width: 140px;
  font-weight: 600;
}

.col-datum {
  min-width: 170px;
  white-space: nowrap;
}

.col-zadal {
  min-width: 180px;
}

.col-account {
  min-width: 170px;
}

.col-monday {
  width: 90px;
}

.checkbox-cell {
  width: 60px;
}

.monday-link {
  color: #6c757d;
  font-size: 18px;
  transition: color 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.monday-link:hover {
  color: #000;
}

.checkbox-cell input[type=checkbox] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

/* ===== Select2 pill look ===== */
.select2-container {
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  height: 34px !important;
  border-radius: 999px !important;
  border: 1px solid #e9ecef !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 6px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  width: 258px;
  line-height: 34px !important;
  padding-left: 10px !important;
  font-size: 13px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px !important;
  right: 8px !important;
}

.select2-dropdown {
  border: 1px solid #e9ecef !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .page-header {
    flex-direction: column;
    align-items: stretch;
  }
  .page-header-right {
    justify-content: flex-end;
  }
  .filter-right {
    margin-left: 0;
    width: 100%;
    justify-content: flex-end;
  }
  .filter-select.ws, .filter-select.acc, .filter-select.ord {
    min-width: 100%;
    width: 100%;
  }
}
.reports-filter-bar {
  padding: 5px 12px;
}
.reports-filter-bar .filter-controls {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.reports-filter-bar .filter-heading {
  min-width: 60px;
  font-weight: 600;
  color: #6c757d;
  font-size: 13px;
}
.reports-filter-bar .filter-dropdown,
.reports-filter-bar .filter-datepicker {
  height: 35px;
  border-radius: 999px;
  font-size: 13px;
}
.reports-filter-bar .filter-dropdown {
  width: 100%;
  max-width: 258px;
}
.reports-filter-bar .filter-datepicker {
  width: 260px;
  max-width: 320px;
}
.reports-filter-bar .filter-datepicker.range-active {
  border: 2px solid #0d6efd !important;
  background: #eef5ff !important;
  font-weight: 600;
}
.reports-filter-bar .range-clear-btn {
  height: 38px;
  border-radius: 999px;
  padding: 0 12px;
  font-size: 14px;
}
.reports-filter-bar .export-actions {
  display: flex;
  gap: 8px;
  margin-left: auto;
}

.stats-box .stats-inner {
  width: 100%;
  max-width: 378px;
  height: 195px;
  display: flex;
  flex-direction: column;
  padding: 16px 18px;
}
.stats-box .stats-label {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #212529;
}
.stats-box .stats-figure {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  text-align: center;
}
.stats-box .stats-description {
  margin: 0;
  font-size: 12px;
  color: #6c757d;
  line-height: 1.4;
}

.tasks-overview-section .overview-container {
  padding: 15px 26px;
  min-height: 440px;
}
.tasks-overview-section .overview-heading {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 14px !important;
  color: #212529;
}
.tasks-overview-section .data-table {
  margin: 0;
  border-collapse: collapse;
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-hover-bg: transparent;
}
.tasks-overview-section .data-table thead th {
  background: transparent !important;
  color: #111;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 0 10px;
  border: 0 !important;
  border-bottom: 2px solid #cfcfcf !important;
  text-transform: none;
}
.tasks-overview-section .data-table tbody {
  font-size: 16px;
}
.tasks-overview-section .data-table tbody tr {
  padding: 0 !important;
}
.tasks-overview-section .data-table tbody tr:hover {
  background-color: rgba(128, 128, 128, 0.251);
}
.tasks-overview-section .data-table tbody td {
  border: 0 !important;
  font-weight: 400;
  color: #111;
  line-height: 1.15;
  padding: 8px 2px;
}
.tasks-overview-section .data-table tbody td.align-right {
  white-space: nowrap;
  font-weight: 400;
  text-align: right;
}
.tasks-overview-section .table-hover > tbody > tr:hover > * {
  background: transparent !important;
}
.tasks-overview-section .data-table > :not(caption) > * > * {
  box-shadow: none !important;
}

.task-category-box {
  margin-bottom: 16px;
}
.task-category-box .category-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e9ecef;
}
.task-category-box .category-title {
  font-size: 17px;
  font-weight: 600;
  margin: 0;
  color: #212529;
  display: flex;
  align-items: center;
  gap: 8px;
}
.task-category-box .category-title .badge {
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 12px;
}
.task-category-box .category-search {
  max-width: 280px;
  font-size: 13px;
  height: 36px;
  border-radius: 6px;
}
.task-category-box .category-body {
  padding: 18px 20px;
}
.task-category-box .table-container {
  max-height: 420px;
  overflow-y: auto;
  border-radius: 6px;
}
.task-category-box .table-container::-webkit-scrollbar {
  width: 8px;
}
.task-category-box .table-container::-webkit-scrollbar-track {
  background: #f8f9fa;
  border-radius: 4px;
}
.task-category-box .table-container::-webkit-scrollbar-thumb {
  background: #cbd5e0;
  border-radius: 4px;
}
.task-category-box .table-container::-webkit-scrollbar-thumb:hover {
  background: #a0aec0;
}
.task-category-box thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #f8f9fa !important;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.task-category-box .task-row-clickable {
  cursor: pointer;
}
.task-category-box .task-row-clickable td {
  font-size: 14px;
}
.task-category-box .task-row-clickable:hover {
  background-color: gray;
}
.task-category-box .empty-state {
  text-align: center;
  padding: 40px 20px;
  color: #9ca3af;
  font-style: italic;
}

.analytics-chart-box .chart-wrapper {
  padding: 16px 20px;
}
.analytics-chart-box .chart-title {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 16px;
  color: #212529;
}
.analytics-chart-box #analyticsDonutChart .apexcharts-canvas,
.analytics-chart-box #analyticsDonutChart svg {
  overflow: visible !important;
}
.analytics-chart-box #analyticsDonutChart .apexcharts-datalabels text,
.analytics-chart-box #analyticsDonutChart .apexcharts-datalabels tspan,
.analytics-chart-box #analyticsDonutChart text.apexcharts-datalabel {
  fill: #111 !important;
  color: #111 !important;
  opacity: 1 !important;
  font-weight: 600 !important;
  font-size: 13px !important;
}
.analytics-chart-box #analyticsDonutChart .apexcharts-datalabels rect,
.analytics-chart-box #analyticsDonutChart rect.apexcharts-datalabel-background {
  fill: #fff !important;
  opacity: 1 !important;
  transform-box: fill-box;
  transform-origin: center;
  transform: scaleX(1.55) !important;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.18)) !important;
}

.reports-action-btn {
  font-size: 12px;
  padding: 8px 25px;
  border-radius: 5px;
  font-weight: 500;
  transition: all 0.2s ease;
}
.reports-action-btn.btn-primary {
  background-color: #000;
  border-color: #000;
}
.reports-action-btn.btn-primary:hover {
  background-color: #333;
  border-color: #333;
}
.reports-action-btn.btn-outline {
  border: 1px solid #dee2e6;
  color: #495057;
  background: white;
}
.reports-action-btn.btn-outline:hover {
  background-color: #f8f9fa;
  border-color: #adb5bd;
}

.reports-page .dev-header-btn {
  background: #C0FF37 !important;
  border-color: #C0FF37 !important;
  color: #16191f !important;
}
.reports-page .dev-header-btn:hover, .reports-page .dev-header-btn:focus, .reports-page .dev-header-btn:active {
  background: #9ed100 !important;
  border-color: #9ed100 !important;
  color: #16191f !important;
}
.reports-page .dev-header-btn--muted {
  background: #fff !important;
  border: 1px solid #212529 !important;
  color: #212529 !important;
}
.reports-page .dev-header-btn--muted:hover, .reports-page .dev-header-btn--muted:focus, .reports-page .dev-header-btn--muted:active {
  background: #212529 !important;
  border-color: #212529 !important;
  color: #fff !important;
}
.reports-page .dev-filter-bar .dev-reset-btn {
  border-color: #22c55e !important;
  color: #16a34a !important;
}
.reports-page .dev-filter-bar .dev-reset-btn:hover, .reports-page .dev-filter-bar .dev-reset-btn:focus, .reports-page .dev-filter-bar .dev-reset-btn:active {
  border-color: #22c55e !important;
  background: #d8f8d8 !important;
  color: #16a34a !important;
}
.reports-page .dev-filter-bar .dev-reset-btn.dev-reset-btn--primary {
  border-color: #C0FF37 !important;
  background: #C0FF37 !important;
  color: #16191f !important;
}
.reports-page .reports-action-btn.btn-primary,
.reports-page .btn-primary {
  border-color: #C0FF37 !important;
  background: #C0FF37 !important;
  color: #16191f !important;
}
.reports-page .reports-action-btn.btn-primary:hover, .reports-page .reports-action-btn.btn-primary:focus, .reports-page .reports-action-btn.btn-primary:active,
.reports-page .btn-primary:hover,
.reports-page .btn-primary:focus,
.reports-page .btn-primary:active {
  border-color: #9ed100 !important;
  background: #9ed100 !important;
  color: #16191f !important;
}
.reports-page .reports-action-btn.btn-outline,
.reports-page .btn-outline-primary,
.reports-page .btn-outline-secondary {
  border-color: #212529 !important;
  color: #212529 !important;
}
.reports-page .reports-action-btn.btn-outline:hover, .reports-page .reports-action-btn.btn-outline:focus, .reports-page .reports-action-btn.btn-outline:active,
.reports-page .btn-outline-primary:hover,
.reports-page .btn-outline-primary:focus,
.reports-page .btn-outline-primary:active,
.reports-page .btn-outline-secondary:hover,
.reports-page .btn-outline-secondary:focus,
.reports-page .btn-outline-secondary:active {
  border-color: #212529 !important;
  background: #212529 !important;
  color: #fff !important;
}

.quick-stats-section {
  margin-top: 20px;
  margin-bottom: 20px;
}
.quick-stats-section .stats-heading {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #212529;
  display: flex;
  align-items: center;
  gap: 10px;
}
.quick-stats-section .stats-heading i {
  color: #6366f1;
}
.quick-stats-section .stat-item {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 8px;
  padding: 20px;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.quick-stats-section .stat-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(30%, -30%);
}
.quick-stats-section .stat-item:hover {
  box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
}
.quick-stats-section .stat-item.stat-purple {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.quick-stats-section .stat-item.stat-blue {
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}
.quick-stats-section .stat-item.stat-green {
  background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
}
.quick-stats-section .stat-item.stat-orange {
  background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
}
.quick-stats-section .stat-item .stat-icon {
  font-size: 32px;
  margin-bottom: 10px;
  opacity: 0.9;
}
.quick-stats-section .stat-item .stat-label {
  font-size: 13px;
  opacity: 0.9;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.quick-stats-section .stat-item .stat-value {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
}
.quick-stats-section .stat-item .stat-action {
  font-size: 12px;
  opacity: 0.8;
  display: flex;
  align-items: center;
  gap: 6px;
}
.quick-stats-section .stat-item .stat-action i {
  font-size: 14px;
}

@media (max-width: 768px) {
  .reports-filter-bar .filter-controls {
    flex-direction: column;
    align-items: stretch;
  }
  .reports-filter-bar .filter-dropdown,
  .reports-filter-bar .filter-datepicker {
    max-width: 100%;
    width: 100%;
  }
  .reports-filter-bar .export-actions {
    margin-left: 0;
    width: 100%;
  }
  .reports-filter-bar .export-actions .reports-action-btn {
    flex: 1;
  }
  .stats-box .stats-inner {
    max-width: 100%;
  }
  .task-category-box .category-search {
    max-width: 100%;
    width: 100%;
  }
}
.reports-filter-bar .select2-container {
  min-width: 190px;
  max-width: 320px;
  flex: 0 1 260px;
}
.reports-filter-bar .select2-container .select2-selection--single {
  height: 38px !important;
  display: flex;
  align-items: center;
  border-radius: 999px !important;
}
.reports-filter-bar .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
}
.reports-filter-bar .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
}

.report-title {
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.5px;
  margin-bottom: 1.2rem;
  margin-top: 35px;
}

.report-subtitle {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  color: #6b7280;
  margin-top: 4px;
}

.sync-pulse-ring {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.sync-pulse-ring div {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 3px solid #0040ff;
  opacity: 1;
  animation: sync-pulse 1.8s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.sync-pulse-ring div:nth-child(2) {
  animation-delay: -0.6s;
}

.sync-pulse-ring div:nth-child(3) {
  animation-delay: -1.2s;
}

@keyframes sync-pulse {
  0% {
    transform: scale(0.3);
    opacity: 1;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}
.sync-steps {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.sync-step {
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  background: #f3f4f6;
  color: #9ca3af;
  border: 1px solid #e5e7eb;
  transition: all 0.4s ease;
}

.sync-step.active {
  background: #0040ff;
  color: #fff;
  border-color: #0040ff;
  box-shadow: 0 0 12px rgba(0, 64, 255, 0.4);
  transform: scale(1.05);
}

.sync-step.done {
  background: #dcfce7;
  color: #16a34a;
  border-color: #16a34a;
}

.sync-step.error {
  background: #fee2e2;
  color: #dc2626;
  border-color: #dc2626;
}

.modal-content {
  border: none;
  border-radius: 14px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.14);
  overflow: hidden;
}

.modal-header {
  padding: 1.1rem 1.4rem;
  background: #f8f9fb;
  border-bottom: 1px solid #eaedf1;
}
.modal-header .modal-title {
  font-weight: 600;
  font-size: 0.97rem;
  letter-spacing: 0.01em;
}
.modal-header .btn-close {
  opacity: 0.4;
}
.modal-header .btn-close:hover {
  opacity: 0.8;
}

.modal-body {
  padding: 1.4rem;
}
.modal-body .form-label {
  font-size: 0.82rem;
  font-weight: 500;
  color: #6c757d;
  margin-bottom: 0.3rem;
}
.modal-body hr {
  border-color: #eaedf1;
  margin: 1rem 0;
}
.modal-body h6 {
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #6c757d;
  margin-bottom: 0.6rem;
}

.modal-footer {
  padding: 0.85rem 1.4rem;
  background: #f8f9fb;
  border-top: 1px solid #eaedf1;
  gap: 0.5rem;
}

.modal .select2-container {
  width: 100% !important;
}

.modal .select2-container--default .select2-selection--single {
  height: 38px;
  display: flex;
  align-items: center;
  border-color: #dee2e6;
  border-radius: 6px;
}
.modal .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
  padding-left: 10px;
  color: #212529;
}
.modal .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
}

.modal .select2-container--default.select2-container--focus .select2-selection--single,
.modal .select2-container--default.select2-container--open .select2-selection--single {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
  outline: none;
}

.modal .select2-dropdown {
  border-color: #dee2e6;
  border-radius: 6px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.domain-filter-bar .select2-container {
  min-width: 190px;
  max-width: 500px;
  margin-right: 15px;
}
.domain-filter-bar .select2-container .select2-selection--single {
  height: 38px !important;
  display: flex;
  align-items: center;
  border-radius: 999px !important;
}
.domain-filter-bar .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
}
.domain-filter-bar .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
}
.domain-filter-bar .btn {
  line-height: 27px;
}

.it-manager-page {
  --it-ink: #16191f;
  --it-muted: #697386;
  --it-line: #e6eaf0;
  --it-surface: #fff;
  --it-lime: #c0ff37;
  color: var(--it-ink);
}
.it-manager-page .card {
  border: 1px solid var(--it-line);
  border-radius: 14px;
  box-shadow: 0 5px 18px rgba(22, 25, 31, 0.035);
}
.it-manager-page .btn {
  border-radius: 8px !important;
  font-weight: 600;
}
.it-manager-page .btn-dark {
  background: var(--it-ink);
  border-color: var(--it-ink);
}
.it-manager-page .btn-dark:hover, .it-manager-page .btn-dark:focus {
  background: #343a45;
  border-color: #343a45;
}
.it-manager-page .btn-primary {
  border-color: #16191f;
  background: #16191f;
  color: #fff;
}
.it-manager-page .btn-primary:hover, .it-manager-page .btn-primary:focus, .it-manager-page .btn-primary:active {
  border-color: #343a45;
  background: #343a45;
  color: #fff;
}
.it-manager-page .btn-outline-primary {
  border-color: #16191f;
  color: #16191f;
}
.it-manager-page .btn-outline-primary:hover, .it-manager-page .btn-outline-primary:focus {
  border-color: #16191f;
  background: #16191f;
  color: #fff;
}
.it-manager-page .btn-soft-secondary {
  border: 1px solid #dce2e9;
  background: #fff;
  color: #3f4958;
}
.it-manager-page .btn-soft-secondary:hover, .it-manager-page .btn-soft-secondary:focus {
  border-color: #c6d0db;
  background: #f5f7f9;
  color: #16191f;
}
.it-manager-page .text-primary {
  color: #668800 !important;
}
.it-manager-page .bg-primary {
  background-color: #eaf4ff !important;
}

.it-manager-plugin-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.32rem 0.55rem;
  border: 1px solid #cfd7e1;
  border-radius: 7px;
  background: #f8fafc;
  color: #253041;
  font-size: 0.76rem;
  font-weight: 600;
  line-height: 1.2;
}
.it-manager-plugin-badge i {
  color: #5b7a00;
  font-size: 0.86rem;
}

.it-item-action-menu-wrap {
  position: relative;
  display: inline-flex;
  text-align: left;
}

.it-item-action-open {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid #22c55e;
  border-radius: 50%;
  background: #fff;
  color: #16803d;
  cursor: pointer;
}
.it-item-action-open:hover, .it-item-action-open:focus {
  background: #d8f8d8;
  outline: none;
}

.it-item-action-menu {
  position: absolute;
  z-index: 30;
  top: calc(100% + 6px);
  right: 0;
  display: flex;
  flex-direction: column;
  min-width: 168px;
  padding: 0.35rem;
  border: 1px solid #e1e6ed;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(22, 25, 31, 0.14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s ease;
}

.it-item-action-menu-wrap.is-open .it-item-action-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.it-item-action-item {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  width: 100%;
  min-height: 38px;
  padding: 0.5rem 0.6rem;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #343a40;
  font-size: 0.82rem;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
}
.it-item-action-item i {
  width: 1rem;
  color: #16a34a;
}
.it-item-action-item:hover, .it-item-action-item:focus {
  background: #f1f3f7;
  color: #000;
  outline: none;
}

.it-item-action-item--danger {
  color: #c93a4a;
}
.it-item-action-item--danger i {
  color: #c93a4a;
}
.it-item-action-item--danger:hover, .it-item-action-item--danger:focus {
  background: #fff3f4;
  color: #a52836;
}

.it-manager-header,
.it-manager-client-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.25rem;
  padding: 1.1rem 1.25rem;
  border: 1px solid #e8edf2;
  border-radius: 14px;
  background: #fff;
}
.it-manager-header h3,
.it-manager-client-heading h3 {
  color: #16191f;
  font-size: 1.28rem;
  font-weight: 700;
}

.it-manager-eyebrow {
  margin-bottom: 0.28rem;
  color: #5b7a00;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.it-manager-header-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.5rem;
}

.it-manager-stat {
  overflow: hidden;
}
.it-manager-stat .card-body {
  position: relative;
  padding: 1.15rem;
}
.it-manager-stat .display-6 {
  color: #16191f;
  font-size: 2rem;
  font-weight: 700;
}
.it-manager-stat .small {
  color: var(--it-muted) !important;
}

.it-manager-stat-icon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 10px;
  background: #f1f7df;
  color: #638300;
  font-size: 1.15rem;
}

.it-manager-stat--hosting .it-manager-stat-icon {
  background: #eaf4ff;
  color: #2874b9;
}

.it-manager-stat--dns .it-manager-stat-icon {
  background: #eaf4ff;
  color: #2874b9;
}

.it-manager-stat--mail .it-manager-stat-icon {
  background: #fff2e8;
  color: #c76720;
}

.it-manager-shortcut {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  height: 100%;
  min-height: 54px;
  padding: 0.85rem 1rem;
  border: 1px solid #e6eaf0;
  border-radius: 12px;
  background: #fff;
  color: #27303d;
  font-size: 0.87rem;
  font-weight: 600;
  text-decoration: none;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}
.it-manager-shortcut > :first-child {
  color: #668800;
  font-size: 1.1rem;
}
.it-manager-shortcut > :last-child {
  margin-left: auto;
  color: #9aa4b2;
}
.it-manager-shortcut:hover {
  border-color: #b6d96a;
  box-shadow: 0 5px 14px rgba(96, 130, 0, 0.09);
  color: #16191f;
  transform: translateY(-1px);
}

.it-manager-search-card .card-body {
  padding: 1.25rem;
}
.it-manager-search-card h5 {
  font-size: 1rem;
  font-weight: 700;
}
.it-manager-search-card h5 i {
  color: #668800;
}
.it-manager-search-card .input-group {
  max-width: 760px;
}
.it-manager-search-card .form-control {
  border-color: #dce2e9;
}
.it-manager-search-card .form-control:focus {
  border-color: #a5c84f;
  box-shadow: 0 0 0 0.2rem rgba(165, 200, 79, 0.16);
}

.it-manager-action-menu-wrap {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 3;
}

.it-manager-action-open {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #22c55e;
  border-radius: 50%;
  color: #16803d;
  background: #fff;
  cursor: pointer;
}
.it-manager-action-open:hover, .it-manager-action-open:focus {
  background: #d8f8d8;
  outline: none;
}

.it-manager-action-menu {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  display: flex;
  flex-direction: column;
  min-width: 220px;
  padding: 0.4rem 0.45rem;
  border: 1px solid #eceef2;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(22, 25, 31, 0.14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s ease;
}

.it-manager-action-menu-wrap.is-open .it-manager-action-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.it-manager-action-item {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 40px;
  padding: 0.55rem 0.65rem;
  border-radius: 7px;
  color: #343a40;
  font-size: 0.84rem;
  font-weight: 600;
  text-decoration: none;
}
.it-manager-action-item i {
  width: 1rem;
  color: #16a34a;
}
.it-manager-action-item:hover, .it-manager-action-item:focus {
  background: #f1f3f7;
  color: #000;
}

.it-manager-client .it-manager-toolbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
  padding: 1rem 1.15rem;
  border: 1px solid var(--it-line);
  border-radius: 12px;
  background: #fff;
}
.it-manager-client .it-manager-bulkbar {
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: #f8faf5;
  border: 1px solid #e3ead4;
}
.it-manager-client .it-manager-tabs {
  gap: 0.2rem;
  border-bottom-color: var(--it-line);
}
.it-manager-client .it-manager-tabs .nav-link {
  border: 0;
  border-radius: 8px 8px 0 0;
  color: #667085;
  font-weight: 600;
}
.it-manager-client .it-manager-tabs .nav-link:hover {
  color: #16191f;
  background: #f5f7f2;
}
.it-manager-client .it-manager-tabs .nav-link.active {
  color: #16191f;
  background: #f1f7df;
  box-shadow: inset 0 -2px 0 #83ad17;
}
.it-manager-client .tab-content {
  padding: 1rem;
  border: 1px solid var(--it-line);
  border-top: 0;
  border-radius: 0 0 12px 12px;
  background: #fff;
  overflow: visible;
}
.it-manager-client .table {
  margin-bottom: 0;
}
.it-manager-client .table-responsive {
  overflow: visible;
}
.it-manager-client .table thead th {
  border-bottom-width: 1px;
  color: #697386;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.035em;
}
.it-manager-client .table tbody td {
  border-color: #eff1f4;
}
.it-manager-client .it-manager-note-tabs {
  gap: 0.25rem;
}
.it-manager-client .it-manager-note-tabs .nav-link {
  border-radius: 8px;
  color: #667085;
  font-weight: 600;
}
.it-manager-client .it-manager-note-tabs .nav-link:hover {
  background: #f1f3f7;
  color: #16191f;
}
.it-manager-client .it-manager-note-tabs .nav-link.active {
  background: #16191f;
  color: #fff;
}

.it-manager-list .it-manager-filter-card .card-body {
  padding: 1.15rem;
}
.it-manager-list .it-manager-filter-card .form-label {
  color: #3f4958;
  font-size: 0.78rem;
  font-weight: 700;
}
.it-manager-list .it-manager-filter-card .form-control,
.it-manager-list .it-manager-filter-card .form-select {
  border-color: #dce2e9;
  border-radius: 8px;
}
.it-manager-list .it-manager-filter-card .form-control:focus,
.it-manager-list .it-manager-filter-card .form-select:focus {
  border-color: #a5c84f;
  box-shadow: 0 0 0 0.2rem rgba(165, 200, 79, 0.16);
}
.it-manager-list .it-manager-table-card {
  border: 1px solid #e8edf2;
  border-radius: 10px;
}
.it-manager-list .it-manager-table-card .table thead th {
  border-bottom-width: 1px;
  color: #697386;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.035em;
}
.it-manager-list .it-manager-table-card .table tbody td {
  border-color: #eff1f4;
}
.it-manager-list .badge.bg-primary {
  background: #16191f !important;
}
.it-manager-list .badge.bg-info {
  background: #eaf4ff !important;
  color: #2874b9 !important;
}
.it-manager-list .it-manager-table-toolbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1rem;
}
.it-manager-list .it-manager-table-panel {
  overflow: hidden;
}
.it-manager-list .it-manager-table-panel .it-manager-table-card {
  border: 0;
  border-radius: 0;
}
.it-manager-list .it-manager-view-switch {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}
.it-manager-list .it-manager-view-switch__item {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 38px;
  padding: 0.5rem 0.8rem;
  border: 1px solid #dce2e9;
  border-radius: 8px;
  background: #fff;
  color: #3f4958;
  font-size: 0.84rem;
  font-weight: 600;
  text-decoration: none;
}
.it-manager-list .it-manager-view-switch__item:hover {
  border-color: #adb9c6;
  background: #f5f7f9;
  color: #16191f;
}
.it-manager-list .it-manager-view-switch__item.is-active {
  border-color: #16191f;
  background: #16191f;
  color: #fff;
}
.it-manager-list #pluginsSearch {
  flex: 0 1 340px;
  max-width: 100%;
  border-color: #dce2e9;
  border-radius: 8px;
}
.it-manager-list #pluginsSearch:focus {
  border-color: #a5c84f;
  box-shadow: 0 0 0 0.2rem rgba(165, 200, 79, 0.16);
}
.it-manager-list #dnsSearch {
  flex: 0 1 340px;
  max-width: 100%;
  border-color: #dce2e9;
  border-radius: 8px;
}
.it-manager-list #dnsSearch:focus {
  border-color: #a5c84f;
  box-shadow: 0 0 0 0.2rem rgba(165, 200, 79, 0.16);
}

.it-manager-plugins .it-manager-record-link {
  color: #000 !important;
  font-weight: 650;
  text-decoration: none;
}
.it-manager-plugins .it-manager-record-link:hover {
  color: #000 !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.it-manager-plugins .it-manager-context {
  padding: 0.85rem 1rem;
  border: 1px solid #e6eaf0;
  border-radius: 10px;
  background: #fff;
}
.it-manager-plugins .it-manager-plugin-toolbar {
  padding: 0.9rem 1rem;
  border: 1px solid #e6eaf0;
  border-radius: 10px;
  background: #f8faf5;
}
.it-manager-plugins .it-manager-plugin-total {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.1rem;
}
.it-manager-plugins .plugin-card {
  border-color: #e3e8ef !important;
  border-radius: 12px;
  box-shadow: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: border-color 0.15s, box-shadow 0.15s, transform 0.15s;
}
.it-manager-plugins .plugin-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 5px 14px rgba(22, 25, 31, 0.07);
}
.it-manager-plugins .plugin-card--active {
  background: #f6fff9;
}
.it-manager-plugins .plugin-card:has(.plugin-chk:checked) {
  border-color: #22c55e !important;
  box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.14);
}
.it-manager-plugins .plugin-card input[type=number] {
  cursor: auto;
}
.it-manager-plugins .it-manager-plugin-price {
  display: inline-flex;
  padding: 0.25rem 0.45rem;
  border-radius: 6px;
  background: #eaf4ff;
  color: #2874b9;
  font-size: 0.76rem;
  font-weight: 700;
}
.it-manager-plugins .it-manager-plugin-footer {
  border-top: 1px solid #e6eaf0;
}
.it-manager-plugins h6 {
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.045em;
}

.it-manager-warranty .it-manager-stat {
  border-color: #e3e8ef;
  border-radius: 12px;
  box-shadow: none;
  overflow: hidden;
}
.it-manager-warranty .it-manager-stat .card-body {
  padding: 1.1rem;
}
.it-manager-warranty .it-manager-header-actions .btn,
.it-manager-warranty .it-manager-table-toolbar .btn,
.it-manager-warranty .it-manager-table-card .btn {
  border-radius: 8px !important;
}
.it-manager-warranty #warrantySearch {
  flex: 0 1 340px;
  max-width: 100%;
  border-color: #dce2e9;
  border-radius: 8px;
}
.it-manager-warranty #warrantySearch:focus {
  border-color: #a5c84f;
  box-shadow: 0 0 0 0.2rem rgba(165, 200, 79, 0.16);
}
.it-manager-warranty .it-manager-record-link {
  color: #000 !important;
  font-weight: 650;
  text-decoration: none;
}
.it-manager-warranty .it-manager-record-link:hover {
  color: #000 !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.it-manager-pricelist-switch .it-manager-view-switch__item {
  min-width: 78px;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .it-manager-header, .it-manager-client-heading {
    padding: 1rem;
  }
  .it-manager-header {
    align-items: stretch;
    flex-direction: column;
  }
  .it-manager-header-actions {
    justify-content: flex-start;
  }
  .it-manager-client .it-manager-toolbar {
    padding: 0.85rem;
  }
  .it-manager-client .tab-content {
    overflow: visible;
  }
  .it-manager-client .table-responsive {
    overflow: visible;
  }
}
.pricing-section-label {
  font-size: 11px;
  font-weight: 700;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}

.pricing-base-card {
  border-top: 3px solid #e9ecef !important;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  transition: box-shadow 0.15s ease;
}
.pricing-base-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08) !important;
}
.pricing-base-card .card-body {
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  min-height: 155px;
}
.pricing-base-card .pricing-card-title {
  font-size: 11px;
  font-weight: 700;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 10px;
}
.pricing-base-card .pricing-card-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: auto;
}
.pricing-base-card .pricing-card-row .pricing-card-label {
  font-size: 12px;
  color: #9ca3af;
}
.pricing-base-card .pricing-card-row .pricing-card-value {
  font-size: 16px;
  font-weight: 700;
  color: #212529;
  line-height: 1;
}
.pricing-base-card .pricing-card-sub {
  font-size: 12px;
  color: #9ca3af;
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 0;
}
.pricing-base-card .btn-pricing-action {
  margin-top: 14px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 6px;
  padding: 6px 14px;
  background-color: #212529;
  border-color: #212529;
  color: #fff;
  align-self: flex-start;
}
.pricing-base-card .btn-pricing-action:hover {
  background-color: #343a40;
  border-color: #343a40;
}

.pricing-tier-card, .pricing-activity-card {
  border-top: 4px solid #7c3aed !important;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  transition: box-shadow 0.15s ease;
  height: 100%;
}
.pricing-tier-card:hover, .pricing-activity-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08) !important;
}
.pricing-tier-card .card-body, .pricing-activity-card .card-body {
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.pricing-tier-card .pricing-tier-header, .pricing-activity-card .pricing-tier-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}
.pricing-tier-card .pricing-tier-header .pricing-tier-name, .pricing-activity-card .pricing-tier-header .pricing-tier-name {
  font-size: 15px;
  font-weight: 700;
  color: #212529;
  line-height: 1.2;
}
.pricing-tier-card .pricing-tier-header .pricing-tier-badge, .pricing-activity-card .pricing-tier-header .pricing-tier-badge {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #fff;
  background: #7c3aed;
  border-radius: 4px;
  padding: 2px 8px;
}
.pricing-tier-card .pricing-card-sub, .pricing-activity-card .pricing-card-sub {
  font-size: 12px;
  color: #9ca3af;
  margin-bottom: 12px;
  line-height: 1.4;
}
.pricing-tier-card .pricing-tier-rows, .pricing-activity-card .pricing-tier-rows {
  flex: 1;
  overflow-y: auto;
  max-height: 130px;
}
.pricing-tier-card .pricing-tier-rows .pricing-tier-row, .pricing-activity-card .pricing-tier-rows .pricing-tier-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
  border-bottom: 1px solid #f3f4f6;
  font-size: 13px;
}
.pricing-tier-card .pricing-tier-rows .pricing-tier-row:last-child, .pricing-activity-card .pricing-tier-rows .pricing-tier-row:last-child {
  border-bottom: 0;
}
.pricing-tier-card .pricing-tier-rows .pricing-tier-row .tier-range, .pricing-activity-card .pricing-tier-rows .pricing-tier-row .tier-range {
  color: #6c757d;
  font-size: 13px;
}
.pricing-tier-card .pricing-tier-rows .pricing-tier-row .tier-rate, .pricing-activity-card .pricing-tier-rows .pricing-tier-row .tier-rate {
  font-size: 14px;
  font-weight: 700;
  color: #212529;
  white-space: nowrap;
}
.pricing-tier-card .pricing-tier-rows .pricing-empty, .pricing-activity-card .pricing-tier-rows .pricing-empty {
  font-size: 12px;
  color: #adb5bd;
  font-style: italic;
  padding: 4px 0;
  display: block;
}
.pricing-tier-card .btn-pricing-action, .pricing-activity-card .btn-pricing-action {
  margin-top: 14px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 6px;
  padding: 6px 14px;
  background-color: #212529;
  border-color: #212529;
  color: #fff;
  align-self: flex-end;
}
.pricing-tier-card .btn-pricing-action:hover, .pricing-activity-card .btn-pricing-action:hover {
  background-color: #343a40;
  border-color: #343a40;
}

.pricing-activity-card {
  border-top-color: #2563eb !important;
}
.pricing-activity-card .pricing-tier-header .pricing-tier-badge {
  background: #2563eb;
}

.pricing-section-divider {
  border: 0;
  border-top: 1px solid #e9ecef;
  margin: 28px 0 20px;
}

.btn-pricing-new {
  font-size: 13px;
  font-weight: 600;
  padding: 7px 20px;
  border-radius: 6px;
  background-color: #C0FF37;
  color: black;
  white-space: nowrap;
}
.btn-pricing-new i {
  margin-right: 4px;
}
.btn-pricing-new:hover {
  background-color: rgba(192, 255, 55, 0.6352941176);
}

.pricing-empty-state {
  text-align: center;
  padding: 48px 20px;
  color: #9ca3af;
}
.pricing-empty-state i {
  font-size: 40px;
  display: block;
  margin-bottom: 10px;
}
.pricing-empty-state a {
  font-weight: 600;
  color: #0acf97;
  text-decoration: none;
}
.pricing-empty-state a:hover {
  text-decoration: underline;
}

.pricing-new-form .card {
  border-radius: 8px;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.pricing-new-form .card-body {
  padding: 28px 32px;
}
.pricing-new-form .col-header {
  font-size: 12px;
  font-weight: 600;
  color: #6c757d;
  display: block;
}
.pricing-new-form .pnf-card-header {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.pricing-new-form .pnf-type-badge {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  border-radius: 6px;
  padding: 4px 12px;
  align-self: flex-start;
  color: #fff;
}
.pricing-new-form .pnf-type-badge--tier {
  background: #7c3aed;
}
.pricing-new-form .pnf-type-badge--activity {
  background: #2563eb;
}
.pricing-new-form .pnf-card-desc {
  font-size: 13px;
  color: #6c757d;
  margin: 0;
}
.pricing-new-form .pnf-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6c757d;
  margin-bottom: 6px;
  display: block;
}
.pricing-new-form .form-control:not(.form-control-sm),
.pricing-new-form .form-select:not(.form-select-sm) {
  border-radius: 999px !important;
  border: 1.5px solid #dee2e6;
  padding: 10px 18px;
  font-size: 14px;
  color: #212529;
  background: #fff;
  height: auto;
}
.pricing-new-form .form-control:not(.form-control-sm)::-moz-placeholder, .pricing-new-form .form-select:not(.form-select-sm)::-moz-placeholder {
  color: #adb5bd;
}
.pricing-new-form .form-control:not(.form-control-sm)::placeholder,
.pricing-new-form .form-select:not(.form-select-sm)::placeholder {
  color: #adb5bd;
}
.pricing-new-form .form-control:not(.form-control-sm):focus,
.pricing-new-form .form-select:not(.form-select-sm):focus {
  border-color: #adb5bd;
  box-shadow: none;
}
.pricing-new-form .form-control-sm {
  border-radius: 0 !important;
  border: 1.5px solid #dee2e6;
  padding: 5px 8px;
  font-size: 13px;
}
.pricing-new-form .form-control-sm::-moz-placeholder {
  color: #adb5bd;
}
.pricing-new-form .form-control-sm::placeholder {
  color: #adb5bd;
}
.pricing-new-form .form-select-sm {
  border-radius: 0 !important;
  border: 1.5px solid #dee2e6;
  padding: 5px 28px 5px 8px;
  font-size: 13px;
}
.pricing-new-form .input-group .input-group-text:first-child {
  border-radius: 8px 0 0 8px !important;
}
.pricing-new-form .input-group .input-group-text:last-child {
  border-radius: 0 8px 8px 0 !important;
}
.pricing-new-form .input-group .form-control-sm:first-child {
  border-radius: 8px 0 0 8px !important;
}
.pricing-new-form .input-group .form-control-sm:last-child {
  border-radius: 0 8px 8px 0 !important;
}
.pricing-new-form .pnf-input-num {
  width: 72px !important;
  flex-shrink: 0;
  text-align: center;
  padding: 7px 8px !important;
}
.pricing-new-form .pnf-btn-add {
  font-size: 12px;
  font-weight: 600;
  color: #6c757d;
  background: #f8f9fa;
  border: 1.5px dashed #dee2e6;
  border-radius: 6px;
  padding: 7px 14px;
  cursor: pointer;
  width: 100%;
  text-align: left;
  transition: all 0.15s;
  display: block;
}
.pricing-new-form .pnf-btn-add:hover {
  background: #f1f3f5;
  border-color: #adb5bd;
  color: #212529;
}
.pricing-new-form .pnf-btn-remove {
  font-size: 16px;
  line-height: 1;
  color: #adb5bd;
  background: none;
  border: none;
  padding: 0 4px;
  cursor: pointer;
  flex-shrink: 0;
}
.pricing-new-form .pnf-btn-remove:hover {
  color: #dc3545;
}
.pricing-new-form .pnf-tier-cols-header {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #adb5bd;
  margin-bottom: 6px;
  padding: 0 2px;
}
.pricing-new-form .pnf-tier-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 0;
  border-bottom: 1px solid #f3f4f6;
}
.pricing-new-form .pnf-tier-row:last-child {
  border-bottom: 0;
}
.pricing-new-form .pnf-tier-range {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 1;
}
.pricing-new-form .pnf-tier-rate {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}
.pricing-new-form .pnf-tier-label {
  font-size: 12px;
  color: #9ca3af;
  white-space: nowrap;
  flex-shrink: 0;
}
.pricing-new-form .pnf-act-cols-header {
  display: grid;
  grid-template-columns: 110px 1fr 28px;
  gap: 8px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #adb5bd;
  margin-bottom: 6px;
  padding: 0 2px;
}
.pricing-new-form .pnf-act-row {
  display: grid;
  grid-template-columns: 110px 1fr 28px;
  align-items: center;
  gap: 8px;
  padding: 7px 0;
  border-bottom: 1px solid #f3f4f6;
}
.pricing-new-form .pnf-act-row:last-child {
  border-bottom: 0;
}
.pricing-new-form .pnf-act-row .pnf-input-num {
  width: 100% !important;
}
.pricing-new-form .select2-container {
  width: 100% !important;
}
.pricing-new-form .select2-container .select2-selection--single {
  height: 44px !important;
  border-radius: 999px !important;
  border: 1.5px solid #dee2e6 !important;
  display: flex;
  align-items: center;
  padding: 0 16px;
}
.pricing-new-form .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 44px;
  font-size: 14px;
  color: #adb5bd;
  padding: 0;
}
.pricing-new-form .select2-container .select2-selection--single .select2-selection__arrow {
  height: 42px;
  right: 14px;
}
.pricing-new-form .select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: #adb5bd transparent transparent transparent;
}
.pricing-new-form .select2-container.select2-container--open .select2-selection--single, .pricing-new-form .select2-container.select2-container--focus .select2-selection--single {
  border-color: #adb5bd !important;
  box-shadow: none;
  outline: none;
}
.pricing-new-form .flatpickr-calendar {
  border-radius: 12px;
  border: 1.5px solid #dee2e6;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  font-size: 13px;
}
.pricing-new-form .flatpickr-calendar .flatpickr-day {
  border-radius: 999px;
}
.pricing-new-form .flatpickr-calendar .flatpickr-day.selected, .pricing-new-form .flatpickr-calendar .flatpickr-day.selected:hover {
  background: #212529;
  border-color: #212529;
}
.pricing-new-form .flatpickr-calendar .flatpickr-day:hover {
  background: #f8f9fa;
}
.pricing-new-form .flatpickr-calendar .flatpickr-day.today {
  border-color: #0acf97;
  color: #0acf97;
}
.pricing-new-form .flatpickr-calendar .flatpickr-day.today.selected {
  background: #0acf97;
  border-color: #0acf97;
  color: #fff;
}
.pricing-new-form .flatpickr-calendar .flatpickr-current-month {
  font-size: 14px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .pricing-base-card .card-body {
    min-height: unset;
  }
}
.internal-report-page {
  background: #f4f6f9;
  min-height: 100vh;
}
.internal-report-page .filter-card,
.internal-report-page .metric-card,
.internal-report-page .report-card {
  border: 0;
  box-shadow: 0 1px 2px rgba(56, 65, 74, 0.08);
  border-radius: 6px;
}
.internal-report-page .filter-row {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  overflow-x: unset;
  padding-bottom: 2px;
  scrollbar-width: none;
}
.internal-report-page .filter-row::-webkit-scrollbar {
  display: none;
}
.internal-report-page .filter-label {
  font-size: 11px;
  font-weight: 700;
  color: #6c757d;
  white-space: nowrap;
  flex: 0 0 auto;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding-right: 4px;
}
.internal-report-page .filter-item {
  flex: 0 0 auto;
}
.internal-report-page .filter-pill {
  height: 30px;
  border-radius: 15px;
  border-color: #dfe2e6;
  background: #fff;
  font-size: 12px;
  white-space: nowrap;
  padding-left: 12px;
  padding-right: 10px;
}
.internal-report-page #rangePicker {
  width: 160px;
  max-width: 100%;
}
.internal-report-page .select2-container {
  min-width: 0 !important;
}
.internal-report-page .select2-container--default .select2-selection--single {
  height: 30px;
  border-radius: 15px;
  border: 1px solid #dfe2e6;
  background: #fff;
}
.internal-report-page .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 28px;
  font-size: 12px;
  padding-left: 12px;
  padding-right: 26px;
  color: #495057;
}
.internal-report-page .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 28px;
  right: 6px;
}
.internal-report-page .select2-container--default .select2-dropdown {
  border: 1px solid #dfe2e6;
  border-radius: 10px;
  overflow: hidden;
  font-size: 12px;
}
.internal-report-page .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #dfe2e6;
  border-radius: 8px;
  font-size: 12px;
}
.internal-report-page .page_title {
  font-size: 26px;
  font-weight: 700;
  color: #212529;
  letter-spacing: -0.3px;
  font-family: sans-serif !important;
}
.internal-report-page .top-meta {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 14px;
  color: #343a40;
}
.internal-report-page .metric-card .card-body {
  width: 100%;
  min-height: 200px;
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 16px 18px;
}
.internal-report-page .metric-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #212529;
  line-height: 1.3;
}
.internal-report-page .metric-title span:first-child {
  flex: 1;
}
.internal-report-page .metric-value {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  text-align: center;
}
.internal-report-page .metric-note {
  margin: 0;
  font-size: 12px;
  color: #6c757d;
  line-height: 1.4;
}
.internal-report-page .metric-result-positive {
  background: #d8f3eb;
}
.internal-report-page .metric-result-negative {
  background: #f8d7da;
}
.internal-report-page .pct-badge {
  font-size: 18px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 12px;
  white-space: nowrap;
  flex-shrink: 0;
  line-height: 0.8;
}
.internal-report-page .pct-green {
  color: rgb(26, 188, 156);
}
.internal-report-page .pct-yellow {
  color: rgb(247, 184, 75);
}
.internal-report-page .pct-red {
  color: rgb(241, 85, 108);
}
.internal-report-page .section-title {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 12px;
  color: #212529;
}
.internal-report-page .report-table thead th {
  font-size: 11px;
  font-weight: 600;
  color: #6c757d;
  border-bottom: 1px solid #e9ecef;
}
.internal-report-page .report-table tbody td {
  font-size: 13px;
  border-color: #f1f3f5;
}
.internal-report-page .worker-donut-wrap {
  min-height: 320px;
}
.internal-report-page .ir-modal-table thead th {
  font-size: 11px;
  font-weight: 600;
  color: #6c757d;
  border-bottom: 1px solid #e9ecef;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 1;
}
.internal-report-page .ir-modal-table tbody td {
  font-size: 13px;
  border-color: #f1f3f5;
}
.internal-report-page .ir-modal-scroll {
  max-height: 60vh;
  overflow-y: auto;
}
@media (max-width: 991.98px) {
  .internal-report-page .metric-card .card-body {
    min-height: 200px;
  }
  .internal-report-page .worker-donut-wrap {
    min-height: 260px;
  }
  .internal-report-page .page_title {
    font-size: 24px;
  }
  .internal-report-page .filter-row {
    flex-wrap: wrap;
  }
}

.dev-header-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 16px;
  height: 34px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: background 0.15s, color 0.15s;
  background: #6c5ffc;
  color: #fff;
}
.dev-header-btn:hover {
  background: rgb(71.2049079755, 54.9509202454, 251.2490797546);
  color: #fff;
}
.dev-header-btn--muted {
  background: #f1f3f7;
  color: #343a40;
}
.dev-header-btn--muted:hover {
  background: #e2e6ea;
  color: #343a40;
}

.dev-table-wrap--future {
  max-height: 500px;
  overflow-y: auto;
}

.dev-report-page {
  padding-bottom: 24px;
}

.dev-page-title {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #111827;
  margin-bottom: 0;
}

.dev-page-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.dev-header-actions {
  display: flex;
  gap: 8px;
  align-items: center;
}

.dev-filter-card {
  border: none;
  border-radius: 6px;
  box-shadow: 0 0 35px rgba(154, 161, 171, 0.15);
}

.dev-filter-bar {
  padding: 10px 16px;
}
.dev-filter-bar .filter-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.dev-filter-bar .filter-label {
  font-size: 12px;
  font-weight: 600;
  color: #343a40;
  white-space: nowrap;
  flex-shrink: 0;
}
.dev-filter-bar .filter-item {
  flex: 1 1 0;
  min-width: 90px;
  max-width: 210px;
}
.dev-filter-bar .filter-item-reset {
  flex: 0 0 auto;
  min-width: unset;
  max-width: unset;
  display: flex;
  gap: 6px;
}
.dev-filter-bar .form-select,
.dev-filter-bar .form-control {
  width: 100%;
  height: 28px;
  min-height: 28px;
  border-radius: 14px;
  font-size: 12px;
  line-height: 1;
  border: 1px solid #dee2e6;
  color: #495057;
  background: #fff;
  padding-top: 0;
  padding-bottom: 0;
}
.dev-filter-bar .form-select:focus,
.dev-filter-bar .form-control:focus {
  box-shadow: none;
  border-color: #b0bec5;
}
.dev-filter-bar .dev-range-input {
  text-align: center;
  color: #98a6ad;
  cursor: pointer;
}
.dev-filter-bar .dev-reset-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0 12px;
  height: 28px;
  border: 1px solid #dee2e6;
  border-radius: 14px;
  font-size: 12px;
  color: #000000;
  background: #fff;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
}
.dev-filter-bar .dev-reset-btn:hover {
  background: #f8f9fa;
  color: #343a40;
}
.dev-filter-bar .dev-reset-btn.dev-reset-btn--primary {
  background: #6c5ffc;
  color: #fff;
  border-color: #6c5ffc;
}
.dev-filter-bar .dev-reset-btn.dev-reset-btn--primary:hover {
  background: rgb(71.2049079755, 54.9509202454, 251.2490797546);
  border-color: rgb(71.2049079755, 54.9509202454, 251.2490797546);
  color: #fff;
}

.dev-report-page .select2-container {
  vertical-align: middle;
  width: 100% !important;
}
.dev-report-page .select2-container .select2-selection--single {
  height: 28px !important;
  border-radius: 14px !important;
  border: 1px solid #dee2e6 !important;
  background: #fff !important;
  box-shadow: none !important;
}
.dev-report-page .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 26px !important;
  font-size: 12px !important;
  color: #98a6ad !important;
  padding-left: 12px !important;
  padding-right: 28px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dev-report-page .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #98a6ad !important;
}
.dev-report-page .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px !important;
  right: 8px !important;
}
.dev-report-page .select2-container--default .select2-selection--single .select2-selection__clear {
  height: 26px;
  line-height: 24px;
  margin-right: 18px;
  color: #adb5bd;
}

.select2-dropdown {
  border: 1px solid #dfe2e6 !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
  font-size: 12px !important;
}

.select2-search--dropdown {
  padding: 8px !important;
}
.select2-search--dropdown .select2-search__field {
  border: 1px solid #dfe2e6 !important;
  border-radius: 8px !important;
  font-size: 12px !important;
  padding: 6px 8px !important;
}

.select2-results__option {
  font-size: 12px !important;
  padding: 7px 12px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #6c5ffc !important;
}

.dev-section-title {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #111827;
  margin-bottom: 14px;
}

.dev-pct-green {
  font-size: 15px;
  font-weight: 700;
  color: #1abc9c;
  white-space: nowrap;
}

.dev-pct-red {
  font-size: 15px;
  font-weight: 700;
  color: #f1556c;
  white-space: nowrap;
}

.dev-pct-neutral {
  font-size: 15px;
  font-weight: 700;
  color: #98a6ad;
  white-space: nowrap;
}

.dev-stat-card {
  border: none;
  border-radius: 6px;
  box-shadow: 0 0 35px rgba(154, 161, 171, 0.15);
  transition: box-shadow 0.2s;
}
.dev-stat-card:hover {
  box-shadow: 0 0 35px rgba(154, 161, 171, 0.28);
}
.dev-stat-card .card-body {
  padding: 18px 20px 14px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
}
.dev-stat-card .dev-stat-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
}
.dev-stat-card .dev-stat-label {
  font-size: 16px;
  font-weight: 600;
  color: #343a40;
  line-height: 1.35;
  max-width: 78%;
}
.dev-stat-card .dev-stat-value {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  padding-bottom: 14px;
  text-align: center;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dev-stat-card .dev-stat-value.color-orange {
  color: #f39c12;
}
.dev-stat-card .dev-stat-value.color-red {
  color: #ff1e1e;
}
.dev-stat-card .dev-stat-value.color-purple {
  color: #b100f5;
}
.dev-stat-card .dev-stat-value.color-green {
  color: #1abc9c;
}
.dev-stat-card .dev-stat-value.color-blue {
  color: #2f6fed;
}
.dev-stat-card .dev-stat-desc {
  font-size: 11px;
  color: #98a6ad;
  line-height: 1.4;
  border-top: 1px solid #eef2f7;
  padding-top: 10px;
  margin: 0;
}

.dev-table-card {
  border: none;
  border-radius: 6px;
  box-shadow: 0 0 35px rgba(154, 161, 171, 0.15);
  overflow: hidden;
}

.dev-table-wrap {
  max-height: 750px;
  overflow-y: auto;
}

.dev-table {
  margin-bottom: 0;
  width: 100%;
}
.dev-table thead th {
  position: sticky;
  top: 0;
  z-index: 3;
  font-size: 13.5px;
  font-weight: 600;
  color: #000000;
  background: #f1f3f7 !important;
  background-color: #f1f3f7 !important;
  border-bottom: 2px solid #dee2e6 !important;
  box-shadow: 0 2px 0 #dee2e6;
  white-space: nowrap;
  padding: 11px 12px;
  vertical-align: middle;
}
.dev-table .th-task {
  padding-left: 16px !important;
}
.dev-table tbody tr {
  transition: background 0.1s;
}
.dev-table tbody tr:hover td {
  background: #f9f9fb;
}
.dev-table tbody tr.row-over-budget td {
  background: #fff5f5;
}
.dev-table tbody tr.row-over-budget:hover td {
  background: #ffe8e8;
}
.dev-table tbody tr td {
  font-size: 12px;
  color: #343a40;
  border-bottom: 1px solid #eef2f7;
  padding: 9px 12px;
  vertical-align: middle;
}
.dev-table .task-name {
  font-weight: 500;
  color: #343a40;
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
  max-width: 280px;
  display: block;
  line-height: 1.4;
  font-size: 13px;
}
.dev-table .td-sm {
  font-size: 12px;
  color: #343a40;
}
.dev-table .td-muted {
  color: #6c757d !important;
}
.dev-table .zadal-name {
  font-size: 12px;
  color: #000000;
}
.dev-table .real-h {
  font-weight: 600;
  white-space: nowrap;
}
.dev-table .real-h.over {
  color: #f1556c;
  font-weight: 700;
}
.dev-table .budget-h {
  font-weight: 600;
  white-space: nowrap;
}
.dev-table .budget-h.over {
  color: #f1556c;
}
.dev-table .budget-progress {
  height: 3px;
  background: #e9ecef;
  border-radius: 2px;
  margin-top: 3px;
  overflow: hidden;
}
.dev-table .budget-progress .bar {
  height: 100%;
  border-radius: 2px;
}
.dev-table .budget-progress .bar.bar-ok {
  background: #1abc9c;
}
.dev-table .budget-progress .bar.bar-warning {
  background: #f0ad4e;
}
.dev-table .budget-progress .bar.bar-danger {
  background: #f1556c;
}
.dev-table .dev-icons {
  display: flex;
  align-items: center;
  gap: 6px;
}
.dev-table .dev-icon-btn {
  background: none;
  border: none;
  padding: 3px 4px;
  font-size: 18px;
  color: #ced4da;
  border-radius: 4px;
  line-height: 1;
  cursor: pointer;
  transition: color 0.12s, background 0.12s;
}
.dev-table .dev-icon-btn:hover {
  color: #6c757d;
  background: #f0f0f0;
}
.dev-table .dev-icon-btn.active-note {
  color: #1abc9c !important;
}
.dev-table .dev-icon-btn.active-email {
  color: #1abc9c !important;
}
.dev-table .dev-icon-btn.active-coin {
  color: #f1556c !important;
}
.dev-table .dev-icon-btn.active-sod {
  color: #4f46e5 !important;
}
.dev-table .status-probihaji {
  color: #f39c12;
  font-weight: 700;
  font-size: 12px;
}
.dev-table .status-uklienta {
  color: #a100ff;
  font-weight: 700;
  font-size: 12px;
}
.dev-table .status-dokonceno {
  color: #00b894;
  font-weight: 700;
  font-size: 12px;
}
.dev-table .status-nezacalo {
  color: #98a6ad;
  font-size: 12px;
  font-weight: 600;
}
.dev-table .date-badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  max-width: 160px;
  width: 100%;
  text-align: center;
}
.dev-table .date-badge.badge-late {
  background: #ff9c9c;
}
.dev-table .date-badge.badge-soon {
  background: #f0ad4e;
}
.dev-table .date-badge.badge-ok {
  background: #1a1a2e;
}
.dev-table .date-badge.badge-green {
  background: #18c29c;
}
.dev-table .deadline-late {
  color: #ff1e1e;
  font-weight: 700;
  font-size: 12px;
  white-space: nowrap;
}
.dev-table .deadline-soon {
  color: #f0ad4e;
  font-weight: 700;
  font-size: 12px;
  white-space: nowrap;
}
.dev-table .deadline-ok {
  color: #00c389;
  font-weight: 700;
  font-size: 12px;
  white-space: nowrap;
}
.dev-table .deadline-none {
  color: #98a6ad;
  font-size: 12px;
}
.dev-table .dev-table-row-clickable {
  cursor: pointer;
}
.dev-table .monday-link {
  color: #111;
  font-size: 16px;
  opacity: 0.6;
  transition: opacity 0.12s;
}
.dev-table .monday-link:hover {
  opacity: 1;
}

.dev-empty-state {
  text-align: center;
  padding: 48px 16px !important;
  color: #98a6ad !important;
}
.dev-empty-state i {
  display: block;
  font-size: 32px;
  margin-bottom: 8px;
}
.dev-empty-state span {
  font-size: 13px;
}

.dev-future-section {
  margin-top: 4px;
}
.dev-future-section .dev-future-title {
  font-size: 18px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 2px;
}
.dev-future-section .dev-future-subtitle {
  font-size: 12px;
  color: #98a6ad;
  margin-bottom: 16px;
}

#noteModal .modal-header {
  padding: 14px 20px;
}
#noteModal .modal-body {
  padding: 20px;
}
#noteModal .modal-footer {
  padding: 12px 20px;
}
#noteModal .modal-title {
  font-size: 14px;
  font-weight: 600;
}
#noteModal .note-modal-task-name {
  color: #000000;
  font-weight: 400;
}
#noteModal textarea {
  font-size: 13px;
  resize: vertical;
  border-color: #dee2e6;
}
#noteModal textarea:focus {
  box-shadow: none;
  border-color: #b0bec5;
}
#noteModal .note-modal-help {
  font-size: 11px;
  color: #98a6ad;
  margin-top: 6px;
}

.dev-table-count {
  font-size: 14px;
  font-weight: 600;
  color: #98a6ad;
  margin-left: 8px;
  text-transform: none;
  letter-spacing: 0;
}

.dev-chart-container {
  min-height: 400px;
}
.dev-chart-container .dev-chart-icon {
  font-size: 48px;
}

.promo-hint {
  font-size: 13px;
}

.promo-label {
  font-size: 12px;
}

.sync-status-text {
  font-size: 13px;
}

.report-title {
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.5px;
  margin-bottom: 1.2rem;
  margin-top: 35px;
}

.report-subtitle {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  color: #6b7280;
  margin-top: 4px;
}

.sync-pulse-ring {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.sync-pulse-ring div {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 3px solid #0040ff;
  opacity: 1;
  animation: sync-pulse 1.8s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.sync-pulse-ring div:nth-child(2) {
  animation-delay: -0.6s;
}
.sync-pulse-ring div:nth-child(3) {
  animation-delay: -1.2s;
}

.sync-done-row {
  background: #f9fafb;
  font-size: 13px;
}

@keyframes sync-pulse {
  0% {
    transform: scale(0.3);
    opacity: 1;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}
.sync-steps {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.sync-step {
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  background: #f3f4f6;
  color: #9ca3af;
  border: 1px solid #e5e7eb;
  transition: all 0.4s ease;
}
.sync-step.active {
  background: #0040ff;
  color: #fff;
  border-color: #0040ff;
  box-shadow: 0 0 12px rgba(0, 64, 255, 0.4);
  transform: scale(1.05);
}
.sync-step.done {
  background: #dcfce7;
  color: #16a34a;
  border-color: #16a34a;
}
.sync-step.error {
  background: #fee2e2;
  color: #dc2626;
  border-color: #dc2626;
}

@media (max-width: 991.98px) {
  .dev-filter-bar .filter-item {
    min-width: 80px;
  }
  .dev-table .task-name {
    max-width: 180px;
  }
}
@media (max-width: 767.98px) {
  .dev-stat-card .card-body {
    min-height: auto;
  }
  .dev-table .task-name {
    max-width: 140px;
  }
  .dev-table .date-badge {
    max-width: none;
  }
}
.quotes-page {
  --quote-accent: #C0FF37;
  --quote-accent-dark: #9ed100;
}
.quotes-page .page-title {
  font-weight: 700;
}
.quotes-page .row.g-3 {
  align-items: stretch;
}
.quotes-page .row.g-3 > .col-lg-8 {
  display: flex;
}
.quotes-page input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}
.quotes-page input[type=number]::-webkit-outer-spin-button, .quotes-page input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quotes-page:not(.quotes-overview-page) .btn-success,
.quotes-page:not(.quotes-overview-page) .btn-primary {
  border-color: #C0FF37 !important;
  background: #C0FF37 !important;
  color: #16191f !important;
  font-weight: 700;
}
.quotes-page:not(.quotes-overview-page) .btn-success:hover, .quotes-page:not(.quotes-overview-page) .btn-success:focus, .quotes-page:not(.quotes-overview-page) .btn-success:active,
.quotes-page:not(.quotes-overview-page) .btn-primary:hover,
.quotes-page:not(.quotes-overview-page) .btn-primary:focus,
.quotes-page:not(.quotes-overview-page) .btn-primary:active {
  border-color: #9ed100 !important;
  background: #9ed100 !important;
  color: #16191f !important;
}
.quotes-page:not(.quotes-overview-page) .btn-outline-primary {
  border-color: #22c55e !important;
  color: #16a34a !important;
}
.quotes-page:not(.quotes-overview-page) .btn-outline-primary:hover, .quotes-page:not(.quotes-overview-page) .btn-outline-primary:focus, .quotes-page:not(.quotes-overview-page) .btn-outline-primary:active {
  border-color: #22c55e !important;
  background: #d8f8d8 !important;
  color: #16a34a !important;
}
.quotes-page:not(.quotes-overview-page) .btn-outline-dark,
.quotes-page:not(.quotes-overview-page) .btn-outline-secondary {
  border-color: #212529 !important;
  color: #212529 !important;
  background: #fff !important;
}
.quotes-page:not(.quotes-overview-page) .btn-outline-dark:hover, .quotes-page:not(.quotes-overview-page) .btn-outline-dark:focus, .quotes-page:not(.quotes-overview-page) .btn-outline-dark:active,
.quotes-page:not(.quotes-overview-page) .btn-outline-secondary:hover,
.quotes-page:not(.quotes-overview-page) .btn-outline-secondary:focus,
.quotes-page:not(.quotes-overview-page) .btn-outline-secondary:active {
  border-color: #212529 !important;
  background: #212529 !important;
  color: #fff !important;
}
.quotes-page:not(.quotes-overview-page) .quote-top-dark-action {
  border-color: #212529 !important;
  color: #212529 !important;
}
.quotes-page:not(.quotes-overview-page) .quote-top-dark-action:hover, .quotes-page:not(.quotes-overview-page) .quote-top-dark-action:focus, .quotes-page:not(.quotes-overview-page) .quote-top-dark-action:active {
  border-color: #212529 !important;
  background: #212529 !important;
  color: #fff !important;
}
.quotes-page:not(.quotes-overview-page) .quote-status-select-top + .select2-container .select2-selection--single {
  border-color: #22c55e;
}

.quotes-overview-page .dev-filter-card,
.quotes-overview-page .quote-stat-card,
.quotes-overview-page .dev-table-card {
  border: 1px solid #eceef2;
  border-radius: 12px;
  box-shadow: none;
  background: #fff;
}
.quotes-overview-page .dev-filter-card .dev-filter-bar {
  padding: 0.85rem 1.1rem;
}
.quotes-overview-page .dev-filter-card .filter-label {
  color: #16191f;
  font-weight: 700;
}
.quotes-overview-page .dev-filter-card .form-control,
.quotes-overview-page .dev-filter-card .form-select,
.quotes-overview-page .dev-filter-card .select2-selection--single {
  border-color: #dfe3eb;
  border-radius: 999px;
}
.quotes-overview-page .quote-stat-card .card-body {
  padding: 0.9rem 1.1rem;
}
.quotes-overview-page .dev-table-card {
  overflow: visible;
}
.quotes-overview-page .dev-table-wrap {
  max-height: none;
  overflow: visible !important;
}
.quotes-overview-page .dev-table thead th {
  background: transparent !important;
  border-bottom: 1px solid #eceef2;
  color: #6b7280;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: none;
}
.quotes-overview-page .dev-table tbody td {
  border-bottom: 1px solid #f2f4f8;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}
.quotes-overview-page .dev-table tbody tr:last-child td {
  border-bottom: 0;
}
.quotes-overview-page .dev-table .quote-note-cell {
  max-width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.quotes-overview-page .dev-table .form-check-input {
  width: 1.15em;
  height: 1.15em;
  margin-top: 0;
  border: 1.5px solid #c7ccdc;
}
.quotes-overview-page .dev-table .form-check-input:checked {
  background-color: #22c55e;
  border-color: #22c55e;
}
.quotes-overview-page .dev-table .form-check-input:focus {
  border-color: #22c55e;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.15);
}
.quotes-overview-page .quote-actions .qa-btn {
  border-radius: 8px;
}
.quotes-overview-page .quote-stat-blue,
.quotes-overview-page .quote-status-pill.status-blue {
  color: #8b5cf6 !important;
}
.quotes-overview-page .quote-status-pill.status-blue {
  background: #f1e8ff;
}
.quotes-overview-page .dev-reset-btn--primary {
  background: #C0FF37 !important;
  border-color: #C0FF37 !important;
  color: #16191f !important;
}
.quotes-overview-page .dev-reset-btn--primary:hover, .quotes-overview-page .dev-reset-btn--primary:focus {
  background: #9ed100 !important;
  border-color: #9ed100 !important;
}
.quotes-overview-page .dev-reset-btn:not(.dev-reset-btn--primary) {
  color: #16a34a !important;
  border-color: #22c55e !important;
}
.quotes-overview-page .dev-reset-btn:not(.dev-reset-btn--primary):hover, .quotes-overview-page .dev-reset-btn:not(.dev-reset-btn--primary):focus {
  color: #16a34a !important;
  border-color: #22c55e !important;
  background: #d8f8d8 !important;
}
.quotes-overview-page .quote-folder-tile.active {
  border-color: #22c55e !important;
  background: #f1fff1 !important;
  box-shadow: inset 0 0 0 1px #22c55e !important;
}
.quotes-overview-page .quote-folder-tile.active .tile-icon,
.quotes-overview-page .quote-folder-tile.active .tile-name {
  color: #16a34a !important;
}
.quotes-overview-page .quote-action-menu-wrap {
  position: relative;
  display: inline-flex;
}
.quotes-overview-page .quote-action-open {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #22c55e;
  border-radius: 50%;
  color: #16a34a;
  background: #fff;
  cursor: pointer;
}
.quotes-overview-page .quote-action-open:hover, .quotes-overview-page .quote-action-open:focus {
  background: #d8f8d8;
  outline: none;
}
.quotes-overview-page .quote-action-menu {
  position: absolute;
  z-index: 20;
  right: 0;
  top: calc(100% + 6px);
  display: flex;
  flex-direction: column;
  min-width: 220px;
  padding: 0.4rem 0.45rem;
  border: 1px solid #eceef2;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(22, 25, 31, 0.14);
}
.quotes-overview-page .quote-action-item {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 40px;
  padding: 0.55rem 0.65rem;
  border: 0;
  border-radius: 7px;
  color: #000 !important;
  background: transparent;
  font-size: 0.9rem;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}
.quotes-overview-page .quote-action-item:hover, .quotes-overview-page .quote-action-item:focus {
  color: #000 !important;
  background: #f1f3f7;
}
.quotes-overview-page .quote-action-item i {
  width: 1rem;
  color: #16a34a;
}

.quotes-page .quote-stat-card {
  border: none;
  border-radius: 6px;
  box-shadow: 0 0 35px rgba(154, 161, 171, 0.15);
  transition: box-shadow 0.2s;
}
.quotes-page .quote-stat-card:hover {
  box-shadow: 0 0 35px rgba(154, 161, 171, 0.28);
}
.quotes-page .quote-stat-card .card-body {
  min-height: 200px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-items: center;
  text-align: center;
}

.quotes-page .quote-stat-header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 16px;
}

.quotes-page .quote-stat-label {
  font-size: 16px;
  font-weight: 600;
  color: #343a40;
  line-height: 1.35;
}

.quotes-page .quote-stat-value {
  width: 100%;
  align-self: center;
  margin-bottom: 0;
  padding-bottom: 14px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.quotes-page .quote-stat-value.quote-stat-orange {
  color: #f39c12;
}
.quotes-page .quote-stat-value.quote-stat-red {
  color: #ff1e1e;
}
.quotes-page .quote-stat-value.quote-stat-green {
  color: #1abc9c;
}
.quotes-page .quote-stat-value.quote-stat-blue {
  color: #8b5cf6;
}

.quotes-page .quote-stat-count,
.quotes-page .quote-stat-separator,
.quotes-page .quote-stat-money {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.quotes-page .quote-stat-separator {
  margin: 0 2px;
}

.quotes-page .quote-stat-desc {
  width: 100%;
  margin-bottom: 0;
  padding-top: 10px;
  border-top: 1px solid #eef2f7;
  color: #98a6ad;
  font-size: 11px;
  line-height: 1.4;
}

.quotes-page.quote-brand-ydconnect {
  --quote-accent: #29469B;
  --quote-accent-dark: #20377C;
}

.quote-filter-reset {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  border: 1px solid #e2e5ea;
  background: #f8f9fb;
  color: #6c757d;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  padding: 4px 10px 4px 8px;
  border-radius: 999px;
  transition: background-color 0.12s ease, border-color 0.12s ease, color 0.12s ease;
}
.quote-filter-reset i {
  font-size: 13px;
}
.quote-filter-reset:hover {
  background: #fdecec;
  border-color: #f3b9b9;
  color: #d9364a;
}

.quote-card {
  border: 1px solid #eceef1;
  border-radius: 14px;
  overflow: hidden;
}
.quote-card .header-title {
  font-size: 15px;
  font-weight: 700;
}

.quotes-page .form-control,
.quotes-page .form-select {
  border-radius: 8px;
}
.quotes-page .btn {
  border-radius: 8px;
}
.quotes-page .badge {
  border-radius: 6px;
}

.sortable-ghost {
  opacity: 0.45;
}

.sortable-chosen {
  background: #f3f8d6 !important;
}

.section-drag:hover,
.item-drag:hover,
.drag-handle:hover {
  color: var(--quote-accent-dark) !important;
}

.quote-code {
  font-family: "SFMono-Regular", Consolas, monospace;
  font-weight: 600;
}

.quote-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.quote-stats .qstat {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border: 1px solid #e7eaee;
  border-radius: 10px;
  background: #fff;
  font-size: 13px;
  color: #444;
}
.quote-stats .qstat strong {
  color: #1a1a1a;
}
.quote-stats .qstat .qstat-ico {
  font-size: 14px;
}

.quote-sortable {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
}
.quote-sortable:hover {
  color: #2f6fed;
}
.quote-sortable .mdi {
  font-size: 14px;
  vertical-align: -1px;
}

.quote-section {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  overflow: hidden;
}
.quote-section > .quote-section-head {
  background: #f8f9fa;
  border-bottom: 1px solid #e5e7eb;
}
.quote-section input.form-control-sm {
  border-color: #e2e5ea;
}

.quote-total-box {
  background: var(--quote-accent);
  border-radius: 6px;
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.quote-total-box .lbl {
  font-weight: 800;
}
.quote-total-box .amt {
  font-weight: 800;
  font-size: 18px;
}

.btn-quote {
  background: var(--quote-accent);
  border-color: var(--quote-accent);
  color: #1a1a1a;
  font-weight: 600;
}
.btn-quote:hover {
  background: var(--quote-accent-dark);
  border-color: var(--quote-accent-dark);
  color: #000;
}

.quote-tag {
  font-size: 11px;
  background: #eef1f4;
  color: #333;
  border-radius: 4px;
  padding: 2px 8px;
}

[x-cloak] {
  display: none !important;
}

.ares-card {
  border-color: var(--quote-accent-dark);
  background: #fcffee;
}
.ares-card .ares-result {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  border-top: 1px solid #e7eaee;
}

.next-steps li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
  color: #555;
  line-height: 1.5;
}
.next-steps .step-dot {
  position: absolute;
  left: 0;
  top: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--quote-accent-dark);
}

.quote-folder-tiles .quote-folder-tile {
  position: relative;
  display: block;
  min-width: 150px;
  padding: 14px 16px;
  border: 1px solid #e7eaee;
  border-radius: 12px;
  background: #fff;
  text-decoration: none;
  color: #1a1a1a;
  transition: border-color 0.12s ease, box-shadow 0.12s ease, background 0.12s ease;
  text-align: left;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.quote-folder-tiles .quote-folder-tile:focus-visible {
  outline: 2px solid var(--quote-accent-dark);
  outline-offset: 2px;
}
.quote-folder-tiles .quote-folder-tile:hover {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
}
.quote-folder-tiles .quote-folder-tile.active {
  border-color: var(--quote-accent-dark);
  background: #fbffe6;
  box-shadow: inset 0 0 0 1px var(--quote-accent-dark);
}
.quote-folder-tiles .quote-folder-tile .tile-icon {
  font-size: 18px;
  color: #6b7280;
  margin-bottom: 4px;
}
.quote-folder-tiles .quote-folder-tile .tile-name {
  font-weight: 700;
  font-size: 14px;
}
.quote-folder-tiles .quote-folder-tile .tile-count {
  font-size: 11px;
  color: #9ca3af;
}
.quote-folder-tiles .quote-folder-tile .tile-actions {
  position: absolute;
  top: 6px;
  right: 6px;
  display: flex;
  gap: 2px;
  opacity: 0;
  transition: opacity 0.12s;
}
.quote-folder-tiles .quote-folder-tile:hover .tile-actions {
  opacity: 1;
}
.quote-folder-tiles .quote-folder-tile .tile-act {
  border: 0;
  background: transparent;
  padding: 2px 4px;
  color: #9ca3af;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
}
.quote-folder-tiles .quote-folder-tile .tile-act:hover {
  color: #374151;
}
.quote-folder-tiles .quote-folder-tile .tile-act.text-danger:hover {
  color: #dc3545 !important;
}
.quote-folder-tiles .tile-new {
  border-style: dashed;
  color: #6b7280;
}
.quote-folder-tiles .tile-new .tile-icon {
  color: #9ca3af;
}

.template-pick {
  cursor: pointer;
  transition: border-color 0.12s ease, box-shadow 0.12s ease, transform 0.1s ease;
}
.template-pick:hover {
  border-color: var(--quote-accent-dark);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.template-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: var(--quote-accent);
  color: #1a1a1a;
  font-weight: 800;
  font-size: 18px;
  margin: 0 auto;
}
.template-badge.template-badge-sm {
  width: 34px;
  height: 34px;
  font-size: 14px;
  border-radius: 9px;
}

.quote-doc {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e7eaee;
  border-radius: 12px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
  padding: 34px 38px 34px 62px;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  color: #1a1a1a;
}
.quote-doc .doc-head,
.quote-doc .doc-zone,
.quote-doc .doc-summary-wrap {
  position: relative;
}
.quote-doc .doc-zone-label {
  position: absolute;
  left: -46px;
  top: 0;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 700;
  color: black;
  text-transform: uppercase;
  white-space: nowrap;
}
.quote-doc .doc-h {
  font-weight: 800;
  font-size: 13px;
  margin-bottom: 2px;
}
.quote-doc .doc-muted {
  color: #555;
  line-height: 1.5;
}
.quote-doc .doc-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.quote-doc .doc-supplier {
  width: 52%;
}
.quote-doc .doc-meta {
  width: 44%;
  position: relative;
}
.quote-doc .doc-logo {
  margin-top: 25px;
  max-width: 150px;
  width: 100%;
}
.quote-doc .doc-logo-group {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
}
.quote-doc .doc-logo-yashica {
  width: 114px;
  height: auto;
}
.quote-doc .doc-logo-connect {
  width: 125px;
  height: auto;
}
.quote-doc .logo-divider {
  height: 38px;
  border-left: 2px solid #e5e7eb;
}
.quote-doc .doc-rect-img {
  width: 52px;
  height: 52px;
  display: block;
  margin-left: auto;
  margin-bottom: 10px;
}
.quote-doc .doc-title {
  text-align: right;
  font-weight: 800;
  font-size: 17px;
  letter-spacing: 0.5px;
}
.quote-doc .doc-code {
  text-align: right;
  color: #555;
  margin-bottom: 6px;
  font-weight: 800;
}
.quote-doc .doc-section {
  margin-top: 22px;
}
.quote-doc .doc-section-head {
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 2px solid var(--quote-accent);
  padding-bottom: 4px;
  margin-bottom: 2px;
}
.quote-doc .doc-section-title {
  border: 0;
  background: transparent;
  font-weight: 800;
  font-size: 15px;
  flex: 1;
  padding: 2px 4px;
  border-radius: 4px;
  transition: background-color 0.12s ease;
}
.quote-doc .doc-section-title:focus {
  outline: none;
  background: #f3f8d6;
}
.quote-doc .doc-col-label {
  font-size: 11px;
  color: #888;
  font-weight: 600;
  padding-left: 0;
}
.quote-doc .doc-col-label::-moz-placeholder {
  color: #b5bac1;
}
.quote-doc .doc-col-label::placeholder {
  color: #b5bac1;
}
.quote-doc .doc-check {
  font-size: 11px;
  color: #888;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
}
.quote-doc .doc-section-count {
  font-size: 11px;
  color: #9aa1a8;
  white-space: nowrap;
  flex: 0 0 auto;
}
.quote-doc table.doc-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 4px;
}
.quote-doc table.doc-table thead th {
  font-size: 11px;
  color: black;
  font-weight: 600;
  padding: 4px;
  text-align: left;
  border-bottom: 1px solid #eee;
}
.quote-doc table.doc-table thead th.doc-th {
  font-weight: 700;
  color: black;
  font-size: 12px;
}
.quote-doc table.doc-table tbody td {
  padding: 3px 4px;
  border-bottom: 1px solid #f4f4f4;
  vertical-align: middle;
}
.quote-doc table.doc-table tfoot td {
  padding: 6px 4px;
}
.quote-doc table.doc-table .doc-sec-total {
  font-weight: 800;
  border-top: 1px solid #ddd;
}
.quote-share-wrap .quote-doc table.doc-table {
  table-layout: fixed;
}
.quote-share-wrap .quote-doc table.doc-table thead th:not(:first-child) {
  text-align: right;
  padding-left: 21px;
  white-space: nowrap;
}
.quote-share-wrap .quote-doc table.doc-table tbody td:not(:first-child) {
  text-align: right;
  padding-left: 21px;
}
.quote-doc .doc-input {
  width: 100%;
  border: 1px solid #e7e9ec;
  background: #fafbfc;
  padding: 2px 4px;
  border-radius: 4px;
  font-size: 13px;
  color: #1a1a1a;
  transition: background-color 0.12s ease, border-color 0.12s ease;
}
.quote-doc .doc-input:hover {
  border-color: #d6dae0;
  background: #f4f6f8;
}
.quote-doc .doc-input:focus {
  outline: none;
  border-color: var(--quote-accent-dark);
  background: #fcffee;
}
.quote-doc .doc-input::-moz-placeholder {
  color: #b5bac1;
}
.quote-doc .doc-input::placeholder {
  color: #b5bac1;
}
.quote-doc .doc-input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}
.quote-doc .doc-input[type=number]::-webkit-outer-spin-button, .quote-doc .doc-input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quote-doc .doc-input-sub {
  font-size: 11px;
  color: #888;
}
.quote-doc .fw-medium {
  font-weight: 600;
}
.quote-doc .doc-qty {
  display: flex;
  gap: 4px;
  align-items: center;
}
.quote-doc .doc-qty .doc-input {
  flex: 1;
}
.quote-doc .doc-unit {
  width: 42px;
  flex: 0 0 auto;
}
.quote-doc .doc-qty > .text-muted {
  flex: 0 0 auto;
  white-space: nowrap;
}
.quote-doc .doc-x {
  border: 0;
  background: transparent;
  color: #cbd0d6;
  font-size: 12px;
  cursor: pointer;
  padding: 2px 4px;
}
.quote-doc .doc-x:hover {
  color: #dc3545;
}
.quote-doc .item-drag {
  color: #d5d9de;
}
.quote-doc .item-drag:hover {
  color: var(--quote-accent-dark);
}
.quote-doc .section-drag {
  color: #b8bdc4;
}
.quote-doc .section-drag:hover {
  color: var(--quote-accent-dark);
}
.quote-doc .doc-add-btn {
  border: 1px dashed #cfd4da;
  background: #fff;
  color: #555;
  font-size: 12px;
  padding: 2px 10px;
  border-radius: 6px;
  cursor: pointer;
}
.quote-doc .doc-add-btn:hover {
  border-color: var(--quote-accent-dark);
  color: #1a1a1a;
}
.quote-doc .doc-tpl-select {
  font-size: 12px;
  border: 1px solid #e2e5ea;
  border-radius: 6px;
  padding: 2px 6px;
  margin-left: 6px;
  width: 340px;
}
.quote-doc .doc-tpl-select + .select2-container {
  width: 340px !important;
}
.quote-doc .doc-tpl-source {
  font-size: 11px;
  color: #555;
  border: 1px solid #e2e5ea;
  border-radius: 6px;
  padding: 2px 6px;
  margin-left: 6px;
}
.quote-doc .doc-add-section {
  width: 100%;
  margin-top: 16px;
  border: 1px dashed #cfd4da;
  background: #fafbfc;
  color: #666;
  padding: 8px;
  border-radius: 8px;
  font-size: 13px;
  cursor: pointer;
}
.quote-doc .doc-add-section:hover {
  border-color: var(--quote-accent-dark);
  color: #1a1a1a;
  background: #fcffee;
}
.quote-doc .doc-total-row td {
  border-top: 1px solid #ddd;
  padding-top: 6px;
}
.quote-doc .doc-add-row td {
  padding-top: 6px;
  padding-bottom: 2px;
}
.quote-doc .doc-summary-wrap {
  margin-top: 30px;
}
.quote-doc .doc-summary {
  width: 60%;
  margin-left: auto;
}
.quote-doc .doc-summary-actions {
  width: 60%;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 8px;
}
.quote-doc .doc-summary-toggle {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 1px dashed #cfd4da;
  background: #fff;
  color: #555;
  font-size: 12px;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 6px;
  cursor: pointer;
}
.quote-doc .doc-summary-toggle:hover {
  border-color: var(--quote-accent-dark);
  color: #1a1a1a;
}
.quote-doc .doc-summary-hidden-note {
  width: 60%;
  margin-left: auto;
  font-size: 12px;
  color: #9a9a9a;
  font-style: italic;
  padding: 10px 0;
}
.quote-doc table.doc-calc {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.quote-doc table.doc-calc th {
  font-size: 12px;
  font-weight: 700;
  padding: 6px 8px;
  border-bottom: 1px solid #98A6AD;
}
.quote-doc table.doc-calc th.doc-calc-hi,
.quote-doc table.doc-calc td.doc-calc-hi {
  background: #e6e6e6;
}
.quote-doc table.doc-calc td {
  padding: 6px 8px;
}
.quote-doc .doc-total-box {
  background: var(--quote-accent);
  border-radius: 0;
  color: #1a1a1a;
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.quote-doc .doc-total-box .small {
  font-weight: 400;
  font-size: 11px;
  color: #3a3a3a;
}
.quote-doc .doc-total-box .doc-total-amt {
  font-weight: 700;
  font-size: 18px;
}
.quote-doc .doc-comment {
  margin-top: auto;
  clear: both;
  padding-top: 26px;
}
.quote-doc .doc-foot {
  margin-top: 24px;
  padding-top: 8px;
  border-top: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: #9aa0a6;
  font-size: 10px;
}

.quotes-page.quote-brand-ydconnect .quote-doc .doc-total-box,
.quote-share-wrap.quote-brand-ydconnect .quote-doc .doc-total-box {
  color: #fff;
}
.quotes-page.quote-brand-ydconnect .quote-doc .doc-total-box .small,
.quote-share-wrap.quote-brand-ydconnect .quote-doc .doc-total-box .small {
  color: #fff;
}

.quote-filter .quote-search {
  position: relative;
}
.quote-filter .quote-search > i {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #9aa0a6;
  font-size: 15px;
  pointer-events: none;
}
.quote-filter .quote-search .form-control {
  padding-left: 30px;
  padding-right: 28px;
}
.quote-filter .quote-search .quote-search-clear {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  padding: 2px 4px;
  line-height: 1;
  color: #9aa0a6;
  cursor: pointer;
}
.quote-filter .quote-search .quote-search-clear:hover {
  color: #374151;
}

.quote-tag-chip {
  display: inline-block;
  margin: 0 4px 2px 0;
  padding: 2px 8px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--tag-color, #6b7280);
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  background: color-mix(in srgb, var(--tag-color, #6b7280) 14%, #fff);
  border-color: color-mix(in srgb, var(--tag-color, #6b7280) 32%, #fff);
}
.quote-tag-chip .tag-chip-x {
  margin-left: 4px;
  color: inherit;
  opacity: 0.55;
  text-decoration: none;
}
.quote-tag-chip .tag-chip-x:hover {
  opacity: 1;
  color: #dc3545;
}

.quote-status-pill {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  vertical-align: middle;
}
.quote-status-pill.status-blue {
  background: #f1e8ff;
  color: #8b5cf6;
}
.quote-status-pill.status-orange {
  background: #fff1e0;
  color: #e8781a;
}
.quote-status-pill.status-green {
  background: #e3f8e9;
  color: #1ea951;
}
.quote-status-pill.status-red {
  background: #fde8e8;
  color: #dc3545;
}

.quote-status-select-top + .select2-container {
  width: 140px !important;
}
.quote-status-select-top + .select2-container .select2-selection--single {
  height: 31px;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.quote-status-select-top + .select2-container .select2-selection__rendered {
  font-size: 13px;
  padding-left: 10px;
  line-height: 29px;
}
.quote-status-select-top + .select2-container .select2-selection__arrow {
  height: 29px;
}

.quote-actions {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  justify-content: flex-end;
}
.quote-actions .qa-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 11px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid transparent;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}
.quote-actions .qa-btn i {
  font-size: 14px;
  line-height: 1;
}
.quote-actions .qa-btn:active {
  transform: translateY(1px);
}
.quote-actions .qa-btn-primary {
  background: #2f6fed;
  border-color: #2f6fed;
  color: #fff;
}
.quote-actions .qa-btn-primary:hover, .quote-actions .qa-btn-primary:focus {
  background: #1f56c9;
  border-color: #1f56c9;
  color: #fff;
  box-shadow: 0 3px 10px rgba(47, 111, 237, 0.32);
}
.quote-actions .qa-btn-ghost {
  background: rgba(47, 111, 237, 0.07);
  border-color: rgba(47, 111, 237, 0.22);
  color: #2f6fed;
}
.quote-actions .qa-btn-ghost:hover, .quote-actions .qa-btn-ghost:focus {
  background: #2f6fed;
  border-color: #2f6fed;
  color: #fff;
  box-shadow: 0 3px 10px rgba(47, 111, 237, 0.28);
}

.quote-tag-editor .tag-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 9px 0;
  border-bottom: 1px solid #f1f3f5;
}
.quote-tag-editor .tag-row:last-child {
  border-bottom: 0;
}
.quote-tag-editor .tag-swatches {
  display: flex;
  gap: 4px;
  flex: 0 0 auto;
  padding: 3px;
  background: #f8f9fa;
  border-radius: 8px;
}
.quote-tag-editor .tag-swatch {
  width: 18px;
  height: 18px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}
.quote-tag-editor .tag-swatch:hover {
  transform: scale(1.18);
}
.quote-tag-editor .tag-swatch.is-active {
  box-shadow: 0 0 0 2px #fff, 0 0 0 3.5px currentColor;
}
.quote-tag-editor .tag-swatch.is-active::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}
.quote-tag-editor .tag-swatch-custom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12);
}
.quote-tag-editor .tag-swatch-custom i {
  font-size: 10px;
  color: #fff;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
.quote-tag-editor .tag-swatch-custom.is-active::after {
  display: none;
}
.quote-tag-editor .tag-swatch-custom input[type=color] {
  position: absolute;
  inset: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  cursor: pointer;
}
.quote-tag-editor .tag-name {
  flex: 1 1 auto;
  min-width: 120px;
}
.quote-tag-editor .tag-preview {
  flex: 0 0 auto;
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 2px 8px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--tag-color, #6b7280);
  background: color-mix(in srgb, var(--tag-color, #6b7280) 14%, #fff);
  border: 1px solid color-mix(in srgb, var(--tag-color, #6b7280) 30%, #fff);
}
.quote-tag-editor .tag-usage {
  flex: 0 0 auto;
  min-width: 74px;
  text-align: right;
  font-size: 11px;
  color: #9aa0a6;
}

@media (max-width: 767.98px) {
  .quote-tag-editor .tag-row {
    flex-wrap: wrap;
  }
}
.quote-bulkbar-wrap {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 24px;
  z-index: 1050;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.quote-bulkbar {
  pointer-events: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: #fff;
  border: 1px solid #e7eaee;
  border-radius: 14px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.16);
}

.bulkbar-anim {
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.bulkbar-hidden {
  opacity: 0;
  transform: translateY(12px);
}

.bulkbar-shown {
  opacity: 1;
  transform: translateY(0);
}

.quotes-page .select2-container--default .select2-selection--single .select2-selection__rendered {
  width: auto !important;
}

.quote-share-body {
  background: #f4f5f7;
  min-height: 100vh;
}

.quote-share-bar {
  position: sticky;
  top: 0;
  z-index: 10;
  background: #fff;
  border-bottom: 1px solid #e7eaee;
}

.quote-share-bar-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.quote-share-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #6b7280;
}

.quote-share-bar .btn-primary {
  border-color: #C0FF37 !important;
  background: #C0FF37 !important;
  color: #16191f !important;
  font-weight: 700;
}
.quote-share-bar .btn-primary:hover, .quote-share-bar .btn-primary:focus, .quote-share-bar .btn-primary:active {
  border-color: #9ed100 !important;
  background: #9ed100 !important;
  color: #16191f !important;
}
.quote-share-bar .btn-outline-primary {
  border-color: #212529 !important;
  color: #212529 !important;
}
.quote-share-bar .btn-outline-primary:hover, .quote-share-bar .btn-outline-primary:focus, .quote-share-bar .btn-outline-primary:active {
  border-color: #212529 !important;
  background: #212529 !important;
  color: #fff !important;
}

.quote-share-wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 24px 16px 48px;
}
.quote-share-wrap .quote-doc {
  padding: 34px 38px 34px 62px;
}

@media (max-width: 767.98px) {
  .quote-share-wrap .quote-doc {
    padding: 24px 20px 24px 46px;
  }
}
.quotes-page .btn-primary,
.quotes-page .btn-success {
  --ct-btn-color: #fff;
  --ct-btn-bg: #2f6fed;
  --ct-btn-border-color: #2f6fed;
  --ct-btn-hover-color: #fff;
  --ct-btn-hover-bg: #1f56c9;
  --ct-btn-hover-border-color: #1f56c9;
  --ct-btn-active-color: #fff;
  --ct-btn-active-bg: #1f56c9;
  --ct-btn-active-border-color: #1f56c9;
  --ct-btn-disabled-color: #fff;
  --ct-btn-disabled-bg: #2f6fed;
  --ct-btn-disabled-border-color: #2f6fed;
  background-color: #2f6fed;
  border-color: #2f6fed;
  color: #fff;
}
.quotes-page .btn-primary:hover, .quotes-page .btn-primary:focus, .quotes-page .btn-primary:active,
.quotes-page .btn-success:hover,
.quotes-page .btn-success:focus,
.quotes-page .btn-success:active {
  background-color: #1f56c9;
  border-color: #1f56c9;
  color: #fff;
}
.quotes-page .btn-outline-primary,
.quotes-page .btn-outline-dark,
.quotes-page .btn-outline-secondary,
.quotes-page .btn-outline-success {
  --ct-btn-color: #2f6fed;
  --ct-btn-border-color: #2f6fed;
  --ct-btn-hover-color: #fff;
  --ct-btn-hover-bg: #2f6fed;
  --ct-btn-hover-border-color: #2f6fed;
  --ct-btn-active-color: #fff;
  --ct-btn-active-bg: #2f6fed;
  --ct-btn-active-border-color: #2f6fed;
  color: #2f6fed;
  border-color: #2f6fed;
}
.quotes-page .btn-outline-primary:hover, .quotes-page .btn-outline-primary:focus, .quotes-page .btn-outline-primary:active,
.quotes-page .btn-outline-dark:hover,
.quotes-page .btn-outline-dark:focus,
.quotes-page .btn-outline-dark:active,
.quotes-page .btn-outline-secondary:hover,
.quotes-page .btn-outline-secondary:focus,
.quotes-page .btn-outline-secondary:active,
.quotes-page .btn-outline-success:hover,
.quotes-page .btn-outline-success:focus,
.quotes-page .btn-outline-success:active {
  background-color: #2f6fed;
  border-color: #2f6fed;
  color: #fff;
}
.quotes-page .btn-dark {
  --ct-btn-color: #fff;
  --ct-btn-bg: #2f6fed;
  --ct-btn-border-color: #2f6fed;
  --ct-btn-hover-color: #fff;
  --ct-btn-hover-bg: #1f56c9;
  --ct-btn-hover-border-color: #1f56c9;
  --ct-btn-active-color: #fff;
  --ct-btn-active-bg: #1f56c9;
  --ct-btn-active-border-color: #1f56c9;
  background-color: #2f6fed;
  border-color: #2f6fed;
  color: #fff;
}
.quotes-page .btn-dark:hover, .quotes-page .btn-dark:focus, .quotes-page .btn-dark:active {
  background-color: #1f56c9;
  border-color: #1f56c9;
  color: #fff;
}
.quotes-page a:not(.btn):not(.qa-btn):not(.dev-reset-btn):not(.dropdown-item):not(.quote-folder-tile):not(.text-muted) {
  color: #2f6fed;
}
.quotes-page a:not(.btn):not(.qa-btn):not(.dev-reset-btn):not(.dropdown-item):not(.quote-folder-tile):not(.text-muted):hover, .quotes-page a:not(.btn):not(.qa-btn):not(.dev-reset-btn):not(.dropdown-item):not(.quote-folder-tile):not(.text-muted):focus {
  color: #1f56c9;
  text-decoration: underline;
}
.quotes-page .btn-sm {
  padding: 7px 16px;
  font-size: 13px;
  border-radius: 10px;
}
.quotes-page .dev-reset-btn {
  height: 36px;
  padding: 0 16px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  color: #2f6fed;
  border-color: #2f6fed;
}
.quotes-page .dev-reset-btn:hover {
  background: #e9f0ff;
  border-color: #2f6fed;
  color: #1f56c9;
}
.quotes-page .dev-reset-btn.dev-reset-btn--primary {
  background: #2f6fed;
  border-color: #2f6fed;
  color: #fff;
}
.quotes-page .dev-reset-btn.dev-reset-btn--primary:hover {
  background: #1f56c9;
  border-color: #1f56c9;
  color: #fff;
}
.quotes-page .qa-btn {
  padding: 6px 13px;
  border-radius: 10px;
  font-size: 12.5px;
}
.quotes-page .quote-folder-tiles .quote-folder-tile:focus-visible {
  outline-color: #2f6fed;
}
.quotes-page .quote-folder-tiles .quote-folder-tile.active {
  border-color: #C0FF37;
  background: #f1fff1 !important;
  box-shadow: inset 0 0 0 1px #22c55e;
}
.quotes-page .quote-folder-tiles .quote-folder-tile.active .tile-icon,
.quotes-page .quote-folder-tiles .quote-folder-tile.active .tile-name {
  color: #16a34a !important;
}

.clients-page {
  color: #16191f;
}
.clients-page > .row:first-child {
  margin-right: 0;
  margin-left: 0;
  padding: 0.85rem 1.1rem;
  border: 1px solid #eceef2;
  border-radius: 12px;
  background: #fff;
}
.clients-page .page-title {
  color: #16191f;
  font-size: 1.15rem;
  font-weight: 700;
}
.clients-page .page-title.page-title {
  color: #16191f !important;
}
.clients-page .client-back-link {
  display: block;
  margin-bottom: 0.15rem;
}
.clients-page > .row:first-child .page-title {
  display: block !important;
  margin-top: 0.5rem !important;
}
.clients-page .quote-card {
  border: 1px solid #eceef2;
  border-radius: 12px;
  box-shadow: none;
  overflow: hidden;
}
.clients-page .quote-card .card-body {
  padding: 1.1rem;
}
.clients-page .header-title {
  color: #16191f;
  font-size: 0.95rem;
  font-weight: 700;
}
.clients-page .form-label {
  color: #16191f !important;
  font-size: 0.82rem;
  font-weight: 600;
}
.clients-page .form-control,
.clients-page .form-select {
  border-color: #dfe3eb;
  border-radius: 8px;
}
.clients-page .form-control:focus,
.clients-page .form-select:focus {
  border-color: #9ed100;
  box-shadow: 0 0 0 3px rgba(158, 209, 0, 0.15);
}
.clients-page .quote-folder-tile {
  border-color: #eceef2;
  border-radius: 12px;
}
.clients-page .quote-folder-tile.active {
  border-color: #22c55e;
  background: #f1fff1;
  box-shadow: inset 0 0 0 1px #22c55e;
}
.clients-page .quote-folder-tile.active .tile-icon,
.clients-page .quote-folder-tile.active .tile-name {
  color: #16a34a;
}
.clients-page .table thead th {
  background: #fafbfd;
  border-bottom: 1px solid #eceef2;
  color: #6b7280;
  font-size: 0.78rem;
  font-weight: 600;
}
.clients-page .table tbody td {
  border-color: #f0f1f4;
}
.clients-page .btn-success,
.clients-page .btn-primary {
  border-color: #C0FF37;
  background: #C0FF37;
  color: #16191f;
  font-weight: 700;
}
.clients-page .btn-success:hover, .clients-page .btn-success:focus, .clients-page .btn-success:active,
.clients-page .btn-primary:hover,
.clients-page .btn-primary:focus,
.clients-page .btn-primary:active {
  border-color: #9ed100;
  background: #9ed100;
  color: #16191f;
}
.clients-page .btn-outline-dark,
.clients-page .btn-outline-secondary,
.clients-page .btn-outline-primary {
  border-color: #212529;
  color: #212529;
}
.clients-page .btn-outline-dark:hover, .clients-page .btn-outline-dark:focus, .clients-page .btn-outline-dark:active,
.clients-page .btn-outline-secondary:hover,
.clients-page .btn-outline-secondary:focus,
.clients-page .btn-outline-secondary:active,
.clients-page .btn-outline-primary:hover,
.clients-page .btn-outline-primary:focus,
.clients-page .btn-outline-primary:active {
  border-color: #212529;
  background: #212529;
  color: #fff;
}
.clients-page .ares-card {
  background: #fafbfd;
}
.clients-page .ares-result {
  border-color: #eceef2;
  border-radius: 8px;
  background: #fff;
}
.clients-page .next-steps .step-dot {
  background: #9ed100;
}
.clients-page #clientFilter {
  height: 31px;
  border-radius: 999px;
}
.clients-page .client-list-card {
  overflow: visible;
}
.clients-page .client-list-card .table-responsive {
  overflow-x: visible;
}
.clients-page .client-list-card .table thead th {
  background: transparent;
  border-bottom: 1px solid #eceef2;
}
.clients-page .client-check,
.clients-page #clientsCheckAll {
  width: 1.15em;
  height: 1.15em;
  margin-top: 0;
  border: 1.5px solid #c7ccdc;
  cursor: pointer;
}
.clients-page .client-check:checked,
.clients-page #clientsCheckAll:checked {
  background-color: #22c55e;
  border-color: #22c55e;
}
.clients-page .client-check:focus,
.clients-page #clientsCheckAll:focus {
  border-color: #22c55e;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.15);
}
.clients-page .client-action-menu-wrap {
  position: relative;
  display: inline-flex;
}
.clients-page .client-action-open {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #22c55e;
  border-radius: 50%;
  color: #16a34a;
  background: #fff;
  cursor: pointer;
}
.clients-page .client-action-open:hover, .clients-page .client-action-open:focus {
  background: #d8f8d8;
  outline: none;
}
.clients-page .client-action-menu {
  position: absolute;
  z-index: 20;
  right: 0;
  top: calc(100% + 6px);
  display: flex;
  flex-direction: column;
  min-width: 252px;
  padding: 0.4rem 0.45rem;
  border: 1px solid #eceef2;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(22, 25, 31, 0.14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s ease;
}
.clients-page .client-action-menu-wrap.is-open .client-action-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.clients-page .client-action-item {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 40px;
  padding: 0.55rem 0.65rem;
  border-radius: 7px;
  color: #000 !important;
  font-size: 0.92rem;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}
.clients-page .client-action-item:hover, .clients-page .client-action-item:focus {
  background: #f1f3f7;
  color: #000 !important;
}
.clients-page .client-action-item i {
  width: 1rem;
  color: #16a34a;
}
.clients-page .client-action-item:last-child {
  margin-top: 0.35rem;
  padding-top: 0.75rem;
  border-top: 1px solid #eceef2;
  color: #dc3545;
}
.clients-page .client-action-item:last-child i {
  color: #dc3545;
}
.clients-page .client-action-item:last-child:hover, .clients-page .client-action-item:last-child:focus {
  color: #b02a37;
  background: #fff5f5;
}
.clients-page .client-bulkbar {
  position: sticky;
  bottom: 1rem;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 240px;
  margin: 0.75rem auto 0;
  padding: 0.7rem 1rem;
  border: 1px solid #eceef2;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(22, 25, 31, 0.12);
  font-size: 0.82rem;
}
.clients-page .client-bulkbar:not(.d-none) {
  display: flex !important;
}
.clients-page .client-bulk-clear {
  border: 0;
  background: transparent;
  color: #6b7280;
  font-size: 0.78rem;
  cursor: pointer;
}
.clients-page .client-bulk-clear:hover {
  color: #16191f;
}

.client-modal .modal-dialog {
  max-width: 600px;
}
.client-modal .modal-content {
  border: 0;
  border-radius: 14px;
  box-shadow: 0 24px 60px -20px rgba(22, 25, 31, 0.35);
}
.client-modal .modal-title {
  color: #000 !important;
  font-weight: 700;
}
.client-modal .modal-footer {
  justify-content: center;
  border-top: 0;
}

.account-pages:has(.login-hero) {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  margin: 0 !important;
  padding: 2rem 1rem;
  background: radial-gradient(60% 55% at 18% 20%, rgba(193, 255, 27, 0.06), transparent 60%), radial-gradient(70% 60% at 85% 85%, rgba(90, 110, 200, 0.12), transparent 60%), linear-gradient(160deg, #0a0d16, #1b2033);
}

.login-hero {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}

.login-card {
  width: 100%;
  max-width: 517px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 24px 60px -12px rgba(0, 0, 0, 0.5);
  padding: 3rem 3rem 2.5rem;
}

.login-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.login-logo-img {
  display: block;
  height: 72px;
  width: auto;
  margin: 0 auto;
}

.login-form .form-group + .form-group {
  margin-top: 1.75rem;
}
.login-form .form-label {
  font-size: 0.8rem;
  font-weight: 600;
  color: #16191f;
  margin-bottom: 0.4rem;
}
.login-form .form-control {
  border-radius: 10px;
  border: 1px solid #e3e6ec;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  background: #fbfbfd;
}
.login-form .form-control:focus {
  border-color: #9ed100;
  box-shadow: 0 0 0 3px rgba(193, 255, 27, 0.25);
  background: #fff;
}
.login-form .input-group-merge .form-control {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.login-form .input-group-merge .input-group-text {
  background: #fbfbfd;
  border: 1px solid #e3e6ec;
  border-left: none;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  cursor: pointer;
}
.login-form .errors {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}

.login-submit {
  display: block;
  width: 100%;
  margin-top: 1.5rem;
  padding: 0.7rem 1rem;
  border-radius: 8px;
  border: none;
  background: #C0FF37;
  color: #16191f;
  font-weight: 700;
  font-size: 0.9rem;
  transition: background-color 0.15s ease;
}
.login-submit:hover, .login-submit:focus {
  background: #9ed100;
  color: #16191f;
}

.login-forgot {
  display: block;
  text-align: center;
  margin-top: 1.1rem;
  font-size: 0.82rem;
  color: #8b94a3;
}
.login-forgot:hover {
  color: #16191f;
}

.login-powered {
  position: fixed;
  right: 1.5rem;
  bottom: 1.25rem;
  height: 20px;
  width: auto;
  opacity: 0.85;
}

.yd-dashboard-home {
  padding: 28px 0 0;
}
.yd-dashboard-home__heading {
  text-align: center;
  margin-bottom: 28px;
  padding-top: 18px;
}
.yd-dashboard-home__heading h1 {
  margin: 0;
  font-size: 2.1rem;
  line-height: 1.2;
  font-weight: 600;
  color: #16191f;
}
.yd-dashboard-home__search {
  max-width: 480px;
  margin: 0 auto 36px;
}
.yd-dashboard-home__section-title {
  text-align: center;
  font-size: 0.85rem;
  font-weight: 700;
  color: #16191f;
  margin-bottom: 20px;
}
.yd-dashboard-home__actions {
  margin-bottom: 28px;
}

.yd-dashboard-search {
  position: relative;
}
.yd-dashboard-search__input {
  width: 100%;
  border: 1px solid #e3e6ec;
  border-radius: 999px;
  padding: 0.65rem 2.75rem 0.65rem 1.25rem;
  font-size: 0.9rem;
  background: #fbfbfd;
}
.yd-dashboard-search__input:focus {
  outline: none;
  border-color: #9ed100;
  box-shadow: 0 0 0 3px rgba(193, 255, 27, 0.25);
  background: #fff;
}
.yd-dashboard-search__icon {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  color: #8b94a3;
  font-size: 1.1rem;
  pointer-events: none;
}
.yd-dashboard-search__results {
  margin-top: 10px;
  text-align: left;
}

.yd-dashboard-action-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 165px;
  height: 100%;
  padding: 24px 20px 16px;
  border: 1px solid #e3e6ec;
  border-radius: 4px;
  background: #ffffff;
  text-decoration: none;
  transition: all 0.18s ease;
}
.yd-dashboard-action-card:hover {
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(22, 25, 31, 0.08);
}
.yd-dashboard-action-card__icon {
  margin-bottom: 42px;
}
.yd-dashboard-action-card__icon img {
  width: 32px;
  height: 32px;
  display: block;
}
.yd-dashboard-action-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #16191f;
  font-size: 1.1rem;
  font-weight: 500;
}
.yd-dashboard-action-card__footer span:first-child {
  line-height: 1.35;
}
.yd-dashboard-action-card__plus {
  flex: 0 0 auto;
  color: #9ed100;
  font-size: 1.35rem;
  line-height: 1;
}

.app-menu {
  background: radial-gradient(60% 55% at 18% 20%, rgba(193, 255, 27, 0.06), transparent 60%), radial-gradient(70% 60% at 85% 85%, rgba(90, 110, 200, 0.12), transparent 60%), linear-gradient(160deg, #0a0d16, #1b2033);
  --ct-menu-item-color: rgba(255, 255, 255, 0.75);
  --ct-menu-item-hover-color: #C0FF37;
  --ct-menu-item-active-color: #C0FF37;
  --ct-menu-item-active-bg: rgba(192, 255, 55, 0.1);
  --ct-menu-icon-twotone-fill: rgba(192, 255, 55, 0.2);
  --ct-border-color: rgba(255, 255, 255, 0.08);
}
.app-menu .logo-box {
  display: flex;
  justify-content: center;
}
.app-menu .logo-box img {
  max-width: 140px;
  height: auto;
}
.app-menu .menuitem-active > .menu-link {
  color: #C0FF37 !important;
}
.app-menu .sub-menu {
  background: transparent;
  box-shadow: none;
}
.app-menu .sub-menu .menu-item .menu-link {
  color: rgba(255, 255, 255, 0.45);
}
.app-menu .sub-menu .menu-item .menu-link:hover, .app-menu .sub-menu .menu-item .menu-link:focus, .app-menu .sub-menu .menu-item .menu-link.show, .app-menu .sub-menu .menu-item .menu-link[aria-expanded=true] {
  color: #C0FF37;
}
.app-menu .sub-menu .menu-item.menuitem-active > .menu-link {
  color: #C0FF37 !important;
}

.topbar-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 157px;
  height: 30px;
  border-radius: 5px;
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.15s ease;
  border: none;
}
.topbar-btn:hover, .topbar-btn:focus {
  text-decoration: none;
  opacity: 0.88;
}
.topbar-btn.dropdown-toggle::after {
  margin-left: 6px;
}

.topbar-btn-settings {
  background: #000000;
  color: #ffffff;
}
.topbar-btn-settings:hover, .topbar-btn-settings:focus {
  color: #ffffff;
}

.topbar-btn-newcn {
  background: #C0FF37;
  color: #16191f;
}
.topbar-btn-newcn:hover, .topbar-btn-newcn:focus {
  color: #16191f;
}

.topbar-newcn-menu {
  min-width: 190px;
  border-radius: 10px;
  border: 1px solid #eceef2;
  box-shadow: 0 12px 30px -10px rgba(22, 25, 31, 0.18);
  padding: 0.4rem;
}
.topbar-newcn-menu .dropdown-item {
  border-radius: 6px;
  font-size: 0.85rem;
  padding: 0.5rem 0.75rem;
}
.topbar-newcn-menu .dropdown-item:hover, .topbar-newcn-menu .dropdown-item:focus {
  background: rgba(193, 255, 27, 0.18);
  color: #16191f;
}

.topbar-user {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 0.25rem;
  cursor: default;
}

.topbar-user-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #eceef2;
  color: #8b94a3;
  font-size: 1.2rem;
  line-height: 1;
  overflow: hidden;
}
.topbar-user-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.topbar-user-name {
  font-size: 0.85rem;
  font-weight: 600;
  color: #16191f;
}

.topbar-user-chevron {
  color: #8b94a3;
  font-size: 1rem;
}

.profile-dropdown {
  min-width: 240px;
  border-radius: 10px;
  border: 1px solid #eceef2;
  box-shadow: 0 12px 30px -10px rgba(22, 25, 31, 0.18);
  padding: 0.4rem;
}
.profile-dropdown .dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  font-size: 0.85rem;
  padding: 0.5rem 0.75rem;
}
.profile-dropdown .dropdown-item i {
  font-size: 1rem;
  color: #8b94a3;
}
.profile-dropdown .dropdown-item:hover, .profile-dropdown .dropdown-item:focus {
  background: rgba(193, 255, 27, 0.18);
  color: #16191f;
}

.profile-dropdown-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0.65rem 0.75rem;
  margin-bottom: 0.35rem;
  border-bottom: 1px solid #eceef2;
}

.profile-dropdown-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #eceef2;
  color: #8b94a3;
  font-size: 1.35rem;
  line-height: 1;
  overflow: hidden;
}
.profile-dropdown-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.profile-dropdown-meta {
  min-width: 0;
}

.profile-dropdown-name {
  font-size: 0.87rem;
  font-weight: 600;
  color: #16191f;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.profile-dropdown-email {
  font-size: 0.76rem;
  color: #8b94a3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.users-filter-card #filterSearch {
  height: 31px;
  border-radius: 999px;
}

.users-page .card {
  border: 1px solid #eceef2;
  border-radius: 12px;
  box-shadow: none;
}
.users-page .page-title {
  display: inline-flex;
  align-items: center;
  font-size: 1.15rem;
  font-weight: 700;
  color: #3b4ba8;
}
.users-page .page-title i {
  font-size: 1.35rem;
}

.users-header-card .card-body {
  padding: 0.85rem 1.1rem;
}

.users-filter-card .card-body {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.users-filter-select + .select2-container {
  min-width: 170px;
}
.users-filter-select + .select2-container .select2-selection--single {
  height: 31px;
  border: 1px solid #dee2e6 !important;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.users-filter-select + .select2-container .select2-selection__rendered {
  font-size: 13px;
  padding-left: 10px;
  line-height: 29px;
  color: #16191f;
}
.users-filter-select + .select2-container .select2-selection__arrow {
  height: 29px;
}

.users-filter-card .select2-container--open .select2-selection--single,
.users-filter-card .select2-container--focus .select2-selection--single {
  border-color: #9ed100 !important;
  box-shadow: none;
}

.users-invite-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border: none;
  border-radius: 8px;
  padding: 0.5rem 1rem;
  font-size: 0.85rem;
  font-weight: 700;
  color: #16191f;
  background: #C0FF37;
  transition: background 0.15s ease;
}
.users-invite-btn i {
  font-size: 1rem;
}
.users-invite-btn:hover, .users-invite-btn:focus {
  background: #9ed100;
  color: #16191f;
}

.users-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  background: #e9ebf5;
  overflow: hidden;
}

.users-avatar-initials {
  color: #6b74a8;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
}

.users-avatar-lg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  background: #e9ebf5;
  overflow: hidden;
}
.users-avatar-lg.users-avatar-initials {
  font-size: 2.4rem;
}

.users-table thead th {
  background: #fafbfd;
  border-bottom: 1px solid #eceef2;
  font-size: 0.78rem;
  font-weight: 600;
  color: #8b94a3;
  text-transform: none;
}
.users-table td {
  border-bottom: 1px solid #f2f4f8;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}
.users-table tbody tr:last-child td {
  border-bottom: none;
}
.users-table .form-check-input {
  width: 1.15em;
  height: 1.15em;
  margin-top: 0;
  border: 1.5px solid #c7ccdc;
  cursor: pointer;
}
.users-table .form-check-input:checked {
  background-color: #22c55e;
  border-color: #22c55e;
}
.users-table .form-check-input:focus {
  border-color: #22c55e;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.15);
}

.users-state-badge {
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.35em 0.85em;
}

.users-state-active {
  background: #d8f8d8;
  color: #1f7a35;
}

.users-state-inactive {
  background: #f1f3f7;
  color: #8b94a3;
}

.users-role-badge {
  background: #e6e8fb;
  color: #3b4ba8;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.35em 0.85em;
}

.users-role-edit {
  color: #8b94a3;
  margin-left: 4px;
  font-size: 0.95rem;
  text-decoration: none;
}
.users-role-edit:hover, .users-role-edit:focus {
  color: #16191f;
}

.users-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #8b94a3;
  font-size: 1rem;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}
.users-action:hover, .users-action:focus {
  background: #f1f3f7;
  color: #16191f;
}

.users-action-danger:hover,
.users-action-danger:focus {
  background: #fdeaea;
  color: #c0392b;
}

.users-action-open {
  border: 1px solid #d7dbf5;
  color: #3b4ba8;
}
.users-action-open:hover, .users-action-open:focus {
  background: #e6e8fb;
  color: #3b4ba8;
}

#usersBulkBar {
  background: #fafbfd;
  border-top: 1px solid #eceef2;
}

.account-page .account-card {
  border: 1px solid #eceef2;
  border-radius: 14px;
  box-shadow: 0 1px 2px rgba(22, 25, 31, 0.04);
}

.account-card-header {
  background: transparent;
  border-bottom: 1px solid #eceef2;
  padding: 1rem 1.5rem;
}
.account-card-header h5 {
  font-size: 1rem;
  font-weight: 700;
  color: #1b2559;
}

.account-card .card-body {
  padding: 1.5rem;
}

.account-identity {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.account-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  background: #dfe4fb;
  overflow: hidden;
}

.account-avatar-initials {
  color: #3b4ba8;
  font-weight: 700;
  font-size: 1.6rem;
  text-transform: uppercase;
}

.account-identity-meta {
  flex: 1 1 auto;
  min-width: 0;
}

.account-name {
  font-size: 1.35rem;
  font-weight: 700;
  color: #1b2559;
  line-height: 1.2;
}

.account-subline {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 0.25rem;
  font-size: 0.87rem;
}

.account-role {
  color: #4a5578;
  font-weight: 600;
}

.account-sep {
  color: #d4d8e6;
}

.account-email {
  color: #8b94a3;
}

.account-edit-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  border: 1px solid #d7dbf5;
  border-radius: 999px;
  padding: 0.45rem 1.1rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: #4a5578;
  background: #fff;
}
.account-edit-btn:hover, .account-edit-btn:focus {
  background: #f4f6fd;
  color: #3b4ba8;
  border-color: #c3caf0;
}

.account-divider {
  margin: 1.5rem 0;
  border-color: #eceef2;
  opacity: 1;
}

.account-fields {
  row-gap: 1.25rem;
}

.account-field-label {
  font-size: 0.82rem;
  color: #9aa2bd;
  margin-bottom: 0.2rem;
}

.account-field-value {
  font-size: 0.95rem;
  font-weight: 700;
  color: #1b2559;
  word-break: break-word;
}

.account-modal .modal-content {
  border: none;
  border-radius: 14px;
  box-shadow: 0 24px 60px -20px rgba(22, 25, 31, 0.35);
}
.account-modal .modal-header {
  align-items: flex-start;
  border-bottom: none;
  padding: 1.4rem 1.5rem 0.5rem;
}
.account-modal .modal-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1b2559;
}
.account-modal .modal-body {
  padding: 0.5rem 1.5rem 1rem;
}
.account-modal .modal-footer {
  border-top: none;
  padding: 0.5rem 1.5rem 1.4rem;
  gap: 0.5rem;
}
.account-modal .form-label {
  font-size: 0.87rem;
  font-weight: 600;
  color: #1b2559;
  margin-bottom: 0.35rem;
}
.account-modal .form-control {
  border-radius: 8px;
  border-color: #e3e7f3;
  padding: 0.6rem 0.85rem;
  font-size: 0.9rem;
}
.account-modal .form-control::-moz-placeholder {
  color: #b6bdd2;
}
.account-modal .form-control::placeholder {
  color: #b6bdd2;
}
.account-modal .form-control:focus {
  border-color: #b9c2f0;
  box-shadow: 0 0 0 3px rgba(59, 75, 168, 0.1);
}

.modal-subtitle {
  margin: 0.15rem 0 0;
  font-size: 0.83rem;
  color: #8b94a3;
}

.account-section-label {
  font-size: 0.85rem;
  font-weight: 700;
  color: #1b2559;
  margin-bottom: 0.6rem;
}

.account-label-note {
  font-weight: 400;
  color: #8b94a3;
}

.account-avatar-edit {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.5rem;
}

.account-avatar-wrap {
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
  line-height: 0;
}

.account-avatar-md {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  background: #dfe4fb;
  overflow: hidden;
}
.account-avatar-md.account-avatar-initials {
  font-size: 1.25rem;
}

.account-avatar-badge {
  position: absolute;
  right: -2px;
  bottom: -2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #3b4ba8;
  color: #fff;
  font-size: 0.8rem;
  line-height: 1;
  border: 2px solid #fff;
}

.account-avatar-hint {
  font-size: 0.83rem;
  color: #8b94a3;
  line-height: 1.4;
}

.account-btn-cancel {
  border: 1px solid #e3e7f3;
  border-radius: 8px;
  padding: 0.5rem 1.25rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: #4a5578;
  background: #fff;
}
.account-btn-cancel:hover, .account-btn-cancel:focus {
  background: #f4f6fd;
  color: #1b2559;
}

.account-btn-save {
  border: none;
  border-radius: 8px;
  padding: 0.5rem 1.4rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: #fff;
  background: #3b4ba8;
}
.account-btn-save:hover, .account-btn-save:focus {
  background: #33418f;
  color: #fff;
}

.users-modal .modal-dialog {
  max-width: 600px;
}
.users-modal .modal-header {
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  padding: 1.75rem 1.5rem 0.25rem;
}
.users-modal .modal-title {
  color: #000;
}
.users-modal .modal-subtitle {
  text-align: center;
}
.users-modal .btn-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.users-modal .modal-footer {
  justify-content: center;
}

.users-modal-btn {
  border: none;
  border-radius: 8px;
  padding: 0.55rem 1.4rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: #fff;
  background: #212529;
}
.users-modal-btn:hover, .users-modal-btn:focus {
  background: #000;
  color: #fff;
}

.users-modal .form-switch .form-check-input {
  width: 2.75em;
  height: 1.5em;
  margin-top: 0;
  cursor: pointer;
}
.users-modal .form-switch .form-check-input:checked {
  background-color: #22c55e;
  border-color: #22c55e;
}
.users-modal .form-switch .form-check-input:focus {
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.15);
}

body {
  font-family: poppins, sans-serif;
}

tbody tr[data-task-id],
.dev-future-table tbody tr[data-task-id] {
  transition: background-color 0.18s ease, box-shadow 0.18s ease;
  cursor: pointer;
}

tbody tr[data-task-id]:hover,
.dev-future-table tbody tr[data-task-id]:hover {
  background-color: rgba(239, 240, 243, 0.7215686275);
  box-shadow: inset 3px 0 0 #5b7cff;
}/*# sourceMappingURL=style.css.map */