/* /Components/Charts/Dashboard/DashboardHostDialog.razor.rz.scp.css */
.dashboard-maingrid[b-zfvzamo3zx] {
    display: grid;
    width: 100%;
    height: 100%;
    grid-template-rows: 40px 1fr 1fr 1fr 1fr;
    grid-template-columns: auto 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}


.proefles-conversie-tabbuttons[b-zfvzamo3zx] {
    grid-column-start: 2;
    grid-column-end: 13;
    grid-row-start: 1;
    grid-row-end: 2;
    background-color: white;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;

    
}
.proefles-conversie-body[b-zfvzamo3zx] {
    grid-column-start: 2;
    grid-column-end: 13;
    grid-row-start: 2;
    grid-row-end: 6;
    background-color: white;
    width: 100%;
    height: 100%;
}

/* /Components/Charts/Dashboard/Overview/OverviewHostDialog.razor.rz.scp.css */
.css-overview-maingrid[b-588qk4fsvh] {
    grid-column-start: 2;
    grid-column-end: 13;
    grid-row-start: 1;
    grid-row-end: 5;
    display: grid;
    background-color: white;
    width: 100%;
    height: 100%;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
}

.css-graph1[b-588qk4fsvh] {
    display: flex;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    background-color: white;
    padding: 10px;
}


.css-graph2[b-588qk4fsvh] {
    display: flex;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    background-color: white;
    padding: 10px;
}
/* /Components/Charts/Dashboard/ProeflesConversie/DimensionButton.razor.rz.scp.css */
.dimension-button[b-dhicyw23hm] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 90%;
    border: none;
    background-color: inherit;
    margin-left: 0;
    margin-right: 0;
    padding: 0 0 0 0;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 4px;
}

    .dimension-button p[b-dhicyw23hm] {
        font-size: 14px;
        margin-top: 0;
        margin-bottom: 0;
        cursor: pointer;
    }
.dimension-button-active[b-dhicyw23hm] {
    background-color: cadetblue;
    color: white;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: coral;


}
/* /Components/Charts/Dashboard/ProeflesConversie/ProeflesConversieComponent.razor.rz.scp.css */
.css-mainbody[b-u7v64w7faw] {
    grid-column-start: 2;
    grid-column-end: 13;
    grid-row-start: 2;
    grid-row-end: 6;
    background-color: white;
    width: 100%;
    height: 100%;
}
/* /Components/Charts/Dashboard/ProspectsAnalysis/ProspectsAnalysisComponent.razor.rz.scp.css */
.css-mainbody[b-0rbhdyilvu] {
    grid-column-start: 2;
    grid-column-end: 13;
    grid-row-start: 1;
    grid-row-end: 6;
    background-color: white;
    width: 100%;
    height: 100%;
}
/* /Components/Charts/Dashboard/SideControlComponent.razor.rz.scp.css */
.dashboard-sidecontrol[b-7egl88ctco] {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 6;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: flex-start;
    align-content: flex-start;
}

.css-menucomponent-maindiv[b-7egl88ctco] {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: calc(100vh - 150px);
    position: absolute;
    top: 10px;
    background-color: var(--ivx-mainmenu-background);
}

.css-menuitem-base[b-7egl88ctco] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    background-color: var(--ivx-menuitem-background);
    padding-left: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: var(--ivx-menuitem-background);
    border-radius: 5px;
}

    .css-menuitem-base:hover[b-7egl88ctco] {
        background-color: var(--ivx-menuitem-hover);
        border-color: var(--ivx-menuitem-active-bordercolor);
    }

    .css-menuitem-base p[b-7egl88ctco] {
        margin-top: unset;
        margin-bottom: unset;
        margin-left: 15px;
        color: white;
        font-size: 14px;
        font-weight: 400;
        min-height: 25px;
        height: auto;
        text-align: left;
        cursor: pointer;
    }

.css-menuitem-root[b-7egl88ctco] {
    margin-left: 10px;
    margin-right: 10px;
    min-height: 50px;
    height: auto;
    margin-top: 2px;
}

.css-menuitem-child[b-7egl88ctco] {
    justify-content: flex-end;
    margin-left: 10px;
    margin-right: 10px;
    height: 30px;
    margin-top: 2px;
}


/* Menuitems icons */
.home[b-7egl88ctco]::before {
    content: '\e102';
}

.dashboard[b-7egl88ctco]::before {
    content: '\e717';
}
.chart-pivot[b-7egl88ctco]::before {
    content: '\e71d';
}
.chart-table[b-7egl88ctco]::before {
    content: '\e763';
}

