@import '_content/Ursus.WebMap/Ursus.WebMap.ie9t4y5x32.bundle.scp.css';

/* /Components/Account/Pages/Manage/EnableAuthenticator.razor.rz.scp.css */
.info-message[b-ialhqu13se] {
    margin: 0.625rem 0 0.625rem 0;
    justify-content: start;
}
/* /Components/Account/Pages/Manage/ExternalLogins.razor.rz.scp.css */
.current-logins[b-vhp47sxtj0] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.current-logins-item[b-vhp47sxtj0] {
    display: flex;
    gap: 0.625rem;
}
/* /Components/Account/Shared/ExternalLoginPicker.razor.rz.scp.css */
.external-logins[b-ve0a4y89p8] {
    display: flex;
    gap: 0.5rem;
}

@media (max-width: 500px) {
    .external-logins[b-ve0a4y89p8] {
        flex-direction: column;
    }
}
/* /Components/Account/Shared/ManageLayout.razor.rz.scp.css */
.manage-layout[b-lr8ukhhyjw] {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 1.5rem;
    min-height: calc(100vh - 200px);
}

.manage-sidebar[b-lr8ukhhyjw] {
    flex: 0 0 240px;
    width: 240px;
}

.manage-sidebar-header[b-lr8ukhhyjw] {
    padding: 1rem;
    margin-bottom: 0.5rem;
}

.manage-sidebar-header h5[b-lr8ukhhyjw] {
    font-weight: 600;
    color: var(--bs-body-color);
}

.manage-content[b-lr8ukhhyjw] {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 900px;
}

/* Navigation styles */
[b-lr8ukhhyjw] .manage-nav {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

[b-lr8ukhhyjw] .nav-section {
    margin-bottom: 0.5rem;
}

[b-lr8ukhhyjw] .nav-section-label {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--bs-secondary-color);
    padding: 0.5rem 1rem;
    margin-bottom: 0.25rem;
}

[b-lr8ukhhyjw] .nav-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.625rem 1rem;
    border-radius: 0.375rem;
    color: var(--bs-body-color);
    text-decoration: none;
    font-size: 0.9375rem;
    transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}

[b-lr8ukhhyjw] .nav-item:hover {
    background-color: var(--bs-tertiary-bg);
    color: var(--bs-body-color);
    text-decoration: none;
}

[b-lr8ukhhyjw] .nav-item.active {
    background-color: var(--bs-primary);
    color: white;
}

[b-lr8ukhhyjw] .nav-item i {
    font-size: 1.125rem;
    width: 1.25rem;
    text-align: center;
}

/* Content card styling */
[b-lr8ukhhyjw] .manage-card {
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 0.5rem;
    overflow: hidden;
}

[b-lr8ukhhyjw] .manage-card-header {
    padding: 1rem 1.25rem;
    border-bottom: 1px solid var(--bs-border-color);
    background-color: var(--bs-tertiary-bg);
}

[b-lr8ukhhyjw] .manage-card-header h4 {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 600;
}

[b-lr8ukhhyjw] .manage-card-header p {
    margin: 0.25rem 0 0 0;
    font-size: 0.875rem;
    color: var(--bs-secondary-color);
}

[b-lr8ukhhyjw] .manage-card-body {
    padding: 1.25rem;
}

[b-lr8ukhhyjw] .manage-card + .manage-card {
    margin-top: 1rem;
}

/* Form styling overrides */
[b-lr8ukhhyjw] .block-content {
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 0.5rem;
    padding: 1.5rem;
}

/* Danger zone styling */
[b-lr8ukhhyjw] .danger-zone {
    border-color: var(--bs-danger);
}

[b-lr8ukhhyjw] .danger-zone .manage-card-header {
    background-color: rgba(var(--bs-danger-rgb), 0.1);
    border-bottom-color: var(--bs-danger);
}

