/* _content/Kurama_UI/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-x3qrv18rdg] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-x3qrv18rdg] {
    flex: 1;
}

.sidebar[b-x3qrv18rdg] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-x3qrv18rdg] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-x3qrv18rdg]  a, .top-row[b-x3qrv18rdg]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-x3qrv18rdg]  a:hover, .top-row[b-x3qrv18rdg]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-x3qrv18rdg]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-x3qrv18rdg] {
        justify-content: space-between;
    }

    .top-row[b-x3qrv18rdg]  a, .top-row[b-x3qrv18rdg]  .btn-link {
        margin-left: 0;
    }
}

.logo_kumara[b-x3qrv18rdg] {
    width: 154px;
    height: 120px;
    aspect-ratio: 77/60;
    align-self: center;
}

.social-media-footer[b-x3qrv18rdg] {
    display: flex;
    align-items: center;
    align-self: center;
    gap: 20px;
}

@media (min-width: 641px) {
    .page[b-x3qrv18rdg] {
        flex-direction: row;
    }

    .sidebar[b-x3qrv18rdg] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-x3qrv18rdg] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-x3qrv18rdg]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-x3qrv18rdg], article[b-x3qrv18rdg] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-x3qrv18rdg] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-x3qrv18rdg] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Kurama_UI/Components/Layout/NavMenu.razor.rz.scp.css */
.sidebar-menu-mobile[b-24ajbrqujl] {
    display: inline-flex;
    display: none;
    padding: var(--Spacing-Gap-X-Medium, 40px) var(--Spacing-Mobile-LF-Padding, 16px);
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-right: 1px solid var(--Colors-Medium-Grey, #CECECE);
    background: var(--Colors-Surface-2, #FBF8F3);
}

.sidebar-content[b-24ajbrqujl] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.nav-sections[b-24ajbrqujl] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

.social-media-footer[b-24ajbrqujl] {
    display: flex;
    align-items: center;
    align-self: center;
    gap: 20px;
}

.logo_kumara[b-24ajbrqujl] {
    width: 154px;
    height: 120px;
    aspect-ratio: 77/60;
    align-self: center;
}

.footer-sidebar[b-24ajbrqujl] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

/* overlay oscuro */
.sidebar-overlay[b-24ajbrqujl] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.35);
    opacity: 0;
    pointer-events: none;
    transition: opacity 200ms ease;
    z-index: 999;
}

    .sidebar-overlay.show[b-24ajbrqujl] {
        opacity: 1;
        pointer-events: auto;
    }