.chart-column[b-7egl88ctco]::before {
    content: '\e7dd';
}
.chart-bar[b-7egl88ctco]::before {
    content: '\e7de';
}
.chart-line[b-7egl88ctco]::before {
    content: '\e7df';
}
.chart-scatter[b-7egl88ctco]::before {
    content: '\e7e0';
}
.chart-area[b-7egl88ctco]::before {
    content: '\e7e1';
}
.chart-pie[b-7egl88ctco]::before {
    content: '\e458';
}

.docking-open[b-7egl88ctco]::before {
    content: '\e654';
}

.docking-closed[b-7egl88ctco]::before {
    content: '\e653';
}

.childmenu-closed[b-7egl88ctco] {
    position: absolute;
    right: 10px;
    color: #73808c;
}

    .childmenu-closed[b-7egl88ctco]::before {
        content: '\e781';
    }

.childmenu-open[b-7egl88ctco] {
    position: absolute;
    right: 10px;
    color: #73808c;
}

    .childmenu-open[b-7egl88ctco]::before {
        content: '\e798';
    }



/* /Components/Desktop/DesktopHostDialog.razor.rz.scp.css */
.css-tabpages-placing[b-8a9pijq7p3] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    grid-column-start: 1;
    grid-column-end: 11;
    grid-row-start: 1;
    grid-row-end: 2;
    width: 100%;
    height: auto;
}


.css-dashboards-widgets-placing[b-8a9pijq7p3] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    grid-column-start: 1;
    grid-column-end: 13;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.css-bailine[b-8a9pijq7p3] {
    background-image: url("/images/logo/Bailine.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 90%;
    background-size: auto 25%;
}

.css-ladyline[b-8a9pijq7p3] {
    background-image: url("/images/logo/Ladyline.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 90%;
    background-size: auto 30%;
}
.css-bbb[b-8a9pijq7p3] {
    background-image: url("/images/logo/bbb.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 90%;
    background-size: auto 30%;
}

.css-dashboards-grid-placing[b-8a9pijq7p3] {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    overflow-y: hidden;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    grid-column-start: 1;
    grid-column-end: 13;
    grid-row-start: 2;
    grid-row-end: 3;
    font-size: 12px;
    font-weight: normal;
}

.css-systeeminstellingen-placing[b-8a9pijq7p3] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    grid-column-start: 1;
    grid-column-end: 13;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 100%;
    height: auto;
    min-height: 42px;
    overflow-y: auto;
    background: white;
}



/* /Components/Desktop/TabpageComponent.razor.rz.scp.css */
.css-tabpagecontrol-placing-and-color[b-gbfuxz2yzb] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    width: 100%;
    height: 100%;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: var(--ivx-boxcolor);
}


.css-tabitem-base[b-gbfuxz2yzb] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 28px;
    padding-left: 12px;
    padding-right: 12px;
    cursor: pointer;
    border-radius: 15px;
    border-style: solid;
    border-width: 1px;
    margin-left: 10px;
    margin-top: 2px;
    box-shadow: 5px 5px 15px -3px rgba(0,0,0,0.15);
}

.css-tabitem-active[b-gbfuxz2yzb] {
    font-size: small;
    background-color: var(--ivx-tabitem-active-backgroundcolor);
    color: var(--ivx-tabitem-active-color);
    border-color: var(--ivx-tabitem-active-bordercolor);
    border-top-width: 2px;
    border-right-width: 1px;
    border-left-width:1px;
    border-bottom-width: 1px;
    padding-right: 4px;
}

    .css-tabitem-active p[b-gbfuxz2yzb] {
        margin: unset;
        cursor:pointer;
        margin-right:8px;

    }


.css-tabitem-inactive[b-gbfuxz2yzb] {
    font-size: small;
    background-color: var(--ivx-tabitem-inactive-backgroundcolor);
    color: var(--ivx-tabitem-inactive-color);
    border-color: var(--ivx-tabitem-active-bordercolor);
}

    .css-tabitem-inactive p[b-gbfuxz2yzb] {
        margin: unset;
        cursor: pointer;
    }
/* /Components/Funnels/FunnelsHostDialog.razor.rz.scp.css */
.list-funnels-panel[b-avjt2ep5so] {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    width: calc(15% - 20px);
    height: calc(100% - 20px);
    margin: 10px;
}


.panel-header[b-avjt2ep5so] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    width: 100%;
    height: 34px;
}

    .panel-header h5[b-avjt2ep5so] {
        margin-top: unset;
        margin-bottom: unset;
    }

