@import 'nl.evicom.coop.Client.t1jvni3s30.bundle.scp.css';

/* /Components/Layout/DropDownMenu.razor.rz.scp.css */
.dropdownmenu[b-37xn3dv0et] {
    min-width: 150px;
    z-index: 99;
    border: 1px solid black;
    border-radius: 8px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align:left;
}

.navlink[b-37xn3dv0et] {
    text-decoration: none;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-q0c01e3amx] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-q0c01e3amx] {
    flex: 1;
}

.sidebar[b-q0c01e3amx] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-q0c01e3amx] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: center;
    min-height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-q0c01e3amx]  a, .top-row[b-q0c01e3amx]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-q0c01e3amx]  a:hover, .top-row[b-q0c01e3amx]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-q0c01e3amx]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }
/*
@media (max-width: 640.98px) {
    .top-row {
        justify-content: space-between;
    }

    .top-row ::deep a, .top-row ::deep .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth ::deep a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}*/

#blazor-error-ui[b-q0c01e3amx] {
    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-q0c01e3amx] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */

a.navbar-brand[b-4j4ry5r0f7] {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a[b-4j4ry5r0f7] {
    color: #0366d6;
}

.nav-pills .nav-link.active[b-4j4ry5r0f7], .nav-pills .show > .nav-link[b-4j4ry5r0f7] {
    color: #fff;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html[b-4j4ry5r0f7] {
    font-size: 14px;
}

/*@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}*/

.border-top[b-4j4ry5r0f7] {
    border-top: 1px solid #e5e5e5;
}

.border-bottom[b-4j4ry5r0f7] {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-4j4ry5r0f7] {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-4j4ry5r0f7] {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html[b-4j4ry5r0f7] {
    position: relative;
    min-height: 100%;
}

body[b-4j4ry5r0f7] {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer[b-4j4ry5r0f7] {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

/* /Components/Layout/WebButton.razor.rz.scp.css */
.webbutton[b-u6qqob3tjq] {
    display: inline-block;
    min-width: 28px;
    max-width: 300px;
    min-height: 32px;
    border: rgb(34, 18, 177) thin solid;
    border-radius: 5px;
    padding-left: 8px;
    padding-right: 3px;
    color: black;
    cursor: pointer;
}

.buttonIsOn[b-u6qqob3tjq] {
    background-color: cornflowerblue;
}

.big[b-u6qqob3tjq] {
    max-width: 100% !important;
    width: 100% !important;
    height: 80px;
    font-size: x-large;
    text-align: center;
    padding-right: 20px;
    padding-top: 17px;
}

