/* =====================================================
   KANBAN HEADER - SISGCOE
===================================================== */

/* TOPO CARD */
.topo-card{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:10px;
}

.titulo-os{
    font-size:1rem;
    font-weight:900;
    line-height:1.1;
}

/* AÇÕES TOPO */
.acoes-topo{
    display:flex;
    align-items:center;
    gap:5px;
}

.btn-mini-historico,
.btn-ocultar-os{
    width:26px;
    height:26px;

    border:none;
    border-radius:7px;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:.75rem;
    cursor:pointer;
}

.btn-mini-historico{
    background:#2388ff;
    color:#fff;
}

.btn-ocultar-os{
    background:#ef4444;
    color:#fff;
}
