/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-wvpzi7ue15] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-wvpzi7ue15] {
    flex: 1;
}

/* Toggle Styles */
#wrapper[b-wvpzi7ue15] {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    max-width: 100vw;
}

    #wrapper.toggled[b-wvpzi7ue15] {
        padding-left: 18rem;
    }

#sidebar-wrapper[b-wvpzi7ue15] {
    z-index: 1000;
    position: fixed;
    top: 5rem;
    bottom: 0;
    width: 0;
    height: 100%;
    margin-left: -18rem;
    overflow-y: auto;
    background-color: #303F4B;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow-x: hidden;
}

#wrapper.toggled #sidebar-wrapper[b-wvpzi7ue15] {
    width: 18rem;
}

#page-content-wrapper[b-wvpzi7ue15] {
    position: absolute;
    width: calc(100vw - 18rem);
    margin-top: 5rem;
}

#wrapper.toggled #page-content-wrapper[b-wvpzi7ue15] {
    position: absolute;
    margin-left: 0;
    width: 100vw
}

/* Sidebar Styles */
.sidebar-nav[b-wvpzi7ue15] {
    position: absolute;
    top: 0;
    width: 18rem;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Desktop View*/
@media only screen and (min-width: 768px) {
    #wrapper[b-wvpzi7ue15] {
        padding-left: 18rem;
    }

        #wrapper.toggled[b-wvpzi7ue15] {
            padding-left: 0;
        }

    #sidebar-wrapper[b-wvpzi7ue15] {
        width: 18rem;
    }

    #wrapper.toggled #sidebar-wrapper[b-wvpzi7ue15] {
        width: 0;
    }

    #wrapper.toggled #page-content-wrapper[b-wvpzi7ue15] {
        position: relative;
        margin-right: 0;
        margin-left: 0;
        width: 100vw;
    }
}

.top-row[b-wvpzi7ue15] {
    background-color: white;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    z-index: 50;
    width: 100%
}

main[b-wvpzi7ue15] {
    overflow-y: auto; /* Zorg ervoor dat main scrollbaar is */
    height: 100vh;
}

.top-row .top-row-side[b-wvpzi7ue15] {
    display: flex;
    justify-content: center;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 50;
}

.top-row[b-wvpzi7ue15]  a, .top-row[b-wvpzi7ue15]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
    color: #303F4B;
}

    .top-row[b-wvpzi7ue15]  a:hover, .top-row[b-wvpzi7ue15]  .btn-link:hover {
        border-bottom: solid 0.1rem #95D453;
    }

    .top-row[b-wvpzi7ue15]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.top-row .logo[b-wvpzi7ue15] {
    height: 4rem;
}

.top-row-right[b-wvpzi7ue15] {
    display: flex;
    gap: 1rem;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 50;
}

.content-container[b-wvpzi7ue15] {
    display: flex;
    max-height: calc(100vh - 5rem);
}

.navbar-toggler[b-wvpzi7ue15] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb%2848,%2063,%2075%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

    .navbar-toggler:checked ~ .sidebar[b-wvpzi7ue15] {
        display: none;
    }

    .navbar-toggler:checked[b-wvpzi7ue15] {
        background-color: rgba(255, 255, 255, 0.5);
    }

@media (max-width: 640.98px) {
    .top-row[b-wvpzi7ue15] {
        justify-content: space-between;
    }

        .top-row[b-wvpzi7ue15]  a, .top-row[b-wvpzi7ue15]  .btn-link {
            margin-left: 0;
        }

    #wrapper #page-content-wrapper[b-wvpzi7ue15] {
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .page[b-wvpzi7ue15] {
        flex-direction: row;
    }

    .top-row[b-wvpzi7ue15] {
        position: fixed;
        top: 0;
        z-index: 55;
    }

        .top-row.auth[b-wvpzi7ue15]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-wvpzi7ue15], article[b-wvpzi7ue15] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-wvpzi7ue15] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-wvpzi7ue15] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

[b-wvpzi7ue15] .logout-link {
    background-color: gray !important;
    border: none;
}

[b-wvpzi7ue15] .dxbl-btn:not(.dxbl-disabled):not(:disabled):hover {
    border: none;
}
/* /Layout/NavMenu.razor.rz.scp.css */
[b-yzo9hz3752] .bi {
    display: inline-block;
    position: relative;
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
    top: -1px;
    background-size: cover;
}

