@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css';

/* /Layout/MainLayout.razor.rz.scp.css */
@media (max-width: 600px) {
    #headWrapper[b-yrx5lrbu0e]  header {
        height: 50px !important;
        position: fixed;
        width: 100%;
    }
    #logoBg[b-yrx5lrbu0e] {
        height: 43px;
        width: 100px;
        background-image: url("/assets/branding-no-icon.svg");
    }
    [b-yrx5lrbu0e] #app-branding h1 {
        font-size: 28px;
    }
    .content[b-yrx5lrbu0e] {
        margin-top: 50px;
        padding: 8px 12px;
    }
    #headWrapper[b-yrx5lrbu0e]  header.hidden {
        top: -50px;
        transition: top 0.3s;
    }
    #headWrapper[b-yrx5lrbu0e]  header.visible {
        top: 0;
        transition: top 0.3s;
    }
}
@media (min-width: 601px){
    #headWrapper[b-yrx5lrbu0e]  header {
        height: 80px !important;
    }
    #logoBg[b-yrx5lrbu0e] {
        height: 65px;
        width: 150px;
        background-image: url("/assets/branding.svg");
    }
}

.no-margin[b-yrx5lrbu0e]{
    margin: 0;
}
/* /Layout/NavMenu.razor.rz.scp.css */
@media (max-width: 600px) {
    .navmenu-icon[b-g3ua2c3e6e] {
        cursor: pointer;
        z-index: 10;
        display: block;
        position: fixed;
        top: 10px;
        left: 20px;
        width: 30px;
        height: 30px;
        border: none;
    }
    /*#navmenu-toggle {
        position: fixed;
    }*/
    .navmenu-icon.hidden[b-g3ua2c3e6e] {
        top: -50px;
        transition: top 0.3s;
    }
    .navmenu-icon.visible[b-g3ua2c3e6e] {
        top: 10px;
        transition: top 0.3s;
    }
        /*.navmenu {
        position: relative;
        float: left;
    }*/

        [b-g3ua2c3e6e] #main-menu {
        position: fixed;
        top: 50px;
        z-index: 10;
        background-color: var(--neutral-fill-rest);
    }
}
label.navmenu-icon svg[b-g3ua2c3e6e] {
    width: 30px !important;
    fill: var(--neutral-foreground-rest) !important;
}
/* /Pages/Afrekeningen.razor.rz.scp.css */
[b-4yro2vxkdf] fluent-text-field::part(control) {
    padding-left: 0;
}
[b-4yro2vxkdf] fluent-text-field {
    vertical-align: bottom;
}
/*p {
    font-size: larger
}*/
/*::deep .blocked-row {
    opacity: 0.3;
}*/
[b-4yro2vxkdf] .blocked-row fluent-data-grid-cell:not(.edit-cell) {
    opacity: 0.3;
}
[b-4yro2vxkdf] fluent-data-grid-row fluent-data-grid-cell #edit-icon {
    display: none;
}
[b-4yro2vxkdf] fluent-data-grid-row:hover fluent-data-grid-cell #edit-icon {
    display: block;
}
[b-4yro2vxkdf] fluent-data-grid-row:hover {
    background-color: rgba(0,0,0,0.05);
    transition: 0.5s;
}
[b-4yro2vxkdf] fluent-data-grid-row {
    transition: 0.5s;
}
#totalWrapper[b-4yro2vxkdf] {
    display: flex;
    width: 600px;
}
#totalWrapper[b-4yro2vxkdf]  fluent-card {
    flex: 1;
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: start;
}
[b-4yro2vxkdf] fluent-tabs fluent-tab {
    transition: 0.5s;
    border-radius: 10px;
}
[b-4yro2vxkdf] fluent-tabs fluent-tab:hover {
    background-color: rgba(0,0,0,0.05);
    transition: 0.5s;
}

[b-4yro2vxkdf] fluent-card:hover {
    animation-name: breathe-b-4yro2vxkdf;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes breathe-b-4yro2vxkdf {
    from {
        background-color: initial;
    }
    to {
        background-color: rgba(0,0,0,0.05);
    }
}
/* /Pages/Components/AfrekeningDescriptionDialog.razor.rz.scp.css */
/* /Pages/Components/AfrekeningMultiSelect.razor.rz.scp.css */
[b-oz2cwicfsl] fluent-select.placeholderSelect::part(listbox) {
    display: none;
}
/* /Pages/Components/BelgianDatePicker.razor.rz.scp.css */
/* /Pages/Components/ClusterContent.razor.rz.scp.css */
[b-ny59smneqi] #clusterAuto::part(control) {
    padding-left: 0;
}
[b-ny59smneqi] #filterField::part(control) {
    width: 232px;
}
.fluent-sortable-list.darker[b-ny59smneqi] {
    --fluent-sortable-list-background-color: var(--neutral-layer-4) !important;
}
/* /Pages/Components/HerkeurAfrekeningGrid.razor.rz.scp.css */
[b-0ik8bh4h3k] .blocked-row fluent-data-grid-cell:not(.edit-cell) {
    opacity: 0.3;
}

