/* CRM V1.2 reusable DataTable shell — see application/views/components/v12_data_table.php */

.wepro-v12-data-table {
  min-width: 0;
}

.wepro-v12-data-table .wepro-v12-dt-viewport {
  min-width: 0;
  position: relative;
  width: 100%;
}

.wepro-v12-data-table .wepro-v12-dt-scroll-top {
  -webkit-overflow-scrolling: touch;
  height: 14px;
  margin-bottom: 4px;
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
}

.wepro-v12-data-table:not(.has-horizontal-scroll) .wepro-v12-dt-scroll-top {
  display: none;
  height: 0;
  margin-bottom: 0;
}

.wepro-v12-data-table .wepro-v12-dt-scroll-top-inner {
  height: 1px;
  min-height: 1px;
  pointer-events: none;
}

.wepro-v12-data-table.has-horizontal-scroll .wepro-v12-dt-scroll-top {
  margin-bottom: 4px;
}

.wepro-v12-data-table .wepro-v12-dt-scroll,
.wepro-v12-data-table .wepro-v12-dt-scroll-main {
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  overflow-y: visible;
  width: 100%;
}

.wepro-v12-data-table .wepro-v12-dt-scroll .wepro-v12-dt-wrap,
.wepro-v12-data-table .wepro-v12-dt-scroll .wepro-v12-dt-wrap.table-responsive {
  display: block;
  max-width: none;
  min-width: 100%;
  overflow: visible !important;
  width: max-content;
}

.wepro-v12-data-table .wepro-v12-dt-wrap {
  overflow: visible;
  position: relative;
}

.wepro-v12-data-table .wepro-v12-dt-footer {
  flex-shrink: 0;
  position: relative;
  width: 100%;
  z-index: 2;
}

.wepro-v12-data-table .wepro-v12-dt-scroll .dataTables_wrapper > .row:last-child,
.wepro-v12-data-table .wepro-v12-dt-scroll .dataTables_wrapper > .dataTables_info,
.wepro-v12-data-table .wepro-v12-dt-scroll .dataTables_wrapper > .dataTables_paginate {
  display: none !important;
}

.wepro-v12-data-table .wepro-v12-dt-loading-overlay {
  align-items: center;
  display: none;
  inset: 0;
  justify-content: center;
  pointer-events: none;
  position: absolute;
  z-index: 30;
}

.wepro-v12-data-table.is-loading .wepro-v12-dt-loading-overlay {
  display: flex;
}

.wepro-v12-data-table .wepro-v12-dt-loading-overlay .wepro-v12-dt-loading-card {
  align-items: center;
  background: #ffffff;
  border: 1px solid #e3e8e3;
  border-radius: 16px;
  box-shadow: 0 14px 34px rgba(20, 24, 21, 0.12);
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 168px;
  padding: 22px 28px 18px;
  text-align: center;
}

.wepro-v12-data-table .wepro-v12-dt-loading-spinner {
  animation: weproV12DtSpin 0.75s linear infinite;
  border: 3px solid rgba(67, 168, 63, 0.22);
  border-radius: 50%;
  border-top-color: #43a83f;
  box-sizing: border-box;
  display: block;
  flex-shrink: 0;
  height: 32px;
  width: 32px;
}

.wepro-v12-data-table .wepro-v12-dt-loading-text {
  color: #2f7d32;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.wepro-v12-data-table .dataTables_wrapper {
  max-width: none;
  min-width: 100%;
  position: relative;
  width: max-content;
}

.wepro-v12-data-table.is-loading .wepro-v12-dt-viewport,
.wepro-v12-data-table.is-loading .wepro-v12-dt-viewport .wepro-v12-dt-scroll,
.wepro-v12-data-table.is-loading .wepro-v12-dt-viewport .wepro-v12-dt-wrap,
.wepro-v12-data-table.is-loading .wepro-v12-dt-viewport .dataTables_wrapper {
  min-height: 320px;
}

.wepro-v12-data-table.is-loading .wepro-v12-dt-viewport .dataTables_wrapper {
  position: relative;
}

