
:root {
  --main-bg-color: rgb(235, 235, 235);
  --secondary-bg-color: rgb(226, 226, 226);
  --tertiary-bg-color: rgb(242, 242, 242);
  --base-blue-color: #4285F4;
  --KPI-main-text-color: black;         /*  KPIs color: #WP, #MST, #ADS,      #metal, #ist, #leasing, #brand, #mpres, #rcbp, #policy, #stock_cnt_results, #sales_cnt_results, #metal_avg, #invoice_avg, #leasing_pen_avg, #st_30d  */
  --Prices-dates-text-color: black;     /*  Text color - pricing, dates.   #sp, #bp, #km, #spz, #date_to, #date_from, #kwfrom, #kwto, #spto, #spfrom, #txtvendor, #year_to, #year_from, #km_to, #km_from */
  --binded-labels-color: black;
  --placeholder-color: #BABABA;         /* Placeholders  - SP, BP, SPZ, KM, Vendor */
  --placeholder-multi-select-color: cyan;       /* CANT SEE ? */
  --cell-colors-opacity: 1;
}

/* changes in choices.css */
.choices__input {
background-color: rgb(242,242,242);
}

body {
  background: #f2f2f2;
}

.vertical_line {
  border-left: 1px solid #4285F4;}

.strike>span:before, .strike>span:after {
  background: #4285F4;
}



/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: white;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #b1b1b1;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #989898;
}