.nav-scrollable[b-yzo9hz3752] {
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    max-width: max-content;
    width: 15rem;
    padding-bottom: 5rem;
    padding-left: 0.5rem;
}

[b-yzo9hz3752] .bi-settings {
    background-image: url("Icons/SettingsIcon.svg");
}

[b-yzo9hz3752] .bi-profiel {
    background-image: url("Icons/AccountIconGreen.svg");
}

[b-yzo9hz3752] .bi-globalsettings {
    background-image: url("Icons/GlobalSettingsIcon.svg");
}

[b-yzo9hz3752] .bi-dashboardalgemeen {
    background-image: url("Icons/BrowseIcon.svg");
}

[b-yzo9hz3752] .bi-dashboardsprints {
    background-image: url("Icons/CycleIcon.svg");
}

[b-yzo9hz3752] .bi-pmview {
    background-image: url("Icons/RebaseIcon.svg");
}

[b-yzo9hz3752] .bi-opvolinglead {
    background-image: url("Icons/TargetIcon.svg");
}


[b-yzo9hz3752] .dxbl-treeview .dxbl-treeview-item > .dxbl-treeview-item-content > .dxbl-treeview-item-container:not(.dxbl-disabled):not(:disabled).dxbl-active::before {
    background-color: transparent;
    padding: 0;
}

[b-yzo9hz3752] .dxbl-expandable-container .dxbl-treeview-item-content .dxbl-image {
    width: 0.2rem; /* Zorgt ervoor dat de insprong minder groot is bij de subitems*/
}

[b-yzo9hz3752] .dxbl-treeview-item.dxbl-active .dxbl-treeview-item-text {
    border-bottom: solid 0.15rem #95D453;
    color: white;
    font-weight: bold;
    width: auto;
}

[b-yzo9hz3752] .dxbl-image:not(.dxbl-image-fill) {
    fill: White;
}

[b-yzo9hz3752] .dxbl-treeview-item-text {
    font-size: 0.9rem;
    color: #d7d7d7;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    width: 100%;
}

.logo[b-yzo9hz3752] {
    width: 100%;
}

.hidden[b-yzo9hz3752] {
    display: none;
}

.versie[b-yzo9hz3752] {
    margin: 0;
    font-size: 0.6rem;
    color: white;
    padding: 0.2rem;
}
/* /Pages/Intern/Dashboards/PMView.razor.rz.scp.css */
.PaneTitle[b-2qdu5i4oga] {
    text-align: center;
    font-weight: bolder;
    margin-bottom: 1rem;
    background-color: #37444f;
    color: white;
    padding: 10px;
    margin: 0;
    font-size: 1rem !important;
}

.flexContainer[b-2qdu5i4oga] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between !important;
    width: 100%;
}

.align-start[b-2qdu5i4oga] {
    align-items: start !important;
}

.flexContainer-start[b-2qdu5i4oga] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start !important;
    gap: 1rem;
}

p[b-2qdu5i4oga] {
    margin: 0;
}

.dxbl-splitter > .dxbl-splitter-pane > .dxbl-splitter-pane-content[b-2qdu5i4oga] {
    padding: 0 !important;
}

button[b-2qdu5i4oga] {
    background-color: transparent !important;
    border: none;
}

.cardTitle[b-2qdu5i4oga] {
    font-weight: bold;
    margin-bottom: 0.25rem
}

.se-search[b-2qdu5i4oga] {
    background-image: url("Icons/SearchIcon.svg");
}

.card[b-2qdu5i4oga] {
    min-height: 70px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 0.5rem;
}

.uitvoerder[b-2qdu5i4oga] {
    text-align: end;
    font-style: italic;
    flex: 0 0 auto;
}

.footerCard[b-2qdu5i4oga] {
    padding-top: 0.75rem;
}


/******************* DETAILS *******************/
.bi[b-2qdu5i4oga] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-open[b-2qdu5i4oga] {
    background-image: url("Icons/OpenIcon.svg");
    margin-right: 0;
}

.bi-kalender[b-2qdu5i4oga] {
    background-image: url("Icons/KalenderIcon.svg");
    margin-right: 0.25rem;
}