[b-lr8ukhhyjw] .danger-zone .manage-card-header h4 {
    color: var(--bs-danger);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .manage-layout[b-lr8ukhhyjw] {
        flex-direction: column;
        padding: 1rem;
        gap: 1rem;
    }

    .manage-sidebar[b-lr8ukhhyjw] {
        flex: 0 0 auto;
        width: 100%;
    }

    .manage-sidebar-header[b-lr8ukhhyjw] {
        padding: 0.75rem 0;
    }

    .manage-content[b-lr8ukhhyjw] {
        max-width: 100%;
    }

    [b-lr8ukhhyjw] .manage-nav {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0.25rem;
    }

    [b-lr8ukhhyjw] .nav-section {
        display: contents;
    }

    [b-lr8ukhhyjw] .nav-section-label {
        display: none;
    }

    [b-lr8ukhhyjw] .nav-item {
        padding: 0.5rem 0.75rem;
        font-size: 0.875rem;
    }

    [b-lr8ukhhyjw] .nav-item span {
        display: none;
    }

    [b-lr8ukhhyjw] .nav-item i {
        margin: 0;
    }
}
/* /Components/Account/Shared/ShowRecoveryCodes.razor.rz.scp.css */
.codes[b-iwqfhvgtrm] {
    margin: 0.625rem 0px 0.625rem 0px;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-y9o62z4eu1] {
    height: 100%;
    max-height: 100vh;
    font-family: var(--bs-font-sans-serif);
}

[b-y9o62z4eu1] .icon {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-mask-position: center center;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-y9o62z4eu1] #menu-top {
    display: block;
}

    [b-y9o62z4eu1] #menu-top.hidden {
        display: none;
    }

[b-y9o62z4eu1] .icon-back {
    -webkit-mask-image: url("images/back.svg");
    mask-image: url("images/back.svg");
}

[b-y9o62z4eu1] .icon-menu {
    -webkit-mask-image: url("images/menu.svg");
    mask-image: url("images/menu.svg");
}
[b-y9o62z4eu1] .icon-log-in {
    -webkit-mask-image: url("images/account/log-in.svg");
    mask-image: url("images/account/log-in.svg");
}

[b-y9o62z4eu1] .icon-log-out {
    -webkit-mask-image: url("images/account/log-out.svg");
    mask-image: url("images/account/log-out.svg");
}

[b-y9o62z4eu1] .icon-user {
    -webkit-mask-image: url("images/account/user.svg");
    mask-image: url("images/account/user.svg");
}

[b-y9o62z4eu1] .content {
    overflow: auto;
    display: flex;
    flex-direction: column;
}

[b-y9o62z4eu1] .menu-button:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

.nav-buttons-container[b-y9o62z4eu1] {
    display: flex;
    gap: 10px;
    padding: 0rem 0rem;
}

    .nav-buttons-container[b-y9o62z4eu1]  .menubutton-float-end {
        margin-left: auto;
    }

    .nav-buttons-container[b-y9o62z4eu1]  .dxbl-btn-icon-only {
        --dxbl-btn-padding-x: 0.75rem;
        --dxbl-btn-padding-y: 0.25rem;
    }

@media (max-width: 768px) {
    [b-y9o62z4eu1] .layout-sidebar {
        grid-area: header / header / header / header !important;
    }
}

@media (max-width: 768px) {
    [b-y9o62z4eu1] #menu-top {
        display: none;
    }
}

[b-y9o62z4eu1] .top-panel {
    background-color: var(--bs-gray-200);
}

/* Set font color for the button caption */
[b-y9o62z4eu1] .dxbl-btn .dxbl-btn-caption {
    color: var(--bs-primary-text-emphasis); /* Use a CSS variable or a specific color */
}

/* Set font color for the icon */
[b-y9o62z4eu1] .dxbl-btn .icon {
    background-color: var(--bs-primary-text-emphasis); /* Use a CSS variable or a specific color */
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
#sidebar[b-dzw7rfx9ys] {
    min-width: 15rem;
    max-width: 15rem;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    background-color: var(--bs-gray-200);
    display: block;
    overflow: hidden;
}

    #sidebar.auto-expanded[b-dzw7rfx9ys] {
        display: none;
    }

    #sidebar .menu-closeonclick-placeholder[b-dzw7rfx9ys] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: none;
    }

[b-dzw7rfx9ys] .sidebar-header {
    padding: 2rem 1rem;
}

.logo[b-dzw7rfx9ys] {
    text-align: center;
}

[b-dzw7rfx9ys] .menu-button-container {
    align-self: center;
}

