@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: #3f8efc;
        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: #3f8efc;
        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: #3f8efc;
    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: #555;
}

/* 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: #3f8efc;
	}

/* 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: #3f8efc;
	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: #2d6cdf; /* Dark background similar to the image */
    color: #fff;
    padding: 30px;
    border-radius: 8px;
}

    .contact-details h3[b-epjvzg29mx] {
        color: #cfcfcf; /* Light grey text */
        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; /* Slightly lighter grey */
        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; /* Green icon color */
        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; /* White background for the form */
}

    .send-message-form h3[b-epjvzg29mx] {
        color: #2d6cdf;
        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; /* Dark grey text */
    }

    .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; /* Light border */
        border-radius: 5px;
        font-size: 1rem;
        color: #2d3748;
        background-color: #edf2f7; /* Light background */
        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: #2d6cdf;
        }

    .contact-form textarea[b-epjvzg29mx] {
        min-height: 120px;
    }

.submit-button[b-epjvzg29mx] {
    grid-column: 1 / -1;
    text-align: left; /* Align button to the left */
}

.primary-button[b-epjvzg29mx] {
    background-color: #48bb78; /* Green button color */
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

    .primary-button:hover[b-epjvzg29mx] {
        background-color: #38a169;
    }

.primary-button[b-epjvzg29mx] {
    cursor: pointer;
    border: none;
    padding: 0.75rem 1.5rem;
    font-size: 1.2rem;
    border-radius: 0.25rem;
    background-color: #007bff !important;
    color: white !important;
    transition: background-color 0.3s ease, transform 0.2s ease;
    border: 2px solid transparent;
}

    .primary-button:hover[b-epjvzg29mx] {
        color: #007bff !important;
        background-color: transparent !important;
        border: 2px solid #007bff;
        transform: translateY(-4px);
    }

.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%; /* Aspect ratio 16:9 */
}

    .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: #ccc;
    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: rgba(63, 142, 252, 0.8);
    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 */
/* Base styles for larger screens (already provided in the previous response) */
.search-section[b-0qm98mlb40] {

    padding-top:4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.search-form[b-0qm98mlb40] {
    display: flex;
    border-radius: 50px;
}

.search-input[b-0qm98mlb40] {
    width: 400px;
    padding: 15px 25px;
    border: none;
    border-radius: 50px 0 0 50px;
    font-size: 16px;
    outline: none;
    box-shadow: 0px 10px 25px rgba(0,0,0,0.1);
}

.search-button[b-0qm98mlb40] {
    padding: 15px 30px;
    border: none;
    border-radius: 0 50px 50px 0;
    background-color: #3f8efc;
    color: white;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

/* * Responsive styles for screens smaller than 768px 
 * This is the new part for responsiveness
 */
@media (max-width: 768px) {
    .search-form[b-0qm98mlb40] {
        /* Changes the layout from a row to a column */
        flex-direction: column;
        /* Aligns items to be full-width */
        align-items: stretch;
        /* Adjusts the border radius for a block look */
        border-radius: 10px;
    }

    .search-input[b-0qm98mlb40] {
        /* Ensures the input takes up the full width of the form */
        width: auto;
        /* Rounds all corners for a block-like design */
        border-radius: 10px;
        /* Adds space between the input and the button */
        margin-bottom: 10px;
        /* Centers the text */
        text-align: center;
    }

    .search-button[b-0qm98mlb40] {
        /* Rounds all corners to match the input */
        border-radius: 10px;
    }
}
/* /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: #007bff;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.contact-agent button[b-rk09ibi5vw] {
    background-color: #007bff;
    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;
}

.thumbnail[b-rk09ibi5vw] {
    width: 100px;
    height: auto;
    border-radius: 4px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: border-color 0.3s;
    flex-shrink: 0;
}

    .thumbnail:hover[b-rk09ibi5vw], .thumbnail.active[b-rk09ibi5vw] {
        border-color: #007bff;
    }

.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: #2399ff;
}

.address[b-rk09ibi5vw] {
    font-size: 1.2em;
    color: #333;
    margin-top: 5px;
}

.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: #007bff;
    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: #007bff;
        }

    .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;
    }

.fixed-button[b-rk09ibi5vw] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

    .fixed-button button[b-rk09ibi5vw] {
        background-color: #007bff;
        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: #2d6cdf;
    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: #2d6cdf;
        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: #2d6cdf;
        }

    .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: #007bff !important;
    color: white !important;
    transition: background-color 0.3s ease, transform 0.2s ease;
    border: 2px solid transparent;
}

    .primary-button:hover[b-rk09ibi5vw] {
        color: #007bff !important;
        background-color: transparent !important;
        border: 2px solid #007bff;
        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: column;
        align-items: stretch;
    }

    .back-link[b-rk09ibi5vw] {
        margin-bottom: 10px;
    }

    .contact-agent[b-rk09ibi5vw] {
        width: 100%;
    }

        .contact-agent button[b-rk09ibi5vw] {
            width: 100%;
        }

    .listing-details[b-rk09ibi5vw] {
        flex-direction: column;
        align-items: flex-start;
    }

    .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: #2d6cdf; /* Azul destacado */
        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: #007bff !important;
    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 #007bff;
        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: #3f8efc;
    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: #007bff;
        }

.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: #007bff !important;
    color: white !important;
    transition: background-color 0.3s ease, transform 0.2s ease;
    border: 2px solid transparent;
}

    .btn-started:hover[b-2m51x13gwl] {
        color: #007bff !important;
        background-color: white !important; 
        border: 2px solid #007bff;
        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 #007bff;
    color: #007bff !important;
    font-weight: 500;
    transition: all 0.3s ease;
}

    .btn-members:hover[b-2m51x13gwl] {
        background-color: #007bff !important;
        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;
}

    .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: #2e62ff;
    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: #2e62ff;
    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: #007bff;
    --image-size: 180px; /* Tamaño fijo para las imágenes */
}

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%; /* Mantiene el círculo */
    margin-bottom: 15px;
    object-fit: cover; /* Esto evita que la imagen se deforme */
    object-position: center; /* Centra la imagen en el contenedor */
    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; /* Aplica también en el modal */
    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: #3f8efc;
        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: #3f8efc;
            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: #3f8efc;
    }

