/* Estilos base del host. El design system vive en
   _content/justtime.compras.components/css/tema-geoservice.css */

html {
    -webkit-tap-highlight-color: transparent;
}

/* UI de error de Blazor */
#blazor-error-ui {
    background: #FEE2E2;
    color: #DC2626;
    bottom: 0;
    box-shadow: 0 -1px 4px rgba(0, 0, 0, .2);
    display: none;
    left: 0;
    padding: .6rem 1.25rem .7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: .75rem;
    top: .5rem;
}

.blazor-error-boundary {
    background: #FEE2E2;
    color: #DC2626;
    padding: 1rem;
    border-radius: 10px;
}
