/* _content/RepartoAppSSR/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-72mz2au7ax] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-72mz2au7ax] {
    flex: 1;
}

.sidebar[b-72mz2au7ax] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-72mz2au7ax] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-72mz2au7ax]  a, .top-row[b-72mz2au7ax]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-72mz2au7ax]  a:hover, .top-row[b-72mz2au7ax]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-72mz2au7ax]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-72mz2au7ax] {
        justify-content: space-between;
    }

    .top-row[b-72mz2au7ax]  a, .top-row[b-72mz2au7ax]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-72mz2au7ax] {
        flex-direction: row;
    }

    .sidebar[b-72mz2au7ax] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-72mz2au7ax] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-72mz2au7ax]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-72mz2au7ax], article[b-72mz2au7ax] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-72mz2au7ax] {
    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-72mz2au7ax] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/RepartoAppSSR/Components/RestaurantSection/RestaurantDocumentFeature/Create/RestaurantDocumentComponent.razor.rz.scp.css */
/* Estilos para mejorar la compatibilidad con iOS y dispositivos táctiles */

/* Asegurar que los botones sean interactivos en iOS */
button.btn[b-p0yek4y6z0] {
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    /* Forzar que iOS reconozca el elemento como clicable */
    position: relative;
}

/* Mejorar la respuesta táctil en iOS */
button.app-restaurant-theme-btn[b-p0yek4y6z0] {
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(51, 85, 123, 0.3);
    /* Asegurar que el botón responda al toque */
    -webkit-appearance: button;
    /* Forzar aceleración de hardware */
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* Hover state para botones en touch devices */
@media (hover: none) and (pointer: coarse) {
    button.app-restaurant-theme-btn:active[b-p0yek4y6z0] {
        opacity: 0.8;
        transform: scale(0.98);
    }
}

/* Prevenir problemas de zoom en iOS */
input[b-p0yek4y6z0], textarea[b-p0yek4y6z0], select[b-p0yek4y6z0] {
    touch-action: manipulation;
    font-size: 16px; /* Prevenir auto-zoom en iOS */
}

/* Asegurar que el mapa sea interactivo */
#map[b-p0yek4y6z0] {
    touch-action: pan-x pan-y;
    -webkit-user-select: none;
    user-select: none;
}
/* _content/RepartoAppSSR/Components/Shared/CustomMap/MapComponent.razor.rz.scp.css */
/* Estilos para mejorar la compatibilidad del mapa con iOS */

#map[b-q79tni45fs] {
    touch-action: pan-x pan-y;
    -webkit-user-select: none;
    user-select: none;
    /* Asegurar que el mapa tenga un tamaño mínimo en móviles */
    min-height: 300px;
    /* Forzar aceleración de hardware */
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    /* Asegurar z-index apropiado */
    position: relative;
    z-index: 1;
}

/* Prevenir problemas de interacción en iOS */
#map *[b-q79tni45fs] {
    -webkit-touch-callout: none;
}

/* Mejorar la visibilidad del mapa en iOS */
div[style*="visibility"][b-q79tni45fs] {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
/* _content/RepartoAppSSR/Shared/ImageClipboard/ImageClipboardComponent.razor.rz.scp.css */
.drop-zone[b-ziqhepv3cf] {
    padding: 20px;
    width: 100%;
    xmin-height: 100px;
    border: 2px dashed #0087F7;
    border-radius: 5px;
}

    .drop-zone.hover[b-ziqhepv3cf] {       
        background-color: green;
        color:white;
    }
    .drop-zone.hover p[b-ziqhepv3cf]{        
        color: white;
    }
