@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* /Components/Controls/App-Button.razor.rz.scp.css */
button[b-da5ejesyl3] {
    border: none;
    box-shadow: 2px 2px 5px var(--shadow-color);
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
}

    button:hover[b-da5ejesyl3] {
        box-shadow: 0px 3px 5px -1px var(--shadow-color);
    }

.isIcon[b-da5ejesyl3] {
    border-radius: 30px;
}

    .isIcon.regular[b-da5ejesyl3] {
        width: 40px;
        height: 40px;
    }

    .isIcon.inlineButton[b-da5ejesyl3] {
        width: 20px;
        height: 20px;
        font-size: 12px;
        padding: 0;
    }

.tooltip[b-da5ejesyl3]
{
}

.isText[b-da5ejesyl3] {
    padding: 4px 16px 4px 16px;
    border-radius: 5px;
}

.color-primary[b-da5ejesyl3] {
    background-color: var(--primary-color);
    color: var(--color-on-primary);
}

.color-warn[b-da5ejesyl3] {
    background-color: var(--warn-color);
    color: var(--color-on-warn);
}

.color-accent[b-da5ejesyl3] {
    background-color: var(--accent);
    color: var(--color-on-accent);
}
/* /Components/Controls/App-Card.razor.rz.scp.css */
.container[b-zosymcvypt] {
    border: 1px solid var(--light-grey);
    border-radius: 16px;
    padding: 16px;
    width: 100%;
    margin: 0px;
    box-shadow: 0 2px 1px -1px var(--shadow-color);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    position: relative;
}

.row-card[b-zosymcvypt] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}
/* /Components/Controls/App-InputSelect.razor.rz.scp.css */
[b-x6rk3cmys3] select {
    padding: 8px;
    border-radius: 8px;
}

[b-x6rk3cmys3] select option {
}

[b-x6rk3cmys3] .useMaxWidth {
    width: 100%;
}
/* /Components/Controls/DoubleMonthSlider.razor.rz.scp.css */
#container[b-iw9evygzlq] {
    height: 100%;
}

.dateLabelDiv[b-iw9evygzlq] {
}

.verticalContainer[b-iw9evygzlq] {
    display: flex;
}

    .verticalContainer .noUISlider[b-iw9evygzlq] {
        height: 100%;
    }

    .verticalContainer .dateLabelDiv[b-iw9evygzlq] {
        display: flex;
        margin-left: 8px;
        flex-direction: column;
        justify-content: space-between;
    }

.horizontalContainer .dateLabelDiv[b-iw9evygzlq] {
    display: flex;
    justify-content: space-between;
}

/*::deep .noUi-handle-upper {
    background-color: red;*/ /*test*/
/*}*/
/* /Components/Controls/LeafletMap.razor.rz.scp.css */
@media (max-width: 640.98px) {
    #map[b-6g2h1x5vtq] {
        height: calc(100vh - 130px);
    }
}

@media (min-width: 641px) {
    #map[b-6g2h1x5vtq] {
        height: calc(100vh - 74px);
    }
}
/* /Components/Controls/TabControl.razor.rz.scp.css */
.tab-btn[b-k3ms0m9b61] {
    border: none;
    background-color: var(--accent);
    padding: 1rem 2rem 1rem 2rem;
    font-size: 14px;
    font-weight: 600;
}

.btn-primary[b-k3ms0m9b61] {
    color: var(--primary-color);
    box-shadow: inset 0 -2px var(--primary-color);
}

.btn-secondary[b-k3ms0m9b61] {
    color: var(--color-on-accent);
}

    .btn-secondary:hover[b-k3ms0m9b61] {
        box-shadow: inset 0 -1px var(--primary-color);
    }
/* /Components/Dialogs/AddUserToGroupDialog.razor.rz.scp.css */
p[b-k1dyew7b65] {
    margin: 0;
}

.bodyContent[b-k1dyew7b65] {
    display: flex;
    flex-direction: column;
}

.validationMsg[b-k1dyew7b65] {
    color: red;
}

.field[b-k1dyew7b65] {
    display: flex;
    flex-direction: row;
    justify-content: normal;
    flex-shrink: 1;
}

/* this select all .field that comes after a .field */
.field + .field[b-k1dyew7b65] {
    margin-top: 8px;
}

