.financial--status {
    border-radius: 16px;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    width: 105px;
    height: 24px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
}

.financial-status-1 {
    background: #CA0909;
}

.financial-status-2 {
    background: #ECC205;
}

.financial-status-3 {
    background: #4CAF50;
}


.financial-status-processing {
    background: #2196F3;
}

#tb-financeiro tbody > tr td {
    height: 70px;
    color: #5E5E5E;
}

#tb-financeiro .wk-icon {
    margin-right: 0.8rem;
}

@media screen and (max-width: 500px) {
	.search-area,
    .wk-select-content {
        width: 100% !important;
	}
}
