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

.filtros {
    height: 40px;
    background-color: transparent;
    border: solid 1px #D7D8FF;
    font-family: 'Inter';
    font-weight: 400;
    color: #484C50;
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.filtros:hover {
    background-color: transparent !important;
}

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

.tabela-ultimas-vendas tbody tr td:nth-child(3) {
    color: #497CFF;
}

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

.tabela-ultimas-vendas tbody tr td:nth-child(5),
.tabela-ultimas-vendas tbody tr td:nth-child(6) {
    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;
    justify-content: space-between;
}

.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-vendas p {
    font-family: 'Inter';
    color: #707275;
    font-size: 14px;
}

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

.search-container {
    display: flex;
    align-items: center;
    border: 1px solid #D7D8FF;
    border-radius: 8px;
    padding: 5px;
    width: 300px;
    height: 40px;
}

.search-container input[type="text"] {
    border: none;
    outline: none;
    width: 100%;
    padding: 5px;
    padding-left: 11px;
    font-size: 14px !important;
}

.search-container input[type="text"]::placeholder {
    font-size: 14px !important;
    color: #000000 !important;
    font-weight: 400 !important;
}

.search-container button {
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
}

.search-container button img {
    width: 16px;
    height: 16px;
}

.container-search-filtro {
    display: flex;
    gap: 8px;
}