/* Colunas Tipo e Setor do catálogo: seletor com visual de etiqueta (badge), sem seta. */
.tipo-pill select,
.setor-pill select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: none;
    border: 0;
    border-radius: 9999px;
    width: auto;
    min-width: 0;
    padding: 0.2rem 0.6rem;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.4;
    cursor: pointer;
}

.tipo-pill select option,
.setor-pill select option {
    font-weight: 500;
}

.setor-pill select        { background-color: #f4f4f5; color: #52525b; }
.dark .setor-pill select  { background-color: #27272a; color: #a1a1aa; }

.tipo-pill-rpa select        { background-color: #fffbeb; color: #b45309; }
.tipo-pill-api select        { background-color: #eff6ff; color: #1d4ed8; }
.tipo-pill-etl select        { background-color: #ecfdf5; color: #047857; }
.tipo-pill-dashboard select  { background-color: #f5f3ff; color: #6d28d9; }
.tipo-pill-integracao select { background-color: #f0fdfa; color: #0f766e; }
.tipo-pill-outros select     { background-color: #f4f4f5; color: #52525b; }

.dark .tipo-pill-rpa select        { background-color: #2a2008; color: #fbbf24; }
.dark .tipo-pill-api select        { background-color: #12233f; color: #93c5fd; }
.dark .tipo-pill-etl select        { background-color: #05271d; color: #34d399; }
.dark .tipo-pill-dashboard select  { background-color: #241a3d; color: #c4b5fd; }
.dark .tipo-pill-integracao select { background-color: #0a2b28; color: #5eead4; }
.dark .tipo-pill-outros select     { background-color: #27272a; color: #a1a1aa; }