.fieldLabel[b-k1dyew7b65] {
    display: flex;
    justify-content: right;
    align-items: center;
    margin-right: 8px;
    margin-left: 8px;
    width: 12ch;
}

.fieldInput[b-k1dyew7b65] {
    flex: 1;
}

.radioButton[b-k1dyew7b65] {
    margin-left: 8px;
}

/* ::deep allows this css rule to affect the child component */
[b-k1dyew7b65] .input {
    width: 100%;
}
/* /Components/Dialogs/EditCutBlockDialog.razor.rz.scp.css */
p[b-02dasvj6co] {
    margin: 0;
}

.bodyContent[b-02dasvj6co] {
    display: flex;
    flex-direction: column;
}

.validationMsg[b-02dasvj6co] {
    color: red;
}

.field[b-02dasvj6co] {
    display: flex;
    flex-direction: row;
    justify-content: normal;
    flex-shrink: 1;
    height: 30px;
}

    /* this select all .field that comes after a .field */
    .field + .field[b-02dasvj6co] {
        margin-top: 8px;
    }

.fieldLabel[b-02dasvj6co] {
    text-align: right;
    margin-right: 8px;
    min-width: 23ch;
    line-height: 30px;
    vertical-align: middle;
}

.fieldInput[b-02dasvj6co] {
    flex: 1;
}

/* ::deep allows this css rule to affect the child component */
[b-02dasvj6co] input {
    width: 100%;
    height: 100%;
}
/* /Components/Dialogs/EditCutBlockImportationSettingsDialog.razor.rz.scp.css */
p[b-a30yavhvne] {
    margin: 0;
}

.bodyContent[b-a30yavhvne] {
    display: flex;
    flex-direction: column;
}

.validationMsg[b-a30yavhvne] {
    color: red;
}

.field[b-a30yavhvne] {
    width: 100%;
}

    /* this select all .field that comes after a .field */
    .field + .field[b-a30yavhvne] {
        margin-top: 8px;
    }

.fieldLabel[b-a30yavhvne] {
    display: block;
    line-height: 15px;
    font-weight: bold;
    vertical-align: middle;
}

.fieldInput[b-a30yavhvne] {
    display: block;
    width: 100%;
}

.footerButtons[b-a30yavhvne] {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
}

#deleteConfirmationBox[b-a30yavhvne] {
    position: absolute;
    bottom: 32px;
    left: 8px;
    background-color: var(--accent);
    padding: 8px;
    border-radius: 10px;
}
    #deleteConfirmationBox .actionButtons[b-a30yavhvne] {
        display: flex;
        justify-content: space-between;
    }

#okConfirmationBox[b-a30yavhvne] {
    position: absolute;
    bottom: 32px;
    right: 8px;
    background-color: var(--accent);
    padding: 8px;
    border-radius: 10px;
}

    #okConfirmationBox .actionButtons[b-a30yavhvne] {
        display: flex;
        justify-content: space-between;
    }
/* /Components/Dialogs/FileBrowserDialog.razor.rz.scp.css */
table[b-i8wp5wjb0s] {
    min-width: 400px;
    margin-bottom: 16px;
}

#uploadProgressSpinner[b-i8wp5wjb0s] {
    display: flex;
    vertical-align: middle;
    align-items: center;
}

    #uploadProgressSpinner > .textContent[b-i8wp5wjb0s] {
        margin-left: 8px;
    }

.infoCell[b-i8wp5wjb0s] {
    padding-right: 16px;
}

.fileNameCell[b-i8wp5wjb0s] {
    color: var(--primary-color);
    text-decoration: underline;
    cursor: pointer;
}

.buttonCell[b-i8wp5wjb0s] {
    position: relative;
    display: flex;
}

.deleteConfirmationBox[b-i8wp5wjb0s] {
    position: absolute;
    top: 24px;
    right: 0;
    background-color: var(--accent);
    padding: 8px;
    border-radius: 10px;
    min-width: 300px;
}

    .deleteConfirmationBox .actionButtons[b-i8wp5wjb0s] {
        display: flex;
        justify-content: space-between;
    }
/* /Components/Dialogs/GenerateEUDRGeoJSONFileDialog.razor.rz.scp.css */
#dateRangeSelector[b-76cf3ebv1z] {
    width: 100%;
    margin-top: 16px;
}

