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

.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;
}

.banco {
    display: flex;
    align-items: center;
    gap: 8px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 60px;
}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 400px;
    text-align: center;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

input[type="text"],
select {
    width: 100%;
    padding: 10px;
    margin: 8px 0;
    box-sizing: border-box;
}

button[type="submit"] {
    background-color: #007bff;
    color: white;
    padding: 12px 20px;
    margin-top: 10px;
    border: none;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
}

button[type="submit"]:hover {
    background-color: #0056b3;
}
