@import 'GeotimLab.WebUI.Client.4bg7xqifj1.bundle.scp.css';
@import '_content/GeotimLab.Infrastructure.OSMaps/GeotimLab.Infrastructure.OSMaps.w72d2fdkt5.bundle.scp.css';

/* _content/GeotimLab.WebUI/Components/Geotim/Debugging/GeotimDebugOverlay.razor.rz.scp.css */
.debug-overlay-container[b-ymofdpknyb] {
    position: relative;
}

.debug-sticker[b-ymofdpknyb] {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f39c12;
    color: white;
    padding: 0.2rem 0.5rem;
    font-size: 0.8rem;
    border-radius: 0 8px 0 0;
    cursor: pointer;
    z-index: 1000;
}

.debug-popup[b-ymofdpknyb] {
    position: absolute;
    top: 1.5rem;
    right: 0;
    background: white;
    border: 1px solid #f39c12;
    padding: 0.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    z-index: 1001;
}
.debug-popup-scroll[b-ymofdpknyb] {
    max-width: 400px;
    max-height: 600px;
    overflow-x: hidden;
    overflow-y: scroll;
}


.debug-content[b-ymofdpknyb] {
    position: relative;
    z-index: 0;
}

.debug-outline[b-ymofdpknyb] {
    overflow: hidden;
    width: 0;
    transition: width 0.5s ease;
}

.debug-outline.visible[b-ymofdpknyb] {
    width: auto;
}
/* _content/GeotimLab.WebUI/Components/Pages/App/LabGeologistWorkstation/SamplePlanningAndProcessingMatrix/SamplePlanningAndProcessingMatrixPage.razor.rz.scp.css */

[b-q5foxt2d6h] .rz-datatable-data td > .rz-cell-toggle, [b-q5foxt2d6h] .rz-grid-table td > .rz-cell-toggle {
    align-items: center;
    display: grid;
    grid-template-columns: 2em auto;
}


[b-q5foxt2d6h] .rz-datatable {
    --rz-grid-stripe-background-color: var(--gt-base-50);
}
/* _content/GeotimLab.WebUI/Components/Pages/App/Projects/Project/BoreholeData/BoreholeDataView/Widgets/Chart/ChartWidget.razor.rz.scp.css */
.svg-container[b-ydhjssxyit] {
    width: 100%;
    align-items: center;
}

    .svg-container[b-ydhjssxyit]  svg {
        width: 100%;
        height: 100%;
    }
/* _content/GeotimLab.WebUI/Components/Pages/App/Projects/Project/BoreholeData/Components/BoreholeDataList.razor.rz.scp.css */
table.bordered-table[b-09dz8ubcsq] {
    width: 100%;
    height: 100%;
}

    table.bordered-table td[b-09dz8ubcsq],
    table.bordered-table th[b-09dz8ubcsq] {
        padding-top: 0rem;
        padding-left: 0rem;
        padding-right: 0rem;
        padding-bottom: 0.5rem;
        vertical-align: top;
    }
/* _content/GeotimLab.WebUI/Components/Pages/App/Projects/Project/Boreholes/Borehole/TabData/TabData.razor.rz.scp.css */
div[b-im73wlivrn]  > .rz-accordion > .rz-accordion-content-wrapper {
    border: 1px solid var(--gt-base-50);
    border-bottom-width: 2px;
    margin-bottom: 12pt;
}

div[b-im73wlivrn]  > .rz-accordion > .rz-accordion-header {
    background: var(--gt-base-200);
    border-bottom: 1px solid var(--gt-base-200);
    padding: 0;
}

    div[b-im73wlivrn]  > .rz-accordion > .rz-accordion-header a > .rz-accordion-toggle-icon {
        height: 2rem;
        width: 2rem;
        font-size: 2rem;
    }

div[b-im73wlivrn]  > .rz-accordion > .rz-accordion-header > a > .rzi {
    font-size: 2rem;
}

    div[b-im73wlivrn]  > .rz-accordion > .rz-accordion-header > a > span {
        font-size: 1rem;
        font-weight: bold;
        color: var(--gt-base-900);
    }
/* _content/GeotimLab.WebUI/Components/Pages/App/UIGuide/BoreholeDataEditMaket/BoreholeDataEditPageMaket.razor.rz.scp.css */
.sidebar[b-hsvjnfc4fg] {
    position: sticky;
    top: 0;
    right: 0;
    max-height: calc(100vh - 4rem);
    overflow-y: auto;
}

