/*Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {
    /*Navbar Colors*/
    --ob-nav-text-color: #0071BC;
    --ob-nav-bg-color: #fff;
    /*Font family*/
    --theme-font-family: "Open Sans", sans-serif;
    /*Colors*/
    --theme-primary-50: #e8eaf5;
    --theme-primary-100: #c5cae9;
    --theme-primary-200: #9fa8da;
    --theme-primary-300: #7986cb;
    --theme-primary-400: #5c6bc0;
    --theme-primary-500: #0071BC;
    --theme-primary-600: #363f73;
    --theme-primary-700: #2f3666;
    --theme-primary-800: #282d58;
    --theme-primary-900: #20244a;
    --theme-primary-A100: #a6baff;
    --theme-primary-A200: #5c85ff;
    --theme-primary-A400: #335dff;
    --theme-primary-A700: #1a3fff;

    --theme-primary-contrast-50: #1A1A1A;
    --theme-primary-contrast-100: #1A1A1A;
    --theme-primary-contrast-200: #1A1A1A;
    --theme-primary-contrast-300: #1A1A1A;
    --theme-primary-contrast-400: #ffffff;
    --theme-primary-contrast-500: #ffffff;
    --theme-primary-contrast-600: #ffffff;
    --theme-primary-contrast-700: #ffffff;
    --theme-primary-contrast-800: #ffffff;
    --theme-primary-contrast-900: #ffffff;
    --theme-primary-contrast-A100: #1A1A1A;
    --theme-primary-contrast-A200: #ffffff;
    --theme-primary-contrast-A400: #ffffff;
    --theme-primary-contrast-A700: #ffffff;
}

/*Dark version subfooter*/
/*Background subfooter*/
ob-footer.main-footer {
    background-color: #0071BC !important;
}

/*Color links subfooter & copyright*/
ob-footer.main-footer,
ob-footer.main-footer a,
ob-footer.main-footer span.footer-copyright,
ob-footer.main-footer span.justify-end {
    color: #fff !important;
}

/*Button language links subfooter*/
/*Language & icon */
ob-footer.main-footer span.mdc-button__label,
ob-footer.main-footer mat-icon.mat-icon {
    color: #fff !important;
}

/*Border*/
ob-footer.main-footer ob-button>.mat-mdc-outlined-button {
    border: 1px solid#fff !important;
}

/*Powered by*/
/*Logo ONEBOX*/
ob-footer.main-footer img[src="assets/onebox.svg"] {
    filter: brightness(20) !important;
}

/*Text powered by*/
ob-footer.main-footer section.items-center {
    color: #fff;
}