/* /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/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: #fff;
}
.vimax-data-grid .mud-toolbar[b-a5ztonnlno] { padding: 10px 12px; }
.vimax-data-grid .mud-datagrid-header[b-a5ztonnlno] { background: #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: #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/EquipmentFile/EquipmentCreation/EquipmentCreation.razor.rz.scp.css */
    .tab-slider[b-wgmctnqne8] {
        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-wgmctnqne8], #leftTabsWrapper .mud-tabs[b-wgmctnqne8] { padding-bottom: 0 !important; }

    .dialog-container[b-wgmctnqne8] {
        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-wgmctnqne8] {
        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-wgmctnqne8] {
        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-wgmctnqne8] {
        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-wgmctnqne8] {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 0 !important;
    }

    /* Estilo para el enlace de navegación activo */
    [b-wgmctnqne8] .active-nav-link {
        background-color: rgba(178, 223, 219, 0.3);
    }

    .paper-container[b-wgmctnqne8] {
        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-wgmctnqne8] {
        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-wgmctnqne8] {
        background-color: var(--boton-activo-background) !important;
        border-radius: 8px;
        box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    }

    .boton-inactivo[b-wgmctnqne8] {
        background-color: var(--boton-inactivo-background);
        opacity: 1;
        border-radius: 8px;
        color: black;
    }

    .mud-button:hover[b-wgmctnqne8] {
        background-color: var(--boton-hover-background) !important;
        transition: all 0.2s ease-in-out;
    }

    .btn-container[b-wgmctnqne8] {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 8px;
    }

    .btn-text[b-wgmctnqne8] {
        font-size: 14px;
        font-weight: bold;
    }

    .content-section[b-wgmctnqne8] {
        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-wgmctnqne8] {
        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-wgmctnqne8] {
        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-wgmctnqne8],
    .mud-tabs .mud-tabs-tabbar-content[b-wgmctnqne8] {
        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-wgmctnqne8] {
        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-wgmctnqne8],
    .mud-tab.mud-tab-active[b-wgmctnqne8] {
        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-wgmctnqne8],
    .mud-tabs .mud-tab-indicator[b-wgmctnqne8],
    .mud-tab-slider[b-wgmctnqne8],
    .mud-tab-slider.mud-tab-slider-horizontal[b-wgmctnqne8] {
        display: none !important;
    }

    .mud-tabs .mud-tab:not(.mud-tab-active)[b-wgmctnqne8],
    .subtabs .mud-tab:not(.mud-tab-active)[b-wgmctnqne8] {
        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-wgmctnqne8],
    .subtabs .mud-tab.mud-tab-active[b-wgmctnqne8] {
        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-wgmctnqne8],
    .subtabs .mud-tab:not(.mud-tab-active):hover[b-wgmctnqne8] {
        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-wgmctnqne8],
    .subtabs .mud-tab[b-wgmctnqne8] {
        border-radius: 0 !important;
    }

    .mud-dialog .mud-dialog-title .mud-button-close[b-wgmctnqne8] {
        color: red !important;
    }
