/*region Missing Tailwind CSS*/
.rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}

.rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}

.rounded-md {
    border-radius: 0.375rem;
}

.bg-red {
    background-color: #d22424;
}

.hover\:bg-red:hover {
    background-color: #b62929;
}
/*endregion*/

/*region Custom Table*/
.custom-table .col-NoProcesso {
    min-width: 110px;
}

.custom-table .col-NoDocumento {
    min-width: 110px;
}

.custom-table .col-DataEntrada {
    min-width: 145px;
}

.custom-table .col-Referencia {
    min-width: 100px;
}

.custom-table .col-VossaReferencia {
    min-width: 100px;
}

.custom-table .col-Descricao {
    min-width: 110px;
}

.custom-table .col-Quantidade {
    min-width: 110px;
}

.custom-table .col-Dias {
    min-width: 120px;
}

.custom-table .col-Estado {
    min-width: 130px;
}

.custom-table .col-Decisao {
    min-width: 100px;
}

.custom-table .col-actions {
    min-width: 100px;
}

.custom-table .days-block {
    padding: 5px 10px;
    text-align: center;
}

.custom-table .days-block.green {
    background: #14ae14;
    color: white;
}

.custom-table .days-block.yellow {
    background: #f4dd0e;
    color: black;
}

.custom-table .days-block.red {
    background: #f71717;
    color: white;
}
/*endregion*/
