.final_price, .final_growth_price {

color: #28b779;
font-weight: 600;

} .check_box_inside_quotation{

margin-top: 0.85rem;

} .tab-to-hide–line_item–promo_cost, .tab-to-hide–line_item–promo_cost_euro, .tab-to-hide–line_item–line_item_fee, .tab-to-hide–line_item–growth_option_price_size{

&.hidden{
  display: none!important;
}

}

.line_item_fee.tab-to-hide--line_item--line_item_fee.on {
    background-color: $buttonGreen;
    border-radius: 6px;
    padding: 8px 22px;
    transition: all 1s ease;
    color: white;
    font-weight: 800;
    text-align: center;
}
.cell-data{
  a:hover {
    color: inherit!important;
    text-decoration: none!important;
  }
}

// tab-on lineitem

table{

&[aria-labelledby="line_items"]{
  td {
    height: 75px!important;
    font-size: 1.1em;
  }
}

}