/* /Pages/Module/Assets/EquipmentFile/EquipmentMap/EquipmentMap.razor.rz.scp.css */
.equipment-map .layout-container[b-iv3zrgd0zs] {
    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-iv3zrgd0zs] {
    width: 35%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.equipment-map .mud-paper[b-iv3zrgd0zs] {
    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-iv3zrgd0zs] {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.equipment-map .mud-table-wrapper[b-iv3zrgd0zs] {
    max-width: 100%;
    overflow-x: auto;
    border-radius: 8px;
}

.equipment-map .mud-table[b-iv3zrgd0zs] {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
}

.equipment-map .mud-table thead th[b-iv3zrgd0zs] {
    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-iv3zrgd0zs] {
    padding: 8px;
    border-bottom: 1px solid #ddd;
}

.equipment-map .mud-table tbody tr:nth-child(even)[b-iv3zrgd0zs] {
    background-color: #f9f9f9;
}

.equipment-map .mud-table tbody tr:hover[b-iv3zrgd0zs] {
    background-color: #e3f2fd;
}

.equipment-map .mud-table td input[type="checkbox"][b-iv3zrgd0zs] {
    transform: scale(1.2);
    margin: 5px;
    cursor: pointer;
}

.equipment-map .mud-table-pager[b-iv3zrgd0zs] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
    box-sizing: border-box;
}

.equipment-map .checkbox-container[b-iv3zrgd0zs] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.equipment-map .equipos-diagrama[b-iv3zrgd0zs] {
    table-layout: auto;
}

.equipment-map .mud-table-container[b-iv3zrgd0zs] {
    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-iv3zrgd0zs] {
    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-iv3zrgd0zs] {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.equipment-map .device-icon[b-iv3zrgd0zs] {
    position: absolute;
    cursor: grab;
    transition: top 0.1s ease, left 0.1s ease;
    width: 50px;
    height: 50px;
}

.equipment-map .device-icon:hover[b-iv3zrgd0zs] {
    transform: scale(1.1);
}

.equipment-map .device-info[b-iv3zrgd0zs] {
    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-iv3zrgd0zs] {
    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-iv3zrgd0zs] {
    background-color: #357ab8;
}

.equipment-map .title-container[b-iv3zrgd0zs] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.equipment-map .search-bar[b-iv3zrgd0zs] {
    width: 100%;
    max-width: 250px;
    margin-left: 10px;
}

@media (max-width: 768px) {
    .equipment-map .layout-container[b-iv3zrgd0zs] {
        flex-direction: column;
        height: auto;
    }

    .equipment-map .left-section[b-iv3zrgd0zs] {
        width: 100%;
    }

    .equipment-map .registry-box[b-iv3zrgd0zs] {
        width: 100%;
        height: auto;
    }
}
/* /Pages/Module/Assets/PersonFile/PersonCreation/PersonCreation.razor.rz.scp.css */
/* Scoped styles for PersonCreation component
   - Round inputs (text fields, selects)
   - Make labels consistent (weight/size/color)
   - Use :deep to reach MudBlazor internal classes from component CSS isolation
*/

/* Round the input/select containers and ensure overflow hidden for smooth corners */
:deep(.person-form) :deep(.mud-input-root)[b-4r2znurvqy],
:deep(.person-form) :deep(.mud-select-root)[b-4r2znurvqy] {
  border-radius: 12px;
  overflow: hidden;
}

/* Round the inner input elements and give comfortable padding */
:deep(.person-form) :deep(.mud-input-root) input[b-4r2znurvqy],
:deep(.person-form) :deep(.mud-select-root) input[b-4r2znurvqy],
:deep(.person-form) :deep(.mud-input-root) .mud-input-slot[b-4r2znurvqy],
:deep(.person-form) :deep(.mud-select-root) .mud-select-input[b-4r2znurvqy] {
  border-radius: 12px;
  padding: 10px 12px;
}

/* Improve outlined variant border radius when using MudBlazor outlined inputs */
:deep(.person-form) :deep(.mud-input-root.mud-input-outlined)[b-4r2znurvqy],
:deep(.person-form) :deep(.mud-select-root.mud-input-outlined)[b-4r2znurvqy] {
  --mud-input-border-radius: 12px;
}

/* Make labels visually consistent with the Identification fields */
:deep(.person-form) :deep(.mud-input-label)[b-4r2znurvqy],
:deep(.person-form) :deep(.mud-select-label)[b-4r2znurvqy] {
  font-weight: 600;
  color: rgba(0,0,0,0.87);
  font-size: 0.95rem;
  letter-spacing: 0.2px;
}

/* Subtle focus effect to keep UI polished */
:deep(.person-form) :deep(.mud-input-root.mud-input-focused) .mud-input-slot[b-4r2znurvqy],
:deep(.person-form) :deep(.mud-select-root.mud-input-focused) .mud-select-input[b-4r2znurvqy] {
  box-shadow: 0 0 0 3px rgba(63,81,181,0.06);
}

/* Keep rounded buttons consistent when full-width inside photo area */
:deep(.person-form) :deep(.mud-button)[b-4r2znurvqy] {
  border-radius: 8px;
}

/* Photo buttons: smaller, more rounded */
:deep(.person-form) :deep(.photo-btn)[b-4r2znurvqy] {
  border-radius: 24px !important;
  padding: 6px 12px !important;
  font-size: 0.85rem !important;
  height: 40px !important;
  min-width: 120px !important;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08) !important;
}

:deep(.person-form) :deep(.photo-btn) .mud-button-start-icon[b-4r2znurvqy],
:deep(.person-form) :deep(.photo-btn) .mud-button-end-icon[b-4r2znurvqy] {
  font-size: 18px !important;
}

:deep(.person-form) :deep(.photo-btn.upload-btn)[b-4r2znurvqy] {
  /* primary button fine-tuning if needed */
  transform: translateY(0);
}

:deep(.person-form) :deep(.photo-btn.take-btn)[b-4r2znurvqy] {
  /* secondary button fine-tuning if needed */
  transform: translateY(0);
}

/* Photo area size tuning */
:deep(.person-form) :deep(.photo-area)[b-4r2znurvqy] {
  border-radius: 50% !important;
  display: block;
  margin: 0 auto;
}
/* /Pages/Module/Assistence/PersonFile/Index.razor.rz.scp.css */
.vimax-data-grid[b-o3943mm6eu] {
    --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-o3943mm6eu] {
    padding: 10px 12px;
}

.vimax-data-grid .mud-datagrid-header[b-o3943mm6eu] {
    background: #f6f8fb;
}

.vimax-data-grid .mud-table-row[b-o3943mm6eu] {
    transition: background 0.15s ease;
}

.vimax-data-grid .mud-table-row:hover[b-o3943mm6eu] {
    background: #f0f4ff;
}

.vimax-data-grid .mud-table-cell[b-o3943mm6eu] {
    padding: var(--row-padding);
}

.vimax-data-grid .mud-table-pagination[b-o3943mm6eu] {
    border-top: 1px solid rgba(0,0,0,0.08);
}

.vimax-table-wrapper[b-o3943mm6eu] {
    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-o3943mm6eu] {
    display: grid;
    grid-template-columns: 90px 110px 1.1fr 1.1fr 1.5fr 1.1fr 120px;
}

.vimax-thead[b-o3943mm6eu] {
    display: contents;
}

.vimax-th[b-o3943mm6eu] {
    background: #f6f8fb;
    padding: 12px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

.vimax-tr[b-o3943mm6eu] {
    display: contents;
}

.vimax-td[b-o3943mm6eu] {
    padding: 12px;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    display: flex;
    align-items: center;
}

.vimax-tr.alt .vimax-td[b-o3943mm6eu] {
    background: #fafbff;
}

.circle[b-o3943mm6eu] {
    border-radius: 999px;
}

.ml-2[b-o3943mm6eu] {
    margin-left: 8px;
}

.vimax-actionbar[b-o3943mm6eu] {
    margin-bottom: 12px;
}

.vimax-search[b-o3943mm6eu] {
    width: 280px;
}

@media (max-width: 1100px) {
    .vimax-search[b-o3943mm6eu] {
        width: 220px;
    }
}

@media (max-width: 768px) {
    .vimax-actionbar[b-o3943mm6eu] {
        margin-bottom: 8px;
    }

    .vimax-search[b-o3943mm6eu] {
        width: 100%;
    }
}

.rounded-paper[b-o3943mm6eu] {
    border-radius: 12px !important;
}
/* /Pages/Module/Assistence/PersonFile/Tabs/EnterpriseInformation/EnterpriseInformation.razor.rz.scp.css */
/* Scoped styles for the soft skills horizontal row */
.softskills-row[b-apzq4ezm1m] {
    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-apzq4ezm1m],
.softskills-row .mud-chip-root[b-apzq4ezm1m],
.softskills-row .mud-chip-filled[b-apzq4ezm1m] {
    display: inline-flex !important;
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
}

.softskills-row .mud-chip-label[b-apzq4ezm1m],
.softskills-row .mud-chip-text[b-apzq4ezm1m] {
    white-space: nowrap !important;
}

/* Dashed add chip input */
.add-chip-input[b-apzq4ezm1m] {
    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-apzq4ezm1m]::placeholder {
    color: #8b5cf6;
    opacity: 0.9;
    text-align: center;
}

.add-chip-input:focus[b-apzq4ezm1m] {
     box-shadow: 0 0 0 4px rgba(139,92,246,0.08);
     border-color: #a78bfa;
}

[b-apzq4ezm1m] .mud-expand-panel {
    border: 1px solid var(--mud-palette-lines-default, rgba(0,0,0,0.12)) !important;
    border-radius: 12px !important;
    margin-bottom: 12px;
    overflow: visible;
}

[b-apzq4ezm1m] .mud-expand-panel:last-child {
    margin-bottom: 0;
}

[b-apzq4ezm1m] .mud-expand-panel::before {
    border-top: none !important;
    box-shadow: none !important;
}

[b-apzq4ezm1m] .mud-expand-panel-content {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 16px;
}

/* Make each section content scroll independently */
.section-scroll[b-apzq4ezm1m] {
    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-apzq4ezm1m]::-webkit-scrollbar {
    width: 10px;
}
.section-scroll[b-apzq4ezm1m]::-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-apzq4ezm1m] {
    background: #fff7f5;
}


.conditions-scroll[b-apzq4ezm1m] {
    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-apzq4ezm1m] {
    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-apzq4ezm1m] {
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}

/* visible scrollbar tweaks for conditions/docs */
.conditions-scroll[b-apzq4ezm1m]::-webkit-scrollbar,
.docs-scroll[b-apzq4ezm1m]::-webkit-scrollbar {
    width: 10px;
}
.conditions-scroll[b-apzq4ezm1m]::-webkit-scrollbar-thumb,
.docs-scroll[b-apzq4ezm1m]::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.12);
    border-radius: 8px;
}
/* /Pages/Module/Assistence/PersonFile/Tabs/Marks/Marks.razor.rz.scp.css */
.marks-table-wrapper[b-eqgsph6vl3] {
    max-height: 520px;
    overflow: auto;
}