.wepro-v12-data-table.is-loading .wepro-v12-dt-viewport .wepro-v12-dt-scroll-top,
.wepro-v12-data-table.is-loading .wepro-v12-dt-viewport .wepro-v12-dt-scroll,
.wepro-v12-data-table.is-loading .wepro-v12-dt-viewport .wepro-v12-dt-scroll-main,
.wepro-v12-data-table.is-loading .wepro-v12-dt-viewport .wepro-v12-dt-wrap {
  pointer-events: none;
  user-select: none;
}

.wepro-v12-data-table.is-loading .table tbody tr,
.wepro-v12-data-table.is-loading .table tbody td,
.wepro-v12-data-table.is-loading .wepro-v12-dt-row-select,
.wepro-v12-data-table.is-loading .wepro-v12-dt-actions-trigger,
.wepro-v12-data-table.is-loading .job-finance-row-select,
.wepro-v12-data-table.is-loading .job-finance-actions-trigger {
  cursor: default;
}

.wepro-v12-data-table .dataTables_processing {
  display: none !important;
}

@keyframes weproV12DtSpin {
  to {
    transform: rotate(360deg);
  }
}

.wepro-v12-dt-area {
  min-width: 0;
  padding-bottom: 12px;
}

.wepro-v12-dt-controls {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 14px;
  padding: 12px 16px 0;
  width: 100%;
}

.wepro-v12-dt-controls-length {
  flex: 0 0 auto;
}

.wepro-v12-dt-controls-search {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
}

.wepro-v12-dt-controls-right {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-wrap: nowrap;
  gap: 8px;
  margin-left: auto;
}

.wepro-v12-dt-toolbar-btn {
  align-items: center;
  background: #ffffff;
  border: 1px solid #dbe4ee;
  border-radius: 999px;
  color: #1f2937;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 600;
  gap: 8px;
  justify-content: center;
  min-height: 40px;
  padding: 0 12px;
  transition: background-color .16s ease, border-color .16s ease, color .16s ease;
}

.wepro-v12-dt-toolbar-btn i {
  font-size: 15px;
  line-height: 1;
}

.wepro-v12-dt-toolbar-btn:hover,
.wepro-v12-dt-toolbar-btn:focus,
.wepro-v12-dt-toolbar-btn:active,
.wepro-v12-dt-toolbar-btn:focus-visible {
  background: #f8fafc;
  border-color: #cbd5e1;
  color: #111827;
  outline: none !important;
  box-shadow: none;
}

.wepro-v12-dt-toolbar-btn.is-active,
.wepro-v12-dt-toolbar-btn.is-active:focus,
.wepro-v12-dt-toolbar-btn.is-active:active {
  background: #edf9e9;
  border-color: #bfe6b5;
  color: #2f7d20;
  outline: none !important;
  box-shadow: none;
}

.wepro-v12-dt-column-panel-backdrop {
  background: rgba(15, 23, 42, 0.28);
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 0.24s ease, visibility 0.24s ease;
  visibility: hidden;
  z-index: 1040;
}

.wepro-v12-dt-column-panel-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.wepro-v12-dt-column-panel {
  --wepro-v12-dt-green: #43a83f;
  --wepro-v12-dt-green-dark: #2f7d32;
  background: #ffffff;
  border-left: 1px solid #e3e9f2;
  bottom: 0;
  box-shadow: -16px 0 48px rgba(15, 23, 42, 0.12);
  display: flex;
  flex-direction: column;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.24s ease, visibility 0.32s ease;
  visibility: hidden;
  width: min(360px, 100vw);
  z-index: 1045;
}

#main-wrapper.wepro-modern-nav .wepro-v12-dt-column-panel {
  top: var(--wepro-topbar-height, 76px);
}

.wepro-v12-dt-column-panel.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
  visibility: visible;
}

body.wepro-v12-dt-column-panel-open {
  overflow: hidden;
}

.wepro-v12-dt-column-panel-header {
  align-items: flex-start;
  border-bottom: 1px solid #edf1ed;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 18px 18px 14px;
}

