    /*import*/
    @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@100..900&family=Oswald:wght@200..700&display=swap');

    :root {
        /*Fonts*/
        --theme-font-family: "Noto Sans Arabic", sans-serif;

        /*Tpbar*/
        --ob-custom-nav-text-color: #90d0e3;
        --ob-custom-nav-bg-color: #000;

        /*color primary*/
        --theme-primary-50: #E0E0E0;
        --theme-primary-100: #B3B3B3;
        --theme-primary-200: #808080;
        --theme-primary-300: #4D4D4D;
        --theme-primary-400: #262626;
        --theme-primary-500: #90d0e3;
        --theme-primary-600: #1A1A1A;
        --theme-primary-700: #1A1A1A;
        --theme-primary-800: #1A1A1A;
        --theme-primary-900: #1A1A1A;
        --theme-primary-A100: #A6A6A6;
        --theme-primary-A200: #8C8C8C;
        --theme-primary-A400: #737373;
        --theme-primary-A700: #666666;
        --theme-primary-contrast-50: #1A1A1A;
        --theme-primary-contrast-100: #1A1A1A;
        --theme-primary-contrast-200: #1A1A1A;
        --theme-primary-contrast-300: #FFFFFF;
        --theme-primary-contrast-400: #FFFFFF;
        --theme-primary-contrast-500: #1A1A1A;
        --theme-primary-contrast-600: #FFFFFF;
        --theme-primary-contrast-700: #FFFFFF;
        --theme-primary-contrast-800: #FFFFFF;
        --theme-primary-contrast-900: #ffffff;
        --theme-primary-contrast-A100: #1A1A1A;
        --theme-primary-contrast-A200: #1A1A1A;
        --theme-primary-contrast-A400: #FFFFFF;
        --theme-primary-contrast-A700: #FFFFFF;
        --ob-channel-header-height: 80px;
    }

    /*Header Custom*/
    app-channel-header.channel-header {
        background-color: #000;
        padding: 16px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: center;
        align-content: center;
    }

    /*Texto con boton en la descripción del evento*/
    .waiting-list-container {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
        background-color: #eee;
        border-radius: 8px;
        padding: 16px;
        gap: 30px;
    }

    .waiting-list-text {
        margin: 0 !important;
        color: #000;
        font-size: 16px;
    }

    /*Forzar paddign y alineamiento centrado*/
    a.mdc-button.mdc-button--unelevated.mat-mdc-unelevated-button.mat-primary.mat-mdc-button-base.waiting-list-button {
        padding: 24px;
        text-align: center;
    }


    /*Mayusculas en el titulo*/
    span.title {
        text-transform: uppercase;
    }

    /*Button shooping car disabled only dark top barbackground*/
    mat-toolbar.mat-toolbar button.mdc-button.mat-mdc-button.mat-mdc-button-disabled.mat-unthemed.mat-mdc-button-base {
        color: #b1b1b161 !important;
    }

    /*MOBILE*/
    @media only screen and (max-width: 40.063em) {

        /*Forzar paddign y alineamiento centrado*/
        a.mdc-button.mdc-button--unelevated.mat-mdc-unelevated-button.mat-primary.mat-mdc-button-base.waiting-list-button {
            padding: 26px;
        }
    }
    app-channel-header.channel-header {
    display:none;
}