.badge[data-v-5902357c] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
}
.badge-dot[data-v-5902357c] {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.badge-on[data-v-5902357c] {
  background: #dcfce7;
  color: #166534;
}
.badge-on .badge-dot[data-v-5902357c] {
    background: #22c55e;
}
.badge-off[data-v-5902357c] {
  background: #f3f4f6;
  color: #9ca3af;
}
.badge-off .badge-dot[data-v-5902357c] {
    background: #d1d5db;
}

.table-wrap[data-v-42045239] {
  width: 100%;
  overflow-x: hidden;
}
.app-table[data-v-42045239] {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 14px;
}
.app-table thead tr[data-v-42045239] {
    background: #f9fafb;
    border-bottom: 1px solid #f3f4f6;
}
.app-table thead th[data-v-42045239] {
    padding: 12px 10px;
    font-size: 12px;
    font-weight: 600;
    color: #6b7280;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-align: left;
}
.app-table thead th[data-v-42045239]:nth-child(1) {
      width: 40px;
      padding-left: 12px;
      padding-right: 4px;
}
.app-table thead th[data-v-42045239]:nth-child(2) {
      width: 26%;
}
.app-table thead th[data-v-42045239]:nth-child(3) {
      width: 24%;
}
.app-table thead th[data-v-42045239]:nth-child(4) {
      width: 16%;
}
.app-table thead th[data-v-42045239]:nth-child(5) {
      width: 18%;
}
.app-table thead th[data-v-42045239]:nth-child(6) {
      width: 96px;
      padding-right: 12px;
}
.app-table tbody tr[data-v-42045239] {
    border-bottom: 1px solid #f3f4f6;
    -webkit-transition: background 0.15s;
    transition: background 0.15s;
}
.app-table tbody tr[data-v-42045239]:not(.disabled) {
      cursor: pointer;
}
.app-table tbody tr[data-v-42045239]:not(.disabled):hover {
      background: rgba(249, 250, 251, 0.8);
}
.app-table tbody tr.selected[data-v-42045239] {
      background: #f0fdf4;
}
.app-table tbody tr.disabled[data-v-42045239] {
      opacity: 0.35;
      cursor: not-allowed;
}
.app-table tbody td[data-v-42045239] {
    padding: 12px 10px;
    vertical-align: middle;
}
.app-table tbody td[data-v-42045239]:nth-child(1) {
      padding-left: 12px;
      padding-right: 4px;
}
.app-table tbody td[data-v-42045239]:nth-child(6) {
      padding-right: 12px;
}
.c-radio[data-v-42045239] {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #d1d5db;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.c-radio.checked[data-v-42045239] {
    border-color: #22c55e;
    background: #22c55e;
}
.c-radio.checked .c-dot[data-v-42045239] {
      display: block;
}
.c-radio .c-dot[data-v-42045239] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    display: none;
}
.td-name[data-v-42045239] {
  font-weight: 600;
  color: #111827;
  line-height: 1.4;
  word-break: break-word;
  overflow-wrap: anywhere;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.td-id[data-v-42045239] {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
  color: #9ca3af;
  word-break: break-all;
  line-height: 1.4;
}
.td-muted[data-v-42045239] {
  font-size: 12px;
  color: #6b7280;
  word-break: break-word;
  line-height: 1.4;
}
.td-date[data-v-42045239] {
  white-space: normal;
}
.state-cell[data-v-42045239] {
  text-align: center;
  padding: 32px 16px !important;
  color: #9ca3af;
}
@media (max-width: 768px) {
.table-wrap[data-v-42045239] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.app-table[data-v-42045239] {
    min-width: 720px;
}
}


/*# sourceMappingURL=12.2a68f3c7.css.map*/