.wepro-v12-dt-column-panel-header h3 {
  color: #111827;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.wepro-v12-dt-column-panel-close {
  align-items: center;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  color: #64748b;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.wepro-v12-dt-column-panel-close:hover,
.wepro-v12-dt-column-panel-close:focus {
  background: #f1f5f9;
  border-color: #cbd5e1;
  color: #334155;
  outline: none;
}

.wepro-v12-dt-column-panel-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding: 14px 16px 20px;
}

.wepro-v12-dt-column-list {
  display: grid;
  gap: 8px;
}

.wepro-v12-dt-column-item {
  align-items: center;
  background: #ffffff;
  border: 1px solid #e1eadf;
  border-radius: 14px;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.04);
  display: flex;
  gap: 10px;
  min-height: 46px;
  padding: 8px 10px;
  transition: border-color .16s ease, box-shadow .16s ease;
}

.wepro-v12-dt-column-item:not(.is-locked) {
  cursor: pointer;
}

.wepro-v12-dt-column-item:hover {
  border-color: #b7dcb4;
  box-shadow: 0 10px 22px rgba(67, 168, 63, 0.08);
}

.wepro-v12-dt-column-item.is-sortable {
  touch-action: none;
}

.wepro-v12-dt-column-item.is-locked {
  cursor: default;
}

.wepro-v12-dt-column-item.is-dragging {
  opacity: .55;
}

.wepro-v12-dt-column-item.is-sortable-ghost {
  background: #eefdf1;
  border: 1px dashed var(--wepro-v12-dt-green);
}

.wepro-v12-dt-column-drag {
  align-items: center;
  background: #eef7ed;
  border-radius: 10px;
  color: #7aa577;
  cursor: grab;
  display: inline-flex;
  flex: 0 0 auto;
  height: 30px;
  justify-content: center;
  width: 28px;
}

.wepro-v12-dt-column-label {
  color: #172033;
  flex: 1 1 auto;
  font-size: 13px;
  font-weight: 650;
  min-width: 0;
}

.wepro-v12-dt-column-toggle {
  align-items: center;
  background: #f1f5f9;
  border: 0;
  border-radius: 999px;
  color: transparent;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  height: 28px;
  justify-content: center;
  padding: 0;
  transition: background-color .16s ease, color .16s ease, box-shadow .16s ease;
  width: 28px;
}

.wepro-v12-dt-column-toggle.is-on {
  background: var(--wepro-v12-dt-green);
  box-shadow: 0 4px 10px rgba(67, 168, 63, 0.28);
  color: #ffffff;
}

.wepro-v12-dt-column-toggle.is-locked {
  cursor: not-allowed;
  opacity: 0.72;
}

.wepro-v12-dt-column-toggle:focus,
.wepro-v12-dt-column-toggle:active,
.wepro-v12-dt-column-toggle:focus-visible {
  outline: none !important;
}

.wepro-v12-dt-column-toggle:not(.is-on):focus,
.wepro-v12-dt-column-toggle:not(.is-on):active {
  box-shadow: none;
}

.wepro-v12-dt-column-toggle.is-on:focus,
.wepro-v12-dt-column-toggle.is-on:active {
  box-shadow: 0 4px 10px rgba(67, 168, 63, 0.28);
}

.wepro-v12-dt-column-toggle i {
  font-size: 12px;
  line-height: 1;
}

.wepro-v12-dt-search-wrap {
  align-items: center;
  background: #ffffff;
  border: 1px solid #dbe4ee;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
  display: flex;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  width: min(100%, 280px);
}

.wepro-v12-dt-search-wrap i {
  color: #2f861f;
  flex: 0 0 auto;
  font-size: 14px;
}

.wepro-v12-dt-search {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #1f2937;
  flex: 1 1 auto;
  font-size: 14px;
  min-height: 40px;
  min-width: 0;
  outline: none;
  padding: 0;
  width: 100%;
}

.wepro-v12-dt-search::placeholder {
  color: #94a3b8;
}

