body {
    background-color: blanchedalmond;
}

.itemStandby .card {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.itemStandby .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(165, 42, 42, 0.2);
}

.itemStandby input.form-control {
    border: none;
    border-bottom: 2px solid #ddd;
    border-radius: 0;
    padding-left: 0;
    transition: border-bottom-color 0.3s;
    background-color: transparent;
}

.itemStandby input.form-control:focus {
    box-shadow: none;
    border-bottom-color: brown;
}

.itemStandby label {
    color: brown;
    font-weight: bold;
    font-size: 0.8rem;
}

#somaKWh, #somaCusto {
    font-size: 1.2rem;
    color: black;
    font-weight: bold;
    transition: color 0.3s ease;
}

#tarifa {
    background-color: transparent;
    border: none;
    font-weight: bold;
}

#desc-calculo {
    cursor: pointer;
    user-select: none;
}
