/*import*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --theme-font-family: "Poppins", serif;
    /*Navbar Colors*/
    --ob-nav-text-color: #fff;
    --ob-nav-bg-color: #1a1a1a;
    /*color primary*/
    --theme-primary-50: #FBE8E0;
    --theme-primary-100: #F6C5B0;
    --theme-primary-200: #F0A080;
    --theme-primary-300: #EA7A4F;
    --theme-primary-400: #E65E2B;
    --theme-primary-500: #D04606;
    --theme-primary-600: #C54106;
    --theme-primary-700: #AD3805;
    --theme-primary-800: #952F04;
    --theme-primary-900: #6F2203;

    --theme-primary-A100: #FFBDA5;
    --theme-primary-A200: #FF8A66;
    --theme-primary-A400: #FF5727;
    --theme-primary-A700: #FF3D0D;

    --theme-primary-contrast-50: #212121;
    --theme-primary-contrast-100: #212121;
    --theme-primary-contrast-200: #212121;
    --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: #212121;
    --theme-primary-contrast-A200: #212121;
    --theme-primary-contrast-A400: #FFFFFF;
    --theme-primary-contrast-A700: #FFFFFF;
}

/*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: #fff;
}

/*custom .ob-catalog-card*/
.ob-catalog-card .content {
    border-radius:0 0 20px 20px!important;
    background:#111;
    padding:1rem!important;
    color:#ffffff;
}
.ob-catalog-card .ob-image-container {
    border-radius:0!important;
}
.ob-catalog-card .dates{
     color:#df5312!important;
}
/*custom filter calendar bar*/
ob-calendar-filter button   {
    border-radius:50px!important;
    background:#fff!important;  
}
.filter-container {
       background:#fff!important;
}
/*Dark version subfooter*/
/*Background subfooter*/
ob-footer.main-footer {
    background-color: #1a1a1a !important;
}

/*Color links subfooter & copyright*/
.footer-links,
ob-footer.main-footer span.footer-copyright {
    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;
    font-weight: 400;
}

/*Border*/
ob-footer.main-footer ob-button>.mat-mdc-outlined-button {
    border: 1px solid#fff !important;
}

/*Text powered by*/
ob-footer.main-footer section.items-center {
    color: #fff;
}

span.flex.items-center.gap-1 {
    color: #fff;
}

/*Powered by*/
/*Logo ONEBOX*/
ob-footer.main-footer img{
    filter: brightness(90) !important;
}

/*Hide show events button in page events*/
.page-event .sidebar-content{
    display:none;
}