.wepro-v12-dt-search:focus {
  border: 0;
  box-shadow: none;
  outline: none;
}

.wepro-v12-dt-length-control {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
}

.wepro-v12-dt-length-label,
.wepro-v12-dt-length-suffix {
  color: #657265;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.wepro-v12-data-table .dataTables_filter,
.wepro-v12-data-table .dataTables_wrapper > .row:first-child {
  display: none !important;
}

.wepro-v12-data-table .dataTables_length {
  display: none !important;
}

.wepro-v12-data-table .wepro-v12-dt-footer > .row,
.wepro-v12-data-table .wepro-v12-dt-footer > .wepro-v12-dt-footer-row,
.wepro-v12-data-table .dataTables_wrapper > .row:last-child {
  align-items: center;
  background: linear-gradient(180deg, #fbfcfb 0%, #f4f7f4 100%);
  border-top: 1px solid #edf1ed;
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: space-between;
  margin: 0 !important;
  padding: 12px 16px !important;
  width: 100%;
}

.wepro-v12-data-table .wepro-v12-dt-footer > .row > [class*="col-"],
.wepro-v12-data-table .wepro-v12-dt-footer > .wepro-v12-dt-footer-row > [class*="col-"],
.wepro-v12-data-table .dataTables_wrapper > .row:last-child > [class*="col-"] {
  flex: 0 0 auto;
  max-width: none;
  padding: 0 !important;
  width: auto;
}

.wepro-v12-data-table .wepro-v12-dt-footer > .row > [class*="col-"]:last-child,
.wepro-v12-data-table .wepro-v12-dt-footer > .wepro-v12-dt-footer-row > [class*="col-"]:last-child,
.wepro-v12-data-table .dataTables_wrapper > .row:last-child > [class*="col-"]:last-child {
  display: flex;
  flex: 1 1 auto;
  justify-content: flex-end;
  min-width: 0;
}

.wepro-v12-data-table .dataTables_length,
.wepro-v12-data-table .dataTables_info,
.wepro-v12-data-table .dataTables_paginate {
  color: #657265;
  float: none;
  font-size: 13px;
  font-weight: 600;
  padding: 0;
  text-align: left;
}

.wepro-v12-data-table .dataTables_info {
  margin: 2px 0 0;
}

.wepro-v12-data-table .dataTables_paginate {
  float: none;
  margin: 0;
  text-align: right;
}

.wepro-v12-data-table .dataTables_paginate .pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: flex-end;
  margin: 0;
}

.wepro-v12-data-table .dataTables_paginate .page-item,
.wepro-v12-data-table .dataTables_paginate li.paginate_button {
  background: transparent !important;
  background-image: none !important;
  border: none !important;
  box-shadow: none !important;
  margin: 0;
  min-width: 0 !important;
  padding: 0 !important;
}

.wepro-v12-data-table .dataTables_paginate .page-item .page-link {
  background: #fff !important;
  background-image: none !important;
  border: none !important;
  border-radius: 6px !important;
  box-shadow: inset 0 0 0 1px #d3dad3 !important;
  color: #354352 !important;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 !important;
  padding: 5px 10px !important;
  transition: color .15s ease, background-color .15s ease, box-shadow .15s ease;
}

.wepro-v12-data-table .dataTables_paginate .page-item.active .page-link {
  background: rgba(67, 168, 63, 0.1) !important;
  box-shadow: inset 0 0 0 1px #43a83f !important;
  color: #2f7d32 !important;
  font-weight: 700;
}

.wepro-v12-data-table .dataTables_paginate .page-item.disabled .page-link {
  background: #f6f8f6 !important;
  box-shadow: inset 0 0 0 1px #e3e8e3 !important;
  color: #b8c0b8 !important;
  opacity: 0.85;
  pointer-events: none;
}

.wepro-v12-data-table .dataTables_paginate .page-item:not(.disabled):not(.active) .page-link:hover {
  background: rgba(67, 168, 63, 0.06) !important;
  box-shadow: inset 0 0 0 1px rgba(67, 168, 63, 0.5) !important;
  color: #2f7d32 !important;
}

.wepro-v12-data-table .dataTables_paginate .page-item.ellipsis .page-link {
  background: transparent !important;
  box-shadow: none !important;
  color: #8a958a !important;
  padding: 5px 4px !important;
}

.wepro-v12-data-table table.dataTable {
  border-collapse: collapse !important;
  margin: 0 !important;
  width: 100% !important;
}

.wepro-v12-data-table .table thead th {
  background: #f8faf8;
  border-bottom: 1px solid #e3e8e3 !important;
  color: #657265;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 13px 12px;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}

.wepro-v12-data-table table.dataTable thead > tr > th.sorting,
.wepro-v12-data-table table.dataTable thead > tr > th.sorting_asc,
.wepro-v12-data-table table.dataTable thead > tr > th.sorting_desc,
.wepro-v12-data-table table.dataTable thead > tr > th.sorting_asc_disabled,
.wepro-v12-data-table table.dataTable thead > tr > th.sorting_desc_disabled,
.wepro-v12-data-table table thead > tr > th.sorting,
.wepro-v12-data-table table thead > tr > th.sorting_asc,
.wepro-v12-data-table table thead > tr > th.sorting_desc {
  padding-right: 12px;
  white-space: nowrap;
}

.wepro-v12-data-table table.dataTable thead .sorting,
.wepro-v12-data-table table.dataTable thead .sorting_asc,
.wepro-v12-data-table table.dataTable thead .sorting_desc,
.wepro-v12-data-table table.dataTable thead .sorting_asc_disabled,
.wepro-v12-data-table table.dataTable thead .sorting_desc_disabled,
.wepro-v12-data-table table thead th.sorting,
.wepro-v12-data-table table thead th.sorting_asc,
.wepro-v12-data-table table thead th.sorting_desc {
  cursor: pointer;
}

.wepro-v12-data-table table.dataTable thead .sorting:before,
.wepro-v12-data-table table.dataTable thead .sorting:after,
.wepro-v12-data-table table.dataTable thead .sorting_asc:before,
.wepro-v12-data-table table.dataTable thead .sorting_asc:after,
.wepro-v12-data-table table.dataTable thead .sorting_desc:before,
.wepro-v12-data-table table.dataTable thead .sorting_desc:after,
.wepro-v12-data-table table.dataTable thead .sorting_asc_disabled:before,
.wepro-v12-data-table table.dataTable thead .sorting_asc_disabled:after,
.wepro-v12-data-table table.dataTable thead .sorting_desc_disabled:before,
.wepro-v12-data-table table.dataTable thead .sorting_desc_disabled:after,
.wepro-v12-data-table table thead th.sorting:before,
.wepro-v12-data-table table thead th.sorting:after,
.wepro-v12-data-table table thead th.sorting_asc:before,
.wepro-v12-data-table table thead th.sorting_asc:after,
.wepro-v12-data-table table thead th.sorting_desc:before,
.wepro-v12-data-table table thead th.sorting_desc:after {
  content: none !important;
  display: none !important;
}

.wepro-v12-data-table .wepro-v12-th-label {
  display: inline-block;
  vertical-align: middle;
}

.wepro-v12-data-table .wepro-v12-th-sort {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
  margin-left: 5px;
  vertical-align: middle;
  width: 10px;
}

.wepro-v12-data-table .wepro-v12-th-sort-up,
.wepro-v12-data-table .wepro-v12-th-sort-down {
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  opacity: 0.35;
}

.wepro-v12-data-table table thead th.sorting_asc .wepro-v12-th-sort-up,
.wepro-v12-data-table table thead th.sorting_desc .wepro-v12-th-sort-down {
  opacity: 1;
}

.wepro-v12-data-table table.dataTable td.dataTables_empty {
  border-bottom: 0;
  color: #657265;
  font-size: 13px;
  font-weight: 600;
  padding: 28px 12px;
  text-align: center;
}

.wepro-v12-dt-area.jobs-work-queue-card-body .wepro-v12-dt-controls {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

.wepro-v12-dt-area.jobs-work-queue-card-body .wepro-v12-dt-export-btn {
  order: 1;
}

.wepro-v12-dt-area.jobs-work-queue-card-body .wepro-v12-dt-columns-btn {
  order: 2;
}

.wepro-v12-dt-area.jobs-work-queue-card-body .wepro-v12-dt-controls-search {
  order: 3;
}

.wepro-v12-data-table .table tbody td {
  border-color: #edf1ed;
  color: #334033;
  font-size: 13px;
  padding: 14px 12px;
  vertical-align: middle;
}

.wepro-v12-data-table .table-striped tbody tr:nth-of-type(odd) {
  background: #fff;
}

.wepro-v12-data-table .table tbody tr:hover {
  background: #fbfcfb;
}

/* Row content patterns (server-rendered cells) */
.wepro-v12-dt-select-col,
.job-finance-select-col {
  text-align: center;
  width: 44px;
}

.wepro-v12-dt-dated-col,
.job-finance-dated-col {
  min-width: 180px;
  width: 180px;
  white-space: nowrap;
}

.wepro-v12-dt-row-select,
.job-finance-row-select {
  cursor: pointer;
  height: 18px;
  width: 18px;
}

.wepro-v12-dt-status-pill,
.job-finance-status-pill {
  border-radius: 999px;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  padding: 5px 12px;
}

.wepro-v12-dt-status-pill.is-paid,
.job-finance-status-pill.is-paid {
  background: #dcfce7;
  color: #166534;
}

.wepro-v12-dt-status-pill.is-unpaid,
.job-finance-status-pill.is-unpaid {
  background: #fee2e2;
  color: #b91c1c;
}

.wepro-v12-dt-status-pill.is-pending,
.job-finance-status-pill.is-pending {
  background: #fef3c7;
  color: #b45309;
}

.wepro-v12-dt-status-pill.is-default,
.job-finance-status-pill.is-default {
  background: #f1f5f9;
  color: #475569;
}

.wepro-v12-dt-actions-menu.wepro-v12-dt-actions-menu--floating,
.job-finance-actions-menu.wepro-v12-dt-actions-menu--floating {
  display: block;
  pointer-events: auto;
  position: fixed;
  z-index: 20500;
}

.wepro-v12-dt-actions,
.job-finance-actions {
  position: relative;
}

.wepro-v12-dt-actions-trigger,
.job-finance-actions-trigger {
  align-items: center;
  background: #ffffff;
  border: 1px solid #cfd9e8;
  border-radius: 10px;
  color: #111827;
  display: inline-flex;
  height: 36px;
  justify-content: center;
  min-width: 36px;
  padding: 0 10px;
}

.wepro-v12-dt-actions-trigger:hover,
.wepro-v12-dt-actions-trigger:focus,
.job-finance-actions-trigger:hover,
.job-finance-actions-trigger:focus {
  background: #f8fafc;
  border-color: #cfd9e8;
  box-shadow: none;
  color: #111827;
  outline: none;
}

.wepro-v12-dt-actions-menu,
.job-finance-actions-menu {
  border: 1px solid #e8edf3;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
  min-width: 220px;
  padding: 6px;
  z-index: 20500;
}

.wepro-v12-dt-action-item,
.job-finance-action-item {
  align-items: center;
  border-radius: 8px;
  color: #111827;
  display: flex;
  font-size: 13px;
  font-weight: 600;
  gap: 10px;
  padding: 8px 10px;
}

.wepro-v12-dt-action-item i,
.job-finance-action-item i {
  color: #64748b;
  width: 16px;
}

.wepro-v12-dt-action-item.is-danger,
.wepro-v12-dt-action-item.is-danger i,
.job-finance-action-item.is-danger,
.job-finance-action-item.is-danger i {
  color: #b91c1c;
}

.wepro-v12-dt-action-item:hover,
.wepro-v12-dt-action-item:focus,
.job-finance-action-item:hover,
.job-finance-action-item:focus {
  background: #f8fafc;
  color: #111827;
  text-decoration: none;
}
