:root {
    --theme-font-family: Pretendard, -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;
    /*topbar login*/
    --ob-public-nav-text-color: #1b1b1b;
    --ob-public-nav-bg-color: #7ea9e1;
    /*topbar*/
    --ob-custom-nav-text-color: #1b1b1b;
    --ob-custom-nav-bg-color: #7ea9e1;
    /*sidenav*/
    --ob-nav-text-color: #ffffff;
    --ob-nav-bg-color: #121212;
    /*botón activo en sidenav */
    --ob-nav-list-active-text-color: #ffffff;
    --ob-nav-list-active-bg-color: #7ea9e1;

    /*color primary*/
    --theme-primary-50: #f0f5fb;
    --theme-primary-100: #d8e5f6;
    --theme-primary-200: #bfd4f0;
    --theme-primary-300: #a5c3ea;
    --theme-primary-400: #91b6e6;
    --theme-primary-500: #6296DA;
    --theme-primary-600: #76a2dd;
    --theme-primary-700: #6b98d9;
    --theme-primary-800: #618fd5;
    --theme-primary-900: #4075C9;
    --theme-primary-A100: #ffffff;
    --theme-primary-A200: #ffffff;
    --theme-primary-A400: #eaf4ff;
    --theme-primary-A700: #d1e7ff;

    --theme-primary-contrast-50: #1b1b1b;
    --theme-primary-contrast-100: #1b1b1b;
    --theme-primary-contrast-200: #1b1b1b;
    --theme-primary-contrast-300: #1b1b1b;
    --theme-primary-contrast-400: #1b1b1b;
    --theme-primary-contrast-500: #1b1b1b;
    --theme-primary-contrast-600: #1b1b1b;
    --theme-primary-contrast-700: #1b1b1b;
    --theme-primary-contrast-800: #1b1b1b;
    --theme-primary-contrast-900: #ffffff;
    --theme-primary-contrast-A100: #1b1b1b;
    --theme-primary-contrast-A200: #1b1b1b;
    --theme-primary-contrast-A400: #1b1b1b;
    --theme-primary-contrast-A700: #1b1b1b;
}

ob-top-bar img {
    width: 150px;
}

/*Correccion del tamano de la imagen de fondo en el login, esta regla asegura que la imagen no se desborde ni rompa el diseno visual*/
.background-blur {
    background-image: url('https://client-dists-resources.s3.amazonaws.com/app-customers-client/bosco_portalabonados/bg.jpg');
    background-position: center, center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(80%);
}

/*Dark version subfooter*/
/*Background subfooter*/
ob-footer.main-footer {
    background-color: #7ea9e1 !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: #1b1b1b !important;
}

/*Button language links subfooter*/
/*Language & icon */
ob-footer.main-footer span.mdc-button__label,
ob-footer.main-footer mat-icon.mat-icon {
    color: #1b1b1b !important;
}

/*Border*/
ob-footer.main-footer ob-button>.mat-mdc-outlined-button {
    border: 1px solid#1b1b1b !important;
}

/*Powered by*/
/*Text powered by*/
ob-footer.main-footer section.items-center {
    color: #1b1b1b;
}

/* Correccion del tamano de la imagen de fondo en el login.
  Esta regla asegura que la imagen no se desborde ni rompa el diseno*/
.background-blur {
    background-image: url(https://client-dists-resources.oneboxtds.com/app-customers-client/bosco_portalabonados/bg.jpg);
    background-position: center, center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(80%);
}