canvas#inventoryTurnoverChart {   display:block;   max-height:280px;   max-width:1712px;   box-sizing:border-box;   height:280px;   width:824px; } .input-main-div {   display:flex;   gap:20px;   margin-bottom:10px; } .input-main-div .input-group {   width:100%; } @media(max-width:470px){   .input-main-div {   flex-direction:column;   } } .calculator-section{   margin-top:20px !important; }