.input-container {
    position: relative;
    display: flex;
    width: 100%;
    height: 50% ;
    max-width: 230px;
}

.tag {
    text-align: center;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 25px;
    color: #6b7385;
    background: #d4def5;
    border: 1px solid #CDD9ED;
    font-weight: bold;
    transition: background 0.3s ease, border 0.3s ease, color 0.3s ease;
}

.input-container .input {
    position: relative;
    z-index: 1;
    flex: 1 1 auto;
    width: 1%;
    margin-top: 0;
    margin-bottom: 0;
}

.valor-lance {
    font-weight: bold;
}

.input-container label {
    margin-bottom: 5px; /* Adicione margem inferior para separar o label do input */
}

.list li
{
    padding-bottom: 10px;
}
.list-item
{
    font-weight: bold;
    color: #4b4b4b;
}