@import '_content/Proton.Public/Proton.Public.pv0ehm0crk.bundle.scp.css';

/* /Components/Global/Components/IconSelect.razor.rz.scp.css */
.icon-select[b-cz3fgwd2oi] {

    .mud-input-adornment {
        display: none;
    }

    .mud-input-slot[b-cz3fgwd2oi] {
        padding: 0 !important;
        height: 100% !important;
        width: 100% !important;
    }

    .mud-icon-root[b-cz3fgwd2oi] {
        align-items: end;
        vertical-align: bottom;
    }

    .mud-select-filler[b-cz3fgwd2oi] {
        max-width: 1.65vw;
        margin-left: 0;
        margin-right: 0;
    }
}

.icon-select-popover[b-cz3fgwd2oi] {
    width: fit-content !important;

    .mud-list > .mud-list-item {
        padding-left:8px;
        padding-right:8px;
    }
}
/* /Components/Global/Components/MudToolWindow.razor.rz.scp.css */
:root[b-bnvi5vptgz] {
    /* Brand tokens - keep in sync with Theming/ProtonTheme.cs */
    --theme-primary: #3B4532;
    --theme-primary-overlay: #3B4532cc;
    --DarkHighlight: #0C0E0A78;
}

.tool-window[b-bnvi5vptgz] {
    
}

.tool-window-container[b-bnvi5vptgz] {
    padding-bottom: 1rem;
    
}

.tool-window-footer[b-bnvi5vptgz] {
    position: absolute;
    background-color:var(--DarkHighlight);
    top: 95%;
    left: 1px;
    padding: 0.25vh;
    width: 101%;
    
    h6 {
        font-size: 1.2rem;
    }
}
