/* /Pages/Bedrijf/BedrijfEdit.razor.rz.scp.css */
#preview[b-9c9c4bb9zn] {
    height: 50px;
    width: 50%;
}

.circle-palette .e-container[b-9c9c4bb9zn] {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}

.circle-palette .e-container .e-custom-palette.e-palette-group[b-9c9c4bb9zn] {
    height: 182px;
}

.circle-palette .e-container .e-palette .e-tile[b-9c9c4bb9zn] {
    border: 0;
    color: #fff;
    height: 36px;
    font-size: 18px;
    width: 36px;
    line-height: 36px;
    border-radius: 50%;
    margin: 2px 5px;
    font-family: "e-icons";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-transform: none;
}

.circle-palette .e-container .e-palette .e-tile.e-selected[b-9c9c4bb9zn]::before {
    content: '\e933';
}

.circle-palette .e-container .e-palette .e-tile.e-selected[b-9c9c4bb9zn] {
    outline: none;
}
/* /Shared/MainLayout.razor.rz.scp.css */
/* ========== Basis layout ========== */

.page[b-8xu8vfiqb5] {
    display: flex;
    flex-direction: row;
}

.sidebar[b-8xu8vfiqb5] {
    height: 100vh;
    position: sticky;
    top: 0;
    flex-shrink: 0;
    background-image: linear-gradient(180deg, rgb(6, 200, 196) 0%, #3a0647 70%);
    width: 250px;
    transition: width 0.2s ease-in-out;
}

.main[b-8xu8vfiqb5] {
    flex: 1;
    min-width: 0;
}

/* ========== Topbar ========== */

.top-row[b-8xu8vfiqb5] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3rem;
    display: flex;
    align-items: center;
}

    .top-row[b-8xu8vfiqb5]  a,
    .top-row .btn-link[b-8xu8vfiqb5] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-8xu8vfiqb5] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

/* ========== Mobile gedrag (alleen verbergen, g��n layout breken) ========== */

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-8xu8vfiqb5] {
        display: none;
    }

    .top-row.auth[b-8xu8vfiqb5] {
        justify-content: space-between;
    }

    .top-row a[b-8xu8vfiqb5],
    .top-row .btn-link[b-8xu8vfiqb5] {
        margin-left: 0;
    }
}

/* ========== Desktop layout ========== */

@media (min-width: 641px) {
    .page[b-8xu8vfiqb5] {
        flex-direction: row;
    }

    .sidebar[b-8xu8vfiqb5] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-8xu8vfiqb5] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-8xu8vfiqb5] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

/* ========== Sidebar toggle gedrag ========== */

.sidebar.sidebar-collapsed[b-8xu8vfiqb5] {
    width: 70px;
}

    /* Tekst + logo verbergen, alleen iconen tonen */
    .sidebar.sidebar-collapsed .nav-link span:not(.oi)[b-8xu8vfiqb5],
    .sidebar.sidebar-collapsed img[b-8xu8vfiqb5] {
        display: none;
    }

    /* Icons netjes centreren */
    .sidebar.sidebar-collapsed .nav-link[b-8xu8vfiqb5] {
        justify-content: center;
    }
/* /Shared/NavMenu.razor.rz.scp.css */
/* ========== LAYOUT ========== */

.page[b-nmlkfz0mzp] {
    display: flex;
    min-height: 100vh;
}

.sidebar[b-nmlkfz0mzp] {
    width: 250px;
    background-image: linear-gradient(180deg, rgb(6, 200, 196) 0%, #3a0647 70%);
    transition: width 0.2s ease-in-out;
    padding-top: 6px;
}

    .sidebar.sidebar-collapsed[b-nmlkfz0mzp] {
        width: 70px;
    }

.main[b-nmlkfz0mzp] {
    flex: 1;
    background-color: white;
}

.sidebar-logo[b-nmlkfz0mzp] {
    padding: 0.5rem 0; /* zelf kiezen: 0.5rem, 8px, etc. */
    display: flex;
    justify-content: center;
}

    .sidebar-logo img[b-nmlkfz0mzp] {
        max-width: 100%;
        height: auto;
        display: block;
    }


/* ========== SIDEBAR CONTENT ========== */

.navbar-toggler[b-nmlkfz0mzp] {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    height: 32px; /* ✅ exact in verhouding met top-row */
    width: 40px;
    padding: 0; /* ✅ geen interne offset meer */
    margin: 0; /* ✅ geen externe offset */

    border-radius: 6px;
}
.nav-item[b-nmlkfz0mzp] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-nmlkfz0mzp] {
        padding-top: 0.5rem;
    }
    .nav-item[b-nmlkfz0mzp]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        padding-left: 12px;
    }

        .nav-item[b-nmlkfz0mzp]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-nmlkfz0mzp]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

/* ========== ICON BEHAVIOR ========== */

.oi[b-nmlkfz0mzp] {
    width: 2rem;
    font-size: 1.1rem;
}

/* ========== COLLAPSED MODE ========== */

.sidebar.sidebar-collapsed .menu-text[b-nmlkfz0mzp],
.sidebar.sidebar-collapsed img[b-nmlkfz0mzp] {
    display: none;
}

.sidebar.sidebar-collapsed .nav-link[b-nmlkfz0mzp] {
    justify-content: center;
}

/* ========== TOP BAR ========== */

.top-row[b-nmlkfz0mzp] {
    height: 3rem;
    background-color: rgba(0,0,0,0.4);
    display: flex;
    align-items: center; /* ✅ echte verticale middellijn */
    padding-left: 6px;
    box-sizing: border-box;
}}