.validationMsg[b-76cf3ebv1z] {
    color: red;
    margin: 0;
}

#fileNameInput[b-76cf3ebv1z] {
    margin: 8px 0 8px 0;
    width: 100%;
}
/* /Components/Dialogs/GenericDialog.razor.rz.scp.css */
.overlay[b-4npj51ow5d] {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 2000;
}

.container[b-4npj51ow5d] {
    max-width: 80%;
    max-height: 80%;
    overflow: auto;
    background-color: white;
    border-radius: 10px;
    padding: 1rem;
    width: fit-content;
}

.header[b-4npj51ow5d] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .header h1[b-4npj51ow5d] {
        font-size: 24px;
        margin: 0;
    }

.body[b-4npj51ow5d] {
    display: flex;
    flex-direction: column;
    padding: 1rem 0 1rem 0;
}

.footer[b-4npj51ow5d] {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 8px;
}

.close[b-4npj51ow5d] {
    height: 40px;
    width: 40px;
    background-color: transparent;
    transition: 0.25s ease;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .close:hover[b-4npj51ow5d] {
        background-color: #DDD;
    }
/* /Components/Dialogs/InputDialog.razor.rz.scp.css */
p[b-qg997blz5e] {
    margin: 0;
}

.validationMsg[b-qg997blz5e] {
    color: red;
}
/* /Components/Dialogs/TextAreaDialog.razor.rz.scp.css */
body[b-ik62wygv1r] {
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-4w1jmh55wj] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-4w1jmh55wj] {
    flex: 1;
    background-color: var(--background);
}

.sidebar[b-4w1jmh55wj] {
    background-color: var(--black);
}

.top-row[b-4w1jmh55wj] {
    background-color: var(--dark-grey);
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}
    .top-row button[b-4w1jmh55wj] {
        color: var(--color-on-black);
    }
    .top-row button:hover[b-4w1jmh55wj] {
        color: var(--primary-color);
    }
    .top-row a[b-4w1jmh55wj] {
        color: var(--color-on-black);
        cursor: pointer;
    }
    .top-row a:hover[b-4w1jmh55wj] {
        color: var(--primary-color);
    }
    .top-row[b-4w1jmh55wj]  a, .top-row[b-4w1jmh55wj]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-4w1jmh55wj]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.logout-btn[b-4w1jmh55wj] {
    border-left: solid 1px var(--color-on-black);
    border-right: solid 1px var(--color-on-black);
    border-radius: 0;
    padding: 4px 12px 4px 12px;
}

@media (max-width: 640.98px) {
    .top-row[b-4w1jmh55wj] {
        justify-content: flex-end;
    }

    .top-row[b-4w1jmh55wj]  a, .top-row[b-4w1jmh55wj]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-4w1jmh55wj] {
        flex-direction: row;
    }

    .sidebar[b-4w1jmh55wj] {
        width: 260px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-4w1jmh55wj] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-4w1jmh55wj]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-4w1jmh55wj], article[b-4w1jmh55wj] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-4w1jmh55wj] {
    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-4w1jmh55wj] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-0z4ohtqz08] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: var(--color-on-black);
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-0z4ohtqz08] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-0z4ohtqz08] {
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-0z4ohtqz08] {
    color: var(--primary-color);
    font-size: 1.1rem;
}

.bi[b-0z4ohtqz08] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -0.75rem;
    background-size: cover;
}

.nav-item[b-0z4ohtqz08] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-0z4ohtqz08] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-0z4ohtqz08] {
        padding-bottom: 1rem;
    }

    .nav-item[b-0z4ohtqz08]  .nav-link {
        color: var(--color-on-black);
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

    .nav-item[b-0z4ohtqz08]  a.active {
        color: var(--primary-color);
    }

.nav-item[b-0z4ohtqz08]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
}

.nav-scrollable[b-0z4ohtqz08] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-0z4ohtqz08] {
    display: block;
}

@media (max-width: 640.98px) {
    .top-row[b-0z4ohtqz08] {
        height: 3.5em;
    }

    .navIcon[b-0z4ohtqz08] {
        display: block;
        margin-left: 1rem;
    }

    .navIcon img[b-0z4ohtqz08] {
        width: 2rem;
        height: 2rem;
    }

    #descriptiveIcon[b-0z4ohtqz08] {
        display: none;
    }
}