.menu-button[b-dzw7rfx9ys] {
    padding: 0.375rem;
    cursor: pointer;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-button .menu-close-icon[b-dzw7rfx9ys] {
    display: none;
}

.menu-button .menu-open-icon[b-dzw7rfx9ys] {
    display: inline;
}

[b-dzw7rfx9ys] .menu.display-mobile {
    margin-bottom: 2rem;
}

[b-dzw7rfx9ys] .menu {
    background-color: inherit;
}

    [b-dzw7rfx9ys] .menu .dxbl-menu-item-list {
        gap: 0.5rem;
    }

[b-dzw7rfx9ys] .menu-item {
    color: var(--bs-primary-text-emphasis);
}

[b-dzw7rfx9ys] .icon {
    width: 1rem;
    height: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 0.5rem;
}

[b-dzw7rfx9ys] .home-icon {
    background-image: url("images/home.svg");
}

[b-dzw7rfx9ys] .weather-icon {
    background-image: url("images/weather.svg");
}

[b-dzw7rfx9ys] .counter-icon {
    background-image: url("images/counter.svg");
}

[b-dzw7rfx9ys] .settings-icon {
    background-image: url("images/account/settings.svg");
}

[b-dzw7rfx9ys] .log-in-icon {
    background-image: url("images/account/log-in.svg");
}

[b-dzw7rfx9ys] .log-out-icon {
    background-image: url("images/account/log-out.svg");
}

[b-dzw7rfx9ys] .user-icon {
    background-image: url("images/account/user.svg");
}

[b-dzw7rfx9ys] .docs-icon {
    mask-image: url("images/doc.svg");
    -webkit-mask-image: url("images/doc.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-dzw7rfx9ys] .demos-icon {
    mask-image: url("images/demos.svg");
    -webkit-mask-image: url("images/demos.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-dzw7rfx9ys] .footer-button:hover .demos-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-dzw7rfx9ys] .footer-button:hover .docs-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-dzw7rfx9ys] .footer {
    text-align: center;
    gap: 0.5rem;
    padding-bottom: 1.5rem;
}

    [b-dzw7rfx9ys] .footer .icon {
        margin-left: 0;
    }

#sidebar.auto-expanded[b-dzw7rfx9ys]  .layout-item {
    display: block;
}

#sidebar.auto-expanded[b-dzw7rfx9ys]  .footer {
    display: block;
}

/* Toggle icons based on sidebar state */
#sidebar.auto-expanded .menu-button .menu-close-icon[b-dzw7rfx9ys] {
    display: inline;
}

#sidebar.auto-expanded .menu-button .menu-open-icon[b-dzw7rfx9ys] {
    display: none;
}

@media (max-width: 768px) {
    #sidebar[b-dzw7rfx9ys] {
        min-width: inherit;
        max-width: inherit;
        display: block;
    }

        #sidebar .menu-closeonclick-placeholder[b-dzw7rfx9ys] {
            display: block;
        }

        #sidebar.auto-expanded[b-dzw7rfx9ys] {
            position: fixed;
            width: 100%;
            z-index: 3;
            display: block;
        }

            #sidebar.auto-expanded[b-dzw7rfx9ys]  .sidebar-header {
                border-bottom: 1px solid var(--bs-white);
            }

            #sidebar.auto-expanded .menu-button .menu-close-icon[b-dzw7rfx9ys] {
                display: inline;
            }

            #sidebar.auto-expanded .menu-button .menu-open-icon[b-dzw7rfx9ys] {
                display: none;
            }

        #sidebar:not(.auto-expanded)[b-dzw7rfx9ys]  .dxbl-gridlayout-root {
            gap: unset !important;
        }

    .logo[b-dzw7rfx9ys] {
        text-align: inherit;
    }

    [b-dzw7rfx9ys] .menu-button-container {
        display: block;
    }

    [b-dzw7rfx9ys] .layout-item {
        display: none;
    }

    [b-dzw7rfx9ys] .footer {
        display: none;
    }
}
/* /Components/Pages/Dashboard.razor.rz.scp.css */
.dashboard[b-vhvkvjh519] {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
}

/* Header */
.dashboard-header[b-vhvkvjh519] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    flex-shrink: 0;
}

.dashboard-title[b-vhvkvjh519] {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
    color: #212529;
}

.dashboard-subtitle[b-vhvkvjh519] {
    margin: 0.25rem 0 0 0;
    color: #6c757d;
    font-size: 0.875rem;
}

/* Projects Grid with Pie Charts */
.projects-grid[b-vhvkvjh519] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 1.5rem;
    flex: 1;
    align-content: start;
}

.project-card[b-vhvkvjh519] {
    background: white;
    border-radius: 0.75rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    transition: box-shadow 0.2s ease;
}

