/*
//  theme.css
//  Version: 1.1.1
//  Last updated: 20/10/2023
*/

:root {  
  --primary: #e4002b;
  --primary-dark: #a90003;
  --primary-light: #ff5555;
  --secondary: #6C6F70;
  /*--secondary-dark: #c7ad00;
  --secondary-light: #ffff59;*/
  --accent: #ffffff;
  --accent-light: #ec9c9f;

  --surface: #fff;
}

.chosen-filter-tooltip {
  margin-left: 0px;
}

.chosen-filter-tooltip:before { 
  content: " - "; 
}