/*Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    /*Fonts*/
    --theme-font-family: "Raleway", serif;
    /*Navbar colors*/
    --ob-nav-text-color: #1a1a1a;
    --ob-nav-bg-color: #249FD1;
    /*// http://mcg.mbitson.com/#!?tundora=%23414141*/
    /*color primary*/
    --theme-primary-50: #e3f4fb;
    --theme-primary-100: #b8e3f7;
    --theme-primary-200: #8ad0f2;
    --theme-primary-300: #5cbdea;
    --theme-primary-400: #36afe6;
    --theme-primary-500: #249fd1;
    --theme-primary-600: #208fbf;
    --theme-primary-700: #1c7ea9;
    --theme-primary-800: #176f93;
    --theme-primary-900: #1e1e1e;
    --theme-primary-A100: #a6e2ff;
    --theme-primary-A200: #73ceff;
    --theme-primary-A400: #40baff;
    --theme-primary-A700: #26aaff;

    --theme-primary-contrast-50: #373a36;
    --theme-primary-contrast-100: #373a36;
    --theme-primary-contrast-200: #fff;
    --theme-primary-contrast-300: #fff;
    --theme-primary-contrast-400: #fff;
    --theme-primary-contrast-500: #fff;
    --theme-primary-contrast-600: #fff;
    --theme-primary-contrast-700: #fff;
    --theme-primary-contrast-800: #fff;
    --theme-primary-contrast-900: #fff;
    --theme-primary-contrast-A100: #373a36;
    --theme-primary-contrast-A200: #fff;
    --theme-primary-contrast-A400: #fff;
    --theme-primary-contrast-A700: #fff;
}

/*Footer*/
.custom-footer {
    display: flex;
    justify-content: flex-end
}

.custom-footer img {
    width: 100%;
}

@media only screen and (max-width: 40.063em) {
    .channel-footer {
        display: none;
    }
}

/*Dark version subfooter*/
/*Background subfooter*/
ob-footer.main-footer {
    background-color: #1e1e1e !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;
}