.panel-grid[b-avjt2ep5so] {
    display: block;
    width: 100%;
    height: calc(100% - 34px);
}

.funnel-roots-panel[b-avjt2ep5so] {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    width: calc(30% - 20px);
    height: calc(100% - 20px);
    margin: 10px;
}

.funnel-events-panel[b-avjt2ep5so] {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    width: calc(55% - 20px);
    height: calc(100% - 20px);
    margin: 10px;
}
/* /Components/Funnels/FunnelstepOptionsComponent.razor.rz.scp.css */
.options-widgets-placing[b-fmn4j64h6n] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
}

.widgetbox[b-fmn4j64h6n] {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    /*background-color: var(--ivx-widget-background);*/
    background: rgb(158,152,205);
    background: linear-gradient(143deg, rgba(158,152,205,1) 0%, rgba(232,230,255,1) 0%, rgba(255,255,255,1) 100%);
    border-style: solid;
    border-color: var(--ivx-widget-hover-background);
    border-width: 1px 1px 1px 1px; /* top right bottom left*/
    border-radius: 4px;
    box-shadow: 5px 5px 15px -3px rgba(0,0,0,0.15);
    width: 100px;
    height: 85px;
    position: relative;
    margin: 15px;
}

    .widgetbox:hover[b-fmn4j64h6n] {
        background: unset;
        background-color: var(--ivx-widget-hover-background);
        color: white;
    }

.widgetbox-text[b-fmn4j64h6n] {
    width: 100%;
    height: auto;
}

    .widgetbox-text p[b-fmn4j64h6n] {
        text-align: center;
        margin-top: 5px;
        margin-bottom: unset;
        cursor: default;
        font-size: 10px;
    }

.widgetbox-image[b-fmn4j64h6n] {
    width: 48px;
    height: 48px;
    margin-top: 2px;
    flex-shrink: 0;
}

.options-mergetags-placing[b-fmn4j64h6n] {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    width: 400px;
    height: auto;
}
/* /Components/Gebruikers/GebruikerDialog.razor.rz.scp.css */

#drag-drop-wrapper[b-r07vgvn3ar] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 16.666667%;
}
/* /Components/Gebruikers/GebruikersHostDialog.razor.rz.scp.css */


.css-grid-placing[b-omvlcimhsp] {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    overflow-y: hidden;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    font-size: 12px;
    font-weight: normal;
}
/* /Components/Generic/ButtonComponent.razor.rz.scp.css */
.css-button-position[b-x7e51gtjf7] {
    margin: 4px;
}
/* /Components/Generic/ButtonContainer.razor.rz.scp.css */
.css-container-horizontal[b-c0nz9y5984] {
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.css-container-vertical[b-c0nz9y5984] {
    padding: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}

.css-container-ivxdialog[b-c0nz9y5984] {
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}


/* /Components/Generic/FormContainer.razor.rz.scp.css */
.css-formcontainer[b-htx0lo7acl] {
    width: 100%;
    min-width: 85px;
    padding-left: 10px;
    padding-right: 10px;
}

    .css-formcontainer div.row[b-htx0lo7acl] {
        padding: 15px 0px;
        margin-left: 0px;
        margin-right: 0px;
    }
/* /Components/Generic/MenuComponent.razor.rz.scp.css */

.css-menucomponent-maindiv[b-onji80fbtx] {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: calc(100vh - 150px);
    position: absolute;
    top: 10px;
    background-color: var(--ivx-mainmenu-background);
}

/* /Components/Generic/MenuItemComponent.razor.rz.scp.css */
.css-menuitem-base[b-31t8zm6dc2] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    background-color: var(--ivx-menuitem-background);
    padding-left: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: var(--ivx-menuitem-background);
    border-radius: 5px;

}

    .css-menuitem-base:hover[b-31t8zm6dc2] {
        background-color: var(--ivx-menuitem-hover);
        border-color: var(--ivx-menuitem-active-bordercolor);
    }

    .css-menuitem-base p[b-31t8zm6dc2] {
        margin-top: unset;
        margin-bottom: unset;
        margin-left:15px;
        color: white;
        font-size: 14px;
        font-weight: 400;
        min-height: 25px;
        height: auto;
        text-align: left;
        cursor: pointer;
    }

.css-menuitem-root[b-31t8zm6dc2] {
    margin-left: 10px;
    margin-right: 10px;
    min-height: 50px;
    height:auto;
    margin-top: 2px;
}

