@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.b6pgxrrsua.bundle.scp.css';

/* _content/Service.UI.Blazor/Components/Layout/Component/Attachments/EditAttachment.razor.rz.scp.css */
.file-attachment-container[b-6wadqt0rc8] {
    border: 1px solid #e9ecef;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    width: 100%;
}

.file-header[b-6wadqt0rc8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.header-left[b-6wadqt0rc8] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-title[b-6wadqt0rc8] {
    margin: 0;
    font-weight: 600;
    color: #333;
}

.file-count[b-6wadqt0rc8] {
    color: #6c757d;
    font-size: 14px;
    font-weight: 500;
}

.single-file-indicator[b-6wadqt0rc8] {
    color: #fd7e14;
    font-size: 12px;
    font-weight: 500;
    background: #fff3cd;
    padding: 2px 8px;
    border-radius: 4px;
    border: 1px solid #ffeaa7;
}

.add-file-btn[b-6wadqt0rc8] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
    border-radius: 6px;
    padding: 8px 16px;
}

.file-content[b-6wadqt0rc8] {
    padding: 16px 20px;
}

.file-list[b-6wadqt0rc8] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.file-item[b-6wadqt0rc8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    transition: all 0.2s ease;
}

    .file-item:hover[b-6wadqt0rc8] {
        border-color: #0d6efd;
        background: #f0f7ff;
        box-shadow: 0 2px 4px rgba(13, 110, 253, 0.1);
    }

.file-info[b-6wadqt0rc8] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    min-width: 0;
}

.file-icon[b-6wadqt0rc8] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    flex-shrink: 0;
    color: white;
    font-size: 18px;
}

.file-details[b-6wadqt0rc8] {
    flex: 1;
    min-width: 0;
}

.file-name[b-6wadqt0rc8] {
    font-weight: 500;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 4px;
}

.file-meta[b-6wadqt0rc8] {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    color: #6c757d;
}

.file-extension[b-6wadqt0rc8] {
    text-transform: uppercase;
    font-weight: 600;
    padding: 2px 8px;
    background: #e9ecef;
    border-radius: 4px;
    color: #495057;
}

.file-actions[b-6wadqt0rc8] {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: 5px;
}

.empty-state[b-6wadqt0rc8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
    text-align: center;
}

.empty-icon[b-6wadqt0rc8] {
    font-size: 48px;
    color: #adb5bd;
    margin-bottom: 16px;
}

.empty-text h6[b-6wadqt0rc8] {
    margin: 0 0 8px 0;
    color: #333;
    font-weight: 600;
}

.empty-text p[b-6wadqt0rc8] {
    margin: 0;
    color: #6c757d;
    font-size: 14px;
}

/* File type colors */
.file-icon.pdf[b-6wadqt0rc8] {
    background: #dc3545;
}

.file-icon.doc[b-6wadqt0rc8] {
    background: #0d6efd;
}

.file-icon.docx[b-6wadqt0rc8] {
    background: #0d6efd;
}

.file-icon.xls[b-6wadqt0rc8] {
    background: #198754;
}

.file-icon.xlsx[b-6wadqt0rc8] {
    background: #198754;
}

.file-icon.ppt[b-6wadqt0rc8] {
    background: #fd7e14;
}

.file-icon.pptx[b-6wadqt0rc8] {
    background: #fd7e14;
}

.file-icon.txt[b-6wadqt0rc8] {
    background: #6c757d;
}

.file-icon.zip[b-6wadqt0rc8] {
    background: #6f42c1;
}

.file-icon.rar[b-6wadqt0rc8] {
    background: #6f42c1;
}

.file-icon.image[b-6wadqt0rc8] {
    background: #20c997;
}
/* _content/Service.UI.Blazor/Components/Layout/Component/Attachments/ViewFileAttachment.razor.rz.scp.css */
.file-attachment-container[b-8zocq0lvx4] {
    border: 1px solid #e9ecef;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    width: 100%;
}

.file-header[b-8zocq0lvx4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.header-left[b-8zocq0lvx4] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-title[b-8zocq0lvx4] {
    margin: 0;
    font-weight: 600;
    color: #333;
}

.file-count[b-8zocq0lvx4] {
    color: #6c757d;
    font-size: 14px;
    font-weight: 500;
}

.file-content[b-8zocq0lvx4] {
    padding: 16px 20px;
}

.file-list[b-8zocq0lvx4] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.file-item[b-8zocq0lvx4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    transition: all 0.2s ease;
    gap: 12px;
}

    .file-item:hover[b-8zocq0lvx4] {
        border-color: #0d6efd;
        background: #f0f7ff;
        box-shadow: 0 2px 4px rgba(13, 110, 253, 0.1);
    }

.file-info[b-8zocq0lvx4] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.file-icon[b-8zocq0lvx4] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    flex-shrink: 0;
    background: #eef3ff;
    color: #0d6efd;
    font-size: 18px;
}