.preview-placeholder[b-eqgsph6vl3] {
    width: 240px;
    height: 180px;
    background: url('/Images/map-placeholder.png') center/cover no-repeat;
}
/* /Pages/Module/Assistence/PersonFile/Tabs/Schedules/Schedules.razor.rz.scp.css */
.schedules-container[b-lckqpp54yk] {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 24px;
    width: 100%;
}

@media (max-width:900px) {
    .schedules-container[b-lckqpp54yk] {
        grid-template-columns: 1fr;
    }
}

.panel-col[b-lckqpp54yk] {
    width: 100%;
    box-sizing: border-box;
}

.panel-col > .mud-paper[b-lckqpp54yk] {
     width: 100%;
}

.schedules-panel[b-lckqpp54yk] {
    min-height: 320px;
}

.panel-col
.actions-footer-wrapper[b-lckqpp54yk] {
    flex: 0 0 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 8px;
    padding: 0 56px 0 12px;
}

.schedules-list[b-lckqpp54yk] {
    max-height: 420px;
    overflow: auto;
    padding-bottom: 8px; /* ensure space for bottom divider */
}

.schedule-item[b-lckqpp54yk] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 12px;
    border-bottom: 1px solid #eee;
}

.schedule-item .left[b-lckqpp54yk] {
    max-width: 85%;
}

