:root {
  --inputTextColor: #121314;
  --baseColor : #2196F3!important;
  --buttonBorderColor : #2196F3!important;
  --buttonBackGroundColor : #2196F3!important;
  --buttonHoverBackGroundColor : rgba(33, 150, 243, 0.8);
  --buttonFontColor : #fff;
  --iconButtonBackGroundColor : linear-gradient(rgb(255, 238, 170) 0%, rgb(221, 204, 136) 33.8031%, rgb(170, 153, 85) 72.6101%, rgb(221, 204, 136) 100%);
  --iconButtonFontColor:#fff;
  --iconButtonSubFontColor:#fff;
  --iconButtonFontSize: 20px;
  --iconButtonSubFontSize: 20px;
  --mobilMenuBarColor: #009ff5;
  --mobilMenuFontColor: #009ff5;
  --mobilMenuLevel1:#e6f5f9;
  --mobilMenuLevel2:#d3eff5;
  --mobilMenuLevel3:#c5eaf1;
  --mobilMenuLevel4:#a4ddea;
  --menuItemWidth: 14em;
}