.css-menuitem-child[b-31t8zm6dc2] {
    justify-content: flex-end;
    margin-left: 10px;
    margin-right: 10px;
    height: 30px;
    margin-top: 2px;
}



/* Menuitems icons */
.home[b-31t8zm6dc2]::before {
    content: '\e102';
}

.dashboard[b-31t8zm6dc2]::before {
    content: '\e717';
}

.employees[b-31t8zm6dc2]::before {
    content: '\e7d3';
}

.currentuser[b-31t8zm6dc2]::before {
    content: '\e679';
}

.profile[b-31t8zm6dc2]::before {
    content: '\e10c';
}

.info[b-31t8zm6dc2]::before {
    content: '\e11b';
}

.settings[b-31t8zm6dc2]::before {
    content: '\e10b';
}

.docking-open[b-31t8zm6dc2]::before {
    content: '\e654';
}

.docking-closed[b-31t8zm6dc2]::before {
    content: '\e653';
}

.childmenu-closed[b-31t8zm6dc2] {
    position:absolute;
    right: 10px;
    color: #73808c;

}
.childmenu-closed[b-31t8zm6dc2]::before {
    content: '\e781';
}

.childmenu-open[b-31t8zm6dc2] {
    position: absolute;
    right: 10px;
    color: #73808c;
}
.childmenu-open[b-31t8zm6dc2]::before {
    content: '\e798';
}

/* /Components/Generic/PanelComponent.razor.rz.scp.css */
.css-paneldiv-header[b-6hogy6iy9a] {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    height: 25px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    border-bottom: 1px solid rgb(240,240,240);
    padding-left: 10px;
    color: blue;
    font-size: 125%;
}


.css-paneldiv-default[b-6hogy6iy9a] {
    border: 1px solid rgb(240,240,240);
    border-radius: 5px;
}

.css-paneldiv-container-column[b-6hogy6iy9a] {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    border: none;
}

.css-paneldiv-container-row[b-6hogy6iy9a] {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    border: none;
}

/* /Components/Main/LoginComponent.razor.rz.scp.css */

.e-dialog .e-dlg-header-content[b-9hi7k9s9uv] {
    background-color: white;
}

.css-companyname[b-9hi7k9s9uv] {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
    height: 75px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    border-bottom: 1px solid rgb(240,240,240);
    padding-left: 10px;
    color: blue;
    font-size: 150%;
    margin-bottom: 25px;
}

.css-imagediv[b-9hi7k9s9uv] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    height: 40px;
    background-color: white;
    margin-left: 10px;
}

    .css-imagediv h3[b-9hi7k9s9uv] {
        margin-left: 25px;
        font-size: 1.75rem;
        margin-top: unset;
        margin-bottom: unset;
    }

.css-image[b-9hi7k9s9uv] {
    height: 40px;
}

/* /Components/Main/MainHost.razor.rz.scp.css */
.css-maingrid[b-4pasqx17ss] {
    display: grid;
    width: 100%;
    height: 100%;
    grid-template-rows: minmax(42px,auto) 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 125px 60px;
}
/* /Components/Main/MainHostPasswordReset.razor.rz.scp.css */
.css-maingrid[b-ouoe575jie] {
    display: grid;
    background-color: white;
    width: 100%;
    height: 100%;
    grid-template-rows: 60px 1fr 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.css-copyright[b-ouoe575jie] {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 3;
    grid-row-end: 4;
    padding-left: 10px;
    font-size: small;
    font-weight: 200;
    display: flex;
    align-items: flex-start;
    color: black;
}

/* /Components/Main/PasswordComponent.razor.rz.scp.css */
.e-dialog .e-dlg-header-content[b-xknmqab569] {
    background-color: white;
}

.css-companyname[b-xknmqab569] {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
    height: 75px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    border-bottom: 1px solid rgb(240,240,240);
    padding-left: 10px;
    color: blue;
    font-size: 150%;
    margin-bottom: 25px;
}

.css-imagediv[b-xknmqab569] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    height: 40px;
    background-color: white;
    margin-left: 10px;
}

    .css-imagediv h3[b-xknmqab569] {
        margin-left: 25px;
        font-size: 1.75rem;
        margin-top: unset;
        margin-bottom: unset;
    }

.css-image[b-xknmqab569] {
    height: 40px;
}

