
@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&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
:root {

    /***Logo's***/
    --logo-standard: url("../../custom/theme/assets/images/Logo-Blauw.png");
    --logo-alt: url("../../custom/theme/assets/images/PO-logo-wit.png");

    /***Header Image (Van toepassing op visual.twig)***/
    /* --header-image: url("../../custom/theme/assets/images/header_background.jpg"); */

    /***Brand Colors***/
    --color-brand-primary: #ED7D31;
    --color-brand-primary-rgb: 237, 125, 49;
    --color-brand-secondary: #336699;
    --color-brand-tertiary: #518fc4;
    --color-brand-light: #F5F6F6;
    --color-brand-dark: #3f3f3f;
    

    /***Font***/
    --font-family: 'Roboto', sans-serif;
    --font-family-title: 'Poppins', sans-serif;
    --font-family-body: "Roboto", sans-serif;
    --font-size: 1.6rem;

    /**** Voor meer settings zie: /themes/base/assets/style/variables.css ****/
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: var(--color-brand-secondary);
}
.logo{
    height: 35px;
}
.tickets-table-container .table-filter-header {
    display: none;
    position: absolute;
}
.container-fluid .sidebar {
    background-color: var(--color-brand-light);
    border-radius: 5px 50px 50px 50px;
    box-shadow: 10px 20px 16px -16px rgba(61,61,61,0.27);
}

.menu-items li .menu-item {
    color: var(--color-brand-dark);
}
.menu-items li.menu-active:not(.menu-group.open) .menu-item:not(.menu-item--sub) {
    color: var(--color-brand-secondary);
}
.menu-items .menu-active-border {
    border-bottom: 2px solid var(--color-brand-secondary);
}

.multistep_vertical_step .step_title {
    font-family: var(--font-family-title);
    color: var(--color-brand-dark);
}

.pointer--current .step_number {
    background: var(--color-brand-secondary);
    border: 2px solid var(--color-brand-secondary);
}

html {
    color: var(--color-brand-dark);
}



.multistep_vertical_step.pointer--current {
    background: var(--color-brand-light);
}

input:not(:disabled):-webkit-autofill, input:not(:disabled):-webkit-autofill:hover, input:not(:disabled):-webkit-autofill:focus, input:not(:disabled):-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px var(--color-neutral-white) inset !important;
    box-shadow: 0 0 0px 1000px var(--color-neutral-white) inset !important;
}

.multistep_progressbar>div {
    background-color: var(--color-brand-tertiary);
}

.toggle-text-container-closed, .tickets .ticket-item .toggle-text-container-closed {
    max-height: 5rem;
}
th{
    font-size: var(--font-size-xs);
}
.container-fluid .poweredby {
    position: fixed;
    bottom: 3.2rem;
    left: 3.2rem;
}
table.dataTable>thead>tr>th, table.dataTable>thead>tr>td {
    padding: 0 0.8rem 0.8rem 0.8rem;
}