[b-0ik8bh4h3k] fluent-data-grid-row fluent-data-grid-cell #edit-icon {
    display: none;
}

[b-0ik8bh4h3k] fluent-data-grid-row:hover fluent-data-grid-cell #edit-icon {
    display: block;
}
[b-0ik8bh4h3k] fluent-data-grid-row:hover {
    background-color: rgba(0,0,0,0.05);
}
/* /Pages/Components/OfferteAutoComplete.razor.rz.scp.css */
[b-kru4xffc4m] fluent-text-field::part(control) {
    padding-left: 0;
}
/* /Pages/Components/RentStepsDialog.razor.rz.scp.css */
/* /Pages/Components/StellingLijstenDialog.razor.rz.scp.css */
/* /Pages/Components/StellingLijstenDialogDetails.razor.rz.scp.css */
[b-4ny26oc7fs] .grid-cell {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

[b-4ny26oc7fs] .f-dialog-body {
    padding: 1rem;
}

[b-4ny26oc7fs] .f-dialog-header {
    padding: 1rem;
    border-bottom: 1px solid var(--neutral-stroke-rest);
}

[b-4ny26oc7fs] .f-dialog-footer {
    padding: 1rem;
    border-top: 1px solid var(--neutral-stroke-rest);
}

/* /Pages/Components/StellingRuleDialog.razor.rz.scp.css */
.stelling-rule-container[b-0cz9uzfs0s] {
    margin-bottom: 1rem;
}

.price-rules-container[b-0cz9uzfs0s] {
    margin-left: 2rem;
    padding: 0.5rem;
}

[b-0cz9uzfs0s] .readonly {
    opacity: .5;
    pointer-events: none;
}

.custom-wrapper[b-0cz9uzfs0s] {
    border: 1px solid #e5e7eb;
    border-radius: 0.375rem;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
    padding: 1rem;
    margin-bottom: 1rem;
    width: 100%;
}

[b-0cz9uzfs0s] .fluent-error {
    border: .5px solid #d13438 !important;
    background-color:#f9dcdc;
    color: #a4262c;
    border-radius: 5px;
}

[b-0cz9uzfs0s] .fluent-error:focus {
    outline: none;
    box-shadow: 0 0 1px #d13438; 
}
/* /Pages/Components/WerfSidePanel.razor.rz.scp.css */
/* /Pages/Components/ZaakAutocomplete.razor.rz.scp.css */
[b-lpjtlqunes] fluent-text-field::part(control) {
    padding-left: 0;
}
/* /Pages/DeletedItems.razor.rz.scp.css */
/* /Pages/Herkeuringen.razor.rz.scp.css */
[b-crd2ner5ep] fluent-text-field::part(control) {
    padding-left: 0;
}
[b-crd2ner5ep] fluent-text-field {
    vertical-align: bottom;
}
[b-crd2ner5ep] .fluent-autocomplete-multiselect div {
    display: flex;
}
/* /Pages/Home.razor.rz.scp.css */
[b-66izhhfh36] fluent-text-field::part(control) {
    padding-left: 0;
}
[b-66izhhfh36] fluent-text-field {
    vertical-align: bottom;
}
[b-66izhhfh36] .backButton svg {
    width: 32px !important;
}

.dashWrapper[b-66izhhfh36] {
    display: flex;
    flex-direction: row;
    /*height: 100vh;*/
    flex-wrap: wrap;
    align-content: flex-start;
}

[b-66izhhfh36] .cardOption {
    width: 150px;
    height: 150px;
    padding: 16px 32px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    transition: background-color 1s;
}
[b-66izhhfh36] .cardOption svg {
    display: block;
    margin: 0 auto;
    width: 40px !important;
}
[b-66izhhfh36] .cardOption:hover {
    background-color: rgba(0,0,0,0.1);
    cursor: pointer;
    transition: background-color 1s;
}


@media (max-width: 600px) {
    [b-66izhhfh36] .cardOption {
        margin: 12px;
    }
    .dashWrapper[b-66izhhfh36] {
        justify-content: center;

    }
    [b-66izhhfh36] .homeCard {
        padding: 16px 0;
    }
}
@media (min-width: 601px) {
    [b-66izhhfh36] .cardOption {
        margin: 24px;
    }
    [b-66izhhfh36] .homeCard {
        /*min-height: 50dvh;*/
        height: calc(100dvh - 150px) !important;
    }
}
/* /Pages/Importer.razor.rz.scp.css */
[b-pr5vnlf07p] fluent-horizontal-scroll {
    width: max-content !important;
    margin-right: -10px;
}
[b-pr5vnlf07p] fluent-data-grid-row {
    height: fit-content !important;
}
[b-pr5vnlf07p] fluent-card {
    height: calc(100vh - 200px);
}
/* /Pages/Klanten.razor.rz.scp.css */
@media(max-width: 600px) {
    div #klantGrid[b-1gk5xvjexe] {
        width: 100%;
    }
}
@media(min-width: 601px) {
    div #klantGrid[b-1gk5xvjexe] {
        width: 50%;
    }
}
/* /Pages/OvernameHuur.razor.rz.scp.css */
.wrapper[b-fe8s22wjh7] {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
[b-fe8s22wjh7] fluent-text-field {
    vertical-align: bottom;
}

[b-fe8s22wjh7] fluent-horizontal-scroll {
    width: max-content !important;
    margin-right: -10px;
}
[b-fe8s22wjh7] fluent-button.arrowBtn::part(control){
    width: 50px;
    height: 50px;
    /*border-radius: 999px;*/
}
[b-fe8s22wjh7] fluent-button.left svg {
    width: 34px !important;
    padding-right: 5px;
}
[b-fe8s22wjh7] fluent-button.right svg {
    width: 34px !important;
    padding-left: 5px;
}
.relative-height[b-fe8s22wjh7] {
    /*height: calc(100dvh - 200px) !important;*/
}
[b-fe8s22wjh7] fluent-data-grid {
    max-height: calc(65vh);
    overflow-y: scroll;
    width: 100%;
}
/* /Pages/RegieForfait.razor.rz.scp.css */
#klantWerfInfo[b-wkn6g1wf6m] {
    width: 200px;
    padding: 0.5em;
    border-radius: 8px;
    background: var(--neutral-layer-4);
    color: var(--neutral-foreground-rest);
}
#klantWerfInfoSpan[b-wkn6g1wf6m] {
    background: var(--neutral-layer-4);
    color: var(--neutral-foreground-rest);
    border-radius: 8px;
}
[b-wkn6g1wf6m] fluent-text-field {
    vertical-align: bottom;
}
[b-wkn6g1wf6m] .diverseComment fluent-text-field::part(control) {
    margin-left: -0.5em;
}
[b-wkn6g1wf6m] fluent-text-field::part(control) {
    /*padding-left: 0;*/
}
[b-wkn6g1wf6m] fluent-horizontal-scroll {
    width: max-content !important;
    margin-right: -10px;
}
[b-wkn6g1wf6m] .bonError::part(control) {
    color: var(--error);
    font-weight: 700;
}
[b-wkn6g1wf6m] fluent-select.placeholderSelect::part(listbox) {
    display: none;
}
[b-wkn6g1wf6m] fluent-data-grid-row {
    border-bottom: none;
}
.forfaitWrapper[b-wkn6g1wf6m] {
    height: 50vh;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}