@media (min-width: 641px) {
    .top-row[b-0z4ohtqz08] {
        height: 10em;
    }

    .navbar-toggler[b-0z4ohtqz08] {
        display: none;
    }

    .nav-scrollable[b-0z4ohtqz08] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 176px);
        overflow-y: auto;
    }

    .navIcon[b-0z4ohtqz08] {
        display: block;
        margin: auto;
    }

        .navIcon img[b-0z4ohtqz08] {
            width: 10em;
            height: 10em;
        }

    #genericIcon[b-0z4ohtqz08] {
        display: none;
    }

    #descriptiveIconLangNotFound[b-0z4ohtqz08] {
        width: 96px;
        height: 96px;
    }
}
/* /Components/Pages/AccountManagement.razor.rz.scp.css */
.cardButton[b-w7za5ub7c6] {
    float: right;
}

.searchbar[b-w7za5ub7c6] {
    margin: 8px 0 0 8px;
    width: 64ch;
}
/* /Components/Pages/CutBlockManagement.razor.rz.scp.css */
#mapSearchBar[b-w0uv4ecods] {
    position: absolute;
    z-index: 501;
    min-width: 250px;
    margin-top: 8px;
    margin-left: 60px;
}

#mapLoadingSpinner[b-w0uv4ecods] {
    position: absolute;
    z-index: 501;
    margin-top: 8px;
    margin-left: 324px;
    display: flex;
    align-items: center;
    min-width: 245px;
}

    #mapLoadingSpinner span[b-w0uv4ecods] {
        margin-left: 8px;
    }

#dateRangeSelector[b-w0uv4ecods] {
    position: absolute;
    z-index: 500;
    margin-top: 104px;
    margin-left: 26px;
}

#mapActionButtons[b-w0uv4ecods] {
    position: absolute;
    z-index: 500;
    bottom: 16px;
    margin-left: 16px;
    display: flex;
}

.mapActionButton[b-w0uv4ecods] {
    display: inline;
    vertical-align: middle;
    margin-right: 8px;
}

#jobsInProgressBtn[b-w0uv4ecods] {
    position: absolute;
    z-index: 500;
    right: 36px;
    margin-top: 64px;
}

#jobUploadingCountBadge[b-w0uv4ecods] {
    position: absolute;
    bottom: -8px;
    right: -8px;
}

#invalidImportationsBtn[b-w0uv4ecods] {
    position: absolute;
    z-index: 500;
    right: 36px;
    margin-top: 116px;
}

#invalidImportationsCountBadge[b-w0uv4ecods] {
    position: absolute;
    bottom: -8px;
    right: -8px;
}

#correctedBlocksCountBadge[b-w0uv4ecods] {
    position: absolute;
    top: -8px;
    right: -8px;
}

#jobUploadedCountBadge[b-w0uv4ecods] {
    position: absolute;
    top: -8px;
    right: -8px;
}

#jobsInProgressList[b-w0uv4ecods] {
    position: absolute;
    z-index: 510;
    background-color: var(--accent);
    padding: 8px;
    border-radius: 10px;
    right: 36px;
    margin-top: 112px;
    box-shadow: 0 2px 1px -1px var(--shadow-color);
}

    #jobsInProgressList ul[b-w0uv4ecods] {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    #jobsInProgressList p[b-w0uv4ecods] {
        text-decoration: underline;
        margin: 0;
    }

#invalidImportationList[b-w0uv4ecods] {
    position: absolute;
    z-index: 510;
    background-color: var(--accent);
    padding: 8px;
    border-radius: 10px;
    right: 36px;
    margin-top: 164px;
    box-shadow: 0 2px 1px -1px var(--shadow-color);
}
    #invalidImportationList ul[b-w0uv4ecods] {
        list-style-type: none;
        padding: 0;
        margin: 0;
        max-height: 200px;
        overflow: auto;
    }

    #invalidImportationList p[b-w0uv4ecods] {
        text-decoration: underline;
        margin: 0;
    }