/* sidebar */
.sidebar-menu-mobile[b-24ajbrqujl] {
    position: fixed;
    top: 56px;
    left: 0;
    height: calc(100dvh - 56px);
    width: min(86vw, 360px);
    padding: var(--Spacing-Gap-X-Medium, 40px) var(--Spacing-Mobile-LF-Padding, 16px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-right: 1px solid var(--Colors-Medium-Grey, #CECECE);
    background: var(--Colors-Surface-2, #FBF8F3);
    transform: translateX(-100%);
    transition: transform 260ms ease;
    z-index: 1200;
    will-change: transform;
    overflow-y: auto;
}

    .sidebar-menu-mobile.open[b-24ajbrqujl] {
        transform: translateX(0);
    }

/* bot�n icono */
.icon-btn[b-24ajbrqujl] {
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
}

/* tus estilos existentes */
.sidebar-content[b-24ajbrqujl] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
}

.nav-sections[b-24ajbrqujl] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

.footer-sidebar[b-24ajbrqujl] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}
/* _content/Kurama_UI/Components/Pages/Appointment/AddAppointmentPage.razor.rz.scp.css */
.rz-appt-colored[b-c0j1vytmxp] {
    border-left: 5px solid var(--appt-color, #9CA3AF) !important;
    height: 100% !important;
    background: color-mix(in srgb, var(--appt-color, #9CA3AF) 18%, transparent) !important;
}
/* _content/Kurama_UI/Components/Pages/Appointment/AddAppointmentStep.razor.rz.scp.css */
/* ===== Layout ===== */
.main-container[b-g11znwh4oo] {
    display: flex;
    gap: 24px;
    width: 100%;
    align-items: flex-start;
    padding: var(--Spacing-Desktop-TB-Padding, 80px) var(--Spacing-Desktop-LR-Padding, 200px);
    
}

.sidebar-appointment[b-g11znwh4oo] {
    width: 260px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
    padding: 14px;
}

.sidebar-content[b-g11znwh4oo] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 10px;
    border-radius: 10px;
}

    .sidebar-content.active[b-g11znwh4oo] {
        background: #f3f4f6;
    }

.circular-number[b-g11znwh4oo] {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    border: 1px solid #d1d5db;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.appointment-main[b-g11znwh4oo] {
    flex: 1;
    min-width: 0;
}

/* ===== Card ===== */
.step-card[b-g11znwh4oo] {
    width: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
}

.step-header[b-g11znwh4oo] {
    padding: 14px 16px;
    border-bottom: 1px solid var(--Colors-Medium-Grey, #CECECE);
    background: #fafafa;
}

.step-title[b-g11znwh4oo] {
    font-size: 14px;
    font-weight: 600;
    color: #111827;
}

.step-body[b-g11znwh4oo] {
    padding: 16px;
}

.field-label[b-g11znwh4oo] {
    font-size: 12px;
    color: #111827;
    margin-bottom: 6px;
}

/* Inputs look */
.step-body .rz-dropdown[b-g11znwh4oo],
.step-body .rz-datepicker[b-g11znwh4oo],
.step-body .rz-textarea[b-g11znwh4oo] {
    border-radius: 8px;
}

/* Footer */
.step-footer[b-g11znwh4oo] {
    padding: 14px 16px;
    border-top: 1px solid #e5e7eb;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
 
}




    .btn-continue:hover[b-g11znwh4oo] {
        filter: brightness(0.95);
    }

/* ===== Responsive ===== */
@media (max-width: 992px) {
    .main-container[b-g11znwh4oo] {
        flex-direction: column;
        gap: 16px;
    }

    .sidebar-appointment[b-g11znwh4oo] {
        width: 100%;
        display: flex;
        gap: 10px;
        overflow: auto;
    }

    .sidebar-content[b-g11znwh4oo] {
        flex: 0 0 auto;
    }
}
/* _content/Kurama_UI/Components/Pages/Appointment/AppointmentAdminStep.razor.rz.scp.css */


.nav-options-admin[b-ymo8mhtftt] {
    display: flex;
    gap: 12px;
    align-items: center;
    /* ✅ scrolleable si no cabe */
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    padding: 8px 12px;
    border-bottom: 1px solid var(--Colors-Medium-Grey, #CECECE);
    background: var(--Colors-Surface-1, #FDFBF8);
}

    .nav-options-admin[b-ymo8mhtftt]::-webkit-scrollbar {
        display: none; /* Chrome/Safari/Edge */
    }

.nav-options[b-ymo8mhtftt] {
    display: flex;
    height: 48px;
    padding: 0 var(--Spacing-8-Scale-Gap-X-Small, 12px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    /* ✅ clave para scroll horizontal */
    flex: 0 0 auto;
    white-space: nowrap;
    min-width: max-content;
}


    .nav-options.active[b-ymo8mhtftt] {
        border-bottom: 4px solid var(--Colors-Brand, #016D4E);
    }





/* _content/Kurama_UI/Components/Pages/Appointment/AppointmentPage.razor.rz.scp.css */
.main-container[b-oscgnibn1v]{
    display: flex;
}

.calendar-sidenav-desktop[b-oscgnibn1v] {
    display: flex;
    width: 280px;
   
    padding: 31px var(--Spacing-Mobile-M-LF-Padding, 16px);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Spacing-Mobile-M-TB-Padding, 24px);
    border-right: 1px solid var(--Colors-Medium-Grey, #CECECE);
    background: var(--Colors-Surface-1, #FDFBF8);
}


.minicalendario-container[b-oscgnibn1v] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    width: 250px;
}

.calendar-main[b-oscgnibn1v] {
    display: flex;
    height: 850px;
    padding: 24px 16px;
    flex-direction: column;
    align-items: center;
    gap: var(--Spacing-8-Scale-Gap-Medium, 24px);
    flex: 1 0 0;
    background: var(--Colors-Surface-1, #FDFBF8);
}

.filters-calendar[b-oscgnibn1v] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

.checkbox-filters-calendar[b-oscgnibn1v] {
    display: flex;
 
    align-items: center;
    gap: 12px;
}
/* Celda fuera del mes */
[b-oscgnibn1v] .rz-scheduler .rz-out-month {
    background: #f6f7f9 !important;
}

    /* Todo el contenido dentro (número, textos, etc.) */
    [b-oscgnibn1v] .rz-scheduler .rz-out-month,
    [b-oscgnibn1v] .rz-scheduler .rz-out-month * {
        color: #b9c0cc !important;
        opacity: .75;
    }

.calendar-main-header[b-oscgnibn1v] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.title-header-main[b-oscgnibn1v] {
    display: flex;
    align-items: center;
    gap: var(--Spacing-8-Scale-Gap-Small, 16px);
}

.group-buttons-header[b-oscgnibn1v] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

@media (min-width: 320px) and (max-width: 480px) {


    .group-buttons-header[b-oscgnibn1v] {
        width: 100% !important;
        flex-direction: column;
    }

}

@media (min-width: 320px) and (max-width: 590px){


    .calendar-sidenav-desktop[b-oscgnibn1v]{
        display: none;
    }

    .calendar-main-header[b-oscgnibn1v]{
       flex-direction: column;
    }

    .group-buttons-header[b-oscgnibn1v]{
        width: 100%;
        
    }

    .btn-header-appointment[b-oscgnibn1v]{
        width:100% !important;
    }

    .title-header-main[b-oscgnibn1v]{
        width: 100%;
        justify-content: space-between;

    }

    .btn-sidenav-toggle[b-oscgnibn1v]{
        order: 2;
    }

    
}
@media (min-width: 320px) and (max-width: 960px){


    .calendar-sidenav-desktop[b-oscgnibn1v]{
        display: none;
    }

    .btn-header-appointment[b-oscgnibn1v]{
        width:100% !important;
    }

    
}

.btn-sidenav-toggle[b-oscgnibn1v] {
    border: none;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 8px;
    border-radius: 10px;
}

    .btn-sidenav-toggle:hover[b-oscgnibn1v] {
        background: rgba(0,0,0,.05);
    }

/* overlay */
.sidenav-overlay[b-oscgnibn1v] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.35);
    z-index: 999; /* debajo del sidebar */
}

/* sidebar */
.calendar-sidenav-left[b-oscgnibn1v] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 340px; /* ajustá */
    max-width: 90vw;
    background: #FDFBF8;
    box-shadow: 8px 0 24px rgba(0,0,0,.12);
    z-index: 1000;
    transform: translateX(-105%);
    transition: transform .22s ease;
    overflow-y: auto;
    padding: 16px;
}

    .calendar-sidenav-left.open[b-oscgnibn1v] {
        transform: translateX(0);
    }

.sidenav-header[b-oscgnibn1v] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

[b-oscgnibn1v] .rz-appt-colored {
    white-space: pre-line !important; /* respeta \n */
    line-height: 1.5 !important;
}

@media (min-width: 1064px) {
    .btn-sidenav-toggle[b-oscgnibn1v] {
        display: none !important;
    }
}





/* _content/Kurama_UI/Components/Pages/Appointment/Attendance.razor.rz.scp.css */
/* ===== Container ===== */
.att-page[b-5kl6cmlqka] {
    display: flex;
    padding: var(--Spacing-Tablet-T-TB-Padding, 48px) 80px;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Spacing-8-Scale-Gap-Medium, 24px);
    flex: 1 0 0;
    align-self: stretch;
}

.att-card[b-5kl6cmlqka] {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    overflow: hidden;
}

/* ===== Header ===== */
.att-header[b-5kl6cmlqka] {
    padding: 14px 16px;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}



.att-title[b-5kl6cmlqka] {
    font-size: 15px;
    font-weight: 700;
    color: #111827;
}

.att-actions[b-5kl6cmlqka] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

/* Search with icon */
.att-search[b-5kl6cmlqka] {
 
    position: relative;
}

.att-search-icon[b-5kl6cmlqka] {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    opacity: .55;
    font-size: 14px;
    pointer-events: none;
}
.att-actions[b-5kl6cmlqka] {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    justify-content: space-between;
    padding: 10px 12px;
}

.att-search[b-5kl6cmlqka] {
    display: flex;
    align-items: center;
}

.att-nav[b-5kl6cmlqka] {
    min-width: 38px;
    height: 38px;
}



.att-today[b-5kl6cmlqka] {
    height: 38px;
}
.att-gridwrap[b-5kl6cmlqka] {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.att-date input[b-5kl6cmlqka] {
    height: 38px;
}

.att-search-input input[b-5kl6cmlqka] {
    height: 38px;
}

.att-save[b-5kl6cmlqka] {
    height: 38px;
}

.att-search-input .rz-inputtext[b-5kl6cmlqka] {
    padding-left: 34px !important;
}

/* Save button */
.att-save[b-5kl6cmlqka] {
    height: 38px;
    border-radius: 10px !important;
    padding: 0 16px !important;
    font-weight: 700;
    background: #4f46e5 !important;
    border-color: #4f46e5 !important;
}

/* Make header controls consistent (IMPORTANT: target inner inputs) */
.att-actions .rz-inputtext[b-5kl6cmlqka],
.att-actions input[b-5kl6cmlqka] {
    height: 38px !important;
    line-height: 38px !important;
    border-radius: 10px !important;
    border: 1px solid #d1d5db !important;
    box-shadow: none !important;
}



/* ===== Grid ===== */
.att-grid .rz-grid-table[b-5kl6cmlqka] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

    .att-grid .rz-grid-table thead th[b-5kl6cmlqka] {
        background: #fff;
        color: #111827;
        font-size: 13px;
        font-weight: 700;
        padding: 12px 14px !important;
        border-bottom: 1px solid #e5e7eb !important;
        white-space: nowrap;
    }

    .att-grid .rz-grid-table tbody td[b-5kl6cmlqka] {
        font-size: 13px;
        color: #111827;
        padding: 10px 14px !important;
        border-bottom: 1px solid #f1f5f9 !important;
        vertical-align: middle;
    }

    .att-grid .rz-grid-table tbody tr:hover td[b-5kl6cmlqka] {
        background: #f8fafc;
    }

/* IMPORTANT: fix ugly controls in cells (use inner elements) */
.att-grid .rz-dropdown[b-5kl6cmlqka],
.att-grid .rz-datepicker[b-5kl6cmlqka],
.att-grid .rz-textbox[b-5kl6cmlqka] {
    width: 100%;
}

    .att-grid .rz-dropdown .rz-dropdown-label[b-5kl6cmlqka],
    .att-grid .rz-datepicker .rz-inputtext[b-5kl6cmlqka],
    .att-grid .rz-textbox .rz-inputtext[b-5kl6cmlqka],
    .att-grid .rz-inputtext[b-5kl6cmlqka],
    .att-grid input[b-5kl6cmlqka] {
        height: 38px !important;
        line-height: 38px !important;
        border-radius: 10px !important;
        border: 1px solid #d1d5db !important;
        box-shadow: none !important;
    }

    /* Observación: que se vea como input largo y estable */
    .att-grid .rz-textbox .rz-inputtext[b-5kl6cmlqka] {
        padding: 0 12px !important;
    }

    /* Dropdown label padding */
    .att-grid .rz-dropdown .rz-dropdown-label[b-5kl6cmlqka] {
        padding: 0 38px 0 12px !important;
    }

    /* DatePicker timeonly input padding */
    .att-grid .rz-datepicker .rz-inputtext[b-5kl6cmlqka] {
        padding: 0 12px !important;
    }

/* Remove weird focus blue outline and use subtle */
.att-grid .rz-inputtext:focus[b-5kl6cmlqka],
.att-grid input:focus[b-5kl6cmlqka] {
    outline: none !important;
    border-color: #94a3b8 !important;
    box-shadow: 0 0 0 3px rgba(148,163,184,.20) !important;
}

/* Row status colors (soft, not aggressive) */
.row-present td[b-5kl6cmlqka] {
    background: #f0fdf4;
}
/* verde suave */
.row-late td[b-5kl6cmlqka] {
    background: #fffbeb;
}
/* amarillo suave */
.row-absent td[b-5kl6cmlqka] {
    background: #fff1f2;
}
/* rojo suave */

/* Paginator */
.att-grid .rz-paginator[b-5kl6cmlqka] {
    border-top: 1px solid #e5e7eb;
    padding: 10px 12px;
}

/* Responsive header */
@media (max-width: 900px) {
    .att-header[b-5kl6cmlqka] {
        flex-direction: column;
        align-items: stretch;
    }

    .att-actions[b-5kl6cmlqka] {
        justify-content: stretch;
    }

        .att-actions .att-save[b-5kl6cmlqka] {
            width: 100%;
        }
}

.att-save-row[b-5kl6cmlqka] {
    min-width: 34px;
    width: 34px;
    height: 34px;
    padding: 0 !important;
    border-radius: 10px;
}



@media (min-width: 320px) and (max-width: 720px){
    .att-page[b-5kl6cmlqka] {
        padding: var(--Spacing-Mobile-LF-Padding);
    }

    
}


@media (min-width: 720px) and (max-width: 1290px) {
    .att-page[b-5kl6cmlqka] {
        padding: var(--Spacing-Mobile-TB-Padding);
    }
}


@media (max-width: 768px) {

    /* Page padding real en móvil (por si la variable no existe) */
    .att-page[b-5kl6cmlqka] {
        padding: 24px 16px;
        gap: 10px;
    }

    .att-mcard[b-5kl6cmlqka]{
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

  

    /* Header: apilar y que todo use el ancho */
    .att-header[b-5kl6cmlqka] {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .att-actions[b-5kl6cmlqka] {
        justify-content: stretch;
        width: 100%;
        padding: 0;
        gap: 10px;
    }

  

    /* DatePicker y botón Hoy a ancho completo */
    .att-date[b-5kl6cmlqka] {
        width: 100% !important;
    }

        .att-date input[b-5kl6cmlqka] {
            width: 100% !important;
        }

    .att-today[b-5kl6cmlqka] {
        width: 100% !important;
    }

    /* Grid: NO lo encogás, mejor que haga scroll */
    .att-grid[b-5kl6cmlqka] {
        min-width: 980px; /* ajustá si querés más/menos */
    }

        /* Celda más compacta en móvil */
        .att-grid .rz-grid-table thead th[b-5kl6cmlqka],
        .att-grid .rz-grid-table tbody td[b-5kl6cmlqka] {
            padding: 8px 10px !important;
            font-size: 12.5px;
        }

        /* Controles dentro del grid al 100% */
        .att-grid .rz-dropdown[b-5kl6cmlqka],
        .att-grid .rz-datepicker[b-5kl6cmlqka],
        .att-grid .rz-textbox[b-5kl6cmlqka] {
            width: 100% !important;
        }

        /* Botón guardado más “tocable” */
        .att-save-row[b-5kl6cmlqka],
        .att-grid .rz-button[b-5kl6cmlqka] {
            min-width: 44px;
            min-height: 44px;
        }
}


/* Por defecto: Desktop */
.att-grid-desktop[b-5kl6cmlqka] {
    display: block !important;
}

.att-grid-mobile[b-5kl6cmlqka] {
    display: none !important;
}

/* Móvil */
@media (max-width: 768px) {
    .att-grid-desktop[b-5kl6cmlqka] {
        display: none !important;
    }

    .att-grid-mobile[b-5kl6cmlqka] {
        display: block !important;
    }
}
/* _content/Kurama_UI/Components/Pages/Appointment/WaitList.razor.rz.scp.css */
/* ===== Layout ===== */
.waitlist-page[b-8s7nurx1gd] {
    display: flex;
    padding: var(--Spacing-Tablet-T-TB-Padding, 48px) 80px;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Spacing-8-Scale-Gap-Medium, 24px);
    flex: 1 0 0;
    align-self: stretch;
    background: var(--Colors-Surface-2, #FBF8F3);
}

.waitlist-card[b-8s7nurx1gd] {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
}


/* Header */
.waitlist-header[b-8s7nurx1gd] {
    padding: 14px 16px;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.waitlist-title[b-8s7nurx1gd] {
    font-size: 14px;
    font-weight: 700;
    color: #111827;
}

.waitlist-actions[b-8s7nurx1gd] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.waitlist-search[b-8s7nurx1gd] {
    position: relative;
    display: flex;
    align-items: center;
}

    .waitlist-search .rz-textbox[b-8s7nurx1gd] {
        padding-left: 34px !important;
        border-radius: 999px !important;
    }

.search-icon[b-8s7nurx1gd] {
    position: absolute;
    left: 12px;
    font-size: 14px;
    opacity: .6;
}

.btn-add[b-8s7nurx1gd] {
    border-radius: 999px !important;
    background: #0f766e !important;
    border-color: #0f766e !important;
    text-transform: none;
}

/* Grid */
.waitlist-grid .rz-datatable[b-8s7nurx1gd] {
    border: none;
}

.waitlist-grid .rz-grid-table thead th[b-8s7nurx1gd] {
    font-size: 12px;
    font-weight: 600;
    color: #6b7280;
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
}

.waitlist-grid .rz-grid-table tbody td[b-8s7nurx1gd] {
    font-size: 12px;
    color: #111827;
    border-bottom: 1px solid #eef2f7;
}

/* Truncate like screenshot */
.truncate[b-8s7nurx1gd] {
    display: inline-block;
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

/* More button */
.btn-more[b-8s7nurx1gd] {
    border-radius: 999px !important;
}

/* Row colors (similar a tu imagen) */
.row-urgent td[b-8s7nurx1gd] {
    background: #ffe5e5 !important;
}
/* rojo suave */
.row-ok td[b-8s7nurx1gd] {
    background: #e8f7ea !important;
}
/* verde suave */
.row-mid td[b-8s7nurx1gd] {
    background: #fff5d6 !important;
}
/* amarillo suave */

/* Responsive */
@media (max-width: 900px) {
    .waitlist-header[b-8s7nurx1gd] {
        flex-direction: column;
        align-items: stretch;
    }

    .waitlist-actions[b-8s7nurx1gd] {
        justify-content: space-between;
    }

    .waitlist-search .rz-textbox[b-8s7nurx1gd] {
        width: 100% !important;
    }
}



@media (min-width: 320px) and (max-width: 720px) {
    .waitlist-page[b-8s7nurx1gd] {
        padding: var(--Spacing-Mobile-LF-Padding);
    }
}

@media (min-width: 720px) and (max-width: 1290px) {
    .waitlist-page[b-8s7nurx1gd] {
        padding: var(--Spacing-Mobile-TB-Padding);
    }
}

/* Wrapper para poder hacer scroll si el grid queda ancho */
.waitlist-gridwrap[b-8s7nurx1gd] {
    width: 100%;
}

/* Desktop por defecto */
.waitlist-grid-desktop[b-8s7nurx1gd] {
    display: block;
}

.waitlist-grid-mobile[b-8s7nurx1gd] {
    display: none;
}

/* Mobile */
@media (max-width: 768px) {
    .waitlist-grid-desktop[b-8s7nurx1gd] {
        display: none;
    }

    .waitlist-grid-mobile[b-8s7nurx1gd] {
        display: block;
    }
}

/* ===== Cards móvil (DataList) ===== */
.waitlist-list[b-8s7nurx1gd] {
    padding: 0 14px 14px 14px;
}

.wl-card[b-8s7nurx1gd] {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 12px;
    margin-top: 12px;
    box-shadow: 0 8px 18px rgba(0,0,0,.06);
}

.wl-top[b-8s7nurx1gd] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 8px;
}

.wl-name[b-8s7nurx1gd] {
    font-weight: 800;
    color: #111827;
    line-height: 1.15;
}

.wl-date[b-8s7nurx1gd] {
    font-weight: 700;
    color: #111827;
    white-space: nowrap;
}

.wl-meta[b-8s7nurx1gd] {
    display: grid;
    gap: 4px;
    font-size: .92rem;
    opacity: .92;
    margin-bottom: 8px;
}

.lbl[b-8s7nurx1gd] {
    font-weight: 800;
    opacity: .8;
    margin-right: 6px;
}

.wl-extra[b-8s7nurx1gd] {
    font-size: .92rem;
    opacity: .9;
    border-top: 1px solid #eef2f7;
    padding-top: 8px;
    margin-top: 6px;
    /* truncate suave */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wl-actions[b-8s7nurx1gd] {
    display: flex;
    justify-content:space-between;
    
    margin-top: 10px;
}

@media (max-width: 768px) {
    .wl-actions .rz-button[b-8s7nurx1gd] {
        width: 100%;
        min-height: 44px;
    }
}

@media (max-width: 768px) {
    .waitlist-page[b-8s7nurx1gd] {
        padding: 24px 16px;
    }

    .btn-more[b-8s7nurx1gd]{
        width: 100%;
    }

    .wl-actions[b-8s7nurx1gd]{
        gap: 12px;
    }

    .waitlist-header[b-8s7nurx1gd] {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .waitlist-actions[b-8s7nurx1gd] {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        gap: 10px;
    }

    .waitlist-search[b-8s7nurx1gd] {
        width: 100%;
    }

        .waitlist-search input[b-8s7nurx1gd],
        .waitlist-search .rz-textbox[b-8s7nurx1gd] {
            width: 100% !important;
        }

    .btn-add[b-8s7nurx1gd] {
        width: 100%;
        min-height: 44px;
    }
}
/* _content/Kurama_UI/Components/Pages/Blog/CreateArticle.razor.rz.scp.css */
.main-container[b-7wr72haa40] {
    position: relative;
    min-height: 100vh;
    background: #f5f7fb;
    padding: 32px 20px;
    overflow: hidden;
}

.bg-green[b-7wr72haa40] {
    position: absolute;
    top: -120px;
    right: -120px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(30, 190, 92, 0.22) 0%, rgba(30, 190, 92, 0.05) 45%, transparent 70%);
    pointer-events: none;
}

.form-container[b-7wr72haa40] {
    position: relative;
    z-index: 2;
    max-width: 1380px;
    margin: 0 auto;
}

.header-section[b-7wr72haa40] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 24px;
}

.subtitle-form[b-7wr72haa40] {
    color: #667085;
    font-size: 14px;
}

.content-grid[b-7wr72haa40] {
    display: grid;
    grid-template-columns: 400px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.left-panel[b-7wr72haa40],
.right-panel[b-7wr72haa40] {
    min-width: 0;
}

.card-kumara[b-7wr72haa40] {
    background: #ffffff;
    border: 1px solid #e7ecf3;
    border-radius: 24px;
    box-shadow: 0 14px 34px rgba(16, 24, 40, 0.08);
    padding: 24px;
}

.card-title-row[b-7wr72haa40] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.status-chip[b-7wr72haa40] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f2f4f7;
    border: 1px solid #e4e7ec;
    color: #475467;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}

    .status-chip.success[b-7wr72haa40] {
        background: #ecfdf3;
        border-color: #abefc6;
        color: #067647;
    }

/* DROPZONE BASE */
.dropzone[b-7wr72haa40] {
    position: relative;
    display: block;
    border: 1.5px dashed #CFC8E3;
    border-radius: 18px;
    background: #FFFFFF;
    padding: 28px 20px;
    text-align: center;
    transition: all 0.25s ease;
    min-height: 420px;
    overflow: hidden;
    cursor: pointer;
}

    .dropzone:hover[b-7wr72haa40] {
        border-color: #2C1261;
        box-shadow: 0 8px 24px rgba(44, 18, 97, 0.08);
    }

.dropzone__input-hidden[b-7wr72haa40] {
    display: none;
}

.dropzone__content[b-7wr72haa40] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 360px;
    pointer-events: none;
}

.dropzone__icon[b-7wr72haa40] {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #F4F1FB;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
}

.dropzone__text[b-7wr72haa40] {
    font-size: 16px;
    
    font-weight: 700;
}

.dropzone__subtext[b-7wr72haa40] {
    color: black;
    font-size: 14px;
}

.dropzone__btn[b-7wr72haa40] {
    color: black;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
    pointer-events: auto;
}

.dropzone__meta[b-7wr72haa40] {
    margin-top: 6px;
    font-size: 14px;
    color: #4A4458;
}

.dropzone__meta-secondary[b-7wr72haa40] {
    font-size: 13px;
    color: #7A7487;
}

.dropzone__count[b-7wr72haa40] {
    margin-top: 10px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #F4F1FB;
    color: #2C1261;
    font-size: 13px;
    font-weight: 700;
}

/* PREVIEW */
.article-preview-image[b-7wr72haa40] {
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 14px;
    display: block;
    position: relative;
    z-index: 1;
}

.article-preview-overlay[b-7wr72haa40] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 16px;
    background: linear-gradient(180deg, rgba(0,0,0,0.04) 0%, rgba(0,0,0,0.38) 100%);
    z-index: 2;
    pointer-events: none;
}

.article-preview-overlay-content[b-7wr72haa40] {
    width: 100%;
    border-radius: 16px;
    background: rgba(255,255,255,0.18);
    backdrop-filter: blur(8px);
    padding: 14px 16px;
}

.error-text[b-7wr72haa40] {
    margin-top: 10px;
    color: #b00020;
}

.upload-overlay[b-7wr72haa40] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(3px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.upload-overlay__card[b-7wr72haa40] {
    width: min(360px, 92vw);
    padding: 18px 16px;
    border-radius: 18px;
    background: white;
    box-shadow: 0 20px 60px rgba(0,0,0,0.25);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.spinner[b-7wr72haa40] {
    width: 46px;
    height: 46px;
    border-radius: 999px;
    border: 4px solid rgba(0,0,0,0.12);
    border-top-color: rgba(44, 18, 97, 0.95);
    animation: spin-b-7wr72haa40 0.8s linear infinite;
}

@keyframes spin-b-7wr72haa40 {
    to {
        transform: rotate(360deg);
    }
}

.meta-list[b-7wr72haa40] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 18px;
}

.meta-item[b-7wr72haa40] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    background: #f8fafc;
    border: 1px solid #e6ebf2;
    border-radius: 16px;
    padding: 12px 14px;
}


.meta-label[b-7wr72haa40] {
    font-size: 12px;
    font-weight: 700;
    color: #667085;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.meta-value[b-7wr72haa40] {
    font-size: 14px;
    color: #1d2939;
    font-weight: 600;
}

.truncate[b-7wr72haa40] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.side-buttons[b-7wr72haa40] {
    margin-top: 18px;
}

.form-section[b-7wr72haa40] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 18px;
}

.input-label-conteiner[b-7wr72haa40] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.input-container-doble[b-7wr72haa40] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-top: 18px;
}

.label-field[b-7wr72haa40] {
    font-size: 14px;
    font-weight: 700;
    color: #344054;
}

.input-form[b-7wr72haa40] {
    width: 100%;
}

    .input-form[b-7wr72haa40],
    .input-form input[b-7wr72haa40],
    .input-form textarea[b-7wr72haa40],
    .input-form select[b-7wr72haa40] {
        border-radius: 14px !important;
    }

.picker-wrapper[b-7wr72haa40] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.picker-input[b-7wr72haa40] {
    flex: 1;
}

.editor-wrapper[b-7wr72haa40] {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #d0d5dd;
    background: #ffffff;
}

.alert-wrapper[b-7wr72haa40] {
    margin-top: 18px;
}

.container-buttons[b-7wr72haa40] {
    margin-top: 24px;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    flex-wrap: wrap;
}

.rz-html-editor[b-7wr72haa40] {
    border: 0 !important;
}

.rz-textbox[b-7wr72haa40],
.rz-dropdown[b-7wr72haa40],
.rz-datepicker[b-7wr72haa40],
input.input-form[b-7wr72haa40] {
    min-height: 46px;
}

.rz-button[b-7wr72haa40] {
    border-radius: 14px !important;
}

@media (max-width: 1100px) {
    .content-grid[b-7wr72haa40] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .main-container[b-7wr72haa40] {
        padding: 20px 12px;
    }

    .card-kumara[b-7wr72haa40] {
        padding: 18px;
        border-radius: 20px;
    }

    .input-container-doble[b-7wr72haa40] {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .dropzone[b-7wr72haa40] {
        min-height: 320px;
    }

    .dropzone__content[b-7wr72haa40] {
        min-height: 260px;
    }

    .article-preview-image[b-7wr72haa40] {
        height: 280px;
    }

    .container-buttons[b-7wr72haa40] {
        justify-content: stretch;
    }

        .container-buttons .rz-button[b-7wr72haa40] {
            width: 100%;
        }
}
/* _content/Kurama_UI/Components/Pages/Home/AboutUs.razor.rz.scp.css */
.main-container[b-fzv7k7pxqw] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    background: var(--Colors-Surface-1, #FDFBF8);
}

.intro-container[b-fzv7k7pxqw] {
    display: flex;
    padding: var(--Spacing-Mobile-M-TB-Padding, 24px) var(--Spacing-Mobile-M-LF-Padding, 16px);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Spacing-8-Scale-Gap-Medium, 24px);
    align-self: stretch;
}

.header-intro-container[b-fzv7k7pxqw] {
    display: flex;
    padding-bottom: var(--Spacing-8-Scale-Gap-X-Small, 12px);
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    border-bottom: 1px solid var(--Colors-Medium-Grey, #CECECE);
}

.body-intro-container[b-fzv7k7pxqw] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.vision-mision-container[b-fzv7k7pxqw] {
    display: flex;
    padding: var(--Spacing-Mobile-M-TB-Padding, 24px) var(--Spacing-Mobile-M-LF-Padding, 16px);
    flex-direction: column;
    align-items: center;
    gap: var(--Spacing-8-Scale-Gap-Medium, 24px);
    align-self: stretch;
    background: var(--Colors-Surface-1, #FDFBF8);
}

.vision-mision-subcontainer[b-fzv7k7pxqw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--Spacing-8-Scale-Gap-Medium, 24px);
    align-self: stretch;
   
}

.vision-mision-image-container[b-fzv7k7pxqw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--Spacing-8-Scale-Gap-Medium, 24px);
    align-self: stretch;
    
}

.header-vision-mision-container[b-fzv7k7pxqw] {
    display: flex;
    padding-bottom: var(--Spacing-8-Scale-Gap-X-Small, 12px);
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    border-bottom: 1px solid var(--Colors-Medium-Grey, #CECECE);
}

.vision-container[b-fzv7k7pxqw] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Spacing-Mobile-M-Container-Gap, 16px);
    align-self: stretch;
}

.values-container[b-fzv7k7pxqw] {
    display: flex;
    padding: var(--Spacing-Mobile-M-TB-Padding, 24px) var(--Spacing-Mobile-M-LF-Padding, 16px);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Spacing-8-Scale-Gap-Medium, 24px);
    align-self: stretch;
}

.header-values-container[b-fzv7k7pxqw] {
    display: flex;
    padding-bottom: var(--Spacing-8-Scale-Gap-X-Small, 12px);
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    border-bottom: 1px solid var(--Colors-Medium-Grey, #CECECE);
}

.values-content-container[b-fzv7k7pxqw] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Spacing-8-Scale-Gap-Medium, 24px);
}

.value-content[b-fzv7k7pxqw] {
    display: flex;
    width: 100%;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Spacing-8-Scale-Gap-X-Small, 12px);
    border-radius: 16px;
    border: 1px solid var(--Colors-Light-Grey, #E2E2E2);
    background: var(--Colors-Surface-2, #FBF8F3);
    height: -webkit-fill-available;
}
.img-about-us[b-fzv7k7pxqw] {
    width: 100%;
    object-fit: cover;
    background: url('/assets/img/AboutUs/Sobre_Nosotros_Mobile.png');
    height: 360px;
    align-self: stretch;
    background-size: cover;
    background-position: 50%;
}

.img-about-us-divider[b-fzv7k7pxqw] {
    width: 100%;
    object-fit: cover;
}

.image-divider-container[b-fzv7k7pxqw] {
    display: flex;
    padding: 24px 80px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background: var(--Colors-Surface-1, #FDFBF8);
}

@media (min-width: 720px) and (max-width:1024px) {

    .intro-container[b-fzv7k7pxqw] {
        padding: var(--Spacing-Tablet-T-TB-Padding, 48px) var(--Spacing-Tablet-T-LR-Padding, 32px);
    }

    .vision-mision-container[b-fzv7k7pxqw] {
        padding: var(--Spacing-Tablet-T-TB-Padding, 48px) var(--Spacing-Tablet-T-LR-Padding, 32px);
    }

    .values-container[b-fzv7k7pxqw] {
        padding: var(--Spacing-Tablet-T-TB-Padding, 48px) var(--Spacing-Tablet-T-LR-Padding, 32px);
    }

    .values-content-container[b-fzv7k7pxqw] {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: var(--Spacing-8-Scale-Gap-Medium, 24px);
    }
}

@media (min-width: 1024px) {
    .intro-container[b-fzv7k7pxqw] {
        padding: var(--Spacing-Desktop-D-TB-Padding, 80px) var(--Spacing-Desktop-D-LR-Padding, 200px);
        gap: var(--Spacing-Tablet-T-Gap, 40px);
    }

    .vision-mision-container[b-fzv7k7pxqw] {
        gap: var(--Spacing-Tablet-T-Gap, 40px);
        padding: var(--Spacing-Desktop-D-TB-Padding, 80px) var(--Spacing-Desktop-D-LR-Padding, 200px);
    }

    .values-container[b-fzv7k7pxqw] {
        gap: var(--Spacing-Tablet-T-Gap, 40px);
        padding: var(--Spacing-Desktop-D-TB-Padding, 80px) var(--Spacing-Desktop-D-LR-Padding, 200px);
    }

    .values-content-container[b-fzv7k7pxqw] {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: var(--Spacing-8-Scale-Gap-Medium, 24px);
    }
}

@media (min-width: 720px) {
    .body-intro-container[b-fzv7k7pxqw] {
        flex-direction: row;
    }

    .img-about-us[b-fzv7k7pxqw] {
        height: 100%;
        min-width: 384px;
        max-width: 480px;
        background: url('/assets/img/AboutUs/Sobre_Nosotros_Desktop.jpg');
        background-size: cover;
        aspect-ratio: 4/5;
    }

    .vision-mision-image-container[b-fzv7k7pxqw] {
        flex-direction: row;
    }

    .img-about-us-divider[b-fzv7k7pxqw] {
        height: 376px;
        flex: 1 0 0;
        width: 376px;
        aspect-ratio: 1/1;
    }

    
}
/* _content/Kurama_UI/Components/Pages/Home/CollaboratorCardDesktop.razor.rz.scp.css */
.collaborators-container-desktop[b-e903urn6hs] {
    display: none;
}

@media (min-width: 520px) {
    
    .collaborators-container-desktop[b-e903urn6hs] {
        display: flex;
        padding-bottom: var(--Spacing-8-Scale-Gap-Small, 16px);
        align-items: flex-start;
        gap: var(--Spacing-8-Scale-Gap-Small, 16px);
        align-self: stretch;
    }

    .container-info-collaborator-desktop[b-e903urn6hs] {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        flex: 1 0 0;
    }

    .img-collaborator[b-e903urn6hs] {
        width: 220px;
        height: 220px;
        align-self: center;
        
        aspect-ratio: 1/1;
        border-radius: 40px;
    }

    .container-doble-collaborator-info[b-e903urn6hs] {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: var(--Spacing-Gap-X-Small, 12px);
    }
}
/* _content/Kurama_UI/Components/Pages/Home/Component_media.razor.rz.scp.css */
.buttons-media[b-hnhnzx7zw9] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.icon-media[b-hnhnzx7zw9] {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 2px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.facebook[b-hnhnzx7zw9] {
    background: #0866ff;
}

.instagram[b-hnhnzx7zw9] {
    background: #ea337e;
}

.whatsapp[b-hnhnzx7zw9] {
    background: #25d366;
}
/* _content/Kurama_UI/Components/Pages/Home/Home.razor.rz.scp.css */
.main-container-content[b-0qyjdndi40] {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.hero-landing-container[b-0qyjdndi40] {
    display: flex;
    height: 600px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.4) 100%), url("/assets/img/Landing/Hero_Landing_Mobile.png") lightgray 50% / cover no-repeat;
    background-size: cover;
    background-position: 50%;
}

.info-hero-content[b-0qyjdndi40] {
    display: flex;
    padding: 0 24px 40px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.container-buttons-hero[b-0qyjdndi40] {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 16px;
    align-self: stretch;
    justify-content: center;
    flex-wrap: wrap;
}

.about-us-container[b-0qyjdndi40] {
    display: flex;
    padding: var(--Spacing-8-Scale-Gap-X-Medium, 40px) var(--Spacing-Mobile-M-TB-Padding, 24px);
    flex-direction: column;
    align-items: center;
    gap: var(--Spacing-Mobile-M-Gap, 24px);
    align-self: stretch;
    background: var(--Colors-Surface-1, #FDFBF8);
}

.about-us-content-text[b-0qyjdndi40] {
    display: flex;
    padding: 0 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

.about-us-card-container[b-0qyjdndi40] {
    display: flex;
    padding: 40px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    border-radius: 16px;
    border: 1px solid var(--Colors-Light-Grey, #E2E2E2);
    background: var(--Colors-Surface-2, #FBF8F3);
}

.about-us-cards-container[b-0qyjdndi40] {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.image-divider-container[b-0qyjdndi40] {
    display: flex;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    background: var(--Colors-Surface-1, #FDFBF8);
}

.img-divider[b-0qyjdndi40] {
    width: 100%;
    object-fit: cover;
}

/* =========================
   SERVICES
========================= */
.services-container[b-0qyjdndi40] {
    display: flex;
    padding: 24px 8px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    background: var(--Colors-Surface-1, #FDFBF8);
}

.service-container-header[b-0qyjdndi40] {
    display: flex;
    padding: 0 16px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    text-align: center;
}

.service-card-container-main[b-0qyjdndi40] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    width: 100%;
}

.service-slider[b-0qyjdndi40] {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 12px;
    align-self: stretch;
    width: 100%;
}

.service-arrow[b-0qyjdndi40] {
    flex: 0 0 auto;
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    min-width: 44px;
    height: 44px;
    border-radius: 999px;
    align-self: center;
    background: #FFF;
    border: 1px solid #E2E2E2;
    transition: all .2s ease;
}

    .service-arrow:hover[b-0qyjdndi40] {
        transform: scale(1.03);
        box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    }

.service-card[b-0qyjdndi40] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    border-radius: 20px;
    border: 1px solid var(--Colors-Light-Grey, #E2E2E2);
    background: var(--Colors-White, #FFF);
    overflow: hidden;
    min-width: 0;
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
    will-change: transform, opacity;
}

.service-card-inner[b-0qyjdndi40] {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.service-title[b-0qyjdndi40] {
    padding: 24px 24px 0 24px;
    text-align: center;
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-image-wrap[b-0qyjdndi40] {
    width: 100%;
    flex: 0 0 auto;
}

.service-image[b-0qyjdndi40] {
    width: 100%;
    height: 327px;
    object-fit: cover;
    object-position: top;
    display: block;
}

.service-content-data[b-0qyjdndi40] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    flex: 1 1 auto;
    padding: 24px;
    gap: 20px;
}

.service-content[b-0qyjdndi40] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    width: 100%;
    flex: 1 1 auto;
}

.service-list[b-0qyjdndi40] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-self: stretch;
    margin: 0;
    padding-left: 20px;
}

    .service-list li[b-0qyjdndi40] {
        margin: 0;
    }

.service-more-link[b-0qyjdndi40] {
    margin-top: auto;
    text-decoration: none;
    align-self: center;
}

/* Dots */
.service-dots[b-0qyjdndi40] {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
}

.dot[b-0qyjdndi40] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 0, 0, .20);
    cursor: pointer;
    padding: 0;
    transition: all .2s ease;
}

    .dot.active[b-0qyjdndi40] {
        width: 9px;
        height: 9px;
        background: rgba(0, 0, 0, .70);
    }

/* Animación */
.card-animate[b-0qyjdndi40] {
    animation: cardFadeSlide-b-0qyjdndi40 .32s ease both;
}

@keyframes cardFadeSlide-b-0qyjdndi40 {
    from {
        opacity: 0;
        transform: translateY(8px) scale(.985);
        filter: blur(0.4px);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

/* =========================
   BLOG / LOCATION / OTHERS
========================= */
.blog-container[b-0qyjdndi40] {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    background: var(--Colors-Surface-1, #FDFBF8);
}

.location-container[b-0qyjdndi40] {
    display: flex;
    padding: 40px var(--Spacing-8-Scale-Gap-Medium, 24px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%), url(/assets/img/Landing/Clinica.png) lightgray 50% / cover no-repeat;
    background-size: cover;
    background-position: 50%;
}

.start-container-info[b-0qyjdndi40] {
    display: flex;
    padding: var(--Spacing-8-Scale-Gap-X-Medium, 40px) var(--Spacing-Mobile-M-TB-Padding, 24px);
    flex-direction: column;
    align-items: center;
    gap: var(--Spacing-Mobile-M-Gap, 24px);
    align-self: stretch;
    background: var(--Colors-Surface-1, #FDFBF8);
}

.step-container-info[b-0qyjdndi40] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}

.step-container-info-content[b-0qyjdndi40] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--Spacing-Mobile-M-Gap, 24px);
    align-self: stretch;
}

.img-dividir-one[b-0qyjdndi40] {
    background-image: url(/assets/img/Landing/Mujer.png);
    background-size: cover;
    background-position: 50%;
    height: 528px;
    align-self: stretch;
    aspect-ratio: 1/1;
}

.img-dividir-two[b-0qyjdndi40] {
    background-image: url('/assets/img/Landing/Review.png');
    background-size: cover;
    background-position: 50%;
}

/* =========================
   MOBILE / TABLET
========================= */
.service-cards-2up[b-0qyjdndi40],
.service-cards-3up[b-0qyjdndi40] {
    display: none;
}

.service-card--mobile[b-0qyjdndi40] {
    display: flex;
    width: 100%;
    max-width: 100%;
    flex: 1 1 auto;
}

    .service-card--mobile .service-title[b-0qyjdndi40] {
        min-height: auto;
    }

    .service-card--mobile .service-image[b-0qyjdndi40] {
        height: 327px;
    }



@media (min-width: 768px) and (max-width: 1480px) {
    .service-slider[b-0qyjdndi40] {
        gap: 16px;
        align-items: stretch;
    }

    .service-card--mobile[b-0qyjdndi40] {
        display: none;
    }

    .service-cards-2up[b-0qyjdndi40] {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
        align-items: stretch;
        width: 100%;
        flex: 1 1 auto;
    }

    .service-cards-3up[b-0qyjdndi40] {
        display: none;
    }

    .service-card--desktop[b-0qyjdndi40] {
        display: flex;
        height: 100%;
        min-height: 820px;
    }

        .service-card--desktop .service-image[b-0qyjdndi40] {
            height: 327px;
        }
}

/* =========================
   DESKTOP
========================= */

@media (min-width: 1480px) {
    .hero-landing-container[b-0qyjdndi40] {
        display: flex;
        height: 640px;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        gap: var(--Spacing-8-Scale-Gap-Small, 16px);
        align-self: stretch;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.40) 100%), url('/assets/img/Landing/Hero_Landing_Desktop.png') lightgray 50% / cover no-repeat;
        background-position: top;
        background-size: cover;
    }

    .container-buttons-hero[b-0qyjdndi40] {
        justify-content: flex-start;
        align-self: flex-start;
    }

    .info-hero-content[b-0qyjdndi40] {
        padding: var(--Spacing-Desktop-D-TB-Padding, 80px) var(--Spacing-Desktop-D-LR-Padding, 200px);
    }

    .about-us-cards-container[b-0qyjdndi40] {
        flex-direction: row;
    }

    .about-us-container[b-0qyjdndi40] {
        padding: var(--Spacing-Desktop-D-TB-Padding, 80px) var(--Spacing-Desktop-D-LR-Padding, 200px);
        align-items: flex-start;
    }

    .about-us-card-container[b-0qyjdndi40] {
        background: #FDFBF8;
        border-radius: 0;
        border: 0;
    }

    .card-center-container[b-0qyjdndi40] {
        border-left: 1px solid var(--Colors-System-Dark-Green, #27544F);
        border-right: 1px solid var(--Colors-System-Dark-Green, #27544F);
    }

    .ws-lg[b-0qyjdndi40] {
        align-self: center;
    }

    .image-divider-container[b-0qyjdndi40] {
        display: flex;
        padding: 40px 200px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        align-self: stretch;
    }

    .services-container[b-0qyjdndi40] {
        display: flex;
        padding: var(--Spacing-Desktop-D-TB-Padding, 80px) var(--Spacing-Desktop-D-LR-Padding, 200px);
        flex-direction: column;
        align-items: flex-start;
        gap: var(--Spacing-Desktop-D-Container-Gap, 24px);
        align-self: stretch;
    }

    .service-slider[b-0qyjdndi40] {
        gap: 20px;
        align-items: stretch;
    }

    .service-card--mobile[b-0qyjdndi40] {
        display: none;
    }

    .service-cards-2up[b-0qyjdndi40] {
        display: none;
    }

    .service-cards-3up[b-0qyjdndi40] {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 24px;
        align-items: stretch;
        width: 100%;
        flex: 1 1 auto;
    }

    .service-card--desktop[b-0qyjdndi40] {
        display: flex;
        height: 100%;
        min-height: 860px;
    }

        .service-card--desktop .service-image[b-0qyjdndi40] {
            height: 327px;
        }

    .service-dots[b-0qyjdndi40] {
        margin-top: 14px;
    }

    .img-dividir-one[b-0qyjdndi40] {
        background-image: url('/assets/img/Landing/SeparadorOrganos 1.png');
        align-self: stretch;
        height: initial;
        aspect-ratio: 808/157;
    }

    .img-dividir-two[b-0qyjdndi40] {
        background-image: url('/assets/img/Landing/Review_Desktop.png');
        align-self: stretch;
        aspect-ratio: 808/157;
    }

    .blog-container[b-0qyjdndi40] {
        display: flex;
        padding: var(--Spacing-Desktop-D-TB-Padding, 80px) var(--Spacing-Desktop-D-LR-Padding, 200px);
        flex-direction: column;
        align-items: center;
        gap: var(--Spacing-Desktop-D-Container-Gap, 24px);
        align-self: stretch;
    }

    .img-divider-three[b-0qyjdndi40] {
        padding: 0 200px;
        align-self: stretch;
        height: 443px;
        aspect-ratio: 186/103;
        object-fit: contain;
        object-position: 50%;
    }

    .start-container-info[b-0qyjdndi40] {
        display: flex;
        padding: var(--Spacing-Desktop-D-TB-Padding, 80px) 200px;
        flex-direction: column;
        align-items: center;
        gap: var(--Spacing-8-Scale-Gap-X-Medium, 40px);
        align-self: stretch;
    }

    .step-container-info-content[b-0qyjdndi40] {
        flex-direction: row;
    }

    .location-container[b-0qyjdndi40] {
        background-position: 50%;
    }
}
/* =========================
   LARGE DESKTOP
========================= */
@media (min-width: 1400px) {
    .service-card--desktop[b-0qyjdndi40] {
        min-height: 820px;
    }

    .service-image[b-0qyjdndi40] {
        height: 327px;
    }
}



/* =========================
   SMALL MOBILE
========================= */
@media (max-width: 640px) {
    .service-slider[b-0qyjdndi40] {
        gap: 8px;
    }

    .service-arrow[b-0qyjdndi40] {
        width: 38px;
        min-width: 38px;
        height: 38px;
    }

    .service-card--mobile .service-image[b-0qyjdndi40] {
        height: 327px;
    }

    .service-content-data[b-0qyjdndi40] {
        padding: 20px;
    }

    .service-title[b-0qyjdndi40] {
        padding: 20px 20px 0 20px;
    }
}
/* _content/Kurama_UI/Components/Pages/Home/Location.razor.rz.scp.css */
.img-team[b-cum0qt75ma] {
    height: 544px;
    align-self: stretch;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 8px;
    border-radius: 40px;
    background: url('/assets/img/Patricia.png');
    background-size: cover;
    background-position: 50%;
}

.header-info-team-data[b-cum0qt75ma] {
    display: flex;
    padding-bottom: var(--Spacing-8-Scale-Gap-X-Small, 12px);
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    border-bottom: 1px solid var(--Colors-System-Medium-Grey, #CECECE);
}

.team-info[b-cum0qt75ma] {
    display: flex;
    padding: var(--Spacing-Mobile-M-TB-Padding, 24px) var(--Spacing-Mobile-M-LF-Padding, 16px);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Spacing-Mobile-M-Gap, 24px);
    align-self: stretch;
    background: var(--Colors-Surface-1, #FDFBF8);
}

.header-team-info[b-cum0qt75ma] {
    display: flex;
    padding-bottom: var(--Spacing-Gap-X-Small);
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    border-bottom: 1px solid var(--Colors-Medium-Grey, #cecece);
}

.text-card-top[b-cum0qt75ma] {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    align-self: stretch;
}

.team-first-card[b-cum0qt75ma] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.team-info-data[b-cum0qt75ma] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
}

.img-collaborator[b-cum0qt75ma] {
    height: 380px;
    width: 100%;
    align-self: stretch;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 40px;
}

.collaborator-card[b-cum0qt75ma] {
    display: flex;
    padding: var(--Spacing-Mobile-TB-Padding) var(--Spacing-Mobile-LF-Padding);
    flex-direction: column;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    background: var(--Colors-Brand, #016d4e);
}

.collaborator-team-card[b-cum0qt75ma] {
    display: flex;
    padding-bottom: var(--Spacing-Gap-Small);
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-bottom: 1px solid var(--Colors-Light-Grey, #e2e2e2);
}

.container-title-action-team-collaborator[b-cum0qt75ma] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.container-doble-collaborator-info[b-cum0qt75ma] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Spacing-Gap-X-Small, 12px);
}


.location-kumara[b-cum0qt75ma] {
    display: flex;
    padding-bottom: var(--Spacing-Gap-X-Medium);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Spacing-Gap-X-Small);
    align-self: stretch;
    border-bottom: 1px solid var(--Colors-Light-Grey, #e2e2e2);
}

.location-icon[b-cum0qt75ma] {
    display: flex;
    align-items: center;
    gap: var(--Spacing-Gap-XX-Small);
    align-self: stretch;
}

.date-location[b-cum0qt75ma] {
    display: flex;
    align-items: center;
    gap: var(--Spacing-Gap-XX-Small);
    width: 100%;
}

.mapa-google[b-cum0qt75ma] {
    width: 100%;
    height: 250px;
    align-self: stretch;
    aspect-ratio: 272/125;
    object-fit: cover;
    border-radius: 8px;
}

.mw-sm-290[b-cum0qt75ma] {
    max-width: 290px;
}

.mw-sm-150[b-cum0qt75ma] {
    max-width: 150px;
}

.collaborators-container-responsive[b-cum0qt75ma] {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.location-button[b-cum0qt75ma] {
    flex-direction: column;
}

.location-content[b-cum0qt75ma] {
    display: flex;
    min-width: 314px;
    min-height: 280px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
}

.location-doble[b-cum0qt75ma] {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
}

.location-content-data[b-cum0qt75ma]{
    display: flex;
    flex-direction: column;
    gap: 12px;
}


@media (min-width: 720px) {
    .mw-sm-290[b-cum0qt75ma] {
        max-width: initial;
    }

    .team-first-card[b-cum0qt75ma] {
        flex-direction: row-reverse;
    }

    .location-content[b-cum0qt75ma] {
        display: flex;
        min-width: 314px;
        min-height: 280px;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        align-self: stretch;
    }

    .location-doble[b-cum0qt75ma] {
        display: flex;
        align-items: flex-start;
        flex-direction: row;
        gap: var(--Spacing-Tablet-T-Container-Gap, 16px);
        align-self: stretch;
    }

    .mapa-google[b-cum0qt75ma] {
        height: 338px;
      
        max-height: 338px;
        flex: 1 0 0;
        aspect-ratio: 1/1;
    }

    .w-100[b-cum0qt75ma] {
        max-width: initial;
    }

    .team-info[b-cum0qt75ma] {
        display: flex;
        padding: var(--Spacing-Tablet-T-TB-Padding, 48px) var(--Spacing-Tablet-T-LR-Padding, 32px);
        flex-direction: column;
        align-items: flex-start;
        gap: var(--Spacing-Tablet-T-Gap, 40px);
        align-self: stretch;
    }

    .img-team[b-cum0qt75ma] {
        width: 384px;
        height: 480px;
        aspect-ratio: 4/5;
        background: url('/assets/img/Patricia_Desktop.jpg');
        background-size: cover;
    }

    .mw-sm-150[b-cum0qt75ma] {
        max-width: initial;
    }

    .collaborators-container-responsive[b-cum0qt75ma] {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        flex-direction: row;
    }

    .collaborator-card[b-cum0qt75ma] {
        display: flex;
        padding: var(--Spacing-Tablet-T-TB-Padding, 48px) var(--Spacing-Tablet-T-LR-Padding, 32px);
        flex-direction: column;
        align-items: center;
        gap: var(--Spacing-Tablet-T-Gap, 40px);
        align-self: stretch;
    }

    .img-collaborator[b-cum0qt75ma] {
        height: 240px;
    }

    .collaborator-team-card[b-cum0qt75ma] {
        max-width: 230px;
    }
}

@media (min-width: 1024px) {
    .team-info[b-cum0qt75ma] {
        padding: var(--Spacing-Desktop-TB-Padding, 80px) var(--Spacing-Desktop-LR-Padding, 200px);
        gap: var(--Spacing-Gap-Large, 64px);
        align-self: stretch;
    }

    .location-doble[b-cum0qt75ma] {
        flex-direction: column;
    }

    .mapa-google[b-cum0qt75ma]{
        max-width: initial;
    }

    .collaborator-card[b-cum0qt75ma] {
        padding: var(--Spacing-Desktop-TB-Padding, 80px) var(--Spacing-Desktop-LR-Padding, 200px);
        gap: var(--Spacing-Gap-Large, 64px);
    }

    .locations-kumara-container[b-cum0qt75ma] {
        display: flex;
        align-items: flex-start;
        gap: var(--Spacing-Gap-Large, 64px);
        align-self: stretch;
    }


    .collaborator-team-card[b-cum0qt75ma] {
        max-width: 424px;
    }

    .img-collaborator[b-cum0qt75ma] {
        height: 424px;
        width: 424px;
        align-self: stretch;
        aspect-ratio: 1/1;
    }
}

@media (min-width: 1680px) {
    .location-doble[b-cum0qt75ma]{
        flex-direction: row;
    }
}

.team-text[b-cum0qt75ma] {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-6px);
    transition: max-height 280ms ease, opacity 200ms ease, transform 200ms ease;
    will-change: max-height, opacity, transform;
}

    .team-text.open[b-cum0qt75ma] {
        max-height: 900px; /* ajustá si tu texto es más largo */
        opacity: 1;
        transform: translateY(0);
    }

.container-title-action-team-collaborator[b-cum0qt75ma] {
    cursor: pointer;
}

.plus-icon[b-cum0qt75ma] {
    transition: transform 200ms ease;
}

    .plus-icon .line-v[b-cum0qt75ma] {
        transform-origin: 50% 50%;
        transition: transform 200ms ease, opacity 150ms ease;
    }

    .plus-icon.open .line-v[b-cum0qt75ma] {
        transform: scaleY(0); /* colapsa la línea vertical */
        opacity: 0; /* opcional, para que no quede “fantasma” */
    }

    .plus-icon .line-h[b-cum0qt75ma] {
        transition: opacity 200ms ease;
    }
.mapa-wrapper[b-cum0qt75ma] {
    position: relative;
    width: 100%;
}

.mapa-google[b-cum0qt75ma] {
    border-radius: 16px;
    min-height: 400px;
}

.btn-como-llegar[b-cum0qt75ma] {
    position: absolute;
    right: 16px;
    bottom: 16px;
    background: #fff;
    color: #0D0C0C;
    text-decoration: none;
    padding: 10px 16px;
    border-radius: 12px;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
}
/* _content/Kurama_UI/Components/Pages/Home/Services_Component/Component_Appointment.razor.rz.scp.css */



.container-appointment[b-oyp5t16yx3] {
    display: flex;
    padding: var(--Spacing-8-Scale-Gap-X-Medium, 40px) var(--Spacing-Mobile-M-LF-Padding, 16px);
    flex-direction: column;

    align-items: center;
    gap: var(--Spacing-Mobile-M-Container-Gap, 16px);
    align-self: stretch;
    background: var(--Colors-System-Surface-2, #FBF8F3);
}


.container-appointment-text[b-oyp5t16yx3] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: var(--Spacing-Desktop-D-Container-Gap, 24px);
    flex: 1 0 0;
}

.btn-cta[b-oyp5t16yx3] {
    width: 100%;
}

@media (min-width: 480px) and (max-width: 1380px) {
    .container-appointment[b-oyp5t16yx3] {
        padding: var(--Spacing-Tablet-T-TB-Padding, 48px) var(--Spacing-Tablet-T-LR-Padding, 32px);
        gap: var(--Spacing-Tablet-T-Container-Gap, 16px);
     
    }
}


@media (min-width: 1380px) {
   

    .btn-cta[b-oyp5t16yx3] {
        width: initial;
    }

    .container-appointment[b-oyp5t16yx3] {
        display: flex;
        flex-direction: row;
        padding: var(--Spacing-Desktop-D-TB-Padding, 80px) var(--Spacing-Desktop-D-LR-Padding, 200px);
       
        justify-content: space-between;
        align-items: flex-end;
        align-self: stretch;
    }

    .container-appointment-text[b-oyp5t16yx3] {
        align-items: flex-start;
        text-align: left;
    }

}
/* _content/Kurama_UI/Components/Pages/Home/Services_Component/Component_Catalog_Sueros.razor.rz.scp.css */

.catalog-service[b-0sdwjgizov] {
    display: flex;
    padding: var(--Spacing-Mobile-TB-Padding) var(--Spacing-Mobile-LF-Padding);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Spacing-Gap-X-Medium);
    align-self: stretch;
    align-items: center;
    background: var(--Colors-System-Surface-1, #FDFBF8);
}

.item-catalog-service[b-0sdwjgizov] {
    display: flex;
    padding-bottom: var(--Spacing-Gap-Small);
    flex-direction: column;
    align-items: flex-end;
    gap: var(--Spacing-Gap-Small);
    align-self: stretch;
    border-bottom: 1px solid var(--Colors-Light-Grey, #e2e2e2);
}

.frame-amount[b-0sdwjgizov] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 4px;
}


@media (min-width: 480px) and (max-width: 1380px) {
    
    .catalog-service[b-0sdwjgizov] {
        padding: var(--Spacing-Tablet-TB-Padding) var(--Spacing-Tablet-LR-Padding);
        gap: var(--Spacing-Gap-X-Medium);
    }


}

@media (min-width: 1380px) {
    
    .catalog-service[b-0sdwjgizov] {
        padding: var(--Spacing-Desktop-TB-Padding) var(--Spacing-Desktop-LR-Padding);
        gap: var(--Spacing-Gap-Large);
    }

}
/* _content/Kurama_UI/Components/Pages/Home/Services_Component/Component_Info.razor.rz.scp.css */
.service-info[b-g4ex4oxwfo] {
    display: flex;
    padding: var(--Spacing-Mobile-TB-Padding) var(--Spacing-Mobile-LF-Padding);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Spacing-Gap-Small);
    align-self: stretch;
    background: #FDFBF8;
}

.header-service-info[b-g4ex4oxwfo] {
    display: flex;
    padding-bottom: var(--Spacing-Gap-X-Small);
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    border-bottom: 1px solid var(--Colors-Medium-Grey, #cecece);
}

.content-data-info-service[b-g4ex4oxwfo] {
    display: flex;
    align-items: flex-start;
    gap: var(--Spacing-Desktop-D-Container-Gap, 24px);
    align-self: stretch;
}


@media (min-width: 480px) and (max-width: 1380px) {
    

    .service-info[b-g4ex4oxwfo] {
        padding: var(--Spacing-Tablet-TB-Padding) var(--Spacing-Tablet-LR-Padding);
        gap: var(--Spacing-Gap-X-Medium);
    }

    .HeadingXL[b-g4ex4oxwfo] {
        font-size: 40px;
    }
}

@media (min-width: 1380px) {
    .HeadingXL[b-g4ex4oxwfo] {
        font-size: 96px !important;
    }

    .service-info[b-g4ex4oxwfo] {
        padding: var(--Spacing-Desktop-TB-Padding) var(--Spacing-Desktop-LR-Padding);
        gap: var(--Spacing-Gap-X-Medium);
    }

    
    .container-appointment-text[b-g4ex4oxwfo] {
        align-items: flex-start;
        text-align: left;
    }
    .container-img-service[b-g4ex4oxwfo] {
        display: block;
        height: 526.597px;
        max-width: 427px;
        max-height: 526.597px;
        flex: 1 0 0;
        aspect-ratio: 30/37;
        background: url("/assets/img/Services/SueroTerapia/Sueroterapia.jpeg") lightgray 50% / cover no-repeat;
    }
}
/* _content/Kurama_UI/Components/Pages/Home/Services_Component/Component_Video.razor.rz.scp.css */
.service-video[b-83mnu5h8hp] {
    display: flex;
    padding: var(--Spacing-Mobile-TB-Padding) var(--Spacing-Mobile-LF-Padding);
    flex-direction: column;
    align-items: center;
    gap: var(--Spacing-Gap-Medium);
    align-self: stretch;
    background: var(--Colors-Brand, #016d4e);
}

.video-frame[b-83mnu5h8hp] {
    height: 306px;
    align-self: stretch;
    aspect-ratio: 16/9;
    background: black;
}


@media (min-width: 480px) and (max-width: 1380px) {


    .service-video[b-83mnu5h8hp] {
        padding: var(--Spacing-Tablet-TB-Padding) var(--Spacing-Tablet-LR-Padding);
        gap: var(--Spacing-Gap-X-Medium);
    }
}

@media (min-width: 1380px) {

    .service-video[b-83mnu5h8hp] {
        padding: var(--Spacing-Desktop-TB-Padding) var(--Spacing-Desktop-LR-Padding);
        gap: var(--Spacing-Gap-Large);
    }

    .video-frame[b-83mnu5h8hp] {
        height: 747px;
    }
}
/* _content/Kurama_UI/Components/Pages/Home/Services_Component/GLP.razor.rz.scp.css */
.services-header[b-9tz5xs0ugq] {
    background-image: linear-gradient(0deg, rgba(125,125,125,.35) 0%, rgba(125,125,125,.35) 100%), url("/assets/img/Services/GLP/Hero_GLP_Mobile.png");
    background-size: cover;
    background-position: 30%;
    background-repeat: no-repeat;
    display: flex;
    height: 640px;
    padding: var(--Spacing-Mobile-M-TB-Padding, 24px) var(--Spacing-Mobile-M-LF-Padding, 16px);
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: var(--Spacing-Mobile-M-Container-Gap, 16px);
    align-self: stretch;
}

.container-img-service[b-9tz5xs0ugq] {
    display: none;
}

.container-data-text[b-9tz5xs0ugq] {
    display: flex;
    flex-direction: column;
    gap: var(--Spacing-Gap-Small);
}

@media (min-width: 480px) and (max-width: 1380px) {
    .services-header[b-9tz5xs0ugq] {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.16) 50%, rgba(0, 0, 0, 0.40) 100%), url("/assets/img/Services/GLP/Hero_GLP_Mobile.png") lightgray 0px -462.598px / 100% 480% no-repeat;
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
        display: flex;
        height: 480px;
        padding: var(--Spacing-Tablet-T-TB-Padding, 48px) var(--Spacing-Tablet-T-LR-Padding, 32px);
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        gap: var(--Spacing-Tablet-T-Container-Gap, 16px);
        align-self: stretch;
    }

    .service-info[b-9tz5xs0ugq] {
        padding: var(--Spacing-Tablet-TB-Padding) var(--Spacing-Tablet-LR-Padding);
        gap: var(--Spacing-Gap-X-Medium);
    }

    .service-video[b-9tz5xs0ugq] {
        padding: var(--Spacing-Tablet-TB-Padding) var(--Spacing-Tablet-LR-Padding);
        gap: var(--Spacing-Gap-X-Medium);
    }

    .HeadingXL[b-9tz5xs0ugq] {
        font-size: 40px;
    }
}

@media (min-width: 1380px) {
    .HeadingXL[b-9tz5xs0ugq] {
        font-size: 96px !important;
    }

    .btn-cta[b-9tz5xs0ugq] {
        width: initial;
    }

    .services-header[b-9tz5xs0ugq] {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.16) 50%, rgba(0, 0, 0, 0.40) 100%), url("/assets/img/Services/GLP/Hero_GLP_Desktop.png") lightgray 0px -462.598px / 100% 480% no-repeat;
        background-size: cover;
        background-position: 50%;
        display: flex;
        height: 640px;
        padding: var(--Spacing-Mobile-TB-Padding) var(--Spacing-Mobile-LF-Padding);
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        gap: var(--Spacing-Gap-Medium);
        align-self: stretch;
    }

    .description-hero[b-9tz5xs0ugq] {
        max-width: 820px;
    }

    .service-info[b-9tz5xs0ugq] {
        padding: var(--Spacing-Desktop-TB-Padding) var(--Spacing-Desktop-LR-Padding);
        gap: var(--Spacing-Gap-X-Medium);
    }


    .services-header[b-9tz5xs0ugq] {
        padding: var(--Spacing-Desktop-TB-Padding) var(--Spacing-Desktop-LR-Padding);
    }

   

    .container-appointment-text[b-9tz5xs0ugq] {
        align-items: flex-start;
        text-align: left;
    }

    .container-img-service[b-9tz5xs0ugq] {
        display: block;
        height: 526.597px;
        max-width: 427px;
        max-height: 526.597px;
        flex: 1 0 0;
        aspect-ratio: 30/37;
        background: url("/assets/img/Services/GLP/Hero_GLP_Mobile.png") lightgray 50% / cover no-repeat;
    }
}
/* _content/Kurama_UI/Components/Pages/Home/Services_Component/Luces.razor.rz.scp.css */
.services-header[b-d49okjm9ut] {
    background-image: linear-gradient(0deg, rgba(125,125,125,.35) 0%, rgba(125,125,125,.35) 100%), url("/assets/img/Services/Luces/Hero_LucesInfrarrojas.jpeg");
    background-size: cover;
    background-position: 30%;
    background-repeat: no-repeat;
    display: flex;
    height: 640px;
    padding: var(--Spacing-Mobile-M-TB-Padding, 24px) var(--Spacing-Mobile-M-LF-Padding, 16px);
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: var(--Spacing-Mobile-M-Container-Gap, 16px);
    align-self: stretch;
}

.container-img-service[b-d49okjm9ut] {
    display: none;
}

.container-data-text[b-d49okjm9ut] {
    display: flex;
    flex-direction: column;
    gap: var(--Spacing-Gap-Small);
}

@media (min-width: 480px) and (max-width: 1380px) {
    .services-header[b-d49okjm9ut] {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.16) 50%, rgba(0, 0, 0, 0.40) 100%), url("/assets/img/Services/Luces/Hero_LucesInfrarrojas.jpeg") lightgray 0px -462.598px / 100% 480% no-repeat;
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
        display: flex;
        height: 480px;
        padding: var(--Spacing-Tablet-T-TB-Padding, 48px) var(--Spacing-Tablet-T-LR-Padding, 32px);
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        gap: var(--Spacing-Tablet-T-Container-Gap, 16px);
        align-self: stretch;
    }

    .service-info[b-d49okjm9ut] {
        padding: var(--Spacing-Tablet-TB-Padding) var(--Spacing-Tablet-LR-Padding);
        gap: var(--Spacing-Gap-X-Medium);
    }

    .service-video[b-d49okjm9ut] {
        padding: var(--Spacing-Tablet-TB-Padding) var(--Spacing-Tablet-LR-Padding);
        gap: var(--Spacing-Gap-X-Medium);
    }

    .HeadingXL[b-d49okjm9ut] {
        font-size: 40px;
    }
}

@media (min-width: 1380px) {
    .HeadingXL[b-d49okjm9ut] {
        font-size: 96px !important;
    }

    .btn-cta[b-d49okjm9ut] {
        width: initial;
    }

    .services-header[b-d49okjm9ut] {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.16) 50%, rgba(0, 0, 0, 0.40) 100%), url("/assets/img/Services/Luces/Hero_LucesInfrarrojas.jpeg") lightgray 0px -462.598px / 100% 480% no-repeat;
        background-size: cover;
        background-position: 50%;
        display: flex;
        height: 640px;
        padding: var(--Spacing-Mobile-TB-Padding) var(--Spacing-Mobile-LF-Padding);
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        gap: var(--Spacing-Gap-Medium);
        align-self: stretch;
    }

    .description-hero[b-d49okjm9ut] {
        max-width: 820px;
    }

    .service-info[b-d49okjm9ut] {
        padding: var(--Spacing-Desktop-TB-Padding) var(--Spacing-Desktop-LR-Padding);
        gap: var(--Spacing-Gap-X-Medium);
    }


    .services-header[b-d49okjm9ut] {
        padding: var(--Spacing-Desktop-TB-Padding) var(--Spacing-Desktop-LR-Padding);
    }

   

    .container-appointment-text[b-d49okjm9ut] {
        align-items: flex-start;
        text-align: left;
    }

    .container-img-service[b-d49okjm9ut] {
        display: block;
        height: 526.597px;
        max-width: 427px;
        max-height: 526.597px;
        flex: 1 0 0;
        aspect-ratio: 30/37;
        background: url("/assets/img/Services/Luces/Luces.jpeg") lightgray 50% / cover no-repeat;
    }
}
/* _content/Kurama_UI/Components/Pages/Home/Services_Component/Medicion.razor.rz.scp.css */
.services-header[b-itcnsb5ldl] {
    background-image: linear-gradient(0deg, rgba(125,125,125,.35) 0%, rgba(125,125,125,.35) 100%), url("/assets/img/Services/Medicion/Medicion.png");
    background-size: cover;
    background-position: 30%;
    background-repeat: no-repeat;
    display: flex;
    height: 640px;
    padding: var(--Spacing-Mobile-M-TB-Padding, 24px) var(--Spacing-Mobile-M-LF-Padding, 16px);
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: var(--Spacing-Mobile-M-Container-Gap, 16px);
    align-self: stretch;
}

.container-img-service[b-itcnsb5ldl] {
    display: none;
}

.container-data-text[b-itcnsb5ldl] {
    display: flex;
    flex-direction: column;
    gap: var(--Spacing-Gap-Small);
}

@media (min-width: 480px) and (max-width: 1380px) {
    .services-header[b-itcnsb5ldl] {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.16) 50%, rgba(0, 0, 0, 0.40) 100%), url("/assets/img/Services/Medicion/Medicion.png") lightgray 0px -462.598px / 100% 480% no-repeat;
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
        display: flex;
        height: 480px;
        padding: var(--Spacing-Tablet-T-TB-Padding, 48px) var(--Spacing-Tablet-T-LR-Padding, 32px);
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        gap: var(--Spacing-Tablet-T-Container-Gap, 16px);
        align-self: stretch;
    }

    .service-info[b-itcnsb5ldl] {
        padding: var(--Spacing-Tablet-TB-Padding) var(--Spacing-Tablet-LR-Padding);
        gap: var(--Spacing-Gap-X-Medium);
    }

    .service-video[b-itcnsb5ldl] {
        padding: var(--Spacing-Tablet-TB-Padding) var(--Spacing-Tablet-LR-Padding);
        gap: var(--Spacing-Gap-X-Medium);
    }

    .HeadingXL[b-itcnsb5ldl] {
        font-size: 40px;
    }
}

@media (min-width: 1380px) {
    .HeadingXL[b-itcnsb5ldl] {
        font-size: 96px !important;
    }

    .btn-cta[b-itcnsb5ldl] {
        width: initial;
    }

    .services-header[b-itcnsb5ldl] {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.16) 50%, rgba(0, 0, 0, 0.40) 100%), url("/assets/img/Services/Medicion/Medicion.png") lightgray 0px -462.598px / 100% 480% no-repeat;
        background-size: cover;
        background-position: 50%;
        display: flex;
        height: 640px;
        padding: var(--Spacing-Mobile-TB-Padding) var(--Spacing-Mobile-LF-Padding);
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        gap: var(--Spacing-Gap-Medium);
        align-self: stretch;
    }

    .description-hero[b-itcnsb5ldl] {
        max-width: 820px;
    }

    .service-info[b-itcnsb5ldl] {
        padding: var(--Spacing-Desktop-TB-Padding) var(--Spacing-Desktop-LR-Padding);
        gap: var(--Spacing-Gap-X-Medium);
    }


    .services-header[b-itcnsb5ldl] {
        padding: var(--Spacing-Desktop-TB-Padding) var(--Spacing-Desktop-LR-Padding);
    }

   

    .container-appointment-text[b-itcnsb5ldl] {
        align-items: flex-start;
        text-align: left;
    }

    .container-img-service[b-itcnsb5ldl] {
        display: block;
        height: 526.597px;
        max-width: 427px;
        max-height: 526.597px;
        flex: 1 0 0;
        aspect-ratio: 30/37;
        background: url("/assets/img/Services/Medicion/Medicion.png") lightgray 50% / cover no-repeat;
    }
}
/* _content/Kurama_UI/Components/Pages/Home/Services_Component/MediIntegral.razor.rz.scp.css */
.services-header[b-4upyt0whne] {
    background-image: linear-gradient(0deg, rgba(125,125,125,.35) 0%, rgba(125,125,125,.35) 100%), url("/assets/img/Services/MediIntegrativa/Hero_Med_Int_Mobile.png");
    background-size: cover;
    background-position: 30%;
    background-repeat: no-repeat;
    display: flex;
    height: 640px;
    padding: var(--Spacing-Mobile-M-TB-Padding, 24px) var(--Spacing-Mobile-M-LF-Padding, 16px);
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: var(--Spacing-Mobile-M-Container-Gap, 16px);
    align-self: stretch;
}

.container-img-service[b-4upyt0whne] {
    display: none;
}

.container-data-text[b-4upyt0whne] {
    display: flex;
    flex-direction: column;
    gap: var(--Spacing-Gap-Small);
}

@media (min-width: 480px) and (max-width: 1380px) {
    .services-header[b-4upyt0whne] {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.16) 50%, rgba(0, 0, 0, 0.40) 100%), url("/assets/img/Services/MediIntegrativa/Hero_Med_Int_Desktop.png") lightgray 0px -462.598px / 100% 480% no-repeat;
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
        display: flex;
        height: 480px;
        padding: var(--Spacing-Tablet-T-TB-Padding, 48px) var(--Spacing-Tablet-T-LR-Padding, 32px);
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        gap: var(--Spacing-Tablet-T-Container-Gap, 16px);
        align-self: stretch;
    }

    .service-info[b-4upyt0whne] {
        padding: var(--Spacing-Tablet-TB-Padding) var(--Spacing-Tablet-LR-Padding);
        gap: var(--Spacing-Gap-X-Medium);
    }

    .service-video[b-4upyt0whne] {
        padding: var(--Spacing-Tablet-TB-Padding) var(--Spacing-Tablet-LR-Padding);
        gap: var(--Spacing-Gap-X-Medium);
    }

    .HeadingXL[b-4upyt0whne] {
        font-size: 40px;
    }
}