table.resultTable[b-wkn6g1wf6m] {
    margin-bottom: 0;
}
table.resultTable td[b-wkn6g1wf6m], table.resultTable th[b-wkn6g1wf6m] {
    padding: 0.5em;
}
.viewOnly[b-wkn6g1wf6m] {
    /*filter: blur(8px);*/
    filter: opacity(0.4);
    pointer-events: none;
    user-select: none;
}
.stellingDates[b-wkn6g1wf6m] {
    width: 100%;
    background-color: var(--neutral-layer-card-container);
    padding: 5px;
}
.montageRow[b-wkn6g1wf6m] {
    border-bottom: calc(var(--stroke-width)* 1px) solid var(--neutral-stroke-divider-rest);
    padding: 5px 0;
}
.wizBtnTemplate[b-wkn6g1wf6m] {
    justify-content: space-between !important;
    background-color: red;
}
#demontPerc[b-wkn6g1wf6m] {
    display: inline-block;
    vertical-align: super;
    font-size: larger;
    font-weight: 700;
}
[b-wkn6g1wf6m] fluent-number-field::part(control) {
    min-width: fit-content;
}

[b-wkn6g1wf6m] fluent-number-field::part(controls) {
    position: absolute;
    right: 0;
}
[b-wkn6g1wf6m] fluent-button.addRegieBtn::part(control) {
    padding: 5px !important;
    height: fit-content;
}
/* /Pages/StdTarieven.razor.rz.scp.css */
[b-uo678ahvos] fluent-data-grid-cell {
    display: flex;
    align-items: center;
    /*align-content: center;*/
}
/* /Pages/Stellinglijsten.razor.rz.scp.css */
[b-d6mun13i2n] .fluent-popover-content {
    padding: 0;
}
[b-d6mun13i2n] fluent-data-grid.outerGrid > fluent-data-grid-row {
    display: none;
}
[b-d6mun13i2n] fluent-data-grid.outerGrid > fluent-data-grid-row.rowVisible {
    display: initial;
}
[b-d6mun13i2n] fluent-text-field {
    vertical-align: bottom;
}
[b-d6mun13i2n] fluent-horizontal-scroll {
    width: max-content !important;
    margin-right: -10px;
}