.bi-case[b-2qdu5i4oga] {
    background-image: url("Icons/BusinessCaseIcon.svg");
    margin-right: 0.25rem;
}

.bi-divers[b-2qdu5i4oga] {
    background-image: url("Icons/DiversIcon.svg");
    margin-right: 0.25rem;
}

.bi-voorbereiden[b-2qdu5i4oga] {
    background-image: url("Icons/VoorbereidingIcon.svg");
    margin-right: 0.25rem;
}

.bi-development[b-2qdu5i4oga] {
    background-image: url("Icons/CodeIcon.svg");
    margin-right: 0.25rem;
}

.detailsBlok[b-2qdu5i4oga] {
    padding-top: 0.75rem;
    padding: 0.75rem 0.5rem;
    background-color: snow;
    height: 100%
}

.requests-header-container[b-2qdu5i4oga] {
    position: relative;
    text-align: center; /* Zorgt dat de h3 gecentreerd wordt */
    background-color: #d5d9dc;
    margin: 0;
}

    .requests-header-container .add-button[b-2qdu5i4oga] {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
    }

.bi-new[b-2qdu5i4oga] {
    background-image: url("Icons/AddCircleIcon.svg");
    width: 1.75rem;
    height: 1.75rem;
}

.newImage[b-2qdu5i4oga] {
    margin-right: 0.75rem;
}

/* /Pages/Intern/Requests/Panes/PnComments.razor.rz.scp.css */
.flex-container[b-y5h022hhqe]{
    display: flex; 
    justify-content: space-between; 
    align-items: center;
}

.comments-container[b-y5h022hhqe] {
    display: flex;
    flex-direction: column;
    height: 20vh;
    overflow-y: auto;
    border: 1px solid lightgray;
    padding: 0.5rem;
    border-radius: 0.375rem;
    margin-bottom: 0.75rem;
    background-color: snow;
}

.comment[b-y5h022hhqe] {
    display: flex;
    flex-direction: column;
    width: 100%;
}

small[b-y5h022hhqe] {
    margin: 0;
    padding: 0 2rem;
    color: rgba(32, 32, 32, 0.5)
}

    small.comment-myself[b-y5h022hhqe] {
        align-self: flex-end;
    }

    small.comment-others[b-y5h022hhqe] {
        align-self: flex-start;
    }


.ballon[b-y5h022hhqe] {
    background-color: snow;
    display: flex;
    flex-direction: column;
    /*         max-width: 80%;
     */
    padding: 0 1.5rem 0.5rem 1.5rem;
}

    .ballon p[b-y5h022hhqe]::before,
    .ballon p[b-y5h022hhqe]::after {
        bottom: -0.1rem;
        content: "";
        height: 1rem;
        position: absolute;
    }


    .ballon p[b-y5h022hhqe] {
        border-radius: 1.15rem;
        line-height: 1.25;
        /*             max-width: 80%;
     */ padding: 0.5rem .875rem;
        position: relative;
    }

p.comment-myself[b-y5h022hhqe] {
    align-items: flex-end;
    align-self: flex-end;
    background-color: #95D453;
    color: #fff;
}

    p.comment-myself[b-y5h022hhqe]::before {
        border-bottom-left-radius: 0.8rem 0.7rem;
        border-right: 1rem solid #95D453;
        right: -0.35rem;
        transform: translate(0, -0.1rem);
    }

    p.comment-myself[b-y5h022hhqe]::after {
        background-color: snow;
        border-bottom-left-radius: 0.5rem;
        right: -40px;
        transform: translate(-30px, -2px);
        width: 10px;
    }

p.comment-others[b-y5h022hhqe] {
    align-self: flex-start;
    align-items: flex-start;
    background-color: #e5e5ea;
    color: #000;
}

    p.comment-others[b-y5h022hhqe]:before {
        border-bottom-right-radius: 0.8rem 0.7rem;
        border-left: 1rem solid #e5e5ea;
        left: -0.35rem;
        transform: translate(0, -0.1rem);
    }

    p.comment-others[b-y5h022hhqe]::after {
        background-color: snow;
        border-bottom-right-radius: 0.5rem;
        left: 20px;
        transform: translate(-30px, -2px);
        width: 10px;
    }
