.small-font {
    font-size: 0.55rem;
}

.table th,
.table td {
    padding: 0.25rem;
    white-space: normal;
}

.table th {
    background-color: #ebebeb !important;
    color: white;
}

.table-container {
    height: calc(100% - 3rem);
    overflow-y: auto;
}

.card-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-header {
    flex: 0 0 auto;
}

.card-body {
    flex: 1 1 auto;
    overflow-y: auto;
}

.ranking-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 0 1%;
}

.ranking-table {
    width: 98%;
    display: flex;
    flex-direction: column;
}

.ranking-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.ranking-row:last-child {
    border-bottom: none;
}

.ranking-separador {
    font-weight: bold;
}

.ranking-total {
    font-size: 1.2em;
    color: #555;
}

.separator {
    margin: 0.2rem 0;
}

.aguardando-faturamento {
    background-color: rgb(212, 62, 62);
    color: white; /* Para garantir que o texto seja legível */
}

.aguardando-faturamento:hover {
    color: black;
}