/* /Components/ColleagueSearchSkills.razor.rz.scp.css */
.header[b-scdk1ivo7v] {
    font-size: xx-large;
    font-weight: lighter;
}

.match-header[b-scdk1ivo7v] {
    font-size: large;
}

.match-skills-header[b-scdk1ivo7v] {
    font-size: medium;
    font-weight: normal;
    min-width: 80px;
}

.match-skills-container[b-scdk1ivo7v] {
    font-size: medium;
    font-weight: lighter;
    overflow: auto;
    text-overflow: ellipsis;
    max-height: 400px;
}

.match-skills[b-scdk1ivo7v] {
}
/* /Components/ContentArea.razor.rz.scp.css */
.content-component[b-pzdsfaycm9] {
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    clear: both;
    /*border: 2pt dashed red;*/
}

.mind-map-component[b-pzdsfaycm9] {
    margin-top: 20px;
    width: 100%;
    height: 100%;
    overflow: auto;
}
/* /Components/HeaderArea.razor.rz.scp.css */
.header-component-container[b-ctpsixn6ni] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1pt solid black;
}

.header-component-left[b-ctpsixn6ni] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: xx-large;
    font-weight: lighter;
}

.header-component-middel[b-ctpsixn6ni] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-component-right[b-ctpsixn6ni] {
    width: 30%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
 
/* /Components/Learn.razor.rz.scp.css */
.header[b-j1qrozoh2h] {
    font-size: xx-large;
    font-weight: lighter;
}
/* /Components/LearningPaths.razor.rz.scp.css */
.header[b-no53ky34fe] {
    font-size: xx-large;
    font-weight: lighter;
}

.match-header[b-no53ky34fe] {
    font-size: large;
}

.match-skills[b-no53ky34fe] {
    font-size: small;
    font-weight: lighter;
}
 
/* /Components/MindMapSelector.razor.rz.scp.css */
.mindmap-container[b-hrsca94tqf] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

/* /Components/ModeSelector.razor.rz.scp.css */
.mode-container[b-617dqokwft] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
/* /Components/RightPaneArea.razor.rz.scp.css */
.right-pane-component[b-l2q7niw5xb] {
    margin: 15px;
    width: 100%;
    height: 100%;
    max-width: 400px;
    max-height: 100%;
    overflow: auto;
}

.right-pane-menu-container[b-l2q7niw5xb] {
    display: flex;
    flex-direction: row;
}


.right-pane-menu-button[b-l2q7niw5xb] {
    width: 50px;
}

.right-pane-menu-spinner[b-l2q7niw5xb] {
    width: 50px;
}
/* /Components/SearchSkills.razor.rz.scp.css */
.search-skills-container[b-02sol1pkym] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.search-skills-button[b-02sol1pkym] {
    width: 130px;
}

.search-skills-spinner[b-02sol1pkym] {
    width: 50px;
}
/* /Pages/MainView/MainView.razor.rz.scp.css */
/*See https://grid.layoutit.com/*/

.grid-container[b-et555ssvnd] {
    height: calc(100vh - 35px);
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: 4em 1fr;
    gap: 0px 0px;
    grid-template-areas: "header-area header-area" "content-area right-pane-area";
}

.header-area[b-et555ssvnd] {
    grid-area: header-area;
}

.content-area[b-et555ssvnd] {
    grid-area: content-area;
    max-height: calc(100vh - 112px);
}

.right-pane-area[b-et555ssvnd] {
    grid-area: right-pane-area;
    max-height: calc(100vh - 112px);
}
/* /Pages/MindMap.razor.rz.scp.css */
.mindmap-page-container[b-gy5pxep6s5] {
    background-color: #f4f4f4;
    border: 1px solid green;
}

.mindmap-page-button[b-gy5pxep6s5] {
    position: relative;
    margin-left: 90%;
    margin-top: 10px;
}
/* /Pages/SearchMindMap.razor.rz.scp.css */
.mindmap-page-container[b-1pwhyres0z] {
    background-color: #f4f4f4;
    border: 1px solid green;
}

.mindmap-page-button[b-1pwhyres0z] {
    position: relative;
    margin-left: 90%;
    margin-top: 10px;
}