.schedule-code[b-lckqpp54yk] {
    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-lckqpp54yk] {
    color: #777;
    font-size: 0.85rem;
    margin-top: 6px;
}
.assigned-item[b-lckqpp54yk] {
    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-lckqpp54yk] {
    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-lckqpp54yk] {
    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-lckqpp54yk] {
    border-bottom: 1px solid #eee;
}

.panel-header[b-lckqpp54yk] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.panel-col:first-child .count-badge[b-lckqpp54yk] {
    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-lckqpp54yk] {
    background: #f9ece5 !important;
    color: #ff7a00 !important;
    border: 1px solid rgba(255,122,0,0.12) !important;
}

/* default count badge (available) */
.count-badge[b-lckqpp54yk] {
    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-lckqpp54yk] {
     background: #f9ece5;
     color: #ff7a00;
     font-weight: 700;
     border: 1px solid rgba(255,122,0,0.12);
}

.actions-footer[b-lckqpp54yk] {
    display: flex;
    justify-content: flex-end;
    gap: 6px;
    margin-top: 8px;
    align-items: center;
}

.actions-footer-wrapper[b-lckqpp54yk] {
    grid-column: 1 / -1;
    padding: 0px 16px;
}

.arrow-btn-hover[b-lckqpp54yk],
.arrow-btn-hover.mud-icon-button-root[b-lckqpp54yk],
.arrow-btn-hover.mud-icon-button[b-lckqpp54yk] {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

    .arrow-btn-hover:hover[b-lckqpp54yk],
    .arrow-btn-hover:focus[b-lckqpp54yk],
    .arrow-btn-hover.mud-icon-button:hover[b-lckqpp54yk] {
        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-lckqpp54yk] {
    display: inline-block;
    background: transparent !important;
}

    .icon-btn.arrow-btn-hover > svg path[b-lckqpp54yk],
    .icon-btn.arrow-btn-hover > svg circle[b-lckqpp54yk] {
        stroke: #ff7a00 !important;
        fill: none !important;
    }
/* simple icon button when using a native button around MudIcon */
.icon-btn[b-lckqpp54yk] {
    background: transparent;
    border: none;
    padding: 6px;
    border-radius: 6px;
    cursor: pointer;
}

    .icon-btn:focus[b-lckqpp54yk] {
        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-lckqpp54yk] {
    width: 28px;
    height: 28px;
    padding: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .schedule-item .right > .icon-btn > svg[b-lckqpp54yk] {
        width: 18px;
        height: 18px;
        display: block;
    }
/* Keep MudIconButton (visibility icon) default color/appearance */
.schedule-item .right .mud-icon-button[b-lckqpp54yk] {
    background: transparent !important;
    box-shadow: none !important;
    color: rgba(0,0,0,0.54) !important;
}
/* /Pages/Module/Assistence/PersonFile/Tabs/StaffActions/StaffActions.razor.rz.scp.css */
.card-stats[b-i0bzib1vo2] {
    display: flex;
    gap: 12px;
    margin: 8px 0 20px 0;
}

.container-pad[b-i0bzib1vo2] {
    padding: 0 32px;
}

.stat-card[b-i0bzib1vo2] {
    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-i0bzib1vo2] {
    font-size: 20px;
}

.stat-value[b-i0bzib1vo2] {
    font-size: 28px;
    font-weight: 700;
    margin-top: 2px;
}

.stat-sub[b-i0bzib1vo2] {
    color: var(--mud-palette-text-secondary);
    font-size: 13px;
}

/* Calendar borders and cell styling */
.calendar-scroll[b-i0bzib1vo2] {
    overflow: auto;
}

.calendar-grid[b-i0bzib1vo2] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0;
}

.calendar-grid .dow[b-i0bzib1vo2] {
    padding: 12px;
    background: #fafafa;
    text-align: center;
    border: 1px solid #e6e6e6;
}

.day-cell[b-i0bzib1vo2] {
    min-height: 90px;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    background: white;
}

.day-number[b-i0bzib1vo2] {
    font-size: 13px;
    color: #555;
    margin-bottom: 6px;
}

.event-badge[b-i0bzib1vo2] {
    border-radius: 6px;
    padding: 6px;
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: 6px;
}

.ev-orange[b-i0bzib1vo2] {
    background: #fff8e6;
    border: 1px solid #ffe1a8;
}

.ev-purple[b-i0bzib1vo2] {
    background: #fff3f6;
    border: 1px solid #f7cde3;
}

.ev-blue[b-i0bzib1vo2] {
    background: #eef7ff;
    border: 1px solid #c8e6ff;
}
/* Reuse event colors for dashboard stat cards */
.stat-card.ev-orange[b-i0bzib1vo2] {
    background: #fff8e6;
    border: 1px solid #ffe1a8;
}

.stat-card.ev-purple[b-i0bzib1vo2] {
    background: #fff3f6;
    border: 1px solid #f7cde3;
}

.stat-card.ev-blue[b-i0bzib1vo2] {
    background: #eef7ff;
    border: 1px solid #c8e6ff;
}

.calendar-legend[b-i0bzib1vo2] {
    margin-top: 12px;
}

.legend-row[b-i0bzib1vo2] {
    display: flex;
    gap: 18px;
    align-items: center;
    padding: 8px 6px;
}

.legend-title[b-i0bzib1vo2] {
    font-size: 13px;
    color: #333;
    margin-right: 6px;
    font-weight: 600;
}

.legend-item[b-i0bzib1vo2] {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 13px;
    color: #333;
}

.legend-dot[b-i0bzib1vo2] {
    width: 12px;
    height: 12px;
    border-radius: 4px;
    display: inline-block;
}

.calendar-header[b-i0bzib1vo2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin-bottom: 15px;
}

.month-title[b-i0bzib1vo2] {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgb(66 66 66);
}

.calendar-grid[b-i0bzib1vo2] {
    display: grid;
    grid-template-columns: repeat(7,1fr);
    gap: 0;
    border-top: 1px solid #e0e0e0;
}

.dow[b-i0bzib1vo2] {
    padding: 8px 8px;
    background: #fafafa;
    border-bottom: 1px solid #e0e0e0;
    font-weight: 600;
}

.day-cell[b-i0bzib1vo2] {
    min-height: 110px;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 8px;
    position: relative;
    overflow: auto;
}

.day-number[b-i0bzib1vo2] {
    font-size: 0.95rem;
    color: #777;
    margin-bottom: 6px;
}

.event-badge[b-i0bzib1vo2] {
    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-i0bzib1vo2] {
    font-weight: 600;
    display: block;
    font-size: 0.85rem;
}

.event-title[b-i0bzib1vo2] {
    display: block;
    font-size: 0.8rem;
    opacity: 0.95;
}

.ev-orange[b-i0bzib1vo2] {
    background: #ffe9d6;
    border: 1px solid #f4b88c;
}

.ev-purple[b-i0bzib1vo2] {
    background: #f4e6ff;
    border: 1px solid #d6b3ff;
}

.ev-blue[b-i0bzib1vo2] {
    background: #e8f1ff;
    border: 1px solid #9fc3ff;
}

.calendar-scroll[b-i0bzib1vo2] {
    max-height: 720px;
    overflow: auto;
    margin-top: 0;
}

.calendar-grid[b-i0bzib1vo2] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0;
}