.project-card:hover[b-vhvkvjh519] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Empty State */
.empty-state[b-vhvkvjh519] {
    text-align: center;
    padding: 4rem 2rem;
    background: white;
    border-radius: 1rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
/* /Components/Pages/Index.razor.rz.scp.css */
[b-ehupabf88z] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

[b-ehupabf88z] .welcome-gridlayout .dxbl-gridlayout-root {
    align-content: center;
    justify-content: center;
}

[b-ehupabf88z] .title {
    text-align: center;
}

[b-ehupabf88z] .welcome-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

[b-ehupabf88z] .welcome-card {
    width: 26.25rem;
    height: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s;
    border-radius: 1rem;
    color: var(--bs-link-color-rgb);
    gap: 1.5rem;
    text-decoration: none;
    position: relative;
}

    [b-ehupabf88z] .welcome-card:hover {
        box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    }

    [b-ehupabf88z] .welcome-card .welcome-card-img {
        width: 6.5rem;
        height: 6.5rem;
    }

    [b-ehupabf88z] .welcome-card .welcome-card-text {
        font-size: 1.75rem;
        font-weight: 600;
        letter-spacing: 0em;
        text-align: center;
        text-decoration: unset;
    }

    [b-ehupabf88z] .icon-fill {
        fill: var(--bs-primary);
    }

    [b-ehupabf88z] .welcome-card .welcome-card-back {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--bs-body-color);
        opacity: 0.05;
        border-radius: 1rem;
        z-index: -2;
    }
/* /Components/Pages/LandUnits.razor.rz.scp.css */
#dropzone-external[b-c9eyr46yio] {
    width: 350px;
    height: 350px;
    background-color: rgba(183, 183, 183, 0.1);
    border-width: 2px;
    border-style: dashed;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    #dropzone-external > *[b-c9eyr46yio] {
        pointer-events: none;
    }

    #dropzone-external.dropzone-hover[b-c9eyr46yio] {
        border-style: solid;
    }

.upload-container > span[b-c9eyr46yio] {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 16px;
}

#dropzone-image[b-c9eyr46yio] {
    max-width: 100%;
    max-height: 100%;
}

#dropzone-text > span[b-c9eyr46yio] {
    font-weight: 100;
    opacity: 0.5;
}

.upload-progress[b-c9eyr46yio] {
    display: flex;
    margin-top: 10px;
}

.flex-box[b-c9eyr46yio] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.custom-drop-zone[b-c9eyr46yio] {
    padding: 0 !important;
    border-style: dashed;
    border-width: 2px !important;
    height: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(183, 183, 183, 0.1);
}

    .custom-drop-zone.custom-drop-zone-hover[b-c9eyr46yio] {
        border-style: solid;
    }

    .custom-drop-zone svg[b-c9eyr46yio] {
        width: 42px;
        height: 42px;
    }

    .custom-drop-zone > *:not(#overviewDemoSelectButton)[b-c9eyr46yio] {
        pointer-events: none;
    }

.style-editor-panel[b-c9eyr46yio] {
    max-height: 80vh;
    overflow-y: auto;
    border-right: 1px solid #dee2e6;
}

.map-container[b-c9eyr46yio] {
    height: 80vh;
}
/* /Components/Pages/ReleaseNotes.razor.rz.scp.css */
.release-notes-container[b-wmnkbnoy8t] {
    height: 50vh;
    overflow-y: auto;
}
/* /Components/Pages/Reports/ReportsDashboard.razor.rz.scp.css */
.avatar-circle[b-j92aea3cme] {
    width: 36px;
    height: 36px;
    font-size: 0.75rem;
    line-height: 1;
}

.activity-item:hover[b-j92aea3cme] {
    background-color: var(--bs-tertiary-bg);
    transition: background-color 0.15s ease-in-out;
}

.activity-item:last-child[b-j92aea3cme] {
    border-bottom: none !important;
}

.letter-spacing[b-j92aea3cme] {
    letter-spacing: 0.05em;
}

.cursor-pointer[b-j92aea3cme] {
    cursor: pointer;
}

.expand-icon[b-j92aea3cme] {
    display: inline-block;
    transition: transform 0.2s ease;
    font-size: 0.75rem;
}

.expand-icon.expanded[b-j92aea3cme] {
    transform: rotate(90deg);
}
/* /Components/Projects/ProjectMap.razor.rz.scp.css */
.project-header[b-c8p0a7i001] {
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 0.5rem;
}

.project-stats[b-c8p0a7i001] {
    font-size: 0.875rem;
}

.stat-item[b-c8p0a7i001] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.stat-item i[b-c8p0a7i001] {
    font-size: 0.9rem;
}

.stat-value[b-c8p0a7i001] {
    font-weight: 600;
}

.stat-label[b-c8p0a7i001] {
    font-size: 0.75rem;
}

