.header {
    height: 70px;
}

.logo {
    height: 40px;
}

.text-dark-blue {
    color: #183B72;
}


.text-light-blue {
    color: #589ccc;
}

.text-grey {
    color: #343434;
}

.text-small {
    font-size: 14px;
}

.footer {
    background-color: #183B72;
    height: 50px;
}

.nobrake {
    white-space: nowrap;
}

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

.red-badge {
    color: #9b2c2c;
    background-color: #fed7d7;
    box-shadow: none !important;
}

.red-badge:hover {
    color: #9b2c2c;
    background-color: #feb2b2;
}


.green-badge {
    color: #276749;
    background-color: #c6f6d5;
    box-shadow: none !important;
}

.green-badge:hover {
    background-color: #9ae6b4;
}

.border-grey {
    border-color: #DEE2E6 !important;
}

/* Força coluna de descrição a ocupar uma linha só com rolagem horizontal */
#bills td:nth-child(3),
#bills th:nth-child(3) {
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
}

/* Permite rolagem da tabela em telas pequenas */
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}