:root {
  --brand-primary: #ED1C24 !important;
  --brand-primary-dark: #BA0D16 !important;
  --brand-primary-rgb: 237, 28, 36 !important;
  --brand-secondary: #10233D !important;
  --brand-accent: #2E86F7 !important;
  --brand-accent-rgb: 46, 134, 247 !important;
  --brand-accent-mid: #2563EB !important;
  --brand-accent-dark: #1D4ED8 !important;
  --brand-background: #F4F7FB !important;
  --brand-admin-primary: #E30613 !important;
  --brand-admin-primary-dark: #B90410 !important;
  --brand-admin-primary-rgb: 227, 6, 19 !important;
  --brand-admin-action-start: #EF233C !important;
  --brand-admin-action-end: #C8102E !important;
  --brand-admin-action-rgb: 239, 35, 60 !important;
  --brand-admin-light-start: #D90429 !important;
  --brand-admin-light-end: #B51230 !important;
  --brand-admin-light-rgb: 217, 4, 41 !important;
  --brand-admin-login-start: #F21B31 !important;
  --brand-admin-login-end: #C80718 !important;
  --brand-admin-primary-dark-bb0710: #BB0710 !important;
  --brand-admin-red-3: #FF3344 !important;
  --brand-admin-auth-dark-red: #ED1C2D !important;
  --brand-admin-auth-dark-red-2: #B90917 !important;
  --brand-admin-auth-dark-blue: #62A4FF !important;
  --brand-admin-auth-primary-rgb: 225, 6, 19 !important;
  --brand-front-dark-primary-a: #FF3942 !important;
  --brand-front-dark-primary-b: #FF4B55 !important;
  --brand-front-bright-text: #FF6B72 !important;
  --brand-front-login-start: #FF2B37 !important;
  --brand-front-login-end: #E70917 !important;
  --brand-front-change-start: #FF3140 !important;
  --brand-front-change-end: #D60916 !important;
  --brand-front-info-start: #FF3345 !important;
  --brand-front-info-end: #D60916 !important;
  --brand-primary-dark-8f0b12: #8F0B12 !important;
  --brand-primary-dark-a90c15: #A90C15 !important;
  --brand-primary-dark-b5121b: #B5121B !important;
  --brand-primary-dark-b70e16: #B70E16 !important;
  --brand-primary-dark-b80e17: #B80E17 !important;
  --brand-background-eef1f6: #EEF1F6 !important;
  --brand-rfid-header: #FF5962 !important;
  --brand-rfid-red-rgb: 225, 31, 45 !important;
  --brand-rfid-blue-rgb: 52, 119, 209 !important;
  --brand-rfid-scan-rgb: 232, 51, 61 !important;
  --rfid-red: #E11F2D !important;
  --rfid-red-dark: #C91827 !important;
  --rfid-blue: #3477D1 !important;
  --rfid-navy: #092F5D !important;
  --rfid-page: #F4F7FB !important;
  --ep-admin-accent: #ED1C24 !important;
  --ep-admin-primary: #ED1C24 !important;
  --ep-admin-navy: #10233D !important;
}

html[data-theme] {
  --epctl-focus: #EF233C !important;
  --epctl-focus-ring: rgba(239, 35, 60, .16) !important;
  --epoption-selected-bg: linear-gradient(90deg, #EF233C, #C8102E) !important;
  --epoption-selected-border: #EF233C !important;
  --ep-control-focus: #EF233C !important;
  --ep-scroll-active: #EF233C !important;
}

html[data-theme="light"] {
  --epctl-focus: #D90429 !important;
  --epctl-focus-ring: rgba(217, 4, 41, .12) !important;
  --epoption-selected-bg: linear-gradient(90deg, #D90429, #B51230) !important;
  --epoption-selected-border: #D90429 !important;
}

:is(#employeeModal, #adminUserModal, #locationModal) {
  --fm-focus: #EF233C !important;
  --fm-focus-ring: rgba(239, 35, 60, .14) !important;
  --fm-red-a: #EF233C !important;
  --fm-red-b: #C8102E !important;
}