/* /Components/Main/TopcontrolComponent.razor.rz.scp.css */
/* box over de volle breedte die we van links af gaan vullen. */
.css-topcontrol-logo-box[b-7fvjqt4079] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    grid-column-start: 12;
    grid-column-end: 13;
    grid-row-start: 1;
    grid-row-end: 2;
    color: var(--ivx-fontcolor);
    border-bottom: 1px solid var(--ivx-boxcolor);
    width: auto;
    flex-shrink: 0;
    justify-content:center;
}

.css-topcontrol-image[b-7fvjqt4079] {
    height: 38px;
}



.css-topcontrol-copyright-box[b-7fvjqt4079] {
    display: flex;
    flex-wrap: wrap;
    flex-direction:column-reverse;
    align-items: center;
    grid-column-start: 11;
    grid-column-end: 12;
    grid-row-start: 1;
    grid-row-end: 2;
    color: var(--ivx-fontcolor);
    border-bottom: 1px solid var(--ivx-boxcolor);
    padding-bottom: 3px;

}
    .css-topcontrol-copyright-box p[b-7fvjqt4079] {
        margin: unset;
        font-size: 0.70rem;
        width:100%;
        text-align:right;
    }


/* /Components/Marketing/Campaigns/CampaignDialog.razor.rz.scp.css */
.widgetbox[b-5be1qaermj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    /*background-color: var(--ivx-widget-background);*/
    background: rgb(158,152,205);
    background: linear-gradient(143deg, rgba(158,152,205,1) 0%, rgba(232,230,255,1) 0%, rgba(255,255,255,1) 100%);
    border-style: solid;
    border-color: var(--ivx-widget-hover-background);
    border-width: 1px 1px 1px 1px; /* top right bottom left*/
    border-radius: 4px;
    box-shadow: 5px 5px 15px -3px rgba(0,0,0,0.15);
    width: 110px;
    height: 100px;
    position: relative;
    margin: 15px;
    padding: 5px;
}

    .widgetbox:hover[b-5be1qaermj] {
        background: unset;
        background-color: var(--ivx-widget-hover-background);
        color: white;
    }

.widgetbox-text[b-5be1qaermj] {
    width: 100%;
    height: auto;
}

    .widgetbox-text p[b-5be1qaermj] {
        text-align: center;
        margin-top: 5px;
        margin-bottom: unset;
        cursor: default;
        font-size: 12px;
    }

.widgetbox-image[b-5be1qaermj] {
    width: 48px;
    height: 48px;
    margin-top: 2px;
    flex-shrink: 0;
}
/* /Components/Marketing/Campaigns/CampaignsHostDialog.razor.rz.scp.css */
.campaigns-panel[b-uvxuusrggm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    width: calc(30% - 20px);
    height: calc(100% - 20px);
    margin: 10px;
}
.panel-header[b-uvxuusrggm] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    width: 100%;
    height: 34px;
}

    .panel-header h5[b-uvxuusrggm] {
        margin-top: unset;
        margin-bottom: unset;
    }

.panel-grid[b-uvxuusrggm] {
    display: block;
    width: 100%;
    height: calc(100% - 34px);
}

.campaign-conversions-panel[b-uvxuusrggm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    width: calc(70% - 20px);
    height: calc(100% - 20px);
    margin: 10px;
}
/* /Components/Marketing/Mailinglists/CampaignDetailsComponent.razor.rz.scp.css */
.options-log-placing[b-c2uv9piryj] {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
}

.table-body[b-c2uv9piryj] {
    width: 100%;
}

.table-headerrow[b-c2uv9piryj] {
    height: 8px;
    vertical-align: top;
    line-height: 1.5rem;
    
}

.table-row[b-c2uv9piryj] {
    height: 8px;
}
/* /Components/Marketing/Mailinglists/CampaignOptionsComponent.razor.rz.scp.css */
.options-widgets-placing[b-h9nlecgetl] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
}

.widgetbox[b-h9nlecgetl] {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    /*background-color: var(--ivx-widget-background);*/
    background: rgb(158,152,205);
    background: linear-gradient(143deg, rgba(158,152,205,1) 0%, rgba(232,230,255,1) 0%, rgba(255,255,255,1) 100%);
    border-style: solid;
    border-color: var(--ivx-widget-hover-background);
    border-width: 1px 1px 1px 1px; /* top right bottom left*/
    border-radius: 4px;
    box-shadow: 5px 5px 15px -3px rgba(0,0,0,0.15);
    width: 100px;
    height: 85px;
    position: relative;
    margin: 15px;
}

    .widgetbox:hover[b-h9nlecgetl] {
        background: unset;
        background-color: var(--ivx-widget-hover-background);
        color: white;
    }