.btn-cita[b-yiki2mcv56] {
    background: #3f8efc;
    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: #2c6ed6;
    }

    .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: #2e62ff;
    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: #1e52ef;
    }

/* --- 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: #2e62ff;
        }

        /* 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: #2e62ff;
        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 */

/*

.employee-list-container {
    padding: 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.header {
    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;
}

    .header h2 {
        margin: 0;
        color: #2c3e50;
        font-size: 28px;
        font-weight: 600;
        flex: 1;
        min-width: 300px;
    }

.header-actions {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.filters-section {
    margin-bottom: 25px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.filter-group {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

    .filter-group label {
        margin-bottom: 0;
        font-weight: 500;
        color: #495057;
        font-size: 14px;
        white-space: nowrap;
    }

.status-filter {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    background-color: #fff;
    min-width: 150px;
}

    .status-filter:focus {
        outline: none;
        border-color: #007bff;
        box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
    }

.search-box {
    position: relative;
    min-width: 300px;
}

.search-box__icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    fill: #6c757d;
}

.search-box__input {
    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;
}

    .search-box__input:focus {
        outline: none;
        border-color: #007bff;
        box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
    }

.btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 16px;
    border: 1px solid;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    background: none;
}

    .btn.primary {
        background: #007bff;
        color: white;
        border-color: #007bff;
    }

        .btn.primary:hover:not(:disabled) {
            background: #0056b3;
            border-color: #0056b3;
        }

    .btn.success {
        background: #28a745;
        color: white;
        border-color: #28a745;
    }

        .btn.success:hover:not(:disabled) {
            background: #1e7e34;
            border-color: #1e7e34;
        }

    .btn.outline {
        background: transparent;
    }

        .btn.outline.success {
            color: #28a745;
            border-color: #28a745;
        }

            .btn.outline.success:hover:not(:disabled) {
                background: #28a745;
                color: white;
            }

        .btn.outline.warning {
            color: #ffc107;
            border-color: #ffc107;
        }

            .btn.outline.warning:hover:not(:disabled) {
                background: #ffc107;
                color: #212529;
            }

        .btn.outline.delete {
            color: #dc3545;
            border-color: #dc3545;
        }

            .btn.outline.delete:hover:not(:disabled) {
                background: #dc3545;
                color: white;
            }

    .btn.delete {
        background: #dc3545;
        color: white;
        border-color: #dc3545;
    }

        .btn.delete:hover:not(:disabled) {
            background: #c82333;
            border-color: #c82333;
        }

    .btn:disabled {
        opacity: 0.6;
        cursor: not-allowed;
    }

.loading-state {
    text-align: center;
    padding: 60px 20px;
    color: #6c757d;
}

.loading-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #007bff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 20px;
}

    .loading-spinner.small {
        width: 30px;
        height: 30px;
        border-width: 3px;
    }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.empty-state {
    background: #fff;
    border-radius: 8px;
    padding: 60px 40px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    border: 1px solid #e9ecef;
}

    .empty-state .material-icons {
        font-size: 64px;
        color: #dee2e6;
        margin-bottom: 20px;
    }

    .empty-state h3 {
        color: #6c757d;
        margin-bottom: 10px;
        font-weight: 500;
    }

    .empty-state p {
        color: #6c757d;
        margin-bottom: 20px;
    }


.table-container {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 30px;
}

.table {
    width: 100%;
    border-collapse: collapse;
}

    .table th {
        background: #f8f9fa;
        padding: 12px 16px;
        text-align: left;
        font-weight: 600;
        color: #495057;
        border-bottom: 2px solid #dee2e6;
        font-size: 14px;
    }

    .table td {
        padding: 12px 16px;
        border-bottom: 1px solid #dee2e6;
        vertical-align: top;
    }

    .table tr:hover {
        background: #f8f9fa;
    }


.title-cell {
    font-weight: 600;
    color: #2c3e50;
}

.address-cell {
    max-width: 200px;
}

.address-tooltip {
    position: relative;
    cursor: help;
}

.address-text {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tooltip-content {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
}

.address-tooltip:hover .tooltip-content {
    opacity: 1;
    visibility: visible;
}

.price-cell {
    font-weight: 600;
    color: #28a745;
}

.feature-with-icon {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #6c757d;
}

    .feature-with-icon .material-icons {
        font-size: 18px;
        color: #6c757d;
    }


.badge {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

    .badge.published {
        background: #d4edda;
        color: #155724;
    }

    .badge.draft {
        background: #fff3cd;
        color: #856404;
    }


.property-features {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.feature-badge {
    background: #e3f2fd;
    color: #1976d2;
    padding: 2px 6px;
    border-radius: 12px;
    font-size: 0.75rem;
    border: 1px solid #bbdefb;
}

.feature-more {
    background: #f5f5f5;
    color: #666;
    padding: 2px 6px;
    border-radius: 12px;
    font-size: 0.75rem;
    border: 1px solid #e0e0e0;
}


.assigned-users {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.user-badge {
    background: #e8f5e8;
    color: #2e7d32;
    padding: 2px 6px;
    border-radius: 12px;
    font-size: 0.75rem;
    border: 1px solid #c8e6c9;
}

.user-more {
    background: #f5f5f5;
    color: #666;
    padding: 2px 6px;
    border-radius: 12px;
    font-size: 0.75rem;
    border: 1px solid #e0e0e0;
}

.actions-column {
    width: 150px;
    text-align: right;
}

.actions-cell {
    text-align: right;
}

.action-buttons {
    display: flex;
    gap: 6px;
    justify-content: flex-end;
}

    .action-buttons .btn {
        padding: 6px 8px;
    }

        .action-buttons .btn .material-icons {
            font-size: 16px;
        }


.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.page-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    color: #6c757d;
    font-size: 14px;
}

.total-items {
    font-size: 12px;
    color: #adb5bd;
}


.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    padding: 20px;
}

.large-modal {
    max-width: 900px;
    width: 95%;
    max-height: 95vh;
}

.wizard-modal {
    background: white;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 30px;
    border-bottom: 1px solid #e9ecef;
    background: #f8f9fa;
}

    .modal-header h2 {
        margin: 0;
        color: #2c3e50;
        font-size: 24px;
        font-weight: 600;
    }

.close-btn {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #6c757d;
    padding: 4px;
    border-radius: 4px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .close-btn:hover {
        background: #e9ecef;
        color: #495057;
    }

/
.wizard-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 30px;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    position: relative;
    z-index: 1;
}

.step-number {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    border: 2px solid #dee2e6;
    background: white;
    color: #6c757d;
    transition: all 0.3s ease;
}

.step-label {
    font-size: 12px;
    color: #6c757d;
    font-weight: 500;
    text-align: center;
    transition: all 0.3s ease;
}

.step.active .step-number {
    border-color: #007bff;
    background: #007bff;
    color: white;
}

.step.active .step-label {
    color: #007bff;
    font-weight: 600;
}

.step.completed .step-number {
    border-color: #28a745;
    background: #28a745;
    color: white;
}

.step.completed .step-label {
    color: #28a745;
}

.step-connector {
    flex: 1;
    height: 2px;
    background: #dee2e6;
    margin: 0 10px;
    position: relative;
    top: -16px;
}

.step.completed + .step-connector {
    background: #28a745;
}


.modal-body {
    padding: 30px;
    max-height: 60vh;
    overflow-y: auto;
}

.form-section {
    margin-bottom: 0;
}

    .form-section h3 {
        margin: 0 0 20px 0;
        color: #2c3e50;
        font-size: 20px;
        font-weight: 600;
        padding-bottom: 12px;
        border-bottom: 2px solid #f8f9fa;
    }

.section-description {
    color: #6c757d;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 1.5;
}

.form-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

    .form-group.full-width {
        grid-column: 1 / -1;
    }

    .form-group label {
        font-weight: 500;
        color: #495057;
        font-size: 14px;
    }

        .form-group label.required::after {
            content: " *";
            color: #dc3545;
        }

.form-control {
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    transition: all 0.3s ease;
    background-color: #fff;
}

    .form-control:focus {
        outline: none;
        border-color: #007bff;
        box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
    }

.textarea {
    resize: vertical;
    min-height: 100px;
}

.char-counter {
    text-align: right;
    font-size: 12px;
    color: #6c757d;
    margin-top: 4px;
}


.features-container {
    max-height: 400px;
    overflow-y: auto;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 20px;
    background: #fafafa;
}

.selected-features-summary {
    background: #e8f5e8;
    border: 1px solid #c8e6c9;
    border-radius: 6px;
    padding: 12px 16px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.selected-count {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #2e7d32;
    font-weight: 500;
}

    .selected-count .material-icons {
        color: #4caf50;
    }

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 12px;
}

.feature-checkbox {
    display: flex;
    align-items: flex-start;
    padding: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    background: #fff;
}

    .feature-checkbox:hover {
        background: #f8f9fa;
        border-color: #007bff;
    }

    .feature-checkbox input[type="checkbox"] {
        display: none;
    }

.checkmark {
    width: 18px;
    height: 18px;
    border: 2px solid #ccc;
    border-radius: 3px;
    margin-right: 12px;
    margin-top: 2px;
    position: relative;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.feature-checkbox input[type="checkbox"]:checked + .checkmark {
    background: #28a745;
    border-color: #28a745;
}

    .feature-checkbox input[type="checkbox"]:checked + .checkmark::after {
        content: "✓";
        position: absolute;
        color: white;
        font-size: 12px;
        font-weight: bold;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.feature-content {
    flex: 1;
}

.feature-name {
    display: block;
    font-weight: 500;
    color: #2c3e50;
    margin-bottom: 4px;
}

.feature-description {
    display: block;
    font-size: 12px;
    color: #6c757d;
    line-height: 1.4;
}


.users-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 12px;
}

.user-checkbox {
    display: flex;
    align-items: flex-start;
    padding: 16px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    background: #fff;
    position: relative;
}

    .user-checkbox:hover {
        background: #f8f9fa;
        border-color: #007bff;
    }

    .user-checkbox.primary-user {
        border-color: #ffc107;
        background: #fffbf0;
    }

        .user-checkbox.primary-user:hover {
            border-color: #ffb300;
        }

    .user-checkbox input[type="checkbox"] {
        display: none;
    }

.user-content {
    flex: 1;
    margin-left: 12px;
}

.user-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 6px;
}

.user-name {
    font-weight: 600;
    color: #2c3e50;
    font-size: 15px;
}

.primary-badge {
    background: #ffc107;
    color: #212529;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 10px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
}

    .primary-badge .material-icons {
        font-size: 14px;
    }

.user-email {
    display: block;
    color: #6c757d;
    font-size: 13px;
    margin-bottom: 8px;
}

.user-roles {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 8px;
}

.user-role-badge {
    background: #e3f2fd;
    color: #1976d2;
    padding: 2px 6px;
    border-radius: 10px;
    font-size: 10px;
    border: 1px solid #bbdefb;
}

.user-role-more {
    background: #f5f5f5;
    color: #666;
    padding: 2px 6px;
    border-radius: 10px;
    font-size: 10px;
    border: 1px solid #e0e0e0;
}

.user-status {
    font-size: 11px;
    font-weight: 500;
    padding: 2px 6px;
    border-radius: 10px;
    display: inline-block;
}

    .user-status.active {
        background: #d4edda;
        color: #155724;
    }

    .user-status.inactive {
        background: #f8d7da;
        color: #721c24;
    }

.user-actions {
    margin-top: 10px;
}

.btn-set-primary {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 6px 10px;
    border: 1px solid #ffc107;
    border-radius: 4px;
    background: transparent;
    color: #ffc107;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .btn-set-primary:hover {
        background: #ffc107;
        color: #212529;
    }

    .btn-set-primary.active {
        background: #ffc107;
        color: #212529;
    }

    .btn-set-primary .material-icons {
        font-size: 14px;
    }

.primary-user-indicator {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #ffc107;
    font-weight: 500;
    font-size: 13px;
}

    .primary-user-indicator .material-icons {
        font-size: 16px;
    }

.warning-message {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 6px;
    padding: 12px 16px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #856404;
}

    .warning-message .material-icons {
        color: #ffc107;
    }

.image-upload-section {
    margin-top: 20px;
}

.file-upload-container {
    margin-bottom: 25px;
}

.file-upload-form {
    border: 2px dashed #dee2e6;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
}

    .file-upload-form:hover {
        border-color: #007bff;
        background: #f8f9fa;
    }

.file-upload-label {
    cursor: pointer;
    display: block;
}

.file-upload-design {
    color: #6c757d;
}

    .file-upload-design svg {
        width: 48px;
        height: 48px;
        fill: #dee2e6;
        margin-bottom: 12px;
    }

    .file-upload-design p {
        margin: 8px 0;
        font-size: 14px;
    }

.browse-button {
    color: #007bff;
    font-weight: 500;
    text-decoration: underline;
}

.file-hint {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    color: #adb5bd;
}

.file-input {
    display: none;
}

.image-previews {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 15px;
    margin-top: 20px;
}

.image-preview-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
}

    .image-preview-item.main-image {
        border-color: #007bff;
    }

    .image-preview-item img {
        width: 100%;
        height: 120px;
        object-fit: cover;
        display: block;
    }

.image-actions {
    position: absolute;
    top: 5px;
    right: 5px;
    display: flex;
    gap: 4px;
}

.btn-icon {
    width: 28px;
    height: 28px;
    border: none;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .btn-icon:hover {
        background: rgba(0, 0, 0, 0.9);
    }

    .btn-icon.active {
        background: #007bff;
    }

    .btn-icon.delete:hover {
        background: #dc3545;
    }

    .btn-icon .material-icons {
        font-size: 16px;
    }

.main-badge {
    position: absolute;
    top: 5px;
    left: 5px;
    background: #007bff;
    color: white;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 600;
}


.summary-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-bottom: 25px;
}

.summary-section {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    border: 1px solid #e9ecef;
}

    .summary-section h4 {
        margin: 0 0 15px 0;
        color: #2c3e50;
        font-size: 16px;
        font-weight: 600;
        padding-bottom: 8px;
        border-bottom: 1px solid #dee2e6;
    }

.summary-item {
    margin-bottom: 8px;
    color: #495057;
    font-size: 14px;
}

    .summary-item:last-child {
        margin-bottom: 0;
    }

    .summary-item strong {
        color: #2c3e50;
    }

.text-success {
    color: #28a745 !important;
}

.text-warning {
    color: #ffc107 !important;
}

.selected-features-list,
.selected-users-list {
    max-height: 150px;
    overflow-y: auto;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    padding: 12px;
    background: #fff;
    margin-bottom: 12px;
}

.selected-feature-item,
.selected-user-item {
    display: flex;
    align-items: center;
    padding: 8px;
    margin-bottom: 6px;
    background: white;
    border-radius: 4px;
    border: 1px solid #e9ecef;
}

    .selected-feature-item:last-child,
    .selected-user-item:last-child {
        margin-bottom: 0;
    }

    .selected-feature-item.primary-user,
    .selected-user-item.primary-user {
        border-color: #ffc107;
        background: #fffbf0;
    }

    .selected-feature-item .material-icons,
    .selected-user-item .material-icons {
        color: #28a745;
        font-size: 16px;
        margin-right: 8px;
    }

    .selected-user-item.primary-user .material-icons {
        color: #ffc107;
    }

.user-info {
    flex: 1;
}

.primary-label {
    color: #ffc107;
    font-size: 11px;
    font-weight: 500;
    margin-top: 2px;
}

.feature-type {
    color: #6c757d;
    font-style: italic;
    margin-left: 5px;
    font-size: 11px;
}

.final-warning {
    background: #d1ecf1;
    border: 1px solid #bee5eb;
    border-radius: 6px;
    padding: 16px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #0c5460;
}

    .final-warning .material-icons {
        color: #0c5460;
        font-size: 20px;
        flex-shrink: 0;
    }

    .final-warning p {
        margin: 0;
        font-size: 14px;
        line-height: 1.5;
    }

/* Footer del Wizard 
.modal-footer.wizard-footer {
    padding: 20px 30px;
    border-top: 1px solid #e9ecef;
    background: #f8f9fa;
}

.wizard-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 15px;
}

.step-indicator {
    font-weight: 500;
    color: #6c757d;
    font-size: 14px;
}

.next-step-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.validation-hint {
    text-align: center;
}

.text-warning {
    color: #dc3545;
    font-size: 12px;
}

.material-icons.spinning {
    animation: spin 1s linear infinite;
}

/* Estados de carga 
.loading-features,
.empty-features {
    text-align: center;
    padding: 40px 20px;
    color: #6c757d;
}

    .empty-features .material-icons {
        font-size: 48px;
        color: #dee2e6;
        margin-bottom: 15px;
    }

/* Imágenes de propiedad 
.property-image {
    width: 60px;
    height: 60px;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
}

    .property-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.image-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #adb5bd;
}

    .image-placeholder .material-icons {
        font-size: 24px;
    }

.text-muted {
    color: #6c757d !important;
    font-style: italic;
}

/* Responsive 
@media (max-width: 768px) {
    .header {
        flex-direction: column;
        align-items: stretch;
    }

        .header h2 {
            min-width: auto;
            text-align: center;
        }

    .header-actions {
        justify-content: center;
    }

    .filters-section {
        padding: 12px;
    }

    .filter-group {
        justify-content: center;
        text-align: center;
    }

    .search-box {
        min-width: 250px;
    }

    .table-container {
        overflow-x: auto;
    }

    .actions-cell .action-buttons {
        flex-direction: column;
        gap: 4px;
    }

    .modal-overlay {
        padding: 10px;
    }

    .large-modal {
        width: 100%;
        max-height: 90vh;
    }

    .wizard-steps {
        padding: 15px 20px;
        flex-wrap: wrap;
        gap: 10px;
    }

    .step-connector {
        display: none;
    }

    .modal-body {
        padding: 20px;
        max-height: 50vh;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .features-grid,
    .users-grid {
        grid-template-columns: 1fr;
    }

    .summary-grid {
        grid-template-columns: 1fr;
    }

    .wizard-navigation {
        flex-direction: column;
        gap: 10px;
    }

    .step-indicator {
        order: -1;
    }
}

@media (max-width: 576px) {
    .employee-list-container {
        padding: 15px;
    }

    .header-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .filter-group {
        flex-direction: column;
        align-items: stretch;
    }

    .search-box {
        min-width: auto;
        width: 100%;
    }

    .pagination {
        flex-direction: column;
        gap: 10px;
    }

    .modal-header {
        padding: 15px 20px;
    }

        .modal-header h2 {
            font-size: 20px;
        }

    .wizard-steps {
        padding: 10px 15px;
    }

    .step-label {
        font-size: 10px;
    }

    .modal-body {
        padding: 15px;
    }
}



.notification {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 15px 20px;
    border-radius: 5px;
    color: white;
    z-index: 1000;
    animation: slideIn 0.3s ease;
}

    .notification.success {
        background-color: #4CAF50;
    }

    .notification.error {
        background-color: #f44336;
    }

@keyframes slideIn {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(0);
    }
}





/* Agregar estos estilos si no existen 
.user-checkbox.selected {
    border-color: #007bff;
    background-color: #f8f9fa;
}

.user-checkbox.primary-user {
    border-color: #ffc107;
    background-color: #fff9e6;
}

    .user-checkbox.primary-user.selected {
        border-color: #ffc107;
        background-color: #fff3cd;
    }

.primary-user-indicator {
    background-color: #fff3cd;
    color: #856404;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.9em;
    margin-left: 10px;
}








.existing-images-section {
    margin-bottom: 2rem;
}

.section-divider {
    margin: 2rem 0;
    border: none;
    border-top: 1px solid #e0e0e0;
}

.new-images-section {
    margin-top: 1.5rem;
}

.image-label {
    position: absolute;
    top: 5px;
    left: 5px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: bold;
}

.images-summary {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 8px;
    margin-top: 1rem;
}

.existing-images-section h4,
.new-images-section h5 {
    color: #333;
    margin-bottom: 1rem;
    font-weight: 600;
}






/*
    para los estados 





/* Estilos para propiedades eliminadas 
.property-deleted-row {
    background-color: #f8f9fa !important;
    opacity: 0.7;
    position: relative;
}

    .property-deleted-row::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, rgba(220, 53, 69, 0.03) 0%, rgba(220, 53, 69, 0.08) 50%, rgba(220, 53, 69, 0.03) 100%);
        pointer-events: none;
    }

    .property-deleted-row:hover {
        background-color: #f1f3f4 !important;
        opacity: 0.8;
    }

/* Badge para estado eliminado 
.badge.deleted {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

/* Imagen de propiedad eliminada 
.property-deleted-row .property-image {
    opacity: 0.6;
    filter: grayscale(0.7);
    position: relative;
}

    .property-deleted-row .property-image::after {
        content: "🚫";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 16px;
        background: rgba(220, 53, 69, 0.9);
        color: white;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2;
    }

/* Título de propiedad eliminada 
.property-deleted-row .title-cell strong {
    color: #6c757d !important;
    text-decoration: line-through;
    opacity: 0.8;
}

/* Precio de propiedad eliminada 
.property-deleted-row .price-cell strong {
    color: #6c757d !important;
    opacity: 0.6;
}

/* Características de propiedad eliminada 
.property-deleted-row .feature-badge {
    background: #e9ecef !important;
    color: #6c757d !important;
    border-color: #dee2e6 !important;
    opacity: 0.6;
}

/* Usuarios asignados en propiedad eliminada 
.property-deleted-row .user-badge {
    background: #e9ecef !important;
    color: #6c757d !important;
    border-color: #dee2e6 !important;
    opacity: 0.6;
}

/* Botones deshabilitados en propiedades eliminadas 
.property-deleted-row .btn:disabled {
    opacity: 0.4 !important;
    background: #e9ecef !important;
    border-color: #dee2e6 !important;
    color: #6c757d !important;
    cursor: not-allowed;
}

/* Iconos en propiedades eliminadas 
.property-deleted-row .material-icons {
    opacity: 0.5;
}

/* Estado especial para la fila completa 
.property-deleted-row td {
    border-bottom-color: #e9ecef !important;
    position: relative;
}

/* Indicador lateral para propiedades eliminadas 
.property-deleted-row::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #dc3545;
    border-radius: 2px 0 0 2px;
}

/* Tooltip especial para propiedades eliminadas 
.property-deleted-row .address-tooltip .tooltip-content {
    background: #dc3545;
    color: white;
}

    .property-deleted-row .address-tooltip .tooltip-content::before {
        content: "🚫 ";
        font-size: 10px;
    }

/* Efecto de hover reducido para propiedades eliminadas 
.property-deleted-row:hover {
    transform: none;
    box-shadow: none;
}

/* Texto muted adicional para propiedades eliminadas 
.property-deleted-row .text-muted {
    opacity: 0.5;
}

/* Badge publicado en título para propiedades eliminadas 
.property-deleted-row .badge.published {
    background: #e9ecef !important;
    color: #6c757d !important;
    border-color: #dee2e6 !important;
    opacity: 0.6;
    text-decoration: line-through;
}

/* Estilos para las características en propiedades eliminadas 
.property-deleted-row .property-features {
    opacity: 0.6;
}

/* Estilos para los usuarios asignados en propiedades eliminadas 
.property-deleted-row .assigned-users {
    opacity: 0.6;
}

/* Contador de características en propiedades eliminadas 
.property-deleted-row .feature-more {
    background: #e9ecef !important;
    color: #6c757d !important;
    border-color: #dee2e6 !important;
    opacity: 0.6;
}

/* Contador de usuarios en propiedades eliminadas 
.property-deleted-row .user-more {
    background: #e9ecef !important;
    color: #6c757d !important;
    border-color: #dee2e6 !important;
    opacity: 0.6;
}

/* Estilos para el modal de confirmación de eliminación 
.confirmation-modal .warning-icon {
    color: #dc3545;
    font-size: 48px;
    margin-bottom: 15px;
}

.confirmation-modal .success-icon {
    color: #28a745;
    font-size: 48px;
    margin-bottom: 15px;
}

.confirmation-content {
    text-align: center;
    padding: 20px;
}

    .confirmation-content h3 {
        color: #2c3e50;
        margin-bottom: 15px;
        font-weight: 600;
    }

    .confirmation-content p {
        color: #6c757d;
        margin-bottom: 10px;
        line-height: 1.5;
    }

.warning-text {
    color: #dc3545 !important;
    font-weight: 500;
    background: #f8d7da;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #f5c6cb;
    margin-top: 15px;
}

.success-text {
    color: #155724 !important;
    font-weight: 500;
    background: #d4edda;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #c3e6cb;
    margin-top: 15px;
}

/* Estilos responsivos para propiedades eliminadas 
@media (max-width: 768px) {
    .property-deleted-row::after {
        width: 3px;
    }

    .property-deleted-row .property-image::after {
        width: 20px;
        height: 20px;
        font-size: 14px;
    }

    .badge.deleted {
        font-size: 10px;
        padding: 3px 6px;
    }
}

/* Animación sutil para filas eliminadas 
@keyframes fadeInDeleted {
    from {
        opacity: 0;
        background-color: #fff3f3;
    }

    to {
        opacity: 0.7;
        background-color: #f8f9fa;
    }
}

.property-deleted-row {
    animation: fadeInDeleted 0.5s ease-in-out;
}

/* Estilo para cuando se filtra por propiedades eliminadas 
.table-container.showing-deleted .property-deleted-row {
    opacity: 1;
    background-color: #fff !important;
}

    .table-container.showing-deleted .property-deleted-row:hover {
        background-color: #f8f9fa !important;
    }

/* Indicador visual adicional para propiedades eliminadas en modo móvil 
@media (max-width: 576px) {
    .property-deleted-row {
        border-left: 3px solid #dc3545;
    }

        .property-deleted-row::after {
            display: none;
        }
}







/*
    esto es para la parte de edicion 
*/