#blockInformationPanel[b-w0uv4ecods] {
    position: absolute;
    z-index: 1100;
    right: 36px;
    bottom: 20px;
    max-height: 50%;
    max-width: 50%;
    overflow: auto;
}

    #blockInformationPanel[b-w0uv4ecods] .container {
        background-color: var(--accent);
    }

    #blockInformationPanel .closeButton[b-w0uv4ecods] {
        position: absolute;
        top: 8px;
        right: 8px;
        cursor: pointer;
    }
    #blockInformationPanel .informationPanelSectionTitle[b-w0uv4ecods] {
        text-decoration: underline;
        font-weight: bold;
        font-size: 18px;
    }
    #blockInformationPanel p[b-w0uv4ecods] {
        margin: 0;
    }

    #blockInformationPanel .inlineActionButton[b-w0uv4ecods] {
        margin-left: 8px;
        display: inline-flex;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    #blockInformationPanel .informationLabel[b-w0uv4ecods] {
        font-weight: bold;
        margin-right: 8px;
    }

#cutBlockIntersectionInformation[b-w0uv4ecods] {
    cursor: pointer;
}

#infoPanelIntersectionDetails[b-w0uv4ecods] {
    margin-left: 16px;
}

    #infoPanelIntersectionDetails p[b-w0uv4ecods] {
        cursor: default;
    }

.informationPanelSection[b-w0uv4ecods] {
    position: relative;
    padding-bottom: 4px;
}

.cutBlockCorrectionWarning[b-w0uv4ecods] {
    display: flex;
    justify-content: space-between;
    color: var(--primary-color);
    font-weight: bold;
    cursor: pointer;
}

.acceptChangesBtn[b-w0uv4ecods] {
    margin: auto 0 0 0;
}

.clickable_text[b-w0uv4ecods] {
    text-decoration: underline;
    cursor: pointer;
    color: var(--color-on-background);
}

.clickable_text_disabled[b-w0uv4ecods] {
    text-decoration: underline;
    cursor: default;
    color: var(--color-on-background-disabled);
}

.invalid_exclamation[b-w0uv4ecods] {
    color: var(--warn-color);
}

.correctedBlock_exclamation[b-w0uv4ecods] {
    color: var(--yellow);
}

.imported_files_checkmark[b-w0uv4ecods] {
    color: green;
}

.selectedFileInformation[b-w0uv4ecods] {
    margin: 0;
}

.collapsibleToggleIndicator[b-w0uv4ecods] {
}

.goodStat[b-w0uv4ecods] {
    color: var(--green);
}

.badStat[b-w0uv4ecods] {
    color: var(--warn-color);
}

.CutBlockCopyright[b-w0uv4ecods] {
    position: absolute;
    bottom: -16px;
    font-size: 0.8em;
}

.spinnerTextRight[b-w0uv4ecods] {
    margin-left: 4px;
}

@media (max-width: 640.98px) {
    #blockInformationPanel .informationLabel[b-w0uv4ecods] {
        display: block;
    }
    #cutBlockImportationInformationsPanelSection[b-w0uv4ecods] {
        font-size: 14px;
    }

    #dateRangeSelector[b-w0uv4ecods] {
        height: calc(100% - 320px);
    }
}

@media (min-width: 641px){
    #blockInformationPanel .informationLabel[b-w0uv4ecods] {
        text-decoration: underline;
    }

    #dateRangeSelector[b-w0uv4ecods] {
        height: calc(100% - 264px);
    }
}
/* /Components/Pages/CutBlockSourceDetails.razor.rz.scp.css */
h2[b-d9pkdwltrv] {
    font-size: 1.25em;
}

.content[b-d9pkdwltrv] {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    display: inline;
    float: left;
    min-width: 575px;
}

label[b-d9pkdwltrv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid black;
    margin-top: 8px;
    padding-bottom: 8px;
}

.actionButtons[b-d9pkdwltrv] {
    display: flex;
    justify-content: space-between;
}
/* /Components/Pages/FileManagement.razor.rz.scp.css */
.gridContainer[b-d425aba23z] {
    height: 100%;
}

.fileNameColContent[b-d425aba23z] {
    display: flex;
    justify-content: space-between;
}

[b-d425aba23z] .table-responsive {
    height: 100%;
}

