:root {
  --theme-primary-color: #ffffff;
  --theme-primary-color-background: #482f91;
}
@media print {
   :root {
  --theme-primary-color: #ffffff;
  --theme-primary-color-background: #482f91;
   }
}
:root {
  --theme-secondary-color: #000000;
  --theme-secondary-color-background: #d6c6e7;
}
@media print {
   :root {
  --theme-secondary-color: #000000;
  --theme-secondary-color-background: #d6c6e7;
   }
}

:root {
    --huisstijl-licht-bg: hsl(270, 40%, 84%);
    --huisstijl-donker-text: #ffffff;
    --huisstijl-donker-bg: #482f91;
    --huisstijl-licht-text: #000000;
}


.menu-list a.is-active,
.menu-list a.is-active::after,
.menu-list a:hover,
.menu-list a:hover::after {
    color: var(--huisstijl-donker-text) !important;
    background-color: var(--huisstijl-donker-bg) !important;
}

.modal-card-head {
    color: var(--huisstijl-donker-text) !important;
    background-color: var(--huisstijl-licht-bg) !important;

}
.menu-list a {
    color: var(--huisstijl-licht-text) !important;
    background-color: var(--huisstijl-licht-bg) !important;
}
/*
a,
.select:not(.is-multiple):not(.is-loading)::after,
.has-text-link {
    color: var(--huisstijl-donker-bg) !important;
}*/

/* Wijzig kleuren van de headers */
.planmatrix__columnheader {
    background-color: #e9f2dc;
    color: #5a9270;
    stroke: #5a9270;
    padding-bottom: 0.8em;
}

.planmatrix__columnheader .titel {
    font-size: 14pt;
    height: 100%;
} 

@media print {
    .planmatrix__columnheader .contents::before {
        border-bottom-color: rgb(134, 129, 129) !important;
    }
    .planmatrix__columnheader .contents::after {
        border-bottom-color: rgb(134, 129, 129) !important;
    }

}

/* andere stijl voor de actieblokjes */
.type-Actie .card {
    --bc2-clr-current-fg: rgb(189, 189, 189)!important;
    --bc2-clr-current-bg: rgb(255,255,255)!important;
}.logo-layout > .photo {
    background-image: url(https://wsrl.mijnjaarplannen.nl/theme/images/ffda6ce6-9de7-4960-bba2-7a844a01da03/LoadingPhoto/938A47494C50E0ECB2B2C9A35EFFE6E5D028F4C4EE493EB304B33B36F2D91BE0) !important;
}