.map-container[b-c8p0a7i001] {
    height: calc(100% - 85px);
    width: 100%;
}

.my-grid .dxgvCSD.dxbs-grid-vsd[b-c8p0a7i001] {
    height: 40vh !important;
}

/* Ensure splitter pane content takes full width */
[b-c8p0a7i001] .dxbl-splitter-pane {
    width: 100%;
}

[b-c8p0a7i001] .dxbl-splitter-pane > * {
    width: 100%;
}

/* Wrapper for the entire pane content - fills pane and controls overflow */
.pane-content-wrapper[b-c8p0a7i001] {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* Tab content area - fills remaining space after tabs header */
.tab-content-wrapper[b-c8p0a7i001] {
    flex: 1;
    min-height: 0;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* Let grids fill available space and handle their own scrolling */
.tab-content-wrapper[b-c8p0a7i001]  .dxbl-grid {
    flex: 1;
    min-height: 0;
    height: 100%;
}

/* Fullscreen popup styles */
[b-c8p0a7i001] .popup-body-fullscreen {
    height: 100%;
    width: 100%;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.popup-content-wrapper[b-c8p0a7i001] {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.popup-content-wrapper[b-c8p0a7i001]  .dxbl-grid {
    flex: 1;
    min-height: 0;
    height: 100%;
}
/* /Components/Projects/ProjectMapSubmissionList.razor.rz.scp.css */
.submission-list-wrapper[b-8bpwasfkri] {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

[b-8bpwasfkri] .date-range-filter {
    max-width: 280px;
}

.submission-grid[b-8bpwasfkri] {
    width: 100% !important;
    flex: 1;
    min-height: 0;
}

[b-8bpwasfkri] .soft-deleted-row {
    opacity: 0.5;
    background-color: #f8f9fa;
}

[b-8bpwasfkri] .soft-deleted-row td {
    font-style: italic;
}

[b-8bpwasfkri] .badge {
    font-size: 0.7rem;
}

/* Ensure grid table takes full width */
[b-8bpwasfkri] .dxbl-grid {
    width: 100% !important;
}

[b-8bpwasfkri] .dxbl-grid-table {
    width: 100% !important;
}
/* /Components/Projects/Projects.razor.rz.scp.css */
.project_s[b-plnhq6dc6c] {
    height: 100%;
    font-family: var(--bs-font-sans-serif);
}

[b-plnhq6dc6c] .icon {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-mask-position: center center;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
    background-size: contain;
    mask-size: contain;
    display: inline-block;
}

[b-plnhq6dc6c] .icon-like-off {
    -webkit-mask-image: url("../images/ursus/favorite.svg");
    mask-image: url("images/ursus/favorite.svg");
    background-color: bisque !important;
}

[b-plnhq6dc6c] .icon-like-on {
    -webkit-mask-image: url("../images/ursus/favorite.svg");
    mask-image: url("images/ursus/favorite.svg");
    background-color: orange !important;
}
/* /Components/Projects/ProjectSettings.razor.rz.scp.css */
.map-container[b-af3yii5jgw] {
    height: 80vh;
}

[b-af3yii5jgw] .map-tab {
    background-color: pink;
}


.second-group .dxbl-group[b-af3yii5jgw] {
    height: 100%;
}
/* /Components/Projects/ProjectTaskList.razor.rz.scp.css */
.task-list-wrapper[b-mrgl2be37q] {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

[b-mrgl2be37q] .task-list-grid {
    flex: 1;
    min-height: 0;
}

[b-mrgl2be37q] .assignment-filter {
    flex: 1;
    max-width: 400px;
}

.status-clickable[b-mrgl2be37q],
.assignment-toggle[b-mrgl2be37q] {
    cursor: pointer;
    transition: opacity 0.15s ease;
}

.status-clickable:hover[b-mrgl2be37q],
.assignment-toggle:hover[b-mrgl2be37q] {
    opacity: 0.8;
}
/* /Components/Projects/SubmissionTreePopup.razor.rz.scp.css */
.submission-header[b-z7omplm4wr] {
    background: linear-gradient(to bottom, #f8f9fa, #e9ecef);
}

[b-z7omplm4wr] .submission-tree {
    font-size: 0.9rem;
}

[b-z7omplm4wr] .subtask-group-row {
    background-color: #e7f1ff !important;
    font-weight: 500;
}

[b-z7omplm4wr] .subtask-group-row td {
    border-top: 1px solid #dee2e6;
}

[b-z7omplm4wr] .alt-item {
    background-color: #f8f9fa;
}

[b-z7omplm4wr] .dxtl-expand-btn {
    color: #6c757d;
}

[b-z7omplm4wr] .progress {
    background-color: #e9ecef;
}

[b-z7omplm4wr] .progress-bar {
    background-color: #0d6efd;
}
/* /Components/Templates/Builder/TemplateBuilder.razor.rz.scp.css */
/* Offcanvas sizing */
#fieldOptions.offcanvas-end[b-954y5v40wp],
#formOptions.offcanvas-end[b-954y5v40wp] {
    width: min(560px, 92vw);
}

#fieldOptions .offcanvas-body .form-label[b-954y5v40wp],
#formOptions .offcanvas-body .form-label[b-954y5v40wp] {
    margin-bottom: .25rem;
}

#fieldOptions .offcanvas-body .mb-3[b-954y5v40wp],
#formOptions .offcanvas-body .mb-3[b-954y5v40wp] {
    margin-bottom: .75rem !important;
}

/* Palette buttons */
.row.row-cols-2.g-2 .btn[b-954y5v40wp] {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* ========================================
   CANVAS - Flex column container for rows
   Uses gap for consistent spacing
   ======================================== */
.tb-canvas[b-954y5v40wp] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-height: 100px;
}

.tb-canvas.tb-dragging[b-954y5v40wp] {
    cursor: grabbing;
}

.tb-canvas.tb-resizing[b-954y5v40wp] {
    cursor: col-resize;
    user-select: none;
}

/* ========================================
   ROW - Flex container for fields
   Uses gap for consistent spacing
   ======================================== */
.tb-row[b-954y5v40wp] {
    display: flex;
    align-items: stretch;
    gap: 2px;
    width: 100%;
}

/* ========================================
   FIELD - Flex item with proportional width
   ======================================== */
.tb-field[b-954y5v40wp] {
    flex-shrink: 1;
    flex-grow: 1;
    min-width: 0;
    padding: 2px;
    box-sizing: border-box;
}

.tb-field.tb-dragging-source[b-954y5v40wp] {
    opacity: 0.35;
}

/* Column width classes - set flex-basis for 12-column proportions */
.tb-field.tb-field-col-3[b-954y5v40wp]  { flex-basis: 25%; }
.tb-field.tb-field-col-4[b-954y5v40wp]  { flex-basis: 33.333%; }
.tb-field.tb-field-col-5[b-954y5v40wp]  { flex-basis: 41.667%; }
.tb-field.tb-field-col-6[b-954y5v40wp]  { flex-basis: 50%; }
.tb-field.tb-field-col-7[b-954y5v40wp]  { flex-basis: 58.333%; }
.tb-field.tb-field-col-8[b-954y5v40wp]  { flex-basis: 66.667%; }
.tb-field.tb-field-col-9[b-954y5v40wp]  { flex-basis: 75%; }
.tb-field.tb-field-col-12[b-954y5v40wp] { flex-basis: 100%; }

/* Responsive: stack on small screens */
@media (max-width: 767.98px) {
    .tb-field.tb-field-col-3[b-954y5v40wp],
    .tb-field.tb-field-col-4[b-954y5v40wp],
    .tb-field.tb-field-col-5[b-954y5v40wp],
    .tb-field.tb-field-col-6[b-954y5v40wp],
    .tb-field.tb-field-col-7[b-954y5v40wp],
    .tb-field.tb-field-col-8[b-954y5v40wp],
    .tb-field.tb-field-col-9[b-954y5v40wp],
    .tb-field.tb-field-col-12[b-954y5v40wp] {
        flex-basis: 100%;
    }
}

/* ========================================
   FIELD CARD - The visible content box
   ======================================== */
.tb-field-card[b-954y5v40wp] {
    height: 100%;
    padding: 8px 12px;
    border-radius: 6px;
    cursor: grab;
    transition: all 0.15s ease;
}

.tb-field-card:active[b-954y5v40wp] {
    cursor: grabbing;
}

/* Default state */
.tb-field-card.tb-card-default[b-954y5v40wp] {
    background: var(--bs-white);
    border: 2px solid var(--bs-gray-300);
}

.tb-field-card.tb-card-default:hover[b-954y5v40wp] {
    border-color: var(--bs-primary);
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

/* Selected state */
.tb-field-card.tb-card-selected[b-954y5v40wp] {
    background: rgba(var(--bs-primary-rgb), 0.03);
    border: 2px solid var(--bs-primary);
    box-shadow: 0 0 0 3px rgba(var(--bs-primary-rgb), 0.12);
}

/* Error state */
.tb-field-card.tb-card-error[b-954y5v40wp] {
    background: rgba(var(--bs-danger-rgb), 0.03);
    border: 2px solid var(--bs-danger);
}

.tb-field-card.tb-card-error:hover[b-954y5v40wp] {
    box-shadow: 0 0 0 3px rgba(var(--bs-danger-rgb), 0.12);
}

/* Deleted state */
.tb-field-card.tb-card-deleted[b-954y5v40wp] {
    opacity: 0.5;
}

/* ========================================
   ZONE - Unified drop zone / resize handle
   8px fixed width, serves dual purpose:
   - Drop zone during drag operations
   - Resize handle between fields when not dragging
   ======================================== */
.tb-zone[b-954y5v40wp] {
    width: 8px;
    flex-shrink: 0;
    align-self: stretch;
    border-radius: 4px;
    background: transparent;
    position: relative;
    z-index: 5;
    transition: background 0.15s ease, width 0.15s ease, margin 0.15s ease, z-index 0s;
}

/* Resize cursor for zones between fields (not leading/trailing) */
.tb-zone.tb-zone-resize[b-954y5v40wp] {
    cursor: col-resize;
}

/* Hover state for resize (when not dragging) */
.tb-zone.tb-zone-resize:hover[b-954y5v40wp] {
    background: var(--bs-gray-300);
}

/* Active resize state */
.tb-zone.resizing[b-954y5v40wp] {
    background: var(--bs-primary);
}

/* During drag: show all zones as drop targets */
.tb-canvas.tb-dragging .tb-zone[b-954y5v40wp] {
    background: var(--bs-gray-200);
    cursor: default;
}

/* Disabled zones (when dragging Separator or row contains Separator) */
/* Keep in layout but hide visually and prevent interaction */
.tb-canvas.tb-dragging .tb-zone.tb-zone-disabled[b-954y5v40wp] {
    background: transparent;
    pointer-events: none;
}

/* Enlarged active state - negative margins maintain layout position */
/* Use higher specificity to override the dragging state */
.tb-canvas.tb-dragging .tb-zone.active[b-954y5v40wp],
.tb-zone.active[b-954y5v40wp] {
    width: 16px;
    margin-left: -4px;
    margin-right: -4px;
    background: var(--bs-primary);
    z-index: 20;
}

/* ========================================
   ROW DROP ZONES - Always present
   8px fixed height, transparent by default
   Enlarges on hover/active with negative margins
   ======================================== */
.tb-row-dropzone[b-954y5v40wp] {
    width: 100%;
    height: 8px;
    flex-shrink: 0;
    border-radius: 4px;
    background: transparent;
    position: relative;
    z-index: 5;
    transition: background 0.15s ease, height 0.15s ease, margin 0.15s ease, z-index 0s;
}

/* Show zones during drag */
.tb-canvas.tb-dragging .tb-row-dropzone[b-954y5v40wp] {
    background: var(--bs-gray-200);
}

/* Enlarged active state - negative margins maintain layout position */
/* Use higher specificity to override the dragging state */
.tb-canvas.tb-dragging .tb-row-dropzone.active[b-954y5v40wp],
.tb-row-dropzone.active[b-954y5v40wp] {
    height: 16px;
    margin-top: -4px;
    margin-bottom: -4px;
    background: var(--bs-primary);
    z-index: 20;
}

/* ========================================
   EMPTY STATE - No fields yet
   ======================================== */
.tb-dropzone-empty[b-954y5v40wp] {
    width: 100%;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-gray-100);
    border: 2px dashed var(--bs-gray-300);
    border-radius: 8px;
    color: var(--bs-gray-500);
    transition: all 0.15s ease;
}

.tb-dropzone-empty.active[b-954y5v40wp] {
    background: rgba(var(--bs-primary-rgb), 0.1);
    border-color: var(--bs-primary);
    color: var(--bs-primary);
}

.tb-dropzone-hint[b-954y5v40wp] {
    font-size: 0.9rem;
    font-weight: 500;
}

/* ========================================
   CONTEXT MENU - Right-click menu for fields
   ======================================== */
.tb-context-menu-backdrop[b-954y5v40wp] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

.tb-context-menu[b-954y5v40wp] {
    position: fixed;
    z-index: 1001;
    background: var(--bs-white);
    border: 1px solid var(--bs-gray-300);
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    min-width: 140px;
    padding: 4px 0;
}

.tb-context-menu-item[b-954y5v40wp] {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 8px 12px;
    border: none;
    background: transparent;
    text-align: left;
    font-size: 0.875rem;
    cursor: pointer;
    transition: background 0.1s ease;
}

.tb-context-menu-item:hover[b-954y5v40wp] {
    background: var(--bs-gray-100);
}

.tb-context-menu-item.text-danger:hover[b-954y5v40wp] {
    background: rgba(var(--bs-danger-rgb), 0.1);
}
/* /Components/Templates/Builder/TemplateFamilyTree.razor.rz.scp.css */
.template-family-tree[b-4kjf3nts2k] {
    background: var(--bs-tertiary-bg);
    border-radius: 0.375rem;
    padding: 0.75rem;
    border: 1px solid var(--bs-border-color);
}

.family-tree-header[b-4kjf3nts2k] {
    font-size: 0.875rem;
}

.family-tree-content[b-4kjf3nts2k] {
    max-height: 400px;
    overflow-y: auto;
}

.tree-node[b-4kjf3nts2k] {
    padding: 0.375rem 0.5rem;
    border-radius: 0.25rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    margin: 1px 0;
    transition: background-color 0.15s ease-in-out;
}

.tree-node:hover[b-4kjf3nts2k] {
    background: var(--bs-secondary-bg);
}

.tree-node.active[b-4kjf3nts2k] {
    background: var(--bs-primary);
    color: white;
}

.tree-node.active .tree-node-chevron[b-4kjf3nts2k],
.tree-node.active .node-name[b-4kjf3nts2k] {
    color: white;
}

.tree-node.modified .node-name[b-4kjf3nts2k] {
    font-style: italic;
}

.tree-node-chevron[b-4kjf3nts2k] {
    font-size: 0.625rem;
    width: 12px;
    flex-shrink: 0;
}

.node-name[b-4kjf3nts2k] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* /Components/Templates/TemplateLayout.razor.rz.scp.css */
/* TemplateLayout.razor.css */

.required-field[b-bfl7rlhp0i] {
    border: 2px solid red !important; /* Ensure this border overrides DevExpress styling */
    border-radius: 4px; /* Optional: Rounded corners */
    background: red;
}

.error-message[b-bfl7rlhp0i] {
    color: red; /* Red color for error text */
    font-size: 0.875rem; /* Slightly smaller font size */
    margin-top: 0.25rem; /* Space above the error message */
    margin-left: 0.25rem; /* Optional: space to the left */
}
/* /Components/Templates/Templates.razor.rz.scp.css */
/* Style template links as regular text until hovered */
.template-link[b-6tdcroqrgf] {
    color: inherit;
    text-decoration: none;
}

.template-link:hover[b-6tdcroqrgf] {
    color: var(--bs-primary);
    text-decoration: underline;
}

/* Fix tree list expand arrow vertical alignment */
[b-6tdcroqrgf] .dxbl-treelist-expand-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Ensure consistent row height */
[b-6tdcroqrgf] .dxbl-treelist-row td {
    vertical-align: middle;
}

/* Clean up cell padding for cleaner look */
[b-6tdcroqrgf] .dxbl-treelist-data-cell {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
/* /Components/Tools/GetMobileApp.razor.rz.scp.css */
.qr-code-container[b-z6k6n7jybt] {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.upload-drop-zone[b-z6k6n7jybt] {
    border: 2px dashed #dee2e6;
    background-color: #f8f9fa;
    transition: all 0.2s ease;
}

.upload-drop-zone:hover[b-z6k6n7jybt] {
    border-color: #adb5bd;
    background-color: #e9ecef;
}

[b-z6k6n7jybt] .upload-drop-zone-hover {
    border-color: #0d6efd !important;
    background-color: #e7f1ff !important;
}

code[b-z6k6n7jybt] {
    font-size: 0.85rem;
    color: #495057;
}
/* /Components/Users/UserGroupsList.razor.rz.scp.css */
[b-uzpa8c25a3] .icon-f2 {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: center center;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
    background-size: contain;
    mask-size: contain;
    display: inline-block;
}

[b-uzpa8c25a3] .icon-like-off {
    -webkit-mask-image: url("images/ursus/favorite.svg");
    mask-image: url("images/ursus/favorite.svg");
    background-color: bisque !important;
}

[b-uzpa8c25a3] .icon-like-on {
    -webkit-mask-image: url("images/ursus/favorite.svg");
    mask-image: url("images/ursus/favorite.svg");
    background-color: orange !important;
}
/* /Components/Users/UsersListView.razor.rz.scp.css */
