/*import*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

:root {

    /*Top bar: internal section*/
    --ob-custom-nav-text-color: #FFF;
    --ob-custom-nav-bg-color: #26355d;

    /*Top bar: login section*/
    --ob-public-nav-text-color: #FFF;
    --ob-public-nav-bg-color: #26355d;

    /*Sidenav*/
    --ob-nav-text-color: #26355d;
    --ob-nav-bg-color: #FFF;

    /*Active button in sidenav*/
    --ob-nav-list-active-text-color: #26355d;
    --ob-nav-list-active-bg-color: #cba978;

    /*Fonts*/
    --theme-font-family: "Lato", sans-serif;

    /*color primary*/
    --theme-primary-50: #e2e5e8;
    --theme-primary-100: #b6bec6;
    --theme-primary-200: #8593a1;
    --theme-primary-300: #54687b;
    --theme-primary-400: #304860;
    --theme-primary-500: #0a2240;
    --theme-primary-600: #091e3a;
    --theme-primary-700: #071932;
    --theme-primary-800: #05142b;
    --theme-primary-900: #030c1e;
    --theme-primary-A100: #659aff;
    --theme-primary-A200: #3278ff;
    --theme-primary-A400: #0055ff;
    --theme-primary-A700: #004ce6;
    --theme-primary-contrast-50: #000000;
    --theme-primary-contrast-100: #000000;
    --theme-primary-contrast-200: #000000;
    --theme-primary-contrast-300: #ffffff;
    --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: #000000;
    --theme-primary-contrast-A200: #ffffff;
    --theme-primary-contrast-A400: #ffffff;
    --theme-primary-contrast-A700: #ffffff;

}

/*========================================
    INDEX
    1) OB Footer
========================================*/

/*----------------------------------------
    1) OB Footer
----------------------------------------*/

/* Subfooter background */
ob-footer.main-footer {
    background-color: #FFF !important;
}

/* Text and links color (including copyright) */
ob-footer.main-footer,
ob-footer.main-footer a,
ob-footer.main-footer span.footer-copyright,
ob-footer.main-footer span.justify-end,
ob-footer.main-footer button.ob-link {
    color: #26355d !important;
}

/* Language selector button (text and icon) */
ob-footer.main-footer span.mdc-button__label,
ob-footer.main-footer mat-icon.mat-icon {
    color: #26355d !important;
}

/* Border for outlined buttons in the subfooter */
ob-footer.main-footer ob-button>.mat-mdc-outlined-button {
    border: 1px solid #26355d !important;
}

/* Powered by text color */
ob-footer.main-footer section.items-center {
    color: #26355d;
}

/*Force powered by fever*/
.fever-logo {
    display: block !important;
}

.onebox-logo {
    display: none
}