=[b-d6mun13i2n]

 .fullWidthCell{
    grid-column-start: 1;
    grid-column-end: 8;
}
[b-d6mun13i2n] .subGrid {
    border-left: 2px solid var(--accent-base-color);
    margin-left: 50px;
    background-color: var(--clear-button-hover);
}
[b-d6mun13i2n] .endCell {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
[b-d6mun13i2n] fluent-number-field::part(control) {
    min-width: fit-content;
}
[b-d6mun13i2n] fluent-number-field::part(controls) {
    position: absolute;
    right: 0;
}

[b-d6mun13i2n] .subgrid-container {
    position: relative;
    z-index: 1;
    margin: 8px 0;
    background: var(--neutral-layer-1);
    border: 1px solid var(--neutral-stroke-divider);
    border-radius: 4px;
    padding: 8px;
}

[b-d6mun13i2n] .subGrid {
    position: relative;
    z-index: 2;
    background: var(--neutral-layer-2);
    box-shadow: none;
}

[b-d6mun13i2n] .subGrid .fluent-data-grid {
    overflow: visible;
}

[b-d6mun13i2n] .fluent-data-grid {
    margin-bottom: 8px;
}

[b-d6mun13i2n] .fullWidthCell {
    grid-column: 1 / -1;
    width: 100%;
}

[b-d6mun13i2n] .subgrid-container.indented {
    margin-left: 20px;
    border-left: 3px solid var(--accent-fill-rest);
}

[b-d6mun13i2n] .fluent-data-grid-row {
    position: relative;
    z-index: auto;
}

[b-d6mun13i2n] .fluent-data-grid[generate-header="sticky"] .fluent-data-grid-row[row-type="header"] {
    position: sticky;
    top: 0;
    z-index: 10;
    background: var(--neutral-layer-1);
}

[b-d6mun13i2n] .stelling-grid {
    display: grid;
    gap: 0;
}

[b-d6mun13i2n] .subgrid-row {
    grid-column: 1 / -1;
    background-color: #f5f5f5;
    padding: 1rem;
    margin: 0;
}

[b-d6mun13i2n] .subgrid-container {
    width: 100%;
}

[b-d6mun13i2n] .expand-transition {
    transition: max-height 0.3s ease-in-out;
    overflow: hidden;
}

/* /Pages/UnitRateAdd.razor.rz.scp.css */
[b-lnn40jfigz] .autocomplete-hover:hover {
    white-space: normal !important;
    overflow: visible !important;
}

.auto-height-selected-option[b-lnn40jfigz]  .selected-option-text ::deep .fluent-option {
    max-height: none !important;
    height: auto !important;
    overflow: visible;
    white-space: normal;
    line-height: 1.2;
    padding: 4px 0;
}

.auto-height-selected-option[b-lnn40jfigz]  .horizontal-scroll {
    height: auto !important;
}

.custom-scroll-style[b-lnn40jfigz]  fluent-horizontal-scroll {
    width: max-content !important;
    margin-right: -10px;
}

[b-lnn40jfigz] .selected-option-content {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 180px; /* Adjust this value as needed */
    display: inline-block;
}

[b-lnn40jfigz] .footLabel {
    font-weight: bold !important;
    margin-right: 10px;
    margin-top: 10px;
    display: inline-block;
}


[b-lnn40jfigz] fluent-text-field {
    vertical-align: bottom;
}

.demontagePercent[b-lnn40jfigz] {
    display: inline-block;
    vertical-align: super;
    font-size: larger;
    font-weight: 700;
}

.addButton[b-lnn40jfigz] {
    border-radius: 50%;
    font-size: x-large;
    width: 75px;
    background-color: red;
    height: 100px;
    border-color: olive;
}

.toeslagButton[b-lnn40jfigz] {
}

custom-button[b-lnn40jfigz] {
    border: none;
}

fluent-accordion-item .heading[b-lnn40jfigz] {
    background-color: #E56F00;
    color: antiquewhite;
    font-weight: bolder;
    font-size: 1.4em;
}


.pop[b-lnn40jfigz]{
    color: darkblue;
}

[b-lnn40jfigz] fluent-number-field::part(control) {
    min-width: fit-content;
}
[b-lnn40jfigz] fluent-number-field::part(controls) {
    position: absolute;
    right: 0;
}
[b-lnn40jfigz] #saveIcon::part(control) {
    position: fixed;
    padding: 0.5em;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    cursor: pointer;
    border: none;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    transition: transform 0.3s ease-in-out;
    border-radius: 9999px;
}
[b-lnn40jfigz] .pop {
    /* width: 250px; background-color:#7D544B; font-size:smaller; color:white; */
    border-radius: 10px;
    width: max-content;
}
[b-lnn40jfigz] .clusterHead {
    background-color: var(--fill-color);
    color: var(--neutral-foreground-rest);
    border: 3px solid var(--accent-fill-rest);
}
[b-lnn40jfigz] .fluent-autocomplete-multiselect div{
    display: flex;
}
/* /Pages/Voorcalculaties.razor.rz.scp.css */
[b-b2xj2ny66i] fluent-horizontal-scroll {
    width: max-content !important;
    margin-right: -10px;
}
[b-b2xj2ny66i] fluent-data-grid-row:hover {
    background-color: rgba(0,0,0,0.05);
    transition: 0.5s;
}
[b-b2xj2ny66i] fluent-data-grid-row {
    transition: 0.5s;
}
[b-b2xj2ny66i] fluent-data-grid-row {
    height: fit-content !important;
}
[b-b2xj2ny66i] .acties {
    display: flex;
    align-items: center;
    margin: 5px;
}
[b-b2xj2ny66i] fluent-data-grid-row .acties fluent-button {
    margin: 0 2px;
    /*display: none;*/
    transition: 0.5s;
    opacity: 0;
}
[b-b2xj2ny66i] fluent-data-grid-row:hover .acties fluent-button {
    margin: 0 2px;
    /*display: flex;*/
    transition: 0.5s;
    opacity: 1;
}
/* /Pages/Werven.razor.rz.scp.css */
/* /Pages/Zaken.razor.rz.scp.css */
[b-q1a3n36u10] .custom-select-options:hover {
    white-space: normal !important;
    overflow: visible !important;
}

