/* Default Theme - No brand match */
:root {
  --brand-name: ;
  --site-title: ;
  --logo-url: url("/blocks/main-menu/logo_admin.svg");
  --background-image: none;
  --brand-bg-color: #ffffff;
  --brand-bg-default: #ffffff;
  --primary-color: #FFCC00;
  --secondary-color: #6c757d;
  --success-color: #198754;
  --danger-color: #dc3545;
  --warning-color: #ffc107;
  --info-color: #0dcaf0;
  --light-color: #f8f9fa;
  --dark-color: #212529;
  --button-primary-bg: #FFCC00;
  --button-primary-color: #ffffff;
  --navbar-bg-color: #ffffff;
  --sidebar-bg-color: #f8f9fa;
  --main-menu-bg-color: #3e454c;
  --main-menu-active-bg-color: #343a40;
  --menu-item-color: #ffffff;
  --menu-item-hover-color: #ffffff;
  --menu-item-active-color: #FFCC00;
  --menu-item-hover-bg: #343a40;
  --menu-icon-color: #adb5bd;
  --menu-icon-hover-color: #ffffff;
  --menu-icon-active-color: #FFCC00;
  --header-bg-color: #3e454c;
  --header-text-color: #ffffff;
  --header-link-color: #FFCC00;
  --header-font-family: 'Lato', sans-serif;
  --body-font-family: 'Lato', sans-serif;
  --header-font-weight: 500;
  --body-font-weight: 400;
  --list-header-bg-color: #3e454c;
  --list-header-text-color: #ffffff;
  --list-row-hover-color: #b0b0b0;
  --use-smart-colors: 1;
  --help-modal-page-bg: #fff9e6;
  --help-modal-text-color: #2d3237;
  --auth-title-color: #ffffff;
  --auth-title-shadow: none;
  --menu-icon-hover-filter: brightness(0) saturate(100%) invert(100%);
  --icon-hover-filter: brightness(0) saturate(100%) invert(70%) sepia(90%) saturate(1500%) hue-rotate(5deg) brightness(95%) contrast(110%);
  --menu-icon-filter: brightness(0) saturate(100%) invert(80%) sepia(100%) saturate(220%) hue-rotate(180deg) brightness(106%) contrast(100%);
  --menu-icon-active-filter: brightness(0) saturate(100%) invert(70%) sepia(90%) saturate(1500%) hue-rotate(5deg) brightness(95%) contrast(110%);
  --main-menu-text-color: #ffffff;
  --navbar-text-color: #333333;
  --sidebar-text-color: #333333;
}

