﻿.au {
    --font-family: 'Roboto', sans-serif;
    --secondary: #5a6268;
    --dark: #2E83FF;
    --success: #2E83FF;
    --danger: #D0021B;
    --dangerRGB: 208, 2, 27;
    --grayColorForDarkBg: #727C93;
    --grayColorForLightBg: #777;
    --lightGrayColorForLightBg: #D7DCE1;
    --lightBrandColorForLightBg: #E3EDFA;
    --text-dark: #3A3D46;
    --brandcolor: #2E83FF;
    --brandcolorRGB: 46, 131, 255;
    --primary: #0074C7;
    --primaryHoverAndFocus: #148EE6;
    --primaryActive: #85CCFF;
    --primaryDisabled: #F2F2F2;
    --primaryDisabledText: #C2C1C2;
    --primaryOutlineBackground: #F1F2F4;
    --secondaryBorder: #BCBFC8;
    --secondaryActiveText: #85CCFF;
    --danger: #B31E14;
    --dangerHoverAndFocus: #E12619;
    --dangerActive: #F39791;
    --dangerDisabled: #FCE9E8;
    --dangerDisabledText: #F39791;
    --nonClientBg: #F4F4F4;
    --breadcrumb-divider: '›';
    --coolGray: #8A92A5;
    --coolRed: rgba(210, 0, 0, 0.05);
    --disabledRed: rgba(208, 2, 27, 0.5);
    --redColorForText: #D20000;
    --redColorForTextRGB: 210, 0, 0;
    --redColorForButton: #BB2530;
    --redColorForButtonRGB: 187, 37, 48;
    --brandPrimaryButton: #479cff;
    --brandPrimaryButtonActive: #5EA0FF;
    --brandPrimaryButtonHover: #5197fc;
    --brandSecondaryButton: #FFFFFF;
    --brandSecondaryButtonHover: #F8F8F8;
    --calendarHover: #FCFCFC;
    --theme-color: #2E83FF;
    --snow-color: #F9F9F9;
    --district-font-color: #2D2D2D;
    --district-dropdown-caret: #A1A1A1;
    --dark-gray: #A9A9A9;
    --shadow-gray: #E5E5E5;
    --shadow-green: #449560;
    --shadow-gray: #565656;
    --dark-brand-color: #2E83FF;
    --parentLandingSvg: url("/images/parent-bg-landing-sentral.svg");
    --parentMobileSvg: url("/images/parent-bg-landing-sentral.svg");
    --brandColorShadow: rgba(43, 140, 255, 0.26);
    --statusPill: #2E83FF;
    --alertSuccess: #2E83FF;
    --alertSuccessRGB: 46, 131, 255;
    --alertSuccess-Lighten-10: 67, 143, 255;
    --brandColor-Darken-10: rgb(16, 113, 255);
    --brandColor-Lighten-10: rgb(67, 143, 255);
    --brandColor-Darken-5: rgb(56, 137, 255);
    --brandColor-Darken-7: rgb(25, 118, 255);
    --customization-font-color: #575757;
}