:root {
--arancio-mungo: #f37021;
--arancio-mungo-rgb: rgba(243, 112, 33, 0.2);
}
.resincounter input[type="number"],
.resincounter select{
padding:6px;
background-color: #f4f6f7;
border: 1px solid #c4d1d3;
width:99%;
color: #000;
font-size:1.1em;
font-weight: bold;
}
.wrapper_tab_resin{
display:flex;
}
.tab_resin{
background-color: #f4f6f7;
cursor: pointer;
}
.tab_content{
margin-top:-1px;
}
.tab_resin.active{
background-color: #ffffff;
color: var(--arancio-mungo, #f37021) !important; border-bottom-width:0px  !important;;
}
@media only screen and (max-width: 900px) {
.wrapper_tab_resin{
display:block;
}
.tab_resin{
margin: 0px;
}
}