@media (min-width: 1380px) {
    .HeadingXL[b-4upyt0whne] {
        font-size: 96px !important;
    }

    .btn-cta[b-4upyt0whne] {
        width: initial;
    }

    .services-header[b-4upyt0whne] {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.16) 50%, rgba(0, 0, 0, 0.40) 100%), url("/assets/img/Services/MediIntegrativa/Hero_Med_Int_Desktop.png") lightgray 0px -462.598px / 100% 480% no-repeat;
        background-size: cover;
        background-position: 50%;
        display: flex;
        height: 640px;
        padding: var(--Spacing-Mobile-TB-Padding) var(--Spacing-Mobile-LF-Padding);
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        gap: var(--Spacing-Gap-Medium);
        align-self: stretch;
    }

    .description-hero[b-4upyt0whne] {
        max-width: 820px;
    }

    .service-info[b-4upyt0whne] {
        padding: var(--Spacing-Desktop-TB-Padding) var(--Spacing-Desktop-LR-Padding);
        gap: var(--Spacing-Gap-X-Medium);
    }


    .services-header[b-4upyt0whne] {
        padding: var(--Spacing-Desktop-TB-Padding) var(--Spacing-Desktop-LR-Padding);
    }

   

    .container-appointment-text[b-4upyt0whne] {
        align-items: flex-start;
        text-align: left;
    }

    .container-img-service[b-4upyt0whne] {
        display: block;
        height: 526.597px;
        max-width: 427px;
        max-height: 526.597px;
        flex: 1 0 0;
        aspect-ratio: 30/37;
        background: url("/assets/img/Services/MediIntegrativa/MedicinaIntegrativa.jpg") lightgray 50% / cover no-repeat;
    }
}
/* _content/Kurama_UI/Components/Pages/Home/Services_Component/Ozonoterapia.razor.rz.scp.css */
.services-header[b-0e5ntvwn4v] {
    background-image: linear-gradient(0deg, rgba(125,125,125,.35) 0%, rgba(125,125,125,.35) 100%), url("/assets/img/Services/Ozono/Hero_Ozono_Mobile.png");
    background-size: cover;
    background-position: 30%;
    background-repeat: no-repeat;
    display: flex;
    height: 640px;
    padding: var(--Spacing-Mobile-M-TB-Padding, 24px) var(--Spacing-Mobile-M-LF-Padding, 16px);
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: var(--Spacing-Mobile-M-Container-Gap, 16px);
    align-self: stretch;
}