@media (max-width: 1025px) {
    .sidebar[b-hsvjnfc4fg] {
        display: none;
    }
}
/* _content/GeotimLab.WebUI/Components/Pages/App/UIGuide/BoreholeDataEditMaket/Component/BoreholeDataGroup.razor.rz.scp.css */
.custom-selectbar[b-hexstba53a]  .rz-selectbar .rz-button {
    background-color: var(--gt-base-100);
    color: var(--gt-base-800);
    border: 0px solid var(--gt-base-100);
    padding: 2px 5px 4px 5px;
}

    .custom-selectbar::deep .rz-selectbar .rz-button:hover:not(.rz-state-active)[b-hexstba53a] {
        background-color: var(--gt-base-800);
    }


    .custom-selectbar[b-hexstba53a]  .rz-selectbar .rz-button.rz-state-active {
        background-color: var(--gt-base-800);
        border-color: var(--gt-base-100);
        color: var(--gt-base-100);
    }

        .custom-selectbar[b-hexstba53a]  .rz-selectbar .rz-button.rz-state-active:hover {
            background-color: var(--gt-base-800);
        }

.custom-selectbar[b-hexstba53a]  .rz-button.rz-toggle-button {
    background-color: var(--gt-base-100);
    color: var(--gt-base-800);
    border: 0px solid var(--gt-base-100);
    padding: 2px 5px 4px 5px;
}

.custom-selectbar::deep .rz-button:hover:not(.rz-state-active)[b-hexstba53a] {
    background-color: var(--gt-base-800);
}


.custom-selectbar[b-hexstba53a]  .rz-button.rz-state-active {
    background-color: var(--gt-base-800);
    border-color: var(--gt-base-100);
    color: var(--gt-base-100);
}

    .custom-selectbar[b-hexstba53a]  .rz-button.rz-state-active:hover {
        background-color: var(--gt-base-800);
    }
/* _content/GeotimLab.WebUI/Components/Pages/App/UIGuide/BoreholeDataEditMaket/Component/BoreholeDataSampleTabs.razor.rz.scp.css */
.container-tabs[b-emj9b6p4or]  .rz-tabview-panel {
    padding: 0px;
}


    .container-tabs[b-emj9b6p4or]  .rz-tabview-panels {
        border-bottom-left-radius: 8px;
        border-top-left-radius: 0px;
        border-bottom-right-radius: 8px;
        border-top-right-radius: 8px;
    }

    .container-tabs[b-emj9b6p4or]  .rz-tabview-nav {
        position: sticky;
        top: 0;
        z-index: 10;     
    }
/* _content/GeotimLab.WebUI/Components/Pages/App/UIGuide/BoreholeDataEditMaket/Component/BoreholeDataTable.razor.rz.scp.css */
.custom-selectbar-table[b-q5iyvrd75v]  .rz-selectbar .rz-button {
    background-color: var(--gt-base-50);
    color: var(--rz-on-base);
    border: 1px solid var(--gt-base-300);
    padding: 4px 8px 5px 8px;
}

    .custom-selectbar-table[b-q5iyvrd75v]  .rz-selectbar .rz-button:hover:not(.rz-state-active) {
        background-color: var(--rz-white);
    }


    .custom-selectbar-table[b-q5iyvrd75v]  .rz-selectbar .rz-button.rz-state-active {
        background-color: var(--rz-white);
        border-color: var(--gt-base-300);
        color: var(--rz-on-base) !important;
    }

        .custom-selectbar-table[b-q5iyvrd75v]  .rz-selectbar .rz-button.rz-state-active:hover {
            background-color: var(--rz-white);
        }
/* _content/GeotimLab.WebUI/Components/Shared/AdminLayout.razor.rz.scp.css */
.page[b-c4lzk792g1] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-c4lzk792g1] {
    max-width: 1440px;
    margin: 0 auto;
}

.sidebar[b-c4lzk792g1] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-c4lzk792g1] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-c4lzk792g1]  a, .top-row .btn-link[b-c4lzk792g1] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-c4lzk792g1] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-c4lzk792g1] {
        display: none;
    }

    .top-row.auth[b-c4lzk792g1] {
        justify-content: space-between;
    }

    .top-row a[b-c4lzk792g1], .top-row .btn-link[b-c4lzk792g1] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-c4lzk792g1] {
        flex-direction: row;
    }

    .sidebar[b-c4lzk792g1] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-c4lzk792g1] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-c4lzk792g1], article[b-c4lzk792g1] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}




