@import '_content/Z.Blazor.Diagrams/Z.Blazor.Diagrams.ezdqu7jd9f.bundle.scp.css';

/* _content/ecocraft/Components/Utils/ContextChip.razor.rz.scp.css */
.context-chip-menu[b-pgmu54fsph]  .mud-icon-button {
    padding: 4px;
    margin-left: 4px;
    color: inherit;
}

.context-chip-menu[b-pgmu54fsph]  .mud-icon-button svg {
    fill: currentColor;
}
/* _content/ecocraft/EconomyViewer/EconomyViewer.razor.rz.scp.css */
.economy-help-overlay[b-tprv5biuzh] {
    position: fixed;
    inset: 0;
    z-index: 1301;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background-color: rgba(0, 0, 0, 0.45);
}

.economy-help-modal-wrapper[b-tprv5biuzh] {
    width: min(760px, calc(100vw - 48px));
}

.economy-help-modal[b-tprv5biuzh] {
    width: 100%;
    max-height: calc(100vh - 48px);
    overflow-y: auto;
}

@media (max-width: 960px) {
    .economy-help-overlay[b-tprv5biuzh] {
        padding: 12px;
    }

    .economy-help-modal-wrapper[b-tprv5biuzh] {
        width: calc(100vw - 24px);
    }

    .economy-help-modal[b-tprv5biuzh] {
        max-height: calc(100vh - 24px);
    }
}
/* _content/ecocraft/EconomyViewer/EconomyViewerDrilldownModal.razor.rz.scp.css */
.economy-drilldown-overlay[b-6o4n4u680l] {
    position: fixed;
    inset: 0;
    z-index: 1300;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background-color: rgba(0, 0, 0, 0.5);
}

.economy-drilldown-modal-wrapper[b-6o4n4u680l] {
    width: min(1240px, calc(100vw - 48px));
}

.economy-drilldown-modal[b-6o4n4u680l] {
    width: 100%;
    max-height: calc(100vh - 48px);
    overflow-y: auto;
    overflow-x: hidden;
}

@media (max-width: 960px) {
    .economy-drilldown-overlay[b-6o4n4u680l] {
        padding: 12px;
    }

    .economy-drilldown-modal-wrapper[b-6o4n4u680l] {
        width: calc(100vw - 24px);
    }

    .economy-drilldown-modal[b-6o4n4u680l] {
        max-height: calc(100vh - 24px);
    }
}
