/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-46ojlnh66e] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-46ojlnh66e] {
    flex: 1;
}

.sidebar[b-46ojlnh66e] {
    background-color: #f8f9fa;
    border-right: 1px solid #dee2e6;
}

.top-row[b-46ojlnh66e] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row .dropdown-toggle:focus[b-46ojlnh66e] {
    box-shadow: none;
}

@media (min-width: 641px) {
    .page[b-46ojlnh66e] {
        flex-direction: row;
    }

    .sidebar[b-46ojlnh66e] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-46ojlnh66e] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-46ojlnh66e]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-46ojlnh66e], article[b-46ojlnh66e] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-w6v3fayc1j] {
    background-color: rgba(0, 0, 0, 0.1);
}

.top-row[b-w6v3fayc1j] {
    height: 3.5rem;
    background-color: rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid #dee2e6;
}

.navbar-brand[b-w6v3fayc1j] {
    color: #212529 !important;
}

.bi[b-w6v3fayc1j] {
    font-size: 1.2rem;
}

.nav-item[b-w6v3fayc1j] {
    font-size: 0.9rem;
    padding-bottom: 0.2rem;
}

.nav-item:first-of-type[b-w6v3fayc1j] {
    padding-top: 1rem;
}

div.nav-item:last-of-type[b-w6v3fayc1j] {
    padding-bottom: 1rem;
}

.nav-item[b-w6v3fayc1j]  a {
    color: #495057;
    border-radius: 4px;
    height: 2.4rem;
    display: flex;
    align-items: center;
    line-height: 2.4rem;
    padding: 0 0.6rem;
}

.nav-item[b-w6v3fayc1j]  a.active {
    background-color: #007bff;
    color: white;
}

.nav-item[b-w6v3fayc1j]  a:hover {
    background-color: rgba(0, 123, 255, 0.1);
    color: #007bff;
}

.nav-item[b-w6v3fayc1j]  a.active:hover {
    background-color: #0056b3;
    color: white;
}

hr.text-white[b-w6v3fayc1j] {
    border-color: #dee2e6 !important;
    opacity: 1;
}

@media (min-width: 641px) {
    .navbar-toggler[b-w6v3fayc1j] {
        display: none;
    }

    .collapse[b-w6v3fayc1j] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-w6v3fayc1j] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/Admin/Components/MarkdownEditor.razor.rz.scp.css */
.markdown-editor[b-dm45txygjn] {
	border: 1px solid #dee2e6;
	border-radius: 0.375rem;
	overflow: hidden;
}

.markdown-editor-toolbar[b-dm45txygjn] {
	background-color: #f8f9fa;
	border-bottom: 1px solid #dee2e6;
	padding: 0.5rem;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.25rem;
}

.markdown-editor-tabs[b-dm45txygjn] {
	border-bottom: 1px solid #dee2e6;
}

.markdown-editor-tabs .nav-tabs[b-dm45txygjn] {
	border-bottom: none;
	margin: 0;
}

.markdown-editor-tabs .nav-link[b-dm45txygjn] {
	border: none;
	border-radius: 0;
	color: #6c757d;
	background: none;
}

.markdown-editor-tabs .nav-link:hover[b-dm45txygjn] {
	border: none;
	background-color: #f8f9fa;
}

.markdown-editor-tabs .nav-link.active[b-dm45txygjn] {
	color: #0d6efd;
	background-color: #fff;
	border-bottom: 2px solid #0d6efd;
}

.markdown-editor-content[b-dm45txygjn] {
	position: relative;
	min-height: 400px;
	display: flex;
	flex-direction: column;
}

