.toolbar-container>.search-container {
    /* This will align the search control to the right side */
    margin-left: auto;
}

.callTree, .flatFunctions {
    display: flex;
    flex: 1;
    width: 100%;
}

.loading-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}