@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Components/AgendsImage.razor.rz.scp.css */
.upload-container[b-mse1hv9f6b] {
    display: flex;
    justify-content: center; /* Centra horizontalmente */
    align-items: center; /* Centra verticalmente */
    height: 100vh; /* Ocupa toda la altura de la ventana */
    width: 100%;
    background-color: #f3f4f6; /* Opcional: fondo suave */
}

.file-upload-form[b-mse1hv9f6b] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: fit-content;
}


.file-upload-label input[b-mse1hv9f6b] {
    display: none;
}

.file-upload-label svg[b-mse1hv9f6b] {
    height: 50px;
    fill: #1E3A8A; /* azul elegante */
    margin-bottom: 20px;
}

.file-upload-label[b-mse1hv9f6b] {
    cursor: pointer;
    background-color: #EFF6FF; /* azul muy claro */
    padding: 30px 70px;
    border-radius: 40px;
    border: 2px dashed #3B82F6; /* azul medio elegante */
    box-shadow: 0px 0px 40px -10px rgba(59, 130, 246, 0.5); /* sombra azul suave */
    transition: all 0.3s ease;
}

    .file-upload-label:hover[b-mse1hv9f6b] {
        background-color: #DBEAFE; /* azul ligeramente más oscuro */
        border-color: #2563EB; /* azul más intenso al pasar el mouse */
    }

.file-upload-design[b-mse1hv9f6b] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.browse-button[b-mse1hv9f6b] {
    background-color: #2563EB; /* azul elegante */
    padding: 8px 20px;
    border-radius: 10px;
    color: white;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .browse-button:hover[b-mse1hv9f6b] {
        background-color: #1D4ED8; /* azul más intenso al pasar el mouse */
        transform: scale(1.05);
    }



.preview-img[b-mse1hv9f6b] {
    max-width: 150px;
    max-height: 150px;
    border-radius: 12px;
    margin-bottom: 10px;
    object-fit: cover;
}
/* /Components/AgentGoyBuru.razor.rz.scp.css */
.justly-law-firm-container[b-84hrm8uxpa] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 100px 0;
    font-family: Arial, sans-serif;
    background-color: #fff;
    padding-top:4rem;
}

.content[b-84hrm8uxpa] {
    display: flex;
    max-width: 1200px;
    width: 100%;
    align-items: center;
    padding: 0 20px;
}

.text-content[b-84hrm8uxpa] {
    flex: 1;
    padding-right: 50px;
}

.welcome-section[b-84hrm8uxpa] {
    margin-bottom: 20px;
}

.welcome-heading[b-84hrm8uxpa] {
    font-size: 14px;
    color: #666;
    letter-spacing: 2px;
    margin: 0;
}

.firm-name[b-84hrm8uxpa] {
    font-size: 48px;
    font-weight: bold;
    color: #333;
    margin: 10px 0 0;
}

.underline[b-84hrm8uxpa] {
    width: 50px;
    height: 3px;
    background-color: #2d6cdf;
    margin-top: 10px;
}

.intro-text[b-84hrm8uxpa] {
    font-size: 16px;
    color: #555;
    line-height: 1.5;
    margin-bottom: 20px;
}

.lorem-ipsum[b-84hrm8uxpa] {
    font-size: 14px;
    color: #777;
    line-height: 1.8;
    margin-bottom: 30px;
}