.calendar-grid .dow[b-i0bzib1vo2] {
    padding: 12px;
        background: #fafafa;
        text-align: center;
        border: 1px solid #e6e6e6;
    }

.day-cell[b-i0bzib1vo2] {
    min-height: 90px;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    background: white;
}

.day-cell.has-events:hover[b-i0bzib1vo2], .event-badge:hover[b-i0bzib1vo2] {
    cursor: pointer;
}

.day-number[b-i0bzib1vo2] {
    font-size: 13px;
    color: #555;
    margin-bottom: 6px;
}
/* /Pages/Module/Assistence/Shared/ExistingPeople/ExistingPeople.razor.rz.scp.css */
.vimax-data-grid[b-z3d91u3rrj] {
    --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-z3d91u3rrj] {
    padding: 10px 12px;
}

.vimax-data-grid .mud-datagrid-header[b-z3d91u3rrj] {
    background: #f6f8fb;
}

.vimax-data-grid .mud-table-row[b-z3d91u3rrj] {
    transition: background 0.15s ease;
}

.vimax-data-grid .mud-table-row:hover[b-z3d91u3rrj] {
    background: #f0f4ff;
}

.vimax-data-grid .mud-table-cell[b-z3d91u3rrj] {
    padding: var(--row-padding);
}

