@font-face {
    font-family: 'Whyte';
    src: url('https://client-dists-resources.s3.amazonaws.com/channels-client/balanatickets_coliseum/assets/fonts/Whyte-Regular.woff2') format('woff2'),
        url('https://client-dists-resources.s3.amazonaws.com/channels-client/balanatickets_coliseum/assets/fonts/Whyte-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Whyte-bold';
    src: url('https://client-dists-resources.s3.amazonaws.com/channels-client/balanatickets_coliseum/assets/fonts/Whyte-Bold.woff2') format('woff2'),
        url('https://client-dists-resources.s3.amazonaws.com/channels-client/balanatickets_coliseum/assets/fonts/Whyte-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Whyte Inktrap';
    src: url('https://client-dists-resources.s3.amazonaws.com/channels-client/balanatickets_coliseum/assets/fonts/WhyteInktrap-Bold.woff2') format('woff2'),
        url('https://client-dists-resources.s3.amazonaws.com/channels-client/balanatickets_coliseum/assets/fonts/WhyteInktrap-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

:root {
    /*Fonts*/
    --theme-font-family: "Whyte", sans-serif;
    /*// http://mcg.mbitson.com/#!?mcgpalette0=%231e38df
    /*Navbar Colors*/
    --ob-nav-text-color: #fff;
    --ob-nav-bg-color: #09262D;
    /*color primary*/
    --theme-primary-50: #E4E7FB;
    --theme-primary-100: #BCC3F5;
    --theme-primary-200: #8F9CEF;
    --theme-primary-300: #6274E9;
    --theme-primary-400: #4056E4;
    --theme-primary-500: #1E38DF;
    --theme-primary-600: #1A32DB;
    --theme-primary-700: #162BD7;
    --theme-primary-800: #1224D2;
    --theme-primary-900: #0A17CA;
    --theme-primary-A100: #F5F5FF;
    --theme-primary-A200: #C2C5FF;
    --theme-primary-A400: #8F94FF;
    --theme-primary-A700: #757CFF;
    /*color contrast*/
    --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: #000000;
    --theme-primary-contrast-A400: #000000;
    --theme-primary-contrast-A700: #000000;
}

/*=========================================
    INDEX
    1) Top bar
    2) Top bar
    3) Ob Footer
    4) Resaltar info checkout
    5) Mobile 
    6) Change tag in item catalog on events page
=========================================*/

/*-----------------------------------------
    1) Top bar
-----------------------------------------*/

/*Button shooping car disabled*/
mat-toolbar.mat-toolbar button.mdc-button.mat-mdc-button.mat-mdc-button-disabled.mat-unthemed.mat-mdc-button-base {
    color: #b1b1b161;
}

/*-----------------------------------------
    2) Background of all pages
-----------------------------------------*/

/*BODY*/
ob-page-events,
ob-page-checkout,
.page-event {
    background-color: #F5FBEF;
}


/*-----------------------------------------
    3) Ob Footer
-----------------------------------------*/

/*Background subfooter*/
ob-footer.main-footer {
    background-color: #232823 !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 {
    filter: brightness(20) !important;
}

/*Text powered by*/
ob-footer.main-footer section.items-center {
    color: #fff;
}

/*-----------------------------------------
    4) Highlight checkout info
-----------------------------------------*/

/*Resaltar info checkout fecha y hora session*/
mat-card-content span.ob-session-date {
    background-color: #E4E7FB;
    padding: 0.4rem 0.4rem;
    color: #1E38DF !important;
    border-radius: 8px 0px 0 8px;
    text-transform: uppercase;
}

mat-card-content span.ob-session-time {
    background-color: #E4E7FB;
    padding: 0.4rem 0.4rem 0.4rem 0;
    color: #1E38DF !important;
    border-radius: 0px 8px 8px 0px;
    text-transform: uppercase;
}

/*-----------------------------------------
    5) Mobile 
-----------------------------------------*/

/*MOBILE*/
/* Ajuste para los sliders de la zona de precio, que ahora se ubican en la parte inferior del mapa del venue.*/
@media only screen and (max-width: 40.063em) {
    .ob-mobile-filters-container.no-summary {
        margin-bottom: 70px;
    }
}

/*-----------------------------------------------
    6) Change tag in item catalog on events page
------------------------------------------------*/

/*Hides the default system tag for session ID 2640267 and replaces it with a custom, high-visibility PMR (Reduced Mobility) availability badge*/

/*Step 1: Suppress the default generic tag component*/
div#eventId-49618 ob-catalog-item-card span.ob-tag {
    display: none !important;
}

/*Step 2: Inject the custom PMR notice below the main title using a table display context*/
div#eventId-49618 ob-catalog-item-card h3.title.catalog-item-title::after {
    content: "Quedan solo localidades PMR";
    display: table;
    font-size: 12px;
    font-weight: bold;
    color: #CE001B;
    background-color: #FFDDE2;
    border-radius: 999px;
    padding: 0px 9px;
    margin-top: 8px;
}