.container-img-service[b-0e5ntvwn4v] {
    display: none;
}

.container-data-text[b-0e5ntvwn4v] {
    display: flex;
    flex-direction: column;
    gap: var(--Spacing-Gap-Small);
}

@media (min-width: 480px) and (max-width: 1380px) {
    .services-header[b-0e5ntvwn4v] {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.16) 50%, rgba(0, 0, 0, 0.40) 100%), url("/assets/img/Services/Ozono/Hero_Ozono_Desktop.png") lightgray 0px -462.598px / 100% 480% no-repeat;
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
        display: flex;
        height: 480px;
        padding: var(--Spacing-Tablet-T-TB-Padding, 48px) var(--Spacing-Tablet-T-LR-Padding, 32px);
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        gap: var(--Spacing-Tablet-T-Container-Gap, 16px);
        align-self: stretch;
    }

    .service-info[b-0e5ntvwn4v] {
        padding: var(--Spacing-Tablet-TB-Padding) var(--Spacing-Tablet-LR-Padding);
        gap: var(--Spacing-Gap-X-Medium);
    }

    .service-video[b-0e5ntvwn4v] {
        padding: var(--Spacing-Tablet-TB-Padding) var(--Spacing-Tablet-LR-Padding);
        gap: var(--Spacing-Gap-X-Medium);
    }

    .HeadingXL[b-0e5ntvwn4v] {
        font-size: 40px;
    }
}

