#mindmapvis {
    width: 100%;
    height: 100%;
    border: 1px solid #ffffff;
    background: #ffffff;
}

#mindMapWindowId .x-btn-wrap-default-toolbar-small.x-btn-split-right > .x-btn-button:after {
    border-right: none;
}

#mindMapErrorLabel {
    width: auto !important;
    height: auto !important;
    top: 10px !important;
    right: 10px !important;
    left: auto !important;
    bottom: auto !important;
}

#mindMapFilterTextId-triggerWrap {
    height: 26px !important;
}
.mindmap-search-container .x-form-trigger {
    width: 24px !important;
    height: 24px !important;
    border-radius: 4px;
}
.mindmap-search-btn {
    font-size: 14px;
    font-family: "Phosphor" !important;
    /* background-color: var(--b-button-tonal-background) !important; */
    background-color: var(--pp-toolbar-button-color) !important;
    color: var(--base-color) !important;
}
.mindmap-search-btn:hover {
    background: var(--pp-base-highlight-color) !important;
}

.mindmap-search-btn::before {
    content: "\e30c";
    align-items: center;
    vertical-align: middle;
    display: flex;
    height: inherit;
    position: relative;
    background-color: transparent;
    justify-content: center;
    line-height: var(--baseHeight);
    font-size: inherit;
}

.vis-base-btn {
    height: 22px !important;
    width: 24px !important;
    padding: 2px;
    color: #ffffff !important;
    background: var(--b-button-filled-background);
    border-radius: 3px;
}
.vis-base-btn:hover {
    background: var(--b-button-filled-hover-background);
}