.actionButtons[b-d425aba23z] {
    display: flex;;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.container[b-410fvboo4r] {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 220px;
}

.cardDiv[b-410fvboo4r] {
    min-width: 270px;
    max-width: 700px;
    min-height: inherit;
    margin-right: 8px;
}

[b-410fvboo4r] .cardDiv div {
    height: 100%;
}

p[b-410fvboo4r] {
    overflow-wrap: anywhere;
}
/* /Components/Pages/Login.razor.rz.scp.css */
.container[b-4ndvq0urp6] {
    max-width: 600px;
}

.buttonWrapper[b-4ndvq0urp6] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
/* /Components/Pages/LoginRedirect.razor.rz.scp.css */
h2[b-4mrqeot3oi] {
    margin-bottom: 16px;
}

a[b-4mrqeot3oi] {
    color: var(--primary-color);
}

.inputFields[b-4mrqeot3oi] {
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
}

.inputs[b-4mrqeot3oi] {
    display: inline-block;
    width: fit-content;
}

.fieldLabel[b-4mrqeot3oi] {
    margin-right: 8px;
}

.container[b-4mrqeot3oi] {
    max-width: 650px;
}

.termsCard[b-4mrqeot3oi] {
    margin-bottom: 8px;
}

.errorMessage[b-4mrqeot3oi] {
    margin: 8px 0 0 0;
    white-space: pre-wrap;
    color: var(--warn-color);
}
/* /Components/Pages/MapLayerDetails.razor.rz.scp.css */
h2[b-h5gt7sb8le] {
    font-size: 1.25em;
}

.content[b-h5gt7sb8le] {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    display: inline;
    float: left;
    min-width: 575px;
}

label[b-h5gt7sb8le] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid black;
    margin-top: 8px;
    padding-bottom: 8px;
}

.actionButtons[b-h5gt7sb8le] {
    display: flex;
    justify-content: space-between;
}

.layerGroupActionButtons[b-h5gt7sb8le] {
    margin-top: 8px;
}

.isDirtyIndicator[b-h5gt7sb8le] {
    position: absolute;
    font-size: 12px;
    color: var(--warn-color);
    top: 8px;
    right: 8px;
}

.noBorder[b-h5gt7sb8le] {
    border: none;
}

/* ::deep allows this css rule to affect the child component */
[b-h5gt7sb8le] .input {
    width: 200px;
}
/* /Components/Pages/MillDetails.razor.rz.scp.css */
ul[b-flz0dl5yqa] {
    padding: 8px;
    list-style-type: none;
}

#groupAccordion[b-flz0dl5yqa] {
    margin-bottom: 8px;
}