@media (min-width: 1380px) {
    .HeadingXL[b-0e5ntvwn4v] {
        font-size: 96px !important;
    }

    .btn-cta[b-0e5ntvwn4v] {
        width: initial;
    }

    .services-header[b-0e5ntvwn4v] {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.16) 50%, rgba(0, 0, 0, 0.40) 100%), url("/assets/img/Services/Ozono/Hero_Ozono_Desktop.png") lightgray 0px -462.598px / 100% 480% no-repeat;
        background-size: cover;
        background-position: 50%;
        display: flex;
        height: 640px;
        padding: var(--Spacing-Mobile-TB-Padding) var(--Spacing-Mobile-LF-Padding);
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        gap: var(--Spacing-Gap-Medium);
        align-self: stretch;
    }

    .description-hero[b-0e5ntvwn4v] {
        max-width: 820px;
    }

    .service-info[b-0e5ntvwn4v] {
        padding: var(--Spacing-Desktop-TB-Padding) var(--Spacing-Desktop-LR-Padding);
        gap: var(--Spacing-Gap-X-Medium);
    }


    .services-header[b-0e5ntvwn4v] {
        padding: var(--Spacing-Desktop-TB-Padding) var(--Spacing-Desktop-LR-Padding);
    }

   

    .container-appointment-text[b-0e5ntvwn4v] {
        align-items: flex-start;
        text-align: left;
    }

    .container-img-service[b-0e5ntvwn4v] {
        display: block;
        height: 526.597px;
        max-width: 427px;
        max-height: 526.597px;
        flex: 1 0 0;
        aspect-ratio: 30/37;
        background: url("/assets/img/Services/Ozono/Hero_Ozono_Mobile.png") lightgray 50% / cover no-repeat;
    }
}
/* _content/Kurama_UI/Components/Pages/Home/Services_Component/Sauna.razor.rz.scp.css */
.services-header[b-siw1o85bjx] {
    background-image: linear-gradient(0deg, rgba(125,125,125,.35) 0%, rgba(125,125,125,.35) 100%), url("/assets/img/Services/Sauna/Sauna.png");
    background-size: cover;
    background-position: 30%;
    background-repeat: no-repeat;
    display: flex;
    height: 640px;
    padding: var(--Spacing-Mobile-M-TB-Padding, 24px) var(--Spacing-Mobile-M-LF-Padding, 16px);
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: var(--Spacing-Mobile-M-Container-Gap, 16px);
    align-self: stretch;
}

.container-img-service[b-siw1o85bjx] {
    display: none;
}

.container-data-text[b-siw1o85bjx] {
    display: flex;
    flex-direction: column;
    gap: var(--Spacing-Gap-Small);
}

@media (min-width: 480px) and (max-width: 1380px) {
    .services-header[b-siw1o85bjx] {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.16) 50%, rgba(0, 0, 0, 0.40) 100%), url("/assets/img/Services/Sauna/Sauna.png") lightgray 0px -462.598px / 100% 480% no-repeat;
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
        display: flex;
        height: 480px;
        padding: var(--Spacing-Tablet-T-TB-Padding, 48px) var(--Spacing-Tablet-T-LR-Padding, 32px);
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        gap: var(--Spacing-Tablet-T-Container-Gap, 16px);
        align-self: stretch;
    }

    .service-info[b-siw1o85bjx] {
        padding: var(--Spacing-Tablet-TB-Padding) var(--Spacing-Tablet-LR-Padding);
        gap: var(--Spacing-Gap-X-Medium);
    }

    .service-video[b-siw1o85bjx] {
        padding: var(--Spacing-Tablet-TB-Padding) var(--Spacing-Tablet-LR-Padding);
        gap: var(--Spacing-Gap-X-Medium);
    }

    .HeadingXL[b-siw1o85bjx] {
        font-size: 40px;
    }
}

