/* _content/Telemetry/Components/Pages/Home.razor.rz.scp.css */
.tile[b-2vb3vxujkl] {
    width: 5em;
    height: 5em;
}

.tile:hover[b-2vb3vxujkl] {
    box-shadow: 0 0 15px 0px #3B82F6;
    color: #3B82F6 !important;
}
/* _content/Telemetry/Components/Pages/Items/Detail.razor.rz.scp.css */
/* _content/Telemetry/Components/Pages/Items/ItemPage.razor.rz.scp.css */
#seadragon-viewer[b-9nw9b5piwb] {
}

#metadata-viewer[b-9nw9b5piwb] {
    aspect-ratio: 1 / 1 !important;
    min-width: 512px;
    min-height: 512px;
}
/* _content/Telemetry/Components/Pages/Items/ItemsPage.razor.rz.scp.css */
.item-grid[b-2sin5lqqzh] {
    display: grid;
    place-content: end space-between;
}

.item-grid-small[b-2sin5lqqzh] {
    grid-template-columns: repeat(auto-fill, 150px);
    gap: 1rem;
}

.item-grid-large[b-2sin5lqqzh] {
    grid-template-columns: repeat(auto-fill, 200px);
    gap: 0.5rem;
}

.item-grid a[b-2sin5lqqzh] {
    display: flex;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
}

.item-grid img[b-2sin5lqqzh] {
    aspect-ratio: 1/1 !important;
    border-radius: inherit;
    width: 100%;
    object-fit: contain;
}

.item-grid a:hover[b-2sin5lqqzh] {
    border: 0px;
    box-shadow: 0 0 15px 0px #3B82F6;
}

#query-field[b-2sin5lqqzh] {
    height: 300px;
}