.widgetbox-text[b-h9nlecgetl] {
    width: 100%;
    height: auto;
}

    .widgetbox-text p[b-h9nlecgetl] {
        text-align: center;
        margin-top: 5px;
        margin-bottom: unset;
        cursor: default;
        font-size: 10px;
    }

.widgetbox-image[b-h9nlecgetl] {
    width: 48px;
    height: 48px;
    margin-top: 2px;
    flex-shrink: 0;
}

.options-mergetags-placing[b-h9nlecgetl] {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    width: 400px;
    height: auto;
}

/* /Components/Marketing/Mailinglists/FilterDialog.razor.rz.scp.css */
.css-selectiongrid[b-ovof3vcnvb] {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
}
/* /Components/Marketing/Mailinglists/MailinglistsHostDialog.razor.rz.scp.css */
.root-mailinglists-panel[b-jg4a7cra7d] {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    width: calc(30% - 20px);
    height: calc(100% - 20px);
    margin: 10px;
}

.panel-header[b-jg4a7cra7d] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    width: 100%;
    height: 34px;
}

    .panel-header h5[b-jg4a7cra7d] {
        margin-top: unset;
        margin-bottom: unset;
    }

.panel-grid[b-jg4a7cra7d] {
    display: block;
    width: 100%;
    height: calc(100% - 34px);
}

.mailingcampaigns-panel[b-jg4a7cra7d] {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    width: calc(70% - 20px);
    height: calc(100% - 20px);
    margin: 10px;
}
/* /Components/Medialibrary/DashboardHostDialog.razor.rz.scp.css */
.medialibrary-panel[b-31uvqc065w] {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 20px;
}

/* /Components/Medialibrary/ExplorerHostDialog.razor.rz.scp.css */
.medialibrary-panel[b-3ly9efj33h] {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 20px;
}

.explorer-maingrid[b-3ly9efj33h] {
    display: grid;
    grid-template-rows: minmax(42px,auto) minmax(42px,auto) 1fr;
    grid-template-columns: 1fr 25%;
    width: 100%;
    height: 100%;
}

.explorer-datagrid-panel[b-3ly9efj33h] {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
}

.explorer-breadcrumb-panel[b-3ly9efj33h] {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    width: 100%;
    height: 42px;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
}
.explorer-toolbar-panel[b-3ly9efj33h] {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    width: 100%;
    height: 42px;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
}

.explorer-filetype-image[b-3ly9efj33h] {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
}
.explorer-filedescription[b-3ly9efj33h] {
    width: auto;
    height: auto;
    cursor: pointer;

}
    .explorer-filedescription p[b-3ly9efj33h] {
        margin-top: unset;
        margin-bottom: unset;
        font-size: 1.2em;
    }


.explorer-folderdescription[b-3ly9efj33h] {
    width: auto;
    height: auto;
    cursor: pointer;
}

    .explorer-folderdescription p[b-3ly9efj33h] {
        margin-top: unset;
        margin-bottom: unset;
        font-size: 1.2em;
    }

    .explorer-folderdescription p:hover[b-3ly9efj33h] {
        color: blue;
        text-decoration: underline;
    }
/* /Components/Medialibrary/MediaShareComponent.razor.rz.scp.css */
.mediashare-panel[b-tvp5nikdx1] {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    width: 100%;
    height: 115px;
    background: rgb(158,152,205);
    background: linear-gradient(143deg, rgba(158,152,205,1) 0%, rgba(232,230,255,1) 0%, rgba(255,255,255,1) 100%);
    border-style: solid;
    border-color: var(--ivx-widget-hover-background);
    border-width: 1px 1px 1px 1px; /* top right bottom left*/
    border-radius: 4px;
    box-shadow: 5px 5px 15px -3px rgba(0,0,0,0.15);
    margin: 15px;
}

.widgetbox[b-tvp5nikdx1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    /*background-color: var(--ivx-widget-background);*/
    background: rgb(158,152,205);
    background: linear-gradient(143deg, rgba(158,152,205,1) 0%, rgba(232,230,255,1) 0%, rgba(255,255,255,1) 100%);
    border-style: solid;
    border-color: var(--ivx-widget-hover-background);
    border-width: 1px 1px 1px 1px; /* top right bottom left*/
    border-radius: 4px;
    box-shadow: 5px 5px 15px -3px rgba(0,0,0,0.15);
    width: 100px;
    height: 85px;
    position: relative;
    margin: 15px;
}
    .widgetbox:hover[b-tvp5nikdx1] {
        background: unset;
        background-color: var(--ivx-widget-hover-background);
        color: white;
    }

