@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* _content/OpenData.Web/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-cpr3d58r18] {
    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-cpr3d58r18] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/OpenData.Web/Components/Pages/DetailPage/CustomPaginator.razor.rz.scp.css */
.paginator[b-9iqo7ozp5e] {
    display: flex;
    border-top: 1px solid #ccc;
    margin-top: 0.5rem;
    padding: 0.25rem 0;
    align-items: center;
}

.pagination-text[b-9iqo7ozp5e] {
    margin: 0 0.5rem;
}

nav[b-9iqo7ozp5e] {
    display: flex;
    margin-left: auto;
    gap: 0.5rem;
    align-items: center;
}

    nav button[b-9iqo7ozp5e] {
        border: 0;
        background: none center center / 1rem no-repeat;
        width: 2rem;
        height: 2rem;
    }

    nav button[disabled][b-9iqo7ozp5e] {
        opacity: 0.4;
    }

    nav button:not([disabled]):hover[b-9iqo7ozp5e] {
        background-color: #eee;
    }

    nav button:not([disabled]):active[b-9iqo7ozp5e] {
        background-color: #aaa;
    }

.go-first[b-9iqo7ozp5e], .go-last[b-9iqo7ozp5e] {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g transform="rotate(90) scale(0.8)" transform-origin="12 12"><path d="m 2,1.5 l 10,17.5 l 10,-17.5 l -10,7.75 l -10,-7.75 z"/><rect height="2" width="20" y="20.5" x="2"/></g></svg>');
}

.go-previous[b-9iqo7ozp5e], .go-next[b-9iqo7ozp5e] {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g transform="rotate(90)" transform-origin="12 12"><path d="M 2 3.25 L 12 20.75 L 22 3.25 L 12 11 z" /></g></svg>');
}

.go-next[b-9iqo7ozp5e], .go-last[b-9iqo7ozp5e] {
    transform: scaleX(-1);
}
/* _content/OpenData.Web/Components/Pages/DetailPage/DetailTable.razor.rz.scp.css */
.grid-detail[b-uv7qk77h9z] {
    border: 1px solid #929292;
    width: 100%;           
    height: 100%;          
    display: grid;         
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); 
}

[b-uv7qk77h9z] thead {
    position: sticky;
    top: 0;
    background-color: #f0f0f0;
}

[b-uv7qk77h9z] tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.4);
}

.page-size-chooser[b-uv7qk77h9z] {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.page-size-chooser select[b-uv7qk77h9z] {
    margin: 0 1rem;
    padding: 0.25rem 0.5rem;
}
/* _content/OpenData.Web/Components/Pages/MainPage/EnumsSectionPart.razor.rz.scp.css */

.enums-container[b-u5rsqtj427]{    
}

.tabs-header-container[b-u5rsqtj427] {
    display: flex;
    background-color: #f0f0f0;
    padding: 5px;
}


.tab[b-u5rsqtj427] {
    padding: 5px 10px; 
    cursor: pointer;
    border: none; 
    background-color: transparent;
    font-size: 14px; 
    margin-right: 10px;
}

    .tab.selected[b-u5rsqtj427] {
        background-color: #0074D9;
        color: #fff;
    }

.tab-content[b-u5rsqtj427] {
    display: none;
    padding: 20px;
    border: 1px solid #ccc;
    border-top: none;
}


    .tab-content.active[b-u5rsqtj427] {
        display: block;
    }
/* _content/OpenData.Web/Components/Pages/MainPage/PreviewTableSectionPart.razor.rz.scp.css */
.grid-preview[b-i4censqufj] {
    border: 1px solid #929292;
    width: 100%;           
    height: 100%;          
    display: grid;         
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); 
}

[b-i4censqufj] thead {
    position: sticky;
    top: 0;
    background-color: #f0f0f0;
}

[b-i4censqufj] tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.4);
}
