.tar_prazo_vencido g rect{
    fill: #FF5757 !important;
}
.tar_prazo_prorrogacao g rect{
    fill: #FF914D !important;
}
.tar_prazo2_andamento g rect{
    fill: #FACF22 !important;
}
.tar_prazo1_andamento g rect{
    fill: #03989E !important;
}
.tar_prazo_naoIniciado g rect{
    fill: #B4ACB2 !important;
}
.tar_prazo_concluida g rect{
    fill: #82B856 !important;
}
.tar_sla_critico g rect{
    fill: #A478FD !important;
}
.tar_sla_alto g rect{
    fill: #E56951 !important;
}
.tar_sla_medio g rect{
    fill: #FACF21 !important;
}
.tar_sla_baixo g rect{
    fill: #029AA0 !important;
}
.tar_preto g rect{
    color: #000000 !important;
}



.kanban:hover{
    background-color: #a13f3f !important;
    transition-duration: 0.5s;
    cursor: pointer;
}

/* width */
.colunakanba::-webkit-scrollbar  {
    width: 5px;
}

/* Track */
.colunakanba::-webkit-scrollbar-track {
    background: gray;
}

/* Handle */
.colunakanba::-webkit-scrollbar-thumb {
    background: orange;
}

.hoverActive {
    background-color: #ffffcc;
}


@media only screen and (max-width: 1400px) {
    .around-beetween-flex {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}