.drw-bg {
  background: #eef2f7;
  min-height: 100vh;
}

.drw-nav {
  background: linear-gradient(90deg, #0b3c5d, #145374);
}

.card {
  border: 1px solid #d8e0ea;
  border-radius: 10px;
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.06) !important;
}

.btn {
  border-radius: 8px;
}

.drw-table {
  border: 1px solid #dbe2ea;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.drw-table .tabulator {
  width: 100% !important;
  max-width: 100%;
  border: none;
  font-size: 13px;
  background: #fff;
}

.tabulator .tabulator-header {
  background: #f8fafc;
  border-bottom: 1px solid #dbe2ea;
}

.tabulator .tabulator-header .tabulator-col {
  border-right: 1px solid #edf2f7;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content {
  padding: 6px 6px 4px 8px;
}

.tabulator .tabulator-tableholder {
  overflow-x: auto !important;
  overflow-y: auto !important;
}

.tabulator .tabulator-col-resize-handle {
  width: 10px !important;
  margin-left: -5px !important;
  margin-right: -5px !important;
  z-index: 30 !important;
}

.tabulator .tabulator-row {
  border-bottom: 1px solid #f1f5f9;
}

.tabulator .tabulator-cell.drw-bad-cell,
.tabulator .tabulator-row .tabulator-cell.drw-bad-cell {
  background: #fee2e2 !important;
}

.tabulator .tabulator-cell {
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 6px 8px;
}

.tabulator .tabulator-header .tabulator-col,
.tabulator .tabulator-row .tabulator-cell {
  box-sizing: border-box;
}

.tabulator .tabulator-placeholder {
  color: #9aa4b2;
  font-size: 13px;
}