.vimax-data-grid .mud-table-pagination[b-z3d91u3rrj] {
    border-top: 1px solid rgba(0,0,0,0.08);
}

.vimax-actionbar[b-z3d91u3rrj] {
    margin-bottom: 12px;
}

.vimax-search[b-z3d91u3rrj] {
    width: 280px;
}

@media (max-width: 1100px) {
    .vimax-search[b-z3d91u3rrj] {
        width: 220px;
    }
}

@media (max-width: 768px) {
    .vimax-actionbar[b-z3d91u3rrj] {
        margin-bottom: 8px;
    }

    .vimax-search[b-z3d91u3rrj] {
        width: 100%;
    }
}

.rounded-paper[b-z3d91u3rrj] {
    border-radius: 12px !important;
}
/* /Pages/Module/Assistence/Shared/PersonCreation/PersonCreation.razor.rz.scp.css */
/* Round the input/select containers and ensure overflow hidden for smooth corners */
.person-form .mud-input-root[b-c2vpvw3csn],
.person-form .mud-select-root[b-c2vpvw3csn] {
    border-radius: 12px;
    overflow: hidden;
}

/* Round the inner input elements and give comfortable padding */
.person-form .mud-input-root input[b-c2vpvw3csn],
.person-form .mud-select-root input[b-c2vpvw3csn],
.person-form .mud-input-root .mud-input-slot[b-c2vpvw3csn],
.person-form .mud-select-root .mud-select-input[b-c2vpvw3csn] {
    border-radius: 12px;
    padding: 10px 12px;
}

