/*import*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
    /*Font*/
    --theme-font-family: "Roboto", sans-serif;
    /*Navbar*/
    --ob-nav-text-color: #fff;
    --ob-nav-bg-color: #E8151E;
    /*color primary*/
    --theme-primary-50: #fce3e4;
    --theme-primary-100: #f8b9bc;
    --theme-primary-200: #f48a8f;
    --theme-primary-300: #ef5b62;
    --theme-primary-400: #eb3840;
    --theme-primary-500: #e8151e;
    --theme-primary-600: #e5121a;
    --theme-primary-700: #e20f16;
    --theme-primary-800: #de0c12;
    --theme-primary-900: #d8060a;
    --theme-primary-A100: #ffffff;
    --theme-primary-A200: #ffe2e7;
    --theme-primary-A400: #ffafbd;
    --theme-primary-A700: #ff96a8;
    --theme-primary-contrast-50: #000000;
    --theme-primary-contrast-100: #000000;
    --theme-primary-contrast-200: #000000;
    --theme-primary-contrast-300: #000000;
    --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;
    /*vendor login lateral dialog footer color*/
    --ob-external-vendor-login-footer-bg-color: #282a6F;
}

/*header*/
mat-toolbar.mat-toolbar.ob-top-bar.mat-toolbar-single-row {
    background-color: #E8151E;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

mat-toolbar.mat-toolbar.ob-top-bar.mat-toolbar-single-row .mat-mdc-unelevated-button:disabled {
    color: #870305 !important;
    background: #B00C10 !important;
}

/*Footer*/
app-channel-footer {
    background-color: #282A6F;
}

.channel-footer .lower-line {
    border-top: 1px solid #fff;
    margin: 1rem 0 1rem 0;
    padding-top: 1rem;
}

.channel-footer .lower-line img {
    height: 50px !important;
    width: auto !important;
}

.lower-line {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.channel-footer-content .upper-line {
    margin: 1rem 0 1rem 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.upper-line {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.channel-footer-content .upper-line img {
    width: 120px !important;
}

/*boton invitado*/
#guest-btn .mdc-button__label {
    color: #414141;
}

/*subfooter*/
ob-footer.main-footer {
    background-color: #282A6F !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;
}

/*texto navbar con fondo en color para que se vea blanco*/
button.mdc-button.mat-mdc-button.mat-unthemed.mat-mdc-button-base.ng-star-inserted {
    color: white;
}

/*Mobile*/
@media only screen and (max-width: 40.063em) {
    .channel-footer-content {
        display: none;
    }
}

/*Ocultar zona de precio disabled- FAN INTERNACIONAL*/
.item-pz-266277.ob-selection-item.disabled {
    display: none;
}

/*Quitar border-bottom del ultimo elemento*/
.ob-selection-item[_ngcontent-ng-c2460819749]:nth-child(2) {
    border-bottom: none !important;
}

/*Context Expandable Message Dialog*/
ob-context-expandable-message .floating-expansion-panel .body.with-fade {
    mask-image: none !important;
}

@media (min-width: 640px) {
    ob-context-expandable-message .header {
        height: 41px !important;
    }

    ob-context-expandable-message .floating-expansion-panel {
        width: 334px !important;
    }

    ob-context-expandable-message .body {
        max-height: unset !important;
        height: 260px !important;
        color: white !important;
    }

    ob-context-expandable-message .footer {
        visibility: hidden !important;
        margin: 0 !important;
    }
}

/*Ocultar precio desde 0 en sesiones*/
#eventId-48323 .time-card-content span.price {
    display: none;
}

#eventId-48323 span.price-from,
#eventId-48323 span.price-value {
    display: none !important;
}