@import '_content/Components/Components.bundle.scp.css';

/* /Dialog/EntityDialogComponent.razor.rz.scp.css */
/* /PageLayout.razor.rz.scp.css */
.layoutContainer[b-fsdevzss3a] {
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

.content[b-fsdevzss3a] {
    margin-bottom: 64px;
    display: flex;
    min-width: 100%;
    min-height: 100%;
    flex-direction: column;
}
/* /Pages/Database/Parts/EntityFilterComponent.razor.rz.scp.css */

.desktopFilters[b-wri7k90fe2] {
    display: flex;
    gap: 12px;
    flex-direction: column;
    justify-content: flex-start;
    justify-items: flex-start;
    top: 50px;
    padding: 12px;
    width: 100%;
    left: 0px;
}

.desktopFiltersContainer[b-wri7k90fe2] {
    width: 75%;
    min-width: 1000px;
    margin: auto;
    display: flex;
    gap: 16px;
    flex-direction: column;
    justify-content: flex-start;
    justify-items: flex-start;
}

.filtersContainer[b-wri7k90fe2] {
    display: flex;
    gap: 16px;
}

.filterContainer[b-wri7k90fe2] {
    display: flex;
    background-color: var(--background);
    gap: 2px;
    margin-right: auto;
    border-radius: 8px;
}

.choiceButton[b-wri7k90fe2] {
    background-color: var(--primary);
    color: white;
    padding: 12px;
    border: 1px solid var(--primary);
}

.choiceButton:hover[b-wri7k90fe2] {
    background-color: var(--primary-hover);
    border-color: var(--primary-border-hover);
}

.selected[b-wri7k90fe2] {
    background-color: var(--secondary);
    color: white;
    font-style: normal;
    font-weight: bold;
}

.selected:hover[b-wri7k90fe2] {
    background-color: var(--secondary-hover);
    border-color: var(--secondary-border-hover);
}


.filterContainer .choiceButton:first-child[b-wri7k90fe2] {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}


.filterContainer .choiceButton:last-child[b-wri7k90fe2] {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

@media only screen and (max-width: 1025px) {
    .desktopNavContainer[b-wri7k90fe2] {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .filtersContainer[b-wri7k90fe2] {
        flex-direction: column;
    }

    .filterContainer[b-wri7k90fe2] {
        flex-direction: column;
    }
}

.mobileFilters[b-wri7k90fe2] {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .mobileFilters[b-wri7k90fe2] {
        display: block;
    }

    .desktopFilters[b-wri7k90fe2] {
        display: none;
    }

    .desktopSpacer[b-wri7k90fe2] {
        display: none;
    }
}
/* /Pages/RawDatabase.razor.rz.scp.css */
.page[b-sukuzquokh] {
    display: flex;
    flex-direction: column;
    padding: 16px;
    gap: 16px;
}

@media only screen and (max-width: 1025px) {
    .page[b-sukuzquokh] {
        display: flex;
        flex-direction: column;
        padding: 2px;
        gap: 2px;
    }
}