/* /Pages/Intern/Requests/Panes/PnDocumneten.razor.rz.scp.css */
[b-y7c7w8dyy5] .bi {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    top: -1px;
    background-size: cover;
}

[b-y7c7w8dyy5] .bi-icon-open {
    background-image: url("Icons/EyeIcon.svg");
}

[b-y7c7w8dyy5] .bi-delete {
    background-image: url("Icons/DeleteIcon.svg");
}

button[b-y7c7w8dyy5] {
    background-color: transparent;
    border: none;
}
/* /Pages/Intern/Requests/RequestDetailJoro.razor.rz.scp.css */
.header[b-0qpydgi3ja] {
    display: flex;
    justify-content: space-between;
}

    .header h3[b-0qpydgi3ja] {
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

.bijschrift[b-0qpydgi3ja] {
    font-size: 0.93333em;
    margin-bottom: 0.25rem;
    color: gray;
}

.bold[b-0qpydgi3ja] {
    font-weight: bold;
}

.title[b-0qpydgi3ja] {
    text-align: center;
    font-weight: bolder;
    margin-bottom: 1rem;
    background-color: #37444f;
    color: white;
    padding: 10px;
    margin: 0;
    font-size: 1rem !important;
}

[b-0qpydgi3ja] .bi {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

[b-0qpydgi3ja] .bi-new {
    background-image: url("Icons/NewIcon.svg");
}

[b-0qpydgi3ja] .InfoJoro .dxbl-row {
     margin-bottom: 1rem;
}
/* /Pages/Intern/Settings/WebUsers/WebUsersOvz.razor.rz.scp.css */
@keyframes fadeIn-b-qjdb6yc2up {
    from {
        opacity: 0;
        max-height: 0;
        display: block;
    }

    to {
        opacity: 1;
        max-height: 25rem; /* Zorg ervoor dat deze hoogte voldoende is voor je inhoud */
    }
}

@keyframes fadeOut-b-qjdb6yc2up {
    from {
        opacity: 1;
        max-height: 25rem; /* Zorg ervoor dat deze hoogte voldoende is voor je inhoud */
    }

    to {
        opacity: 0;
        max-height: 0;
        display: none;
    }
}

.filters.visible[b-qjdb6yc2up] {
    animation-duration: 2s;
    animation-name: fadeIn-b-qjdb6yc2up;
    animation-fill-mode: forwards; /* Houdt de laatste stap van de animatie vast */
}

.filters.hidden[b-qjdb6yc2up] {
    max-height: 0;
    animation-duration: 0.5s;
    animation-name: fadeOut-b-qjdb6yc2up;
    animation-fill-mode: forwards; /* Houdt de laatste stap van de animatie vast */
}

[b-qjdb6yc2up] .ApplyButton {
    background-color: #95D453;
    border: none;
    margin: 1rem;
}

    [b-qjdb6yc2up] .ApplyButton:hover {
        background-color: #95D453 !important;
        border: none;
        margin: 1rem;
    }

[b-qjdb6yc2up] .ClearFilterButton {
    background-color: #303F4B;
    border: none;
    margin: 1rem;
}

    [b-qjdb6yc2up] .ClearFilterButton:hover {
        background-color: #303F4B !important;
        border: none;
        margin: 1rem;
    }
/* /Pages/Intern/Sprints/SprintDetail.razor.rz.scp.css */
.header[b-vd77k0uafq] {
    display: flex;
    justify-content: space-between;
}

    .header h3[b-vd77k0uafq] {
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

.bold[b-vd77k0uafq] {
    font-weight: bold;
}

.title[b-vd77k0uafq] {
    text-align: center;
    font-weight: bolder;
    margin-bottom: 1rem;
    background-color: #37444f;
    color: white;
    padding: 10px;
    margin: 0;
    font-size: 1rem !important;
}

.flex-container[b-vd77k0uafq] {
    display: flex; 
    justify-content: center; 
    align-items: center; 
    gap: 2rem;
}

.flex-container p[b-vd77k0uafq] {
    margin: 0 !important;
}

.flex-container-start[b-vd77k0uafq] {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 2rem;
}

.bi[b-vd77k0uafq] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-kalender[b-vd77k0uafq] {
    background-image: url("Icons/KalenderIcon.svg");
    margin-right: 0.25rem;
}

.bi-case[b-vd77k0uafq] {
    background-image: url("Icons/BusinessCaseIcon.svg");
    margin-right: 0.25rem;
}

.bi-open[b-vd77k0uafq] {
    background-image: url("Icons/OpenIcon.svg");
    margin-right: 0;
}
/* /Pages/Klant/DashboardAlgemeen.razor.rz.scp.css */
.title[b-jcw7ron6mm] {
    text-align: center;
    font-weight: bolder;
    margin-bottom: 1rem;
    background-color: #37444f;
    color: white;
    padding: 10px;
    margin: 0;
    font-size: 1rem !important;
}

.flexContainer[b-jcw7ron6mm] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between !important;
    margin-bottom: 0.5rem;
    width: 100%;
}

p[b-jcw7ron6mm] {
    margin: 0;
}

.dxbl-splitter > .dxbl-splitter-pane > .dxbl-splitter-pane-content[b-jcw7ron6mm] {
    padding: 0 !important;
}

.bi[b-jcw7ron6mm] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.se[b-jcw7ron6mm] {
    margin-left: 0.25rem;
    margin-right: 0.75rem;
    width: 1.25rem;
    height: 1.25rem;
    background-size: cover;
    vertical-align: middle;
    align-content: center;
    align-items: center;
}

button[b-jcw7ron6mm] {
    background-color: transparent !important;
    border: none;
}

.cardTitle[b-jcw7ron6mm] {
    font-weight: bold;
    margin-bottom: 0.25rem
}

.se-search[b-jcw7ron6mm] {
    background-image: url("Icons/SearchIcon.svg");
}

.card[b-jcw7ron6mm] {
    min-height: 70px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 0.5rem;
}

.cardCenter[b-jcw7ron6mm] {
    min-height: 70px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 0.2rem;
}


/******************* PROJECTEN *******************/

.bi-open[b-jcw7ron6mm] {
    background-image: url("Icons/OpenIcon.svg");
}

/******************* SPRINTS *******************/
.omschrijving[b-jcw7ron6mm] {
    color: gray; 
    font-style: italic;
    font-size: 0.80rem;
}

/******************* COMMENTS *******************/
.card.commentCard[b-jcw7ron6mm] {
    min-height: 50px !important;
}


.open[b-jcw7ron6mm] {
    background-image: url("Icons/ArrowDownIcon.svg");
}

.close[b-jcw7ron6mm] {
    background-image: url("Icons/ArrowUpIcon.svg");
}

[b-jcw7ron6mm] .webUserVolledigeNaam {
    margin-right: 0.5rem;
}

[b-jcw7ron6mm] .GelezenButton {
    margin-top: 0.25rem;
    width: fit-content;
}

.icons[b-jcw7ron6mm] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.icons button[b-jcw7ron6mm]{
    padding: 0 !important;
}

/******************* REQUESTS *******************/

.requests-header-container[b-jcw7ron6mm] {
    position: relative;
    text-align: center; /* Zorgt dat de h3 gecentreerd wordt */
    background-color: #d5d9dc;
    margin: 0;
}

    .requests-header-container .add-button[b-jcw7ron6mm] {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
    }

.bi-new[b-jcw7ron6mm] {
    background-image: url("Icons/AddCircleIcon.svg");
    width: 1.75rem; 
    height: 1.75rem;
}

.newImage[b-jcw7ron6mm] {
    margin-right: 0.75rem;
}

.bi-goedgekeurd[b-jcw7ron6mm] {
    background-image: url("Icons/CheckIconGreen.svg");
}
/******************* DETAILS *******************/
.detailsBlok[b-jcw7ron6mm] {
    padding-top: 0.75rem;
    padding: 0.75rem 0.5rem;
    background-color: snow;
    height: 100%
}

/* /Pages/Klant/Requests/Panes/PnComments.razor.rz.scp.css */
.comments-container[b-ww4ibrpg13] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    height: 20vh;
    overflow-y: auto;
    border: 1px solid lightgray;
    padding: 0.5rem;
    border-radius: 0.375rem;
    margin-bottom: 0.75rem;
    background-color: snow;
}

.comment[b-ww4ibrpg13] {
    display: flex;
    flex-direction: column;
    width: 100%;
}

small[b-ww4ibrpg13] {
    margin: 0;
    padding: 0 2rem;
    color: rgba(32, 32, 32, 0.5)
}

    small.comment-myself[b-ww4ibrpg13] {
        align-self: flex-end;
    }

    small.comment-others[b-ww4ibrpg13] {
        align-self: flex-start;
    }


.ballon[b-ww4ibrpg13] {
    background-color: snow;
    display: flex;
    flex-direction: column;
    /*         max-width: 80%;
     */
    padding: 0 1.5rem 0.5rem 1.5rem;
}

    .ballon p[b-ww4ibrpg13]::before,
    .ballon p[b-ww4ibrpg13]::after {
        bottom: -0.1rem;
        content: "";
        height: 1rem;
        position: absolute;
    }


    .ballon p[b-ww4ibrpg13] {
        border-radius: 1.15rem;
        line-height: 1.25;
        /*             max-width: 80%;
     */ padding: 0.5rem .875rem;
        position: relative;
    }

p.comment-myself[b-ww4ibrpg13] {
    align-items: flex-end;
    align-self: flex-end;
    background-color: #95D453;
    color: #fff;
    width: 90%;
}

    p.comment-myself[b-ww4ibrpg13]::before {
        border-bottom-left-radius: 0.8rem 0.7rem;
        border-right: 1rem solid #95D453;
        right: -0.35rem;
        transform: translate(0, -0.1rem);
    }

    p.comment-myself[b-ww4ibrpg13]::after {
        background-color: snow;
        border-bottom-left-radius: 0.5rem;
        right: -40px;
        transform: translate(-30px, -2px);
        width: 10px;
    }

p.comment-others[b-ww4ibrpg13] {
    align-self: flex-start;
    align-items: flex-start;
    background-color: #e5e5ea;
    color: #000;
}

    p.comment-others[b-ww4ibrpg13]:before {
        border-bottom-right-radius: 0.8rem 0.7rem;
        border-left: 1rem solid #e5e5ea;
        left: -0.35rem;
        transform: translate(0, -0.1rem);
    }

    p.comment-others[b-ww4ibrpg13]::after {
        background-color: snow;
        border-bottom-right-radius: 0.5rem;
        left: 20px;
        transform: translate(-30px, -2px);
        width: 10px;
    }
/* /Pages/Klant/Requests/Panes/PnDocumenten.razor.rz.scp.css */
[b-alywy1iz6w] .bi {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    top: -1px;
    background-size: cover;
}

[b-alywy1iz6w] .bi-icon-open {
    background-image: url("Icons/EyeIcon.svg");
}

[b-alywy1iz6w] .bi-delete {
    background-image: url("Icons/DeleteIcon.svg");
}

button[b-alywy1iz6w] {
    background-color: transparent; 
    border: none;
}
/* /Pages/Klant/Requests/RequestDetail.razor.rz.scp.css */
.header[b-bgwxo64q7a]{
    display: flex; 
    justify-content: space-between;
}

.header h3[b-bgwxo64q7a] {
    font-weight: bold; 
    text-transform: uppercase; 
    letter-spacing: 1px;
}

.flex-container[b-bgwxo64q7a] {
    display: flex;
    justify-content: center;
    align-items: center;
}


.flex-container p[b-bgwxo64q7a] {
    margin: 0 !important;
}

.bijschrift[b-bgwxo64q7a] {
    font-size: 0.93333em;
    margin-bottom: 0.25rem;
    color: gray;
}

.bold[b-bgwxo64q7a] {
    font-weight: bold;
}

.title[b-bgwxo64q7a] {
    text-align: center;
    font-weight: bolder;
    margin-bottom: 1rem;
    background-color: #37444f;
    color: white;
    padding: 10px;
    margin: 0;
    font-size: 1rem !important;
}

[b-bgwxo64q7a] .bi {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

[b-bgwxo64q7a] .bi-new {
    background-image: url("Icons/NewIcon.svg");
}

[b-bgwxo64q7a] .bi-save {
    background-image: url("Icons/SaveIcon.svg");
}

[b-bgwxo64q7a] .bi-undo-close {
    background-image: url("Icons/UndoIcon.svg");
}

[b-bgwxo64q7a] .bi-close {
    background-image: url("Icons/CloseIcon.svg");
}

[b-bgwxo64q7a] .bi-previous {
    background-image: url("Icons/ArrowPreviousIcon.svg");
}

[b-bgwxo64q7a] .bi-next {
    background-image: url("Icons/ArrowNextIcon.svg");
}

[b-bgwxo64q7a] .bi-delete {
    background-image: url("Icons/DeleteIcon.svg");
}

[b-bgwxo64q7a] .bi-goedgekeurd {
    background-image: url("Icons/CheckIconGreen.svg");
}
/* /Pages/Klant/Sprints/DashboardSprints.razor.rz.scp.css */
.title[b-zmbw6n2lq5] {
    text-align: center;
    font-weight: bolder;
    margin-bottom: 1rem;
    background-color: #37444f;
    color: white;
    padding: 10px;
    margin: 0;
    font-size: 1rem !important;
}

.cardTitle[b-zmbw6n2lq5] {
    font-weight: bold;
    margin-bottom: 0.25rem
}

.card[b-zmbw6n2lq5] {
    min-height: 70px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 0.5rem;
}

.uitvoerder[b-zmbw6n2lq5] {
    width: 100%;
    text-align: end;
    font-style: italic;
}

.bi[b-zmbw6n2lq5] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-open[b-zmbw6n2lq5] {
    background-image: url("Icons/OpenIcon.svg");
}


/******************* DETAILS *******************/
.detailsBlok[b-zmbw6n2lq5] {
    padding-top: 0.75rem;
    padding: 0.75rem 0.5rem;
    background-color: snow;
    height: 100%
}
/* /Pages/LoginPage.razor.rz.scp.css */
.page-container[b-2w00qq3636] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f0f0f0;
    padding: 1.5rem;
}

.content-container[b-2w00qq3636] {
    background-color: #303F4B;
    padding: 20px;
    border-radius: 10px;
    max-width: 400px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.input-group[b-2w00qq3636] {
    margin-bottom: 15px;
    width: 100%;
    display: flex;
    justify-content: center;
}

[b-2w00qq3636] .dxbl-text-edit {
    width: 100%
}

[b-2w00qq3636] .dxbl-text {
    color: white;
}

.logo[b-2w00qq3636] {
    width: 15rem;
}

.logoJorosoft[b-2w00qq3636] {
    width: 10rem;
}

.content-container img:first-of-type[b-2w00qq3636] {
    width: 10rem;
    margin-bottom: 2rem;
}

.button-container[b-2w00qq3636] {
    margin-top: 15px;
}

button[b-2w00qq3636] {
    padding: 10px;
    border: none;
    border-radius: 5px;
    color: #303F4B;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
}

.dropdown-container[b-2w00qq3636] {
    position: fixed;
    bottom: 0;
    left: 0;
    align-self: start;
}

    .dropdown-container img[b-2w00qq3636] {
        width: 50px;
        height: 50px;
        object-fit: contain;
    }
/* /Pages/OpvolgingLeads/OpvolgingLeadsDetail.razor.rz.scp.css */
.title[b-25fsj3nc6y] {
    font-weight: bolder;
    margin-bottom: 1rem;
    background-color: #37444f;
    color: white;
    padding: 10px;
    font-size: 1rem !important;
    text-align: left;
}
/* /Pages/OpvolgingLeads/OpvolingLeadsOvz.razor.rz.scp.css */
.title[b-zt5icxefdy] {
    text-align: center;
    font-weight: bolder;
    margin-bottom: 1rem;
    background-color: #37444f;
    color: white;
    padding: 10px;
    margin: 0;
    font-size: 1rem !important;
}

.header-pane[b-zt5icxefdy] {
    position: relative;
    text-align: center; 
    background-color: #d5d9dc;
    margin: 0;
}

.bi[b-zt5icxefdy] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-open[b-zt5icxefdy] {
    background-image: url("Icons/OpenIcon.svg");
}
/* /Pages/Profiel/Usersettings.razor.rz.scp.css */
.toolbar[b-8yafxpu0e5] {
    margin-bottom: 1rem;
}

[b-8yafxpu0e5] .bi {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

[b-8yafxpu0e5] .bi-encrypt {
    background-image: url("Images/lock.png");
}

[b-8yafxpu0e5] .bi-language {
    background-image: url("Icons/TranslateIcon.svg");
}
/* /Shared/Dialogs/DlgFileUpload.razor.rz.scp.css */

[b-gvk4wxx2tb] .preview {
    background-color: lightgray;

}

[b-gvk4wxx2tb] .preview img {
    width: 25px;
}
/* /Shared/Panes/PnDocumenten.razor.rz.scp.css */
[b-zu1g4tnwj8] .bi {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    top: -1px;
    background-size: cover;
}

[b-zu1g4tnwj8] .bi-icon-open {
    background-image: url("Icons/EyeIcon.svg");
}

[b-zu1g4tnwj8] .bi-delete {
    background-image: url("Icons/DeleteIcon.svg");
}

button[b-zu1g4tnwj8] {
    background-color: transparent; 
    border: none;
}
/* /Shared/Popups/JoroPasswordPopup.razor.rz.scp.css */
.input-group[b-1wraoaqu0j] {
    display: flex; 
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;

}
/* /Shared/Toolbar/ToolbarDetail.razor.rz.scp.css */
.toolbar[b-nsc3lpvsdv]{
    margin-bottom: 1rem;
}

[b-nsc3lpvsdv] .bi {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

[b-nsc3lpvsdv] .bi-new {
    background-image: url("Icons/NewIcon.svg");
}

[b-nsc3lpvsdv] .bi-save {
    background-image: url("Icons/SaveIcon.svg");
}

[b-nsc3lpvsdv] .bi-save-close {
    background-image: url("Icons/SaveIcon.svg");
}

[b-nsc3lpvsdv] .bi-undo-close {
    background-image: url("Icons/UndoIcon.svg");
}

[b-nsc3lpvsdv] .bi-close {
    background-image: url("Icons/CloseIcon.svg");
}

[b-nsc3lpvsdv] .bi-actions {
    background-image: url("Icons/ActionsIcon.svg");
}

[b-nsc3lpvsdv] .bi-delete {
    background-image: url("Icons/DeleteIcon.svg");
}
/* /Shared/Toolbar/ToolbarDetailNavigation.razor.rz.scp.css */
[b-d54cdm405b] .bi {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

[b-d54cdm405b] .bi-new {
    background-image: url("Icons/NewIcon.svg");
}

[b-d54cdm405b] .bi-save {
    background-image: url("Icons/SaveIcon.svg");
}

[b-d54cdm405b] .bi-undo-close {
    background-image: url("Icons/UndoIcon.svg");
}

[b-d54cdm405b] .bi-close {
    background-image: url("Icons/CloseIcon.svg");
}

[b-d54cdm405b] .bi-previous {
    background-image: url("Icons/ArrowPreviousIcon.svg");
}

[b-d54cdm405b] .bi-next {
    background-image: url("Icons/ArrowNextIcon.svg");
}

[b-d54cdm405b] .bi-delete {
    background-image: url("Icons/DeleteIcon.svg");
}

[b-d54cdm405b] .bi-goedkeuren {
    background-image: url("Icons/CheckIcon.svg");
}



/* /Shared/Toolbar/ToolbarGrid.razor.rz.scp.css */
.toolbar[b-jkgiao762k] {
    margin-bottom: 1rem;
}

[b-jkgiao762k] .bi {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

[b-jkgiao762k] .bi-new {
    background-image: url("Icons/NewIcon.svg");
}

[b-jkgiao762k] .bi-edit {
    background-image: url("Icons/EditIcon.svg");
}

[b-jkgiao762k] .bi-delete {
    background-image: url("Icons/DeleteIcon.svg");
}

[b-jkgiao762k] .bi-save {
    background-image: url("Icons/SaveIcon.svg");
}

[b-jkgiao762k] .bi-actions {
    background-image: url("Icons/ActionsIcon.svg");
}

[b-jkgiao762k] .bi-filter {
    background-image: url("Icons/IconFilter.svg");
}

[b-jkgiao762k] .bi-exportExcel {
    background-image: url("Icons/IconExcel.svg");
}

