/* _content/Turnero_UI/Pages/Cliente/AgendaLibre.razor.rz.scp.css */

*[b-72zp1ir6kv] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

body[b-72zp1ir6kv] {
    background: var(--bg);
    color: var(--text);
    min-height: 100vh;
    padding: 2rem;
}
/* _content/Turnero_UI/Pages/Fitness/Fitness-Cliente/Fitness-Agenda.razor.rz.scp.css */

*[b-39j97xpn92] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

body[b-39j97xpn92] {
    background: var(--bg);
    color: var(--text);
    min-height: 100vh;
    padding: 2rem;
}
/* _content/Turnero_UI/Pages/Turnos/Gestionar_Turnos_v3.razor.rz.scp.css */
/* ============================================
   AGENDA V3 - ESTILOS PRINCIPALES
   ============================================ */

.agenda-v3-container[b-b0br0ct05i] {
    padding: 12px;
    background-color: #f8f9fa;
    min-height: 100vh;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/* ============================================
   LOADING OVERLAY
   ============================================ */

.loading-overlay[b-b0br0ct05i] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.loading-content[b-b0br0ct05i] {
    text-align: center;
}

.spinner[b-b0br0ct05i] {
    width: 60px;
    height: 60px;
    border: 4px solid #e0e0e0;
    border-top: 4px solid #299c8d;
    border-radius: 50%;
    animation: spin-b-b0br0ct05i 1s linear infinite;
}

@keyframes spin-b-b0br0ct05i {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loading-text[b-b0br0ct05i] {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #299c8d;
}

/* ============================================
   HEADER COMPACTO DE LA AGENDA
   ============================================ */

.agenda-header-compact[b-b0br0ct05i] {
    background: white;
    border-radius: 8px;
    padding: 8px 14px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.header-left[b-b0br0ct05i] {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
}

.header-right[b-b0br0ct05i] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

/* ============================================
   CONTROLES DE NAVEGACIÓN
   ============================================ */

.navigation-controls[b-b0br0ct05i] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.btn-nav[b-b0br0ct05i] {
    background: #299c8d;
    color: white;
    border: none;
    border-radius: 6px;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}

.btn-nav:hover[b-b0br0ct05i] {
    background: #228276;
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(41, 156, 141, 0.25);
}

.date-navigation[b-b0br0ct05i] {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #f8f9fa;
    padding: 6px 16px;
    border-radius: 8px;
}

.btn-arrow[b-b0br0ct05i] {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 16px;
    color: #2c3e50;
}

.btn-arrow:hover[b-b0br0ct05i] {
    background: #299c8d;
    color: white;
    border-color: #299c8d;
    transform: scale(1.05);
}

.current-date-info[b-b0br0ct05i] {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 160px;
}

.month-name[b-b0br0ct05i] {
    font-size: 14px;
    font-weight: 700;
    color: #2c3e50;
    text-transform: capitalize;
}

.date-range[b-b0br0ct05i] {
    font-size: 12px;
    color: #7f8c8d;
    text-transform: capitalize;
}

.view-selector[b-b0br0ct05i] {
    display: flex;
    gap: 6px;
    background: #f8f9fa;
    padding: 4px;
    border-radius: 8px;
}

.btn-view[b-b0br0ct05i] {
    background: white;
    border: none;
    border-radius: 5px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 600;
    color: #7f8c8d;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-view:hover[b-b0br0ct05i] {
    background: #e8f5f3;
    color: #299c8d;
}

.btn-view.active[b-b0br0ct05i] {
    background: #299c8d;
    color: white;
    box-shadow: 0 1px 3px rgba(41, 156, 141, 0.25);
}

/* ============================================
   FILTROS COMPACTOS EN HEADER
   ============================================ */

.filter-compact[b-b0br0ct05i] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.selected-person-badge[b-b0br0ct05i] {
    background: #e8f5f3;
    padding: 6px 10px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    border-left: 3px solid transparent;
}

.selected-person-badge i[b-b0br0ct05i] {
    font-size: 14px;
    color: #299c8d;
}

.person-name[b-b0br0ct05i] {
    font-weight: 600;
    color: #2c3e50;
    white-space: nowrap;
}

.btn-clear-filter[b-b0br0ct05i] {
    background: none;
    border: none;
    color: #e74c3c;
    font-size: 14px;
    cursor: pointer;
    padding: 0;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.btn-clear-filter:hover[b-b0br0ct05i] {
    background: #fee;
}

.all-persons-badge[b-b0br0ct05i] {
    background: #f8f9fa;
    padding: 6px 10px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #7f8c8d;
    font-size: 12px;
}

.all-persons-badge i[b-b0br0ct05i] {
    font-size: 14px;
}

.status-filters-compact[b-b0br0ct05i] {
    display: flex;
    gap: 6px;
    align-items: center;
    background: #f8f9fa;
    padding: 4px 8px;
    border-radius: 6px;
}

.status-checkbox[b-b0br0ct05i] {
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    user-select: none;
}

.status-checkbox input[type="checkbox"][b-b0br0ct05i] {
    width: 14px;
    height: 14px;
    cursor: pointer;
    accent-color: #299c8d;
}

.status-label[b-b0br0ct05i] {
    font-size: 11px;
    font-weight: 600;
    padding: 3px 6px;
    border-radius: 4px;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.status-label.disponible[b-b0br0ct05i] {
    background: #d4edda;
    color: #155724;
}

.status-label.reservado[b-b0br0ct05i] {
    background: #cce5ff;
    color: #004085;
}

.status-label.bloqueado[b-b0br0ct05i] {
    background: #f8d7da;
    color: #721c24;
}

.status-label.no-disponible[b-b0br0ct05i] {
    background: #e2e3e5;
    color: #383d41;
}

.btn-create-bulk[b-b0br0ct05i] {
    background: #3498db;
    color: white;
    border: none;
    border-radius: 6px;
    padding: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
}

.btn-create-bulk:hover[b-b0br0ct05i] {
    background: #2980b9;
    transform: scale(1.05);
    box-shadow: 0 2px 6px rgba(52, 152, 219, 0.25);
}

/* ============================================
   CALENDARIO
   ============================================ */

.calendar-wrapper[b-b0br0ct05i] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
}

.calendar-grid[b-b0br0ct05i] {
    display: flex;
    flex-direction: column;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.sticky-header[b-b0br0ct05i] {
    position: sticky;
    top: 0;
    z-index: 100;
    background: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.calendar-header-row[b-b0br0ct05i] {
    display: flex;
    border-bottom: 2px solid #e0e0e0;
    min-width: fit-content;
}

.time-column-header[b-b0br0ct05i] {
    width: 70px;
    min-width: 70px;
    padding: 10px 8px;
    background: #f8f9fa;
    font-weight: 700;
    font-size: 12px;
    color: #2c3e50;
    border-right: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    left: 0;
    z-index: 10;
}

.day-column-header[b-b0br0ct05i] {
    flex: 1;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #e0e0e0;
}

.day-column-header:last-child[b-b0br0ct05i] {
    border-right: none;
}

.day-column-header.today[b-b0br0ct05i] {
    background: linear-gradient(to bottom, #fff5e6 0%, white 100%);
}

.day-info[b-b0br0ct05i] {
    padding: 8px 12px;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}

.day-name[b-b0br0ct05i] {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #2c3e50;
    text-transform: capitalize;
}

.day-number[b-b0br0ct05i] {
    display: block;
    font-size: 11px;
    color: #7f8c8d;
    margin-top: 2px;
}

.today-badge[b-b0br0ct05i] {
    position: absolute;
    top: 6px;
    right: 6px;
    background: #ff6b35;
    color: white;
    font-size: 9px;
    padding: 2px 6px;
    border-radius: 8px;
    font-weight: 600;
}

.professionals-list[b-b0br0ct05i] {
    display: flex;
    padding: 6px 4px;
    gap: 4px;
    flex-wrap: wrap;
    justify-content: center;
    background: #fafafa;
}

.professional-tag[b-b0br0ct05i] {
    flex: 1;
    min-width: 70px;
    padding: 6px 8px;
    text-align: center;
    background: white;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.2s ease;
    border-bottom: 2px solid transparent;
}

.professional-tag:hover[b-b0br0ct05i] {
    background: #e8f5f3;
    transform: translateY(-1px);
}

.professional-tag.selected[b-b0br0ct05i] {
    background: #e8f5f3;
    font-weight: 700;
}

.professional-tag.selected i[b-b0br0ct05i] {
    color: #27ae60;
    margin-left: 4px;
    font-size: 11px;
}

.professional-name[b-b0br0ct05i] {
    font-size: 11px;
    color: #2c3e50;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ============================================
   BODY DEL CALENDARIO
   ============================================ */

.calendar-body[b-b0br0ct05i] {
    max-height: calc(100vh - 190px);
    overflow-y: auto;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.time-row[b-b0br0ct05i] {
    display: flex;
    border-bottom: 1px solid #f0f0f0;
    min-height: 50px;
    min-width: fit-content;
}

.time-row:hover[b-b0br0ct05i] {
    background: #fafafa;
}

.time-label[b-b0br0ct05i] {
    width: 70px;
    min-width: 70px;
    padding: 8px;
    background: #f8f9fa;
    font-size: 12px;
    font-weight: 600;
    color: #7f8c8d;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    border-right: 1px solid #e0e0e0;
    position: sticky;
    left: 0;
    z-index: 5;
    background: #f8f9fa;
}

.day-slots[b-b0br0ct05i] {
    flex: 1;
    display: flex;
    border-right: 1px solid #f0f0f0;
    min-width: 120px;
}

.day-slots:last-child[b-b0br0ct05i] {
    border-right: none;
}

.slot[b-b0br0ct05i] {
    flex: 1;
    padding: 2px;
    position: relative;
    cursor: pointer;
    transition: background-color 0.2s ease;
    min-height: 50px;
}

.slot:hover[b-b0br0ct05i] {
    background-color: #f0f8ff;
}

.slot.available[b-b0br0ct05i] {
    background-color: #f8fff8;
}

.slot.available:hover[b-b0br0ct05i] {
    background-color: #e8f5e8;
}

/* ============================================
   APPOINTMENTS (TURNOS) - Estilo V2
   ============================================ */

.appointment-card[b-b0br0ct05i] {
    position: absolute;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: transform 0.2s, box-shadow 0.2s;
    cursor: pointer;
    overflow: hidden;
    background: #fff;
    border-left: 4px solid;
    padding: 0.5rem;
    z-index: 10;
    width: calc(100% - 4px);
    display: flex;
    flex-direction: column;
    font-family: 'Quicksand', sans-serif;
}

.appointment-card:hover[b-b0br0ct05i] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    z-index: 11;
}

/* Appointment Status Styles */
.appointment-card.reservado[b-b0br0ct05i] {
    border-left: 4px solid #0ea5e9;
    background-color: #005e8021;
    border-bottom: 4px solid #0ea5e9;
}

.appointment-card.disponible[b-b0br0ct05i] {
    border-left: 4px solid #10b981;
    background-color: #00800021;
    border-bottom: 4px solid #10b981;
}

.appointment-card.no-disponible[b-b0br0ct05i] {
    border-left: 4px solid #B22222;
    background-color: #B2222221;
    border-bottom: 4px solid #B22222;
}

.appointment-card.bloqueado[b-b0br0ct05i] {
    border-left: 4px solid #6b7280;
    background-color: #6b728029;
    border-bottom: 4px solid #6b7280;
}

.appointment-card.cancelado[b-b0br0ct05i] {
    border-left-color: #f59e0b;
    opacity: 0.9;
    background-color: #7a800021;
}

/* Cuando hay múltiples turnos */
.appointments-container[b-b0br0ct05i] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
    position: relative;
}

.appointment-card.multiple-appointments[b-b0br0ct05i] {
    position: relative;
    margin-bottom: 2px;
    width: 100%;
}

.appointment-card.multiple-appointments:last-child[b-b0br0ct05i] {
    margin-bottom: 0;
}

.appointment-counter[b-b0br0ct05i] {
    position: absolute;
    top: 4px;
    right: 4px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    font-size: 0.65rem;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 10px;
    z-index: 12;
}

/* Card Content Styles */
.time[b-b0br0ct05i] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #475569;
    margin-bottom: 0.25rem;
}

.status[b-b0br0ct05i] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    font-weight: 500;
    border-radius: 4px;
    color: white;
    margin-bottom: 0.25rem;
    flex-wrap: wrap;
}

.status-content[b-b0br0ct05i] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.client-name[b-b0br0ct05i] {
    font-size: 0.875rem;
    color: #64748b;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.service-info[b-b0br0ct05i] {
    font-size: 0.75rem;
    color: #64748b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 2px;
    margin-top: 2px;
}

.appointment-reagendado[b-b0br0ct05i] {
    font-size: 0.7rem;
    color: #e74c3c;
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 4px;
    font-weight: 500;
}

/* ============================================
   NO DATA MESSAGE
   ============================================ */

.no-data-message[b-b0br0ct05i] {
    padding: 60px 20px;
    text-align: center;
    color: #7f8c8d;
}

.no-data-message i[b-b0br0ct05i] {
    font-size: 48px;
    margin-bottom: 20px;
    opacity: 0.5;
}

.no-data-message p[b-b0br0ct05i] {
    font-size: 16px;
    margin: 0;
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

@media (max-width: 1200px) {
    .agenda-header-compact[b-b0br0ct05i] {
        flex-wrap: wrap;
    }
    
    .header-left[b-b0br0ct05i] {
        flex-basis: 100%;
    }
    
    .header-right[b-b0br0ct05i] {
        flex-basis: 100%;
        justify-content: space-between;
    }
    
    .navigation-controls[b-b0br0ct05i] {
        flex-wrap: wrap;
    }
    
    .view-selector[b-b0br0ct05i] {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .agenda-v3-container[b-b0br0ct05i] {
        padding: 4px;
    }
    
    .agenda-header-compact[b-b0br0ct05i] {
        padding: 6px 8px;
        flex-direction: column;
        align-items: stretch;
        gap: 6px;
    }
    
    .header-left[b-b0br0ct05i],
    .header-right[b-b0br0ct05i] {
        flex-direction: column;
        align-items: stretch;
        gap: 6px;
    }
    
    .navigation-controls[b-b0br0ct05i] {
        flex-wrap: wrap;
        justify-content: center;
        gap: 4px;
    }
    
    .status-filters-compact[b-b0br0ct05i] {
        justify-content: center;
        gap: 4px;
    }
    
    .calendar-wrapper[b-b0br0ct05i] {
        overflow-x: hidden; /* Sin scroll horizontal */
    }
    
    .calendar-grid[b-b0br0ct05i] {
        width: 100%;
        min-width: auto; /* Sin ancho mínimo */
    }
    
    .calendar-header-row[b-b0br0ct05i] {
        width: 100%;
        min-width: auto;
    }
    
    /* Columna de tiempo más pequeña */
    .time-column-header[b-b0br0ct05i] {
        width: 45px;
        min-width: 45px;
        font-size: 9px;
        padding: 6px 2px;
    }
    
    .time-label[b-b0br0ct05i] {
        width: 45px;
        min-width: 45px;
        font-size: 9px;
        padding: 4px 2px;
    }
    
    .time-row[b-b0br0ct05i] {
        width: 100%;
        min-width: auto;
        min-height: 35px; /* Más compacto */
    }
    
    /* Días se ajustan al ancho disponible */
    .day-slots[b-b0br0ct05i] {
        flex: 1;
        min-width: 0; /* Permite que se compriman */
    }
    
    .day-column-header[b-b0br0ct05i] {
        flex: 1;
        min-width: 0;
        padding: 6px 2px;
        font-size: 9px;
    }
    
    .day-name[b-b0br0ct05i] {
        font-size: 9px;
    }
    
    .day-number[b-b0br0ct05i] {
        font-size: 8px;
    }
    
    .professional-name[b-b0br0ct05i] {
        font-size: 8px;
        padding: 2px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .calendar-body[b-b0br0ct05i] {
        max-height: calc(100vh - 240px);
        overflow-x: hidden; /* Sin scroll horizontal */
        overflow-y: auto;
    }
    
    /* Ajustes para appointment cards en mobile - ultra compactos */
    .appointment-card[b-b0br0ct05i] {
        padding: 2px 3px;
        font-size: 0.65rem;
        border-left-width: 3px;
        border-bottom-width: 2px;
    }
    
    .appointment-card:hover[b-b0br0ct05i] {
        transform: none; /* Sin hover en mobile */
    }
    
    .time[b-b0br0ct05i] {
        font-size: 0.65rem;
        margin-bottom: 1px;
        font-weight: 600;
    }
    
    .status[b-b0br0ct05i] {
        padding: 1px 3px;
        font-size: 0.6rem;
        margin-bottom: 1px;
    }
    
    .status-content[b-b0br0ct05i] {
        gap: 2px;
    }
    
    .status-content i[b-b0br0ct05i] {
        font-size: 0.65rem;
    }
    
    .client-name[b-b0br0ct05i] {
        font-size: 0.65rem;
        margin-top: 1px;
    }
    
    .service-info[b-b0br0ct05i] {
        font-size: 0.6rem;
        padding-top: 1px;
        margin-top: 1px;
    }
    
    .appointment-reagendado[b-b0br0ct05i] {
        font-size: 0.6rem;
        margin-top: 2px;
    }
    
    .appointment-counter[b-b0br0ct05i] {
        font-size: 0.55rem;
        padding: 1px 4px;
        top: 2px;
        right: 2px;
    }
    
    /* Headers de días más compactos */
    .day-info[b-b0br0ct05i] {
        padding: 4px 2px;
    }
    
    .day-name[b-b0br0ct05i] {
        font-size: 8px;
    }
    
    .day-number[b-b0br0ct05i] {
        font-size: 7px;
        margin-top: 1px;
    }
    
    .today-badge[b-b0br0ct05i] {
        font-size: 7px;
        padding: 1px 4px;
        top: 2px;
        right: 2px;
    }
    
    .professionals-list[b-b0br0ct05i] {
        padding: 3px 2px;
        gap: 2px;
    }
    
    .professional-tag[b-b0br0ct05i] {
        padding: 3px 4px;
        min-width: 0;
        flex: 1;
    }
    
    /* Botones más pequeños */
    .btn-view[b-b0br0ct05i] {
        padding: 4px 6px;
        font-size: 9px;
        min-width: 30px;
    }
    
    .btn-nav[b-b0br0ct05i] {
        padding: 4px 6px;
        font-size: 9px;
    }
    
    .current-date-info[b-b0br0ct05i] {
        font-size: 10px;
        padding: 4px 6px;
    }
    
    .month-name[b-b0br0ct05i] {
        font-size: 10px;
    }
    
    .date-range[b-b0br0ct05i] {
        font-size: 8px;
    }
    
    /* Selects más pequeños */
    .clean-select[b-b0br0ct05i] {
        font-size: 10px;
        padding: 4px 6px;
    }
    
    /* Status filters más compactos */
    .status-checkbox[b-b0br0ct05i] {
        padding: 2px 4px;
        font-size: 9px;
    }
    
    .status-label[b-b0br0ct05i] {
        font-size: 9px;
        padding: 2px 4px;
    }
    
    /* Badges más pequeños */
    .all-persons-badge[b-b0br0ct05i],
    .selected-person-badge[b-b0br0ct05i] {
        padding: 3px 6px;
        font-size: 9px;
    }
    
    .btn-create-bulk[b-b0br0ct05i] {
        padding: 4px 6px;
        font-size: 10px;
    }
}

@media (max-width: 480px) {
    .date-navigation[b-b0br0ct05i] {
        padding: 8px 12px;
    }
    
    .current-date-info[b-b0br0ct05i] {
        min-width: 140px;
    }
    
    .month-name[b-b0br0ct05i] {
        font-size: 14px;
    }
    
    .date-range[b-b0br0ct05i] {
        font-size: 11px;
    }
    
    .btn-view[b-b0br0ct05i] {
        padding: 6px 10px;
        font-size: 11px;
    }
}

/* _content/Turnero_UI/Shared/MainLayout.razor.rz.scp.css */
.page[b-839dk8s533] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-839dk8s533] {
    flex: 1;
}

.sidebar[b-839dk8s533] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-839dk8s533] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-839dk8s533]  a, .top-row .btn-link[b-839dk8s533] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-839dk8s533] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-839dk8s533] {
        display: none;
    }

    .top-row.auth[b-839dk8s533] {
        justify-content: space-between;
    }

    .top-row a[b-839dk8s533], .top-row .btn-link[b-839dk8s533] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-839dk8s533] {
        flex-direction: row;
    }

    .sidebar[b-839dk8s533] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-839dk8s533] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-839dk8s533] {
/*        padding-left: 2rem !important;
        padding-right: 1.5rem !important;*/
    }
}
/* _content/Turnero_UI/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-nwq1rilqa2] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-nwq1rilqa2] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-nwq1rilqa2] {
    font-size: 1.1rem;
}

.oi[b-nwq1rilqa2] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-nwq1rilqa2] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-nwq1rilqa2] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-nwq1rilqa2] {
        padding-bottom: 1rem;
    }

    .nav-item[b-nwq1rilqa2]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-nwq1rilqa2]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-nwq1rilqa2]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-nwq1rilqa2] {
        display: none;
    }

    .collapse[b-nwq1rilqa2] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