@media (min-width: 1380px) {
    .HeadingXL[b-siw1o85bjx] {
        font-size: 96px !important;
    }

    .btn-cta[b-siw1o85bjx] {
        width: initial;
    }

    .services-header[b-siw1o85bjx] {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.16) 50%, rgba(0, 0, 0, 0.40) 100%), url("/assets/img/Services/Sauna/Sauna.png") lightgray 0px -462.598px / 100% 480% no-repeat;
        background-size: cover;
        background-position: top;
        display: flex;
        height: 640px;
        padding: var(--Spacing-Mobile-TB-Padding) var(--Spacing-Mobile-LF-Padding);
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        gap: var(--Spacing-Gap-Medium);
        align-self: stretch;
    }

    .description-hero[b-siw1o85bjx] {
        max-width: 820px;
    }

    .service-info[b-siw1o85bjx] {
        padding: var(--Spacing-Desktop-TB-Padding) var(--Spacing-Desktop-LR-Padding);
        gap: var(--Spacing-Gap-X-Medium);
    }


    .services-header[b-siw1o85bjx] {
        padding: var(--Spacing-Desktop-TB-Padding) var(--Spacing-Desktop-LR-Padding);
    }

   

    .container-appointment-text[b-siw1o85bjx] {
        align-items: flex-start;
        text-align: left;
    }

    .container-img-service[b-siw1o85bjx] {
        display: block;
        height: 526.597px;
        max-width: 427px;
        max-height: 526.597px;
        flex: 1 0 0;
        aspect-ratio: 30/37;
        background: url("/assets/img/Services/Sauna/Sauna.png") lightgray 50% / cover no-repeat;
    }
}
/* _content/Kurama_UI/Components/Pages/Home/Services_Component/Sueroterapia.razor.rz.scp.css */
.services-header[b-wcjk6ehrbt] {
    background-image: linear-gradient(0deg, rgba(125,125,125,.35) 0%, rgba(125,125,125,.35) 100%), url("/assets/img/Services/SueroTerapia/Hero_Sueros_Mobile.png");
    background-size: cover;
    background-position: 30%;
    background-repeat: no-repeat;
    display: flex;
    height: 640px;
    padding: var(--Spacing-Mobile-M-TB-Padding, 24px) var(--Spacing-Mobile-M-LF-Padding, 16px);
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: var(--Spacing-Mobile-M-Container-Gap, 16px);
    align-self: stretch;
}

.container-img-service[b-wcjk6ehrbt] {
    display: none;
}

.container-data-text[b-wcjk6ehrbt] {
    display: flex;
    flex-direction: column;
    gap: var(--Spacing-Gap-Small);
}

@media (min-width: 480px) and (max-width: 1380px) {
    .services-header[b-wcjk6ehrbt] {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.16) 50%, rgba(0, 0, 0, 0.40) 100%), url("/assets/img/Services/SueroTerapia/Hero_Suero_sDesktop.png") lightgray 0px -462.598px / 100% 480% no-repeat;
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
        display: flex;
        height: 480px;
        padding: var(--Spacing-Tablet-T-TB-Padding, 48px) var(--Spacing-Tablet-T-LR-Padding, 32px);
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        gap: var(--Spacing-Tablet-T-Container-Gap, 16px);
        align-self: stretch;
    }

    .service-info[b-wcjk6ehrbt] {
        padding: var(--Spacing-Tablet-TB-Padding) var(--Spacing-Tablet-LR-Padding);
        gap: var(--Spacing-Gap-X-Medium);
    }

    .service-video[b-wcjk6ehrbt] {
        padding: var(--Spacing-Tablet-TB-Padding) var(--Spacing-Tablet-LR-Padding);
        gap: var(--Spacing-Gap-X-Medium);
    }

    .HeadingXL[b-wcjk6ehrbt] {
        font-size: 40px;
    }
}

@media (min-width: 1380px) {
    .HeadingXL[b-wcjk6ehrbt] {
        font-size: 96px !important;
    }

    .btn-cta[b-wcjk6ehrbt] {
        width: initial;
    }

    .services-header[b-wcjk6ehrbt] {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.16) 50%, rgba(0, 0, 0, 0.40) 100%), url("/assets/img/Services/SueroTerapia/Hero_Suero_sDesktop.png") lightgray 0px -462.598px / 100% 480% no-repeat;
        background-size: cover;
        background-position: 50%;
        display: flex;
        height: 640px;
        padding: var(--Spacing-Mobile-TB-Padding) var(--Spacing-Mobile-LF-Padding);
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        gap: var(--Spacing-Gap-Medium);
        align-self: stretch;
    }

    .description-hero[b-wcjk6ehrbt] {
        max-width: 820px;
    }

    .service-info[b-wcjk6ehrbt] {
        padding: var(--Spacing-Desktop-TB-Padding) var(--Spacing-Desktop-LR-Padding);
        gap: var(--Spacing-Gap-X-Medium);
    }


    .services-header[b-wcjk6ehrbt] {
        padding: var(--Spacing-Desktop-TB-Padding) var(--Spacing-Desktop-LR-Padding);
    }

   

    .container-appointment-text[b-wcjk6ehrbt] {
        align-items: flex-start;
        text-align: left;
    }

    .container-img-service[b-wcjk6ehrbt] {
        display: block;
        height: 526.597px;
        max-width: 427px;
        max-height: 526.597px;
        flex: 1 0 0;
        aspect-ratio: 30/37;
        background: url("/assets/img/Services/SueroTerapia/Sueroterapia.jpeg") lightgray 50% / cover no-repeat;
    }
}
/* _content/Kurama_UI/Components/Pages/Home/Team.razor.rz.scp.css */
.img-team[b-oa05bcqgcw] {
    height: 360px;
    align-self: center;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 8px;
    border-radius: 40px;
    background: url('/assets/img/Patricia.png');
    background-size: cover;
    background-position: 80%;
    max-width: 420px;
}

.header-info-team-data[b-oa05bcqgcw] {
    display: flex;
    padding-bottom: var(--Spacing-8-Scale-Gap-X-Small, 12px);
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    border-bottom: 1px solid var(--Colors-System-Medium-Grey, #CECECE);
}

.team-info[b-oa05bcqgcw] {
    display: flex;
    padding: var(--Spacing-Mobile-M-TB-Padding, 24px) var(--Spacing-Mobile-M-LF-Padding, 16px);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Spacing-Mobile-M-Gap, 24px);
    align-self: stretch;
    background: var(--Colors-Surface-1, #FDFBF8);
}

.header-team-info[b-oa05bcqgcw] {
    display: flex;
    padding-bottom: var(--Spacing-Gap-X-Small);
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    border-bottom: 1px solid var(--Colors-Medium-Grey, #cecece);
}

.text-card-top[b-oa05bcqgcw] {
    display: flex;
    flex-direction: column;

    gap: 24px;
    align-items: center;
    align-self: stretch;
}

.team-first-card[b-oa05bcqgcw] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.team-info-data[b-oa05bcqgcw] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
}

.img-collaborator[b-oa05bcqgcw] {
    height: 380px;
    width: 100%;
    align-self: stretch;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 40px;
    object-position: top;
}

.collaborator-card[b-oa05bcqgcw] {
    display: flex;
    padding: var(--Spacing-Mobile-TB-Padding) var(--Spacing-Mobile-LF-Padding);
    flex-direction: column;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    background: var(--Colors-Brand, #016d4e);
}

.collaborator-team-card[b-oa05bcqgcw] {
    display: flex;
    padding-bottom: var(--Spacing-Gap-Small);
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-bottom: 1px solid var(--Colors-Light-Grey, #e2e2e2);
}

.container-title-action-team-collaborator[b-oa05bcqgcw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.container-doble-collaborator-info[b-oa05bcqgcw] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Spacing-Gap-X-Small, 12px);
}


.location-kumara[b-oa05bcqgcw] {
    display: flex;
    padding-bottom: var(--Spacing-Gap-X-Medium);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Spacing-Gap-X-Small);
    align-self: stretch;
    border-bottom: 1px solid var(--Colors-Light-Grey, #e2e2e2);
}

.location-icon[b-oa05bcqgcw] {
    display: flex;
    align-items: center;
    gap: var(--Spacing-Gap-XX-Small);
    align-self: stretch;
}

.date-location[b-oa05bcqgcw] {
    display: flex;
    align-items: center;
    gap: var(--Spacing-Gap-XX-Small);
}

.mapa-google[b-oa05bcqgcw] {
    width: 100%;
    height: 250px;
    align-self: stretch;
    aspect-ratio: 272/125;
    object-fit: cover;
    border-radius: 8px;
}

.mw-sm-290[b-oa05bcqgcw] {
    max-width: 290px;
}

.mw-sm-150[b-oa05bcqgcw] {
    max-width: 150px;
}

.collaborators-container-responsive[b-oa05bcqgcw] {
    display: flex;
    flex-direction: column;
    gap: 40px;
}



.collaborators-container-desktop[b-oa05bcqgcw]{
    display: none;
}

.video-wrapper[b-oa05bcqgcw] {
    position: relative;
    width: 100%;
    height: 552px;
    
    padding: 16px;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
}

.video-content[b-oa05bcqgcw]{
    width: 100%;
    padding: 16px;
}

.video-wrapper iframe[b-oa05bcqgcw] {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 12px;
}

@media (min-width: 520px) {
    .collaborators-container-responsive[b-oa05bcqgcw] {
        display: none;
    }

    .collaborators-container-desktop[b-oa05bcqgcw] {
        display: flex;
    }

}

@media (min-width: 680px) {
    .mw-sm-290[b-oa05bcqgcw] {
        max-width: initial;
    }

    

    .team-first-card[b-oa05bcqgcw] {
        flex-direction: row-reverse;
    }

    .team-info[b-oa05bcqgcw] {
        display: flex;
        padding: var(--Spacing-Tablet-T-TB-Padding, 48px) var(--Spacing-Tablet-T-LR-Padding, 32px);
        flex-direction: column;
        align-items: flex-start;
        gap: var(--Spacing-Tablet-T-Gap, 40px);
        align-self: stretch;
    }

    .img-team[b-oa05bcqgcw] {
        width: 384px;
        height: 480px;
        aspect-ratio: 4/5;
        background: url('/assets/img/Patricia_Desktop.jpg');
        background-size: cover;

    }

    .mw-sm-150[b-oa05bcqgcw] {
        max-width: initial;
    }



    .collaborator-card[b-oa05bcqgcw] {
        display: flex;
        padding: var(--Spacing-Tablet-T-TB-Padding, 48px) var(--Spacing-Tablet-T-LR-Padding, 32px);
        flex-direction: column;
        align-items: center;
        gap: var(--Spacing-Tablet-T-Gap, 40px);
        align-self: stretch;
    }

    .img-collaborator[b-oa05bcqgcw] {
        height: 240px;
    }

    .collaborator-team-card[b-oa05bcqgcw] {
        max-width: 230px;
    }
}

@media (min-width: 1280px) {
    .team-info[b-oa05bcqgcw] {
        padding: var(--Spacing-Desktop-TB-Padding, 80px) var(--Spacing-Desktop-LR-Padding, 200px);
        gap: var(--Spacing-Gap-Large, 64px);
        align-self: stretch;
    }

    .collaborator-card[b-oa05bcqgcw] {
        padding: var(--Spacing-Desktop-TB-Padding, 80px) var(--Spacing-Desktop-LR-Padding, 200px);
        gap: var(--Spacing-Gap-Large, 64px);
    }

    .locations-kumara-container[b-oa05bcqgcw] {
        display: flex;
        align-items: flex-start;
        gap: var(--Spacing-Gap-Large, 64px);
        align-self: stretch;
    }


    .collaborator-team-card[b-oa05bcqgcw] {
        max-width: 424px;
    }

  
}


.team-text[b-oa05bcqgcw] {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-6px);
    transition: max-height 280ms ease, opacity 200ms ease, transform 200ms ease;
    will-change: max-height, opacity, transform;
}

    .team-text.open[b-oa05bcqgcw] {
        max-height: 900px; /* ajustá si tu texto es más largo */
        opacity: 1;
        transform: translateY(0);
    }

.container-title-action-team-collaborator[b-oa05bcqgcw] {
    cursor: pointer;
}

.plus-icon[b-oa05bcqgcw] {
    transition: transform 200ms ease;
}

    .plus-icon .line-v[b-oa05bcqgcw] {
        transform-origin: 50% 50%;
        transition: transform 200ms ease, opacity 150ms ease;
    }

    .plus-icon.open .line-v[b-oa05bcqgcw] {
        transform: scaleY(0); /* colapsa la línea vertical */
        opacity: 0; /* opcional, para que no quede “fantasma” */
    }

    .plus-icon .line-h[b-oa05bcqgcw] {
        transition: opacity 200ms ease;
    }
/* _content/Kurama_UI/Components/Pages/Security/Profile.razor.rz.scp.css */
/* ✅ Quitar padding default del contenido Radzen SOLO para este dialog */
.patient-info-dialog .rz-dialog-content[b-0qs221v17b] {
    padding: 0 !important;
    overflow: hidden;
}

.patient-info-dialog .rz-dialog[b-0qs221v17b] {
    border-radius: 28px;
    overflow: hidden;
    /* Responsive sin salirse */
    width: min(880px, calc(100vw - 24px)) !important;
    height: min(620px, calc(100vh - 24px)) !important;
    max-width: calc(100vw - 24px) !important;
    max-height: calc(100vh - 24px) !important;
}

/* Card */
.patient-card[b-0qs221v17b] {
    display: flex;
    padding: var(--Spacing-Desktop-D-TB-Padding, 80px) var(--Spacing-Desktop-D-LR-Padding, 200px);
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

/* Header (como screenshot) */
.patient-card__header[b-0qs221v17b] {
    display: flex;
    align-items: center;
    align-self: stretch;
    justify-content: space-between;
    padding-bottom: 14px;
    border-bottom: 1px solid #e7e3dd;
    margin-bottom: 16px;
}

.patient-card__title[b-0qs221v17b] {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
    color: #111;
}

.patient-card__close[b-0qs221v17b] {
    width: 38px;
    height: 38px;
    border: none;
    background: transparent;
    font-size: 22px;
    cursor: pointer;
    color: #222;
    border-radius: 10px;
}

    .patient-card__close:hover[b-0qs221v17b] {
        background: rgba(0,0,0,.05);
    }

/* ===== TOP (avatar + fields) ===== */
.patient-top[b-0qs221v17b] {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 22px;
    align-items: start;
    width: 100%;
    margin-bottom: 14px;
}

/* Avatar grande con letra */
.patient-avatar[b-0qs221v17b] {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #cfcfcf;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 72px;
    font-weight: 800;
    color: #fff;
}

/* Grid de pares (2 columnas) como screenshot */
.patient-fields[b-0qs221v17b] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 64px;
    row-gap: 18px;
}

/* Cada par: label + value */
.field[b-0qs221v17b] {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 14px;
    align-items: center;
}

.label[b-0qs221v17b] {
    color: #8f8f8f;
    font-size: 13px;
    font-weight: 500;
}

.value[b-0qs221v17b] {
    color: #111;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
}

/* Para correo u otros largos */
.value-wrap[b-0qs221v17b] {
    white-space: normal;
    overflow-wrap: anywhere;
}

/* Divider */
.divider[b-0qs221v17b] {
    height: 1px;
    background: #e7e3dd;
    margin: 8px 0 14px 0;
    flex: 0 0 auto;
}

/* ===== HISTORY ===== */
.history[b-0qs221v17b] {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.history-title[b-0qs221v17b] {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: 800;
    color: #111;
}

/* Tabla estilo attendance (borde + radius + sticky header) */
.table-wrap[b-0qs221v17b] {
    border: 1px solid #e7e3dd;
    background: #fff;
    border-radius: 12px;
    overflow: auto;
    flex: 1 1 auto;
    min-height: 0;
}

.history-table[b-0qs221v17b] {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    min-width: 760px; /* si no cabe, scroll horizontal */
}

    .history-table th[b-0qs221v17b], .history-table td[b-0qs221v17b] {
        padding: 12px 12px;
        border-bottom: 1px solid #e7e3dd;
        font-size: 13px;
        color: #1b1b1b;
    }

    .history-table th[b-0qs221v17b] {
        font-weight: 700;
        background: #fff;
        position: sticky;
        top: 0;
        z-index: 1;
    }

.center[b-0qs221v17b] {
    text-align: center;
}

.assist-dot[b-0qs221v17b] {
    width: 22px;
    height: 22px;
    display: inline-block;
    border-radius: 50%;
    border: 1.6px solid #cfcac3;
    background: #fff;
}

.assist-dot--on[b-0qs221v17b] {
    border-color: #2f7d32;
    background: radial-gradient(circle at center, #2f7d32 0 45%, transparent 46% 100%);
}

.empty[b-0qs221v17b] {
    text-align: center;
    color: #777;
}

/* ===== RESPONSIVE ===== */

/* Tablet */
@media (max-width: 1280px) {



    .patient-card[b-0qs221v17b] {
        padding: var(--Spacing-Tablet-T-TB-Padding, 48px) var(--Spacing-Tablet-T-LR-Padding, 32px);
        flex-direction: column;
    
    }

    .patient-avatar[b-0qs221v17b] {
        width: 120px;
        height: 120px;
        font-size: 60px;
    }

    .patient-top[b-0qs221v17b] {
        grid-template-columns: 140px 1fr;
        gap: 18px;
    }

    .patient-fields[b-0qs221v17b] {
        column-gap: 28px;
        row-gap: 14px;
    }

    .field[b-0qs221v17b] {
        grid-template-columns: 120px 1fr;
    }

    .value[b-0qs221v17b] {
        white-space: normal;
        overflow-wrap: anywhere;
    }
}

/* Mobile */
@media (max-width: 720px) {
    .patient-info-dialog .rz-dialog[b-0qs221v17b] {
        border-radius: 18px;
    }

    .patient-card[b-0qs221v17b] {
        padding: 16px;
        border-radius: 18px;

    }

    .patient-card__header[b-0qs221v17b]{
        flex-direction: column;
    }

    .patient-top[b-0qs221v17b] {
        grid-template-columns: 1fr;
        gap: 12px;
        justify-items: center;
    }

    .patient-avatar[b-0qs221v17b] {
        width: 110px;
        height: 110px;
        font-size: 54px;
    }

    .patient-fields[b-0qs221v17b] {
        grid-template-columns: 1fr; /* 1 columna como móvil */
        width: 100%;
        row-gap: 12px;
    }

    .field[b-0qs221v17b] {
        grid-template-columns: 120px 1fr;
    }

    .history-table[b-0qs221v17b] {
        min-width: 680px;
    }
    /* scroll horizontal */
}

/* Inputs compactos dentro de la tabla (tipo attendance) */
.history-table--att .rz-dropdown[b-0qs221v17b],
.history-table--att .rz-datepicker[b-0qs221v17b],
.history-table--att .rz-inputtext[b-0qs221v17b] {
    font-size: 13px;
}

.history-table--att .rz-dropdown[b-0qs221v17b],
.history-table--att .rz-datepicker[b-0qs221v17b] {
    height: 36px;
}

/* botón check mini */
.btn-mini-save[b-0qs221v17b] {
    width: 44px;
    height: 44px;
    border-radius: 10px;
}

/* --- FIX móvil: que la tabla se vea con scroll horizontal --- */
@media (max-width: 720px) {

    /* el dialog/card NO debe ocultar el contenido scrolleable */
    .patient-info-dialog .rz-dialog-content[b-0qs221v17b] {
        overflow: auto !important; /* antes hidden */
    }

    .patient-card[b-0qs221v17b] {
        overflow: auto; /* permite scroll interno */
    }

    .history[b-0qs221v17b] {
        min-height: 220px; /* asegura espacio para tabla */
        max-width: 100%;
    }

    .table-wrap[b-0qs221v17b] {
        overflow-x: auto !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
        max-height: 320px; /* opcional, para que no se vaya infinito */
    }

    .history-table[b-0qs221v17b] {
        min-width: 720px; /* fuerza scroll horizontal */
    }
}
/* _content/Kurama_UI/Components/Pages/Security/Register.razor.rz.scp.css */
/* Reutiliza la base del login */
.register-title[b-t0e1uzoar7] {
    font-size: 18px;
    font-weight: 800;
    text-align: center;
    margin: 4px 0 14px 0;
    color: #0d0c0c;
}

/* Compacto tipo screenshot */
.field-block[b-t0e1uzoar7] {
    margin-bottom: 12px;
}

.id-row[b-t0e1uzoar7] {
    display: flex;
    gap: 10px;
    align-items: center;
}

.btn-search-id[b-t0e1uzoar7] {
    white-space: nowrap;
}


.field-label[b-t0e1uzoar7] {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 6px;
}

/* Hints */
.password-hints[b-t0e1uzoar7] {
    margin-top: 8px;
    margin-bottom: 12px;
}

.hint-title[b-t0e1uzoar7] {
    font-size: 12px;
    font-weight: 800;
    color: #0d0c0c;
    margin-bottom: 6px;
}

.hint-list[b-t0e1uzoar7] {
    margin: 0;
    padding-left: 18px;
    font-size: 12px;
    color: #4a4a4a;
}

.password-wrap[b-t0e1uzoar7] {
    position: relative;
    width: 100%;
}

    .password-wrap .login-input[b-t0e1uzoar7] {
        padding-right: 44px; /* espacio para el botón */
    }

.pwd-toggle[b-t0e1uzoar7] {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: inherit;
}


/* _content/Kurama_UI/Components/Pages/Shared/AddAuthorDialog.razor.rz.scp.css */
.author-modal[b-ujopyizmgm] {
    background: #ffffff;
    border-radius: 26px;
    overflow: hidden;
    min-width: 0;
}

.author-modal-header[b-ujopyizmgm] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 18px;
    padding: 24px 24px 18px 24px;
    border-bottom: 1px solid #edf1f5;
    background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
}

.author-modal-title-wrap[b-ujopyizmgm] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.author-modal-eyebrow[b-ujopyizmgm] {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #16a34a;
}

.author-modal-title-wrap h2[b-ujopyizmgm] {
    margin: 0;
    font-size: 28px;
    font-weight: 800;
    color: #1d2939;
    line-height: 1.1;
}

.author-modal-title-wrap p[b-ujopyizmgm] {
    margin: 0;
    color: #667085;
    font-size: 14px;
    line-height: 1.5;
}

.author-close-btn[b-ujopyizmgm] {
    width: 42px;
    height: 42px;
    border: 1px solid #e4e7ec;
    background: #fff;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #475467;
}

.author-modal-body[b-ujopyizmgm] {
    padding: 24px;
    background: #f8fafc;
}

.author-modal-grid[b-ujopyizmgm] {
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
}

.author-upload-card[b-ujopyizmgm],
.author-form-card[b-ujopyizmgm] {
    background: #ffffff;
    border: 1px solid #e7ecf3;
    border-radius: 22px;
    box-shadow: 0 10px 24px rgba(16, 24, 40, 0.06);
    padding: 18px;
}

.author-card-top[b-ujopyizmgm] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.author-card-title[b-ujopyizmgm] {
    font-size: 18px;
    font-weight: 800;
    color: #1d2939;
}

.author-status-chip[b-ujopyizmgm] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f2f4f7;
    border: 1px solid #e4e7ec;
    color: #475467;
    padding: 6px 11px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}

    .author-status-chip.success[b-ujopyizmgm] {
        background: #ecfdf3;
        border-color: #abefc6;
        color: #067647;
    }

/* DROPZONE BASE */

.dropzone[b-ujopyizmgm] {
    position: relative;
    display: block;
    border: 1.5px dashed #CFC8E3;
    border-radius: 18px;
    background: #FFFFFF;
    padding: 28px 20px;
    text-align: center;
    transition: all 0.25s ease;
    cursor: pointer;
}

    .dropzone:hover[b-ujopyizmgm] {
        border-color: #2C1261;
        box-shadow: 0 8px 24px rgba(44, 18, 97, 0.08);
    }

.dropzone__input-hidden[b-ujopyizmgm] {
    display: none;
}

.dropzone__content[b-ujopyizmgm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    justify-content: center;
    min-height: 300px;
    pointer-events: none;
}

.dropzone__icon[b-ujopyizmgm] {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #F4F1FB;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
}

.dropzone__text[b-ujopyizmgm] {
    font-size: 16px;
    color: black;
    font-weight: 700;
}

.dropzone__subtext[b-ujopyizmgm] {
    color: black;
    font-size: 14px;
}

.dropzone__meta[b-ujopyizmgm] {
    margin-top: 6px;
    font-size: 14px;
    color: #4A4458;
}

.dropzone__meta-secondary[b-ujopyizmgm] {
    font-size: 13px;
    color: #7A7487;
}

.dropzone__count[b-ujopyizmgm] {
    margin-top: 10px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #F4F1FB;
    color: #2C1261;
    font-size: 13px;
    font-weight: 700;
}

.author-preview-image[b-ujopyizmgm] {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 14px;
    display: block;
}

.author-preview-overlay[b-ujopyizmgm] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 16px;
    background: linear-gradient(180deg, rgba(0,0,0,0.04) 0%, rgba(0,0,0,0.38) 100%);
    pointer-events: none;
}

