/* /Components/Calculator/ListCarrier.razor.rz.scp.css */
table[b-1hofs3wpcq] {
    width: 100%;
    height: 300px;
    border-collapse: collapse;
    margin-top: 20px;
    overflow-y: auto;
}

th[b-1hofs3wpcq], td[b-1hofs3wpcq] {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

th[b-1hofs3wpcq] {
    background-color: white;
    color: black;
}

tr:nth-child(even)[b-1hofs3wpcq] {
    /*    background-color: forestgreen;*/
}

/* Aplica un estilo rojo a las filas que cumplen con la condición */
td.condicion-roja[b-1hofs3wpcq] {
    background-color: #ff0000; /* Puedes ajustar este color según tus preferencias */
    color: white;
}

/* Aplica un estilo rojo a las filas que cumplen con la condición */
td.condicion-verde[b-1hofs3wpcq] {
    background-color: forestgreen; /* Puedes ajustar este color según tus preferencias */
    color: black;
}

:root[b-1hofs3wpcq] {
    --rz-border-width: 5px;
}

.rz-grid-table-fixed .rz-frozen-cell-left.rz-frozen-cell-left-end[b-1hofs3wpcq] {
    border-inline-end-width: 5px !important;
}
/* /Pages/CubicCalculator.razor.rz.scp.css */

#rz-fieldset-0-content[b-14r3j39rxc] {
    height: 350px;
}

fieldset legend[b-14r3j39rxc] {
    margin-bottom: 5px;
}
