/* /components/dialog/reports/ExportReport.razor.rz.scp.css */
.report-header[b-emq75gnrxr] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  border-bottom: 1px solid #e5e7eb;
}

.report-title[b-emq75gnrxr] {
  display: flex;
  gap: 12px;
  align-items: center;
}

.title-icon[b-emq75gnrxr] {
  color: #4F46E5;
  font-size: 26px;
}

.title-text[b-emq75gnrxr] {
  margin: 0;
}

.subtitle-text[b-emq75gnrxr] {
  color: #6b7280;
  margin-top: 2px;
}

.close-btn[b-emq75gnrxr] {
  color: #6b7280;
}

.section[b-emq75gnrxr] {
  padding: 0px 16px 16px;
}

.section + .section[b-emq75gnrxr] {
  padding-top: 0;
}

.section-header[b-emq75gnrxr] {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.section-icon[b-emq75gnrxr] {
  color: #6b7280;
}

.config-grid[b-emq75gnrxr] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.config-item .input[b-emq75gnrxr] {
  width: 100%;
}

.chips-grid[b-emq75gnrxr] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 10px;
}

.chip[b-emq75gnrxr] {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background: #f8fafc;
  color: #1f2937;
  transition: all .15s ease;
  cursor: pointer;
}

.chip:hover[b-emq75gnrxr] {
  background: #f1f5f9;
  border-color: #d1d5db;
}

.chip.selected[b-emq75gnrxr] {
  background: #eef2ff;
  border-color: #94a3b8;
}

.chip-check[b-emq75gnrxr] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #4F46E5;
  color: #fff;
  font-size: 12px;
}

.footer[b-emq75gnrxr] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border-top: 1px solid #e5e7eb;
}

.primary-btn[b-emq75gnrxr] {
  padding: 10px 18px;
}

.outline-btn[b-emq75gnrxr] {
  padding: 10px 16px;
}

.preview-section[b-emq75gnrxr] {
  padding-top: 4px;
}

.preview[b-emq75gnrxr] {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  padding: 14px;
}

.dialog-actions[b-emq75gnrxr] {
  padding: 8px 16px;
  border-top: 1px solid transparent;
}

@media (max-width: 900px) {
  .chips-grid[b-emq75gnrxr] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .config-grid[b-emq75gnrxr] { grid-template-columns: 1fr; }
  .chips-grid[b-emq75gnrxr] { grid-template-columns: 1fr; }
}
/* /components/equipment/import/ImportEquipment.razor.rz.scp.css */
/* Estilos para celdas con error - usar ::deep para atravesar el scoping de Blazor */
[b-1wgilqbm7r] .cell-error {
    background-color: #ffebee !important;
    color: #b71c1c !important;
    font-weight: 500;
    border-left: 3px solid #d32f2f;
}

/* Alternativa global */
:global(.cell-error)[b-1wgilqbm7r] {
    background-color: #ffebee !important;
    color: #b71c1c !important;
    font-weight: 500;
    border-left: 3px solid #d32f2f;
}

/* Espec�fico para MudBlazor td */
[b-1wgilqbm7r] .mud-table-cell.cell-error {
    background-color: #ffebee !important;
    color: #b71c1c !important;
    font-weight: 500;
    border-left: 3px solid #d32f2f;
}
[b-1wgilqbm7r] .import-right-col > div {
    box-sizing: border-box;
    padding-right: 0;
}

/* Make sure buttons stack properly and don't overflow */
:global(.import-right-col .mud-button)[b-1wgilqbm7r] {
    white-space: nowrap;
}

/* Prevent MudPaper from growing when inner table is wide */
:global(.pa-4.mb-4)[b-1wgilqbm7r] {
    /* Allow paper shadow to be visible */
    overflow: visible;
}

:global(.pa-4.mb-4) .mud-card-content[b-1wgilqbm7r],
:global(.pa-4.mb-4) .mud-table[b-1wgilqbm7r] {
    width: 100%;
}

/* Ensure the left container doesn't expand beyond available space */
:global(.import-left-col)[b-1wgilqbm7r] {
    min-width: 0;
    overflow: visible;
}
/* /components/generic/form/GenericForm.razor.rz.scp.css */
/* Section header: icon strip + title/subtitle on the left */
.gtf-section-header[b-1fvoshg4hz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
    flex-wrap: wrap;
    padding: 16px 16px 0 16px;
}