.author-preview-overlay-content[b-ujopyizmgm] {
    width: 100%;
    border-radius: 16px;
    background: rgba(255,255,255,0.18);
    backdrop-filter: blur(8px);
    padding: 14px 16px;
}

.error-text[b-ujopyizmgm] {
    margin-top: 10px;
    color: #b00020;
}

.upload-overlay[b-ujopyizmgm] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(3px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.upload-overlay__card[b-ujopyizmgm] {
    width: min(360px, 92vw);
    padding: 18px 16px;
    border-radius: 18px;
    background: white;
    box-shadow: 0 20px 60px rgba(0,0,0,0.25);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.spinner[b-ujopyizmgm] {
    width: 46px;
    height: 46px;
    border-radius: 999px;
    border: 4px solid rgba(0,0,0,0.12);
    border-top-color: rgba(44, 18, 97, 0.95);
    animation: spin-b-ujopyizmgm 0.8s linear infinite;
}

@keyframes spin-b-ujopyizmgm {
    to {
        transform: rotate(360deg);
    }
}

.author-meta-list[b-ujopyizmgm] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 16px;
}

.author-meta-item[b-ujopyizmgm] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    background: #f8fafc;
    border: 1px solid #e6ebf2;
    border-radius: 14px;
    padding: 12px 14px;
}

.author-meta-label[b-ujopyizmgm] {
    font-size: 11px;
    font-weight: 800;
    color: #667085;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.author-meta-value[b-ujopyizmgm] {
    font-size: 14px;
    color: #1d2939;
    font-weight: 600;
}

.author-side-actions[b-ujopyizmgm] {
    margin-top: 16px;
}

.truncate[b-ujopyizmgm] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.author-form-card[b-ujopyizmgm] {
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-height: 100%;
}

.author-field[b-ujopyizmgm] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.author-label[b-ujopyizmgm] {
    font-size: 14px;
    font-weight: 800;
    color: #344054;
}

.author-input[b-ujopyizmgm],
.author-textarea[b-ujopyizmgm] {
    width: 100%;
}

    .author-input[b-ujopyizmgm],
    .author-input input[b-ujopyizmgm],
    .author-textarea textarea[b-ujopyizmgm] {
        border-radius: 14px !important;
    }

.author-modal-footer[b-ujopyizmgm] {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    padding: 18px 24px 24px 24px;
    border-top: 1px solid #edf1f5;
    background: #ffffff;
}

.rz-button[b-ujopyizmgm] {
    border-radius: 14px !important;
}

@media (max-width: 900px) {
    .author-modal-grid[b-ujopyizmgm] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .author-modal-header[b-ujopyizmgm],
    .author-modal-body[b-ujopyizmgm],
    .author-modal-footer[b-ujopyizmgm] {
        padding-left: 16px;
        padding-right: 16px;
    }

    .author-modal-title-wrap h2[b-ujopyizmgm] {
        font-size: 24px;
    }

    .author-modal-footer[b-ujopyizmgm] {
        flex-direction: column-reverse;
    }

        .author-modal-footer .rz-button[b-ujopyizmgm] {
            width: 100%;
        }
}
/* _content/Kurama_UI/Components/Pages/Shared/AddCategoryDialog.razor.rz.scp.css */
.category-dialog-root[b-9k7jee6lz3] {
    background: #ffffff;
    border-radius: 26px;
    overflow: hidden;
    min-width: 0;
}

.category-dialog-header[b-9k7jee6lz3] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 18px;
    padding: 24px 24px 18px 24px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
}

.category-dialog-header-copy[b-9k7jee6lz3] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.category-dialog-eyebrow[b-9k7jee6lz3] {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #16a34a;
}

.category-dialog-header h2[b-9k7jee6lz3] {
    margin: 0;
    font-size: 28px;
    font-weight: 800;
    color: #1d2939;
    line-height: 1.1;
}

.category-dialog-header p[b-9k7jee6lz3] {
    margin: 0;
    color: #667085;
    font-size: 14px;
    line-height: 1.5;
}

.category-dialog-close[b-9k7jee6lz3] {
    width: 42px;
    height: 42px;
    border: 1px solid #e4e7ec;
    background: #fff;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #475467;
    transition: all .2s ease;
}

    .category-dialog-close:hover[b-9k7jee6lz3] {
        background: #f9fafb;
        border-color: #d0d5dd;
        transform: translateY(-1px);
    }

.category-dialog-separator[b-9k7jee6lz3] {
    height: 1px;
    background: #edf1f5;
}

.category-dialog-body[b-9k7jee6lz3] {
    padding: 24px;
    background: #f8fafc;
}

.category-grid[b-9k7jee6lz3] {
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
}

.category-upload-card[b-9k7jee6lz3],
.category-form-card[b-9k7jee6lz3] {
    background: #ffffff;
    border: 1px solid #e7ecf3;
    border-radius: 22px;
    box-shadow: 0 10px 24px rgba(16, 24, 40, 0.06);
    padding: 18px;
}

.category-card-top[b-9k7jee6lz3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.category-card-title[b-9k7jee6lz3] {
    font-size: 18px;
    font-weight: 800;
    color: #1d2939;
}

.category-status-chip[b-9k7jee6lz3] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f2f4f7;
    border: 1px solid #e4e7ec;
    color: #475467;
    padding: 6px 11px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}

    .category-status-chip.success[b-9k7jee6lz3] {
        background: #ecfdf3;
        border-color: #abefc6;
        color: #067647;
    }

/* DROPZONE */
.dropzone[b-9k7jee6lz3] {
    position: relative;
    display: block;
    border: 1.5px dashed #CFC8E3;
    border-radius: 18px;
    background: #FFFFFF;
    padding: 28px 20px;
    text-align: center;
    transition: all 0.25s ease;
    cursor: pointer;
}

    .dropzone:hover[b-9k7jee6lz3] {
        border-color: #2C1261;
        box-shadow: 0 8px 24px rgba(44, 18, 97, 0.08);
    }

.dropzone__input-hidden[b-9k7jee6lz3] {
    display: none;
}

.dropzone__content[b-9k7jee6lz3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    justify-content: center;
    min-height: 300px;
    pointer-events: none;
}

.dropzone__icon[b-9k7jee6lz3] {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #F4F1FB;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
}

.dropzone__text[b-9k7jee6lz3] {
    font-size: 16px;
    color: black;
    font-weight: 700;
}

.dropzone__subtext[b-9k7jee6lz3] {
    color: black;
    font-size: 14px;
}

.dropzone__meta[b-9k7jee6lz3] {
    margin-top: 6px;
    font-size: 14px;
    color: #4A4458;
}

.dropzone__meta-secondary[b-9k7jee6lz3] {
    font-size: 13px;
    color: #7A7487;
}

.dropzone__count[b-9k7jee6lz3] {
    margin-top: 10px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #F4F1FB;
    color: #2C1261;
    font-size: 13px;
    font-weight: 700;
}

/* PREVIEW */
.category-preview-image[b-9k7jee6lz3] {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 14px;
    display: block;
}

.category-preview-overlay[b-9k7jee6lz3] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 16px;
    background: linear-gradient(180deg, rgba(0,0,0,0.04) 0%, rgba(0,0,0,0.38) 100%);
    pointer-events: none;
}

.category-preview-overlay-content[b-9k7jee6lz3] {
    width: 100%;
    border-radius: 16px;
    background: rgba(255,255,255,0.18);
    backdrop-filter: blur(8px);
    padding: 14px 16px;
}

.error-text[b-9k7jee6lz3] {
    margin-top: 10px;
    color: #b00020;
}

.category-meta-list[b-9k7jee6lz3] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 16px;
}

.category-meta-item[b-9k7jee6lz3] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    background: #f8fafc;
    border: 1px solid #e6ebf2;
    border-radius: 14px;
    padding: 12px 14px;
}

.category-meta-label[b-9k7jee6lz3] {
    font-size: 11px;
    font-weight: 800;
    color: #667085;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.category-meta-value[b-9k7jee6lz3] {
    font-size: 14px;
    color: #1d2939;
    font-weight: 600;
}

.category-side-actions[b-9k7jee6lz3] {
    margin-top: 16px;
}

.truncate[b-9k7jee6lz3] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.category-form-card[b-9k7jee6lz3] {
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-height: 100%;
}

.category-field[b-9k7jee6lz3] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-label[b-9k7jee6lz3] {
    font-size: 14px;
    font-weight: 800;
    color: #344054;
}

.category-color-row[b-9k7jee6lz3] {
    display: grid;
    grid-template-columns: 1fr 56px;
    gap: 12px;
    align-items: center;
}

.category-color-preview[b-9k7jee6lz3] {
    width: 56px;
    height: 46px;
    border-radius: 14px;
    border: 1px solid #d0d5dd;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
}

.category-info-box[b-9k7jee6lz3] {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 14px 16px;
    border-radius: 16px;
    background: #f6fef9;
    border: 1px solid #d1fadf;
}

.category-info-icon[b-9k7jee6lz3] {
    color: #16a34a;
    font-size: 18px;
    margin-top: 2px;
}

.category-info-text[b-9k7jee6lz3] {
    color: #166534;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 600;
}

.category-dialog-footer[b-9k7jee6lz3] {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    padding: 18px 24px 24px 24px;
    background: #ffffff;
}

.btn-modal-cancel[b-9k7jee6lz3],
.btn-modal-primary[b-9k7jee6lz3],
.rz-button[b-9k7jee6lz3] {
    border-radius: 14px !important;
}