.file-details[b-8zocq0lvx4] {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.file-name[b-8zocq0lvx4] {
    font-weight: 500;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 4px;
}

.file-meta[b-8zocq0lvx4] {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    color: #6c757d;
    flex-wrap: wrap;
}

.file-extension[b-8zocq0lvx4] {
    text-transform: uppercase;
    font-weight: 600;
    padding: 2px 8px;
    background: #e9ecef;
    border-radius: 4px;
    color: #495057;
}

.file-actions[b-8zocq0lvx4] {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: 5px;
}

.empty-state[b-8zocq0lvx4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
    text-align: center;
}

.empty-icon[b-8zocq0lvx4] {
    font-size: 48px;
    color: #adb5bd;
    margin-bottom: 16px;
}

.empty-text h6[b-8zocq0lvx4] {
    margin: 0 0 8px 0;
    color: #333;
    font-weight: 600;
}

.empty-text p[b-8zocq0lvx4] {
    margin: 0;
    color: #6c757d;
    font-size: 14px;
}
/* _content/Service.UI.Blazor/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-y8pv705wz9] {
    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-y8pv705wz9] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Service.UI.Blazor/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-jige1h5jxs] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    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='rgba%28255, 255, 255, 0.55%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[b-jige1h5jxs] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-jige1h5jxs] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-jige1h5jxs] {
    font-size: 1.1rem;
}

.bi[b-jige1h5jxs] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-jige1h5jxs] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-jige1h5jxs] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-jige1h5jxs] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

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

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

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

    .nav-item[b-jige1h5jxs]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-jige1h5jxs]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-jige1h5jxs]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-jige1h5jxs] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-jige1h5jxs] {
    display: block;
}

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

    .nav-scrollable[b-jige1h5jxs] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Service.UI.Blazor/Components/Shares/Filter/SearchPanel.razor.rz.scp.css */
.search-panel h2[b-t4abx1qcpb] {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
}

.search-grid[b-t4abx1qcpb] {
    display: grid;
    gap: 8px;
    margin-top: 8px;
    overflow: visible;
}

.search-grid[b-t4abx1qcpb]  > div {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    min-width: 0;
}

.basic-grid[b-t4abx1qcpb] {
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

.advanced-grid[b-t4abx1qcpb] {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    padding-top: 8px;
    border-top: 1px dashed #d9e0ee;
}

.search-panel[b-t4abx1qcpb]  label {
    display: block;
    margin: 0;
    color: #39435a;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.25;
}

.search-panel[b-t4abx1qcpb]  fluent-text-field,
.search-panel[b-t4abx1qcpb]  fluent-select,
.search-panel[b-t4abx1qcpb]  fluent-combobox,
.search-panel[b-t4abx1qcpb]  fluent-date-picker {
    width: 100%;
    --height: 32px;
}

.search-actions[b-t4abx1qcpb] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px dashed #d9e0ee;
}

.search-actions.actions-center[b-t4abx1qcpb] {
    justify-content: center;
}

@media (max-width: 768px) {
    .search-actions[b-t4abx1qcpb] {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
}
/* _content/Service.UI.Blazor/Components/Shares/Filter/SurfaceCard.razor.rz.scp.css */
.surface-card[b-aphoz5bgz8] {
    width: 100%;
    border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest);
    border-radius: calc(var(--control-corner-radius) * 1px);
    padding: 1rem 1rem;
    min-height: 100px;
}

.surface-card-header[b-aphoz5bgz8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.surface-card-header-main[b-aphoz5bgz8] {
    min-width: 0;
}

.surface-card-header-actions[b-aphoz5bgz8] {
    display: flex;
    align-items: center;
    gap: 8px;
}



@media (max-width: 768px) {
    .surface-card-header[b-aphoz5bgz8] {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* _content/Service.UI.Blazor/Components/Shares/SiFieldset.razor.rz.scp.css */
.fluent-fieldset .fluent-label[b-txw3x0u9yc] {
	font-weight: 600 !important;
	font-size: 15px;
	background: var(--fill-color);
}

.fluent-fieldset[b-txw3x0u9yc] {
	position: relative;
	width: 100%;
	border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest);
	border-radius: calc(var(--control-corner-radius) * 1px);
	padding: 1.5rem 1rem;
	min-height: 100px;
}

	/* Legend chỉ ôm chữ */
	.fluent-fieldset legend[b-txw3x0u9yc] {
		position: absolute;
		top: -12px;
		left: 12px;
		padding: 0;
		width: fit-content; /* QUAN TRỌNG */
		line-height: 1;
		z-index: 2;
	}

		/* CẮT VIỀN ĐÚNG SAU CHỮ */
		.fluent-fieldset legend[b-txw3x0u9yc]::before {
			content: "";
			position: absolute;
			left: 0;
			right: 0; /* = đúng chiều rộng chữ */
			top: 50%;
			height: 2px;
			background: var(--neutral-layer-1, #fff);
			z-index: -1;
		}

		/* Label */
		.fluent-fieldset legend .fluent-label[b-txw3x0u9yc] {
			display: inline-flex;
			align-items: center;
			gap: 6px;
			padding: 0 6px; /* tạo khoảng hở nhỏ 2 bên */
			font-weight: 600;
		}