/* Left side of the section header */
.gtf-section-header-left[b-1fvoshg4hz] {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Rounded square that hosts the icon, colored by branch via inline style */
.gtf-icon-strip[b-1fvoshg4hz] {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 4px;
}

/* Form section title next to the icon */
.gtf-title[b-1fvoshg4hz] {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1e293b;
    letter-spacing: 0.01em;
}

/* Right-side slot: badge + switch */
.gtf-status-group[b-1fvoshg4hz] {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Optional subtitle below the title */
.gtf-subtitle[b-1fvoshg4hz] {
    font-size: 0.78rem;
    color: #64748b;
    margin-top: 1px;
}

/* Thin accent line below the section header, colored by branch via inline style */
.gtf-divider[b-1fvoshg4hz] {
    height: 2px;
    border-radius: 2px;
    margin: 0 16px 4px 16px;
}
/* /components/generic/module/GenericModule.razor.rz.scp.css */
.module-card[b-mak1t00y9j] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 250px;
    height: 250px;
    border-radius: 24px;
    border: 2.5px solid var(--module-card-border, var(--branch-color, #4caf50));
    background-color: var(--module-card-bg, #ffffff);
    cursor: pointer;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
    padding: 24px 18px 20px 18px;
    box-sizing: border-box;
    box-shadow: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    line-height: inherit;
    text-align: inherit;
}

.module-card:hover[b-mak1t00y9j] {
    box-shadow: var(--module-card-hover-shadow, 0 8px 24px rgba(0, 0, 0, 0.13));
    transform: translateY(-4px);
}

.module-card:focus-visible[b-mak1t00y9j],
.module-card:focus[b-mak1t00y9j] {
    outline: none;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.13);
    transform: translateY(-4px);
}

.module-card:disabled[b-mak1t00y9j],
.module-card--disabled[b-mak1t00y9j] {
    opacity: 0.45;
    cursor: not-allowed;
    pointer-events: none;
}

.module-icon-circle[b-mak1t00y9j] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 145px;
    height: 145px;
    border-radius: 50%;
    background-color: var(--module-icon-circle-bg, color-mix(in srgb, var(--branch-color, #4caf50) 8%, white));
    flex-shrink: 0;
}

[b-mak1t00y9j] .module-icon-circle > div {
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-mak1t00y9j] .module-icon-circle svg {
    color: var(--branch-color, #4caf50) !important;
}

.module-name[b-mak1t00y9j] {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--module-card-text, #222222);
    text-align: center;
    line-height: 1.35;
    word-break: break-word;
    max-width: 190px;
}

/* Folder badge positioned at the top-right of the card */
.module-card--folder[b-mak1t00y9j] {
    position: relative;
}

.module-card--folder .module-icon-circle[b-mak1t00y9j] {
    border: 2px dashed var(--branch-color, #4caf50);
}

.module-folder-badge[b-mak1t00y9j] {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--module-folder-badge-bg, color-mix(in srgb, var(--branch-color, #4caf50) 10%, white));
    color: var(--branch-color, #4caf50);
}

/* /components/generic/module/GenericModulePage.razor.rz.scp.css */
.module-container[b-ltcbt1vpfo] {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    margin-top: 30px;
}


/* /components/generic/module/GenericModuleSkeleton.razor.rz.scp.css */
.module-skeleton-card[b-w1y7om366o] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 250px;
    height: 250px;
    border-radius: 24px;
    border: 2.5px solid var(--module-skeleton-border, #e5e7eb);
    background-color: var(--module-skeleton-bg, #f9fafb);
    padding: 24px 18px 20px 18px;
    box-sizing: border-box;
    flex-shrink: 0;
}

.module-skeleton-circle[b-w1y7om366o] {
    width: 145px;
    height: 145px;
    border-radius: 50%;
    background: var(--module-skeleton-shimmer, linear-gradient(90deg, #e5e7eb 25%, #f3f4f6 50%, #e5e7eb 75%));
    background-size: 200% 100%;
    animation: skeleton-shimmer-b-w1y7om366o 1.5s infinite;
}

.module-skeleton-text[b-w1y7om366o] {
    width: 120px;
    height: 18px;
    border-radius: 8px;
    background: var(--module-skeleton-shimmer, linear-gradient(90deg, #e5e7eb 25%, #f3f4f6 50%, #e5e7eb 75%));
    background-size: 200% 100%;
    animation: skeleton-shimmer-b-w1y7om366o 1.5s infinite;
}

@keyframes skeleton-shimmer-b-w1y7om366o {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}
/* /components/generic/people/GenericPersonCreation.razor.rz.scp.css */
/* ── Photo section container ──────────────────────────────────────── */
.pc-photo-section[b-q1t6vc6d32] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 12px 12px;
    gap: 10px;
}

/* ── Avatar: circular crop ──────────────────────────────────────────── */
.pc-avatar-wrap[b-q1t6vc6d32] {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    box-shadow: 0 4px 18px rgba(0,0,0,0.18);
    overflow: hidden;
}

.pc-avatar-img[b-q1t6vc6d32] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ── Caption label ──────────────────────────────────────────────────── */
.pc-photo-label[b-q1t6vc6d32] {
    color: #6b7280;
    font-size: 0.78rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: 600;
}
/* /components/generic/report/GenericTemplate.razor.rz.scp.css */
/* Grid that displays the template columns in 3 equal columns */
.template-columns-grid[b-ttdzo56y3k] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px 10px;
    margin-bottom: 12px;
}

/* Each column card: read-only chip showing the column name.
   Background and border are set dynamically via inline style per chip. */
.template-column-chip[b-ttdzo56y3k] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid transparent;
    color: #1f2937;
    font-size: 0.875rem;
    font-weight: 600;
    text-align: center;
}

/* Circle indicator showing required (branch accent) or optional (gray) */
.template-column-chip-indicator[b-ttdzo56y3k] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    flex-shrink: 0;
    color: #fff;
    font-size: 12px;
}

/* Legend row */
.template-legend[b-ttdzo56y3k] {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 6px 10px;
    background: #f5f5f5;
    border-radius: 8px;
    width: fit-content;
}

/* Responsive: 2 columns on medium screens */
@media (max-width: 900px) {
    .template-columns-grid[b-ttdzo56y3k] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* Responsive: single column on small screens */
@media (max-width: 640px) {
    .template-columns-grid[b-ttdzo56y3k] { grid-template-columns: 1fr; }
}
/* /components/generic/tabs/GenericDualPanel.razor.rz.scp.css */
.dual-panel-container[b-9j9iy7whgy] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    width: 100%;
}

.dual-panel-container--readonly[b-9j9iy7whgy] {
    grid-template-columns: 1fr;
}

@media (max-width: 900px) {
    .dual-panel-container[b-9j9iy7whgy] {
        grid-template-columns: 1fr;
    }
}

.panel-col[b-9j9iy7whgy] {
    width: 100%;
    box-sizing: border-box;
}

.panel-col > .mud-paper[b-9j9iy7whgy] {
    width: 100%;
}

.dual-panel[b-9j9iy7whgy] {
    min-height: 320px;
}

/* ── Panel header ─────────────────────────────────────────────────────────── */
.panel-header[b-9j9iy7whgy] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

/* ── Count badges ─────────────────────────────────────────────────────────── */
.count-badge[b-9j9iy7whgy] {
    background: #eef2ff;
    color: #334;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.panel-col:first-child .count-badge[b-9j9iy7whgy] {
    background: #eef2ff !important;
    color: #334 !important;
    border: none !important;
}

.count-badge.assigned[b-9j9iy7whgy] {
    background: var(--branch-secondary, #f9ece5);
    color: var(--branch-color, #ff7a00);
    font-weight: 700;
    border: 1px solid var(--branch-border, rgba(255, 122, 0, 0.12));
}

.panel-col:nth-child(2) .count-badge.assigned[b-9j9iy7whgy] {
    background: var(--branch-secondary, #f9ece5) !important;
    color: var(--branch-color, #ff7a00) !important;
    border: 1px solid var(--branch-border, rgba(255, 122, 0, 0.12)) !important;
}

/* ── Scrollable list ──────────────────────────────────────────────────────── */
.dual-panel-list[b-9j9iy7whgy] {
    max-height: 420px;
    overflow: auto;
    padding-bottom: 8px;
}

/* ── Available items ──────────────────────────────────────────────────────── */
.dual-panel-item[b-9j9iy7whgy] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 12px;
    border-bottom: 1px solid #eee;
}

.dual-panel-item .left[b-9j9iy7whgy] {
    max-width: 85%;
}

/* ── Badge (e.g. schedule code) ───────────────────────────────────────────── */
.item-badge[b-9j9iy7whgy] {
    background: var(--branch-secondary, #f9ece5);
    color: var(--branch-color, #ff7a00);
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 0.75rem;
    margin-left: 8px;
    font-weight: 600;
    border: 1px solid var(--branch-border, rgba(255, 122, 0, 0.12));
}

/* ── Item meta line ───────────────────────────────────────────────────────── */
.item-meta[b-9j9iy7whgy] {
    color: #777;
    font-size: 0.85rem;
    margin-top: 6px;
}

/* ── Assigned items ───────────────────────────────────────────────────────── */
.assigned-item[b-9j9iy7whgy] {
    background: transparent;
    border-radius: 6px;
    padding: 12px;
    margin-bottom: 0;
    border: none;
    transition: background-color 150ms ease;
}

.assigned-item:hover[b-9j9iy7whgy] {
    background: var(--branch-secondary, #f9ece5);
}

.dual-panel-list .assigned-item + .assigned-item[b-9j9iy7whgy] {
    border-top: 1px solid #eee;
    margin-top: 8px;
}

.panel-col:nth-child(2) .dual-panel-list[b-9j9iy7whgy] {
    border-bottom: 1px solid #eee;
}

/* ── Empty state ──────────────────────────────────────────────────────────── */
.empty-state[b-9j9iy7whgy] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px;
    color: rgba(0, 0, 0, 0.4);
}

/* ── Icon buttons ─────────────────────────────────────────────────────────── */
.icon-btn[b-9j9iy7whgy] {
    background: transparent;
    border: none;
    padding: 6px;
    border-radius: 6px;
    cursor: pointer;
}

.icon-btn:focus[b-9j9iy7whgy] {
    outline: none;
    box-shadow: 0 0 0 4px rgba(139, 92, 246, 0.06);
}

.arrow-btn-hover[b-9j9iy7whgy],
.arrow-btn-hover.mud-icon-button-root[b-9j9iy7whgy],
.arrow-btn-hover.mud-icon-button[b-9j9iy7whgy] {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.arrow-btn-hover:hover[b-9j9iy7whgy],
.arrow-btn-hover:focus[b-9j9iy7whgy],
.arrow-btn-hover.mud-icon-button:hover[b-9j9iy7whgy] {
    background-color: var(--branch-secondary, #f9ece5) !important;
}

.icon-btn.arrow-btn-hover > svg[b-9j9iy7whgy] {
    display: inline-block;
    background: transparent !important;
}

.icon-btn.arrow-btn-hover > svg path[b-9j9iy7whgy],
.icon-btn.arrow-btn-hover > svg circle[b-9j9iy7whgy] {
    stroke: var(--branch-color, #ff7a00) !important;
    fill: none !important;
}

/* Keep MudIconButton (e.g. visibility) default appearance */
.dual-panel-item .mud-icon-button[b-9j9iy7whgy],
.assigned-item .mud-icon-button[b-9j9iy7whgy] {
    background: transparent !important;
    box-shadow: none !important;
    color: rgba(0, 0, 0, 0.54) !important;
}
/* /components/table/GenericTable.razor.rz.scp.css */
.vimax-data-grid[b-a5ztonnlno] {
	--row-padding: 10px 12px;
	--radius: 10px;
	border-radius: var(--radius);
	overflow: hidden;
	box-shadow: 0 6px 18px rgba(0,0,0,0.06);
	border: 1px solid rgba(0,0,0,0.08);
	background: var(--vimax-grid-bg, #fff);
}
.vimax-data-grid .mud-toolbar[b-a5ztonnlno] { padding: 10px 12px; }
.vimax-data-grid .mud-datagrid-header[b-a5ztonnlno] { background: var(--vimax-grid-header-bg, #f6f8fb); text-align: center; }
.vimax-data-grid .mud-table-head-cell[b-a5ztonnlno] { text-align: center !important; font-weight: 600; }
.vimax-data-grid .mud-table-row[b-a5ztonnlno] { transition: background 0.15s ease; }
.vimax-data-grid .mud-table-row:hover[b-a5ztonnlno] { background: var(--vimax-grid-row-hover-bg, #f0f4ff); }
.vimax-data-grid .mud-table-cell[b-a5ztonnlno] { padding: var(--row-padding); }
.vimax-data-grid .mud-table-pagination[b-a5ztonnlno] { border-top: 1px solid rgba(0,0,0,0.08); }

.vimax-loading-bar[b-a5ztonnlno] {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	margin-bottom: -4px;
}

.vimax-data-grid .mud-table-cell[b-a5ztonnlno] {
	text-align: center;
}

.vimax-table-fixed[b-a5ztonnlno] {
		min-width: 900px;
		min-height: 420px;
		max-width: 100%;
		box-sizing: border-box;
		overflow-x: auto;
		overflow-y: visible;
	}

/* Ensure skeleton respects minimum width while keeping a smaller height */
.vimax-data-grid-skeleton.vimax-table-fixed[b-a5ztonnlno] { min-width: 900px; min-height: 160px; }

/* /Pages/DialogMessage.razor.rz.scp.css */
/* Estilos de la página */
.message-container[b-hqb7bdr7b8] {
    padding: 15px;
    margin: 10px 0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.hidden[b-hqb7bdr7b8] {
    opacity: 0; /* Oculto */
    pointer-events: none; /* No interactuable cuando está oculto */
}

.error-message[b-hqb7bdr7b8] {
    background-color: #f8d7da;
    border-left: 6px solid #f5c6cb;
    color: #721c24;
}

.success-message[b-hqb7bdr7b8] {
    background-color: #d4edda;
    border-left: 6px solid #c3e6cb;
    color: #155724;
}

.message-container i[b-hqb7bdr7b8] {
    font-size: 20px;
}

.error-message i[b-hqb7bdr7b8] {
    color: #721c24;
}

.success-message i[b-hqb7bdr7b8] {
    color: #155724;
}

.reset-password-container[b-hqb7bdr7b8] {
    max-width: 400px;
    margin: 5% auto;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    text-align: center;
}

h3[b-hqb7bdr7b8] {
    color: #333;
    margin-bottom: 1rem;
}

p[b-hqb7bdr7b8] {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}

.form-group[b-hqb7bdr7b8] {
    margin-bottom: 1rem;
    text-align: left;
}

label[b-hqb7bdr7b8] {
    display: block;
    font-weight: bold;
    margin-bottom: 0.5rem;
    color: #444;
}

.form-control[b-hqb7bdr7b8] {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 0.9rem;
}

    .form-control:focus[b-hqb7bdr7b8] {
        border-color: #007bff;
        box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
        outline: none;
    }

.btn-submit[b-hqb7bdr7b8] {
    width: 100%;
    padding: 0.75rem;
    font-size: 1rem;
    background-color: #007bff;
    border: none;
    color: #ffffff;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-top: 1rem;
}

    .btn-submit:hover[b-hqb7bdr7b8] {
        background-color: #0056b3;
    }

    /*--------------------------Es*/

.modal[b-hqb7bdr7b8] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content[b-hqb7bdr7b8] {
    padding: 20px;
    border-radius: 8px;
    background-color: white;
}

.modal-header[b-hqb7bdr7b8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.carousel-caption[b-hqb7bdr7b8] {
    text-shadow: 1px 1px 2px #000, 0 0 5px #000000, 0 0 5px #000000;
}

    .carousel-caption h5[b-hqb7bdr7b8] {
        font-weight: bold;
        font-size: 2rem;
    }

section[b-hqb7bdr7b8] {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    margin-top: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
}

    section .imgBx[b-hqb7bdr7b8] {
        position: relative;
        width: 85%;
        height: 85%;
    }

    section .contentBx[b-hqb7bdr7b8] {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50%;
        height: 100%;
    }

        section .contentBx .formBx[b-hqb7bdr7b8] {
            width: 50%;
        }

        section .contentBx h2[b-hqb7bdr7b8] {
            color: #607d8b;
            font-weight: 600;
            font-size: 1.5em;
            text-transform: uppercase;
            margin-bottom: 20px;
            border-bottom: 4px solid #d4ac0d;
            display: inline-block;
            letter-spacing: 1px;
            text-align: center; /* Añade esta línea */
            width: 100%; /* Añade esta línea */
            margin-bottom: 2rem;
            justify-content: center;
            align-content: center;
            align-items: center;
        }

        section .contentBx .formBx .inputBx[b-hqb7bdr7b8] {
            margin: 20px;
        }

            section .contentBx .formBx .inputBx span[b-hqb7bdr7b8] {
                font-size: 16px;
                margin-bottom: 5px;
                display: inline-block;
                color: #607db8;
                font-weight: 300;
                font-size: 16px;
                letter-spacing: 1px;
            }

            section .contentBx .formBx .inputBx input[type="submit"][b-hqb7bdr7b8] {
                background: #1a5276;
                color: #fff;
                outline: none;
                border: none;
                font-weight: 500;
                cursor: pointer;
            }

                section .contentBx .formBx .inputBx input[type="submit"]:hover[b-hqb7bdr7b8] {
                    background: #21618c;
                }

        section .contentBx img[b-hqb7bdr7b8] {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
        }

        section .contentBx .formBx .inputBx p[b-hqb7bdr7b8] {
            text-align: center;
        }

            section .contentBx .formBx .inputBx p a[b-hqb7bdr7b8] {
                color: #1a5276;
            }

    section p[b-hqb7bdr7b8] {
        text-align: center;
    }

.heather[b-hqb7bdr7b8] {
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 5px 0;
    background-color: #1a5276;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

    .heather img[b-hqb7bdr7b8] {
        max-width: 100px;
        margin: 10px;
        margin-left: 10rem;
    }

    .heather span[b-hqb7bdr7b8], .heather p[b-hqb7bdr7b8] {
        color: white;
        display: block;
        margin: 5px 0;
    }

.footer[b-hqb7bdr7b8] {
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 5px 0;
}

    .footer img[b-hqb7bdr7b8] {
        max-width: 100px;
        margin: 10px;
    }

    .footer span[b-hqb7bdr7b8], .footer p[b-hqb7bdr7b8] {
        display: block;
        margin: 5px 0;
    }

.input-field[b-hqb7bdr7b8] {
    position: relative;
    width: 100%;
}

.input[b-hqb7bdr7b8] {
    margin-top: 15px;
    width: 100%;
    outline: none;
    border-radius: 8px;
    height: 45px;
    border: 1.5px solid #ecedec;
    background: transparent;
    padding-left: 10px;
}

    .input:focus[b-hqb7bdr7b8] {
        border: 1.5px solid #1a5276;
    }

.input-field .label[b-hqb7bdr7b8] {
    position: absolute;
    top: 25px;
    left: 15px;
    color: #ccc;
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 2;
}


/* Estilo para la superposición del modal */
.custom-modal-overlay[b-hqb7bdr7b8] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* Estilo para el modal en sí */
.custom-modal[b-hqb7bdr7b8] {
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 12px;
    width: 90%;
    max-width: 400px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    animation: fadeIn-b-hqb7bdr7b8 0.3s ease;
}

    /* Estilo del título del modal */
    .custom-modal h2[b-hqb7bdr7b8] {
        margin-top: 0;
        font-size: 1.5rem;
        color: #e74c3c; /* Color de acento para el mensaje de error */
    }

/* Estilo del botón de cierre */
.close-button[b-hqb7bdr7b8] {
    margin-top: 1rem;
    padding: 0.5rem 1.5rem;
    background-color: #e74c3c;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    /* Efecto hover para el botón de cierre */
    .close-button:hover[b-hqb7bdr7b8] {
        background-color: #c0392b;
    }

/* Animación de entrada */
@keyframes fadeIn-b-hqb7bdr7b8 {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.input-field .input:focus ~ .label[b-hqb7bdr7b8],
.input-field .input:valid ~ .label[b-hqb7bdr7b8] {
    top: 5px;
    left: 5px;
    font-size: 12px;
    color: #d4ac0d;
    background-color: #ffffff;
    padding-left: 5px;
    padding-right: 5px;
}

.error-message[b-hqb7bdr7b8] {
    background-color: #f8d7da;
    border-left: 6px solid #f5c6cb;
    color: #721c24;
}

.success-message[b-hqb7bdr7b8] {
    background-color: #d4edda;
    border-left: 6px solid #c3e6cb;
    color: #155724;
}

.message-container i[b-hqb7bdr7b8] {
    font-size: 20px;
}

.error-message i[b-hqb7bdr7b8] {
    color: #721c24;
}

.success-message i[b-hqb7bdr7b8] {
    color: #155724;
}
/* /Pages/HardwareInfo.razor.rz.scp.css */
/* Contenedor principal */
.hardware-info-container[b-ky7kvzhdut] {
    max-width: 500px;
    margin: 60px auto;
    padding: 20px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Contenedor del logo */
.logo-container[b-ky7kvzhdut] {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

/* Logo */
.logo[b-ky7kvzhdut] {
    max-width: 120px;
    height: auto;
    filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.2));
}

/* Título */
.title[b-ky7kvzhdut] {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Descripción */
.description[b-ky7kvzhdut] {
    font-size: 16px;
    color: #555555;
    margin-bottom: 20px;
    line-height: 1.6;
}

/* Contenedor del ID de hardware */
.hardware-id-container[b-ky7kvzhdut] {
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Etiqueta del ID */
.label[b-ky7kvzhdut] {
    font-size: 14px;
    color: #666666;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Texto del ID */
.hardware-id[b-ky7kvzhdut] {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

/* Instrucciones */
.instructions[b-ky7kvzhdut] {
    font-size: 14px;
    color: #777777;
    margin-bottom: 20px;
    line-height: 1.5;
}

/* Botón */
.btn-get-license[b-ky7kvzhdut] {
    display: inline-block;
    padding: 12px 25px;
    font-size: 16px;
    color: #ffffff;
    background-color: #007bff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

    /* Hover del botón */
    .btn-get-license:hover[b-ky7kvzhdut] {
        background-color: #0056b3;
        transform: scale(1.05);
    }

    /* Efecto al hacer clic */
    .btn-get-license:active[b-ky7kvzhdut] {
        transform: scale(0.98);
    }

/* Fondo general */
body[b-ky7kvzhdut] {
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
/* /Pages/Modals/ModalWebCam.razor.rz.scp.css */
.webcam-container[b-0jmxltezss] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
    max-width: 800px;
    margin: 0 auto;
}

.webcam-frame[b-0jmxltezss] {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 24px;
    overflow: hidden;
    background-color: #f0f0f0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#videoFeed[b-0jmxltezss] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.countdown-circle[b-0jmxltezss] {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    width: 60px;
    height: 60px;
    background-color: #DAA520;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.button-container[b-0jmxltezss] {
    margin-top: 1.5rem;
}

.capture-button[b-0jmxltezss] {
    padding: 0.75rem 2rem;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .capture-button:hover[b-0jmxltezss] {
        background-color: #0056b3;
        transform: translateY(-1px);
    }

    .capture-button:active[b-0jmxltezss] {
        transform: translateY(0);
    }
/* /Pages/Modals/Visit/EquipoModalVisitaEdit.razor.rz.scp.css */
[b-21gvqry04s] .mud-dialog {
    border-radius: 8px;
    overflow: hidden;
}

[b-21gvqry04s] .mud-dialog-title {
    background-color: #4DB6AC;
    color: white;
}

[b-21gvqry04s] .mud-dialog-content {
    padding: 0;
}

[b-21gvqry04s] .mud-dialog-actions {
    background-color: #E0F2F1;
    padding: 8px 24px;
}

/* Estilo para el enlace de navegación activo */
[b-21gvqry04s] .active-nav-link {
    background-color: rgba(178, 223, 219, 0.3);
}
/* /Pages/Module/Assets/AssetsDashboard/Index.razor.rz.scp.css */
/* Summary cards (fixed height so all cards match) */
.dashboard-card[b-k0r8x5qb4p] {
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}

/* Chart cards: fixed height and make the chart area fill the card */
.dashboard-chart[b-k0r8x5qb4p] {
    height: 420px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

/* Ensure MudChart fills available space but avoid canvas overlapping legend */
.dashboard-chart .mud-chart[b-k0r8x5qb4p] {
    flex: 1 1 auto;
    /* allow internal legend to render above the canvas */
    position: relative;
}
.dashboard-chart canvas[b-k0r8x5qb4p] {
    /* avoid forcing the canvas to cover the whole card so legend/labels stay visible */
    max-height: 100%;
    height: auto !important;
    z-index: 1; /* keep canvas behind legend */
}

/* Increase z-index for MudChart legend so it's shown above the canvas */
.dashboard-chart .mud-chart .mud-chart-legend[b-k0r8x5qb4p],
.dashboard-chart .mud-chart .chart-legend[b-k0r8x5qb4p],
.dashboard-chart .mud-chart .legend[b-k0r8x5qb4p] {
    position: relative;
    z-index: 3;
}

/* Make sure chips and headers keep their natural size and don't affect chart height */
.dashboard-chart > *:not(.mud-chart)[b-k0r8x5qb4p] {
    z-index: 2;
}

/* Metric cards often contain small charts/progress bars - force those chart elements to a fixed height
   so each metric card stays the same overall height and doesn't expand dynamically. */
.dashboard-card .mud-chart[b-k0r8x5qb4p],
.dashboard-card canvas[b-k0r8x5qb4p] {
    height: 80px !important;
    flex: 0 0 80px !important;
}

/* Limit overflowing content and keep consistent internal spacing */
.dashboard-card[b-k0r8x5qb4p] {
    overflow: hidden;
    padding: 16px;
}

/* Small tweaks to keep progress and headers from pushing the card beyond the fixed height */
.dashboard-card .mud-typography + .mud-typography[b-k0r8x5qb4p] {
    margin-top: 4px;
}
.dashboard-card .mud-progress-linear[b-k0r8x5qb4p] {
    margin-top: 8px;
}
/* /Pages/Module/Assets/Files/EquipmentFile/EquipmentCreation/EquipmentCreation.razor.rz.scp.css */
    .tab-slider[b-lkhacuwngv] {
        position: absolute;
        bottom: 0px;
        height: 3px;
        background: var(--mud-palette-primary, #673ab7);
        transition: left 180ms ease, width 180ms ease, opacity 120ms ease;
        left: 0px;
        width: 0px;
        opacity: 0;
        border-radius: 2px;
        z-index: 2;
    }

    #topTabsWrapper .mud-tabs[b-lkhacuwngv], #leftTabsWrapper .mud-tabs[b-lkhacuwngv] { padding-bottom: 0 !important; }

    .dialog-container[b-lkhacuwngv] {
        color: var(--dialog-text-color);
        border-radius: 12px;
        padding: 0 !important; /* quitar padding externo del dialog */
        box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.3);
        max-width: 1200px !important; /* limitar ancho del dialog */
        width: 80% !important; /* ancho relativo para responsividad */
        margin: 40px auto !important; /* centrar y dejar espacio superior */
    }

    .dialog-container .mud-dialog-title[b-lkhacuwngv] {
        background-color: var(--dialog-title-bg) !important;
        color: var(--dialog-title-text) !important;
        padding: 12px 16px !important;
        border-radius: 8px 8px 0 0 !important;
        margin: 0 !important; /* sin margen externo para que el título quede pegado a los bordes */
    }

    .dialog-container .mud-dialog-content[b-lkhacuwngv] {
        padding-top: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    /* Match PersonManagementModal: remove extra paper padding so modal widths align */
    .dialog-container .mud-dialog-paper[b-lkhacuwngv] {
        padding-top: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* Quitar padding horizontal en el contenido del diálogo para ocupar todo el ancho */
    .dialog-container .mud-dialog-content[b-lkhacuwngv] {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 0 !important;
    }

    /* Estilo para el enlace de navegación activo */
    [b-lkhacuwngv] .active-nav-link {
        background-color: rgba(178, 223, 219, 0.3);
    }

    .paper-container[b-lkhacuwngv] {
        background: var(--paper-container-background);
        border: 1px solid var(--paper-container-border);
        border-radius: 16px;
        padding: 20px;
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
    }

    .navigation-panel[b-lkhacuwngv] {
        background: var(--navigation-panel-background);
        border-radius: 12px;
        padding: 12px;
        border: 1px solid var(--navigation-panel-border);
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
        margin-bottom: 5px !important;
    }

    .boton-activo[b-lkhacuwngv] {
        background-color: var(--boton-activo-background) !important;
        border-radius: 8px;
        box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    }

    .boton-inactivo[b-lkhacuwngv] {
        background-color: var(--boton-inactivo-background);
        opacity: 1;
        border-radius: 8px;
        color: black;
    }

    .mud-button:hover[b-lkhacuwngv] {
        background-color: var(--boton-hover-background) !important;
        transition: all 0.2s ease-in-out;
    }

    .btn-container[b-lkhacuwngv] {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 8px;
    }

    .btn-text[b-lkhacuwngv] {
        font-size: 14px;
        font-weight: bold;
    }

    .content-section[b-lkhacuwngv] {
        background-color: transparent; /* let dialog background show through */
        color: var(--content-section-text);
        border: none;
        border-radius: 0; /* dialog already provides rounded corners */
        padding-top: 8px; /* reduce top padding so tabs and content sit closer */
        box-shadow: none;
    }

    .modal-dialog[b-lkhacuwngv] {
        margin: 60px 0 0 0 !important; /* top right bottom left */
        max-width: 100% !important;
        width: 100% !important;
        left: 0;
        right: 0;
        border-radius: 0 0 16px 16px; /* rounded corners only at the bottom */
    }

    /* Estilos para los tabs y la navegación interna */
    .mud-tabs[b-lkhacuwngv] {
        margin-bottom: 0; /* remove extra gap below the tabs */
        border-bottom: none !important; /* move divider into tabbar content */
        padding-bottom: 0px; /* bring divider as close as possible */
    }

    .mud-tabs .mud-tabs-tabbar-content[b-lkhacuwngv],
    .mud-tabs .mud-tabs-tabbar-content[b-lkhacuwngv] {
        background-color: var(--mud-palette-grey-100, #f3f4f6) !important;
        border-bottom: 1px solid rgba(0,0,0,0.06) !important; /* divider inside tabs */
    }

    .mud-tab[b-lkhacuwngv] {
        font-weight: 600;
        text-transform: none;
        font-size: 14px;
        padding-bottom: 0 !important; /* remove bottom padding so tabs sit flush */
    }

    .mud-tabs .mud-tab.mud-tab-active[b-lkhacuwngv],
    .mud-tab.mud-tab-active[b-lkhacuwngv] {
        color: var(--mud-palette-primary) !important;
        background-color: #ffffff !important; /* active tab appears white */
        border-bottom: none !important;
        box-shadow: 0 2px 6px rgba(0,0,0,0.08) !important;
        padding-bottom: 0 !important;
    }

    .mud-tabs .mud-tabs-indicator[b-lkhacuwngv],
    .mud-tabs .mud-tab-indicator[b-lkhacuwngv],
    .mud-tab-slider[b-lkhacuwngv],
    .mud-tab-slider.mud-tab-slider-horizontal[b-lkhacuwngv] {
        display: none !important;
    }

    .mud-tabs .mud-tab:not(.mud-tab-active)[b-lkhacuwngv],
    .subtabs .mud-tab:not(.mud-tab-active)[b-lkhacuwngv] {
        background-color: var(--mud-palette-grey-100, #f3f4f6) !important;
        color: var(--mud-palette-text-secondary, rgba(0,0,0,0.65));
        border-radius: 0 !important;
        transition: background-color 0.12s ease, color 0.12s ease;
    }

    .mud-tabs .mud-tab.mud-tab-active[b-lkhacuwngv],
    .subtabs .mud-tab.mud-tab-active[b-lkhacuwngv] {
        background-color: transparent !important;
        color: var(--mud-palette-primary) !important;
        border-bottom: none !important;
        z-index: 2;
    }

    .mud-tabs .mud-tab:not(.mud-tab-active):hover[b-lkhacuwngv],
    .subtabs .mud-tab:not(.mud-tab-active):hover[b-lkhacuwngv] {
        background-color: var(--mud-palette-grey-200, #e6e9ef) !important;
        color: var(--mud-palette-text, rgba(0,0,0,0.87)) !important;
        cursor: pointer;
        transition: background-color 0.12s ease, color 0.12s ease;
    }

    .mud-tabs .mud-tab[b-lkhacuwngv],
    .subtabs .mud-tab[b-lkhacuwngv] {
        border-radius: 0 !important;
    }

    .mud-dialog .mud-dialog-title .mud-button-close[b-lkhacuwngv] {
        color: red !important;
    }
/* /Pages/Module/Assets/Files/EquipmentFile/EquipmentMap/EquipmentMap.razor.rz.scp.css */
.equipment-map .layout-container[b-bfb8h2g97y] {
    display: flex;
    gap: 20px;
    max-height: 75vh; /* limitar la altura para evitar scroll de página */
    height: auto;
    flex-shrink: 0;
}

.equipment-map .left-section[b-bfb8h2g97y] {
    width: 35%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.equipment-map .mud-paper[b-bfb8h2g97y] {
    padding: 16px;
    border-radius: 8px;
    background-color: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.equipment-map .mud-paper h4[b-bfb8h2g97y] {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.equipment-map .mud-table-wrapper[b-bfb8h2g97y] {
    max-width: 100%;
    overflow-x: auto;
    border-radius: 8px;
}

.equipment-map .mud-table[b-bfb8h2g97y] {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
}

.equipment-map .mud-table thead th[b-bfb8h2g97y] {
    background-color: #4a90e2;
    color: white;
    font-weight: bold;
    padding: 10px;
    text-align: left;
    position: sticky;
    top: 0;
    z-index: 2;
}

.equipment-map .mud-table tbody td[b-bfb8h2g97y] {
    padding: 8px;
    border-bottom: 1px solid #ddd;
}

.equipment-map .mud-table tbody tr:nth-child(even)[b-bfb8h2g97y] {
    background-color: #f9f9f9;
}

.equipment-map .mud-table tbody tr:hover[b-bfb8h2g97y] {
    background-color: #e3f2fd;
}

.equipment-map .mud-table td input[type="checkbox"][b-bfb8h2g97y] {
    transform: scale(1.2);
    margin: 5px;
    cursor: pointer;
}

.equipment-map .mud-table-pager[b-bfb8h2g97y] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
    box-sizing: border-box;
}

.equipment-map .checkbox-container[b-bfb8h2g97y] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.equipment-map .equipos-diagrama[b-bfb8h2g97y] {
    table-layout: auto;
}

.equipment-map .mud-table-container[b-bfb8h2g97y] {
    overflow-x: auto;
    padding: 16px;
    border-radius: 8px;
    background-color: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.equipment-map .registry-box[b-bfb8h2g97y] {
    position: relative;
    width: min(900px, 90%);
    max-width: 900px;
    height: min(650px, 80vh);
    max-height: 80vh;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: none; /* quitar borde azul alrededor de la imagen */
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: auto; /* permitir scroll interno en diagrama si hace falta */
    flex-shrink: 0;
    margin: 0 auto;
    transition: all 0.22s ease-in-out;
}

.equipment-map .registry-box:hover[b-bfb8h2g97y] {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.equipment-map .device-icon[b-bfb8h2g97y] {
    position: absolute;
    cursor: grab;
    transition: top 0.1s ease, left 0.1s ease;
    width: 50px;
    height: 50px;
}

.equipment-map .device-icon:hover[b-bfb8h2g97y] {
    transform: scale(1.1);
}

.equipment-map .device-info[b-bfb8h2g97y] {
    position: absolute;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    width: 250px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    max-height: 300px;
    overflow-y: auto;
    pointer-events: auto;
}

.equipment-map button[b-bfb8h2g97y] {
    background-color: #4a90e2;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.equipment-map button:hover[b-bfb8h2g97y] {
    background-color: #357ab8;
}

.equipment-map .title-container[b-bfb8h2g97y] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.equipment-map .search-bar[b-bfb8h2g97y] {
    width: 100%;
    max-width: 250px;
    margin-left: 10px;
}

@media (max-width: 768px) {
    .equipment-map .layout-container[b-bfb8h2g97y] {
        flex-direction: column;
        height: auto;
    }

    .equipment-map .left-section[b-bfb8h2g97y] {
        width: 100%;
    }

    .equipment-map .registry-box[b-bfb8h2g97y] {
        width: 100%;
        height: auto;
    }
}
/* /Pages/Module/Assistence/Shared/StaffAction/StaffActionsRequestForm.razor.rz.scp.css */
/* ═══════════════════════════════════════════════════════
   Personnel Actions Request — scoped styles
   ═══════════════════════════════════════════════════════ */

/* Layout raíz: sidebar + formulario */
.par-root[b-0h8u1tacww] {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    padding: 8px 0 32px;
}

/* ── Sidebar ─────────────────────────────────────────── */
.par-sidebar[b-0h8u1tacww] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 270px;
    flex-shrink: 0;
}

/* ── Cards genéricas ─────────────────────────────────── */
.par-card[b-0h8u1tacww] {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.par-card--assistence[b-0h8u1tacww] {
    border-color: #f9ece5;
    background: #fdf4ef;
}

.par-card--info[b-0h8u1tacww] {
    border-color: #bfdbfe;
    background: #eff6ff;
}

.par-card-header[b-0h8u1tacww] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 0.92rem;
}

.par-card-icon[b-0h8u1tacww] {
    font-size: 1.1rem !important;
}

.par-card-header--amber .par-card-icon[b-0h8u1tacww]      { color: #f97316; }
.par-card-header--assistence .par-card-icon[b-0h8u1tacww] { color: #f97316; }
.par-card-header--info  .par-card-icon[b-0h8u1tacww]      { color: #1d4ed8; }

.par-card-header--assistence .par-card-title[b-0h8u1tacww] { color: #7a2f1f; }
.par-card-header--info .par-card-title[b-0h8u1tacww]        { color: #1d4ed8; }

.par-card-title[b-0h8u1tacww] {
    color: #374151;
}

/* ── Info list (colaborador) ─────────────────────────── */
.par-info-list[b-0h8u1tacww] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.par-info-item[b-0h8u1tacww] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2px 4px;
}

.par-info-label[b-0h8u1tacww] {
    display: block;
    font-size: 0.74rem;
    color: #9ca3af;
    width: 100%;
}

.par-info-value[b-0h8u1tacww] {
    font-size: 0.88rem;
    font-weight: 600;
    color: #111827;
}

/* ── Summary ──────────────────────────────────────────── */
.par-summary-grid[b-0h8u1tacww] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.par-summary-item[b-0h8u1tacww] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.par-summary-label[b-0h8u1tacww] {
    font-size: 0.75rem;
    color: #6b7280;
}

.par-summary-big[b-0h8u1tacww] {
    font-size: 2rem;
    font-weight: 700;
    color: #7a2f1f;
    line-height: 1.1;
}

.par-summary-big small[b-0h8u1tacww] {
    font-size: 1rem;
}

.par-summary-tipo[b-0h8u1tacww] {
    font-size: 0.92rem;
    font-weight: 600;
    color: #374151;
}

/* ── Info UL ──────────────────────────────────────────── */
.par-info-ul[b-0h8u1tacww] {
    margin: 0;
    padding-left: 18px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.par-info-ul li[b-0h8u1tacww] {
    font-size: 0.82rem;
    color: #1d4ed8;
    line-height: 1.5;
    list-style-type: disc;
    marker-color: #1d4ed8;
}

/* ═══════════════════════════════════════════════════════
   Formulario (panel derecho)
   ═══════════════════════════════════════════════════════ */
.par-form-panel[b-0h8u1tacww] {
    flex: 1;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.08);
    border-top: 3px solid #f97316;
    border-radius: 14px;
    padding: 28px 32px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    min-width: 0;
}

.par-form-title[b-0h8u1tacww] {
    font-size: 1.45rem;
    font-weight: 700;
    color: #7a2f1f;
    margin: 0 0 4px;
}

.par-form-subtitle[b-0h8u1tacww] {
    font-size: 0.85rem;
    color: #6b7280;
    margin: 0 0 24px;
}

/* ── Field groups ─────────────────────────────────────── */
.par-field-group[b-0h8u1tacww] {
    margin-bottom: 24px;
}

.par-label[b-0h8u1tacww] {
    display: block;
    font-size: 0.88rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 8px;
}

.par-required[b-0h8u1tacww] {
    color: #ef4444;
    margin-left: 2px;
}

/* ── Select ────────────────────────────────────────────── */
.par-select[b-0h8u1tacww] {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 0.9rem;
    color: #374151;
    background: #fff;
    appearance: auto;
    outline: none;
    transition: border-color 0.15s;
}

.par-select:focus[b-0h8u1tacww] {
    border-color: #f97316;
    box-shadow: 0 0 0 3px rgba(249,115,22,0.12);
}

/* ── Calendario ────────────────────────────────────────── */
.par-calendar-box[b-0h8u1tacww] {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 16px;
    background: #fafafa;
}

.par-cal-overlay[b-0h8u1tacww] {
    position: absolute;
    inset: 0;
    border-radius: 12px;
    background: rgba(249,250,251,0.85);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: #9ca3af;
    font-size: 0.82rem;
    text-align: center;
    padding: 12px;
    z-index: 2;
    backdrop-filter: blur(2px);
}

.par-cal-nav[b-0h8u1tacww] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.par-cal-nav-btn[b-0h8u1tacww] {
    background: none;
    border: none;
    font-size: 1.4rem;
    color: #6b7280;
    cursor: pointer;
    padding: 2px 8px;
    border-radius: 6px;
    transition: background 0.15s;
}

.par-cal-nav-btn:hover[b-0h8u1tacww] {
    background: #f9ece5;
    color: #7a2f1f;
}

.par-cal-month-label[b-0h8u1tacww] {
    font-size: 0.95rem;
    font-weight: 600;
    color: #374151;
    text-transform: capitalize;
}

.par-cal-grid[b-0h8u1tacww] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
    justify-items: center;
}

.par-cal-grid--header[b-0h8u1tacww] {
    margin-bottom: 4px;
}

.par-cal-day-name[b-0h8u1tacww] {
    text-align: center;
    font-size: 0.75rem;
    font-weight: 600;
    color: #9ca3af;
    padding: 4px 0;
    width: 34px;
}

.par-cal-cell[b-0h8u1tacww] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    width: 34px;
    border: none;
    border-radius: 50%;
    font-size: 0.85rem;
    color: #374151;
    background: transparent;
    cursor: pointer;
    transition: background 0.12s, color 0.12s;
    flex-shrink: 0;
}

.par-cal-cell:hover:not(:disabled):not(.par-cal-cell--selected)[b-0h8u1tacww] {
    background: #f9ece5;
    color: #7a2f1f;
}

.par-cal-cell--empty[b-0h8u1tacww] {
    pointer-events: none;
}

.par-cal-cell--today[b-0h8u1tacww] {
    border: 2px solid #f97316;
    color: #f97316;
    font-weight: 700;
}

.par-cal-cell--selected[b-0h8u1tacww] {
    background: #f97316 !important;
    color: #fff !important;
    font-weight: 700;
}

.par-cal-cell--past[b-0h8u1tacww] {
    color: #d1d5db;
    cursor: default;
}

.par-cal-cell--occupied[b-0h8u1tacww] {
    background-color: #fee2e2;
    color: #b91c1c;
    cursor: not-allowed;
    position: relative;
}

.par-cal-cell--occupied[b-0h8u1tacww]::after {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #b91c1c;
}

/* ── Configuración de días ─────────────────────────────── */
.par-days-config[b-0h8u1tacww] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.par-day-row[b-0h8u1tacww] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 14px;
    border: 1px solid #e5e7eb;
    border-left: 3px solid #f97316;
    border-radius: 10px;
    background: #fff;
}

.par-day-info[b-0h8u1tacww] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
    min-width: 0;
}

.par-day-fecha[b-0h8u1tacww] {
    font-size: 0.88rem;
    font-weight: 600;
    color: #7a2f1f;
    text-transform: capitalize;
}

.par-day-desc[b-0h8u1tacww] {
    font-size: 0.78rem;
    color: #6b7280;
}

.par-day-actions[b-0h8u1tacww] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.par-day-select[b-0h8u1tacww] {
    padding: 6px 10px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 0.82rem;
    color: #374151;
    background: #fff;
    cursor: pointer;
    outline: none;
}

.par-day-select:focus[b-0h8u1tacww] {
    border-color: #f97316;
}

.par-day-remove[b-0h8u1tacww] {
    padding: 6px 12px;
    background: none;
    border: 1px solid #fca5a5;
    border-radius: 6px;
    color: #ef4444;
    font-size: 0.82rem;
    cursor: pointer;
    transition: background 0.12s;
}

.par-day-remove:hover[b-0h8u1tacww] {
    background: #fef2f2;
}

/* ── Textarea ─────────────────────────────────────────── */
.par-textarea[b-0h8u1tacww] {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 0.9rem;
    color: #374151;
    resize: vertical;
    font-family: inherit;
    outline: none;
    transition: border-color 0.15s;
    box-sizing: border-box;
}

.par-textarea:focus[b-0h8u1tacww] {
    border-color: #f97316;
    box-shadow: 0 0 0 3px rgba(249,115,22,0.12);
}

.par-textarea-meta[b-0h8u1tacww] {
    display: flex;
    justify-content: space-between;
    font-size: 0.75rem;
    color: #9ca3af;
    margin-top: 4px;
}

/* ── Archivos adjuntos ────────────────────────────────── */
.par-optional[b-0h8u1tacww] {
    font-size: 0.78rem;
    font-weight: 400;
    color: #9ca3af;
    margin-left: 4px;
}

.par-dropzone[b-0h8u1tacww] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 1.5px dashed #d1d5db;
    border-radius: 12px;
    background: #f9fafb;
    padding: 40px 24px;
    text-align: center;
    cursor: pointer;
    user-select: none;
    transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
}

.par-dropzone:hover[b-0h8u1tacww] {
    border-color: #f97316;
    background: #fdf4ef;
    box-shadow: 0 0 0 3px rgba(249,115,22,0.1);
}

.par-dropzone--active[b-0h8u1tacww] {
    border-color: #7a2f1f;
    background: #f9ece5;
    box-shadow: 0 0 0 4px rgba(122,47,31,0.1);
}

.par-dropzone-icon-wrap[b-0h8u1tacww] {
    width: 52px;
    height: 52px;
    background: #f3f4f6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
    transition: background 0.2s;
}

.par-dropzone:hover .par-dropzone-icon-wrap[b-0h8u1tacww],
.par-dropzone--active .par-dropzone-icon-wrap[b-0h8u1tacww] {
    background: #fed7aa;
}

.par-dropzone-mud-icon[b-0h8u1tacww] {
    font-size: 1.6rem !important;
    color: #9ca3af;
    transition: color 0.2s;
}

.par-dropzone:hover .par-dropzone-mud-icon[b-0h8u1tacww],
.par-dropzone--active .par-dropzone-mud-icon[b-0h8u1tacww] {
    color: #f97316;
}

.par-dropzone-title[b-0h8u1tacww] {
    font-size: 0.92rem;
    font-weight: 600;
    color: #374151;
}

.par-dropzone-hint[b-0h8u1tacww] {
    font-size: 0.82rem;
    color: #6b7280;
}

.par-dropzone-formats[b-0h8u1tacww] {
    font-size: 0.76rem;
    color: #9ca3af;
    margin: 6px 0 0;
}

.par-dropzone-formats strong[b-0h8u1tacww] {
    color: #6b7280;
}

/* Lista de archivos seleccionados */
.par-files-list[b-0h8u1tacww] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.par-file-row[b-0h8u1tacww] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
    width: fit-content;
    transition: border-color 0.15s;
}

.par-file-row:hover[b-0h8u1tacww] {
    border-color: #d1d5db;
}

.par-file-icon[b-0h8u1tacww] {
    font-size: 1.25rem !important;
    color: #f97316;
    flex-shrink: 0;
}

.par-file-info[b-0h8u1tacww] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1px;
    min-width: 0;
}

.par-file-name[b-0h8u1tacww] {
    font-size: 0.85rem;
    font-weight: 500;
    color: #111827;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.par-file-size[b-0h8u1tacww] {
    font-size: 0.74rem;
    color: #9ca3af;
}

.par-file-remove[b-0h8u1tacww] {
    background: none;
    border: none;
    color: #d1d5db;
    font-size: 0.85rem;
    cursor: pointer;
    padding: 4px 6px;
    border-radius: 4px;
    line-height: 1;
    flex-shrink: 0;
    transition: color 0.12s, background 0.12s;
}

.par-file-remove:hover[b-0h8u1tacww] {
    color: #ef4444;
    background: #fef2f2;
}

/* ── Responsive ────────────────────────────────────────── */
@media (max-width: 900px) {
    .par-root[b-0h8u1tacww] {
        flex-direction: column;
    }

    .par-sidebar[b-0h8u1tacww] {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .par-card[b-0h8u1tacww] {
        flex: 1 1 200px;
    }

    .par-form-panel[b-0h8u1tacww] {
        padding: 20px 18px;
    }
}

/* Padding when component is shown inside a MudBlazor dialog with the class 'par-dialog-padding' */
:global(.par-dialog-padding) .par-root[b-0h8u1tacww] {
    padding-left: 28px;
    padding-right: 28px;
}

/* Increase inner form panel padding slightly for better lateral spacing inside dialog */
:global(.par-dialog-padding) .par-form-panel[b-0h8u1tacww] {
    padding-left: 36px;
    padding-right: 36px;
}
/* /Pages/Module/Assistence/Shared/Tabs/AssignedDaysPersonTab/AssignedDaysPersonTab.razor.rz.scp.css */
.weekrules-container[b-mq3sc0ltix] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    width: 100%;
}

@media (max-width: 900px) {
    .weekrules-container[b-mq3sc0ltix] {
        grid-template-columns: 1fr;
    }
}

.panel-col[b-mq3sc0ltix] {
    width: 100%;
    box-sizing: border-box;
}

.panel-col > .mud-paper[b-mq3sc0ltix] {
    width: 100%;
}

.schedules-panel[b-mq3sc0ltix] {
    min-height: 320px;
}

.schedules-list[b-mq3sc0ltix] {
    max-height: 420px;
    overflow: auto;
    padding-bottom: 8px;
}

/* ── Panel header ─────────────────────────────────────────────────────────── */
.panel-header[b-mq3sc0ltix] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

/* ── Count badges ─────────────────────────────────────────────────────────── */
.count-badge[b-mq3sc0ltix] {
    background: #eef2ff;
    color: #334;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.panel-col:first-child .count-badge[b-mq3sc0ltix] {
    background: #eef2ff !important;
    color: #334 !important;
    border: none !important;
}

.count-badge.assigned[b-mq3sc0ltix] {
    background: #f9ece5;
    color: #ff7a00;
    font-weight: 700;
    border: 1px solid rgba(255, 122, 0, 0.12);
}

.panel-col:nth-child(2) .count-badge.assigned[b-mq3sc0ltix] {
    background: #f9ece5 !important;
    color: #ff7a00 !important;
    border: 1px solid rgba(255, 122, 0, 0.12) !important;
}

/* ── Available items ──────────────────────────────────────────────────────── */
.schedule-item[b-mq3sc0ltix] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 12px;
    border-bottom: 1px solid #eee;
}

.schedule-item .left[b-mq3sc0ltix] {
    max-width: 85%;
}

.schedule-meta[b-mq3sc0ltix] {
    color: #777;
    font-size: 0.85rem;
    margin-top: 6px;
}

/* ── Assigned items ───────────────────────────────────────────────────────── */
.assigned-item[b-mq3sc0ltix] {
    background: transparent;
    border-radius: 6px;
    padding: 12px;
    margin-bottom: 0;
    border: none;
    transition: background-color 150ms ease;
}

.assigned-item:hover[b-mq3sc0ltix] {
    background: #f9ece5;
}

.schedules-list .assigned-item + .assigned-item[b-mq3sc0ltix] {
    border-top: 1px solid #eee;
    margin-top: 8px;
}

.panel-col:nth-child(2) .schedules-list[b-mq3sc0ltix] {
    border-bottom: 1px solid #eee;
}

/* ── Empty state ──────────────────────────────────────────────────────────── */
.empty-state[b-mq3sc0ltix] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px;
    color: rgba(0, 0, 0, 0.4);
}

/* ── Icon buttons ─────────────────────────────────────────────────────────── */
.icon-btn[b-mq3sc0ltix] {
    background: transparent;
    border: none;
    padding: 6px;
    border-radius: 6px;
    cursor: pointer;
}

.icon-btn:focus[b-mq3sc0ltix] {
    outline: none;
    box-shadow: 0 0 0 4px rgba(139, 92, 246, 0.06);
}

.arrow-btn-hover[b-mq3sc0ltix],
.arrow-btn-hover.mud-icon-button-root[b-mq3sc0ltix],
.arrow-btn-hover.mud-icon-button[b-mq3sc0ltix] {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.arrow-btn-hover:hover[b-mq3sc0ltix],
.arrow-btn-hover:focus[b-mq3sc0ltix],
.arrow-btn-hover.mud-icon-button:hover[b-mq3sc0ltix] {
    background-color: #f9ece5 !important;
}

.icon-btn.arrow-btn-hover > svg[b-mq3sc0ltix] {
    display: inline-block;
    background: transparent !important;
}

.icon-btn.arrow-btn-hover > svg path[b-mq3sc0ltix],
.icon-btn.arrow-btn-hover > svg circle[b-mq3sc0ltix] {
    stroke: #ff7a00 !important;
    fill: none !important;
}

.schedule-item .right > .icon-btn[b-mq3sc0ltix] {
    width: 28px;
    height: 28px;
    padding: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.schedule-item .right > .icon-btn > svg[b-mq3sc0ltix] {
    width: 18px;
    height: 18px;
    display: block;
}
/* /Pages/Module/Assistence/Shared/Tabs/EnterpriseInformation/EnterpriseInformation.razor.rz.scp.css */
/* Scoped styles for the soft skills horizontal row */
.softskills-row[b-i7mc4ocbhh] {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 12px !important;
    align-items: center !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
}

.softskills-row .mud-chip[b-i7mc4ocbhh],
.softskills-row .mud-chip-root[b-i7mc4ocbhh],
.softskills-row .mud-chip-filled[b-i7mc4ocbhh] {
    display: inline-flex !important;
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
}

.softskills-row .mud-chip-label[b-i7mc4ocbhh],
.softskills-row .mud-chip-text[b-i7mc4ocbhh] {
    white-space: nowrap !important;
}

/* Dashed add chip input */
.add-chip-input[b-i7mc4ocbhh] {
    display: inline-flex;
    align-items: center;
    justify-content: center; /* center text horizontally */
    padding: 8px 14px;
    border-radius: 999px;
    border: 2px dashed #d6aef6; /* dashed purple */
    background: rgba(214,174,246,0.06);
    color: #6b21a8;
    min-width: 140px;
    outline: none;
    text-align: center; /* ensure input text (placeholder) is centered */
}

.add-chip-input[b-i7mc4ocbhh]::placeholder {
    color: #8b5cf6;
    opacity: 0.9;
    text-align: center;
}

.add-chip-input:focus[b-i7mc4ocbhh] {
     box-shadow: 0 0 0 4px rgba(139,92,246,0.08);
     border-color: #a78bfa;
}

:deep .mud-expand-panel[b-i7mc4ocbhh] {
    border: 1px solid var(--mud-palette-lines-default, rgba(0,0,0,0.12)) !important;
    border-radius: 12px !important;
    margin-bottom: 12px;
    overflow: visible;
}

:deep .mud-expand-panel:last-child[b-i7mc4ocbhh] {
    margin-bottom: 0;
}

:deep .mud-expand-panel[b-i7mc4ocbhh]::before {
    border-top: none !important;
    box-shadow: none !important;
}

:deep .mud-expand-panel-content[b-i7mc4ocbhh] {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 16px;
}

/* Make each section content scroll independently */
.section-scroll[b-i7mc4ocbhh] {
    max-height: 50dvh; /* adjust as needed */
    overflow-y: auto;
    padding-right: 8px; /* for scrollbar space */
}

/* small visual tweak for scrollbar on modern browsers */
.section-scroll[b-i7mc4ocbhh]::-webkit-scrollbar {
    width: 10px;
}
.section-scroll[b-i7mc4ocbhh]::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.12);
    border-radius: 8px;
}

/* Documents card list styling inside Mi Salud */
.documents-cards > .mud-paper[b-i7mc4ocbhh] {
    background: #fff7f5;
}


.conditions-scroll[b-i7mc4ocbhh] {
    box-sizing: border-box;
    max-height: 40vh; /* allow shrinking when content is small */
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 8px;
    padding-left: 4px;
    background: transparent;
    position: relative;
    margin-bottom: 12px;
}

.docs-scroll[b-i7mc4ocbhh] {
    box-sizing: border-box;
    max-height: 32vh; /* allow shrinking when content is small */
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 8px;
    padding-left: 4px;
    background: transparent;
    position: relative;
    margin-top: 8px;
}

.doc-row:hover[b-i7mc4ocbhh] {
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}

/* visible scrollbar tweaks for conditions/docs */
.conditions-scroll[b-i7mc4ocbhh]::-webkit-scrollbar,
.docs-scroll[b-i7mc4ocbhh]::-webkit-scrollbar {
    width: 10px;
}
.conditions-scroll[b-i7mc4ocbhh]::-webkit-scrollbar-thumb,
.docs-scroll[b-i7mc4ocbhh]::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.12);
    border-radius: 8px;
}

/* =============================================
   VISTA DE PERFIL ReadOnly en Información General
   ============================================= */

.ei-labor-section[b-i7mc4ocbhh] {
    background: #fff;
    padding: 4px 0 0;
}

.ei-labor-title[b-i7mc4ocbhh] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #7a2f1f;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(0,0,0,0.07);
}

.ei-labor-icon[b-i7mc4ocbhh] {
    color: #7a2f1f !important;
}

.ei-fields-grid[b-i7mc4ocbhh] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.ei-field[b-i7mc4ocbhh] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 16px 18px;
    border-right: 1px solid rgba(0,0,0,0.06);
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

.ei-field:nth-child(4n)[b-i7mc4ocbhh] {
    border-right: none;
}

.ei-field-label[b-i7mc4ocbhh] {
    font-size: 0.67rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: rgba(0,0,0,0.35);
}

.ei-field-value[b-i7mc4ocbhh] {
    font-size: 0.88rem;
    font-weight: 500;
    color: #1a1a1a;
}
/* /Pages/Module/Assistence/Shared/Tabs/EnterpriseInformation/Sections/Modals/EmergencyContactDialog.razor.rz.scp.css */
/* Main container */
.ec-container[b-l580y61f5j] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Header with toggle and clear buttons */
.ec-header[b-l580y61f5j] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Scrollable list of existing contacts */
.ec-contacts-list[b-l580y61f5j] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 200px;
    overflow-y: auto;
}

/* Individual existing contact card (MudPaper root) */
[b-l580y61f5j] .ec-contact-card {
    border: 1px solid #FFE0B2;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.15s;
}

[b-l580y61f5j] .ec-contact-card:hover {
    background-color: #FFF8E1;
}

/* Body inside a contact card */
.ec-contact-body[b-l580y61f5j] {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Contact info area (name + meta) */
.ec-contact-info[b-l580y61f5j] {
    flex: 1;
    min-width: 0;
}

/* Contact name text */
[b-l580y61f5j] .ec-contact-name {
    font-weight: 600;
}

/* Meta row (phone + email) */
.ec-contact-meta[b-l580y61f5j] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 2px;
}

/* Individual meta item (icon + text) */
.ec-meta-item[b-l580y61f5j] {
    display: flex;
    align-items: center;
    gap: 4px;
}

/* Email meta item with shrink support */
.ec-meta-item--email[b-l580y61f5j] {
    min-width: 0;
}

/* Truncated email text */
[b-l580y61f5j] .ec-email-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Lock alert when a contact is selected */
[b-l580y61f5j] .ec-lock-alert {
    padding-bottom: 0;
}
/* /Pages/Module/Assistence/Shared/Tabs/Marks/Marks.razor.rz.scp.css */
.marks-table-wrapper[b-bh5mr49fpa] {
    max-height: 520px;
    overflow: auto;
}

.preview-placeholder[b-bh5mr49fpa] {
    width: 240px;
    height: 180px;
    background: url('/Images/map-placeholder.png') center/cover no-repeat;
}
/* /Pages/Module/Assistence/Shared/Tabs/PersonInfo/PersonInfo.razor.rz.scp.css */
/* ── Raíz ── */
.pi-root[b-4ocayp1xyi] {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0;
    padding: 0;
}

/* ══ HERO ══ */
.pi-header[b-4ocayp1xyi] {
    display: flex;
    align-items: center;
    gap: 0;
    background: linear-gradient(100deg, #f9ece5 0%, #fdf4f1 45%, #fff 100%);
    border-bottom: 1px solid rgba(122,47,31,0.12);
    padding: 32px 32px 32px 28px;
}

.pi-photo-col[b-4ocayp1xyi] {
    flex-shrink: 0;
    padding-right: 36px;
    border-right: 1px solid rgba(122,47,31,0.15);
}

.pi-info-col[b-4ocayp1xyi] {
    flex: 1;
    padding-left: 36px;
    min-width: 0;
}

.pi-avatar-ring[b-4ocayp1xyi] {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    padding: 4px;
    background: linear-gradient(135deg, #7a2f1f 0%, #c0614a 100%);
    box-shadow: 0 6px 24px rgba(122,47,31,0.28);
}

.pi-avatar[b-4ocayp1xyi] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #fff;
    display: block;
}

.pi-name[b-4ocayp1xyi] {
    font-size: 2rem;
    font-weight: 700;
    color: #111;
    margin: 0 0 10px;
    line-height: 1.15;
}

.pi-meta[b-4ocayp1xyi] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.pi-badge-doc[b-4ocayp1xyi] {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #7a2f1f;
    background: rgba(122,47,31,0.08);
    border: 1px solid rgba(122,47,31,0.22);
    border-radius: 20px;
    padding: 3px 10px;
}

.pi-id[b-4ocayp1xyi] {
    font-size: 0.92rem;
    font-weight: 600;
    color: #444;
    letter-spacing: 0.05em;
}

.pi-status[b-4ocayp1xyi] {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 3px 10px;
}

.pi-status--on[b-4ocayp1xyi]  { color: #166534; background: #dcfce7; border: 1px solid #bbf7d0; }
.pi-status--off[b-4ocayp1xyi] { color: #7f1d1d; background: #fee2e2; border: 1px solid #fecaca; }

.pi-divider[b-4ocayp1xyi] {
    width: 48px;
    height: 3px;
    background: #7a2f1f;
    border-radius: 2px;
    margin-bottom: 18px;
    opacity: 0.6;
}

.pi-contact-row[b-4ocayp1xyi] {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
}

.pi-contact-item[b-4ocayp1xyi] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pi-contact-icon[b-4ocayp1xyi] { color: #7a2f1f !important; opacity: 0.8; }

.pi-contact-label[b-4ocayp1xyi] {
    display: block;
    font-size: 0.67rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: rgba(0,0,0,0.38);
}

.pi-contact-value[b-4ocayp1xyi] {
    display: block;
    font-size: 0.88rem;
    font-weight: 500;
    color: #1a1a1a;
}

/* ══ STATS RÁPIDOS ══ */
.pi-stats-row[b-4ocayp1xyi] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #f9f9f9;
    border-bottom: 1px solid rgba(0,0,0,0.07);
}

.pi-stat-card[b-4ocayp1xyi] {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 22px;
    border-right: 1px solid rgba(0,0,0,0.07);
}

.pi-stat-card:last-child[b-4ocayp1xyi] { border-right: none; }

.pi-stat-emoji[b-4ocayp1xyi] { font-size: 28px; line-height: 1; flex-shrink: 0; }

.pi-stat-label[b-4ocayp1xyi] {
    display: block;
    font-size: 0.67rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgba(0,0,0,0.4);
    margin-bottom: 2px;
}

.pi-stat-value[b-4ocayp1xyi] {
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.1;
    color: #111;
}

.pi-stat-sub[b-4ocayp1xyi] {
    display: block;
    font-size: 0.68rem;
    color: rgba(0,0,0,0.38);
}

.pi-val--orange[b-4ocayp1xyi] { color: #e07b39; }
.pi-val--purple[b-4ocayp1xyi] { color: #7c3aed; }
.pi-val--blue[b-4ocayp1xyi]   { color: #2563eb; }

/* ══ SECCIONES ══ */
.pi-section[b-4ocayp1xyi] {
    background: #fff;
    padding: 18px 24px 0;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

.pi-section-title[b-4ocayp1xyi] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.76rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #7a2f1f;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0,0,0,0.07);
}

.pi-section-icon[b-4ocayp1xyi] { color: #7a2f1f !important; }

/* Dos columnas lado a lado */
.pi-two-col[b-4ocayp1xyi] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

.pi-section--half[b-4ocayp1xyi] {
    border-bottom: none;
    border-right: 1px solid rgba(0,0,0,0.07);
}

.pi-section--half:last-child[b-4ocayp1xyi] { border-right: none; }

/* ══ GRIDS DE CAMPOS ══ */
.pi-grid[b-4ocayp1xyi] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.pi-grid--2[b-4ocayp1xyi] { grid-template-columns: repeat(2, 1fr); }
.pi-grid--3[b-4ocayp1xyi] { grid-template-columns: repeat(3, 1fr); }
.pi-grid--4[b-4ocayp1xyi] { grid-template-columns: repeat(4, 1fr); }

.pi-field[b-4ocayp1xyi] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 14px 16px;
    border-right: 1px solid rgba(0,0,0,0.06);
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

.pi-grid--4 .pi-field:nth-child(4n)[b-4ocayp1xyi],
.pi-grid    .pi-field:nth-child(4n)[b-4ocayp1xyi] { border-right: none; }
.pi-grid--2 .pi-field:nth-child(2n)[b-4ocayp1xyi] { border-right: none; }
.pi-grid--3 .pi-field:nth-child(3n)[b-4ocayp1xyi] { border-right: none; }

.pi-field--centered[b-4ocayp1xyi] { align-items: center; text-align: center; }

.pi-field-label[b-4ocayp1xyi] {
    font-size: 0.67rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: rgba(0,0,0,0.35);
}

.pi-field-value[b-4ocayp1xyi] {
    font-size: 0.88rem;
    font-weight: 500;
    color: #1a1a1a;
}

.pi-doc-count[b-4ocayp1xyi] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #7a2f1f;
}

/* ══ CONDICIONES MÉDICAS ══ */
.pi-condition-row[b-4ocayp1xyi] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.pi-condition-row:last-child[b-4ocayp1xyi] { border-bottom: none; }

.pi-condition-name[b-4ocayp1xyi] {
    font-size: 0.86rem;
    font-weight: 500;
    color: #1a1a1a;
}

.pi-condition-badge[b-4ocayp1xyi] {
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: 12px;
    padding: 2px 9px;
}

.pi-sev-alta[b-4ocayp1xyi]    { background: #fee2e2; color: #7f1d1d; border: 1px solid #fecaca; }
.pi-sev-media[b-4ocayp1xyi]   { background: #fef3c7; color: #78350f; border: 1px solid #fde68a; }
.pi-sev-baja[b-4ocayp1xyi]    { background: #dcfce7; color: #166534; border: 1px solid #bbf7d0; }
.pi-sev-[b-4ocayp1xyi]        { background: #f3f4f6; color: #374151; border: 1px solid #e5e7eb; }

/* ══ HISTORIAL MÉDICO ══ */
.pi-history-row[b-4ocayp1xyi] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.pi-history-row:last-child[b-4ocayp1xyi] { border-bottom: none; }

.pi-history-name[b-4ocayp1xyi] {
    font-size: 0.86rem;
    font-weight: 500;
    color: #1a1a1a;
    flex: 1;
    margin-right: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pi-history-type[b-4ocayp1xyi] {
    font-size: 0.75rem;
    color: #0D47A1;
    font-weight: 600;
    flex-shrink: 0;
}

/* ══ HINTS / EMPTY ══ */
.pi-more-hint[b-4ocayp1xyi] {
    font-size: 0.75rem;
    color: #7a2f1f;
    margin: 8px 0 12px;
    font-style: italic;
}

.pi-empty[b-4ocayp1xyi] {
    font-size: 0.84rem;
    color: rgba(0,0,0,0.38);
    padding: 12px 0;
    margin: 0;
    font-style: italic;
}
/* /Pages/Module/Assistence/Shared/Tabs/Schedules/Schedules.razor.rz.scp.css */
.schedules-container[b-ojw9a6yr7w] {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 24px;
    width: 100%;
}

.schedules-container--readonly[b-ojw9a6yr7w] {
    grid-template-columns: 1fr;
}

@media (max-width:900px) {
    .schedules-container[b-ojw9a6yr7w] {
        grid-template-columns: 1fr;
    }
}

.panel-col[b-ojw9a6yr7w] {
    width: 100%;
    box-sizing: border-box;
}

.panel-col > .mud-paper[b-ojw9a6yr7w] {
     width: 100%;
}

.schedules-panel[b-ojw9a6yr7w] {
    min-height: 320px;
}

.panel-col
.actions-footer-wrapper[b-ojw9a6yr7w] {
    flex: 0 0 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 8px;
    padding: 0 56px 0 12px;
}

.schedules-list[b-ojw9a6yr7w] {
    max-height: 420px;
    overflow: auto;
    padding-bottom: 8px; /* ensure space for bottom divider */
}

.schedule-item[b-ojw9a6yr7w] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 12px;
    border-bottom: 1px solid #eee;
}

.schedule-item .left[b-ojw9a6yr7w] {
    max-width: 85%;
}

.schedule-code[b-ojw9a6yr7w] {
    background: #f9ece5;
    color: #ff7a00;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 0.75rem;
    margin-left: 8px;
    font-weight: 600;
    border: 1px solid rgba(255,122,0,0.12);
}

.schedule-meta[b-ojw9a6yr7w] {
    color: #777;
    font-size: 0.85rem;
    margin-top: 6px;
}
.assigned-item[b-ojw9a6yr7w] {
    background: transparent;
    border-radius: 6px;
    padding: 12px;
    margin-bottom: 0; /* match schedule-item spacing (no extra gap) */
    border: none; /* use only a bottom divider to match available schedules */
    transition: background-color 150ms ease, border-color 150ms ease;
    /* separators are applied between items to avoid duplicate dividers */
}

.assigned-item:hover[b-ojw9a6yr7w] {
    background: #f9ece5;
    /* no border-color here because separators use top borders between items */
}

/* Add a single separator between assigned items (no duplicate at the end) */
.schedules-list .assigned-item + .assigned-item[b-ojw9a6yr7w] {
    border-top: 1px solid #eee;
    margin-top: 8px;
}

/* Show a divider under the last assigned item by adding a bottom border to the assigned list container */
.panel-col:nth-child(2) .schedules-list[b-ojw9a6yr7w] {
    border-bottom: 1px solid #eee;
}

.panel-header[b-ojw9a6yr7w] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.panel-col:first-child .count-badge[b-ojw9a6yr7w] {
    background: #eef2ff !important;
    color: #334 !important;
    border: none !important;
}

/* Ensure the assigned panel's badge is orange */
.panel-col:nth-child(2) .count-badge.assigned[b-ojw9a6yr7w] {
    background: #f9ece5 !important;
    color: #ff7a00 !important;
    border: 1px solid rgba(255,122,0,0.12) !important;
}

/* default count badge (available) */
.count-badge[b-ojw9a6yr7w] {
    background: #eef2ff;
    color: #334;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}
/* assigned-only count badge in orange */
.count-badge.assigned[b-ojw9a6yr7w] {
     background: #f9ece5;
     color: #ff7a00;
     font-weight: 700;
     border: 1px solid rgba(255,122,0,0.12);
}

.actions-footer[b-ojw9a6yr7w] {
    display: flex;
    justify-content: flex-end;
    gap: 6px;
    margin-top: 8px;
    align-items: center;
}

.actions-footer-wrapper[b-ojw9a6yr7w] {
    grid-column: 1 / -1;
    padding: 0px 16px;
}

.arrow-btn-hover[b-ojw9a6yr7w],
.arrow-btn-hover.mud-icon-button-root[b-ojw9a6yr7w],
.arrow-btn-hover.mud-icon-button[b-ojw9a6yr7w] {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

    .arrow-btn-hover:hover[b-ojw9a6yr7w],
    .arrow-btn-hover:focus[b-ojw9a6yr7w],
    .arrow-btn-hover.mud-icon-button:hover[b-ojw9a6yr7w] {
        background-color: #f9ece5 !important; /* hover background */
    }
/* color only the svg inside our native icon buttons (avoid affecting MudIconButton) */
.icon-btn.arrow-btn-hover > svg[b-ojw9a6yr7w] {
    display: inline-block;
    background: transparent !important;
}

    .icon-btn.arrow-btn-hover > svg path[b-ojw9a6yr7w],
    .icon-btn.arrow-btn-hover > svg circle[b-ojw9a6yr7w] {
        stroke: #ff7a00 !important;
        fill: none !important;
    }
/* simple icon button when using a native button around MudIcon */
.icon-btn[b-ojw9a6yr7w] {
    background: transparent;
    border: none;
    padding: 6px;
    border-radius: 6px;
    cursor: pointer;
}

    .icon-btn:focus[b-ojw9a6yr7w] {
        outline: none;
        box-shadow: 0 0 0 4px rgba(139,92,246,0.06);
    }
/* Ensure native arrow buttons are compact and don't show a filled box */
.schedule-item .right > .icon-btn[b-ojw9a6yr7w] {
    width: 28px;
    height: 28px;
    padding: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .schedule-item .right > .icon-btn > svg[b-ojw9a6yr7w] {
        width: 18px;
        height: 18px;
        display: block;
    }
/* Keep MudIconButton (visibility icon) default color/appearance */
.schedule-item .right .mud-icon-button[b-ojw9a6yr7w] {
    background: transparent !important;
    box-shadow: none !important;
    color: rgba(0,0,0,0.54) !important;
}
/* /Pages/Module/Assistence/Shared/Tabs/StaffActions/StaffActions.razor.rz.scp.css */
.card-stats[b-izs2qwq5fn] {
    display: flex;
    gap: 12px;
    margin: 8px 0 20px 0;
}

.container-pad[b-izs2qwq5fn] {
    padding: 0 32px;
}

.stat-card[b-izs2qwq5fn] {
    padding: 18px;
    border-radius: 8px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    flex: 1;
    border: 1px solid rgba(0,0,0,0.06);
}

.stat-icon[b-izs2qwq5fn] {
    font-size: 20px;
}

.stat-value[b-izs2qwq5fn] {
    font-size: 28px;
    font-weight: 700;
    margin-top: 2px;
}

.stat-sub[b-izs2qwq5fn] {
    color: var(--mud-palette-text-secondary);
    font-size: 13px;
}

/* Calendar borders and cell styling */
.calendar-scroll[b-izs2qwq5fn] {
    overflow: auto;
}

.calendar-grid[b-izs2qwq5fn] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0;
}

.calendar-grid .dow[b-izs2qwq5fn] {
    padding: 12px;
    background: #fafafa;
    text-align: center;
    border: 1px solid #e6e6e6;
}

.day-cell[b-izs2qwq5fn] {
    min-height: 90px;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    background: white;
}

.day-number[b-izs2qwq5fn] {
    font-size: 13px;
    color: #555;
    margin-bottom: 6px;
}

.event-badge[b-izs2qwq5fn] {
    border-radius: 6px;
    padding: 6px;
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: 6px;
}

.ev-orange[b-izs2qwq5fn] {
    background: #fff8e6;
    border: 1px solid #ffe1a8;
}

.ev-purple[b-izs2qwq5fn] {
    background: #fff3f6;
    border: 1px solid #f7cde3;
}

.ev-blue[b-izs2qwq5fn] {
    background: #eef7ff;
    border: 1px solid #c8e6ff;
}
/* Reuse event colors for dashboard stat cards */
.stat-card.ev-orange[b-izs2qwq5fn] {
    background: #fff8e6;
    border: 1px solid #ffe1a8;
}

.stat-card.ev-purple[b-izs2qwq5fn] {
    background: #fff3f6;
    border: 1px solid #f7cde3;
}

.stat-card.ev-blue[b-izs2qwq5fn] {
    background: #eef7ff;
    border: 1px solid #c8e6ff;
}

.calendar-legend[b-izs2qwq5fn] {
    margin-top: 12px;
}

.legend-row[b-izs2qwq5fn] {
    display: flex;
    gap: 18px;
    align-items: center;
    padding: 8px 6px;
}

.legend-title[b-izs2qwq5fn] {
    font-size: 13px;
    color: #333;
    margin-right: 6px;
    font-weight: 600;
}

.legend-item[b-izs2qwq5fn] {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 13px;
    color: #333;
}

.legend-dot[b-izs2qwq5fn] {
    width: 12px;
    height: 12px;
    border-radius: 4px;
    display: inline-block;
}

.calendar-header[b-izs2qwq5fn] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin-bottom: 15px;
}

.month-title[b-izs2qwq5fn] {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgb(66 66 66);
}

.calendar-grid[b-izs2qwq5fn] {
    display: grid;
    grid-template-columns: repeat(7,1fr);
    gap: 0;
    border-top: 1px solid #e0e0e0;
}

.dow[b-izs2qwq5fn] {
    padding: 8px 8px;
    background: #fafafa;
    border-bottom: 1px solid #e0e0e0;
    font-weight: 600;
}

.day-cell[b-izs2qwq5fn] {
    min-height: 110px;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 8px;
    position: relative;
    overflow: auto;
}

.day-number[b-izs2qwq5fn] {
    font-size: 0.95rem;
    color: #777;
    margin-bottom: 6px;
}

.event-badge[b-izs2qwq5fn] {
    display: block;
    padding: 6px 8px;
    border-radius: 6px;
    margin-bottom: 6px;
    font-size: 0.9rem;
    color: #212121;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.04) inset;
}

.event-time[b-izs2qwq5fn] {
    font-weight: 600;
    display: block;
    font-size: 0.85rem;
}

.event-title[b-izs2qwq5fn] {
    display: block;
    font-size: 0.8rem;
    opacity: 0.95;
}

.ev-orange[b-izs2qwq5fn] {
    background: #ffe9d6;
    border: 1px solid #f4b88c;
}

.ev-purple[b-izs2qwq5fn] {
    background: #f4e6ff;
    border: 1px solid #d6b3ff;
}

.ev-blue[b-izs2qwq5fn] {
    background: #e8f1ff;
    border: 1px solid #9fc3ff;
}

.calendar-scroll[b-izs2qwq5fn] {
    max-height: 720px;
    overflow: auto;
    margin-top: 0;
}

.calendar-grid[b-izs2qwq5fn] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0;
}

.calendar-grid .dow[b-izs2qwq5fn] {
    padding: 12px;
        background: #fafafa;
        text-align: center;
        border: 1px solid #e6e6e6;
    }

.day-cell[b-izs2qwq5fn] {
    min-height: 90px;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    background: white;
}

.day-cell.has-events:hover[b-izs2qwq5fn], .event-badge:hover[b-izs2qwq5fn] {
    cursor: pointer;
}

.day-number[b-izs2qwq5fn] {
    font-size: 13px;
    color: #555;
    margin-bottom: 6px;
}
/* /Pages/Module/Assistence/Staff/PersonFile/Index.razor.rz.scp.css */
.vimax-data-grid[b-qns7p5r0f3] {
    --row-padding: 10px 12px;
    --radius: 10px;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    border: 1px solid rgba(0,0,0,0.08);
    background: #fff;
}

.vimax-data-grid .mud-toolbar[b-qns7p5r0f3] {
    padding: 10px 12px;
}

.vimax-data-grid .mud-datagrid-header[b-qns7p5r0f3] {
    background: #f6f8fb;
}

.vimax-data-grid .mud-table-row[b-qns7p5r0f3] {
    transition: background 0.15s ease;
}

.vimax-data-grid .mud-table-row:hover[b-qns7p5r0f3] {
    background: #f0f4ff;
}

.vimax-data-grid .mud-table-cell[b-qns7p5r0f3] {
    padding: var(--row-padding);
}

.vimax-data-grid .mud-table-pagination[b-qns7p5r0f3] {
    border-top: 1px solid rgba(0,0,0,0.08);
}

.vimax-table-wrapper[b-qns7p5r0f3] {
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.08);
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    overflow: hidden;
    background: #fff;
}

.vimax-table[b-qns7p5r0f3] {
    display: grid;
    grid-template-columns: 90px 110px 1.1fr 1.1fr 1.5fr 1.1fr 120px;
}

.vimax-thead[b-qns7p5r0f3] {
    display: contents;
}

.vimax-th[b-qns7p5r0f3] {
    background: #f6f8fb;
    padding: 12px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

.vimax-tr[b-qns7p5r0f3] {
    display: contents;
}

.vimax-td[b-qns7p5r0f3] {
    padding: 12px;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    display: flex;
    align-items: center;
}

.vimax-tr.alt .vimax-td[b-qns7p5r0f3] {
    background: #fafbff;
}

.circle[b-qns7p5r0f3] {
    border-radius: 999px;
}

.ml-2[b-qns7p5r0f3] {
    margin-left: 8px;
}

.vimax-actionbar[b-qns7p5r0f3] {
    margin-bottom: 12px;
}

.vimax-search[b-qns7p5r0f3] {
    width: 280px;
}

@media (max-width: 1100px) {
    .vimax-search[b-qns7p5r0f3] {
        width: 220px;
    }
}

@media (max-width: 768px) {
    .vimax-actionbar[b-qns7p5r0f3] {
        margin-bottom: 8px;
    }

    .vimax-search[b-qns7p5r0f3] {
        width: 100%;
    }
}

.rounded-paper[b-qns7p5r0f3] {
    border-radius: 12px !important;
}
/* /Pages/Module/Inventory/PersonFile/Index.razor.rz.scp.css */
.vimax-data-grid[b-tvtprhkelj] {
    --row-padding: 10px 12px;
    --radius: 10px;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    border: 1px solid rgba(0,0,0,0.08);
    background: #fff;
}

.vimax-data-grid .mud-toolbar[b-tvtprhkelj] {
    padding: 10px 12px;
}

.vimax-data-grid .mud-datagrid-header[b-tvtprhkelj] {
    background: #f6f8fb;
}

.vimax-data-grid .mud-table-row[b-tvtprhkelj] {
    transition: background 0.15s ease;
}

.vimax-data-grid .mud-table-row:hover[b-tvtprhkelj] {
    background: #f0f4ff;
}

.vimax-data-grid .mud-table-cell[b-tvtprhkelj] {
    padding: var(--row-padding);
}

.vimax-data-grid .mud-table-pagination[b-tvtprhkelj] {
    border-top: 1px solid rgba(0,0,0,0.08);
}

.vimax-table-wrapper[b-tvtprhkelj] {
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.08);
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    overflow: hidden;
    background: #fff;
}

.vimax-table[b-tvtprhkelj] {
    display: grid;
    grid-template-columns: 90px 110px 1.1fr 1.1fr 1.5fr 1.1fr 120px;
}

.vimax-thead[b-tvtprhkelj] {
    display: contents;
}

.vimax-th[b-tvtprhkelj] {
    background: #f6f8fb;
    padding: 12px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

.vimax-tr[b-tvtprhkelj] {
    display: contents;
}

.vimax-td[b-tvtprhkelj] {
    padding: 12px;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    display: flex;
    align-items: center;
}

.vimax-tr.alt .vimax-td[b-tvtprhkelj] {
    background: #fafbff;
}

.circle[b-tvtprhkelj] {
    border-radius: 999px;
}

.ml-2[b-tvtprhkelj] {
    margin-left: 8px;
}

.vimax-actionbar[b-tvtprhkelj] {
    margin-bottom: 12px;
}

.vimax-search[b-tvtprhkelj] {
    width: 280px;
}

@media (max-width: 1100px) {
    .vimax-search[b-tvtprhkelj] {
        width: 220px;
    }
}

@media (max-width: 768px) {
    .vimax-actionbar[b-tvtprhkelj] {
        margin-bottom: 8px;
    }

    .vimax-search[b-tvtprhkelj] {
        width: 100%;
    }
}

.rounded-paper[b-tvtprhkelj] {
    border-radius: 12px !important;
}
/* /Pages/Module/Visits/ScheduleVisit/SelfAssist/Index.razor.rz.scp.css */
.selfassist-main[b-acob59upyb] {
        background-color: #f5f7fb;
        padding: 2rem 0;
    }

    .selfassist-header[b-acob59upyb] {
        color: #1f2933;
    }

    .selfassist-title[b-acob59upyb] {
        font-weight: 700;
        font-size: 2rem;
        margin-bottom: 0.25rem;
    }

    .selfassist-subtitle[b-acob59upyb] {
        font-size: 0.95rem;
        color: #6b7280;
        margin: 0;
    }

    .selfassist-stepper-card[b-acob59upyb] {
        width: 100%;
        max-width: 960px;
        margin: 0 auto;
        padding: 1.5rem 2rem 1rem 2rem;
        border-radius: 16px;
        box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
        background: #ffffff;
    }

    .selfassist-step-dot[b-acob59upyb] {
        height: 10px;
        width: 10px;
        background-color: #d4ddeb;
        border-radius: 50%;
    }

    .selfassist-step-dot.completed[b-acob59upyb] {
        background-color: var(--mud-palette-success);
    }

    .selfassist-step-label[b-acob59upyb] {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6px;
        width: 140px; /* give consistent width for each step label area */
    }

    .selfassist-step-label-text[b-acob59upyb] {
        font-size: 0.875rem;
        color: rgba(0,0,0,0.6);
        text-align: center;
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
        max-width: 140px;
    }

    .selfassist-floating-buttons[b-acob59upyb] {
        display: flex;
        gap: 0.75rem;
        justify-content: flex-end;
        margin-top: 1rem;
    }

    .modal-dialog[b-acob59upyb] {
        margin-top: 100px !important; /* Ajusta el valor seg�n se necesite */
    }

    .table-container[b-acob59upyb] {
        flex-grow: 1;
    }

    .button-group[b-acob59upyb] {
        margin-left: 24px; /* Espaciado entre la tabla y los botones */
        gap: 12px;
        align-items: flex-start;
    }

    /* Host section wrapper (replaces MudPaper) */
    .host-section[b-acob59upyb] {
        padding: 1rem;
        border-radius: 8px;
        background: transparent;
    }

    .search-input[b-acob59upyb] {
        width: 100%;
        max-width: 300px;
    }

    .selected[b-acob59upyb] {
        background-color: #007BFF !important;
        color: white !important;
        cursor: pointer;
    }

    .selected-row[b-acob59upyb] {
        background-color: #007BFF !important;
        color: white !important;
    }

    .form-actions[b-acob59upyb] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
        width: 100%;
    }

    .back-button[b-acob59upyb] {
        background-color: #6c757d;
        border: none;
        padding: 10px 20px;
        font-size: 1rem;
        cursor: pointer;
        transition: background-color 0.3s;
    }

        .back-button:hover[b-acob59upyb] {
            background-color: #545b62;
        }

    .button-spacer[b-acob59upyb] {
        flex-grow: 1; /* Esto empuja el bot�n "Siguiente" a la derecha */
    }

    .next-button[b-acob59upyb] {
        background-color: #007bff;
        border: none;
        padding: 10px 20px;
        font-size: 1rem;
        cursor: pointer;
        transition: background-color 0.3s;
    }

        .next-button:hover[b-acob59upyb] {
            background-color: #0056b3;
        }

    .image-wrapper[b-acob59upyb] {
        display: inline-block;
        padding: 10px;
        border-radius: 8px; /* Opcional para bordes redondeados */
        transition: background-color 0.5s ease;
    }

    .options[b-acob59upyb] {
        display: flex;
        gap: 1rem;
        justify-content: center;
        margin-top: 1rem;
    }

    .option[b-acob59upyb] {
        background-color: #007bff;
        color: white;
        padding: 10px 20px;
        border-radius: 10px;
        font-size: 1rem;
        text-align: center;
        cursor: pointer;
        transition: background-color 0.3s;
    }

        .option:hover[b-acob59upyb] {
            background-color: #0056b3;
        }

    /* Contenedor principal */
    .main-container[b-acob59upyb] {
        display: flex;
        justify-content: space-between;
        gap: 0;
        max-width: 1100px;
        margin: 0 auto;
    }

    /* Columna izquierda */
    .left-column[b-acob59upyb] {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    .video-container[b-acob59upyb] {
        position: relative;
        width: 100%;
        max-width: 500px;
        height: auto;
    }

    .video-placeholder[b-acob59upyb] {
        width: 100%;
        height: auto;
        border-radius: 10px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .subtitles[b-acob59upyb] {
        margin-top: 10px;
        font-size: 1.2rem;
        color: #555;
        text-align: center;
        font-style: italic;
    }

    .options[b-acob59upyb] {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    .option:hover[b-acob59upyb] {
        background-color: #0056b3;
    }

    /* Columna derecha */
    .right-column[b-acob59upyb] {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        background: transparent;
        padding: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .form-header h3[b-acob59upyb] {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        margin-bottom: 1rem;
        font-size: 1.5rem;
        color: #333;
    }

    .form-header h3 .mud-image-root[b-acob59upyb] {
        /* ensure the icon doesn't push the text off-center */
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .form-body[b-acob59upyb] {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 1rem;
    }

    .form-group[b-acob59upyb] {
        margin-bottom: 1.5rem;
    }

        .form-group label[b-acob59upyb] {
            display: block;
            font-size: 1.1rem;
            margin-bottom: 0.5rem;
            color: #333;
        }

    .form-content[b-acob59upyb] {
        flex: 1;
    }

    .form-group label[b-acob59upyb] {
        display: block;
        font-size: 1.1rem;
        margin-bottom: 0.5rem;
        color: #333;
    }

    .profile-section[b-acob59upyb] {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        min-width: 200px;
    }

    .input-field[b-acob59upyb] {
        width: 100%;
        padding: 0.75rem;
        border-radius: 8px;
        border: 1px solid #ccc;
        background-color: #f9f9f9;
        font-size: 1rem;
        transition: border-color 0.2s;
    }

        .input-field:focus[b-acob59upyb] {
            border-color: #007bff;
            outline: none;
        }


    .profile-image[b-acob59upyb] {
        width: 150px;
        height: 150px;
        overflow: hidden;
        border-radius: 50%;
        border: 2px solid #ccc;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .profile-image img[b-acob59upyb] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .profile-button[b-acob59upyb] {
        padding: 10px 20px;
        background-color: #007bff;
        color: white;
        border: none;
        border-radius: 8px;
        font-size: 1rem;
        cursor: pointer;
        transition: background-color 0.2s;
    }

     .profile-button:hover[b-acob59upyb] {
        background-color: #0056b3;
      }

    .centered-image[b-acob59upyb] {
        max-width: 100px;
        max-height: 100px;
        object-fit: contain;
    }

    .subtitles[b-acob59upyb] {
        margin-top: 10px;
        font-size: 1.2rem;
        color: #555;
        text-align: center;
        font-style: italic;
    }
/* /Pages/Module/Visits/TodayVisits/ListVisitsToday.razor.rz.scp.css */
/* Ajustes para contenedores de secciones */
.section-container[b-aoptua5pxc] {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #f9f9f9;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.selected-row[b-aoptua5pxc] {
    background-color: #d1e7fd;
}

.section-title[b-aoptua5pxc] {
    font-size: 18px;
    font-weight: bold;
    color: var(--palette-color-02);
    border-bottom: 2px solid var(--palette-color-02);
    margin-bottom: 15px;
    padding-bottom: 5px;
}

/* Ajuste de elementos en las secciones */
.form-group[b-aoptua5pxc] {
    margin-bottom: 10px;
}

    .form-group label[b-aoptua5pxc] {
        display: block;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .form-group input[b-aoptua5pxc],
    .form-group select[b-aoptua5pxc] {
        width: 100%;
        padding: 8px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

/* Ajuste para tablas */
table[b-aoptua5pxc] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}

    table th[b-aoptua5pxc],
    table td[b-aoptua5pxc] {
        padding: 10px;
        text-align: left;
        border: 8px solid #ddd;
    }

    table th[b-aoptua5pxc] {
        background-color: var(--table-header-background-color);
        color: var(--table-text-color);
    }

    table tr:nth-child(even)[b-aoptua5pxc] {
        background-color: var(--table-row-background-color);
    }

    table tr:hover[b-aoptua5pxc] {
        background-color: var(--table-hover-background-color);
    }

/* Ajuste específico para la barra de búsqueda */
.search-bar[b-aoptua5pxc] {
    display: flex;
    gap: 1rem;
    background-color: var(--top-bar-background-color);
    border: 1px solid var(--navlink-active-background-color);
    padding: 15px;
    border-radius: 5px;
}

/* Botones en la barra de búsqueda */
.btn-icon[b-aoptua5pxc] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
}

    .btn-icon img[b-aoptua5pxc] {
        max-width: 24px;
        max-height: 24px;
    }

/* Espaciado y diseño de rango de fecha */
.date-range[b-aoptua5pxc] {
    display: flex;
    gap: 10px;
}

.popup-notification[b-aoptua5pxc] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    background-color: #4CAF50; /* Verde para éxito */
    color: white;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: opacity 0.5s ease-in-out;
}

    .popup-notification.error[b-aoptua5pxc] {
        background-color: #FF6347; /* Rojo para errores */
    }


    /* Estilos para la fila seleccionada en la tabla */
    .selected-row[b-aoptua5pxc] {
        background-color: #d0e8ff !important; /* Color azul claro */
        border-left: 4px solid #007BFF !important; /* Resaltar el borde izquierdo */
    }

    /* Estilos para la imagen del visitante */
    .avatar-img[b-aoptua5pxc] {
        border-radius: 50%;
        width: 140px;
        height: 140px;
        border: 3px solid #ccc;
        margin-right: 20px; /* Espaciado entre la foto y la información */
        margin-top: 16px;
    }

    /* Contenedor de la información del visitante */
    .info-persona[b-aoptua5pxc] {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    /* Estilo para el nombre del visitante */
    .persona-nombre[b-aoptua5pxc] {
        font-size: 20px;
        font-weight: bold;
        color: #333;
    }

    /* Estilo para otros datos del visitante */
    .persona-datos[b-aoptua5pxc] {
        font-size: 16px;
        color: #666;
    }

    /* Contenedor de botones con iconos */
    .btn-container[b-aoptua5pxc] {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 5px;
    }

    /* Texto dentro de los botones */
    .btn-text[b-aoptua5pxc] {
        font-size: 14px;
        font-weight: bold;
    }

    .mud-table.no-select td[b-aoptua5pxc] {
        user-select: none; /* Evita que se pueda seleccionar el texto */
        cursor: default; /* Cambia el cursor de texto por el normal */
    }

    .mud-table.no-select th[b-aoptua5pxc],
    .mud-table.no-select td[b-aoptua5pxc] {
        user-select: none;
        cursor: default;
    }


    /* Estilos de los botones cuando están activos o inactivos */
    .boton-activo[b-aoptua5pxc] {
        filter: none; /* Imagen en color */
        opacity: 1;
    }

    .boton-inactivo[b-aoptua5pxc] {
        filter: grayscale(100%); /* Imagen en escala de grises */
        opacity: 0.5; /* Texto y botón en gris */
    }

    /* Padding del cuerpo del modal */
    .modal-body[b-aoptua5pxc] {
        padding: 20px !important;
    }

    table th[b-aoptua5pxc], table td[b-aoptua5pxc] {
        text-align: left;
        border: 2px solid;
    }

    .tabla-visitas[b-aoptua5pxc] {
        margin-bottom: 20px !important; /* Asegura espacio debajo de la tabla */
    }

    /* Compacta la tabla MudDataGrid */
    .compact-grid .mud-table-cell[b-aoptua5pxc],
    .compact-grid .mud-table-header-cell[b-aoptua5pxc] {
        padding-top: 4px !important;
        padding-bottom: 4px !important;
        padding-left: 8px !important;
        padding-right: 8px !important;
        line-height: 1.2rem !important;
    }

    /* Reduce la altura general de las filas */
    .compact-grid .mud-table-row[b-aoptua5pxc] {
        height: 32px !important;
    }

    /* Ajusta el tamaño de fuente para una vista más compacta */
    .compact-grid[b-aoptua5pxc] {
        font-size: 0.85rem !important;
    }

        /* Centra los iconos y acciones sin tanto espacio */
        .compact-grid .mud-icon-button[b-aoptua5pxc] {
            padding: 2px !important;
            margin: 0 !important;
        }

    .selected-group-row[b-aoptua5pxc] {
        background-color: #e0f7fa !important; /* Celeste claro */
        border-left: 4px solid #00acc1 !important; /* Borde turquesa */
    }
/* /Pages/NotFound.razor.rz.scp.css */
.placeholder-center[b-9zd4czem5z] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 200px);
    padding: 60px 20px;
    width: 100%;
    box-sizing: border-box;
}

.empty-state-card[b-9zd4czem5z] {
    background-color: #ffffff;
    border-radius: 24px;
    border-top: 4px solid #e2e8f0;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.08);
    max-width: 480px;
    width: 100%;
    padding: 0 32px 40px 32px;
    text-align: center;
    position: relative;
    overflow: visible;
}

.empty-state-icon-wrapper[b-9zd4czem5z] {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background-color: #f8fafc;
    border: 4px solid #ffffff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -44px auto 24px auto;
}

.empty-state-title[b-9zd4czem5z] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 12px;
    line-height: 1.3;
}

.empty-state-separator[b-9zd4czem5z] {
    width: 48px;
    height: 3px;
    background-color: #cbd5e1;
    border-radius: 2px;
    margin: 0 auto 16px auto;
}

.empty-state-description[b-9zd4czem5z] {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}

.empty-state-actions[b-9zd4czem5z] {
    margin-top: 24px;
    display: flex;
    justify-content: center;
    gap: 12px;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.container[b-wdn2da9ej5] {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    border-radius: 0 10px 10px 0;
    align-items: flex-start;
    height: 100vh;
    background-color: var(--navbar-background-color); /* Fondo del navbar */
    overflow-y: auto; /* Habilita scroll si el contenido es m�s grande */
}

.expand[b-wdn2da9ej5] {
    width: 13rem; /* Ancho del navbar expandido */
    transition: width 0.5s ease; /* Transici�n suave para expandir/colapsar */
}

.collapse[b-wdn2da9ej5] {
    width: 4.5rem; /* Ancho suficiente para mostrar �conos correctamente */
    transition: width 0.5s ease;
}

.nav-item[b-wdn2da9ej5] {
    display: flex;
    flex-direction: column; /* �cono y texto en vertical */
    align-items: center; /* Centrar contenido */
    justify-content: center; /* Centrar contenido verticalmente */
    padding: 0.8rem 0; /* Espaciado interno */
    border-radius: 8px; /* Bordes redondeados */
    width: 100%; /* Asegura que el �tem ocupe todo el ancho del navbar */
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.nav-item:hover[b-wdn2da9ej5] {
    background-color: var(--navbar-hover-background-color); /* Color de fondo al pasar el mouse */
    transform: scale(1.05); /* Efecto de agrandamiento al pasar el mouse */
}

.menu-icon[b-wdn2da9ej5] {
    width: 32px; /* Tama�o consistente de los �conos */
    height: 32px;
    object-fit: contain; /* Asegura que la imagen no se deforme */
    filter: grayscale(100%); /* Escala de grises por defecto */
    transition: filter 0.3s ease, transform 0.3s ease; /* Suaviza los efectos */
    margin-bottom: 0.5rem; /* Espaciado entre �cono y texto */
    flex-shrink: 0; /* Evita que los �conos se redimensionen */
}

.menu-item:hover .menu-icon[b-wdn2da9ej5] {
    filter: grayscale(0); /* Quita la escala de grises al pasar el mouse */
    transform: scale(1.2); /* Aumenta ligeramente el tama�o del �cono */
}

.menu-name[b-wdn2da9ej5] {
    visibility: hidden; /* Oculto por defecto en estado colapsado */
    opacity: 0; /* Hacer que desaparezca suavemente */
    font-size: 14px; /* Tama�o del texto */
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    white-space: nowrap; /* Evita que el texto se divida en varias l�neas */
    overflow: hidden; /* Esconde texto desbordado */
    text-overflow: ellipsis; /* Muestra puntos suspensivos para texto largo */
    transition: visibility 0.3s, opacity 0.3s; /* Transiciones suaves */
    text-align: center; /* Centra el texto */
}

.expand .menu-name[b-wdn2da9ej5] {
    visibility: visible; /* Texto visible en estado expandido */
    opacity: 1; /* Totalmente opaco */
}

.collapse .menu-name[b-wdn2da9ej5] {
    display: none; /* Oculta completamente el texto en estado colapsado */
}

.nav-item a[b-wdn2da9ej5] {
    text-decoration: none; /* Elimina subrayado en enlaces */
    color: var(--navbar-text-color); /* Color del texto */
    display: flex;
    flex-direction: column; /* �cono arriba y texto abajo */
    align-items: center; /* Centrar �cono y texto */
    justify-content: center; /* Centrar contenido verticalmente */
    width: 100%;
}

.nav-item a.active .menu-icon[b-wdn2da9ej5] {
    filter: grayscale(0); /* �cono en color para el elemento activo */
}

.nav-item a.active .menu-name[b-wdn2da9ej5] {
    color: var(--navbar-active-text-color); /* Cambia el color del texto para el elemento activo */
}

.selected-row[b-wdn2da9ej5] {
    background-color: #e0f7fa; /* Color de fondo para la fila seleccionada */
}
