.menu-historico-saldo {
    padding: 32px;
    border: 1px solid #D7D8FF;
    border-radius: 8px;
}

.divider {
    border: 1px solid #DBDDDF;
    margin: 24px 0px;
}

.tabela-ultimas-vendas {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 8px; 
}

.tabela-ultimas-vendas th,
.tabela-ultimas-vendas td {
    padding: 12px 16px;
    text-align: left;
    font-family: 'Inter';
    font-size: 14px;
}

.tabela-ultimas-vendas td {
    padding: 16px;
}

.tabela-ultimas-vendas thead th {
    font-family: 'Inter';
    color: #37393D;
    font-weight: 600;
    font-size: 14px;
}

.tabela-ultimas-vendas tbody tr {
    background-color: #fff;
    border: 1px solid #D7D8FF;
    border-radius: 8px;
    padding: 16px;
}

.tabela-ultimas-vendas tbody tr td {
    border-top: 1px solid #D7D8FF;
    border-bottom: 1px solid #D7D8FF;
}

.tabela-ultimas-vendas tbody tr td:first-child {
    border-left: 1px solid #D7D8FF;
    border-radius: 8px 0 0 8px;
}

.processando {
    color: #857200;
    background-color: #FBF3DE;
    padding: 4px 8px;
    border-radius: 10px;
}

.enviado {
    color: #009D00;
    background-color: #EAF8E5;
    padding: 4px 8px;
    border-radius: 10px;
}

.tabela-ultimas-vendas tbody tr td:nth-child(3) {
    font-weight: 600;
    color: #38393B;
}

.tabela-ultimas-vendas tbody tr td:last-child {
    border-right: 1px solid #D7D8FF;
    border-radius: 0 8px 8px 0;
}

.tabela-ultimas-vendas tbody tr td a:hover {
    text-decoration: underline;
}

.cards-infos-container {
    width: 100%;
    margin-top: 32px;
    display: flex;
    gap: 10%;
}

.vendas-card {
    border: 1px solid #D7D8FF;
    display: flex;
    justify-content: space-between;
    border-radius: 16px;
    width: 266px;
    height: 78px;
}

.icon-textos-container {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-left: 24px;
}

.textos-saldo p {
    font-family: 'Inter';
    color: #707275;
    font-size: 14px;
}

.textos-saldo h2 {
    font-family: 'Cabinet Grotesk';
    font-size: 24px;
    font-weight: 600;
    margin-top: 4px;
    color: #38393B;
}

.botao-saque {
    padding: 8px 24px;
    color: #FFFFFF;
    background-color: #0A66F3;
    border-radius: 8px;
    border: none;
    font-family: 'Inter';
    font-family: 14px;
}