.widgetbox-text[b-tvp5nikdx1] {
    width: 100%;
    height: auto;
}

    .widgetbox-text p[b-tvp5nikdx1] {
        text-align: center;
        margin-top: 5px;
        margin-bottom: unset;
        cursor: default;
        font-size: 10px;
    }

.widgetbox-image[b-tvp5nikdx1] {
    width: 48px;
    height: 48px;
    margin-top: 2px;
    flex-shrink: 0;
}

.information-panel[b-tvp5nikdx1] {
    width: 400px;
    height: 85px;
    position: relative;
    margin: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
}

.description-box[b-tvp5nikdx1] {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    width: 100%;
    height: 30px;
}
    .description-box p[b-tvp5nikdx1] {
        text-align: center;
        margin-top: 5px;
        margin-bottom: unset;
        cursor: default;
        font-size: 24px;
    }

.buttoncontrols-box[b-tvp5nikdx1] {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    width: 100%;
    height: 14px;
    margin-top: 8px;
}
/* /Components/Medialibrary/OverviewComponent.razor.rz.scp.css */
.overview-panel[b-o8saz4c7no] {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    width: 100%;
    height: 115px;
    background: rgb(158,152,205);
    background: linear-gradient(143deg, rgba(158,152,205,1) 0%, rgba(232,230,255,1) 0%, rgba(255,255,255,1) 100%);
    border-style: solid;
    border-color: var(--ivx-widget-hover-background);
    border-width: 1px 1px 1px 1px; /* top right bottom left*/
    border-radius: 4px;
    box-shadow: 5px 5px 15px -3px rgba(0,0,0,0.15);
    margin: 15px;
}


.widgetbox[b-o8saz4c7no] {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    /*background-color: var(--ivx-widget-background);*/
    background: rgb(158,152,205);
    background: linear-gradient(143deg, rgba(158,152,205,1) 0%, rgba(232,230,255,1) 0%, rgba(255,255,255,1) 100%);
    border-style: solid;
    border-color: var(--ivx-widget-hover-background);
    border-width: 1px 1px 1px 1px; /* top right bottom left*/
    border-radius: 4px;
    box-shadow: 5px 5px 15px -3px rgba(0,0,0,0.15);
    width: 100px;
    height: 85px;
    position: relative;
    margin: 15px;
}

    .widgetbox:hover[b-o8saz4c7no] {
        background: unset;
        background-color: var(--ivx-widget-hover-background);
        color: white;
    }

.widgetbox-text[b-o8saz4c7no] {
    width: 100%;
    height: auto;
}

    .widgetbox-text p[b-o8saz4c7no] {
        text-align: center;
        margin-top: 5px;
        margin-bottom: unset;
        cursor: default;
        font-size: 10px;
    }

.widgetbox-image[b-o8saz4c7no] {
    width: 48px;
    height: 48px;
    margin-top: 2px;
    flex-shrink: 0;
}
/* /Components/Medialibrary/ToolbarComponent.razor.rz.scp.css */
.toolbar-button[b-e3ggm7pime] {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    position: relative;
    margin: 5px;
    border: none;
    background: unset;
}

.toolbar-image[b-e3ggm7pime] {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
}

.toolbar-tooltip[b-e3ggm7pime] {
    position: absolute;
    left: calc( 50% - 60px );
    top: 45%;
}
/* /Components/Studios/StudioDialogBailine.razor.rz.scp.css */
.css-dialog-body[b-lug7pyws3z] {
    display: grid;
    width: 100%;
    height: 100%;

}
/* /Components/Studios/StudioDialogBBB.razor.rz.scp.css */
.css-dialog-body[b-qzhyiz3n7f] {
    display: grid;
    width: 100%;
    height: 100%;

}
/* /Components/Studios/StudioDialogLadyline.razor.rz.scp.css */
.css-dialog-body[b-zwp37l4vsz] {
    display: grid;
    width: 100%;
    height: 100%;

}
/* /Components/Studios/StudiosHostDialog.razor.rz.scp.css */
.css-grid-placing[b-d0uoshi3qn] {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    overflow-y: hidden;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    font-size: 12px;
    font-weight: normal;
}
/* /Components/Systeem/SysteemHostDialog.razor.rz.scp.css */
.css-stripokeys-panel[b-m3ha0mx3iq] {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    border-style: solid;
    border-color: var(--ivx-widget-hover-background);
    border-width: 1px 1px 1px 1px; /* top right bottom left*/
    border-radius: 4px;
    box-shadow: 5px 5px 15px -3px rgba(0,0,0,0.15);
    width: 700px;
    height: 90%;
    position: relative;
    margin: 15px;
}