/* Overlay de carga */
.upload-overlay[b-9k7jee6lz3] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(3px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.upload-overlay__card[b-9k7jee6lz3] {
    width: min(360px, 92vw);
    padding: 18px 16px;
    border-radius: 18px;
    background: white;
    box-shadow: 0 20px 60px rgba(0,0,0,0.25);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.spinner[b-9k7jee6lz3] {
    width: 46px;
    height: 46px;
    border-radius: 999px;
    border: 4px solid rgba(0,0,0,0.12);
    border-top-color: rgba(44, 18, 97, 0.95);
    animation: spin-b-9k7jee6lz3 0.8s linear infinite;
}

@keyframes spin-b-9k7jee6lz3 {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 900px) {
    .category-grid[b-9k7jee6lz3] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .category-dialog-header[b-9k7jee6lz3],
    .category-dialog-body[b-9k7jee6lz3],
    .category-dialog-footer[b-9k7jee6lz3] {
        padding-left: 16px;
        padding-right: 16px;
    }

        .category-dialog-header h2[b-9k7jee6lz3] {
            font-size: 24px;
        }

    .category-dialog-footer[b-9k7jee6lz3] {
        flex-direction: column-reverse;
    }

        .category-dialog-footer .rz-button[b-9k7jee6lz3] {
            width: 100%;
        }
}
/* _content/Kurama_UI/Components/Pages/Shared/AddPacientWaitList.razor.rz.scp.css */
.rz-appt-colored[b-4ys5u89g4w] {
    border-left: 5px solid var(--appt-color, #9CA3AF) !important;
    height: 100% !important;
    background: color-mix(in srgb, var(--appt-color, #9CA3AF) 18%, transparent) !important;
}
/* _content/Kurama_UI/Components/Pages/Shared/AuthorDialog.razor.rz.scp.css */
.author-main-click[b-55686p41lv] {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 14px;
    cursor: pointer;
}

.author-actions[b-55686p41lv] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.action-btn[b-55686p41lv] {
    min-width: 38px !important;
    width: 38px;
    height: 38px;
    padding: 0 !important;
}

.author-picker-root[b-55686p41lv] {
    width: 100%;
    max-width: 100%;
}

.author-picker-header[b-55686p41lv] {
    margin-bottom: 18px;
}

    .author-picker-header h3[b-55686p41lv] {
        margin: 0;
        font-size: 24px;
        font-weight: 800;
        color: #1d2939;
    }

    .author-picker-header p[b-55686p41lv] {
        margin: 6px 0 0 0;
        font-size: 14px;
        color: #667085;
    }

.author-picker-loading[b-55686p41lv] {
    min-height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #667085;
    font-weight: 600;
}

.author-empty-state[b-55686p41lv] {
    min-height: 260px;
    border: 1.5px dashed #d0d5dd;
    border-radius: 22px;
    background: #fbfcfd;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 28px;
    text-align: center;
}

.author-empty-icon[b-55686p41lv] {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: #f4f1fb;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2c1261;
    font-size: 28px;
}

.author-empty-title[b-55686p41lv] {
    font-size: 18px;
    font-weight: 800;
    color: #1d2939;
}

.author-empty-text[b-55686p41lv] {
    max-width: 420px;
    font-size: 14px;
    color: #667085;
    line-height: 1.5;
}

.author-menu-card[b-55686p41lv] {
    background: #ffffff;
    border: 1px solid #e7ecf3;
    border-radius: 24px;
    box-shadow: 0 12px 30px rgba(16, 24, 40, 0.06);
    overflow: hidden;
}

.author-list[b-55686p41lv] {
    max-height: 420px;
    overflow-y: auto;
}

.author-menu-item[b-55686p41lv] {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    border: 0;
    border-bottom: 1px solid #eef2f6;
    background: #ffffff;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: left;
}

    .author-menu-item:last-child[b-55686p41lv] {
        border-bottom: 0;
    }

    .author-menu-item:hover[b-55686p41lv] {
        background: #f9fafb;
    }

.author-avatar[b-55686p41lv],
.author-avatar-fallback[b-55686p41lv] {
    width: 54px;
    height: 54px;
    min-width: 54px;
    border-radius: 50%;
    object-fit: cover;
}

.author-avatar[b-55686p41lv] {
    border: 2px solid #edf1f5;
    background: #fff;
}

.author-avatar-fallback[b-55686p41lv] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f1fb;
    color: #2c1261;
    font-weight: 800;
    font-size: 18px;
    border: 2px solid #ebe7f7;
}

.author-item-content[b-55686p41lv] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.author-name[b-55686p41lv] {
    font-size: 15px;
    font-weight: 800;
    color: #1d2939;
    line-height: 1.2;
}

.author-bio-preview[b-55686p41lv] {
    font-size: 13px;
    color: #667085;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .author-bio-preview.empty[b-55686p41lv] {
        color: #98a2b3;
        font-style: italic;
    }

.author-item-arrow[b-55686p41lv] {
    color: #98a2b3;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.author-menu-add[b-55686p41lv] {
    background: linear-gradient(180deg, #fcfffd 0%, #f6fff8 100%);
}

    .author-menu-add:hover[b-55686p41lv] {
        background: #eefcf3;
    }

.author-add-icon[b-55686p41lv] {
    width: 54px;
    height: 54px;
    min-width: 54px;
    border-radius: 50%;
    background: #ecfdf3;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d1fadf;
}

    .author-add-icon img[b-55686p41lv] {
        width: 24px;
        height: 24px;
        object-fit: contain;
    }

@media (max-width: 640px) {
    .author-picker-header h3[b-55686p41lv] {
        font-size: 20px;
    }

    .author-menu-item[b-55686p41lv] {
        padding: 14px;
    }

    .author-avatar[b-55686p41lv],
    .author-avatar-fallback[b-55686p41lv],
    .author-add-icon[b-55686p41lv] {
        width: 48px;
        height: 48px;
        min-width: 48px;
    }
}
/* _content/Kurama_UI/Components/Pages/Shared/CategoryDialog.razor.rz.scp.css */
.category-picker-root[b-ebjiiikipe] {
    width: 100%;
    max-width: 100%;
}

.category-picker-header[b-ebjiiikipe] {
    margin-bottom: 18px;
}

    .category-picker-header h3[b-ebjiiikipe] {
        margin: 0;
        font-size: 24px;
        font-weight: 800;
        color: #1d2939;
    }

    .category-picker-header p[b-ebjiiikipe] {
        margin: 6px 0 0 0;
        font-size: 14px;
        color: #667085;
    }

.category-picker-loading[b-ebjiiikipe] {
    min-height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #667085;
    font-weight: 600;
}

.category-empty-state[b-ebjiiikipe] {
    min-height: 260px;
    border: 1.5px dashed #d0d5dd;
    border-radius: 22px;
    background: #fbfcfd;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 28px;
    text-align: center;
}

.category-empty-icon[b-ebjiiikipe] {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: #f4f1fb;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2c1261;
    font-size: 28px;
}

.category-empty-title[b-ebjiiikipe] {
    font-size: 18px;
    font-weight: 800;
    color: #1d2939;
}

.category-empty-text[b-ebjiiikipe] {
    max-width: 420px;
    font-size: 14px;
    color: #667085;
    line-height: 1.5;
}

.category-menu-card[b-ebjiiikipe] {
    background: #ffffff;
    border: 1px solid #e7ecf3;
    border-radius: 24px;
    box-shadow: 0 12px 30px rgba(16, 24, 40, 0.06);
    overflow: hidden;
}

.category-list[b-ebjiiikipe] {
    max-height: 460px;
    overflow-y: auto;
}

.category-menu-item[b-ebjiiikipe] {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    border: 0;
    border-bottom: 1px solid #eef2f6;
    background: #ffffff;
    transition: all 0.2s ease;
    text-align: left;
}

    .category-menu-item:last-child[b-ebjiiikipe] {
        border-bottom: 0;
    }

.category-main-click[b-ebjiiikipe] {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 14px;
    cursor: pointer;
}

    .category-main-click:hover[b-ebjiiikipe] {
        opacity: .95;
    }

.category-visual[b-ebjiiikipe] {
    width: 56px;
    height: 56px;
    min-width: 56px;
    position: relative;
}

.category-avatar[b-ebjiiikipe],
.category-avatar-fallback[b-ebjiiikipe] {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 16px;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    border: 1px solid #edf1f5;
}

.circle-category[b-ebjiiikipe] {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}

.category-item-content[b-ebjiiikipe] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.category-name[b-ebjiiikipe] {
    font-size: 15px;
    font-weight: 800;
    color: #1d2939;
    line-height: 1.2;
}

.category-description[b-ebjiiikipe] {
    font-size: 13px;
    color: #667085;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .category-description.empty[b-ebjiiikipe] {
        color: #98a2b3;
        font-style: italic;
    }

.category-meta-row[b-ebjiiikipe] {
    margin-top: 2px;
}

.category-color-chip[b-ebjiiikipe] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #475467;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    padding: 6px 10px;
    width: fit-content;
}

.category-color-dot[b-ebjiiikipe] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid rgba(0,0,0,0.08);
}

.category-actions[b-ebjiiikipe] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.action-btn[b-ebjiiikipe] {
    min-width: 38px !important;
    width: 38px;
    height: 38px;
    padding: 0 !important;
}

.category-item-arrow[b-ebjiiikipe] {
    color: #98a2b3;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-menu-add[b-ebjiiikipe] {
    cursor: pointer;
    background: linear-gradient(180deg, #fcfffd 0%, #f6fff8 100%);
}

    .category-menu-add:hover[b-ebjiiikipe] {
        background: #eefcf3;
    }

.category-add-icon[b-ebjiiikipe] {
    width: 54px;
    height: 54px;
    min-width: 54px;
    border-radius: 16px;
    background: #ecfdf3;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d1fadf;
}

    .category-add-icon img[b-ebjiiikipe] {
        width: 24px;
        height: 24px;
        object-fit: contain;
    }

@media (max-width: 640px) {
    .category-picker-header h3[b-ebjiiikipe] {
        font-size: 20px;
    }

    .category-menu-item[b-ebjiiikipe] {
        padding: 14px;
        align-items: flex-start;
    }

    .category-actions[b-ebjiiikipe] {
        flex-direction: column;
    }

    .category-avatar[b-ebjiiikipe],
    .category-avatar-fallback[b-ebjiiikipe],
    .category-add-icon[b-ebjiiikipe],
    .category-visual[b-ebjiiikipe] {
        width: 48px;
        height: 48px;
        min-width: 48px;
    }
}
/* _content/Kurama_UI/Components/Pages/Shared/PatientInfoDialog.razor.rz.scp.css */
/* ✅ Quitar padding default del contenido Radzen SOLO para este dialog */
.patient-info-dialog[b-az5r5hx1og]  {
    padding: 0 !important;
    overflow: hidden;
}

.patient-info-dialog .rz-dialog[b-az5r5hx1og] {
    border-radius: 28px;
    overflow: hidden;
    /* Responsive sin salirse */
    width: min(880px, calc(100vw - 24px)) !important;
    height: min(620px, calc(100vh - 24px)) !important;
    max-width: calc(100vw - 24px) !important;
    max-height: calc(100vh - 24px) !important;
}

/* Card */
.patient-card[b-az5r5hx1og] {
    background: #fbf9f6;
    padding: 22px 26px 20px 26px;
    border-radius: 28px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    font-family: Inter, Arial, Helvetica, sans-serif;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* Header (como screenshot) */
.patient-card__header[b-az5r5hx1og] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 14px;
    border-bottom: 1px solid #e7e3dd;
    margin-bottom: 16px;
}

.patient-card__title[b-az5r5hx1og] {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
    color: #111;
}

.patient-card__close[b-az5r5hx1og] {
    width: 38px;
    height: 38px;
    border: none;
    background: transparent;
    font-size: 22px;
    cursor: pointer;
    color: #222;
    border-radius: 10px;
}

    .patient-card__close:hover[b-az5r5hx1og] {
        background: rgba(0,0,0,.05);
    }

/* ===== TOP (avatar + fields) ===== */
.patient-top[b-az5r5hx1og] {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 22px;
    align-items: start;
    margin-bottom: 14px;
}

/* Avatar grande con letra */
.patient-avatar[b-az5r5hx1og] {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #cfcfcf;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 72px;
    font-weight: 800;
    color: #fff;
}

/* Grid de pares (2 columnas) como screenshot */
.patient-fields[b-az5r5hx1og] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 64px;
    row-gap: 18px;
}

/* Cada par: label + value */
.field[b-az5r5hx1og] {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 14px;
    align-items: center;
}

.label[b-az5r5hx1og] {
    color: #8f8f8f;
    font-size: 13px;
    font-weight: 500;
}

.value[b-az5r5hx1og] {
    color: #111;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
}

/* Para correo u otros largos */
.value-wrap[b-az5r5hx1og] {
    white-space: normal;
    overflow-wrap: anywhere;
}

/* Divider */
.divider[b-az5r5hx1og] {
    height: 1px;
    background: #e7e3dd;
    margin: 8px 0 14px 0;
    flex: 0 0 auto;
}

/* ===== HISTORY ===== */
.history[b-az5r5hx1og] {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.history-title[b-az5r5hx1og] {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: 800;
    color: #111;
}

/* Tabla estilo attendance (borde + radius + sticky header) */
.table-wrap[b-az5r5hx1og] {
    border: 1px solid #e7e3dd;
    background: #fff;
    border-radius: 12px;
    overflow: auto;
    flex: 1 1 auto;
    min-height: 0;
}

.history-table[b-az5r5hx1og] {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    min-width: 760px; /* si no cabe, scroll horizontal */
}

    .history-table th[b-az5r5hx1og], .history-table td[b-az5r5hx1og] {
        padding: 12px 12px;
        border-bottom: 1px solid #e7e3dd;
        font-size: 13px;
        color: #1b1b1b;
    }

    .history-table th[b-az5r5hx1og] {
        font-weight: 700;
        background: #fff;
        position: sticky;
        top: 0;
        z-index: 1;
    }

.center[b-az5r5hx1og] {
    text-align: center;
}

.assist-dot[b-az5r5hx1og] {
    width: 22px;
    height: 22px;
    display: inline-block;
    border-radius: 50%;
    border: 1.6px solid #cfcac3;
    background: #fff;
}

.assist-dot--on[b-az5r5hx1og] {
    border-color: #2f7d32;
    background: radial-gradient(circle at center, #2f7d32 0 45%, transparent 46% 100%);
}

.empty[b-az5r5hx1og] {
    text-align: center;
    color: #777;
}

/* ===== RESPONSIVE ===== */

/* Tablet */
@media (max-width: 1024px) {
    .patient-card[b-az5r5hx1og] {
        padding: 18px;
        border-radius: 22px;
    }

    .patient-avatar[b-az5r5hx1og] {
        width: 120px;
        height: 120px;
        font-size: 60px;
    }

    .patient-top[b-az5r5hx1og] {
        grid-template-columns: 140px 1fr;
        gap: 18px;
    }

    .patient-fields[b-az5r5hx1og] {
        column-gap: 28px;
        row-gap: 14px;
    }

    .field[b-az5r5hx1og] {
        grid-template-columns: 120px 1fr;
    }

    .value[b-az5r5hx1og] {
        white-space: normal;
        overflow-wrap: anywhere;
    }
}

/* Mobile */
@media (max-width: 720px) {
    .patient-info-dialog .rz-dialog[b-az5r5hx1og] {
        border-radius: 18px;
    }

    .patient-card[b-az5r5hx1og] {
        padding: 16px;
        border-radius: 18px;
    }

    .patient-top[b-az5r5hx1og] {
        grid-template-columns: 1fr;
        gap: 12px;
        justify-items: center;
    }

    .patient-avatar[b-az5r5hx1og] {
        width: 110px;
        height: 110px;
        font-size: 54px;
    }

    .patient-fields[b-az5r5hx1og] {
        grid-template-columns: 1fr; /* 1 columna como móvil */
        width: 100%;
        row-gap: 12px;
    }

    .field[b-az5r5hx1og] {
        grid-template-columns: 120px 1fr;
    }

    .history-table[b-az5r5hx1og] {
        min-width: 680px;
    }
    /* scroll horizontal */
}

/* Inputs compactos dentro de la tabla (tipo attendance) */
.history-table--att .rz-dropdown[b-az5r5hx1og],
.history-table--att .rz-datepicker[b-az5r5hx1og],
.history-table--att .rz-inputtext[b-az5r5hx1og] {
    font-size: 13px;
}

.history-table--att .rz-dropdown[b-az5r5hx1og],
.history-table--att .rz-datepicker[b-az5r5hx1og] {
    height: 36px;
}

/* botón check mini */
.btn-mini-save[b-az5r5hx1og] {
    width: 44px;
    height: 44px;
    border-radius: 10px;
}

/* --- FIX móvil: que la tabla se vea con scroll horizontal --- */
@media (max-width: 720px) {

    /* el dialog/card NO debe ocultar el contenido scrolleable */
    .patient-info-dialog .rz-dialog-content[b-az5r5hx1og] {
        overflow: auto !important; /* antes hidden */
    }

    .patient-card[b-az5r5hx1og] {
        overflow: auto; /* permite scroll interno */
    }

    .history[b-az5r5hx1og] {
        min-height: 220px; /* asegura espacio para tabla */
    }

    .table-wrap[b-az5r5hx1og] {
        overflow-x: auto !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
        max-height: 320px; /* opcional, para que no se vaya infinito */
    }

    .history-table[b-az5r5hx1og] {
        min-width: 720px; /* fuerza scroll horizontal */
    }
}