/* Estilos para la búsqueda de usuarios 
/* Estilos para la búsqueda de usuarios 
.user-search-section {
    display: flex;
    gap: 15px;
    align-items: flex-end;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.user-search {
    flex: 1;
    min-width: 300px;
}

.user-filter-info {
    text-align: center;
    margin-bottom: 15px;
    color: #6c757d;
    font-size: 13px;
}

.empty-search-results {
    text-align: center;
    padding: 40px 20px;
    color: #6c757d;
    border: 2px dashed #dee2e6;
    border-radius: 8px;
    margin: 20px 0;
}

    .empty-search-results .material-icons {
        font-size: 48px;
        color: #adb5bd;
        margin-bottom: 15px;
    }

    .empty-search-results p {
        margin-bottom: 15px;
        font-size: 14px;
    }

/* Mejoras responsivas 
@media (max-width: 768px) {
    .user-search-section {
        flex-direction: column;
        align-items: stretch;
    }

    .user-search {
        min-width: auto;
    }
}



*/
/* /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/FindYourHome.razor.rz.scp.css */
/* Fondo general */
.find-home-container[b-57pv4g6loe] {
    position: relative;
    width: 100%;
    height: 100vh; /* ocupa toda la pantalla */
    background: radial-gradient(circle at 20% 20%, #0d1b2a, #000);
    overflow: hidden; /* evita scroll */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Animaciones */
@keyframes snow-b-57pv4g6loe {
    0% {
        opacity: 0;
        transform: translateY(0px);
    }

    20% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        transform: translateY(650px);
    }
}

@keyframes astronaut-b-57pv4g6loe {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Cajas de estrellas */
.box-of-star1[b-57pv4g6loe],
.box-of-star2[b-57pv4g6loe],
.box-of-star3[b-57pv4g6loe],
.box-of-star4[b-57pv4g6loe] {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 700px;
}

.box-of-star1[b-57pv4g6loe] {
    animation: snow-b-57pv4g6loe 5s linear infinite;
}

.box-of-star2[b-57pv4g6loe] {
    animation: snow-b-57pv4g6loe 5s -1.64s linear infinite;
}

.box-of-star3[b-57pv4g6loe] {
    animation: snow-b-57pv4g6loe 5s -2.30s linear infinite;
}

.box-of-star4[b-57pv4g6loe] {
    animation: snow-b-57pv4g6loe 5s -3.30s linear infinite;
}

/* Estrellas */
.star[b-57pv4g6loe] {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #FFF;
    position: absolute;
    opacity: 0.7;
}

    .star[b-57pv4g6loe]:before {
        content: "";
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #FFF;
        position: absolute;
        top: 80px;
        left: 70px;
        opacity: .7;
    }

    .star[b-57pv4g6loe]:after {
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #FFF;
        position: absolute;
        top: 8px;
        left: 170px;
        opacity: .9;
    }

/* Posiciones de estrellas */
.star-position1[b-57pv4g6loe] {
    top: 30px;
    left: 20px;
}

.star-position2[b-57pv4g6loe] {
    top: 110px;
    left: 25%;
}

.star-position3[b-57pv4g6loe] {
    top: 60px;
    left: 40%;
}

.star-position4[b-57pv4g6loe] {
    top: 120px;
    left: 60%;
}

.star-position5[b-57pv4g6loe] {
    top: 20px;
    left: 75%;
}

.star-position6[b-57pv4g6loe] {
    top: 90px;
    left: 85%;
}

.star-position7[b-57pv4g6loe] {
    top: 30px;
    left: 95%;
}

/* Astronauta */
.astronaut[b-57pv4g6loe] {
    width: 250px;
    height: 300px;
    position: absolute;
    animation: astronaut-b-57pv4g6loe 5s linear infinite;
}

/* Mochila */
.schoolbag[b-57pv4g6loe] {
    width: 100px;
    height: 150px;
    position: absolute;
    z-index: 1;
    top: calc(50% - 75px);
    left: calc(50% - 50px);
    background-color: #94b7ca;
    border-radius: 50px 50px 0 0 / 30px 30px 0 0;
}

/* Cabeza */
.head[b-57pv4g6loe] {
    width: 97px;
    height: 80px;
    position: absolute;
    z-index: 3;
    background: linear-gradient(to right, #e3e8eb 50%, #fbfdfa 50%);
    border-radius: 50%;
    top: 34px;
    left: calc(50% - 47.5px);
}

    .head[b-57pv4g6loe]:after {
        content: "";
        width: 60px;
        height: 50px;
        position: absolute;
        top: calc(50% - 25px);
        left: calc(50% - 30px);
        background: linear-gradient(to bottom, #15aece 50%, #0391bf 50%);
        border-radius: 15px;
    }

    .head[b-57pv4g6loe]:before {
        content: "";
        width: 12px;
        height: 25px;
        position: absolute;
        top: calc(50% - 12.5px);
        left: -4px;
        background-color: #618095;
        border-radius: 5px;
        box-shadow: 92px 0px 0px #618095;
    }

/* Cuerpo */
.body[b-57pv4g6loe] {
    width: 85px;
    height: 100px;
    position: absolute;
    z-index: 2;
    border-radius: 40px / 20px;
    top: 105px;
    left: calc(50% - 41px);
    background: linear-gradient(to right, #e3e8eb 50%, #fbfdfa 50%);
}

.panel[b-57pv4g6loe] {
    width: 60px;
    height: 40px;
    position: absolute;
    top: 20px;
    left: calc(50% - 30px);
    background-color: #b7cceb;
}

    .panel[b-57pv4g6loe]:before {
        content: "";
        width: 30px;
        height: 5px;
        position: absolute;
        top: 9px;
        left: 7px;
        background-color: #fbfdfa;
        box-shadow: 0px 9px 0px #fbfdfa, 0px 18px 0px #fbfdfa;
    }

    .panel[b-57pv4g6loe]:after {
        content: "";
        width: 8px;
        height: 8px;
        position: absolute;
        top: 9px;
        right: 7px;
        background-color: #fbfdfa;
        border-radius: 50%;
        box-shadow: 0px 14px 0px 2px #fbfdfa;
    }

/* Brazos */
.arm[b-57pv4g6loe] {
    width: 80px;
    height: 30px;
    position: absolute;
    top: 121px;
    z-index: 2;
}

.arm-left[b-57pv4g6loe] {
    left: 30px;
    background-color: #e3e8eb;
    border-radius: 0 0 0 39px;
}

.arm-right[b-57pv4g6loe] {
    right: 30px;
    background-color: #fbfdfa;
    border-radius: 0 0 39px 0;
}

    .arm-left[b-57pv4g6loe]:before,
    .arm-right[b-57pv4g6loe]:before {
        content: "";
        width: 30px;
        height: 70px;
        position: absolute;
        top: -40px;
    }

.arm-left[b-57pv4g6loe]:before {
    border-radius: 50px 50px 0px 120px / 50px 50px 0 110px;
    left: 0;
    background-color: #e3e8eb;
}

.arm-right[b-57pv4g6loe]:before {
    border-radius: 50px 50px 120px 0 / 50px 50px 110px 0;
    right: 0;
    background-color: #fbfdfa;
}

.arm-left[b-57pv4g6loe]:after,
.arm-right[b-57pv4g6loe]:after {
    content: "";
    width: 30px;
    height: 10px;
    position: absolute;
    top: -24px;
}

.arm-left[b-57pv4g6loe]:after {
    background-color: #6e91a4;
    left: 0;
}

.arm-right[b-57pv4g6loe]:after {
    right: 0;
    background-color: #b6d2e0;
}

/* Piernas */
.leg[b-57pv4g6loe] {
    width: 30px;
    height: 40px;
    position: absolute;
    z-index: 2;
    bottom: 70px;
}

.leg-left[b-57pv4g6loe] {
    left: 76px;
    background-color: #e3e8eb;
    transform: rotate(20deg);
}

.leg-right[b-57pv4g6loe] {
    right: 73px;
    background-color: #fbfdfa;
    transform: rotate(-20deg);
}

    .leg-left[b-57pv4g6loe]:before,
    .leg-right[b-57pv4g6loe]:before {
        content: "";
        width: 50px;
        height: 25px;
        position: absolute;
        bottom: -26px;
    }

.leg-left[b-57pv4g6loe]:before {
    left: -20px;
    background-color: #e3e8eb;
    border-radius: 30px 0 0 0;
    border-bottom: 10px solid #6d96ac;
}

.leg-right[b-57pv4g6loe]:before {
    right: -20px;
    background-color: #fbfdfa;
    border-radius: 0 30px 0 0;
    border-bottom: 10px solid #b0cfe4;
}



/* Mensaje Coming Soon */
.coming-soon-message[b-57pv4g6loe] {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #ffffff;
    z-index: 20;
    font-family: Arial, sans-serif;
}

    .coming-soon-message h1[b-57pv4g6loe] {
        font-size: 2rem;
        margin-bottom: 0.5rem;
        text-shadow: 0 0 10px rgba(255,255,255,0.8);
    }

    .coming-soon-message p[b-57pv4g6loe] {
        font-size: 1.2rem;
        opacity: 0.8;
    }
/* /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: #007bff !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 #007bff;
        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/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;
    }
}
