:root {
  --ms-theme-red:#FF262E; 
  --ms-theme-white:#FFF; /*#f8f9f9*/
  --ms-theme-blue:#387bb6; /*#4b509e*/
  --ms-theme-select:#3f9708; ;

  --ms-theme-color-bg:#eef2fa; 
  --ms-theme-blue-bg:#F1F0FB; 
  --ms-theme-blue-light:#dbdaef; 
  --ms-theme-blue-light-basic:#cbcdf2; 
  --ms-theme-blue-dark:#c7c6eb; 
  --ms-theme-blue-lightness:#989ce580; 
  --ms-theme-gray: #505863;
  --ms-theme-gray-dark: #3C3F56;
  --ms-theme-gray-basic: #bbb9b9;
  --ms-theme-gray-light: #F6F5FB;
  --ms-theme-gray-medium: #D2D4D9;

  --ms-theme-main-font-family: "PT Root UI", "KulimPark", Ubuntu, Arial, Helvetica, sans-serif;
  --ms-theme-link-font-family: "PT Root UI", Ubuntu, Arial, Helvetica, sans-serif;
  --ms-theme-title-font-family: "PT Root UI", Ubuntu, Arial, Helvetica, sans-serif;

  --ms-breakpoint-xxs: 0;
  --ms-breakpoint-xs: 380px;
  --ms-breakpoint-sm: 576px;
  --ms-breakpoint-md: 768px;
  --ms-breakpoint-lg: 992px;
  --ms-breakpoint-xl: 1200px;
  --ms-breakpoint-xxl: 1500px;

  --ms-blue: #007bff;
  --ms-red: #dc3545;
  --ms-green: #28a745;
  --ms-white: #fff;
  --ms-gray: #6c757d;
  --ms-gray-medium: #7a7878;
  --ms-gray-dark: #343a40; 
  --ms-gray-blue: #8592a5; 
  --ms-gray-light: #fbfbfb; 
  --ms-primary: #ff5605;
  --ms-secondary: #bdbdbd;
  --ms-success: #5ea13d;
  --ms-info: #17a2b8;
  --ms-warning: #ffae00;
  --ms-danger: #cc0a00;
  --ms-light: #ffffff;
  --ms-dark: #222428;
 
}