[b-q1a3n36u10] header[b-wxpnc5dx1o], [b-q1a3n36u10] header[b-wxpnc5dx1o] {
    border-radius: 10px;
}

[b-q1a3n36u10] .fluent-card {
    border-radius: 10px;
    contain: none;
    content-visibility: visible;
}
.fadeToggle[b-q1a3n36u10] {
    filter: opacity(0.4);
    pointer-events: none;
    user-select: none;
}
[b-q1a3n36u10] .newTariefBtn {
    margin-top: 1rem;
}
[b-q1a3n36u10] div.col-options { 
    padding: 0;
}

[b-q1a3n36u10] .col-justify-center {
    align-self: center;
}

[b-q1a3n36u10] .custom-width{
    width: 4rem !important;
}
[b-q1a3n36u10] div.col-options #catFilter {
    height: 170px;
}
[b-q1a3n36u10] .fluent-number-field::part(control) {
    min-width: fit-content;
}

[b-q1a3n36u10] .fluent-number-field::part(controls) {
    position: absolute;
    right: 0;
}
[b-q1a3n36u10] .fluent-data-grid-cell {
    align-content: center;
}
[b-q1a3n36u10] .fluent-data-grid.customTariefGrid .fluent-data-grid-row:first-child {
    border-bottom: 0;
}
[b-q1a3n36u10] .fluent-text-field {
    vertical-align: bottom;
}
[b-q1a3n36u10] .fluent-horizontal-scroll {
    width: max-content !important;
    margin-right: -10px;
}
.faded[b-q1a3n36u10] {
    filter: opacity(0.4);
}
[b-q1a3n36u10] .fluent-data-grid-cell.column-header {
    width: max-content;
}
