/*  */
.progress-task{
    background-color: rgb(224, 222, 222); ;
    border-radius: 30px;
}
.progress-bar-task{
    height: 10px;
    background-color: #36B9CC;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    
}
.border-left-success {
    border-left: 0.25rem solid #1cc88a !important;
}
.border-left-warning {
    border-left: 0.25rem solid #f6c23e !important;
}
.border-left-info {
    border-left: 0.25rem solid #36b9cc !important;
}
.border-left-primary {
    border-left: 0.25rem solid #4e73df !important;
}
.text-gray-300 {
    color: #dddfeb !important;
}
#prevPage, #nextPage, #prevPageProject, #nextPageProject{
    border: 1px solid #ccc;
}

.footer_chart{
    display: flex;
    align-items: center;
    padding: 4px 20px;
}

#table_project tbody tr td, #table_dashboard tbody tr td{
    text-align: center;
}

table.dataTable thead>tr>th.dt-orderable-asc, table.dataTable thead>tr>th.dt-orderable-desc, table.dataTable thead>tr>td.dt-orderable-asc, table.dataTable thead>tr>td.dt-orderable-desc{
    text-align: center;
}