.header-container[b-c4lzk792g1] {
    gap: 1rem;
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.header-menu[b-c4lzk792g1] {
    flex: 1;
    text-align: left;
}

.header-profile[b-c4lzk792g1] {
    flex: 0 0 auto;
    display: flex;
    justify-content: right;
}

/* �� ��������� ������� ������ ������� � ����� */
@media (max-width: 768px) {
    .header-container[b-c4lzk792g1] {
        flex-direction: row-reverse;
    }

    .header-menu[b-c4lzk792g1] {
        flex: 0 0 auto;
        text-align: left;
    }

    .header-profile[b-c4lzk792g1] {
        flex: 1;
        text-align: right;
    }
}
/* _content/GeotimLab.WebUI/Components/Shared/AdminNavMenu.razor.rz.scp.css */
.navbar-toggler[b-eq79v4lgv4] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-eq79v4lgv4] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-eq79v4lgv4] {
    font-size: 1.1rem;
}

.oi[b-eq79v4lgv4] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-eq79v4lgv4] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-eq79v4lgv4] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-eq79v4lgv4] {
        padding-bottom: 1rem;
    }

    .nav-item[b-eq79v4lgv4]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-eq79v4lgv4]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-eq79v4lgv4]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-eq79v4lgv4] {
        display: none;
    }

    .collapse[b-eq79v4lgv4] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-eq79v4lgv4] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/GeotimLab.WebUI/Components/Shared/AppLayoutContent.razor.rz.scp.css */
.page[b-y0ebw4su3h] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-y0ebw4su3h] {
    max-width: 1440px;
    margin: 0 auto;
}

.sidebar[b-y0ebw4su3h] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-y0ebw4su3h] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-y0ebw4su3h]  a, .top-row .btn-link[b-y0ebw4su3h] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-y0ebw4su3h] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-y0ebw4su3h] {
        display: none;
    }

    .top-row.auth[b-y0ebw4su3h] {
        justify-content: space-between;
    }

    .top-row a[b-y0ebw4su3h], .top-row .btn-link[b-y0ebw4su3h] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-y0ebw4su3h] {
        flex-direction: row;
    }

    .sidebar[b-y0ebw4su3h] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-y0ebw4su3h] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-y0ebw4su3h], article[b-y0ebw4su3h] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}


.header-container[b-y0ebw4su3h] {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.header-menu[b-y0ebw4su3h] {
    flex: 1;
    text-align: left;
}

.header-profile[b-y0ebw4su3h] {
    flex: 0 0 auto;
    display: flex;
    justify-content: right;
}

@media (max-width: 768px) {
    .header-container[b-y0ebw4su3h] {
        flex-direction: row-reverse;
    }

    .header-menu[b-y0ebw4su3h] {
        flex: 0 0 auto;
        text-align: left;
    }

    .header-profile[b-y0ebw4su3h] {
        flex: 1;
        text-align: right;
    }
}
/* _content/GeotimLab.WebUI/Components/Shared/HomeLayout.razor.rz.scp.css */
.page[b-heoyls29os] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-heoyls29os] {
    flex: 1;
}

.sidebar[b-heoyls29os] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-heoyls29os] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-heoyls29os]  a, .top-row .btn-link[b-heoyls29os] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-heoyls29os] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-heoyls29os] {
        display: none;
    }

    .top-row.auth[b-heoyls29os] {
        justify-content: space-between;
    }

    .top-row a[b-heoyls29os], .top-row .btn-link[b-heoyls29os] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-heoyls29os] {
        flex-direction: row;
    }

    .sidebar[b-heoyls29os] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-heoyls29os] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-heoyls29os], article[b-heoyls29os] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/GeotimLab.WebUI/Components/Shared/LoginLayout.razor.rz.scp.css */
.page[b-cnfetcaoav] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-cnfetcaoav] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.sidebar[b-cnfetcaoav] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-cnfetcaoav] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-cnfetcaoav]  a, .top-row .btn-link[b-cnfetcaoav] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-cnfetcaoav] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-cnfetcaoav] {
        display: none;
    }

    .top-row.auth[b-cnfetcaoav] {
        justify-content: space-between;
    }

    .top-row a[b-cnfetcaoav], .top-row .btn-link[b-cnfetcaoav] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-cnfetcaoav] {
        flex-direction: row;
    }

    .sidebar[b-cnfetcaoav] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-cnfetcaoav] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-cnfetcaoav], article[b-cnfetcaoav] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/GeotimLab.WebUI/Components/Shared/MainNavMenu.razor.rz.scp.css */
.navbar-toggler[b-damq7tvkz8] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-damq7tvkz8] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-damq7tvkz8] {
    font-size: 1.1rem;
}

.oi[b-damq7tvkz8] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-damq7tvkz8] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-damq7tvkz8] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-damq7tvkz8] {
        padding-bottom: 1rem;
    }

    .nav-item[b-damq7tvkz8]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-damq7tvkz8]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-damq7tvkz8]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-damq7tvkz8] {
        display: none;
    }

    .collapse[b-damq7tvkz8] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-damq7tvkz8] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