.markdown-editor-input[b-dm45txygjn] {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.markdown-editor-input textarea[b-dm45txygjn] {
	border: none;
	border-radius: 0;
	box-shadow: none;
	resize: none;
	width: 100%;
	flex: 1;
	min-height: 400px;
    font-family: monospace;
    font-size: 0.9rem;
}

.markdown-editor-input textarea:focus[b-dm45txygjn] {
	border: none;
	box-shadow: none;
	outline: none;
}

.markdown-editor-preview[b-dm45txygjn] {
	padding: 1rem;
	background-color: #fff;
	min-height: 400px;
	overflow-y: auto;
	flex: 1;
}

.markdown-content h1[b-dm45txygjn],
.markdown-content h2[b-dm45txygjn],
.markdown-content h3[b-dm45txygjn] {
	margin-top: 1.5rem;
	margin-bottom: 0.75rem;
}

.markdown-content h1:first-child[b-dm45txygjn],
.markdown-content h2:first-child[b-dm45txygjn],
.markdown-content h3:first-child[b-dm45txygjn] {
	margin-top: 0;
}

.markdown-content p[b-dm45txygjn] {
	margin-bottom: 1rem;
	line-height: 1.6;
}

.markdown-content ul[b-dm45txygjn],
.markdown-content ol[b-dm45txygjn] {
	margin-bottom: 1rem;
	padding-left: 2rem;
}

.markdown-content li[b-dm45txygjn] {
	margin-bottom: 0.25rem;
}

.markdown-content img[b-dm45txygjn] {
	max-width: 100%;
	height: auto;
	border-radius: 0.375rem;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	margin: 1rem 0;
}

.markdown-content blockquote[b-dm45txygjn] {
	border-left: 4px solid #0d6efd;
	padding: 0.75rem 1rem;
	margin: 1rem 0;
	background-color: #f8f9fa;
	border-radius: 0 0.375rem 0.375rem 0;
}

.markdown-content code[b-dm45txygjn] {
	background-color: #f8f9fa;
	padding: 0.125rem 0.375rem;
	border-radius: 0.25rem;
	font-size: 0.9em;
	color: #d63384;
}

.markdown-content pre[b-dm45txygjn] {
	background-color: #f8f9fa;
	padding: 1rem;
	border-radius: 0.375rem;
	overflow-x: auto;
	margin: 1rem 0;
}

.markdown-content pre code[b-dm45txygjn] {
	background: none;
	padding: 0;
	color: inherit;
}

.markdown-content table[b-dm45txygjn] {
	width: 100%;
	border-collapse: collapse;
	margin: 1rem 0;
}

.markdown-content th[b-dm45txygjn],
.markdown-content td[b-dm45txygjn] {
	border: 1px solid #dee2e6;
	padding: 0.5rem;
	text-align: left;
}

.markdown-content th[b-dm45txygjn] {
	background-color: #f8f9fa;
	font-weight: 600;
}
/* /Components/Pages/Admin/Forms/Edit.razor.rz.scp.css */
/* Section card hover effect */
.card-header:hover[b-ll13i6tdwg] {
    background-color: #e9ecef;
}

/* Field item hover effect */
.field-item:hover[b-ll13i6tdwg] {
    background-color: #e9ecef !important;
}

/* Hide action buttons by default */
.section-actions[b-ll13i6tdwg],
.btn-toolbar[b-ll13i6tdwg] {
    opacity: 0;
}

/* Show action buttons on hover */
.card-header:hover .section-actions[b-ll13i6tdwg],
.field-item:hover .btn-toolbar[b-ll13i6tdwg] {
    opacity: 1;
}

/* Ensure buttons remain visible when hovering over them */
.section-actions:hover[b-ll13i6tdwg],
.btn-toolbar:hover[b-ll13i6tdwg] {
    opacity: 1;
}

.floating-add-button[b-ll13i6tdwg] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1050;
}

.floating-add-button .btn[b-ll13i6tdwg] {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

/* Remove margin-bottom from last section card */
.section-item:last-child[b-ll13i6tdwg] {
    margin-bottom: 0 !important;
}

/* Remove margin-bottom from last field item */
.field-item:last-child[b-ll13i6tdwg] {
    margin-bottom: 0 !important;
}
/* /Components/Pages/OrderForm/Index.razor.rz.scp.css */
.help-text .alert :last-child[b-a2chipx87p] {
    margin-bottom: 0 !important;
}