.css-panel-header[b-m3ha0mx3iq] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    width: 100%;
    height: 34px;

}
.css-panel-header h5[b-m3ha0mx3iq] {
    margin-top: unset;
    margin-bottom: unset;
}

.css-stripokeys-grid[b-m3ha0mx3iq] {
    display: block;
    width: 100%;
    height: calc(100% - 34px);


}


.css-channelconnections-panel[b-m3ha0mx3iq] {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    border-style: solid;
    border-color: var(--ivx-widget-hover-background);
    border-width: 1px 1px 1px 1px; /* top right bottom left*/
    border-radius: 4px;
    box-shadow: 5px 5px 15px -3px rgba(0,0,0,0.15);
    width: 600px;
    height: 300px;
    position: relative;
    margin: 15px;
}
.css-channelconnections-grid[b-m3ha0mx3iq] {
    display: block;
    width: 100%;
    height: calc(100% - 34px);
}
/* /Components/Transactie/StripoEmailSelectDialog.razor.rz.scp.css */
.css-selectiongrid[b-cse6kn3iqw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    width: calc(100% - 20px);
    height: calc(100% - 140px);
    margin-left: 10px;
    margin-right: 10px;
}

/* /Components/Transactie/TransactieHostDialog.razor.rz.scp.css */

.root-trevents-panel[b-ape0a08hib] {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    width: calc(40% - 20px);
    height: calc(100% - 20px);
    margin: 10px;
}

.panel-header[b-ape0a08hib] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    width: 100%;
    height: 34px;
}

    .panel-header h5[b-ape0a08hib] {
        margin-top: unset;
        margin-bottom: unset;
    }

.panel-grid[b-ape0a08hib] {
    display: block;
    width: 100%;
    height: calc(100% - 34px);
}

.templates-trevents-panel[b-ape0a08hib] {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    width: calc(60% - 20px);
    height: calc(100% - 20px);
    margin: 10px;
}
/* /Components/Widgets/WidgetComponent.razor.rz.scp.css */

.css-widgetbox[b-quk320okjh] {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    /*background-color: var(--ivx-widget-background);*/
    background: rgb(158,152,205);
    background: linear-gradient(143deg, rgba(158,152,205,1) 0%, rgba(232,230,255,1) 0%, rgba(255,255,255,1) 100%);
    border-style: solid;
    border-color: var(--ivx-widget-hover-background);
    border-width: 1px 1px 1px 1px; /* top right bottom left*/
    border-radius: 4px;
    box-shadow: 5px 5px 15px -3px rgba(0,0,0,0.15);
    width: 250px;
    height: 200px;
    position: relative;
    margin: 15px;
}

    .css-widgetbox:hover[b-quk320okjh] {
        background: unset;
        background-color: var(--ivx-widget-hover-background);
        color: white;
    }


.css-widgetbox-incolumn[b-quk320okjh] {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    background-color: var(--ivx-widget-background);
    border-style: solid;
    border-color: var(--ivx-widget-hover-background);
    border-width: 1px 1px 1px 1px; /* top right bottom left*/
    box-shadow: 5px 5px 15px -3px rgba(0,0,0,0.15);
    width: 100%;
    max-width: 250px;
    min-height: 125px;
    height: auto;
    position: relative;
    margin: 5px;
}

    .css-widgetbox-incolumn:hover[b-quk320okjh] {
        background-color: var(--ivx-widget-hover-background);
        color: white;
    }


.css-widgetbox-selected[b-quk320okjh] {
    border-width: 2px 2px 2px 2px;
    border-color: #364049;
}
.css-widgetbox-text[b-quk320okjh] {
    width: 100%;
    height: auto;
    margin-top: 10px;
    padding-left:15px;
    padding-right:15px;
    padding-bottom:10px;

}

    .css-widgetbox-text p[b-quk320okjh] {
        text-align: center;
        margin-top: 5px;
        margin-bottom: unset;
        cursor:default;
    }

.css-widgetbox-image[b-quk320okjh] {
    width: 60px;
    height: 60px;
    margin-top: 15px;
    flex-shrink: 0;
}

/* /Components/Widgets/WidgetsComponent.razor.rz.scp.css */
body[b-dw5g9ap7tf] {
}