.read-more-button[b-84hrm8uxpa] {
    background-color: #d4af37; /* Gold color */
    color: #fff;
    border: none;
    padding: 12px 25px;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

    .read-more-button:hover[b-84hrm8uxpa] {
        background-color: #b8860b;
    }

.signature[b-84hrm8uxpa] {
    width: 150px;
    margin-top: 20px;
}

.image-content[b-84hrm8uxpa] {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.lawyer-image[b-84hrm8uxpa] {
    width: 100%;
    max-width: 700px;
    height: auto;
    display: block;
}
/* /Components/Cards.razor.rz.scp.css */
/* ===== Base ===== */
.featured-properties[b-4r4x4snwb3] {
    padding: 4rem 8%;
    font-family: Arial, sans-serif;
    background: #fff;
}

.section-header[b-4r4x4snwb3] {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 3rem;
}

    .section-header .subtitle[b-4r4x4snwb3] {
        color: #0c4da2; /* Cambiado a #0c4da2 */
        font-size: 0.9rem;
        text-decoration: none;
    }

    .section-header h2[b-4r4x4snwb3] {
        font-size: 2rem;
        margin: 0.5rem 0;
        font-weight: bold;
        color: #222;
    }

    .section-header p[b-4r4x4snwb3] {
        color: #666;
        font-size: 0.95rem;
    }

/* ===== Grid ===== */
.properties-grid[b-4r4x4snwb3] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
}

/* ===== Card ===== */
.property-card[b-4r4x4snwb3] {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
    /* quité max-width fijo */
    width: 100%;
}

    .property-card:hover[b-4r4x4snwb3] {
        transform: translateY(-5px);
    }

.property-image[b-4r4x4snwb3] {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
}

    .property-image img[b-4r4x4snwb3] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .property-image .tag[b-4r4x4snwb3] {
        position: absolute;
        top: 10px;
        left: 10px;
        background: #0c4da2; /* Cambiado a #0c4da2 */
        color: white;
        padding: 0.3rem 0.6rem;
        font-size: 0.8rem;
        border-radius: 4px;
    }

/* ===== Card Info ===== */
.property-info[b-4r4x4snwb3] {
    padding: 1rem;
}

    .property-info h3[b-4r4x4snwb3] {
        font-size: 1rem;
        margin-bottom: 0.3rem;
        color: #222;
    }

    .property-info .location[b-4r4x4snwb3] {
        color: #777;
        font-size: 0.85rem;
        margin-bottom: 0.8rem;
    }

.price[b-4r4x4snwb3] {
    font-size: 1.1rem;
    font-weight: bold;
    color: #0c4da2; /* Cambiado a #0c4da2 */
    margin-bottom: 0.8rem;
}

.details[b-4r4x4snwb3] {
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    color: #555;
}

/* ===== Responsivo ===== */

/* Móviles pequeños */
@media (max-width: 600px) {
    .featured-properties[b-4r4x4snwb3] {
        padding: 2rem 5%;
    }

    .section-header h2[b-4r4x4snwb3] {
        font-size: 1.5rem;
    }

    .property-image[b-4r4x4snwb3] {
        height: 150px;
    }
}

/* Tablets */
@media (min-width: 601px) and (max-width: 1024px) {
    .properties-grid[b-4r4x4snwb3] {
        grid-template-columns: repeat(2, 1fr); /* 2 columnas */
    }

    .property-card[b-4r4x4snwb3] {
        max-width: 100%;
    }
}

/* Desktop grande */
@media (min-width: 1200px) {
    .properties-grid[b-4r4x4snwb3] {
        grid-template-columns: repeat(3, 1fr); /* 3 columnas fijas */
    }

    .property-card[b-4r4x4snwb3] {
        max-width: 100%; /* ocupa toda la celda */
    }

    .section-header h2[b-4r4x4snwb3] {
        font-size: 2.2rem;
    }
}
/* /Components/CardServices.razor.rz.scp.css */
.values-section[b-r24k38in3p] {
	background-color: #f9f9f9;
	padding: 60px 20px;
	text-align: center;
}

.container[b-r24k38in3p] {
	max-width: 1200px;
	margin: 0 auto;
}

.section-header h2[b-r24k38in3p] {
	font-size: 2em;
	margin-bottom: 10px;
}

.section-header p[b-r24k38in3p] {
	font-size: 1em;
	color: #0c4da2;
}

/* GRID PRINCIPAL */
.highlight-grid[b-r24k38in3p] {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 35px;
	margin-top: 40px;
}

/* CARD PRINCIPAL DESTACADA */
.main-card[b-r24k38in3p] {
	background: white;
	padding: 50px 30px;
	border-radius: 14px;
	max-width: 600px;
	width: 100%;
	box-shadow: 0px 10px 25px rgba(0,0,0,0.1);
	transform: scale(1.05);
}

	.main-card h3[b-r24k38in3p] {
		font-size: 1.8em;
		color: #0c4da2;
	}

/* SUB GRID */
.sub-grid[b-r24k38in3p] {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 25px;
	width: 100%;
}

.feature-card[b-r24k38in3p] {
	background: white;
	padding: 30px 20px;
	border-radius: 12px;
	transition: 0.3s;
}

	.feature-card:hover[b-r24k38in3p] {
		transform: translateY(-5px);
		box-shadow: 0px 10px 25px rgba(0,0,0,0.1);
	}

/* ICONS */
.icon-wrapper[b-r24k38in3p] {
	background: #0c4da2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin-bottom: 25px;
}

.material-icons[b-r24k38in3p] {
	font-size: 40px;
	color: white;
}

/* TEXT */
h3[b-r24k38in3p] {
	font-size: 1.3em;
	margin-bottom: 10px;
}

p[b-r24k38in3p] {
	font-size: 0.95em;
	color: #555;
}

/* RESPONSIVE */
@media (max-width: 768px) {
	.main-card[b-r24k38in3p] {
		padding: 40px 20px;
	}

		.main-card h3[b-r24k38in3p] {
			font-size: 1.5em;
		}
}
/* /Components/ContactForm.razor.rz.scp.css */
.contact-section[b-epjvzg29mx] {
    padding: 40px 20px;
}

.contact-container[b-epjvzg29mx] {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 30px;
    background-color: #fff;
}

.contact-details[b-epjvzg29mx] {
    flex: 1 1 400px;
    background-color: #0c4da2; /* Cambiado a #0c4da2 */
    color: #fff;
    padding: 30px;
    border-radius: 8px;
}

    .contact-details h3[b-epjvzg29mx] {
        color: #cfcfcf;
        font-size: 1rem;
        margin-bottom: 5px;
        text-transform: uppercase;
    }

    .contact-details h2[b-epjvzg29mx] {
        font-size: 1.8rem;
        margin-bottom: 20px;
        font-weight: 600;
    }

    .contact-details p[b-epjvzg29mx] {
        color: #ffff;
        line-height: 1.7;
        margin-bottom: 30px;
        font-size: 0.95rem;
    }

.contact-info-list .info-item[b-epjvzg29mx] {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

    .contact-info-list .info-item .material-icons[b-epjvzg29mx] {
        color: #ffff;
        margin-right: 15px;
        font-size: 1.5rem;
    }

    .contact-info-list .info-item span[b-epjvzg29mx] {
        display: block;
        font-size: 0.85rem;
        color: #a0aec0;
        margin-bottom: 5px;
    }

    .contact-info-list .info-item a[b-epjvzg29mx],
    .contact-info-list .info-item address[b-epjvzg29mx] {
        color: #fff;
        text-decoration: none;
        font-style: normal;
        font-size: 1rem;
    }

.send-message-form[b-epjvzg29mx] {
    flex: 1 1 400px;
    padding: 30px;
    border-radius: 8px;
    background-color: #fff;
}

    .send-message-form h3[b-epjvzg29mx] {
        color: #0c4da2; /* Cambiado a #0c4da2 */
        font-size: 0.9rem;
        margin-bottom: 5px;
        text-transform: uppercase;
    }

    .send-message-form h2[b-epjvzg29mx] {
        font-size: 1.9rem;
        margin-bottom: 20px;
        font-weight: 500;
        color: #2d3748;
    }

    .send-message-form p[b-epjvzg29mx] {
        color: #4a5568;
        line-height: 1.7;
        margin-bottom: 30px;
        font-size: 0.95rem;
    }

.contact-form[b-epjvzg29mx] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

    .contact-form .form-group[b-epjvzg29mx] {
        position: relative;
    }

        .contact-form .form-group.full-width[b-epjvzg29mx] {
            grid-column: 1 / -1;
        }

    .contact-form input[b-epjvzg29mx],
    .contact-form textarea[b-epjvzg29mx] {
        width: 100%;
        padding: 12px 15px;
        border: 1px solid #e2e8f0;
        border-radius: 5px;
        font-size: 1rem;
        color: #2d3748;
        background-color: #edf2f7;
        box-sizing: border-box;
        outline: none;
        transition: border-color 0.2s ease-in-out;
    }

        .contact-form input:focus[b-epjvzg29mx],
        .contact-form textarea:focus[b-epjvzg29mx] {
            border-color: #0c4da2; /* Cambiado a #0c4da2 */
        }

    .contact-form textarea[b-epjvzg29mx] {
        min-height: 120px;
    }

.submit-button[b-epjvzg29mx] {
    grid-column: 1 / -1;
    text-align: left;
}

.primary-button[b-epjvzg29mx] {
    cursor: pointer;
    border: none;
    padding: 0.75rem 1.5rem;
    font-size: 1.2rem;
    border-radius: 0.25rem;
    background-color: #0c4da2 !important; /* Cambiado a #0c4da2 */
    color: white !important;
    transition: background-color 0.3s ease, transform 0.2s ease;
    border: 2px solid transparent;
}

    .primary-button:hover[b-epjvzg29mx] {
        color: #0c4da2 !important; /* Cambiado a #0c4da2 */
        background-color: transparent !important;
        border: 2px solid #0c4da2; /* Cambiado a #0c4da2 */
        transform: translateY(-4px);
    }

/* Eliminé el duplicado del botón .primary-button que había más arriba */

.location-map[b-epjvzg29mx] {
    max-width: 1500px;
    margin: 30px auto 0;
    padding: 10px;
    background-color: #fff;
    text-align: center;
}

    .location-map h3[b-epjvzg29mx] {
        font-size: 1.5rem;
        margin-bottom: 15px;
        color: #2d3748;
    }

.map-responsive[b-epjvzg29mx] {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 56.25%;
}

    .map-responsive iframe[b-epjvzg29mx] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
        border: 0;
    }

/* Responsive adjustments */
@media (max-width: 768px) {
    .contact-container[b-epjvzg29mx] {
        flex-direction: column;
    }

    .contact-details[b-epjvzg29mx],
    .send-message-form[b-epjvzg29mx] {
        width: 100%;
    }

    .contact-form[b-epjvzg29mx] {
        grid-template-columns: 1fr;
    }
}
/* /Components/CreateProperty.razor.rz.scp.css */
.modal-overlay[b-40b4wz7c6c] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(31, 41, 55, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    padding: 20px;
    overflow-y: auto;
}

.modal[b-40b4wz7c6c] {
    background: #fff;
    border-radius: 16px;
    width: 400px;
    max-width: 95%;
    box-shadow: 0 8px 24px rgba(59, 130, 246, 0.2);
    overflow: hidden;
    animation: fadeIn-b-40b4wz7c6c 0.2s ease;
    display: flex;
    flex-direction: column;
}

.modal-header[b-40b4wz7c6c] {
    padding: 12px 16px;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.close-btn[b-40b4wz7c6c] {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 20px;
    color: #6b7280;
}

    .close-btn:hover[b-40b4wz7c6c] {
        color: #111827;
    }

.modal-body[b-40b4wz7c6c] {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Footer y botones */
.modal-footer[b-40b4wz7c6c] {
    padding: 12px 16px;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

.btn[b-40b4wz7c6c] {
    padding: 10px 16px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: background 0.2s ease, transform 0.1s ease;
}

    .btn.primary[b-40b4wz7c6c] {
        background: #3b82f6;
        color: white;
    }

        .btn.primary:hover[b-40b4wz7c6c] {
            background: #2563eb;
            transform: scale(1.03);
        }

    .btn.secondary[b-40b4wz7c6c] {
        background: #6b7280;
        color: white;
    }

        .btn.secondary:hover[b-40b4wz7c6c] {
            background: #4b5563;
            transform: scale(1.03);
        }

@keyframes fadeIn-b-40b4wz7c6c {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Pasos */
.step[b-40b4wz7c6c] {
    display: none;
}

    .step.active[b-40b4wz7c6c] {
        display: block;
    }
/* /Components/CustomDropdown.razor.rz.scp.css */
/* Etiqueta arriba del control */
.search-item[b-02yfwo5q4r] {
    display: flex;
    flex-direction: column;
    font-family: system-ui, Arial, sans-serif;
}

    .search-item > label[b-02yfwo5q4r] {
        font-size: .8rem;
        color: #777;
        margin-bottom: .35rem;
    }

/* Contenedor y botón del dropdown */
.dd[b-02yfwo5q4r] {
    position: relative;
    width: 200px;
    outline: none;
}

.dd-toggle[b-02yfwo5q4r] {
    width: 100%;
    padding: .55rem 2.2rem .55rem 1rem;
    background: #f9fafb;
    border: 1px solid #e6e6e6;
    border-radius: 22px;
    font-weight: 800;
    font-size: 1rem;
    color: #111;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

    .dd-toggle:hover[b-02yfwo5q4r] {
        border-color: #0d3b66;
        box-shadow: 0 0 0 3px rgba(13,59,102,.08);
    }

/* Chevron */
.dd-chevron[b-02yfwo5q4r] {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    rotate: 45deg;
    transition: transform .2s ease;
}

.dd.open .dd-chevron[b-02yfwo5q4r] {
    transform: translateY(-50%) rotate(225deg);
}

/* Menú */
.dd-menu[b-02yfwo5q4r] {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    box-shadow: 0 14px 34px rgba(0,0,0,.12);
    padding: .35rem;
    margin: 0;
    list-style: none;
    max-height: 260px;
    overflow: auto;
    z-index: 50;
}

/* Opción */
.dd-option[b-02yfwo5q4r] {
    width: 100%;
    text-align: left;
    background: transparent;
    border: 0;
    padding: .6rem .7rem;
    border-radius: 8px;
    font-size: .95rem;
    cursor: pointer;
    transition: background .15s ease, color .15s ease;
}

    .dd-option:hover[b-02yfwo5q4r] {
        background: #f0f6ff;
    }

    .dd-option.active[b-02yfwo5q4r] {
        background: #0d3b66;
        color: #fff;
    }
/* /Components/Gallery.razor.rz.scp.css */
/* styles.css */

/* Estilos Generales */
body[b-lueuzpxb40] {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #222;
    color: #eee;
}

.projects-section[b-lueuzpxb40] {
    padding: 50px 20px;
    text-align: center;
}

.content-wrapper[b-lueuzpxb40] {
    max-width: 1200px;
    margin: 0 auto;
}

.section-subtitle[b-lueuzpxb40] {
    color: #aaa;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 0.9em;
}

.section-title[b-lueuzpxb40] {
    font-size: 2.5em;
    margin-bottom: 15px;
    font-weight: 700;
}

.section-description[b-lueuzpxb40] {
    color: #aaa;
    margin-bottom: 30px;
    font-size: 1.1em;
    max-width: 800px;
    margin: 0 auto 50px;
}

/* Estilos de la Cuadrícula de Tarjetas */
.cards-grid[b-lueuzpxb40] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

/* Estilos de las Tarjetas */
.card[b-lueuzpxb40] {
    position: relative;
    width: 100%;
    /* Ajuste clave para hacerla vertical y rectangular */
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.1);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.6s ease-in-out;
}

/* Imagen dentro de la tarjeta */
.card-image[b-lueuzpxb40] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease-in-out;
}

/* Efecto Hover de la Tarjeta */
.card:hover[b-lueuzpxb40] {
    transform: scale(1.03);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

    .card:hover .card-image[b-lueuzpxb40] {
        transform: scale(1.1);
    }

.card__content[b-lueuzpxb40] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #0c4da2;
    color: #fff;
    padding: 20px;
    box-sizing: border-box;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
    text-align: left;
}

.card:hover .card__content[b-lueuzpxb40] {
    transform: translateY(0%);
}

.card__title[b-lueuzpxb40] {
    margin: 0 0 5px;
    font-size: 1.2em;
    font-weight: 700;
    color: #fff;
}

.card__description[b-lueuzpxb40] {
    margin: 0;
    font-size: 0.9em;
    color: #fff;
    line-height: 1.4;
}

/* Media Queries para Responsividad */
@media (max-width: 768px) {
    .section-title[b-lueuzpxb40] {
        font-size: 2em;
    }

    .cards-grid[b-lueuzpxb40] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Header.razor.rz.scp.css */
.hero-banner[b-0iesf0w0ro] {
    position: relative;
    height: 200px;
    background-image: url('/images/about/conferecia-goy-guru-1.jpg'); /* Cambia por tu imagen */
    background-size: cover;
    background-position: center;
    color: white;
}

.overlay[b-0iesf0w0ro] {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.content[b-0iesf0w0ro] {
    position: relative;
    padding: 50px;
    z-index: 1;
}

.title[b-0iesf0w0ro] {
    margin: 0;
    font-size: 2rem;
}

.breadcrumbs[b-0iesf0w0ro] {
    margin-top: 5px;
    font-size: 0.9rem;
}

    .breadcrumbs a[b-0iesf0w0ro] {
        color: white;
        text-decoration: none;
    }

        .breadcrumbs a:hover[b-0iesf0w0ro] {
            text-decoration: underline;
        }

    .breadcrumbs span[b-0iesf0w0ro] {
        margin: 0 5px;
    }
/* /Components/HomeSearch.razor.rz.scp.css */
/* ESTILOS PARA EL COMPONENTE DE BÚSQUEDA EN HOME */

.home-search-wrapper[b-0qm98mlb40] {
    padding: 20px;
    border-radius: 12px;
    max-width: 800px;
    margin: 0 auto 40px auto;
    width: 100%;
    display: flex;
    justify-content: center;
}

.home-search-container[b-0qm98mlb40] {
    width: 100%;
    max-width: 800px;
}

.home-search-input-group[b-0qm98mlb40] {
    display: flex;
    gap: 10px;
    margin-bottom: 0;
    width: 100%;
}

    .home-search-input-group input[b-0qm98mlb40] {
        flex: 1;
        padding: 14px 18px;
        border: 2px solid #e0e0e0;
        border-radius: 8px;
        font-size: 16px;
        color: #333;
        background: white;
        transition: all 0.3s ease;
        box-sizing: border-box;
        width: 100%;
    }

        .home-search-input-group input:focus[b-0qm98mlb40] {
            outline: none;
            border-color: #0c4da2;
            box-shadow: 0 0 0 3px rgba(12, 77, 162, 0.1);
        }

        .home-search-input-group input[b-0qm98mlb40]::placeholder {
            color: #888;
            font-weight: 400;
        }

.home-search-button[b-0qm98mlb40] {
    padding: 14px 30px;
    background: linear-gradient(135deg, #0c4da2 0%, #093b80 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    white-space: nowrap;
    min-width: 120px;
    justify-content: center;
}

    .home-search-button:hover[b-0qm98mlb40] {
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(12, 77, 162, 0.25);
        background: linear-gradient(135deg, #093b80 0%, #082d63 100%);
    }

    .home-search-button:active[b-0qm98mlb40] {
        transform: translateY(0);
    }

    .home-search-button i[b-0qm98mlb40] {
        font-size: 14px;
    }

/* Animación de placeholder */
@keyframes pulse-placeholder-b-0qm98mlb40 {
    0% {
        opacity: 0.6;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.6;
    }
}

.home-search-input-group input[b-0qm98mlb40]::placeholder {
    animation: pulse-placeholder-b-0qm98mlb40 3s infinite;
}

/* Estados de validación */
.home-search-input-group input.valid[b-0qm98mlb40] {
    border-color: #28a745;
}

.home-search-input-group input.invalid[b-0qm98mlb40] {
    border-color: #dc3545;
}

/* Loading state */
.home-search-button.loading[b-0qm98mlb40] {
    position: relative;
    color: transparent;
}

    .home-search-button.loading[b-0qm98mlb40]::after {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        border: 2px solid rgba(255, 255, 255, 0.3);
        border-top: 2px solid white;
        border-radius: 50%;
        animation: spin-loading-b-0qm98mlb40 1s linear infinite;
    }

@keyframes spin-loading-b-0qm98mlb40 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .home-search-wrapper[b-0qm98mlb40] {
        padding: 15px;
        margin: 0 auto 30px auto;
        border-radius: 10px;
    }

    .home-search-input-group[b-0qm98mlb40] {
        flex-direction: column;
        gap: 12px;
    }

        .home-search-input-group input[b-0qm98mlb40] {
            width: 100%;
            padding: 12px 16px;
        }

    .home-search-button[b-0qm98mlb40] {
        width: 100%;
        padding: 12px 24px;
    }
}

@media (max-width: 480px) {
    .home-search-wrapper[b-0qm98mlb40] {
        padding: 12px;
        margin: 0 auto 20px auto;
        border-radius: 8px;
    }

    .home-search-input-group input[b-0qm98mlb40] {
        padding: 10px 14px;
        font-size: 15px;
    }

    .home-search-button[b-0qm98mlb40] {
        padding: 10px 20px;
        font-size: 15px;
        min-width: 100%;
    }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    .home-search-wrapper[b-0qm98mlb40] {
        background: linear-gradient(135deg, #2d3748 0%, #4a5568 100%);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

    .home-search-input-group input[b-0qm98mlb40] {
        background: #1a202c;
        border-color: #4a5568;
        color: #e2e8f0;
    }

        .home-search-input-group input[b-0qm98mlb40]::placeholder {
            color: #a0aec0;
        }

        .home-search-input-group input:focus[b-0qm98mlb40] {
            border-color: #0c4da2;
            background: #2d3748;
        }
}

/* Accesibilidad - Focus visible */
.home-search-button:focus-visible[b-0qm98mlb40],
.home-search-input-group input:focus-visible[b-0qm98mlb40] {
    outline: 2px solid #0c4da2;
    outline-offset: 2px;
}

/* Estado deshabilitado */
.home-search-button:disabled[b-0qm98mlb40] {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none !important;
    box-shadow: none !important;
}

.home-search-input-group input:disabled[b-0qm98mlb40] {
    background: #f8f9fa;
    cursor: not-allowed;
}

/* Animación de aparición */
.home-search-wrapper[b-0qm98mlb40] {
    animation: slide-down-animation-b-0qm98mlb40 0.5s ease-out;
}

@keyframes slide-down-animation-b-0qm98mlb40 {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Sugerencias de autocompletado */
.home-search-suggestions[b-0qm98mlb40] {
    position: absolute;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    width: calc(100% - 130px);
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    margin-top: 5px;
}

    .home-search-suggestions li[b-0qm98mlb40] {
        padding: 10px 15px;
        cursor: pointer;
        transition: background 0.2s ease;
        list-style: none;
    }

        .home-search-suggestions li:hover[b-0qm98mlb40] {
            background: #f0f4f9;
            color: #0c4da2;
        }

        .home-search-suggestions li.active[b-0qm98mlb40] {
            background: #0c4da2;
            color: white;
        }

@media (max-width: 768px) {
    .home-search-suggestions[b-0qm98mlb40] {
        width: 100%;
        position: relative;
        margin-top: 5px;
    }
}

/* Estilos de centrado */
.home-search-center-container[b-0qm98mlb40] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px;
}

/* Asegurar centrado en diferentes contextos */
section .home-search-wrapper[b-0qm98mlb40],
.container .home-search-wrapper[b-0qm98mlb40],
.row .home-search-wrapper[b-0qm98mlb40] {
    margin: 0 auto 40px auto !important;
    float: none !important;
    display: block !important;
}
/* /Components/HouseModal.razor.rz.scp.css */
body[b-rk09ibi5vw] {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
}

.zillow-listing[b-rk09ibi5vw] {
    max-width: 1000px;
    margin: 20px auto;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.header[b-rk09ibi5vw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #e0e0e0;
    flex-wrap: wrap;
}

.back-link a[b-rk09ibi5vw] {
    color: #0c4da2;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.contact-agent button[b-rk09ibi5vw] {
    background-color: #0c4da2;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
}

.gallery[b-rk09ibi5vw] {
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-image[b-rk09ibi5vw] {
    width: 100%;
    height: 350px;
    max-width: 500px;
    border-radius: 8px;
    margin-bottom: 15px;
    object-fit: cover;
    object-position: center;
}

.thumbnails-container[b-rk09ibi5vw] {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 10px;
}

/* Fixed size wrapper for thumbnails */
.thumbnail-wrapper[b-rk09ibi5vw] {
    width: 80px;
    height: 60px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 4px;
}

.thumbnail[b-rk09ibi5vw] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: border-color 0.3s, transform 0.2s;
}

.thumbnail:hover[b-rk09ibi5vw],
.thumbnail.active[b-rk09ibi5vw] {
    border-color: #0c4da2;
    transform: scale(1.05);
}

/* Header actions container */
.header-actions[b-rk09ibi5vw] {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Favorite button */
.btn-favorite[b-rk09ibi5vw] {
    background: transparent;
    border: 2px solid #e0e0e0;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-favorite:hover[b-rk09ibi5vw] {
    border-color: #ff4757;
    background: rgba(255, 71, 87, 0.1);
}

.btn-favorite .material-icons[b-rk09ibi5vw] {
    color: #ff4757;
    font-size: 24px;
}

/* Description text truncation */
.description-text[b-rk09ibi5vw] {
    line-height: 1.6;
    margin: 0;
}

.description-text.truncated[b-rk09ibi5vw] {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.listing-details[b-rk09ibi5vw] {
    display: flex;
    flex-direction: column;
    padding: 15px;
    border-bottom: 1px solid #e0e0e0;
}

.price[b-rk09ibi5vw] {
    font-size: 2em;
    font-weight: bold;
    color: #0c4da2;
}

.address[b-rk09ibi5vw] {
    font-size: 1.2em;
    color: #333;
    margin-top: 5px;
}

/* Property specs (beds, baths, sqft) */
.property-specs[b-rk09ibi5vw] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 10px 0;
    font-size: 1.1em;
    color: #555;
}

.property-specs .separator[b-rk09ibi5vw] {
    color: #ccc;
}

.property-specs strong[b-rk09ibi5vw] {
    color: #333;
    font-weight: 600;
}

.key-features[b-rk09ibi5vw] {
    display: flex;
    align-items: center;
    margin-left: auto;
    flex-wrap: wrap;
}

.key-features div[b-rk09ibi5vw] {
    display: flex;
    align-items: center;
    margin: 0 10px;
    text-align: center;
}

.key-features span[b-rk09ibi5vw] {
    font-size: 0.8em;
    color: #777;
    display: block;
    margin-left: 5px;
}

.key-features .material-icons[b-rk09ibi5vw] {
    font-size: 1.5em;
    color: #555;
}

.section[b-rk09ibi5vw] {
    padding: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.section-title[b-rk09ibi5vw] {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 10px;
}

.show-more[b-rk09ibi5vw] {
    color: #0c4da2;
    text-decoration: none;
    display: block;
    margin-top: 10px;
}

.features-grid[b-rk09ibi5vw] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.feature-card[b-rk09ibi5vw] {
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
}

.feature-card h3[b-rk09ibi5vw] {
    display: flex;
    align-items: center;
    font-size: 1.1em;
    margin-top: 0;
    margin-bottom: 10px;
    color: #333;
}

.feature-card h3 .material-icons[b-rk09ibi5vw] {
    margin-right: 8px;
    font-size: 1.5em;
    color: #0c4da2;
}

.feature-card ul[b-rk09ibi5vw] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-card ul li[b-rk09ibi5vw] {
    padding: 5px 0;
    border-bottom: 1px dashed #e0e0e0;
    font-size: 0.9em;
    color: #555;
}

.feature-card ul li:last-child[b-rk09ibi5vw] {
    border-bottom: none;
}

.map-container[b-rk09ibi5vw] {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 8px;
}

.map-container iframe[b-rk09ibi5vw] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* View on Full Map button */
.btn-view-full-map[b-rk09ibi5vw] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin-top: 15px;
    padding: 12px 20px;
    background: transparent;
    color: #0c4da2;
    border: 2px solid #0c4da2;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-view-full-map:hover[b-rk09ibi5vw] {
    background: #0c4da2;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(12, 77, 162, 0.3);
}

.btn-view-full-map .material-icons[b-rk09ibi5vw] {
    font-size: 20px;
}

.fixed-button[b-rk09ibi5vw] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.fixed-button button[b-rk09ibi5vw] {
    background-color: #0c4da2;
    border: none;
    color: #fff;
    padding: 15px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.fixed-button button:hover[b-rk09ibi5vw] {
    background-color: #0056b3;
}

.fixed-button .material-icons[b-rk09ibi5vw] {
    font-size: 32px;
    color: #fff;
}

.contact-container[b-rk09ibi5vw] {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 30px;
    background-color: #fff;
}

.contact-details[b-rk09ibi5vw] {
    flex: 1 1 400px;
    background-color: #0c4da2;
    color: #fff;
    padding: 30px;
    border-radius: 8px;
}

.contact-details h3[b-rk09ibi5vw] {
    color: #cfcfcf;
    font-size: 1rem;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.contact-details h2[b-rk09ibi5vw] {
    font-size: 1.8rem;
    margin-bottom: 20px;
    font-weight: 600;
}

.contact-details p[b-rk09ibi5vw] {
    color: #ffff;
    line-height: 1.7;
    margin-bottom: 30px;
    font-size: 0.95rem;
}

.contact-info-list .info-item[b-rk09ibi5vw] {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.contact-info-list .info-item .material-icons[b-rk09ibi5vw] {
    color: #ffff;
    margin-right: 15px;
    font-size: 1.5rem;
}

.contact-info-list .info-item span[b-rk09ibi5vw] {
    display: block;
    font-size: 0.85rem;
    color: #a0aec0;
    margin-bottom: 5px;
}

.contact-info-list .info-item a[b-rk09ibi5vw],
.contact-info-list .info-item address[b-rk09ibi5vw] {
    color: #fff;
    text-decoration: none;
    font-style: normal;
    font-size: 1rem;
}

/* --- Estilo del formulario de contacto ajustado --- */
.send-message-form[b-rk09ibi5vw] {
    flex: 1 1 350px;
    /* Reducido para que el formulario sea más pequeño */
    padding: 30px;
    border-radius: 8px;
    background-color: #fff;
}

.send-message-form h3[b-rk09ibi5vw] {
    color: #0c4da2;
    font-size: 0.9rem;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.send-message-form h2[b-rk09ibi5vw] {
    font-size: 1.9rem;
    margin-bottom: 20px;
    font-weight: 500;
    color: #2d3748;
}

.send-message-form p[b-rk09ibi5vw] {
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 30px;
    font-size: 0.95rem;
}

.contact-form[b-rk09ibi5vw] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.contact-form .form-group[b-rk09ibi5vw] {
    position: relative;
}

.contact-form .form-group.full-width[b-rk09ibi5vw] {
    grid-column: 1 / -1;
}

.contact-form input[b-rk09ibi5vw],
.contact-form textarea[b-rk09ibi5vw] {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e2e8f0;
    border-radius: 5px;
    font-size: 1rem;
    color: #2d3748;
    background-color: #edf2f7;
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.2s ease-in-out;
}

.contact-form input:focus[b-rk09ibi5vw],
.contact-form textarea:focus[b-rk09ibi5vw] {
    border-color: #0c4da2;
}

.contact-form textarea[b-rk09ibi5vw] {
    min-height: 120px;
}

.submit-button[b-rk09ibi5vw] {
    grid-column: 1 / -1;
    text-align: left;
}

.primary-button[b-rk09ibi5vw] {
    cursor: pointer;
    border: none;
    padding: 0.75rem 1.5rem;
    font-size: 1.2rem;
    border-radius: 0.25rem;
    background-color: #0c4da2 !important;
    color: white !important;
    transition: background-color 0.3s ease, transform 0.2s ease;
    border: 2px solid transparent;
}

.primary-button:hover[b-rk09ibi5vw] {
    color: #0c4da2 !important;
    background-color: transparent !important;
    border: 2px solid #0c4da2;
    transform: translateY(-4px);
}

.location-map[b-rk09ibi5vw] {
    max-width: 1500px;
    margin: 30px auto 0;
    padding: 10px;
    background-color: #fff;
    text-align: center;
}

.location-map h3[b-rk09ibi5vw] {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #2d3748;
}

.map-responsive[b-rk09ibi5vw] {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 56.25%;
}

.map-responsive iframe[b-rk09ibi5vw] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .zillow-listing[b-rk09ibi5vw] {
        margin: 0;
        border-radius: 0;
    }

    .header[b-rk09ibi5vw] {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
    }

    .back-link[b-rk09ibi5vw] {
        margin-bottom: 0;
        flex: 0 0 auto;
        order: 1;
    }

    /* Use display:contents to break header-actions and reorder children */
    .header-actions[b-rk09ibi5vw] {
        display: contents;
    }

    .btn-favorite[b-rk09ibi5vw] {
        width: 40px;
        height: 40px;
        order: 2;
        margin-left: auto;
    }

    /* Contact Agent button takes full width on second row */
    .contact-agent[b-rk09ibi5vw] {
        width: 100%;
        order: 3;
    }

    .contact-agent button[b-rk09ibi5vw] {
        width: 100%;
        padding: 12px 20px;
        font-size: 14px;
    }

    .listing-details[b-rk09ibi5vw] {
        flex-direction: column;
        align-items: flex-start;
    }

    /* Property specs responsive */
    .property-specs[b-rk09ibi5vw] {
        flex-wrap: wrap;
        gap: 6px;
        font-size: 1em;
    }

    .key-features[b-rk09ibi5vw] {
        margin-top: 15px;
        margin-left: 0;
    }

    .features-grid[b-rk09ibi5vw] {
        grid-template-columns: 1fr;
    }

    .contact-container[b-rk09ibi5vw] {
        flex-direction: column;
        padding: 15px;
    }

    .contact-details[b-rk09ibi5vw],
    .send-message-form[b-rk09ibi5vw] {
        width: 100%;
        /* Ocupa todo el ancho disponible */
        max-width: 100%;
        /* Evita que se pasen del viewport */
        flex-basis: auto;
        box-sizing: border-box;
        /* Incluye padding en el cálculo */
    }

    .contact-form[b-rk09ibi5vw] {
        grid-template-columns: 1fr;
    }
}



/* Fondo del modal */
.modal-overlay[b-rk09ibi5vw] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;
    overflow-y: auto;
    padding: 20px;
    /* margen en móviles */
}

/* Ajustes del modal */
.modal-content[b-rk09ibi5vw] {
    background: #fff;
    border-radius: 8px;
    max-width: 1000px;
    width: 100%;
    max-height: 95vh;
    overflow-y: auto;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    animation: fadeInUp-b-rk09ibi5vw 0.3s ease;
}

/* Animación de entrada */
@keyframes fadeInUp-b-rk09ibi5vw {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}




.agent-card[b-rk09ibi5vw] {
    display: flex;
    align-items: center;
    margin: 20px 0;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 12px;
    background: #f9f9f9;
}

.agent-photo[b-rk09ibi5vw] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.agent-info[b-rk09ibi5vw] {
    display: flex;
    flex-direction: column;
}

.agent-name[b-rk09ibi5vw] {
    margin: 0;
    font-size: 1.2rem;
    font-weight: bold;
}

.agent-role[b-rk09ibi5vw] {
    margin: 2px 0 0;
    color: #555 !important;
    font-size: 0.9rem;
}
/* /Components/Loading.razor.rz.scp.css */
.loading-overlay[b-fjiosk4gmx] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 9999;
}

.spinner[b-fjiosk4gmx] {
    width: 60px;
    height: 60px;
    border: 6px solid #ccc;
    border-top: 6px solid #3f8efc;
    border-radius: 50%;
    animation: spin-b-fjiosk4gmx 1s linear infinite;
    margin-bottom: 10px;
}

@keyframes spin-b-fjiosk4gmx {
    100% {
        transform: rotate(360deg);
    }
}



/* From Uiverse.io by Admin12121 */
.loader[b-fjiosk4gmx] {
    --duration: 3s;
    --primary: rgba(39, 94, 254, 1);
    --primary-light: #2f71ff;
    --primary-rgba: rgba(39, 94, 254, 0);
    width: 200px;
    height: 320px;
    position: relative;
    transform-style: preserve-3d;
}

@media (max-width: 480px) {
    .loader[b-fjiosk4gmx] {
        zoom: 0.44;
    }
}

.loader[b-fjiosk4gmx]:before, .loader[b-fjiosk4gmx]:after {
    --r: 20.5deg;
    content: "";
    width: 320px;
    height: 140px;
    position: absolute;
    right: 32%;
    bottom: -11px;
    /* change the back groung color on switching from light to dark mood */
    background: #e8e8e8;
    transform: translateZ(200px) rotate(var(--r));
    -webkit-animation: mask var(--duration) linear forwards infinite;
    animation: mask-b-fjiosk4gmx var(--duration) linear forwards infinite;
}

.loader[b-fjiosk4gmx]:after {
    --r: -20.5deg;
    right: auto;
    left: 32%;
}

.loader .ground[b-fjiosk4gmx] {
    position: absolute;
    left: -50px;
    bottom: -120px;
    transform-style: preserve-3d;
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
}

    .loader .ground div[b-fjiosk4gmx] {
        transform: rotateX(90deg) rotateY(0deg) translate(-48px, -120px) translateZ(100px) scale(0);
        width: 200px;
        height: 200px;
        background: var(--primary);
        background: linear-gradient(45deg, var(--primary) 0%, var(--primary) 50%, var(--primary-light) 50%, var(--primary-light) 100%);
        transform-style: preserve-3d;
        -webkit-animation: ground var(--duration) linear forwards infinite;
        animation: ground-b-fjiosk4gmx var(--duration) linear forwards infinite;
    }

        .loader .ground div[b-fjiosk4gmx]:before, .loader .ground div[b-fjiosk4gmx]:after {
            --rx: 90deg;
            --ry: 0deg;
            --x: 44px;
            --y: 162px;
            --z: -50px;
            content: "";
            width: 156px;
            height: 300px;
            opacity: 0;
            background: linear-gradient(var(--primary), var(--primary-rgba));
            position: absolute;
            transform: rotateX(var(--rx)) rotateY(var(--ry)) translate(var(--x), var(--y)) translateZ(var(--z));
            -webkit-animation: ground-shine var(--duration) linear forwards infinite;
            animation: ground-shine-b-fjiosk4gmx var(--duration) linear forwards infinite;
        }

        .loader .ground div[b-fjiosk4gmx]:after {
            --rx: 90deg;
            --ry: 90deg;
            --x: 0;
            --y: 177px;
            --z: 150px;
        }

.loader .box[b-fjiosk4gmx] {
    --x: 0;
    --y: 0;
    position: absolute;
    -webkit-animation: var(--duration) linear forwards infinite;
    animation: var(--duration) linear forwards infinite;
    transform: translate(var(--x), var(--y));
}

    .loader .box div[b-fjiosk4gmx] {
        background-color: var(--primary);
        width: 48px;
        height: 48px;
        position: relative;
        transform-style: preserve-3d;
        -webkit-animation: var(--duration) ease forwards infinite;
        animation: var(--duration) ease forwards infinite;
        transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
    }

        .loader .box div[b-fjiosk4gmx]:before, .loader .box div[b-fjiosk4gmx]:after {
            --rx: 90deg;
            --ry: 0deg;
            --z: 24px;
            --y: -24px;
            --x: 0;
            content: "";
            position: absolute;
            background-color: inherit;
            width: inherit;
            height: inherit;
            transform: rotateX(var(--rx)) rotateY(var(--ry)) translate(var(--x), var(--y)) translateZ(var(--z));
            filter: brightness(var(--b, 1.2));
        }

        .loader .box div[b-fjiosk4gmx]:after {
            --rx: 0deg;
            --ry: 90deg;
            --x: 24px;
            --y: 0;
            --b: 1.4;
        }

    .loader .box.box0[b-fjiosk4gmx] {
        --x: -220px;
        --y: -120px;
        left: 58px;
        top: 108px;
    }

    .loader .box.box1[b-fjiosk4gmx] {
        --x: -260px;
        --y: 120px;
        left: 25px;
        top: 120px;
    }

    .loader .box.box2[b-fjiosk4gmx] {
        --x: 120px;
        --y: -190px;
        left: 58px;
        top: 64px;
    }

    .loader .box.box3[b-fjiosk4gmx] {
        --x: 280px;
        --y: -40px;
        left: 91px;
        top: 120px;
    }

    .loader .box.box4[b-fjiosk4gmx] {
        --x: 60px;
        --y: 200px;
        left: 58px;
        top: 132px;
    }

    .loader .box.box5[b-fjiosk4gmx] {
        --x: -220px;
        --y: -120px;
        left: 25px;
        top: 76px;
    }

    .loader .box.box6[b-fjiosk4gmx] {
        --x: -260px;
        --y: 120px;
        left: 91px;
        top: 76px;
    }

    .loader .box.box7[b-fjiosk4gmx] {
        --x: -240px;
        --y: 200px;
        left: 58px;
        top: 87px;
    }

.loader .box0[b-fjiosk4gmx] {
    -webkit-animation-name: box-move0;
    animation-name: box-move0-b-fjiosk4gmx;
}

    .loader .box0 div[b-fjiosk4gmx] {
        -webkit-animation-name: box-scale0;
        animation-name: box-scale0-b-fjiosk4gmx;
    }

.loader .box1[b-fjiosk4gmx] {
    -webkit-animation-name: box-move1;
    animation-name: box-move1-b-fjiosk4gmx;
}

    .loader .box1 div[b-fjiosk4gmx] {
        -webkit-animation-name: box-scale1;
        animation-name: box-scale1-b-fjiosk4gmx;
    }

.loader .box2[b-fjiosk4gmx] {
    -webkit-animation-name: box-move2;
    animation-name: box-move2-b-fjiosk4gmx;
}

    .loader .box2 div[b-fjiosk4gmx] {
        -webkit-animation-name: box-scale2;
        animation-name: box-scale2-b-fjiosk4gmx;
    }

.loader .box3[b-fjiosk4gmx] {
    -webkit-animation-name: box-move3;
    animation-name: box-move3-b-fjiosk4gmx;
}

    .loader .box3 div[b-fjiosk4gmx] {
        -webkit-animation-name: box-scale3;
        animation-name: box-scale3-b-fjiosk4gmx;
    }

.loader .box4[b-fjiosk4gmx] {
    -webkit-animation-name: box-move4;
    animation-name: box-move4-b-fjiosk4gmx;
}

    .loader .box4 div[b-fjiosk4gmx] {
        -webkit-animation-name: box-scale4;
        animation-name: box-scale4-b-fjiosk4gmx;
    }

.loader .box5[b-fjiosk4gmx] {
    -webkit-animation-name: box-move5;
    animation-name: box-move5-b-fjiosk4gmx;
}

    .loader .box5 div[b-fjiosk4gmx] {
        -webkit-animation-name: box-scale5;
        animation-name: box-scale5-b-fjiosk4gmx;
    }

.loader .box6[b-fjiosk4gmx] {
    -webkit-animation-name: box-move6;
    animation-name: box-move6-b-fjiosk4gmx;
}

    .loader .box6 div[b-fjiosk4gmx] {
        -webkit-animation-name: box-scale6;
        animation-name: box-scale6-b-fjiosk4gmx;
    }

.loader .box7[b-fjiosk4gmx] {
    -webkit-animation-name: box-move7;
    animation-name: box-move7-b-fjiosk4gmx;
}

    .loader .box7 div[b-fjiosk4gmx] {
        -webkit-animation-name: box-scale7;
        animation-name: box-scale7-b-fjiosk4gmx;
    }

@-webkit-keyframes box-move0 {
    12% {
        transform: translate(var(--x), var(--y));
    }

    25%, 52% {
        transform: translate(0, 0);
    }

    80% {
        transform: translate(0, -32px);
    }

    90%, 100% {
        transform: translate(0, 188px);
    }
}

@keyframes box-move0-b-fjiosk4gmx {
    12% {
        transform: translate(var(--x), var(--y));
    }

    25%, 52% {
        transform: translate(0, 0);
    }

    80% {
        transform: translate(0, -32px);
    }

    90%, 100% {
        transform: translate(0, 188px);
    }
}

@-webkit-keyframes box-scale0 {
    6% {
        transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
    }

    14%, 100% {
        transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
    }
}

@keyframes box-scale0-b-fjiosk4gmx {
    6% {
        transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
    }

    14%, 100% {
        transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
    }
}

@-webkit-keyframes box-move1 {
    16% {
        transform: translate(var(--x), var(--y));
    }

    29%, 52% {
        transform: translate(0, 0);
    }

    80% {
        transform: translate(0, -32px);
    }

    90%, 100% {
        transform: translate(0, 188px);
    }
}

@keyframes box-move1-b-fjiosk4gmx {
    16% {
        transform: translate(var(--x), var(--y));
    }

    29%, 52% {
        transform: translate(0, 0);
    }

    80% {
        transform: translate(0, -32px);
    }

    90%, 100% {
        transform: translate(0, 188px);
    }
}

@-webkit-keyframes box-scale1 {
    10% {
        transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
    }

    18%, 100% {
        transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
    }
}

@keyframes box-scale1-b-fjiosk4gmx {
    10% {
        transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
    }

    18%, 100% {
        transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
    }
}

@-webkit-keyframes box-move2 {
    20% {
        transform: translate(var(--x), var(--y));
    }

    33%, 52% {
        transform: translate(0, 0);
    }

    80% {
        transform: translate(0, -32px);
    }

    90%, 100% {
        transform: translate(0, 188px);
    }
}

@keyframes box-move2-b-fjiosk4gmx {
    20% {
        transform: translate(var(--x), var(--y));
    }

    33%, 52% {
        transform: translate(0, 0);
    }

    80% {
        transform: translate(0, -32px);
    }

    90%, 100% {
        transform: translate(0, 188px);
    }
}

@-webkit-keyframes box-scale2 {
    14% {
        transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
    }

    22%, 100% {
        transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
    }
}

@keyframes box-scale2-b-fjiosk4gmx {
    14% {
        transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
    }

    22%, 100% {
        transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
    }
}

@-webkit-keyframes box-move3 {
    24% {
        transform: translate(var(--x), var(--y));
    }

    37%, 52% {
        transform: translate(0, 0);
    }

    80% {
        transform: translate(0, -32px);
    }

    90%, 100% {
        transform: translate(0, 188px);
    }
}

@keyframes box-move3-b-fjiosk4gmx {
    24% {
        transform: translate(var(--x), var(--y));
    }

    37%, 52% {
        transform: translate(0, 0);
    }

    80% {
        transform: translate(0, -32px);
    }

    90%, 100% {
        transform: translate(0, 188px);
    }
}

@-webkit-keyframes box-scale3 {
    18% {
        transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
    }

    26%, 100% {
        transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
    }
}

@keyframes box-scale3-b-fjiosk4gmx {
    18% {
        transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
    }

    26%, 100% {
        transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
    }
}

@-webkit-keyframes box-move4 {
    28% {
        transform: translate(var(--x), var(--y));
    }

    41%, 52% {
        transform: translate(0, 0);
    }

    80% {
        transform: translate(0, -32px);
    }

    90%, 100% {
        transform: translate(0, 188px);
    }
}

@keyframes box-move4-b-fjiosk4gmx {
    28% {
        transform: translate(var(--x), var(--y));
    }

    41%, 52% {
        transform: translate(0, 0);
    }

    80% {
        transform: translate(0, -32px);
    }

    90%, 100% {
        transform: translate(0, 188px);
    }
}

@-webkit-keyframes box-scale4 {
    22% {
        transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
    }

    30%, 100% {
        transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
    }
}

@keyframes box-scale4-b-fjiosk4gmx {
    22% {
        transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
    }

    30%, 100% {
        transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
    }
}

@-webkit-keyframes box-move5 {
    32% {
        transform: translate(var(--x), var(--y));
    }

    45%, 52% {
        transform: translate(0, 0);
    }

    80% {
        transform: translate(0, -32px);
    }

    90%, 100% {
        transform: translate(0, 188px);
    }
}

@keyframes box-move5-b-fjiosk4gmx {
    32% {
        transform: translate(var(--x), var(--y));
    }

    45%, 52% {
        transform: translate(0, 0);
    }

    80% {
        transform: translate(0, -32px);
    }

    90%, 100% {
        transform: translate(0, 188px);
    }
}

@-webkit-keyframes box-scale5 {
    26% {
        transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
    }

    34%, 100% {
        transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
    }
}

@keyframes box-scale5-b-fjiosk4gmx {
    26% {
        transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
    }

    34%, 100% {
        transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
    }
}

@-webkit-keyframes box-move6 {
    36% {
        transform: translate(var(--x), var(--y));
    }

    49%, 52% {
        transform: translate(0, 0);
    }

    80% {
        transform: translate(0, -32px);
    }

    90%, 100% {
        transform: translate(0, 188px);
    }
}

@keyframes box-move6-b-fjiosk4gmx {
    36% {
        transform: translate(var(--x), var(--y));
    }

    49%, 52% {
        transform: translate(0, 0);
    }

    80% {
        transform: translate(0, -32px);
    }

    90%, 100% {
        transform: translate(0, 188px);
    }
}

@-webkit-keyframes box-scale6 {
    30% {
        transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
    }

    38%, 100% {
        transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
    }
}

@keyframes box-scale6-b-fjiosk4gmx {
    30% {
        transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
    }

    38%, 100% {
        transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
    }
}

@-webkit-keyframes box-move7 {
    40% {
        transform: translate(var(--x), var(--y));
    }

    53%, 52% {
        transform: translate(0, 0);
    }

    80% {
        transform: translate(0, -32px);
    }

    90%, 100% {
        transform: translate(0, 188px);
    }
}

@keyframes box-move7-b-fjiosk4gmx {
    40% {
        transform: translate(var(--x), var(--y));
    }

    53%, 52% {
        transform: translate(0, 0);
    }

    80% {
        transform: translate(0, -32px);
    }

    90%, 100% {
        transform: translate(0, 188px);
    }
}

@-webkit-keyframes box-scale7 {
    34% {
        transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
    }

    42%, 100% {
        transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
    }
}

@keyframes box-scale7-b-fjiosk4gmx {
    34% {
        transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
    }

    42%, 100% {
        transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
    }
}

@-webkit-keyframes ground {
    0%, 65% {
        transform: rotateX(90deg) rotateY(0deg) translate(-48px, -120px) translateZ(100px) scale(0);
    }

    75%, 90% {
        transform: rotateX(90deg) rotateY(0deg) translate(-48px, -120px) translateZ(100px) scale(1);
    }

    100% {
        transform: rotateX(90deg) rotateY(0deg) translate(-48px, -120px) translateZ(100px) scale(0);
    }
}

@keyframes ground-b-fjiosk4gmx {
    0%, 65% {
        transform: rotateX(90deg) rotateY(0deg) translate(-48px, -120px) translateZ(100px) scale(0);
    }

    75%, 90% {
        transform: rotateX(90deg) rotateY(0deg) translate(-48px, -120px) translateZ(100px) scale(1);
    }

    100% {
        transform: rotateX(90deg) rotateY(0deg) translate(-48px, -120px) translateZ(100px) scale(0);
    }
}

@-webkit-keyframes ground-shine {
    0%, 70% {
        opacity: 0;
    }

    75%, 87% {
        opacity: 0.2;
    }

    100% {
        opacity: 0;
    }
}

@keyframes ground-shine-b-fjiosk4gmx {
    0%, 70% {
        opacity: 0;
    }

    75%, 87% {
        opacity: 0.2;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes mask {
    0%, 65% {
        opacity: 0;
    }

    66%, 100% {
        opacity: 1;
    }
}

@keyframes mask-b-fjiosk4gmx {
    0%, 65% {
        opacity: 0;
    }

    66%, 100% {
        opacity: 1;
    }
}
/* /Components/SecAboutHome.razor.rz.scp.css */
.insurance-section[b-dfr3flutn5] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    background-color: #313131;
    color: white;
}

.insurance-image[b-dfr3flutn5] {
    flex: 1;
    padding-right: 20px;
}

    .insurance-image img[b-dfr3flutn5] {
        width: 100%;
        height: auto;
        border-radius: 8px;
        object-fit: cover;
    }

.insurance-content[b-dfr3flutn5] {
    flex: 1;
    padding-left: 20px;
    padding-bottom: 20px;
}

    .insurance-content h2[b-dfr3flutn5] {
        font-size: 1.8rem;
        margin-bottom: 15px;
        line-height: 1.4;
    }

    .insurance-content .highlight[b-dfr3flutn5] {
        color: #0c4da2; /* Cambiado a #0c4da2 */
        font-weight: bold;
    }

    .insurance-content p[b-dfr3flutn5] {
        margin-bottom: 15px;
        color: #ccc;
    }


/* Botones */
.btn-primary[b-dfr3flutn5] {
    cursor: pointer;
    border: none;
    padding: 0.75rem 1.5rem;
    font-size: 1.2rem;
    border-radius: 0.25rem;
    background-color: #0c4da2 !important; /* Cambiado a #0c4da2 */
    color: white !important;
    transition: background-color 0.3s ease, transform 0.2s ease;
    border: 2px solid transparent;
}

    .btn-primary:hover[b-dfr3flutn5] {
        color: #ffff !important;
        background-color: transparent !important;
        border: 2px solid #0c4da2; /* Cambiado a #0c4da2 */
        transform: translateY(-4px);
    }



/* Responsive */
@media (max-width: 768px) {
    .insurance-section[b-dfr3flutn5] {
        flex-direction: column;
        text-align: center;
    }

    .insurance-image[b-dfr3flutn5] {
        padding-right: 0;
        margin-bottom: 20px;
    }

    .insurance-content[b-dfr3flutn5] {
        padding-left: 0;
    }
}
/* /Components/SectionIcons.razor.rz.scp.css */
.partners[b-6xqfglkq5d] {
    flex-direction: column;
    text-align: center;
    height:8rem;
    padding:2rem;
}

    .partners h2[b-6xqfglkq5d] {
        color: #1a233b;
        font-size: 24px;
        margin-bottom: 30px;
    }

.partner-logos[b-6xqfglkq5d] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}

    .partner-logos img[b-6xqfglkq5d] {
        height: 80px;
    }
/* /Components/WhyChoose.razor.rz.scp.css */
.values-section[b-kc9k48j00h] {
    background-color: #f9f9f9;
    padding: 60px 20px;
    text-align: center;
}

.container[b-kc9k48j00h] {
    max-width: 1400px; /* soporte para pantallas grandes */
    margin: 0 auto;
}

.section-header h2[b-kc9k48j00h] {
    font-size: 2em;
    margin-bottom: 10px;
}

.section-header p[b-kc9k48j00h] {
    font-size: 1em;
    color: #555;
}

/* ====== GRID LAYOUT ====== */
.features-grid[b-kc9k48j00h] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

.feature-card[b-kc9k48j00h] {
    background: white;
    padding: 30px 20px;
    border-radius: 12px;
    transition: 0.3s;
}

    .feature-card:hover[b-kc9k48j00h] {
        transform: translateY(-5px);
        box-shadow: 0px 10px 25px rgba(0,0,0,0.1);
    }

/* ====== ICON ====== */
.icon-wrapper[b-kc9k48j00h] {
    background: #0c4da2; /* Cambiado a #0c4da2 */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 25px;
}

.material-icons[b-kc9k48j00h] {
    font-size: 40px;
    color: white;
}

/* ====== TEXT ====== */
h3[b-kc9k48j00h] {
    font-size: 1.3em;
    margin-bottom: 10px;
}

p[b-kc9k48j00h] {
    font-size: 0.95em;
    color: #555;
}

/* ====== RESPONSIVE ====== */

/* Pantallas pequeñas (móvil) */
@media (max-width: 600px) {
    .section-header h2[b-kc9k48j00h] {
        font-size: 1.6em;
    }

    .features-grid[b-kc9k48j00h] {
        grid-template-columns: 1fr; /* cards en columna */
    }

    .icon-wrapper[b-kc9k48j00h] {
        width: 65px;
        height: 65px;
    }

    .material-icons[b-kc9k48j00h] {
        font-size: 30px;
    }
}

/* Pantallas medianas (tablets) */
@media (min-width: 601px) and (max-width: 1024px) {
    .features-grid[b-kc9k48j00h] {
        grid-template-columns: repeat(2, 1fr); /* 2 columnas */
    }
}

/* Pantallas grandes (desktop y widescreen) */
@media (min-width: 1200px) {
    .features-grid[b-kc9k48j00h] {
        grid-template-columns: repeat(3, 1fr); /* 3 columnas */
    }

    .feature-card[b-kc9k48j00h] {
        padding: 40px 25px;
    }

    .icon-wrapper[b-kc9k48j00h] {
        width: 90px;
        height: 90px;
    }

    .material-icons[b-kc9k48j00h] {
        font-size: 45px;
    }

    h3[b-kc9k48j00h] {
        font-size: 1.4em;
    }
}
/* /Layout/Footer.razor.rz.scp.css */
:root[b-cstqio61ci] {
    --primary-color: #2c3e50;
    --secondary-color: #3498db;
    --text-color: #ecf0f1;
    --hover-color: #2980b9;
    --bg-color: #1a252f;
    --border-color: rgba(255, 255, 255, 0.1);
}

*[b-cstqio61ci] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-cstqio61ci] {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    background-color: #f5f5f5;
    padding: 20px;
}

.goyburu-footer[b-cstqio61ci] {
    background-color: var(--bg-color);
    color: var(--text-color);
    padding: 3rem 0 0;
    margin-top: 3rem;
    border-radius: 8px;
}

.footer-container[b-cstqio61ci] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.footer-brand[b-cstqio61ci] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 1.5rem;
}

    .footer-brand .logo-container[b-cstqio61ci] {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 1rem;
    }

.footer-brand-logo[b-cstqio61ci] {
    max-width: 180px;
    height: auto;
}

.footer-slogan[b-cstqio61ci] {
    font-size: 0.9rem;
    opacity: 0.8;
}

.footer-links[b-cstqio61ci] {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.links-column[b-cstqio61ci] {
    flex: 1;
    min-width: 150px;
}

    .links-column h3[b-cstqio61ci] {
        font-size: 1.2rem;
        margin-bottom: 1rem;
        position: relative;
        padding-bottom: 0.5rem;
    }

        .links-column h3[b-cstqio61ci]::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 40px;
            height: 2px;
            background-color: var(--secondary-color);
        }

    .links-column ul[b-cstqio61ci] {
        list-style: none;
    }

        .links-column ul li[b-cstqio61ci] {
            margin-bottom: 0.5rem;
        }

            .links-column ul li a[b-cstqio61ci] {
                color: var(--text-color);
                text-decoration: none;
                transition: color 0.3s ease;
                font-size: 0.9rem;
                opacity: 0.8;
            }

                .links-column ul li a:hover[b-cstqio61ci] {
                    color: var(--secondary-color);
                    opacity: 1;
                }

.footer-social h3[b-cstqio61ci] {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.social-icons[b-cstqio61ci] {
    display: flex;
    gap: 1rem;
}

    .social-icons a[b-cstqio61ci] {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 50%;
        color: var(--text-color);
        transition: all 0.3s ease;
        font-size: 18px;
    }

        .social-icons a:hover[b-cstqio61ci] {
            background-color: var(--secondary-color);
            transform: translateY(-3px);
        }

.footer-bottom[b-cstqio61ci] {
    border-top: 1px solid var(--border-color);
    padding: 1.5rem 0;
    margin-top: 2rem;
    text-align: center;
    font-size: 0.8rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

    .footer-bottom p[b-cstqio61ci] {
        opacity: 0.7;
    }

    .footer-bottom .fa-heart[b-cstqio61ci] {
        color: #e74c3c;
    }

/* 📱 Responsive */
@media (max-width: 768px) {
    .footer-container[b-cstqio61ci] {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-brand[b-cstqio61ci] {
        align-items: center;
        text-align: center;
    }

        .footer-brand .logo-container[b-cstqio61ci] {
            justify-content: center;
        }

    .footer-brand-logo[b-cstqio61ci] {
        max-width: 150px;
    }

    .footer-links[b-cstqio61ci] {
        flex-direction: column;
        gap: 1.5rem;
        align-items: center;
    }

    .links-column[b-cstqio61ci] {
        width: 100%;
    }

        .links-column h3[b-cstqio61ci]::after {
            left: 50%;
            transform: translateX(-50%);
        }

    .footer-social h3[b-cstqio61ci] {
        text-align: center;
    }

    .social-icons[b-cstqio61ci] {
        justify-content: center;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar[b-2m51x13gwl] {
    background-color: white;
    padding: 1rem 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.navbar-container[b-2m51x13gwl] {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-logo img[b-2m51x13gwl] {
    height: 40px;
}

.navbar-links[b-2m51x13gwl] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

    .navbar-links a[b-2m51x13gwl] {
        color: black;
        text-decoration: none;
        font-weight: 500;
        font-size: 1rem;
        transition: color 0.3s ease;
    }

        .navbar-links a:hover[b-2m51x13gwl] {
            color: #0c4da2; /* Cambiado a #0c4da2 */
        }

.navbar-buttons[b-2m51x13gwl] {
    display: flex;
    gap: 0.75rem;
}

/* Botones */
.btn-started[b-2m51x13gwl] {
    cursor: pointer;
    border: none;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    background-color: #0c4da2 !important; /* Cambiado a #0c4da2 */
    color: white !important;
    transition: background-color 0.3s ease, transform 0.2s ease;
    border: 2px solid transparent;
}

    .btn-started:hover[b-2m51x13gwl] {
        color: #0c4da2 !important; /* Cambiado a #0c4da2 */
        background-color: white !important;
        border: 2px solid #0c4da2; /* Cambiado a #0c4da2 */
        transform: translateY(-2px);
    }

.btn-members[b-2m51x13gwl] {
    cursor: pointer;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    background-color: transparent;
    border: 2px solid #0c4da2; /* Cambiado a #0c4da2 */
    color: #0c4da2 !important; /* Cambiado a #0c4da2 */
    font-weight: 500;
    transition: all 0.3s ease;
}

    .btn-members:hover[b-2m51x13gwl] {
        background-color: #0c4da2 !important; /* Cambiado a #0c4da2 */
        color: white !important;
        transform: translateY(-2px);
    }

/* Icono hamburguesa */
.hamburger[b-2m51x13gwl] {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

    .hamburger span[b-2m51x13gwl] {
        background: black;
        height: 3px;
        width: 25px;
        border-radius: 2px;
    }

/* Sidebar */
.sidebar[b-2m51x13gwl] {
    position: fixed;
    top: 0;
    right: -260px;
    width: 260px;
    height: 100%;
    background: white;
    box-shadow: -2px 0 10px rgba(0,0,0,0.2);
    padding: 2rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    transition: right 0.3s ease;
    z-index: 1100;
}

    .sidebar.open[b-2m51x13gwl] {
        right: 0;
    }

    .sidebar a[b-2m51x13gwl] {
        text-decoration: none;
        color: black;
        font-size: 1rem;
        font-weight: 500;
    }

    .sidebar .close-btn[b-2m51x13gwl] {
        background: none;
        border: none;
        font-size: 1.5rem;
        align-self: flex-end;
        cursor: pointer;
    }

.sidebar-overlay[b-2m51x13gwl] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 1000;
    border-radius: 10px;
}

    .sidebar-overlay.show[b-2m51x13gwl] {
        opacity: 1;
        visibility: visible;
    }


/*color del modo responvibo forzado */


.white[b-2m51x13gwl] {
    color: white;
}



/* Navbar responsive */
@media (max-width: 900px) {
    .navbar-container[b-2m51x13gwl] {
        max-width: 100%; /* ocupa todo el ancho */
        padding: 0 1rem; /* menos padding en m�viles */
    }

    .navbar-logo img[b-2m51x13gwl] {
        height: 40px; /* reducimos tama�o del logo */
    }

    .navbar-links[b-2m51x13gwl] {
        display: none; /* ocultamos links en m�vil */
    }

    .navbar-buttons[b-2m51x13gwl] {
        display: none; /* botones principales van al sidebar */
    }

    .mobile-only[b-2m51x13gwl] {
        display: flex; /* el men� hamburguesa aparece */
        margin-left: auto; /* lo empuja a la derecha */
    }
}

/* Sidebar en m�viles */
.sidebar[b-2m51x13gwl] {
    width: 80%; /* que ocupe 80% del ancho de la pantalla */
    max-width: 260px; /* pero nunca m�s de 260px */
}
/* /Layout/SiderBar.razor.rz.scp.css */
body[b-3f3x3gageh] {
    margin: 0;
    padding: 0;
    background-color: #e2e8f0;
    /* Gris claro suave */
    font-family: 'Inter', sans-serif;
}

.app-container[b-3f3x3gageh] {
    display: flex;
    min-height: 100vh;
}

.sidebar[b-3f3x3gageh] {
    width: 280px;
    background-color: #fff;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
    overflow-y: auto;
    border-right: 2px solid #0c4da2;
}

.sidebar-header[b-3f3x3gageh] {
    margin-bottom: 2rem;
}

.sidebar-header img[b-3f3x3gageh] {
    height: 40px;
}

.sidebar-header h2[b-3f3x3gageh] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0c4da2;
    margin: 0;
}

.sidebar-header small[b-3f3x3gageh] {
    color: #718096;
    font-size: 0.875rem;
    font-weight: 500;
}

.menu[b-3f3x3gageh] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu li[b-3f3x3gageh] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 1rem;
    margin-bottom: 0.5rem;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    color: #4a5568;
    font-weight: 500;
}

.menu li:hover[b-3f3x3gageh] {
    background-color: #f0f7ff;
    color: #0c4da2;
}

.menu li.active[b-3f3x3gageh] {
    background-color: #0c4da2;
    color: #fff;
    box-shadow: 0 2px 6px rgba(12, 77, 162, 0.2);
}

.menu li.active .material-icons[b-3f3x3gageh] {
    color: #fff;
}

.menu li .material-icons[b-3f3x3gageh] {
    font-size: 1.25rem;
    color: #a0aec0;
    transition: all 0.2s ease-in-out;
}

.section-title[b-3f3x3gageh] {
    color: #a0aec0;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    padding-left: 1rem;
}

.logout[b-3f3x3gageh] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    cursor: pointer;
    color: #e53e3e;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}

.logout:hover[b-3f3x3gageh] {
    background-color: #f7e0e0;
}

.main[b-3f3x3gageh] {
    flex-grow: 1;
    padding: 2rem;
    margin-left: 280px;
    background-color: #f1f5f9;
    /* Gris muy claro */
    min-height: 100vh;
}

.navbar[b-3f3x3gageh] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 0.75rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
    /* Animation properties */
    transition: transform 0.4s ease, opacity 0.4s ease, max-height 0.4s ease, margin-bottom 0.4s ease, padding 0.4s ease;
    max-height: 100px;
    overflow: hidden;
}

/* Navbar hidden animation - slides up and fades out */
.navbar.navbar-hidden[b-3f3x3gageh] {
    transform: translateY(-100%);
    opacity: 0;
    max-height: 0;
    margin-bottom: 0;
    padding: 0 1.5rem;
    pointer-events: none;
}

/* Content adjustment when navbar is hidden */
.content.content-no-navbar[b-3f3x3gageh] {
    margin-top: 0;
}

.navbar h3[b-3f3x3gageh] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #0c4da2;
    margin: 0;
}

.navbar-right[b-3f3x3gageh] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.profile[b-3f3x3gageh] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.profile h3[b-3f3x3gageh] {
    font-size: 1rem;
    font-weight: 500;
    color: #2d3748;
    margin: 0;
}

.profile img[b-3f3x3gageh] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.content[b-3f3x3gageh] {
    background: #ffffff;
    border-radius: 0.75rem;
    padding: 1.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

/* ESTILOS CORREGIDOS PARA EL MENÚ DESPLEGABLE */
.menu-dropdown[b-3f3x3gageh] {
    position: relative;
    margin-bottom: 0.5rem;
    display: flex;
    flex-direction: column;
}

.dropdown-header[b-3f3x3gageh] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    color: #4a5568;
    font-weight: 500;
    border-radius: 0.5rem;
    gap: 1rem;
    width: 100%;
    box-sizing: border-box;
}

.dropdown-header:hover[b-3f3x3gageh] {
    background-color: #f0f7ff;
    color: #0c4da2;
}

.menu-dropdown.active .dropdown-header[b-3f3x3gageh] {
    background-color: #0c4da2;
    color: #fff;
    box-shadow: 0 2px 6px rgba(12, 77, 162, 0.2);
}

.menu-dropdown.active .dropdown-header .material-icons[b-3f3x3gageh] {
    color: #fff;
}

.dropdown-arrow[b-3f3x3gageh] {
    font-size: 1.25rem;
    transition: transform 0.3s ease-in-out;
    color: #a0aec0;
}

.menu-dropdown.active .dropdown-arrow[b-3f3x3gageh] {
    color: #fff;
    transform: rotate(180deg);
}

.dropdown-menu[b-3f3x3gageh] {
    list-style: none;
    margin: 0;
    padding: 0.5rem 0;
    border-radius: 0 0 0.5rem 0.5rem;
    margin-top: -0.25rem;
    border-top: none;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.dropdown-menu li[b-3f3x3gageh] {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem 0.5rem 2.5rem;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    font-size: 0.875rem;
    color: #4b5563;
    font-weight: 500;
    margin: 0;
    border-radius: 0;
    gap: 0.75rem;
    width: 100%;
    box-sizing: border-box;
}

.dropdown-menu li:hover[b-3f3x3gageh] {
    background-color: #f0f7ff;
    color: #0c4da2;
}

.dropdown-menu li.active[b-3f3x3gageh] {
    background-color: #e6f0ff;
    color: #0c4da2;
    border-left: 3px solid #0c4da2;
}

.dropdown-menu li .material-icons[b-3f3x3gageh] {
    font-size: 1.125rem;
    color: #718096;
    opacity: 0.8;
}

.dropdown-menu li:hover .material-icons[b-3f3x3gageh],
.dropdown-menu li.active .material-icons[b-3f3x3gageh] {
    color: #0c4da2;
    opacity: 1;
}

/* Asegurar que los iconos del dropdown header tengan el mismo estilo */
.dropdown-header .material-icons:first-child[b-3f3x3gageh] {
    font-size: 1.25rem;
    color: #a0aec0;
}

.menu-dropdown.active .dropdown-header .material-icons:first-child[b-3f3x3gageh],
.dropdown-header:hover .material-icons:first-child[b-3f3x3gageh] {
    color: currentColor;
}

/* Estilo para cuando el dropdown está abierto */
.menu-dropdown.active[b-3f3x3gageh] {
    background-color: transparent;
}

/* Estilos adicionales para elementos que podrías agregar */
.btn-primary[b-3f3x3gageh] {
    background-color: #0c4da2;
    border-color: #0c4da2;
    color: white;
    transition: all 0.3s ease;
}

.btn-primary:hover[b-3f3x3gageh] {
    background-color: #0a3d82;
    border-color: #0a3d82;
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(12, 77, 162, 0.2);
}

.text-primary[b-3f3x3gageh] {
    color: #0c4da2 !important;
}

.border-primary[b-3f3x3gageh] {
    border-color: #0c4da2 !important;
}

.bg-primary[b-3f3x3gageh] {
    background-color: #0c4da2 !important;
}

.bg-primary-light[b-3f3x3gageh] {
    background-color: #e6f0ff !important;
}

/* Nuevas variantes de color para la paleta */
:root[b-3f3x3gageh] {
    --primary-color: #0c4da2;
    --primary-dark: #0a3d82;
    --primary-darker: #083066;
    --primary-light: #3a70c2;
    --primary-lighter: #6894d3;
    --primary-lightest: #e6f0ff;
    --primary-ultralight: #f5f9ff;
}

/* Clases de utilidad con la nueva paleta */
.bg-primary-dark[b-3f3x3gageh] {
    background-color: #0a3d82 !important;
}

.bg-primary-darker[b-3f3x3gageh] {
    background-color: #083066 !important;
}

.bg-primary-light[b-3f3x3gageh] {
    background-color: #3a70c2 !important;
}

.bg-primary-lighter[b-3f3x3gageh] {
    background-color: #6894d3 !important;
}

.bg-primary-lightest[b-3f3x3gageh] {
    background-color: #e6f0ff !important;
}

.bg-primary-ultralight[b-3f3x3gageh] {
    background-color: #f5f9ff !important;
}

.text-primary-dark[b-3f3x3gageh] {
    color: #0a3d82 !important;
}

.text-primary-darker[b-3f3x3gageh] {
    color: #083066 !important;
}

.text-primary-light[b-3f3x3gageh] {
    color: #3a70c2 !important;
}

.text-primary-lighter[b-3f3x3gageh] {
    color: #6894d3 !important;
}

.border-primary-light[b-3f3x3gageh] {
    border-color: #3a70c2 !important;
}

.border-primary-lighter[b-3f3x3gageh] {
    border-color: #6894d3 !important;
}

/* Efectos hover mejorados */
.hover-primary:hover[b-3f3x3gageh] {
    color: #0c4da2 !important;
}

.hover-bg-primary:hover[b-3f3x3gageh] {
    background-color: #0c4da2 !important;
    color: white !important;
}

/* Cards y elementos con el nuevo color */
.card-primary[b-3f3x3gageh] {
    border-left: 4px solid #0c4da2;
    box-shadow: 0 2px 4px rgba(12, 77, 162, 0.1);
}

.badge-primary[b-3f3x3gageh] {
    background-color: #e6f0ff;
    color: #0c4da2;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    font-weight: 600;
}

/* Estados focus para accesibilidad */
.btn-primary:focus[b-3f3x3gageh],
.menu li:focus[b-3f3x3gageh],
.dropdown-header:focus[b-3f3x3gageh] {
    outline: 2px solid #0c4da2;
    outline-offset: 2px;
}

/* Responsive */
@media (max-width: 768px) {
    .sidebar[b-3f3x3gageh] {
        width: 100%;
        position: relative;
    }

    .main[b-3f3x3gageh] {
        margin-left: 0;
        padding: 1rem;
    }
}
/* /Pages/AboutUs.razor.rz.scp.css */
body[b-zhbo0j5mxn] {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.marketing-header[b-zhbo0j5mxn],
.marketing-content[b-zhbo0j5mxn],
.services[b-zhbo0j5mxn],
.partners[b-zhbo0j5mxn],
.stats-footer[b-zhbo0j5mxn] {
    padding: 50px 100px;
    display: flex;
}

.marketing-header[b-zhbo0j5mxn] {
    background-color: #f8f8f8;
    justify-content: space-between;
}

.header-left[b-zhbo0j5mxn] {
    flex: 1;
    padding-right: 50px;
}

    .header-left h1[b-zhbo0j5mxn] {
        font-size: 38px;
        color: #1a233b;
        margin-bottom: 20px;
    }

    .header-left p[b-zhbo0j5mxn] {
        color: #666;
        line-height: 1.6;
    }

.mission-section[b-zhbo0j5mxn] {
    display: flex;
    margin-top: 30px;
    gap: 20px;
}

.our-vision[b-zhbo0j5mxn],
.our-mission[b-zhbo0j5mxn] {
    flex: 1;
}

.mission-section h3[b-zhbo0j5mxn] {
    color: #1a233b;
}

.mission-section ul[b-zhbo0j5mxn] {
    list-style: none;
    padding: 0;
}

.mission-section li[b-zhbo0j5mxn] {
    margin-bottom: 10px;
    color: #666;
}

.mission-section i[b-zhbo0j5mxn] {
    color: #0c4da2; /* Cambiado a #0c4da2 */
    margin-right: 10px;
}

.header-right[b-zhbo0j5mxn] {
    flex: 1;
}

.image-grid[b-zhbo0j5mxn] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 10px;
}

    .image-grid img[b-zhbo0j5mxn] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 8px;
    }

.marketing-content[b-zhbo0j5mxn] {
    background-color: #f8f8f8;
    align-items: flex-start;
}

.content-left[b-zhbo0j5mxn] {
    flex: 1;
    padding-right: 50px;
}

.marketing-image img[b-zhbo0j5mxn] {
    width: 100%;
    border-radius: 10px;
}

.content-right[b-zhbo0j5mxn] {
    flex: 1;
    padding-left: 50px;
}

.stats-box[b-zhbo0j5mxn] {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.stat[b-zhbo0j5mxn] {
    background-color: #0c4da2; /* Cambiado a #0c4da2 */
    color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    flex: 1;
}

    .stat span[b-zhbo0j5mxn] {
        font-size: 32px;
        font-weight: bold;
    }

    .stat p[b-zhbo0j5mxn] {
        margin: 0;
        font-size: 14px;
    }

.mission-box[b-zhbo0j5mxn] {
    background-color: #fff;
    border: 1px solid #dcdcdc;
    padding: 20px;
    border-radius: 10px;
}

    .mission-box p[b-zhbo0j5mxn] {
        margin: 0;
        font-size: 16px;
        line-height: 1.5;
    }

.boost-marketing h2[b-zhbo0j5mxn] {
    font-size: 28px;
    color: #1a233b;
}

.boost-marketing p[b-zhbo0j5mxn] {
    color: #666;
    line-height: 1.6;
    padding: 2rem;
}




/* 📱 RESPONSIVE DESIGN */
@media (max-width: 1024px) {
    .marketing-header[b-zhbo0j5mxn],
    .marketing-content[b-zhbo0j5mxn],
    .services[b-zhbo0j5mxn],
    .stats-footer[b-zhbo0j5mxn] {
        flex-direction: column;
        padding: 40px 50px;
    }

    .header-left[b-zhbo0j5mxn],
    .content-left[b-zhbo0j5mxn],
    .content-right[b-zhbo0j5mxn] {
        padding: 0;
        margin-bottom: 30px;
    }

    .mission-section[b-zhbo0j5mxn] {
        flex-direction: column;
    }

    .stats-box[b-zhbo0j5mxn] {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .marketing-header[b-zhbo0j5mxn],
    .marketing-content[b-zhbo0j5mxn],
    .services[b-zhbo0j5mxn],
    .partners[b-zhbo0j5mxn],
    .stats-footer[b-zhbo0j5mxn] {
        padding: 30px 20px;
    }

    .header-left h1[b-zhbo0j5mxn] {
        font-size: 28px;
    }

    .boost-marketing h2[b-zhbo0j5mxn] {
        font-size: 22px;
    }

    .partner-logos[b-zhbo0j5mxn] {
        gap: 20px;
    }

        .partner-logos img[b-zhbo0j5mxn] {
            height: 40px;
        }
}

@media (max-width: 480px) {
    .header-left h1[b-zhbo0j5mxn] {
        font-size: 22px;
    }

    .header-left p[b-zhbo0j5mxn],
    .boost-marketing p[b-zhbo0j5mxn],
    .mission-box p[b-zhbo0j5mxn] {
        font-size: 14px;
    }

    .stat span[b-zhbo0j5mxn] {
        font-size: 24px;
    }

    .stat p[b-zhbo0j5mxn] {
        font-size: 12px;
    }
}
/* /Pages/Agent.razor.rz.scp.css */
:root[b-yiki2mcv56] {
    --background-color: #f0f4f9;
    --card-background-color: #ffffff;
    --text-color: #333333;
    --secondary-text-color: #666666;
    --border-radius: 15px;
    --card-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    --primary-color: #0c4da2; /* Cambiado a #0c4da2 */
    --image-size: 180px;
}

body[b-yiki2mcv56] {
    font-family: Arial, sans-serif;
    background-color: var(--background-color);
    margin: 0;
    padding: 20px;
}

/* --- Team Section --- */
.team-section[b-yiki2mcv56] {
    max-width: 1200px;
    margin: auto;
    padding: 40px 20px;
}

.team-header[b-yiki2mcv56] {
    text-align: center;
    margin-bottom: 40px;
}

.section-title[b-yiki2mcv56] {
    font-size: 2.5rem;
    color: var(--text-color);
    margin-bottom: 20px;
    font-weight: bold;
}

/* --- Filter Menu --- */
.filter-menu[b-yiki2mcv56] {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.filter-option[b-yiki2mcv56] {
    text-decoration: none;
    color: var(--secondary-text-color);
    padding: 8px 15px;
    border-radius: 20px;
    transition: background-color 0.3s ease;
}

    .filter-option:hover[b-yiki2mcv56] {
        background-color: #e2eaf4;
    }

    .filter-option.active[b-yiki2mcv56] {
        background-color: var(--primary-color);
        color: white;
    }

/* --- Team Grid --- */
.team-grid[b-yiki2mcv56] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 25px;
    justify-content: center;
}

.team-card[b-yiki2mcv56] {
    background-color: var(--card-background-color);
    border-radius: var(--border-radius);
    box-shadow: var(--card-shadow);
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    cursor: pointer;
}

    .team-card:hover[b-yiki2mcv56] {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    }

/* --- Imágenes con tamaño fijo y object-fit --- */
.member-photo[b-yiki2mcv56] {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 15px;
    object-fit: cover;
    object-position: center;
    object-position: center top;
}

/* Imágenes en el modal */
.modal-content img[b-yiki2mcv56] {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 1rem;
    object-fit: cover;
    object-position: center;
    object-position: center top;
}

.member-info[b-yiki2mcv56] {
    width: 100%;
}

.member-name[b-yiki2mcv56] {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-color);
    margin: 0;
}

.member-role[b-yiki2mcv56] {
    font-size: 1rem;
    color: var(--secondary-text-color);
    margin: 5px 0 0;
}

/* --- Modal --- */
.modal-overlay[b-yiki2mcv56] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.modal-content[b-yiki2mcv56] {
    background: #fff;
    padding: 2rem;
    border-radius: 15px;
    max-width: 500px;
    width: 90%;
    text-align: center;
    position: relative;
    animation: fadeIn-b-yiki2mcv56 0.3s ease;
}

.close-btn[b-yiki2mcv56] {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    background: transparent;
    font-size: 1.2rem;
    cursor: pointer;
}

@keyframes fadeIn-b-yiki2mcv56 {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* --- Contact Info (Card & Modal) --- */
.contact-info[b-yiki2mcv56],
.modal-contact[b-yiki2mcv56] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 12px;
}

    .contact-info div[b-yiki2mcv56],
    .modal-contact div[b-yiki2mcv56] {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        color: var(--secondary-text-color);
        font-size: 0.95rem;
    }

    .contact-info .material-icons[b-yiki2mcv56],
    .modal-contact .material-icons[b-yiki2mcv56] {
        font-size: 18px;
        color: var(--primary-color);
    }

    .contact-info a[b-yiki2mcv56],
    .modal-contact a[b-yiki2mcv56] {
        text-decoration: none;
        color: inherit;
        font-size: 0.95rem;
    }

        .contact-info a:hover[b-yiki2mcv56],
        .modal-contact a:hover[b-yiki2mcv56] {
            color: var(--primary-color);
        }

.contact-icons[b-yiki2mcv56] {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 12px;
}

    .contact-icons a[b-yiki2mcv56] {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        border-radius: 50%;
        background: #f0f4f9;
        color: #0c4da2; /* Cambiado a #0c4da2 */
        text-decoration: none;
        transition: all 0.3s ease;
        box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }

        .contact-icons a:hover[b-yiki2mcv56] {
            background: #0c4da2; /* Cambiado a #0c4da2 */
            color: #fff;
            transform: scale(1.1);
        }

    .contact-icons .material-icons[b-yiki2mcv56] {
        font-size: 22px;
    }

.modal-contact[b-yiki2mcv56] {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
}

    .modal-contact .contact-item[b-yiki2mcv56] {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        font-size: 1rem;
    }

    .modal-contact .material-icons[b-yiki2mcv56] {
        font-size: 20px;
        color: #0c4da2; /* Cambiado a #0c4da2 */
    }

.btn-cita[b-yiki2mcv56] {
    background: #0c4da2; /* Cambiado a #0c4da2 */
    color: #fff;
    padding: 0.7rem 1.5rem;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1rem;
    margin-top: 1rem;
    transition: background 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

    .btn-cita:hover[b-yiki2mcv56] {
        background: #093b80; /* Tono más oscuro de #0c4da2 */
    }

    .btn-cita .material-icons[b-yiki2mcv56] {
        font-size: 20px;
    }

.appointment-iframe[b-yiki2mcv56] {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    margin-top: 1rem;
}

.btn-submit[b-yiki2mcv56] {
    background: #28a745;
    color: #fff;
    padding: 0.8rem;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1rem;
    transition: background 0.3s;
}

    .btn-submit:hover[b-yiki2mcv56] {
        background: #218838;
    }

.description[b-yiki2mcv56] {
    padding: 1rem;
    margin: 1rem;
    word-wrap: break-word;
    text-align: justify;
}

.alto-booking[b-yiki2mcv56] {
    height: 400px;
}

/* --- Finable Team Section --- */
.finable-team[b-yiki2mcv56] {
    padding: 5rem 2rem;
    background-color: #f8f8f8;
    font-family: Arial, sans-serif;
}

.finable-team-content[b-yiki2mcv56] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    gap: 2rem;
}

.finable-team-text[b-yiki2mcv56] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

    .finable-team-text h2[b-yiki2mcv56] {
        font-size: 2.5rem;
        font-weight: 700;
        color: #1a2a53;
        margin: 0;
    }

    .finable-team-text h3[b-yiki2mcv56] {
        font-size: 2.5rem;
        font-weight: 700;
        color: #1a2a53;
        margin: 0;
    }

.finable-team-content p[b-yiki2mcv56] {
    flex: 1;
    font-size: 1rem;
    color: #6a6a6a;
    line-height: 1.6;
}

/* --- Estados de carga y vacío --- */
.loading-container[b-yiki2mcv56],
.no-agents[b-yiki2mcv56] {
    text-align: center;
    padding: 2rem;
    color: var(--secondary-text-color);
}

/* --- Paginación --- */
.pagination[b-yiki2mcv56] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
    padding: 1rem;
}

.pagination-btn[b-yiki2mcv56] {
    padding: 0.5rem 1rem;
    border: 1px solid var(--primary-color);
    background: white;
    color: var(--primary-color);
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .pagination-btn:hover:not(:disabled)[b-yiki2mcv56] {
        background: var(--primary-color);
        color: white;
    }

    .pagination-btn:disabled[b-yiki2mcv56] {
        opacity: 0.5;
        cursor: not-allowed;
    }

.pagination-info[b-yiki2mcv56] {
    color: var(--secondary-text-color);
    font-weight: 500;
}

/* --- Estilos para cuando no hay link de booking --- */
.no-booking-link[b-yiki2mcv56] {
    text-align: center;
    padding: 2rem;
    color: var(--secondary-text-color);
}

.contact-alternatives[b-yiki2mcv56] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
}

.contact-link[b-yiki2mcv56] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--primary-color);
    text-decoration: none;
    justify-content: center;
}

    .contact-link:hover[b-yiki2mcv56] {
        text-decoration: underline;
    }

/* Media Query para pantallas más pequeñas */
@media (max-width: 768px) {
    .finable-team-content[b-yiki2mcv56] {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

        .finable-team-content p[b-yiki2mcv56] {
            text-align: left;
        }

    .finable-team-text[b-yiki2mcv56] {
        align-items: center;
    }

        .finable-team-text h2[b-yiki2mcv56],
        .finable-team-text h3[b-yiki2mcv56] {
            font-size: 2rem;
        }

    .team-grid[b-yiki2mcv56] {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 15px;
    }

    .member-photo[b-yiki2mcv56] {
        width: 150px;
        height: 150px;
    }

    .modal-content[b-yiki2mcv56] {
        padding: 1.5rem;
        margin: 1rem;
    }

    .pagination[b-yiki2mcv56] {
        flex-direction: column;
        gap: 0.5rem;
    }
}
/* /Pages/Contact.razor.rz.scp.css */
/* styles.css */

/* --- General Styles --- */
body[b-hupn3si1mw] {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.help-section[b-hupn3si1mw] {
    display: flex;
    justify-content: space-between;
    padding: 60px 100px;
}

.faq-content[b-hupn3si1mw] {
    flex: 1;
    max-width: 45%;
}

.faq-title[b-hupn3si1mw] {
    color: #4a4a4a;
    font-size: 14px;
    margin-bottom: 5px;
}

.faq-subtitle[b-hupn3si1mw] {
    font-size: 36px;
    margin: 0;
}

.faq-text[b-hupn3si1mw] {
    font-size: 16px;
    color: #757575;
    margin-bottom: 3rem;
}

.contact-btn[b-hupn3si1mw] {
    background-color: #0c4da2; /* Cambiado a #0c4da2 */
    color: white;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 14px;
    transition: background-color 0.5s ease;
}

    .contact-btn:hover[b-hupn3si1mw] {
        background-color: #093b80; /* Tono más oscuro de #0c4da2 */
    }

/* --- FAQ List and Items --- */
.faq-list[b-hupn3si1mw] {
    flex: 1;
    max-width: 50%;
}

.faq-item[b-hupn3si1mw] {
    border-bottom: 1px solid #dcdcdc;
    padding: 15px 0;
    position: relative;
    cursor: pointer;
    overflow: hidden; /* Essential for the max-height transition */
    transition: background-color 0.3s ease;
}

    .faq-item:hover[b-hupn3si1mw] {
        background-color: #f9f9f9;
    }

    .faq-item h3[b-hupn3si1mw] {
        margin: 0;
        font-size: 16px;
        font-weight: normal;
        color: #4a4a4a;
        transition: color 0.3s ease;
    }

    .faq-item.active[b-hupn3si1mw] {
        border-top: 1px solid #dcdcdc;
        border-bottom: none;
    }

        .faq-item.active h3[b-hupn3si1mw] {
            color: #0c4da2; /* Cambiado a #0c4da2 */
        }

        /* The paragraph is now an immediate child of faq-answer for better control */
        .faq-item.active .faq-answer p[b-hupn3si1mw] {
            margin-top: 10px;
            font-size: 14px;
            color: #4a4a4a;
            line-height: 1.5;
        }

    /* --- Toggle Icon Animation --- */
    .faq-item[b-hupn3si1mw]::before {
        content: '+';
        position: absolute;
        right: 0;
        top: 15px;
        color: #0c4da2; /* Cambiado a #0c4da2 */
        font-size: 20px;
        transition: transform 0.3s ease-in-out;
    }

    .faq-item.active[b-hupn3si1mw]::before {
        content: '-';
        transform: rotate(180deg); /* Use rotate for a smoother transition than 'content' change */
    }

/* --- Answer Content Animation --- */
.faq-answer[b-hupn3si1mw] {
    max-height: 0; /* Starts collapsed */
    opacity: 0;
    transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.faq-item.active .faq-answer[b-hupn3si1mw] {
    max-height: 500px; /* Expands to show content (adjust as needed) */
    opacity: 1;
}

/* --- Responsive Adjustments --- */
@media (max-width: 768px) {
    .help-section[b-hupn3si1mw] {
        flex-direction: column;
        padding: 40px;
    }

    .faq-content[b-hupn3si1mw] {
        max-width: 100%;
        margin-bottom: 40px;
    }

    .faq-list[b-hupn3si1mw] {
        max-width: 100%;
    }
}
/* /Pages/DashBoard.razor.rz.scp.css */
/* /Pages/DashBoardAgents.razor.rz.scp.css */
/* Contenedor principal */
.employee-list-container[b-p0xsb9fxrv] {
    padding: 24px;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
    color: #1f2937;
}

.header[b-p0xsb9fxrv] {
    display: flex;
    align-items: center;
    justify-content: space-between; /* separa título a la izquierda y botón a la derecha */
    margin-bottom: 24px;
}

    .header h2[b-p0xsb9fxrv] {
        font-size: 1.75rem;
        font-weight: 600;
        color: #111827;
        margin: 0; /* quita el margin-bottom porque ya lo maneja el header */
    }


.header[b-p0xsb9fxrv] {
    display: flex;
    align-items: center;
    justify-content: space-between; /* título a la izquierda, acciones a la derecha */
    margin-bottom: 24px;
}

/* agrupa search + botón en una fila */
.header-actions[b-p0xsb9fxrv] {
    display: flex;
    align-items: center;
    gap: 12px; /* espacio entre buscador y botón */
}



/* Alertas de error y éxito */
.alert[b-p0xsb9fxrv] {
    padding: 16px 20px;
    border-radius: 12px;
    margin-bottom: 20px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
}

    .alert.error[b-p0xsb9fxrv] {
        background: #fee2e2;
        color: #991b1b;
    }

    .alert.success[b-p0xsb9fxrv] {
        background: #dcfce7;
        color: #166534;
    }

.close-btn[b-p0xsb9fxrv] {
    position: absolute;
    top: 8px;
    right: 12px;
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    color: inherit;
}

/* Controles de acciones */
.controls[b-p0xsb9fxrv], .filters[b-p0xsb9fxrv] {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
}

.search-input[b-p0xsb9fxrv],
.status-filter[b-p0xsb9fxrv] {
    padding: 10px 14px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    font-size: 14px;
    background: #f9fafb;
    transition: all 0.2s ease;
}

    .search-input:focus[b-p0xsb9fxrv],
    .status-filter:focus[b-p0xsb9fxrv] {
        outline: none;
        border-color: #0c4da2;
        background: #fff;
        box-shadow: 0 0 0 2px rgba(12, 77, 162, 0.2);
    }

/* Grid de empleados tipo cards */
.employee-grid[b-p0xsb9fxrv] {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: flex-start;
}

/* Card individual */
.employee-card[b-p0xsb9fxrv] {
    flex: 0 0 360px;
    border-radius: 16px;
    padding: 20px;
    background: white;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .employee-card:hover[b-p0xsb9fxrv] {
        transform: translateY(-3px);
        box-shadow: 0 6px 16px rgba(0,0,0,0.1);
    }

/* Información del empleado */
.employee-info h3[b-p0xsb9fxrv] {
    margin: 0 0 8px 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #111827;
}

.employee-info p[b-p0xsb9fxrv] {
    margin: 6px 0;
    font-size: 14px;
    color: #4b5563;
}

.badge[b-p0xsb9fxrv] {
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    text-transform: capitalize;
    margin-right: 6px;
}

    .badge.active[b-p0xsb9fxrv] {
        background: #dcfce7;
        color: #166534;
    }

    .badge.inactive[b-p0xsb9fxrv] {
        background: #fee2e2;
        color: #991b1b;
    }

/* Acciones dentro de la card */
.employee-actions[b-p0xsb9fxrv] {
    display: flex;
    gap: 10px;
    margin-top: 16px;
}

.btn[b-p0xsb9fxrv] {
    padding: 10px 16px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: background 0.2s ease, transform 0.1s ease;
}

    .btn.primary[b-p0xsb9fxrv] {
        background: #0c4da2;
        color: white;
    }

        .btn.primary:hover[b-p0xsb9fxrv] {
            background: #0a3d82;
            transform: scale(1.03);
            box-shadow: 0 4px 12px rgba(12, 77, 162, 0.3);
        }

    .btn.secondary[b-p0xsb9fxrv] {
        background: #6b7280;
        color: white;
    }

        .btn.secondary:hover[b-p0xsb9fxrv] {
            background: #4b5563;
            transform: scale(1.03);
        }

    .btn.outline[b-p0xsb9fxrv] {
        background: none;
        border: 1px solid #6b7280;
        color: #6b7280;
    }

        .btn.outline.primary[b-p0xsb9fxrv] {
            border-color: #0c4da2;
            color: #0c4da2;
        }

            .btn.outline.primary:hover[b-p0xsb9fxrv] {
                background: #0c4da2;
                color: white;
                transform: scale(1.03);
                box-shadow: 0 2px 8px rgba(12, 77, 162, 0.2);
            }

        .btn.outline.edit[b-p0xsb9fxrv] {
            border-color: #0c4da2;
            color: #0c4da2;
        }

            .btn.outline.edit:hover[b-p0xsb9fxrv] {
                background: #0c4da2;
                color: white;
                transform: scale(1.03);
            }

        .btn.outline.delete[b-p0xsb9fxrv] {
            border-color: #ef4444;
            color: #ef4444;
        }

            .btn.outline.delete:hover[b-p0xsb9fxrv] {
                background: #ef4444;
                color: white;
                transform: scale(1.03);
            }

        .btn.outline.success[b-p0xsb9fxrv] {
            border-color: #08b50b;
            color: #08b50b;
        }

            .btn.outline.success:hover[b-p0xsb9fxrv] {
                background: #08b50b;
                color: white;
                transform: scale(1.03);
            }

/* Empty state */
.empty-state[b-p0xsb9fxrv] {
    text-align: center;
    padding: 40px;
    color: #9ca3af;
    font-size: 15px;
}

/* Tabla de agentes */
.table[b-p0xsb9fxrv] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 0px;
}

    .table th[b-p0xsb9fxrv] {
        text-align: left;
        font-size: 14px;
        font-weight: 600;
        color: #374151;
        padding: 12px 16px;
        background: #f8faff; /* Fondo azul muy suave para el header */
    }

        .table th:first-child[b-p0xsb9fxrv] {
            border-top-left-radius: 0.5rem;
        }

        .table th:last-child[b-p0xsb9fxrv] {
            border-top-right-radius: 0.5rem;
        }

    .table td[b-p0xsb9fxrv] {
        padding: 8px 12px;
        font-size: 14px;
        color: #4b5563;
        background: #fff;
        border-top: 1px solid #f3f4f6;
    }

    .table tr[b-p0xsb9fxrv] {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    }

        .table tr:hover[b-p0xsb9fxrv] {
            background: #f8faff; /* Fondo azul muy suave al hover */
        }

/* Empty state */
.empty-state[b-p0xsb9fxrv] {
    border-radius: 12px; /* suaviza el cuadro */
    background: #f3f4f6;
    padding: 30px;
}

/* Estilos adicionales */
.bottom-space[b-p0xsb9fxrv] {
    margin-bottom: 2rem;
}

/* Avatar redondo */
.avatar[b-p0xsb9fxrv] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e5e7eb; /* gris claro de fondo */
    font-size: 14px;
    font-weight: 600;
    color: #374151;
}

    .avatar img[b-p0xsb9fxrv] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* Placeholder con inicial */
.avatar-placeholder[b-p0xsb9fxrv] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0c4da2; /* Cambiado a tu color azul */
    color: white;
    font-weight: bold;
}

/* Estados focus para accesibilidad */
.btn.primary:focus[b-p0xsb9fxrv],
.btn.outline.primary:focus[b-p0xsb9fxrv],
.btn.outline.edit:focus[b-p0xsb9fxrv],
.search-input:focus[b-p0xsb9fxrv],
.status-filter:focus[b-p0xsb9fxrv] {
    outline: 2px solid #0c4da2;
    outline-offset: 2px;
    box-shadow: 0 0 0 3px rgba(12, 77, 162, 0.2);
}
/* /Pages/DashBoardAssociate.razor.rz.scp.css */
/* Contenedor principal */
.employee-list-container[b-m6lzoy50n7] {
    padding: 24px;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
    color: #1f2937;
}

.header[b-m6lzoy50n7] {
    display: flex;
    align-items: center;
    justify-content: space-between; /* separa título a la izquierda y botón a la derecha */
    margin-bottom: 24px;
}

    .header h2[b-m6lzoy50n7] {
        font-size: 1.75rem;
        font-weight: 600;
        color: #111827;
        margin: 0; /* quita el margin-bottom porque ya lo maneja el header */
    }


.header[b-m6lzoy50n7] {
    display: flex;
    align-items: center;
    justify-content: space-between; /* título a la izquierda, acciones a la derecha */
    margin-bottom: 24px;
}

/* agrupa search + botón en una fila */
.header-actions[b-m6lzoy50n7] {
    display: flex;
    align-items: center;
    gap: 12px; /* espacio entre buscador y botón */
}



/* Alertas de error y éxito */
.alert[b-m6lzoy50n7] {
    padding: 16px 20px;
    border-radius: 12px;
    margin-bottom: 20px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
}

    .alert.error[b-m6lzoy50n7] {
        background: #fee2e2;
        color: #991b1b;
    }

    .alert.success[b-m6lzoy50n7] {
        background: #dcfce7;
        color: #166534;
    }

.close-btn[b-m6lzoy50n7] {
    position: absolute;
    top: 8px;
    right: 12px;
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    color: inherit;
}

/* Controles de acciones */
.controls[b-m6lzoy50n7], .filters[b-m6lzoy50n7] {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
}

.search-input[b-m6lzoy50n7],
.status-filter[b-m6lzoy50n7] {
    padding: 10px 14px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    font-size: 14px;
    background: #f9fafb;
    transition: all 0.2s ease;
}

    .search-input:focus[b-m6lzoy50n7],
    .status-filter:focus[b-m6lzoy50n7] {
        outline: none;
        border-color: #0c4da2;
        background: #fff;
        box-shadow: 0 0 0 2px rgba(12, 77, 162, 0.2);
    }

/* Grid de empleados tipo cards */
.employee-grid[b-m6lzoy50n7] {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: flex-start;
}

/* Card individual */
.employee-card[b-m6lzoy50n7] {
    flex: 0 0 360px;
    border-radius: 16px;
    padding: 20px;
    background: white;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .employee-card:hover[b-m6lzoy50n7] {
        transform: translateY(-3px);
        box-shadow: 0 6px 16px rgba(0,0,0,0.1);
    }

/* Información del empleado */
.employee-info h3[b-m6lzoy50n7] {
    margin: 0 0 8px 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #111827;
}

.employee-info p[b-m6lzoy50n7] {
    margin: 6px 0;
    font-size: 14px;
    color: #4b5563;
}

.badge[b-m6lzoy50n7] {
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    text-transform: capitalize;
    margin-right: 6px;
}

    .badge.active[b-m6lzoy50n7] {
        background: #dcfce7;
        color: #166534;
    }

    .badge.inactive[b-m6lzoy50n7] {
        background: #fee2e2;
        color: #991b1b;
    }

/* Acciones dentro de la card */
.employee-actions[b-m6lzoy50n7] {
    display: flex;
    gap: 10px;
    margin-top: 16px;
}

.btn[b-m6lzoy50n7] {
    padding: 10px 16px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: background 0.2s ease, transform 0.1s ease;
}

    .btn.primary[b-m6lzoy50n7] {
        background: #0c4da2;
        color: white;
    }

        .btn.primary:hover[b-m6lzoy50n7] {
            background: #0a3d82;
            transform: scale(1.03);
            box-shadow: 0 4px 12px rgba(12, 77, 162, 0.3);
        }

    .btn.secondary[b-m6lzoy50n7] {
        background: #6b7280;
        color: white;
    }

        .btn.secondary:hover[b-m6lzoy50n7] {
            background: #4b5563;
            transform: scale(1.03);
        }

    .btn.outline[b-m6lzoy50n7] {
        background: none;
        border: 1px solid #6b7280;
        color: #6b7280;
    }

        .btn.outline.primary[b-m6lzoy50n7] {
            border-color: #0c4da2;
            color: #0c4da2;
        }

            .btn.outline.primary:hover[b-m6lzoy50n7] {
                background: #0c4da2;
                color: white;
                transform: scale(1.03);
                box-shadow: 0 2px 8px rgba(12, 77, 162, 0.2);
            }

        .btn.outline.edit[b-m6lzoy50n7] {
            border-color: #0c4da2;
            color: #0c4da2;
        }

            .btn.outline.edit:hover[b-m6lzoy50n7] {
                background: #0c4da2;
                color: white;
                transform: scale(1.03);
            }

        .btn.outline.delete[b-m6lzoy50n7] {
            border-color: #ef4444;
            color: #ef4444;
        }

            .btn.outline.delete:hover[b-m6lzoy50n7] {
                background: #ef4444;
                color: white;
                transform: scale(1.03);
            }

        .btn.outline.success[b-m6lzoy50n7] {
            border-color: #08b50b;
            color: #08b50b;
        }

            .btn.outline.success:hover[b-m6lzoy50n7] {
                background: #08b50b;
                color: white;
                transform: scale(1.03);
            }

/* Empty state */
.empty-state[b-m6lzoy50n7] {
    text-align: center;
    padding: 40px;
    color: #9ca3af;
    font-size: 15px;
}

/* Tabla de agentes */
.table[b-m6lzoy50n7] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 0px;
}

    .table th[b-m6lzoy50n7] {
        text-align: left;
        font-size: 14px;
        font-weight: 600;
        color: #374151;
        padding: 12px 16px;
        background: #f8faff; /* Fondo azul muy suave para el header */
    }

        .table th:first-child[b-m6lzoy50n7] {
            border-top-left-radius: 0.5rem;
        }

        .table th:last-child[b-m6lzoy50n7] {
            border-top-right-radius: 0.5rem;
        }

    .table td[b-m6lzoy50n7] {
        padding: 8px 12px;
        font-size: 14px;
        color: #4b5563;
        background: #fff;
        border-top: 1px solid #f3f4f6;
    }

    .table tr[b-m6lzoy50n7] {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    }

        .table tr:hover[b-m6lzoy50n7] {
            background: #f8faff; /* Fondo azul muy suave al hover */
        }

/* Empty state */
.empty-state[b-m6lzoy50n7] {
    border-radius: 12px; /* suaviza el cuadro */
    background: #f3f4f6;
    padding: 30px;
}

/** estilos adicionales */
.bottom-space[b-m6lzoy50n7] {
    margin-bottom: 2rem;
}

/* Avatar redondo */
.avatar[b-m6lzoy50n7] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e5e7eb; /* gris claro de fondo */
    font-size: 14px;
    font-weight: 600;
    color: #374151;
}

    .avatar img[b-m6lzoy50n7] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* Placeholder con inicial */
.avatar-placeholder[b-m6lzoy50n7] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0c4da2; /* Cambiado a tu color azul */
    color: white;
    font-weight: bold;
}

/* Estados focus para accesibilidad */
.btn.primary:focus[b-m6lzoy50n7],
.btn.outline.primary:focus[b-m6lzoy50n7],
.btn.outline.edit:focus[b-m6lzoy50n7],
.search-input:focus[b-m6lzoy50n7],
.status-filter:focus[b-m6lzoy50n7] {
    outline: 2px solid #0c4da2;
    outline-offset: 2px;
    box-shadow: 0 0 0 3px rgba(12, 77, 162, 0.2);
}
/* /Pages/DashBoardLinkUserRequest.razor.rz.scp.css */
.link-user-container[b-qhdy86s28l] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.header[b-qhdy86s28l] {
    text-align: center;
    margin-bottom: 30px;
}

.subtitle[b-qhdy86s28l] {
    color: #666;
    font-size: 16px;
}

.form-section[b-qhdy86s28l] {
    background: white;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

    .form-section h3[b-qhdy86s28l] {
        margin-bottom: 15px;
        color: #333;
        border-bottom: 2px solid #0c4da2; /* Cambiado a tu color */
        padding-bottom: 8px;
    }

.form-group[b-qhdy86s28l] {
    margin-bottom: 15px;
}

.form-control[b-qhdy86s28l] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    transition: all 0.3s ease;
}

    .form-control:focus[b-qhdy86s28l] {
        outline: none;
        border-color: #0c4da2;
        box-shadow: 0 0 0 2px rgba(12, 77, 162, 0.1);
    }

.users-grid[b-qhdy86s28l], .entities-grid[b-qhdy86s28l] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 15px;
    margin-top: 15px;
}

.user-card[b-qhdy86s28l], .entity-card[b-qhdy86s28l] {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .user-card:hover[b-qhdy86s28l], .entity-card:hover[b-qhdy86s28l] {
        border-color: #0c4da2; /* Cambiado a tu color */
        background-color: #f8faff; /* Fondo azul muy suave */
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(12, 77, 162, 0.1);
    }

    .user-card.selected[b-qhdy86s28l], .entity-card.selected[b-qhdy86s28l] {
        border-color: #0c4da2; /* Cambiado a tu color */
        background-color: #f0f7ff; /* Fondo azul más intenso */
        box-shadow: 0 0 0 2px rgba(12, 77, 162, 0.2);
    }

.user-info[b-qhdy86s28l], .entity-info[b-qhdy86s28l] {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.user-roles[b-qhdy86s28l] {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.role-badge[b-qhdy86s28l] {
    background: #0c4da2; /* Cambiado a tu color */
    color: white;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 0.7rem;
    font-weight: 500;
}

.role-more[b-qhdy86s28l] {
    background: #6c757d;
    color: white;
    padding: 2px 6px;
    border-radius: 10px;
    font-size: 0.6rem;
}

.user-status[b-qhdy86s28l], .entity-type[b-qhdy86s28l] {
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 0.7rem;
    align-self: flex-start;
    font-weight: 500;
}

    .user-status.active[b-qhdy86s28l] {
        background: #dcfce7;
        color: #166534;
    }

    .user-status.inactive[b-qhdy86s28l] {
        background: #fee2e2;
        color: #991b1b;
    }

.entity-type[b-qhdy86s28l] {
    background: #e6f0ff; /* Fondo azul suave */
    color: #0c4da2; /* Texto azul */
    border: 1px solid #0c4da2; /* Borde azul */
}

.entity-type-grid[b-qhdy86s28l] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
}

.entity-type-card[b-qhdy86s28l] {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 20px;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s ease;
}

    .entity-type-card:hover[b-qhdy86s28l] {
        border-color: #0c4da2; /* Cambiado a tu color */
        background-color: #f8faff; /* Fondo azul muy suave */
        transform: translateY(-2px);
    }

    .entity-type-card.selected[b-qhdy86s28l] {
        border-color: #0c4da2; /* Cambiado a tu color */
        background-color: #f0f7ff; /* Fondo azul más intenso */
        box-shadow: 0 0 0 2px rgba(12, 77, 162, 0.2);
    }

    .entity-type-card input[b-qhdy86s28l] {
        display: none;
    }

.entity-content[b-qhdy86s28l] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.summary-section[b-qhdy86s28l] {
    background: #e8f5e8;
    border: 2px solid #28a745;
    border-radius: 8px;
}

.summary-card[b-qhdy86s28l] {
    padding: 20px;
    background: white;
    border-radius: 8px;
}

.summary-item[b-qhdy86s28l] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 4px;
    transition: all 0.3s ease;
}

    .summary-item:hover[b-qhdy86s28l] {
        background: #f0f7ff; /* Fondo azul al hover */
    }

.summary-actions[b-qhdy86s28l] {
    text-align: center;
    margin-top: 20px;
}

.loading-state[b-qhdy86s28l] {
    text-align: center;
    padding: 40px;
}

.loading-spinner[b-qhdy86s28l] {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #0c4da2; /* Cambiado a tu color */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin-b-qhdy86s28l 1s linear infinite;
    margin: 0 auto 15px;
}

@keyframes spin-b-qhdy86s28l {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.empty-state[b-qhdy86s28l] {
    text-align: center;
    padding: 40px;
    color: #666;
}

.message[b-qhdy86s28l] {
    padding: 15px;
    border-radius: 8px;
    margin: 20px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .message.success[b-qhdy86s28l] {
        background: #d4edda;
        color: #155724;
        border: 1px solid #c3e6cb;
    }

    .message.error[b-qhdy86s28l] {
        background: #f8d7da;
        color: #721c24;
        border: 1px solid #f5c6cb;
    }

.spinning[b-qhdy86s28l] {
    animation: spin-b-qhdy86s28l 1s linear infinite;
}

.btn[b-qhdy86s28l] {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

    .btn.primary[b-qhdy86s28l] {
        background: #0c4da2; /* Cambiado a tu color */
        color: white;
    }

        .btn.primary:hover:not(:disabled)[b-qhdy86s28l] {
            background: #0a3d82; /* Variante más oscura */
            transform: translateY(-1px);
            box-shadow: 0 4px 8px rgba(12, 77, 162, 0.3);
        }

    .btn:disabled[b-qhdy86s28l] {
        opacity: 0.6;
        cursor: not-allowed;
    }

    .btn:focus[b-qhdy86s28l] {
        outline: 2px solid #0c4da2;
        outline-offset: 2px;
        box-shadow: 0 0 0 3px rgba(12, 77, 162, 0.2);
    }

/* Estados de selección mejorados */
.user-card.selected .user-name[b-qhdy86s28l],
.entity-card.selected .entity-name[b-qhdy86s28l] {
    color: #0c4da2;
    font-weight: 600;
}

.entity-type-card.selected .entity-content[b-qhdy86s28l] {
    color: #0c4da2;
}

/* Efectos de transición suaves */
.user-card[b-qhdy86s28l], .entity-card[b-qhdy86s28l], .entity-type-card[b-qhdy86s28l], .btn[b-qhdy86s28l] {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Mejoras visuales adicionales */
.form-section[b-qhdy86s28l] {
    border: 1px solid #e9ecef;
}

.header h2[b-qhdy86s28l] {
    color: #0c4da2; /* Color del título principal */
    margin-bottom: 8px;
}
/* /Pages/DashBoardOwner.razor.rz.scp.css */
/* Contenedor principal */
.employee-list-container[b-8arvqatw15] {
    padding: 24px;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
    color: #1f2937;
}

.header[b-8arvqatw15] {
    display: flex;
    align-items: center;
    justify-content: space-between; /* separa título a la izquierda y botón a la derecha */
    margin-bottom: 24px;
}

    .header h2[b-8arvqatw15] {
        font-size: 1.75rem;
        font-weight: 600;
        color: #111827;
        margin: 0; /* quita el margin-bottom porque ya lo maneja el header */
    }


.header[b-8arvqatw15] {
    display: flex;
    align-items: center;
    justify-content: space-between; /* título a la izquierda, acciones a la derecha */
    margin-bottom: 24px;
}

/* agrupa search + botón en una fila */
.header-actions[b-8arvqatw15] {
    display: flex;
    align-items: center;
    gap: 12px; /* espacio entre buscador y botón */
}



/* Alertas de error y éxito */
.alert[b-8arvqatw15] {
    padding: 16px 20px;
    border-radius: 12px;
    margin-bottom: 20px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
}

    .alert.error[b-8arvqatw15] {
        background: #fee2e2;
        color: #991b1b;
    }

    .alert.success[b-8arvqatw15] {
        background: #dcfce7;
        color: #166534;
    }

.close-btn[b-8arvqatw15] {
    position: absolute;
    top: 8px;
    right: 12px;
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    color: inherit;
}

/* Controles de acciones */
.controls[b-8arvqatw15], .filters[b-8arvqatw15] {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
}

.search-input[b-8arvqatw15],
.status-filter[b-8arvqatw15] {
    padding: 10px 14px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    font-size: 14px;
    background: #f9fafb;
    transition: all 0.2s ease;
}

    .search-input:focus[b-8arvqatw15],
    .status-filter:focus[b-8arvqatw15] {
        outline: none;
        border-color: #0c4da2;
        background: #fff;
        box-shadow: 0 0 0 2px rgba(12, 77, 162, 0.2);
    }

/* Grid de empleados tipo cards */
.employee-grid[b-8arvqatw15] {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: flex-start;
}

/* Card individual */
.employee-card[b-8arvqatw15] {
    flex: 0 0 360px;
    border-radius: 16px;
    padding: 20px;
    background: white;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .employee-card:hover[b-8arvqatw15] {
        transform: translateY(-3px);
        box-shadow: 0 6px 16px rgba(0,0,0,0.1);
    }

/* Información del empleado */
.employee-info h3[b-8arvqatw15] {
    margin: 0 0 8px 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #111827;
}

.employee-info p[b-8arvqatw15] {
    margin: 6px 0;
    font-size: 14px;
    color: #4b5563;
}

.badge[b-8arvqatw15] {
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    text-transform: capitalize;
    margin-right: 6px;
}

    .badge.active[b-8arvqatw15] {
        background: #dcfce7;
        color: #166534;
    }

    .badge.inactive[b-8arvqatw15] {
        background: #fee2e2;
        color: #991b1b;
    }

/* Acciones dentro de la card */
.employee-actions[b-8arvqatw15] {
    display: flex;
    gap: 10px;
    margin-top: 16px;
}

.btn[b-8arvqatw15] {
    padding: 10px 16px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: background 0.2s ease, transform 0.1s ease;
}

    .btn.primary[b-8arvqatw15] {
        background: #0c4da2;
        color: white;
    }

        .btn.primary:hover[b-8arvqatw15] {
            background: #0a3d82;
            transform: scale(1.03);
            box-shadow: 0 4px 12px rgba(12, 77, 162, 0.3);
        }

    .btn.secondary[b-8arvqatw15] {
        background: #6b7280;
        color: white;
    }

        .btn.secondary:hover[b-8arvqatw15] {
            background: #4b5563;
            transform: scale(1.03);
        }

    .btn.outline[b-8arvqatw15] {
        background: none;
        border: 1px solid #6b7280;
        color: #6b7280;
    }

        .btn.outline.primary[b-8arvqatw15] {
            border-color: #0c4da2;
            color: #0c4da2;
        }

            .btn.outline.primary:hover[b-8arvqatw15] {
                background: #0c4da2;
                color: white;
                transform: scale(1.03);
                box-shadow: 0 2px 8px rgba(12, 77, 162, 0.2);
            }

        .btn.outline.edit[b-8arvqatw15] {
            border-color: #0c4da2;
            color: #0c4da2;
        }

            .btn.outline.edit:hover[b-8arvqatw15] {
                background: #0c4da2;
                color: white;
                transform: scale(1.03);
            }

        .btn.outline.delete[b-8arvqatw15] {
            border-color: #ef4444;
            color: #ef4444;
        }

            .btn.outline.delete:hover[b-8arvqatw15] {
                background: #ef4444;
                color: white;
                transform: scale(1.03);
            }

        .btn.outline.success[b-8arvqatw15] {
            border-color: #08b50b;
            color: #08b50b;
        }

            .btn.outline.success:hover[b-8arvqatw15] {
                background: #08b50b;
                color: white;
                transform: scale(1.03);
            }

/* Empty state */
.empty-state[b-8arvqatw15] {
    text-align: center;
    padding: 40px;
    color: #9ca3af;
    font-size: 15px;
}

/* Tabla de agentes */
.table[b-8arvqatw15] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 0px;
}

    .table th[b-8arvqatw15] {
        text-align: left;
        font-size: 14px;
        font-weight: 600;
        color: #374151;
        padding: 12px 16px;
        background: #f8faff; /* Fondo azul muy suave para el header */
    }

        .table th:first-child[b-8arvqatw15] {
            border-top-left-radius: 0.5rem;
        }

        .table th:last-child[b-8arvqatw15] {
            border-top-right-radius: 0.5rem;
        }

    .table td[b-8arvqatw15] {
        padding: 8px 12px;
        font-size: 14px;
        color: #4b5563;
        background: #fff;
        border-top: 1px solid #f3f4f6;
    }

    .table tr[b-8arvqatw15] {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    }

        .table tr:hover[b-8arvqatw15] {
            background: #f8faff; /* Fondo azul muy suave al hover */
        }

/* Empty state */
.empty-state[b-8arvqatw15] {
    border-radius: 12px; /* suaviza el cuadro */
    background: #f3f4f6;
    padding: 30px;
}

/** estilos adicionales */
.bottom-space[b-8arvqatw15] {
    margin-bottom: 2rem;
}

/* Avatar redondo */
.avatar[b-8arvqatw15] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e5e7eb; /* gris claro de fondo */
    font-size: 14px;
    font-weight: 600;
    color: #374151;
}

    .avatar img[b-8arvqatw15] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* Placeholder con inicial */
.avatar-placeholder[b-8arvqatw15] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0c4da2; /* Cambiado a tu color azul */
    color: white;
    font-weight: bold;
}

/* Paginación */
.pagination-wrapper[b-8arvqatw15] {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
    /* Posición flotante al final */
    position: fixed; /* o absolute si solo quieres al final del contenido */
    bottom: 20px; /* distancia desde abajo */
    left: 50%; /* centrado horizontal */
    transform: translateX(-50%);
    z-index: 1000; /* para que esté sobre otros elementos */

    padding: 10px 20px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.95); /* Fondo semitransparente */
    backdrop-filter: blur(10px); /* Efecto glass */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(12, 77, 162, 0.1);
}

.pagination-btn[b-8arvqatw15] {
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    position: relative;
    outline: none;
    transition: all 0.3s ease;
}

    .pagination-btn[b-8arvqatw15]::before {
        content: "";
        position: absolute;
        inset: 6px;
        border-radius: 50%;
        border: 3px solid #0a3d82; /* azul oscuro de tu paleta */
        transition: all 0.4s ease;
    }

    .pagination-btn[b-8arvqatw15]::after {
        content: "";
        position: absolute;
        inset: 6px;
        border-radius: 50%;
        border: 3px solid #0c4da2; /* tu color azul principal */
        transform: scale(1.3);
        opacity: 0;
        transition: all 0.4s ease;
    }

    .pagination-btn:hover[b-8arvqatw15]::before {
        opacity: 0;
        transform: scale(0.7);
    }

    .pagination-btn:hover[b-8arvqatw15]::after {
        opacity: 1;
        transform: scale(1);
    }

    .pagination-btn:hover[b-8arvqatw15] {
        transform: translateY(-2px);
    }

.arrow-icon[b-8arvqatw15] {
    width: 28px;
    height: 28px;
    fill: #0c4da2; /* Tu color azul principal */
    transition: transform 0.3s ease, fill 0.3s ease;
}

.pagination-btn:hover .arrow-icon[b-8arvqatw15] {
    transform: scale(1.2);
    fill: #0a3d82; /* Color más oscuro al hover */
}

/* Estados focus para accesibilidad */
.btn.primary:focus[b-8arvqatw15],
.btn.outline.primary:focus[b-8arvqatw15],
.btn.outline.edit:focus[b-8arvqatw15],
.search-input:focus[b-8arvqatw15],
.status-filter:focus[b-8arvqatw15],
.pagination-btn:focus[b-8arvqatw15] {
    outline: 2px solid #0c4da2;
    outline-offset: 2px;
    box-shadow: 0 0 0 3px rgba(12, 77, 162, 0.2);
}

/* Indicador de página actual (opcional) */
.pagination-info[b-8arvqatw15] {
    font-size: 14px;
    color: #0c4da2;
    font-weight: 600;
    padding: 0 16px;
}
/* /Pages/DashBoardPermission.razor.rz.scp.css */
/* Contenedor principal */
.employee-list-container[b-yu8rqax1tm] {
    padding: 24px;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
    color: #1f2937;
}

.header[b-yu8rqax1tm] {
    display: flex;
    align-items: center;
    justify-content: space-between; /* separa título a la izquierda y botón a la derecha */
    margin-bottom: 24px;
}

    .header h2[b-yu8rqax1tm] {
        font-size: 1.75rem;
        font-weight: 600;
        color: #111827;
        margin: 0; /* quita el margin-bottom porque ya lo maneja el header */
    }

/* agrupa search + botón en una fila */
.header-actions[b-yu8rqax1tm] {
    display: flex;
    align-items: center;
    gap: 12px; /* espacio entre buscador y botón */
}

/* Alertas de error y éxito */
.alert[b-yu8rqax1tm] {
    padding: 16px 20px;
    border-radius: 12px;
    margin-bottom: 20px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
}

    .alert.error[b-yu8rqax1tm] {
        background: #fee2e2;
        color: #991b1b;
    }

    .alert.success[b-yu8rqax1tm] {
        background: #dcfce7;
        color: #166534;
    }

.close-btn[b-yu8rqax1tm] {
    position: absolute;
    top: 8px;
    right: 12px;
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    color: inherit;
}

/* Controles de acciones */
.controls[b-yu8rqax1tm], .filters[b-yu8rqax1tm] {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
}

.search-input[b-yu8rqax1tm],
.status-filter[b-yu8rqax1tm] {
    padding: 10px 14px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    font-size: 14px;
    background: #f9fafb;
    transition: all 0.2s ease;
}

    .search-input:focus[b-yu8rqax1tm],
    .status-filter:focus[b-yu8rqax1tm] {
        outline: none;
        border-color: #0c4da2;
        background: #fff;
        box-shadow: 0 0 0 2px rgba(12, 77, 162, 0.2);
    }

/* Grid de empleados tipo cards */
.employee-grid[b-yu8rqax1tm] {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: flex-start;
}

/* Card individual */
.employee-card[b-yu8rqax1tm] {
    flex: 0 0 360px;
    border-radius: 16px;
    padding: 20px;
    background: white;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .employee-card:hover[b-yu8rqax1tm] {
        transform: translateY(-3px);
        box-shadow: 0 6px 16px rgba(0,0,0,0.1);
    }

/* Información del empleado */
.employee-info h3[b-yu8rqax1tm] {
    margin: 0 0 8px 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #111827;
}

.employee-info p[b-yu8rqax1tm] {
    margin: 6px 0;
    font-size: 14px;
    color: #4b5563;
}

.badge[b-yu8rqax1tm] {
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    text-transform: capitalize;
    margin-right: 6px;
}

    .badge.active[b-yu8rqax1tm] {
        background: #dcfce7;
        color: #166534;
    }

    .badge.inactive[b-yu8rqax1tm] {
        background: #fee2e2;
        color: #991b1b;
    }

/* Acciones dentro de la card */
.employee-actions[b-yu8rqax1tm] {
    display: flex;
    gap: 10px;
    margin-top: 16px;
}

.btn[b-yu8rqax1tm] {
    padding: 10px 16px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: background 0.2s ease, transform 0.1s ease;
}

    .btn.primary[b-yu8rqax1tm] {
        background: #0c4da2;
        color: white;
    }

        .btn.primary:hover[b-yu8rqax1tm] {
            background: #0a3d82;
            transform: scale(1.03);
            box-shadow: 0 4px 12px rgba(12, 77, 162, 0.3);
        }

    .btn.secondary[b-yu8rqax1tm] {
        background: #6b7280;
        color: white;
    }

        .btn.secondary:hover[b-yu8rqax1tm] {
            background: #4b5563;
            transform: scale(1.03);
        }

    .btn.outline[b-yu8rqax1tm] {
        background: none;
        border: 1px solid #6b7280;
        color: #6b7280;
    }

        .btn.outline.primary[b-yu8rqax1tm] {
            border-color: #0c4da2;
            color: #0c4da2;
        }

            .btn.outline.primary:hover[b-yu8rqax1tm] {
                background: #0c4da2;
                color: white;
                transform: scale(1.03);
                box-shadow: 0 2px 8px rgba(12, 77, 162, 0.2);
            }

        .btn.outline.edit[b-yu8rqax1tm] {
            border-color: #0c4da2;
            color: #0c4da2;
        }

            .btn.outline.edit:hover[b-yu8rqax1tm] {
                background: #0c4da2;
                color: white;
                transform: scale(1.03);
            }

        .btn.outline.delete[b-yu8rqax1tm] {
            border-color: #ef4444;
            color: #ef4444;
        }

            .btn.outline.delete:hover[b-yu8rqax1tm] {
                background: #ef4444;
                color: white;
                transform: scale(1.03);
            }

        .btn.outline.success[b-yu8rqax1tm] {
            border-color: #08b50b;
            color: #08b50b;
        }

            .btn.outline.success:hover[b-yu8rqax1tm] {
                background: #08b50b;
                color: white;
                transform: scale(1.03);
            }

/* Botones de Acciones de Propiedades - Estilos Específicos */
.property-actions[b-yu8rqax1tm] {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

.property-btn[b-yu8rqax1tm] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border: 1px solid;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    background: transparent;
    white-space: nowrap;
    flex-shrink: 0;
    text-decoration: none;
}

.property-edit[b-yu8rqax1tm] {
    border-color: #0c4da2;
    color: #0c4da2;
}

    .property-edit:hover:not(:disabled)[b-yu8rqax1tm] {
        background: #0c4da2;
        color: white;
        transform: scale(1.03);
        box-shadow: 0 2px 8px rgba(12, 77, 162, 0.2);
    }

    .property-edit:disabled[b-yu8rqax1tm] {
        opacity: 0.5;
        cursor: not-allowed;
        border-color: #9ca3af;
        color: #9ca3af;
    }

.property-unpublish[b-yu8rqax1tm] {
    border-color: #f59e0b;
    color: #f59e0b;
}

    .property-unpublish:hover:not(:disabled)[b-yu8rqax1tm] {
        background: #f59e0b;
        color: white;
        transform: scale(1.03);
    }

.property-publish[b-yu8rqax1tm] {
    border-color: #10b981;
    color: #10b981;
}

    .property-publish:hover:not(:disabled)[b-yu8rqax1tm] {
        background: #10b981;
        color: white;
        transform: scale(1.03);
    }

.property-delete[b-yu8rqax1tm] {
    border-color: #ef4444;
    color: #ef4444;
}

    .property-delete:hover:not(:disabled)[b-yu8rqax1tm] {
        background: #ef4444;
        color: white;
        transform: scale(1.03);
    }

.property-restore[b-yu8rqax1tm] {
    border-color: #10b981;
    color: #10b981;
}

    .property-restore:hover:not(:disabled)[b-yu8rqax1tm] {
        background: #10b981;
        color: white;
        transform: scale(1.03);
    }

/* Botones de Acciones de Permisos - Estilos Específicos */
.permission-actions[b-yu8rqax1tm] {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
}

.permission-btn[b-yu8rqax1tm] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border: 1px solid;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    background: transparent;
    white-space: nowrap;
    flex-shrink: 0;
    text-decoration: none;
}

.permission-edit[b-yu8rqax1tm] {
    border-color: #0c4da2;
    color: #0c4da2;
}

    .permission-edit:hover:not(:disabled)[b-yu8rqax1tm] {
        background: #0c4da2;
        color: white;
        transform: scale(1.03);
        box-shadow: 0 2px 8px rgba(12, 77, 162, 0.2);
    }

.permission-delete[b-yu8rqax1tm] {
    border-color: #ef4444;
    color: #ef4444;
}

    .permission-delete:hover:not(:disabled)[b-yu8rqax1tm] {
        background: #ef4444;
        color: white;
        transform: scale(1.03);
    }

.permission-restore[b-yu8rqax1tm] {
    border-color: #10b981;
    color: #10b981;
}

    .permission-restore:hover:not(:disabled)[b-yu8rqax1tm] {
        background: #10b981;
        color: white;
        transform: scale(1.03);
    }

/* Iconos dentro de los botones */
.property-btn .material-icons[b-yu8rqax1tm],
.permission-btn .material-icons[b-yu8rqax1tm] {
    font-size: 18px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Estados de hover específicos */
.property-edit:hover:not(:disabled) .material-icons[b-yu8rqax1tm],
.property-unpublish:hover:not(:disabled) .material-icons[b-yu8rqax1tm],
.property-publish:hover:not(:disabled) .material-icons[b-yu8rqax1tm],
.property-delete:hover:not(:disabled) .material-icons[b-yu8rqax1tm],
.property-restore:hover:not(:disabled) .material-icons[b-yu8rqax1tm],
.permission-edit:hover:not(:disabled) .material-icons[b-yu8rqax1tm],
.permission-delete:hover:not(:disabled) .material-icons[b-yu8rqax1tm],
.permission-restore:hover:not(:disabled) .material-icons[b-yu8rqax1tm] {
    color: inherit;
}

/* Empty state */
.empty-state[b-yu8rqax1tm] {
    text-align: center;
    padding: 40px;
    color: #9ca3af;
    font-size: 15px;
}

/* Tabla de agentes */
.table[b-yu8rqax1tm] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 0px;
}

    .table th[b-yu8rqax1tm] {
        text-align: left;
        font-size: 14px;
        font-weight: 600;
        color: #374151;
        padding: 12px 16px;
        background: #f8faff; /* Fondo azul muy suave para el header */
    }

        .table th:first-child[b-yu8rqax1tm] {
            border-top-left-radius: 0.5rem;
        }

        .table th:last-child[b-yu8rqax1tm] {
            border-top-right-radius: 0.5rem;
        }

    .table td[b-yu8rqax1tm] {
        padding: 8px 12px;
        font-size: 14px;
        color: #4b5563;
        background: #fff;
        border-top: 1px solid #f3f4f6;
    }

    .table tr[b-yu8rqax1tm] {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    }

        .table tr:hover[b-yu8rqax1tm] {
            background: #f8faff; /* Fondo azul muy suave al hover */
        }

/* Empty state */
.empty-state[b-yu8rqax1tm] {
    border-radius: 12px; /* suaviza el cuadro */
    background: #f3f4f6;
    padding: 30px;
}

/** estilos adicionales */
.bottom-space[b-yu8rqax1tm] {
    margin-bottom: 2rem;
}

/* Avatar redondo */
.avatar[b-yu8rqax1tm] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e5e7eb; /* gris claro de fondo */
    font-size: 14px;
    font-weight: 600;
    color: #374151;
}

    .avatar img[b-yu8rqax1tm] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* Placeholder con inicial */
.avatar-placeholder[b-yu8rqax1tm] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0c4da2; /* Cambiado a tu color azul */
    color: white;
    font-weight: bold;
}

/* Paginación */
.pagination-wrapper[b-yu8rqax1tm] {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
    /* Posición flotante al final */
    position: fixed; /* o absolute si solo quieres al final del contenido */
    bottom: 20px; /* distancia desde abajo */
    left: 50%; /* centrado horizontal */
    transform: translateX(-50%);
    z-index: 1000; /* para que esté sobre otros elementos */

    padding: 10px 20px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.95); /* Fondo semitransparente */
    backdrop-filter: blur(10px); /* Efecto glass */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(12, 77, 162, 0.1);
}

.pagination-btn[b-yu8rqax1tm] {
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    position: relative;
    outline: none;
    transition: all 0.3s ease;
}

    .pagination-btn[b-yu8rqax1tm]::before {
        content: "";
        position: absolute;
        inset: 6px;
        border-radius: 50%;
        border: 3px solid #0a3d82; /* azul oscuro de tu paleta */
        transition: all 0.4s ease;
    }

    .pagination-btn[b-yu8rqax1tm]::after {
        content: "";
        position: absolute;
        inset: 6px;
        border-radius: 50%;
        border: 3px solid #0c4da2; /* tu color azul principal */
        transform: scale(1.3);
        opacity: 0;
        transition: all 0.4s ease;
    }

    .pagination-btn:hover[b-yu8rqax1tm]::before {
        opacity: 0;
        transform: scale(0.7);
    }

    .pagination-btn:hover[b-yu8rqax1tm]::after {
        opacity: 1;
        transform: scale(1);
    }

    .pagination-btn:hover[b-yu8rqax1tm] {
        transform: translateY(-2px);
    }

.arrow-icon[b-yu8rqax1tm] {
    width: 28px;
    height: 28px;
    fill: #0c4da2; /* Tu color azul principal */
    transition: transform 0.3s ease, fill 0.3s ease;
}

.pagination-btn:hover .arrow-icon[b-yu8rqax1tm] {
    transform: scale(1.2);
    fill: #0a3d82; /* Color más oscuro al hover */
}

/* Estados focus para accesibilidad */
.btn.primary:focus[b-yu8rqax1tm],
.btn.outline.primary:focus[b-yu8rqax1tm],
.btn.outline.edit:focus[b-yu8rqax1tm],
.search-input:focus[b-yu8rqax1tm],
.status-filter:focus[b-yu8rqax1tm],
.property-btn:focus[b-yu8rqax1tm],
.permission-btn:focus[b-yu8rqax1tm],
.pagination-btn:focus[b-yu8rqax1tm] {
    outline: 2px solid #0c4da2;
    outline-offset: 2px;
    box-shadow: 0 0 0 3px rgba(12, 77, 162, 0.2);
}
/* /Pages/DashBoardProperty.razor.rz.scp.css */
/* DashBoardProperty.razor.css */
/* Component-specific styles only - Global styles are in app.css */

/* This file is intentionally minimal as all property-related styles 
   have been consolidated into app.css for consistency */

/* Add component-specific overrides here if needed */
/* /Pages/DashBoardPropertyCategory.razor.rz.scp.css */
/* Contenedor principal */
.employee-list-container[b-r1b084hmra] {
    padding: 24px;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
    color: #1f2937;
}

.header[b-r1b084hmra] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

    .header h2[b-r1b084hmra] {
        font-size: 1.75rem;
        font-weight: 600;
        color: #111827;
        margin: 0;
    }

.header-actions[b-r1b084hmra] {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Tabla */
.table[b-r1b084hmra] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

    .table th[b-r1b084hmra] {
        text-align: left;
        font-size: 14px;
        font-weight: 600;
        color: #374151;
        padding: 12px 16px;
    }

    .table td[b-r1b084hmra] {
        padding: 8px 12px;
        font-size: 14px;
        color: #4b5563;
        background: #fff;
        border-top: 1px solid #f3f4f6;
    }

    .table tr:hover[b-r1b084hmra] {
        background: #f9fafb;
    }

/* Category icon */
.category-icon[b-r1b084hmra] {
    font-size: 24px;
    color: #0c4da2;
}

/* Icon preview */
.icon-preview[b-r1b084hmra] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    background: #f3f4f6;
    border-radius: 8px;
    margin-top: 10px;
}

    .icon-preview .material-icons[b-r1b084hmra] {
        font-size: 32px;
        color: #0c4da2;
    }

/* Form hint */
.form-hint[b-r1b084hmra] {
    font-size: 12px;
    color: #6b7280;
    margin-top: 4px;
}

    .form-hint a[b-r1b084hmra] {
        color: #0c4da2;
    }

/* Empty state */
.empty-state[b-r1b084hmra] {
    text-align: center;
    padding: 40px;
    color: #9ca3af;
    font-size: 15px;
    border-radius: 12px;
    background: #f3f4f6;
}

/* Buttons */
.btn[b-r1b084hmra] {
    padding: 10px 16px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: background 0.2s ease, transform 0.1s ease;
}

    .btn.primary[b-r1b084hmra] {
        background: #0c4da2;
        color: white;
    }

        .btn.primary:hover[b-r1b084hmra] {
            background: #0a3d82;
            transform: scale(1.03);
        }

    .btn.outline[b-r1b084hmra] {
        background: none;
        border: 1px solid #6b7280;
        color: #6b7280;
    }

        .btn.outline.edit[b-r1b084hmra] {
            border-color: #0c4da2;
            color: #0c4da2;
        }

            .btn.outline.edit:hover[b-r1b084hmra] {
                background: #0c4da2;
                color: white;
            }

        .btn.outline.delete[b-r1b084hmra] {
            border-color: #ef4444;
            color: #ef4444;
        }

            .btn.outline.delete:hover[b-r1b084hmra] {
                background: #ef4444;
                color: white;
            }

        .btn.outline.success[b-r1b084hmra] {
            border-color: #08b50b;
            color: #08b50b;
        }

            .btn.outline.success:hover[b-r1b084hmra] {
                background: #08b50b;
                color: white;
            }
/* /Pages/DashBoardPropertyFeatureType.razor.rz.scp.css */
/* Contenedor principal */
.employee-list-container[b-zmpfynxped] {
    padding: 24px;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
    color: #1f2937;
}

.header[b-zmpfynxped] {
    display: flex;
    align-items: center;
    justify-content: space-between; /* separa título a la izquierda y botón a la derecha */
    margin-bottom: 24px;
}

    .header h2[b-zmpfynxped] {
        font-size: 1.75rem;
        font-weight: 600;
        color: #111827;
        margin: 0; /* quita el margin-bottom porque ya lo maneja el header */
    }


.header[b-zmpfynxped] {
    display: flex;
    align-items: center;
    justify-content: space-between; /* título a la izquierda, acciones a la derecha */
    margin-bottom: 24px;
}

/* agrupa search + botón en una fila */
.header-actions[b-zmpfynxped] {
    display: flex;
    align-items: center;
    gap: 12px; /* espacio entre buscador y botón */
}



/* Alertas de error y éxito */
.alert[b-zmpfynxped] {
    padding: 16px 20px;
    border-radius: 12px;
    margin-bottom: 20px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
}

    .alert.error[b-zmpfynxped] {
        background: #fee2e2;
        color: #991b1b;
    }

    .alert.success[b-zmpfynxped] {
        background: #dcfce7;
        color: #166534;
    }

.close-btn[b-zmpfynxped] {
    position: absolute;
    top: 8px;
    right: 12px;
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    color: inherit;
}

/* Controles de acciones */
.controls[b-zmpfynxped], .filters[b-zmpfynxped] {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
}


/* Grid de empleados tipo cards */
.employee-grid[b-zmpfynxped] {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: flex-start;
}

/* Card individual */
.employee-card[b-zmpfynxped] {
    flex: 0 0 360px;
    border-radius: 16px;
    padding: 20px;
    background: white;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .employee-card:hover[b-zmpfynxped] {
        transform: translateY(-3px);
        box-shadow: 0 6px 16px rgba(0,0,0,0.1);
    }

/* Información del empleado */
.employee-info h3[b-zmpfynxped] {
    margin: 0 0 8px 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #111827;
}

.employee-info p[b-zmpfynxped] {
    margin: 6px 0;
    font-size: 14px;
    color: #4b5563;
}

.badge[b-zmpfynxped] {
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    text-transform: capitalize;
    margin-right: 6px;
}

    .badge.active[b-zmpfynxped] {
        background: #dcfce7;
        color: #166534;
    }

    .badge.inactive[b-zmpfynxped] {
        background: #fee2e2;
        color: #991b1b;
    }

/* Acciones dentro de la card */
.employee-actions[b-zmpfynxped] {
    display: flex;
    gap: 10px;
    margin-top: 16px;
}




.btn[b-zmpfynxped] {
    padding: 10px 16px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: background 0.2s ease, transform 0.1s ease;
}

    .btn.primary[b-zmpfynxped] {
        background: #0c4da2;
        color: white;
    }

        .btn.primary:hover[b-zmpfynxped] {
            background: #0a3d82;
            transform: scale(1.03);
            box-shadow: 0 4px 12px rgba(12, 77, 162, 0.3);
        }

    .btn.secondary[b-zmpfynxped] {
        background: #6b7280;
        color: white;
    }

        .btn.secondary:hover[b-zmpfynxped] {
            background: #4b5563;
            transform: scale(1.03);
        }

    .btn.outline[b-zmpfynxped] {
        background: none;
        border: 1px solid #6b7280;
        color: #6b7280;
    }

        .btn.outline.primary[b-zmpfynxped] {
            border-color: #0c4da2;
            color: #0c4da2;
        }

            .btn.outline.primary:hover[b-zmpfynxped] {
                background: #0c4da2;
                color: white;
                transform: scale(1.03);
                box-shadow: 0 2px 8px rgba(12, 77, 162, 0.2);
            }

        .btn.outline.edit[b-zmpfynxped] {
            border-color: #0c4da2;
            color: #0c4da2;
        }

            .btn.outline.edit:hover[b-zmpfynxped] {
                background: #0c4da2;
                color: white;
                transform: scale(1.03);
            }

        .btn.outline.delete[b-zmpfynxped] {
            border-color: #ef4444;
            color: #ef4444;
        }

            .btn.outline.delete:hover[b-zmpfynxped] {
                background: #ef4444;
                color: white;
                transform: scale(1.03);
            }

        .btn.outline.success[b-zmpfynxped] {
            border-color: #08b50b;
            color: #08b50b;
        }

            .btn.outline.success:hover[b-zmpfynxped] {
                background: #08b50b;
                color: white;
                transform: scale(1.03);
            }

        /* Estados focus para accesibilidad */
        .btn.primary:focus[b-zmpfynxped],
        .btn.outline.primary:focus[b-zmpfynxped],
        .btn.outline.edit:focus[b-zmpfynxped] {
            outline: 2px solid #0c4da2;
            outline-offset: 2px;
            box-shadow: 0 0 0 3px rgba(12, 77, 162, 0.2);
        }



/* Empty state */
.empty-state[b-zmpfynxped] {
    text-align: center;
    padding: 40px;
    color: #9ca3af;
    font-size: 15px;
}



/* Tabla de agentes */
.table[b-zmpfynxped] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 0px;
}

    .table th[b-zmpfynxped] {
        text-align: left;
        font-size: 14px;
        font-weight: 600;
        color: #374151;
        padding: 12px 16px;
    }

        .table th:first-child[b-zmpfynxped] {
            border-top-left-radius: 0.5rem;
        }

        .table th:last-child[b-zmpfynxped] {
            border-top-right-radius: 0.5rem;
        }

    .table td[b-zmpfynxped] {
        padding: 8px 12px;
        font-size: 14px;
        color: #4b5563;
        background: #fff;
        border-top: 1px solid #f3f4f6;
    }

    .table tr[b-zmpfynxped] {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    }

        .table tr:hover[b-zmpfynxped] {
            background: #f9fafb;
        }






/* Empty state */
.empty-state[b-zmpfynxped] {
    border-radius: 12px; /* suaviza el cuadro */
    background: #f3f4f6;
    padding: 30px;
}



/** estilos adicionales */
.bottom-space[b-zmpfynxped] {
    margin-bottom: 2rem;
}

/* /Pages/DashBoardRoles.razor.rz.scp.css */
/* Gestión de Permisos por Rol - Estilos Específicos */
.role-permissions-container[b-u4mr0pkn73] {
    padding: 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.role-permissions-header[b-u4mr0pkn73] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9ecef;
    flex-wrap: wrap;
    gap: 20px;
}

    .role-permissions-header h2[b-u4mr0pkn73] {
        margin: 0;
        color: #2c3e50;
        font-size: 28px;
        font-weight: 600;
        flex: 1;
        min-width: 300px;
    }

.role-permissions-actions[b-u4mr0pkn73] {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.role-permissions-filter[b-u4mr0pkn73] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.role-permissions-form-group[b-u4mr0pkn73] {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .role-permissions-form-group label[b-u4mr0pkn73] {
        margin-bottom: 0;
        font-weight: 500;
        color: #495057;
        font-size: 14px;
        white-space: nowrap;
    }

.role-permissions-form-control[b-u4mr0pkn73] {
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    transition: all 0.3s ease;
    background-color: #fff;
    min-width: 200px;
}

    .role-permissions-form-control:focus[b-u4mr0pkn73] {
        outline: none;
        border-color: #0c4da2;
        box-shadow: 0 0 0 3px rgba(12, 77, 162, 0.1);
    }

.role-permissions-search[b-u4mr0pkn73] {
    position: relative;
    min-width: 300px;
}

.role-permissions-search-icon[b-u4mr0pkn73] {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    fill: #6c757d;
}

.role-permissions-search-input[b-u4mr0pkn73] {
    width: 100%;
    padding: 10px 12px 10px 40px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    transition: all 0.3s ease;
    background-color: #fff;
}

    .role-permissions-search-input:focus[b-u4mr0pkn73] {
        outline: none;
        border-color: #0c4da2;
        box-shadow: 0 0 0 3px rgba(12, 77, 162, 0.1);
    }

/* Layout de permisos */
.role-permissions-layout[b-u4mr0pkn73] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}

.role-permissions-section[b-u4mr0pkn73] {
    background: #fff;
    border-radius: 0.75rem;
    padding: 1.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

    .role-permissions-section h3[b-u4mr0pkn73] {
        margin: 0 0 1rem 0;
        font-size: 1.25rem;
        color: #1a202c;
        border-bottom: 2px solid #e2e8f0;
        padding-bottom: 0.5rem;
    }

.role-permissions-grid[b-u4mr0pkn73] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1rem;
    max-height: 500px;
    overflow-y: auto;
}

.role-permission-card[b-u4mr0pkn73] {
    border: 1px solid #e2e8f0;
    border-radius: 0.5rem;
    padding: 1rem;
    transition: all 0.2s ease-in-out;
}

    .role-permission-card.assigned[b-u4mr0pkn73] {
        border-left: 4px solid #48bb78;
        background: #f0fff4;
    }

    .role-permission-card.available[b-u4mr0pkn73] {
        border-left: 4px solid #0c4da2; /* Cambiado a tu color azul */
        background: #f8faff; /* Fondo azul muy suave */
    }

    .role-permission-card:hover[b-u4mr0pkn73] {
        transform: translateY(-2px);
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

.role-permission-header[b-u4mr0pkn73] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.5rem;
}

.role-permission-name[b-u4mr0pkn73] {
    font-weight: 600;
    color: #2d3748;
    font-size: 0.9rem;
    flex: 1;
    margin-right: 0.5rem;
}

.role-permission-info[b-u4mr0pkn73] {
    margin-bottom: 0.5rem;
}

    .role-permission-info small[b-u4mr0pkn73] {
        color: #718096;
        font-size: 0.75rem;
    }

.role-permission-description[b-u4mr0pkn73] {
    font-size: 0.8rem;
    color: #4a5568;
    margin-top: 0.25rem;
    font-style: italic;
}

.role-permission-status[b-u4mr0pkn73] {
    display: flex;
    justify-content: flex-end;
}

/* Botones específicos para permisos por rol */
.role-permission-btn[b-u4mr0pkn73] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border: 1px solid;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    background: transparent;
    white-space: nowrap;
    flex-shrink: 0;
    text-decoration: none;
}

    .role-permission-btn.small[b-u4mr0pkn73] {
        padding: 4px 8px;
        font-size: 11px;
    }

    .role-permission-btn.assign[b-u4mr0pkn73] {
        border-color: #10b981;
        color: #10b981;
    }

        .role-permission-btn.assign:hover:not(:disabled)[b-u4mr0pkn73] {
            background: #10b981;
            color: white;
            transform: scale(1.03);
            box-shadow: 0 2px 4px rgba(16, 185, 129, 0.2);
        }

    .role-permission-btn.revoke[b-u4mr0pkn73] {
        border-color: #ef4444;
        color: #ef4444;
    }

        .role-permission-btn.revoke:hover:not(:disabled)[b-u4mr0pkn73] {
            background: #ef4444;
            color: white;
            transform: scale(1.03);
            box-shadow: 0 2px 4px rgba(239, 68, 68, 0.2);
        }

    .role-permission-btn.primary[b-u4mr0pkn73] {
        border-color: #0c4da2;
        color: #0c4da2;
    }

        .role-permission-btn.primary:hover:not(:disabled)[b-u4mr0pkn73] {
            background: #0c4da2;
            color: white;
            transform: scale(1.03);
            box-shadow: 0 2px 4px rgba(12, 77, 162, 0.2);
        }

/* Estados vacíos */
.role-permissions-empty[b-u4mr0pkn73] {
    text-align: center;
    padding: 2rem;
    color: #718096;
}

    .role-permissions-empty .material-icons[b-u4mr0pkn73] {
        font-size: 3rem;
        margin-bottom: 1rem;
        opacity: 0.5;
    }

/* Estadísticas */
.role-permissions-stats[b-u4mr0pkn73] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 2rem;
}

.role-permissions-stat[b-u4mr0pkn73] {
    background: #fff;
    border-radius: 0.5rem;
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #e2e8f0;
}

.role-permissions-stat-number[b-u4mr0pkn73] {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: #0c4da2; /* Cambiado a tu color azul */
    margin-bottom: 0.5rem;
}

.role-permissions-stat-label[b-u4mr0pkn73] {
    font-size: 0.875rem;
    color: #718096;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Estados de carga */
.role-permissions-loading[b-u4mr0pkn73] {
    text-align: center;
    padding: 2rem;
    color: #6c757d;
    font-size: 1.1rem;
}

.role-permissions-empty-state[b-u4mr0pkn73] {
    text-align: center;
    padding: 3rem;
    color: #6c757d;
}

/* Iconos dentro de los botones */
.role-permission-btn .material-icons[b-u4mr0pkn73] {
    font-size: 16px;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.role-permission-btn.small .material-icons[b-u4mr0pkn73] {
    font-size: 14px;
    width: 14px;
    height: 14px;
}

/* Estados de hover para iconos */
.role-permission-btn.assign:hover:not(:disabled) .material-icons[b-u4mr0pkn73],
.role-permission-btn.revoke:hover:not(:disabled) .material-icons[b-u4mr0pkn73],
.role-permission-btn.primary:hover:not(:disabled) .material-icons[b-u4mr0pkn73] {
    color: inherit;
}

/* Estados focus para accesibilidad */
.role-permissions-form-control:focus[b-u4mr0pkn73],
.role-permissions-search-input:focus[b-u4mr0pkn73],
.role-permission-btn:focus[b-u4mr0pkn73] {
    outline: 2px solid #0c4da2;
    outline-offset: 2px;
    box-shadow: 0 0 0 3px rgba(12, 77, 162, 0.2);
}

/* Responsive */
@media (max-width: 1024px) {
    .role-permissions-layout[b-u4mr0pkn73] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .role-permissions-grid[b-u4mr0pkn73] {
        grid-template-columns: 1fr;
    }

    .role-permissions-stats[b-u4mr0pkn73] {
        grid-template-columns: 1fr;
    }

    .role-permissions-header[b-u4mr0pkn73] {
        flex-direction: column;
        align-items: stretch;
    }

        .role-permissions-header h2[b-u4mr0pkn73] {
            min-width: auto;
            text-align: center;
        }

    .role-permissions-actions[b-u4mr0pkn73] {
        justify-content: center;
    }

    .role-permissions-filter[b-u4mr0pkn73] {
        flex-direction: column;
        align-items: stretch;
    }

    .role-permissions-form-group[b-u4mr0pkn73] {
        flex-direction: column;
        align-items: stretch;
    }

        .role-permissions-form-group label[b-u4mr0pkn73] {
            text-align: left;
        }

    .role-permissions-search[b-u4mr0pkn73] {
        min-width: 250px;
    }

    .role-permissions-form-control[b-u4mr0pkn73] {
        min-width: 200px;
    }

    .role-permission-header[b-u4mr0pkn73] {
        flex-direction: column;
        gap: 0.5rem;
    }

        .role-permission-header .role-permission-btn[b-u4mr0pkn73] {
            align-self: flex-end;
        }
}

@media (max-width: 576px) {
    .role-permissions-actions[b-u4mr0pkn73] {
        flex-direction: column;
        align-items: stretch;
    }

    .role-permissions-filter[b-u4mr0pkn73] {
        flex-direction: column;
        align-items: stretch;
    }

    .role-permissions-form-group[b-u4mr0pkn73] {
        flex-direction: column;
        align-items: stretch;
    }

    .role-permissions-search[b-u4mr0pkn73],
    .role-permissions-form-control[b-u4mr0pkn73] {
        min-width: auto;
        width: 100%;
    }
}
/* /Pages/DashBoardSecretary.razor.rz.scp.css */
/* Contenedor principal */
.employee-list-container[b-lnm1xjuyxi] {
    padding: 24px;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
    color: #1f2937;
}

.header[b-lnm1xjuyxi] {
    display: flex;
    align-items: center;
    justify-content: space-between; /* separa título a la izquierda y botón a la derecha */
    margin-bottom: 24px;
}

    .header h2[b-lnm1xjuyxi] {
        font-size: 1.75rem;
        font-weight: 600;
        color: #111827;
        margin: 0; /* quita el margin-bottom porque ya lo maneja el header */
    }

/* agrupa search + botón en una fila */
.header-actions[b-lnm1xjuyxi] {
    display: flex;
    align-items: center;
    gap: 12px; /* espacio entre buscador y botón */
}

/* Alertas de error y éxito */
.alert[b-lnm1xjuyxi] {
    padding: 16px 20px;
    border-radius: 12px;
    margin-bottom: 20px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
}

    .alert.error[b-lnm1xjuyxi] {
        background: #fee2e2;
        color: #991b1b;
    }

    .alert.success[b-lnm1xjuyxi] {
        background: #dcfce7;
        color: #166534;
    }

.close-btn[b-lnm1xjuyxi] {
    position: absolute;
    top: 8px;
    right: 12px;
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    color: inherit;
}

/* Controles de acciones */
.controls[b-lnm1xjuyxi], .filters[b-lnm1xjuyxi] {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
}

.search-input[b-lnm1xjuyxi],
.status-filter[b-lnm1xjuyxi] {
    padding: 10px 14px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    font-size: 14px;
    background: #f9fafb;
    transition: all 0.2s ease;
}

    .search-input:focus[b-lnm1xjuyxi],
    .status-filter:focus[b-lnm1xjuyxi] {
        outline: none;
        border-color: #0c4da2;
        background: #fff;
        box-shadow: 0 0 0 2px rgba(12, 77, 162, 0.2);
    }

/* Grid de empleados tipo cards */
.employee-grid[b-lnm1xjuyxi] {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: flex-start;
}

/* Card individual */
.employee-card[b-lnm1xjuyxi] {
    flex: 0 0 360px;
    border-radius: 16px;
    padding: 20px;
    background: white;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .employee-card:hover[b-lnm1xjuyxi] {
        transform: translateY(-3px);
        box-shadow: 0 6px 16px rgba(0,0,0,0.1);
    }

/* Información del empleado */
.employee-info h3[b-lnm1xjuyxi] {
    margin: 0 0 8px 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #111827;
}

.employee-info p[b-lnm1xjuyxi] {
    margin: 6px 0;
    font-size: 14px;
    color: #4b5563;
}

.badge[b-lnm1xjuyxi] {
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    text-transform: capitalize;
    margin-right: 6px;
}

    .badge.active[b-lnm1xjuyxi] {
        background: #dcfce7;
        color: #166534;
    }

    .badge.inactive[b-lnm1xjuyxi] {
        background: #fee2e2;
        color: #991b1b;
    }

/* Acciones dentro de la card */
.employee-actions[b-lnm1xjuyxi] {
    display: flex;
    gap: 10px;
    margin-top: 16px;
}

.btn[b-lnm1xjuyxi] {
    padding: 10px 16px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: background 0.2s ease, transform 0.1s ease;
}

    .btn.primary[b-lnm1xjuyxi] {
        background: #0c4da2;
        color: white;
    }

        .btn.primary:hover[b-lnm1xjuyxi] {
            background: #0a3d82;
            transform: scale(1.03);
            box-shadow: 0 4px 12px rgba(12, 77, 162, 0.3);
        }

    .btn.secondary[b-lnm1xjuyxi] {
        background: #6b7280;
        color: white;
    }

        .btn.secondary:hover[b-lnm1xjuyxi] {
            background: #4b5563;
            transform: scale(1.03);
        }

    .btn.outline[b-lnm1xjuyxi] {
        background: none;
        border: 1px solid #6b7280;
        color: #6b7280;
    }

        .btn.outline.primary[b-lnm1xjuyxi] {
            border-color: #0c4da2;
            color: #0c4da2;
        }

            .btn.outline.primary:hover[b-lnm1xjuyxi] {
                background: #0c4da2;
                color: white;
                transform: scale(1.03);
                box-shadow: 0 2px 8px rgba(12, 77, 162, 0.2);
            }

        .btn.outline.edit[b-lnm1xjuyxi] {
            border-color: #0c4da2;
            color: #0c4da2;
        }

            .btn.outline.edit:hover[b-lnm1xjuyxi] {
                background: #0c4da2;
                color: white;
                transform: scale(1.03);
            }

        .btn.outline.delete[b-lnm1xjuyxi] {
            border-color: #ef4444;
            color: #ef4444;
        }

            .btn.outline.delete:hover[b-lnm1xjuyxi] {
                background: #ef4444;
                color: white;
                transform: scale(1.03);
            }

        .btn.outline.success[b-lnm1xjuyxi] {
            border-color: #08b50b;
            color: #08b50b;
        }

            .btn.outline.success:hover[b-lnm1xjuyxi] {
                background: #08b50b;
                color: white;
                transform: scale(1.03);
            }

/* Empty state */
.empty-state[b-lnm1xjuyxi] {
    text-align: center;
    padding: 40px;
    color: #9ca3af;
    font-size: 15px;
}

/* Tabla de agentes */
.table[b-lnm1xjuyxi] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 0px;
}

    .table th[b-lnm1xjuyxi] {
        text-align: left;
        font-size: 14px;
        font-weight: 600;
        color: #374151;
        padding: 12px 16px;
        background: #f8faff; /* Fondo azul muy suave para el header */
    }

        .table th:first-child[b-lnm1xjuyxi] {
            border-top-left-radius: 0.5rem;
        }

        .table th:last-child[b-lnm1xjuyxi] {
            border-top-right-radius: 0.5rem;
        }

    .table td[b-lnm1xjuyxi] {
        padding: 8px 12px;
        font-size: 14px;
        color: #4b5563;
        background: #fff;
        border-top: 1px solid #f3f4f6;
    }

    .table tr[b-lnm1xjuyxi] {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    }

        .table tr:hover[b-lnm1xjuyxi] {
            background: #f8faff; /* Fondo azul muy suave al hover */
        }

/* Empty state */
.empty-state[b-lnm1xjuyxi] {
    border-radius: 12px; /* suaviza el cuadro */
    background: #f3f4f6;
    padding: 30px;
}

/** estilos adicionales */
.bottom-space[b-lnm1xjuyxi] {
    margin-bottom: 2rem;
}

/* Avatar redondo */
.avatar[b-lnm1xjuyxi] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e5e7eb; /* gris claro de fondo */
    font-size: 14px;
    font-weight: 600;
    color: #374151;
}

    .avatar img[b-lnm1xjuyxi] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* Placeholder con inicial */
.avatar-placeholder[b-lnm1xjuyxi] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0c4da2; /* Cambiado a tu color azul */
    color: white;
    font-weight: bold;
}

/* Paginación */
.pagination-wrapper[b-lnm1xjuyxi] {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
    /* Posición flotante al final */
    position: fixed; /* o absolute si solo quieres al final del contenido */
    bottom: 20px; /* distancia desde abajo */
    left: 50%; /* centrado horizontal */
    transform: translateX(-50%);
    z-index: 1000; /* para que esté sobre otros elementos */

    padding: 10px 20px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.95); /* Fondo semitransparente */
    backdrop-filter: blur(10px); /* Efecto glass */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(12, 77, 162, 0.1);
}

.pagination-btn[b-lnm1xjuyxi] {
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    position: relative;
    outline: none;
    transition: all 0.3s ease;
}

    .pagination-btn[b-lnm1xjuyxi]::before {
        content: "";
        position: absolute;
        inset: 6px;
        border-radius: 50%;
        border: 3px solid #0a3d82; /* azul oscuro de tu paleta */
        transition: all 0.4s ease;
    }

    .pagination-btn[b-lnm1xjuyxi]::after {
        content: "";
        position: absolute;
        inset: 6px;
        border-radius: 50%;
        border: 3px solid #0c4da2; /* tu color azul principal */
        transform: scale(1.3);
        opacity: 0;
        transition: all 0.4s ease;
    }

    .pagination-btn:hover[b-lnm1xjuyxi]::before {
        opacity: 0;
        transform: scale(0.7);
    }

    .pagination-btn:hover[b-lnm1xjuyxi]::after {
        opacity: 1;
        transform: scale(1);
    }

    .pagination-btn:hover[b-lnm1xjuyxi] {
        transform: translateY(-2px);
    }

.arrow-icon[b-lnm1xjuyxi] {
    width: 28px;
    height: 28px;
    fill: #0c4da2; /* Tu color azul principal */
    transition: transform 0.3s ease, fill 0.3s ease;
}

.pagination-btn:hover .arrow-icon[b-lnm1xjuyxi] {
    transform: scale(1.2);
    fill: #0a3d82; /* Color más oscuro al hover */
}

/* Estados focus para accesibilidad */
.btn.primary:focus[b-lnm1xjuyxi],
.btn.outline.primary:focus[b-lnm1xjuyxi],
.btn.outline.edit:focus[b-lnm1xjuyxi],
.search-input:focus[b-lnm1xjuyxi],
.status-filter:focus[b-lnm1xjuyxi],
.pagination-btn:focus[b-lnm1xjuyxi] {
    outline: 2px solid #0c4da2;
    outline-offset: 2px;
    box-shadow: 0 0 0 3px rgba(12, 77, 162, 0.2);
}

/* Indicador de página actual (opcional) */
.pagination-info[b-lnm1xjuyxi] {
    font-size: 14px;
    color: #0c4da2;
    font-weight: 600;
    padding: 0 16px;
}
/* /Pages/DashBoardUsers.razor.rz.scp.css */
.user-list-container[b-87rytcg3gk] {
    padding: 24px;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
    color: #1f2937;
}

.header[b-87rytcg3gk] {
    display: flex;
    align-items: center;
    justify-content: space-between; /* separa título a la izquierda y botón a la derecha */
    margin-bottom: 24px;
}

    .header h2[b-87rytcg3gk] {
        font-size: 1.75rem;
        font-weight: 600;
        color: #111827;
        margin: 0; /* quita el margin-bottom porque ya lo maneja el header */
    }

/* Alertas de error y éxito */
.alert[b-87rytcg3gk] {
    padding: 16px 20px;
    border-radius: 12px;
    margin-bottom: 20px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
}

    .alert.error[b-87rytcg3gk] {
        background: #fee2e2;
        color: #991b1b;
    }

    .alert.success[b-87rytcg3gk] {
        background: #dcfce7;
        color: #166534;
    }

.close-btn[b-87rytcg3gk] {
    position: absolute;
    top: 8px;
    right: 12px;
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    color: inherit;
}

/* Controles de acciones */
.controls[b-87rytcg3gk], .filters[b-87rytcg3gk] {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
}

.search-input[b-87rytcg3gk],
.status-filter[b-87rytcg3gk] {
    padding: 10px 14px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    font-size: 14px;
    background: #f9fafb;
    transition: all 0.2s ease;
}

    .search-input:focus[b-87rytcg3gk],
    .status-filter:focus[b-87rytcg3gk] {
        outline: none;
        border-color: #0c4da2;
        background: #fff;
        box-shadow: 0 0 0 2px rgba(12, 77, 162, 0.2);
    }

/* Grid de empleados tipo cards */
.employee-grid[b-87rytcg3gk] {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: flex-start;
}

/* Card individual */
.employee-card[b-87rytcg3gk] {
    flex: 0 0 360px;
    border-radius: 16px;
    padding: 20px;
    background: white;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .employee-card:hover[b-87rytcg3gk] {
        transform: translateY(-3px);
        box-shadow: 0 6px 16px rgba(0,0,0,0.1);
    }

/* Información del empleado */
.employee-info h3[b-87rytcg3gk] {
    margin: 0 0 8px 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #111827;
}

.employee-info p[b-87rytcg3gk] {
    margin: 6px 0;
    font-size: 14px;
    color: #4b5563;
}

.badge[b-87rytcg3gk] {
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    text-transform: capitalize;
    margin-right: 6px;
}

    .badge.active[b-87rytcg3gk] {
        background: #dcfce7;
        color: #166534;
    }

    .badge.inactive[b-87rytcg3gk] {
        background: #fee2e2;
        color: #991b1b;
    }

/* Acciones dentro de la card */
.employee-actions[b-87rytcg3gk] {
    display: flex;
    gap: 10px;
    margin-top: 16px;
}

.btn[b-87rytcg3gk] {
    padding: 10px 16px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: background 0.2s ease, transform 0.1s ease;
}

    .btn.primary[b-87rytcg3gk] {
        background: #0c4da2;
        color: white;
    }

        .btn.primary:hover[b-87rytcg3gk] {
            background: #0a3d82;
            transform: scale(1.03);
            box-shadow: 0 4px 12px rgba(12, 77, 162, 0.3);
        }

    .btn.secondary[b-87rytcg3gk] {
        background: #6b7280;
        color: white;
    }

        .btn.secondary:hover[b-87rytcg3gk] {
            background: #4b5563;
            transform: scale(1.03);
        }

    .btn.outline[b-87rytcg3gk] {
        background: none;
        border: 1px solid #6b7280;
        color: #6b7280;
    }

        .btn.outline.primary[b-87rytcg3gk] {
            border-color: #0c4da2;
            color: #0c4da2;
        }

            .btn.outline.primary:hover[b-87rytcg3gk] {
                background: #0c4da2;
                color: white;
                transform: scale(1.03);
                box-shadow: 0 2px 8px rgba(12, 77, 162, 0.2);
            }

        .btn.outline.edit[b-87rytcg3gk] {
            border-color: #0c4da2;
            color: #0c4da2;
        }

            .btn.outline.edit:hover[b-87rytcg3gk] {
                background: #0c4da2;
                color: white;
                transform: scale(1.03);
            }

        .btn.outline.delete[b-87rytcg3gk] {
            border-color: #ef4444;
            color: #ef4444;
        }

            .btn.outline.delete:hover[b-87rytcg3gk] {
                background: #ef4444;
                color: white;
                transform: scale(1.03);
            }

        .btn.outline.success[b-87rytcg3gk] {
            border-color: #08b50b;
            color: #08b50b;
        }

            .btn.outline.success:hover[b-87rytcg3gk] {
                background: #08b50b;
                color: white;
                transform: scale(1.03);
            }

/* Empty state */
.empty-state[b-87rytcg3gk] {
    text-align: center;
    padding: 40px;
    color: #9ca3af;
    font-size: 15px;
}

.badge[b-87rytcg3gk] {
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    text-transform: capitalize;
}

    /* Admin */
    .badge.admin[b-87rytcg3gk] {
        background: #e6f0ff; /* azul claro más suave */
        color: #0c4da2; /* tu color azul principal */
        border: 1px solid #0c4da2;
    }

    /* User */
    .badge.user[b-87rytcg3gk] {
        background: #f3f4f6; /* gris claro */
        color: #374151; /* gris oscuro */
    }

    /* Viewer */
    .badge.viewer[b-87rytcg3gk] {
        background: #dcfce7; /* verde claro */
        color: #166534; /* verde oscuro */
    }

    /* SuperAdmin */
    .badge.superadmin[b-87rytcg3gk] {
        background: #f0e6ff; /* morado claro más suave */
        color: #7c3aed; /* morado más vibrante */
        border: 1px solid #7c3aed;
    }

    .badge.active[b-87rytcg3gk] {
        background: #dcfce7;
        color: #166534;
    }

    .badge.inactive[b-87rytcg3gk] {
        background: #fee2e2;
        color: #991b1b;
    }

/* Tabla de agentes */
.table[b-87rytcg3gk] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 0px;
}

    .table th[b-87rytcg3gk] {
        text-align: left;
        font-size: 14px;
        font-weight: 600;
        color: #374151;
        padding: 12px 16px;
        background: #f8faff; /* Fondo azul muy suave para el header */
    }

        .table th:first-child[b-87rytcg3gk] {
            border-top-left-radius: 0.5rem;
        }

        .table th:last-child[b-87rytcg3gk] {
            border-top-right-radius: 0.5rem;
        }

    .table td[b-87rytcg3gk] {
        padding: 8px 12px;
        font-size: 14px;
        color: #4b5563;
        background: #fff;
        border-top: 1px solid #f3f4f6;
    }

    .table tr[b-87rytcg3gk] {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    }

        .table tr:hover[b-87rytcg3gk] {
            background: #f8faff; /* Fondo azul muy suave al hover */
        }

/* Empty state */
.empty-state[b-87rytcg3gk] {
    border-radius: 12px; /* suaviza el cuadro */
    background: #f3f4f6;
    padding: 30px;
}

/** estilos adicionales */
.bottom-space[b-87rytcg3gk] {
    margin-bottom: 2rem;
}

/* Estados focus para accesibilidad */
.btn.primary:focus[b-87rytcg3gk],
.btn.outline.primary:focus[b-87rytcg3gk],
.btn.outline.edit:focus[b-87rytcg3gk],
.search-input:focus[b-87rytcg3gk],
.status-filter:focus[b-87rytcg3gk] {
    outline: 2px solid #0c4da2;
    outline-offset: 2px;
    box-shadow: 0 0 0 3px rgba(12, 77, 162, 0.2);
}

/* Mejoras visuales para los badges */
.badge[b-87rytcg3gk] {
    transition: all 0.2s ease;
}

    .badge:hover[b-87rytcg3gk] {
        transform: scale(1.05);
    }
/* /Pages/Favorites.razor.rz.scp.css */
.favorites-page[b-mhkydo2tfk] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 20px;
}

.favorites-page .page-header[b-mhkydo2tfk] {
    text-align: center;
    margin-bottom: 40px;
}

.favorites-page .page-header h1[b-mhkydo2tfk] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.favorites-page .page-header p[b-mhkydo2tfk] {
    color: #666;
    font-size: 1.1rem;
    margin: 0;
}

/* Empty state */
.empty-state-favorites[b-mhkydo2tfk] {
    text-align: center;
    padding: 80px 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 20px;
}

.empty-state-favorites h2[b-mhkydo2tfk] {
    color: #495057;
    margin: 20px 0 10px;
    font-size: 1.8rem;
}

.empty-state-favorites p[b-mhkydo2tfk] {
    color: #6c757d;
    margin-bottom: 30px;
    font-size: 1.1rem;
}

.btn-explore[b-mhkydo2tfk] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}

.btn-explore:hover[b-mhkydo2tfk] {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.4);
    color: white;
}

/* Favorites count header */
.favorites-count[b-mhkydo2tfk] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding: 15px 20px;
    background: #f8f9fa;
    border-radius: 10px;
}

.favorites-count span[b-mhkydo2tfk] {
    font-weight: 600;
    color: #2c3e50;
}

.btn-clear-all[b-mhkydo2tfk] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: #dc3545;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-clear-all:hover[b-mhkydo2tfk] {
    background: #c82333;
    transform: translateY(-2px);
}

.btn-clear-all .material-icons[b-mhkydo2tfk] {
    font-size: 18px;
}

/* Card actions for favorites */
.card-actions-favorites[b-mhkydo2tfk] {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
}

.btn-view-map[b-mhkydo2tfk] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 12px 16px;
    background: linear-gradient(135deg, #28a745 0%, #218838 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-view-map:hover[b-mhkydo2tfk] {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
}

.btn-view-map .material-icons[b-mhkydo2tfk] {
    font-size: 18px;
}

/* ===== RESPONSIVE: TABLET (1024px) ===== */
@media (max-width: 1024px) {
    .favorites-page[b-mhkydo2tfk] {
        padding: 30px 15px;
    }

    .favorites-page .page-header[b-mhkydo2tfk] {
        margin-bottom: 30px;
    }

    .favorites-page .page-header h1[b-mhkydo2tfk] {
        font-size: 2rem;
    }

    .favorites-page .page-header p[b-mhkydo2tfk] {
        font-size: 1rem;
    }

    .empty-state-favorites[b-mhkydo2tfk] {
        padding: 60px 20px;
    }

    .empty-state-favorites h2[b-mhkydo2tfk] {
        font-size: 1.5rem;
    }
}

/* ===== RESPONSIVE: MOBILE (768px) ===== */
@media (max-width: 768px) {
    .favorites-page[b-mhkydo2tfk] {
        padding: 20px 15px;
    }

    .favorites-page .page-header[b-mhkydo2tfk] {
        margin-bottom: 25px;
    }

    .favorites-page .page-header h1[b-mhkydo2tfk] {
        font-size: 1.8rem;
        flex-direction: column;
        gap: 8px;
    }

    .favorites-page .page-header p[b-mhkydo2tfk] {
        font-size: 0.95rem;
    }

    .empty-state-favorites[b-mhkydo2tfk] {
        padding: 50px 15px;
        border-radius: 15px;
    }

    .empty-state-favorites h2[b-mhkydo2tfk] {
        font-size: 1.4rem;
    }

    .empty-state-favorites p[b-mhkydo2tfk] {
        font-size: 1rem;
    }

    .btn-explore[b-mhkydo2tfk] {
        padding: 12px 24px;
        font-size: 0.95rem;
        width: 100%;
        justify-content: center;
    }

    .favorites-count[b-mhkydo2tfk] {
        flex-direction: column;
        gap: 15px;
        text-align: center;
        padding: 12px 15px;
    }

    .btn-clear-all[b-mhkydo2tfk] {
        width: 100%;
        justify-content: center;
        padding: 10px 16px;
    }

    .card-actions-favorites[b-mhkydo2tfk] {
        margin-top: 12px;
        padding-top: 12px;
    }

    .btn-view-map[b-mhkydo2tfk] {
        padding: 10px 14px;
        font-size: 13px;
    }
}

/* ===== RESPONSIVE: SMALL MOBILE (480px) ===== */
@media (max-width: 480px) {
    .favorites-page[b-mhkydo2tfk] {
        padding: 15px 12px;
    }

    .favorites-page .page-header[b-mhkydo2tfk] {
        margin-bottom: 20px;
    }

    .favorites-page .page-header h1[b-mhkydo2tfk] {
        font-size: 1.5rem;
    }

    .favorites-page .page-header h1 .material-icons[b-mhkydo2tfk] {
        font-size: 28px;
    }

    .favorites-page .page-header p[b-mhkydo2tfk] {
        font-size: 0.9rem;
    }

    .empty-state-favorites[b-mhkydo2tfk] {
        padding: 40px 15px;
        border-radius: 12px;
    }

    .empty-state-favorites .material-icons[b-mhkydo2tfk] {
        font-size: 60px !important;
    }

    .empty-state-favorites h2[b-mhkydo2tfk] {
        font-size: 1.2rem;
        margin: 15px 0 8px;
    }

    .empty-state-favorites p[b-mhkydo2tfk] {
        font-size: 0.9rem;
        margin-bottom: 20px;
    }

    .btn-explore[b-mhkydo2tfk] {
        padding: 10px 20px;
        font-size: 0.9rem;
        border-radius: 25px;
    }

    .favorites-count[b-mhkydo2tfk] {
        padding: 10px 12px;
        margin-bottom: 20px;
        border-radius: 8px;
    }

    .favorites-count span[b-mhkydo2tfk] {
        font-size: 14px;
    }

    .btn-clear-all[b-mhkydo2tfk] {
        padding: 8px 14px;
        font-size: 13px;
    }

    .btn-clear-all .material-icons[b-mhkydo2tfk] {
        font-size: 16px;
    }

    .card-actions-favorites[b-mhkydo2tfk] {
        margin-top: 10px;
        padding-top: 10px;
    }

    .btn-view-map[b-mhkydo2tfk] {
        padding: 10px 12px;
        font-size: 12px;
        border-radius: 6px;
    }

    .btn-view-map .material-icons[b-mhkydo2tfk] {
        font-size: 16px;
    }
}
/* /Pages/FindYourHome.razor.rz.scp.css */
/* FindYourHome.razor - Component Specific Styles */
/* Main styles are in app.css for global usage */

/* This file is kept minimal - all primary styles for FindYourHome are defined in app.css */
/* Only add component-specific overrides here if needed */
/* /Pages/Home.razor.rz.scp.css */
.hero-carousel[b-2kntcdzs84] {
    position: relative;
    height: 100vh;
    min-height: 500px; /* asegura altura mínima en móviles */
    overflow: hidden;
}

.carousel-track[b-2kntcdzs84] {
    display: flex;
    height: 100%;
    transition: transform 1.5s ease-in-out;
}

.carousel-image[b-2kntcdzs84] {
    flex: 0 0 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.hero-overlay[b-2kntcdzs84] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}

/* Contenido principal */
.hero-content[b-2kntcdzs84] {
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    z-index: 5;
    max-width: 600px;
}

.hero-text h1[b-2kntcdzs84] {
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: white;
}

.hero-text p[b-2kntcdzs84] {
    margin-bottom: 1.5rem;
    line-height: 1.5;
    color: white;
    font-size: 1rem;
}

/* Botones */
.btn-primary[b-2kntcdzs84] {
    cursor: pointer;
    border: none;
    padding: 0.75rem 1.5rem;
    font-size: 1.2rem;
    border-radius: 0.25rem;
    background-color: #0c4da2 !important;
    color: white !important;
    transition: background-color 0.3s ease, transform 0.2s ease;
    border: 2px solid transparent;
}

    .btn-primary:hover[b-2kntcdzs84] {
        color: #ffff !important;
        background-color: transparent !important;
        border: 2px solid #0c4da2;
        transform: translateY(-4px);
    }

/* Stats */
.stats[b-2kntcdzs84] {
    display: flex;
    gap: 2rem;
    margin-top: 2rem;
    color: white;
}

    .stats h3[b-2kntcdzs84] {
        font-size: 1.4rem;
    }

    .stats p[b-2kntcdzs84] {
        font-size: 0.9rem;
        opacity: 0.85;
    }
/* ----- Responsivo ----- */

/* Tablets y laptops pequeñas */
@media (max-width: 1024px) {
    .hero-carousel[b-2kntcdzs84] {
        height: 80vh; /* menos alto que en desktop */
    }

    .carousel-image[b-2kntcdzs84] {
        height: 80vh;
        width: 100%;
       
        object-fit: cover; /* recorta si es necesario */
    }

    .hero-text h1[b-2kntcdzs84] {
        font-size: 2.5rem;
    }

    .hero-text p[b-2kntcdzs84] {
        font-size: 0.95rem;
    }
}



/* Móviles pequeños */
@media (max-width: 480px) {
    .hero-carousel[b-2kntcdzs84] {
        
    }

    .carousel-image[b-2kntcdzs84] {
        width: 100%;
        height: auto;
        object-fit: cover; /* recorta si es necesario */
    }

    .hero-content[b-2kntcdzs84] {
        left: 5%;
        max-width: 90%;
    }

    .hero-text h1[b-2kntcdzs84] {
        font-size: 1.6rem;
    }

    .hero-text p[b-2kntcdzs84] {
        font-size: 0.85rem;
    }

    .btn-primary[b-2kntcdzs84] {
        font-size: 1rem;
        padding: 0.6rem 1.2rem;
    }
}
/* /Pages/login.razor.rz.scp.css */
/* From Uiverse.io by R1SH4BH81 */
.form[b-bnkrd21t2d] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: #ffffff;
    padding: 30px;
    width: 450px;
    border-radius: 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

[b-bnkrd21t2d]::placeholder {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.form button[b-bnkrd21t2d] {
    align-self: flex-end;
}

.flex-column > label[b-bnkrd21t2d] {
    color: #151717;
    font-weight: 600;
}

.inputForm[b-bnkrd21t2d] {
    border: 1.5px solid #ecedec;
    border-radius: 10px;
    height: 50px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    transition: 0.2s ease-in-out;
}

.input[b-bnkrd21t2d] {
    margin-left: 10px;
    border-radius: 10px;
    border: none;
    width: 85%;
    height: 100%;
}

    .input:focus[b-bnkrd21t2d] {
        outline: none;
    }

.inputForm:focus-within[b-bnkrd21t2d] {
    border: 1.5px solid #2d79f3;
}

.flex-row[b-bnkrd21t2d] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

    .flex-row > div > label[b-bnkrd21t2d] {
        font-size: 14px;
        color: black;
        font-weight: 400;
    }

.span[b-bnkrd21t2d] {
    font-size: 14px;
    margin-left: 5px;
    color: #2d79f3;
    font-weight: 500;
    cursor: pointer;
}

.button-submit[b-bnkrd21t2d] {
    margin: 20px 0 10px 0;
    background-color: #151717;
    border: none;
    color: white;
    font-size: 15px;
    font-weight: 500;
    border-radius: 10px;
    height: 50px;
    width: 100%;
    cursor: pointer;
}

    .button-submit:hover[b-bnkrd21t2d] {
        background-color: #252727;
    }

.p[b-bnkrd21t2d] {
    text-align: center;
    color: black;
    font-size: 14px;
    margin: 5px 0;
}

.btn[b-bnkrd21t2d] {
    margin-top: 10px;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    gap: 10px;
    border: 1px solid #ededef;
    background-color: white;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

    .btn:hover[b-bnkrd21t2d] {
        border: 1px solid #2d79f3;
    }




/* Estilos principales del formulario */
.login-container[b-bnkrd21t2d] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: #f5f5f5;
}

.form[b-bnkrd21t2d] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: #ffffff;
    padding: 30px;
    width: 450px;
    border-radius: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.logo[b-bnkrd21t2d] {
    text-align: center;
    margin-bottom: 1rem;
}

    .logo img[b-bnkrd21t2d] {
        width: 120px;
        height: auto;
    }

.title[b-bnkrd21t2d] {
    text-align: center;
    margin-bottom: 1.5rem;
    color: #151717;
    font-size: 24px;
    font-weight: 600;
}

/* Estilos de los inputs */
.flex-column[b-bnkrd21t2d] {
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
}

    .flex-column > label[b-bnkrd21t2d] {
        color: #151717;
        font-weight: 600;
        margin-bottom: 5px;
    }

.inputForm[b-bnkrd21t2d] {
    border: 1.5px solid #ecedec;
    border-radius: 10px;
    height: 50px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    transition: 0.2s ease-in-out;
    margin-bottom: 15px;
}

.input[b-bnkrd21t2d] {
    margin-left: 10px;
    border-radius: 10px;
    border: none;
    width: 85%;
    height: 100%;
    font-size: 14px;
    font-family: inherit;
}

    .input:focus[b-bnkrd21t2d] {
        outline: none;
    }

.inputForm:focus-within[b-bnkrd21t2d] {
    border: 1.5px solid #2d79f3;
}

/* Botón principal */
.button-submit[b-bnkrd21t2d] {
    margin: 20px 0 10px 0;
    background-color: #151717;
    border: none;
    color: white;
    font-size: 15px;
    font-weight: 500;
    border-radius: 10px;
    height: 50px;
    width: 100%;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: inherit;
}

    .button-submit:hover:not(:disabled)[b-bnkrd21t2d] {
        background-color: #252727;
        transform: translateY(-1px);
    }

    .button-submit:disabled[b-bnkrd21t2d] {
        opacity: 0.6;
        cursor: not-allowed;
        transform: none;
    }

/* Texto del pie */
.p[b-bnkrd21t2d] {
    text-align: center;
    color: black;
    font-size: 14px;
    margin: 5px 0;
}

.span[b-bnkrd21t2d] {
    color: #2d79f3;
    font-weight: 500;
    cursor: pointer;
    text-decoration: underline;
}

    .span:hover[b-bnkrd21t2d] {
        color: #2563eb;
    }

/* Botón Microsoft */
.flex-row[b-bnkrd21t2d] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-top: 10px;
}

.btn.microsoft[b-bnkrd21t2d] {
    margin-top: 10px;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    gap: 10px;
    border: 1px solid #ededef;
    background-color: white;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    font-family: inherit;
}

    .btn.microsoft:hover:not(:disabled)[b-bnkrd21t2d] {
        border: 1px solid #2d79f3;
        transform: translateY(-1px);
    }

    .btn.microsoft:disabled[b-bnkrd21t2d] {
        opacity: 0.6;
        cursor: not-allowed;
        transform: none;
    }

/* Mensaje de error */
.error-message[b-bnkrd21t2d] {
    color: #dc2626;
    background: #fef2f2;
    border: 1px solid #fecaca;
    padding: 0.75rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    text-align: center;
    font-size: 0.875rem;
}

/* Loader */
.button-content[b-bnkrd21t2d] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.loader[b-bnkrd21t2d] {
    width: 28px;
    height: 28px;
    display: inline-block;
    position: relative;
}

    .loader div[b-bnkrd21t2d] {
        width: 6%;
        height: 16%;
        background: currentColor;
        position: absolute;
        left: 49%;
        top: 43%;
        opacity: 0;
        border-radius: 50px;
        animation: fade-b-bnkrd21t2d 1s linear infinite;
    }

@keyframes fade-b-bnkrd21t2d {
    from {
        opacity: 1;
    }

    to {
        opacity: 0.25;
    }
}

.loader .bar1[b-bnkrd21t2d] {
    transform: rotate(0deg) translate(0, -130%);
    animation-delay: 0s;
}

.loader .bar2[b-bnkrd21t2d] {
    transform: rotate(30deg) translate(0, -130%);
    animation-delay: -0.9167s;
}

.loader .bar3[b-bnkrd21t2d] {
    transform: rotate(60deg) translate(0, -130%);
    animation-delay: -0.833s;
}

.loader .bar4[b-bnkrd21t2d] {
    transform: rotate(90deg) translate(0, -130%);
    animation-delay: -0.75s;
}

.loader .bar5[b-bnkrd21t2d] {
    transform: rotate(120deg) translate(0, -130%);
    animation-delay: -0.667s;
}

.loader .bar6[b-bnkrd21t2d] {
    transform: rotate(150deg) translate(0, -130%);
    animation-delay: -0.5833s;
}

.loader .bar7[b-bnkrd21t2d] {
    transform: rotate(180deg) translate(0, -130%);
    animation-delay: -0.5s;
}

.loader .bar8[b-bnkrd21t2d] {
    transform: rotate(210deg) translate(0, -130%);
    animation-delay: -0.41667s;
}

.loader .bar9[b-bnkrd21t2d] {
    transform: rotate(240deg) translate(0, -130%);
    animation-delay: -0.333s;
}

.loader .bar10[b-bnkrd21t2d] {
    transform: rotate(270deg) translate(0, -130%);
    animation-delay: -0.25s;
}

.loader .bar11[b-bnkrd21t2d] {
    transform: rotate(300deg) translate(0, -130%);
    animation-delay: -0.1667s;
}

.loader .bar12[b-bnkrd21t2d] {
    transform: rotate(330deg) translate(0, -130%);
    animation-delay: -0.0833s;
}

/* Responsive */
@media (max-width: 480px) {
    .form[b-bnkrd21t2d] {
        width: 90%;
        padding: 20px;
        margin: 0 1rem;
    }

    .login-container[b-bnkrd21t2d] {
        padding: 1rem;
    }
}
/* /Pages/Profile.razor.rz.scp.css */
/* Dashboard Styles */
.dashboard-container[b-gmtugq6bba] {
    padding: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

/* Header */
.dashboard-header[b-gmtugq6bba] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e9ecef;
}

.user-profile[b-gmtugq6bba] {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.avatar-large[b-gmtugq6bba] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.avatar-large img[b-gmtugq6bba] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.avatar-placeholder[b-gmtugq6bba] {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    font-weight: bold;
}

.user-info h1[b-gmtugq6bba] {
    margin: 0 0 0.5rem 0;
    color: #2c3e50;
    font-size: 1.8rem;
}

.user-details[b-gmtugq6bba] {
    display: flex;
    gap: 1rem;
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
}

.user-role[b-gmtugq6bba] {
    background: #e3f2fd;
    color: #1976d2;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 500;
}

.user-email[b-gmtugq6bba],
.user-phone[b-gmtugq6bba] {
    color: #6c757d;
    font-size: 0.9rem;
}

.user-meta[b-gmtugq6bba] {
    display: flex;
    gap: 1rem;
    font-size: 0.8rem;
    color: #6c757d;
}

.header-actions[b-gmtugq6bba] {
    display: flex;
    gap: 1rem;
}

/* Stats Section */
.stats-section[b-gmtugq6bba] {
    margin-bottom: 2rem;
}

.stats-section h2[b-gmtugq6bba] {
    margin-bottom: 1.5rem;
    color: #2c3e50;
}

/* Card Grid - same as Dashboard */
.card-grid[b-gmtugq6bba] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.card[b-gmtugq6bba] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    border: 1px solid #e2e8f0;
    transition: transform 0.2s, box-shadow 0.2s;
}

.card:hover[b-gmtugq6bba] {
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.card-header[b-gmtugq6bba] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.card-title[b-gmtugq6bba] {
    font-size: 1rem;
    font-weight: 600;
    color: #4a5568;
    margin: 0;
}

.card-value[b-gmtugq6bba] {
    font-size: 2rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 0.5rem;
}

.stats-grid[b-gmtugq6bba] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.stat-card[b-gmtugq6bba] {
    background: white;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 1rem;
    border-left: 4px solid #007bff;
}

.stat-card.total[b-gmtugq6bba] {
    border-left-color: #007bff;
}

.stat-card.active[b-gmtugq6bba] {
    border-left-color: #28a745;
}

.stat-card.pending[b-gmtugq6bba] {
    border-left-color: #ffc107;
}

.stat-card.sold[b-gmtugq6bba] {
    border-left-color: #6f42c1;
}

.stat-icon[b-gmtugq6bba] {
    font-size: 2rem;
}

.stat-content h3[b-gmtugq6bba] {
    margin: 0 0 0.5rem 0;
    color: #6c757d;
    font-size: 0.9rem;
    font-weight: 500;
}

.stat-number[b-gmtugq6bba] {
    margin: 0;
    font-size: 2rem;
    font-weight: bold;
    color: #2c3e50;
}

/* Dashboard Content */
.dashboard-content[b-gmtugq6bba] {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
}

/* Properties Section */
.properties-section[b-gmtugq6bba],
.team-section[b-gmtugq6bba] {
    background: white;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.section-header[b-gmtugq6bba] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.section-header h2[b-gmtugq6bba] {
    margin: 0;
    color: #2c3e50;
}

.properties-grid[b-gmtugq6bba] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.property-card[b-gmtugq6bba] {
    border: 1px solid #e9ecef;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
}

.property-card:hover[b-gmtugq6bba] {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.property-image[b-gmtugq6bba] {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.property-image img[b-gmtugq6bba] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.property-status[b-gmtugq6bba] {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
}

.property-status.activo[b-gmtugq6bba] {
    background: #d4edda;
    color: #155724;
}

.property-status.pendiente[b-gmtugq6bba] {
    background: #fff3cd;
    color: #856404;
}

.property-info[b-gmtugq6bba] {
    padding: 1rem;
}

.property-info h4[b-gmtugq6bba] {
    margin: 0 0 0.5rem 0;
    color: #2c3e50;
    font-size: 1.1rem;
}

.property-price[b-gmtugq6bba] {
    font-size: 1.25rem;
    font-weight: bold;
    color: #007bff;
    margin: 0 0 0.5rem 0;
}

.property-meta[b-gmtugq6bba] {
    font-size: 0.8rem;
    color: #6c757d;
    margin-bottom: 1rem;
}

.property-actions[b-gmtugq6bba] {
    display: flex;
    gap: 0.5rem;
}

/* Team Section */
.team-grid[b-gmtugq6bba] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.team-member-card[b-gmtugq6bba] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    transition: background-color 0.2s;
}

.team-member-card:hover[b-gmtugq6bba] {
    background-color: #f8f9fa;
}

.member-avatar[b-gmtugq6bba] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.member-info[b-gmtugq6bba] {
    flex: 1;
}

.member-info h4[b-gmtugq6bba] {
    margin: 0 0 0.25rem 0;
    color: #2c3e50;
}

.member-role[b-gmtugq6bba] {
    margin: 0 0 0.25rem 0;
    color: #007bff;
    font-size: 0.9rem;
    font-weight: 500;
}

.member-email[b-gmtugq6bba],
.member-phone[b-gmtugq6bba] {
    margin: 0;
    font-size: 0.8rem;
    color: #6c757d;
}

.member-actions[b-gmtugq6bba] {
    display: flex;
    gap: 0.25rem;
}

/* Modal - Using global styles from app.css */

/* Skeleton Loading */
.skeleton-avatar[b-gmtugq6bba] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading-b-gmtugq6bba 1.5s infinite;
}

.skeleton-text[b-gmtugq6bba] {
    flex: 1;
}

.skeleton-line[b-gmtugq6bba] {
    height: 1rem;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading-b-gmtugq6bba 1.5s infinite;
    margin-bottom: 0.5rem;
    border-radius: 4px;
}

.skeleton-line.wide[b-gmtugq6bba] {
    width: 200px;
}

.skeleton-line.medium[b-gmtugq6bba] {
    width: 150px;
}

.skeleton-line.short[b-gmtugq6bba] {
    width: 100px;
}

.skeleton-image[b-gmtugq6bba] {
    height: 200px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading-b-gmtugq6bba 1.5s infinite;
}

.skeleton-actions[b-gmtugq6bba] {
    display: flex;
    gap: 0.5rem;
    margin-top: 1rem;
}

.skeleton-button[b-gmtugq6bba] {
    width: 60px;
    height: 32px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading-b-gmtugq6bba 1.5s infinite;
    border-radius: 4px;
}

.skeleton-icon[b-gmtugq6bba] {
    width: 2rem;
    height: 2rem;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading-b-gmtugq6bba 1.5s infinite;
    border-radius: 50%;
}

@keyframes loading-b-gmtugq6bba {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

/* Responsive */
@media (max-width: 1024px) {
    .dashboard-content[b-gmtugq6bba] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .dashboard-container[b-gmtugq6bba] {
        padding: 1rem;
    }

    .dashboard-header[b-gmtugq6bba] {
        flex-direction: column;
        gap: 1rem;
    }

    .user-profile[b-gmtugq6bba] {
        flex-direction: column;
        text-align: center;
    }

    .user-details[b-gmtugq6bba] {
        justify-content: center;
    }

    .header-actions[b-gmtugq6bba] {
        width: 100%;
        justify-content: center;
    }

    .stats-grid[b-gmtugq6bba] {
        grid-template-columns: 1fr;
    }

    .properties-grid[b-gmtugq6bba] {
        grid-template-columns: 1fr;
    }
}


/* Añade esto a tu CSS existente */

/* Avatar placeholder para miembros */
.member-avatar.placeholder[b-gmtugq6bba] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0c4da2 0%, #1e40af 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
}

/* Mejor formato de precio */
.property-price[b-gmtugq6bba] {
    font-weight: 700;
    color: #0c4da2;
    font-size: 1rem;
    white-space: nowrap;
}

/* Imágenes relativas */
.property-avatar img[b-gmtugq6bba] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

/* Estados de error/loading */
.error-state[b-gmtugq6bba] {
    text-align: center;
    padding: 2rem;
    color: #dc3545;
    background: #f8d7da;
    border-radius: 8px;
    margin: 1rem 0;
}

.error-state .material-icons[b-gmtugq6bba] {
    font-size: 3rem;
    margin-bottom: 1rem;
}

/* Responsive para tabla */
@media (max-width: 768px) {
    .table-container[b-gmtugq6bba] {
        overflow-x: auto;
    }

    .table[b-gmtugq6bba] {
        min-width: 600px;
    }

    .property-title[b-gmtugq6bba] {
        max-width: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

/* Añade esto a tu CSS */
.property-avatar img[b-gmtugq6bba] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    background-color: #f5f5f5;
    /* Color de fondo mientras carga */
}

.member-avatar img[b-gmtugq6bba] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #f1f5f9;
}

.avatar-large img[b-gmtugq6bba] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

/* Para imágenes que fallan al cargar */
img[onerror][b-gmtugq6bba] {
    background-color: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
}

img[onerror][b-gmtugq6bba]::before {
    content: "📷";
    font-size: 1.5rem;
    color: #6c757d;
}

/* ===== Estilos adicionales para la tabla completa ===== */

/* Tabla base mejorada */
.table-container[b-gmtugq6bba] {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow-x: auto;
    margin-bottom: 20px;
}

.table[b-gmtugq6bba] {
    width: 100%;
    border-collapse: collapse;
}

.table.table-responsive[b-gmtugq6bba] {
    min-width: auto;
}

.table th[b-gmtugq6bba] {
    background: #f8f9fa;
    padding: 12px 14px;
    text-align: left;
    font-weight: 600;
    color: #495057;
    border-bottom: 2px solid #dee2e6;
    font-size: 13px;
    white-space: nowrap;
}

.table td[b-gmtugq6bba] {
    padding: 12px 14px;
    border-bottom: 1px solid #dee2e6;
    vertical-align: middle;
    font-size: 13px;
}

.table tr:hover[b-gmtugq6bba] {
    background: #f8f9fa;
}

/* Property info cell (combined title + category) */
.property-info-cell[b-gmtugq6bba] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 150px;
}

.property-title-text[b-gmtugq6bba] {
    color: #2c3e50;
    font-weight: 600;
    display: block;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.category-badge-small[b-gmtugq6bba] {
    display: inline-block;
    background: #e3f2fd;
    color: #1976d2;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 0.7rem;
    font-weight: 500;
    width: fit-content;
}

.property-address-small[b-gmtugq6bba] {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #6c757d;
    font-size: 0.75rem;
}

.property-address-small i[b-gmtugq6bba] {
    font-size: 10px;
    color: #0c4da2;
}

/* Specs compact */
.specs-compact[b-gmtugq6bba] {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #6c757d;
    font-size: 12px;
    white-space: nowrap;
}

.specs-separator[b-gmtugq6bba] {
    color: #dee2e6;
}

/* Hide on mobile */
@media (max-width: 768px) {
    .hide-mobile[b-gmtugq6bba] {
        display: none !important;
    }

    .property-title-text[b-gmtugq6bba] {
        max-width: 120px;
    }

    .table th[b-gmtugq6bba],
    .table td[b-gmtugq6bba] {
        padding: 8px 10px;
    }

    .actions-cell .btn[b-gmtugq6bba] {
        padding: 4px 8px;
    }
}

/* Property Avatar */
.property-avatar[b-gmtugq6bba] {
    width: 50px;
    height: 50px;
    border-radius: 6px;
    overflow: hidden;
    flex-shrink: 0;
}

.property-avatar img[b-gmtugq6bba] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.property-avatar-placeholder[b-gmtugq6bba] {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

/* Title cell */
.property-title[b-gmtugq6bba] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.property-title strong[b-gmtugq6bba] {
    color: #2c3e50;
    font-weight: 600;
}

/* Category badge */
.category-badge[b-gmtugq6bba] {
    display: inline-block;
    background: #e3f2fd;
    color: #1976d2;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 500;
    border: 1px solid #bbdefb;
}

/* Address tooltip */
.address-tooltip[b-gmtugq6bba] {
    position: relative;
    cursor: help;
    max-width: 150px;
}

.address-text[b-gmtugq6bba] {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #495057;
}

/* Price */
.property-price[b-gmtugq6bba] {
    font-weight: 700;
    color: #0c4da2;
    white-space: nowrap;
}

/* Feature with icon (bedrooms/bathrooms) */
.feature-with-icon[b-gmtugq6bba] {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #6c757d;
}

.feature-with-icon .material-icons[b-gmtugq6bba] {
    font-size: 18px;
    color: #6c757d;
}

/* Features list */
.features-list[b-gmtugq6bba] {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.feature-tag[b-gmtugq6bba] {
    background: #e3f2fd;
    color: #1976d2;
    padding: 3px 8px;
    border-radius: 10px;
    font-size: 0.7rem;
    border: 1px solid #bbdefb;
    white-space: nowrap;
}

.feature-more[b-gmtugq6bba] {
    background: #f5f5f5;
    color: #666;
    padding: 3px 8px;
    border-radius: 10px;
    font-size: 0.7rem;
    border: 1px solid #e0e0e0;
}

/* Agents list */
.agents-list[b-gmtugq6bba] {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.agent-tag[b-gmtugq6bba] {
    background: #e8f5e9;
    color: #2e7d32;
    padding: 3px 8px;
    border-radius: 10px;
    font-size: 0.7rem;
    border: 1px solid #c8e6c9;
    white-space: nowrap;
}

.agent-more[b-gmtugq6bba] {
    background: #f5f5f5;
    color: #666;
    padding: 3px 8px;
    border-radius: 10px;
    font-size: 0.7rem;
    border: 1px solid #e0e0e0;
}

/* Status badges */
.property-status-badge[b-gmtugq6bba] {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

.property-status-badge.published[b-gmtugq6bba],
.property-status-badge.activo[b-gmtugq6bba] {
    background: #d4edda;
    color: #155724;
}

.property-status-badge.draft[b-gmtugq6bba],
.property-status-badge.pendiente[b-gmtugq6bba] {
    background: #fff3cd;
    color: #856404;
}

.property-status-badge.deleted[b-gmtugq6bba] {
    background: #f8d7da;
    color: #721c24;
}

/* Badge for title */
.badge[b-gmtugq6bba] {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 10px;
    font-size: 0.65rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 6px;
}

.badge.published[b-gmtugq6bba] {
    background: #d4edda;
    color: #155724;
}

/* Actions column */
.actions-column[b-gmtugq6bba] {
    width: 120px;
    text-align: right !important;
}

.actions-cell[b-gmtugq6bba] {
    text-align: right;
    white-space: nowrap;
}

.actions-cell .btn[b-gmtugq6bba] {
    padding: 6px 10px;
    margin-left: 4px;
}

.actions-cell .btn .material-icons[b-gmtugq6bba] {
    font-size: 18px;
}

/* Text muted */
.text-muted[b-gmtugq6bba] {
    color: #adb5bd;
    font-style: italic;
}

/* Button styles for table */
.btn.outline.edit[b-gmtugq6bba] {
    color: #0c4da2;
    border-color: #0c4da2;
}

.btn.outline.edit:hover[b-gmtugq6bba] {
    background: #0c4da2;
    color: white;
}

.btn.outline.view[b-gmtugq6bba] {
    color: #6c757d;
    border-color: #6c757d;
}

.btn.outline.view:hover[b-gmtugq6bba] {
    background: #6c757d;
    color: white;
}

/* Responsive improvements */
@media (max-width: 1200px) {
    .dashboard-content[b-gmtugq6bba] {
        grid-template-columns: 1fr;
    }
}

/* ===== Header Actions ===== */
.dashboard-header[b-gmtugq6bba] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.dashboard-header .header-actions[b-gmtugq6bba] {
    display: flex;
    gap: 10px;
}

.dashboard-header .header-actions .btn[b-gmtugq6bba] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    font-size: 14px;
    background: #0c4da2;
    color: white;
    border: 2px solid #0c4da2;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dashboard-header .header-actions .btn:hover[b-gmtugq6bba] {
    background: #093b80;
    border-color: #093b80;
}

.dashboard-header .header-actions .btn.outline[b-gmtugq6bba] {
    background: transparent;
    color: #0c4da2;
}

.dashboard-header .header-actions .btn.outline:hover[b-gmtugq6bba] {
    background: #0c4da2;
    color: white;
}

.dashboard-header .header-actions .btn .material-icons[b-gmtugq6bba] {
    font-size: 20px;
}

/* ===== Team Modal ===== */
.modal-overlay[b-gmtugq6bba] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    padding: 20px;
    animation: fadeIn-b-gmtugq6bba 0.2s ease;
}

@keyframes fadeIn-b-gmtugq6bba {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.team-modal[b-gmtugq6bba] {
    background: white;
    border-radius: 12px;
    max-width: 900px;
    width: 100%;
    max-height: 85vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    animation: slideUp-b-gmtugq6bba 0.3s ease;
}

@keyframes slideUp-b-gmtugq6bba {
    from {
        transform: translateY(30px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.team-modal .modal-header[b-gmtugq6bba] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    border-bottom: 1px solid #e5e7eb;
}

.team-modal .modal-header h2[b-gmtugq6bba] {
    margin: 0;
    font-size: 1.5rem;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    gap: 10px;
}

.team-modal .close-btn[b-gmtugq6bba] {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    color: #6c757d;
    transition: all 0.2s ease;
}

.team-modal .close-btn:hover[b-gmtugq6bba] {
    background: #f0f0f0;
    color: #333;
}

.team-modal .modal-body[b-gmtugq6bba] {
    padding: 24px;
    overflow-y: auto;
    flex: 1;
}

.team-modal .team-grid[b-gmtugq6bba] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}

.team-modal .team-member-card[b-gmtugq6bba] {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 16px;
    background: #f9fafb;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    transition: all 0.2s ease;
}

.team-modal .team-member-card:hover[b-gmtugq6bba] {
    border-color: #0c4da2;
    box-shadow: 0 4px 12px rgba(12, 77, 162, 0.1);
}

.team-modal .member-avatar[b-gmtugq6bba] {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.team-modal .member-avatar.placeholder[b-gmtugq6bba] {
    background: linear-gradient(135deg, #0c4da2, #093b80);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 600;
}

.team-modal .member-info[b-gmtugq6bba] {
    flex: 1;
    min-width: 0;
}

.team-modal .member-info h4[b-gmtugq6bba] {
    margin: 0 0 4px 0;
    font-size: 1rem;
    color: #1a1a1a;
    font-weight: 600;
}

.team-modal .member-role[b-gmtugq6bba] {
    color: #0c4da2;
    font-size: 0.85rem;
    font-weight: 500;
    margin: 0 0 6px 0;
}

.team-modal .member-email[b-gmtugq6bba],
.team-modal .member-phone[b-gmtugq6bba] {
    color: #6c757d;
    font-size: 0.8rem;
    margin: 2px 0;
    word-break: break-all;
}

.team-modal .member-actions[b-gmtugq6bba] {
    display: flex;
    gap: 8px;
}

.team-modal .btn-icon[b-gmtugq6bba] {
    background: #e8f4fd;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #0c4da2;
    transition: all 0.2s ease;
}

.team-modal .btn-icon:hover[b-gmtugq6bba] {
    background: #0c4da2;
    color: white;
}

.team-modal .btn-icon .material-icons[b-gmtugq6bba] {
    font-size: 18px;
}

.team-modal .empty-state[b-gmtugq6bba] {
    text-align: center;
    padding: 40px;
    color: #6c757d;
}

.team-modal .empty-state .material-icons[b-gmtugq6bba] {
    font-size: 48px;
    margin-bottom: 10px;
    opacity: 0.5;
}

/* Responsive for team modal */
@media (max-width: 768px) {
    .team-modal[b-gmtugq6bba] {
        max-height: 95vh;
        margin: 10px;
    }

    .team-modal .team-grid[b-gmtugq6bba] {
        grid-template-columns: 1fr;
    }

    .dashboard-header[b-gmtugq6bba] {
        flex-direction: column;
        align-items: flex-start;
    }

    .dashboard-header .header-actions[b-gmtugq6bba] {
        width: 100%;
        justify-content: flex-end;
    }
}

/* ===== Responsive for 14 inch screens (1366px) ===== */
@media (max-width: 1400px) {
    .dashboard-container[b-gmtugq6bba] {
        padding: 1.5rem;
        max-width: 100%;
    }

    /* Header adjustments */
    .user-info h1[b-gmtugq6bba] {
        font-size: 1.5rem;
    }

    .avatar-large[b-gmtugq6bba] {
        width: 65px;
        height: 65px;
    }

    .user-details[b-gmtugq6bba] {
        gap: 0.75rem;
    }

    .user-role[b-gmtugq6bba] {
        font-size: 0.8rem;
        padding: 0.2rem 0.6rem;
    }

    .user-email[b-gmtugq6bba],
    .user-phone[b-gmtugq6bba] {
        font-size: 0.85rem;
    }

    /* Stats cards */
    .card-grid[b-gmtugq6bba] {
        gap: 1rem;
    }

    .card[b-gmtugq6bba] {
        padding: 1rem;
    }

    .card-value[b-gmtugq6bba] {
        font-size: 1.75rem;
    }

    .card-title[b-gmtugq6bba] {
        font-size: 0.85rem;
    }

    /* Table adjustments */
    .table th[b-gmtugq6bba],
    .table td[b-gmtugq6bba] {
        padding: 0.6rem 0.5rem;
        font-size: 0.85rem;
    }

    .table th[b-gmtugq6bba] {
        font-size: 0.8rem;
    }

    .property-avatar[b-gmtugq6bba] {
        width: 45px;
        height: 45px;
    }

    .property-title strong[b-gmtugq6bba] {
        font-size: 0.9rem;
    }

    .badge.published[b-gmtugq6bba] {
        font-size: 0.65rem;
        padding: 0.15rem 0.4rem;
    }

    .category-badge[b-gmtugq6bba] {
        font-size: 0.75rem;
        padding: 0.2rem 0.5rem;
    }

    .address-text[b-gmtugq6bba] {
        font-size: 0.8rem;
    }

    .property-price[b-gmtugq6bba] {
        font-size: 0.9rem;
    }

    .feature-with-icon[b-gmtugq6bba] {
        gap: 0.3rem;
    }

    .feature-with-icon .material-icons[b-gmtugq6bba] {
        font-size: 16px;
    }

    .agent-tag[b-gmtugq6bba] {
        font-size: 0.7rem;
        padding: 0.15rem 0.4rem;
    }

    .actions-cell .btn[b-gmtugq6bba] {
        padding: 0.4rem;
    }

    .actions-cell .btn .material-icons[b-gmtugq6bba] {
        font-size: 18px;
    }

    /* Section headers */
    .section-header h2[b-gmtugq6bba] {
        font-size: 1.2rem;
    }
}

/* ===== Extra compact for smaller laptops (1280px and below) ===== */
@media (max-width: 1280px) {
    .dashboard-container[b-gmtugq6bba] {
        padding: 1rem;
    }

    .dashboard-header[b-gmtugq6bba] {
        gap: 1rem;
        margin-bottom: 1.5rem;
        padding-bottom: 1rem;
    }

    .user-profile[b-gmtugq6bba] {
        gap: 1rem;
    }

    .avatar-large[b-gmtugq6bba] {
        width: 55px;
        height: 55px;
    }

    .user-info h1[b-gmtugq6bba] {
        font-size: 1.3rem;
    }

    .user-meta[b-gmtugq6bba] {
        flex-direction: column;
        gap: 0.25rem;
    }

    /* Cards in 2 columns */
    .card-grid[b-gmtugq6bba] {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.75rem;
    }

    .card[b-gmtugq6bba] {
        padding: 0.75rem;
    }

    .card-value[b-gmtugq6bba] {
        font-size: 1.5rem;
    }

    /* Table compact */
    .table th[b-gmtugq6bba],
    .table td[b-gmtugq6bba] {
        padding: 0.5rem 0.4rem;
        font-size: 0.8rem;
    }

    .property-avatar[b-gmtugq6bba] {
        width: 40px;
        height: 40px;
    }

    .table-container[b-gmtugq6bba] {
        margin-bottom: 1rem;
    }

    /* Team modal */
    .team-modal[b-gmtugq6bba] {
        max-width: 700px;
    }

    .team-modal .team-grid[b-gmtugq6bba] {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .team-modal .team-member-card[b-gmtugq6bba] {
        padding: 12px;
    }

    .team-modal .member-avatar[b-gmtugq6bba] {
        width: 48px;
        height: 48px;
    }
}
/* /Pages/Singup.razor.rz.scp.css */
/* From Uiverse.io by R1SH4BH81 */
.form[b-tf4zmg5oef] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: #ffffff;
    padding: 30px;
    width: 450px;
    border-radius: 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

[b-tf4zmg5oef]::placeholder {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.form button[b-tf4zmg5oef] {
    align-self: flex-end;
}

.flex-column > label[b-tf4zmg5oef] {
    color: #151717;
    font-weight: 600;
}

.inputForm[b-tf4zmg5oef] {
    border: 1.5px solid #ecedec;
    border-radius: 10px;
    height: 50px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    transition: 0.2s ease-in-out;
}

.input[b-tf4zmg5oef] {
    margin-left: 10px;
    border-radius: 10px;
    border: none;
    width: 85%;
    height: 100%;
}

    .input:focus[b-tf4zmg5oef] {
        outline: none;
    }

.inputForm:focus-within[b-tf4zmg5oef] {
    border: 1.5px solid #2d79f3;
}

.flex-row[b-tf4zmg5oef] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

    .flex-row > div > label[b-tf4zmg5oef] {
        font-size: 14px;
        color: black;
        font-weight: 400;
    }

.span[b-tf4zmg5oef] {
    font-size: 14px;
    margin-left: 5px;
    color: #2d79f3;
    font-weight: 500;
    cursor: pointer;
}

.button-submit[b-tf4zmg5oef] {
    margin: 20px 0 10px 0;
    background-color: #151717;
    border: none;
    color: white;
    font-size: 15px;
    font-weight: 500;
    border-radius: 10px;
    height: 50px;
    width: 100%;
    cursor: pointer;
}

    .button-submit:hover[b-tf4zmg5oef] {
        background-color: #252727;
    }

.p[b-tf4zmg5oef] {
    text-align: center;
    color: black;
    font-size: 14px;
    margin: 5px 0;
}

.btn[b-tf4zmg5oef] {
    margin-top: 10px;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    gap: 10px;
    border: 1px solid #ededef;
    background-color: white;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

    .btn:hover[b-tf4zmg5oef] {
        border: 1px solid #2d79f3;
    }




/* Estilos principales del formulario */
.login-container[b-tf4zmg5oef] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: #f5f5f5;
}

.form[b-tf4zmg5oef] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: #ffffff;
    padding: 30px;
    width: 450px;
    border-radius: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.logo[b-tf4zmg5oef] {
    text-align: center;
    margin-bottom: 1rem;
}

    .logo img[b-tf4zmg5oef] {
        width: 120px;
        height: auto;
    }

.title[b-tf4zmg5oef] {
    text-align: center;
    margin-bottom: 1.5rem;
    color: #151717;
    font-size: 24px;
    font-weight: 600;
}

/* Estilos de los inputs */
.flex-column[b-tf4zmg5oef] {
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
}

    .flex-column > label[b-tf4zmg5oef] {
        color: #151717;
        font-weight: 600;
        margin-bottom: 5px;
    }

.inputForm[b-tf4zmg5oef] {
    border: 1.5px solid #ecedec;
    border-radius: 10px;
    height: 50px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    transition: 0.2s ease-in-out;
    margin-bottom: 15px;
}

.input[b-tf4zmg5oef] {
    margin-left: 10px;
    border-radius: 10px;
    border: none;
    width: 85%;
    height: 100%;
    font-size: 14px;
    font-family: inherit;
}

    .input:focus[b-tf4zmg5oef] {
        outline: none;
    }

.inputForm:focus-within[b-tf4zmg5oef] {
    border: 1.5px solid #2d79f3;
}

/* Botón principal */
.button-submit[b-tf4zmg5oef] {
    margin: 20px 0 10px 0;
    background-color: #151717;
    border: none;
    color: white;
    font-size: 15px;
    font-weight: 500;
    border-radius: 10px;
    height: 50px;
    width: 100%;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: inherit;
}

    .button-submit:hover:not(:disabled)[b-tf4zmg5oef] {
        background-color: #252727;
        transform: translateY(-1px);
    }

    .button-submit:disabled[b-tf4zmg5oef] {
        opacity: 0.6;
        cursor: not-allowed;
        transform: none;
    }

/* Texto del pie */
.p[b-tf4zmg5oef] {
    text-align: center;
    color: black;
    font-size: 14px;
    margin: 5px 0;
}

.span[b-tf4zmg5oef] {
    color: #2d79f3;
    font-weight: 500;
    cursor: pointer;
    text-decoration: underline;
}

    .span:hover[b-tf4zmg5oef] {
        color: #2563eb;
    }

/* Botón Microsoft */
.flex-row[b-tf4zmg5oef] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-top: 10px;
}

.btn.microsoft[b-tf4zmg5oef] {
    margin-top: 10px;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    gap: 10px;
    border: 1px solid #ededef;
    background-color: white;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    font-family: inherit;
}

    .btn.microsoft:hover:not(:disabled)[b-tf4zmg5oef] {
        border: 1px solid #2d79f3;
        transform: translateY(-1px);
    }

    .btn.microsoft:disabled[b-tf4zmg5oef] {
        opacity: 0.6;
        cursor: not-allowed;
        transform: none;
    }

/* Mensaje de error */
.error-message[b-tf4zmg5oef] {
    color: #dc2626;
    background: #fef2f2;
    border: 1px solid #fecaca;
    padding: 0.75rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    text-align: center;
    font-size: 0.875rem;
}

/* Loader */
.button-content[b-tf4zmg5oef] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.loader[b-tf4zmg5oef] {
    width: 28px;
    height: 28px;
    display: inline-block;
    position: relative;
}

    .loader div[b-tf4zmg5oef] {
        width: 6%;
        height: 16%;
        background: currentColor;
        position: absolute;
        left: 49%;
        top: 43%;
        opacity: 0;
        border-radius: 50px;
        animation: fade-b-tf4zmg5oef 1s linear infinite;
    }

@keyframes fade-b-tf4zmg5oef {
    from {
        opacity: 1;
    }

    to {
        opacity: 0.25;
    }
}

.loader .bar1[b-tf4zmg5oef] {
    transform: rotate(0deg) translate(0, -130%);
    animation-delay: 0s;
}

.loader .bar2[b-tf4zmg5oef] {
    transform: rotate(30deg) translate(0, -130%);
    animation-delay: -0.9167s;
}

.loader .bar3[b-tf4zmg5oef] {
    transform: rotate(60deg) translate(0, -130%);
    animation-delay: -0.833s;
}

.loader .bar4[b-tf4zmg5oef] {
    transform: rotate(90deg) translate(0, -130%);
    animation-delay: -0.75s;
}

.loader .bar5[b-tf4zmg5oef] {
    transform: rotate(120deg) translate(0, -130%);
    animation-delay: -0.667s;
}

.loader .bar6[b-tf4zmg5oef] {
    transform: rotate(150deg) translate(0, -130%);
    animation-delay: -0.5833s;
}

.loader .bar7[b-tf4zmg5oef] {
    transform: rotate(180deg) translate(0, -130%);
    animation-delay: -0.5s;
}

.loader .bar8[b-tf4zmg5oef] {
    transform: rotate(210deg) translate(0, -130%);
    animation-delay: -0.41667s;
}

.loader .bar9[b-tf4zmg5oef] {
    transform: rotate(240deg) translate(0, -130%);
    animation-delay: -0.333s;
}

.loader .bar10[b-tf4zmg5oef] {
    transform: rotate(270deg) translate(0, -130%);
    animation-delay: -0.25s;
}

.loader .bar11[b-tf4zmg5oef] {
    transform: rotate(300deg) translate(0, -130%);
    animation-delay: -0.1667s;
}

.loader .bar12[b-tf4zmg5oef] {
    transform: rotate(330deg) translate(0, -130%);
    animation-delay: -0.0833s;
}

/* Responsive */
@media (max-width: 480px) {
    .form[b-tf4zmg5oef] {
        width: 90%;
        padding: 20px;
        margin: 0 1rem;
    }

    .login-container[b-tf4zmg5oef] {
        padding: 1rem;
    }
}
