/* _content/UDCPropertyManagement/shared/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-bzkikuel2l] {
    position: relative;
    display: flex;
    flex-direction: column;
}
/* _content/UDCPropertyManagement/shared/Components/Layout/NavMenu.razor.rz.scp.css */
/* Navigation styles */
.nav-link[b-v3tyozeo4f] {
    @apply rounded-md bg-grey text-black px-3 py-2 text-sm font-medium;
}
.nav-link.active[b-v3tyozeo4f] {
    @apply text-indigo-600 bg-indigo-50;
}
.nav-icon[b-v3tyozeo4f] {
    @apply mr-2 h-5 w-5 text-gray-400 group-hover:text-indigo-500;
}
.notification-badge[b-v3tyozeo4f] {
    @apply absolute h-2 w-2 top-0 right-0 bg-red-500 rounded-full;
}