/* Improve outlined variant border radius when using MudBlazor outlined inputs */
.person-form .mud-input-root.mud-input-outlined[b-c2vpvw3csn],
.person-form .mud-select-root.mud-input-outlined[b-c2vpvw3csn] {
    --mud-input-border-radius: 12px;
}

/* Make labels visually consistent with the Identification fields */
.person-form .mud-input-label[b-c2vpvw3csn],
.person-form .mud-select-label[b-c2vpvw3csn] {
    font-weight: 600;
    color: rgba(0,0,0,0.87);
    font-size: 0.95rem;
    letter-spacing: 0.2px;
}

/* Subtle focus effect to keep UI polished */
.person-form .mud-input-root.mud-input-focused .mud-input-slot[b-c2vpvw3csn],
.person-form .mud-select-root.mud-input-focused .mud-select-input[b-c2vpvw3csn] {
    box-shadow: 0 0 0 3px rgba(63,81,181,0.06);
}

/* Keep rounded buttons consistent when full-width inside photo area */
.person-form .mud-button[b-c2vpvw3csn] {
    border-radius: 8px;
}

/* Photo buttons: smaller, more rounded */
.person-form .photo-btn[b-c2vpvw3csn] {
    border-radius: 24px !important;
    padding: 6px 12px !important;
    font-size: 0.85rem !important;
    height: 40px !important;
    min-width: 120px !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08) !important;
}

.person-form .photo-btn .mud-button-start-icon[b-c2vpvw3csn],
.person-form .photo-btn .mud-button-end-icon[b-c2vpvw3csn] {
    font-size: 18px !important;
}

.person-form .photo-btn.upload-btn[b-c2vpvw3csn] {
    /* primary button fine-tuning if needed */
    transform: translateY(0);
}

