#products {
    width: 100%;
    color: #78829d;
    font-size: 14px;
    font-family: Inter, Helvetica, "sans-serif";
}

#products td, #products td {
    padding: 20px 0;
}

p.total {
    font-size: 20px;
    text-align: right;
    font-weight: 700;
}

select#table {
    background-color: var(--bs-gray-100);
    border-color: var(--bs-gray-100);
    color: var(--bs-gray-700);
    transition: color 0.2s ease;
    height: 43px;
    width: 250px;
    padding: 0 20px;
    margin-right: 20px;
    border-radius: 0.475rem;
}

.create-bill-card-header {
    justify-content: end !important;
}

.a-total {
    font-size: 30px;
    text-align: center;
    font-weight: 700;
}