.container[b-flz0dl5yqa] {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.wrapContent[b-flz0dl5yqa] {
    flex: 1;
}

.groupElement[b-flz0dl5yqa] {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.groupText[b-flz0dl5yqa] {
    margin-right: 10px;
}

.millFieldLabel[b-flz0dl5yqa] {
    font-weight: bold;
    display: inline-block;
    width: 16ch;
}

.actionButtons[b-flz0dl5yqa] {
    display: flex;
    justify-content: right;
}

.groupSubTitle[b-flz0dl5yqa] {
    font-size: 20px;
}

.elemwInlineButton[b-flz0dl5yqa] {
    display: inline-flex;
    align-items: center;
}

.userInGroup span[b-flz0dl5yqa] {
    vertical-align: middle;
}

.inlineButton[b-flz0dl5yqa] {
    margin-left: 8px;
}

.userEmail[b-flz0dl5yqa] {
    margin-left: 16px;
    font-style: italic;
    font-size: 12px;
}

@media (max-width: 640.98px) {
    .pageSection[b-flz0dl5yqa] {
        width: 100%;
    }

    .noWrapContent[b-flz0dl5yqa] {
        margin-right: 0;
    }
}

@media (min-width: 641px) {
    .pageSection[b-flz0dl5yqa] {
        min-width: 335px;
    }

    .noWrapContent[b-flz0dl5yqa] {
        margin-right: 8px;
    }
}
/* /Components/Pages/OrganizationDetails.razor.rz.scp.css */
ul[b-5byu1bkefg] {
    padding: 8px;
    list-style-type: none;
}

#groupAccordion[b-5byu1bkefg] {
    margin-bottom: 8px;
}

.container[b-5byu1bkefg] {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.wrapContent[b-5byu1bkefg] {
    flex: 1;
}

.groupElement[b-5byu1bkefg] {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.groupText[b-5byu1bkefg] {
    margin-right: 10px;
}

.actionButtons[b-5byu1bkefg] {
    display: flex;
    justify-content: right;
}

.groupSubTitle[b-5byu1bkefg] {
    font-size: 20px;
}

.elemwInlineButton[b-5byu1bkefg] {
    display: inline-flex;
}

.userInGroup span[b-5byu1bkefg] {
    vertical-align: middle;
}

.inlineButton[b-5byu1bkefg] {
    margin-left: 8px;
}

.orgFieldLabel[b-5byu1bkefg] {
    font-weight: bold;
    display: inline-block;
    width: 16ch;
}

@media (max-width: 640.98px) {
    .pageSection[b-5byu1bkefg] {
        width: 100%;
    }

    .noWrapContent[b-5byu1bkefg] {
        margin-right: 0;
    }
}

@media (min-width: 641px) {
    .pageSection[b-5byu1bkefg] {
        min-width: 335px;
    }

    .noWrapContent[b-5byu1bkefg] {
        margin-right: 8px;
    }
}

/* /Components/Pages/UserDetails.razor.rz.scp.css */
.container[b-tafobpc8js] {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.wrapContent[b-tafobpc8js] {
    flex: 1;
}

ul[b-tafobpc8js] {
    list-style-type: none;
    padding: 0;
}

.userFieldLabel[b-tafobpc8js] {
    font-weight: bold;
    display: inline-block;
    width: 10ch;
}

.groupElement[b-tafobpc8js] {
    display: flex;
}

    .groupElement span[b-tafobpc8js] {
        margin-right: 4px;
    }

@media (max-width: 640.98px) {
    .pageSection[b-tafobpc8js] {
        width: 100%;
    }

    .noWrapContent[b-tafobpc8js] {
        margin-right: 0;
    }
}

@media (min-width: 641px) {
    .pageSection[b-tafobpc8js] {
        min-width: 335px;
    }

    .noWrapContent[b-tafobpc8js] {
        margin-right: 8px;
    }
}
/* /Components/Pages/UserProfile.razor.rz.scp.css */
.container[b-5sxkbgw36l] {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.wrapContent[b-5sxkbgw36l] {
    flex: 1;
}

.cardDiv[b-5sxkbgw36l] {
    margin-bottom: 8px;
}

ul[b-5sxkbgw36l] {
    list-style-type: none;
    padding: 0;
}

.userFieldLabel[b-5sxkbgw36l] {
    font-weight: bold;
    display: inline-block;
    width: 18ch;
}

.fieldDiv[b-5sxkbgw36l] {
    margin-bottom: 8px;
}

.fieldDiv p[b-5sxkbgw36l] {
    margin: 0;
}

.tokenExpired[b-5sxkbgw36l] {
    text-decoration: line-through;
    color: gray;
}

.expiredText[b-5sxkbgw36l] {
    margin-left: 8px;
    font-weight: bold;
}

.fieldLabel[b-5sxkbgw36l] {
    margin: 0;
    font-weight: bold;
    font-size: 0.9em;
}

@media (max-width: 640.98px) {
    .pageSection[b-5sxkbgw36l] {
        width: 100%;
        height: 100%
    }

    .noWrapContent[b-5sxkbgw36l] {
        margin-right: 0;
    }
}

@media (min-width: 641px) {
    .pageSection[b-5sxkbgw36l] {
        min-width: 335px;
    }

    .noWrapContent[b-5sxkbgw36l] {
        margin-right: 8px;
    }
}
/* /Components/Shared/ConsentCookie.razor.rz.scp.css */
#cookieConsent[b-9e1swrgf7b] {
    position: absolute;
    top: 56px;
    right: 0;
    z-index: 10000;
    box-shadow: 0 2px 1px -1px var(--shadow-color);
    padding: 8px;
}
/* /Components/Shared/CultureSelector.razor.rz.scp.css */
button[b-ghwzb3mkek] {
    border: none;
    background: none;
    color: var(--color-on-black);
    padding: 4px 12px 4px 12px;
}

img[b-ghwzb3mkek] {
    margin: -1px 5px;
}
