body { 
  font-family: 'Inter', 'League Spartan', 'Noto Sans', 'Open Sans', system-ui, sans-serif;
}
#dpCandidatesTable {
	font-size: 12px;
}
#dpCandidatesTable thead th {
    padding: 8px 30px 8px 10px;
    vertical-align: middle;
}
#dpCandidatesTable tbody td {
	padding: 6px 10px ;
}
#dpCandidatesTable tbody tr { cursor: pointer; }
#dpCandidatesTable tbody tr.selected {
	outline: 2px solid var(--accent);
	outline-offset: -2px;
	background: rgba(11,99,206,.05);
}
.dataTables_wrapper{
    max-width: 1200px;
}
.dataTables_filter{
    width: 350px;
}
.dataTables_filter label{
    display: flex;
}.dataTables_filter label input{
    flex: 1;
}
.value-url{
    overflow: hidden;
    line-break: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.label-hint{
    font-size: 11px;
    color: var(--text-muted);
}

.pattern-type-box{
  display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 2px 6px;
  padding: 8px 10px;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 8px;
  background: #fff;
  max-height: 180px;
  overflow: auto;
}

.pt-item{
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  line-height: 1;
  user-select: none;
}

.pt-item input{
  transform: translateY(1px);
}

.label-title{
  font-weight: 600;
  margin-bottom: 6px;
}

.label-hint{
  margin-top: 0px;
  font-size: 10px;
  font-style: italic;
  font-weight: 500;
  opacity: .75;
}
.patterns-disabled {
  opacity: 0.5;
  pointer-events: none; /* optional: blocks clicks on labels */
}

.icon-btn {
    height: 20px;
    width: 20px;
    display: flex;
    padding: 0px;
    align-items: center;
    justify-content: center;
    border: 1px solid #aaa;
    border-radius: 5px;
}

.icon-btn svg {
    width: 12px;
    height: 12px;
}
.btn-not-pattern{
  background-color: lightcoral;
  color: white;
}

.action-col {
    width: 10px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.speed-toggle { margin-left: 12px; font-size: 13px; user-select: none; }
.pt-shortcut { opacity: .65; font-size: .85em; margin-left: 4px; }

.speed-hotkey-help {
  margin-left: 10px;
  font-size: 12px;
  opacity: 0.65;
  line-height: 1.4;
}
.speed-hotkey-help.hidden {
  display: none;
}
.title {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 15px;
}
.logo{
  height: 50px;
  width: 50px;
}
.pt-pill{
  display:inline-block;
  padding:1px 4px;
  border:1px solid #ddd;
  border-radius:999px;
  font-size:10px;
  margin-right:2px;
  opacity:.9;
  font-family: 'Roboto Mono', monospace;
  background-color: #e9a23b ;
}
.decision-col{
  text-align: center;
}