.person-form .photo-btn.take-btn[b-c2vpvw3csn] {
     /* secondary button fine-tuning if needed */
    transform: translateY(0);
 }

/* Photo area size tuning */
.person-form .photo-area[b-c2vpvw3csn] {
    border-radius: 50% !important;
    display: block;
    margin: 0 auto;
}
/* /Pages/Module/Modulo de Inventario/Registro de productos.razor.rz.scp.css */
/* /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/Self-assisted/Self-Visita.razor.rz.scp.css */
.profile-card[b-0ases4ve9o] {
    background: white;
    border-radius: 24px;
    padding: 2rem;
    margin: 2rem;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 90%;
}

.profile-info[b-0ases4ve9o] {
    flex: 1;
    margin-right: 2rem;
}

.form-group[b-0ases4ve9o] {
    margin-bottom: 1.5rem;
}

    .form-group label[b-0ases4ve9o] {
        display: block;
        font-size: 1.25rem;
        margin-bottom: 0.5rem;
        color: #333;
    }

.form-control[b-0ases4ve9o] {
    width: 100%;
    padding: 0.75rem;
    border-radius: 12px;
    border: none;
    background-color: rgb(220, 214, 214);
    font-size: 1rem;
}

.profile-right[b-0ases4ve9o] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    min-width: 250px;
}

.profile-text[b-0ases4ve9o] {
    text-align: center;
    margin-bottom: 1rem;
}

    .profile-text h3[b-0ases4ve9o] {
        margin: 0;
        color: #333;
        font-size: 1.25rem;
    }

    .profile-text p[b-0ases4ve9o] {
        margin: 0.5rem 0 0 0;
        color: #666;
        font-size: 0.9rem;
    }

.profile-image[b-0ases4ve9o] {
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
}

    .profile-image img[b-0ases4ve9o] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.profile-button[b-0ases4ve9o] {
    margin-top: 1rem;
    padding: 0.75rem 1.5rem;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .profile-button:hover[b-0ases4ve9o] {
        background-color: #0056b3;
    }
/* /Pages/Test.razor.rz.scp.css */
/* Carousel and overlay styling */
.carousel-overlay[b-pq7pkzuin9] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(148, 87, 235, 0.85) 0%, rgba(255, 122, 151, 0.5) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.welcome-text[b-pq7pkzuin9] {
    color: white;
    text-align: left;
    padding: 2rem;
    max-width: 80%;
}

.welcome-heading[b-pq7pkzuin9] {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.1;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Login form styling */
.login-form-container[b-pq7pkzuin9] {
    background-color: white;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.05);
}

.login-form-wrapper[b-pq7pkzuin9] {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}

[b-pq7pkzuin9] .login-button {
    background-color: #7b5df0 !important;
    color: white !important;
    border-radius: 4px;
    height: 48px;
    font-weight: 500;
    text-transform: none;
    font-size: 1rem;
    box-shadow: 0 4px 10px rgba(123, 93, 240, 0.3);
}

[b-pq7pkzuin9] .mud-input-outlined {
    border-radius: 4px;
}

[b-pq7pkzuin9] .mud-input {
    font-size: 0.95rem;
}

[b-pq7pkzuin9] .mud-checkbox {
    color: #7b5df0;
}

[b-pq7pkzuin9] .mud-link {
    color: #7b5df0;
}

[b-pq7pkzuin9] .carousel-delimiters {
    z-index: 20;
}

[b-pq7pkzuin9] .mud-carousel-delimiters {
    bottom: 16px;
}

[b-pq7pkzuin9] .mud-carousel-delimiter {
    background-color: rgba(255, 255, 255, 0.5);
}

[b-pq7pkzuin9] .mud-carousel-delimiter-active {
    background-color: white;
}

@media (max-width: 959.98px) {
    .welcome-heading[b-pq7pkzuin9] {
        font-size: 2.5rem;
    }

    .login-form-wrapper[b-pq7pkzuin9] {
        max-width: 100%;
    }
}
/* /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 */
}
